
body{margin: 0; padding: 0; font-family: 'Open Sans'; color: #181617 }
.glob_gray {background: #f7f7f7}
.globle_h{ font-size:32px; font-weight: 700;  font-family:'Montserrat';}
h1, h2, h3, h4, h5, h6{ font-family:'Montserrat';}
.globle_sh{ font-size:18px;}
html{ scroll-behavior: smooth;}
a{ color:#181617}
a:hover{ color:#181617; text-decoration: none}
.rupee{font-family:rupee_foradianregular}
em.rupee{font-style:normal;font-size:100%;padding-right:8px}
em.rupee span{font-family:Montserrat;font-size:101%}
a{color: #181617}
.text-red{color:#e11f26}
 
.light_gradient{background:  linear-gradient(133deg,#fff 8%,rgba(255,230,231,67%) 28%,rgba(234,242,254,.7) 36%)}
.hero_sec{padding-top: 2rem; padding-bottom: 2rem}
 
 
.countdown {margin:  auto;width: 100%;display: flex;column-gap: 30px;font-family: 'Montserrat'; justify-content: center}
.time-section {text-align: center;font-size: 30px;}
.time-group {display: flex;column-gap: 5px;}
.time-segment {display: block;font-size: 32px;font-weight: 900;width: 100%;  }
.segment-display { position: relative; height: 100%; width: 40px; border-radius: 5px;  }
.segment-display__top, .segment-display__bottom {overflow: hidden;text-align: center;width: 100%;height: 50%;position: relative;}
.segment-display__top {line-height: 1.5;color: #181617;background-color: #ffffff;}
.segment-display__bottom {line-height: 0;color: #181617;background-color: #f1f1f1f1;}
.segment-overlay {position: absolute;top: 0;perspective: 400px;height: 100%;width: 100%;}
.segment-overlay__top,.segment-overlay__bottom { position: absolute; overflow: hidden; text-align: center; width: 100%; height: 50%;}
.segment-overlay__top {  top: 0;  line-height: 1.5;  color: #181617;  background-color: #ffffff;  transform-origin: bottom;}
.segment-overlay__bottom {  bottom: 0;  line-height: 0;  color: #181617;  background-color: #f1f1f1;  border-top: 0 solid black;  transform-origin: top;}
.segment-overlay.flip .segment-overlay__top {  animation: flip-top 0.8s linear;}
.segment-overlay.flip .segment-overlay__bottom {animation: flip-bottom 0.8s linear;}
.time-section p{ font-size: 15px; font-family: 'Montserrat'; text-transform: uppercase; color: #555; margin-top: .5rem; font-weight: 500}
.segment-display:before{width: 100%; height: 100%; background: #fff; content: ''; position: absolute; left: 0; right: 0; transform: scale(1.05); top: 0; bottom: 0; margin: auto; border-radius: 5px; box-shadow: 1px 4px 4px #2c2c2c4f}
.line{ position: absolute;left: 1rem; bottom: -.5rem}

@keyframes flip-top {
  0% {
    transform: rotateX(0deg);
  }
  50%,
  100% {
    transform: rotateX(-90deg);
  }
}

@keyframes flip-bottom {
  0%,
  50% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

.categoryMenu { background: #f4f8fe; border-radius: 20px; padding: 2rem 2rem; position: sticky; top: 0}
.categoryMenu select{font-size: .875rem; padding:.7rem 1rem; display: block; height: auto}
.bckProd{ background: #ccc;background: linear-gradient(180deg,#e9e9e9 0%,rgb(255 255 255) 50%);padding: 1px;border-radius: 20px 20px 0 0;z-index: 0;position: relative}
.cart_wrapper{  background: #fff; border-radius:   10px; overflow: hidden; box-shadow: -2px 4px 9px rgb(0 0 0 / 22%); position: relative; margin-top: 2rem}

.left_box_cart{ display: flex; flex-direction: column; align-items: center; justify-content: center;    position: relative;}
.left_box_cart img{max-width: 150px; width: 100%; margin-left: 2rem}

.product_offer_container{padding: 2rem; padding-top: 0}
/*.gradient_border{position: relative; display: inline-flex; padding:.25rem 1rem}*/
.gradient_bordesr:before{border-radius: 50px; /*1*/
  border: 1px solid transparent; /*2*/
  background: linear-gradient(45deg,red,blue) border-box; /*3*/
  -webkit-mask: /*4*/
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
          mask-composite: exclude; /*5*/ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0}

.product_offer_container h5{font-size: 1.5rem; font-weight: 700; margin-top: 1rem}
.licence_text{font-size: .875rem; color: #555}

.product_discription ul{ list-style: none; padding-left: 0; margin-top: 1.5rem}
.product_discription ul li{position: relative;padding-left: 1.5rem;margin-bottom: .3rem;font-size: 15px}
.product_discription ul li:before {content: "";display: block;width: 5px;height: 9px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);position: absolute;top: 6px;left: 5px;z-index: 1;}
.product_discription ul li:after {width: 15px;height: 15px;border-radius: 14px;background: #099e44;position: absolute;left: 0;margin: auto;content: '';top: 4px;z-index: 0;}

.product_offer_container{display: flex; justify-content: space-between; align-items: center}

  
 
.reveal-code {position: relative;width: 100%;margin-bottom: 5px;margin-top: 10px;height: 49px;}
 .reveal-code .dis-code {display: block;width: 100%;height: 100%;border: 1px dashed #d1d1d1;text-align: right;background: #f4f8fe;padding: 0 10px;line-height: 46px;color: #181617;border-radius: 3px;font-weight: 600}
 .reveal-code .btn-peel {position: absolute;top: 0;left: 0;width: calc(100% - 40px);height: 100%;line-height: 1.3;vertical-align: middle;cursor: pointer;border-radius: 3px 0 0 3px;text-decoration: none;background: #181617;color: #fff!important;/* padding: 10px 5px 0 20px; */transition: all .2s linear;font-weight: 600;font-size: 13px;display: flex;align-items: center;justify-content: center;}
 .reveal-code .btn-peel:hover {background: #181617;width: calc(100% - 50px);transition: all .2s linear}
 .reveal-code .btn-peel:hover:after {border-bottom: 30px solid #666;border-right: 30px solid transparent;right: -30px;transition: all .2s linear}
 .reveal-code .btn-peel:hover:before {width: 30px;height: 20px;background: #181617;transition: all .2s linear}
 .reveal-code .btn-peel:before {content: '';position: absolute;bottom: 0;left: 100%;width: 20px;height: 29px;background: #181617;transition: all .2s linear}
 .reveal-code .btn-peel:after { content: ''; position: absolute; top: 0; right: -20px; border-bottom: 20px solid #666; border-right: 20px solid transparent; transition: all .2s linear}
.coupon_container{max-width: 200px; width: 100%; margin-top: 3rem}
.offer_btn {padding: 10px 10px;background: #e11f27;color: #fff;border: 2px solid #e11f27;font-family: 'Montserrat'; font-size: 1rem; font-weight: 700}
.offer_btn:hover{color: #fff}

.bckProd:before,.bckProd:after { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width: 300px; background: #777; -webkit-box-shadow: 0 15px 18px #777; -moz-box-shadow: 0 15px 18px #777; box-shadow: 0 15px 18px #777; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg)
}

.bckProd:after {-webkit-transform: rotate(3deg);-moz-transform: rotate(3deg);-o-transform: rotate(3deg);-ms-transform: rotate(3deg);transform: rotate(3deg);right: 10px;left: auto;
}

.message-coupon{font-size: 12px; position: absolute; right: 0; top: -1.5rem}

 .gradient_border {white-space: nowrap;font-size:1rem;font-weight: 600;font-family: 'Montserrat';color: #fff;display: inline-flex;background: linear-gradient(120deg,#f53843 0%,#2f5795 100%);position: absolute;;padding: .1rem.5rem;left: 14px;top: -0;text-align: center;border-radius: 0 0 10px 0;line-height: 1.3;padding: .5rem; /*z-index: 2*/}

.product_discription{ padding-right:2rem}


.offer_product{ margin-top: -0;position: relative;overflow: visible;z-index:0;padding-bottom: 2rem;   background-repeat: repeat-x;     background-repeat: repeat-x; background-size: contain; padding-top: 0; background-position-y:10rem}
.product_discription h5{cursor: pointer}

 .top_banner p { font-size: 18px; padding: 0; padding-top: .3rem}
 .main_product_box {background: #fff;padding: 1rem;border-radius: 10px;display: flex; box-shadow:-2px 4px 9px rgb(0 0 0 / 22%);max-width: 621px;width: 100%;position: relative;overflow: hidden; align-items: flex-start}
 .box_container { padding:1rem 1rem 1rem 1rem;  width: 100%}
.top_banner h1{font-size: 36px;  font-weight:800; margin-bottom: 0; padding-bottom: 0; line-height: 1.3}
.top_banner h2{font-size: 30px; font-weight: 600}
 .box_container h3 {font-size: 18px;font-weight: 700; margin-bottom: 0; color: #181617; padding-right: 4rem}
 .box_container .addtion {font-family: 'Montserrat'}
 .box_container p {font-size: 14px;padding-top: .28rem; line-height: 1.5}
 .save {font-size: 22px;font-weight: 600}
 .price_container {padding-top: 1rem;display: flex; flex-direction: column; align-items: flex-start}
 .cross_p {margin: 0 .5rem;font-size: 20px;font-family: 'Montserrat';position: relative;display: block; margin-left: 0}
 .cross_p sup {font-size: 55%}
 .cross_p:before {width: 100%;height: 1px;background: #e11f26;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;content: ''}
 .offer_price {font-size: 35px;font-weight: 800;font-family: 'Montserrat'}
 .offer_price sup {font-size: 55%}
 .price_container .buy_btn {padding: .8rem 2rem;background: #e11f26;color: #fff;font-family: 'Montserrat';text-transform: uppercase;font-weight: 600;border-radius: 3px}
 .gradient_box {white-space: nowrap;font-size:12px;font-weight: 400;font-family: 'Montserrat';color: #fff;display: block;background: linear-gradient(120deg,#f53843 0%,#2f5795 100%);position: absolute;width: 100%;max-width: 106px;padding: .1rem.5rem;right: -13px;top: -0;text-align: center;border-radius: 0px 0 0 10px;line-height: 1.3;padding: .5rem 0}
.gradient_box i{display: block; font-style: normal; font-size: 14px; font-weight: 400}
.buy_btn:hover{color: #fff; text-decoration: none; background: #e11f31}.gradient_box i{display: block; font-style: normal; font-size: 18px; font-weight: 600}

.box_container ul{list-style: none; padding-left: 0; margin-top: 1rem}
.box_container ul li{position: relative; padding-left: 1.5rem; margin-bottom: .3rem; font-size: 15px}
.box_container ul li:before {content: "";display: block;width: 5px;height: 9px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);position: absolute;top: 6px;left: 5px;z-index: 1}
.box_container ul li:after {width: 15px;height: 15px;border-radius: 14px;background: #099e44;position: absolute;left: 0;margin: auto;content: '';top:4px;z-index: 0}


 .product_title {display: block;font-family: 'Montserrat';font-size: 18px;font-weight: 700;text-transform: uppercase}
 .features_list {list-style: none;padding: 0}
 .features_list li {position: relative;padding-left: 1.5rem;margin: .5rem 0;color: #454545;font-size: 16px;line-height: 26px}
 .features_list li h3 {font-size: 15px;font-family: 'Open Sans';line-height: 26px}
 .features_list li:before {content: ""; display: block;width: 5px; height:9px; border:solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); position: absolute; top: 7px; left: 5px; z-index: 1}
 .features_list li:after {content: "";display: block;width: 15px;height: 15px;border-radius: 10px;background: #099e44;position: absolute;top: 5px;left: 0}
 .product_warapper {background: #fff;padding: 3rem; box-shadow: 0 0 10px #ccc;max-width: 563px;width: 100%;display: flex;position: relative;overflow: hidden;border-radius: 20px}
 .product_warapper .gradient_box { white-space: nowrap; font-size: 18px; font-weight: 600; font-family: 'Montserrat'; color: #fff; display: block; background: linear-gradient(90deg,#f53843 0%,#2f5795 100%); position: absolute; width: 100%; max-width: 174px; padding: 0.3rem.5rem; text-align: center; right: -35px; top: 25px; transform: rotate(42deg)}
 .text_wrapper .cross_p {display: inline-block;overflow: hidden;padding-top: 1rem}
 .text_wrapper .offer_price {display: block}
 .text_wrapper .buy_btn { display: inline-flex; padding: .8rem 2rem; background: #e11f26; color: #fff; font-family: 'Montserrat'; text-transform: uppercase; font-weight: 600; border-radius: 3px; margin-top: 1rem}
 .text_wrapper .offer_price {font-size: 50px}
 .text_wrapper .cross_p:before {top: 11px}
 .text_wrapper {padding-left: 2rem}
 .top_banner .counter {display: flex;width: 100%;justify-content: center}
.cont_col {max-width:70px;margin: 0 1rem;color: #181617;width: 100%}
 .cont_col .count_text {width: 100%;background: rgb(255 255 255 / 17%);color: #fff;height:60px;display: flex;align-items: center;justify-content: center;font-size: 32px;font-family: 'Montserrat';font-weight: 700;border-radius: 10px;margin-bottom: 1rem;position: relative;overflow: hidden}
 .cont_col .count_text:before {width: 100%;height: 100%;background: rgb(255 255 255 / 20%);position: absolute;top: 50%;left: 0;content: '';border-top: 2px solid rgba(255,255,255,.15)}
 .top_banner .cont_col span {font-size: 15px;font-family: 'Montserrat';color: #fff;text-transform: uppercase}

.right_graphic{position: absolute; top: 0; right: 0}
.left_graphic{position: absolute; top: 0; left: 0; transform: scaleX(-1)}

.offer_product{/*background: url("../images/banner_bg.png") no-repeat;*/   position: relative;overflow: visible;z-index:0;padding-bottom: 2rem;   background-repeat: repeat-x;     background-repeat: repeat-x; background-size: contain; padding-top: 0; background-position-y:10rem}

.left_ribbit{position: absolute; left: -50%; top:-4rem; max-width: 100%  }
.right_ribbit{position: absolute; right: -50%; top:-4rem;  max-width: 100%  }
.gradient_box sup{font-size: 50%;}
.body_box{display: flex; justify-content: space-between}
.box_wrapper{display: flex}
.save-text{font-size: 12px; font-weight: 700; color: #099e44; display: inline-block; margin-bottom: .3rem; }


.left_box_cart  .offer_price{font-size: 1.5rem}
.left_box_cart   .cross_p{font-size: .875rem}

.popup_heading{font-size: 1.5rem; font-weight:600; line-height: 1.3}
.popup_heading sup{font-size: 55%}
.popup_flex{display: flex; max-width: 100%; align-items: center}
.popup_flex  .reveal-code{max-width: 220px; margin-right: .5rem; margin-bottom: 0; margin-top: 0; display: flex;  border: 1px dashed #d1d1d1; border-radius: 5px}
.popup_flex  .reveal-code .btn-peel{position: static; border: none; border-radius: 0}
 
.popup_flex  .reveal-code .btn-peel:before, .popup_flex  .reveal-code .btn-peel:after{display: none; }
COPY CODE
COPY CODE

coupons .left_box_cart  .offer_price{font-size: 1.5rem}
.left_box_cart   .cross_p{font-size: .875rem}

.popup_heading{font-size: 1.5rem; font-weight:600; line-height: 1.3}
.popup_heading sup{font-size: 55%}
.popup_flex{display: flex; max-width: 100%; align-items: center}
.popup_flex  .reveal-code{max-width: 220px; margin-right: .5rem; margin-bottom: 0; margin-top: 0; display: flex;  border: 1px dashed #d1d1d1; border-radius: 5px; text-align: center}
.popup_flex  .reveal-code .btn-peel{position: static; border: none; border-radius: 0; display: flex!important; justify-content: center; align-items: center}
 
.popup_flex  .reveal-code .btn-peel:before, .popup_flex  .reveal-code .btn-peel:after{display: none; }
.coupon_popup .coupon_container{ margin-top: 1rem}
.coupon_popup .message-coupon{display: none !important}
.coupon_popup .reveal-code .btn-peel:hover, .coupon_popup .reveal-code .btn-peel{width: 100%}

.terms_line{position: relative; display: inline-flex}

.terms_line:before{width: 8px;height: 8px;content: '';right: -16px;top: 8px;position: absolute;background: transparent;text-indent: -9999px;border-top: 1px solid #555;border-left: 1px solid #555;transition: all 250ms ease-in-out;transform: rotate(135deg);display: block;}

.terms_line[aria-expanded="true"]:before{ transform: rotate(225deg); top: 7px}

.popUp-close-btn{position: absolute; right: 1rem; top: .5rem; font-size: 1.5rem; z-index: 2; cursor: pointer}

@media screen and (max-width:1366px) {
  .select_cart p{
   width:230px;
  }
}

@media (max-width:992px) {
  .box_container{
    margin-top:3rem;
  }
  .box_container h3{
    padding-right: 0;
  }
  .body_box{
    flex-direction: column-reverse;
    margin: auto;
}
  .body_box img{
     margin:auto;
  }
  .box_wrapper{
    margin-bottom:2rem;
  }
  .product_discription{
    padding-right: 0;
  }
  .price-aligment{
    margin-left:2rem;
  }
  .gradient_box {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .price_container{
    margin:auto;
    align-items: center;
  }
  .price_container .buy_btn{
    margin-top:1rem;
  }
  .offer_price {
    font-size: 24px;
  }
  .cross_p{
    font-size: 18px;
  }


}





@media screen and (max-width:767px) {
  .box_container{
    margin-top:3rem;
  }
  .box_container h3{
    padding-right: 0;
    text-align: center;
  }
  .body_box{
    flex-direction: column-reverse;
    margin: auto;
}
  .body_box img{
     margin:auto;
  }
  .box_wrapper{
    margin-bottom:2rem;
  }
  .product_offer_container{
    display: block;
  }
  .product_discription{
    padding-right: 0;
  }
  .price-aligment{
    margin-left:2rem;
  }
  .gradient_box{
    max-width: 100%;
    right: 0px;
  }
  .coupon_container{
    margin:auto;
  }
  .price_container{
    margin:auto;
  }
  .price_container .buy_btn{
    margin-top:1rem;
  }
  .gradient_box i {
    font-size: 20px;
    padding-right: 10px;
    padding-left: 1rem;
}
.gradient_box strike {
  font-size: 14px;
  font-weight: 400;
}
.cross_p {
  font-size: 18px;
  font-weight: 600;
}
.text-red {
  text-align: center;
}
.product_offer_container h5{
  text-align: center;
}
.price_container .buy_btn {
  padding: 0.8rem 4rem;
  border-radius: 5px;
}
.globle_h {
  font-size: 27px!important;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  }}

@media screen and (max-width:572px) { 
  .coupon_popup img{max-width: 172px; margin: auto}
  .coupon_popup{text-align: center}
  .popup_heading{margin-top: 2rem; font-size: 1rem}
  .coupon_container{flex-direction: column}
  .coupon_popup .offer_btn{width: 218px; margin-top: 1rem}
  .coupon_popup, .modal-content, .modal-dialog, .modal{border-radius: 0!important; margin: 0!important; padding: 0}
  .accordion{text-align: left}

}

@media screen and (max-width:320px) {
  .price_container .buy_btn{
    padding: 0.8rem 3rem;
  }
}