.product-thumbs-gallery  div,.product-thumbs-gallery  ol,.product-thumbs-gallery  ul,.product-thumbs-gallery  li,.product-thumbs-gallery  h1,.product-thumbs-gallery  p,.product-thumbs-gallery  span{
	margin:0 auto;
	padding:0;
	outline:0	
}
.content {
	/*margin-left:23%;*/
	min-height:500px
}
.column-fluid {
	float:right;
	width:100%
}
.single-product-gallery {
	float:left;
	width:48%;
	overflow:hidden;
	position:relative
}
.single-product-gallery img {
	max-width:100%;
	height:auto
}
.single-product-gallery .product-gallery-zoom {
	width:100%;
	text-align:center;
	overflow:hidden
}
.single-product-gallery .product-gallery-zoom .product-video iframe,.single-product-gallery .product-gallery-zoom .product-video video {
	width:100%;
	height:100%;
	background:rgba(0,0,0,1);
	display:block
}
.xzoom-preview {
	background:#fff
}
.xzoom-lens {
	border:1px solid rgba(255,255,255,.2);
	box-shadow:0 0 15px rgba(0,0,0,.2);
	cursor:pointer
}
.xzoom-preview img,.xzoom-lens img {
	max-width:none;
	max-height:none;
	display:block
}
.xzoom-source,.xzoom-hidden {
	display:block;
	position:static;
	float:none;
	clear:both
}
.xzoom-hidden {
	overflow:hidden
}
.xzoom-loading {
	width:48px;
	height:48px;
	border-radius:100%;
	opacity:.7;
	background:url(../images/xloading.gif) no-repeat center center
}
.single-product-gallery .product-thumbs-wrapper {
	position:relative;
	margin-top:15px;
	padding:0 40px
}
.single-product-gallery .product-thumbs-gallery {
	position:relative;
	width:100%;
	height:90px;
	overflow:hidden
}
.product-thumbs-gallery .flex-control-thumbs {
	position:relative;
	left:0;
	float:left
}
.product-thumbs-gallery .flex-control-thumbs li {
	float:left;
	max-width:100%;
	padding:0 5px;
	box-sizing:border-box;
	list-style:none;
}
.product-thumbs-gallery .flex-control-thumbs li img {
	border:1px solid #eee;
	width:100%;
	height:auto;
	box-sizing:border-box;
	cursor:pointer
}
.product-thumbs-gallery .flex-control-thumbs li.flex-active img {
	border:1px solid #f90
}
.product-thumbs-gallery .flex-control-thumbs li.flex-video {
	position:relative;
	text-align:center
}
.product-thumbs-gallery .flex-control-thumbs li.flex-video i {
	position:absolute;
	top:0;
	font-size:200%;
	width:100%;
	height:100%;
	color:#fff;
	background-color:rgba(0,0,0,.15);
	cursor:pointer;
	display:block
}
.product-thumbs-wrapper .jcarousel-control-prev,.product-thumbs-wrapper .jcarousel-control-next {
	position:absolute;
	top:0;
	width:30px;
	height:100%;
	color:rgba(0,0,0,.4);
	background:rgba(0,0,0,.04);
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer
}
.product-thumbs-wrapper .jcarousel-control-prev:hover,.product-thumbs-wrapper .jcarousel-control-next:hover {
	color:#fff;
	background:#f90
}
.product-thumbs-wrapper .jcarousel-control-prev i,.product-thumbs-wrapper .jcarousel-control-next i {
	font-size:26px;
	vertical-align:middle
}
.product-thumbs-wrapper .jcarousel-control-prev {
	left:0
}
.product-thumbs-wrapper .jcarousel-control-next {
	right:0
}
.product-thumbs-wrapper .disable,.product-thumbs-wrapper .disable:hover {
	color:#e6e6e6;
	background:#f8f8f8;
	cursor:auto
}
.product-summary-wrapper {
	float:right;
	width:52%
}
.product-summary {
	padding-left:30px
}
.product .product-title {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(0,0,0,.1)
}
.product-summary .entry-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.product-summary strong,.product-summary b {
	padding-right:10px;
	min-width:100px;
	font-weight:400;
	display:inline-block;
	-moz-opacity:.65;
	-khtml-opacity:.65;
	opacity:.65
}
.product-meta-list ul {
	padding-left:16px
}
.product-meta-list ul li {
	list-style:disc
}
.product-meta-list p,.product-meta-list ul li {
	margin-bottom:5px
}
.product-meta-list em,.product-meta-list i {
	display:inline-block;
	padding-left:114px;
	margin-top:-23px;
	font-style:normal
}

/*
.product-inquiry {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid rgba(0,0,0,.1);
	overflow:hidden;
	clear:both
}
.product-inquiry .btn {
	float:left;
	margin-right:20px
}
.product-inquiry .btn:last-child {
	margin-right:0
}
.product-inquiry i {
	margin-right:10px
}
.product-inquiry .btn-chat {
	color:#f40;
	background-color:#ffdcc1
}
.product-inquiry .btn {
	float:left;
	margin:0 auto 10px;
	text-align:center;
	box-sizing:border-box;
	margin-right:20px;
}
.product-inquiry .btn,.product-inquiry .btn:visited{
	padding:12px 25px;
	line-height:1;
	font-size:14px;
	color:#fff;
	background:#f60;
	border:0;
	display:inline-block;
	box-sizing:border-box;
	cursor:pointer;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;
	transition:all .4s ease
}
.product-inquiry .btn:link{
text-decoration:none;
}
.btn:hover,.btn:active,.wpcf7-submit:hover,.wpcf7-submit:active {
	background-color:#f06000;
	text-decoration:none
}
*/

.btn .fa {
	margin-left:5px
}
.btn-rtl .fa {
	margin-right:5px
}
@media only screen and (max-width:1023px) {
.column-fluid {
	float:none;
	clear:both
}
.single-product-gallery,.product-summary-wrapper {
	float:none;
	width:100%
}
.single-product-gallery {
	margin-bottom:30px
}
.product-thumbs-gallery .flex-control-thumbs li img {
	max-width:100%
}
.product-summary {
	padding-left:0
}
.single-product .content {
	margin-left:auto;
	margin-right:auto;
	overflow:visible
}
}@media only screen and (max-width:768px) {
.product-inquiry .btn {
	float:none;
	margin:0 auto 10px;
	width:100%;
	text-align:center;
	box-sizing:border-box
}
}