.owl-carousel .owl-item img {
  padding: 15px;
}
.owl-item {
  padding: 0 5px 0 5px;
}
.owl-item-link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  display: block;
  margin: 9px 0 9px 0;
  background: #fff;
}
.owl-item-link img {
  background-color: #fff;
}

.owl-item-link .owl-item-details {
  padding: 5px 15px 5px 15px;
  visibility: hidden;
  -webkit-transform: translateY(-10%);
     -moz-transform: translateY(-10%);
          transform: translateY(-10%);
  min-height: 109px;
}
.owl-item-link .owl-item-details .owl-item-title {
  font-size: 14px;
  color: #4a494a;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family:'Montserrat'
}
.owl-item-link .owl-item-details .owl-strike-price {
  color: #9b9b9b;
  text-decoration: line-through;
  font-size: 14px;
}
.owl-item-link .owl-item-details .owl-normal-price {
  color: #d0011b;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  font-family:'Montserrat'
}
.owl-title-inner h2 {
  font-size: 17px;
}
.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.more {
  font-size: 15px;
  color: #692c90;
  font-weight: bold;
  text-decoration: underline;
}
.owl-nav {
  top: 30% !important;
}
.owl-prev {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  -moz-border-radius: 40px !important;
       border-radius: 40px !important;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 23%;
  left: -15px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
     -moz-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
          box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
}
.owl-prev span {
  font-size: 25px;
  vertical-align: super;
}
.owl-next {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  -moz-border-radius: 40px !important;
       border-radius: 40px !important;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 23%;
  right: -20px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
     -moz-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
          box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
}
.owl-next span {
  font-size: 25px;
  vertical-align: super;
}
.owl-brands {
  height: 100px;
}
.owl-brands .owl-item-link img {
  background-color: transparent;
}
.owl-brands .owl-item-link:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #000 !important;
}
.dots-carousel {
  position: relative;
}
.dots-carousel .owl-carousel {
  position: relative;
}
.dots-carousel .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  right: 0px;
  top: -30px;
}
.dots-carousel .owl-dots .owl-dot span {
  background: #c4a4d8 !important;
}
.dots-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.dots-carousel .owl-dots .owl-dot.active span {
  background: #692c90 !important;
}
.product-carousel-mobile .owl-dots button span {
  background: #c4a4d8 !important;
}
.product-carousel-mobile .owl-dots .active span {
  background: #692c90 !important;
}
.owl-wrapper:hover .owl-prev {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
.owl-wrapper:hover .owl-next {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .owl-item-link:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .owl-item-details {
    visibility: visible !important;
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .owl-wrapper .owl-item-details {
    visibility: visible;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
  }
  .owl-wrapper .owl-item-link {
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(116,116,116,0.5);
       -moz-box-shadow: 0 3px 10px 0 rgba(116,116,116,0.5);
            box-shadow: 0 3px 10px 0 rgba(116,116,116,0.5);
  }
  .owl-carousel .owl-item img {
    padding: 9px;
  }
  .viewmore-carousel .owl-title-inner .col-8 h5{
    text-align: center;
    color: #562565;
    border: solid 1px;
    padding: 10px;
    width: 100% !important;
    margin:0 auto;
}
  .owl-carousel .owl-stage,
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
  }
}

.owl-item-link .owl-item-details{
  transform: translateY(10%);
}
.owl-item-details{
    visibility: visible !important;
    transform: translateY(10%);
}

.owl-item-link .owl-item-details .owl-normal-price{
  color:#d0011b;
}
.viewmore-carousel .owl-title-inner .col-8 h5{
    text-align: center;
    color: #562565;
    border: solid 1px;
    padding: 10px;
    width: 45%;
    margin:0 auto;
}

.viewmore-carousel .owl-title-inner .col-8,.viewmore-carousel .owl-title-inner .col-4 {
  flex: 0 0 100%;
    max-width: 100%;
}