/*
Theme Name: moban13_v260519
Theme URI:  #
Author: lr
Author URI: #
Description: A Custom WooCommerce theme
Version: 1.0
License: GNU General Public License v2 or later
License URI:
*/
.menu-item:hover > .submenu {
    display: block !important;
}

.submenu-item:hover > .thirdmenu {
    display: block !important;
}
.img-fluid,.banner-img,.logo_img,.content-image{
    width: 100% !important;   /* 或者按需设为 auto */
    height: auto !important;  /* 强制覆盖 HTML 里的 height 属性 */
    object-fit: cover !important;
    object-position: center !important;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 针对 Firefox */
.quantity-input[type=number] {
    -moz-appearance: textfield;
}
/* 隐藏 WooCommerce 默认生成的文字评分链接 */
.woocommerce-product-rating .stars,
#review_form .stars,
.comment-form-rating .stars {
    display: none !important;
}

/* 确保你的自定义星星看起来整齐 */
.custom-stars i {
    font-size: 18px;
    margin-right: 5px;
    transition: all 0.2s;
}

.custom-stars i.fa-star {
    color: #ff5e5e; /* 设置为你主题的主色调 */
}
