﻿.carousel-container.carousel-product {
  min-height: 438px;
  position: relative;
  overflow: hidden;
}

.carousel-container.carousel-category {
  min-height: 284px;
  position: relative;
  overflow: hidden;
}

.carousel-container.carousel-manufacturer {
  min-height: 140px;
  position: relative;
  overflow: hidden;
}

.carousel-container .loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.carousel-category {
    min-height: 350px;
    position: relative;
}

.carousel-manufacturer {
  min-height: 140px;
  position: relative;
}


.carousel-product {
  min-height: 438px;
  position: relative;
}


.ocarousel .item-box {
  width: 100% !important;
}

.ocarousel .owl-nav button.owl-prev,
.ocarousel .owl-nav button.owl-next {
  border: 1px solid #ccc;
  padding: 0 !important;
  background-color: #eee;
  font-size: 23px !important;
  position: absolute;
  margin: 0;
  border-radius: 4px;
}
.ocarousel .owl-nav button.owl-prev {
    right: 55px !important;
}

.ocarousel .owl-nav button.owl-prev span, .ocarousel .owl-nav button.owl-next span {
    font-size: 23px;
    padding: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.472' height='18.566' viewBox='0 0 11.472 18.566'%3E%3Cg id='down-chevron' transform='translate(11.472) rotate(90)'%3E%3Cg id='Group_33' data-name='Group 33'%3E%3Cpath id='Path_21' data-name='Path 21' d='M16.376,0,9.283,7.094,2.189,0,0,2.189l9.283,9.283,9.283-9.283Z' fill='%23a8a8a8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
    top: 0;
    font-size: 0;
}
    .ocarousel .owl-nav button.owl-prev:focus span,
    .ocarousel .owl-nav button.owl-next:focus span {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.472' height='18.566' viewBox='0 0 11.472 18.566'%3E%3Cg id='down-chevron' transform='translate(11.472) rotate(90)'%3E%3Cg id='Group_33' data-name='Group 33'%3E%3Cpath id='Path_21' data-name='Path 21' d='M16.376,11.472,9.283,4.378,2.189,11.472,0,9.283,9.283,0l9.283,9.283Z' fill='%23fb0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    }
    .ocarousel .owl-nav button.owl-prev:focus span,
    .ocarousel .owl-nav button.owl-next span {
        transform: rotate(180deg);
    }
    .carousel-manufacturer .owl-nav button.owl-next:focus span,
    .ocarousel .owl-nav button.owl-next:focus span {
        transform: rotate(0deg);
    }

    .ocarousel .owl-nav button.owl-prev span:hover, .ocarousel .owl-nav button.owl-next span:hover, .ocarousel-grid .ocarousel .owl-nav button.owl-prev:hover span, .ocarousel-grid .ocarousel .owl-nav button.owl-next:hover span {
        color: #fff;
    }

.ocarousel .owl-nav button.owl-next {
  right: 0;
}

.ocarousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}

.ocarousel .owl-dots {
  display: none;
}

.ocarousel-grid {
    margin: 0 0 0;
}

.ocarousel-grid .title {
    margin: 0 0 30px;
    /*border-bottom: 1px solid #ddd;*/
    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;
  }
