
/*-------------------------------
        LARGE SCREENS ONLY
---------------------------------*/

@media screen and (min-width: 769px){ 
    
textarea#message {
    border: 2px solid #e0e0e0;
}

textarea#message:focus {
    border-color: var(--secondary);
}

.product-only .product-image img{
    width: 100%;
    height: 300px;
}

.product-image.top-sel img{
    height: 261px;
    
}

.price-delivery {
    display: flex;
}

.price-delivery p {
    position: relative;
    top: -6px;
}

}


/*-------------------------------
        LAPTOP SCREEN - 1366
---------------------------------*/

@media screen and (max-width: 1366px){ 
  
.add-form {
        width: 41%;
    }
    
.add-form.new-address p {
    position: relative;
    top: 8px;
}
    
.button-top {
    width: 38%;
}

.product-image img {
    width: 100%;      
    height: 159px;     
    object-fit: cover; 
    border-radius: 8px; 
}

.product-only .product-image img{
    width: 100% !important;
    height: 273px;
}

.swiper-pagination.related-pagination {
        margin-top: -60px;
    }
    
    .product-image.categories-bc img {
        height: 181px;
        width: 50%;
    }
    
    .product .product-contents.top-products {
        height: 530px;
        width: 100%;
    }
    
.product .product-contents.top-products.top-selling {
        width: 100%;
    }
    
.shop-cart-info {
    overflow-x: auto;
}
.shop-cart-table {
    width: 100%;
    table-layout: fixed;
}


.coupon-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#coupon_code {
    flex: 1;
    min-width: 180px;
}

#applyCouponBtn, #removeCouponBtn {
    white-space: nowrap;
}


.cart-page .col-lg-7,
.cart-page .col-lg-5 {
    position: relative;
    float: left;
}


.product .product-contents.top-products.top-categories{
    height: 250px;
}

.cart-page .col-lg-7,
    .cart-page .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
.shop-cart-totals.cart-rt {
    float: right;
}


.contact-form-style-one {
        padding: 0;
    }
    
.product-image.top-sel img{
    height: 284px !important;
}


.swiper-wrapper{
    padding-bottom: 50px;
}


button.place-order a:hover {
    color: #FFF !important;
}

button.place-order a:active {
    color: #FFF;
}


}


/*-------------------------------
      IPAD PRO SCREENS - 1024
---------------------------------*/

@media screen and (max-width: 1024px){ 


}


/*--------------------------------
    TABLET SCREENS AND SMALLER
--------------------------------*/

@media screen and (max-width: 768px){ 


}


/*-------------------------------
        MOBILE SCREENS ONLY
---------------------------------*/

@media screen and (max-width: 480px){ 


}