/*
 * ShopitNow-only containment for inherited Journal Custom Code.
 * This stylesheet is loaded after Journal's database-backed Custom CSS.
 */

@media (min-width: 768px) {
  body.sin-store .site-wrapper .row > .col-sm-6 {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  body.sin-store .site-wrapper .row > .col-sm-6 {
    width: 100% !important;
  }
}

body.sin-store.sin-store-inner .site-wrapper > .container > .row {
  padding: 30px 10px 20px !important;
}

body.sin-store .mobile-main-menu-container {
  display: none !important;
}

@media (max-width: 600px) {
  body.sin-store.sin-store-inner .site-wrapper > .container > .row {
    padding: 20px 10px 16px !important;
  }
}
