﻿.dealoftheday-container {
  position: relative;
}

.deal-carousel-container {
  position: relative;
}

.dealoftheday-container {
  background-position: right -9999px top 50% !important;
  /*background: none !important;*/
}

  .dealoftheday-container .deal-carousel-container .loader {
    position: relative;
    min-height: 313px !important;
  }

  .dealoftheday-container .dealoftheday-leftadd {
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: center;
    border-radius: 3px;
  }

  .dealoftheday-container .container .dealoftheday-content .deals-products .deal-carousel-container .swiper:after, .dealoftheday-container .container .dealoftheday-content .deals-products .deal-carousel-container .swiper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.67);
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 9;
  }

  .dealoftheday-container .container .dealoftheday-content .deals-products .deal-carousel-container .swiper:before {
    right: -100%;
  }

  .dealoftheday-container .container .dealoftheday-content .deals-products .title {
    text-align: center;
    padding: 8px 0;
  }

  .dealoftheday-container .container .dealoftheday-content .deals-products .dealoftheday-leftadd {
    position: relative;
    justify-content: center;
    background: none;
    /*.carousel-countdown {
      top: -42px;
  }

  @media(min-width:992px) {
      position: relative;

      .carousel-countdown {
          top: -57px;
      }
  }*/
  }

    .dealoftheday-container .container .dealoftheday-content .deals-products .dealoftheday-leftadd .carousel-countdown > div {
      display: flex;
    }

  .dealoftheday-container .container .dealoftheday-content .deals-products .swiper-buttons {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
  }

    .dealoftheday-container .container .dealoftheday-content .deals-products .swiper-buttons div {
      position: relative;
      top: 0;
      background: var(--primary-color);
      border-radius: 0;
      height: 36px;
      width: 36px;
      left: 0;
    }

      .dealoftheday-container .container .dealoftheday-content .deals-products .swiper-buttons div:after {
        color: #fff;
        font-size: 14px;
      }

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-leftadd {
    position: relative;
    align-items: center;
    background: var(--white);
  }
}

@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-leftadd {
  }
}

@media (min-width: 1600px) {
  .dealoftheday-container .dealoftheday-leftadd {
  }
}

.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 {
  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%;
    box-shadow: 0px 1px 3px 0px #0000001A;
  }

@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: 0;
    left: 20%;
  }
}
@media (min-width: 1400px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15%;
  }
}*/
.dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
  white-space: nowrap;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
}

/*  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
  }

  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count.day {
    background-color: #EB5757;
    padding: 5px;
    box-shadow: 0px 1px 3px 0px #0000001A;
  }

  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count.hours {
    background-color: #2F80ED;
    padding: 5px;
    box-shadow: 0px 1px 3px 0px #0000001A;
  }

  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count.min {
    background-color: #219653;
    padding: 5px;
    box-shadow: 0px 1px 3px 0px #0000001A;
  }

  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count.sec {
    background-color: #EF5DA8;
    padding: 5px;
    box-shadow: 0px 1px 3px 0px #0000001A;
  }*/

@media (min-width: 556px) {
  .dealoftheday-container .dealoftheday-leftadd .carousel-countdown .count span {
    font-size: 15px;
  }
}



.dealoftheday-container .dealoftheday-content {
  display: flex;
  position: relative;
  padding-bottom: 44px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content {
    padding: 0px 0;
    padding-bottom: 33px;
    gap: 0px;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products {
  width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-container .dealoftheday-content .deals-products {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .dealoftheday-container .dealoftheday-content .deals-products {
    width: 100%;
  }
}

.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;
  text-align: right;
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  gap: 10px;
}

@media (min-width: 992px) {
  .dealoftheday-container .dealoftheday-content .deals-products > .title {
    padding: 0;
    padding-bottom: 35px;
  }
}

.dealoftheday-container .dealoftheday-content .deals-products > .title strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: right !important;
  color: var(--secondery-color);
  background: -webkit-linear-gradient(right,var(--primary-color),var(--secondery-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

@media (min-width: 556px) {
  .dealoftheday-container .dealoftheday-content .deals-products > .title strong {
    text-transform: uppercase;
    font-size: 26px;
  }
}

.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 {
}

@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;
  }
}


.deal-carousel-container .swiper-pagination,
.deal-carousel-container .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.deal-carousel-container .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  right: auto;
  left: 50px;
  top: 20px;
  cursor: pointer;
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-next,
.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 38px;
  right: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.dealoftheday-container .dealoftheday-content .deals-products:hover .swiper-button-next,
.dealoftheday-container .dealoftheday-content .deals-products:hover .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 38px;
  right: auto;
  opacity: 1;
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-prev {
  left: 38px;
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-next:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #000;
  display: block;
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-prev:after {
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #dedede;
  display: block;
}

.dealoftheday-container .dealoftheday-content .deals-products .swiper-button-prev:before {
  display: block;
  height: 20px;
  width: 1px;
  background-color: #dedede;
  position: absolute;
  right: 142%;
}

@media (min-width: 992px) {
  .dealoftheday-container {
    background-position: 100% !important;
  }
}

@media (max-width: 1199px) {
  .dealoftheday-container .container .dealoftheday-content {
    padding: 0 !important;
  }
}

.dealoftheday-container .container .dealoftheday-content .deals-products .deal-carousel-container .swiper .swiper-slide {
  padding: 0 8px;
}

@media (min-width: 1200px) {
  .dealoftheday-container .container .dealoftheday-content .deals-products .deal-carousel-container .swiper {
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .dealoftheday-container .container .dealoftheday-content .deals-products .title {
    text-align: right;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .dealoftheday-container .container .dealoftheday-content .deals-products .title {
    margin-bottom: 20px;
    background: unset;
    align-items: center;
    gap: 10px;
  }
}

.dealoftheday-container .container .dealoftheday-content .deals-products .title strong {
  text-decoration: none;
  line-height: 45px;
}

@media (max-width: 768px) {
  .dealoftheday-container .container .dealoftheday-content .deals-products .title strong {
    line-height: 38px;
    font-size: 20px;
  }
}


@media (max-width: 992px) {
  .dealoftheday-container .container .dealoftheday-content .deals-products .dealoftheday-leftadd .carousel-countdown > div .count {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 992px) {
  .dealoftheday-container .container .dealoftheday-content .deals-products .swiper-buttons {
    display: none;
  }
}

@media (min-width: 768px) {
  .dealoftheday-container .container .dealoftheday-content .deals-products .swiper-buttons {
    left: 0;
  }
}
