.cheaps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.cheaps-item {
    display: flex;
    align-items: center;
    column-gap: 6px;

    padding: 10px 14px;
    border-radius: 100px;
    background: #F9F6EE;
}

.cheaps-item__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #362D2E;
}

.cheaps-item__color {
    width: 16px;
    height: 16px;
    background-color: var(--color-cheap);
    border-radius: 50%;
}

.cheaps-item__cross {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.cheaps-item--reset {
    background: #FFF;
    cursor: pointer;
}

.header-top-lft__links-list__item--bordered-icon {
    width: 16px;
    height: 16px;
}

.header-top-lft__links-list__item--bordered {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 14px;
    background: #F2E9DB;
    padding: 2px 8px;
}

.header-top-lft__links-list__item--bordered svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #000000;
    transition: .4s fill, .4s stroke;
}


.header-top-lft__links-list__item--bordered:hover svg {
    fill: #D86A08;
    stroke: none;
}

@media screen and (max-width: 767px) {
    .preview-top {
        overflow-x: hidden;
    }
}

.fancybox__carousel {
    width: 80%;
}

.product__label {
    color: #ffffff;
    padding: 4px 6px;
    z-index: 1;
    white-space: nowrap;
}



@media screen and (min-width: 1025px) {

    .sidebar-filter_title,
    .filter__footer {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .select2-results__option {
        padding: 0 14px;
    }

    .select2-container--default .select2-selection--single {
        padding-left: 0;
    }

    .catalog__head_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .catalog__head_item>div:first-child {
        width: 178px;
    }

    .catalog {
        margin: 0 -16px;
        margin-bottom: 40px;
    }

    .layout .catalog-brand_title {
        margin-bottom: 10px;
    }

    .catalog__head_item .mob {
        display: flex !important;
    }

    .header-top .col-auto.m-auto {
        margin-right: 0 !important;
    }

    .header-top_links {
        display: none;
    }

    .layout--catalog .layout__sidebar {
        top: 0;
        position: fixed;
        z-index: 9999;
        padding: 20px;
        overflow: auto;
        height: 100%;
    }

    .layout--catalog .layout__sidebar {
        padding: 0;
    }

    .layout__sidebar .filter {
        padding: 0 20px;
    }

    .filter__footer .btn {
        max-width: 100%;
    }

    .footer-top .row {
        flex-direction: column;
    }

    .footer-top .col-12.col-md-12.col-lg-8 {
        width: 100%;
        max-width: 100%;
    }

    .footer-item_menu {
        margin-top: 50px;
        grid-gap: 80px;
        justify-content: flex-start;
    }
}

.section-gifts .flex {
    display: flex;
    gap: 30px;
}

.gift__link {
    transition: .4s opacity;
}

.gift__link:hover {
    opacity: .9;
}

@media screen and (max-width: 767px) {
    .section-gifts .flex {
        flex-direction: column;
        gap: 15px;
    }
	.gift__link img {
		height: auto;
	}
}

.sizes-table-common table {
	max-width: 900px !important;
}

.articles.margin-none {
	margin-top: 0 !important;
}

.section-collections .row {
    justify-content: center;
}

.dark-bgr {
    background: #2F2C27;
}

.header_carousel_bar {
    position: relative;
}

.header-top-bar {
    text-align: center;
    color: #fff;
    line-height: normal;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: max-content;
    pointer-events: none;
    transition: opacity .3s linear;
}

.header-top-bar.active {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s linear;
}

.header-top-bar p {
    margin: 0;
}

.header-top-bar__link {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.header-top-bar__link b {
    text-decoration: none !important;
    font-weight: 700;
}

.header-top-bar__link:focus {
    color: #fff;
}

.header-top-bar__link:hover {
    color: #fff;
    text-decoration: none;
}

.close-btn {
    width: 16px;
    height: 16px;
    background: url("/local/images/X.png");
    margin-right: 23px;
}

.close-btn:hover {
    cursor: pointer;
}

.header-top-bar p {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.header_carousel_bar_title {
	background: #D86A08;
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFF;
	position: relative;
	white-space: nowrap;
	height: 100%;
	padding: 0 20px;
}
.header_carousel_bar_title svg {
	position: absolute;
	right: -13px;
	top: -3px;
	bottom: 0;
}
.header_offers,
.header_offers--mobile {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 24px;
	padding-left: 30px;
}
.header_offers--mobile{
    display: none;
    position: relative;
    margin-left: 15px;
}
.header_offers__item__link,
.header_offers--mobile .header_offers__item__link {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF !important;
	transition: .4s color;
}
a.header_offers__item__link:hover,
.header_offers--mobile a.header_offers__item__link:hover {
	color: #F08D34 !important;
}
.header_offers--mobile .header_offers_divider,
.header_offers_divider {
	height: 14px;
	width: 1px;
	background: #FFF;
}

.header-top_offers {
	height: 34px;
}
@media screen and (min-width: 768px) {
	.header_offers {
		width: auto;
		padding: 0;
        margin: auto;
        white-space: nowrap;
        margin-left: 40px;
        overflow: auto;
	}
	/*.header_carousel_bar_title {
	    position: absolute;
    	left: 0;
	}*/
	.header-top_offers {
		justify-content: center;
		position: relative;
	}
}
@media screen and (max-width: 767px) {
    .header_offers{
        display: none;
    }
    .header_offers.header_offers--mobile {
        display: flex;
    }
    .header_offers--mobile .header_offers__item__link {
        color: #2F2C27 !important;
    }
    
    .header_offers--mobile .header_offers__item{
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
        line-height: normal;
        margin: 0;
        opacity: 0;
        max-width: 100%;
        pointer-events: none;
        transition: opacity .3s linear;
    }
    .header_offers__item.active {
        opacity: 1;
        pointer-events: auto;
        transition: opacity .3s linear;
    }
	.header_carousel_bar_title {
		padding: 0 16px;
	}
	.header-top_offers {
		height: 30px;
		background: #F2E9DB !important;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.header_offers__item__link {
		white-space: nowrap;
		color: #2F2C27 !important;
	}
	.header_offers_divider {
		background: #2F2C27 !important;
	}
	.header > .hide-on-desktop {
		background: #F2E9DB;
	}
}

.cookie_notification .cookie_close {
    position: absolute;
    right: -15px;
    top: -5px;
    margin: 0 !important;
    width: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px !important;
}

.cookie_close-icon {
    position: static;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.telegram-float-button {
    position: fixed;
    right: 24px;
    bottom: 60px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.telegram-float-button svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .telegram-float-button {
        right: 16px;
        bottom: 90px;
        width: 52px;
        height: 52px;
    }
}

.product__label[style*="#000"] {
    display: none !important;
}

.banner-item_image.banner-item_image-nyspecial {
    max-height: none;
    background-size: auto 101%;
    background-position: 10% 0;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1270px) {
    .banner-item_image.banner-item_image-nyspecial {
        background-position: 20% 0;
    }
}

@media screen and (max-width: 1170px) {
    .banner-item_image.banner-item_image-nyspecial {
        background-position: 30% 0;
    }
}

@media screen and (max-width: 1050px) {
    .banner-item_image.banner-item_image-nyspecial {
        background-position: 40% 0;
    }
}

@media screen and (max-width: 950px) {
    .banner-item_image.banner-item_image-nyspecial {
        background-position: 50% 0;
    }
}

@media screen and (max-width: 768px) {
    .banner-item_image.banner-item_image-nyspecial {
        max-height: none;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.header-ny {
    background-image: url(/local/templates/bootwood_new_antro/img/header-ny.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}