@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i&display=swap');

@font-face {
  font-family: 'Helvetica Neue';
  src: url('HelveticaNeue-Medium.woff2') format('woff2'),
    url('HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('HelveticaNeue-Bold.woff2') format('woff2'),
    url('HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('HelveticaNeue.woff2') format('woff2'),
    url('HelveticaNeue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 15px;
  background-color: #fff;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden !important;
}

#wrapper {
  margin: 0 0 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 16px;
}

b,
strong {
  font-weight: 700;
}

p {
  line-height: 24px;
  margin: 0 0 30px;
}

a {
  color: #0f0382;
  text-decoration: none;
}

a:hover,
a:focus {
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
  color: #0388fb;
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.control-label,
.logintable span,
#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1,
#MPMain_pnlResetPassword1 #MPMain_lblUserID {
  font-weight: 700;
  font-size: 14px;
  margin: 5px 0 7px;
  line-height: 18px;
  display: block;
}

.logintable span {
  margin: 20px 0 10px;
}

#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1 {
  display: inline;
}

.required,
.mandatory {
  padding: 0 0 0 4px;
  position: relative;
  top: -1px;
  color: #e02b27;
  font-size: 14px;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="phone"],
select,
textarea {
  display: block;
  width: 100%;
  line-height: normal;
  border: solid 1px #c2c2c2;
  color: #000;
  font-size: 14px;
  padding: 0 10px;
  height: 44px;
  background-color: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 0;
}

select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left calc(100% - 7px) center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 22px;
  height: 44px;
  border: solid 1px #c2c2c2;
  border-radius: 0;
}

select.cboColourV,
select.cboSizeV {
  max-width: 200px;
}

textarea.form-control,
textarea {
  resize: none;
  height: 160px;
  padding: 10px;
}

.form-control::-moz-placeholder {
  color: #bfbdbd;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bfbdbd;
}

.form-control::-webkit-input-placeholder {
  color: #bfbdbd;
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  border-color: #000;
}

.btn,
.btn_so,
.checkout-btn,
input[type="submit"],
.admin .btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 1px;
  padding: 0 25px;
  height: 43px;
  box-shadow: none !important;
  outline: none !important;
  text-align: center;
  border: 0 none;
  background-color: #0f0382;
  border-radius: 0;
}

.btn+.btn {
  margin-left: 10px;
}

.btnA_2,
.btnA_1 {
  background-color: #000;
  color: #fff !important;
  border-radius: .25rem;
}

a.btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 43px;
  text-decoration: none !important;
}

.btn.btn-block,
.checkout-btn {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
}

a.btn.btn-block,
a.checkout-btn {
  line-height: 40px;
}

.btn-primary {
  background-color: #0f0382;
}

.btn-secondary {
  background-color: #262627 !important;
  color: #fff !important;
}

.narrow-row {
  margin-left: -10px;
  margin-right: -10px;
}

.narrow-row>div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {

  .admin .container,
  .container,
  .caption-div>div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.admin .container,
.container,
.caption-div>div {
  max-width: 1450px;
}

.top-bar {
  height: 50px;
  background-color: #0f0382;
}

.top-bar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-bar-nav>li:not(:last-child) {
  margin: 0 15px 0 0;
}

.top-bar-nav>li>a {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-position: left center;
}

.top-bar-nav>li>a .fas {
  font-size: 14px;
  margin: 0 8px 0 0;
}

.top-bar-nav>li>a img {
  width: 24px;
  margin: 0 6px 0 0;
}

@media (max-width: 1030px) {
  .top-bar-nav>li:not(:last-child) {
    margin: 0 12px 0 0;
  }

  .top-bar-nav>li>a {
    font-size: 11px;
  }

  .top-bar-nav>li>a .fas {
    font-size: 13px;
  }
}

.top-bar-nav>li>a.btn {
  font-weight: 700;
  padding: 0 15px;
  background-color: #f98423;
  color: #0f0382 !important;
  height: 50px;
  line-height: 50px;
}

.tagline {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
}

.info-bar {
  font-size: 14px;
  color: #000;
  line-height: 45px;
  text-align: center;
  background-color: #f98423;
  height: 45px;
}

.primary-header {
  position: relative;
  padding: 20px 0;
}

.brand-wrap .header-customer-logo {
  padding: 0 30px;
  max-width: 140px;
}

.navbar-brand {
  height: auto;
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 300px;
  height: auto;
  margin: 0 0 5px;
}

.navbar-brand span {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.navbar-brand span.logo-name {
  font-weight: 700;
}

.navbar-brand span.logo-tagline {
  font-weight: 500;
}

.cart-nav {
  margin: 0 0 0 25px;
  position: relative;
}

.cart-btn img {
  width: 24px;
}

.cart-btn .badge {
  background: #e74b36;
  color: #fff;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  min-width: 18px;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.cart-popup.dropdown-menu {
  top: 50px !important;
  left: auto !important;
  right: 0;
  width: 390px;
  background: #fff;
  border: 1px solid #bbb;
  z-index: 1025;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  transform: none !important;
}

.cart-popup.dropdown-menu a {
  padding: 0 !important;
  display: inline;
  height: auto !important;
  line-height: normal !important;
}

.cart-popup.dropdown-menu a:hover {
  color: inherit;
  background-color: transparent !important
}

.cart-popup:before,
.cart-popup:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cart-popup:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  top: -12px;
  right: 26px;
}

.cart-popup:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
  top: -14px;
  right: 25px;
}

.minicart-items-wrapper {
  padding: 15px 20px 0;
  margin: 15px -20px 0;
  border-top: 1px solid #ccc;
  max-height: 388px;
  overflow: auto;
  overflow-x: hidden;
}

#minicart-content {
  padding: 25px 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.close-cart {
  position: absolute;
  top: 10px;
  right: 13px;
  opacity: 0.7;
}

.close-cart img {
  width: 12px;
  height: auto;
}

.empty-card {
  padding: 10px 0 35px;
  text-align: center;
  font-weight: 700;
}

.minicart-summary {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 18px;
}

.minicart-summary h6 {
  font-weight: 700;
  margin: 0;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.btn {
  flex: 1;
  height: 40px !important;
  line-height: 36px !important;
  font-size: 16px;
  margin: 0 6px 0 0;
  background-color: transparent !important;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.view-btn {
  border: #000 2px solid;
  color: #000 !important;
  line-height: 36px;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.checkout-btn {
  background-color: #0f0382 !important;
  margin: 0 0 0 6px !important;
}

.minicart-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.minicart-items>li {
  border: 0 none !important;
  border-top: 1px solid #ccc !important;
  position: relative;
  padding: 20px 0 !important;
  margin: 0 !important;
}

.minicart-items>li:first-child {
  border-top: 0 none !important;
  padding-top: 0 !important;
}

.cart-item-actions {
  position: absolute;
  right: 0;
  bottom: 23px;
}

.cart-item-actions a {
  color: #2d8ada !important;
  margin: 0 0 0 15px;
}

.product-miniview {
  display: flex;
}

.product-image-wrapper {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  border-radius: 4px;
  overflow: hidden;
}

.product-image-wrapper img {
  width: auto;
  height: 100%;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
}

.product-item-details {
  flex: 1;
  padding: 0 0 0 15px;
  max-width: calc(100% - 90px);
}

.product-item-details strong {
  display: block;
  padding: 0 0 5px;
}

.product-item-details strong a {
  color: #2d8ada !important;
}

.product-item-details strong a:hover {
  color: #0388fb !important;
}

.toggle {
  cursor: pointer;
}

.options-list {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  font-size: 13px;
  display: none;
}

.product.options.show .options-list {
  display: block;
}

.options-list li {
  padding: 0 0 5px;
  border: 0 none !important;
}

.options-list .label {
  font-weight: 700;
}

.options-list li .price {
  font-size: 13px;
}

.details-qty label {
  margin: 0 10px 0 0;
}

.details-qty .qty-wrap {
  margin: 0;
  display: flex;
  align-items: center;
}

.details-qty .qty-btn {
  font-weight: 300;
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  background-color: transparent !important;
  color: #333 !important;
  border: 0 none;
  outline: none !important;
}

.details-qty .c_qty {
  width: 50px;
  height: 32px;
  line-height: 30px;
  border: solid 1px #c2c2c2;
  text-align: center;
}

.header-btn {
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  text-align: center;
  padding: 55px 0 0;
  margin: 0 0 0 20px;
  position: relative;
}

.header-btn.clearout:after,
.header-btn.special:after,
.header-btn.events:after,
.header-btn.booklist:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 45px;
  height: 45px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #f98423;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 45px;
}

.header-btn.clearout:after {
  font-size: 22px;
  content: "\f4c0";
}

.header-btn.special:after {
  content: "\f005";
}

.header-btn.events:after {
  content: "\f06b";
}

.header-btn.booklist:after {
  content: "\f51e";
}

.header-btn.clearout:before,
.header-btn.special:before,
.header-btn.events:before,
.header-btn.booklist:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0f0382;
}

.header-btn span {
  font-family: 'Sora', sans-serif;
  display: block;
  font-size: 14px;
  color: #0f0382;
  font-weight: 700;
  font-style: normal;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.educmenu .header-btn.clearout,
.educmenu .header-btn.special {
  display: none !important;
}

.educmenu .header-btn.booklist {
  display: block !important;
  opacity: 1;
  visibility: visible;
  margin: 0 20px 0 0;
}

@media (max-width: 1200px) {
  .header-btn,
  .ink-finder-link {
    font-size: 0;
    margin: 0 0 0 15px;
  }

  .header-btn span,
  .ink-finder-link span {
    font-size: 11px;
  }
}

.global-search {
  flex: 1;
}

#search {
  position: relative;
  margin: 0 50px;
}

#search .form-control {
  font-size: 18px;
  color: #000;
  background-color: #fff;
  padding: 0 120px 0 45px;
  position: static;
  height: 50px;
  width: 100%;
}

#search .form-control:focus {
  border-color: #c2c2c2;
}

#search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  padding: 0 30px;
  border: 0 none;
  background-color: #0f0382;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

#search .fa-search {
  position: absolute;
  left: 15px;
  top: 17px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}

.search-suggestion-container {
  padding: 5px 0 !important;
  border-top: 0 none !important;
  margin: -2px 0 0px;
  border-radius: 0 0 2px 2px;
}

.search-suggestion-container li {
  font-size: 14px !important;
  padding: 10px 12px !important;
  background: url(/images2/side-arrow.svg) no-repeat scroll calc(100% - 12px) center;
  background-size: 15px auto;
}

.search-suggestion-container li b {
  font-weight: 400 !important;
  color: #0f0382 !important;
}

.search-suggestion-container li:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  background-image: url(/images2/side-arrow-hover.svg);
  color: #333 !important;
}

.navbar,
nav {
  background: #0f0382;
  padding: 0;
  height: 60px;
}

.nav-link {
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
}

.clearance-nav {
  background-color: #f9d725 !important;
  color: #000 !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.navbar-nav>li:hover .nav-link,
.navbar-nav>li.show .nav-link,
.my-menu .nav-item:hover>a {
  background-color: #000;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
  }

  .navbar-nav .nav-item:nth-last-child(2) .dropdown-menu,
  .navbar-nav .nav-item:nth-last-child(1) .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu,
  .top-bar .navbar-nav .dropdown-menu {
    max-height: 668px;
    overflow: auto;
  }
}

.dropdown-menu {
  border: 1px solid #d1d1d1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
  font-size: 15px;
  min-width: 300px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-clip: border-box;
}

.dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
  padding: 0;
  background-color: transparent !important;
}

.dropdown-menu li:last-child {
  border: 0 none;
}

.dropdown-menu li a {
  color: #2b2b2b;
  font-size: 14px;
  padding: 8px 20px;
  background-color: transparent !important;
  display: block;
  text-decoration: none !important;
}

.dropdown-menu li a:hover {
  color: #fff;
  background-color: #939598 !important;
}

.accounts-dropdown {
  min-width: 1px;
  width: 180px;
  background-color: #fff;
}

.accounts-dropdown .fas,
.accounts-dropdown .fa {
  display: none;
}

.accounts-dropdown li {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.accounts-dropdown li a {
  font-size: 12px;
  color: #000;
  padding: 10px 20px;
  line-height: normal;
  height: auto;
}

.accounts-dropdown li a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #000;
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  transition: left 0.2s ease-out;
}

@media (max-width: 991px) {
  .primary-header {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    padding: 20px 15px 65px;
  }

  .global-search {
    position: absolute;
    left: 15px;
    right: 15px;
    margin-left: 0 !important;
    max-width: none;
    bottom: 10px;
    padding: 0;
    width: auto;
    min-width: 1px;
  }

  #search {
    max-width: none;
    margin: 0;
  }

  #search .form-control {
    font-size: 14px;
    height: 40px;
    padding-left: 40px;
  }

  #search .search-btn {
    right: 2px;
    top: 2px;
    height: 36px;
    font-size: 14px;
  }

  #search .fa-search {
    top: 13px;
    font-size: 14px;
  }

  .navbar-toggler {
    display: block;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    outline: none !important;
    position: absolute;
    left: 15px;
    top: 22px;
    z-index: 10;
  }

  .tablet-hide,
  .product-menu .dropdown-menu ul {
    display: none !important;
  }

  .navbar-brand {
    margin: 0 0 0 30px;
  }

  .navbar-brand img {
    width: 170px;
  }

  .top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 0;
  }

  .tagline {
    font-size: 12px;
    line-height: 150%;
  }

  .top-bar-nav li.dropdown {
    position: absolute;
    right: 15px;
    /*top: 62px;*/
    top: 13px;
    z-index: 10;
    margin: 0 !important;
  }

  .top-bar-nav li a {
    font-size: 15px;
    color: #000;
  }

  .top-bar-nav li a .fas {
    font-size: inherit;
  }

  .mobile-menu.show {
    left: 0;
    transition: left 0.2s ease-out;
  }

  .mobile-menu.show:before {
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 500;
    background: rgba(0, 0, 0, 0.8);
  }

  .mobile-menu-contents {
    max-width: 400px;
    width: 80%;
    position: relative;
    z-index: 501;
    background: #fff;
    height: 100%;
    overflow: auto;
  }

  .mobile-menu .nav-link {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    line-height: normal;
    height: auto;
    color: #000 !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
  }

  .mobile-menu .signin-nav {
    color: #fff !important;
    background-color: #0f0382 !important;
  }

  .mobile-menu .nav-link:hover,
  .accounts-dropdown {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }

  .mobile-menu .nav-link img {
    width: 24px;
    height: auto;
    margin: 0 15px 0 0;
  }

  .close-btn {
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 501;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 1;
  }

  .mobile-menu .close-btn {
    right: auto;
    left: 85%;
  }

  @media (min-width: 480px) {
    .mobile-menu .close-btn {
      left: 420px;
    }
  }

  .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0 none;
    margin: 0;
    position: static !important;
    transform: none !important;
    background-color: rgba(0, 0, 0, 0.05);
    min-width: 1px;
    width: auto;
  }

  .dropdown-menu li {
    border-bottom: 0 none;
  }

  .dropdown-menu li a {
    padding: 12px 35px;
    position: relative;
    font-size: 13px;
    color: #000;
  }

  .navbar-nav .dropdown .nav-link {
    position: relative
  }

  .dropdown-menu>li>a:after,
  .navbar-nav .dropdown .nav-link:after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border: 0 none;
    color: inherit;
  }

  .navbar-nav .dropdown .nav-link:after {
    content: "\f107";
    left: auto;
    right: 20px;
    top: 15px;
    font-size: 14px;
  }

  .subcatslist {
    flex-direction: column;
  }

  .list-column {
    flex: 0 0 100%;
    margin: 0;
  }

  .subcatitem,
  .subcatitem>a {
    position: relative;
    display: block;
    font-size: 13px;
  }

  .subcatitem {
    padding: 0 35px;
  }

  .subcatitem>a {
    padding: 10px 0;
    color: rgba(0, 0, 0, 0.9);
  }

  .product-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .product-menu.show {
    display: block;
  }

  .mobile-menu .product-menu .nav-link {
    font-size: 14px;
    border: 0 none;
    padding: 12px 20px;
    color: #000;
    background-color: transparent !important;
  }

  .mobile-menu .product-menu .dropdown-menu>li>a {
    position: relative;
  }

  .subcatitem>a:before {
    left: auto;
    right: -13px;
  }
}

.client-banner {
  margin: 30px 0;
}

.carousel-inner {
  min-height: 1px !important;
}

.carousel-caption {
  bottom: 60px;
}

.carousel-caption h5 {
  font-size: 56px;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  margin: 0 0 40px;
}

.carousel-caption p {
  font-size: 28px;
  color: #fff;
  line-height: 32px;
  margin: 0 0 40px;
}

body .carousel-control-next,
body .carousel-control-prev {
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  bottom: auto;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20;
  background-size: 12px auto;
  opacity: 1 !important;
}

body .carousel-control-next {
  background-image: url(/images2/chevron-right-hover.svg) !important;
}

body .carousel-control-prev {
  background-image: url(/images2/chevron-left-hover.svg) !important;
}

body .carousel-control-next:hover,
body .carousel-control-prev:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 0 none;
  border-radius: 50%;
  background-color: #cfcfcf;
  opacity: 1;
  margin: 0 5px;
}

.carousel-indicators li.active {
  background-color: #fff;
}

.site-feautres {
  padding: 30px 0;
}

.icon-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box {
  width: 30px;
  margin: 0 15px 0 0;
}

.icon-box-content {
  /*flex: 1;
	max-width: calc(100% - 45px);*/
}

.icon-box-content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.featured-brands {
  padding: 50px 0 60px;
}

.brands-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-item {
  /*max-width: 16.666666%;
    flex: 0 0 16.666666%;*/
  max-width: 25%;
  flex: 0 0 25%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}

.brand-item .brand-img {
  margin: 0 auto;
  display: block;
  /*width: 60%;*/
  width: 90%;
}

.brand-item>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.brand-img img {
  width: 100%;
  height: auto;
}

.featured-products-wrap {
  border: rgb(0 0 0 / 20%) 1px solid;
  margin: 0 0 80px;
}

#more,
#more2,
#more3,
#more4 {
  display: none;
}

.home-categories {
  margin: 50px 0 0;
}

.home-categories .wrap h4 {
  font-size: 20px;
  color: #0f0382;
  line-height: 150%;
  text-align: center;
  margin: 15px 0 40px;
}

.home-services {
  margin: 0 0 80px;
}

.home-services h2 {
  font-size: 32px;
  text-align: center;
  margin: 0 0 50px;
}

.home-services .wrap {
  text-align: center;
  border: rgb(0 0 0 / 20%) 1px solid;
  border-color: #0f0382;
  padding: 40px 30px 30px;
  position: relative;
  height: 100%;
}

.home-services .btn-link {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 20px;
  color: #fff;
  background-color: #f98423;
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 10;
}

.home-services h4 {
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  top: -10px;
  margin: 0;
}

.home-services h4 span {
  background-color: #fff;
  padding: 0 15px;
  color: #f98423;
  font-size: 14px;
}

.home-services p:not(.price) {
  font-size: 14px;
  color: #333;
  line-height: 150%;
  margin: 0 0 20px;
}

.services-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #0f0382;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.services-icon img {
  width: 50px;
  height: auto;
  filter: invert(1);
}

.gray:before {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: -1;
}

@media (min-width: 1400px) {
  .gray:before {
    left: -100%;
    right: -100%;
  }
}

.ink_search {
  margin: 0 0 40px;
}

.ink_search_or {
  margin: 10px 0;
  text-align: center;
}

.ink_search_printers,
.ink_search_cartridges {
  position: relative;
}

.ink_search_printers input[type="text"],
.ink_search_cartridges input[type="text"] {
  height: 42px;
}

.ink_search_printers input[type="button"],
.ink_search_cartridges input[type="button"] {
  color: #fff !important;
  padding: 0 15px;
  height: 42px;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  border: 0 none;
  background-color: #0f0382;
  position: absolute;
  right: 0;
  top: 0;
}

.covid-banner {
  padding: 30px 0;
}

.intro {
  position: relative;
  margin: 0 0 70px;
}

.intro h1 {
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 30px;
}

.intro p {
  font-size: 20px;
  padding: 0 10%;
  line-height: 150%;
}

.blog-wrapper h2 {
  margin: 0 0 50px;
}

.gmap-wrap .embed-responsive {
  height: 450px;
  margin: 0 0 50px;
}

.contact-form table {
  width: 100%;
}

.contact-form table,
.contact-form tbody,
.contact-form tr,
.contact-form td {
  display: block;
}

.contact-form .form-control {
  margin: 0 0 20px;
}

.subscribe-container {
  margin: 50px 0 0;
  position: relative;
}

.subscribe-container:before {
  background-color: #f98423;
}

.subscribe-container .container {
  background: url(/images2/newsletter.png) no-repeat scroll 15px center;
}

.subscribe-container form {
  width: 100%;
  margin: 30px 0;
  background-color: #fff;
  padding: 3px;
}

.subscribe-container .form-control {
  flex: 1;
  border: 0 none;
}

.subscribe-container h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 135px;
  line-height: 30px;
}

.subscribe-container p {
  font-weight: 300;
  color: #000;
  margin: 0;
  padding: 0 0 0 135px;
}

#mc_embed_signup {
  font-family: 'Sora', sans-serif !important;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .subscribe-container .container {
    background: 0 none;
  }

  .subscribe-container h4 {
    padding: 20px 0 0;
  }

  .subscribe-container p {
    padding: 0;
  }
}

.homepage .block-content {
  padding: 20px 0;
}

.homepage .section {
  margin: 0 0 50px;
}

footer {
  font-size: 14px;
  background: url("/images/footer-bg.jpg") repeat center top;
}

footer h5 {
  font-weight: 700;
  color: #0f0382;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 30px;
}

footer p {
  line-height: 26px;
  margin: 0 0 15px;
}

footer p .fas,
footer p .far {
  width: 20px;
  font-size: 12px;
}

footer p a {
  color: inherit;
}

.social-nav,
.payment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.social-nav li {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.social-nav li a {
  width: auto;
  height: auto;
  margin: 0;
}

.social-nav li a .fab {
  font-size: 18px;
  margin: 0 10px 0 0;
  width: 24px;
  text-align: center;
}

.payment-list li {
  width: 50%;
}

.payment-list li:not(:last-child) {
  padding: 0 20px 10px 0;
}

.contact-wrap p {
  padding: 0 0 0 32px;
  margin: 0 0 15px;
  position: relative;
  word-break: break-all;
}

.contact-wrap p a {
  color: inherit;
}

.contact-wrap p a:hover {
  text-decoration: underline;
}

.contact-wrap .lnr {
  font-size: 16px;
  color: #0f0382;
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-wrap .lnr-envelope {
  top: 3px;
}

.contact-wrap {
  margin: 0 0 30px;
}

.location-info {
  width: 100%;
  margin: 0;
  background-color: #333;
  padding: 40px 30px 0;
}

.location-info .lnr {
  position: static;
  margin: 0 10px 0 0;
}

.location-info h5 {
  margin: 0 0 5px;
  color: #0f0382;
}

.location-info p {
  margin: 0;
  padding: 0 0 50px;
}

.location-info p:last-child {
  padding: 0 0 40px;
}

.location-info p a {
  color: inherit;
  text-decoration: underline;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}

.footer-nav li {
  margin: 0 0 10px;
  line-height: 20px;
}

.footer-nav li a {
  color: rgba(0, 0, 0, 0.7);
}

.footer-nav li a:hover,
footer p a:hover,
.copy-info a:hover {
  color: #000;
  text-decoration: none;
}

.footer-nav.inline {
  margin: 25px 0;
}

.footer-nav.inline li {
  display: inline;
  margin: 0 10px 0 0;
}

.payment-cards {
  margin: 0 0 30px;
}

.payment-cards img {
  max-width: 64px;
  height: auto;
  margin: 0 10px 10px 0;
}

.copy-info {
  background-color: #0f0382;
  margin: 20px 0 0;
}

.copy-info a {
  color: #fff;
  text-decoration: underline !important;
}

.copy-info p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
}

.caption-div>div {
  padding: 0 15px;
  margin: 0 auto;
}

.caption-div .caption {
  margin: 0 !important;
  padding: 30px 0;
}

h2.caption {
  margin: 10px 0 20px;
}

.taxnote {
  margin: 10px 0 10px 0;
  color: #e94d31;
}

.pg_nav .block-content {
  border: #bbb 1px solid;
}

.ul-services {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-services li a {
  display: block;
  font-size: 13px;
  color: #0f0382;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}

.ul-services li.cat {
  padding: 12px 15px;
  border-bottom: 1px solid #bbb;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.ul-services ul {
  list-style: none;
  padding: 6px 0 0;
  margin: 0;
}

.ul-services ul li a {
  font-size: 12px;
  border: 0 none;
  padding: 5px 15px;
  position: relative;
}

.ul-services ul li a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 8px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

/* Product pages styling */
.homepage .caption-div,
.productspage .caption-div,
.productdetail .caption-div h1,
.pg-contactus .caption-div h1,
.product-main p .label,
.pg-efm .caption-div {
  display: none !important;
}

.pagenav {
  text-align: center;
}

.pagenumlinks {
  font-size: 14px;
}

.pagenumlink {
  padding: 3px 8px;
}

.pagenumlink:hover {
  color: #fff !important;
  background-color: #0f0382;
  border-radius: 3px;
}

.cartheader {
  margin: 0 0 15px;
}

.cartheader .panel {
  padding: 0;
  background-color: transparent;
}

#MPMain_td_custref {
  width: 40%;
  text-align: left;
}

@media (max-width: 767px) {

  .cartheader .ordnum,
  .cartheader .refnum {
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
  }
}

.div-extra-buttons {
  text-align: right;
  margin: 10px 0;
}

div.prods-nav {
  float: left;
  width: 270px;
  padding: 10px 15px 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

div.prods-list {
  display: block;
  text-align: left;
  margin: 60px 0 0 300px;
}

.breadcrumbs {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  list-style: none;
  padding: 10px 15px;
  margin: 0 0 20px;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ul li {
  display: inline;
  padding: 5px;
  color: #323e48;
}

.breadcrumbs ul li a {
  color: inherit;
}

.breadcrumbs ul li+li:before {
  display: inline-block;
  padding-right: .5rem;
  color: rgba(0, 0, 0, 0.2);
  content: "/";
}

.sub-cat-boxes {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.sub-cat-box {
  box-sizing: border-box;
  width: calc(20% - 10px);
  border: rgba(0, 0, 0, 0.1) 1px solid;
  box-shadow: 0 0 2px 0 #ddd;
  min-height: 290px;
  margin: 0 5px 10px;
  text-align: center;
  padding: 4px;
  overflow: hidden;
  transition: box-shadow 0.25s;
  border-radius: 16px;
  background-color: #fff;
}

.sub-cat-box a {
  color: rgba(0, 0, 0, 1);
}

.sub-cat-box h3 {
  font-size: 16px;
  display: block;
  height: 60px;
  overflow: hidden;
  margin: 10px 0 0;
}

.sub-cat-box b {
  display: block;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-cat-box img {
  max-width: 100%;
}

.hidecats {
  margin: 0 0 10px !important;
}

.hidecats .btn,
.div-extra-buttons .btn {
  height: 34px;
  padding: 0 24px;
  background-color: #fff !important;
  border: #0f0382 1px solid;
  color: #333 !important;
}

.hidecats .btn:hover,
.div-extra-buttons .btn:hover {
  background-color: #0f0382 !important;
  color: #fff !important;
}

.pager {
  display: table;
  width: 100%;
  background: #efefef;
  margin: 0 0 10px;
  font-size: 12px;
  padding: 0 5px;
}

.pager .cboSortProdlist {
  display: inline;
  width: 140px;
  background-color: #fff;
  font-size: 12px;
  height: 30px;
  margin: 0 0 0 5px;
}

.pager>span {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.pager>span a.tooltipstered {
  color: rgba(0, 0, 0, 0.5);
}

.pager>span a.faded {
  color: #0f0382;
}

.pager>span:last-child {
  text-align: right;
}

#navCats table {
  background-color: #fff;
}

.prods-nav header {
  font-size: 16px !important;
  background-color: transparent !important;
  color: #333 !important;
  padding: 5px 0 !important;
}

.prods-nav .block-content {
  text-align: left;
  margin: 0 0 20px;
}

.btn-new-list {
  padding: 10px 15px;
}

#navCats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navCats ul li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 0 5px;
  transition: none;
}

#navCats ul li a:hover {
  color: #fff;
  background-color: #0f0382;
}

.product-filter {
  padding: 30px 0 10px;
}

.product-filter h3 {
  color: #333;
  font-size: 16px;
  margin: 0 0 20px;
}

.product-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-filter ul li {
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 0 5px;
}

.product-filter>ul>li>label {

  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323e48;
  font-size: 14px;
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  display: block;
}

.product-filter>ul>li>label input[type="checkbox"] {
  margin: 0 4px 0 0;
  position: relative;
  top: 1pt;
}

#navCats table td {
  border-bottom: 1px solid #c2c2c2;
}

#navCats .fav-list-link a {
  display: block;
  padding: 8px 15px;
  color: #323e48;
}

#navCats .del-fav-list,
#navCats .edit-fav-list {
  margin: 0 10px 0 0;
  color: #323e48;
  display: inline-block;
  vertical-align: middle;
}

#navCats .del-fav-list {
  color: red;
}

.prods-list {
  display: block;
  margin: 0;
  text-align: left;
}

.product-list-grid-view,
.product-list-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.product-list-item {
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  margin: 0 5px 10px !important;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  border-radius: 16px;
  transition: box-shadow 0.25s;
  background-color: #fff;
}

.product-list-item:hover,
.sub-cat-box:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.bulk-prices-button {
  min-height: 1px;
}

.bulk-prices-button a.bulkbtn {
  margin: 0 0 10px;
}

.order-now-button .btn {
  border-radius: 100px;
  display: block;
  width: 100%;
  margin: 15px 0 0;
}

.prodcompare {
  font-size: 15px;
  overflow: hidden;
  margin: -5px -5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.prodcompare input {
  float: left;
  margin: 1px 0 0 5px;
}

.prods-list div.icons {
  position: absolute;
  right: 13px;
  top: 65px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.prods-list div.icons>span {
  margin: 0 0 4px;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background-color: #f98423;
  border-radius: 4px;
}

.prods-list div.icons a {
  color: #0f0382;
  margin: 0;
}

.icon-austmade,
.icon-indigenousbrand {
  background: url(/images2/australia-made-icon2.svg) no-repeat scroll center;
  width: 18px;
  height: 18px;
  display: block;
  background-size: 100% auto;
}

.icon-indigenousbrand {
  background-image: url(/images2/aboriginal_flag.png);
  background-size: 120% auto;
}

.product-list-item .fav-icon,
.product-list-item .del-fav-from-list {
  position: absolute;
  top: 35px;
  right: 13px;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.product-list-item .fav-icon .fa-2x,
.prods-list div.icons .fa-2x,
.product-list-item .del-fav-from-list .fa-2x {
  font-size: 12px;
  margin: 0;
}

.product-list-item .fav-icon .fa-2x,
.product-list-item .del-fav-from-list .fa-2x {
  font-size: 18px;
}

.del-fav-from-list {
  color: red;
}

.product-list-item .img {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px 0;
}

.product-list-item .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.homepage .product-list-item .desc-etc {
  padding: 10px;
}

.product-list-item .desc-etc {
  padding: 20px 0 0;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}

.product-list-item .desc-etc h3 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.product-list-item .desc a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  display: block;
  min-height: 90px;
}

.product-list-item:hover .desc a {
  color: #0f0382;
}

.product-list-item .product-code,
.product-list-item .code {
  font-size: 12px;
  padding: 5px 0;
  color: #f98423;
}

.price {
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #0f0382;
}

.price-unit-grid {
  font-size: 12px;
  color: #323e48;
  font-weight: 700;
}

.price-etc a.btn,
.prodscomparison .add-to-ord .btn-add-to-cart {
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #fff !important;
  background-color: #0f0382 !important;
  border: 0 none !important;
  flex: 1;
  border-radius: 6px;
}

.price-etc a.btn .fa,
.prodscomparison .add-to-ord .btn-add-to-cart .fa {
  display: none;
}

.product-list-item .add-to-ord .btn-qty-down,
.product-list-item .add-to-ord .btn-qty-up,
.prodscomparison .add-to-ord .btn-qty-down,
.prodscomparison .add-to-ord .btn-qty-up {
  font-size: 20px;
  height: 44px;
  width: 30px;
  padding: 0;
  line-height: 40px;
}

.product-list-item .add-to-ord .qty,
.prodscomparison .add-to-ord .qty {
  width: 44px;
  height: 44px;
  font-size: 16px;
  border: 1px solid #c2c2c2;
  padding: 0;
  border-radius: 0;
}

.product-list-item .add-to-ord,
.prodscomparison .add-to-ord {
  justify-content: center;
}

.ribbon-image {
  position: absolute;
  left: -6px;
  top: -6px;
  padding: 0 !important;
}

.product-list-table,
.customerdetailstable {
  width: 100%;
}

.product-list-table td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #c2c2c2;
}

.product-list-table td a {
  color: inherit;
}

.product-list-table td.c_icons div.icons {
  position: static;
  flex-direction: row;
}

.product-list-table td.c_icons div.icons>span {
  margin: 0;
}

.product-list-table td.c_icons div.icons>span+span {
  margin: 0 0 0 10px;
}

.product-list-table .c_price {
  color: #0f0382;
  font-weight: 700;
}

.product-list-table .c_price .bulk-prices {
  color: #323e48;
  font-weight: 400;
}

.product-list-table .c_fav .fa-2x {
  font-size: 18px;
}

.product-list-table .c_fav .fa-trash {
  color: red;
}

.product-list-table td.c_addtoord {
  min-width: 150px;
}

.customerdetailstable td {
  padding: 5px;
}

.product-list-tableitem td.c_img {
  min-width: 80px;
}

.product-list-table td.c_img {
  text-align: center;
}

.product-list-tableitem .c_code {
  min-width: 90px;
}

.product-list-table td.c_desc {
  width: 100%;
}

.product-list-table td.c_price {
  text-align: right;
}

.product-list-tableitem .c_addtoord .c_qty {
  display: inline;
  width: 40px;
  height: 30px;
  vertical-align: middle;
}

.product-list-tableitem .c_addtoord a.btn {
  font-size: 12px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: 0 none !important;
  margin: 0 0 0 8px;
}

.product-list-list-view .product-list-item {
  max-width: none;
  flex: 1;
  min-height: 220px;
  margin: 0 0 10px !important;
  display: flex;
}

.product-list-list-view .prodcompare {
  position: absolute;
  right: 20px;
  top: 13px;
}

.product-list-list-view .product-list-item .desc-etc h3 {
  margin: 0 0 20px;
}

.product-list-list-view .product-list-item .desc-etc h3 a {
  min-height: 1px;
}

.product-list-list-view .product-list-item>div {
  box-sizing: border-box;
  padding: 15px;
}

.product-list-list-view .product-list-item .img-etc {
  width: 245px;
  padding: 8px 0 0 20px;
}

.product-list-list-view .product-list-item .desc-etc {
  text-align: left;
  width: calc(100% - 445px);
}

.product-list-list-view .product-list-item .price-etc {
  width: 300px;
  text-align: right;
  padding: 30px 40px 0 0;
}

.product-list-list-view .product-list-item .code {
  padding: 5px 0 0;
  text-align: center;
}

.fav-icon .fa-2x {
  margin: 0 0 0 5px;
}

.fav-icon .fa-2x {
  font-size: 24px;
  position: relative;
  top: 1px;
}

.add-to-ord {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

.add-to-ord .qty {
  width: 52px;
  height: 52px;
  font-size: 16px;
}

.add-to-ord .btn-qty-down,
.add-to-ord .btn-qty-up {
  font-size: 32px;
  height: 52px;
  width: 52px;
  background-color: transparent !important;
  color: #323e48 !important;
  box-shadow: none !important;
}

.add-to-ord .btn-add-to-cart {
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  margin: 0 0 0 15px;
  padding: 0 30px;
}

.featured-product-list {
  position: relative;
}

.featured-product-list .product-list-item {
  background-color: #fff;
}

.featured-product-list .page-left,
.featured-product-list .page-right {
  display: inline-block;
  background: url(/images2/chevron-left.svg) no-repeat scroll center;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  z-index: 4000;
}

.featured-product-list .page-right {
  left: auto;
  right: -40px;
  background-image: url(/images2/chevron-right.svg);
}

.featured-product-list .page-left:hover {
  background-image: url(/images2/chevron-left-hover.svg);
}

.featured-product-list .page-right:hover {
  background-image: url(/images2/chevron-right-hover.svg);
}

.featured-product-list .page-left-disabled,
.featured-product-list .page-right-disabled {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: none;
}

.fotorama {
  overflow: visible;
}

.fotorama__wrap {
  width: 100% !important;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__stage {
  margin: 0 0 15px;
  height: 540px !important;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: #E3E8EB 1px solid;
  background-color: #fff;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__stage__frame {
  display: flex;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__img {
  top: 0 !important;
  transform: none !important;
  position: static;
  margin-top: auto !important;
  max-width: 90% !important;
  max-height: 90% !important;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .fotorama:not(.fotorama--fullscreen) .fotorama__stage {
    height: 360px !important;
  }
}

.fotorama:not(.fotorama--fullscreen) .fotorama__stage:before,
.fotorama:not(.fotorama--fullscreen) .fotorama__stage:after {
  display: none;
}

.fotorama--fullscreen,
.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__nav {
  background: #fff;
}

.fotorama__thumb-border {
  border-color: #e94d31;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background-image: url(/images2/fotorama.png);
}

.fotorama__nav {
  text-align: left;
}

.fotorama__fullscreen-icon {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 1020;
  background-position: -155px 0;
}

.fotorama-sprite,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__thumb--icon,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  background-image: url(/images2/gallery.png);
  background-repeat: no-repeat;
}

.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  display: inline-block;
  background-position: -80px 0;
}

.fotorama__fullscreen-icon {
  opacity: 1 !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  transform: none;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  bottom: auto;
  top: 0;
}

.fotorama__arr {
  background-image: url(/images2/gallery.png);
}

.fotorama__arr {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.fotorama__arr--next {
  background-position: -173px -95px;
}

.fotorama__arr--prev {
  background-position: -97px -95px;
}

.product-heading {
  border-bottom: #E3E8EB 1px solid;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

table.products {
  margin: 0 0 40px;
  box-shadow: 0 0 2px 0 #ddd;
}

table.products td,
table.products th {
  padding: 10px;
}

table.products td a,
table.products th a {
  color: inherit;
}

table.products tr {
  border-bottom: solid 1px #c2c2c2;
}

table.products tr.products_tr {
  background-color: #fff;
}

table.products .products_th {
  /*font-family: 'omnesmedium';*/
  font-weight: 700;
  background-color: #F3F3F3;
}

table.products .txtbox1 {
  width: 50px;
  text-align: center !important;
}

#MPMain_tbl_quickadd {
  margin: 0 0 30px;
  background-color: #596c79;
  color: #fff;
}

#MPMain_tbl_quickadd .txtbox1 {
  width: 80px;
}

#MPMain_tbl_quickadd #MPMain_txtAddCode {
  width: 130px;
}

#MPMain_tbl_quickadd #MPMain_txtSpecial {
  width: 250px;
}

#MPMain_pnlSpecialInstructions {
  margin: 0 30px 0 0;
}

.cart_stdords {
  display: flex;
  align-items: center;
  margin: 32px 0 23px;
}

.cart_stdords .txtbox1 {
  flex: 1;
  margin: 0 10px;
}

#MPMain_table_totals * {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 32px;
}

section.block header {
  font-weight: 700;
  background-color: #0f0382;
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
}

section.block header .fa {
  margin: 0 8px 0 0;
}

.ordertbl {
  width: 100%;
  margin: 0 0 35px;
}

.ordertbl th {
  border-bottom: solid 1px #c2c2c2
}

.ordertbl th,
.ordertbl td {
  padding: 12px 10px;
  text-align: left;
}

.ordertbl th:last-child,
.ordertbl td:last-child {
  text-align: right;
  min-width: 110px;
}

.ordertbl .totlabel,
.ordertbl .total1,
.ordertbl .total,
.ordertbl .total-delivfee {
  text-align: right;
  background-color: #E9EDEF !important;
  border: 0 none;
  color: #323e48 !important;
}

.ordertbl .total {
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  font-size: 32px;
}

.checkout .block-content {
  padding: 30px 0;
  margin: 0 0 30px;
}

.checkout .deliverydetailstable {
  width: 100%;
}

.checkout .deliverydetailstable td {
  padding: 5px 0;
  vertical-align: middle;
}

.checkout .deliverydetailstable .rowlabel {
  font-weight: 700;
  width: 120px;
}

#pnlDeliveryDetails p {
  margin: 0 0 5px;
  font-weight: 700;
}

#pnlDeliveryDropdown {
  margin: -33px 0 0 120px;
}

#pnlDeliveryDropdown select {
  width: 100% !important;
}

#divAttn {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#divAttn .rowlabel {
  width: 120px;
  font-weight: 700;
}

#divAttn input[type="text"] {
  flex: 1;
}

#pnlDeliveryAddress {
  margin: 0 !important;
}

.product-pricing .price {
  font-size: 36px;
}

.product-pricing .add-to-ord .btn-add-to-cart {
  border: 0 none !important;
}

.product-pricing .add-to-ord .btn-qty-down,
.product-pricing .add-to-ord .btn-qty-up {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.product-pricing .add-to-ord .btn-qty-down {
  border-radius: 6px 0 0 6px;
}

.product-pricing .add-to-ord .btn-qty-up {
  border-radius: 0 6px 6px 0;
}

.product-pricing .add-to-ord .qty {
  border: 1px solid #E3E8EB;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  background-color: transparent;
}

.product-pricing .prices {
  border-top: #E3E8EB 1px solid;
  padding: 20px 0 0;
  margin: 20px 0 30px;
}

.product-pricing .add-to-ord .btn-add-to-cart {
  margin: 0 0 0 20px;
  padding: 0 50px;
}

.product-pricing .add-to-ord .btn-add-to-cart .fa {
  display: none;
}

.product-pricing .fav-icon {
  margin: 25px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.product-pricing .fav-icon .fa-2x {
  font-size: 40px;
  top: 0;
}

.product-pricing p {
  padding: 10px 0;
  /*text-align: center;*/
}

.productdetail .breadcrumbs {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .product-list-item {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }

  .product-list-item .img {
    height: 150px;
  }

  .sub-cat-box {
    width: calc(25% - 10px);
  }
}

@media (max-width: 991px) {
  .featured-product-list .product-list-item {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }

  .product-list-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .sub-cat-box {
    width: calc(33.333333% - 10px);
  }

  .brand-item {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

@media (max-width: 767px) {
  .product-list-item .img {
    height: 125px;
  }

  .shoppingcart .c_Code,
  .shoppingcart .c_Unit,
  .shoppingcart .c_GST,
  .shoppingcart .c_PriceExGST,
  .shoppingcart .c_TotalExGST,
  .shoppingcart .c_unit,
  .shoppingcart .c_Note,
  div.prods-nav,
  .pagenum,
  .notonmobile,
  .product-list-item .blurb,
  .product-list-item .blurb-more-btn,
  .product-list-tableitem td.c_code,
  .product-list-tableitem td.c_fav,
  .product-list-tableitem .c_addtoord a.btn span,
  .product-list-tableitem td.c_stock {
    display: none !important;
  }

  .product-list-list-view .product-list-item .img-etc,
  .product-list-list-view .product-list-item>div,
  .product-list-list-view .product-list-item .desc-etc,
  .product-list-list-view .product-list-item .price-etc {
    float: none;
    width: auto;
    text-align: center;
    padding: 0;
  }

  .product-list-list-view .product-list-item {
    flex-direction: column;
  }

  .product-list-list-view .product-list-item .prices,
  .product-list-list-view .product-list-item .desc a {
    min-height: 1px;
    height: auto;
  }


  div.prods-list {
    margin: 0;
    padding: 30px 0 0;
  }

  .c_unitprice {
    min-width: 115px;
  }

  #tblTotal>tbody>tr {
    display: flex;
    flex-direction: column-reverse;
  }

  #MPMain_pnlSpecialInstructions {
    margin: 30px 0 0;
  }

  .shoppingcart .btn,
  .shoppingcart .btn_so {
    padding: 0 12px;
  }

  .product-image-wrapper img {
    width: 50px;
  }

  .product-item-details {
    padding: 0 0 0 12px;
    max-width: calc(100% - 50px);
  }

  .minicart-items-wrapper {
    max-height: 280px;
  }

  .featured-product-list .product-list-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .productdetail .caption-div .caption {
    padding-left: 0;
  }

  .productdetail .product-image {
    margin: 0 0 30px;
  }

  .productdetail .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .product-icons .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sub-cat-box {
    width: calc(50% - 10px);
  }

  .popular-categories-wrapper .sub-cat-box {
    max-width: 50%;
    flex: 50%;
  }
}

@media (max-width: 575px) {
  .product-list-item .desc a {
    min-height: 155px;
  }
}

.accordion {
  margin: 50px 0;
  border-radius: 1px;
  border: 0 none !important;
}

.accordion>.card {
  margin: 0 0 10px;
  border: 0 none;
  border-radius: 0;
  border-bottom: 0 none;
}

.accordion>.card:last-child {
  border-bottom: 0 none !important;
}

.accordion>.card .card-header {
  padding: 0;
  margin: 0;
  border: 0 none !important;
  border-radius: 0;
  background: 0 none;
}

.accordion>.card .card-header>a {
  display: block;
  padding: 20px;
  position: relative;
  color: #fff !important;
  background: #0f0382 !important;
  border: 0 none !important;
  cursor: pointer;
  height: auto;
  line-height: 28px;
  text-align: left;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 10px;
}

.accordion>.card .card-header>a.collapsed {
  color: #0f0382 !important;
  background: rgba(0, 0, 0, 0.05) !important
}

.accordion>.card .card-header>a.collapsed:hover {
  background: rgba(0, 0, 0, 0.1) !important
}

.accordion>.card .card-header>a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f068";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.accordion>.card .card-header>a.collapsed:after {
  color: #0f0382;
  content: "\f067";
}

.accordion>.card .card-header>a.collapsed:hover:after {
  color: #fff;
  background-color: #0f0382;
  border-radius: 2px;
}

.accordion>.card .card-header>a:hover:after {
  color: #0f0382;
  background-color: #fff;
  border-radius: 2px;
}

.card-body {
  color: #151515;
}

.card-body ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.card-body ul li {
  line-height: 24px;
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 25px;
}

.card-body ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.accordion .card-footer {
  border-radius: 0 !important;
  background-color: transparent;
  border: 0 none;
  padding: 0;
}

.table-product-attributes {
  width: 100%;
  margin: 25px 0;
}

.table-product-attributes tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1);
}

.table-product-attributes td:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 250px;
}

.table-product-attributes td:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.table-product-attributes td {
  padding: 17px 20px;
}

.table-product-attributes td.attrib-val {
  color: #0f0382;
}

.favs-list {
  width: 100%;
}

.favs-list td {
  padding: 5px 0;
}

.favs-list tr.fav-list span,
.favs-list tr.new-favs-list span.btn {
  display: block;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.favs-list tr.fav-list span {
  background-color: #888;
}

#tr_newfavslist div {
  display: flex;
  align-items: center;
}

#tr_newfavslist div input[type="text"] {
  flex: 1;
}

#simplemodal-container h3 {
  color: #323e48;
}

.prodscomparison {
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #ddd;
}

.prodscomparison .attribute-name {
  text-transform: capitalize;
  font-weight: bold;
  text-align: left;
}

.prodscomparison th {
  text-align: left;
}

.prodscomparison a {
  text-decoration: none;
}

.prodscomparison td,
.prodscomparison th {
  border: 1px #eee solid;
  vertical-align: text-top;
  padding: 10px;
  width: 20%;
}

.prodscomparison td {
  text-align: center;
}

.prodscomparison .proddesc {
  color: #009ecf;
  font-weight: bold;
  height: auto;
}

.prodscomparison .prodlongdesc {
  margin: 10px 0px;
  color: #222222;
  font-weight: normal;
  text-align: left;
}

.prodscomparison .prodbullets {
  margin: 10px 0px;
  color: #009ecf;
  font-weight: normal;
  text-align: left;
}

.prodscomparison .prodimg {
  width: 155px;
  height: 100px;
  padding: 5px;
  text-align: center;
  border: none;
}

.zprodscomparison .prodimg img {
  height: 100px;
}

.prodscomparison .prodprice {
  color: #323e48;
  font-size: 26px;
  font-weight: bold;
  margin-top: 5px;
}

.prodscomparison .prodcompare {
  text-align: right;
}

.searchboxcontainer>div {
  display: flex;
}

.searchboxcontainer span,
.add-code-to-fav-list input[type="text"] {
  flex: 1;
}

.prods-list-heading {
  position: relative;
}

.prods-list-heading .del-fav-list,
.prods-list-heading .edit-fav-list {
  font-size: 20px;
  margin: 0 3px;
  position: relative;
  top: -4px;
  color: #323e48;
}

.prods-list-heading .del-fav-list {
  color: red;
}

.add-code-to-fav-list {
  position: absolute;
  right: 0;
  top: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.add-code-to-fav-list input[type="text"] {
  margin: 0 5px;
}

.add-code-to-fav-list input[type="text"],
.add-code-to-fav-list .btn {
  height: 30px;
}

@media (max-width: 767px) {
  .add-code-to-fav-list {
    position: static;
    width: 100%;
    display: block;
  }

  .add-code-to-fav-list input[type="text"] {
    margin: 5px 0;
  }
}

#MPMain_gridStdOrds table,
#MPMain_pnlDateRange table {
  width: 100%;
}

#MPMain_gridStdOrds table.products td a,
#MPMain_gridStdOrds table.products th a {
  padding: 0 15px !important;
  line-height: 30px;
  font-size: 12px;
}

#MPMain_pnlDetails {
  padding: 0 !important;

}

#MPMain_lblOrderTitle {
  /*font-family: 'omnesmedium', sans-serif;*/
  font-weight: 700 !important;
  font-size: 14px;
  display: block;
  background-color: #596c79;
  padding: 12px 20px;
  color: #fff;
}

#MPMain_dgrdDetail {
  width: 100%;
  border: 0 none;
  margin: 0 0 20px;
}

#MPMain_dgrdDetail tr {
  background-color: transparent !important;
}

#MPMain_dgrdDetail tr.th1 {
  /*font-family: 'omnesmedium';*/
  font-weight: 700;
  background-color: #F3F3F3 !important;
  text-align: left;
}

#MPMain_dgrdDetail .th1 a {
  color: inherit;
}

#MPMain_dgrdDetail td {
  border: 0 none;
  border-bottom: solid 1px #c2c2c2;
  padding: 10px;
  font-size: 14px;
}

.table-responsive-wrapper h4 {
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
}

.table-bordered th {
  /*font-family: 'omnesmedium';*/
  font-weight: 700;
  background-color: #F3F3F3;
}

.record-counter {
  font-size: 14px;
}

.record-counter span {
  /*font-family: 'omnesmedium';*/
  font-weight: 700;
}

.scheduled-orders-wrapper .form-group.d-flex .form-control {
  margin: 0 5px 0 0;
}

.scheduled-orders-wrapper .form-group.d-flex .form-control+.form-control {
  margin: 0 0 0 5px;
}

.table-invoices,
.table-orders-backorders {
  width: 100%;
  border: solid 1px #c2c2c2;
}

.table-invoices th,
.table-orders-backorders th {
  font-weight: 700;
  font-size: 15px;
  background-color: #F3F3F3;
}

.table-invoices th,
.table-invoices td,
.table-orders-backorders th,
.table-orders-backorders td {
  font-size: 14px;
  border: 0 none;
  padding: 10px;
  border-bottom: solid 1px #c2c2c2;
}

.table-invoices tr:last-child td,
.table-orders-backorders tr:last-child td {
  border: 0 none;
}

.table-orders-backorders td.col-date,
.table-orders-backorders td.col-qty {
  width: 110px;
}

.table-orders-backorders td.col-date:last-child {
  width: 180px;
}

.table-orders-backorders td.col-ref {
  width: 120px;
}

.table-invoices .col-view {
  text-align: right;
}

@media (max-width: 767px) {

  .table-invoices th:nth-child(3),
  .table-invoices td:nth-child(3),
  .table-invoices th:nth-child(4),
  .table-invoices td:nth-child(4),
  .table-invoices th:nth-child(5),
  .table-invoices td:nth-child(5),
  .table-invoices th:nth-child(7),
  .table-invoices td:nth-child(7),
  .table-orders-backorders th:nth-child(2),
  .table-orders-backorders td:nth-child(2),
  .table-orders-backorders th:nth-child(4),
  .table-orders-backorders td:nth-child(4),
  .table-orders-backorders th:nth-child(5),
  .table-orders-backorders td:nth-child(5),
  .table-orders-backorders th:nth-child(7),
  .table-orders-backorders td:nth-child(7),
  .table-orders-backorders th:nth-child(8),
  .table-orders-backorders td:nth-child(8),
  .table-orders-backorders th:nth-child(9),
  .table-orders-backorders td:nth-child(9),
  .table-orders-backorders th:nth-child(10),
  .table-orders-backorders td:nth-child(10),
  .carousel-indicators {
    display: none;
  }

  .table-orders-backorders th.col-ref,
  .table-orders-backorders td.col-ref {
    width: auto;
  }

  .table-invoices .btn {
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
}

.product-main .product-icon {
  position: absolute;
  left: -60px;
  top: 22px;
}

.product-main .icon-list {
  position: absolute;
  left: -60px;
  top: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-main .icon-list>span {
  margin: 0 0 5px;
}

.product-main .icon-list .fa-2x {
  font-size: 24px;
}

.product-main .product-icon .icon-label {
  display: none;
}

.product-main .product-icon .fav-icon .fa-2x {
  top: auto;
  margin: 0;
}

.product-images .ribbon-image {
  left: 7px;
}

@media (max-width: 767px) {

  .product-main .product-icon,
  .product-main .icon-list {
    position: static;
  }

  .product-main .icon-list {
    flex-direction: row;
    align-items: flex-start;
    margin: 10px 0;
  }

  .productdetail .bulk-prices-table {
    width: 100% !important;
  }

  .product-main .icon-list>span {
    margin: 0 10px 0 0;
  }

  .product-images .ribbon-image {
    top: 22px;
  }
}

.table-add-mult td {
  padding: 10px 0;
  text-transform: capitalize;
}

.table-add-mult .txtbox1 {
  display: inline-block;
  width: 40%;
  margin: 0 20px 0 5px;
}

@media (max-width: 1350px) {
  .table-add-mult .txtbox1 {
    width: 35%;
  }
}

@media (max-width: 992px) {
  .table-add-mult .txtbox1 {
    width: 30%;
  }
}

@media (max-width: 767px) {

  .table-add-mult,
  .table-add-mult * {
    display: block !important;
    width: 100% !important;
  }

  .table-add-mult td {
    padding: 0;
  }

  .table-add-mult .txtbox1 {
    margin: 5px 0 20px;
  }
}

.productdetail div.bulk-prices {
  padding: 0;
  background-color: transparent;
  width: auto;
  margin: 20px 0 30px;
}

.productdetail .bulk-prices-table {
  width: 70%;
}

.productdetail .bulk-prices-table th {
  background: #596c79;
}

.productdetail .bulk-prices-table th,
.productdetail .bulk-prices-table td {
  padding: 10px;
  font-size: 14px;
}

.productdetail .bulk-prices-table tr {
  border-bottom: solid 1px #c2c2c2;
}

.product-main span.label {
  font-weight: 700;
}

.product-main p {
  margin: 15px 0;
}

.prices {
  position: relative;
}

.price-discount {
  position: static;
  color: red;
}

.stock-level {
  font-size: 13px;
  font-weight: 700;
}

.stock-level-label,
.stock-level-value {
  font-weight: 700;
  color: #71bf44;
}

#navCats .block-content div {
  padding: 30px 0 10px;
}

.nav-tabs {
  border: 0 none;
  margin: 0 0 30px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
}

.nav-tabs .nav-item:not(:last-child) {
  margin: 0 15px 0 0;
}

.nav-tabs .nav-link {
  font-size: 15px;
  color: #0f0382;
  padding: 8px 24px;
  border: 0 none !important;
  height: auto;
  line-height: 150%;
  background-color: transparent;
  position: relative;
  border-radius: 0;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #f98423;
}

.nav-tabs .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #f98423;
}

.booklist nav.tablet-hide {
  margin: 0 0 30px;
}

.search-bar {
  display: flex;
}

.search-bar #txtSearch {
  flex: 1;
  margin: 0 10px 0 0;
}

.search-bar .btn {
  height: 44px;
}

/* Product pages styling */

.pg-myaccount .caption-div {
  display: none !important;
}

.account-wrapper {
  padding: 30px 0 0;
}

.account-tile:hover {
  color: #0f0382;
}

.account-tile .icon img {
  height: 50px;
  width: auto;
}

.account-info h4 {
  margin: 0;
}

.account-info p {
  margin: 5px 0 0;
}

.catalogue-wrap {
  margin: 0 0 50px;
}

.catalogue-img {
  margin: 0 0 20px;
  border: #455560 1px solid;
  padding: 5px;
}

.catalogue-img img {
  display: block;
  width: 100%;
}

.catalogue-wrap h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

#divRegister,
.login_welcome,
.loginbox {
  text-align: left;
}

#divRegister section.block header {
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0 30px;
  padding: 0 0 10px;
  font-weight: 700;
  color: #0f0382;
  background-color: transparent;
}

.logintable {
  width: 100%;
  max-width: 450px;
}

.logintable,
.logintable tbody,
.logintable tr,
.logintable td {
  display: block;
  text-align: left;
}

.login_links {
  text-align: left;
  padding: 30px 0 70px;
}

.login_content0 {
  margin: 0 0 40px;
}

.login_content0 img {
  max-width: 100%;
  width: auto;
  height: auto;
}

ol {
  margin-bottom: 30px;
}

hr {
  margin: 30px 0;
}

.team-wrapper h2 {
  margin: 0 0 30px;
}

.team-wrap {
  margin: 0 0 50px;
  display: inline-block;
  text-align: center;
}

.team-wrap .img {
  position: relative;
  overflow: hidden;
}

.team-wrap h3 {
  margin: 15px 0 0;
}

.team-wrap h5 {
  font-size: 16px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.contact-container {
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
  text-align: left;
  transition: all 0.2s ease-in-out;
  padding: 10px 10px 0;
}

.contact-container p {
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.contact-container .contact {
  color: #cf0 !important;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 10px;
}

.team-wrap:hover .contact-container {
  opacity: 1;
  visibility: visible;
}

#simplemodal-container .simplemodal-data {
  padding: 15px;
}

.rqstcatpage #Table1 td {
  padding: 5px 0;
}

.rqstcatpage #Table1 td:first-child {
  padding: 10px 0 0;
  width: 140px;
}

#MPMain_RequiredFieldValidator1,
#MPMain_RequiredFieldValidator2,
#MPMain_RequiredFieldValidator3,
#MPMain_RequiredFieldValidator4,
#MPMain_RequiredFieldValidator5,
#MPMain_RequiredFieldValidator6,
#MPMain_RequiredFieldValidator7,
#MPMain_RequiredFieldValidator8,
#MPMain_RequiredFieldValidator9 {
  color: red;
  font-size: 12px;
}

@media (min-width: 768px) {
  .google-map .embed-responsive-16by9:before {
    padding-top: 23%;
  }
}

.google-map {
  margin: 0 0 50px;
}

.contact-wrapper h3 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

.contact-wrapper p {
  margin: 0 0 30px;
}

/* tooltip styling */
.tooltipster-shadow2 {
  background-color: #0f0382;
  color: #fff;
}

.tooltipster-shadow2 .tooltipster-content {
  font-size: 13px;
  padding: 8px 15px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-color: #0f0382;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid;
  bottom: -5px;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 10px;
}

@media (max-width: 767px) {
  .cart-popup.dropdown-menu {
    right: -10px;
    width: 330px;
  }

  .cart-popup:before {
    right: 14px;
  }

  .cart-popup:after {
    right: 13px;
  }

  .product-image-wrapper img {
    width: 50px;
  }

  .product-item-details {
    padding: 0 0 0 12px;
    max-width: calc(100% - 50px);
  }

  .minicart-items-wrapper {
    max-height: 280px;
  }

  .phone-hide {
    display: none !important;
  }

  .table-product-attributes td:first-child {
    width: auto;
  }

  .rqstcatpage #Table1 td {
    padding: 5px 0;
    display: block;
  }

  .brand-item {
    width: calc(50% - 10px);
    max-width: none;
    flex: 0 0 calc(50% - 10px);
    height: 105px;
  }

  #hero-carousel .carousel-item {
    height: 250px;
  }

  .site-feautres {
    padding: 10px 0;
  }

  .icon-box-wrapper {
    justify-content: flex-start;
    margin: 15px 0;
  }

  .location-info {
    margin: 0 0 40px;
  }

  .price-etc a.btn,
  .prodscomparison .add-to-ord .btn-add-to-cart {
    font-size: 12px;
  }
}

.navbar-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
}

.navbar-logo>a {
  padding: 0 !important;
  background-color: transparent !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.navbar-logo img {
  width: 100%;
  height: auto;
  max-width: 120px;
}

.bnr {
  width: 100% !important;
  max-width: none !important;
}

ol.bjqs-markers {
  z-index: 20;
}

.ac_results {
  border: 0 none;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px 0px;
  margin: -5px 0 0;
  padding: 5px 0 0;
  z-index: 99;
}

.ac_results ul {
  max-height: none !important;
  overflow: visible !important;
}

.ac_results li {
  padding: 10px 20px;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.025);
  cursor: pointer;
  background: url(./images2/side-arrow.svg) no-repeat scroll calc(100% - 15px) center;
  background-size: 20px auto;
}

.ac_results li:first-child {
  border: 0 none;
}

.ac_results li strong {
  font-weight: 700;
  color: #0f0382;
}

.ac_over,
.ac_results li:hover {
  background-image: url(./images2/side-arrow-hover.svg);
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit;
}

.ac_odd {
  background-color: transparent;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 850px;
  }
}

#appointment-modal .modal-body {
  overflow: hidden;
}

#appointment-modal iframe {
  margin-top: -80px;
}

.bookme-wrap a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  width: 150px;
  border-radius: 6px;
  background-color: #3174fe;
  color: #fff;
  text-decoration: none;
  margin: 0 20px 20px 0;
  text-align: center;
}

.news-feed-item {
  border-radius: 0;
  padding: 20px 0;
  border: 0 none;
  border-bottom: 1px solid #ccc;
}

.news-feed-item:hover {
  background-color: transparent !important;
}

.news-feed-item h4 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

.news-feed-item h4 a {
  color: inherit;
}

.news-item.viewed {
  opacity: 1 !important;
}

.media-body {
  font-size: 16px;
}

.file-item {
  padding: 2px 25px 2px 10px;
}

.file-item .close {
  top: 1.5pt !important;
  right: 5px !important;
  padding: 0 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  font-family: initial !important;
}

.list-view .news-feed-item .media {
  display: flex !important;
}

.list-view .news-feed-item .media>a {
  width: 100%;
  max-width: 360px;
  margin: 10px 0 !important;
}


.list-view .news-feed-item .media>a img,
.list-view .news-feed-item .media>a svg {
  width: 100% !important;
  max-width: none !important;
}

.list-view .news-feed-item .media-body {
  padding: 10px 0 10px 30px;
}

.news-item-container {
  padding: 0;
  border: 0 none !important;
}

.gj-list {
  border: 1px solid #ccc;
  padding: 10px 0;
}

.gj-list>.list-group-item {
  border-bottom: 1px solid #ccc !important;
}

.gj-list>.list-group-item:last-child {
  border: 0 none !important;
}

.text-wrap h3 {
  margin: 0 0 15px;
}

.text-wrap p {
  margin: 0 0 35px;
}

.text-wrap ol,
.text-wrap ul {
  margin-bottom: 35px;
}

.text-wrap ol ol,
.text-wrap ol ul,
.text-wrap ul ol,
.text-wrap ul ul {
  margin-top: 15px;
}

.text-wrap ol li,
.text-wrap ul li {
  line-height: 20px;
  margin: 0 0 10px;
}

.text-wrap ol li:last-child,
.text-wrap ul li:last-child {
  margin: 0;
}

.login #aspnetForm,
.login .caption-div>div,
#MPMain_pnlResetPassword1 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.login .caption-div>div {
  max-width: 480px;
  padding-top: 30px;
}

#MPMain_pnlResetPassword1 * {
  display: block;
}

.extrapage .pg_main {
  width: 100%;
}

/* data tables styling */
body section#dtplugin {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
}

body section#dtplugin #app a {
  color: #0f0382;
}

body section#dtplugin #app .dataTables_filter>label {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 20px;
}

body section#dtplugin #app .dataTables_filter .form-control.form-control-sm {
  max-width: 320px;
  height: 40px;
  flex: 1;
  margin: 0 0 0 10px;
  box-shadow: none !important;
}

body section#dtplugin #app .nav-tabs .nav-item {
  margin-right: 10px;
}

body section#dtplugin #app .table-bordered {
  border: 1px solid #c2c2c2;
}

body section#dtplugin #app .table-bordered tr.even td {
  background-color: rgba(0, 0, 0, 0.05);
}

body section#dtplugin #app .table-bordered th,
body section#dtplugin #app .table-bordered td {
  border: 0 none;
  border-bottom: solid 1px #c2c2c2;
}

body section#dtplugin #app .table-bordered tr:last-child th,
body section#dtplugin #app .table-bordered tr:last-child td {
  border: 0 none;
}

body section#dtplugin #app .table .thead-light th {
  font-size: 12px;
  color: #000;
  background-color: #F3F3F3;
}

body section#dtplugin #app .page-link {
  color: #221C35;
}

body section#dtplugin #app .page-item.active .page-link {
  background-color: #221C35;
  border-color: #221C35;
}

body #app #bulk--orders table .tools.text-center {
  text-align: left !important;
}

body #app #bulk--orders table th.tools,
body #app #bulk--orders table td.tools,
body #app #student--packs table th.tools,
body #app #student--packs table td.tools,
body #app #studentlist--orders table th.tools,
body #app #studentlist--orders table td.tools {
  min-width: 375px;
  width: 375px;
}

body #app #bulk--orders table td.tools .btn-xs,
body #app #student--packs table td.tools .btn-xs,
body #app #studentlist--orders table td.tools .btn-xs {
  font-size: 13px;
  padding: 8px;
  text-transform: none;
  border-radius: 0;
  margin: 0 5px 5px 0;
}

#b2ssummary--page,
#b2s-order-form-summary--page {
  margin: 30px 0 0;
}

body #dtplugin #app table:not(.table) td {
  text-align: inherit;
  vertical-align: top;
}

.bts-ordersum-wrapper {
  font-size: 13px;
}

#dtplugin #app #b2ssummary--page .dataTable thead th,
#dtplugin #app #b2ssummary--page .dataTable tbody td,
#dtplugin #app #b2s-order-form-summary--page .dataTable thead th,
#dtplugin #app #b2s-order-form-summary--page .dataTable tbody td {
  text-align: inherit;
  padding: 0.5rem;
}

#dtplugin #app #b2ssummary--page .col-5 .table:not(.dataTable) thead th,
#dtplugin #app #b2ssummary--page .col-5 .table:not(.dataTable) tbody td {
  padding: 0.5rem;
}

body section#dtplugin #app .page-link {
  color: #002c75;
}

body section#dtplugin #app .page-item.active .page-link {
  background-color: #002c75;
  border-color: #002c75;
}


@media (max-width: 375px) {
  .block-content .lSSlideOuter {
    width: 355px;
  }
}

@media (min-width: 1650px) {
  .block-content .lSSlideOuter {
    width: 1345px;
  }
}