﻿.ocarousel .item-box {
  width: 100% !important;
}

.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;
  }

.dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel {
  margin: 0;
  padding: 130px 5px;
}


  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .item-box {
    margin-bottom: 0;
  }

.dealoftheday-ocarousel-background-title {
  font-size: 22px;
  text-align: center !important;
  color: #000000;
}

.dealoftheday-carousel .title {
  font-size: 22px;
  padding: 30px 30px 30px 0;
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
}

  .dealoftheday-carousel .title strong {
    font-weight: normal;
  }

    .dealoftheday-carousel .title strong i {
      padding-left: 8px;
      vertical-align: bottom;
      font-size: 26px;
    }

.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;
    right: 0;
    background: rgba(255,255,255,0.7);
    z-index: 0;
  }

  .ocarousel-background .custom-container {
    position: relative;
    z-index: 1;
  }

.count {
  display: inline;
  margin: 0;
  color: #000000;
  font-size: 20px;
}

.dealoftheday-container.carousel-dealoftheday,
.carousel-dealoftheday {
  position: relative;
  min-height: 350px;
}

.dealoftheday-container .loader {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.dealoftheday-counter {
  position: absolute;
  right: 50%;
  top: -12%;
  display: flex;
  align-items: center;
  transform: translate(50%, 0);
}

.dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
  top: -34%;
}

.dealoftheday-counter i {
  color: #000000;
  font-size: 24px;
  padding-left: 10px;
}

.carousel-dealoftheday .ocarousel .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  opacity: 0;
}

.dealoftheday-ocarousel-background .carousel-dealoftheday .ocarousel .owl-nav {
  top: 50%;
}

.carousel-dealoftheday .ocarousel .owl-nav button.owl-next {
  right: 0;
}

.carousel-dealoftheday .ocarousel .owl-nav button.owl-prev {
  left: 0;
  margin-left: 0;
}

.carousel-dealoftheday .ocarousel .owl-nav button.owl-prev,
.carousel-dealoftheday .ocarousel .owl-nav button.owl-next {
  background: #fff;
  padding: 5px !important;
  border: 1px solid #EBECED;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ocarousel-grid.dealoftheday-carousel:hover .owl-nav {
  opacity: 1;
}

@media (max-width: 991px) {
  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
    top: -20%;
  }
}

@media (max-width: 768px) {
  .dealoftheday-carousel .title {
    padding: 15px 20px 50px;
  }

  .dealoftheday-counter {
    top: -12%;
    right: 50%;
    width: 100%;
    transform: translate(50%, -50%);
    justify-content: center;
  }
}

@media (max-width: 650px) {
  .dealoftheday-counter {
    top: -14%;
  }

  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
    top: -22%;
  }
}

@media (max-width: 575.9px) {
  .dealoftheday-counter {
    top: -9%;
  }

  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
    top: -14%;
  }
}

@media (max-width: 481px) {
  .dealoftheday-counter {
    top: -11%;
  }

  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
    top: -22%;
  }
}

@media (max-width: 380px) {
  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
    top: -26%;
  }
}

@media (min-width: 992px) and (max-width:1300px) {
  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel {
    padding: 90px 0 30px;
  }

    .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
      top: -22%;
    }
}

@media (min-width: 1300px) and (max-width:1400px) {
  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel {
    padding: 90px 0 60px;
  }

    .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
      top: -22%;
    }
}


@media (min-width: 1400px) {
  .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel {
    padding: 140px 0;
  }

    .dealoftheday-ocarousel-background .ocarousel-grid.dealoftheday-carousel .dealoftheday-counter {
      top: -34%;
    }
}
