body{
  margin: 0;
}
/*===================================
=            Pop Styling            =
===================================*/
#mwb_wuc_frontend_popup_wrapper {
  background-color: rgba(0, 0, 0, 0.68);
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999999;
}
#mwb_wuc_frontend_popup_wrapper #mwb_wuc_popup_content {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 8px;
  box-shadow: 0 0 10px 4px #c8cace;
  color: #f67c60;
  left: 0;
  margin: 0 auto;
  max-height: 430px;
  max-width: 650px;
  overflow-y: auto;
  padding: 7px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 85%;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_popup_outline {
  border: 2px dashed #f67c60;
  margin-bottom: 5px;
  padding: 4px;
}
.mwb_wuc_exp_date_section, .mwb_wuc_coupon_code_section {
  display: inline-block;
  overflow-wrap: break-word;
  width: 49.5%;
}
.mwb_wuc_exp_date_section p,.mwb_wuc_coupon_code_section p{
  margin: 0;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_label {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: uppercase;
}
/*=========================================
=            Upper Section Css            =
=========================================*/
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_popup_close_section {
  text-align: right;
}
.mwb_wuc_popup_close{
  position: absolute;
  right: 18px;
  top: 15px;
}
.mwb_wuc_popup_close img {
  background: #f67c60 none repeat scroll 0 0;
  border: 1px solid #f67c60;
  border-radius: 50%;
  width: 30px;
  
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_popup_close {
  margin: 4px 0;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_popup_close a {
  color: #f67c60;
  font-size: 20px;
  position: relative;
  text-decoration: none;
  z-index: 9;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_upper_section {
  padding: 0 10px;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_coupon_exp_section_wrapper {
  margin: 0 0 10px;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_popup_price_wrapper .mwb_wuc_coupon_price {
  font-size: 106px;
  font-weight: bold;
  margin: 0;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_coupon_price,#mwb_wuc_frontend_popup_wrapper .mwb_wuc_coupon_image {
  /*display: inline-block;*/
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_coupon_image {
  margin: 0;
  width: 29%;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_coupon_image img {
  background: #f67c60 none repeat scroll 0 0;
  height: auto;
  transform: rotate(31deg);
  width: 130px;
  opacity: .53;
}
.mwb_wuc_popup_price_wrapper {
  overflow-wrap: break-word;
  position: relative;
}
.mwb_wuc_popup_price_wrapper::before {
  background: #f67c60 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 131px;
  margin-top: 35px;
  opacity: 0.56;
  position: absolute;
  right: 28px;
  top: 1px;
  transform: rotate(30deg);
  width: 152px;
  z-index: -18;
}
.mwb_wuc_popup_price_wrapper::after {  
  background-image: url("../images/bg_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 132px;
  margin-top: 35px;
  position: absolute;
  right: 25px;
  top: 0;
  transform: rotate(30deg);
  width: 160px;
  z-index: -7;
}
.widget.mwb_wuc_custom_widget{
  border: 1px solid #e44f4f;
  padding: 0;
}
.widget.mwb_wuc_custom_widget .widget-title {
  background: #e44f4f none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
}
.mwb_wuc_code_widget span {
  display: block;
}
.widget.mwb_wuc_custom_widget div{
  padding: 10px;
  position: relative;
}

 .mwb_wuc_code_widget {
  border: 1px dashed #e44f4f;
  display: block;
  padding: 10px;
}
.widget.mwb_wuc_custom_widget div img {
  height: 15px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -8px;
  width: 15px;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_date,#mwb_wuc_frontend_popup_wrapper .mwb_wuc_code {
  font-size: 22px;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_date_sep {
  font-size: 23px;
  font-weight: bold;
}
/*=====  End of Upper Section Css  ======*/
/*=======================================
=            Theme Terms CSS            =
=======================================*/
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_terms_section {
  background: #f67c60 none repeat scroll 0 0;
  color: #ffffff;
  overflow-wrap: break-word;
  padding: 5px 10px;
  text-align: center;
}
#mwb_wuc_frontend_popup_wrapper .mwb_wuc_terms_content {
  font-size: 19px;
  margin: 0;
}
/*=====  End of Theme Terms CSS  ======*/
/*====================================
=             Scissor Css            =
====================================*/
.mwb_scissors_image img {
  background: #f67c60 none repeat scroll 0 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 9;
}

/*=====  End of   Scissor Css  ======*/
#mwb_wuc_frontend_popup_wrapper .mwb_duration_popup {
 animation-duration: 1s;
}
@keyframes mwb_wuc_frontend_popup_zoom {
 from {
   opacity: 0;
   transform: scale3d(.2, .2, .2) translate3d(10px, 10000px, 0);
   animation-timing-function: .3s linear all;
 }

 50% {
   opacity: 1;
   transform: scale3d(.300, .300, .300) translate3d(0, -1000px, 0);
   animation-timing-function: .3s linear all;
 }
}

.mwb_wuc_frontend_pop_up_zoom {
 animation-name: mwb_wuc_frontend_popup_zoom;
}
/*==================================== =            
          Media Query =
====================================*/
@media only screen and (max-width: 767px){
  .mwb_wuc_exp_date_section, .mwb_wuc_coupon_code_section {
    display: block;
    width: 100%;
    text-align: center;
  }
  .mwb_wuc_exp_date_section {
      margin-bottom: 30px;
  }
  #mwb_wuc_frontend_popup_wrapper .mwb_wuc_popup_price_wrapper .mwb_wuc_coupon_price {
    font-size: 85px;
    text-align: center;   
  }
  .mwb_wuc_popup_price_wrapper::before {
    background: none!important;
  }
    .mwb_wuc_popup_price_wrapper::after {
    background-image: none;
  }
  #mwb_wuc_frontend_popup_wrapper .mwb_wuc_label {
    font-size: 20px;
  }
  #mwb_wuc_frontend_popup_wrapper .mwb_wuc_date, #mwb_wuc_frontend_popup_wrapper .mwb_wuc_code {
    font-size: 17px;
  }
  #mwb_wuc_frontend_popup_wrapper .mwb_wuc_terms_content {
    font-size: 15px;
    margin: 0;
  }
}


/*=====  End of Media Query   ======*/

