<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.shopswatchinput a {
	display:inline-block !important;
}
div.wvsshopswatchlabel{
    margin-right: 4px;
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    
    display:inline-block !important;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;

    border: solid 2px white;
    outline: solid 1px #9C9999;
    outline-style:dotted;
    line-height: 1.0000;
}
.wvs_filter_widget {
	float:left;
}
.wvs-multiple-items .slide {
    margin-top: 7px;
    margin-left: 4px;
}
div.wvs_shop_textblock {
	text-align: center;
	background:#eee; 
	width:auto; 
	padding: 3px 6px;
	border-radius: 3px;
	color:black;
}
div.wvs_filter_textblock {
	text-align: center;
	background:#eee; 
	width:auto; 
	border-radius: 3px;
	margin-left: 2px;
	color:black;
}
div.wvsround {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	outline: solid 0 #9C9999;
}
div.selectedswatch {opacity: .9;}
div.selectedswatch.wvssquare {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    border: solid 2px white;
	outline: solid 2px black;
    line-height: 1.0000;
}
.wvsswatchinput div.wvs-selected-filter.wvssquare {
	cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in; 
    border: solid 2px white;   
	outline: solid 2px black;
    line-height: 1.0000;
}
.wvsswatchinput div.wvs-selected-filter.wvsround {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
	display:inline-block;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    box-shadow: 0px 0px 0px 2px white inset;
	border: solid 2px black !important;
    line-height: 1.0000;
}
.wvs_filter_widget div.wvsshopswatchlabel  {
	margin-right: 10px;
    margin-top: 5px;
	margin-bottom:5px;
}
div.selectedswatch.wvsround {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
	display:inline-block;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    box-shadow: 0px 0px 0px 2px white inset;
	border: solid 1px black;
    line-height: 1.0000;
}
.wvsswatchinput div.wvs-selected-filter.wvssquare:hover {
	border: solid 2px white !important;
	outline: solid 2px black !important;
}
div.wvsshopswatchlabel.wvssquare:hover {
	border: solid 2px white !important;
	outline: solid 1px black !important;
}
div.wvsround:hover {
	border: solid 1px black;
	box-shadow: 0px 0px 0px 2px white inset;
}
.wvs_filter-widget-title {
	text-align:left;
}
.single_variation_wrap div.woocommerce-variation {
	height:auto !important;
}
a.multiple.slide.wvsswatchinput {
    width:auto;
    min-height: 60px;
}
.shopswatchinput img.nextArrowBtn.slick-arrow {
    float: left;
    margin-top: 15px;
    font-size: 20px;
    width: 15px !important;
    height:15px !important;
}
.shopswatchinput img.prevArrowBtn.slick-arrow {
    float: left;
    margin-top: 15px;
    font-size: 20px;
    width: 15px !important;
    height:15px !important;
}
.shopswatchinput .slick-list {
    margin-left:10px;
    width: 75%;
    float: left;
}
.shopswatchinput .slick-slide.slick-current.slick-active {
    display: none;
}
@media all and (max-width: 600px) and (orientation:landscape) {
    .shopswatchinput .slick-list {
		margin-left:10px;
		width: 67% !important;
		float: left;
    }
}
.wvs-multiple-items {
    display:none;
}
</pre></body></html>