﻿.dealoftheday-container {
  position: relative;
}
  .dealoftheday-container .carousel-manufacturer .loader {
    position: relative;
    min-height: 418px !important;
  }
  .dealoftheday-container .dealoftheday-leftadd {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 18px;
    left: 0;
    align-items: center;
    border-radius: 3px;
    overflow: hidden;
  }

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-leftadd {
    width: 25%;
    position: relative;
    align-items: center;
    top: 0;
    background: var(--white);
  }
}

@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-leftadd {
    width: 22%;
  }
}

@media (min-width: 1600px) {
  .dealoftheday-container .dealoftheday-leftadd {
    width: 20%;
  }
}

.dealoftheday-container .dealoftheday-leftadd .deals-image {
  display: none;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-leftadd .deals-image {
    display: block;
    width: 100%;
    position: absolute;
    /*bottom: 10px;*/
    /*left: 50%;
    transform: translateX(-50%);*/
    z-index: 10;
  }
}

.dealoftheday-container .dealoftheday-leftadd .deals-image .swiper-wrapper {
  align-items: center;
}

.dealoftheday-container .dealoftheday-leftadd .deals-image .slider-image {
  display: flex;
  justify-content: center;
}

.dealoftheday-container .dealoftheday-leftadd .icon-clock:before {
  padding-left: 5px;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-leftadd .icon-clock:before {
    font-size: 16px;
  }
}

.dealoftheday-container .dealoftheday-leftadd .carousel-countdown {
  background: var(--primary-green_dark);
  padding: 5px 5px;
  color: var(--white);
  border-radius: 3px;
  display: flex;
  align-items: center;
  z-index: 20 !important;
}

  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }

@media (min-width: 556px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown {
    padding: 9px 10px;
    padding-bottom: 7px;
    align-items: baseline;
  }
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    left: 0;
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
  }
}

.dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count {
  font-size: 0;
}

  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span {
    font-size: 12px;
    font-family: "Lato", sans-serif;
  }

@media (min-width: 556px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span {
    font-size: 18px;
  }
}

.dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span:after {
  content: ":";
  padding: 0 4px;
}

.dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count:nth-last-child(1) span::after {
  content: "LEFT";
}

.dealoftheday-container .dealoftheday-content {
  display: flex;
  position: relative;
  padding-bottom: 44px;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content {
    flex-direction: row;
    position: unset;
    padding: 30px 0;
    padding-bottom: 33px;
    gap: 13px;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products {
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-content .deals-products {
    width: 78%;
  }
}

@media (min-width: 1600px) {
  .dealoftheday-container .dealoftheday-content .deals-products {
    width: 80%;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .see-more {
  background: var(--white);
  padding: 2px 5px;
  border-radius: 3px;
  margin-top: 4px;
  display: inline-block;
  color: var(--primary-green);
}

  .dealoftheday-container .dealoftheday-content .deals-products .see-more::after {
    content: "...";
  }

.dealoftheday-container .dealoftheday-content .deals-products > .title {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products > .title {
    padding: 0;
    padding-bottom: 20px;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products > .title strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right;
  color: var(--white);
}

@media (min-width: 556px) {
  .dealoftheday-container .dealoftheday-content .deals-products > .title strong {
    text-transform: uppercase;
    font-size: 24px;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .product-horizontal {
  position: static;
}

@media (min-width: 768px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .swiper-slide {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .swiper-slide {
    width: 33.3333%;
  }
}

@media (min-width: 1600px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .swiper-slide {
    width: 25%;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item {
  position: relative;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
  margin-left: -1px;
  margin-right: -1px;
}

  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item:first-child {
    margin-bottom: -1px;
  }

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item {
    margin-bottom: 0;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .picture {
  width: 40%;
  position: static;
  z-index: 10;
  display: block;
}

.dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .buttons {
  left: 10px;
  top: 2px;
}

  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .buttons .quick-view-btn {
    display: none;
  }

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .buttons {
    top: 5px;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .details {
  width: 60%;
  position: unset;
}

  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .details .prices {
    min-height: 28px;
  }

  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .details .add-info .add-to-cart .add-to-cart-button {
    font-size: 12px;
    padding: 4px 9px;
  }

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .details .add-info .add-to-cart .add-to-cart-button {
    font-size: 10px;
    padding: 4px 3px;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .details .add-info .add-to-cart .add-to-cart-button {
    font-size: 12px;
    padding: 4px 3px;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .product-horizontal .product-item .details .add-info .add-to-cart .add-to-cart-button:before {
  display: none;
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-next {
  display: none;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .swiper-button-next {
    top: 20px;
    right: unset;
    left: 0;
    display: flex;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-next::after {
  display: none;
}

.dealoftheday-container .dealoftheday-content .deals-products .icon-left-arrow-2 {
  display: none;
  height: 30px;
  width: 30px;
  background: var(--white);
  border-radius: 100px;
  border: 1px solid var(--primary-green);
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .icon-left-arrow-2 {
    display: flex;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .icon-left-arrow-2:hover {
  background: var(--primary-green_dark);
  border: 1px solid var(--primary-green_dark);
}

  .dealoftheday-container .dealoftheday-content .deals-products .icon-left-arrow-2:hover::before {
    color: var(--white);
  }

.dealoftheday-container .dealoftheday-content .deals-products .icon-left-arrow-2::before {
  font-size: 11px;
  vertical-align: sub;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  color: var(--primary-green);
}

.dealoftheday-container .dealoftheday-content .deals-products .icon-right-arrow-2 {
  font-size: 11px;
  vertical-align: sub;
  height: 30px;
  width: 30px;
  background: var(--primary-green);
  border-radius: 100px;
  display: none;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .icon-right-arrow-2 {
    display: flex;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .icon-right-arrow-2:hover {
  background: var(--white);
  background: var(--primary-green_dark);
}

.dealoftheday-container .dealoftheday-content .deals-products .icon-right-arrow-2::before {
  font-size: 11px;
  vertical-align: sub;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  color: var(--white);
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .swiper-button-prev {
    top: 20px;
    right: unset;
    left: 40px;
    display: flex;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-prev::after {
  display: none;
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-pagination-bullets-dynamic {
  margin-bottom: 3px;
}

.dealoftheday-container .dealoftheday-content .deals-products .product-horizontal > .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, -28px);
}

  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal > .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 3px));
    border-radius: var(--swiper-pagination-bullet-border-radius, 3px);
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }

@media (min-width: 768px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal > .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
    border-radius: var(--swiper-pagination-bullet-border-radius, 3px);
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
}

.dealoftheday-container .dealoftheday-content .deals-products .product-horizontal > .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--white);
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .product-horizontal > .swiper-pagination {
    display: inline-block;
    bottom: var(--swiper-pagination-bottom, -22px);
  }
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .pagination-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products .swiper-pagination-progressbar {
    margin-top: -8px;
  }
}

@media (min-width: 992px) {
  .dealoftheday-container.right .dealoftheday-content {
    flex-direction: row-reverse;
  }
}
