.elementor-kit-11 main#main {
    max-width: 1400px;
}


/*=== small product   ===*/
.woocommerce ul.products li.product .button {
    margin: 0;
    display: block;
    text-align: center;
    background: #76be43;
}

.woocommerce ul.products li.product .excerpt {
    display: none;
}

ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*
ul.products .product.type-product {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.woocommerce ul.products li.product .desc {
    min-height: 60px;
    padding: 15px 20px 0;
}

*/
span.open-tag {
    position: absolute;
    top: 30px;
    background-color: rgb(244 117 33 / 85%);
    color: white;
    padding: 6px 4px 6px 14px;
    pointer-events: none;
    font-size: 1rem;
}

span.open-tag.close {
    background-color: rgb(40 89 120 / 84%);
}
span.open-tag i.fas {
    margin-left: 8px;
}

.title-info {
    display: flex;
    justify-content: space-between;
}

.woocommerce-product-rating.single {
    display: flex !important;
    align-items: center;
}

.woocommerce-product-rating.single .star-rating {
    margin: 0 0 0 9px;
}

p.participate {
    margin-bottom: 0;
}

.links {
    padding: 15px 20px;
    border-top: 1px solid #eae9e9;
    text-align: left;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.btn.more {
    display: inline-block;
    background-color: #8BC34A;
    color: white;
    font-size: 1rem;
    padding: 7px 10px;
}

a.btn.more.singe_in {
    background-color: #f47521;
    margin-left: 7px;
}

a.btn.more.buy {
    background-color: #285978;
}

#Content .products.grid .desc {
    padding: 20px 20px 10px;
}

li.isotope-item.product.type-product {
    box-shadow: 6px 5px 6px -2px rgb(0 0 0 / 9%);
    padding-bottom: 80px !important;
}

.hidden-dates {
    position: absolute;
    background-color: #456e86e6;
    color: white;
    padding: 10px 10px;
    bottom: 10px;
    pointer-events: none;
    opacity: 0;
    transform: translate(0px, 70px);
    transition: all .4s;
}

.hidden-dates span.date {
    display: block;
    z-index: 99;
}

.type-product .info:hover .hidden-dates {
    pointer-events: all;
    opacity: 1;
    transform: translate(0, 0);
}

li.isotope-item.product.type-product .info {
    flex: 1 0 auto;
    font-size: 13px;
    text-align: right;
    line-height: 1.6;
}

li.isotope-item.product.type-product .btns {
    flex: 0 0 auto;
}

li.isotope-item.product.type-product .info span.icon {
    display: block;
}

li.isotope-item.product.type-product .info span.icon i {
    color: #285978;
}

li.isotope-item.product.type-product a.btn.more {
    font-size: 0.9rem;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 10px;
    flex: 0 0 calc( 25% - 20px );
}

li.isotope-item.product.type-product .desc {
    padding: 0 10px;
}

li.isotope-item.product.type-product .desc h4 a {
    color: #1d4b63;
}

li.isotope-item.product.type-product .desc h4 {
    font-size: 1.3rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0px;
}


ul.products li.product .image_wrapper img.scale-with-grid.wp-post-image {
    height: 230px;
    object-fit: cover;
    /* transform: scale(1.5); */
    transition: all .4s;
    display: block;
    margin: 0;
}

ul.products li.product .image_wrapper:hover img.scale-with-grid.wp-post-image {
    transform: scale(1.1);

}

ul.products li.product .image_wrapper {
    overflow: hidden;
}

ul.products li.product .image_wrapper a {
    display: block;
}


@media only screen and (max-width: 1100px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 0 0 calc( 33.33% - 20px );
    }
}
@media only screen and (max-width: 900px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 0 0 calc( 50% - 20px );
    }
}
@media only screen and (max-width: 767px) {
    
    .elementor-element.elementor-products-grid ul.products {
        display: flex;
    }
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 0 0 calc( 100% - 20px );
    }
}

