<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";
/**************** Slider post title ****************/
.wa_wps_slider_title {
	clear: both;
	height: auto;
	overflow: hidden;
}

/****************  Post content excerpt ****************/
.wa_wps_foo_con{
	clear: left;
	font-weight:normal;
	font-style:normal;
	height:auto;
	overflow: hidden;
	margin-bottom: 8px;
}

/****************  Post content excerpt ****************/
.wa_wps_slider_show_cats {

	clear: left;
	display: block;
}

/****************  read more text ****************/
.wa_wps_more {
	font-size:11px;"
}

/****************  Carousel ****************/
.wa_wps_image_carousel {
	position: relative;
	width: auto;
	padding: 15px 10px 15px 10px;

}

.wa_wps_image_carousel ul{	
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;

}

/****************  Slider post image ****************/
.wa_wps_image_carousel li img {
	/*border: 1px solid #ccc;
	background-color: white;
	padding: 9px;*/
    display: inline-block;
    float: none;



}

/****************  slider item ****************/
.wa_wps_image_carousel li {
	 position: relative;
    height: auto;
    padding: 5px;
    margin: 6px;
    display: block;
    float: left;


}

/* clear fix */
.wa_wps_clearfix {
	float: none;
	clear: both;
}

/**************** slider controllers - horizontal ****************/
.wa_wps_image_carousel .wa_wps_prev, .wa_wps_image_carousel .wa_wps_next {

	z-index: 250;	
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 4;

}

.wa_wps_image_carousel .wa_wps_prev {

	background-position: 0 0;
	left: -0px;

}
			
.wa_wps_image_carousel .wa_wps_next {

	background-position: -18px 0;
	right: -0px;

}



/**************** slider controllers - vertical ****************/

.wa_wps_image_carousel .wa_wps_prev_v, .wa_wps_image_carousel .wa_wps_next_v {

	/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);


	font-weight: normal;
	text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
/*	top: 50%;
	z-index: 4;*/
		z-index: 250;	
	margin-left:50%;

}

.wa_wps_image_carousel .wa_wps_prev_v {

/*	background: transparent url(../images/carousel_control_vertical.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 15px;*/
	top: 0px;	



}
.wa_wps_image_carousel .wa_wps_next_v {

	/*background: transparent url(../images/carousel_control_vertical.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 15px;
*/	
	bottom: 0px;	



}
.wa_wps_image_carousel .wa_wps_prev_v {

	background-position: 0 0;
	text-align: center;

}
.wa_wps_image_carousel .wa_wps_prev_v:hover {
	text-align: center;
}			
.wa_wps_image_carousel .wa_wps_next_v {

	background-position: 0 -18px;
	text-align: center;

}
.wa_wps_image_carousel .wa_wps_next_v:hover {

	text-align: center;
}

a.wa_wps_prev_v span, a.wa_wps_next_v span {

    /*display: none;*/

}

/* disable direction arrows when infint disable */
.wa_wps_prev.disabled, .wa_wps_next.disabled,.wa_wps_prev_v.disabled, .wa_wps_next_v.disabled {

	color: #865;
	opacity: 0;
	cursor: default;

}

/**************** Pagination controls ****************/
.wa_wps_image_carousel .wa_wps_pagination {

	text-align: center;
	margin: 0 auto;
	margin: 20px;

}
.wa_wps_image_carousel .wa_wps_pagination a {

	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	z-index: 250;	
	cursor: pointer;
	opacity: 0.5;

}
.wa_wps_image_carousel .wa_wps_pagination a.selected {

	text-decoration: underline;	
	zoom: 1;
	opacity: 1;

}

/**************** Overlay styles ****************/
.wa_wpss_text_overlay_p_container {

	margin: 0 auto;
	max-width: 100%;

}

.wa_wps_text_overlay_caption {

    position: relative;
    overflow: hidden;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

}

.wa_wps_text_overlay_caption::before {

    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;

}

.wa_wps_text_overlay_caption:hover::before {

    background: rgba(0, 0, 0, .5);
}

.wa_wps_text_overlay_caption_media {

    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;

}

.wa_wps_text_overlay_caption_overlay {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: white;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.wa_wps_text_overlay_caption:hover .wa_wps_text_overlay_caption_overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.wa_wps_text_overlay_caption_overlay_title {

	font: normal 16px/1.5 Arial, sans-serif;
    padding: 0 0 0.5em;
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}
.wa_wps_text_overlay_caption:hover .wa_wps_text_overlay_caption_overlay_title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

/***** lazy load ******/
.wa_lazy{
	display: none;
}


/*************  Sale Text over them images *************/
.wa_wps_onsale {

	background-color: #96c42e;
	position: absolute;
	top: 15%;
	padding: 2px 8px;
	font-size: 0.8751em;
	text-align: center;
	color: #fff;
	z-index: 999;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);

}

.wa_wps_onsale:before {

	content: "";
	border: 14px solid #96c42e;
	border-color: transparent transparent transparent #96c42e;
	position: absolute;
	top: 0;
	right: -28px;

}

.wa_wps_onsale {

	left: -2px;

}
.wa_wps_onsale:after {

	content: "";
	border: 6px solid #67861f;
	border-color: #67861f transparent transparent transparent;
	border-right-width: 0;
	position: absolute;
	left: 0;
	bottom: -12px;

}

/************  add to cart button ****************/
a.wa_wps_button,  .wa_wps_button {
	
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 2px 13px 2px;
	border: 1px solid #ccc;
	color: #444;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	font-size: 1em !important;
	font-family: inherit;
	overflow: visible;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #237fd7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #fefefe, #e5e5e5);
	background-image: -moz-linear-gradient(top, #fefefe, #e5e5e5);
	background-image: -ms-linear-gradient(top, #fefefe, #e5e5e5);
	background-image: -o-linear-gradient(top, #fefefe, #e5e5e5);
	background-image: linear-gradient(top, #fefefe, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e5e5e5');
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 0 1px rgba(255,255,255,0.6), 0 1px 2px hsla(0, 0%, 0%, .1) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 0 1px rgba(255,255,255,0.6), 0 1px 2px hsla(0, 0%, 0%, .1) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 0 1px rgba(255,255,255,0.6), 0 1px 2px hsla(0, 0%, 0%, .1) /*Shadow*/;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
}

/************* star rating **********************/

.wps_rating .sr {

  float: left;
  margin: .5em 4px 0 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}


.wa_wps_text_overlay_caption_overlay_content .wps_rating .sr {

	float: none;
	margin-left: auto;
	margin-right: auto;

}

.wps_rating .sr:before {

  content: "\2606\2606\2606\2606\2606";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;

}
.wps_rating .sr span {

  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;

}
.wps_rating .sr span:before {

  content: "\2605\2605\2605\2605\2605";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;

}
.wps_rating .products .sr {
  display: block;
  margin: 0 0 .5em;
  float: none;
}
.wps_rating .hreview-aggregate .sr {

  margin: 10px 0 0 0;

}
</pre></body></html>