*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html{
	font-size: 1rem;
}

.d-flex{ 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
} 

.justify-content-center{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
} 

.align-items-center{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pop-area {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999999999;
}
.pop-total{
	max-width: 800px;
    width: 100%;
	border-radius: 25px;
	background: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.pop_left_img {
    width: 100%;
    background: url(../../images/popup/product.jpg) no-repeat top right;
    background-size: cover;
    height: 100%;
}
.close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    cursor: pointer;
    opacity: .3;
}
.close-icon:hover {opacity:.8;}

.col1.left img{
	height: 100%;
}
.pop-text1{
	font-size: 16px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    padding: 23px 0;
}
.pop-text2{
	    font-size: 24px;
	    padding: 0;
	    font-family: "Montserrat",sans-serif;
	    font-weight: 600;
	    color: black;
}
.pop-text3{
	    font-size: 16px;
    padding: 0;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: black;
        padding-bottom: 25px;
    padding-top: 6px;
}
.bx-inputwrap input {
    font-size: 16px;
    text-align: left;
    background-color: transparent;
    border-style: solid;
    border-color: #009944;
    border-width: 0 0 3px;
    padding: 5px;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    color: #767676;
    height: 40px;
}
.infusion-field {
    margin-bottom: 10px;
}
.bx-button{
	padding: 13px 60px;
    font-size: 16px;
    background-color: #00994c;
    border-style: none;
    border-color: #00994c;
    border-width: 2px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: white;
    border-radius: 30px;
    margin-top: 6px;
    
}
.no-thanks{
	background-color: transparent;
    padding: 0 0 2px;
    font-size: 16px;
    color: black;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
}
/* .pop-right {
    width: 73%;
    margin-top: 50px;
} */
.pop-right {
    position: relative;
    margin: 80px auto;
    padding-right: 70px;
}

.bx-inputwrap {
    margin-bottom: 20px;
}
.pop-right a:hover{
	    color: #000;
	    text-decoration: none;
}
.col1{width: 50%;}
.promo-code{
    background-color: #00994c;
        width: 100%;
        padding: 8px;
        position: relative;
}
.unlocked{
        font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: right;
        font-weight: 600;
}
.code-text{
   color: white; 
   font-size: 14px;
}
.code-text span{
    padding: 2px;
    border-style: none;
    text-transform: uppercase;
    border-width: 1px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: white;
    border-color: white;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.2);
}
.close-ic {
    position: absolute;
    right: 0px;
    top: 4px;
}
.close-ic img {
    width: 56%;
}

@media (max-width:991.98px){
    .pop-total {
        max-width: 80%;
    }
    .pop-right {
        width: 100%;
    }
    .pop-text2 {
        font-size: 18px;
    }
    .pop-text3 {
        font-size: 14px;
        padding: 0 0 15px 0;
    }
    .pop-text1{padding: 0 0 15px 0;}
    .bx-inputwrap input {
        font-size: 15px;
        border-width: 0 0 2px;
        padding: 5px 5px 5px;
        margin-bottom: 10px;
    }
    .bx-button {
        padding: 10px 40px;
        font-size: 15px;
        border-width: 2px;
        border-radius: 30px;
        margin-top: 6px;
    }

    .no-thanks{font-size: 14px;}

    .close-icon {width: 20px;}

}

@media (max-width:767px){
    .unlocked{
        text-align: center;
    }
    .code-text{
            text-align: center;
    padding: 7px 0;
    }
    .pop-right {        
        padding-right: 20px;
    }
}

@media (max-width:575.98px){
    .pop-total {
        max-width: 80%;
        border-radius: 15px;
    }
    .pop-right {
        margin: 20px auto;
        padding: 0px 20px;
    }
    .pop-text2 {
        font-size: 20px;
    }
    .pop-text3,.bx-button,.bx-inputwrap input{font-size: 14px;}

    .pop_left_img {
        width: 100%;
        background: url(../../images/popup/product_mob.jpg) no-repeat top center;
        background-size: cover;
        height: 200px;
    }
}

@media (max-width:479.98px){

    .pop-text1,.pop-text3, .bx-button, .bx-inputwrap input {
        font-size: 12px;
    }
    .pop-logo img {
        max-width: 120px;
    }
    .pop-total {line-height: 1;}
    .pop-text1, .pop-text3 {
        padding: 0 0 10px 0;
    }
    .no-thanks {
        font-size: 10px;
    }
    .bx-inputwrap {
        margin-bottom: 0;
    }

    .close-icon {
        right: 5px;
        top: 5px;
    }
}

@media (max-width:399.98px){
.pop-text2 {
    font-size: 18px;
}
.pop-text1,.pop-text3, .bx-button, .bx-inputwrap input {
    font-size: 11px;
}
.bx-button {
    padding: 10px 20px;
}

.pop-text1, .pop-text3 {
    padding: 0 0 5px 0;
    line-height: 1.2;
}
.bx-inputwrap input {
    margin-bottom: 0px;
}
.bx-inputwrap input {
    margin-bottom: 0px;
    font-size: 12px;
}
}

#show_code {
    padding: 10px 0 0;
}

.clear { clear: both; line-height: 0; font-size: 0; margin: 0px; padding: 0px; }

.popup-total-rht .no-thank a{
       text-decoration: none;
}
.popup-con{
  max-width: 600px;
  margin:30px auto;
}
.popup-total{
  width: 100%;
  border: 1px solid #f35119;
  background: #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
}
.popup-total-lft{
  width: 100%;
  float: left;
}
.popup-total-lft img{
  width: 100%;
  display: block;
   border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}

.popup-total-rht{
  width: 100%;
  float: right;
}

.popup-total-rht-con{
  width: 100%;
  text-align: center;
 padding: 20px 50px 20px 49px;
}

.popup-total-rht-con p{
  font-size: 14px;
  color: #121212;
  font-weight: 400;
  padding-bottom: 7px;
}

.popup-total-rht-con h2{
  font-size: 32px;
  color: #f35119;
  font-weight: 900;
  padding-bottom: 10px;
}

.popup-total-rht-con p span{
  color: #666872;
}

.email-bar{
  margin-top: 20px;
}

.email-bar input[type="text"]{
  width: 100%;
  padding: 15px;
  border: 2px solid #f35119;
  font-size: 16px;
  color: #121212;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.submit-area input[type="submit"]{
  width: 100%;
  padding: 15px;
  border: 2px solid #f35119;
  background: #f35119;
  font-size: 16px;
  color: #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-top: 12px;
}
.no-thank{
  margin-top: 20px;
}

.no-thank a{
  color: #a6a8a8;
  text-decoration: underline;

}

.no-thank a:hover{
  color: #a6a8a8;
  text-decoration: none;
}

.cross-icon{
  position: absolute;
  top: 8px;
    right: 8px;
}

.for-desktop{display: block!important;}
.for-mob{display: none!important;}

@media (max-width: 991.98px){
.popup-con {
    max-width: 90%;
}

}

@media (max-width: 575.98px){
.popup-con {
    max-width: 80%;
    border-radius: 15px;
}
.popup-total-rht-con p{font-size: 14px;}
.popup-total-rht-con h2{font-size: 32px;}
.popup-total-lft img{border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;}

}

@media screen and (max-width: 480px){
.popup-total-lft{
  width: 100%;
}
.popup-total-rht{
  width: 100%;
}
.for-desktop{display: none!important;}
.for-mob{display: block!important;}
.popup-total-rht-con{
  padding: 40px 20px 0px;
}

}