﻿.dealoftheday-wrapper {
  padding: 25px 5px;
  background: rgba(100, 100, 100, 0.04);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .dealoftheday-wrapper {
    margin-bottom: 15px;
  }
}
.dealoftheday-wrapper .swiper-pagination {
  position: absolute;
  top: initial;
  right: initial;
  left: 50%;
  bottom: 10px;
  width: auto;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .dealoftheday-wrapper .swiper-pagination {
    display: none;
  }
}
.dealoftheday-wrapper .swiper-button-next, .dealoftheday-wrapper .swiper-button-prev {
  position: absolute;
  right: 0;
  left: auto;
  height: 28px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 3px;
  width: 28px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
}
.dealoftheday-wrapper .swiper-button-next.swiper-button-disabled, .dealoftheday-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  border: 1px solid var(--primary-color);
  background: var(--white);
  color: var(--primary-color);
}
.dealoftheday-wrapper .swiper-button-next::after, .dealoftheday-wrapper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .dealoftheday-wrapper .swiper-button-next, .dealoftheday-wrapper .swiper-button-prev {
    height: 20px;
    width: 20px;
    top: 0px;
    transform: translate(0, 0);
  }
  .dealoftheday-wrapper .swiper-button-next::after, .dealoftheday-wrapper .swiper-button-prev::after {
    font-size: 10px;
    font-weight: 700;
  }
}
.dealoftheday-wrapper .swiper-button-prev {
  right: 32px;
}
@media (max-width: 991px) {
  .dealoftheday-wrapper .swiper-button-prev {
    right: 26px;
  }
}

.dealoftheday-content {
  position: relative;
}
.dealoftheday-content .title {
  position: relative;
  margin: 0 0 20px;
}
.dealoftheday-content .title strong {
  font-size: 24px;
  line-height: 28px;
}
.dealoftheday-content .title .dealoftheday-counter {
  display: inline-block;
}
.dealoftheday-content .title .dealoftheday-counter [data-countdown] {
  font-size: 0;
}
@media (min-width: 768px) {
  .dealoftheday-content .title .dealoftheday-counter {
    display: none;
  }
}
.dealoftheday-content .title .dealoftheday-counter .count {
  background: var(--secondary-color);
  color: var(--white);
  border-radius: 5px;
  padding: 4px;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  font-size: 0;
  margin: 0 3px;
  text-align: center;
}
.dealoftheday-content .title .dealoftheday-counter .count span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .dealoftheday-content .deals-right-contents .title {
    margin: 0;
    position: static;
  }
  .dealoftheday-content .deals-right-contents .title strong {
    display: none;
  }
}

.right .dealoftheday-content {
  flex-direction: row-reverse;
}

@media (min-width: 992px) {
  .dealoftheday-leftadd {
    box-shadow: 0 1px 5px #ddd;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 26px 15px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .dealoftheday-leftadd .title {
    display: none;
  }
  .dealoftheday-leftadd .deals-image {
    text-align: center;
    width: 100%;
  }
  .dealoftheday-leftadd .deals-image img {
    max-width: 260px;
    width: 100%;
  }
}
.dealoftheday-leftadd .carousel-countdown {
  width: 100%;
}
.dealoftheday-leftadd .carousel-countdown .count {
  background: var(--black);
  color: var(--white);
  border-radius: 5px;
  padding: 4px;
  display: inline-block;
  width: calc(25% - 11px);
  max-width: 100%;
  white-space: normal;
  height: auto;
  font-size: 10px;
  margin: 0 3px;
}
.dealoftheday-leftadd .carousel-countdown .count span {
  display: block;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .dealoftheday-leftadd {
    max-width: calc(100% - 46px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .dealoftheday-leftadd .carousel-countdown {
    width: auto;
    margin-left: 8px;
    min-width: 104px;
  }
  .dealoftheday-leftadd .carousel-countdown [data-countdown] {
    font-size: 0;
  }
  .dealoftheday-leftadd .carousel-countdown .count {
    width: auto;
    font-size: 0;
    background: var(--secondary-color);
    padding: 3px;
    margin: 0 2px;
  }
  .dealoftheday-leftadd .carousel-countdown .count span {
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  .dealoftheday-leftadd .title {
    max-width: calc(100% - 110px);
  }
  .dealoftheday-leftadd .title strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
  }
  .dealoftheday-leftadd .deals-image {
    display: none;
  }
}
.dealoftheday-leftadd .deals-image .swiper {
  max-width: calc(100% - 15px);
  margin: 15px auto 0;
}
.dealoftheday-leftadd .deals-image .swiper .slider-image a {
  display: block;
  position: relative;
}
.dealoftheday-leftadd .deals-image .swiper .slider-image a::before {
  content: "";
  display: block;
  padding-top: 130%;
}
.dealoftheday-leftadd .deals-image .swiper .slider-image a img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dealoftheday-leftadd .deals-image .swiper .swiper-button-prev, .dealoftheday-leftadd .deals-image .swiper .swiper-button-next {
  height: 50px;
  opacity: 0.6;
  transition: all 0.3s;
}
.dealoftheday-leftadd .deals-image .swiper .swiper-button-prev:hover, .dealoftheday-leftadd .deals-image .swiper .swiper-button-next:hover {
  opacity: 1;
}
.dealoftheday-leftadd .deals-image .swiper .swiper-button-prev {
  right: initial;
  left: 0;
}

.deals-products {
  overflow-y: visible;
  overflow-x: clip;
}
@media only screen and (min-width: 768px) {
  .deals-products {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.deals-products .swiper-pagination {
  bottom: -15px;
}
