.emct-treeshop-switcher {
    margin: auto;
    width: fit-content;
    border: solid 2px #95AD47;
    border-radius: 50px;
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}

.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: inline-block;
    min-width: 150px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    color: #565656;
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.1s ease-in-out;
}

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

.emct-treeshop-switcher label:first-of-type {
    border-radius: 50px 0 0 50px;
}

.emct-treeshop-switcher label:last-of-type {
    border-radius: 0 50px 50px 0;
}

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

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

.group-continents li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 15px;
    border-radius: 22px;
    margin-right: 8px;
    cursor: pointer;
    background-color: #EDEDED;
    color: #8B8B8B;
    margin-bottom: 10px;
}

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

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

.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) {

    /* 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;
    }
}