body.popup-open {
  overflow: hidden !important;
}
.double-img {
    width: 100%;
}

#dy-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 9999;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s;
}
.dy-popup-container {
    position: relative;
    z-index: 9;
    display: block;
    width: 100%;
    max-width: 715px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
    opacity: 1;
    animation-name: dy-fadein;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    background-color: #f0f3f9;
    border-radius: 5px;
}

.dy-header-wrapper {
    padding: 17px;
    background-color: red;
    text-align: center;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dy-title-heading h2 {
    font-size: 3.2rem;
    font-weight: 600;
    color: white;
}
.dy-title-sub-heading h4 {
    text-align: center;
    font-size: 1.27rem;
    font-weight: 600;
    color: #fff;
}
.dy-title-offer h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    
    left: -5px;
    position: relative;
    color: #ff0000;
    text-shadow: 0 0 black;
}
.dy-popup-btn-yes, .dy-popup-btn-no {
    margin-bottom: 10px;
}
.dy-popup-btn-yes a{
    font-size: 1.35em;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.6em 1em;
    margin-top: 0.7em;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    background: red;
    color: white;
    text-align: center;
    box-shadow: 0px 3px 6px #000;
  }
    .dy-popup-btn-yes a:focus,
    .dy-popup-btn-yes a:hover {
      background-color: #ff4901;
      text-decoration: none;
    }
  
  .dy-popup-btn-no a{
    font-size: 1.35em;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.6em 1em;
    margin-top: 0.7em;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    background: #555;
    color: white;
    text-align: center;
    box-shadow: 0px 3px 6px #000;
  }
   .dy-popup-btn-no a:focus,
   .dy-popup-btn-no a:hover {
      text-decoration: none;
    
  }

  .dy-popup-close {
    position: absolute;
    right: 4%;
    top:  4%;
    width: 20px;
    height: 20px;
    opacity: 0.6;
    transition: opacity .2s;
    cursor: pointer;
  }
     .dy-popup-close:hover {
      opacity: 1;
    }
    .dy-popup-close:before,
    .dy-popup-close:after {
      position: absolute;
      cursor: pointer;
      content: '';
      height: 25px;
      width: 2px;
      background-color: #685e5e;
    }
    .dy-popup-close:before {
      transform: rotate(45deg);
    }
    .dy-popup-close:after {
      transform: rotate(-45deg);
    }


.dy-popup-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.dy-inner-content {
    padding: 17px !important;
}

.dy-bottles-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.5em;
}
.dy-double-btl img{
    -ms-flex: 0 0 150px.;
    flex: 0 0 150px;
    max-width: 150px;
}
.dy-single-btl img{
    -ms-flex: 0 0 130px.;
    flex: 0 0 130px;
    max-width: 130px;
    margin-top: 15px;
}

.dy-inner-content span.plus {
    color: #304494;
    font-size: 6em;
    font-weight: 600;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: .7;
}
p.dy-recommended-text {
    font-size: 1em;
    font-style: italic;
    margin-right: 1em;
    margin-left: 1em;
    color: #000;
}

@media only screen and (max-width: 1366px){
 .double-img {
    width: 100%;
   max-width: 550px;
}
 

}
@media only screen and (min-width: 485px){
 .dy-bottles-wrapper{
       -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
 }
 .dy-double-btl img{
 -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
}
.dy-single-btl img{
      -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    margin-top: 15px;
}
 .dy-inner-content span.plus {
    line-height: 1.2;
    font-size: 7em;
    margin-right: 1rem;
    margin-left: 1rem;
}

}

@media only screen and (max-width: 600px){
  .dy-title-heading h2 {
    font-size: 2.5rem;
  }
  .dy-popup-btn-no a {
    font-size: 1em;
  }
  #dy-popup-overlay {
   
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 400px){
  .dy-title-heading h2 {
    font-size: 2.2rem;
  }
  .dy-title-sub-heading h4 {
    font-size: 1rem;
  }
 .dy-title-offer h4 {
    font-size: 1.5rem;
}
  .dy-header-wrapper {
    padding: 15px 4px;
}
   .dy-double-btl img {
    
    max-width: 120px;
}
  .dy-single-btl img {
    max-width: 104px;  
}
  .dy-inner-content span.plus {
    
    font-size: 3em;
  }
  .dy-popup-btn-yes a {
    font-size: 1.1em;
}
  .dy-popup-btn-no a {
    font-size: 0.8em;
}
  p.dy-recommended-text {
    font-size: 0.8em;
  }
  .dy-inner-content span.plus {
    padding-left: 2rem;
}
}
@media (max-width: 380px) {
  .dy-popup-close {
    position: absolute;
    right: 18px;
    top: 10px;
    width: 10px;
  }
}

@media (max-width: 350px) {
  .mainPrice {
    font-size: 3rem;
  }
  .mdl-hdr p {
    font-size: 1.5rem;
  }
  #dy-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
 
  
}

@media only screen and (max-width: 320px){
.dy-title-sub-heading h4 {
    font-size: 0.9rem;
}
  .dy-title-heading h2 {
    font-size: 2rem;
}
  .dy-popup-close {
    
    right: 13px;
    top: 0px;
  }
   .dy-popup-btn-yes a {
    font-size: 1em;
    }
  .dy-inner-content {
    padding: 10px !important;
    }
  .dy-double-btl img {
    max-width: 100px;
    }
  .dy-single-btl img {
    max-width: 80px;
    }
  .dy-title-offer h4 {
    text-align: center;
    font-size: 1.5rem;
  }
}


@media only screen and (max-width: 300px){
  .dy-title-heading h2 {
    font-size: 2rem;
  }

}
/*a.bottle1pop img::hover {
    transform: scale3d(1.1, 1.1, 1.1) !importnat;
} */


/* CSS by Zeeshan farooq for Exit modal end */
.dy-popup-btn-yes a:hover {
    background-color: #ff4901;
    text-decoration: none;
}
