/* ============================================
   COMPREHENSIVE RESPONSIVE CSS FOR ALL DEVICES
   ============================================ */

/* ============================================
   MOBILE FIRST APPROACH - Base Styles
   ============================================ */

.shopnow .shopnow1 main {
    display: block !important;
}
.shopnow .shopnow1 .product_desc .product_desc1 {
    margin-top: -35px;
     position: relative !important; 
}

@media only screen and (min-width: 1620px) and (max-width: 5000px) {
    .shopnow .shopnow1 main {
        display: flex !important;
    }
}
@media only screen and (min-width: 310px) and (max-width: 340px) {
    .product_info .pagealignment {
        margin-left: 0.2rem !important;
        margin-right: 0.2rem !important;
    }
    
}
@media only screen and (min-width: 240px) and (max-width: 340px) {
    .deal .main1 {
        height: 18vh; 
        margin-right: -12px;
        margin-left: -9px;
        margin-bottom: 20px;
    }
    .products-4x .product {
        width: 100% !important;
    }
    .deal .pagealignment {
        margin-left: 0.2rem !important;
        margin-right: 0.9rem !important;
        margin-top: -20px;
    }
    .products-area1 .btn-outline-warning {
        padding-top: 5px;
        font-size: 10px;
        margin-top: 0px !important;
    }
    /*.products-4x .product {*/
    /*    margin-left: 2rem !important;*/
    /*    margin-right: 2rem !important;*/
    /*}*/
    .product article .title{
        padding-top: 30px;
    }
    .product article .price {
        font-size: 15px;
    }
    .shopnow .pagealignment {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    .product_desc1 {
        position: relative !important;
        text-align: center;
        font-size: calc(.7rem + .8vw) !important;
    }
    .deal .products-area1 {
       
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .shopnow .shopnow1 h3 {
        font-size: 14px !important;
        color: #2e6b4f;
    }
    
    .Newestproducts .pagealignment .products-area1 .order-last .main1 {
        box-shadow: -6px 0px 0px 4px rgb(46 107 79 / 8%) !important;
        height: 20vh !important;
        margin-right: -1rem;
        margin-left: -11px;
        
    }
    .deal1 .heading_deal {
        font-size: 17px !important;
    }
    .Newestproducts .product article {
        width: 100%;
        border: 3px solid #2e6b4f17 !important;
        height: 290px !important;
       
    }
    
    .Newestproducts .product article .product-hover {
        bottom: 36% !important;
    }
    
    .Newestproducts .product article .title{
        padding-top: 54px !important;
    }

}
 
@media only screen and (min-width: 340px) and (max-width: 400px) {
    .products.products-4x .product {
        width: 100% !important;
    }
    .product article {
        height: 280px !important;
    }
    .product article .product-hover {
        bottom: 32% !important;
    }
    
    .product article .title{
        padding-top: 54px !important;
    }
    .Newestproducts .pagealignment .products-area1 .order-last .main1 {
        box-shadow: 0px 1px 0px 4px rgb(46 107 79 / 8%) !important;
        height: 24vh !important;
        object-fit: cover !important;
        margin-left: 1em;
        margin-right: 0rem;
    }
    .Newestproducts .pagealignment .products-area1 .main1 .heading_deal {
        font-size: 18px !important;
        margin-bottom: 11px !important;
    }
    .Newestproducts .pagealignment .products-area1 .main1 .deal1 ul li {
        margin-bottom: 2px !important;
    }
    
}

@media only screen and (min-width: 340px) and (max-width: 578px) {
    .product article .title{
        padding-top: 32px;
    }
    .product article .price {
        font-size: 15px;
    }
    .deal .main1 {
        box-shadow: 0px 1px 0px 4px rgb(46 107 79 / 8%) !important;
        height: 25vh !important;
        object-fit: cover;
    }
    .products-area1 .btn-outline-warning {
        
        margin-top: 0px !important;
    }
}






