 
/*Products Details Page Design*/
.products-details {
	position: relative;
	padding: 15px 0;
}
.product-view {
	position: relative;
	border: 1px solid #e1e1e1;
	padding: 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 60px;
	
	 
 }
.product-img-box {
	background: #fff;
	position: relative;
	
}
#big_image {
	display: block;
	margin: 0 auto;
	width:80%;
	height:auto;
}
.product-img-more {
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 1000;
	text-align: center;
	width: 100%;
}
.product-img-more ul {
	position: relative;
	text-align: center;
}
.product-img-more ul li {
	margin: 3px;
	display: inline-block;
}
.product-img-more ul li a {
	float: left;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	background: #cccccc;
	border: 5px solid #fff;
}
.box-zoom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
	border: #dfdfdf;
	padding: 10px;
	font-size: 24px;
	color: #bdbdbd;
}
.box-zoom:hover {
	font-size: 42px;
	color: #0092ff;
}
/* Products Details 2 page Style */
.preview-thum {
	float: left;
	width:100%;
	position: relative;
}
.preview-thum .control-up    {
	position: absolute;
	left: 0%;
	top:35px;
	z-index: 1000;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 3px 6px;
	font-size: 16px;
	line-height: 16px;
	margin-left: 0px;
}

  .preview-thum .control-down {
	position: absolute;
	right: 0%;
 	top:35px;
	z-index: 1000;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 3px 6px;
	font-size: 16px;
	line-height: 16px;
	margin-left: -8px;
}


/*.preview-thum .control-down {
	top: auto;
	 
}*/
.preview-thum .caroufredsel_wrapper {
	/*height:400px;
	min-height: 400px !important;*/
	width:100%;
	overflow: hidden;
}
.preview-thum ul {
	float: left;
	width: 100%;
	position: relative;
	/*height:400px;
	min-height: 400px;*/
	margin-left: 23px;
}
.preview-thum ul li {
	float: left;
	display: list-item;
	border:1px solid #b6b6b6;
	padding:0px;
	background: #fff;
	/*-webkit-border-radius: 5px;
	border-radius: 5px;*/
	width:110px;
	margin-right: 10px;
}
.preview-thum ul li a {
	display: block;
	background: #fff;
	width: 100%;
	text-align: center;
	padding-top: 0px;
}
.preview-thum ul li a img {
	display: block;
	margin: 0 auto;
	width:100%;
}
.product-view2 {
	float: right;
	width: 100%;
	position: relative;
 	border: 0px solid #b6b6b6;
	padding:0px;
	
	/*-webkit-border-radius: 5px;
	border-radius: 5px;*/
	margin-bottom: 30px;
}
.product-view2 .box-zoom {
	bottom: 10px;
	right: 12%;
	top: auto;
	border: 1px solid #e4e3e3;
	 
}
/** Products Details Description **/
.product-details-box {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.product-details-box h4 {
	margin-bottom: 15px;
}
.product-details-box .price {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
}
.product-details-box .price small {
	font-size: 24px;
	font-weight: 700;
	color: #a1a1a1;
	text-decoration: line-through;
}
.color_chooser, .size_chooser {
	min-height: 30px;
	vertical-align: middle;
}
.color_chooser .text, .size_chooser, .quantity .text {
	margin-right: 10px;
	padding-top: 1px;
	font-size: 18px;
}
.color_chooser a {
	display: inline-block;
	margin: 0 1px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 0;
	vertical-align: middle;
}
.color_chooser a.active_color {
	height: 26px;
}
.size_chooser a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	margin: 0 1px;
	padding: 0 2px;
}
.size_chooser a.active_size {
	font-size: 24px;
	color: #0092ff;
}
.buttons_wrap {
	position: relative;
}
.quantity {
	display: inline-block;
}
.qty {
	width: 64px;
	background: #fff;
	padding: 8px 15px;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}
.share {
	float: right;
}
/** tab style **/
 
 
 
.fa-angle-up:before{content: url(../../img/slider_prev.png);}

.fa-angle-down:before {
	 content: url(../../img/slider_next.png);
}
.fa-search:before {
	content:"\f002"
}
.fa-search:before {
	content:"\f002"
}
.fa-search-plus:before {
	content:"\f00e"
}
.fa-search-minus:before {
	content:"\f010"
}