﻿.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-category,
.carousel-product,
.carousel-manufacturer {
  margin-bottom: 30px;
}

.carousel-container .loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-category {
  margin-right: 10px;
}

.carousel-manufacturer {
  margin-right: 10px;
}


.carousel-product {
  margin-right: 10px;
}

.ocarousel .owl-nav {
  position: absolute;
  top: -70px;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: calc(100% - 58px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owl-carousel.ocarousel .owl-nav button.owl-prev,
.owl-carousel.ocarousel .owl-nav button.owl-next {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px !important;
  color: #0A0636;
  font-size: 13px;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 1px #C5D4E1;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus {
  background: #0A0636;
  color: #fff;
  outline-color: #ED008C;
}


.ocarousel .owl-nav button.owl-prev,
.ocarousel .owl-nav button.owl-next {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px !important;
  color: #0A0636;
  font-size: 13px;
  border-color: #0A0636;
  border-radius: 3px;
}

.ocarousel .owl-nav button.owl-prev {
  margin-right: 2px;
}

.ocarousel .owl-nav button.owl-next {
  right: 0;
  margin-left: 2px;
  color: #fff!important;
}

  .ocarousel .owl-nav button.owl-prev:hover,
  .ocarousel .owl-nav button.owl-next:hover {
    background-color: #0A0636;
    color: #fff;
  }

.ocarousel .item-box {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}




.ocarousel .owl-dots {
  display: none;
}

.ocarousel-grid {
  margin: 0 auto 50px;
}

.ocarousel .title-containe {
  margin-bottom: 45px;
}

.ocarousel .title {
  font-size: 30px;
  font-weight: normal;
  color: #0A0636;
  text-align: left;
}

  .ocarousel .title h2 {
    margin: 0 12px 13px 0;
    color: #0A0636;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Playfair Display';
  }

  .ocarousel .title strong {
    font-weight: normal;
  }

.ocarousel .subtitle {
  padding-top: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}

.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 20px;
}

.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;
    z-index: 0;
  }

  .ocarousel-background .custom-container {
    position: relative;
    z-index: 1;
  }

.ocarousel-background {
  margin-bottom: 70px;
  padding: 50px 0;
}

  .ocarousel-background .ocarousel-grid {
    margin-bottom: 0;
  }

    .ocarousel-background .ocarousel-grid .title,
    .ocarousel-background .ocarousel-grid .title i,
    .ocarousel-background .ocarousel-grid .title h2,
    .ocarousel-background .ocarousel-grid .subtitle {
      color: #fff;
    }



  .ocarousel-background .ocarousel .owl-nav button.owl-prev,
  .ocarousel-background .ocarousel .owl-nav button.owl-next {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 10px !important;
    color: #0A0636;
    font-size: 13px;
    border-color: #0A0636;
    border-radius: 3px;
  }

  .ocarousel-background .ocarousel .owl-nav button.owl-prev {
    margin-right: 2px;
  }

  .ocarousel-background .ocarousel .owl-nav button.owl-next {
    margin-left: 2px;
  }

    .ocarousel-background .ocarousel .owl-nav button.owl-prev:hover,
    .ocarousel-background .ocarousel .owl-nav button.owl-next:hover {
      background-color: #0A0636;
      color: #fff;
    }

  .ocarousel-background .ocarousel .owl-nav {
    position: relative;
    top: 10px;
    text-align: center;
    left: 50%;
  }

/**Manufacturer Category**/

.carousel-manufacturer .ocarousel .menufacturer-item {
  position: relative;
  padding: 40px;
  padding-top: 60%;
  background: white;
}

.carousel-manufacturer .ocarousel .menufacturer-item {
  box-shadow: 0 5px 5px #dfecf7 !important;
  margin-bottom: 1px;
}

.carousel-manufacturer .menufacturer-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ocarousel .manufacturer-name {
  display: none;
  position: relative;
}
