/*
Theme Name: moban10
Theme URI:  #
Author: lr
Author URI: #
Description: A Custom WooCommerce theme
Version: 1.0
License: GNU General Public License v2 or later
License URI:
*/
.img-fluid,.banner-img,.logo_img,.content-image{
    width: 100% !important;   /* 或者按需设为 auto */
    height: auto !important;  /* 强制覆盖 HTML 里的 height 属性 */
    object-fit: cover;
}

.cart-plus-minus{
    height: auto !important;
    width: 100% !important;

}
.quantity {
    padding: 0 !important;
    margin-right: 10px !important;
    display: flex;
    align-items: center;
}

