
.discount-products-right {
    padding: 34px 0 30px 30px;
    max-width: 364px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .discount-products-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    background-color: #000;
  }
  
  .discount-products-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 37px;
    -webkit-transform: translateY(95px);
    -moz-transform: translateY(95px);
    -ms-transform: translateY(95px);
    -o-transform: translateY(95px);
    transform: translateY(95px);
    width: 247px;
    height: 247px;
    background: url("./../../../assets/images/new/shape-04.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  
  .discount-products-right .swiper-slide>* {
    margin-right: 70px;
  }
  
  .discount-products-right .timear {
    -webkit-transform: translate(73px, -50%);
    -moz-transform: translate(73px, -50%);
    -ms-transform: translate(73px, -50%);
    -o-transform: translate(73px, -50%);
    transform: translate(73px, -50%);
  }
  
  .discount-products-right .timear li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
  }
  
  .discount-products-right .timear li:not(:last-child) {
    margin-bottom: 12px;
  }
  
  .discount-products-right .timear li span {
    border: 0.5px solid #fff;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
  }
  
  .discount-products-right .swiper__progress {
    height: 3px;
    background-color: #d22e1c;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .discount-products-left {
    max-width: -webkit-calc(100% - 364px);
    max-width: -moz-calc(100% - 364px);
    max-width: calc(100% - 364px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 34px 20px 0 0;
  }
  
  .discount-products-left .swiper-button-next,
  .discount-products-left .swiper-button-prev {
    top: 12px;
    right: auto;
    left: 0;
  }
  
  .discount-products-left .swiper-button-next::after,
  .discount-products-left .swiper-button-prev::after {
    content: "\e90e";
    font-family: "icomoon";
    font-size: 24px;
    color: #121212;
  }
  
  .discount-products-left .swiper-button-prev {
    top: 10px;
    left: 40px;
  }
  
  .discount-products-left .swiper-button-prev::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  @media only screen and (max-width: 1399px) {
    .discount-products-right {
        max-width: 330px;
    }
  
    .discount-products-right .swiper-slide>* {
        margin-right: 50px;
    }
  
    .discount-products-right .swiper-slide>* .timear {
        -webkit-transform: translate(53px, -50%);
        -moz-transform: translate(53px, -50%);
        -ms-transform: translate(53px, -50%);
        -o-transform: translate(53px, -50%);
        transform: translate(53px, -50%);
    }
  
    .discount-products-left {
        max-width: -webkit-calc(100% - 330px);
        max-width: -moz-calc(100% - 330px);
        max-width: calc(100% - 330px);
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .discount-products-right {
        max-width: 285px;
    }
  
    .discount-products-left {
        max-width: -webkit-calc(100% - 285px);
        max-width: -moz-calc(100% - 285px);
        max-width: calc(100% - 285px);
    }
  }
  
  @media only screen and (max-width: 991px) {
    .discount-products-right {
        max-width: 275px;
    }
  
    .discount-products-left {
        max-width: -webkit-calc(100% - 275px);
        max-width: -moz-calc(100% - 275px);
        max-width: calc(100% - 275px);
    }
  }
  
  @media only screen and (max-width: 767px) {
    .discount-products-right {
        max-width: 289px;
    }
  
    .discount-products-left {
        max-width: -webkit-calc(100% - 289px);
        max-width: -moz-calc(100% - 289px);
        max-width: calc(100% - 289px);
    }
  }
  
  @media only screen and (max-width: 575px) {
  
    .discount-products-right,
    .discount-products-left {
        max-width: 100%;
    }
  
    .discount-products-right {
        padding: 30px 0;
    }
  
    .discount-products-right::before {
        left: -12px;
    }
  
    .discount-products-right::after {
        left: 50%;
        -webkit-transform: translate(-50%, 95px);
        -moz-transform: translate(-50%, 95px);
        -ms-transform: translate(-50%, 95px);
        -o-transform: translate(-50%, 95px);
        transform: translate(-50%, 95px);
    }
  
    .discount-products-left {
        padding-right: 0;
    }
  }