 
/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
.modal-wrapper{
  width: 90% !important;
}







}


/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 996px) and (max-width: 1024px) {
.modal-wrapper{
  width: 90% !important;
}







}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
#avada-modal-content div p img{
   width:auto !important;
   height:auto !important;
}
.modal-wrapper{
  width: 95% !important;
  top: 15%;

}
.continue_shopping_btn {
    margin-bottom: 15px;
}
.cart__submit{
    min-height: 35px;
    margin-left: 0;
}
.site-footer {
    margin-top: 30px;
}
  
  
  
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {}
