.carousel button{
  width: 40px;
  height: 40px;
}
.carousel button.slick-next{
  right: -60px;
}
.carousel button.slick-prev{
  left: -60px;
}
.slick-slide{
  text-align: center;
    height:68px;
}
.slick-slide a {
  position: relative;
    width: calc(100% - 30px);
    padding: 20px 10px;
    background: transparent;
    border:1px solid #bda65a;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;

}
.slick-slide a span{
  z-index: 9;
}
.slick-slide a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0,0,0,0.5);
}
/* Color of the arrows */
.slick-next::before, 
.slick-prev::before {
  color: #fff;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  background: #bda65a;
  border-radius: 50%;
  width:40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #bda65a;
}
.slick-next::before{
  content: "\f054" !important;
}
.slick-prev::before{
  content: "\f053" !important;
}
.slick-next:hover::before, 
.slick-prev:hover::before{
  color: #bda65a;
  background: transparent;
}
.mh-results-multiple span{
  background: #bda65a;
  padding: 2px 10px;
  color: #fff;
  display: inline-flex !important;
  align-items: center;
}
.mh-search__results__button-delete {
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    right: 2px;
    top: 6px;
}
.hidden{
	display: none;
}
.cat-menu ul li a{
color:#fff;
}
.view-more-btn1,
.view-more-btn2,
.view-more-btn3,
.view-more-btn4{
    background-color: #cc9900;
    background-image: none;
    font-size: 16px;
    padding: 6px 20px;
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block!important;
    font-size: 14px;
    text-transform: uppercase;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1), background-color .2s cubic-bezier(.4,0,.2,1), color .2s cubic-bezier(.4,0,.2,1);
    outline: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-family: inherit;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    padding:10px;
    cursor: pointer;
}