.mt-10{
	margin-top:10px;
}

#section1{
	max-width: 950px;
	font-size:14px;
}

.title{
	font-family: GothamMedium, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top:40px;
}

.hr-title{
	width:40px;
	margin-left:0;
	border-color:#000;
	margin-top:10px;
}



/*owl setting */
 #sync1 .item img{
  width:80%;
  margin:0 2% 15px 2%;
}
 
#sync2 {
 
}

#sync2 .item:hover{
  cursor:pointer;
}

#sync2 .item img{
  width:93%;
  margin: 3%;
}

#sync2 .synced .item{
  opacity:0.7;
}



.product-title{
	margin-top:40px;
	font-family: GothamMedium, sans-serif;
	font-size:18px;
	padding:0 !important;
}

.product-title span{
	font-size:14px;
	line-height: 34px;
}

.product-price{
	font-family: GothamMedium, sans-serif;
	text-transform: uppercase;
	font-size:24px;
	margin-top:10px;
}

.product-paragraph{
	font-family: GothamBook, sans-serif;
	margin-bottom:20px;
}

/* Multiple select style*/

.product-label{
	color:#000;
	font-family: GothamMedium, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom:10px;
}

.list-item-black{
	max-width:150px;
	border-radius:0;
	border:1px solid #000000;
	font-family: GothamMedium, sans-serif;
	font-weight: 700;
	font-size:12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom:30px;
}

.comment-text-holder{
	padding-left:90px;

}

.comment-textarea{
	border:1px solid #666;
	border-radius: 0;
	font-family: GothamBook, sans-serif;
	
}

.caret{
	color:#ddd;
	margin-top:30px;
}

.list-item-black option{
	padding-top:20px;
	padding-bottom:20px;
}

.product-label span{
	
	color:#989898;
}

.btn-black{
	float:left;
	margin-right:10px;
}

.modal .btn-black{
	margin-right : 0;
}

/* End of multiple select style*/


/*Related Product */
.related-product-holder{
	margin-top:20px;
	text-align: center;
	font-family: GothamMedium, sans-serif;
	border:1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.related-product-holder:hover{
	cursor:pointer;
}

.related-product-holder img{
	width:100%;
}

.related-product-holder h5.title_related{
	height: 33px;
	overflow: hidden;
}

.related-product-holder h5.price_related{
	height: 20px;
	overflow: hidden;
}

.related-product-holder h5{
	font-size:14px;
	padding: 0 25px;
	margin-bottom: 10px;
}

.reply{
	font-family: AvenirNext, sans-serif;
	text-transform: uppercase;
	color:#f14949;
	letter-spacing: 1.8px;
}

.reply:hover{
	cursor: pointer;
	color:#f14949;
	opacity: 0.8;
}




/*End of Related Product


/*End of Related Product */

.socmed-share-holder ul{
	padding:0;
}

.socmed-share-holder ul li{
	display: inline-block;
	width:32%;
	text-align: center;
	font-family: AvenirNext, sans-serif;
	text-transform: uppercase;
}

.socmed-share-holder ul li:hover{
	cursor:pointer;
	opacity:0.8;
}

.subtitle{
	font-family: GothamMedium, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size:14px;
}

/*Comment Product Box */

.comment-group{
	margin-right: 10px;
}

.comment-group div:first-of-type{
	padding-right:0;
}

.comment-group div:last-of-type{
	padding-left:0;
}

.comment-group img{
	height:90px;
	width:90px;
	float:right;	
}

.comment-text-holder img{
	width:90px;
	position:absolute;
}


.comment-group textarea{
	height: 90px;
	width: calc(100% - 90px);
	margin-left:90px;
	border-radius: 0;
	resize:none;
}

.comment-group textarea:focus{
 border-color:#ccc;
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-comment .btn-black{
	float:right;
}

.form-comment .btn-black a{
	padding:15px 20px;
}

/*End of Comment Product Box */

.comment-holder{
	width:100%;
	position: relative;
	height:auto;
}

.comment-holder .picture-container{
	width:50px;
	height:100%;
	float:left;
}

.comment-holder .picture-container img{
	width:40px;
	margin-top:5px;
}

.comment-holder .paragraph-container{
	margin-left:10px;
	min-height:40px;
	font-family: GothamBook, sans-serif;
}

.reply{
	font-family: AvenirNext, sans-serif;
	text-transform: uppercase;
	color:#f14949;
	letter-spacing: 1.8px;
}

.reply:hover{
	cursor: pointer;
	color:#f14949;
	opacity: 0.8;
}

.comment-inside{
	margin-left:40px;
	margin-bottom: 30px;
}


.comment-inside hr{
	margin: 5px 0 10px 0;
}


.zoomIn {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.close{
	margin-top:10px;
}




@media only screen and  (max-width: 950px) {
	.form-comment .btn-black{
		margin-top:30px;
	}
	.comment-textarea{
		margin-bottom: 30px;
	}

}

@media only screen and  (max-width: 767px) {
	.product-title{
		margin-top:30px;

	}


	.form-comment .btn-black{
		width:120px;
		float:right;
		margin-top:15px;
	}

	.form-comment .btn-black a{
		padding:0;
	}

	.comment-textarea{
		margin-bottom:10px;
	}


}


