
/* CSS for style one shortcode */
.special-offer-style-one .rlr-product-card__image-wrapper {
  border-radius: inherit;
  margin-bottom: 0;
  padding: 1rem;
  position: relative;
  width: 100%;
}
.special-offer-style-one .rlr-product-card__badge{
  position: absolute;
  left: 2rem;
  top: 2rem;
  padding: 2px 10px;
  border-radius: 32px;
  z-index: 9;
  font-size: var(--tt-font-size-small-paragraph);
  background-color: var(--tt-text-primary);
  color: var(--tt-text-white);
}
.special-offer-style-one .rlr-product-card--v3 .rlr-product-detail-header__button-wrapper {
  display: none;
}
.special-offer-style-one .rlr-product-card--v3 .splide__arrow {
  background-color: var(--tt-text-white);
  border-radius: 2rem;
  color: var(--tt-text-black);
}
.special-offer-style-one .rlr-product-card--v3 .swiper-button-disabled {
  opacity: 0;
}
.special-offer-style-one .container,
.special-offer-style-one .swiper {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
.special-offer-style-one .swiper .swiper-wrapper {
  overflow: visible !important;
}
.special-offer-style-one .rlr-section__title--sub {
  color: var(--tt-text-black);
  font-weight: 300;
  font-size: calc(var(--tt-font-size-sub-title) - 8px );
  opacity: 0.5;
}
.special-offer-style-one .rlr-section-header {
  padding-bottom: 1.5rem;
}
.special-offer-style-one .rlr-section-header .button-group--cells {
  display: none;
}
.special-offer-style-one .rlr-product-card--v3 .rlr-product-card__title {
  font-weight: 600;
  color: var(--tt-text-black);
  font-size: calc(var(--tt-font-size-medium-title) - 4px);
  line-height: 1.2;
  margin-bottom: 7px
}
.special-offer-style-one .rlr-product-card__image-wrapper,
.special-offer-style-one .rlr-product-card__detail-wrapper  {
  padding: 0.75rem;
}
.special-offer-style-one .rlr-product-card--v3 .rlr-product-card__details {
  margin-bottom: 1rem;
}
.special-offer-style-one .rlr-product-card__details {
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.special-offer-style-one .rlr-product-card__prices {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
.special-offer-style-one .slick-list.draggable {
  padding: 10px 0;
}
.special-offer-style-one .rlr-product-card__ratings {
  -webkit-box-orient: vertical;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--spacing-3);
}
.special-offer-style-one .rlr-product-card__icon-text-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-column-gap: var(--spacing-7);
  -moz-column-gap: var(--spacing-7);
  column-gap: var(--spacing-7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: var(--spacing-3);
  padding: 0;
  list-style: none;
}

/* 28/07/2023 */
.special-offer-style-one .rlr-product-card__image-wrapper a .trending-img {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.special-offer-style-one .rlr-product-card__image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 1;
  max-height: 100%;
  border-radius: inherit;
}
.special-offer-style-one .rlr-product-card__image-wrapper a {
  position: relative;
  display: block;
  border-radius: var(--tt-radius-card-img);
  overflow: hidden;
  height: 210px;
}
.special-offer-style-one .rlr-product-card__image-wrapper a .rlr-js-product-multi-image-swiper {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.special-offer-style-one .rlr-product-card__image-wrapper {
  padding-bottom: 0;
  line-height: 24px !important;
}
.special-offer-style-one .rlr-product-card__image-wrapper .rlr-js-product-multi-image-swiper .rlr-button {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  border: none;
  background-color: rgba(255,255,255,0.5);
  font-size: var(--tt-font-size-small-paragraph);
  font-weight: 400;
  letter-spacing: -0.29px;
  line-height: 1.5;
}
.special-offer-style-one .rlr-product-card__image-wrapper .rlr-js-product-multi-image-swiper .rlr-button.splide__arrow--prev {
  left: 0;
}
.special-offer-style-one .rlr-product-card__image-wrapper .rlr-js-product-multi-image-swiper .rlr-button.splide__arrow--next {
  right: 0;
}
.special-offer-style-one .rlr-js-product-multi-image-swiper .splide__arrow--next{
  background-color: var(--tt-text-white);
  border-radius: 2rem;
  color: var(--tt-text-black);
}
.special-offer-style-one .rlr-product-card__from, 
.special-offer-style-one .rlr-product-card__rating-text, 
.special-offer-style-one .rlr-product-card__relates {
    color: var(--tt-text-black);
    opacity: 0.5;
}
.special-offer-style-one .rlr-product-card__from {
  font-size: var(--tt-font-size-small-paragraph);
  font-weight: 500;
  line-height: 1.25;
}
.special-offer-style-one .rlr-product-card__rating-text {
  color: var(--tt-text-black);
  font-size: var(--tt-font-size-small-paragraph);
}
.special-offer-style-one .rlr-product-card--v3 .rlr-product-card__price {
  font-size: var(--tt-font-size-card-price);
  font-weight: 500;
  line-height: 1;
}
.special-offer-style-one .rlr-product-card__anchor, 
.special-offer-style-one .rlr-product-card__anchor-cat, 
.special-offer-style-one .rlr-product-card__anchor-sub-cat, 
.special-offer-style-one .rlr-product-card__anchor-title {
  text-decoration: none !important;
}
.special-offer-style-one .rlr-product-card--v3 .rlr-product-card__details, 
.special-offer-style-one .rlr-product-card--v3 .rlr-product-card__header {
  margin-bottom: 4px;
}
.special-offer-style-one .rlr-product-card__sub-title {
  font-size: var(--tt-font-size-small-paragraph);
  color: var(--tt-text-black);
  opacity: 0.5;
}
.special-offer-style-one .rlr-product-card__footer .rlr-product-card__icon-text span.duration-period,
.special-offer-style-one .rlr-product-card__footer .rlr-icon-font.fa-clock {
  font-size: var(--tt-font-size-small-paragraph);
}
.special-offer-style-one .rlr-product-card__footer .rlr-icon-font.fa-check {
  font-size: var(--tt-font-size-small-paragraph);
}
.special-offer-style-one .rlr-product-card__footer .rlr-product-card__icon-text .rlr-icon-text__title {
  font-size: var(--tt-font-size-small-paragraph);
}
.special-offer-style-one .rlr-product-card__footer .rlr-icon-font.fa-check,
.special-offer-style-one .rlr-product-card__footer .rlr-icon-font.fa-clock {
  color: var( --tt-text-primary );
}
.special-offer-style-one .rlr-product-card__footer .rlr-product-card__icon-text-list {
  margin: 0;
  justify-content: space-between;
}
.special-offer-style-one .container {
  padding: 0;
}
.special-offer-style-one .rlr-product-card {
  background-color: var(--tt-bg-card);
  border-radius: var(--tt-radius-card);
  box-shadow: none;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.special-offer-style-one .rlr-product-card:hover {
  -webkit-box-shadow: 0 2px 8px 2px var(--tt-box-shadow);
  box-shadow: 0 2px 8px 2px var(--tt-box-shadow);
}
.special-offer-style-one .rlr-product-card__image-wrapper .rlr-js-product-multi-image-swiper .rlr-button:hover {
  background-color: var(--tt-text-white);
}
.rlr-product-card--v3 .swiper-button-disabled {
  display:none;
}

/* css for slider navigation top, title and subtitle */
.rlr-section-header {
  padding-left: 20px;
}
.slider_navigation_top {
  position: relative;
}
.slider_navigation_top .slick-slider {
  position: initial;
}
.slider_navigation_top .slick-arrow {
  position: absolute !important;
  top: 12px !important;
}
.slider_navigation_top .slick-arrow.slick-next {
  right: 1.5% !important;
}
.slider_navigation_top .slick-arrow.slick-prev {
  right: 70px !important;
  left: auto !important;
}

/* Offer star rating style */
.special-offer-style-one .elementor-star-rating i{
  color: var(--tt-orange);
}

@media(max-width: 767px){
  .rlr-section-header {
      padding-left: 10px;
  }
  .special-offer-style-one.has_subtitle.slider_navigation_top .slick-arrow,
  .special-offer-style-two.has_subtitle.slider_navigation_top .slick-arrow {
      top: 28% !important;
  }
  .slider_navigation_top .slick-arrow.slick-prev {
      left: 1% !important;
  }
  .slider_navigation_top .slick-arrow.slick-next {
      right: auto !important;
  left: 60px !important;
  }
  .rlr-section-header {
      padding-left: 10px;
  }
  .vt-offer-shortcode.special-offer-style-two .rlr-section-header,
  .vt-offer-shortcode.special-offer-style-one .rlr-section-header {
      padding-bottom: 4rem;
  }
  .vt-offer-shortcode.has_subtitle.slider_navigation_top .rlr-section-header {
      padding-bottom: 6rem;
  }
  .vt-offer-shortcode.special-offer-style-two .slick-arrow,
  .vt-offer-shortcode.special-offer-style-one .slick-arrow {
      top: 12.5% !important; 
  }
}


/* end css for slider navigation top, title and subtitle */
@media (min-width: 576px){
  .special-offer-style-one .rlr-section-header {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
  }
  .special-offer-style-one .rlr-button--carousel {
      height: 4.5rem !important;
      padding: 1rem !important;
      width: 4.5rem !important;
  }
}

@media (max-width: 767px){
  .special-offer-style-one .offers-slider .slick-prev {
      left: 0;
      margin-left: 0;
  }
  .special-offer-style-one .offers-slider .slick-next {
      left: 63px;
  }
  .special-offer-style-one .rlr-section-header {
      padding-bottom: 2rem;
  }
  .special-offer-style-one .rlr-section-header .rlr-button {
      width: 50px;
      padding: 0;
      height: 50px;
      margin: 15px 15px 0 0;
  }
  .special-offer-style-one .rlr-product-card__image-wrapper {
      padding: 0;
  }
  .special-offer-style-one .rlr-product-card__detail-wrapper {
      padding: 1rem 0.75rem;
  }
  
}

@media (max-width: 325px){

.vt-offer-shortcode.special-offer-style-two .slick-arrow, 
.vt-offer-shortcode.special-offer-style-one .slick-arrow {
  top: 17% !important;
}

}