.site-msg.information {
  position: relative;
  left: auto;
  bottom: auto;
  display: inline-block;
  width: 100%;
  max-width: 100% !important;
  box-shadow: unset;
  opacity: 1;
  text-align: center;
  padding: 10px;
  border-radius: unset;
  background: #c52405;
}
.site-msg,
.site-msg .close:before {
  color: #fff !important;
}

@media (min-width: 768px) {
  .site-msg.information {
    min-height: unset;
  }
  .site-msg-custom.information .text:before,
  .site-msg.information .text:before {
    font-size: 28px;
  }
}

.site-msg.information .text {
  padding-right: 30px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pw-site-msg .user-action-in .popup-widget.cart-widget {
    top: 192px !important;
  }
  .pw-site-msg .popup-widget.cart-widget,
  .pw-site-msg .popup-widget.login-widget,
  .pw-site-msg .popup-widget.search-widget {
    top: 192px !important;
  }
}
@media (min-width: 992px) {
  .pw-site-msg .popup-widget.cart-widget {
    top: 162px !important;
  }
  .pw-site-msg .popup-widget.login-widget {
    top: 92px !important;
  }
}

@media (max-width: 767px) {
  .pw-site-msg.login-window-visible .overall-wrapper {
    padding-top: 50px;
  }
}
