
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}


.category-bar ul li {
	display: inline-block;
	padding: 0 10px;
}
.category-bar ul li.active {
	pointer-events: none;
}
.category-bar ul li a {
	color: #273747;
	position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.category-bar ul li.active a, .category-bar ul li:hover a {
	color: #16c0dc;
    border-bottom: 2px solid #16c0dc;
	padding-bottom: 0;
	display: inline-block;
	transition: none 0s ease 0s ;
}

.category-bar ul li.active a:after, .category-bar ul li:hover a:after {
    border-color: #16c0dc transparent transparent;
    border-style: solid;
    border-width: 7px;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.heading-part {
    position: relative;
}

.heading-part > span {
    border-bottom: 3px solid #0eadc7;
    left: 50%;
    position: absolute;
    top: 45px;
    transform: translateY(-50%) translateX(-50%);
    width: 50px;
}

.pro_cat {
	position: relative;
}
.owl-carousel .owl-wrapper-outer {
	display: inline-block;
	padding-top: 7px;
	margin-top: -7px;
}
.product-listing .product-item, .blog-listing .blog-item {
	margin-bottom: 30px;
}
.blog-listing .blog-item {
	margin-bottom: 40px;
}
.product-item {
	position: relative;
}
.pro_cat .product-slider-main {
	position: absolute;
	top: 0;
	width: 100%;
}
.product-slider .item {
	padding-left: 15px;
	padding-right: 15px;
}
.product-image {
	background: #0f1320;
	position: relative;
	overflow: hidden;
	min-width: 70px;
}

.product-item:hover .product-image img {
	opacity: 0.7;
}
.product-image img {
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.sale-label {
    background: #ff4772 ;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    height: 47px;
    padding: 11px 7px;
   	left: 5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 47px;
    top: 5px;
    z-index: 1;
}

.new-label {
    background: #0eadc7 ;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    height: 47px;
    padding: 11px 7px;
   	right: 5px;
    position: absolute;
    transform: rotate(45deg);
    width: 47px;
    top: 5px;
    z-index: 1;
}

.product-detail-inner {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dedede;
    bottom: -60px;
    left: 50%;
    padding-top: 7px;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.product-item:hover .product-detail-inner {
	bottom: 20px;
}
.product-item-details {
	margin-top: 20px;
}

.product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.special-products-block .product-item-details {
	margin-top: 0;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
	color: #000;
}
.price-box {
	font-family: 'Montserrat', sans-serif;
}
.product-item-details .price-box .price {
	margin-right: 5px;
}
.price-box .price {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.product-item-details .price-box .price.old-price {
	font-size: 14px;
	font-weight: 400;
	color: #16c0dc;
}

.product-item .detail-inner-left ul li {
	float: left;
	padding: 0 3px;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.detail-inner-left ul li a {
	background: url("../images/sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 30px;
	transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
}
.detail-inner-left ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	height: 25px;
	width: 1px;
	background: #dedede;
}
.detail-inner-left ul li button {
	background: url("../images/sprite.png") no-repeat scroll -117px -234px;
	height: 25px;
	width: 30px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
}
.detail-inner-left ul li button:hover {
	background-position: -117px -262px;
}
.detail-inner-left ul li.pro-wishlist-icon a {
	background-position: -117px -281px;
}
.detail-inner-left ul li.pro-wishlist-icon a:hover {
	background-position: -117px -305px;
}
.detail-inner-left ul li.pro-wishlist-icon.active a {
	background-position: -95px -305px;
}

.detail-inner-left ul li.pro-rating-icon a {
    background-position: -117px -378px;
}

.detail-inner-left ul li.pro-rating-icon a:hover {
    background-position: -117px -402px;
}

.rating-summary-block {
	padding: 5px 0;
}
.rating-summary-block .rating-result {
	display: inline-block;
	position: relative;
	width: 74px;
}
.rating-summary-block.big .rating-result {
	width: 88px;
}
.rating-summary-block .rating-result:before {
	color: #c7c7c7;
	content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	left: 0;
	letter-spacing: 2px;
	line-height: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.rating-summary-block .rating-result > span {
	display: block;
	overflow: hidden;
}
.rating-summary-block .rating-result > span::before {
	color: #16c0dc;
	content: "" "" "" "" "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	position: relative;
	z-index: 2;
}
.rating-summary-block .rating-result:before, .rating-summary-block .rating-result > span:before {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
}
.rating-summary-block.big .rating-result:before, .rating-summary-block.big .rating-result > span:before {
	font-size: 17px;
	height: 17px;
	line-height: 17px;
}
.product-slider .owl-prev, .product-slider .owl-next {
	background: #098bc6;
	position: absolute;
	color:#fff;
	height: 35px;
	width: 35px;
	text-align: center;
	margin-top: -30px;
	opacity: 1;
	top: 45%;
	padding: 4px 0px;
	font-size: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}


.product-slider .owl-next {
	right: -5px;
}
.product-slider .owl-prev {
    left: -5px;
}
.product-slider .owl-prev::after, .product-slider .owl-next::after{
	font-size: 24px;
	line-height: 24px;
	font-family: FontAwesome;
	
}
.product-slider .owl-prev::after {
    content: "";
}
.product-slider .owl-next:after{
	content: "";
}
.product-slider .owl-prev:hover {
	color: #fff;
	background:#fb621b
}
.product-slider .owl-next:hover  {
	color: #fff;
	background:#fb621b
}
