
#homeBrands {
  position: relative;
}
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.owl-prev,
.owl-next {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.owl-prev span,
.owl-next span {
  display: none;
}

.owl-prev:before,
.owl-next:before{
  width: 100%;
  height: 100%;
  content: "";
}
.owl-prev:before{
  background: url("../../images/new/left.svg") no-repeat;
}

.owl-next:before{
  background: url("../../images/new/right.svg") center right no-repeat;
}

.owl-nav .disabled {
  opacity: .5;
  cursor: not-allowed;
}

#InstagramGallery .owl-prev,
#InstagramGallery .owl-next,
.owl-hero .owl-next,
.owl-hero .owl-next {
  background: #fff !important;
  width: 50px;
  height: 50px;
  position: relative;
}

#InstagramGallery .owl-prev:before,
#InstagramGallery .owl-next:before,
.owl-hero .owl-next:before,
.owl-hero .owl-next:before {
  width: 20px;
  height: 20px;
}

#InstagramGallery .owl-prev:before,
.owl-hero .owl-prev:before {
  background-position: 36% center;
}

#InstagramGallery .owl-next:before,
.owl-hero .owl-next:before {
  background-position: 66% center;
}

.owl-hero .owl-stage {
  position: relative;
}

.owl-hero .owl-nav {
  width: 95%;
  left: 50%;
  top: 40%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.owl-stage {
  padding: 50px 0 50px 0;
}
@media only screen and (max-width: 800px) {
  .owl-stage {
    padding: 20px 0 20px 0;
  }
  .module-wrapper:not(.productList) .prod-item{
    margin-bottom: 0;
  }
  #homeNewProducts{
    margin-bottom: 0;
  }
  section.module-wrapper{
    margin: 0;
    padding-bottom: 0;
  }
}

.header-top-left a {
  color: #fff;
}

.owl-hero .owl-stage {
  padding: 0;
}

.owl-hero .owl-prev,
.owl-hero .owl-next {
  background: #fff !important;
  width: 50px;
  height: 50px;
}

.owl-hero .owl-prev:before,
.owl-hero .owl-next:before {
width: 20px;
height: 20px;
}

.owl-hero .owl-stage-outer {
  height: auto !important;
}

#instafeed .owl-nav .owl-prev,
#instafeed .owl-nav .owl-next{
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}
#instafeed:hover .owl-nav .owl-next{
  right: 30px;
  transition: .3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
#instafeed:hover .owl-nav .owl-prev {
  left: 30px;
  transition: .3s ease-in-out;
  opacity: 1;
  visibility: visible;
}