/*store-popup-preview starts here*/
.store-popup-modal.store-popup-preview .modal-sm {
  max-width: 100%;
  border-radius: 0px;
  border: 0px;
}
.store-popup-modal.store-popup-preview .modal-content {
  border: 0px;
  box-shadow: 0 12px 15px -2px rgb(0 0 0 / 10%);
}

/*store-popup-preview ends here*/

/*Popup Modal starts here*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 99999 !important;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* padding: 1rem; */
  padding: 0rem 1rem 1rem 1rem;
}
.store-popup-modal .modal-sm {
  width: 450px;
  border-radius: 0px;
}
.store-popup-modal .modal-content {
  border-radius: 0px;
}
.store-popup-modal .modal-header {
  border-bottom: 0px;
  padding: 0.5rem 1rem 0 1rem;
}
.notification-icon img {
  max-width: 100%;
  height: 30px;
  margin-bottom: 30px;
  object-fit: contain;
  /* max-width: 100%;
  height: 30px;
  margin: 0px auto 30px; */
}
.store-popup-modal h4 {
  font-size: 24px;
  line-height: normal;
}
.store-popup-modal p {
  font-size: 12px;
  color: #898989;
}
.store-popup-modal-button .form-control {
  width: 100%;
  height: calc(2.5em + -2px + 2px);
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 11px;
  text-align: left;
}
.store-popup-modal-button .btn.btn-primary {
  width: 100%;
  border-radius: 0px;
  font-size: 11px !important;
  font-weight: bold;
  /* background: #0172ff !important; */
  /* padding: 5px 10px !important; */
  color: #fff;
}
.privacy-policy-text p {
  font-size: 11px;
  color: #000;
  margin-top: 15px;
}
.store-popup-modal .close:not(:disabled):not(.disabled):focus,
.store-popup-modal .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.store-popup-modal .close {
  float: right;
  font-size: 25px;
  font-weight: 400;
  opacity: 1;
}
.store-popup-out-of-stock p {
  background: #e8e8e8;
  width: 100%;
  font-size: 11px;
  border-radius: 0;
  font-weight: 500;
  color: #000;
  padding: 5px 0px;
}
.store-popup-modal-product-description p {
  font-size: 12px;
  color: #000;
}
.store-popup-modal-header-image img {
  width: 450px;
  height: 250px;
  object-fit: fill;
  /* max-width: 100%; */
}
.modal-header.store-popup-modal-header-image {
  padding: 0px;
}
.store-popup-modal-header-image .close {
  float: right;
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 22px;
  background: #fff !important;
  border-radius: 50%;
  padding: 5px 10px;
  z-index: 99;
}
.store-popup-modal-header-image .close:hover {
  background: #fff !important;
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 450px !important;
  }
}

.store-popup-modal-product-img img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

/*Popup Modal ends here*/


#store-popup-modal3 .modal-sm {
  max-width: 400px !important;
}

@media only screen and (max-width: 767px) {
  .store-popup-modal .modal-sm {
    width: auto !important;
    border-radius: 0px;
  }
}