/*$enable-responsive-font-sizes: true;*/
/*$headings-font-weight: 600;*/
/* form-check-store */
.online-store {
  /* Bootstrap Overrides
      **********************************/
  /*primary*/
  /*secondary*/
  /*success*/
  /*tertiary*/
  /*red*/
  /*gray*/
  /* PRIMARY LAYOUT ELEMENTS   
      ----------------------------------------------------------*/
  /* BUTTONS
      ----------------------------------------------------------*/
  /* INPUT-OVERLAY
      ----------------------------------------------------------*/
  /*******************
          MegaMenu
      */
  /* Small Product List Cell */
  /* Make sure slick navigation arrows that are outside the page on a mobile device, don't screw up the page width */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  /* Animations */
  /* Hide arrows on number inputs */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  /* BODY OVERLAY
  ----------------------------------------------------------*/
  /* NO JAVASCIPRT ENABLED
  ----------------------------------------------------------*/
  /* Bootstrap Select
      ----------------------------------------------------------*/
  /* FOOTER
  ----------------------------------------------------------*/
  /* Bread crumbs
  ----------------------------------------------------------*/
  /* MAIN
  ----------------------------------------------------------*/
  /* HOME PAGE
  ----------------------------------------------------------*/
  /* BOOTSTRAP CAROUSEL
  ----------------------------------------------------------*/
  /* SCROLL TO TOP
  ----------------------------------------------------------*/
  /* CUSTOMER FEEDBACK
  ----------------------------------------------------------*/
  /* PRODUCT
  ----------------------------------------------------------*/
  /* Product Left
  ------------------------------------------------------------*/
  /* Recent Product
  ----------------------------------------------------------*/
  /* Nav-Pills */
  /* sales-container
  ----------------------------------------------------------*/
  /* Styles for validation helpers
  -----------------------------------------------------------*/
  /* Quantity Toggle
  ----------------------------------------------------------*/
  /* Page
  ---------------------------------------------------------*/
  /* Cart Page
  ---------------------------------------------------------*/
  /* Checkout Page
  ---------------------------------------------------------*/
  /* help
  **********************************/
  /* Popover
  **********************************/
  /* Sales Modal Dialogs
  **********************************/
  /*.sales-search-modal {
  }

  .sales-search-modal .modal-body {
      max-height: 600px;
      overflow-y: auto;
  }*/
  /* Side Nav
  **********************************/
  /* SEARCH RESULTS 
  ******************************/
  /* Search Results - Show More Dialog
      --------------------------------------*/
  /*  tile-hover
  *****************************************/
  /* BACKGROUNDS
  ----------------------------------------------------------*/
  /* gradient divider
  ----------------------------------------------------------*/
  /************
  Bootstrap-Notify
  */
  /*************
  Minimal White Layout
  */
}
.online-store .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: 8px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.online-store .badge:empty {
  display: none;
}
.online-store .btn .badge {
  position: relative;
  top: -1px;
}
.online-store .col-equal {
  min-width: 1px;
}
.online-store .gutters-sm {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.online-store .gutters-sm > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.online-store .badge {
  line-height: 1.2;
}
.online-store .card {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.online-store .modal .modal-title {
  font-weight: 600;
}
.online-store .table.table-hover tbody tr:hover {
  cursor: pointer;
}
.online-store .page-header {
  margin-top: 0;
  border-bottom: 1px solid #dee2e6;
}
.online-store .page-header h1, .online-store .page-header h2, .online-store .page-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.online-store .panel > .panel-body > h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.online-store .list-group {
  margin-bottom: 10px;
}
.online-store a.thumbnail:hover, .online-store a.thumbnail:focus {
  border-color: #15223A;
}
.online-store .list-group-item.list-group-item-fill {
  background-color: #eee;
}
.online-store ul.thumbnails {
  display: block;
  padding-left: 0;
  list-style: none;
}
.online-store .list-group-item-heading {
  margin-bottom: 0;
}
.online-store .input-xs {
  height: 22px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.online-store .nav-tabs {
  margin-bottom: 0;
}
.online-store .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.online-store .nav-tabs .nav-link.active,
.online-store .nav-tabs .nav-item.show .nav-link {
  border: none;
  border-bottom: 3px solid #15223A;
  border-radius: 0;
  color: #15223A;
}
.online-store .nav.nav-sidebar {
  flex-direction: column;
  background-color: #f6f6f6;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.online-store .nav.nav-sidebar > li {
  float: none;
}
.online-store .nav.nav-sidebar > li > a {
  display: block;
  padding: 10px;
  border-left: 3px solid transparent;
  text-decoration: none;
}
.online-store .nav.nav-sidebar > li > a:hover,
.online-store .nav.nav-sidebar > li > a:focus {
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.online-store .nav.nav-sidebar > li:first-child > a {
  -moz-border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.online-store .nav.nav-sidebar > li:last-child > a {
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.online-store .nav.nav-sidebar > li.active > a {
  font-weight: bold;
  border-color: #15223A;
}
.online-store .nav-pills .nav-badge {
  margin-left: 10px;
}
.online-store .nav-pills .nav-badge a:hover {
  background-color: transparent;
}
.online-store .nav-pills .nav-badge:not(.active) a .badge {
  background-color: #999;
  color: #ffffff;
}
.online-store .nav-pills .nav-badge:not(.active) a:hover .badge {
  background-color: #ffffff;
  color: #303030;
}
.online-store .list-group-item.active,
.online-store .list-group-item.active:hover,
.online-store .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #212d44;
  background-color: #15223A;
  border-color: #212d44;
  color: #ffffff;
}
.online-store .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.online-store .row.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.online-store .bootstrap-select > .dropdown-toggle.bs-placeholder,
.online-store .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.online-store .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.online-store .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #212529;
}
.online-store .invalid-feedback, .online-store .field-validation-error {
  display: block;
}
.online-store .text-primary, .online-store .text-primary:link, .online-store .text-primary:active, .online-store .text-primary:visited, .online-store a.text-primary:hover, .online-store a.text-primary:focus,
.online-store .primary, .online-store .primary:hover, .online-store .primary:active, .online-store .primary:visited {
  color: #15223A;
}
.online-store a.text-primary:hover, .online-store a.text-primary:focus {
  color: #15223A;
}
.online-store .text-secondary, .online-store .text-secondary:link, .online-store .text-secondary:active, .online-store .text-secondary:visited, .online-store a.text-secondary:hover, .online-store a.text-secondary:focus,
.online-store .secondary, .online-store .secondary:hover, .online-store .secondary:active, .online-store .secondary:visited {
  color: #3660AA;
}
.online-store .text-success, .online-store .text-success:link, .online-store .text-success:active, .online-store .text-success:visited, .online-store a.text-success:hover, .online-store a.text-success:focus,
.online-store .success, .online-store .success:hover, .online-store .success:active, .online-store .success:visited {
  color: #51B7E9;
}
.online-store a.text-success:hover, .online-store a.text-success:focus {
  color: #51B7E9;
}
.online-store .text-tertiary, .online-store .text-tertiary:active, .online-store .text-tertiary:visited, .online-store a.text-tertiary:hover, .online-store a.text-tertiary:focus,
.online-store .tertiary, .online-store .text-tertiary:link, .online-store .tertiary:hover, .online-store .tertiary:active, .online-store .tertiary:visited {
  color: #ffc35b;
}
.online-store .text-important, .online-store .text-important:link, .online-store .text-important:hover, .online-store .text-important:active, .online-store .text-important:visited,
.online-store .important, .online-store .important:hover, .online-store .important:active, .online-store .important:visited {
  color: #d22f2d;
}
.online-store .text-danger, .online-store .text-danger:link, .online-store .text-danger:active, .online-store .text-danger:visited, .online-store a.text-danger:hover, .online-store a.text-danger:focus {
  color: #d22f2d;
}
.online-store .text-error,
.online-store .error {
  color: #d22f2d;
}
.online-store .text-gray, .online-store .text-gray:link, .online-store .text-gray:active, .online-store .text-gray:visited, .online-store a.text-gray:hover, .online-store a.text-gray:focus {
  color: #999;
}
.online-store .text-black, .online-store .text-black:link, .online-store .text-black:active, .online-store .text-black:visited, .online-store a.text-black:hover, .online-store a.text-black:focus .black, .online-store .black:hover, .online-store .black:active, .online-store .black:visited {
  color: #303030;
}
.online-store .text-white, .online-store .text-white:link, .online-store .text-white:active, .online-store .text-white:visited, .online-store a.text-white:hover, .online-store a.text-white:focus {
  color: #ffffff;
}
.online-store .text-black-25 {
  color: rgba(0, 0, 0, 0.25);
}
.online-store .text-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.online-store .text-disabled {
  color: #e3e3e3;
}
.online-store .bg-gray-25 {
  background-color: #fafafa;
}
.online-store .bg-gray-50 {
  background-color: #f7f7f7;
}
.online-store .bg-gray-100 {
  background-color: #f4f4f4;
}
.online-store .bg-gray-200 {
  background-color: #e9ecef;
}
.online-store .bg-gray-300 {
  background-color: #dee2e6;
}
.online-store .bg-gray-400 {
  background-color: #ced4da;
}
.online-store .bg-gray-500 {
  background-color: #adb5bd;
}
.online-store .bg-gray-600 {
  background-color: #6c757d;
}
.online-store .bg-gray-700 {
  background-color: #495057;
}
.online-store .bg-gray-800 {
  background-color: #343a40;
}
.online-store .bg-gray-900 {
  background-color: #212529;
}
.online-store .bg-lightest-gray-hover:hover {
  background-color: #f4f4f4;
}
.online-store .bg-gray {
  background-color: #999;
}
.online-store .bg-light-gray {
  background-color: #dee2e6;
}
.online-store .bg-lighter-gray {
  background-color: #e9ecef;
}
.online-store .bg-lightest-gray {
  background-color: #f4f4f4;
}
.online-store .cursor-pointer {
  cursor: pointer;
}
.online-store .cursor-default {
  cursor: default;
}
.online-store .text-decoration-none {
  text-decoration: none !important;
}
.online-store .hide-scrollbars {
  overflow: hidden;
}
.online-store .show-scrollbars {
  overflow: auto;
}
.online-store .clear-both {
  clear: both;
}
.online-store .text-normal {
  font-weight: normal !important;
}
.online-store .fw-bold {
  font-weight: 600 !important;
}
.online-store .text-underline {
  text-decoration: underline;
}
.online-store .text-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.online-store .align-top {
  vertical-align: top !important;
}
.online-store .align-middle {
  vertical-align: middle !important;
}
.online-store .align-bottom {
  vertical-align: bottom !important;
}
.online-store .vertical-super {
  vertical-align: super !important;
}
.online-store .shadow-sm {
  box-shadow: rgba(221, 221, 221, 0.6) 0 1px 4px !important;
}
.online-store .m-6 {
  margin: 90px;
}
.online-store .mt-6 {
  margin-top: 90px;
}
.online-store .me-6 {
  margin-right: 90px;
}
.online-store .mb-6 {
  margin-bottom: 90px;
}
.online-store .ms-6 {
  margin-left: 90px;
}
.online-store .mx-6 {
  margin-left: 90px;
  margin-right: 90px;
}
.online-store .my-6 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.online-store .p-6 {
  padding: 90px;
}
.online-store .pt-6 {
  padding-top: 90px;
}
.online-store .pe-6 {
  padding-right: 90px;
}
.online-store .pb-6 {
  padding-bottom: 90px;
}
.online-store .ps-6 {
  padding-left: 90px;
}
.online-store .px-6 {
  padding-left: 90px;
  padding-right: 90px;
}
.online-store .py-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.online-store .border {
  border: 1px solid #dee2e6;
}
.online-store .border-top {
  border-top: 1px solid #dee2e6;
}
.online-store .border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.online-store .border-left {
  border-left: 1px solid #dee2e6;
}
.online-store .border-right {
  border-right: 1px solid #dee2e6;
}
.online-store .border-0 {
  border: 0 !important;
}
.online-store .border-primary {
  border-color: #15223A;
}
.online-store .border-secondary {
  border-color: #3660AA;
}
.online-store .border-dark {
  border-color: #333;
}
.online-store .rounded {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.online-store .rounded-start {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.online-store .rounded-end {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.online-store .rounded-top {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.online-store .rounded-bottom {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.online-store .on-top {
  z-index: 10000;
}
.online-store .text-overflow-ellipsis {
  text-overflow: ellipsis;
}
.online-store .hide-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.online-store .overflow-visible {
  overflow: visible;
}
.online-store .overflow-x-auto {
  overflow-x: auto;
}
.online-store .overflow-y-auto {
  overflow-y: auto;
}
.online-store .overflow-x-hidden {
  overflow-x: hidden;
}
.online-store .overflow-y-hidden {
  overflow-y: hidden;
}
.online-store input, .online-store textarea {
  color: #303030;
}
.online-store input::-webkit-input-placeholder {
  color: #595959;
}
.online-store input::-moz-placeholder {
  color: #595959;
}
.online-store input.placeholder {
  color: #595959;
}
.online-store textarea {
  resize: none;
}
.online-store address {
  margin: 0;
}
.online-store .table-fixed {
  table-layout: fixed;
}
.online-store .wordwrap-break {
  word-wrap: break-word;
}
.online-store .gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0, #e9ecef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 0, #e9ecef 100%);
  background: -o-linear-gradient(top, #ffffff 0, #e9ecef 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #e9ecef 100%);
  background: linear-gradient(to bottom, #ffffff 0, #e9ecef 100%);
}
.online-store .radial-gradient {
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 70%, #e3e3e3 100%);
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(70%, #ffffff), color-stop(100%, #e3e3e3));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 70%, #e3e3e3 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 70%, #e3e3e3 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 70%, #e3e3e3 100%);
  background: radial-gradient(ellipse at center, #ffffff 70%, #e3e3e3 100%);
}
.online-store .radial-gradient .thumbnail {
  background-color: transparent;
}
.online-store .fill {
  background-color: #e9ecef;
  color: #303030;
}
.online-store .jumbotron {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 12px;
}
.online-store .breadcrumb a:hover {
  text-decoration: underline;
}
.online-store .btn-outline-info {
  color: #212529;
}
.online-store .btn:active, .online-store .btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.online-store button.btn-narrow, .online-store input.btn-narrow {
  width: 80px !important;
}
.online-store button.btn-standard, .online-store input.btn-standard {
  width: 100px !important;
}
.online-store button.btn-wide, .online-store input.btn-wide {
  width: 120px !important;
}
.online-store button.btn-xwide, .online-store input.btn-xwide {
  width: 140px !important;
}
.online-store button.btn-xxwide, .online-store input.btn-xxwide {
  width: 180px !important;
}
.online-store a.btn-narrow {
  width: 78px !important;
}
.online-store a.btn-standard {
  width: 98px !important;
}
.online-store a.btn-wide {
  width: 120px !important;
}
.online-store a.btn-xwide {
  width: 150px !important;
}
.online-store a.btn-xxwide {
  width: 180px !important;
}
.online-store .btn-lg {
  font-size: 14px;
  padding: 13px 16px;
  line-height: 1.44;
}
.online-store .btn-success {
  color: #ffffff;
  background-color: #51B7E9;
  border-color: #51B7E9;
}
.online-store .btn-success:active:hover, .online-store .btn-success.active:hover, .online-store .btn-success:active:focus, .online-store .btn-success.active:focus, .online-store .btn-success:active.focus, .online-store .btn-success.active.focus,
.online-store .btn-success:hover, .online-store .btn-success:focus, .online-store .btn-success:active, .online-store .btn-success.active, .online-store .btn-success.disabled, .online-store .btn-success[disabled] {
  color: #ffffff;
  background-color: #49a5d2;
  border-color: #49a5d2;
}
.online-store .btn-outline-success {
  color: #51B7E9;
  background-color: #ffffff;
  border-color: #49a5d2;
}
.online-store .btn-outline-success:hover, .online-store .btn-outline-success:focus, .online-store .btn-outline-success:active {
  color: #ffffff;
  background-color: #51B7E9;
  border-color: #49a5d2;
}
.online-store .btn-border {
  border-color: #fff;
  border-width: 2px;
  background-color: transparent;
  color: #fff;
}
.online-store .btn-border:hover, .online-store .btn-border:focus, .online-store .btn-border.focus {
  color: #fff;
}
.online-store .btn-border-primary {
  border-color: #15223A;
  color: #15223A;
}
.online-store .btn-border-primary:hover, .online-store .btn-border-primary:focus, .online-store .btn-border-primary.focus {
  color: #15223A;
}
.online-store .btn-datto,
.online-store .btn-outline-datto {
  border-radius: 14px;
}
.online-store .btn-outline-datto {
  color: #212529;
  background: linear-gradient(to bottom, white, #f9fafb);
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
  box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
  transition: all 0.15s ease;
}
.online-store .btn-outline-datto:not(:disabled):not(.disabled):active, .online-store .btn-outline-datto:not(:disabled):not(.disabled).active, .online-store .show > .btn-outline-datto.dropdown-toggle {
  color: #212529;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f4f6f8));
  background: linear-gradient(to bottom, #f9fafb, #f4f6f8);
  border: 1px solid #dee2e6;
}
.online-store .btn-outline-datto:hover {
  color: #212529;
  background: linear-gradient(to bottom, white, #f9fafb);
  border: 1px solid #dee2e6;
}
.online-store .btn-outline-datto:focus {
  box-shadow: none !important;
}
.online-store .btn-outline-danger {
  background: #ffffff;
  color: rgb(166, 28, 10) !important;
  border: 1px solid rgb(166, 28, 10);
  border-radius: 4px;
  padding: 5px 16px 5px 16px;
}
.online-store .btn-outline-danger:hover {
  background: rgb(255, 215, 215);
  border: 1px solid rgb(166, 28, 10);
}
.online-store .btn-outline-danger:disabled, .online-store .btn-outline-danger.disabled {
  color: rgb(255, 179, 179) !important;
  border: 1px solid rgb(255, 179, 179);
}
.online-store .btn-outline-danger:focus-visible {
  background: rgb(255, 215, 215);
  outline: 2px solid rgb(189, 196, 255) !important;
  border: 1px solid transparent;
  box-shadow: none;
}
.online-store .btn-outline-danger:focus {
  border: 1px solid rgb(166, 28, 10) !important;
}
.online-store .btn-outline-danger:active {
  background: rgb(255, 179, 179) !important;
}
.online-store .btn-outline-dark {
  background: #ffffff;
  color: rgb(0, 29, 48);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  padding: 5px 16px 5px 16px;
}
.online-store .btn-outline-dark:hover {
  background: rgb(246, 247, 248);
  border: 1px solid rgb(217, 217, 217);
  color: rgb(0, 29, 48);
}
.online-store .btn-outline-dark:disabled, .online-store .btn-outline-dark.disabled {
  background: #F1F2F4;
  color: rgb(153, 153, 153);
  border: 1px solid #CCCCCC;
}
.online-store .btn-outline-dark:focus-visible {
  background: rgb(246, 247, 248);
  outline: 2px solid rgb(189, 196, 255) !important;
  border: 1px solid transparent;
  box-shadow: none;
}
.online-store .btn-outline-dark:focus {
  border: 1px solid rgb(204, 204, 204);
}
.online-store .btn-outline-dark:active:not(.btn-segment), .online-store .btn-outline-dark.dropdown-toggle.show {
  background: rgb(217, 217, 217) !important;
  border: 1px solid rgb(204, 204, 204) !important;
  color: rgb(0, 29, 48) !important;
}
.online-store .btn-danger {
  background: #d22f2d;
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
  padding: 5px 16px 5px 16px;
}
.online-store .btn-danger:hover {
  background: #a82624;
}
.online-store .btn-danger:disabled, .online-store .btn-danger.disabled {
  background: #c82d2b;
}
.online-store .btn-danger:focus-visible {
  background: #d22f2d;
  outline: 2px solid rgb(189, 196, 255);
  box-shadow: none;
}
.online-store .btn-danger:active {
  background-color: #932120 !important;
  outline: none;
}
.online-store .btn-danger-decline {
  border-radius: 12px;
  padding: 13px 16px 13px 16px;
}
.online-store .circle {
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
}
.online-store .circle-lg {
  width: 30px;
  height: 30px;
}
.online-store .circle-default {
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.online-store .circle-primary {
  background-color: #15223A;
}
.online-store .circle-danger {
  background-color: #d22f2d;
}
.online-store .circle-warning {
  background-color: #ffc35b;
}
.online-store .circle-info {
  background-color: #303030;
}
.online-store .circle-success {
  background-color: #51B7E9;
}
.online-store .circle-muted {
  background-color: #e9ecef;
}
.online-store .form-check-input:not(.form-switch *) {
  border: 1.5px solid #999999;
  margin-top: 5px;
}
.online-store .form-check-input:not(.form-switch *)[type=checkbox]:not([disabled]):hover {
  border-color: #656565;
}
.online-store .form-check-input:not(.form-switch *)[type=checkbox]:focus {
  border-color: #147EAE;
  border-width: 1.8px;
  box-shadow: 0 0 0 0.17rem #cfdffb;
}
.online-store .form-check-input:not(.form-switch *):checked {
  border-color: #199ED9;
}
.online-store .form-check-input:not(.form-switch *):checked[type=checkbox] {
  background-color: #199ED9;
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.online-store .form-check-input:not(.form-switch *):checked[type=checkbox]:hover {
  background-color: #147EAE;
  border-color: #147EAE;
}
.online-store .form-check-input:not(.form-switch *):checked[type=checkbox]:focus {
  border-color: #1894e0;
}
.online-store .form-check-input:not(.form-switch *):checked[type=checkbox]:focus:hover {
  border-color: #147EAE;
}
.online-store .form-check-input:not(.form-switch *):checked[type=checkbox]:disabled {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
.online-store .form-check-input:not(.form-switch *):disabled {
  pointer-events: none;
  filter: none;
  border-color: #CCCCCC;
  background-color: #ffffff;
}
.online-store .header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
}
.online-store .header .header-search .form-control {
  background-color: #f0f0f0;
  border-radius: 50px;
  border: 0;
}
.online-store .header .header-search .form-control:focus {
  box-shadow: none;
}
.online-store .header .header-block {
  margin-right: 3rem;
}
.online-store .header .header-block:last-child {
  margin-right: 0;
}
.online-store .header .header-link {
  font-weight: bold;
  text-decoration: none;
}
.online-store .header .cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3660AA;
  color: #ffffff;
  border-radius: 20px;
  width: 18px;
  height: 17px;
  position: absolute;
  top: auto;
  right: auto;
  margin-left: 10px;
  margin-top: -10px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .online-store .header .header-block {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
    text-align: center;
  }
  .online-store .header .header-block:last-child {
    margin-bottom: 0;
  }
}
.online-store .input-overlay {
  position: relative;
}
.online-store .input-overlay.has-icon-left > input {
  padding-left: 35px;
}
.online-store .input-overlay.has-icon-right > input {
  padding-right: 35px;
}
.online-store .input-overlay.has-icon-left .icon-left {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 35px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #212529;
}
.online-store .input-overlay.has-icon-right .icon-right {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 38px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #212529;
}
.online-store .kaseya-page-layout {
  font-family: "Roboto", sans-serif;
  background-color: #199ED9;
}
.online-store .kaseya-page-layout .card {
  z-index: 3;
  width: 400px;
  border-radius: 4px;
}
.online-store .kaseya-page-layout .card-body {
  background-color: white !important;
}
@media (max-width: 575.98px) {
  .online-store .kaseya-page-layout {
    background-color: #fff;
  }
  .online-store .kaseya-page-layout .card {
    min-width: 400px;
    width: 100%;
    border: none;
    box-shadow: none;
  }
}
.online-store .kaseya-page-layout .waves {
  position: absolute;
  z-index: 1;
  opacity: 0.2;
  width: 931px;
  height: 631px;
  background: linear-gradient(294.77deg, #F7F7F8 12.81%, #EAEAEA 34.17%, #EAEAEA 62.29%, #F7F7F8 85.67%);
  background-repeat: no-repeat;
}
.online-store .kaseya-page-layout .waves-top {
  right: 0;
  top: 0;
  background-image: url(/lib/keystone-common/img/kaseya-waves-top.svg?v=N2UAmOlvQtNABmM1Y4Y4MnjYPQU);
  background-position: right top;
}
.online-store .kaseya-page-layout .waves-bottom {
  left: 0;
  bottom: 0;
  background-image: url(/lib/keystone-common/img/kaseya-waves-bottom.svg?v=N2UAmOlvQtNABmM1Y4Y4MnjYPQU);
  background-position: left bottom;
}
.online-store .kaseya-page-layout .waves-overlap {
  position: absolute;
  z-index: 2;
  width: 931px;
  height: 631px;
  background: linear-gradient(316deg, #199ED9 0%, rgba(255, 255, 255, 0) 50%, #199ED9 100%);
}
.online-store .kaseya-page-layout .waves-overlap-top {
  right: 0;
  top: 0;
}
.online-store .kaseya-page-layout .waves-overlap-bottom {
  left: 0;
  bottom: 0;
}
.online-store .kaseya-page-layout .logo-container {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.online-store .kaseya-page-layout .btn {
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
}
.online-store .kaseya-page-layout .btn:disabled, .online-store .kaseya-page-layout .btn.disabled {
  pointer-events: none !important;
}
.online-store .kaseya-page-layout .btn.btn-sm {
  padding: 4px 12px 4px 12px !important;
  font-size: 0.75rem;
}
.online-store .kaseya-page-layout .btn-primary {
  background: #199ED9;
  color: white !important;
  border: none;
  border-radius: 4px;
  padding: 8px 16px 8px 16px;
}
.online-store .kaseya-page-layout .btn-primary:hover {
  background: #147eae;
}
.online-store .kaseya-page-layout .btn-primary:disabled, .online-store .kaseya-page-layout .btn-primary.disabled {
  background: #8ccfec;
}
.online-store .kaseya-page-layout .btn-primary:focus-visible {
  background: #0d6efd;
  outline: 2px solid rgb(189, 196, 255);
  box-shadow: none;
}
.online-store .kaseya-page-layout .btn-primary:active {
  background: #0f5f82 !important;
  outline: none;
}
.online-store .kaseya-page-layout .btn-tertiary {
  background: transparent;
  color: rgb(39, 45, 68) !important;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 8px 16px 8px 16px;
}
.online-store .kaseya-page-layout .btn-tertiary:hover {
  background: rgb(246, 247, 248);
}
.online-store .kaseya-page-layout .btn-tertiary:focus-visible {
  background: rgb(246, 247, 248);
  outline: 2px solid rgb(189, 196, 255);
}
.online-store .kaseya-page-layout .btn-tertiary:active {
  background: rgb(240, 241, 255) !important;
  outline: none;
  border: none !important;
}
.online-store .kaseya-h1 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.online-store .kaseya-body-regular {
  color: #626D7A;
  font-size: 12px;
  font-weight: 400;
}
.online-store .kaseya-body-regular-md {
  color: #626D7A;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.online-store .kaseya-link {
  color: #199ED9;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.online-store .kaseya-info-section {
  z-index: 1;
  color: white;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}
.online-store .layout-login {
  font-family: "Roboto", sans-serif;
  background-color: #f4f4f4;
}
.online-store .layout-login .header-lines {
  margin: 0 0 1em;
  text-align: center;
  display: flex;
  align-items: center;
}
.online-store .layout-login .header-lines:before {
  content: " ";
  flex: 1 0 0%;
  height: 1px;
  background: #dee2e6;
  margin-right: 1rem;
}
.online-store .layout-login .header-lines:after {
  content: " ";
  flex: 1 0 0%;
  height: 1px;
  background: #dee2e6;
  margin-left: 1rem;
}
.online-store .layout-login .card {
  z-index: 2;
  width: 400px;
  border-radius: 2px;
}
.online-store .layout-login input.form-control {
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.online-store .layout-login .form-control:focus,
.online-store .layout-login .btn:focus {
  box-shadow: 0 0 0 0.2rem #c4c9cf;
}
@media (max-width: 575.98px) {
  .online-store .layout-login {
    background-color: #fff;
  }
  .online-store .layout-login .card {
    min-width: 400px;
    width: 100%;
    border: none;
    box-shadow: none;
  }
}
.online-store .layout-login .btn {
  border: 1px solid #ced4da;
  border-radius: 2px;
  padding: 9px 1rem;
}
.online-store .layout-login .btn-login {
  background-color: #f7f7f7;
  font-weight: 500;
}
.online-store .layout-login .btn-login:hover,
.online-store .layout-login .btn-login:focus,
.online-store .layout-login .btn-login:active,
.online-store .layout-login .btn-login.active,
.online-store .layout-login .btn-login.disabled,
.online-store .layout-login .btn-login[disabled] {
  color: #000;
  background-color: #ebebeb;
  border-color: #c4c9cf;
}
.online-store .layout-login .btn-login:active:hover,
.online-store .layout-login .btn-login.active:hover,
.online-store .layout-login .btn-login:active:focus,
.online-store .layout-login .btn-login.active:focus,
.online-store .layout-login .btn-login:active.focus,
.online-store .layout-login .btn-login.active.focus {
  color: #000;
  background-color: #ebebeb;
  border-color: #c4c9cf;
}
.online-store .layout-login .btn-kaseyaone {
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ced4da;
}
.online-store .layout-login .btn-kaseyaone:hover,
.online-store .layout-login .btn-kaseyaone:focus,
.online-store .layout-login .btn-kaseyaone:active,
.online-store .layout-login .btn-kaseyaone.active,
.online-store .layout-login .btn-kaseyaone.disabled,
.online-store .layout-login .btn-kaseyaone[disabled] {
  color: #000;
  background-color: #f2f2f2;
  border-color: #c4c9cf;
}
.online-store .layout-login .btn-kaseyaone:active:hover,
.online-store .layout-login .btn-kaseyaone.active:hover,
.online-store .layout-login .btn-kaseyaone:active:focus,
.online-store .layout-login .btn-kaseyaone.active:focus,
.online-store .layout-login .btn-kaseyaone:active.focus,
.online-store .layout-login .btn-kaseyaone.active.focus {
  color: #000;
  background-color: #f2f2f2;
  border-color: #c4c9cf;
}
.online-store .layout-login .btn-kaseyaone > i.icon-kaseyaone {
  background: url(/lib/keystone-common/img/kaseya-icon-kaseyaone-blue.svg?v=N2UAmOlvQtNABmM1Y4Y4MnjYPQU) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
  background-position-y: 0.1em;
}
.online-store .layout-login .waves-top {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 931px;
  height: 631px;
  background: linear-gradient(294.77deg, #F7F7F8 12.81%, #EAEAEA 34.17%, #EAEAEA 62.29%, #F7F7F8 85.67%);
  background-image: url(/lib/keystone-common/img/kaseya-waves-top.svg?v=N2UAmOlvQtNABmM1Y4Y4MnjYPQU);
  background-position: right top;
  background-repeat: no-repeat;
}
.online-store .layout-login .waves-bottom {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 931px;
  height: 631px;
  background: linear-gradient(294.77deg, #F7F7F8 12.81%, #EAEAEA 34.17%, #EAEAEA 62.29%, #F7F7F8 85.67%);
  background-image: url(/lib/keystone-common/img/kaseya-waves-bottom.svg?v=N2UAmOlvQtNABmM1Y4Y4MnjYPQU);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.online-store .navbar-megamenu {
  background-color: #15223A;
}
.online-store .navbar-megamenu .navbar-nav .nav-item {
  position: static;
  flex-basis: auto;
}
.online-store .navbar-megamenu .navbar-nav .nav-item > a {
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
.online-store .navbar-megamenu .navbar-nav .nav-item:first-child > a {
  padding-left: 0;
}
.online-store .navbar-megamenu .navbar-nav .nav-item:last-child > a {
  padding-right: 0;
}
.online-store .navbar-megamenu .navbar-nav .nav-item .dropdown-menu {
  background-color: #15223A;
  box-shadow: 0px 1px 1px 0px #1c2d4d inset;
  display: block;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  transition: none;
  overflow: hidden;
  border: 0;
}
.online-store .navbar-megamenu .navbar-nav .nav-item .dropdown-menu.show {
  max-height: 800px; /* needs to be an absolute value for transition to work */
  height: auto;
}
.online-store .navbar-megamenu .navbar-nav .nav-item .dropdown-menu a {
  display: block;
  padding: 15px;
  color: #FFFFFF;
  border-radius: 8px;
}
.online-store .navbar-megamenu .navbar-nav .nav-item .dropdown-menu a:hover {
  text-decoration: none;
  background-color: #1c2d4d;
}
.online-store .navbar-megamenu .navbar-nav .nav-link:hover,
.online-store .navbar-megamenu .navbar-nav .nav-link:focus {
  color: #e6e6e6;
}
.online-store .navbar-megamenu .navbar-megamenu-container {
  margin-left: -15px !important;
  width: 100%;
}
@media (max-width: 992px) {
  .online-store .navbar-megamenu .navbar-megamenu-container {
    margin: 0 -15px;
    width: auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
  }
  .online-store .navbar-megamenu .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
  .online-store .navbar-megamenu .navbar-megamenu-link {
    text-align: left;
    padding: 0;
  }
  .online-store .navbar-megamenu .navbar-megamenu-link > a {
    padding: 15px;
  }
}
.online-store .megamenu-hidden {
  width: 100%;
  height: 4px;
  background-color: #15223A;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 15px rgba(0, 0, 0, 0.05);
}
.online-store .nav-tiles .nav-item {
  padding-right: 5px;
  position: relative; /* Requried for :after arrow */
}
.online-store .nav-tiles .nav-item:last-child {
  padding-right: 0;
}
.online-store .nav-tiles .nav-link {
  background-color: #e9ecef;
  padding: 15px 5px 15px 0;
  border-radius: 4px;
}
.online-store .nav-tiles .nav-link.active {
  background-color: #15223A;
  color: #FFFFFF;
}
.online-store .nav-tiles .nav-link:hover,
.online-store .nav-tiles .nav-link:focus {
  background-color: #15223A;
  color: #FFFFFF;
}
.online-store .nav-tiles .nav-link.active:after,
.online-store .nav-tiles .nav-link:hover:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  display: flex;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 150, 214, 0);
  border-top-color: #15223A;
  border-width: 6px;
  left: 50%;
  margin-left: -6px;
  margin-top: 15px;
}
.online-store .nav-tiles .nav-link.active > .badge,
.online-store .nav-tiles .nav-link:hover > .badge,
.online-store .nav-tiles .nav-link:focus > .badge {
  color: #15223A;
  background-color: #ffffff;
  vertical-align: text-bottom;
}
.online-store .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #ffffff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 8px;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #dee2e6;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(21, 34, 58, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #15223A;
  --bs-pagination-active-border-color: #15223A;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #ffffff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.online-store .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .online-store .page-link {
    transition: none;
  }
}
.online-store .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.online-store .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.online-store .page-link.active, .active > .online-store .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.online-store .page-link.disabled, .disabled > .online-store .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.online-store .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.online-store .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.online-store .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.online-store .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 12px;
}
.online-store .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 8px;
}
.online-store .global-preloader {
  background-color: transparent;
  width: 70px;
  height: 70px;
  opacity: 0;
  z-index: 10100;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}
.online-store .global-preloader-backdrop {
  opacity: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
}
.online-store .md-preloader-primary svg circle {
  stroke: #15223A;
}
.online-store .md-preloader-success svg circle {
  stroke: #5cb85c;
}
.online-store .pretty input:checked ~ .state.p-primary label:after,
.online-store .pretty.p-toggle .state.p-primary label:after {
  background-color: #15223A !important;
}
.online-store .pretty input:checked ~ .state.p-success label:after,
.online-store .pretty.p-toggle .state.p-success label:after {
  background-color: #51B7E9 !important;
}
.online-store .pretty.p-fill .state label:before,
.online-store .pretty.p-fill .state label:after {
  width: calc(1em + 0px);
  height: calc(1em + 0px);
  margin-top: 1px;
}
.online-store .pretty.p-default.p-thick.p-fill .state label:after {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.online-store .product-list {
  width: 100%;
  border-collapse: collapse;
}
.online-store .product-list .product-cell {
  text-align: center;
  margin-bottom: -1px;
}
.online-store .product-list .product-cell a:hover {
  text-decoration: none;
}
.online-store .product-list .product-cell .card {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  margin: 0 0;
  padding: 0 0 0 0;
  text-decoration: none;
}
.online-store .product-list .product-cell .card .product-badge {
  position: absolute;
  left: 15px;
  z-index: 1;
}
.online-store .product-list .product-cell .card .card-body {
  padding-bottom: 0;
}
.online-store .product-list .product-cell .card .col1,
.online-store .product-list .product-cell .card .col2,
.online-store .product-list .product-cell .card .col3 {
  margin-bottom: 3.5px;
}
.online-store .product-list .product-cell .card .col3 {
  overflow: hidden;
  white-space: nowrap;
}
.online-store .product-list .product-cell .card .product-title {
  height: 4.1em;
  line-height: 1.4em;
  overflow: hidden;
  font-weight: bold;
}
.online-store .product-list .product-cell .card .product-title a {
  font-weight: bold;
}
.online-store .product-list .product-cell .card .product-attributes {
  height: 1.5em;
  overflow: hidden;
}
.online-store .product-list .product-cell .card .product-mpn {
  display: none;
}
.online-store .product-list .product-cell .card .product-price {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.online-store .product-list .product-cell .card .product-saving {
  font-size: 13px;
  height: 1.4em;
}
.online-store .product-list .product-cell .card .product-note {
  font-size: 13px;
  height: 1.4em;
  color: #51B7E9;
  font-weight: bold;
}
.online-store .product-list .product-cell .product-image {
  margin: 0 10px;
  position: relative;
}
.online-store .product-list .product-cell .product-buttons {
  margin: 0 15px 15px 15px;
}
@media (max-width: 767px) {
  .online-store .product-list .product-cell {
    margin-bottom: 15px;
  }
  .online-store .product-list .product-cell .product-image {
    margin: 0;
  }
}
.online-store .product-list .product-cell-small {
  padding-bottom: 15px;
}
.online-store .product-list .product-cell-small .card .col1 {
  height: 125px;
  margin-bottom: 15px;
  display: inline-block;
}
.online-store .product-list .product-cell-small .card .col2 {
  margin-bottom: 0;
}
.online-store .product-list .product-cell-small .card .col3 {
  margin-bottom: 0;
}
.online-store .product-list .product-cell-small .card .product-title {
  height: 4.1em;
}
.online-store .product-list.product-list-similar {
  margin: 0px;
  text-align: center;
}
.online-store .product-list.product-list-similar .center {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.online-store .product-list.product-list-similar .center .product-panel {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
.online-store .slick-carousel {
  text-align: center;
}
.online-store .slick-carousel.slick-carousel-left {
  text-align: left;
}
.online-store .slick-carousel.slick-carousel-left .slick-track {
  margin-left: 0;
}
.online-store .slick-carousel .slick-slide:focus, .online-store .slick-carousel .slick-slide a:focus {
  border: none;
  outline: none;
}
.online-store .slick-carousel > * {
  display: none;
}
.online-store .slick-carousel > *:first-child {
  display: block;
}
.online-store .slick-carousel.slick-initialized > * {
  display: block;
}
.online-store .slick-carousel .slick-arrow:before {
  color: #3660AA;
}
.online-store .slick-carousel .slick-custom-arrow {
  display: block;
  color: #ff0000;
  position: absolute;
  top: 50%;
  width: 20px;
  padding: 0;
  margin-top: -10px\9 ;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.online-store .slick-carousel .slick-custom-arrow-left {
  right: -50px;
}
.online-store .slick-carousel .slick-custom-arrow-right {
  left: -50px;
}
.online-store .slick-carousel-nav .slick-slide {
  opacity: 0.3;
  cursor: pointer;
}
.online-store .slick-carousel-nav .slick-slide.slick-current {
  opacity: 1;
}
.online-store .slick-carousel.product-list .product-cell {
  margin-bottom: 0;
}
.online-store .slick-dots li button:before {
  font-size: 10px;
}
.online-store .slick-dots li.slick-active button:before {
  opacity: 0.6;
}
.online-store .slick-dots li button:hover:before, .online-store .slick-dots li button:focus:before {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .online-store .slick-carousel {
    overflow: hidden;
  }
}
.online-store .toastify {
  background: none;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.1), 0 10px 36px -4px rgba(0, 0, 0, 0.15);
}
.online-store .toastify.toast-success {
  background-color: #212529 !important;
}
.online-store .toastify.toast-danger {
  background-color: #d22f2d !important;
}
.online-store .fr-svg {
  vertical-align: baseline;
}
.online-store #specification-editor .fr-toolbar.fr-sticky-on {
  z-index: 3 !important;
}
.online-store table.primary-border,
.online-store table.primary-border td,
.online-store table.primary-border th,
.online-store .fr-view table.primary-border td,
.online-store .fr-view table.primary-border th {
  border: 1px solid #15223A !important;
}
.online-store table.secondary-border,
.online-store table.secondary-border td,
.online-store table.secondary-border th,
.online-store .fr-view table.secondary-border td,
.online-store .fr-view table.secondary-border th {
  border: 1px solid #3660AA !important;
}
.online-store table.transparent-border,
.online-store table.transparent-border td,
.online-store table.transparent-border th,
.online-store .fr-view table.transparent-border td,
.online-store .fr-view table.transparent-border th {
  border: none;
}
.online-store table.primary-border td.fr-thick:not(.fr-highlighted),
.online-store table.primary-border th.fr-thick:not(.fr-highlighted) {
  border-color: #15223A !important;
  border-width: 2px !important;
}
.online-store table.secondary-border td.fr-thick:not(.fr-highlighted),
.online-store table.secondary-border th.fr-thick:not(.fr-highlighted) {
  border-color: #3660AA !important;
  border-width: 2px !important;
}
.online-store table.primary-border td.fr-highlighted:not(.fr-thick),
.online-store table.primary-border th.fr-highlighted:not(.fr-thick) {
  border-color: red !important;
  border-width: 1px !important;
  border-style: solid !important;
}
.online-store table.secondary-border td.fr-highlighted:not(.fr-thick),
.online-store table.secondary-border th.fr-highlighted:not(.fr-thick) {
  border-color: red !important;
}
.online-store table.secondary-border td.fr-highlighted.fr-thick,
.online-store table.secondary-border th.fr-highlighted.fr-thick {
  border-width: 2px !important;
  border-color: red !important;
}
.online-store table.primary-border td.fr-highlighted.fr-thick,
.online-store table.primary-border th.fr-highlighted.fr-thick {
  border-width: 2px !important;
  border-color: red !important;
}
.online-store table.transparent-border td.fr-highlighted:not(.fr-thick),
.online-store table.transparent-border th.fr-highlighted:not(.fr-thick) {
  border-color: red !important;
  border-width: 1px !important;
  border-style: solid !important;
}
.online-store table.transparent-border td.fr-highlighted.fr-thick,
.online-store table.transparent-border th.fr-highlighted.fr-thick {
  border-width: 2px !important;
  border-color: red !important;
  border-style: solid !important;
}
.online-store td.fr-highlighted,
.online-store th.fr-highlighted,
.online-store td.fr-thick,
.online-store th.fr-thick {
  box-sizing: border-box;
}
.online-store header {
  background-color: #fff;
}
.online-store body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
  background-color: #ffffff;
}
.online-store body.salesperson {
  padding-bottom: 72px !important;
}
.online-store body.login {
  height: 100%;
}
@-webkit-keyframes highlight {
  0% {
    background: #fff;
  }
  30% {
    background: #f6f6f6;
  }
  70% {
    background: #f6f6f6;
  }
  100% {
    background: #fff;
  }
}
@keyframes highlight {
  0% {
    background: #fff;
  }
  30% {
    background: #f6f6f6;
  }
  70% {
    background: #f6f6f6;
  }
  100% {
    background: #fff;
  }
}
.online-store input::-webkit-outer-spin-button,
.online-store input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.online-store input[type=number] {
  -moz-appearance: textfield;
}
.online-store ul.bullet {
  list-style-type: disc !important;
  list-style-position: outside !important;
  margin: 0 20px;
}
.online-store .required {
  color: #d22f2d;
}
.online-store .required-asterisk::after {
  content: "*";
  font-size: 14px;
  font-weight: 500;
  color: #d22f2d;
}
.online-store .horizontal-line {
  width: 20px;
  border-color: #000;
  border-top-width: 1px;
  display: inline-block;
  margin: 0.5em 0;
  vertical-align: middle;
}
.online-store .body-overlay {
  background: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0;
  transition: opacity linear 1s;
}
.online-store .noscript {
  color: #ffffff;
  background-color: #d22f2d;
  border: 1px solid #ffffff;
  line-height: 1.4em;
  text-align: center;
  padding: 6px;
}
.online-store .bootstrap-select-custom {
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.online-store .bootstrap-select-custom.is-invalid {
  border-color: #dc3545 !important;
}
.online-store .bootstrap-select .dropdown-toggle {
  height: calc(1.5em + 0.75rem + 2px);
}
.online-store .bootstrap-select .dropdown-menu {
  padding: 0;
}
.online-store .footer {
  background-color: #15223A;
}
.online-store .footer .container {
  background-color: #15223A;
  color: #FFFFFF;
}
.online-store .footer a:link:not(.btn),
.online-store .footer a:visited:not(.btn),
.online-store .footer a:active:not(.btn),
.online-store .footer a:hover:not(.btn) {
  color: #FFFFFF;
}
.online-store .footer ul.footer-links > li {
  padding-right: 7.5px;
  padding-left: 7.5px;
  padding-bottom: 7.5px;
}
.online-store .breadcrumb {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-color: #ffffff;
}
.online-store .main {
  flex-grow: 1;
  min-height: 400px;
  clear: both;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .online-store .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.online-store .home-carousel .slick-slide {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}
.online-store .home-carousel .slick-slide img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .online-store .home-carousel .slick-slide {
    display: block;
    position: relative;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
  }
  .online-store .home-carousel .slick-slide img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    /*width: calc(100% + 100%);*/
  }
}
.online-store .carousel .carousel-control-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.0823529412);
}
.online-store .scroll-top {
  visibility: hidden;
  bottom: 100px;
  right: -15px;
  cursor: pointer;
  z-index: 1000;
}
@media (min-width: 992px) {
  .online-store .scroll-top.affix {
    visibility: visible;
  }
}
.online-store .scroll-top.affix-top {
  visibility: hidden;
}
.online-store .customer-feedback .row {
  font-size: 0.9em;
  margin: 0;
}
.online-store .customer-feedback .column {
  width: 25%;
  padding: 0 10px 10px 10px;
  border-right: 1px solid #e9ecef;
}
.online-store .customer-feedback h2 {
  margin: 0 0 10px 0;
}
.online-store .customer-feedback div:first-child {
  padding-left: 0;
}
.online-store .customer-feedback div:last-child {
  padding-right: 0;
  border-right: none;
}
.online-store .product-detail .priceEx {
  margin-top: -10px;
  margin-bottom: 5px;
}
.online-store .product-detail .product-title {
  margin-top: 0;
  /*font-size: 24px;
  line-height: 28px;*/
  vertical-align: top;
  overflow: hidden;
}
.online-store .product-detail .section-title {
  border-bottom: 1px solid #e9ecef;
  padding-top: 0;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 15px;
}
.online-store .product-detail .social-icons {
  float: right;
  margin-top: -5px;
}
.online-store .product-detail .product-top .product-price {
  font-size: 37px;
  font-weight: bold;
  vertical-align: middle;
}
.online-store .product-detail .free-freight {
  font-size: 14px;
  font-weight: bold;
}
.online-store .product-detail .nav-tabs {
  margin-top: 40px;
}
.online-store .product-detail .nav-tabs li.active a {
  background: #ffffff;
  color: #303030;
}
.online-store .product-detail .tab-content {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.online-store .product-detail .tab-content > .tab-pane {
  padding-bottom: 45px;
}
.online-store .product-detail .slides img {
  width: auto;
  display: inline;
}
.online-store .product-detail .flex-centered {
  margin-bottom: 0;
}
.online-store .product-detail .flex-centered .slides {
  width: 100% !important;
  text-align: center;
}
.online-store .product-detail .flex-centered .slides li {
  display: inline-block !important;
  *display: inline !important;
  float: none !important;
}
.online-store .product-detail .st_sharethis_custom {
  vertical-align: top;
}
.online-store .product-detail .st_sharethis_custom .chicklets.sharethis {
  padding: 0 40px 0 20px;
  line-height: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  margin-right: 4px;
}
.online-store .product-detail .panel-guarantee .list-group .list-group-item {
  padding-left: 5px;
}
.online-store .product-detail .panel-guarantee .list-group .list-group-item-text {
  font-size: 0.7em;
}
.online-store .product-detail .product-list .product-cell {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .online-store .product-detail .nav-tabs {
    display: none;
    visibility: hidden;
  }
  .online-store .product-detail .product-title,
  .online-store .product-detail .product-numbers {
    text-align: center;
  }
  .online-store .product-detail .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
.online-store .product-left {
  margin-bottom: 1em;
}
.online-store .product-left.panel {
  padding: 0;
}
.online-store .recently-viewed {
  min-height: 380px;
  padding: 0 !important;
  margin-bottom: 1em;
}
.online-store .recently-viewed.recommended {
  min-height: inherit;
}
.online-store .recently-viewed.recommended .more {
  float: right;
  padding-right: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.online-store .recently-viewed .header {
  height: 24px;
  margin: -2px 0 0 0 !important;
}
.online-store .recently-viewed .product {
  overflow: hidden;
  color: #303030;
}
.online-store .recently-viewed .product > div {
  display: inline;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  float: left;
}
.online-store .recently-viewed .product .col1 {
  padding-left: 10px;
  width: 50px;
}
.online-store .recently-viewed .product .col2 {
  width: 156px;
  height: 50px;
  line-height: 1.2em;
  line-height: 1.1em \9 ;
  padding-left: 10px;
  padding-left: 9px \9 ;
}
.online-store .recently-viewed .product .col2 .description {
  font-size: 0.9em;
  padding-right: 10px;
  height: 2.5em;
  overflow: hidden;
}
.online-store .recently-viewed .product .col2 .price {
  font-size: 0.9em;
  margin-top: 0.4em;
  font-weight: bold;
}
.online-store .recently-viewed .product .overlay {
  position: absolute;
  display: none;
  width: 226px;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #595959;
  *background-color: #ffffff;
}
.online-store .recently-viewed .product .overlay a {
  position: absolute;
  width: 226px;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.online-store .recently-viewed.recommended .more-recommendations {
  float: right;
  margin-right: 20px;
  margin-bottom: 10px;
}
.online-store .nav-pills > li.active > a, .online-store .nav-pills > li.active > a:hover, .online-store .nav-pills > li.active > a:focus {
  background-color: #15223A;
}
.online-store .header-navbar .nav-pills .dropdown.cart .dropdown-menu {
  width: 300px;
}
.online-store .navbar-salesperson {
  z-index: 50;
  background-color: #f6f7f8;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  /*line-height: 1rem;*/
}
.online-store .navbar-salesperson .navbar-brand {
  color: #000;
  font-size: 1em;
  padding: 0;
}
.online-store .navbar-salesperson .navbar-text {
  color: #000;
  padding: 9px 0;
}
.online-store .navbar-salesperson .nav-item {
  display: flex;
  align-items: center;
}
.online-store .navbar-salesperson .navbar-nav > .open > a,
.online-store .navbar-salesperson .navbar-nav > .open > a:hover,
.online-store .navbar-salesperson .navbar-nav > .open > a:focus {
  background-color: #5f5f5f;
}
.online-store .navbar-salesperson .dropdown-item.active, .online-store .navbar-salesperson .dropdown-item:active {
  background-color: #199ED9;
}
@media (max-width: 767px) {
  .online-store .navbar-salesperson .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
.online-store .field-validation-error, .online-store .field-validation-error a {
  color: #d22f2d;
}
.online-store .input-validation-error {
  border: 1px solid #a94442;
  background-color: #ffffff;
}
.online-store .validation-summary-errors {
  padding: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #212529;
  background-color: #e48281;
  border-left: 5px solid #d22f2d;
}
.online-store .validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
.online-store .validation-summary-valid {
  display: none;
}
.online-store .warning {
  border: 1px solid #FFFF66;
  background-color: #ffeeee;
}
.online-store .qty-toggle {
  display: inline-block;
}
.online-store .qty-toggle-buttons {
  max-width: 90px;
}
.online-store .qty-toggle .input-group-sm {
  width: 90px;
}
.online-store .qty-toggle input {
  text-align: center;
}
.online-store .qty-toggle .btn {
  width: 25px;
  padding-left: 4px;
}
.online-store .qty-toggle .btn i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 14px;
}
.online-store .page .search-return {
  background-color: #ebebeb;
  height: 44px;
  line-height: 40px;
  vertical-align: middle;
  padding-left: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.online-store .page .product-list {
  border: none;
}
.online-store .page .product-list .product-cell {
  border-bottom: none;
}
.online-store .cart .price-summary-panel hr {
  margin: 10px 0;
}
.online-store .cart .field-validation-error {
  display: block;
  margin-top: 5px;
}
.online-store .cart .price-summary-panel .highlight-animation {
  -webkit-animation: highlight 1.5s;
  animation: highlight 1.5s;
}
.online-store .cursor-pointer {
  cursor: pointer;
}
.online-store .checkout .price-summary-panel .field-validation-error {
  display: block;
  margin-top: 5px;
}
.online-store .checkout .price-summary-panel.highlight-animation {
  -webkit-animation: highlight 1.5s;
  animation: highlight 1.5s;
}
.online-store div.help.h5 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: #15223A;
  image-rendering: optimizeQuality;
  text-rendering: optimizelegibility;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  zoom: 1;
}
.online-store .popover.top {
  margin-top: 0;
}
.online-store .popover .popover-content div.help.inline-block {
  display: inline-block;
}
.online-store .popover ul.help {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.online-store .popover ul.help li {
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
}
.online-store .sidenav {
  z-index: 9999;
  width: 220px;
  margin: 20px 0 0;
  padding: 0;
  background-color: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.online-store .sidenav.affix {
  top: 20px;
}
.online-store .sidenav > li > a {
  display: block;
  padding: 8px 14px;
  margin: 0 0 -1px;
  color: #15223A;
  border: 1px solid #e9ecef;
  font-size: 14px;
}
.online-store .sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.online-store .sidenav > li.active a, .online-store .sidenav > li.active a:hover, .online-store .sidenav > li.active a:focus {
  background-color: #15223A;
  color: #ffffff;
}
.online-store .sidenav .fa-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: 0.25;
}
.online-store .sidenav .active .fa-chevron-right, .online-store .sidenav .active a:hover .fa-chevron-right {
  opacity: 1;
}
.online-store .product-finder select.disabled {
  color: #999;
}
.online-store .search-results .header .title {
  margin-bottom: 15px;
}
.online-store .search-results .header .title h1 {
  color: #303030;
  margin: 0;
}
.online-store .refine-show-more-modal .modal-body .nav-pills,
.online-store .refine-show-more-modal .modal-body .tab-content {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.online-store .refine-show-more-modal .modal-body .nav-pills {
  padding-right: 15px;
  border-right: 1px solid #e5e5e5;
}
.online-store .refine-show-more-modal .modal-footer {
  margin-top: 0;
}
.online-store .refine-panel {
  position: relative;
  padding-bottom: 15px;
}
.online-store .refine-panel, .online-store .refine-panel:before, .online-store .refine-panel:after {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 30%, #e9ecef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), color-stop(100%, #e9ecef));
  background: -webkit-linear-gradient(top, #ffffff 30%, #e9ecef 100%);
  background: -o-linear-gradient(top, #ffffff 30%, #e9ecef 100%);
  background: -ms-linear-gradient(top, #ffffff 30%, #e9ecef 100%);
  background: linear-gradient(to bottom, #ffffff 30%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
}
.online-store .refine-panel:before, .online-store .refine-panel:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9999px;
}
.online-store .refine-panel:before {
  right: 100%;
  margin-bottom: -1px;
}
.online-store .refine-panel:after {
  left: 100%;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .online-store .refine-panel.collapse {
    display: block !important;
  }
}
.online-store .tile-hover {
  text-align: center;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  transition: border-color 0.5s ease;
  padding-bottom: 1rem;
}
.online-store .tile-hover a {
  text-decoration: none;
}
.online-store .tile-hover:hover {
  border-bottom-color: #15223A;
}
.online-store .bg-primary-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#316ca9+0,015cb3+100 */
  background: #316ca9; /* Old browsers */
  background: -moz-linear-gradient(top, #142037 0%, #15223A 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #142037), color-stop(100%, #15223A)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #142037 0%, #15223A 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #142037 0%, #15223A 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #142037 0%, #15223A 100%); /* IE10+ */
  background: linear-gradient(to bottom, #142037 0%, #15223A 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="shade-color($primary,5%)", endColorstr="$primary",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 767px) {
  .online-store .bg-primary-gradient {
    border: none;
  }
}
.online-store .gradient-divider {
  height: 44px;
  margin-bottom: -18px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
  z-index: 0;
  zoom: 1;
}
.online-store .gradient-divider:after {
  display: block;
  width: 100%;
  height: 44px;
  background-color: transparent;
  background: -webkit-linear-gradient(to right, #fff, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0), #fff);
  z-index: 1;
  content: "";
}
.online-store [data-notify=container].alert-success {
  background-color: #51B7E9;
  border-color: #51B7E9;
  color: #fff;
  opacity: 1;
}
.online-store [data-notify=container].alert-danger {
  background-color: #d22f2d;
  border-color: #d22f2d;
  color: #fff;
  opacity: 1;
}
.online-store .layout-minimal-white {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .online-store .layout-minimal-white.card {
    width: 100%;
    border: none;
    box-shadow: none;
  }
}
