.bannerExpert2{
	padding: 20px;
	width: 100%;
	border-radius: 4px;
	position:relative;
	display: flex;
  	justify-content: space-between;
    align-items: center;
  	margin-left: auto;
  	margin-right: auto;
    margin-bottom:50px;
	margin-top:50px;
    background-color: #3f612f;
}
.buttonExpert2{
	border:none;
	border-radius:4px;
	background-color: #f7ec1f;
	font-weight: 600;
	color: black;
	text-transform: uppercase;
	padding: 15px 35px 15px 35px;
	transition-duration: 0.2s;
}
.buttonExpert2:hover{
	background-color: white;
	color: black;
}
.bannerTxtExpert2{
	text-align: left;
	font-family: Montserrat;
	font-weight: medium;
	font-size: 25px;
  	color:white;
}
.merchandisingcontent_container .catalog-single {
    margin-top: 30px;
}
.merchandising-carousel .owl-next, .merchandising-carousel .owl-prev {
    background: #f7ec1f;
}
.ajax-search input {
    border: 1px solid #f7ec1f;
    border-radius: 2px;
    outline: solid;
    outline-color: #f7ec1f;
  }
.brands_container h3 {
    border-bottom: 2px solid;
    border-bottom-color: #3f612f;
  }  
.merchandisingcontent_container h3 {
    border-bottom: 2px solid;
    border-bottom-color: #3f612f;
}
  /* Hiding out of stock messages */

.alert {
    border-radius: 3px;
    padding: 8px 15px;
    text-align: center;
    display: none;
}

.badge {
    background-color: #8c8c8c;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: .875em;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    display: none;
}