@media(min-width:992px) {
  .nav-wrapper {
    padding-top:15px;
  }
}
@media (min-width: 576px) {
  .modal-dialog.promotion-dialog {
    width: 350px;
  }
}
@media(max-width:767px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0
  }
  .header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .side-border {
    border-left: none;
    border-right: none;
  }
  .top-none-border {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e2e2dd;
  }
  .bottom-none-border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e2e2dd;
  }
  .full-border {
    border: 1px solid #e2e2dd;
    border-left:none;
    border-right:none;
  }
  .top-radius {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bottom-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .full-radius {
    border-radius: 0;
  }
  .item-view {
    padding:0;
    border:0;
    -webkit-box-shadow:none;
    box-shadow: none;
  }
  .mobile-panel {
    padding:0;
    border:0;
    -webkit-box-shadow:none;
    box-shadow: none;
  }
}

@media(max-width:440px) {
  .table-mobile-title {width:220px}
  .footer .footer-logo, .footer .footer-copyright {
    display: block;
    text-align:center;
    float:none;
  }
}