﻿.deals-oftheday {
  margin: 45px auto;
  text-align: left;
}

.ocarousel-grid {
  margin: 0 auto 80px auto;
  width: 90%;
}

  .ocarousel-grid.dealsOfTheDay-product-carousel {
    position: relative;
  }

    .ocarousel-grid.dealsOfTheDay-product-carousel .title {
      display: block;
      text-align: left;
      font-style: normal;
      font-size: 36px;
      text-transform: uppercase;
      margin-bottom: 40px;
    }

      .ocarousel-grid.dealsOfTheDay-product-carousel .title h2 {
        display: block;
        font-family: Philosopher;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 40px;
        text-align: left;
        max-width: 70%;
      }

.countdown {
  display: inline-block;
  background: #0a0636 url(../images/deals-timer.png) no-repeat;
  background-position: left 15px center;
  border-radius: 3px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 0 15px 0 45px;
}

  .countdown > div {
    display: inline-block;
    margin-right: 5px;
  }

.ocarousel-grid.dealsOfTheDay-product-carousel .owl-carousel {
  position: unset !important;
}

.ocarousel .item-box {
  width: 100% !important;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.deals-oftheday .ocarousel .owl-nav button.owl-prev,
.deals-oftheday .ocarousel .owl-nav button.owl-next {
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  margin: 0;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  border: 1px solid #E2E4ED;
  background: #FFFFFF;
  color: #890076;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
}

.deals-oftheday .ocarousel .owl-nav button.owl-prev {
  left: calc(100% - 70px);
}

.ocarousel .owl-nav button.owl-next {
  right: 0;
}

  .ocarousel .owl-nav button.owl-prev:hover,
  .ocarousel .owl-nav button.owl-next:hover,
  .ocarousel .owl-nav button.owl-prev:focus,
  .ocarousel .owl-nav button.owl-next:focus {
    background: #890076;
    color: #FFFFFF;
  }

.ocarousel-grid.dealsOfTheDay-product-carousel .ocarousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 5px;
}

.ocarousel .owl-dots {
  display: none;
  text-align: center;
  padding-bottom: 50px;
  line-height: 50px;
}

.ocarousel-background .ocarousel .owl-dots {
  display: block;
}

.owl-carousel button.owl-dot {
  border: none;
  height: 10px;
  width: 10px;
  background: #FFF;
  border-radius: 100px;
  margin-left: 10px;
}

.deals-oftheday .owl-carousel button.owl-dot.active {
  width: 20px;
  background: #890076;
}

.dealsOfTheDay-banner {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-radius: 0px 0px 100px 0px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

  .dealsOfTheDay-banner:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .dealsOfTheDay-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }


@media (min-width: 576px) {

  .ocarousel-grid {
    width: 540px;
  }
}

@media (min-width: 768px) {

  .ocarousel-grid {
    width: 720px;
  }

  .dealsOfTheDay-with-banner .ocarousel-grid.dealsOfTheDay-product-carousel .owl-carousel {
    display: inline-block;
    width: 66.6666%;
  }

  .dealsOfTheDay-with-banner .ocarousel-grid.dealsOfTheDay-product-carousel .ocarousel .owl-nav {
    width: 66.6666%;
  }

  .dealsOfTheDay-banner {
    width: calc(31.3333% - 30px);
    margin-left: 30px;
    margin-top: 0px;
  }

    .dealsOfTheDay-banner:before {
      padding-top: 152%;
    }
}

@media all and (min-width: 992px) {

  .ocarousel-grid {
    width: 960px;
  }

  .dealsOfTheDay-with-banner .ocarousel-grid.dealsOfTheDay-product-carousel .owl-carousel {
    width: 74%;
  }

  .dealsOfTheDay-with-banner .ocarousel-grid.dealsOfTheDay-product-carousel .ocarousel .owl-nav {
    width: 75%;
  }

  .dealsOfTheDay-banner {
    width: calc(25% - 30px);
  }

    .dealsOfTheDay-banner:before {
      padding-top: 168%;
    }
}

@media all and (min-width: 1200px) {

  .ocarousel-grid {
    width: 1140px;
  }

  .dealsOfTheDay-banner:before {
    padding-top: 156%;
  }
}

@media (min-width: 1400px) {

  .ocarousel-grid {
    width: 1320px;
  }

    .ocarousel-grid.dealsOfTheDay-product-carousel .title h2 {
      display: inline-block;
    }

  .countdown {
    margin-left: 50px;
  }

  .dealsOfTheDay-banner:before {
    padding-top: 147%;
  }
}


@media (min-width: 1600px) {

  .ocarousel-grid {
    width: 1520px;
  }

  .dealsOfTheDay-banner:before {
    padding-top: 113%;
  }
}
