@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i&display=swap');
@import url('https://fonts.cdnfonts.com/css/omnes-2');

@font-face {
  font-family: 'omnesregular';
  src: url('./fonts/omnes-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'omnesmedium';
  src: url('./fonts/omnes_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'omnessemibold';
  src: url('./fonts/omnes_semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'omnesbold';
  src: url('./fonts/omnes_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Omnes', sans-serif;
  font-weight: 400;
  /*font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;*/
  color: #323e48;
  font-size: 16px;
  background-color: #fff;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden !important;
}

#wrapper {
  min-height: 800px;
  padding: 0 0 50px;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 48px;
  color: #323e48;
  line-height: 70px;
  margin: 0 0 1.5rem;
}

h2,
.featured-brands-heading,
.home-products-wrap header {
  font-size: 40px !important;
  font-weight: 600 !important;
  color: #323e48 !important;
  line-height: 60px;
  margin: 0 0 1.5rem;
  background-color: transparent !important;
  padding: 0 !important;
}

h3 {
  font-size: 24px;
}

b,
strong {
  font-weight: 600;
}

p {
  line-height: 24px;
  margin: 0 0 22px;
}

a {
  color: #2d8ada;
  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 {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 1200px) {

  .container,
  .caption-div>div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.container,
.caption-div>div {
  max-width: 1600px;
}

.control-label,
.logintable span,
#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1,
#MPMain_pnlResetPassword1 #MPMain_lblUserID {
  font-weight: 500;
  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 #596C7A;
  color: #323e48;
  font-size: 16px;
  padding: 0 10px;
  height: 40px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select {
  background: #fff 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 right .75rem center/8px 10px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 30px 0 10px;
  height: 40px;
}

select.form-control {
  padding-right: 30px;
}

select[multiple] {
  height: auto;
  padding: 0;
  background: #fff;
}

select[multiple] option {
  padding: 3px 10px;
}

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;
}

.btn,
.btn_so,
.checkout-btn,
input[type="submit"],
.store-choose a,
#btnAddNewCostCentre,
#btnLogin {
  color: #fff !important;
  padding: 0 25px;
  height: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 0 none;
  background-color: #95A0A9;
  cursor: pointer;
}

.rounded-btn {
  border-radius: 0;
  min-width: 160px;
}

.btnA_2,
.btnA_1 {
  background-color: #FF6600;
}

a.btn,
.store-choose a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  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-secondry {
  background-color: rgba(1, 118, 63, 0.08) !important;
  color: #01763f !important;
}

.btn-success {
  background-color: #43b649;
}

.text-btn {
  color: #323e48 !important;
  padding: 0 25px;
  height: 40px;
  box-shadow: none !important;
  border: 0 none !important;
  outline: none !important;
  font-size: 16px;
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  background-color: transparent !important;
  cursor: pointer;
}

.narrow-row {
  margin-left: -10px;
  margin-right: -10px;
}

.narrow-row>div[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.site-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 101;
}

.top-bar {
  background: #D3DADF;
  height: 36px;
}

.top-bar p {
  font-size: 14px;
  line-height: 36px;
  margin: 0;
}

.cart-link {
  background-image: url(/images2/cart-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 18px;
  padding: 0 0 0 28px !important;
}

.primary-header {
  background-color: #FF6600;
  position: relative;
  z-index: 10;
}

.header-nav {
  list-style: none;
  padding: 0;
  margin: 0 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-nav>.nav-item {
  margin: 0 0 0 20px;
  color: #fff;
}

.header-nav>.nav-item>.nav-link {
  font-weight: 500;
  color: #fff;
  padding: 0;
  position: relative;
  height: 66px;
  line-height: 66px;
}

.dropdown-toggle:after {
  border: 0 none;
  background: url(/images2/dropdown-arrow.png) no-repeat scroll center;
  background-size: 6px auto;
  width: 8px;
  height: 8px;
  position: relative;
  top: 4px;
}

.navbar-brand {
  height: auto;
  padding: 0;
  margin: 0;
}

.navbar-brand svg {
  width: 250px;
  height: auto;
}

.navbar-brand svg #Logo-Icon {
  animation: heartbeat 1.5s infinite;
  transform-origin: 10% 50%;
}

@keyframes heartbeat {
  0% {
    transform: scale(1)
  }

  14% {
    transform: scale(1.1)
  }

  28% {
    transform: scale(1)
  }

  42% {
    transform: scale(1.1)
  }

  70% {
    transform: scale(1)
  }
}

.site-header .store-details {
  font-size: 12px;
  text-align: right;
  padding: 3px 0 0;
}

.site-header .store-details .name {
  font-weight: 500;
  color: #FF6600;
}

.site-header .store-details .phone {
  display: none !important;
}

.changestore-buttons {
  font-size: 10px;
}

.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: 66px !important;
  left: auto !important;
  right: 0;
  z-index: 1025;
  box-shadow: none;
  padding: 0;
  margin: 0;
  transform: none !important;
}

.cart-popup.dropdown-menu a {
  padding: 0 !important;
  display: inline;
  line-height: normal;
  height: auto !important;
}

.cart-popup.dropdown-menu a:hover {
  color: inherit;
  background-color: transparent !important
}

.cart-summary {
  width: 390px;
  background-color: #F8F9FA;
  border-radius: 0 0 10px 10px;
}

.cart-popup:before {
  content: '';
  position: absolute;
  width: 55px;
  right: 0;
  top: -4px;
  height: 4px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.minicart-items-wrapper {
  padding: 15px 20px 0;
  background-color: #fff;
  max-height: 388px;
  overflow: auto;
  overflow-x: hidden;
  order: 2;
}

#minicart-content {
  padding: 25px 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.close-cart {
  position: absolute;
  top: 8px;
  right: 13px;
  opacity: 0.7;
}

.close-cart img {
  width: 12px;
  height: auto;
}

.empty-card {
  padding: 10px 0 35px;
  text-align: center;
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
}

.minicart-summary {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  order: 1;
}

.minicart-summary h6 {
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  margin: 0;
}

.cart-popup.dropdown-menu .cart-btns-wrap {
  padding: 20px;
  margin: 0 -20px;
  order: 3;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.btn {
  flex: 1;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  margin: 0 6px 0 0;
  background-color: transparent !important;
  border-radius: 100px;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.view-btn {
  background-color: #fff !important;
  color: #323e48 !important;
  line-height: 42px;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.checkout-btn {
  background-color: #95A0A9 !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;
}

.minicart-items>li:first-child {
  border-top: 0 none !important;
  padding-top: 0 !important;
}

.cart-item-actions {
  position: absolute;
  right: 0;
  bottom: 22px;
}

.cart-item-actions a {
  color: #2d8ada !important;
  margin: 0 0 0 15px;
  box-shadow: none !important;
}

.product-miniview {
  display: flex;
}

.product-image-wrapper img {
  width: 78px;
  height: auto;
}

.product-item-details {
  flex: 1;
  padding: 0 0 0 15px;
  max-width: calc(100% - 78px);
}

.product-item-details strong {
  display: block;
  font-weight: 400;
  line-height: 18px;
}

.product-item-details strong a {
  color: #323e48 !important;
  height: auto !important;
}

.product-item-details strong a:hover {
  color: #FF6600 !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-family: 'omnessemibold', sans-serif;*/
  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-size: 32px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  background-color: transparent !important;
  color: #333 !important;
  border: 0 none;
  outline: none !important;
  box-shadow: none !important;
}

.details-qty .c_qty {
  width: 50px;
  height: 32px;
  line-height: 30px;
  border: solid 1px #c2c2c2;
  text-align: center;
}

.global-search {
  width: 100%;
  max-width: 400px;
  padding: 0 20px;
}

#search {
  position: relative;
}

#search .form-control {
  padding: 0 90px 0 20px;
  position: static;
  color: #555;
  height: 42px;
  border-radius: 100px;
  width: 100%;
  border: 0 none !important;
}

#search .search-btn {
  position: absolute;
  right: 8px;
  top: 2px;
  height: 38px;
  width: 38px;
  padding: 0;
  background-color: transparent;
  border: 0 none;
  color: #5C6F7C;
  font-size: 16px;
  border-radius: 50%;
}

#search .fa-microphone {
  position: absolute;
  right: 56px;
  top: 12px;
  color: #FF6600;
  font-size: 19px;
}

.btns-wrapper {
  position: relative;
  padding: 20px 0;
  background-color: #fff;
}

.btns-wrapper:after {
  content: '';
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 2px;
  background-color: #FF6600;
}

.header-btn {
  color: rgba(0, 0, 0, 0.7);
  padding: 0 0 0 57px;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 20px auto;
  display: block;
  height: 38px;
  line-height: 38px;
}

.header-btn.promotional {
  background-image: url(/images2/specialOffers.png);
  background-size: 24px auto;
  margin: 0;
}

.header-btn.promotional:hover {
  background-image: url(/images2/specialOffers-hover.png);
}

.header-btn.latest {
  background-image: url(/images2/publicationicon-OB.png);
}

.header-btn.latest:hover {
  background-image: url(/images2/publicationicon-OB-hover.png);
}

.header-btn:hover,
.ink-finder-link:hover {
  color: #FF6600;
}

@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;
  }
}

.flyout-menu {
  list-style: none;
  padding: 8px 0 20px;
  margin: 0;
  background-color: #fff;
}

.flyout-menu .full-width {
  position: absolute;
  margin: 0;
  left: 100%;
  top: 0;
  width: 700px;
  background-color: #fff;
  display: none;
  padding: 0;
  border-left: rgba(0, 0, 0, 0.1) 1px solid;
}

.flyout-menu .full-width:before {
  content: '';
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  z-index: 1;
}

.flyout-menu .full-width:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 20px;
  border-left: rgba(0, 0, 0, 0.1) 1px solid;
  z-index: 5;
}

.flyout-menu>li:hover .full-width {
  display: block;
}

.flyout-menu>li>a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 16px;
  background: url("/images2/side-arrow.svg") no-repeat scroll right center;
  background-size: 8px auto;
  width: 8px;
  height: 8px;
}

.dropdown-menu {
  border: 0 none;
  box-shadow: none;
  min-width: 300px;
  padding: 0;
  border-radius: 0;
  margin: 66px 0 0;
  transform: none !important;
  left: 0 !important;
}

.dropdown-menu.dropdown-menu-right {
  left: auto !important;
  right: 0 !important;
}

.dropdown-menu.simple-dropdown {
  padding: 20px 0;
}

.accounts-dropdown {
  left: auto !important;
  right: 0 !important;
}

.dropdown-divider {
  border-top-color: #000;
  margin: 15px 25px;
}

.products-menu .dropdown-menu {
  background-color: transparent;
  /*min-height: 516px;*/
  border-radius: 0;
}

.nav-item.show:after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 102px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.dropdown.show .dropdown-toggle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.dropdown-menu li {
  padding: 0;
  background-color: transparent !important;
}

.dropdown-menu li:last-child {
  border: 0 none;
}

.dropdown-menu li a {
  font-size: 17px;
  color: #000;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  background-color: transparent !important;
  display: block;
  text-decoration: none !important;
  position: relative;
}

.dropdown-menu li a:hover {
  color: #FF6600;
}

.dropdown-contents {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.simple-dropdown .dropdown-item {
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  padding: 0 45px;
  color: #000;
}

.simple-dropdown .dropdown-item:hover {
  background-color: transparent;
  color: #FF6600;
}

.simple-dropdown .dropdown-item.active,
.simple-dropdown .dropdown-item:active {
  color: inherit;
  background-color: transparent;
}

.accounts-dropdown a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.accounts-dropdown .fas,
.accounts-dropdown .fa {
  display: none;
}

.accounts-dropdown li:nth-child(3) {
  position: relative;
  margin: 0 0 34px;
}

.accounts-dropdown li:nth-child(3):after {
  content: '';
  position: absolute;
  left: 25px;
  right: 25px;
  height: 1px;
  bottom: -17px;
  background-color: #000;
}

.accounts-dropdown li a {
  font-size: 17px;
  padding-left: 45px;
  height: 30px;
  line-height: 30px;
}

.accounts-dropdown li:nth-child(1) a,
.accounts-dropdown li:nth-child(2) a,
.accounts-dropdown li:nth-child(3) a {
  padding-left: 68px;
  background-repeat: no-repeat;
  background-position: 42px center;
  background-size: 18px auto;
}

.accounts-dropdown li:nth-child(1) a {
  background-image: url(/images/unlock-alt.svg);
  background-position: 45px center;
  background-size: 14px auto;
}

.accounts-dropdown li:nth-child(2) a {
  /*background-image: url(/images/heart-square.svg);*/
  background-image: url(/images/dashboard-icon.svg);

}

.accounts-dropdown li:nth-child(3) a {
  /*background-image: url(/images/paper-plane-icon.svg);*/
  background-image: url(/images/address-card.svg);
}

.sub-header {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.promotional-statement {
  font-size: 12px;
  color: #5C6F7C;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
}

.promotional-statement img {
  width: 28px;
  height: auto;
}

.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: 15px 15px 65px;
  }

  .primary-header .container {
    align-items: flex-start !important;
    padding: 0;
  }

  .header-nav>.nav-item>.nav-link {
    height: 26px;
    line-height: 26px;
  }

  .global-search {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0 !important;
    max-width: none;
    bottom: 10px;
  }

  .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(255, 255, 255, 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: 14px;
  }

  .header-nav {
    margin: 0;
  }

  .tablet-hide,
  .product-menu .dropdown-menu ul {
    display: none !important;
  }

  .navbar-brand {
    font-size: inherit;
    margin: 0 0 0 40px;
  }

  .navbar-brand img {
    width: 170px;
  }

  .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 {
    font-size: 17px;
    color: #5C6F7C;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    line-height: normal;
    height: auto;
  }

  .mobile-menu .nav-link .far,
  .mobile-menu .nav-link .fas,
  .mobile-menu .nav-link .fab {
    width: 30px;
  }

  .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;
    }
  }

  .nav-item.show:after {
    display: none !important;
  }

  .navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0 none;
    margin: 0 0 10px;
    position: static !important;
    transform: none !important;
    min-width: 1px;
    width: auto;
  }

  .dropdown-menu li a {
    padding: 12px 35px;
    height: auto;
    line-height: normal;
    position: relative;
  }

  .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;
  }

  .navbar-nav .dropdown .nav-link:after {
    content: "\f107";
    left: auto;
    right: 20px;
    top: 14px;
    font-size: 14px;
  }

  .subcatslist {
    flex-direction: column;
  }

  .list-column {
    flex: 0 0 100%;
    margin: 0;
  }

  .subcatitem,
  .subcatitem>a {
    position: relative;
    display: block;
    font-size: 14px;
  }

  .subcatitem {
    color: #5C6F7C;
    font-size: 17px;
    padding: 3px 35px;
  }

  .subcatitem>a:before {
    left: 0;
    top: 14px;
    display: none;
  }

  .product-menu {
    display: none;
  }

  .product-menu.show {
    display: block;
  }

  .mobile-menu .product-menu .nav-link {
    border: 0 none;
    padding: 12px 20px;
  }

  .mobile-menu .product-menu .dropdown-menu>li>a {
    position: relative;
  }

  .popular-categories-wrapper .sub-cat-box {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .dropdown-menu.show:after {
    display: none !important;
  }

  .sub-cats-2levels {
    flex-direction: column;
  }

  .sub-cats-2levels .dontsplit {
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
    padding: 0;
  }

  .banner-mobile-fix {
    display: block !important;
  }

  .banner-mobile-fix .flex-fill {
    max-width: none !important;
    padding: 30px 0 0 !important;
  }
}

.owl-carousel,
.home-banner {
  margin: 0 0 50px;
}

.owl-carousel .owl-item img {
  border-style: solid;
  border-color: #FF6600;
  border-width: 0 0 0 1px;
}

.owl-dots {
  display: none;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  line-height: 40px;
  background: #FF6600;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none !important;
}

.owl-carousel .owl-nav button.owl-next {
  right: 20px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}

#hero-carousel .carousel-item img {
  width: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: 0 none;
}

.carousel-control-next,
.carousel-control-prev {
  background-repeat: no-repeat;
  background-position: center;
  width: 8%;
  z-index: 20;
  background-size: 30px auto;
}

.carousel-control-next {
  background-image: url(/images2/chevron-right.svg) !important;
}

.carousel-control-prev {
  background-image: url(/images2/chevron-left.svg) !important;
}

.sm-title {
  font-family: 'Lora', serif;
  font-style: italic;
  color: #FF6600;
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 1.8;
}

.sub-text {
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #323e48;
}

.preferred-supplier {
  position: relative;
  align-items: center;
}

.preferred-supplier:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009ed6+0,0051a2+100 */
  background: #009ed6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #009ed6 0%, #0051a2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #009ed6 0%, #0051a2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #009ed6 0%, #0051a2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ed6', endColorstr='#0051a2', GradientType=0);
  /* IE6-9 */
}

.preferred-supplier p {
  font-family: 'Lora', serif;
  font-style: italic;
  color: #fff;
  font-size: 22px;
  margin: 15px 20px 15px 0;
}

.supplier-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  display: flex;
  align-items: center;
}

.supplier-list li {
  width: 90px;
  margin: 0 30px 0 0;
}

.supplier-list li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.supplier-list li:last-child {
  margin: 0;
}

.supplier-list li:last-child img {
  width: 30px;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.brand-item {
  max-width: 16.666666%;
  overflow: hidden;
  flex: 0 0 16.666666%;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 78px;
}

.brand-item .brand-img {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.brand-img img {
  max-width: 90%;
  width: auto;
  height: auto;
}

.brand-item:nth-child(3) .brand-img img,
.brand-item:nth-child(13) .brand-img img {
  max-width: 65%;
}

.brand-brand {
  font-size: 24px;
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  color: #24335b;
}

.home-products-wrap {
  padding: 50px 50px 0;
  position: relative;
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .home-products-wrap {
    padding: 40px 15px 0;
    margin: 0 -15px 40px;
    border-radius: 0;
  }
}

.home-products-wrap section.block {
  padding: 0 0 70px;
}

.featured-brands-heading,
.home-products-wrap header {
  text-align: center;
  margin: 0 0 2rem;
}

.gray:before,
.costcentres:before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.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: #FF6600;
  position: absolute;
  right: 0;
  top: 0;
}

.home-links-wrapper {
  padding: 0 0 30px;
}

.home-links-wrapper a {
  display: block;
  margin: 0 0 20px;
  cursor: pointer;
}

.home-links-wrapper .col-md-4:first-child a {
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 67px 40px 36px;
}

.home-links-wrapper .col-md-4:first-child a:hover {
  background-color: #E7E7E7;
}

.home-links-wrapper h3 {
  font-weight: bold;
  font-size: 30px;
  color: #323e48;
  margin: 0;
  min-height: 140px;
}

.home-links-wrapper span {
  font-size: 16px;
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  color: #323e48;
  display: inline-block;
  text-align: center;
  width: 164px;
  height: 42px;
  line-height: 42px;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.intro-wrapper h2 {
  font-size: 30px;
  font-weight: 600;
}

.intro-wrapper p {
  font-size: 16px;
  margin: 0 10% 20px;
}

.popular-categories-wrapper .sub-cat-boxes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  overflow: initial;
}

.popular-categories-wrapper .sub-cat-box {
  border: 0 none;
  border-radius: 0;
  min-height: 1px;
  max-height: none;
  box-shadow: none !important;
  position: relative;
  margin: 0 0 80px !important;
  overflow: initial;
  float: none;
  padding: 0 15px;
  width: 100%;
  max-width: 16.666666%;
  flex: 0 0 16.666666%;
}

.popular-categories-wrapper .sub-cat-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  height: auto;
}

.popular-categories-wrapper img+img {
  position: absolute;
  right: 30px;
  top: -10px;
  width: 50px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.popular-categories-wrapper .sub-cat-box:hover img+img {
  opacity: 1;
  visibility: visible;
}

.sub-cat-img {
  height: 220px;
}

.featured-brands-wrap {
  padding: 70px 0;
}

footer {
  background-color: #fff;
}

.footer-newsletter {
  background-color: #FF6600;
  padding: 15px 0;
}

.footer-newsletter h3 {
  font-size: 24px;
  color: #fff;
  margin: 20px 30px 20px 0;
}

.footer-newsletter .btn {
  color: #323e48 !important;
  height: 42px;
  padding: 0 40px;
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

.footer-storelist-wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-storelist-wrap .row>* {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-storelist-wrap h3 {
  font-size: 24px;
  color: #F47927;
  text-align: center;
  margin: 0 0 30px;
}

.footer-store-info {
  margin: 0 0 20px;
}

.footer-store-info p {
  font-size: 14px;
  line-height: 21px !important;
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 10px !important;
}

.footer-store-info p .fas {
  font-size: 14px !important;
  position: absolute;
  left: 0;
  top: 5px;
}

.opening-hours th {
  font-weight: normal;
}

.opening-hours td,
.opening-hours th {
  font-size: 16px;
  padding: 5px 10px;
}

.opening-hours td:first-child,
.opening-hours th:first-child {
  padding-left: 0;
}

.footer-top {
  background-color: #fff;
  color: #323e48;
  padding: 70px 0 30px;
}

.footer-top div[class*="col-"] {
  margin-bottom: 40px;
}

.footer-top h4 {
  font-size: 18px;
  margin: 0 0 20px;
  color: #323e48;
}

.footer-top p {
  color: #323e48;
  line-height: 24px;
  margin: 0 0 30px;
}

.footer-top p .fas,
.footer-top p .far {
  width: 20px;
  font-size: 15px;
  color: #FF6600;
}

.footer-top p a,
.footer-top a {
  color: inherit;
}

.footer-top a.btn-outline {
  background-color: transparent;
  color: #FF6600 !important;
  border: #FF6600 1px solid;
}

.contact-wrap {
  margin: 30px 0 0;
}

.contact-wrap p {
  margin: 0;
}

.footer-logo-wrapper img {
  max-width: 180px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin: 0 0 10px;
  line-height: 20px;
}

.footer-nav li a {
  color: #323e48;
}

.footer-nav li a:hover,
.footer-top p a:hover {
  color: #FF6600;
}

.social-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.social-nav>li>a {
  font-size: 20px;
  color: #5c6f7c;
}

.social-nav>li>a:hover {
  color: #FF6600;
}

.payment-cards img {
  width: 50px;
  height: auto;
  margin: 0 15px 15px 0;
}

.footer-bottom {
  border-top: #D3D6CF 1px solid;
  border-bottom: #D3D6CF 1px solid;
  padding: 20px 0;
}

.footer-phone {
  border-left: #D3D6CF 1px solid;
  border-right: #D3D6CF 1px solid;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #5C6F7C;
  font-weight: 500;
}

.copy-info {
  padding: 30px 15px;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.copy-info p {
  margin: 20px 0 0;
  font-size: 12px;
  color: #94a0a9;
}

.copy-info a:hover {
  text-decoration: underline;
}

.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;
}

/* Product pages styling */
.homepage .caption-div,
.productspage .caption-div,
.productdetail .caption-div h1,
.pg-contactus .caption-div h1 {
  display: none !important;
}

.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 {
  display: flex;
  justify-content: flex-end;
  padding: 10px 5px;
  position: sticky;
  top: 188px;
  z-index: 10;
  background-color: #fff;
  margin: 0 -5px;
}

@media (max-width: 991px) {
  .div-extra-buttons {
    top: 143px;
  }
}

div.prods-nav {
  float: left;
  width: 270px;
  /*padding: 10px 15px 15px;
  background-color: rgba(0, 0, 0, 0.05);*/
}

@media (min-width: 992px) {
  div.prods-nav {
    height: calc(100vh - 235px);
    overflow: auto;
    position: sticky;
    top: 180px;
  }
}

div.prods-list {
  display: block;
  text-align: left;
  margin: 60px 0 0 300px;
}

.breadcrumbs {
  list-style: none;
  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;
}

.sub-cat-box {
  box-sizing: border-box;
  width: 19.2%;
  box-shadow: 0 0 2px 0 #ddd;
  min-height: 290px;
  margin-left: 1%;
  margin-bottom: 1%;
  text-align: center;
  padding: 4px;
  overflow: hidden;
  transition: box-shadow 0.25s;
  background-color: #fff;
}

.sub-cat-box:nth-child(5n+1) {
  margin-left: 0;
}

.sub-cat-box a {
  color: rgba(0, 0, 0, 1);
}

.sub-cat-box h3 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  height: 60px;
  overflow: hidden;
  margin: 10px 0 0;
}

.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: #FF6600 1px solid;
  font-weight: 500;
  color: #FF6600 !important;
}

.hidecats .btn:hover,
.div-extra-buttons .btn:hover {
  background-color: #FF6600 !important;
  color: #fff !important;
}

.pager {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  font-size: 14px;
  padding: 0;
  position: sticky;
  top: 148px;
  z-index: 10;
}

.pager .cboSortProdlist {
  display: inline;
  width: 110px;
  background-color: #fff;
  font-size: 14px;
  height: 30px;
  margin: 0 0 0 5px;
}

.pager>span {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.pager>span.pagenum {
  text-align: center;
}

.pager>span a.tooltipstered {
  color: rgba(0, 0, 0, 0.5);
}

.pager>span a.faded {
  color: #FF6600;
}

.pager>span:last-child {
  text-align: right;
}

#navCats table {
  background-color: #fff;
}

.prods-nav header {
  font-size: 20px !important;
  background-color: transparent !important;
  color: #FF6600 !important;
  padding: 5px 0 !important;
  font-weight: 500 !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: #323e48;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  margin: 0 0 5px;
  transition: none;
}

#navCats ul li a:hover {
  background-color: #FF6600;
  color: #fff;
}

.product-filter {
  padding: 30px 0 10px;
}

.product-filter h3 {
  color: #FF6600;
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  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;
  margin: 0 0 5px;
}

.product-filter>ul>li>label {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323e48;
  font-size: 16px;
  font-weight: 500;
  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 20px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #ddd;
  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);
}

.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;
}

.product-list-item .fav-icon,
.product-list-item .del-fav-from-list {
  position: absolute;
  top: 35px;
  right: 13px;
}

.product-list-item .fav-icon .fa-2x,
.prods-list div.icons .fa-2x,
.product-list-item .del-fav-from-list .fa-2x {
  font-size: 18px;
  margin: 0;
}

.del-fav-from-list {
  color: red;
}

.product-list-item .img {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
}

.product-list-item .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.homepage .product-list-item .desc-etc {
  padding: 10px;
}

@media (max-width: 767px) {
  .home-products-wrap .product-list-item .desc a {
    min-height: 140px;
  }
}

.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: 16px;
  font-weight: 500;
  margin: 0;
}

.product-list-item .desc a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  display: block;
  min-height: 72px;
}

.product-list-item:hover .desc a {
  color: #FF6600;
}

.product-list-item .product-code,
.product-list-item .code {
  font-size: 12px;
  padding: 5px 0;
  color: rgba(0, 0, 0, 0.5);
}

.price {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  color: #FF6600;
}

.price-unit-grid {
  font-size: 12px;
  color: #323e48;
  font-weight: 500;
}

.price-etc a.btn,
.prodscomparison .add-to-ord .btn-add-to-cart {
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #323e48 !important;
  margin: 0 0 0 10px;
  background-color: #fff !important;
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 15%) !important;
  border: 0 none !important;
  flex: 1;
  border-radius: 100px;
}

.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 {
  margin: 15px 0 0;
  justify-content: center;
}

.ribbon-image {
  position: absolute;
  left: -6px;
  top: -6px;
  padding: 0 !important;
}

.product-list-table {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #ddd;
}

.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: #FF6600;
  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 {
  padding: 0 24px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: 0 none !important;
  margin: 0 0 0 8px;
  color: #323e48 !important;
  background-color: #fff !important;
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 15%) !important;
}

.product-list-tableitem .c_addtoord .fa-shopping-cart {
  display: none;
}

.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;
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
}

.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: 20px 0;
}

.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__stage {
  margin: 0 0 15px;
  height: 540px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: #E3E8EB 1px solid;
  background-color: #fff;
}

.fotorama__stage__frame {
  display: flex;
}

.fotorama__stage__frame .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__stage {
    height: 360px !important;
  }
}

.fotorama__stage:before,
.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,
.prods-list-heading h1 {
  font-size: 40px;
  line-height: 130%;
}

.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: 500;
  line-height: 32px;
}

section.block header {
  font-weight: 600;
  background-color: #596c7a;
  color: #fff;
  font-size: 20px;
  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: 500;
  width: 120px;
}

#pnlDeliveryDetails p {
  margin: 0 0 5px;
  font-weight: 500;
}

#pnlDeliveryDropdown select {
  width: 100% !important;
}

#divAttn {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#divAttn .rowlabel {
  width: 120px;
  font-weight: 500;
}

#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: 15px 0 0;
  margin: 15px 0 0;
}

.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: 50px;
}

@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: 24%;
  }

  .sub-cat-box:nth-child(5n+1) {
    margin-left: 1%;
  }

  .sub-cat-box:nth-child(4n+1) {
    margin-left: 0;
  }
}

@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: 32%;
    margin-left: 1%;
  }

  .sub-cat-box:nth-child(5n+1),
  .sub-cat-box:nth-child(4n+1) {
    margin-left: 1%;
  }

  .sub-cat-box:nth-child(3n+1) {
    margin-left: 0;
  }

  .brand-item {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

@media (max-width: 767px) {
  .product-list-item .img {
    height: 110px;
  }

  .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-item .stock-level,
  .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: 30px 0;
  }

  .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: 49%;
    margin-left: 1%;
  }

  .sub-cat-box:nth-child(5n+1),
  .sub-cat-box:nth-child(4n+1),
  .sub-cat-box:nth-child(3n+1) {
    margin-left: 1%;
  }

  .sub-cat-box:nth-child(2n+1) {
    margin-left: 0;
  }

  .popular-categories-wrapper .sub-cat-box {
    max-width: 50%;
    flex: 50%;
  }

  .footer-logo-wrapper {
    justify-content: center;
  }

  .social-nav {
    margin: 20px 0;
  }

  .footer-phone {
    border: 0 none;
  }
}

#checkout-complete-accordion .card {
  background-color: transparent;
}

.accordion {
  margin: 50px 0;
  border-radius: 1px;
  border: 0 none !important;
}

.accordion>.card {
  margin: 0 0 10px;
  border: 0 none;
  border-radius: 0 !important;
  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: #FF6600 !important;
  border: 0 none !important;
  cursor: pointer;
  height: auto;
  line-height: 28px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  -webkit-appearance: none;
  border-radius: 0;
}

.accordion>.card .card-header>a.collapsed {
  color: #FF6600 !important;
  background: rgba(0, 0, 0, 0.05) !important
}

.accordion>.card .card-header>a.collapsed:hover {
  background-color: #fff !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: #FF6600;
  content: "\f067";
}

.accordion>.card .card-header>a.collapsed:hover:after {
  color: #fff;
  background-color: #FF6600;
  border-radius: 2px;
}

.accordion>.card .card-header>a:hover:after {
  color: #FF6600;
  background-color: #fff;
  border-radius: 2px;
}

.card-body {
  padding: 0 20px;
  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: #FF6600;
}

.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;
  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;
}

.pg-myaccount .caption-div {
  display: none !important;
}

.account-wrapper {
  padding: 30px 0 50px;
}

.account-tile-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.account-tile {
  min-height: 325px;
  border-radius: 3px;
  padding: 30px;
  border: 1px solid #E3E8EB;
  margin: 0 0 30px;
  flex-direction: column;
  justify-content: center;
}

.account-tile:hover {
  color: inherit;
  border-color: rgba(0, 0, 0, 0.1);
}

.account-tile .icon {
  margin: 0 0 30px;
  text-align: center;
}

.account-tile .icon img {
  height: 50px;
  width: auto;
}

.account-tile .flex-fill {
  flex: none !important;
  text-align: center;
  max-width: none;
}

.account-tile h4 {
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.account-tile a {
  font-size: 14px;
  color: #FF6600;
  margin: 0 0 0 12px;
}

/*.cart-sidebar {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 480px;
	background-color: #F8F9FA;
	z-index: 999;
}

.sidebar-header {
	position: relative;
	height: 55px;
	background-color: #FF6600;
	padding: 0 20px;
}

.sidebar-header h5 {
	font-family: 'omnesmedium';
	font-size: 16px;
	color: #fff;
	line-height: 55px;
	margin: 0;
}

.sidebar-header .close-btn {
    position: absolute;
    right: 20px;
    top: 13px;
    z-index: 501;
    display: block;
    width: 14px;
    height: 14px;
    opacity: 1;
}

.cart-sidebar-contents {
	padding: 30px;
	overflow: auto;
}

.cart-sidebar-contents .cart-btns-wrap a.btn {
    flex: 1;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 0 6px 0 0;
    background-color: transparent !important;
	border-radius: 100px;
}

.cart-sidebar-contents .cart-btns-wrap a.view-btn {
	background-color: #fff !important;
    color: #323e48 !important;
    line-height: 42px;
}

.cart-sidebar-contents .cart-btns-wrap a.checkout-btn {
    background-color: #95A0A9 !important;
    margin: 0 0 0 6px !important;
}

.cart-sidebar-contents .product-miniview {
	margin: 0 0 30px;
}

.cart-sidebar-contents .product-item-details strong {
	font-family: 'omnesregular', sans-serif;
    font-size: 13px;
}

.cart-subtotal {
	padding: 30px 0;
	text-align: center;
	border-top: #95A0A9 1px solid;
}

.cart-subtotal strong {
	font-family: 'omnesmedium';
	font-weight: normal;
	margin: 0 4px 0 0;
}

.cart-similar-items h5 {
	font-family: 'omnesmedium';
	font-size: 14px;
	margin: 30px 0;
}

.cart-sidebar-contents .product-list-item {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
    margin: 0 7px 10px !important;
	background-color: #fff;
}

.cart-sidebar-contents .product-list-item .desc-etc h3 {
    font-size: 14px;
}

.cart-sidebar-contents .product-list-item .img {
    height: 100px;
	padding: 10px;
	text-align: center;
}

.cart-sidebar-contents .product-list-item .img img {
    max-width: 60%;
}

.cart-sidebar-contents .product-list-item .desc-etc {
    padding: 10px 0 0;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    z-index: -99;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
}

.overlay.active {
    z-index: 998;
    opacity: 1;
    visibility: visible;
}*/

.cart-item-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.cart-item-header {
  position: relative;
  padding: 15px 20px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

.cart-item-header h4 {
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.cart-item-header a.modalCloseImg {
  background: url(https://stores.opd.doublet.co.nz/img/x.png) no-repeat scroll center;
  text-indent: -9999px;
  width: 25px;
  height: 29px;
  display: block;
  position: absolute;
  right: -12px;
  top: -14px;
  cursor: pointer;
}

.cart-item-info {
  padding: 20px;
}

.cart-item-img {
  width: 70px;
  height: 70px;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  margin: 0 15px 0 0;
  overflow: hidden;
}

.cart-item-desc {
  font-size: 16px;
  line-height: 22px;
  flex: 1;
  max-width: calc(100% - 85px);
}

.cart-item-footer {
  padding: 0 15px 10px;
}

.cart-item-footer .btn {
  /*font-family: 'omnesmedium', sans-serif;*/
  font-weight: 700;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
}

.cart-item-footer .btn+.btn {
  margin: 0 0 0 10px;
}

#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: 600;
  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) {
    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;
}

@media (max-width: 767px) {
  .Scheduled-orders-wrapper div[class*="col-"] {
    flex: 0 0 100%;
    max-width: none;
  }

  #recurring-order-accordion .ordertbl th:last-child,
  #recurring-order-accordion .ordertbl td:last-child {
    min-width: 115px !important;
  }

  .table-recurring-orders th:first-child,
  .table-recurring-orders td:first-child {
    min-width: 160px;
  }
}

.furniture-carousel {
  margin: 0 0 40px;
}

@media (min-width: 992px) {
  .furniture-category-wrap .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .furniture-category-wrap .row>* {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cat1_Furniture .sub-cat-boxes {
    margin: 0 -10px;
  }

  .cat1_Furniture .sub-cat-box {
    width: 100%;
    flex: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    box-shadow: none;
    min-height: 350px;
    margin: 0 10px 20px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    position: relative;
  }

  .cat1_Furniture .sub-cat-box h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    padding: 5px 15px;
    margin: 0;
    height: auto;
  }
}

.category-wrap {
  margin: 0 0 40px;
}

.category-wrap>a {
  display: block;
  position: relative;
}

.category-wrap span {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  padding: 10px 15px;
}

.category-wrap>a:hover span {
  color: #fff;
  background-color: #FF6600;
}

.block-content .lSSlideOuter {
  width: 100%;
}

.productspage .recommendation-list section.block {
  padding: 0 15px 10px;
  margin: 0 0 30px;
  border-radius: 0 0 16px 16px;
}

.productspage .recommendation-list section.block header {
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 16px 16px 0 0;
}

/* Product pages styling */

.contact-wrapper {
  padding: 50px 0 0;
}

.contact-wrapper h3 {
  margin: 0 0 30px;
}

.contact-info p {
  position: relative;
  padding: 0 0 0 30px;
}

.contact-info .fas {
  position: absolute;
  left: 0;
  top: 5px;
}

.help-wrapper {
  padding: 50px 0 0;
}

.help-topic {
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 30px 20px;
}

.help-topic-icon {
  margin: 0 0 15px;
}

.help-topic-icon img {
  width: auto;
  height: 40px;
}

.help-topic h4 {
  font-size: 20px;
  margin: 0 0 18px;
}

.help-topic ul {
  list-style: none;
  padding: 17px 0 0;
  margin: 0;
  border-top: 1px solid #e7e7e7;
  min-height: 80px;
}

.help-topic ul li {
  margin: 0 0 10px;
}

.contact-banner {
  margin: 70px 0 20px;
}

#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: 600;
  color: #FF6600;
  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;
}

.text-wrap h3,
.text-wrap h4 {
  margin: 0 0 15px;
}

.text-wrap h4 {
  font-size: 18px;
  font-weight: 700;
}

.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;
}

.team-wrapper {
  padding: 100px 0;
  position: relative;
}

.team-img-wrap {
  margin: 30px 0 0;
}

.team-img-wrap p {
  margin: 15px 0 0;
  /*font-family: 'omnessemibold', sans-serif;*/
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #323e48;
}

.team-img-wrap p small {
  display: block;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

#simplemodal-container .simplemodal-data {
  padding: 15px;
}

.location-info-wrap {
  height: 420px;
  position: relative;
  border-radius: 10px;
  margin: 0 0 70px;
}

.location-info {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 100%;
  max-width: 450px;
  padding: 30px 40px 40px;
  font-size: 16px;
}

.location-info h2 {
  color: #FF6600 !important;
  margin: 0 0 20px;
}

.location-info p:last-of-type {
  margin: 0;
}

.location-info p .fas,
.location-info p .far {
  width: 20px;
  font-size: 12px;
}

.contact-forms {
  margin: 70px 0 0;
}

/* tooltip styling */
.tooltipster-shadow2 {
  background-color: #FF6600;
  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: #FF6600;
  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;
}

.bulk-pricing-hover .bulk-prices-table th {
  background: #D3DADF;
  color: #000;
}

.bulk-prices-table td.c_discount span {
  color: #FF6600;
  background: #fff;
}

.phone-visible {
  display: none !important;
}

@media (max-width: 767px) {
  .cart-popup.dropdown-menu {
    right: 0;
    width: 345px;
    top: 39px !important;
  }

  .cart-popup.dropdown-menu .cart-summary {
    width: auto;
  }

  .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,
  .store-details.phone-visible .phone {
    display: none !important;
  }

  .brand-item {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }

  .brand-brand {
    font-size: 20px;
  }

  .table-product-attributes td:first-child {
    width: auto;
  }

  .product-list-item .price-etc a.btn {
    padding: 0 7px;
  }

  .preferred-supplier p {
    text-align: center;
    margin: 15px 0 0;
  }

  .supplier-list {
    margin: 15px 0;
  }

  .supplier-list li {
    width: 20%;
    margin: 0;
    text-align: center;
    padding: 0 10px;
  }

  .store-details.phone-visible {
    background-color: #FF6600;
    padding: 10px 15px;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .store-details.phone-visible .name {
    color: #fff;
    font-weight: 500;
  }

  .changestore-buttons {
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
  }

  .changestore-buttons a {
    color: rgba(255, 255, 255, 0.7);
  }

  #simplemodal-overlay {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }

  #simplemodal-container {
    width: auto !important;
    height: 80% !important;
    left: 4% !important;
    right: 4% !important;
    top: 10% !important;
    bottom: 10% !important;
  }

  .carousel {
    padding: 15px 0 0;
  }
}

#simplemodal-container {
  border-radius: 16px !important;
}

.navbar-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 -5px 7px -5px hsl(0deg 0% 61% / 70%);
  height: 110px;
}

.navbar-logo>a {
  padding: 0 !important;
  background-color: transparent !important;
  display: inline-block !important;
  vertical-align: middle !important;
  height: auto !important;
  line-height: normal !important;
}

.navbar-logo img {
  width: 100%;
  height: auto;
  max-width: 60px;
}

.postcode-search {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.postcode-search #MPMain_txtSearch {
  flex: 1;
  margin: 0 15px;
}

.statesmenu {
  display: flex;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 0 0 40px;
}

.statesmenu>a {
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  background-color: #0088CE;
  margin: 0 5px 0 0;
}

.storelist .row {
  display: block;
  margin: 0;
}

.storelist .col-md-4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex: 1;
  max-width: none;
  padding: 0;
  width: auto;
}

.storelist .col-md-4>div {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.branch-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}

.branch-details .d-flex {
  padding: 10px 15px;
}

.branch-logo {
  background: url(/images2/store-logo.svg) no-repeat scroll center;
  background-size: 70%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.branch-photo {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.branch-photo img {
  width: auto;
  height: 100%;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
}

.branch-address {
  flex: 1;
  font-size: 13px;
}

.branch-details-button {
  padding: 15px 0 0;
}

@media (min-width: 768px) {
  .storelist .col-md-4>div {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .branch-address {
    min-height: 165px;
  }
}

@media (max-width: 767px) {
  .postcode-search {
    display: block;
  }

  .postcode-search #MPMain_txtSearch {
    margin: 10px 0;
  }

  .postcode-search .btn {
    display: block;
    width: 100%;
  }
}

.store-details-container {
  width: 100%;
}

.store-details-table {
  margin: 0 0 50px;
}

.store-details-table td,
.store-details-table th {
  vertical-align: top;
  padding-right: 15px;
}

.store-details h3 {
  margin: 0 0 30px;
}

.simplemodal-data h2 {
  font-size: 32px !important;
}

.simplemodal-data #txtEditListName {
  margin: 5px 0 15px;
}

#pnlEnterPostcode h3 {
  color: #323e48;
  font-size: 18px;
}

.pnlSearchPostcode {
  display: flex;
}

.pnlSearchPostcode input[type="text"] {
  flex: 1;
  max-width: calc(100% - 74px);
  margin: 0 10px 0 0;
}

#divBranchList {
  margin: 30px 0 0;
}

#divBranchList h2 {
  font-size: 24px !important;
  line-height: 36px;
  margin: 0 0 15px;
}

.store-choose {
  padding: 12px 0 0;
}

.costcntr {
  color: #FF6600;
  font-weight: 500;
}

.c_CC .btn {
  width: 30px;
  height: 30px !important;
  border-radius: 50%;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.05) url(/images2/ellipsis-h-light.svg) no-repeat scroll center;
  background-size: 13px auto;
}

.c_CC .btn:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.costcentres {
  position: relative;
  color: #fff;
  padding: 25px 0 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
}

.costcentres select {
  flex: 1;
  margin: 0 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}

.costcentres:before {
  background-color: #596c7a;
}

.nocostcentre {
  min-width: 100%;
  padding: 10px 0 0 215px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}

.shoppingcart .costcentres {
  overflow: hidden;
  padding: 25px;
  margin: 0 0 20px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .costcentres {
    display: block;
    padding: 15px 20px
  }

  .costcentres select {
    margin: 10px 0;
  }

  .nocostcentre {
    padding: 5px 0 0;
  }
}

.simplemodal-wrap {
  overflow: auto !important;
}

.catalogue-wrap {
  margin: 30px 0;
}

.catalogue-wrap h3 {
  margin: 30px 0 0;
}

.catalogue-wrap p {
  margin: 20px 0;
}

.catalogue-wrap .btn {
  width: 150px;
  height: 40px;
  font-size: 16px;
}

.catalogue-wrap.d-flex {
  margin: 0 0 40px;
}

.catalogue-wrap.d-flex .catalogue-wrap-info {
  padding: 10px 0 0 30px;
}

.catalogue-wrap.d-flex .catalogue-wrap-info h3 {
  margin: 0;
}

@media (max-width: 767px) {
  .catalogue-wrap.d-flex {
    display: block !important;
    text-align: center;
  }

  .catalogue-wrap.d-flex .catalogue-wrap-info {
    padding: 30px 0 0;
  }
}

.registration-form-wrapper p {
  margin: 0 0 50px;
}

.registration-form {
  max-width: 465px;
}

.float-label-group,
.login-container .form-group,
.customerdetailstable .form-group,
.logindetailstable .form-group,
#MPMain_pnlResetPassword1 .form-group {
  position: relative;
  margin: 0 0 40px;
}

.login-container .form-group .fas,
#MPMain_pnlResetPassword1 .form-group .fas {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #FF6600;
}

.floating-label,
.login-container .control-label,
.customerdetailstable .control-label,
.logindetailstable .control-label {
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  left: 10px;
  top: -10px;
  margin: 0;
  padding: 2px 5px;
  background-color: #F8F9FA;
}

.floating-label span {
  padding: 0 0 0 2px;
  color: firebrick;
}

.float-label-group .form-control,
.login-container .form-control,
.customerdetailstable .form-control,
.logindetailstable .form-control,
.logindetailstable .pwdfld {
  height: 44px;
  background-color: transparent;
}

.float-label-group textarea.form-control {
  height: 140px;
}

.registration-form .custom-checkbox {
  margin: 0 0 40px;
}

.custom-checkbox .custom-control-label {
  font-size: 14px;
  line-height: 18px;
}

.login-container .col-lg-5:last-of-type,
.login-container .block-title,
.login-container .block-title~p {
  display: none !important;
}

.login-container {
  margin: 20px 0 0;
}

.register-block {
  margin: 50px 0 0 15px;
  width: 100%;
}

.register-block p {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 25px;
}

.register-block .btn {
  max-width: 230px;
  margin: 0 auto;
  background-color: #fff !important;
  color: #323e48 !important;
}

#MPMain_pnlEditDetails table td {
  padding: 5px 0;
}

#MPMain_pnlEditDetails table td:first-child {
  width: 230px;
}

#MPMain_pnlEditDetails .txtbox1 {
  border-radius: 0;
  height: 36px;
}

#MPMain_pnlEditDetails textarea.txtbox1 {
  height: 72px;
}

#MPMain_pnlEditDetails .btn {
  border-radius: 100px;
}

.invoice-wrapper {
  font-size: 13px;
}

.invoice-header {
  margin: 0 0 10px;
}

.invoice-header .invoice-logo {
  width: 23%;
  margin: 0 2% 0 0;
}

.invoice-adderss-block,
.invoice-footer-info {
  flex: 1;
  margin: 0 2% 0 0;
  border: #d9d9d9 1px solid;
  border-radius: 1rem;
  padding: 20px 20px 13px;
  position: relative;
}

.invoice-adderss-block p {
  line-height: 20px;
  margin: 0;
}

.invoice-adderss-block .invoice-GST {
  position: absolute;
  bottom: 13px;
  right: 25px;
}

.invoice-tax-info,
.invoice-total-wrap {
  width: 28%;
  border: #d9d9d9 1px solid;
  border-radius: .5rem;
  overflow: hidden;
}

.invoice-adderss-block h4,
.invoice-tax-info h4 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px;
}

.invoice-tax-info h4 {
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.invoice-tax-info .table,
.invoice-total-wrap .table {
  margin: 0;
}

.invoice-tax-info .table {
  border-top: 1px solid #323e48;
}

.invoice-tax-info .table td,
.invoice-total-wrap .table td {
  border: 0 none;
  padding: 0 1rem;
}

.invoice-tax-info .table tr:first-child td,
.invoice-total-wrap .table tr:first-child td {
  padding-top: 10px;
}

.invoice-tax-info .table tr:last-child td,
.invoice-total-wrap .table tr:last-child td {
  padding-bottom: 10px;
}

.invoice-total-wrap .table td {
  padding: .7rem 1rem;
}

.invoice-total-wrap .table tr:last-child td {
  border-top: #000 1px solid;
}

.invoice-tax-info .table td:first-child,
.invoice-total-wrap .table td:first-child {
  background-color: #e1e1e1;
  border-right: 1px solid #323e48;
}

.invoice-delivery-info {
  margin: 0 0 10px;
}

.invoice-order-table {
  border: #d9d9d9 1px solid;
  border-radius: .5rem;
  margin: 0 0 15px;
}

.invoice-order-table th {
  background-color: #e1e1e1;
}

.invoice-order-table th,
.invoice-order-table td {
  padding: .5rem 1rem;
  border: 0 none;
}

.invoice-order-table td:last-child,
.invoice-order-table td:nth-child(n-1) {
  min-width: 100px;
}

/*.invoice-footer-info {
	padding-right: 10%;
}*/

.invoice-footer-info h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 10px;
}

.invoice-footer-info p.text-uppercase {
  font-size: 14px;
  margin: 0 0 5px;
}

.invoice-footer-info p {
  line-height: 18px;
  margin: 0;
  font-size: 13px;
}

.account-code-wrap {
  margin: 0 0 2px;
}

.registration-confirmation-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.confirmation-body {
  padding: 50px 25px 0;
}

.confirmation-body h5 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 25px;
}

.confirmation-body p {
  margin: 0 0 25px;
}

.confirmation-body strong {
  /*font-family: 'omnesmedium';*/
  font-weight: 700;
}

.details-summary p {
  margin: 0 0 15px;
}

.confirmation-body h3 {
  font-size: 28px;
  color: #FF6600;
  margin-top: 40px;
}

#MPMain_pnlResetPassword1 * {
  display: block;
}

#MPMain_pnlResetPassword1 table {
  max-width: 620px;
}

.aboutus .caption-div {
  display: none;
}

.our-promises {
  padding: 40px 50px 50px;
  height: 100%;
}

.col-md-4:nth-child(1) .our-promises,
.col-md-4:nth-child(2) .our-promises,
.col-md-4:nth-child(3) .our-promises {
  border-bottom: #D3D6CF 1px solid;
}

.col-md-4:nth-child(2) .our-promises,
.col-md-4:nth-child(5) .our-promises {
  border-left: #D3D6CF 1px solid;
  border-right: #D3D6CF 1px solid;
}

@media (max-width: 767px) {
  .our-promises {
    padding: 40px 20px 50px;
  }

  .col-md-4:nth-child(1) .our-promises,
  .col-md-4:nth-child(2) .our-promises,
  .col-md-4:nth-child(3) .our-promises,
  .col-md-4:nth-child(4) .our-promises,
  .col-md-4:nth-child(5) .our-promises,
  .col-md-4:nth-child(6) .our-promises {
    border: 0 none;
  }

  .col-md-4:nth-child(1) .our-promises,
  .col-md-4:nth-child(2) .our-promises,
  .col-md-4:nth-child(3) .our-promises,
  .col-md-4:nth-child(4) .our-promises {
    border-bottom: #D3D6CF 1px solid;
  }

  .col-md-4:nth-child(2) .our-promises,
  .col-md-4:nth-child(4) .our-promises,
  .col-md-4:nth-child(6) .our-promises {
    border-left: #D3D6CF 1px solid;
  }
}

.our-promises img {
  width: 105px;
  height: auto;
}

.our-promises h4 {
  font-size: 24px;
  color: #5C6F7C;
  font-weight: 700;
  margin: 20px 0 10px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.our-promises p {
  font-size: 14px;
  color: #5C6F7C;
  margin: 0;
}

.cat1_Furniture.cat1 .prods-nav,
.cat1_Furniture.cat1 .breadcrumbs,
.cat1_Furniture.cat1 .sub-cat-boxes,
.cat1_Furniture.cat1 .hidecats,
.cat1_Furniture.cat1 .prods-list-prods,
.cat1_Furniture.cat2 .prods-nav,
.cat1_Furniture.cat2 .breadcrumbs,
.cat1_Furniture.cat2 .sub-cat-boxes,
.cat1_Furniture.cat2 .hidecats,
.cat1_Furniture.cat2 .prods-list-prods {
  display: none !important;
}

.cat1_Furniture.cat1 div.prods-list,
.cat1_Furniture.cat2 div.prods-list {
  margin-left: 0;
}

.bootstrap-iso .bg-white,
#app .customvariants_list li.bg-white {
  background-color: transparent !important;
}

#dtplugin {
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif !important;
  color: #323e48 !important;
  font-size: 16px !important;
}

body:not(.admin) #rs-admin-customvariants_view--page {
  max-width: none !important;
  margin: 20px 0 0;
}

body:not(.admin) .customvariants_list .form-group {
  width: 100%;
}

body:not(.admin) .customvariants_list .option-list {
  flex-wrap: wrap;
}

body:not(.admin) .customvariants_list .option-list li {
  margin: 0 5px 5px 0;
}

body:not(.admin) #dtplugin #app .customvariants_view_wrapper>ul ul>li input+.option-name {
  padding: 0 !important;
  border-radius: 0 !important;
  width: 75px !important;
  height: 50px !important;
  border: rgba(0, 0, 0, 0.15) 1px solid;
  overflow: hidden;
}

body:not(.admin) #dtplugin #app .customvariants_view_wrapper>ul ul>li input+.option-name+p {
  font-size: 14px;
  color: #000 !important;
  line-height: 120%;
  margin: 10px 0 0;
}

body:not(.admin) #dtplugin #app .customvariants_view_wrapper>ul ul .option-name>img {
  max-width: none !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#dtplugin #app .customvariants_view_wrapper>ul ul>li input:checked+.option-name {
  border-color: #FF6600 !important;
}

#dtplugin #app .customvariants_view_wrapper>ul ul>li input:checked+.option-name:after {
  font-size: 16px;
  right: -1px !important;
  top: -1px !important;
  line-height: 1;
  color: #FF6600 !important;
}

#dtplugin #app .customvariants_view_wrapper>ul ul>li input:checked+.option-name:before {
  content: '';
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

#dtplugin #app .customvariants_view_wrapper>ul .option-label {
  color: #323e48 !important;
}

#dtplugin #app .customvariants_view_wrapper>ul .option-label+label {
  color: #FF6600 !important;
}

.product-list-item .sclogos {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
}

.product-list-item .sclogos span {
  margin: 0 0 4px !important;
}

.product-list-item .sclogos img.sclogo-image {
  width: 24px;
  height: auto;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
}

.portfolio-wrap .wrap {
  margin: 0 0 24px;
}

.portfolio-img {
  overflow: hidden;
  border-radius: 2px;
}

.portfolio-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  transform-origin: center;
}

.portfolio-wrap .wrap h3 {
  font-size: 20px;
  font-weight: 400;
  color: #323e48;
  text-decoration: none;
  padding: 20px 0;
  margin: 0;
}

.portfolio-wrap .wrap>a {
  display: block;
}

.portfolio-wrap .wrap:hover h3 {
  color: #FF6600;
}

.portfolio-wrap .wrap:hover .portfolio-img img {
  transform: scale(1.03);
}

.portfolio-wrap h1:not(.caption) {
  font-size: 34px;
  line-height: 150%;
  border-bottom: #E3E8EB 1px solid;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.portfolio-wrap h2 {
  font-size: 28px !important;
  line-height: 150%;
  margin: 0 0 15px;
}

.portfolio-wrap p {
  line-height: 150%;
  margin: 0 0 30px;
}

.portfolio-wrap .pagination-wrap {
  margin: 20px 0 0;
}

.portfolio-wrap .page-link {
  font-size: 18px;
  color: #323e48;
  text-align: center;
  line-height: 52px;
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0 none;
}

.portfolio-wrap .page-link:after {
  content: '';
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 0;
  height: 1px;
}

.portfolio-wrap .page-item.active .page-link {
  color: #FF6600;
  border: 0 none;
  background-color: transparent;
  box-shadow: none !important;
}

.portfolio-wrap .page-item.active .page-link:after {
  background-color: #FF6600;
}

.slider-img {
  margin: 0 0 15px;
}

.slider-thumbs>a {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 15px 15px 0;
}

.slider-thumbs>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-modal .modal-dialog {
  max-width: none;
  position: static;
  pointer-events: all;
  height: 100%;
  margin: auto;
  padding: 20px 0;
}

.gallery-modal .modal-body {
  padding: 0;
  position: static;
  overflow: hidden;
}

.gallery-modal .modal-content {
  border: 0 none;
  box-shadow: none;
  background-color: transparent;
}

.gallery-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  float: none;
  color: #fff;
  background-color: #FF6600;
  text-shadow: none;
  opacity: 1;
  z-index: 10;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  font-size: 25px;
}

.gallery-modal .img-wrap {
  min-height: 100%;
  min-width: 100%;
}

.gallery-modal .img-wrap img {
  max-height: calc(100% - 50px);
  max-width: calc(100% - 50px);
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* new search flyout styling */
.search-flyout-wrap {
  /*position: absolute;
    left: 0;
    top: 54px;
    z-index: 999;
    width: 785px;*/
  background-color: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
}

.search-flyout-wrap .backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 102px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.search-flyout-wrap h2 {
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 120%;
  margin: 0 0 12px;
}

.search-flyout-wrap .d-flex {
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.search-flyout-wrap .search-results {
  width: 100%;
  max-width: 250px;
  overflow-y: auto;
  height: calc(100vh - 280px);
  max-height: 442px;
  padding: 20px;
  border-right: 1px solid #ddd;
}

.search-flyout-wrap .sr-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.search-flyout-wrap .sr-list li {
  padding: 0 10px;
  margin: 0;
}

.search-flyout-wrap .sr-list a {
  color: #FF6600;
  font-weight: 700;
  line-height: 35px;
}

.search-flyout-wrap .sr-list a span {
  font-weight: 400;
  color: #444;
}

.search-flyout-wrap .search-related-products {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
  height: calc(100vh - 280px);
  max-height: 442px;
  position: relative;
  z-index: 5;
}

.search-flyout-wrap .product-list-list-view .product-list-item {
  min-height: 1px;
}

.search-flyout-wrap .product-list-list-view .product-list-item .img-etc {
  width: 60px;
  padding: 0;
}

.search-flyout-wrap .product-list-item .img {
  width: 60px;
  height: 60px;
  padding: 0;
}

.search-flyout-wrap .product-list-list-view .product-list-item .desc-etc {
  flex: 1;
  max-width: calc(100% - 60px);
  padding: 0 15px;
}

.search-flyout-wrap .product-list-list-view .product-list-item .desc-etc h3 {
  margin: 0 0 5px;
}

.search-flyout-wrap .product-list-list-view .blurb {
  line-height: 120%;
}

.search-flyout-wrap .product-list-list-view .product-list-item .price-etc {
  width: auto;
  text-align: left;
  padding: 10px 0 0;
}

.sr-promo {
  padding: 20px;
  background-color: #f3f3f3;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  #dtautosuggest {
    right: 20px;
  }

  .search-flyout-wrap {
    width: 100%;
    max-height: 70vh;
    overflow: auto;
  }

  .search-flyout-wrap .d-flex {
    flex-direction: column !important;
  }

  .search-flyout-wrap .backdrop {
    top: 142px;
  }

  .search-flyout-wrap .search-results,
  .search-flyout-wrap .search-related-products {
    max-width: none;
    height: auto;
    max-height: none;
  }
}

.featured-product-list .product-list-item .price-etc {
  padding-left: 10px;
}

.stock-level {
  font-weight: 500;
}

.featured-product-list .product-list-item .special-messages {
  display: block;
  position: absolute;
  top: 50px;
  padding-left: 30px;
  padding-right: 5px;
  text-align: center;
  font-weight: bold;
  xbackground-color: #fff;
  xborder-radius: 5px;
  text-shadow: 1px 1px 2px #fff;
}

.recomm-wrap header {
  text-align: center;
  margin: 0 0 10px;
}

.recomm-wrap header {
  font-size: 40px !important;
  font-weight: 600 !important;
  color: #323e48 !important;
  line-height: 60px;
  margin: 0 0 10px;
  background-color: transparent !important;
  padding: 0 !important;
}

.recomm-wrap {
  margin-bottom: 15px;
}

.recomm-wrap .block-content {
  padding: 0 30px 30px 30px;
}

.pg-hygieneessentials .caption-div {
  display: none !important;
}

.pg-hygieneessentials .pg-banner {
  margin: 0 0 30px;
}

.pg-hygieneessentials h2 {
  font-size: 28px !important;
  margin: 0;
}

.pg-hygieneessentials h3 {
  margin: 0 0 70px;
}

.pg-hygieneessentials .prod-desc {
  width: 100%;
  max-width: 65%;
  padding: 0 5% 0 0;
}

.pg-hygieneessentials .wrap:not(.d-flex) .prod-desc {
  max-width: 100%;
  padding: 0;
}

.pg-hygieneessentials .img {
  width: 100%;
  max-width: 35%;
  text-align: right;
  height: 190px;
}

@media screen and (min-width: 1200px) {
  .pg-hygieneessentials .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  .pg-hygieneessentials .row>* {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pg-hygieneessentials .row .col-md-4 {
  margin: 0 0 70px;
}

.pg-hygieneessentials .col-md-4 p {
  margin: 0 0 10px;
}

.pg-hygieneessentials .text-wrap h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.pg-hygieneessentials .wrap {
  margin: 0 0 20px;
}

.price-box {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  text-align: center;
  background: url(/images2/price-bg.png) no-repeat scroll center;
  width: 180px;
  height: 94px;
  background-size: 100% auto;
}

.price-box .dollarsign {
  vertical-align: sub;
}

.price-box .dollars {
  font-size: 44px;
}

.price-box .dollarsign,
.price-box .cents {
  font-size: 28px;
  vertical-align: super;
}

.price-box-img {
  flex: 1;
  max-width: 40%;
  height: 190px;
}

.price-box-wrap .table {
  margin: -50px 0 0;
  width: 240px;
}

.price-box-wrap .table thead th,
.price-box-wrap .table tbody td {
  font-size: 12px;
  border: 0 none;
  padding: 3px 0;
  line-height: 150%;
}

.price-box-wrap .table thead th {
  padding: 5px 0;
  border: 0 none;
  border-bottom: 1px solid #dee2e6;
}

.price-box-static {
  display: none;
}

.price-box-dynamic {
  display: none;
}

body.store-B2C .price-box-static {
  display: block;
}

body:not(.store-B2C) .price-box-dynamic {
  display: block;
}

.price-box-wrap .add-to-ord {
  margin: 0;
}

.pg-hygieneessentials .add-to-ord .btn-add-to-cart {
  background-color: #FF6600 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 16px 0 16px 0;
  height: 48px;
  padding: 0 20px;
}

.pg-hygieneessentials .add-to-ord .btn-qty-down,
.pg-hygieneessentials .add-to-ord .btn-qty-up {
  font-size: 24px;
  height: 48px;
  width: 36px;
  padding: 0;
}

.pg-hygieneessentials .add-to-ord .qty {
  width: 48px;
  height: 48px;
}

.price-box-wrap .table .add-to-ord .qty {
  width: 30px;
  height: 20px;
  font-size: 12px;
}

.price-box-wrap .table .add-to-ord .btn-qty-down,
.price-box-wrap .table .add-to-ord .btn-qty-up {
  font-size: 12px;
  height: 20px;
  width: 20px;
  padding: 0;
}

.price-box-wrap .table .add-to-ord .btn-add-to-cart {
  height: 24px;
  line-height: 24px;
  font-size: 9px;
  margin: 0 0 0 5px;
  padding: 0 10px;
  border-radius: 10px 0 10px 0 !important;
}

.price-box-wrap {
  position: relative;
}

.pg-hygieneessentials .add-to-ord {
  margin-right: auto;
}