/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2026 | 07:51:19 */
.woocommerce-cart table.cart img {
    width: 60px; /* Change for desktop image size */
}

@media (max-width: 768px) {
    
    .woocommerce-page #content table.cart .product-thumbnail {
        display: block;
    }
    .woocommerce-page #content table.cart .product-thumbnail:before {
        content: '';
    }
   .woocommerce-page #content table.cart img {
       width: 80px; /* change for mobile image size */
   }
   .woocommerce-page #content table.cart .product-thumbnail {
    text-align: center !important;
    }
}