/* 
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
} */
.popup_container {
  position: fixed;
  left: 0;
  top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: -2;
  }
  
  .popup_active{
    opacity: 1;
    visibility: visible;
    z-index: 9992;
  }
  .popup_container .popup_head_and_content {
    max-width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .popup_container .popup_head_and_content .popupHead {
    max-width: 160px;
    margin-bottom: -4px;
  }
  
  .popup_container .popup_head_and_content .popupHead img {
    width: 100%;
  }
  
  .popup_container .popup_head_and_content .popupContent {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .popup_container .popup_head_and_content .popupContent .top_bg {
    max-width: 500px;
    position: relative;
    margin-bottom: -160px;
    z-index: 1;
  }
  
  .popup_container .popup_head_and_content .popupContent .top_bg img {
    width: 100%;
  }
  
  .popup_container .popup_head_and_content .popupContent .top_bg .popup_heading {
    max-width: 400px;
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    z-index: 2;
    text-align: center;
    width: 100%;
  }
  
  .popup_container .popup_head_and_content .popupContent .top_bg .popup_heading h3 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #00301e;
    margin-top: -2px;
  }
  .discount11{
    width: 215px !important;
    margin-left: 38px;
    margin-bottom: 5px;
  }
  .popup_container .popup_head_and_content .popupContent .discount_badge {
    max-width: 250px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: -70px;
    margin-top: 13px;
  }
  .countdownoffs{
    text-align: center;
  }
  .popup_container .popup_head_and_content .popupContent .discount_badge1 {
    max-width: 250px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: -10px;
    margin-top: 13px;
  }
  
  .popup_container .popup_head_and_content .popupContent .discount_badge .discount_rate {
    position: absolute;
    left: 40%;
    top: 45%;
    -webkit-transform: translate(-40%, -45%);
            transform: translate(-40%, -45%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .popup_container .popup_head_and_content .popupContent .discount_badge .discount_rate p {
    color: white;
    text-transform: capitalize;
    font-size: 27px;
    text-shadow: 0px 6px 1px #000, 0px 0px 0px #000,
   0px 6px 0px #000;
   position: relative;
   top: -44px;
   font-weight: 600;
  }
  
  .popup_container .popup_head_and_content .popupContent .discount_badge .discount_rate h6 {
    color: #fff;
    font-size: 60px;
    text-shadow:0px 6px 1px #000, 0px 0px 0px #000, 2px 6px 0px #000;
   position: absolute;
   margin-top: 153px;
  }
  
  .popup_container .popup_head_and_content .popupContent .discount_badge img {
    width: 100%;
  }
  
  .popup_container .popup_head_and_content .popupContent .bottom_bg {
    max-width: 500px;
    position: relative;
    z-index: 4;
  }
  
  .popup_container .popup_head_and_content .popupContent .bottom_bg img {
    width: 100%;
  }
  
  .popup_container .popup_head_and_content .popupContent .bottom_bg .timer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    padding: 30px 40px 20px 40px;
  }
  
  .popup_container .popup_head_and_content .popupContent .bottom_bg .timer_content .timer {
    margin-bottom: 20px;
  }
  
  .popup_container .popup_head_and_content .popupContent .bottom_bg .timer_content .pBtn {
    text-transform: uppercase;
    color: #fff;
    padding: 12px 23px;
    background-color: #1fa105;
    border-radius: 6.20896px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 19px;
    position: absolute;
    top: 160px;
    left: 97px;
  }
  
  .popup_container .popup_head_and_content .popupContent .bottom_bg .timer_content .pBtn:hover {
    background-color: #1a8804;
  }
  .syotimer {
    text-align: center;
    padding: 0 0 10px;
  }
  
  .syotimer_cell {
    display: inline-block;
    margin: 0 10px !important;
    width: 50px;
    background-size: contain;
  }
  .popup_container .bg_imgae1{
    width: calc( 100% + 30px);
    height: calc( 100% + 30px);
    position: absolute;
    background-repeat: no-repeat;
    top: -15px;
    left: -15px;
    background-size: 100%;
  }
  .syotimer_cell__value {
    font-size: 24px;
    color: #2c2c2c;
    background-color: rgba(0,0,0, 0.16) !important;
    height: 54px !important;
    line-height: 54px !important;
    border-radius: 2px;
    margin: 0 0 5px;
    font-weight: 700;
  }
  
  .syotimer_cell__unit {
    font-family: Arial, serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
  }
  .popup_container .off_button{
    position: absolute;
    top: -28px;
    right: 9px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }