<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*CSS front page*/

.wcps-container {
	background:none repeat scroll 0 0 rgb(241, 241, 241);
  overflow: hidden;
  position: relative;
}

.wcps-container div.wcps-ribbon {
  box-shadow: 0 2px 4px -1px rgb(51, 51, 51);
  height: 24px;
  left: -27px;
  position: absolute;
  top: 14px;
  transform: rotate(-50deg);
  width: 90px;
  z-index: 10;
}




.wcps-container div.wcps-ribbon.wcps-ribbon-none{
background:url("ribbons/none.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display:none !important;
}
.wcps-container div.wcps-ribbon.wcps-ribbon-free{
background:url("ribbons/free.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-save{
background:url("ribbons/save.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-hot{
background:url("ribbons/hot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-pro{
background:url("ribbons/pro.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-best{
background:url("ribbons/best.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-gift{
background:url("ribbons/gift.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-sale{
background:url("ribbons/sale.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-new{
background:url("ribbons/new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-top{
background:url("ribbons/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-fresh{
background:url("ribbons/fresh.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-10{
background:url("ribbons/dis-10.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-20{
background:url("ribbons/dis-20.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-30{
background:url("ribbons/dis-30.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-40{
background:url("ribbons/dis-40.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-50{
background:url("ribbons/dis-50.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-60{
background:url("ribbons/dis-60.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-70{
background:url("ribbons/dis-70.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-80{
background:url("ribbons/dis-80.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-90{
background:url("ribbons/dis-90.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wcps-container div.wcps-ribbon.wcps-ribbon-dis-100{
background:url("ribbons/dis-100.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}






.wcps-container .owl-nav.middle {
  left: 0;
  position: absolute;
  top: 40%;
  width: 100%;
}


.wcps-container  .owl-nav.middle .owl-prev {
  background: url("images/arrow-prev.png") no-repeat scroll 10px 14px rgba(0, 0, 0, 0);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50%;
  color: rgb(0, 0, 0);
  height: 50px;
  left: -100px;
  padding: 0;
  position: absolute;
  top: 0;

  width: 50px;
  transition: all 0.6s ease 0s;
}

.wcps-container  .owl-nav.middle .owl-next {
  background: url("images/arrow-next.png") no-repeat scroll 10px 14px rgba(0, 0, 0, 0);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50%;
  color: rgb(0, 0, 0);
  height: 50px;
  padding: 0;
  position: absolute;
  right: -100px;
  top: 0;

  width: 50px;
  transition: all 0.6s ease 0s;
}


.wcps-container:hover  .owl-nav.middle .owl-prev,
.wcps-container:hover  .owl-nav.middle .owl-next {
  box-shadow: 0 0 12px 3px rgba(183, 183, 183, 0.54);
}


.wcps-container:hover  .owl-nav.middle .owl-prev {
left: 30px;
}

.wcps-container:hover  .owl-nav.middle .owl-next {
right: 30px;
}




/*#####################################*/



.wcps-container .owl-nav.middle-fixed {
  left: 0;
  position: absolute;
  top: 40%;
  width: 100%;
}


.wcps-container  .owl-nav.middle-fixed .owl-prev {
  background: url("images/arrow-prev.png") no-repeat scroll 10px 14px rgba(0, 0, 0, 0);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50%;
  color: rgb(0, 0, 0);
  height: 50px;
  left: -30px;
  padding: 0;
  position: absolute;
  top: 0;

  width: 50px;
  transition: all 0.6s ease 0s;
}

.wcps-container  .owl-nav.middle-fixed .owl-next {
  background: url("images/arrow-next.png") no-repeat scroll 10px 14px rgba(0, 0, 0, 0);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50%;
  color: rgb(0, 0, 0);
  height: 50px;
  padding: 0;
  position: absolute;
  right: -30px;
  top: 0;

  width: 50px;
  transition: all 0.6s ease 0s;
}


.wcps-container:hover  .owl-nav.middle-fixed .owl-prev,
.wcps-container:hover  .owl-nav.middle-fixed .owl-next {
  box-shadow: 0 0 12px 3px rgba(183, 183, 183, 0.54);
}


.wcps-container:hover  .owl-nav.middle-fixed .owl-prev {
left: -30px;
}

.wcps-container:hover  .owl-nav.middle-fixed .owl-next {
right: -30px;
}
















/* Navigation CSS topright*/
.wcps-container .owl-nav.topright  {
  position: absolute;
  right: 15px;
  top: 15px;
}

.wcps-container .owl-nav.topright .owl-prev {
    background: url("images/arrow-prev.png") no-repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid rgba(221, 221, 221, 0.0);
    border-radius: 3px;
    color: rgb(0, 0, 0);
    height: 30px;
    padding: 0;
    opacity: 1;
    width: 50px;
    display: inline-block;
    background-position: 10px 5px;
    margin: 0 5px;
}


.wcps-container  .owl-nav.topright .owl-next {
  background: url("images/arrow-next.png") no-repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid rgba(221, 221, 221, 0.0);
  border-radius: 3px;
  color: rgb(0, 0, 0);
  padding: 0;
  width: 50px;
  opacity: 1;
  height: 30px;
  display: inline-block;
    background-position: 10px 5px;
}



.wcps-container  .owl-nav.topright div.owl-prev:hover{
	background-image: url("images/arrow-prev.png") ;
	background-color:rgba(185, 185, 185, 0.3);
    border: 1px solid rgb(221, 221, 221);
}


.wcps-container  .owl-nav.topright div.owl-next:hover{
	background-image: url("images/arrow-next.png");
	background-color:rgba(185, 185, 185, 0.3);
    border: 1px solid rgb(221, 221, 221);}



.wcps-container .owl-dots {
  margin: 30px 0 0;
  text-align: center;
}


.wcps-container .owl-dots .owl-dot {
    background: rgba(107, 107, 107, 0.37);
    border-radius: 20px;
    display: inline-block;
    height: 15px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 15px;
}

.wcps-container .owl-dots .owl-dot:hover,
.wcps-container .owl-dots .owl-dot.active {
  opacity: 1;

}





.wcps-container div.wcps-items-sale {
  background: #fff url("images/sale.png") no-repeat scroll 8px 8px;
  border-radius: 50%;
  box-shadow: 0 0 4px -2px #000;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
}

.wcps-container div.wcps-featured {
  background: #fff url("images/featured.png") no-repeat scroll 4px 4px;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 #999;
  color: rgb(255, 255, 255);
  font-size: 12px;
  height: 40px;
  left: 10px;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 40px;
}

.wcps-container div.wcps-sale {
  background: url("images/sale.png") no-repeat scroll 0 center rgb(241, 241, 241);
  box-shadow: 0 1px 6px -3px rgb(153, 153, 153);
  color: rgb(255, 255, 255);
  font-size: 12px;
  height: 30px;
  padding: 0;
  position: absolute;
  right: -30px;
  top: 0;
  transform: rotate(45deg);
  width: 90px;
}





.wcps-container .stars-list {
  display: inline;
  position: relative;
  text-align: left;
}

.wcps-container .stars-list .stars {
  left: 0;
  overflow: hidden;
}
.wcps-container .stars-list .stars i {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}

.wcps-container .stars-list .star-length {
  float: left;
  height: 33px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.wcps-container .stars-list .star-length i {
  display: inline-block;
  top: 0;
  vertical-align: top;
}




.wcps-container .wcps-items-rating{
	color:#ffe400;

}

.wcps-container .wcps-zoom {
    /* background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; */
    /* height: 100%; */
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.wcps-container .wcps-items:hover .wcps-zoom {
  opacity: 1;
}


.wcps-container .wcps-zoom .fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 #333;
    color: #99999980;
    cursor: pointer;
    font-size: 25px;
    margin-top: 30%;
    /* padding: 10px; */
    width: 50px;
    height: 50px;
    line-height: 46px;
}

.wcps-container .wcps-zoom-thumb {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2147483647;
}


.wcps-container .wcps-zoom-thumb img {
  margin: 50px 0;
}


.wcps-container .wcps-zoom-thumb .wcps-zoom-colse {
  background: #ff5028 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 26px;
  margin-top: 50px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 28px;
}


.wcps-container .wcps-items {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  margin: 0 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
}


.wcps-container  div.wcps-items div.wcps-items-thumb {
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.wcps-container  div.wcps-items div.wcps-items-thumb a {
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%
    }

.wcps-container  div.wcps-items div.wcps-items-thumb img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%
    }

.wcps-container  .wcps-terms {
    display: none;
    padding: 2px 10px 2px 25px;
    text-align: center
    }

.wcps-container  .wcps-items-title {
  padding: 10px 12px;
  text-align: left;
}

.wcps-container  .wcps-items-title a {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}

.wcps-container  .wcps-items-excerpt {
  font-size: 14px;
  padding: 10px 12px;
  text-align: left;
}
.wcps-container  .wcps-items-category {
  padding: 5px 12px;
}

.wcps-container  .wcps-items-category a {
  text-decoration: none;
}

.wcps-container  .wcps-items-tag {
    padding: 5px 12px;
}

.wcps-container  .wcps-items-tag a {
    text-decoration: none;
}


.wcps-container  .wcps-items-rating {
  padding: 5px 12px;
}

.wcps-container  .wcps-items-rating .star-rating{
	font-size:1.5em;
}

.wcps-container  .wcps-items div.wcps-items-price {
  padding: 5px 12px;
  text-align: left;
}

.wcps-container  .wcps-items-price ins {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)
    }

.wcps-container  .wcps-items-cart {
  padding: 10px 12px;
  text-align: left;
}




.wcps-container .wcps-items div.wcps-items-cart p {
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important
    }

.wcps-container .wcps-items div.wcps-items-cart.custom span.amount {
    font-size: 15px;
    line-height: 15px
    }

.wcps-container  .wcps-items div.wcps-items-cart .amount, .wcps-container  div.wcps-items div.wcps-items-cart del, .wcps-container  div.wcps-items .wcps-items-cart ins, .wcps-container  div.wcps-items div.wcps-items-cart .woocommerce-price-suffix {
    display: none
    }

.wcps-container  .wcps-items div.wcps-items-cart.custom a.add_to_cart_button {
    background: none repeat scroll 0 0 rgb(13, 225, 133);
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 10px 15px;
    text-shadow: none
    }

.wcps-container  .wcps-items div.wcps-items-cart.custom a.added_to_cart {
    background: none repeat scroll 0 0 rgb(13, 225, 133);
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgb(68, 68, 68);
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: none
    }

.wcps-container  .wcps-items div.wcps-items-cart a.added {
    display: none
    }










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