/******* home page popular products *******/

.popular_product_section .item {
	background: #fff;
	padding: 0px;
	color: #000;
	border: solid 1px #c1c1c1;
	float: left;
	width: 99%;
	box-sizing: border-box;
}

.popular_product_section .item-img {
	position: relative;
	text-align: center;
	height: 200px;
	overflow: hidden;
	border-bottom: solid 1px #c1c1c1;
}

.popular_product_section .item-img img {
	margin: auto;
	padding: 15px;
}

.popular_product_section .item-img .item-img-ho {
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.popular_product_section .item .item-img-ho i {
	width: 40px;
	line-height: 40px;
	background: #ffb600;
	color: #2e3d5d;
	text-align: center;
	/ margin: 0 5px;
	/ border: solid 1px #2e3d5d;
	/ margin-top: 35%;
	/ font-size: 25px;
	vertical-align: central;
	cursor: pointer;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.popular_product_section .item p {
	width: 100%;
	box-sizing: border-box;
	line-height: normal;
	padding: 10px 10px 0px;
	float: left;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
}

.popular_product_section .item strong {
	font-size: 18px;
	float: left;
	width: 100%;
	margin: 0 0 5px 9px;
	font-weight: normal;
}

.popular_product_section .item:hover .item-img-ho {
	opacity: 1;
}

.popular_product_section .owl-carousel .owl-item .item .item-img img {
	box-shadow: 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	height: auto;
	margin: auto;
	display: block;
	right: 0;
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
}

section.popular_product_section {
	padding: 50px 0;
}

section.popular_product_section h2 {
	font-size: 24px;
	color: #2e3d5d;
	font-weight: normal;
	border-bottom: solid 1px #c1c1c1;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

section.popular_product_section h2 span.o_default_snippet_text {
	border-bottom: solid 2px #ffb600;
	padding-bottom: 2px;
}

.popular_product_section .owl-carousel .owl-nav {
	position: absolute;
	top: -73px;
	right: 0;
	display: block !important;
	margin-top: 20px;
}

.popular_product_section .owl-carousel .owl-nav button span {
	background: #fff;
	color: #515151;
	width: 20px;
	border: solid 1px #c1c1c1;
	float: left;
	text-align: center;
	font-size: 23px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	line-height: 21px;
        height: 28px;
}

.popular_product_section .owl-carousel .owl-nav button {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	background: transparent;
	outline: none;
}

.popular_product_section .owl-carousel .owl-nav button span:hover {
	background: #0c2e5a;
	color: #fff;
}