/*Global*/
body{
	font-family: 'Mulish', sans-serif;
	background: #f5f5f5;
		/*background: #f4f5ff;*/
}

/*carousol*/
.single_product{
	/*-webkit-box-shadow: 0 0 2px rgb(0 0 0 / 10%);*/
	/*box-shadow: 0 0 2px rgb(0 0 0 / 10%);*/
	border-radius: 6px;
	border: 1px solid rgb(0 0 0 / 10%);
	/*min-height: 460px;*/
	background: #fff;
	margin-bottom:10px;
	margin-right:15px;
}

.single_product img{
	max-height: 267px;
	margin:0 auto
}

.owl-carousel .owl-item img{
	width: auto;
}

.product_inner {
	 border: unset;
}

.product_thumb {
	border: unset;
	/* background: #fff; */
}
.product_content {
	padding: 11px 0 11px 0;
}


/*//title*/
.top_title{
	border: unset;
	margin: 20px 0 10px 0;
}
.top_title h2{
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Abhaya Libre','serif';
	text-align: left;
	border: none;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	background: transparent;
	color:#ea3a3c;
	display: block;
	padding: 0 0 0 18px;
}

/*.single_shipping {*/
/*	background: #ea3a3c;*/
/*	background: linear-gradient(*/
/*			201deg*/
/*			, #b40507ab 13%, #ea3a3c 72%);*/
/*}*/

/*.header_top.top_three{*/
/*	background: #ea3a3c;*/
/*	background: linear-gradient(*/
/*			201deg*/
/*			, #b40507ab 13%, #ea3a3c 72%);*/
/*}*/


/*//footer*/
.static_area {
	background: #fff;
}
.footer_area {
	background: #f4f5ff;
}
.single_footer h4+p {
	color: #000 !important;
}
.single_footer h4 {
	color: #000;
}
.widget_copyright p {
	color: #000;
}
.single_footer ul li a, .single_footer ul li {
	color: #000;
}
.footer-menu .nav-link {
	padding-left:0.5rem;
	padding-right:0.5rem;
}
.footer-menu{
	border-top: 1px solid #ddd;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}
.menu-icon{
	display: block;
	color: #ea3a3c;
}


/*//header*/
.logoimg{
	max-height: 50px;
	width: 70%;
}


/*//product pages*/
.categories_title {
	background: #f4f5ff;
	/* border: 1px solid #ddd; */
	border: 1px solid #ff9f00;
}
.categorie__titile h2{
	background: #f4f5ff;
	color: #ea3a3c;
	border-bottom: 3px solid #ea3a3c;
}
.categories_title h2{
	color: #ea3a3c;
}
.ui-slider-horizontal .ui-slider-range,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	background: #ea3a3c;
}


/*//product page*/
.product_thumb{
	text-align: center;
}
.single_product img{
	width:auto
}


/*single product page*/
.product_d_tab_content {
	background: #fff;
}
.product_details_s_product_inner{
	border:unset;
}
.product_content_custom_padding {
	padding: 11px;
}
.modal_tab_img{
	background: #fff;
}

.top_title h2::before{
	right: 0;
}