﻿.bootbox-alert .close {
    opacity: 1 !important;
    font-size: 50px !important;
}
.menu-with-bootbox-alert {
    margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  #ShowInvalidCouponAlert > div.custom-modal-content{
    width:90% !important;
  }
  
  
   #ShowInvalidCouponAlert > div.custom-modal-content div.outer-model img{
    display:none;
  }
  
    #ShowInvalidCouponAlert > div.custom-modal-content div.settextAlign{
    padding:10px !important;
  }
  
   #ShowInvalidCouponAlert > div.custom-modal-content div.settextAlign < div.bluetext {
    font-size:20px !important;
  }
}