﻿.carousel-container.carousel-product {
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.carousel-container.carousel-category {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.carousel-container.carousel-manufacturer {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.carousel-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-category {
  min-height: 300px;
}

.carousel-manufacturer {
  min-height: 400px;
}


.carousel-product {
  min-height: 400px;
}

.ocarousel .item-box {
  width: 100% !important;
  background: white;
}


.ocarousel .owl-dots {
  display: none;
}

.ocarousel-grid {
  margin: 0 0 50px;
}

  .ocarousel-grid .title {
    margin: 0 0 30px;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
  }

    .ocarousel-grid .title strong {
      font-weight: normal;
    }

.ocarousel .category-name,
.ocarousel .manufacturer-name {
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.ocarousel-item {
  margin: 0 0 80px;
}

.ocarousel-background {
  padding: 50px 0 0;
  position: relative;
  margin-bottom: 80px;
}

  .ocarousel-background::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    z-index: 0;
  }

  .ocarousel-background .custom-container {
    position: relative;
    z-index: 1;
  }


.owl-carousel.ocarousel:hover .owl-nav button.owl-prev,
.owl-carousel.ocarousel:hover .owl-nav button.owl-next {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.owl-carousel.ocarousel .owl-nav button.owl-next,
.owl-carousel.ocarousel .owl-nav button.owl-prev {
  opacity: 0;
  position: absolute;
  top: calc(50% - 75px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  color: #000;
  font-size: 27px;
  border: 2px solid #242423;
  border-radius: 50%;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

  .owl-carousel.ocarousel .owl-nav button.owl-prev:focus,
  .owl-carousel.ocarousel .owl-nav button.owl-next:focus {
    outline: 0;
  }

.owl-carousel.ocarousel .owl-nav button.owl-prev {
  left: 5px;
}

.owl-carousel.ocarousel .owl-nav button.owl-next {
  right: 5px;
}

  .owl-carousel.ocarousel .owl-nav button.owl-prev:not(.disabled):hover,
  .owl-carousel.ocarousel .owl-nav button.owl-next:not(.disabled):hover {
    color: #fff;
  }
