/* 
Theme Name:		 Spectra One Child Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Spectra One Child Theme is a child theme of Spectra One, created by ChildTheme-Generator.com
Author:			 Kevin
Author URI:		 http://childtheme-generator.com/
Template:		 spectra-one
Version:		 1.0.0
Text Domain:	 spectra-one-child-theme
*/


.woocommerce-variation-price {
    display: none;
}

.variations_form .reset_variations {
    display: none !important;
}
.variations_form:not(.wopb-loop-variations-form) table.variations:has(.wopb-variation-swatches) th.label{
	display: none !important;
}

/*  
 * Setting buttons, slider, cart to have theme primary color as background
 * */
.wopb-quick-cart .wopb-product-btn a,
.eb-button-anchor,
.single_add_to_cart_button.wopb-cart-button.button.alt.wp-element-button,
.wc-block-mini-cart__badge,
.wopb-center-item.pagination-active a,
.wopb-center-item.pagination-active a:hover{
	background-color: var(--wp--preset--color--primary) !important;
}

.wp-block-navigation-item__label:hover{
	color: var(--wp--preset--color--primary) !important;
}

..wc-block-mini-cart__badge{
	color: var(--wp--preset--color--surface) !important;
}
body{
	overflow-x: hidden;
}

/*  
 * Setting buttons, slider, cart to have theme primary color as background
 * */
.wopb-quick-cart .wopb-product-btn a:hover,
.eb-button-anchor:hover,
.single_add_to_cart_button.wopb-cart-button.button.alt.wp-element-button:hover{
	background-color: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--surface) !important;
}

.slick-arrow:hover{
	background: var(--wp--preset--color--primary) !important;
}


/*  
 * Menu Custom CSS
 * */

@media screen and (max-width: 991px) {
    .woocommerce .wopb-product-wrapper .woocommerce-product-gallery__wrapper {
        flex-direction: column;
    }
    .wopb-product-gallery-left .woocommerce-product-gallery__wrapper .wopb-builder-slider-nav {
        max-width: 100% !important;
    }
}
