

/* Start:/bitrix/templates/whatasoft_shop_s1/components/bitrix/catalog/.default/style.min.css?1703751460959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/bitrix/templates/whatasoft_shop_s1/components/bitrix/catalog.element/.default/style.css?170801087511618*/
/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link { color: #000; }

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}

.product-item-detail-tab-link:active:after {
    height: 6px;
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

@media (max-width: 1023.75px) {
	.product-item-detail-tabs-container {
        display: none !important;
    }

	.product-item-detail-tab-content { 
        display: block !important;
    }
}

/* Catalog - Element */
.product-item-detail-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding: 30px;
    background-color: #FFF;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.07);
}

.product-item-detail-top__left {
    position: relative;
    width: 70%;
    padding-top: 30px;
}

.product-item-detail-top__left .images {
    display: flex;
    flex-wrap: wrap;
}

.product-item-detail-top__left .images .thumbs {
    float: none;
    height: auto;
}

.product-item-detail-top__left .images .items-holder {
    height: 100% !important;
}

.product-item-detail-top__left .images li {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
    padding: 10px;
    line-height: initial !important;
}

.product-item-detail-top__left .images li img {
    object-fit: cover;
}

.product-item-detail-top__left .images .main-picture {
    margin: 5px auto;
    padding: 10px;
    line-height: initial;
    float: none;
}

.product-item-detail-top__left .images li.active {
    border-color: var(--blue) !important;
}

.product-item-detail-top__left .main-picture {
    float: none;
    width: 100%;
    height: auto;
    max-height: 300px;
    margin: 0;
    line-height: initial;
}

.product-item-detail-top__left .additional {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    margin: 0 -5px;
}


.product-item-detail-top__left .additional > * {
    padding: 0 5px;
}

.product-item-detail-top__left .products-tags {
    display: flex;
    align-items: center;
}

.product-item-detail-top__left .products-tags .products-tag {
    position: relative;
    padding: 0 6px 0 4px;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    color: #FFF;
    text-transform: uppercase;
}

.product-item-detail-top__left .products-tags .products-tag::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    border-style: solid;
    border-width: 10px 5px 10px 0;
    border-color: inherit;
}

.product-item-detail-top__left .products-tags .products-tag ~ .products-tag {
    margin-left: 10px;
}

.product-item-detail-top__left .favorite-link {
    display: block;
    background: #d3d3d3 url("/bitrix/templates/whatasoft_shop_s1/images/favorite.png") 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    background-color: #d3d3d3;
    border-radius: 3px;
}

.product-item-detail-top__left .favorite-link::after {
    width: 7px;
    height: 7px;
    background-color: #d3d3d3;
    left: 9px;
    bottom: -3px;
    content: '';
    position: absolute;
    transform: rotate(45deg);
    border-radius: 0 0 2px 0;
    transition: var(--transition);
}

.product-item-detail-top__left .favorite-link.active,
.product-item-detail-top__left .favorite-link.active::after {
    background-color: #db3d3d;
}

.product-item-detail-top__left .product-item-detail-info-section {
    margin-top: 20px;
}

.product-item-detail-top__left .product-item-detail-info-container-title {
    font-size: 14px;
    font-weight: 500;
}

.product-item-detail-top__left .product-item-scu-item-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    padding-top: 5px;
}

.product-item-detail-top__left .product-item-scu-item-text-container {
    width: 25%;
    padding: 5px;
}

.product-item-detail-top__left .product-item-scu-item-text-block {
    padding: 5px;
    border: 1px solid #c0cfda;
    outline: none;
    transition: var(--transition) !important;
    cursor: pointer;
}

.product-item-detail-top__left .product-item-scu-item-text-block:hover {
    border-color: var(--blue);
}

.product-item-detail-top__left .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
}

.product-item-detail-top__left .product-item-scu-item-text {
    padding: 5px 0px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    text-transform: none;
}

.product-item-detail-top__left .product-item-scu-item-color-container {
    width: 16.666%;
    max-width: 100%;
    padding: 5px;
}

.product-item-detail-top__left .product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    border: 1px solid #c0cfda;
    outline: none;
    transition: var(--transition) !important;
    cursor: pointer;
}

.product-item-detail-top__left .product-item-scu-item-color-block:hover {
    border-color: var(--blue);
}

.product-item-detail-top__left .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    border-color: var(--blue);
    box-shadow: 0px 0px 0px 1px var(--blue);
}

.product-item-detail-top__left .product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; 
}

.product-item-detail-top__left .product-item-scu-item-color-value {
    font-size: 11px;
    line-height: 1.5em;
    text-align: center;
}

.product-item-detail-top__right {
    width: 30%;
    padding: 20px 0 0 20px;
}

.product-item-detail-top__right .product-item-detail-price-old {
    text-decoration: line-through;
}

.product-item-detail-top__right .product-item-detail-price-current {
    font-size: 30px;
    font-weight: 700;
    line-height: 1em;
    color: var(--black);
    white-space: nowrap;
}

.product-item-detail-top__right .product-item-detail-price-current .measure {
    font-size: 16px;
}

.product-item-detail-top__right .product-item-detail-price-old + .product-item-detail-price-current {
    color: var(--red-light);
}

.product-item-detail-top__right .product-item-detail-price-old + .product-item-detail-price-current .measure {
    color: var(--black);
}

.product-item-detail-top__right .availability {
    font-weight: 700;
}

.product-item-detail-top__right .product-item-quantity-container {
    margin-top: 20px;
}

.product-item-detail-top__right .product-item-amount-field-container {
    display: flex;
    flex-wrap: wrap;
}

.product-item-detail-top__right .product-item-amount-measure,
.product-item-detail-top__right .product-item-amount-price-total {
    font-size: 12px;
    color: #a5a5a5;
}

.product-item-detail-top__right .product-item-amount-measure {
    margin-left: 6px;
    margin-right: 3px;
}

.product-item-detail-top__right .product-item-amount-price-total strong {
    color: var(--black);
}

.product-item-detail-top__right .main-button-container {
    margin-top: 15px;
}

.product-item-detail-top__right .main-button-container .product-item-detail-info-container + .product-item-detail-info-container {
    margin-top: 10px;
}

.product-item-detail-top__right .product-item-detail-buy-button {
    width: 100%;
}

.product-item-detail-top__right .product-item-detail-buy-one-click {
    margin-top: 10px;
}

.product-item-detail-top__right .product-item-detail-buy-one-click .btn {
    width: 100%;
}

.product-item-detail-top__right .product-item-detail-calculator-button {
    width: 100%;
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.product-item-detail-top__right .product-item-detail-extra-options {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 5px 18px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.product-item-detail-top__right .extra-option {
    margin: 8px 0;
    font-size: 13px;
    line-height: 1em;
}

.product-item-detail-top__right .extra-option a {
    display: inline-block;
    margin-left: 23px;
    color: #797979;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.product-item-detail-top__right .extra-option a::before {
    content: '';
    margin-left: -23px;
    width: 17px;
    height: 17px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

.product-item-detail-top__right .extra-option a:hover {
    color: var(--blue);
}

.product-item-detail-top__right .extra-option a.compare-link::before {
    background-image: url("/bitrix/templates/whatasoft_shop_s1/images/document-plus.png");
}

.product-item-detail-top__right .extra-option a.compare-link.active::before {
    background-image: url("/bitrix/templates/whatasoft_shop_s1/images/document-minus.png");
}

.product-item-detail-top__right .extra-option a.cheaper-link::before {
    background-image: url("/bitrix/templates/whatasoft_shop_s1/images/money.png");
}

.product-item-detail-bottom .product-item-detail-tabs > *:not(:last-child) {
    margin-top: 30px;
}

.product-item-detail-bottom .size-range-block-content {
    line-height: 22px;
}

.product-item-detail-bottom .size-range-block-content ul,
.product-item-detail-bottom .size-range-block-content ol {
    margin-left: 1.25em;
}

@media (max-width: 1023.75px) {
    /* Catalog - Element */
    .product-item-detail-top__left {
        width: 100%;
    }

    .product-item-detail-top__left .product-item-scu-item-color-container {
        max-width: 88px;
    }

    .product-item-detail-top__right {
        width: 100%;
        padding-left: 0;
    }
    
    .catalog-item .product-item-detail-top__left .main-picture {
        margin: 5px auto;
    }
}

@media (max-width: 767.75px) {
    .product-item-detail-top__left .product-item-scu-item-color-container {
        width: 33.333%;
        max-width: 80px;
    }

    .product-item-detail-bottom .size-range-block-content ul,
    .product-item-detail-bottom .size-range-block-content ol {
        margin-left: 0.75em;
    }
}

@media (max-width: 599.75px) {
    /* Catalog - Element */
    .product-item-detail-top__left {
        width: 100%;
    }

    .product-item-detail-top__left .product-item-scu-item-text-container {
        width: 50%;
    }

    .product-item-detail-top__left .product-item-scu-item-text {
        padding: 2px 0;
    }
        
    .catalog-item .product-item-detail-top__left .main-picture {
        margin: 5px auto;
    }

    .product-item-detail-top__right {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid var(--black);
    }
}
/* End */


/* Start:/bitrix/templates/whatasoft_shop_s1/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1703751460902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /bitrix/templates/whatasoft_shop_s1/components/bitrix/catalog/.default/style.min.css?1703751460959 */
/* /bitrix/templates/whatasoft_shop_s1/components/bitrix/catalog.element/.default/style.css?170801087511618 */
/* /bitrix/templates/whatasoft_shop_s1/components/bitrix/catalog.element/.default/themes/blue/style.min.css?1703751460902 */
