.brand-width{
	min-width : 10%;
	height: 385px;
	margin: 10px;
	flex-grow:1;
	flex-basis:0;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}

.sc-brand-icon-wrapper{
	display: block;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	color: white;
}

.brand-icon{
	max-width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 1px solid #49A842;
	margin: 0 auto;
	display: flex;
	align-items:center;
	box-shadow:0px 0px 5px;
	transition: all 0.25s ease-in-out;
	background-color: white;
    z-index: 9;
}

.feature-icon-text{
	font-size: 16px;
  color: #000;
	text-align: center;
	width: 100%;
	transition: 0.1s;
	background-color: #000000c7;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 64px 20px 20px;
  margin-top: -50px;
}

.brand-width:hover .brand-icon{
transform: scale(1.07);
box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}

.brand-width:hover .feature-icon-text {
	color:#48a842
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-prev, .owl-carousel.owl_carousel_product_brand .owl-nav .owl-next{
	background-color: #ed1c24 !important;
	color: #fff;
	padding: 0px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 50%;
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-next{
	right: 15px;
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-prev{
	left: 15px;
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-prev i, .owl-carousel.owl_carousel_product_brand .owl-nav .owl-next i{
	font-size: 18px;
	margin-top : 2px;
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-prev:hover, .owl-carousel.owl_carousel_product_brand .owl-nav .owl-next:hover{
	background-color: #aa090f !important;
	color: #fff;
}


@media only screen and (max-width: 991px) {
	.brand-width{
		min-width : unset;
		margin: 15px;
		flex-grow:1;
		flex-basis: auto
	}
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-next{
	position:absolute;
	top:-220px;
	font-size: 30px;
	background-color: transparent;
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-next:hover{

	background-color: transparent;
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-prev{
	position:absolute;
	top:-220px;
	font-size: 30px;
	background-color: transparent;
}

.owl-carousel.owl_carousel_product_brand .owl-nav .owl-prev:hover{

	background-color: transparent;
}

.flex-container-product-brand {
  display: flex;
  flex-wrap: nowrap;
}

.brand-product-nav.disabled{
	display: none !important;
}

.brand-product-nav{
	position:relative !important;
	top:0 !important;
}
