/*********************************
2. Body and some general stuff
*********************************/
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
/*********************************
5. Single Product Section
*********************************/
.single_product_container
{
	padding-top: 20px;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 150px;
	padding-bottom: 40px;
	box-shadow: 0 2px 3px rgba(0,0,0.2,0.2);
}
.single_product_thumbnails
{
	height: 100px;
}
.single_product_thumbnails ul li
{
	position: relative;
	height: 166px;
	width: 138px;
	margin-bottom: 15px;
	cursor: pointer;
	margin-left: -30px;
}
.single_product_thumbnails ul li::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #7C3414;
	content: '';
	visibility: hidden;
	opacity: 0.8;
}
.single_product_thumbnails ul li.active::after,
.single_product_thumbnails ul li:hover::after
{
	visibility: visible;
}
.single_product_thumbnails ul li img
{
	width: 100%;
	height: 100%;
}
.image_col
{
	padding-right: 30px;
}
.single_product_image
{	
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
}
.single_product_image_background
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

/*********************************
6. Product Details
*********************************/
.product_details
{
	width: 100%;
}
.product_details_title
{
	font-weight: 500px;
	line-height: 30px;
}
.product_details_title p
{
	margin-top: 12px;
}
.original_price
{
	font-size: 24px;
	font-weight: 500;
	color: #bdbbc1;
	text-decoration: line-through;
	line-height: 30px;
	margin-top: 0px;
}
.product_price
{
	display: inline-block;
	font-size: 28px;
	color: #7C3414;
	opacity: 0.8;
	font-weight: 500;
	line-height: 30px;
	margin-top: 2px;
}
/*********************************
6. facebook comments
*********************************/
.divfacebook{
	margin-left: 90px;
	margin-right: 90px; 
	background-color: #fff; 
	border-radius: 8px; 
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	padding-left: 20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.column {
	float: left;
	width: 33.33%;
	padding: 5px;
}

.textlabel{
	color:#7C3414;
	font-size: 34px;
	font-weight: bold;
	opacity: 0.6;
	margin-bottom:12px;
}
.txtlabel{
	color:#7C3414;
	opacity: 0.6;
	border: none;
	font-weight: bold;
	font-size:16px;
}

  /************
4. 1199px
************/
@media only screen and (max-width: 1280px)
{
	.divfacebook{
		margin-left: 10px;
		margin-right: 10px;
	}
	.single_product_container
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 100px;
	}
	.main_content
	{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.image_col
	{
		padding-right: 15px;
	}
	.single_product_image
	{
		margin-bottom: 15px;
		width:460px;
		height: 465px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.single_product_image_background
	{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.single_product_thumbnails
	{
		height: auto;
		width: auto;
	}
	.single_product_thumbnails ul li
	{
		display: inline-block;
		width: 110px;
		height: 150px;
		margin-bottom: 8px;
		margin-left: 1px;
		margin-right: 10px;
	}
	.single_product_thumbnails ul li img
	{
		height: 100%;
	}
	.product_details
	{
		padding-top: 40px;
	}
}

@media only screen and (max-width: 1199px)
{
	.divfacebook{
		margin-left: 10px;
		margin-right: 10px;
	}
	.single_product_container
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 100px;
	}
	.main_content
	{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.image_col
	{
		padding-right: 15px;
	}
	.single_product_image
	{
		margin-bottom: 15px;
		width:100%;
		height: 1000px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.single_product_image_background
	{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.single_product_thumbnails
	{
		height: auto;
		width: auto;
	}
	.single_product_thumbnails ul li
	{
		display: inline-block;
		width: 110px;
		height: 150px;
		
	}
	.single_product_thumbnails ul li img
	{
		height: 100%;
		padding-left: -40px;
	}
	.product_details
	{
		margin-left: 20px;
		padding-top: 100px;
	}
}
/************
6. 991px
************/
@media only screen and (max-width: 991px)
{
	.divfacebook{
		margin-left: 10px;
		margin-right: 10px;
	}
	.single_product_container
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 100px;
	}
	.main_content
	{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.image_col
	{
		padding-right: 15px;
	}
	.single_product_image
	{
		margin-bottom: 15px;
		height: 1000px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.single_product_image_background
	{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.single_product_thumbnails ul li
	{
		display: inline-block;
		width: 110px;
		height: 150;
		margin-bottom: 0px;
		margin-left: 1px;
		margin-right: 10px;
	}
	.product_details
	{
		padding-top: 120px;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 901px)
{
	.divfacebook{
		margin-left: 10px;
		margin-right: 10px;
	}
	.single_product_container
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 100px;
	}
	.main_content
	{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.image_col
	{
		padding-right: 15px;
	}
	.single_product_image
	{
		height: 900px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.single_product_image_background
	{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.single_product_thumbnails
	{
		height: auto;
	}
	.single_product_thumbnails ul li
	{
		display: inline-block;
		width: 110px;
		height: 150px;
		margin-bottom: 0px;
		margin-left: 1px;
		margin-right: 10px;
	}
	.single_product_thumbnails ul li img
	{
		height: 100%;
	}
	.product_details
	{
		padding-top: 120px;
		margin-left: 20px;
	}
}

/************
10. 767px
************/
@media only screen and (max-width: 768px)
{
	.product_details
	{
		padding-top: 120px;
		margin-left: 20px;
		z-index: 1;
	}
	.single_product_image
	{
		height: 540px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.single_product_image_background
	{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.single_product_thumbnails ul li
	{
		width: 80px;
		height: 100px;
		z-index: 99;
	}
	.single_product_thumbnails ul li img
	{
		z-index: 100;
	}
}

/************
11. 575px
************/
@media only screen and (max-width: 575px)
{
	.product_details
	{
		padding-top: 120px;
		margin-left: 20px;
		z-index: 1;
	}
	.single_product_image
	{
		height: 550px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.single_product_image_background
	{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.single_product_thumbnails ul li
	{
		z-index: 99;
		width: 80px;
		height: 100px;
		margin-left: 1px;
	}
	.single_product_thumbnails ul li img
	{
		width: 100%;
	}
}
/************
13. 479px
************/
@media only screen and (max-width: 479px)
{
	.single_product_image
	{	
		height: 390px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.single_product_image_background
	{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.product_details
	{
		padding-top: 120px;
		margin-left: 20px;
		z-index: 1;
	}
	.section_title::after
	{
	    top: calc(100% + 8px);
	    height: 3px;
	}
}

@media only screen and (max-width: 360px)
{
	.product_details
	{
		padding-top: 120px;
		margin-left: 20px;
		z-index: 1;
	}
	.single_product_image
	{
		height: 350px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.single_product_image_background
	{
		background-repeat: no-repeat;
		background-size: contain;
	}
	.single_product_thumbnails ul li
	{
		z-index: 99;
		width: 60px;
		height: 80px;
		margin-left: 1px;
	}
	.single_product_thumbnails ul li img
	{
		width: 100%;
	}
}