/*
Theme Name: Fashion Mart
Author: aThemeArt
Author URI: https://athemeart.com/
Theme URI: https://athemeart.com/downloads/fashionmart/
Description: Fashion Mart is a stylish child theme of eMart Shop, designed to work seamlessly with WooCommerce and Elementor. With its easy drag-and-drop interface, it ensures a smooth shopping experience while designing your website pages. The sleek and classic layout of this theme is perfect for creating a storefront for apparel, boutique, swimwear, and luxury fashion. Also suitable for startup businesses such as children's clothing, men's t-shirts, accessories, cosmetics, beauty, and jewelry stores. Add a new blog template to showcase the latest news, product updates, fashion designer promotions, and affiliate offers. This theme offers advanced product search, smart swatches, high-quality photos, a modal fly cart, and other functionality. Also, compatible with page builders like WPBakery, Divi, and SiteOrigin, making it the fastest and easy to design pages quickly. It is also responsive, RTL, and translation-ready, making it easy for you to create additional layouts and pages. Check out the demo at https://demo.athemeart.com/emart/ 
Template: emart-shop
Version: 1.0.3
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, sticky-post, custom-background, custom-header, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, blog, e-commerce
Text Domain: fashion-mart

Fashion Mart WordPress Theme, Copyright 2022 aThemeArt
Fashion Mart is distributed under the terms of the GNU GPL

Fashion Mart is child theme of Startup Shop WordPress Theme, Copyright 2022 aThemeArt
*/
@import url(https://fonts.googleapis.com/css2?family=Belleza&family=Montserrat:wght@400;500;600;700;800&display=swap);

:root {
    --secondary-color: #547A4E;
    --secondary-color-rgb: rgba(75, 72, 112, 0.34);
    --nav-h-color: #547A4E;
    --nav-wrap-bg: #547A4E;
    --nav-sub-color: #547A4E;
    --nav-sub-bg-h: #547A4E;


}

/*-----------------Header - Style - 3 ----------------*/

#static_header_banner {
    padding-top: 0;
    border-bottom: solid 1px #eaeaea;
    background: #f5f5f5;
    height: 30vh;
    text-align: left;
    color: var(--secondary-color);
}

#static_header_banner .site-header-text-wrap {
    text-align: left;
    color: var(--secondary-color);
}

#top-bar-wrap {
    background: rgba(75, 72, 112, 0.09);
}

.brand-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

#nav-wrap.header_style_3 {
    position: static;
    padding-top: 0px;
}

#nav-wrap.header_style_3 .container:before,
#nav-wrap.header_style_3 .container::after {
    display: none;
}

#nav-wrap.header_style_3 {
    background: var(--nav-wrap-bg);
}

#nav-wrap.header_style_3 #navbar {
    padding-left: 0px;
}

/*-------------------------------------------------------------- */
/* Category  Menu Mega
-------------------------------------------------------------- */
#cat-block-menu {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-self: stretch;
    display: flex;
}

#cat-block-menu>button.btn-mega {
    font-size: 1rem;
    color: var(--nav-color);
    width: 280px;
    position: relative;
    z-index: 98;
    cursor: pointer;
    letter-spacing: 2px;
    align-self: stretch;
    display: flex;
    align-items: center !important;
    justify-content: center;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#cat-block-menu>button.btn-mega:before {
    background-color: #484848;
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .1);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -10px;
    bottom: 0px;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#cat-block-menu>button.btn-mega:hover:before,
#cat-block-menu>button.btn-mega:hover,
#cat-block-menu>button.btn-mega:focus:before,
#cat-block-menu>button.btn-mega:focus,
#cat-block-menu:hover>button.btn-mega:before,
#cat-block-menu:hover>button.btn-mega {
    color: var(--nav-h-color);
    background: var(--nav-bg-h);
}

#cat-block-menu>.btn-mega:hover>span.hamburger:before,
#cat-block-menu>.btn-mega:hover>span.hamburger:after,
#cat-block-menu>.btn-mega:hover>span.hamburger,
#cat-block-menu>.btn-mega:focus>span.hamburger:before,
#cat-block-menu>.btn-mega:focus>span.hamburger:after,
#cat-block-menu>.btn-mega:focus>span.hamburger {
    background: var(--nav-h-color);
}

#cat-block-menu>.btn-mega>span.hamburger {
    position: relative;
    height: 2px;
    width: 18px;
    background-color: #fff;
    display: inline-block;
    margin-right: 20px;
}

#cat-block-menu>.btn-mega>span.hamburger:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 24px;
    top: -7px;
    background-color: #fff;
    left: 0px;
}


#cat-block-menu>.btn-mega>span.hamburger:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 24px;
    top: 7px;
    background-color: #fff;
    left: 0px;
}

/*----------- Add Jquery- ----------*/
#cat-block-menu:hover ul.menu,
#cat-block-menu ul.menu.responsve_cat,
#cat-block-menu>ul.menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#cat-block-menu>ul.menu {
    position: absolute;
    z-index: 999 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0px;
    right: 0px;
    padding-left: 0px;
}


#cat-block-menu>ul.menu li {
    position: relative;
    display: block;
    margin: 0px;
}

#cat-block-menu>ul ul {
    position: absolute;
    left: calc(100% - 22px);
    width: 230px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: none;
    top: 0px;
    padding-left: 0px;
}

#cat-block-menu li:hover ul {
    display: block;
    opacity: 1;
}

#cat-block-menu>ul.menu>li>a,
#cat-block-menu>ul.menu ul a {
    line-height: 21px;
    padding: 15px 24px;
    display: block;
    position: relative;
    display: block;

}

#cat-block-menu>ul.menu li:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -moz-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(left, ellipse cover, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at left, rgba(197, 202, 213, 0.7) 0%, rgba(255, 255, 255, 0) 80%);
}

#cat-block-menu>ul.menu>li:last-child>a {
    border-bottom: none;
}

#cat-block-menu>ul.menu>li:last-child:after {
    display: none;
}

#cat-block-menu>ul.menu li a:hover,
#cat-block-menu>ul.menu ul a:hover {
    color: var(--nav-sub-color-h) !important;
    background: var(--nav-sub-bg-h);
}

#cat-block-menu>ul.menu>li:last-child>a:hover,
#cat-block-menu>ul.menu>li:last-child>a:focus {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

@media only screen and (max-width: 850px) {

    #nav-wrap.header_style_3 {
        position: static;
    }

    #cat-block-menu {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 599px) {
    #nav-wrap.header_style_3 .d-flex.align-items-center {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #cat-block-menu {
        display: block;
        margin: 0px auto 20px auto;
    }

    #cat-block-menu>button.btn-mega::before,
    #cat-block-menu>button.btn-mega {
        border-radius: 9px;
        -webkit-border-radius: 9px;
    }

    #cat-block-menu>button.btn-mega {
        height: auto;
        padding: 10px 0px 15px 0px;
    }

}

#cat-block-menu>button.btn-mega,
#cat-block-menu>button.btn-mega::before {
    background: #5f5c84;
}

#navbar .navigation-menu li ul,
#navbar .navigation-menu li li a,
#masthead ul.header-icon li li a,
#cat-block-menu>ul.menu,
#cat-block-menu>ul ul {
    background: #fff;
}


ul.products li.product.element_animation.grid {
    overflow: hidden;
    background: #f4f7fb;
}

ul.products li.product.element_animation.grid .button-wrap {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -65px;
    padding: 0px;
}

ul.products li.product.element_animation.grid .product-image,
ul.products li.product.element_animation.grid .woocommerce-loop-product__title,
ul.products li.product.element_animation.grid .cat-name,
ul.products li.product.element_animation.grid .price,
ul.products li.product.element_animation.grid .button-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition-delay: 0s;

}

ul.products li.product.element_animation.grid:hover .cat-name {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

ul.products li.product.element_animation.grid:hover .woocommerce-loop-product__title {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

ul.products li.product.element_animation.grid:hover .price {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

ul.products li.product.element_animation.grid:hover .button-wrap {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

ul.products li.product.element_animation.grid:hover .product-image,
ul.products li.product.element_animation.grid:hover .woocommerce-loop-product__title,
ul.products li.product.element_animation.grid:hover .cat-name,
ul.products li.product.element_animation.grid:hover .price,
ul.products li.product.element_animation.grid:hover .button-wrap {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);

}

ul.products li.product.element_animation.grid:hover .button-wrap {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
}

.woocommerce-customer-details {
    display: flex;
}

.archive.post-date {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    padding: 18px 0;
    display: block;
    text-align: center;
    top: 0;
    width: 70px;
    margin-top: 30px;
    margin-left: 25px;
}

.archive.post-date .day {
    display: block;
    font-size: 20px;
}

.archive.post-date span {
    text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
    .archive.post-date {
        display: none;
    }
}

#static_header_banner h1.page-title-text {
    font-size: 2.2em;
}


.custom-logo {
    max-width: 150px !important;
}

.product-ware {
    display: flex;
    column-gap: 1.3%;
    row-gap: 25px;
}

.archive-product .products li,
.product-ware li {
    width: 24%;
}

.entry-summary {
    display: flex !important;
    flex-direction: column !important;
}

.single_add_to_cart_button {
    margin-top: 25px;
}

.woocommerce div.product form.cart {
    display: flex !important;
    flex-direction: column !important;
}

#tab-title-reviews {
    display: none !important;
}

.my-btn {
    border-radius: 10px !important;
    border: 1px solid #8D8D8D !important;
    background: #FFF !important;
    padding: 15px 97px !important;

    color: #000 !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 100%;
    /* 18px */
}

.quantity {
    margin: 0 !important;
}

.single.single-product .quantity .input-text.qty.text,
.p-quantity .input-text.qty.text,
.woocommerce .quantity input.qty {
    border: 1px solid #D9D9D9 !important;

}

.quantity-nikita {
    display: flex;
    padding: 6px 15px;
    align-items: center;
    gap: 7px;

    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.02); */
    width: fit-content;
    background: #f5f5f5bb;
    margin: 0;
}

.flex-viewport {
    /* border-radius: 36px; */
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}

input[type="number"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    margin: 0;
}

.product_meta>span {
    padding-left: 0 !important;
}

.webinars-info {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.webinars-info-item {
    display: flex;
    align-items: center;
    column-gap: 7px;
    text-transform: uppercase;
    line-height: 100%;
}

.webinars-info-item-svg {
    width: 25px;
    height: 25px;
    display: block;
}

.webinars-info-item-svg svg {
    width: inherit;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wc-proceed-to-checkout .button {
    height: fit-content;
}

/* .products {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1%;
    column-gap: 1%;
    row-gap: 25px;
} */


.products {
    padding: 0;
    margin: 0;
    margin-top: 30px !important;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1%;
    column-gap: 1.2%;
    row-gap: 25px
}

.products li {
    width: 24%
}

.shop-product-descrs {
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shop-product a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.shop-product {
    display: block !important;
}

.shop-product a div img {
    height: 300px;
    width: 100%;
    /* object-fit: cover; */
}

/* .shop-product-img-wrapper img {
    max-height: 50% !important;
} */
.shop-product:nth-child(10n).products .shop-product-img-wrapper img {
    max-height: 50% !important;
}

.shop-product:nth-child(6n).products .shop-product-img-wrapper img {
    max-height: 70% !important;
}

.shop-product-img-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

/* .shop-product .products a div {
    height: 100%;
} */

.shop-product.products img {
    /* padding-top: 10px; */
    object-fit: contain !important;
}

/* Стили для изображений вебинаров */
.shop-product.webinars img {
    object-fit: cover !important;
    /* height: 100%; */
    max-height: 320px;
}

.shop-product.webinars:nth-child(6n) img {
    /* max-height: 100px; */
}

.products li:nth-child(6n) {
    width: 49%
}

.pageIntro {
    height: 400px;
}

.pageIntro-title {
    font-family: Belleza;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

@media (min-width:1440px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:1440px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:996px) {
    .container {
        max-width: 720px
    }
}

@media (max-width:768px) {
    .container {
        max-width: 560px
    }
}

@media (max-width:576px) {
    .container {
        width: 100%;
        padding: 0 15px
    }
}

* {
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

div {
    box-sizing: border-box;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    scroll-behavior: smooth
}

a {
    text-decoration: none
}

input {
    outline: 0;
    cursor: pointer
}

select {
    outline: 0;
    cursor: pointer;
    color: #000
}

img {
    width: 100%
}

li {
    list-style-type: none
}

button {
    cursor: pointer;
    border: none
}

.container {
    margin: 0 auto
}

.splide {
    fill: none
}

.splide__arrow {
    background: 0 0
}

.splide svg {
    width: 40px;
    height: auto
}

.splide__arrow--next {
    right: 0
}

.splide__arrow--prev {
    left: 0
}

.btn {
    border: none;
    font-family: Montserrat;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 61px;
    background: #547a4e;
    padding: 14px 30px;
    color: #fff;
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.26px;
    transition: all .3s
}

.btn:hover {
    background: #7cb174
}


.humburger {
    row-gap: 7px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 10000
}

.humburger span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #000;
    transition: all .7s
}

.humburger__active {
    margin-top: 10px
}

.humburger__active span {
    background: #fff
}

.humburger__active span:nth-child(1) {
    transform: rotate(45deg)
}

.humburger__active span:nth-child(2) {
    transform: rotate(135deg) translate(-7px, 8px)
}


.mobil__wrapper {
    overflow: auto
}

@media (min-width:768px) {
    .humburger {
        display: none
    }

    .mobil {
        display: none
    }
}

@media (max-width:768px) {
    .header__menu {
        display: none
    }

    .mobil ul {
        padding-left: 0;
    }

    /* .mobil__wrapper {
        padding: 80px 0;
        display: flex;
        justify-content: center;
        background: #021f15;
        max-height: 104vh;
        width: 40%;
        left: -100%;
        height: 100%;
        top: 0;
        right: 0;
        position: relative;
        transition: all .7s
    } */

    .mobil__wrapper {
        padding: 80px 40px;
        display: flex;
        justify-content: flex-start;
        background: #243a21;
        max-height: 104vh;
        width: 80%;
        left: -100%;
        height: 100%;
        overflow: auto;
        top: 0;
        right: 0;
        position: relative;
        transition: all .7s
    }

    .mobil a {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

    .mobil li {
        padding-top: 35px
    }

    .mobil li:first-child {
        padding-top: 0
    }

    .mobil ul {
        height: 100%
    }

    .mobil ul li ul {
        padding-top: 20px;
        height: 100%
    }

    .mobil ul li ul li {
        padding-top: 13px;
        padding-left: 20px
    }

    .mobil ul li ul li a {
        font-weight: 600;
        font-size: 14px;
        text-transform: none
    }
}

.mobil {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
    z-index: 19;
    visibility: hidden;
    transition: all 1s
}

.mobil__active {
    background: #0000008a;
    visibility: visible
}

.mobil__active .mobil__wrapper {
    left: 0
}

.header {
    padding: 30px 0;
    background: #fff
}

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

.header-logo {
    width: 250px
}

.header-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.header-menu ul li {
    position: relative
}

.mini-description {
    padding-top: 25px;
}

.mini-description p {
    margin-bottom: 0;
}

.header-menu ul li ul {
    align-items: flex-start;
    visibility: hidden;
    flex-direction: column;
    row-gap: 15px;
    top: 140% !important;
    opacity: 0;
    overflow: hidden;
    position: absolute !important;
    border: 1px solid #50784a !important;
    background: #fff !important;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25) !important;
    padding: 15px 23px !important;
    z-index: 10000 !important;
    transition: all .5s !important;
}

/* .header-menu ul li ul li {
    color: #3e3e3e;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: .14px;
    text-transform: uppercase
} */

.header-menu ul li ul ul {
    padding: 6px 0 0 0 !important;
    position: relative !important;
    border: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    padding-left: 15px !important;
    row-gap: 7px !important;
}

.header-menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.header-menu ul li a {
    display: block;
    justify-content: flex-start;
    /* display: flex; */
    /* align-items: center; */
    -moz-column-gap: 5px;
    column-gap: 5px;
    text-transform: uppercase;
    color: #000;
    font-family: Belleza;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.header-none-link a {
    color: #3e3e3e !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 100% !important;
    letter-spacing: .14px !important;
    text-transform: uppercase !important;
    cursor: default;
}

.header-none-link a li a {
    display: block;
    justify-content: flex-start;
    /* display: flex; */
    /* align-items: center; */
    -moz-column-gap: 5px;
    column-gap: 5px !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-family: Belleza !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 100% !important;
}

.header .accountslink {
    display: flex;
    margin-bottom: 0;
    -moz-column-gap: 25px;
    column-gap: 25px
}

.intro {
    background: url(assets/img/bg/intro.png) center center/cover no-repeat
}

.intro-wrapper {
    padding: 13vw 0 10vw 0
}

.intro-title {
    color: #2a5c24;
    font-family: Belleza;
    font-size: 6.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.intro-descr {
    max-width: 450px;
    width: 32vw;
    padding-top: 10px;
    color: #2a5c24;
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.intro-btn {
    margin-top: 25px
}

.homeAbout {
    padding-top: 120px
}

.product_meta {
    /* display: none; */
}

.homeAbout-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.homeAbout-descrs {
    width: 53%
}

.homeAbout-title {
    font-family: Belleza;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.homeAbout-descr {
    padding-top: 12px;
    color: #626262;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .63px
}

.homeAbout-img {
    width: 42%
}

.homeAbout-btn {
    margin-top: 25px
}

.shop {
    padding-top: 75px
}

.shop-wrapper {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1%;
    column-gap: 1%;
    row-gap: 25px
}

.shop-wrapper li {
    width: 24%
}

.shop-product {
    padding: 0 0 17px 0;
    row-gap: 9px;
    display: grid;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 19px 0 rgba(84, 122, 78, .08)
}

.shop-product-price {
    padding-top: 15px;
    color: #000c22;
    font-size: 1.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.shop-product-title {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    color: #000c22;
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* text-transform: uppercase */
}

.shop-rating {
    width: 60%;
    display: block;
    justify-content: center;
    margin: 0 auto;
    margin-top: 9px
}

.shop-rating svg {
    width: 100%
}

.shop-title {
    color: #3e3e3e;
    font-family: Belleza;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center
}

.shop-tabs {
    margin-top: 30px;
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-content: center
}

.shop-tab {
    border-radius: 27px;
    padding: 8px 20px;
    background: #d7d7d7;
    text-transform: uppercase;
    color: #666;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer
}

.shop-tab:hover {
    background: #b4c2af
}

/* .shop .active {
    background: #547a4e;
    color: #fff
} */

.shop-tab .active {
    background: #547a4e;
    color: #fff
}

.shop-tabs .active {
    background: #547a4e;
    color: #fff
}

.shop ol li {
    list-style: decimal !important;
}

.shop-tabs-descr {
    justify-content: flex-start;
    margin-top: 0 !important;
    column-gap: 0px;
}

.shop-wrapper-descr {
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    justify-content: flex-start;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}

.shop-tab-descr {
    border-radius: 0px !important;
    padding: 18px 30px;
    border-left: solid 1px #b5b5b5;
}

.shop-tab-descr:first-child {
    border-left: none;
}

.shop-descr {
    padding-bottom: 40px !important;
}

.shop-container-descr {
    padding: 30px 20px;
    background: #fff;
    border-top: solid 1px #d7d7d7;
}


.wpcf7 form .wpcf7-response-output {
    border: none !important;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
    color: #547a4e;
    font-weight: 700;
}

.wpcf7-not-valid-tip {
    padding-top: 4px;
    width: 100% !important;
    font-size: 12px;
    color: #d80000;
}

.wpcf7-form-control-wrap {
    width: 48%;
}

.email {
    padding-top: 75px
}

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

.email-title {
    color: #626262;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.email-descr {
    padding-top: 7px;
    color: #626262;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.email-descrs {
    width: 45%
}

.email-form {
    padding: 30px 40px;
    border: 2px solid #547a4e;
    width: 50%
}

.email-form-title {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 160%
}

.email-form form {
    flex-wrap: wrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    row-gap: 13px;
    justify-content: space-between;
    color: #000;
    outline: unset
}

.email-form form p {
    flex-wrap: wrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    row-gap: 13px;
    justify-content: space-between;
    color: #000;
    outline: unset;
    margin-bottom: 0 !important;


}

.email-form form ::-webkit-input-placeholder {
    color: #000
}

.email-form form ::-moz-placeholder {
    color: #000
}

.email-form form :-ms-input-placeholder {
    color: #000
}

.email-form form ::-ms-input-placeholder {
    color: #000
}

.email-form form ::placeholder {
    color: #000
}

.email-form form span {
    width: 49%;
}

.email-form form input {
    font-family: Belleza;
    width: 100%;
    padding: 12px 11px 12px 8px;
    border: 1px solid rgba(0, 0, 0, .5);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .01em;
    margin-bottom: 0;
    background: 0 0
}

.email-form button {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    border: none;
    border-radius: 0
}

.email-form-info {
    margin-top: 25px;
    row-gap: 20px;
    display: grid;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

.email-form-info-texts {
    display: flex;
    -moz-column-gap: 25px;
    column-gap: 25px
}

.theme-emart-shop {
    padding: 0 !important;
}

.home .blog {
    /* padding: 0; */
}

.blog {
    padding-top: 75px
}

#content {
    padding: 0 !important;
}

.blog-wrapper {
    padding-top: 30px
}

.blog-img {
    min-height: 180px
}

.blog-slide {
    margin: 0 7px;
    background: #fff;
    box-shadow: 0 4px 19px 0 rgba(84, 122, 78, .158);
    margin-top: 10px;
    padding-bottom: 20px
}

.blog-slide-text {
    padding: 0 25px;
    padding-top: 20px
}

.blog-slide-text-title {
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.blog-slide-text-descr {
    padding-top: 9px;
    color: #7b7b7b;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

.splide__track {
    padding: 0 10px 15px 10px
}

.splide__arrow--next {
    right: -3% !important
}

.splide__arrow--prev {
    left: -3% !important
}

.footer {
    margin-top: 120px;
    padding: 50px 0 30px 0;
    background: #fafafa
}

.footer-top {
    display: flex;
    -moz-column-gap: 7vw;
    column-gap: 7vw
}

.footer-top-left {
    max-width: 390px
}

.footer-top-left-text {
    padding-bottom: 22px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .6px
}

.footer-top-left input {
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #547a4e;
    background: #fff;
    padding: 12px;
    color: #a1a1a1;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .44px;
    text-transform: capitalize
}

.footer-top-left button {
    margin-top: 10px
}

.footer-top-left-social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.footer-top-right {
    display: flex;
    -moz-column-gap: 3vw;
    column-gap: 3vw
}

.footer-top-right-list {
    color: #3e3e3e;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: .2px;
    text-transform: uppercase
}

.footer-top-right ul {
    padding-top: 15px;
    display: grid;
    row-gap: 10px
}

.footer-top-right a {
    text-transform: none;
    font-family: Belleza;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #000
}

.footer-middle {
    padding-top: 80px
}

.footer-middle-text {
    color: rgba(42, 92, 36, .62);
    text-align: center;
    font-family: Belleza;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.footer-middle-icons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: center
}

.footer-bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.footer-bottom-left {
    text-transform: uppercase;
    color: #2a5c24;
    font-family: Belleza;
    text-transform: uppercase;
    font-size: 15px
}

p {
    margin-bottom: 0 !important;
}

.products li {
    width: 100% !important;
}

.products li:nth-child(6n) {
    width: 100% !important;
}

.tab-content1 ul li {
    list-style-type: initial !important;
}

/* 
.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
} */

.woocommerce .products {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.shop-product:nth-child(6n)  {
    grid-column: span 2;
}

/* .shop-product:nth-child(11n) {
    grid-column: span 2;
} */

.shop-product:nth-child(12) {
    grid-column: span 1;
}

.shop-product:nth-child(10n) {
    grid-column: span 2;
    grid-row: span 2;
}


.shop-product:nth-child(12),
.shop-product:nth-child(20) {
    grid-column: span 1;
    grid-row: span 1;
}

.shop-product:nth-child(10n) img {
    height: 100%;
    max-height: fit-content;
}

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce ul#shipping_method label {
    margin-left: 0;
}

/* Медиа-запрос для экранов шириной менее 768px */
@media (max-width: 768px) {
    .woocommerce .products {
        grid-template-columns: repeat(2, 1fr);
        /* 2 колонки для меньших экранов */
    }

    .shop-product {
        grid-column: span 1;
        /* Расширяем блоки на всю ширину для меньших экранов */
        grid-row: span 1;
        /* Оставляем только 1 ряд для меньших экранов */
    }

    /* При необходимости добавьте другие стили для меньших экранов */
}


.footer-bottom-documents a {
    font-size: 15px;
    color: #2a5c24;
    font-family: Belleza;
    text-transform: capitalize
}

.related .products {
    display: none;
}

.taiowc input[type=number].taiowc-quantity {
    margin-bottom: 0;
    margin-top: 15px;
}

@media (min-width:1440px) {
    .intro-title {
        font-size: 89px;
    }

    .intro-descr {
        font-size: 26px;
    }

    .shop-product-title {
        font-size: 17px;
    }

    .shop-product-price {
        font-size: 20px;
    }

    .btn {
        font-size: 13px;
    }

    .shop-tab {
        font-size: 15px;
    }
}

@media (min-width:1200px) {
    .pageIntro {
        height: 211px;
    }
}

@media (min-width:996px) {
    .woocommerce-product-gallery__wrapper div a img {
        min-height: 450px;
        object-fit: cover;
        max-height: 650px;
    }
}

@media (max-width:996px) {
    .header-logo {
        width: 170px
    }

    .header-menu ul {
        -moz-column-gap: 22px;
        column-gap: 22px
    }

    .header-menu ul li a {
        font-size: 17px
    }

    .homeAbout-descr {
        font-size: 14px
    }

    .homeAbout-title {
        font-size: 35px
    }

    .email-title {
        font-size: 19px
    }

    .email-descr {
        font-size: 16px
    }

    .email-form {
        padding: 16px 25px
    }

    .email-form form input {
        font-size: 10px
    }

    .email-form-info {
        font-size: 14px
    }

    .shop-title {
        font-size: 38px
    }

    .blog-wrapper {
        padding-top: 10px
    }

    .blog-slide-text-descr {
        font-size: 12px
    }

    .blog-slide-text-title {
        font-size: 15px
    }

    .blog-img {
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: auto
    }

    .footer {
        margin-top: 50px
    }

    .footer-top-right a {
        font-size: 16px
    }

    .footer-top-right-list {
        font-size: 15px
    }

    .footer-top-left {
        max-width: 300px
    }

    .footer-middle-text {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .header-menu {
        display: none
    }

    .homeAbout-title {
        font-size: 28px
    }

    .shop-tabs {
        -moz-column-gap: 7px;
        column-gap: 7px
    }

    .shop-product a div img {
        height: 140px;
    }

    .shop-tab {
        padding: 2vw;
        font-size: 9px
    }

    .shop-product-price {
        font-size: 12px
    }

    .shop-product-title {
        font-size: 13px;
        padding-left: 7px;
        padding-right: 7px
    }

    .shop-wrapper li {
        width: 32%
    }

    .email-form {
        padding: 10px 16px
    }

    .email-form-info {
        font-size: 13px;
        row-gap: 11px
    }

    -title {
        font-size: 16px
    }

    .btn {
        padding: 12px 15px;
        font-size: 13px
    }

    .footer-top-left {
        max-width: 300px;
        width: 40%
    }

    .footer-middle-text {
        font-size: 16px
    }

    .shop-product {
        grid-column: span 1 !important;
        grid-row: span 1 ! important;
    }
}

@media (max-width:576px) {
    .another-info-type1-wrapper {
        padding-bottom: 0;
    }

    .woocommerce,
    .woocommerce-column__title {
        font-size: 12px !important;
    }

    .woocommerce-order-overview__email .email {
        padding-top: 0 !important;
    }

    .pageIntro-title {
        font-size: 52px;
    }

    .vi-wcaio-menu-cart-text {
        font-size: 12px;
    }

    /* .products li:nth-child(6n) {
        width: 49% !important;
        grid-column: none;
        grid-row: none;
    } */

    .pageIntro {
        height: 150px;
    }

    .shop-product.webinars img {
        height: 100%;
    }

    .shop-product-img-wrapper {
        height: 160px;
    }

    /* .shop-product:nth-child(10n) {
        grid-column: none;
        grid-row: none;
        width: 49% !important;
    } */

    .woocommerce .products {
        margin-top: 5px !important;
    }

    .webinars-info-item-svg {
        width: 17px;
    }

    .tab-content {
        font-size: 12px;
    }

    .footer-top-left input {
        margin-bottom: 0;
    }

    .intro {
        background-position-x: 60%
    }

    .intro-title {
        font-size: 32px
    }

    .intro-descr {
        width: 49%;
        font-size: 16px
    }

    .intro-wrapper {
        padding: 130px 0 80px
    }

    .homeAbout-img {
        order: 1;
        width: 90%;
        max-width: 300px
    }

    .homeAbout-wrapper {
        flex-direction: column;
        display: flex;
        flex-direction: column
    }

    .homeAbout-descrs {
        margin-top: 25px;
        order: 2;
        width: 100%
    }

    .webinars-info-item {
        font-size: 14px;
    }

    .shop-tab-descr {
        font-size: 15px;
        width: 100%;
        padding: 15px;
        border-left: 0;
    }

    .shop-tabs-descr {
        row-gap: 0 !important;
        column-gap: 0 !important;
        /* justify-content: center; */
    }

    .shop-tabs {
        flex-wrap: wrap;
        row-gap: 15px
    }

    .email-wrapper {
        flex-direction: column
    }

    .email-descrs {
        width: 100%
    }

    .email-form {
        margin-top: 15px;
        width: 100%
    }

    .shop-wrapper {
        justify-content: space-between
    }

    .shop-wrapper li {
        width: 48.5%
    }

    .footer-top {
        flex-direction: column
    }

    .footer-top-left {
        width: 100%
    }

    .footer-top-right {
        margin-top: 45px
    }

    .footer-bottom {
        text-align: center;
        flex-direction: column
    }

    .footer-bottom-documents {
        margin-top: 15px;
        justify-content: center
    }
}