/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2023 | 16:12:09 */
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0px !important;
	background-color: #fafafa;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	    box-shadow: var(--wvs-item-box-shadow,0 0 0 1px transparent);
		font-size: 13px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #000;
    color: #ffffff;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: var(--wvs-item-box-shadow,0 0 0 1px transparent); 
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: var(--wvs-item-box-shadow,0 0 0 1px transparent); 
	background-color: #000;
    color: #ffffff;
}

.wvs-has-image-tooltip:after, .button-variable-item:after {
	display: none !important;
}

.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, .button-variable-item:hover:after, .button-variable-item:hover:before {
	display: none !important;
}

.woocommerce-variation-add-to-cart.variations_button > .button.single_add_to_cart_button::before {
    content: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{
	content: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before{
    content: none !important;
}

.woo-selected-variation-item-name {
	display: none !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .color-variable-item {
    border: 1px solid grey;
}
