.tcwps-wrap {
    margin: 60px 0;
}
.tc-product-img-wrap{
     /*overflow: hidden;*/
     position: relative;
     display: block;
}
.tc-product-img-wrap img{
 width:100%;
 height: auto;

}
.tc-wooslider-meta{
    text-align: center;
    display: block;
    height: 180px;

}
.tc-product-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
}

.tc-wooslider-item{
    text-align: center;
    margin: 0 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
}
.tc-wooslider-item:hover {
    /*box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.tc-wooslider-theme .tc-wooslider-item img {
    display: block;
    width: 100%;
    height: auto;
}
.tc-wps-overlay-wrap {
    margin-bottom: 30px;
}

a.tc-product-title {
    color: #555;
}

a.tc-product-title:hover{
    color: #d7d7d7;
}
span.amount{

    margin: 20px 0;
}

span.amount {
    margin: 20px 0;
    padding: 5px;
    padding-left: 10px;
    border-radius: 4px;
    margin-top: 20px;
}

.tc-center{
    text-align: center;
}
/* Overlay */

.tc-wps-overlay{
  /*background-color: rgba(0, 0, 0, 0.5);*/
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color:#ffffff;

  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 450ms ease-out 0s;
     -moz-transition: all 450ms ease-out 0s;
     -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;

  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  -o-transform: translate(0,80px);
    transform:translate(0,80px);
}

.tc-product-img-wrap:hover .tc-wps-overlay{
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1,1);
       -moz-transform: rotateY(0deg) scale(1,1);
        -ms-transform: rotateY(0deg) scale(1,1);
         -o-transform: rotateY(0deg) scale(1,1);
            transform: rotateY(0deg) scale(1,1);
}

.tc-wps-overlay-block{
  padding:12px 10px;
  font-size: 14px;
  line-height: 21px;
}
.tc-product-title-bottom{
    font-size:14px;
}

/* Common button styles */

a.tc-add-to-cart{
    text-decoration: none;
    color:#343434;
    font-size: 16px;
    font-weight: 400;
}
a.tc-add-to-cart:hover{
    text-decoration: none;
    color:#ffffff;
}

div.tc-wooslider-item .tc-cart-button  span.amount{
    display: none !important;
}


div.tc-wooslider-item .tc-cart-button a {
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 24px;
    background-color: transparent;
    color: #fff;
    padding: 4px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.tc-wooslider-item .tc-cart-button a:hover{
    border:1px solid #FE6860;
    background-color: #FE6860;
    color:#fff;
}

/* Dots Style */
.tcwps-wrap .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.tcwps-wrap .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
 }
 .tcwps-wrap .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
.tcwps-wrap .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
   }

/* Ends Dots Style */

/*Nav*/

.tcwps-wrap .tcwps-nav {
  position: relative;
}
.tcwps-wrap .tcwps-nav .owl-controls .owl-next,
.tcwps-wrap .tcwps-nav .owl-controls .owl-prev {
  position: absolute;
  top:-45px;
  z-index: 2;
}
.tcwps-wrap .tcwps-nav .owl-controls .owl-next {
 right: 0;
}
.tcwps-wrap .tcwps-nav .owl-controls .owl-prev {
right:31px;
}
.tcwps-wrap .tcwps-nav  .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0;
	font-size: 18px;
  line-height:28px;
}
.tcwps-wrap .tcwps-nav  .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
}
/* star rating */

.star-rating {
    overflow: hidden;
    position: relative;
    line-height: 1;
    font-size: 1em;
     width: 5.3em;
    font-family: star;
}

.star-rating, p.stars a {
    font-weight: 400;
    height: 1em;
}
ul.products li.product .price,
ul.products li.product .star-rating {
    display: block;
    margin-bottom: .75em;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    color:#ffb900;
}
.star-rating::before {
    content: '\73\73\73\73\73';
    top: 0;
    left: 0;
    /*position: absolute*/
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #f5ab09;
}
.star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0

}

.single-product .woocommerce-product-rating {
    margin-bottom: 2em;
    line-height: 1
}
.single-product .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: .25em
}

.widget_rating_filter li {
    text-align: right
}
.widget_rating_filter li .star-rating {
    float: left;
    margin-top: .3em
}
