/* Указываем box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
    padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background: #FDFAF5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
    list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
    max-width: 100%;
    display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
    margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
    font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/storefront/assets/fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Light.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/storefront/assets/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Regular.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/storefront/assets/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Medium.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/storefront/assets/fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-SemiBold.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/storefront/assets/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Bold.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/storefront/assets/fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms';
    src: url('/wp-content/themes/storefront/assets/fonts/TTNorms-Regular.eot');
    src: local('/wp-content/themes/storefront/assets/fonts/TT Norms Regular'), local('/wp-content/themes/welldone/assets/fonts/TTNorms-Regular'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Regular.woff2') format('woff2'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Regular.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('/wp-content/themes/storefront/assets/fonts/TTNorms-Medium.eot');
    src: local('/wp-content/themes/storefront/assets/fonts/TT Norms Medium'), local('/wp-content/themes/welldone/assets/fonts/TTNorms-Medium'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Medium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Medium.woff2') format('woff2'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Medium.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts//TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'TT Norms';
    src: url('/wp-content/themes/storefront/assets/fonts/TTNorms-Bold.eot');
    src: local('/wp-content/themes/storefront/assets/fonts/TT Norms Bold'), local('/wp-content/themes/welldone/assets/fonts/TTNorms-Bold'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Bold.woff2') format('woff2'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Bold.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('/wp-content/themes/storefront/assets/fonts/TTNorms-ExtraBold.eot');
    src: local('/wp-content/themes/storefront/assets/fonts/fonts/TT Norms ExtraBold'), local('/wp-content/themes/welldone/assets/fonts/TTNorms-ExtraBold'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-ExtraBold.woff2') format('woff2'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-ExtraBold.woff') format('woff'),
    url('/wp-content/themes/storefront/assets/fonts/TTNorms-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body{
    font-family: 'TT Norms';
}
.hidden{
    display: none;
}
.container{
    width: 100%;
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
}
.wrapp-header__burger{
    display: none;
}
.wrapp-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
.wrapp-header__logo .custom-logo-link{
    max-width: 80px;
    display: block;
    margin: 0;
}
.header-nav-menu{
    display: flex;
}
.header-nav-menu li{
    margin-right: 60px;
}
.header-nav-menu li a{
    color: #372C26;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    /*letter-spacing: 1.92px;*/
    text-transform: uppercase;
    position: relative;
}
.header-nav-menu li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: .3s ease;
    border-bottom: 2px solid #372C26;
    width: 0;
}
.header-nav-menu li a:hover:before{
    width: 100%;
}
.header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 40;
    transition: 0.3s ease;
    background: #FDFAF5;
    box-shadow: rgba(0,0,0,.13) 0 4px 16px;
}
.bg_fixed{
    background: #FDFAF5;
    box-shadow: rgba(0,0,0,.13) 0 4px 16px;
}
.footer{
    /*background: #F5EEE7;*/
    background: #c6c6c624;
    /*background: #aaadab14;*/
    /*background: #46896114;*/
    padding: 60px 0 20px;
}
.wrapp-footer_logo .custom-logo-link{
    max-width: 120px;
    display: block;
    margin: 0;
}
.wrapp-footer{
    display: flex;
    justify-content: space-between;
}
.wrapp-footer_footer-menu ul{
    gap: 20px;
    display: grid;
}
.wrapp-footer_footer-menu ul a{
    color: #372C26;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    /*letter-spacing: 1.92px;*/
    text-transform: uppercase;
    display: block;
    position: relative;
}
.wrapp-footer_footer-menu ul a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .3s ease;
    border-bottom: 2px solid #372C26;
    width: 0;
}
.wrapp-footer_footer-menu ul a:hover:before{
    width: 100%;
}
.footer-title{
    color: #372C26;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    /*letter-spacing: 1.92px;*/
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wrapp-footer_contact-text a{
    display: inline-flex;
    align-items: center;
    color: #372C26;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}
.wrapp-footer_contact-text p{
    display: inline-flex;
    align-items: center;
    color: #372C26;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}
.wrapp-footer_contact-text svg{
    width: 20px;
    height: 20px;
    min-width: 20px;
    fill: #372C26;
    margin-right: 10px;
}
.wrapp-footer_contact-list{
    display: grid;
    gap: 12px;
}
.wrapp-footer_buyers-menu ul{
    display: grid;
    gap: 20px;
}
.wrapp-footer_buyers-menu ul a{
    color: #372C26;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
    position: relative;
}
.wrapp-footer_buyers-menu ul a:before{
    content: '';
    ontent: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .3s ease;
    border-bottom: 2px solid #372C26;
    width: 0;
}
.wrapp-footer_buyers-menu ul a:hover:before{
    width: 100%;
}
.wrapp-footer_bottom{
    margin-top: 20px;
    padding-top: 18px;
    color: #372C26;
    font-size: 10px;
    font-weight: 600;
    line-height: 18.6px;
    border-top: 1px solid #372C26;
}
.logged-in .header{
    top: 32px;
}
.logged-in .wrapp-header__cart{
    top: 150px;
}
main{
    padding-top: 90px;
}
.main{
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapp-main{
    display: flex;
    align-items: center;
}
.wrapp-main_video{
    display: none;
}
.home-title{
    color: #372C26;
    font-size: 60px;
    font-weight: 700;
    line-height: 123%;
    /*letter-spacing: 6px;*/
    text-transform: uppercase;
}
.wrapp-main_info-text{
    margin-top: 30px;
    color: #372C26;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
}
.wrapp-main_info-btn{
    margin-top: 60px;
}
a, inpun, svg, img, button{
    transition: 0.3s ease;
}
.wrapp-main_info-btn a{
    outline: none;
    padding: 16px 76px;
    color: #FDFAF5;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    /*letter-spacing: 1.68px;*/
    border-radius: 10px;
    background: #468961;
    text-transform: uppercase;
    border: 2px solid transparent;
}
.xoo-wsc-pprice{
    display: none;
}
.wrapp-main_info-btn a:hover{
    border: 2px solid #468961;
    background: unset;
    color: #468961;
}
html {
    scroll-behavior: smooth;
}
.zoom-instagram{
    margin-top: 40px;
}
.wrapp-main_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.wrapp-main_info{
    width: 50%;
}
.wrapp-main_img{
    width: 50%;
}
.reviews .slick-arrow svg{
    stroke: #372C26;
}
.choose{
    padding-top: 100px;
}
h2{
    color: #372C26;
    font-size: 40px;
    font-weight: 700;
    line-height: 123%;
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
}
.wrapp-choose{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}
.wrapp-choose_list-items img{
    width: 65px;
    min-width: 64px;
    height: 64px;
}
.wrapp-choose_list:first-child .wrapp-choose_list-items:nth-child(3){
    display: none;
}
.wrapp-choose_list:first-child .wrapp-choose_list-items:nth-child(4){
    display: none;
}
.wrapp-choose_list:last-child .wrapp-choose_list-items:nth-child(1){
    display: none;
}
.wrapp-choose_list:last-child .wrapp-choose_list-items:nth-child(2){
    display: none;
}
.wrapp-choose_list-items{
    display: flex;
    align-items: center;
    gap: 30px;
}
.wrapp-choose_list{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.wrapp-choose_list-items p{
    color: #372C26;
    font-size: 16px;
    font-weight: 600;
    line-height: 124%;
}
.products{
    padding-top: 100px;
}
.blog{
    padding-top: 100px;
}
.wrapp-blog{
    margin-top: 40px;
}
.wrapp-blog_items-img{
    height: 250px;
    border-radius: 40px 7px;
    width: 100%;
    position: relative;
}
.wrapp-blog_items-img:before{
    content: 'Хочу прочитати';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: 0.3s ease;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px 7px;
    pointer-events: none;
}
.wrapp-blog_items:hover .wrapp-blog_items-img:before{
    opacity: 1;
}
.wrapp-blog_items-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px 7px;
}
.wrapp-blog_items-row{
    margin-top: 15px;
    display: flex;
    gap: 28px
}
.wrapp-blog_items-info{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #372C26;
    font-size: 13px;
    font-weight: 600;
    line-height: 130%;
    height: 24px
}
.wrapp-blog_items-title{
    margin-top: 10px;
    color: #372C26;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /*letter-spacing: 0.724px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 58px;
    transition: 0.3s ease;
}
.wrapp-blog_items-title:hover{
    color: #468961;
}
.blog-page .wrapp-blog_items{
    display: flex!important;
}
.wrapp-blog_items-link a{
    color: #372C26;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    border-radius: 10px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wrapp-blog_items-link a:hover{
    color: #468961;
}
.wrapp-blog_items-link a svg{
    stroke: #372C26;
}
.wrapp-blog_items-link a:hover svg{
    stroke: #468961;
}
.wrapp-blog_items-link svg{
    width: 12px;
    height: 12px;
    transform: rotate(268deg);
}
.wrapp-blog_items-info svg{
    width: 20px;
    height: 20px;
}
.wrapp-blog_items{
    display: flex;
    flex-direction: column;
}
.wrapp-blog{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.faq{
    padding-top: 100px;
}
.wrapp-faq{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: flex-start;
}
.panel-collapse{
    display: none;
}
.panel-heading a{
    color: #372C26;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    outline: none;
}
.panel-heading svg{
    width: 15px;
    height: 10px;
    transition: 0.3s ease;
    stroke: #372C26;
}
.panel-heading a:hover{
    color: #468961;
}
.panel-heading a:hover svg{
    stroke: #468961;
}
.panel-heading.in a{
    color: #468961;
}
.panel-heading.in svg{
    stroke: #468961;
}
.panel{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(158, 158, 158, 0.10);
}
.panel-body{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #372C26;
    padding: 0 18px 18px;
}
.panel-heading.in a span svg{
    transform: rotate(180deg);
}
a,button,input{
    outline: none;
}
.instagram{
    padding-top: 100px;
}
.reviews{
    padding-top: 100px;
}
footer{
    margin-top: 100px;
}
.wrapp-reviews{
    margin-top: 40px;
}
.wrapp-reviews_block{
    padding: 0 10px;
}
.wrapp-reviews_items{
    padding: 20px;
    border-radius: 12px!important;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(158, 158, 158, 0.15);
    height: 100%;
}
.reviews .slick-track{
    display: flex!important;
}
.wrapp-reviews_items-flex{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.wrapp-reviews_items-flex p{
    font-size: 20px;
    color: #372C26;
    font-weight: 600;
    line-height: 124%;
}
.comment-date{
    opacity: .5;
    font-size: .875em;
}
#reviews .commentlist li p.meta strong{
    font-size: 20px;
    color: #372C26;
}
.wrapp-reviews .slick-list{
    padding-bottom: 15px;
}
.wrapp-reviews_items-text{
    margin-top: 20px;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%
}
.wrapp-reviews .slick-arrow{
    position: absolute;
    top: -85px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(158, 158, 158, 0.15);
    cursor: pointer;
    transition: 0.3s ease;
}
.wrapp-reviews .slick-arrow:hover{
    background: #468961;
}
.wrapp-reviews .slick-arrow:hover svg{
    stroke: #fff;
}
.wrapp-reviews .arrows-prev{
    right: 70px;
}
.wrapp-reviews .arrows-next{
    right: 0;
}
.tabs__caption li:not(.active) {
    cursor: pointer;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus{
    outline: none!important;
}
ul.tabs__caption{
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}
ul.tabs__caption li{
    color: #468961;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    position: relative;
    transition: 0.3s ease;
    padding: 1em;
}
.type-product ul.tabs__caption{
    background: #fff;
    justify-content: center;
    box-shadow: 0px 4px 15px 0px rgba(158, 158, 158, 0.15);
}
.type-product ul.tabs__caption li:after{
    border-bottom: 4px solid #468961;
    bottom: 0;
}
ul.tabs__caption li:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #468961;
    transition: 0.3s ease;
    width: 0;
}
.wrapp-product__img a:hover img{
    transform: scale(1.1);
}
ul.tabs__caption li:hover:after{
    width: 100%;
}
ul.tabs__caption li.active:after{
    width: 100%;
}
.tabs{
    margin-top: 15px;
}
.wrapp-product li{
    list-style: none;
    position: relative;
}
.wrapp-product{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.wrapp-product__img{
    height: 275px;
    border-radius: 40px 10px;
}
.wrapp-product__img a{
    height: 275px;
    display: block;
    overflow: hidden;
    border-radius: 40px 7px;
}
.wrapp-product__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px 7px;
}
.wrapp-product__block{
    border-radius: 40px 12px 12px 12px;
    background: #FFF;
    height: 100%;
    box-shadow: 0px 4px 15px 0px rgba(158, 158, 158, 0.10);
    display: flex;
    flex-direction: column;
    position: relative;
}
.wrapp-product__info{
    padding: 30px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.price ins{
    font-weight: 700;
}
.woocommerce-loop-product__title{
    color: #372C26;
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 124%;
    text-transform: inherit;
    letter-spacing: unset;
    transition: 0.3s ease;
    margin-bottom: 10px!important;
}
.woocommerce-loop-product__title:hover{
    color: #468961;
}
ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product{
    text-align: left;
}
ul.products li.product .woocommerce-LoopProduct-link, ul.products .wc-block-grid__product .woocommerce-LoopProduct-link, .wc-block-grid__products li.product .woocommerce-LoopProduct-link, .wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link{
    height: 100%;
}
.woocommerce-product-details__short-description{
    display: none;
}
.onsale{
    display: none;
}
.wrapp-product__block .price{
    display: none!important;
}
.wrapp-footer_contact-row .wrapp-footer_cosial{
    display: none;
}
.wrapp-footer_cosial-list a{
    display: flex;
}
footer .wrapp-footer_cosial-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wrapp-footer_cosial-list a:hover{
    opacity: 70%;
}
.wrapp-footer_contact-text a{
    position: relative;
}
.wrapp-footer_contact-text a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .3s ease;
    border-bottom: 2px solid #372C26;
    width: 0;
}
.wrapp-footer_contact-text a:hover:before{
    width: 100%;
}
.header-nav-menu li.current-menu-item:not(.menu-item-object-custom) a{
    color: #468961;
}
.header-nav-menu li.current-menu-item:not(.menu-item-object-custom):before{
    width: 100%;
    border-bottom: 2px solid #468961;
}
.wrapp-product__block .woocommerce-variation-price{
    display: flex!important;
    color: #372C26;
    font-size: 24px;
    font-weight: 700;
    line-height: 124%;
    align-items: center;
    gap: 10px;
}
.wrapp-product__block .woocommerce-variation-price del{
    opacity: 1;
    color: #676767;
    font-size: 20px;
    font-weight: 400;
    line-height: 124%;
    text-decoration: none;
    position: relative;
}
.woocommerce-variation-price{
    color: #372C26;
    font-size: 24px;
    font-weight: 700;
    line-height: 124%;
}
.storefront-breadcrumb{
    padding: 0!important;
    margin: 0!important;
}
.col-full{
    max-width: unset;
    padding: 0;
    box-sizing: unset;
    margin: 0!important;
}
.woocommerce-breadcrumb a:nth-child(3){
    pointer-events: none;
}
.woocommerce-breadcrumb a:first-of-type::before{
    content: none;
}
.woocommerce-form__label-for-checkbox{
    display: none!important;
}
.title-results{
    color: #372C26;
    font-size: 30px;
    font-weight: 700;
    line-height: 123%;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wrapp-product__block .woocommerce-variation-price del bdi span{
    display: none;
}
.wrapp-product__block .woocommerce-variation-price del:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(325deg);
    border-bottom: 2px solid #676767;
}
.wrapp-product__block .wrapp-product__info-form del{
    opacity: 1;
    color: #676767!important;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 124%!important;
    text-decoration: none;
    position: relative;
}
.wrapp-product__block .wrapp-product__info-form del:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(325deg);
    border-bottom: 2px solid #676767;
}
.wrapp-product__block .variations th{
    display: none!important;
}
.wrapp-product__block .variations td{
    background: unset;
    padding: 0;
}
.product_type_variable {
    display: none;
}
form{
    margin-bottom: 0;
}
.quantity button{
    background: unset;
    width: 40px;
    padding: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity input.qty{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #372C26;
    background: unset;
    width: 30px;
    padding: 0;
    box-shadow: none;
    height: 40px;
}
.quantity{
    border: 1px solid #468961;
    border-radius: 8px;
    background: #F8F8F8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    right: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.price del{
    opacity: 1;
    color: #676767;
    font-size: 20px;
    font-weight: 400;
    line-height: 124%;
    text-decoration: none;
    position: relative;
}
.price del:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(325deg);
    border-bottom: 2px solid #676767;
}
.price del bdi span{
    display: none;
}
.price del+ins{
    margin-left: 10px;
}
.wrapp-product__block .star-rating{
    display: none;
}
.reset_variations{
    display: none!important;
}
.wrapp-product__block .single_add_to_cart_button{
    padding: 9px 24px;
    border-radius: 10px;
    background: #468961;
    color: #FDFAF5;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    border: 2px solid transparent;
    /*letter-spacing: 0.66px;*/
}
.wrapp-product__block .single_add_to_cart_button:hover{
    border: 2px solid #468961;
    background: unset!important;
    color: #468961!important;
}
table{
    margin-bottom: 0;
}
.wrapp-product__block .variations select{
    height: 40px;
    border-radius: 8px;
    border: 1px solid #468961;
    color: #372C26;
    font-size: 17px;
    font-weight: 400;
    line-height: 124%;
    padding-left: 15px;
    width: 110px;
    cursor: pointer;
    outline: none;
}
.variations_form{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px;
}
.wrapp-product__row .single_variation_wrap{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #468961
}
.single_variation_wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 15px;
}
.wrapp-header__cart{
    position: fixed;
    right: 30px;
    top: 120px;
    z-index: 15;
}
.xoo-wsc-cart-trigger{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #468961;
    border: 2px solid transparent;
    transition: 0.3s ease;
}
.xoo-wsc-cart-trigger:hover{
    border: 2px solid #468961;
    background: unset;
    color: #468961;
}
.xoo-wsc-cart-trigger:hover svg path{
    fill: #468961;
}
.xoo-wsc-sc-subt{
    display: none;
}
.xoo-wsc-basket{
    display: none!important;
}
span.xoo-wsc-sc-count{
    position: absolute;
    top: 0;
    right: 0;
}
.edit-link{
    display: none;
}
.xoo-wsc-icon-basket1:before{
    content: none;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > *{
    margin-right: 0;
}
.about{
    padding-top: 40px;
}
.about-title{
    color: #372C26;
    font-size: 40px;
    font-weight: 700;
    line-height: 123%;
    text-transform: uppercase;
}


.post{
    padding-top: 30px;
}
.post h1{
    color: #372C26;
    font-size: 30px;
    font-weight: 700;
    line-height: 123%;
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
}
.wrapp-recipe{
    margin-top: 30px;
    display: flex;
}
.wrapp-recipe_items{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
    border-radius: 10px 10px 0px 0px;
    background: #468961;
    padding: 8px 26px;
    display: inline-block;
}
.wrapp-recipe_step-title{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
    border-radius: 10px 10px 0px 0px;
    background: #468961;
    padding: 8px 14px;
    display: inline-block;
}
.wrapp-recipe_step{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wrapp-recipe_step-text{
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #468961;
    padding: 10px 14px;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 123%;
}
.wrapp-recipe_ingredients{
    min-width: 215px;
    padding-right: 30px;
    margin-right: 30px;
    min-width: 245px;
    border-right: 2px dashed #468961;
}
.wrapp-recipe_ingredients-list li{
    color: #372C26;
    font-size: 18px;
    line-height: 123%
}
ol.wrapp-recipe_ingredients-list{
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 18px 14px;
    border-radius: 0px 10px 10px 10px;
    border: 1px solid #468961;
}
.wrapp-recipe_img-row{
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 20px;
}
.wrapp-recipe_img-row .wrapp-blog_items-info{
    font-size: 15px;
}
.wrapp-recipe_img-row .wrapp-blog_items-info svg{
    width: 30px;
    height: 30px;
}
.wrapp-recipe_img{
    min-width: 350px;
    margin-left: 20px;
}
.wrapp-recipe-img_img{
    width: 100%;
    height: 350px;
    border-radius: 51.2px 8.96px;
}
.wrapp-recipe-img_img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 51.2px 8.96px;
}
.wrapp-news{
    padding-top: 30px;
}
.wrapp-news_row{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.wrapp-news_info{
    display: flex;
    gap: 36px;
}
.wrapp-news_info-img{
    max-width: 420px;
    width: 100%;
    border-radius: 40px 7px;
}
.wrapp-news_info-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px 7px;
}
.wrapp-news_info-editor{
    flex: 1;
}
.wrapp-news_time{
    color: #372C26;
    font-size: 12.987px;
    font-weight: 600;
    line-height: 130%
}
.wrapp-news_info-editor{
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 123%;
}
.wrapp-news_info-editor *:not(:last-child){
    margin-bottom: 20px;
}
.wrapp-news_info-editor a{
    color: #372C26;
    text-decoration: underline;
}
.blog-page{
    padding-top: 30px;
}
.blog-page h1{
    color: #302B29;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 124%;
}
.page-template-contact-template h1{
    color: #372C26;
    font-size: 40px;
    font-weight: 700;
    line-height: 123%;
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
}
.wrapp-header_background{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.50);
    visibility: hidden;
    opacity: 0;
    z-index: 30;
    transition: 0.3s;
}
.wrapp-header_background.active{
    opacity: 1;
    visibility: visible;
}

.wrapp-header_menu{
    transition: 0.3s;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 40;
    position: fixed;
    flex-direction: column;
    background: #FDFAF5;
    padding: 0 16px;
    padding-bottom: 60px;
    display: none;
}
.wrapp-header_menu.active{
    left: 0
}
.wrapp-header_menu-head{
    height: 80px;
    background: #FDFAF5;
    box-shadow: rgba(0,0,0,.13) 0 4px 16px;
    display: flex;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    justify-content: space-between;
    padding: 0 16px;
}
.xoo-wsc-header{
    background: #468961;

}
.xoo-wsch-top-icon{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-bottom: -37px;
    z-index: 10;
    background: #468961;
    justify-content: center;
}
.xoo-wsc-icon-trash:before{
    content: none;
}
span.xoo-wsc-smr-del{
    padding: 0;
}
span.xoo-wsc-smr-del svg{
    width: 17px;
    height: 17px;
}
.xoo-wsc-ft-amt-subtotal{
    display: none;
}
.xoo-wsc-ft-amt-shipping{
    display: none;
}
.xoo-wsc-ft-amt-total{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.xoo-wsc-ft-amt{
    justify-content: center;
    color: #372C26;
    font-size: 18px;
    font-weight: 600;
    line-height: 124%;
}
.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount{
    font-size: 18px;
}
.xoo-wsc-ft-amt-label{
    flex: unset;
}
a.xoo-wsc-ft-btn{
    width: 214px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #468961;
    color: #FDFAF5;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 120%;
    border: 2px solid transparent;
    /*letter-spacing: 0.51px;*/
}
a.xoo-wsc-ft-btn:hover{
    border: 2px solid #468961;
    background: unset;
    color: #468961;
}
.xoo-wsc-ft-buttons-cont{
    justify-content: center;
    grid: unset;
}
.xoo-wsc-body{
    background: #FDFAF5;
    padding: 20px 25px 0;
}
.xoo-wsc-footer{
    background: #FDFAF5;
}
.xoo-wsc-qty-box.xoo-wsc-qtb-square{
    border: 1px solid #468961;
    border-radius: 8px;
    background: #F8F8F8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.xoo-wsc-qty-box{
    max-width: 90px;
}
.xoo-wsc-notice-success{
    display: none;
}
span.xoo-wsc-chng{
    background: unset;
    width: 29px;
    padding: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="number"].xoo-wsc-qty{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #372C26;
    background: unset;
    width: 30px;
    padding: 0;
    box-shadow: none;
    height: 30px;
    border: none;
}
.added_to_cart{
    display: none;
}
.xoo-wsc-sm-right{
    max-width: unset;
    padding-left: 0;
}
.xoo-wsc-sm-left{
    flex-direction: row;
    gap: 5px;
    align-items: flex-start;
}
.xoo-wsc-sm-info{
    flex-direction: column;
}
.wrapp-contact_row-items a:hover{
    color: #468961;
}
.wrapp-contact_row-items a:hover svg{
    opacity: 70%;
}
.xoo-wsc-img-col{
    width: 133px;
    height: 96px;
    border-radius: 25px 10px;
    overflow: hidden;
}
.xoo-wsc-img-col:hover img{
    transform: scale(1.1);
}
.xoo-wsc-img-col img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 25px 10px;
}
span.xoo-wsc-pname a:hover{
    color: #468961;
}
.xoo-wsc-sum-col{
    flex: 1;
    padding-left: 10px;
}
.xoo-wsc-pname{
    color: #372C26;
    font-size: 18px;
    font-weight: 600;
    line-height: 124%;
    padding-bottom: 0;
}
.xoo-wsc-product{
    padding: 25px 0;
    border-bottom: 2px dashed #468961;
}
.xoo-wsc-smr-ptotal{
    font-size: 13.595px;
    font-weight: 700;
    line-height: 124%;
}
.xoo-wsc-pprice{
    font-size: 13.595px;
    line-height: 124%;
}
.xoo-wsc-sm-right-row{
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
    width: 100%;
}
.xoo-wsc-footer{
    padding-bottom: 40px;
}
.storefront-full-width-content .content-area{
    float: unset;
    margin-bottom: 0;
}
.storefront-product-pagination{
    display: none;
}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before{
    color: #FFC700;
}
.wrapp-product__row{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wrapp-product__row-info .woocommerce-product-details__short-description{
    display: block;
    margin-top: 20px;
}
.wrapp-product__row-info{
    display: flex;
    flex-direction: column;
}
.wrapp-product__row-price{
    order: 10;
}
.wrapp-product__row-info .wrapp-product__row-price ins{
    color: #372C26;
    font-size: 24px;
    font-weight: 700;
    line-height: 124%;
    margin: 0;
}
.single-product .product.product-type-simple p.price{
    display: block;
    margin: 0;
}
.single-product .product.product-type-simple .wrapp-product__row-info form{
    order: 10;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #468961;
}
.single-product .product.product-type-simple .wrapp-product__row-info .quantity{
    margin-top: 25px
}
.single-product .product.product-type-simple .wrapp-product__row-price{
    margin-top: 20px;
}
.product_title{
    color: #302B29;
    font-size: 40px;
    font-weight: 600;
    line-height: 124%;
}
.single-product div.product .woocommerce-product-rating{
    margin-bottom: 0;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.single-product div.product .woocommerce-product-rating button{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    text-decoration: none;
    background: unset;
    padding: 0;
    outline: none;
}
.woocommerce-review-link{
    display: none;
}
.single-product div.product .woocommerce-product-rating button:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #372C26;
}
.single-product div.product .woocommerce-product-rating .star-rating{
    float: unset;
    margin-right: 0;
}
.single-product div.product .woocommerce-product-rating::before, .single-product div.product .woocommerce-product-rating::after{
    content: none;
}
.woocommerce-product-details__short-description p:not(:last-child){
    margin-bottom: 20px;
}
.single-product div.product form.cart{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.single-product div.product .wrapp-product__row-info form.cart{
    margin-top: 20px;
}
.wrapp-product__row-info form{
    position: relative;
}
.wrapp-product__row-info form del{
    opacity: 1;
    color: #676767;
    font-size: 20px;
    font-weight: 400;
    line-height: 124%;
    text-decoration: none;
    position: relative;
}
.wrapp-product__row-info form del:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(325deg);
    border-bottom: 2px solid #676767;
}
.wrapp-product__row-info form del .woocommerce-Price-currencySymbol{
    display: none;
}
.wrapp-product__row-info .variations th{
    display: none!important;
}
ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button{
    margin-bottom: 0;
}
.wrapp-product__row-info .variations select{
    height: 40px;
    border-radius: 8px;
    border: 1px solid #468961;
    color: #372C26;
    font-size: 17px;
    font-weight: 400;
    line-height: 124%;
    padding-left: 15px;
    width: 110px;
    cursor: pointer;
    outline: none;
    background: transparent;
}
.wrapp-product__row-info .woocommerce-product-details__short-description p{
    color: #302B29;
    font-size: 18px;
    line-height: 26px;
}
.single-product div.product .single_variation .price{
    margin-bottom: 0;
}
.single-product div.product table.variations .value{
    margin-bottom: 0;
}
.single-product div.product table.variations{
    max-width: 375px;
}
.single_variation_wrap{
    margin-right: 0;
}
.single_add_to_cart_button{
    border-radius: 10px;
    background: #468961!important;
    padding: 12px 56px;
    color: #FDFAF5!important;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    /*letter-spacing: 0.66px;*/
}
.single-product div.product .single_variation .price{
    color: #302B29;
    font-size: 24px;
    font-weight: 700;
    line-height: 124%;
}
.single-product div.product .variations_button{
    padding-top: 0;
}
.product_meta .sku_wrapper{
    display: none;
}
.product_meta{
    display: none;
}

.single-product div.product p.price{
    display: none;
}
.wrapp-product__row-column{
    position: relative;
    max-width: 345px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    order: 11;
}
.wrapp-product__row-items{
    display: flex;
    align-items: center;
    gap: 16px;
}
.wrapp-product__row-img{
    border-radius: 18px;
    border: 1px solid #468961;
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapp-product__row-img img{
    width: 32px;
    height: 32px;
}
.wrapp-product__row-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #484563;
}
.bg-review{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.50);
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    transition: 0.3s;
}
.bg-review.active{
    opacity: 1;
    visibility: visible;
    transition: .5s ease;
}
.breadcrumbs{
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
}
.woocommerce-breadcrumb{
    font-size: 15px;
    display: flex;
    gap: 16px;
}
.woocommerce-breadcrumb .breadcrumb-separator{
    padding: 0;
    position: unset;
    text-indent: unset;
    transform: rotate(-18deg);
}
.woocommerce-breadcrumb .breadcrumb-separator::after{
    content: unset;
}
.breadcrumbs a{
    color: #372C26;
    text-decoration: unset;
}
.breadcrumbs a:hover{
    color: #468961
}
.breadcrumbs p{
    display: flex;
    gap: 16px;
}
.single .breadcrumbs p span:nth-child(4){
    display: none;
}
.single .breadcrumbs p a:nth-child(3){
    display: none;
}
.single-product .site-main{
    padding-top: 30px;
}
.site-main{
    margin-bottom: 0;
}
.wc-tabs{
    display: none;
}
.storefront-full-width-content .woocommerce-tabs .panel{
    width: 100%;
    float: unset;
    margin-bottom: 0;
    background: unset;
    border-radius: 0;
    display: block!important;
}
.storefront-full-width-content .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information{
    display: none!important;
}
.storefront-full-width-content .woocommerce-tabs .panel.woocommerce-Tabs-panel--description{
    display: flex!important;
    flex-direction: column;
    gap: 20px;
    box-shadow: none;
    display: none!important;
}
ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img{
    margin-bottom: 0;
}
.storefront-full-width-content .woocommerce-tabs .panel.woocommerce-Tabs-panel--description:after{
    content: none;
}
.storefront-full-width-content .woocommerce-tabs .panel.woocommerce-Tabs-panel--description:before{
    content: none;
}
.woocommerce-Tabs-panel--description.panel h2{
    margin-bottom: 0!important;
    color: #372C26;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
}
#reviews .commentlist li{
    margin-bottom: 0;
    float: left;
    clear: unset;
    display: flex;
    flex-direction: column;
    height: auto;
}
.wrapp-reviews_block .description{
    margin-top: 20px;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.modal{
    position: fixed;
    z-index: 112;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 540px;
}
.modal.active{
    opacity: 1;
    visibility: visible;
    transition: .5s ease;
}
.wrapp-modal{
    background: #FDFAF5;
    padding: 50px 20px;
    position: relative;
    width: 100%;
    border-radius: 10px;
}
.wrapp-modal.open{
    display: block;
}
ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product{
    padding: 0 15px;
    float: left!important;
    margin-right: 0!important;
}
.related-slider .slick-list{
    overflow: unset;
    margin-left: -15px;
    margin-right: -15px;
}
ul.products li.product.first, ul.products .wc-block-grid__product.first, .wc-block-grid__products li.product.first, .wc-block-grid__products .wc-block-grid__product.first{
    clear: unset!important;
}
.single-product div.product{
    overflow: unset;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}
.single-product div.product .woocommerce-product-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
    border-radius: 0;
}
.gallery-nav .woocommerce-product-gallery__image a{
    pointer-events: none;
    position: relative;
}
.gallery-nav .slick-track{
    margin: 0;
}
.gallery-nav .slick-slide{
    height: 100px;
    cursor: pointer;
    border: none;
    padding: 0 10px;
}
.gallery-nav .slick-slide img{
    border-radius: 30px 10px!important;
}
.gallery-main .slick-slide img{
    border-radius: 80px 10px!important;
}
.gallery-main .slick-slide{
    height: 540px;
}
.woocommerce-tabs{
    padding-top: 0;
    padding-bottom: 0;
}

.gallery-nav{
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.flex-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.slider-header__navigation{
    display: flex;
    gap: 20px;
}
.slider-header__navigation .slick-arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    cursor: pointer;
    box-shadow: 0px 4px 15px 0px rgba(158, 158, 158, 0.15);
}
.slider-header__navigation .slick-arrow svg{
    stroke: rgba(48, 43, 41, 1);
    width: 10px;
}
.xoo-wsc-sc-bki svg path{
    fill: #fff;
}
#respond{
    padding: 0;
    background: unset;
}
p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before{
    color: rgba(255, 199, 0, 1)
}
.comment-form-rating .stars{
    display: flex;
    margin: 0;
    justify-content: center;
    margin-bottom: 20px;
}
.comment-form-rating .stars > span{
    display: flex;
}
.form-submit #submit{
    padding: 11px;
    border-radius: 10px;
    background: #468961;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
    width: 100%;
}
.form-submit{
    margin-top: 35px;
}
p.stars a::before{
    width: 24px;
    height: 24px;
    font-size: 22px;
}
p.stars a{
    width: 24px;
    height: 24px;
}
#reviews .comment-form-rating label{
    display: none;
}
#reviews label[for="comment"]{
    display: none;
}
.comment-notes{
    display: none;
}
#reviews .comment-form-author, #reviews .comment-form-email{
    width: 100%;
    float: unset;
    margin-right: 0;
}
.single-product main{
    overflow: hidden;
}
.single-product footer{
    margin-top: 50px!important;
}
#billing_country_field{
    display: none;
}
.product-quantity{
    position: relative;
}
.gallery-main .slick-arrow{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.70);
    filter: drop-shadow(0px 1.3945451974868774px 6.972725868225098px rgba(190, 165, 248, 0.20));
    position: absolute;
    top: calc(50% - 21px);
    right: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}
.gallery-main .slick-arrow.arrows-prev{
    left: 10px;
    z-index: 10;
}

#commentform{
    display: flex;
    flex-direction: column;
}
#reviews .comment-form-rating{
    order: 2;
}
.comment-form-author{
    order: 3;
    margin-bottom: 10px;
}
.comment-form-author label{
    display: none;
}
.comment-form-email{
    margin-bottom: 10px;
    order: 4;
}
.comment-form-email label{
    display: none;
}
.comment-form-comment{
    order: 5;
}
#commentform .form-submit{
    order: 6;
}
.comment-form-cookies-consent{
    display: none;
}
#commentform input:not([type="submit"]){
    height: 44px;
    padding-left: 15px;
    border-radius: 8px;
    border: 1px solid #468961;
    background: #F6F6F6;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    outline: none;
    box-shadow: none;
}
#commentform textarea{
    height: 105px;
    padding-left: 15px;
    border-radius: 8px;
    border: 1px solid #468961;
    background: #F6F6F6;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    resize: none;
    outline: none;
    box-shadow: none;
}
.cr-review-form-error{
    border: 1px solid red!important;
}
.modal-close{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}
div.cr-recaptcha{
    display: none;
}
#reviews h2{
    color: #372C26;
    font-size: 40px;
    font-weight: 700;
    line-height: 123%;
    /*letter-spacing: 3px;*/
    margin-bottom: 40px;
}
.slider-arrows_reviews{
    display: none;
}
.slick-dots li:not(.slick-active){
    display: none;
}
.slick-dots-button{
    outline: none;
    padding: 0;
    border: none;
    background: unset;
}
.slider-arrows_mob{
    display: none;
}
.comments-product a{
    color: #468961;
    display: block;
    font-weight: bold;
}
.comments-product{
    margin-top: 10px;
}
.toggle-video-mute{
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    cursor: pointer;
}
.sound-on{
    display: none;
}
.toggle-video-mute svg path{
    transition: all .3s ease;
}
.woocommerce-product-attributes{
    display: none;
    margin-top: auto;
}
.wrapp-product__info-form .quantity{
    right: 20px;
    bottom: 96px;
    top: unset;
}
#review_form h2{
    color: #372C26;
    font-size: 30px;
    font-weight: 700;
    line-height: 123%;
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    order: 1;
}
.xoo-wsc-sp-container{
    background: unset;
}
.xoo-wsc-sp-product{
    padding: 0;
    margin-right: 0!important;
    border-radius: 40px 7px 60px 10px;
    border: 1px dashed #468961;
    background: #F8F8F8;
    align-items: stretch;
}
.xoo-wsc-sp-left-col a{
    display: block;
    height: 100%;
}
.xoo-wsc-sp-title a{
    color: #372C26;
    font-size: 16px;
    font-weight: 600;
    line-height: 124%;
}
.xoo-wsc-sp-left-col img{
    border-radius: 25px 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.xoo-wsc-sp-price{
    color: #372C26;
    font-size: 18px;
    font-weight: 700;
    line-height: 124%
}
.xoo-wsc-sp-right-col{
    padding-left: 10px;
}
.xoo-wsc-sb-bar{
    width: 100%;
}
.xoo-wsc-sb-bar > span{
    background: #468961;
}
.xoo-wsc-ship-bar-cont{
    margin-top: 0;
}
.xoo-wsc-footer{
    display: flex;
    flex-direction: column;
}
.xoo-wsc-sp-container{
    order: -1;
}
.xoo-wsc-sb-txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xoo-wsc-ship-bar-cont{
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #333132;
    margin-top: 0;
    padding-bottom: 5px;
}
.xoo-wsc-footer .xoo-wsc-sb-txt .amount{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #333132;
}
.error-section h1{
    color: #468961;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
    text-align: center;
}
.error-section .error-title{
    color: #468961;
    font-size: 300px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /*letter-spacing: 27.92px;*/
    text-transform: uppercase;
}
.error-section .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.error-section{
    height: calc(100vh - 90px);
    display: flex;
}
.error-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.error-flex img:first-child{
    width: 35%;
}
.error-flex img:last-child{
    width: 50%;
}
select#pa_number option:first-child{
    display: none;
}
/* Скрыть стандартную стрелку на элементах <select> */
select#pa_number {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/wp-content/themes/storefront/assets/images/svg/select.svg'); /* Подставьте свой путь к изображению */
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 20px; /* Регулируйте отступ справа в зависимости от размера изображения стрелки */
}

/* Стили для активного (фокусного) состояния */
select#pa_number:focus {
    outline: none; /* Убрать контур при фокусе */
}
span.xoo-wsc-sp-atc a.button{
    text-transform: uppercase;
    font-size: 12px;
    background: #468961;
    color: #fff;
    font-size: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    z-index: 9999;
    align-items: center;
    border-radius: 50%;
}
span.xoo-wsc-sp-atc a.button span{
    margin-right: 0;
    font-size: 30px;
    display: block;
    line-height: 1;
}
.review-order_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-order_flex h3{
    color: #372C26;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
}
form.woocommerce-checkout{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    position: sticky;
    top: 100px;
    margin-top: 40px;
}
.woocommerce-checkout #customer_details{
    float: unset;
    margin-right: 0;
    width: calc(50% - 20px);
}
.woocommerce-checkout #order_review{
    float: unset;
    margin-right: 0;
    width: calc(50% - 20px);
    background: unset;
    border-radius: 10px;
    border: 1px solid #468961;
    padding: 35px 25px 50px 25px;
}
form.checkout::before, form.checkout::after{
    content: none;
}
.woocommerce-product-attributes{
    display: block;
}
#order_review .quantity{
    position: unset;
}
.woocommerce-product-attributes-item__label{
    display: none;
}
.cart_item{
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 2px dashed #468961;
}
.product-img{
    width: 160px;
    height: 120px;
}
.product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px 7px;
}
.product-name{
    color: #372C26;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
}
.product-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_item__left{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
a.remove::before{
    content: none;
}
a.remove{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.woocommerce-product-attributes-item__value{
    height: 40px;
    color: #372C26;
    font-size: 16px;
    font-weight: 600;
    line-height: 124%;
    border-radius: 8px;
    border: 1px solid #468961;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
}
.product-total{
    color: #372C26;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%
}
body.woocommerce-checkout .wrapp-header__cart{
    display: none;
}
.shop_coupon{
    padding-top: 50px;
}
.shop_coupon__btn{
    display: flex;
    position: relative;
}
.shop_coupon__btn .button{
    border-radius: 10px;
    border: 1px solid #468961;
    background: #EFEFEF;
    color: #372C26;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 124%;
    padding: 10px 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.shop_coupon__btn .button:hover{
    color: #fff;
    background: #468961;
}
.shop_coupon__btn input{
    flex: 1;
    border-radius: 10px;
    border: 1px solid #468961;
    background: #F8F8F8;
    color: #372C26;
    font-size: 20px;
    font-weight: 400;
    line-height: 124%;
    padding: 10px 20px;
    display: flex;
    outline: none;
    box-shadow: none;
}
.shop_coupon__btn .form-row:first-child{
    flex: 1;
}
.woocommerce-checkout h1{
    display: none;
}
.cart-subtotal{
    display: none;
}
.order-total{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #468961;
}
.order-total div:first-child{
    color: #372C26;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}
.order-total div:last-child{
    color: #372C26;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}

.shop_table__total{
    font-size: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.shop_table__total .woocommerce-shipping-methods{
    order: -1;
}
.woocommerce-checkout ul#shipping_method{
    font-size: 18px;
}
.xoo-wsc-sm-right-flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    gap: 10px;
}
.xoo-wsc-sm-right .woocommerce-product-attributes-item__value{
    height: 30px;
    width: 90px;
}
#payment .place-order .button{
    border-radius: 10px;
    background: #468961;
    padding: 10px;
    color:#fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 124%; /* 29.76px */
    border: 2px solid transparent;
}
#payment .place-order .button:hover{
    border: 2px solid #468961;
    background: unset;
    color: #468961;
}
.laft-to-free{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.laft-to-free:first-child{
    color: #372C26;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}
.laft-to-free:last-child{
    color: #372C26;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}
#customer_details input{
    border-radius: 8px;
    border: 1px solid #468961;
    background: #F6F6F6;
    box-shadow: none;
    outline: none;
    height: 44px;
    padding-left: 12px;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
}
.title_h2 h3{
    color: #372C26;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
    margin-bottom: 10px;
}
.woocommerce-billing-fields > h3{
    color: #372C26;
    font-size: 30px;
    font-weight: 700;
    line-height: 123%;
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
    margin-bottom: 30px;
}
.woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wcus-checkout-fields h3{
    color: #372C26;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
    margin-bottom: 10px;
}
#billing_company_field{
    display: none;
}
.col-2 label{
    color: #6d6d6d;
    font-size: 16px;
    font-style: normal;
    line-height: 123%;
    margin-bottom: 10px
}
.col-2 textarea{
    border-radius: 8px;
    border: 1px solid #468961;
    background: #F6F6F6;
    height: 105px;
    padding-left: 12px;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    resize: none;
    box-shadow: none;
}
.col-2 label .optional{
    display: none;
}
.woocommerce-additional-fields > h3{
    display: none;
}
.wcus-checkout-fields{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #468961;
}
#payment .payment_methods > li .payment_box, #payment .place-order{
    padding: 0;
    background: unset;
}
#payment .payment_methods{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.zen-ui-select__value{
    border-radius: 8px;
    border: 1px solid #468961;
    background: #F6F6F6;
    box-shadow: none;
    outline: none;
    height: 44px;
    padding-left: 12px;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    display: flex;
    align-items: center;
}
.zen-ui-select__value svg path{
    fill: #372C26;
}
.zen-ui-select__value>svg{
    width: 15px;
    height: 15px;
}
.wcus-checkout-fields .form-row-wide:not(:first-child){
    margin-top: 10px;
}
#shipping_method input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
#shipping_method label{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-left: 0;
    position: relative;
    line-height: 1;
    margin-right: 0;
    width: 100%;
}
#shipping_method input:checked+label{
    color: #211D42!important;
}
#shipping_method input+label::before{
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #797793;
    border-radius: 4px;
    display: block;
    margin-right: 10px;
    transition: all 300ms ease-out;
}
#shipping_method input+label:after{
    content: '';
    background-image: url(/wp-content/themes/storefront/assets/images/svg/Square.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-out;
    background-color: #468961;
    background-position: center;
    border-radius: 4px;
}
#shipping_method input:checked+label::after{
    opacity: 1;
    visibility: visible;
}
.woocommerce-shipping-methods li:not(:first-child){
    display: none;
}
.woocommerce-checkout-payment{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #468961;
}
#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label{
    padding: 0;
    background: unset;
    font-size: 18px;
}
#payment .payment_methods > li:not(.woocommerce-notice){
    background: unset!important;
}
#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    line-height: 22px;
}
#payment .payment_methods>.woocommerce-PaymentMethod>label:hover, #payment .payment_methods>.wc_payment_method>label:hover{
    color: #211D42!important;
}
.input-radio+label::before{
    width: 20px;
    height: 20px;
    content: ''!important;
    border: 1px solid #797793;
    border-radius: 4px;
    display: block;
    margin-right: 10px;
    transition: all 300ms ease-out;
}
.thwcfd-field-checkboxgroup{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
label[for="billing_callback1"]{
    font-weight: bold;
    color: #372C26;
    margin-top: 9px;
}
.thwcfd-field-checkboxgroup .optional{
    display: none;
}
.input-radio:checked+label{
    color: #211D42!important;
}
.input-radio+label:after{
    content: '';
    background-image: url(/wp-content/themes/storefront/assets/images/svg/Square.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-out;
    background-color: #468961;
    background-position: center;
    border-radius: 4px;
}
.input-radio:checked+label::after{
    opacity: 1;
    visibility: visible;
}
ul#shipping_method li{
    margin-bottom: 0;
}
#order_review .shop_table{
    margin-bottom: 0;
}
.ship-free{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #468961;
    font-weight: bold;
}

.thwcfd-field-textarea label{
    color: #372C26;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 123%;
    margin-bottom: 20px;
}
.thwcfd-field-textarea textarea{
    border-radius: 8px;
    border: 1px solid #468961;
    background: #F6F6F6;
    box-shadow: none;
    outline: none;
    padding-left: 12px;
    color: #372C26;
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
    height: 120px;
    transition: 0.3s ease;
}
.thwcfd-field-textarea textarea:hover{
    background: #fdfdfd;
}
#customer_details input:hover{
    background: #fdfdfd;
}
.thwcfd-field-textarea label .optional{
    display: none;
}
.thwcfd-field-textarea{
    margin-top: 10px;
}
.place-order{
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
.police-flex label{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    line-height: 22px;
    position: relative;
}
.police-flex input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.police-flex input+label::before{
    width: 20px;
    min-width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #797793;
    border-radius: 4px;
    display: block;
    margin-right: 10px;
    transition: all 300ms ease-out;
}
.police-flex input+label:after{
    content: '';
    background-image: url(/wp-content/themes/storefront/assets/images/svg/Square.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-out;
    background-color: #468961;
    background-position: center;
    border-radius: 4px;
}
.police-flex input:checked+label::after{
    opacity: 1;
    visibility: visible;
}
input[type=checkbox]+label, input[type=radio]+label{
    margin-left: 0;
}
.storefront-full-width-content.woocommerce-checkout .entry-header{
    padding: 0;
}
.cart-delivery{
    display: flex;
    flex-direction: column;
}
.cart-delivery .title_h2{
    order: -1;
}
.woocommerce-NoticeGroup-checkout{
    width: 100%;
}

.form-row.woocommerce-invalid input.input-text{
    box-shadow: inset 2px 0 0 #e2401c!important;
}
#customer_details .woocommerce-invalid input{
    border: 1px solid #e2401c;
}
.blog-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us__cards-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 40px;
}
.about-us{
    padding-top: 120px
}
.about-us__card{
    border-radius: 12px;
    background-color: white;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0px 4px 15px 0px rgba(158, 158, 158, 0.10);
    flex: 1
}
.card-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 132%;
    color: rgba(33, 32, 32, 1);
}
.card-text{
    color: #212020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}
.card-text strong{
    text-decoration: underline;
}

.wrapp-product__info-form .button {
    padding: 9px 24px;
    border-radius: 10px;
    background: #468961;
    color: #FDFAF5;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    /*letter-spacing: 0.66px;*/
    margin-left: auto;
}
.xoo-wsch-top-icon svg path{
    fill: #fff
}
.wrapp-product__info-form .woocommerce-Price-amount{
    display: flex;
    color: #372C26;
    font-size: 24px;
    font-weight: 700;
    line-height: 124%;
}
.wrapp-product__info-form del .woocommerce-Price-amount bdi{
    opacity: 1;
    color: #676767;
    font-size: 20px;
    font-weight: 400;
    line-height: 124%;
    text-decoration: none;
    position: relative;
}
.wrapp-product__info-form del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol{
    display: none;
}
.wrapp-product__info-form ins{
    margin-left: 10px;
}
.wrapp-product__info-form{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 15px;
}
.wrapp-switch{
    display: grid;
    justify-content: space-between;
    border-bottom: 1px solid #468961;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}
.wrapp-switch_block{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    color: #372C26;
    text-align: center;
    font-size: 20px;
    line-height: 124%;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #468961;
    border-bottom: 0;
    transition: 0.3s ease;
}
.wrapp-switch_block:hover{
    background: #468961;
    color: #fff;
}
.wrapp-switch_block img{
    display: none;
}
.wrapp-switch_block.active img{
    display: block;
}
.wrapp-switch_block.active{
    font-weight: 600;
    background: #468961;
    color: #fff;
}
.wrapp-switch_block:not(.active){
    cursor: pointer;
}
.recipient_input{
    display: none;
}
.recipient_input.active{
    display: block;
}
.recipient_input.active ~ #billing_heading1_field{
    margin-top: 20px;
}
#wcus-shipping-cost{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#wcus-shipping-cost span{
    font-weight: bold;
}
.cart-delivery.active #wcus-shipping-cost span{
    display: none;
}
.thwcfd-field-checkbox .woocommerce-input-wrapper{
    position: relative;
}
.thwcfd-field-checkbox input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.thwcfd-field-checkbox label{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-left: 0;
    position: relative;
    line-height: 1;
    margin-right: 0;
    width: 100%;
}
.thwcfd-field-checkbox input+label::before{
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #797793;
    border-radius: 4px;
    display: block;
    margin-right: 10px;
    transition: all 300ms ease-out;
}
.thwcfd-field-checkbox input+label:after{
    content: '';
    background-image: url(/wp-content/themes/storefront/assets/images/svg/Square.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-out;
    background-color: #468961;
    background-position: center;
    border-radius: 4px;
}
.thwcfd-field-checkbox input:checked+label::after{
    opacity: 1;
    visibility: visible;
}

.thwcfd-field-checkboxgroup .woocommerce-input-wrapper{
    position: relative;
}
.thwcfd-field-checkboxgroup input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.thwcfd-field-checkboxgroup label{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-left: 0;
    position: relative;
    line-height: 1;
    margin-right: 0;
    width: 100%;
}
.thwcfd-field-checkboxgroup input+label::before{
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #797793;
    border-radius: 4px;
    display: block;
    margin-right: 10px;
    transition: all 300ms ease-out;
}
.thwcfd-field-checkboxgroup input+label:after{
    content: '';
    background-image: url(/wp-content/themes/storefront/assets/images/svg/Square.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-out;
    background-color: #468961;
    background-position: center;
    border-radius: 4px;
}
.thwcfd-field-checkboxgroup input:checked+label::after{
    opacity: 1;
    visibility: visible;
}

.woocommerce-multicheckbox-wrapper{
    display: flex;
    gap: 10px;
}
.woocommerce-error:before{
    content: none;
}
.wrapp-contact_row{
    display: flex;
    gap: 20px;
}
.wrapp-contact_row h1{
    width: 33%;
}
.wrapp-contact_row-block{
    flex: 1;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wrapp-contact_row-items{
    padding: 40px 28px;
    min-height: 240px;
    background: white;
    box-shadow: 0px 4px 15px 0px rgba(158, 158, 158, 0.10);
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #302B29;
}
.wrapp-contact_row-items ul{
    display: flex;
    gap: 10px;
    margin: 0;
    list-style: none;
}
.wrapp-contact{
    margin-top: 40px
}
.wrapp-contact_row-items p{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #302B29;
}
.wrapp-contact_row-items ul a{
    display: flex;
}
.wrapp-contact_row-items a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #302B29;
}
.wrapp-contact_row-items .wrapp-contact_row-items-flex{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    text-transform: unset;
}
.wrapp-contact_row-items svg{
    fill: #302B29;
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.wrapp-contact_maps{
    margin-top: 40px;
}
.wrapp-contact_row-items ul svg{
    width: 32px;
    height: 32px;
}
.type-product .tabs{
    margin-top: 100px;
}
.type-product .tabs__content{
    background: #fff;
    padding: 50px 30px;
}
.product-description{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-description ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}
.product-description ul li{
    position: relative;
    display: flex;
    gap: 8px;
}
.product-description ul li:before{
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    display: block;
    background: #468961;
    margin-top: 7px;
}
.product-description h2, .product-description h3, .product-description h4, .product-description h5{
    font-size: 20px!important;
}
.type-product ul.tabs__caption li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #372C26;
}
.type-product ul.tabs__caption{
    margin-bottom: 0;
    position: relative;
}
.type-product ul.tabs__caption li.active{
    color: #468961;
}
.type-product ul.tabs__caption li.active svg{
    fill: #468961;
}

.tabs__caption svg{
    transition: 0.3s ease;
    width: 30px;
    height: 30px;
}
.tabs_mob{
    display: none;
}
.wrapp-stiker{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 10
}
.wrapp-stiker__items{
    width: 80px;
    height: 50px;
}
.wrapp-stiker__items img{
    width: 100%;
    height: 100%;
    object-fit: contain!important;
    object-position: center;
    border-radius: 0;
}
.wrapp-product__block .wrapp-stiker__items{
    width: 80px;
    height: 50px;
}
.wrapp-product__block .wrapp-stiker{
    gap: 10px;
}
li.outofstock .wrapp-product__block:before{
    content: 'Сезон молодих сирів завершено';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 25px;
    color: #fff;
    border-radius: 40px 12px 12px 12px;
    z-index: 20;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
li.outofstock .stock.out-of-stock{
    display: none;
}
li.outofstock{
    order: 100;
}
.wrapp-about_item{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.wrapp-about{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wrapp-about_item-editor{
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}
.wrapp-about_item-editor h2, .wrapp-about_item-editor h3, .wrapp-about_item-editor h4{
    color: #372C26;
    font-size: 20px;
    font-weight: 700;
    line-height: 123%;
    text-transform: uppercase;
}
.wrapp-about_item-img{
    width: 500px;
    height: 450px;
}
.wrapp-about_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapp-about_item:nth-child(even){
    flex-direction: row-reverse;
}
section.gallery{
    padding-top: 120px;
}
.wrapp-gallery{
    margin-top: 40px;
}
.wrapp-gallery{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.wrapp-gallery a{
    height: 400px;
}
.wrapp-gallery img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.single-product div.product form.cart:before{
    content: none;
}
.single-product div.product form.cart:after{
    content: none;
}
.single-product div.product form.cart .quantity{
    margin-right: 0;
}
.related-slider .woocommerce-product-attributes{
    margin-top: 20px;
}
.single-product div.product .wrapp-product__row-info form.cart .quantity{
    margin-right: 0;
}
.slider-header__navigation .slick-arrow:hover{
    background: #468961;
}
.slider-header__navigation .slick-arrow:hover svg{
    stroke: #fff;
}