 /*////////////////// hot deals/////////////////////*/
 [class*="cat-col-"] {
     position: relative;
     width: 100%;
     padding-left: 15px;
     padding-right: 15px;
 }
 
 .cat-col-1 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }
 .cat-col-2 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
 }
 .cat-col-3 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
 }
 
  .cat-col-4 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }
 
 .cat-col-5 {
     -ms-flex: 0 0 20%;
     flex: 0 0 20%;
     max-width: 20%;
 }
 .cat-col-6 {
     -ms-flex: 0 0 16.666666%;
     flex: 0 0 16.666666%;
     max-width: 16.666666%;
 }
 .cat-col-7 {
     -ms-flex: 0 0 14.285714%;
     flex: 0 0 14.285714%;
     max-width: 14.285714%;
 }
 .cat-col-8 {
     -ms-flex: 0 0 12.5%;
     flex: 0 0 12.5%;
     max-width: 12.5%;
 }
 .pars-hot-deals-row {
     display: flex;
     align-items: center;
     padding: 40px 0 10px 0;
     gap: 10px;
 }
.pars-hot-deals-left .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 0;
    left:auto;
    width: max-content;
}
 .pars-hot-deals-left {
     gap: 8px;
     display: flex;
     width: 78%;
     padding: 0px 0px 0px 20px !important;
     z-index:0;
 }
 .pars-hot-deals-box {
     transition: all .2s ease-in-out;
     background: white;
     padding: 15px;
     border: solid 1px #cecece29;
     border-radius: 5px;
     box-shadow: 0px 2px 13px #c5bdf336;
 }
 
 .pars-hot-deals-box:hover {
     box-shadow: 0px 4px 25px #c5bdf34f;
     transition: all .2s ease-in-out;
     
 }
 
 .pars-hot-deals-box:hover a.pars-hotdeals-btn {
 background:#6ec927;
     
 }
img.pars-hot-deals-sale-text {
    margin-bottom: 10px;
    width: 100px;
    height: 17px;
}

.pars-hot-deals-box .pars-price .pars-product_price {
    gap: 5px;
}


 .pars-product_price {
display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 20px;
    height: 50px;
    gap:6px;
    justify-content: center;
}
 del.pars_regular_price {
    font-size: 14px;
}
span.pars_regular_price_org {
    color: #6b6b78;
    font-size: 18px;
}
span.pars_sale_price_currency {
    color: #919090;
    font-size: 12px;
}
 h3.pars-hotdeals-title {
     margin-bottom: 5px;
     margin-top: 10px;
     font-size: 13px;
     height: 41px;
     overflow: hidden;
     color: #41444f;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     text-align: right;
     letter-spacing: -0.7px;
     line-height: 20px;
 }
 
 h3.pars-hotdeals-title:hover {
     color: #1d193f;
 }
 
 span.percent-pars {
     display: inline-block;
     height: 25px;
     line-height: 25px;
     padding: 0px 5px;
     margin-top: -8px;
     float: left;
     border-radius: 6px;
     margin-right: 5px;
     font-size: 14px!important;
     color: #fff;
     background: linear-gradient(126deg,#f4204b,#fe6667);
 }
 
 a.pars-hotdeals-btn {
     background: #8ed557;
     color: white;
     display: flex;
     padding: 4px 25px;
     font-size: 12px;
     border-radius: 8px;
     align-items: center;
     gap: 5px;
 }
 
 span.pars-product-vendor-des {
     font-size: .875rem;
 }
 
 a.pars-hotdeals-btn i.fal.fa-shopping-bag {
     font-size: 16px;
 }
 
 a.pars-hotdeals-btn:hover {
     background: #6ec927;
     color: white;
 }
 
 .pars-hotdeals-bottom {
 display: flex;
     justify-content: space-around;
     align-items: center;
     margin-top: 6px;
 }
 
 
 
 
 mark, ins {
     background: white !important;
 }
 
 .pars-hot-deals-right {
     display: flex;
     padding: 25px;
     height: max-content;
     border-radius: 15px;
     position:relative;
     width: 22%;
     flex-direction: column;
 }
 
 .pars-hot-deals-title {
     font-size: 17px;
     position: relative;
     color: white;
 }
 
 .pars-hot-deals-subtitle {
     color: white;
     position: relative;
     font-size: 13px;
 }
 
 .pars-hot-deals-percent {
     color: white;
     font-weight: 900;
     margin-top: 10px;
     position: relative;
     text-shadow: 8px 6px 0px #ffffff2e;
     font-size: 61px;
     font-family: cursive;
     text-align: center;
 }
 
 .pars-hot-deals-timer-text {
     margin: 6px 0 0 0;
     border-bottom: dashed 1px #ffffff70;
     padding-bottom: 5px;
     letter-spacing: -0.5px;
     gap: 10px;
     display: flex;
     color: white;
     position: relative;
     font-size: 13px;
     text-align: center;
     align-items: center;
     justify-content: center;
 }
 
 
 .pars-hot-deals-timer-text i.fal.fa-stopwatch {
     font-size: 19px;
     position: relative;
 }
 
 
 .pars-hot-deals-timer {
     margin: 40px 0 0 0;
     color: white;
     position: relative;
     text-align: center;
     font-size: 19px;
 }
 
 .pars-hot-deals-btn {
     color: white;
     border-radius: 5px;
         background-color: rgb(0 0 0 / 10%);
     width: max-content;
     text-align: center;
     margin: 44px auto 0 auto;
     position: relative;
     padding: 6px 15px;
     letter-spacing: -0.5px;
 }
 
 
 .pars-hot-deals-left:before {
     content: '';
     top: 0;
     position: absolute;
     z-index: -1;
     width: 462px;
     bottom: 0;
     right: unset;
     left: 3px;
     border-radius: 30px;
 }
 
 .pars-hot-deals-left:after {
     content: '';
     position: absolute;
     z-index: -1;
     top: 0;
     width: 350px;
     bottom: 0;
     right: unset;
     left: 300px;
     border-radius: 30px;
     -moz-transform: translate(-20%, 0px) skew(20deg, 0deg);
     -webkit-transform: translate(-20%, 0px) skew( 20deg , 0deg );
     -o-transform: translate(-20%, 0px) skew(20deg, 0deg);
     -ms-transform: translate(-20%, 0px) skew(20deg, 0deg);
     transform: translate(-20%, 0px) skew( 20deg , 0deg );
 }
 
 
 .pars-times {
     direction: ltr;
     display: flex;
     gap: 10px;
     justify-content: center;
 }
 
 a.pars-hotddeals-btn-url {
     color: white;
 }
 a.pars-hotddeals-btn-url:hover {
     color: white;
 }
 
 .pars-day {
     display: flex;
     flex-direction: column;
     font-size: 20px;
     align-items: center;
     border-radius: 10px;
     width: 45px;
     height: 45px;
 }
 
 span.pars-count-number {
     font-size: 12px;
     color: white;
 }
 
 .pars-hours {
     display: flex;
     flex-direction: column;
     align-items: center;
     border-radius: 10px;
     width: 45px;
     height: 45px;
     font-size: 20px;
 }
 
 .pars-minutes {
     display: flex;
     flex-direction: column;
     align-items: center;
     border-radius: 10px;
     width: 45px;
     height: 45px;
     font-size: 20px;
 }
 
 .pars-secounds {
     display: flex;
     flex-direction: column;
     border-radius: 10px;
     background: white;
     align-items: center;
     color: #434151;
     width: 45px;
     border-left: solid 2px #ffffff3d;
     height: max-content;
     border-right: solid 2px #ffffff3d;
     font-size: 20px;
 }
 
 span.pars-count-number-s {
     color: #434151;
     font-size: 12px;
 }
 
 
 
 .pars-hot-deals-product-pic {
     padding: 15px;
     border-radius: 7px;
     transition: all .3s ease-in-out;

 }
 
 .bottom-box-dis {
     border-radius: 5px;
     display: flex;
     gap: 10px;
     color: white;
     box-shadow: 0 0 50px rgb(79 105 139 / 20%);
     padding: 4px 4px 4px 4px;
     margin-top: 5px;
     align-items: center;
     justify-content: space-around;
 }
 
.pars-hot-deals-sale {
    height: 17px;
    min-height: 17px;
    display: flex;
    max-height: 17px;
    justify-content: space-between;
    flex-direction: row-reverse;
}
 
 .pars-hot-deals-top {
     display: flex;
     margin-bottom: 25px;
     margin-top: 14px;
     justify-content: space-between;
     align-items: center;
 }
 
.pars-hot-deals-layout2 {
    display: flex;
    gap: 5px;
}
 
 
 .pars-hot-deals-box-two {
     transition: all .2s ease-in-out;
     background: white;
     padding: 15px;
     z-index: 1;
     border: solid 1px #cecece29;
     border-radius: 5px;
     box-shadow: 0px 2px 13px #c5bdf336;
 }
 
 .pars-hot-deals-box-two:hover {
     box-shadow: 0px 4px 25px #c5bdf34f;
     transition: all .2s ease-in-out;
     
 }
 
 .pars-hot-deals-box-two:hover a.pars-hotdeals-btn {
 background:#6ec927;
     
 }
 
 
 .pars-hot-deals-row2 {
     padding: 5px 25px 5px 25px;
 }
 
 .pars-hot-deals-layout2:before {
     content: "";
     float: right;
     position: absolute;
     height: 100%;
     top: 0;
     right: 0;
     background: #eeeeee6b;
     width: 50%;
     border-radius: 90px 20px 20px 90px;
 }
 
 .pars-hot-deals-layout2:after {
     content: "";
     float: right;
     position: absolute;
     height: 100%;
     bottom: 0;
     left: 0;
     width: 45%;
     border-radius: 20px 90px 90px 20px;
 
 }
 
 .pars-hot-deals-title2 {
     z-index: 1;
     font-size: 15px;
 }
 
 .pars-hot-deals-timer-text2 {
     z-index: 1;
 }
 
 
 
 .pars-hot-deals-timer2 {
     margin-left: 25px;
     color:white;
     z-index:1;
 }
 
 .pars-hot-deals-btn2 {
     z-index: 1;
     background: #fff;
     padding: 6px 20px;
     border-radius: 90px;
 }
 
 .pars-hot-deals-top-left {
     z-index: 1;
     display: flex;
     align-items: center;
 }
 .pars-hot-deals-right:before {
    content: ''!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    background-color: rgb(255 255 255 / 2%)!important;
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) ,rgb(0 0 0 / 25%))!important;
    pointer-events: none!important;
    z-index: 0!important;
    border-radius: 15px;
}


     .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      justify-content: center;
      align-items: center;
    }



    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
    
    .swiper-wrapper {
    padding: 0 0 40px 40px;
}

.pars-hot-deals-row3 .swiper {
    padding-right: 13px;
}

.pars-hot-deals-row3 span.percent-pars {
    font-weight: 200;
    margin-top: -8px;
    width: 32px;
    height: 32px;
    display: inline-block;
    height: 31px;
    line-height: 25px;
    padding: 0px 1px;
    line-height: 34px;
    float: left;
    border-radius: 67% 33% 33% 67% / 50% 49% 51% 50%;
    margin-right: 5px;
    font-size: 13px!important;
    color: #fff;
    background: #9d18e6;
}

.pars-hot-deals-row3 .pars-hotdeals3-bottom a.pars-hotdeals-btn {
    background: #8ed557;
    color: white;
    padding: 7px 9px 8px 9px;
    border-radius: 50%;
    align-items: center;
    gap: 5px;
    visibility:hidden;
    opacity:0;
}

.pars-hot-deals-row3 .pars-hotdeals3-bottom a.pars-hotdeals-btn:hover {
    border-radius: 30%;
}

.pars-hot-deals-row3 .pars-hot-deals-box-two:hover a.pars-hotdeals-btn{
    visibility:visible;
    opacity:1;

}
.pars-hot-deals-row3 .pars-hot-deals-box-two{
cursor:pointer;

}
.pars-hot-deals-row3 .pars-hot-deals-box-two:hover a.pars-hotdeals-btn{
    transition: .6s cubic-bezier(.19,1,.22,1) !important;

}
.pars-hot-deals-row3 .pars-hot-deals-box-two:hover a.pars-hotdeals-btn{
    visibility:visible;
    opacity:1;

}


.pars-hotdeals3-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

.pars-hot-deals-row3 .pars-hotdeals3-bottom a.pars-hotdeals-btn i.fal.fa-shopping-bag {
    font-size: 16px;
}
.pars-hot-deals-row3 .pars-hot-deals-product-pic {
    padding: 20px 35px 10px 35px;
    border-radius: 7px;
    transition: all .3s ease-in-out;
}

.pars-hot-deals-row3 {
    padding: 30px 25px 10px 25px;
    background-color: #FF4242;
    border-radius: 7px;
}

.pars-hot-deals-pic-section {
    width: 20%;
    padding: 0 0 0 25px;
    text-align: center;
}
.pars-hot-deals-layout3 {
    display: flex;
    gap: 5px;
}

@keyframes shine {
    0% {
        mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
        -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
        mask-position: 0;
        -webkit-mask-position: 0;
        mask-size: 800%;
        -webkit-mask-size: 800%
    }

    to {
        mask-position: 120%;
        -webkit-mask-position: 120%;
        opacity: 1;
        -webkit-opacity: 1;
        transition: mask-position 2s ease,-webkit-mask-position 2s ease;
        -webkit-transition: mask-position 2s ease,-webkit-mask-position 2s ease
    }
}

.pars-hot-deals-pic-section img {
    animation: shine 2s 2s infinite;
}

.pars-hot-deals-layout3 .pars-day {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    align-items: center;
    border-radius: 10px;
    width: 35px;
    height: 35px;
}

.pars-hot-deals-layout3 .pars-hours {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    font-size: 15px;
}

.pars-hot-deals-layout3 .pars-minutes {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    font-size: 15px;
}

.pars-hot-deals-layout3 .pars-secounds {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: white;
    align-items: center;
    color: #434151;
    width: 35px;
    border-left: solid 2px #ffffff3d;
    height: max-content;
    border-right: solid 2px #ffffff3d;
    font-size: 15px;
}

.pars-hot-deals-layout3 .pars-hot-deals-timer {
    margin: 10px 0 0 0;
    color: white;
    position: relative;
    text-align: center;
    font-size: 19px;
}