.product{
	padding-top: 206px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
	.product{
		padding-top: 25px;
		padding-bottom: 0;
	}
}
/** Title **/
.product .title h2{
	margin-bottom: 0;
}
.product .title h4{
	margin-top: 0;
}

/** Decription **/
.product .description {
	padding-bottom: 10px;
}

/** Prices **/
.product .price-original{	
	margin-top: 20px;
}
.product .price-discount{
	margin-top: 0px;
	margin-bottom: 20px;
}

/** Dimensions **/
.product .dimensions .col{
	padding-right: 2px;
	padding-left: 0px;
}
.product .dimensions .box{
	padding: 15px;
	text-align: center;
	color: #fff;
}
.product .dimensions .box-height {  
	background: #000;
}
.product .dimensions .box-width {  
	background: rgba(0,0,0,0.6);
}
.product .dimensions .box-length {  
	background: #CDAE41;
}
.product .dimensions .box span{
	font-weight: bold;
}
/** Products General Info Section **/
.products-general-info{
	background: whitesmoke;
	margin-top: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 991px) {
	.products-general-info{
		padding-top: 10px;
	}
}
/** Shops Section **/
.shops{
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 991px) {
	.shops{
		padding-top: 10px;
		padding-bottom: 0;
	}
}

/* Product images */
.product #slider-thumbs {
    margin-top: 10px;
}
.product #slider {
	background: whitesmoke;
}
.product #slider-thumbs ul {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	padding-inline-start: 0;
}
.product #slider-thumbs li {
	height: 90px;
}
.product #slider-thumbs li a {
	display: block;
	width: 100px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	margin-right: 10px;
}
