.elementor-2972 .elementor-element.elementor-element-ad2152b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-a9d4cce */td.product-name * {
    color: #000000 !important; /* 将#000000替换为你需要的颜色 */
}
td.product-name *:hover {
    color: #FF6600 !important; /* 将#FF6600替换为悬停时需要的颜色 */
}
body .ftinvwl-twitter {
    color: #000000 !important; /* 将#FF6600替换为你希望的颜色 */
}

/* 如果还有其他社交分享图标，也可以添加类似的选择器 */
body .ftinvwl-facebook {
    color: #000000 !important; /* 将#FF6600替换为你希望的颜色 */
}body .ftinvwl-pinterest {
    color: #000000 !important; /* 将#FF6600替换为你希望的颜色 */
}body .ftinvwl-whatsapp {
    color: #000000 !important; /* 将#FF6600替换为你希望的颜色 */
}body .ftinvwl-pinterest {
    color: #000000 !important; /* 将#FF6600替换为你希望的颜色 */
}body .ftinvwl-clipboard {
    color: #000000 !important; /* 将#FF6600替换为你希望的颜色 */
}body .ftinvwl-email {
    color: #000000 !important; /* 将#FF6600替换为你希望的颜色 */
}
.product-action .button.alt {
    background-color: #FFC439 !important; /* 背景颜色设置为黄色 */
    color: black !important; /* 字体颜色设置为黑色 */
}
.button.product_type_simple {
    background-color: #FFC439 !important; /* 背景颜色设置为黄色 */
    color: black !important; /* 字体颜色设置为黑色 */
}
.button.product_type_variable.add_to_cart_button {
    background-color: #FFC439 !important; /* 背景颜色设置为黄色 */
    color: black !important; /* 字体颜色设置为黑色 */
}
.button.tinvwl_button_close {
    background-color: #FFC439 !important; /* 背景颜色设置为黄色 */
    color: black !important; /* 字体颜色设置为黑色 */
}

/* 选择特定的按钮并设置背景和文本颜色 */
.tinvwl-input-group-btn .button[name="tinvwl-action-product_apply"] {
    background-color: #FFC439; /* 将背景颜色设置为黄色 */
    color: black; /* 将文本颜色设置为黑色 */
    border-color: #FFC439 /* 可选：设置边框颜色为黄色，保持一致 */
}

/* 可选：添加悬停效果 */
.tinvwl-input-group-btn .button[name="tinvwl-action-product_apply"]:hover {
    background-color: #FFC439; /* 设置鼠标悬停时的颜色为更深的黄色 */
    color: black;
}


.tinvwl-to-right .button[name="tinvwl-action-product_selected"] {
    background-color: #FFC439;
    color: black; /* 根据需要调整文字颜色 */
}
.tinvwl-to-right .button[name="tinvwl-action-product_selected"]:hover {
    background-color: #FFC439;
    color: black; /* 根据需要调整文字颜色 */
}



.tinvwl-to-right .button[name="tinvwl-action-product_all"] {
    background-color: #FFC439;
    color: black; /* 根据需要调整文字颜色 */
}

.tinvwl-to-right .button[name="tinvwl-action-product_all"]:hover{
    background-color: #FFC439;
    color: black; /* 根据需要调整文字颜色 */
}

.return-to-shop .button.wc-backward {
    background-color: #FFC439;
    color: black; /* 根据需要调整文字颜色 */
}
.return-to-shop .button.wc-backward:hover {
    background-color: #FFC439; /* 悬浮背景颜色 */
    color: black; /* 悬浮文字颜色 */
}




#tinvwl_product_actions {
    height: auto; /* 让下拉菜单根据内容高度自动调整 */
    min-height: 40px; /* 设置一个最小高度，确保内容不会被裁切 */
    padding: 8px; /* 增加内边距，使选项更加清晰 */
}

#tinvwl_product_actions option {
    padding: 10px; /* 增加选项之间的间距 */
    font-size: 16px; /* 调整字体大小，确保内容易读 */
}/* End custom CSS */