.hero-slider,
.hero-slider>.owl-carousel,
.hero-slider>.owl-carousel .owl-nav,
.hero-slider>.owl-carousel .owl-stage-outer,{
	min-height: 300px !important;
	max-height: 40vh !important;
}

.hoverable{cursor: pointer;}
.breadcrumbs > li::after {
	/*margin-top: 1px;*/
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	color: #505050;
	font-family: feather;
	font-size: 14px;
	content: '\e930';
	vertical-align: middle;
}

.breadcrumbs > li:last-child::after {
	content: ''
}

.widget-categories ul>li>a.active, 
.widget-links ul>li>a.widget-categories ul>li>a.active, 
.widget-links ul>li>a.active{
	color: #F595BA;
	font-weight: 500
}

.product-card.product-grid .text-muted {
	display: none
}

/*Owl carrousel align itemns center*/
.owl-carousel .owl-stage{
	display: flex;	
	align-items: center;
}

/*Brands css animation*/
.brands img{
	filter: grayscale(100%);
	transition:filter 0.4s;}
.brands img:hover{filter: grayscale(0);}

/*Outstanding products*/
.outstanging-products .card{
	height: 100%;
}

.selected-card{
	border-radius: 5px;
    border: 3px solid;
    border-color: #4caf50 !important;
    box-shadow: 2px 3px 7px rgba(0,0,0,0.20);
}

/*Client zip code error color*/
input[name="zip_code"]::placeholder {
	color: red;
	opacity: 1; /* Firefox */
}

.tags a:not(:last-child)::after{
	content: "•";
	margin-left: 6px;
}


/*Post images*/
.gallery-item:not(.product-gallery)>a::before,
.gallery-item:not(.product-gallery)>a:hover::before,
.gallery-item:not(.product-gallery)>a::after,
.gallery-item:not(.product-gallery)>a:hover::after{
  content:'';
  opacity: 0;
}

.gallery-wrapper.small-images a{cursor: pointer;}
.gallery-wrapper.small-images a img{
  transition: all .7s;
}
.gallery-wrapper.small-images .owl-item.active.center img,
.gallery-wrapper.small-images a:hover img{
  transform: scale(1.4);
}