.woocommerce .content .container .container_inner, .woocommerce-page .content .container .container_inner {
    padding-top: 0 !important;
}

.woocommerce-shop .title_outer .has_background.title .title_holder {
    display: none;
}

/* Switcher */
.emct-treeshop-switcher {
    margin: auto;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.emct-treeshop-switcher input[type="radio"] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.emct-treeshop-switcher label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 20px;
    padding-bottom: 0;
    text-align: center;
    color: #565656;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

.emct-treeshop-switcher label:first-of-type::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: #ddd;
}

.emct-treeshop-switcher label span:first-child {
    color: #222;
    text-align: center;
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    margin-bottom: 3px;
}

.emct-treeshop-switcher label span:last-child {
    color: #555;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
    margin-bottom: 16px;
}

.emct-treeshop-switcher input[type="radio"]:checked + label {
    background-color: transparent;
}

.emct-treeshop-switcher input[type="radio"]:checked + label span:first-child {
    color: #222;
}

.emct-treeshop-switcher input[type="radio"]:checked + label span:last-child {
    color: #888;
}

.emct-treeshop-switcher input[type="radio"]:checked + label::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 5px;
    background: #a4b85c;
}

/* banner */
.emct-treeshop-banner {
    width: 100%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.emct-treeshop-banner.hidden {
    display: none;
}

.emct-treeshop-banner img.asset-banner {
    width: 100%;
    height: auto;
    display: block;
}

.emct-treeshop-banner .texts-banner {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.emct-treeshop-banner .texts-banner.treeshop img {
    display: none;
}

.emct-treeshop-banner .texts-banner.aces {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.emct-treeshop-banner .texts-banner.aces .aces-logo {
    width: 15%;
}

.emct-treeshop-banner .texts-banner.aces .aces-logo img {
    transform: translateY(-3px);
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.emct-treeshop-banner .texts-banner.aces .aces-text {
    width: 85%;
}

.emct-treeshop-banner .texts-banner .text-title {
    color: #242424;
    font-family: "Montserrat-Bold";
    font-size: 22px;
    line-height: 27px;
    letter-spacing: normal;
}

.emct-treeshop-banner .texts-banner .text-subtitle {
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: normal;
}

/* continents */
.group-continents-scrollable {
    margin: auto 14px;
    padding: 1em 0;
}

.group-continents {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.group-continents li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    min-width: 120px;
    padding: 10px 20px;
    border: 1px solid #95AD47;
    border-radius: 50px;
    margin-right: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #ffffff;
    color: #333;
    box-sizing: border-box;
}

.group-continents li.active {
    background-color: #95AD47;
}

.group-continents li.active {
    color: #FFFFFF;
    font-weight: 700;
}

.hide {
    display: none;
}

/* Product loop shop*/
li.product.type-product.outofstock .top-product-section a .image-wrapper img {
    filter: grayscale(100%);
    opacity: 0.7;
}

li.product.type-product.outofstock .top-product-section a .image-wrapper img:hover {
    opacity: 0.7;
}

.woocommerce .product .onsale.out-of-stock-button {
    width: unset !important;
    height: unset !important;
    background-color: #333333 !important;
    color: #FFFFFF !important;
    border-radius: 0;
    padding-top: 3px !important;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    top: 20px;
    right: 5%;
    left: unset;
}

.woocommerce ul.products {
    display: none;
}

.woocommerce ul.products li.product {
    height: 318px !important;
    max-height: 318px !important;
    border: 1px solid #ffffff;
}

.woocommerce ul.products li.product.type-product.outofstock .product-category.product-info .price .woocommerce-Price-amount.amount,
.woocommerce ul.products li.product.type-product.outofstock h6 {
    color: #8B8B8B;
    filter: grayscale(100%);
}

.woocommerce ul.products li.product.outofstock:hover {
    box-shadow: 6px 8px 15px rgba(139, 139, 139, 0.25) !important;
}

.woocommerce ul.products li.product.product-type.sample {
    border: 1px solid #95ad47;
    box-shadow: 0 7px 18px 0 rgba(149, 173, 71, 0.25);
}

.woocommerce ul.products li.product.product-type.sample:hover {
    box-shadow: 0 7px 18px 0 rgba(149, 173, 71, 0.25);
    /* -webkit-box-shadow: 0 7px 18px 0 rgba(149, 173, 71, 0.7); */
}

.woocommerce ul.products li.product.product-type.sample .top-product-section img {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 13px !important;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product.product-type.sample a.visit {
    padding: 15px 0;
    display: block;
    position: relative;
    background: #95ad47;
    margin: 10px 12px;
    width: calc(100% - 24px - 2px);
    border: 1px solid #95ad47;
    border-radius: 200px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .3px;
    text-align: center;
}

.woocommerce ul.products li.product.product-type.sample a.visit:hover {
    background: #FFFFFF;
    color: #95AD47;
}

.woocommerce ul.products li.product.hide {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .woocommerce ul.products li.product {
        height: 300px;
        max-height: 300px;
    }
}

@media only screen and (min-width: 769px) {
    .columns-4 .container_inner>ul.products li.product:nth-child(4n) {
        margin-right: 14px;
    }

    .columns-4 .container_inner>ul.products li.product:nth-child(4n+1) {
        clear: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .columns-4 .container_inner>ul.products li.product {
        height: 350px !important;
        max-height: 350px !important;
    }
}

@media (max-width: 450px) {
    .emct-treeshop-banner {
        background: #e0e4d3;
        border-radius: 10px;
        padding: 30px 30px;
        width: calc(100% - 60px);
    }

    .emct-treeshop-banner img.asset-banner {
        display: none;
    }

    .emct-treeshop-banner .texts-banner {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }

    .emct-treeshop-banner .texts-banner.treeshop img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .emct-treeshop-banner .texts-banner.aces {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        flex-direction: column;
        gap: 20px;
    }

    .emct-treeshop-banner .texts-banner.aces .aces-logo {
        width: 100%;
        text-align: center;
    }

    .emct-treeshop-banner .texts-banner.aces .aces-logo img {
        transform: unset;
        border-right: unset;
        padding-right: unset;
        width: 85%;
        margin: 0 auto;
    }

    .emct-treeshop-banner .texts-banner.aces .aces-text {
        width: 100%;
    }

    .emct-treeshop-banner .texts-banner .text-title,
    .emct-treeshop-banner .texts-banner .text-subtitle {
        text-align: center;
    }

    .emct-treeshop-banner .texts-banner .text-title {
        font-size: 18px;
    }

    .emct-treeshop-banner .texts-banner .text-subtitle {
        line-height: 24px;
        margin-top: 10px;
    }

    /* continents */
    .group-continents-scrollable {
        margin: auto 5px;
        padding: 0;
        overflow-x: unset;
        overflow-y: unset;
        white-space: unset;
        text-align: center;
    }

    .group-continents {
        display: unset !important;
    }

    .group-continents li {
        margin-right: 14px !important;
    }

    .woocommerce ul.products li.product {
        height: 370px !important;
        max-height: 370px !important;
    }
}