.header_content-bg-banners img {
	width: 100px;
}

.sc_banners_main {
	background-color: #f8f8f8;
	padding: 16px 17px 30px;
	border-radius: 0px 0px 10px 10px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sc_banner_main {
	width: 50%;
	padding: 0 7.5px 7.5px;
}

.sc_banner_main a {
	display: block;
}

.sc_banner_main img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.bx-filter.content_checkbox-flex__prices .bx-filter-block {
	display: block;
}

.content_checkbox-flex__prices .bx-ui-slider-handle {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f73030;
	top: -7px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.content_checkbox-flex__prices .bx-ui-slider-handle.left {
	margin-left: -11px;
}

.content_checkbox-flex__prices .bx-ui-slider-handle.right {
	margin-right: -11px;
}

.content_checkbox-flex__prices.bx-filter .bx-ui-slider-pricebar-vd,
.content_checkbox-flex__prices.bx-filter .bx-ui-slider-pricebar-v {
	background: #f73030;
}

.content_checkbox-flex__prices.bx-filter .bx-ui-slider-pricebar-vn {
	background: #b0b0b0;
}

.content_checkbox-flex__prices.bx-filter .bx-ui-slider-range {
	z-index: 100;
}

.content_checkbox-flex__prices.bx-filter .bx-ui-slider-part.p2,
.content_checkbox-flex__prices.bx-filter .bx-ui-slider-part.p3,
.content_checkbox-flex__prices.bx-filter .bx-ui-slider-part.p4 {
	display: none;
}

.content_checkbox-flex__prices .bx-ft-sub {
	display: none;
}

.content_checkbox-flex__prices.bx-filter .bx-filter-parameters-box-container-block {
	width: 48%;
	display: inline-block;
}

.content_checkbox-flex__prices.bx-filter .bx-filter-parameters-box-container-block.bx-right {
	float: right;
}

.content_checkbox-flex__prices.bx-filter .bx-ui-slider-track-container {
	padding: 35px 5px 0;
}

.content_checkbox-flex__prices div.bx-filter-parameters-box-container {
	padding: 0 10px;
}

.content_checkbox-flex__prices.bx-filter .bx-filter-input-container input {
	border-radius: 5px;
}

.sc_is_sold {
	position: relative;
}

.sc_is_sold_block {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 499;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 30%);
	/* Keyword value */
	backdrop-filter: none;

	/* фильтр URL в SVG */
	backdrop-filter: url(commonfilters.svg#filter);

	/* значения <filter-function> */
	backdrop-filter: blur(2px);
	backdrop-filter: brightness(60%);
	backdrop-filter: contrast(40%);
	backdrop-filter: drop-shadow(4px 4px 10px blue);
	backdrop-filter: grayscale(30%);
	backdrop-filter: hue-rotate(120deg);
	backdrop-filter: invert(70%);
	backdrop-filter: opacity(20%);
	backdrop-filter: sepia(90%);
	backdrop-filter: saturate(80%);

	/* Несколько фильтров */
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);

	/* Глобальные значения */
	/* backdrop-filter: inherit;
backdrop-filter: initial;
backdrop-filter: unset; */
}

.sc_is_sold_block span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	color: #f73030;
	line-height: 21px;
	font-size: 20px;
	padding: 8px 15px 10px;
	background-color: #ffdada;
	border-radius: 10px;
	text-transform: lowercase;
}

.sc-add-to-compare__button{
	background-color: #fdecec;
    color: #db1516;
	cursor: pointer;
	border: 1px solid transparent;
	justify-content: center;
    padding: 7px 14px;
    text-align: center;
    white-space: nowrap;

	-moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 12px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 46px;
    justify-content: flex-start;
    line-height: 1;
    position: relative;
    vertical-align: top;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sc-add-to-compare__button:hover {
    background-color: #fce1e1;
    border-color: transparent;
    color: #db1516;
}
.sc-add-to-compare__button_is-active {
    background-color: #fce1e1;
    border-color: red;
    color: #db1516;
}

.goup {
    display: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    bottom: 5%;
    left: 5%;
    z-index: 999;
    position: fixed;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 60px;
    background-color: #843a12;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 60px;
}

.goup:hover{
	background-color: #f73030;
}

.goup::before {
	content: "\e902";
    font-family: "icomoon";
    color: #fff;
    font-size: 34px;
	transform: rotate(90deg);
	margin-top: -3px;
	-webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

@media(max-width: 767px) {

	.images_block .catalog_summa,
	.images_block .cart_summa {
		font-size: 24px;
	}

	.images_block .catalog_text {
		font-size: 12px;
		line-height: 20px;
	}

	.sc_banners_main {
		padding-bottom: 0;
	}

	.sc_banner_main {
		width: 100%;
	}
}

@media(max-width: 535px) {
	.catolog_block .catolog_span-1 {
		font-size: 20px;
	}

	.catolog_block .catolog_span {
		font-size: 14px;
	}
}
/***new product***/
.delivery-info {
    display: none;
}
@media (min-width: 993px) {
    body .produkt--new .produkt_checkbox, body .produkt--new .produkt_checkbox-1 {
        margin: 0 !important;
        flex-grow: 1;
        flex-basis: 0;
        box-shadow: none !important;
        height: auto !important;
    }
    body .produkt--new .produkt_checkbox {
        border-radius: 8px 0 0 8px;
        padding: 0;
    }
    body .produkt--new .produkt_checkbox-1 {
        border-radius: 0 8px 8px 0;
        padding: 0;
    }
    body .produkt--new .product_checkbox-box {
        border-radius: 8px 0 0 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        position: relative;
    }
    body .produkt--new .product_checkbox-box:after {
        content: '';
        position: absolute;
        z-index: 100;
        left: 100%;
        top: 0;
        height: 100%;
        width: 10px;
        clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
        background-color: #e6dcb4;
    }
    body .produkt--new .produkt_checkbox-box1 {
        border-radius: 0 8px 0 0;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
    }
    body .produkt--new .produkt_summa {
        padding: 12px 0;
        display: block;
        border-left: 1px solid #eee;
    }
    .produkt--new .produkt_checkbox_holder {
        display: flex;
        border-radius: 8px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }
    body .produkt--new .checkbox__label-produkt, body .produkt--new .checkbox__label-produkt1 {
        padding-left: 0;
    }
    .produkt--new .checkbox__label-produkt, .produkt--new .checkbox__label-produkt1 {
        font-size: 22px;
    }
    .produkt--new .produkt_minimal {
        margin-top: 24px;
    }
    body .produkt--new .checkbox__label-produkt1::before {
        left: 21px;
    }
    body .produkt--new .checkbox__label-produkt1::after {
        position: absolute;
        top: 12px;
        left: 24px;
    }
    body .produkt--new .detail_product_properties {
        flex-direction: column;
    }
    body .produkt--new .produkt_content-2 {
        padding-top: 21px;
    }
    body .produkt--new .produkt_content-3 {
        margin-bottom: 24px;
    }
    body .produkt--new .produkt_minimal {
        font-weight: 600;
    }
    body .produkt--new .produkt_minimal span {
        color: #535353;
    }
    body .produkt--new .produkt_title {
        margin-left: 0;
    }
    body .produkt--new .detail__compare svg {
        width: 20px;
        height: auto;
        fill: red;
    }
    body .produkt--new .sc_detail_price {
        display: inline-flex;
        align-items: baseline;
        gap: 6px
    }
    body .produkt--new .sc_detail_price i {
        font-style: normal;
        font-size: 18px;
    }
    .delivery-info {
        display: flex;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 16px 0;
        border-radius: 8px;
        margin-top: 24px;
    }
    .delivery-info__col {
        flex-grow: 1;
        flex-basis: 0;
        padding: 0 16px;
        display: flex;
        gap: 16px
    }
    .delivery-info__col + .delivery-info__col {
        border-left: 1px solid #eee;
    }
    .delivery-info__title {
        font-weight: 600;
    }
    .delivery-info__desc {
        margin-top: 8px;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }
}
a.btn-blue {
	border: 2px solid #813811;
    color: #813811;
	display: inline-flex;
	height: 34px;
	align-items: center;
	padding: 0 24px;
	border-radius: 8px;
	font-weight: 500
}
a.btn-blue:hover {
	border: 2px solid #813811;
    color: #fff;
	background-color: #813811;
}
.produkt_text--desktop {
	background: #F9F5EC;
	border: 2px solid #e6dcb4 !important;
	padding: 16px 24px;
	margin: 0 !important;
	border-radius: 8px;
}
.produkt_text_overflow {
	transition: max-height .6s;
	max-height: 139px;
	overflow: hidden;
	color: #813811;
	font-weight: 500;
}
.produkt_text_overflow.is-active {
	max-height: 1000px;
}
[data-text-overflow-trigger] {
	color: #813811;
	font-weight: 600;
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
[data-text-overflow-trigger]:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23813811'%3E%3Cpath d='M480-357.85 253.85-584 296-626.15l184 184 184-184L706.15-584 480-357.85Z'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	transition: .4s transform;
}
.produkt_text_overflow.is-active + [data-text-overflow-trigger]:after {
	transform: rotate(-180deg);
}
@media (max-width: 992px) {
	.produkt_text--desktop {
		display:none;
	}
}
@media (min-width: 993px) {
	.produkt_text--mob {
		display:none !important;
	}
	.detail-product-cols {
		display: grid;
		grid-template-columns: 35% calc(65% - 40px);
		gap: 40px;
	}
}
#detail__composition .candy-list li img {
	height: 70px !important;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 500px) {
    #detail__composition .candy-list li img {
        height: 50px !important;
    }
}