#popup-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden; }

#packaging-popup {
  position: fixed;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  background: #fff;
  width: auto;
  min-width: 650px;
  padding: 20px;
  text-align: center;
  border-radius: 15px; }
  #packaging-popup .close-icon {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    cursor: pointer; }
  #packaging-popup .checkbox .label {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px; }
  #packaging-popup #packaging-no-box h4 {
    margin: 20px 0 20px 0;
    font-size: 26px;
    line-height: 30px; }

@media only screen and (max-width: 1199px) {
  #packaging-popup {
    min-width: 750px; } }

@media only screen and (max-width: 991px) {
  #packaging-popup {
    min-width: 650px; } }

@media only screen and (max-width: 767px) {
  #packaging-popup {
    min-width: auto;
    width: 90%; } }

@media (max-width: 800px) {
  body,
  body.hasAdminBar,
  .navPages-container.is-open {
    padding-top: 65px !important; }
  .header,
  .header.fixed,
  .header.is-open {
    height: 65px !important; }
  .logo-user-section.container,
  .logo-user-section.container.fixed {
    height: 65px !important; }
  .logo-user-section.container.fixed {
    top: -65px !important; }
  .logo-user-section.container.fixed.fixed-again {
    top: 0 !important; }
  .mobileMenu-toggle {
    height: 65px !important; }
  .mobileMenu-toggle.fixed {
    top: -65px !important; }
  .mobileMenu-toggle.fixed.fixed-again {
    top: 0 !important; }
  .header-logo > a {
    padding: 0 !important; }
  .header-logo-image-container {
    height: 65px !important; }
  .header-logo-image-container:after {
    display: none !important; }
  .header-logo-image {
    max-height: 57px !important;
    max-width: 155px !important;
    width: auto !important;
    height: auto !important; } }
