/* Beginning of Ticket 9998283845 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/respond/inbox/1001289/conversations/9998283845 */

/* To increase desktop logo in Ora */

@media screen and (min-width:721px) {
.sidebar .sidebar-wrap {
  width: 190px; /* 150px */
  }
}

/* To decrease mobile log in Ora */

@media screen and (max-width:45em) {
.sidebar .sidebar-wrap .logo img {
  max-height: 40px; /* 60px */
  padding-top: 10px; /* 0px */
  }
}

/* End of Ticket 9998283845 */

/* request to have smaller spacings on offers-page on mobile viewport - kontakt@raffiniert.biz */
@media screen and (max-width:45em) {
  ._4ORMAT_content_page_row._4ormat_sort_item._4ORMAT_module_divider_01 {
      padding: 0 !important;
  }
  .twelvecol.last {
      margin: 0 !important;
  }
}
