/* Custom Styles for the Featured Slider */

.owl-carousel {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot {
  color: #9f7f34;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9f7f34;
}

.owl-theme .owl-dots .owl-dot span {
  background: #f9f4f1;
}

.owl-theme .owl-dots .owl-dot {
  color: #CCC;
}

.item-info {
  height: 445px;
}

.product-desc {
  height: 175px;
}

.product-desc::before {
 content: '';
 height: 100%;
}

.product-desc:before, 
.product-desc > * {
 display: inline-block;
 vertical-align: middle;
}

.item-info .product-img {
  height: 435px;
}


.product-desc .vertical-center {
  display: inline-block;
  vertical-align: middle;
/*   color: #877e6e; */
}

@media only screen and (max-width: 1180px) {
  
  .product-desc {
  height: 115px;
  }
  
}

@media only screen and (max-width: 1023px) {
  
  .product-desc {
  height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .product-img img {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .item-info .product-img {
    height: auto;
    margin-bottom: 25px;
}
  
}