/*
Theme Name: holafans
Theme URI: http://www.myvodo.com
Author: AAA快速仿站
Author URI: http://www.myvodo.com
Description: A custom WordPress theme compatible with WooCommerce.
Version: 1.0
Text Domain: my-theme
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.site-main{
    width: 1403px;
    margin: 0 auto;
}
.select2-container .select2-selection--single
{
    height:40px !important;
}
/* 产品颜色 */
.sidebar-list .btn.silver,
.product-color .btn.silver {
    background-color: silver;
}
.sidebar-list .btn.white,
.product-color .btn.white {
    background-color: white;
}
.sidebar-list .btn.myblack,
.product-color .btn.myblack {
    background-color: black;
}
/*心愿单表格*/
table.wishlist_table.shop_table {
    background-color: #ebebeb;
}
/*重载woo样式*/
.woocommerce-error {
   border-top-color: #a7a5a5 !important;
}
.woocommerce-message {
   border-top-color: #a7a5a5 !important;
}

.wc-proceed-to-checkout .checkout-button{
	background-color:#000000 !important;
}
#yith-quick-view-modal.open .yith-wcqv-main {
	border-radius: 8px !important;
}