

/* Start:/local/templates/abis_import/components/bitrix/catalog/catalog/style.css?1728899475719*/
.catalog-section-title {
	color: var(--dark1);
}

.catalog-section-controls {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.mainfilter-toggle-btn {
	background: var(--c2);
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.catalog-section-sort .dropdown-item.active,
.catalog-section-sort .dropdown-item:active {
	background-color: var(--c2);
}
.catalog-section-sort-btn {
	background: var(--c2);
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.catalog-block-header {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid var(--dark1);
	color: var(--dark1);
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/bootstrap_v4/style.css?1674206365674*/
.catalog-compare-list {
	z-index: 998;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0.75rem 1.25rem;
	max-height: 100%;
	border: 1px solid #ced4da;
	border-radius: 0.2rem;
	background: #fff;
	color: #404040;
	white-space: normal;
	font-size: 12px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.catalog-compare-list.fixed {
	position: fixed;
	width: 270px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .18);
}

.catalog-compare-list.top { top: 5px; }

.catalog-compare-list.right { right: 5px; }

.catalog-compare-list.bottom { bottom: 5px; }

.catalog-compare-list.left { left: 5px; }

.catalog-compare-item-list { width: 100%; }
/* End */


/* Start:/local/templates/abis_import/components/bitrix/catalog.element/element/style.css?172914610522350*/
.detail-item-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.detail-item-partner-bonuses {
	margin: 20px 0;
}

.detail-desc-title {
	padding: 0 10px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.detail-desc-text {
	padding: 10px;
	font-size: 13px;
	border-radius: 20px;
    background: #f8f8f8;
}

.detail-item-rating {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail-item-feedbacks {
	font-size: 12px;
}
.detail-item-feedbacks a,
.detail-item-feedbacks span {
	color: var(--dark1);
}

/* PROPERTIES */
.detail-item-props-blocks-more-btn {
	display: block;
	width: 100%;
	text-align: center;
	background: var(--c2);
	color: #fff;
	border: none;
	border-radius: 20px;
}
.detail-item-props-block-hidden {
	display: none;
}
.detail-item-props-blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 20px;
}
.detail-item-props-block {
	background: #f8f8f8;
	padding: 20px;
	border-radius: 20px;
}
.detail-item-props-block-title {
	font-weight: 500;
	margin-bottom: 10px;
}
.detail-item-props-block-prop {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
	font-size: 13px;
	margin-bottom: 5px;
}
.detail-item-props-block-prop-name {
	color: #777;
}
/* END PROPERTIES */

/* PAY BLOCK BOTTOM */
.detail-item-pay-block {
    position: relative;
	color: var(--dark1);
    margin-bottom: 10px;
}
.detail-item-pay-block-bottom {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	min-height: 30px;
}
.detail-item-compare input {
	display: none;
}
.detail-item-compare label {
    display: block;
    cursor: pointer;
}
.detail-item-compare label span[data-entity="compare-title"] {
    display: block;
    padding: 5px;
    border-radius: 2px;
    color: #555;
    text-align: center;
    transition: .2s ease-out;
}
.detail-item-compare span[data-entity="compare-title"]:hover,
.detail-item-compare input:checked ~ span[data-entity="compare-title"] {
    background: var(--c2);
    color: #fff;
}

.detail-item-fav-btn {
	background: none;
    border: none;
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
    transition: .2s ease-out;
}
.detail-item-fav-btn:hover,
.item-in-wishlist {
	background: var(--c2);
	color: #fff;
}
/* END PAY BLOCK BOTTOM */

/* PRICE */
.detail-item-price {
    margin-bottom: 10px;
}
.detail-item-price-current {
    white-space: nowrap;
	text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    transition: font-size 200ms ease;
}
.detail-item-price-old {
    color: #aaa;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
.detail-item-price-economy {
    color: #aaa;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
/* END PRICE */

/* QUANTITY */
.detail-item-quantity-title {
	font-size: 12px;
	color: #a5a5a5;
	text-align: center;
}
.detail-item-quantity-btn {
    display: flex;
	justify-content: center;
	align-items: center;
    min-width: 22px;
    height: 22px;
	border: none;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #333;
    transition: background 300ms ease, opacity 300ms ease;
}
.detail-item-quantity-btn:hover {
	background: #d3d3d3;
}
.product-item-amount-field-btn-disabled.detail-item-quantity-btn,
.product-item-amount-field-btn-disabled.detail-item-quantity-btn {
    opacity: .3;
    cursor: default;
}
.detail-item-quantity-block {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
	text-align: center;
}
.detail-item-quantity-input-container {
    flex: 1;
}
.detail-item-quantity-input {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    transition: border 300ms ease;
}
.detail-item-quantity-input:focus {
    outline: none !important;
    border-color: var(--gold1);
}
.bx-no-touch input.detail-item-quantity-input::-webkit-outer-spin-button,
.bx-no-touch input.detail-item-quantity-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.detail-item-quantity-desc {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}
.detail-item-quantity-desc strong {
    color: #333;
    white-space: nowrap;
}

.detail-item-quantity-limit {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}
/* END QUANTITY */

/* BUY BUTTON */
.detail-item-buttons {
	margin: 20px 0 0;
}
.detail-item-buy-btn {
	display: block;
	border: none;
	border-radius: 8px;
    margin: 0 auto;
    width: 100%;
    padding: 12px 0;
    text-transform: uppercase;
	background: var(--c2);
	color: #fff;
	transition: .2s ease-out;
}
.detail-item-buy-btn:hover {
	background: var(--grey0);
}
.detail-item-buy-btn:disabled {
	background: #f1f1f1;
}

.btn.product-item-detail-buy-button {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: var(--ui-font-weight-bold);
    text-transform: uppercase;
}
.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
	margin: 0;
}
.btn.product-item-detail-buy-button span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 16px;
    transform: translateY(-50%);
}
.btn-link.product-item-detail-buy-button {
	height: 25px;
}
/* END BUY BUTTON */

/* SLIDER */
.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
    z-index: 90;
}
.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
}
.product-item-detail-slider-block.product-item-detail-slider-block-square {
	padding-top: 100%;
}
.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}
.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}
.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}
.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
    background-color: var(--c2);
}
/* END SLIDER */

/* SLIDER CONTROLS */
.product-item-detail-slider-controls-block {
	margin: 10px 0;
    padding: 2px 0;
    text-align: center;
	max-height: 68px;
	overflow: hidden;
}
.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
	margin-right: 3px;
    outline: 1px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active {
	outline-color: var(--c2);
}
.bx-no-retina .product-item-detail-slider-controls-image.active {
	outline-width: 2px;
}
.bx-retina .product-item-detail-slider-controls-image {
	outline-width: .5px;
}
.bx-retina .product-item-detail-slider-controls-image.active {
	outline-width: 1px;
}
.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}
.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .57;
    cursor: pointer;
    transition: all 300ms ease;
}
.product-item-detail-slider-left {
	left: 0;
}
.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}
.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, .4);
    opacity: .8;
}
.product-item-detail-slider-close {
	display: none;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
	opacity: 1;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-right {
	right: 105px;
}
/* END SLIDER CONTROLS */

/* MAGNIFIED */
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
	z-index: 100;
}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
	outline-color: #ddd;
}
.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
	z-index: 50;
}
.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
	opacity: 0;
}

/* popup */
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
	right: 105px;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@keyframes imgPopupShow {
    from { opacity: 0; }
    to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
	max-height: none;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
	margin-right: 0;
    margin-bottom: 20px;
}
/* END SLIDER CONTROLS */

/* SLIDER MOBILE */
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
		right: 0;
	}
    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
		width: 90%;
	}
    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }
    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
		max-width: 75px;
	}
    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
		right: 0;
	}
}

/* END SLIDER MOBILE */

/* LABEL */
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms ease;
}
.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: var(--c2);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}
.product-item-label-text .detail-new-product-label span {
	background: #0ea90e;
}

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: 600;
}

.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .product-item-label-text > div { line-height: 0; }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: 600;
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/* END LABEL */

/* TABS */
.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
}
.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: #000;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 600;
    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: var(--c2);
    text-decoration: none;
}
.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: var(--c2);
    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: 991px) {
    .product-item-detail-tabs-container {
		display: none !important;
	}
    .product-item-detail-tab-content {
		display: block !important;
	}
}

/* TAB FIXED */
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    z-index: 300;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 350ms linear;
}
.product-item-detail-tabs-container-fixed {
    min-height: 45px;
    background: #fff;
}
.product-item-detail-tabs-container-fixed.active {
    top: 0;
    opacity: 1;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    margin: 0 auto;
    max-width: 1048px;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tab {
	min-height: 45px;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    padding: 10px 25px;
    height: 45px;
    line-height: 25px;
}
.bx-touch .product-item-detail-tabs-container-fixed {
	display: none !important;
}
/* END TAB FIXED */

/* SMALL CARD */
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}
.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
}
.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
	top: 85px;
}
.bx-touch .product-item-detail-short-card-fixed {
	display: none !important;
}
.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
}
.product-item-detail-short-card-image img {
    max-width: 100%;
    height: auto;
    max-height: 65px;
    width: auto;
}
.product-item-detail-short-title-container {
    max-width: 650px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
}
.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}
.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}
/* END SMALL CARD */

/* TAB CONTENT */
.product-item-detail-tab-content {
	display: none;
}
.product-item-detail-tab-content.active {
	display: block;
}
.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}
/* END TAB CONTENT  */

.catalog-section {
	margin-bottom: 0 !important;
}

@media (max-width: 575px) {
	.detail-item-props-block {
		margin-bottom: 10px;
	}
	#detailItemPropsOffcanvas .offcanvas-header .btn-close {
		margin: 0;
	}
}
/* End */


/* Start:/local/templates/abis_import/components/bitrix/iblock.vote/rating/style.css?1727778504499*/
.rating-detail-item {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #a5a5a5;
}
.rating-detail-item-stars {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 2px;
}
.rating-detail-item .bx-rating-icon-container  {
	display: flex;
	cursor: pointer;
}
.rating-detail-item .bx-rating-icon {
	fill: var(--c2);
}
.rating-detail-item .bx-star-active .bx-rating-icon {
	fill: rgb(238, 173, 54);
}
.rating-detail-item-one {
	display: flex;
}
/* End */


/* Start:/local/templates/abis_import/components/bitrix/catalog.section/section/style.css?1728636546270*/
.catalog-section {
	margin-bottom: 80px;
}
.catalog-section-lazyload-btn {
	background: var(--c2);
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px auto;
}
.catalog-section-lazyload-btn.disabled {
	opacity: .5;
	pointer-events: none;
}
/* End */


/* Start:/local/templates/abis_import/components/bitrix/catalog.item/card/style.css?172891143810429*/
.card-item-container {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.card-item {
	display: block;
	box-sizing: border-box;
	padding-top: 15px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}

/* IMAGE */
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}
.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}
.product-item-image-original {
	z-index: 11;
}
.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}
.bx-no-touch .card-item-container.hover .product-item-image-original {
	opacity: 0;
}
.bx-no-touch .card-item-container.hover .product-item-image-alternative {
	opacity: 1;
}

/* IMAGE SLIDER */
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.card-item-img-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.card-item-img-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--c2);
	opacity: .8;
}

.card-item-img-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}
.card-item-container.hover .card-item-img-control-container {
	opacity: 1;
}
.card-item-img-control {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}
.card-item-img-control:hover {
	cursor: pointer;
}
.card-item-img-control.active,
.card-item-img-control:hover {
	background: var(--c2);
}

/* LABEL RING */
.card-item-label-ring {
	position: absolute;
	z-index: 15;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f42c2c;
	color: #fff;
	border-radius: 50%;
	font-weight: bold;
}

.card-item-label {
	position: absolute;
	z-index: 15;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 2px;
}
.card-item-label span {
	border-radius: 2px;
	background: var(--c2);
	color: #fff;
	text-align: center;
	transition: all 250ms ease;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
}
.card-item-label .new-product-label {
    background: #0ea90e;
    border-radius: 0 5px 5px 0;
}

.product-item-label-top {
	top: -5px;
}
.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product-item-label-center > div {
	text-align: center;
}
.product-item-label-left {
	left: -5px;
}
.product-item-label-left > div {
	text-align: left;
}
.product-item-label-bottom {
	bottom: -5px;
}
.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-item-label-right {
	right: -5px;
}
.product-item-label-right > div {
	text-align: right;
}
.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* TITLE */
.card-item-title {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 16px;
	height: 40px;
}
.card-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
}

/* STORES AMOUNTS */
.card-item-stores-amounts {
	font-size: 12px;
    height: 34px;
    margin-bottom: 10px;
}
.card-item-stores-amounts-store {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
/* END STORES AMOUNTS*/

/* PRICE */
.card-item-price-container {
	text-align: left;
	margin-bottom: 10px;
}
.card-item-price-current {
	color: var(--dark1);
	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
}
.card-item-price-old {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/* INFO */
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}
.product-item-info-container-title {
	font-size: 12px;
}
.bx-no-touch .card-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}
.bx-touch .product-item-info-container.product-item-touch-hidden {
	display: none !important;
}
.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .card-item-container.hover .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/* AMOUNT */
.card-item-amount {
	text-align: center;
}
.card-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 20px;
}
.card-item-amount-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-weight: 500;
	position: relative;
	min-width: 22px;
	height: 22px;
	border: none;
	border-radius: 2px;
	background: #f2f2f2;
	text-align: center;
	transition: background 300ms ease, opacity 300ms ease;
}
.card-item-amount-btn:hover {
	background: #d3d3d3;
}
.product-item-amount-field-btn-disabled.card-item-amount-btn {
	opacity: .3 !important;
	cursor: default;
}
.product-item-amount-field-btn-disabled.card-item-amount-btn:hover {
	background: #f2f2f2;
}
.card-item-amount-btn:hover {
	opacity: 1;
}
.card-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.card-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}
.bx-retina .card-item-amount-field {
	border-width: .5px;
}
.card-item-amount-field:focus {
	outline: none !important;
}
.bx-no-touch input.card-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.card-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}
.card-amount-desc {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}
.card-amount-desc strong {
	color: #333;
	white-space: nowrap;
}

.product-item-quantity {
	font-size: 12px;
}

/* PROPERTIES */
.card-item-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.card-item-properties li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px;
}
.card-item-properties li span {
	color: #a1a1a1;
}
.card-item-properties li strong {}
/* END PROPERTIES */

/* BUTTONS */
.card-item-button-container {
	text-align: center;
}
.card-item-add-btn {
	display: block;
	width: 100%;
	background: var(--c2);
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	transition: .2s ease-out;
}
.card-item-add-btn:hover {
	background: var(--grey0);
}

/* BOTTOM */
.card-item-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	font-size: 16px;
}

.card-item-compare label {
	display: block;
	cursor: pointer;
}
.card-item-compare span[data-entity="compare-title"] {
	display: block;
	padding: 5px;
	border-radius: 2px;
	color: #555;
	text-align: center;
	transition: .2s ease-out;
}
.card-item-compare input {
	display: none;
}
.card-item-compare span[data-entity="compare-title"]:hover,
.card-item-compare input:checked ~ span[data-entity="compare-title"] {
	background: var(--c2);
	color: #fff;
}

.card-item-fav-btn {
	background: none;
	border: none;
	border-radius: 2px;
	display: block;
	width: 100%;
	height: 100%;
	color: #555;
	transition: .2s ease-out;
}
.card-item-fav-btn:hover,
.item-in-wishlist {
	background: var(--c2);
	color: #fff;
}
/* END BOTTOM */

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type='number'] {
	-moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

@media (max-width: 575px) {
	.card-item-add-btn {
		padding: 5px;
		font-size: 12px;
	}
}
/* End */
/* /local/templates/abis_import/components/bitrix/catalog/catalog/style.css?1728899475719 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/bootstrap_v4/style.css?1674206365674 */
/* /local/templates/abis_import/components/bitrix/catalog.element/element/style.css?172914610522350 */
/* /local/templates/abis_import/components/bitrix/iblock.vote/rating/style.css?1727778504499 */
/* /local/templates/abis_import/components/bitrix/catalog.section/section/style.css?1728636546270 */
/* /local/templates/abis_import/components/bitrix/catalog.item/card/style.css?172891143810429 */
