/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/montserrat-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/montserrat-400.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/montserrat-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/montserrat-700.woff2') format('woff2');
}
*/
:root {
    --brand-gray: #d6d8da;
    --ivory: #fdfcfa
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 42px;
    font-weight: 500;
}

h2 {
    font-size: 34px;
    font-weight: 600;
}

.flex {
	display: flex
}

.position-relative {
	position: relative
}

.position-absolute {
	position: absolute
}

.text-center {
    text-align: center;
}

.fw-semibold {
  font-weight: 600 !important;
}

.container {
    max-width: 1480px;
}

.section-basic {
    padding: 70px 0 120px
}

.header__top {
	background-color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0;
}

.header__top a {
	text-decoration: none;
	color: #fff;
}

.header__top-wrap {
	gap: 30px;
	justify-content: space-between;
}

.header__top-menu {
	gap: 80px
}

.header__main {
	padding: 50px 0;
	border-bottom: 1px solid var(--brand-gray);
}

.header__main svg {
	width: 34px;
	height: 34px;
	stroke: #000;
}


.header__main a {
	color: #000;
}

.header__main-container {
	align-items: center;
	gap: 50px
}

.header__main-container > div {
	flex: 1
}

.header__search {
	align-items: center;
	font-size: 15px;
	gap: 15px;
}

.header__logo {
	text-align: center;
}

.header__logo svg {
	fill: #000;
	width: 350px;
	height: 76px;
}

.header__actions {
	align-items: center;
	justify-content: flex-end;
}


.header__personal {
	margin-right: 25px;
}

.header__favorites {
	margin-right: 50px;
}

.header__count {
	background-color: #000;
	top: -14px;
	right: -14px;
	font-size: 12px;
	font-weight: 600;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	justify-content: center;
}

a.header__cart {
	text-decoration: none;
}

.header__cart {
	align-items: center;
	gap: 11px;
	margin-right: 15px
}

.header__cart-cart {
	font-size: 12px;
	line-height: 1;
}

.header__cart-total {
	font-size: 17px;
	font-weight: 600;
	margin-top: 2px
}




.main-menu {
    /* border-bottom: 1px solid #eee; */
    background: #fff;
    position: relative;
}

.main-menu__list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 100px
}

.main-menu__item {
    /* position: relative; */
    padding: 30px 0;
}

.main-menu__link {
    text-decoration: none;
	color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.main-menu__link:hover {

}

.main-menu__icon {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2px;
	margin-top: -1px;
    transition: transform 0.3s;
}

.main-menu__item:hover .main-menu__icon {
    transform: rotate(180deg);
}


.main-menu__dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    box-shadow: 0 7px 20px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 20px;
    min-width: 200px;
}

.main-menu__simple-dropdown {
    left: 50%;
}

.main-menu__simple-dropdown .main-menu__mega-cols {
    columns: 1
    
}

.main-menu__item-relative {
    position: relative;
}

.main-menu__dropdown > ul {
    padding-left: 0;
    list-style: none;
}

.main-menu__item:hover .main-menu__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.main-menu__dropdown--mega {
    width: 100%;
    min-width: 600px;
    max-width: 1200px;
}

.main-menu__mega-cols {
    columns: 3
}

.mega_items .main-menu__mega-cols {
    display: flex;
    gap: 60px;
    columns: 1
}

.main-menu__col,
.main-menu__mega-cols li {
    flex: 1;
}

.main-menu__col-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}

.main-menu__sublist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu__sublist li {
    white-space: nowrap;
    /* max-width: 300px; */
}

.main-menu__sublink {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    color: #555
}

.main-menu__sublink:hover {

}

.main-menu__sublist li:has([title*="ЦЕЛЛЮЛИТА"]) {
    white-space: normal
}





.main-content {
    padding: 70px 0
}




.h1-section, .breadcrumbs-section {
    background-color: #FDFCFA;
}

.breadcrumbs-section {
    padding: 30px 0
}

.h1-section {
    padding: 60px 0;
}

.h1-section h1 {
    font-size: 37px;
    font-weight: 500;
    margin: 0 0 25px;
    text-transform: uppercase;
}

h1.h1-frontpage {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0 !important
}



/* КАТАЛОГ */
.tf-row-flex {
    gap: 50px;
    /* margin-top: 90px; */
}

.tf-shop-sidebar {
    flex: 0 0 300px;
}

.wrapper-control-shop {
    flex: 1;
}

.facet-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 25px;

}

.list-categoris {
    list-style-type: none;
    padding-left: 0;
}

.list-categoris li {
    font-size: 16px;
    margin: 0
}

.list-categoris li:not(:last-child) {
    margin-bottom: 17px;
}

.list-categoris li.cate-item:not(:last-child) {
    margin-bottom: 12px;
}

.list-categoris a {
    color: #000;
    text-decoration: none;
}
.list-categoris a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

li.cate-item.has_childs > a {
    font-weight: 600;
}

.list-unstyled {
    margin: 15px 0 35px;
}

.tf-grid-layout {
    display: grid;
}

.tf-grid-layout.tf-col-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 30px;
}

.card-product-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-product-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.card-product-container .img-product {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
    aspect-ratio: 1 / 1;
    transition: transform 0.3s ease-in-out; 
    transform-origin: center center;
}

.card-product-wrapper:hover .img-product{
    transform: scale(1.07); 
}


.card-product-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-product-info a.title {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    line-height: 1.3;
}

.card-product-info .bottom-block { 
    margin-top: auto;
}

.bottom-block > .d-flex {
    margin: 40px 0 25px
}

.card-product-info .current-price {
    font-size: 18px;
    font-weight: 600;
}

.card-product-info .price-old {
    color: #BEBEBE;
    text-decoration: line-through;
}

.bottom-block > .d-flex {
    align-items: center;
    gap: 15px
}

.card-product-info a.tf-btn {
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #000;
    transition: all 0.2s ease-out;
}

.card-product-info a.tf-btn:hover {
    background-color: #000;
    color: #fff
}

.card-favorites {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card-favorites svg {
    width: 34px;
    height: 34px
}

.wishlist .icon-heart {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    transition: transform 0.2s ease;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTYuOTkgNy4yNzZjLTIuODMyLTMuMzExLTcuNTU2LTQuMjAyLTExLjEwNC0xLjE3cy00LjA0OCA4LjEwMi0xLjI2MiAxMS42ODhjMi4zMTcgMi45ODIgOS4zMyA5LjI3IDExLjYyOCAxMS4zMDYuMjU3LjIyOC4zODYuMzQyLjUzNi4zODYuMTMxLjAzOS4yNzQuMDM5LjQwNSAwIC4xNS0uMDQ1LjI3OS0uMTU5LjUzNi0uMzg2IDIuMjk4LTIuMDM1IDkuMzExLTguMzI0IDExLjYyOC0xMS4zMDYgMi43ODctMy41ODYgMi4zNDgtOC42ODgtMS4yNjItMTEuNjg4cy04LjI3Mi0yLjE0MS0xMS4xMDQgMS4xN3oiIHN0cm9rZT0iI2JkYmRiZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}

.wishlist.active .icon-heart {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi45OSA3LjI3NmMtMi44MzItMy4zMTEtNy41NTYtNC4yMDItMTEuMTA0LTEuMTdzLTQuMDQ4IDguMTAyLTEuMjYyIDExLjY4OGMyLjMxNyAyLjk4MiA5LjMzIDkuMjcgMTEuNjI4IDExLjMwNi4yNTcuMjI4LjM4Ni4zNDIuNTM2LjM4Ni4xMzEuMDM5LjI3NC4wMzkuNDA1IDAgLjE1LS4wNDUuMjc5LS4xNTkuNTM2LS4zODYgMi4yOTgtMi4wMzUgOS4zMTEtOC4zMjQgMTEuNjI4LTExLjMwNiAyLjc4Ny0zLjU4NiAyLjM0OC04LjY4OC0xLjI2Mi0xMS42ODhzLTguMjcyLTIuMTQxLTExLjEwNCAxLjE3eiIgZmlsbD0iI0JEQkRCRCIgc3Ryb2tlPSIjQkRCREJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
}

.wishlist:hover .icon-heart {
    transform: scale(1.1);
}

.wishlist.active {
    border-color: #ff0000;
}


.product {
    margin: 30px 0 80px
}

.product__wrap {
    gap: 40px;
    align-items: flex-start;
}

.product__image {
    max-width: 560px;
    width: 40%;
    position: sticky;
    top: 20px;
}

.product__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product__content {
    flex: 1;
}

.product__title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}

.product__title-eng {
    font-size: 18px;
    font-weight: 500;
    color: #BEBEBE
}


.product__price {
    align-items: center;
    margin: 35px 0;
    gap: 25px
}

.product__price .price,
.product__price .price-on-sale
{
    font-size: 26px;
    font-weight: 600;
}

.product__price .compare-at-price {
    font-size: 20px;
    color: #BEBEBE;
    text-decoration: line-through;

}

.product__buy {}

.product__buy > form {
    gap: 30px
}

.product__buy-button {
    border: none;
    box-sizing: border-box;
    background-color: #000;
    cursor: pointer;
    appearance: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    width: 230px;
    height: 54px;

}
.product__buy-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.product__buy-button span {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}


.wg-quantity {
    align-items: center;
    border: 1px solid #eee;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 10px;
}

.wg-quantity input {
    text-align: center;
    width: 45px;
    border: 0;
    font-weight: 600;
    margin: 0 15px;
}

.wg-quantity .btn-quantity {
    padding: 2px 8px;
    cursor: pointer;
}


.quantity-product {
    pointer-events: none;
}

.product__data {
    margin: 40px 0 30px;
}

.product__data-label {
    font-weight: 600;
}

.product__data-item:not(:last-child) {
    margin-bottom: 10px;
}

.product__data a {
    color: #000;
    text-underline-offset: 3px;
}

.product__description {
    font-size: 14px;
    margin-bottom: 40px;
}

.product-toggle-container {
    width: 100%;
}

.product-toggle {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}

.toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
    user-select: none;
}

.toggle-title {
    letter-spacing: 0.5px;
    font-weight: 500;
}

.toggle-icon {
    font-size: 22px;
    line-height: 1;
    transition: transform 0.3s ease;
    margin-right: 20px;
}

.toggle-header.active .toggle-icon {
    transform: rotate(45deg);
}

.toggle-content {
    display: none;
    overflow: hidden;
}

.toggle-inner {
    padding: 0 0 20px 0;
    color: #505050;
    font-size: 15px;
    line-height: 1.6;
}

.product__share {
    margin-top: 45px;
    gap: 40px
}

.product__favorites .wishlist .icon-heart {
    width: 24px;
    height: 24px;
}

.favorite-text {
    font-size: 14px;
    margin-left: 5px;
}

.product__favorites a {
    text-decoration: none;
    color: #000;
}

.product__social > span {
    display: inline-block;
    cursor: pointer;
}

.product__social > span:first-child {
    margin-right: 12px;
}

.product__social > span:hover img {
    transform: scale(1.15);
}

.product__social > span img {
    transition: transform 0.2s ease-in-out;
    display: block;
}


.product__similar {
    border-top: 1px solid #eee;
    padding: 60px 0 120px;

}

.product__similar h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 45px;
}

.product__similar .card-product {
    height: 100%;
}

.product__similar .swiper-slide {
    height: auto;
}

.product__similar .wrap-carousel {
    padding: 0 50px;
    position: relative;
}

.wrap-carousel .nav-sw {
    z-index: 20;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wrap-carousel .nav-next-slider {
    left: 0;
}

.wrap-carousel .nav-prev-slider {
    right: 0;
}

.nav-sw {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
    cursor: pointer;
}

.nav-sw.style-white-line {
    background-color: #fff
}

.nav-sw.lg {
    width: 46px;
    height: 46px;
    font-size: 12px;
}

.nav-sw:hover:not(.swiper-button-disabled) {
    background-color: #000;
    color: #fff;
}

.widget-facet:not(:last-child) {
    margin-bottom: 80px
}

.tf-filter-group {
    padding-left: 0
}

.tf-filter-group .d-flex {
    gap: 11px
}

.tf-filter-group .list-item {
    
}

.tf-filter-group label {
    cursor: pointer;
}

.tf-filter-group .list-item input:disabled,
.tf-filter-group .list-item input:disabled + label {
    opacity: 0.2;
    pointer-events: none;
    user-select: none;
    cursor: default;
}

.tf-filter-group .list-item:not(:last-child) {
    margin-bottom: 20px;
}



.tf-filter-is-line label span {
    text-transform: uppercase;
}

.list-item label {
    margin-top: -4px
}

.tf-filter-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background-color: #fff;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
}

.tf-filter-group input[type="checkbox"]::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #000;
    transform: scale(0);
    transition: transform 0.1s ease-in-out;
}

.tf-filter-group input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.btn-sidebar-mobile {
    display: none;
}

.canvas-header {
    display: none !important;
}
/* END КАТАЛОГ */



/* КОРЗИНА */
.tf-page-cart-wrap {
    padding: 60px 0 100px;
    max-width: 1170px;
    margin: auto;
}

.tf-table-page-cart {
    margin: auto;
    width: 100%;
}

.tf-table-page-cart thead {
    border-bottom: 1px solid #000;
}


.tf-table-page-cart th, 
.tf-table-page-cart td {
  padding: 15px 20px;
}


.tf-table-page-cart td:first-child {
    padding-left: 0;
    padding-right: 0;
}


.tf-cart-item_img img {
    width: 120px;
    height: 120px;
}

.tf-cart-item_product {
    max-width: 350px;
}

.tf-cart-item_product a {
    color: #000;
    text-decoration: none;
    text-underline-offset: 3px;
}

.tf-cart-item_product a:hover {
    text-decoration: underline;
}

.tf-cart-item_price .cart-price {
    display: block;
}

.tf-cart-item_price .price-old {
    font-size: 18px;
    color:#BEBEBE;
    text-decoration: line-through;
    margin-top: 3px
}

.tf-cart-item_price .price,
.tf-cart-item_total .price {
    font-size: 22px;
    font-weight: 600;
}

.tf-cart-item_quantity .cart-quantity {
    /* max-width: 130px; */
}

.tf-cart-item_quantity .wg-quantity {
    padding: 10px;
    max-width: fit-content;
    margin: auto;
}

.tf-cart-item_quantity input {
    margin: 0 7px;
}

.remove-cart {
    cursor: pointer;
    
}

.remove-cart svg {
    transition: all 0.2s;
}

.remove-cart:hover svg {
    filter: brightness(0.5);
}

.tf-page-cart-footer {
    margin-top: 80px;
}

.tf-cart-footer-inner {
    gap: 50px;
    justify-content: space-between;
}

.tf-free-shipping-bar,
.tf-page-cart-checkout {
    max-width: 410px;
}

.tf-free-shipping-bar-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tf-free-shipping-bar-body,
.tf-free-shipping-bar-inputs {
    gap: 10px
}

.tf-free-shipping-bar-body {
    flex-direction: column;
}

.tf-free-shipping-bar input[type="text"] {
    height: 40px;
    padding: 0 12px;
}

.tf-free-shipping-bar input[type="submit"] {
    background: #000;
    color: #fff;
    padding: 0 25px;
    font-weight: 600;
    line-height: 1;
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
}

.coupon-status {
    display: inline-block;
}
.coupon-status::first-letter {
    text-transform: uppercase;
}

.tf-page-cart-checkout {
    padding: 35px;
    border: 1px solid #000;
    width: 100%;
}

.tf-page-cart-checkout h3 {
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 500;
}

h3.tf-cart-totals-total {
    color: #000;
    font-weight: 600;
}


.tf-cart-totals-discounts {
    gap: 10px 100px;
    justify-content: space-between;
}

.tf-cart-totals-discounts .total-value {
    font-weight: 600;
    font-size: 18px;
}

.tf-cart-totals-discounts .total-value_total {
    font-size: 24px;
}

.tf-cart-totals-delimiter {
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    margin: 30px 0
}

.cart-checkout-btn {
    margin-top: 20px;
}

.cart-checkout-btn button {
    background: #000;
    color: #fff;
    font-weight: 600;
    outline: 0;
    border: 0;
    padding: 20px;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}


.modal-shopping-cart {}
.modal-shopping-cart .modal-content {
    padding: 25px;
    max-height: 720px;
    overflow-y: auto;
}

.modal-shopping-cart .modal-content .header {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal-shopping-cart .modal-content .title {
    font-size: 20px;
    font-weight: 600;
}

.modal-shopping-cart .modal-content .icon-close {
    cursor: pointer;
    font-size: 22px;
}

.tf-mini-cart-threshold {
    margin-bottom: 15px;
}

.tf-mini-cart-item {
    display: flex;
    margin-bottom: 25px;
}

.tf-mini-cart-info a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.25;
    display: inline-block;
}

.tf-mini-cart-info .price {
    font-size: 17px;
    font-weight: 600;
    
}

.tf-mini-cart-info .wg-quantity {
    display: inline-block;
    margin: 5px 0;
}

.tf-mini-cart-info .wg-quantity input {
    pointer-events: none;
    font-size: 15px;
    margin: 0 7px;
    width: 30px;
}

.tf-mini-cart-remove {
    text-transform: capitalize;
    margin-top: 7px;
    font-size: 13px;
    cursor: pointer;
    text-align: right;
}

.tf-mini-cart-bottom .tf-cart-totals-discounts {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 15px;
    border-top: 1px solid #eee;
     border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.tf-mini-cart-bottom .tf-mini-cart-view-checkout {
    display: flex;
    text-align: center;
}

.tf-mini-cart-bottom .tf-mini-cart-view-checkout a {
    color: #000;
    text-underline-offset: 3px;
}

/* END КОРЗИНА */




/* ЛИЧНЫЙ КАБИНЕТ */
/* .personal-account {gap: 20px} */

.tf-link-item {
    background-color: #F5F5F5;
    padding: 12px 20px
}

.tf-link-item h6 {
    margin-bottom: 0;
    font-size: 16px;
}

.tf-link-item:not(:last-child) {
    margin-bottom: 15px;
}

.tf-link-item a {
    text-decoration: none;
    color: #000
}

.tf-link-item.active {
    background-color: #000;
}

.tf-link-item.active a {
    color: #fff
}

[data-grid=grid-3] {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.btn-outline-dark {
    background-color: transparent;
    border: 1px solid #000;
    padding: 4px 10px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.btn-outline-dark:hover {
    background-color: #000;
    color: #fff
}

.mb_24 {
    margin-bottom: 24px;
}

.favorites-added {
    font-size: 13px;
}

/* END ЛИЧНЫЙ КАБИНЕТ */



footer {
	padding: 45px 0 15px;
	/* background-color: var(--brand-gray); */
	background-color: #f5f5f5;
}

.footer-bottom {
    padding: 25px 0 15px;
    border-top: 1px solid #BEBEBE
}

.footer-top {
    padding-bottom: 25px;
    gap: 20px 70px;
    justify-content: space-evenly;
}
    
.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-top li a {
    color: #505050;
    text-underline-offset: 2px;
    text-decoration: none
}

.footer-top li a:hover {
    text-decoration: underline
}

.footer-top li {
    margin-bottom: 10px;
}

.footer-ul-2-col {
    column-count: 2; 
    column-gap: 30px;
}






/* Стили для бургера */
.menu-burger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  /* z-index: 1001; */
  margin: 15px;
}

.menu-burger span {
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}

.main-menu__close-wrapper {
  display: none;
  justify-content: flex-end;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}

.menu-close {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  padding: 0;
}

.menu-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}

.menu-close span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-close span:nth-child(2) {
  transform: rotate(-45deg);
}


.bx-registration-table td {
    display: block;
}

.bx-registration-table input[type="text"],
.bx-registration-table input[type="password"] {
    height: 36px;
    padding: 0 15px;
    width: 400px;
    margin-bottom: 10px;
}

.password_requirements {
    margin: 20px 0 3px
}

.bx-registration-table input[type="submit"] {
    border: 0;
    appearance: none;
    outline: none;
    background-color: #000;
    color: #fff;
    padding: 16px 54px;
    margin: 15px auto 0;
    display: block;

}

.bx-registration-table thead td {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.main-user-consent-request-announce {
    display: inline-block;
    max-width: 290px;
    vertical-align: top;
    margin-left: 5px;
}

.data-table.bx-registration-table {
    margin: auto;
}

.password_requirements,
.reg-starrequired {
    font-size: 14px;
}

div.bx-auth,
.bx-auth-table {
    margin-left: auto;
    margin-right: auto;
}

div.bx-auth,
div.bx-auth-note {
    margin-top: 0;
}

.bx-auth-table td {
    display: block;
}

td.bx-auth-label {
    text-align: left;
    margin-top: 10px
}

.bx-auth-label {
    font-weight: 600 !important;
    color: #7E7E7E
}

.bx-auth-note {
    margin-bottom: 12px
}

.authorize-submit-cell input[type="submit"] {
    width: 100%;
    border-radius: 0;
    background-color: #000;
    color: #fff;
}

.bx-auth-register span {
    font-size: 13px;
    max-width: 300px;
    display: block;
    margin: auto;
    margin-top: 5px
}

.bx-auth-forgot-password {
    margin: 15px 0
}

.bx-auth-register a, 
.bx-auth-forgot-password a {
    color: #000
}

table.bx-auth-table {
    width: 100%;
    max-width: 410px;
}


.double-block__image {

}

.double-block__text h2 {
    margin-bottom: 15px;
    font-size: 22px;
}

.double-block__text-title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.15;
}



.image-frame {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.image-frame::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    z-index: -1;
}

.image-frame img {
    display: block;
    max-width: 100%;
    height: auto;
}   
