.inspiration-trend-owl-carousel .title strong {
	font-weight: var(--behr-atf-500)!important;
    font-family: var(--behr-heading-font);
    line-height: 40px!important;
}
.inspiration-color-owl-carousel .owl-stage-outer {
  margin: -25px;
  padding: 25px;
 }
 .pb-45 {
    padding-bottom: 2rem!important;
 }
.inspiration-trend-owl-carousel .owl-stage-outer {
  margin: -25px;
  padding: 25px;	
}
.three-col-layout__shadow {
    box-shadow: 6px 6px 20px rgb(0 0 0 / 10%);
}
.img-content {
	max-height: 230px;
	overflow: hidden;
}

section.color-month-wrapper {
	padding: 20px 0px;
}
p.date {
	padding-top: 0px;
	font-weight: var(--behr-bold);
	font-size: 15px!important;
	color: #212529!important;
	margin-top: -10px;
}
section.trend-color-wrapper {
	background: #f1f1f1;
	padding: 20px 0px;
}
.product-category-list p, #colorOfTheMonth p, #trendColorSpotlight p {
	font-size: 18px;
}
#colorOfTheMonth .description p {
	font-size: 18px;
	color:#4E4E4E;
}
#trendColorSpotlight span.description {
	display: none;
}

#trendSpotlight .owl-stage-outer .owl-item .prod-card .prod-card__img img {
	height: 232px;
	object-fit: cover;
}

.color-trends-wrapper .trends-content {
    position: relative;
}

.color-trends-wrapper .trends-btn-content {
    bottom: 7%;position: absolute;right: 0;left: 0;
}

@media (min-width: 992px) {
	/*.inspiration-color-owl-carousel .owl-stage-outer {
		overflow: visible!important;
	}
	.inspiration-trend-owl-carousel .owl-stage-outer {
		overflow: visible!important;
	}	*/
	.hero-text {
		position: absolute;
		top: 15%;
		width: 100%;
		text-align: center;
		color: white;
	}
	
	.custom-hide {
		display: none;
	}
}

@media (max-width: 991px) {	
	.custom-hide {
		display: block;
	}
	
	.share-text	{
		display: none;
	}
		
	.share-icons {
		display: block;
	}
}