/*
Theme Name: Retailme Child
Theme URI: http://example.com/retailme-child/
Description: Child theme for the Retailme theme
Author: Your Name
Author URI: http://example.com
Template: Retailme
Version: 1.0.0
Text Domain: retailme-child
*/


.banner img {
    width: auto !important;
    max-width:100% !important;
}

/* Hide the Country selector in the cart shipping calculator */
#calc_shipping_country_field {
    display: none !important;
}

/* Ensure the Shipping Zone dropdown takes full width */
.shipping-calculator-form p {
    width: 100% !important;
    float: none !important;
}
.woocommerce-shipping-destination{
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .woocommerce table.shop_table .woocommerce-shipping-totals td {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}


