/*
Copyright (c) 2014 Himanshu Softtech.
------------------------------------------------------------------
[Master Stylesheet]

Project:	Coolthing HTML Template
Version:	1.0.0
Assigned to:	Themeforest
-------------------------------------------------------------------*/
@font-face {
	font-family: star;
	src: url(../fonts/star.eot);
	src: url(../fonts/star.eot?#iefix) format('embedded-opentype'), url(../fonts/star.woff) format('woff'), url(../fonts/star.ttf) format('truetype'), url(../fonts/star.svg#star) format('svg');
	font-weight: 400;
	font-style: normal
}

.woocommerce_wrapper{
	width:100%;
	float:left;
	}
.woocommerce_sorting_wrapper{
	width:100%;
	float:left;
	margin-bottom:50px;
	padding-bottom:25px;
	border-bottom:1px solid #f3f3f3;
	}
.woocommerce_sorting_wrapper .woocommerce_sorting{
	float:left;
	}	
.woocommerce_sorting_wrapper .product_show{
	float:right;
	}
.woocommerce_sorting_wrapper form label{
	font-weight:300;
	margin-right:12px;
	text-transform:capitalize;
	color:#777777;
	font-size:16px;
	line-height: 36px;
	} 
.woocommerce_sorting_wrapper form select{
	outline:none;
	border:1px solid #dddddd;
	background-color:#fafafa;
	color:#777777;
	height:40px;
	padding-left:18px;
	cursor:pointer;
	border-radius:0px;
	box-shadow:none;
	}	
	
.woocommerce_sorting_wrapper .product_show > .product_show_form select{
	outline:none;
	border:1px solid #dddddd;
	background-color:#fafafa;
	color:#777777;
	height:40px;
	padding-left:18px;
	cursor:pointer;
	}	
	
.woo_new_product{
	width:100%;
	float:left;
	}

/*woocommerce heading start*/ 
.woo_heading{
	width:100%;
	float:left;
	margin-bottom:30px;
	position:relative;
	}
.woo_heading h4{
	font-size:20px;
	display:inline-block;
	background-color:#fff;
	padding-right:15px;
	}	
.woo_heading:after{
	content:"";
	position:absolute;
	top:50%;
	right:0;
	left:auto;
	width:100%;
	height:1px;
	background-color:#c8cdd2;
	z-index:-1;
	}	
/*woocommerce heading end*/	


/*products start*/
.products{
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	margin-bottom: 70px;
	}
.products .product-image{
	display:block;
	position:relative;
	width:100%;
	float:left;
	}	
.products .product-image .image img{
	width:100%;
	}
.products .product-image .image:hover img{
	opacity:0.8;
	}
.products .product-image .product-image-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	display:none;
	-webkit-animation: flipInY 0.8s;
	-moz-animation: flipInY 0.8s;
	-ms-animation: flipInY 0.8s;
	-o-animation: flipInY 0.8s;
	animation: flipInY 0.8s;
	
	}
.products:hover .product-image .product-image-overlay{
	display:block;
	-webkit-animation: flipInY 0.8s;
	-moz-animation: flipInY 0.8s;
	-ms-animation: flipInY 0.8s;
	-o-animation: flipInY 0.8s;
	animation: flipInY 0.8s;
	}	
.products .product-image .product-image-overlay .add_to_cart{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-70px;
	margin-top:-50px;
	width:140px;
	height:100px;
	text-align:center;
	}
.products .product-image .product-image-overlay .add_to_cart a{
	color:#fff;
	text-decoration:none;
	width: 100%;
	height: 40px;
	border:none;
	}
.products .product-image .product-image-overlay .add_to_cart a i{
	font-size:18px;
	}				
.products .product-image .product-image-overlay .add_to_cart a.add_to_cart_button{
	background-color:#99a4bd;
	margin-bottom: 10px;
	}	
.products .product-image .product-image-overlay .add_to_cart a.add_to_wishlist_button:hover{
	color:#ccc;
	}	
		
.products .product-image .tag{
	position: absolute;
	top: 15px;
	right: -3px;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 10px;
	box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
	}
.products .product-image .tag.new{
	background-color: #74d2a6;
	}
.products .product-image .tag.sale{
	background-color: #f77b77;
	}			
	
/*products end*/	


/* single product start */
.woocommerce div.product{
	margin-bottom: 0;
	position: relative;
	width: 100%;
	/*padding:0px 50px;*/
	float: left;	
	}
.woocommerce div.product div.images{
	width:100%;
	float:left;
	position:relative;
	}
.woocommerce div.product div.images > a{
	position: relative;
	width: 100%;
	float: left;	
	}
.woocommerce div.product div.images > a > img{
	width:100%;
	}			
.woocommerce div.product div.images > .thumbnails{
	position:absolute;
	bottom:10px;
	left:53px;
	right:53px;
	}

.woocommerce div.product div.images > .thumbnails .owl-theme .owl-nav [class*='owl-']{
	width:21px;
	height:53px;
	background-color:transparent;
	padding: 0;
	margin-top: -26px;
	}
.woocommerce div.product div.images > .thumbnails .owl-carousel .owl-nav .owl-prev{
	background-image:url(../images/icon/arrow-left.png);
	background-repeat:no-repeat;
	background-size:contain;
	left: -32px;
	}
.woocommerce div.product div.images > .thumbnails .owl-carousel .owl-nav .owl-next{
	background-image:url(../images/icon/arrow-right.png);
	background-repeat:no-repeat;
	background-size:contain;
	right: -32px;
	}		

.woocommerce div.product div.summary{
	width:100%;
	float:left;
	}
.woocommerce div.product div.summary .product_title{
	margin-top:0px;
	text-transform:uppercase;
	font-size:28px;
	}	
	
.woocommerce div.product div.summary .woocommerce-product-rating{
	width:100%;
	float:left;
	}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating{
	float:left;
	margin-right: 10px;
	}	
.woocommerce div.product div.summary .woocommerce-product-rating .woocommerce-review-link{
	color:#777777;
	text-decoration:none;
	float:left;
	line-height: 17px;
	margin-left: 5px;
	}	
.woocommerce div.product div.summary .woocommerce-product-rating .woocommerce-add-review-link{
	color:#aaaaaa;
	text-decoration:none;
	}	
.woocommerce div.product div.summary p.price{
	width:100%;
	float:left;
	padding:35px 0;
	font-size:36px;
	margin:15px 0 35px 0;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	}	
.woocommerce div.product div.summary p.price > .amount{
	text-decoration:none;
	color:#777777;
	}	
.woocommerce div.product div.summary p.price del{
	color: #D5D5D7;
	margin-right:10px;
	display: inline-block;
	font-size:30px;
	}
.woocommerce div.product div.summary p.price ins{
	color: #777777;
	font-weight: 400;
	text-decoration: none;
	}
.number{
	margin: 30px 0;
}
.number span {cursor:pointer; }
.number .minus, .number .plus{
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	font-size: 30px;
	float: left;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	color:#555555;
}
.woocommerce div.product form.cart div.quantity{
	margin:0;
}
.number input{
	height: 40px;
	width:42px;
	border: 2px solid #eeeeee;
	text-align: center;
	background-color: transparent;
	color: #777777;
	float: left;
}			
.woocommerce div.product div.summary .single_add_to_cart_button{
	margin-left: 45px;
	padding: 10px 20px;
	border-radius: 2px;
	background-color: #99a4bd;
	color: #fff;
	border: none;
	box-shadow: none;
	font-weight: 300;
	}
.woocommerce div.product div.summary .single_add_to_cart_button i{
	font-size: 20px;
	margin-left: 5px;
	line-height: 18px;
}	
.woocommerce-tabs{
	width:100%;
	float:left;
	margin:50px auto;
	}	
.woocommerce-tabs .tabs{
	list-style: none !important;
	width: 100%;
	float: left;
	padding-left: 0 !important;
	margin-bottom: 0px !important;
	}
.woocommerce-tabs .tabs:before{
	display:none !important;
}	
.woocommerce-tabs .tabs li{
	float:left;
	display:block;
	margin-right: 1px;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	}
.woocommerce-tabs .tabs li:before{
	display:none !important;
}
.woocommerce-tabs .tabs li:after{
	display:none !important;
}	
.woocommerce-tabs .tabs li a{
	padding:10px 20px !important;
	text-transform:uppercase;
	background-color:#292a2b !important;
	color:#fff !important;
	display: block !important;
	text-decoration:none !important;
	}	
.woocommerce-tabs .tabs li.active a{
	background-color:#eceff3 !important;
	color:#5a657e !important;
	}	
.woocommerce-tabs .panel{
	background-color:#eceff3;
	width:100%;
	float:left;	
	padding:25px !important;
	}	

.single-product .tag{
	display:none;	
}	
/* single product end */	
.woocommerce-page div.product div.thumbnails a{
	width:100% !important;
	margin-bottom:0 !important;
} 

/*star rating start*/
.star-rating{
	position: relative !important;
	height: 1.06em !important;
	line-height: 1em !important;
	font-size: 1.2em !important;
	width: 5.4em !important;
	font-family: star !important;
	text-align: center !important;
	margin:0 auto !important;
	margin-bottom: 10px !important;
}
.star-rating:before{
	content: "\53\53\53\53\53";
	color: #EAEAEA !important;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span{
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}
.star-rating span:before{
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color:#ffdd5f;
}
/*star rating end*/

.products .product-info{
	width:100%;
	float:left;
	}
.products .product-info h3{
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:5px;
	}	
.products .product-info h3 a{
	color:#999999;
	text-decoration:none;
	}
.products .product-info h3 a:hover{
	color:#99a4bd;
	}		

.products .product-price .price{
	display:block;
	font-size:24px;
	color:#555555;
	font-family: 'MuseoSlab';
	}
.products .product-price .price ins{
	text-decoration: none !important;
}
.products .product-price .price del{
	font-size: 18px !important;
	color: #99A4BD !important;
}	

.woocommerce_pagination{
	border-top:1px solid #f3f3f3;
	padding-top:30px;
	}
.woocommerce_pagination p{
	float:left;
	color:#777777;
	font-size:16px;
	}		
.woocommerce_pagination ul{
	float:right;
	}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
background: none !important;
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator, 
.woocommerce-page .cart-collaterals .woocommerce-shipping-calculator{
	width:50%;
	float:left;
}
	
/********************* woocommerce sidebar start ********************/	
.coolthing_sidebar_wrapper .widget.woocommerce.widget_categories ul li a{
	text-transform:uppercase;
	color:#5a657e;
	}		
.coolthing_sidebar_wrapper .widget.woocommerce.widget_price_filter form label{
	font-weight:100;
	font-size:14px;
	color:#292a2b;
	margin:0 10px;
	}
.coolthing_sidebar_wrapper .widget.woocommerce.widget_price_filter form input{
	width:81px;
	margin-bottom:10px;
	}
	
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin:20px auto;
}
.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 3px;
  width: 100%;
  margin-top: -9px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 5px;
  top: -1px;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -8px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f2f2f2;
}
.slider-selection {
  position: absolute;
  background-color: #f77b77;
}
.slider-handle {
  position: absolute;
  width: 5px;
  height: 18px;
  background-color: #8d8d8e;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}	
/********************* woocommerce sidebar end ********************/	
