.featured-category-image {
  min-height: 490px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}

.featured-category-image_inside {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px 15px;
}

.featured-category-image .btn {
  margin-top: 10px;
  display: block;
  background-color: #daae67;
}

.featured-category-image-title {
  color: #ffffff;
  padding: 5px 5px;
  font-size: 20px;
  margin-bottom: 10px;
  word-break: break-word;
  letter-spacing: 0px;
  display: inline;
  left: 5px;
  position: relative;
  line-height: 35px;
  font-weight: 500;
}

.product-slider .owl-nav {
  position: absolute;
  top: 45%;
  left: 6px;
  right: 6px;
  z-index: 1;
  font-size: 1.5em !important;
  color: #000000;
}

@media all and (min-width: 769px) {
.product-slider .owl-nav {
    left: -10px;
    right: 10px;
  }
}

@media only screen and (max-width: 769px) {
  .featured-category-image {
  min-height: 370px;
  }
}



.product-slider .owl-dots {
  /**position: absolute;**/
  bottom: -40px;
  height: 40px;
  width: 100%;
  text-align: center;
}

.product-slider button.owl-dot {
  width: 10px;
  height: 10px;
  border: 0px;
  margin: 10px 5px 0 5px;
  border-radius: 7px;
}

.product-slider button.owl-dot.active {
  background-color: #daae67 !important;
}

.product-slider button.owl-dot {
    border-color: #501f6b;
    margin-top: 0;
}

  

.product-slider .owl-nav button {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 10px;
  position: absolute;
  top: 48%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-slider .owl-nav button.owl-prev {
  left: 0;
}

.product-slider .owl-nav button.owl-next {
  right: 0;
}

.product-slider .owl-nav button:hover {
  background: rgba(255, 255, 255, 1) !important;
}

