#product_innerpage {
	width: 100%;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.single_product {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.single_product_specification {
	width: 35%;
}

.single_product_slider {
	width: 65%;
}

.single_product_innerpage_heading {
	margin-top: 50px;
}

.single_product_innerpage_heading h3 {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.sp_carousel {
	position: relative;
}

.sp_carousel .owl-nav button.owl-prev .prev_img {
	background-image: url('../images/innerpage_product/left_arrow.png');
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: -55px;
	cursor: pointer;
}

.sp_carousel .owl-nav button.owl-next .next_img {
	background-image: url('../images/innerpage_product/right-arrow.png');
	background-position: center;
	background-size: cover;
	width: 24px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: -28px;
	cursor: pointer;
}

.sp_carousel .owl-stage {
	margin: 0 auto;
}
.sp_carousel {
	width: 85% !important;
	margin: 0 auto;
}

.sp_carousel .owl-nav.disabled {
	display: block !important;
}

/* .sp_carousel .owl-item {
	width: auto !important;
} */

.sp_carousel .owl-item img {
	display: block;
	width: 128px !important;
	cursor: pointer;
}

.item {
	border: 7px solid #cdcccc;
	padding: 10px;
	width: 128px;
	height: 80px;
}

.single_product .single_product_slider .single_slider_display {
	width: auto;
	border: 7px solid #cdcccc;
	padding: 50px;
	margin-bottom: 30px;
	height: 467px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* .owl-item
{
    width: 140px !important;
} */

.single_product_description h5 {
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: normal;
	color: #1675bb;
}

.single_product_list_descr {
	font-size: 20px;
	color: #656363;
	font-family: 'Lato';
}

.single_product_list {
	margin-bottom: 30px;
	width: 82%;
}

.single_product_catalog h5 {
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: normal;
	color: #1675bb;
}

.single_product_catalog p {
	width: 70%;
	font-size: 20px;
	margin-bottom: 20px;
}

.sp_det_description h5 {
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: normal;
	color: #1675bb;
}

.sp_det_description p {
	font-size: 20px;
}

/* 15-11-19  singleproduct page*/

#product_innerpage {
	padding-top: 60px;
	padding-bottom: 60px;
}

#product_innerpage a {
	color: #000000;
	font-style: italic;
	font-family: 'Source Serif Pro';
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.single_product .single_product_specification .single_product_description h3 {
	margin-top: -8px;
	font-size: 22px;
}

.single_product_list .single_product_list_descr p {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.8;
}

.single_product_catalog h3 {
	font-size: 22px !important;
	
}

.sp_det_description h3 {
	font-size: 22px;
	
}

.sp_det_description p {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;

}
/* 25-11-19 */
.single_product_innerpage_heading h3{
	
}
/* 16-dec-19 indhu */
.sp_det_description  p a{
	color: #226CB5 !important;
    font-family: 'lato' !important;
	font-style: normal !important;
}
.sp_det_description p a:hover{
	color: #3596E0 !important;
    font-family: 'lato' !important;
	font-style: normal !important;
}