/**
*  @package   tfproductowl
*  @version   1.0.0
*  @author TinyForestGroup TF<tinyforestgroup@gmail.com>
*  @copyright 2014-2016 TinyForestGroup TF
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of TinyForestGroup TF
*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.tf-module {
	font-family:"Open Sans",sans-serif ;
}

.tf-module .block-title h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px 0;
	color:#666;
}

.tfproductowl {
	margin:0 -15px;
}

.tfproductowl  .owl-carousel.owl-loading {
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url('../../img/loading.gif');
	background-repeat:no-repeat;
	background-position:center center;
	opacity:1;
	max-height:300px;
}

.tfproductowl  .owl-carousel.owl-resizing *,
.tfproductowl  .owl-carousel.owl-loading  *{
	opacity:0;
}

.tfproductowl   .owl-dots{
	text-align:center;
}
.tfproductowl .owl-controls .owl-nav .owl-prev,
.tfproductowl .owl-controls .owl-nav .owl-next {
    color: #00bcd4;
    float: left;
    height: 46px;
    line-height: 43px;
    text-align: center;
    width: 46px;
	background-color:#FFF;
	/* top:-61px;
	right:15px; */
	position:absolute;
	margin-top:-23px;
	top:50%;
	border-radius:50%;
	vertical-align:middle;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
   -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
   -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
   -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.24);
   	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.tfproductowl .owl-controls .owl-nav .owl-prev:before,
.tfproductowl .owl-controls .owl-nav .owl-next:before {
    font-family: FontAwesome;
    font-size: 28px;
}

.tfproductowl .owl-controls .owl-nav .owl-prev:hover,
.tfproductowl .owl-controls .owl-nav .owl-next:hover {
    cursor: pointer;
    border: 1px solid #cccccc;
    color: #fff;
	background:#00bcd4 none repeat scroll 0 0
}

.tfproductowl .owl-controls .owl-nav .owl-next {
	right:100px;
	opacity:0;
}

.tfproductowl .owl-controls .owl-nav .owl-prev{
	left:100px;
	opacity:0;
}

.tfproductowl .tfpo-products:hover .owl-nav .owl-next {
	right:0;
	opacity:1;
}

.tfproductowl .tfpo-products:hover .owl-nav .owl-prev {
	left:0;
	opacity:1;
}

.tfproductowl .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}

.tfproductowl .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}

.tfproductowl .owl-ctr-dots {
    margin-top: 10px;
    text-align: center;
}

.tfproductowl  .owl-dots .owl-dot.active span, 
.tfproductowl .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #00bcd4;
}

.tfproductowl  .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 0px;
    display: block;
    height: 12px;
    margin: 4px;
    transition: opacity 200ms ease 0s;
    width: 12px;
	border-radius:50%;
}

.tfproductowl .owl-dots .owl-dot {
    display: inline-block;
}

.tfproductowl .owl-controls .owl-nav .owl-prev,
.tfproductowl .owl-controls .owl-nav .owl-next,
.tfproductowl  .owl-ctr-dots .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/************* For Style1 ************/

.tfproductowl     .tfpo-product{
	margin:15px;
}

.tfproductowl     .product-container{
	background: #fff;
	overflow: hidden;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	margin:1px;
}

.tfproductowl     .product-container .product-image{
	 position: relative;
}


.tfproductowl     .product-container .product-image:before{
  content: "";
  background: #fff;
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  height: 100%;
  width: 100%;
 
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 1;
}

.tfproductowl     .product-container .button-container{
  position: absolute;
  z-index: 100;
  bottom: -35px;
  left:50%;
  margin-left:-23px;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn,
.tfproductowl     .product-container .button-container  .addToWishlist,
.tfproductowl     .product-container .button-container  .quick-view, 
.tfproductowl     .product-container .button-container  .add_to_compare{
  display: block;
  border-radius: 50%;
  color: #aaa;
  font-size: 15px;
  margin: 0 0 13px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  outline:none;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn span,
.tfproductowl     .product-container .button-container .addToWishlist span,
.tfproductowl     .product-container .button-container .quick-view span, 
.tfproductowl     .product-container .button-container .add_to_compare span {
  font-weight: bold;
  border-radius: 3px;
  font-size: 12px;
  text-transform: none;
  position: absolute;
  left: -115px;
  width: 100px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background: #444;
  opacity: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn:hover,
.tfproductowl     .product-container .button-container  .addToWishlist:hover,
.tfproductowl     .product-container .button-container  .quick-view:hover,
.tfproductowl     .product-container .button-container  .add_to_compare:hover{
	background: #00bcd4;
	color: #fff;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn:hover span,
.tfproductowl     .product-container .button-container  .addToWishlist:hover span, 
.tfproductowl     .product-container .button-container  .quick-view:hover span,
.tfproductowl     .product-container .button-container  .add_to_compare:hover span{
  opacity: 0;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn:hover .icon,
.tfproductowl     .product-container .button-container  .addToWishlist:hover .icon,
.tfproductowl     .product-container .button-container  .quick-view:hover .icon,
.tfproductowl     .product-container .button-container  .add_to_compare:hover .icon {
	color: #fff;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn .icon,
 .tfproductowl     .product-container .button-container  .addToWishlist .icon, 
 .tfproductowl     .product-container .button-container  .quick-view .icon, 
 .tfproductowl     .product-container .button-container  .add_to_compare .icon{
  color: #aaa;
}

.tfproductowl     .product-container .button-container  .addToWishlist,
 .tfproductowl     .product-container .button-container  .quick-view, 
 .tfproductowl     .product-container .button-container  .add_to_compare{
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  outline:none;
}

.tfproductowl     .product-container .button-container  .addToWishlist span, 
 .tfproductowl     .product-container .button-container  .quick-view span, 
 .tfproductowl     .product-container .button-container  .add_to_compare span {
  top: 6px;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn{
  background: #00bcd4;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  outline:none;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn span{
  top: 11px;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn .icon {
  color: #fff;
}

.tfproductowl     .product-container .button-container .tfpo-cart-btn:hover{
  background: #008fa1;
  cursor: pointer;
}
.tfproductowl     .product-container .button-container  .tfpo-other-btn {
  padding: 0 5px;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  transform-origin: center bottom 0;
}

.tfproductowl     .product-container .product-image:hover .tfpo-other-btn{
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.tfproductowl     .product-container .product-image:hover:before {
  border-radius: 0;
  transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform:  scale(1,1);
  -webkit-transform:  scale(1,1);
  z-index: 99;
}


.tfproductowl     .product-container .product-info {
  padding: 30px 20px 23px;
  overflow: hidden;
  position: relative;
  text-align:center;
}

.tfproductowl     .product-container .product-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #eee;
  width: 100%;
  z-index: 9;
}

.tfproductowl     .product-container .product-info .bi_left {
  text-align: left;
  float: left;
  width: 70%;
}

.tfproductowl     .product-container .product-info .bi_right{
  text-align: right;
  float: right;
  width: 30%;
}

.tfproductowl     .product-container  .product-new-box,
.tfproductowl     .product-container  .product-sale-box {
    position: absolute;
    top: 5px;
    text-align: center;
    z-index: 1;
	font-weight:600;
}

.tfproductowl     .product-container .product-new-box {
    left: 5px;
}

.tfproductowl     .product-container  .product-sale-box {
    right: 5px;
}

.tfproductowl     .product-container .product-new-label{
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	border-radius:50%;
	 box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
    color: #fff;
    background: #00bcd4;
    text-transform: uppercase;
}

.tfproductowl     .product-container  .product-sale-label {
    display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	border-radius:50%;
	 box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
    color: #fff;
    background: #f13340;
    text-transform: uppercase;
  
}

.tfproductowl     .product-container .product-name a{
	font-size:14px;
	font-weight:600;
}

.tfproductowl     .product-container .product-name a:hover{
	color:#00bcd4
}

.tfproductowl     .product-container .product-name,
.tfproductowl     .product-container .comments_note{
	margin-bottom:10px;
}

.tfproductowl     .product-container .comments_note .nb-comments{
	display:none;
}

.tfproductowl     .product-container .price.product-price{
	font:600 18px/23px "Open Sans",sans-serif;
	color:#3a3939;
}

.tfproductowl     .product-container .price-percent-reduction{
	font:600 16px/19px "Open Sans",sans-serif;
	border:none;
	border-radius:100%;
	padding:7px 3px;
}

.tfproductowl     .product-container  .old-price{
	margin:0 5px;
}

.tfproductowl     .product-container  .star.star_on{
	display:inline-block;
	vertical-align:top;
}

.tfproductowl     .product-container  .star::after{
	color:#feb70b;
}

.tfproductowl     .product-container  .star{
	float:none;
	display:inline-block;
}

.tfproductowl      .tfpo-countdown {
	text-align: center;
	z-index: 10;
	left: 0;
	right: 0;
	top: 40%;
	width: 100%; 
	position:absolute;
	 transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.tfproductowl     .product-container .product-image:hover .tfpo-countdown{
	top:-999px;
}

.tfproductowl     .product-container .product-image .product_img_link{
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
}

.tfproductowl     .product-container .product-image img{
		 transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.tfproductowl     .product-container .product-image:hover img{
	-moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
	transform:scale3d(1.1, 1.1, 1);
}

.tfproductowl      .tfpo-countdown .tfpo-clock  {
	background: transparent; 
	display:block;
}

.tfproductowl     .tfpo-clock .tfpoc-item {
	display: inline-block;
	width: 15%;
	margin: 0 2.5px;
	float: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-bottom: none;
	padding: 6px 0; 
	background: #00bcd4;
	border-radius:3px;
}

.tfproductowl     .tfpo-clock .tfpoc-item .tfpoc-number  {
  border-bottom: none;
}
.tfproductowl     .tfpo-clock .tfpoc-item .tfpo-day {
	margin: 0 -1px; 
}

.tfproductowl     .tfpo-clock .tfpoc-item .tfpoc-number {
	border-bottom: 1px solid #FFF; 
	display:inline-block;
}

.tfproductowl     .tfpo-clock .tfpoc-item .tfpoc-label {
	font-size: 12px;
	font-weight: 300;
	display:block;
 }
 
 
