.modal_wrapper{
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #555;
  z-index: -1;
  opacity: 0.5;
}
#myModal-popupA, #myModal-popupB{
  display: block;
  transition: 1s;
  width: 80%;
  position: fixed !important;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 1000;
  padding: 10px;
  border: 1px solid #555;
}
#myModal-popupA{
  top:25%;
}
#myModal-popupB{
  top:13%;
}
.popupBodytextA span
{
  font-size: 15px;
}
#myModal-popupA .modal-footer, #myModal-popupB .modal-footer{
  padding-top: 20px;
}
.myModal_hide{
  display: none !important;
}
.popA-yes, .popB-yes, .popA-no, .popB-no{
  display: inline-block;
  padding: 5px 10px 5px;
  cursor: pointer;
}
.popupBodyimgA, .popupBodyimgB{
  width: 50%;
  float: left;
  padding: 15px;
}
.popupBodytextA, .popupBodytextB{
  width: 50%;
  float: right;
  padding: 15px;
}
.single-product .popA-yes, .single-product .popB-yes{
  background: green;
  color: #fff;
  padding: 15px; 
}
.single-product .popA-yes:hover, .single-product .popB-yes:hover{
  background: none;
  color: green;
  border: 1px solid green;
}
.single-product .popA-no, .single-product .popB-no{
  display: inline-block;
  padding: 0 10px 0 ;
  background: none;
  color: #555;
  text-decoration: underline;
  cursor: pointer;
}
.single-product .popA-no:hover{
  /*background: none;*/
}
#myModal-popupA .modal-title, #myModal-popupB .modal-title{
  text-align: left;
  font-size: 28px;
}
#myModal-popupA .modal-body, #myModal-popupB .modal-body{
  font-size: 18px;
}
#myModal-popupA .modal-body .popupBodytextA, #myModal-popupA .modal-body .popupBodytextB{
  padding-top: 20px
}
#myModal-popupA .modal-dialog{
  width: 70%;
}

.dummy_add_to_cart{
  background: #000;
}


@media only screen and (max-width: 600px) {
  #myModal-popupA, #myModal-popupB{
    text-align: center;
  }
  #myModal-popupA .modal-title, #myModal-popupB .modal-title{
  text-align: center;
  }
  .popupBodyimgA, .popupBodyimgB, .popupBodytextA, .popupBodytextB{
    width: 100%;
    float: none;
    padding-top: 0 !important;
  }
  #myModal-popupA .modal-title, #myModal-popupB .modal-title {
    font-size: 22px;
  }
  .popupBodyimgA, .popupBodyimgB{
    text-align: center;
  }
  .popupBodyimgA img, .popupBodyimgB img{
    width: 368px;
    margin-top: 15px;
  }
  .popupBodytextA, .popupBodytextB, .popupBodytextA span, .popupBodytextB span{
    font-size: 15px !important;
  }
  .modal-footer span{
    font-size: 12px;
  }

  #myModal-popupA, #myModal-popupB {
    width: 91%;
    top: 10px;
  }
  .popupBodytextA span
  {
    font-size: 16px !important;
  }
  .single-product .popA-yes, .single-product .popB-yes {
      font-size: 20px !important;
      padding: 8px;
  }
}