@charset "utf-8";
/* CSS Document */

/*@font-face {
    font-family: 'Helvetica-Neue';
    src: url('HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('HelveticaNeue-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Neue-Condenced';
    src: url('HelveticaNeueLTStd-Cn.woff2') format('woff2'),
        url('HelveticaNeueLTStd-Cn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

html,
body {
  height: 100%;
}

body {
  /*font-family: 'Helvetica-Neue', sans-serif;*/
  font-family: Arial, Helvetica, sans-serif;
  color: #3f4443;
  font-size: 17px;
  background-color: #fff;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

#wrapper {
  min-height: 800px;
  padding: 0 0 50px;
}

.container {
  max-width: 1600px;
}

.pencil-icon,
.pencil-publish {
  position: relative;
  z-index: 99;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  color: #3f4443;
  line-height: 70px;
  margin: 0 0 1.5rem;
}

h2,
.featured-brands-heading,
.featured-products-wrap header {
  font-size: 35px !important;
  font-weight: 700;
  color: #3f4443 !important;
  line-height: 130%;
  margin: 0 0 1.5rem;
  background-color: transparent !important;
  padding: 0 !important;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

b,
strong {
  font-weight: 700;
}

p {
  line-height: 150%;
  margin: 0 0 30px;
}

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;
}

.control-label,
.logintable span,
#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1,
#MPMain_pnlResetPassword1 #MPMain_lblUserID,
#MPMain_divSearch .search_label {
  font-size: 14px;
  margin: 5px 0 7px;
  line-height: 18px;
  display: block;
}

.logintable span {
  margin: 20px 0 10px;
}

#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1 {
  display: inline;
}

.required,
.mandatory {
  padding: 0 0 0 4px;
  position: relative;
  top: -1px;
  color: #e02b27;
  font-size: 14px;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="phone"],
select,
textarea {
  display: block;
  width: 100%;
  line-height: normal;
  border: solid 1px #c2c2c2;
  color: #000;
  font-size: 17px;
  padding: 0 10px;
  height: 48px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: none !important;
}

select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 10px;
  height: 48px;
}

textarea.form-control,
textarea {
  resize: none;
  height: 160px;
  padding: 10px;
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
select:focus,
textarea:focus,
.form-control:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="number"]:focus-visible,
input[type="email"]:focus-visible,
input[type="phone"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: #004a99;
  box-shadow: none !important;
  outline: none !important;
}

.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 {
  text-transform: uppercase;
  color: #fff !important;
  padding: 0 12px;
  height: 48px;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #fff;
  text-align: center;
  background-color: #b0c737;
}

.btnA_2,
.btnA_1 {
  background-color: #f2f2f2;
  border: #cdcdcd 1px solid;
  color: #2b2b2b !important;
}

a.btn,
.store-choose a {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
  text-decoration: none !important;
}

.btn.btn-block,
.checkout-btn {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 15px;
}

a.btn.btn-block,
a.checkout-btn {
  line-height: 44px;
}

.btn-primary {
  background-color: #004a99;
}

.btn-secondry {
  background-color: rgba(1, 118, 63, 0.08) !important;
  color: #01763f !important;
}

.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: relative;
}

.site-header .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  padding: 5px 0;
}

.top-bar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-bar-nav li {
  margin: 0 0 0 30px;
}

.top-bar-nav li:first-child {
  margin: 0;
}

.top-bar .top-bar-nav.ml-auto li {
  margin: 0 0 0 5px;
}

.top-bar-nav li a {
  font-size: 14px;
  font-weight: 700;
  color: #3F4443;
  line-height: 35px;
  display: block;
}

.top-bar-nav li a .fas {
  margin: 0 8px 0 0;
}

.top-bar-nav li a.btn {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}

.social-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.social-nav>li {
  margin: 0 0 0 20px;
  line-height: 40px;
}

.social-nav>li:first-child {
  margin: 0;
}

.social-nav>li>a {
  font-size: 16px;
  color: #b0c737;
}

.header-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header-nav>li {
  margin: 0 15px 0 0;
}

.header-nav>li:last-child {
  margin: 0;
}

.header-nav>li>a {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.header-nav>li>a.btn {
  padding: 0 15px;
}

.header-nav>li.login-link>a {
  color: #fff;
  background-color: #004a99;
  padding: 0 15px;
  margin-left: 10px;
}

.admin-link,
.account-link,
.favorite-link,
.cart-link,
.store-btn {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 16px;
  padding: 0 0 0 24px;
}

.admin-link {
  background-image: url(/images2/admin-icon.svg);
  padding: 0 0 0 25px;
}

.account-link {
  background-image: url(/images2/user-icon.svg);
}

.favorite-link {
  background-size: auto 24px;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-image: url(/images2/heart-icon.svg);
}

.cart-link {
  text-indent: 30px;
  xwidth: 30px;
  height: 30px;
  padding: 0;
  background-image: url(/images2/cart-icon.svg);
  background-size: auto 24px;
}

.top-bar-nav li a.store-btn,
.top-bar-nav li a.account-link,
.top-bar-nav li a.admin-link,
.top-bar-nav li a.btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #f1652d;
  padding: 0;
  border-radius: 0;
  width: 150px;
}

.top-bar-nav li a.account-link {
  background: #3f4443;
}

.top-bar-nav li a.admin-link {
  background: #666;
}

.top-bar-nav li a.btn {
  background: #004a99;
}

.store-btn .fas {
  margin: 0 8px 0 0;
}

.primary-header {
  padding: 20px 0 25px;
}

.navbar-brand {
  height: auto;
  padding: 0;
  margin: 0;
  width: 485px;
  position: relative;
}

.navbar-brand img {
  width: 100%;
  height: auto;
}

.navbar-brand span {
  font-size: 14px;
  font-weight: 700;
  color: #3f4443;
  line-height: 120%;
  position: absolute;
  right: -2px;
  top: 5px;
}

.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: 37px !important;
  left: auto !important;
  right: -17px;
  width: 390px;
  background: #fff;
  border: 1px solid #bbb;
  z-index: 1025;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  transform: none !important;
}

.cart-popup.dropdown-menu a {
  padding: 0 !important;
  display: inline;
  font-size: 14px;
  line-height: normal;
  color: #000 !important;
}

.cart-popup.dropdown-menu a:hover {
  color: inherit;
  background-color: transparent !important
}

.cart-popup.dropdown-menu .cart-item-actions a.btn {
  color: #2d8ada !important;
}

.cart-popup:before,
.cart-popup:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cart-popup:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  top: -12px;
  right: 26px;
}

.cart-popup:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
  top: -14px;
  right: 25px;
}

.minicart-items-wrapper {
  padding: 15px 20px 0;
  margin: 15px -20px 0;
  border-top: 1px solid #ccc;
  max-height: 388px;
  overflow: auto;
  overflow-x: hidden;
}

#minicart-content {
  padding: 25px 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.close-cart {
  position: absolute;
  top: 8px;
  right: 13px;
  opacity: 0.7;
  line-height: normal !important;
}

.close-cart img {
  width: 12px;
  height: auto;
}

.empty-card {
  padding: 10px 0 35px;
  text-align: center;
}

.minicart-summary {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 18px;
}

.minicart-summary h6 {
  margin: 0;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.btn {
  flex: 1;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 6px 0 0;
  background-color: transparent !important;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.view-btn {
  border: #004a99 2px solid;
  color: #004a99 !important;
  line-height: 36px;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.checkout-btn {
  color: #fff !important;
  background-color: #004a99 !important;
  margin: 0 0 0 6px !important;
}

.minicart-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.minicart-items>li {
  border: 0 none !important;
  border-top: 1px solid #ccc !important;
  position: relative;
  padding: 20px 0 !important;
  margin: 0 !important;
}

.minicart-items>li:first-child {
  border-top: 0 none !important;
  padding-top: 0 !important;
}

.cart-item-actions {
  position: absolute;
  right: 0;
  bottom: 17px;
}

.cart-item-actions a {
  color: #2d8ada !important;
  margin: 0 0 0 15px;
}

.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;
  padding: 0 0 5px;
  font-weight: 400;
}

.product-item-details strong a {
  color: #2d8ada !important;
}

.product-item-details strong a:hover {
  color: #0388fb !important;
}

.toggle {
  cursor: pointer;
}

.options-list {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  font-size: 13px;
  display: none;
}

.product.options.show .options-list {
  display: block;
}

.options-list li {
  padding: 0 0 5px;
  border: 0 none !important;
}

.options-list .label {
  font-weight: 700;
}

.options-list li .price {
  font-size: 13px;
}

.details-qty label {
  margin: 0 10px 0 0;
}

.details-qty .qty-wrap {
  margin: 0;
  display: flex;
  align-items: center;
}

.details-qty .qty-btn {
  font-family: 'Helvetica-Neue-Light';
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  background-color: transparent !important;
  color: #333 !important;
  border: 0 none;
  outline: none !important;
}

.details-qty .c_qty {
  width: 50px;
  height: 32px;
  line-height: 30px;
  border: solid 1px #c2c2c2;
  text-align: center;
}

.header-btn {
  color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 0 0 0 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30px;
}

.header-btn span {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 1);

  line-height: 22px;
}

.header-btn.locate-btn {
  background-image: url(/images2/location-icon.svg);
}

.header-btn.collect-btn {
  background-image: url(/images2/collect-icon.svg);
  margin: 0 0 0 40px;
}

.header-btn:hover,
.header-btn:hover span {
  color: #004a99;
}

.global-search {
  flex: 1;
  width: 100%;
  padding: 0 50px;
}

#search {
  position: relative;
}

#search .form-control {
  font-size: 17px;
  color: #333;
  padding: 0 70px 0 15px;
  position: static;
  height: 40px;
  width: 100% !important;
  border-radius: 0;
}

#search .btn {
  font-size: 16px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
  border: 0 none;
  color: #fff;
  border-radius: 0;
  background-color: #666;
}

.site-header .store-details {
  font-size: 12px;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 12px 15px;
  border-radius: 6px;
  max-width: 280px;
  margin: 0 0 0 20px;
  display: block;
}

.site-header .store-details .branchname {
  display: inline-block;
  font-size: 15px;

  color: #0088c9;
  margin: 0 0 5px;
  background: url(/images2/location-icon-blue.svg) no-repeat scroll left center;
  background-size: 16px auto;
  padding: 0 0 0 22px;
}

.navbar {
  background-color: #0088c9;
  padding: 0;
  height: 60px;
}

.navbar .navbar-nav {
  position: relative;
  width: 100%;
  z-index: 99;
  height: 60px;
}

.navbar .navbar-nav .nav-item {
  flex: 1;
  max-width: 100%;
}

.navbar .container {
  position: relative;
  z-index: 99;
}

.intranet-menu-header {
  background-color: #004a99;
  height: 48px;
  padding: 0 15px;
  position: relative;
}

.intranet-menu-header h4 {

  font-size: 18px;
  color: #fff;
  margin: 0;
}

.intranet-menu-header .navbar-toggler {
  left: auto;
  right: 15px;
  top: 9px;
  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");
}

@media (min-width: 992px) {
  .navbar.collapse {
    display: flex !important;
  }

  .intranet-menu-header {
    display: none !important;
  }
}

.u-vmenu>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.side-menu>ul {
  flex-direction: column;
}

.u-vmenu>ul>li>a,
.nav-link {
  font-size: 17px;
  padding: 0 25px;
  letter-spacing: 0.5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: block;
}

.side-menu>ul>li:not(:last-child) {
  margin: 0 0 5px;
}

.side-menu>ul>li>a {
  color: #212529 !important;
  text-align: left;
  height: auto;
  line-height: 150%;
  padding: 10px 40px 10px 20px;
  background-color: #fff !important;
}

.u-vmenu ul ul li a[data-option='on'],
.side-menu ul li a[data-option='on'],
.healthserv-dropdown li a[data-option='on'] {
  background: url(/images2/minus.svg) 95% center no-repeat;
  background-size: 12px auto;
}

.u-vmenu ul ul li a[data-option='off'],
.side-menu ul li a[data-option='off'],
.healthserv-dropdown li a[data-option='off'] {
  background: url(/images2/plus.svg) 95% center no-repeat;
  background-size: 12px auto;
}

/*.side-menu ul li a[data-option='on'] {
    background-image: url(/images2/minus-white.svg);
}

.side-menu ul li a[data-option='off'] {
    background-image: url(/images2/plus-white.svg);
}*/

.u-vmenu ul ul li a[data-option='on']:before,
.u-vmenu ul ul li a[data-option='off']:before,
.side-menu ul li a[data-option='on']:before,
.side-menu ul li a[data-option='off']:before,
.side-menu li a:before,
.healthserv-dropdown li a[data-option='on']:before,
.healthserv-dropdown li a[data-option='off']:before {
  display: none !important;
}

.u-vmenu>ul>li>a.nav-healthserv,
.u-vmenu>ul>li>a.nav-healthadvs,
.nav-link.nav-healthserv,
.nav-link.nav-healthadvs {
  /*height: 76px;
    margin: -6px 4px 0 0;
    padding-top: 5px;
    border-radius: 4px 4px 0 0;
    background: #b0c737 url(/images2/health-services.svg) no-repeat scroll 12px center !important;
    padding-right: 30px !important;
    padding-left: 50px !important;*/
  background-repeat: no-repeat;
  background-size: 30px auto !important;
  background-color: #b0c737;
}

/*.u-vmenu>ul>li>a.nav-healthadvs,
.nav-link.nav-healthadvs {
    background: #b0c737 url(/images2/health-advise.svg) no-repeat scroll 12px center !important;
    background-size: 30px auto !important;
}*/

.u-vmenu>ul>li:hover>a,
.nav-item:hover .nav-link {
  background-color: #3f4443;
}

.side-menu ul li:hover a {
  background-color: transparent;
}

.nav-item .nav-link:hover {
  color: #fff;
}

.nav-catalogue.nav-link {
  /*height: 76px;
    margin: -6px 4px 0 0;
    padding-top: 5px;
    border-radius: 4px 4px 0 0;*/
  color: #fff;
  background-color: #f1652d;
}

.u-vmenu ul ul,
.sub-menu,
.healthserv-dropdown ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #0088c9;
  border-radius: 0 0 4px 4px;
}

.sub-menu,
.full-width {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  min-width: 330px;
}

.full-width {
  max-height: 600px;
  overflow: auto;
}

.subcats {
  display: flex;
}

.subcatslist {
  flex: 1;
  padding: 30px 30px 0;
}

.subcatslist h4 {
  font-size: 16px;

  color: #fff;
}

.subcatslist h4 a {
  color: inherit;
  text-decoration: underline;
}

.subcatslist ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.sub-menu li a,
.subcatslist ul li a {
  color: #fff;
  font-size: 13px;
  padding: 12px 20px;
  background-color: transparent !important;
  display: block;
  text-decoration: none !important;
  position: relative;
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
}

.subcatslist ul li a {
  border: 0 none;
  padding: 5px 15px;
}

.subcatslist ul li a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 9px;
  -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: 900;
}

.u-vmenu ul ul li:last-child a {
  border-bottom: 0 none;
}

.dropdown-menu.healthserv-dropdown {
  border-color: #b0c737;
}

.dropdown-menu.healthadv-dropdown {
  border-color: #b0c737;
}

.nav-item:last-child .sub-menu,
.nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

@media (min-width: 992px) {

  .nav-item:hover .full-width,
  .nav-item:hover .sub-menu,
  .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    border-right: #fff 1px solid;
  }
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: none;
  min-width: 330px;
  margin: 0;
  border-radius: 0;
  background-clip: padding-box;
  display: none;
}

.navbar .dropdown-menu {
  max-height: 565px;
  overflow: auto;
  background-color: #3f4443;
}

.dropdown-menu li {
  padding: 0;
  background-color: transparent !important;
}

.dropdown-menu>li:not(:last-child) {
  border-bottom: #fff 1px solid;
  margin: 0 0 10px;
}

.dropdown-menu li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 30px;
}

.dropdown-menu li a {
  color: #fff !important;
  font-size: 15px;
  padding: 7px 15px 7px 30px;
  background-color: transparent !important;
  display: block;
  text-decoration: none !important;
  position: relative;
}

/*.navbar .dropdown-menu li a:before {
    content: "\f105";
    position: absolute;
    left: 15px;
    top: 12px;
    -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 .dropdown-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}*/

.accounts-dropdown {
  min-width: 1px;
  width: 180px;
  background-color: #ebebeb;
  border: 0 none;
}

.accounts-dropdown .fas,
.accounts-dropdown .fa {
  display: none;
}

.accounts-dropdown li {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.accounts-dropdown li a {
  font-size: 12px;
  color: #000;
  padding: 10px 20px;
  line-height: normal;
  height: auto;
}

.accounts-dropdown li a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #000;
}

.navbar-toggler {
  display: none;
}

.close-btn,
.close-btn2 {
  display: none !important;
}

.nav-intranet,
.sub-nav {
  background-color: #004a99;
  height: 48px;
}

#intranet-menu,
.sub-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

#intranet-menu>li {
  position: relative;
  z-index: 90;
}

.store-locate-header {

  font-size: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 48px;
  display: block;
  background: url(/images2/location-icon-invert.svg) no-repeat scroll left center;
  background-size: 24px auto;
  padding: 0 0 0 30px;
}

@media (min-width: 768px) {
  #intranet-menu>li>a .fas {
    display: none;
  }
}

#intranet-menu>li>a,
.sub-nav-list>li>a {
  height: 48px;
  line-height: 48px;
  display: block;
  font-size: 17px;

  padding: 0 25px;
  letter-spacing: 0.8px;
  color: #fff;
  text-decoration: none;
}

.sub-nav-list>li>a:not([href]):not([tabindex]):focus,
.sub-nav-list>li>a:not([href]):not([tabindex]):hover,
.sub-nav-list>li>a:not([href]):not([tabindex]) {
  color: #fff;
}

@media (min-width: 992px) {
  #intranet-menu>li>a img {
    display: none
  }
}

.sub-nav-list>li>a {
  padding: 0 40px;
}

.sub-nav-list>li>a .fas {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.sub-nav-list>li>a span {
  margin: 0 0 0 15px;
}

#intranet-menu>li:hover>a,
.sub-nav-list>li:hover>a {
  background-color: #3f4443;
}

#intranet-menu>li>ul {
  list-style: none;
  padding: 8px 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  border: 2px solid #3f4443;
  border-top-width: 7px;
  background-color: #fff;
  min-width: 300px;
  display: none;
}

#intranet-menu>li>ul li {
  position: relative;
}

#intranet-menu>li>ul li ul,
.healthserv-dropdown>li>ul {
  position: static;
  background-color: transparent;
  margin: 0 10px;
  display: none;
}

#intranet-menu>li>ul>li>a,
#intranet-menu>li>ul>li>ul li a,
.healthserv-dropdown>li>ul li a {
  display: block;
  font-size: 15px;

  color: #222;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}

#intranet-menu>li>ul>li>ul li a,
.healthserv-dropdown>li>ul li a {
  padding: 7px 20px 7px 37px;
}

#intranet-menu>li>ul>li>ul>li>a:before {
  content: "\f105";
  position: absolute;
  left: 20px;
  top: 12px;
  -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;
}

#intranet-menu>li:nth-last-child(2) ul,
#intranet-menu>li:last-child ul {
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .primary-header {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    padding: 20px 15px 115px;
  }

  .global-search {
    position: absolute;
    left: 15px;
    right: 15px;
    max-width: none;
    bottom: 10px;
    width: auto;
    padding: 0;
  }

  #search .btn {
    text-indent: -9999px;
    background: #004a99 url(/images2/search-icon.svg) no-repeat scroll center;
    background-size: 20px auto;
    height: 40px;
    padding: 0 25px;
  }

  #search .form-control {
    margin: 10px 0 0;
  }

  .navbar-toggler {
    display: block;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    outline: none !important;
    position: absolute;
    left: 15px;
    top: 21px;
  }

  .tablet-hide,
  .top-bar .social-nav,
  .site-header .store-details {
    display: none !important;
  }

  .top-bar .container {
    max-width: none;
  }

  .navbar-brand {
    position: absolute;
    left: 60px;
    top: 17px;
    width: 150px;
  }

  .navbar-brand span {
    font-size: 14px;
    margin: -3px 0 0;
  }

  .top-bar-nav li.dropdown {
    position: static;
  }

  .top-bar-nav li {
    margin: 0 0 0 15px;
  }

  /*.cart-link {
    background-size: auto 18px;
    padding: 0 0 0 30px;
    font-size: 12px !important;
    position: absolute;
    right: 15px;
    top: 28px;
	color: #000 !important;
    background-image: url(/images2/cart-icon2.svg);
}*/

  .navbar,
  .nav-intranet {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    transition: left 0.2s ease-out;
    background-color: transparent;
  }

  .navbar.show,
  .nav-intranet.show {
    left: 0;
    transition: left 0.2s ease-out;
  }

  .navbar.show:before,
  .nav-intranet.show:before {
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 500;
    background: rgba(0, 0, 0, 0.8);
  }

  .close-btn,
  .close-btn2 {
    display: block !important;
  }

  .dropdown-menu {
    min-width: 1px;
  }

  .nav-intranet .u-vmenu,
  .navbar .container {
    max-width: 400px;
    width: 80%;
    position: relative;
    z-index: 501;
    background: #fff;
    height: 100%;
    overflow: auto;
    display: block;
    margin: 0;
    padding: 0;
  }

  #intranet-menu {
    display: block;
  }

  #intranet-menu>li>ul,
  .navbar .dropdown-menu {
    position: static;
    border: 0 none;
    background-color: #3f4443;
  }

  #intranet-menu>li>a,
  .navbar-nav .nav-link {
    color: #000;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13px 20px;
    height: auto;
    line-height: normal;
  }

  #intranet-menu>li>a img,
  .navbar-nav .nav-link img {
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin: 0 15px 0 0;
  }

  #intranet-menu>li:hover>a img,
  .navbar-nav .nav-item:hover img {
    filter: invert(1);
  }

  .nav-item .nav-link:hover {
    color: #000;
  }

  #intranet-menu>li:hover>a,
  .sub-nav-list>li:hover>a,
  .u-vmenu>ul>li:hover>a,
  .nav-item:hover .nav-link {
    background-color: #3f4443;
  }

  .nav-link .far,
  .nav-link .fas,
  .nav-link .fab,
  #intranet-menu>li>a .fas {
    width: 36px;
    font-size: 24px;
  }

  .u-vmenu>ul>li>a.nav-healthserv,
  .u-vmenu>ul>li>a.nav-healthadvs,
  .nav-healthserv.nav-link,
  .nav-healthadvs.nav-link {
    margin: 0;
    line-height: 60px !important;
    border-radius: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #000;
    background-color: transparent !important;
    background-position: 20px center !important;
    padding-left: 60px !important;
  }

  .nav-link.nav-healthserv {
    background-image: url(/images2/health-services-inverse.svg) !important;
  }

  .nav-link.nav-healthadvs {
    background-image: url(/images2/health-advise-inverse.svg) !important;
  }

  .nav-item:hover .nav-link.nav-healthserv {
    background-image: url(/images2/health-services.svg) !important;
  }

  .nav-item:hover .nav-link.nav-healthadvs {
    background-image: url(/images2/health-advise.svg) !important;
  }

  .u-vmenu>ul>li:hover>a,
  .nav-item:hover .nav-link {
    color: #fff;
    background-color: #3f4443 !important;
  }

  .u-vmenu .sub-menu {
    position: static;
  }

  .nav-link.signin-nav {
    background-color: #0088c9 !important;
    color: #fff !important;
  }

  li.separator {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 10px;
    background: #f5f5f5;
  }

  .close-btn,
  .close-btn2 {
    position: absolute;
    left: 85%;
    top: 14px;
    z-index: 501;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 1;
  }
}

@media (min-width: 480px) {

  .navbar .close-btn,
  .nav-intranet .close-btn2 {
    left: 420px;
  }
}

#hero-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}

.carousel-control-next,
.carousel-control-prev {
  background-repeat: no-repeat;
  background-position: center;
  width: 4%;
  z-index: 20;
  background-size: 30px auto;
  opacity: 1;
}

.carousel-control-next {
  background-image: url(/images2/chevron-right.svg) !important;
}

.carousel-control-prev {
  background-image: url(/images2/chevron-left.svg) !important;
}

body .carousel-inner {
  min-height: 1px !important;
}

@media only screen and (max-width: 768px) {
  body .carousel-indicators {
    width: 70%;
  }
}

.bnr {
  display: none !important;
}

.welcome-text {
  padding: 80px 0;
  position: relative;
}

.welcome-text .sub-text {
  padding-left: 15%;
  padding-right: 15%;
  margin: 0 0 40px;
}

.health-services-wrapper {
  position: relative;
  padding: 80px 0 30px;
}

.health-services-wrapper .btn {
  border-radius: 5px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
}

.home-services {
  position: relative;
  z-index: 10;
  padding: 80px 0;
}

.services-block {
  color: #fff;
  padding: 75px 50px;
  text-align: center;
}

.services-block img {
  width: 80px;
  height: auto;
}

.services-block.one {
  background-color: #f1652d;
  border-radius: 5px 0 0 5px;
}

.services-block.two {
  background-color: #cac7a7;
  color: #fff;
}

.services-block.three {
  background-color: #3f4443;
  border-radius: 0 5px 5px 0;
}

.services-block-contents {
  position: relative;
  transition: transform .3s ease-out;
}

.services-block-contents h4 {
  font-size: 24px;

  margin: 23px 0 0;
  line-height: 24px;
}

.services-block-contents p {
  margin: 16px 0 0;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .services-block.one {
    border-radius: 5px 5px 0 0;
  }

  .services-block.three {
    border-radius: 0 0 5px 5px;
  }

  .welcome-text .embed-responsive {
    margin: 15px 0;
  }
}

.read-more {
  font-size: 15px;

  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: -41px;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: 0;
  transition: opacity .3s ease-out;
}

.read-more a {
  display: block;
  color: #fff;
  margin-top: 14px;
}

.read-more a .fas {
  margin: 0 0 0 7px;
}

.services-block-contents:hover {
  transform: translateY(-20px);
}

.services-block-contents:hover .read-more {
  opacity: 1;
}

.covid-banner {
  margin: 0 0 50px;
}

.sm-title {
  font-family: 'Lora', serif;
  font-style: italic;
  color: #004a99;
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 1.8;
}

.sub-text {
  font-size: 20px;
  line-height: 140%;
  margin: 0 0 25px;

  color: #000;
}

.gray:before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.site-offerings {
  position: relative;
  padding: 15px 0 0;
  background-color: #12274c;
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.offerings-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}

.offerings-wrap img {
  width: 50px;
  height: auto;
  border: #fff 3px solid;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.offerings-wrap h4 {
  color: #fff;
  line-height: 120%;
  margin: 0;
}

.offerings-wrap p {
  font-size: 17px;
  color: #fff;
  margin: 0;
}

.offering-icon-content {
  flex: 1;
  padding: 0 0 0 10px;
}

body .static-content>.content {
  padding: 10px 5px 0;
}

#pharmacylistaccordion {
  border: 0 none !important;
  max-width: 900px;
  margin: 0 0 50px;
}

#pharmacylistaccordion .card-header {
  background-color: transparent;
}

#pharmacylistaccordion .btn {
  font-size: 20px;
  font-weight: 500;
  color: #000 !important;
  padding: 20px 0;
  background-color: transparent;
  height: auto;
  position: relative;
}

#pharmacylistaccordion .btn .fa {
  font-size: 16px;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -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;
}

#pharmacylistaccordion.accordion>.card {
  background-color: transparent;
}

.pnlSearchPostcode {
  display: flex;
  align-items: center;
}

.pnlSearchPostcode #txtEnterPostcode {
  flex: 1;
  border-radius: 4px 0 0 4px;
  border-right: 0 none;
}

.pnlSearchPostcode .btn {
  border-radius: 0 4px 4px 0;
}

.storedetails .store-choose {
  margin: 10px 0 0;
}

.ggl-map {
  height: 300px;
}

.page-header {
  position: relative;
  padding: 80px 0 50px;
  margin: 0 0 80px;
}

.page-header:before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #12274c;
  z-index: 1;
}

.page-header .container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-header h1 {
  margin: 0 60px 30px 0 !important;
}

div.statesmenu label {
  padding: 0 10px !important;
  height: 40px !important;
  line-height: 40px !important;
}

footer {
  background-color: #3f4443;
  padding: 70px 0 0;
  font-size: 14px;
  color: #fff;
}

footer h4 {

  font-size: 16px;
  margin: 0 0 20px;
  color: #fff;
}

footer p {
  color: #fff;
  line-height: 24px;
  margin: 0 12% 30px 0;
}

footer p a,
footer a {
  color: inherit;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.footer-nav li {
  margin: 0 0 10px;
  line-height: 24px;
}

.footer-nav li a {
  color: #fff;
  position: relative;
  padding: 0 0 0 15px;
  display: inline-block;
}

.footer-nav li a: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: 900;
}

footer .social-nav>li>a {
  color: #fff;
}

.footer-nav li a:hover,
footer p a:hover,
footer .social-nav>li>a:hover {
  color: #0088c9;
}

.footer-logo {
  max-width: 50%;
  width: auto;
  height: auto;
}

.copy-info {
  padding: 30px 0 70px;
}

.copy-info p {
  margin: 20px 0 0;
  font-size: 13px;
}

.copy-info a:hover {
  text-decoration: underline;
}

.caption-div>div {
  max-width: 1600px;
  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;
}

.page-menu,
.ul-articles {
  list-style: none;
  padding: 10px 0;
  margin: 0 30px 0 0;
  background-color: #ccc;
}

.side-menu ul.page-menu {
  padding: 15px;
}

.ul-articles {
  margin: 0;
  width: auto;
}

.page-menu li a,
.ul-articles li a {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 5px 18px 5px 30px;
  color: #fff !important;
}

.page-menu li a:before,
.ul-articles li a:before {
  content: "\f105";
  position: absolute;
  left: 15px;
  top: 17px;
  -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: 900;
}

.page-menu li a:hover,
.ul-articles li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-menu li a:not([href]):not([tabindex]),
.ul-articles li a:not([href]):not([tabindex]) {
  font-size: 18px;
  background-color: transparent !important;
  cursor: default !important;
}

.page-menu li a:not([href]):not([tabindex]):before,
.ul-articles li a:not([href]):not([tabindex]):before {
  display: none;
}

.page-menu li ul {
  list-style: none;
  padding: 0 10px 10px 10px;
  margin: 0;
  border-radius: 0;
}

.pg_nav {
  width: 300px;
}

.pg_nav .block-content {
  border: #bbb 1px solid;
}

.ul-services {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-services li.cat {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  color: #004a99;
  font-size: 12px;

  cursor: pointer;
}

.ul-services li.cat:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.ul-services ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-services ul li a {
  display: block;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
  color: #004a99;
  font-size: 12px;
}

.ul-services ul li:last-child a {
  border: 0 none;
}

.ul-services li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Product pages styling */
.homepage .caption-div,
.productspage .caption-div,
.productdetail .caption-div h1,
.carousel-control-next-icon,
.carousel-control-prev-icon,
.pg-prescriptions .pg_nav,
.pg-cataloguesale .pg_nav,
.store .fb-page {
  display: none !important;
}

.price-discount {
  position: static;
}

.cartheader {
  margin: 0 0 15px;
}

.cartheader .panel {
  padding: 0;
  background-color: transparent;
}

#MPMain_td_custref {
  width: 40%;
  text-align: left;
}

@media (max-width: 767px) {

  .cartheader .ordnum,
  .cartheader .refnum {
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
  }
}

.div-extra-buttons {
  text-align: right;
  margin: 10px 0;
}

div.prods-nav {
  float: left;
  width: 280px;
  padding: 15px;
  background-color: #ccc;
}

.prods-nav section.block header {
  background-color: transparent;
  color: #000;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

div.prods-list {
  display: block;
  text-align: left;
  background: #fff;
  margin: 60px 0 0 300px;
}

.breadcrumbs {
  border-radius: 4px;
  background-color: #e6e6e6;
  list-style: none;
  padding: 10px 15px;
  margin: 0 0 30px;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ul li {
  display: inline;
  padding: 5px;
  color: #666;

  font-size: 13px;
}

.breadcrumbs ul li+li:before {
  display: inline-block;
  padding-right: .5rem;
  color: rgba(0, 0, 0, 0.2);
  content: "/";
}

.sub-cat-boxes {
  overflow: hidden;
}

.sub-cat-box {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 19.2%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-height: 290px;
  margin-left: 1%;
  margin-bottom: 10px;
  text-align: center;
  padding: 4px;
  transition: box-shadow 0.25s;
  border-radius: 6px;
}

.sub-cat-box:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.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: 14px;
  display: block;
  height: 3.8em;
  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 {
  font-size: 13px;
  padding: 5px 15px;
  background-color: #fff !important;
  border-color: #004a99;
  color: #004a99 !important;
}

.hidecats .btn:hover,
.div-extra-buttons .btn:hover {
  background-color: #004a99 !important;
  color: #fff !important;
}

.pager {
  display: table;
  width: 100%;
  background: #efefef;
  margin: 0 0 10px;
  font-size: 12px;
  padding: 0 5px;
  position: relative;
}

.pager #cboSortProdlist,
.pager .cboSortProdlist {
  display: inline;
  width: 130px;
  background-color: #fff;
  font-size: 12px;
  height: 40px;
  margin: 0 0 0 5px;
}

.pager>span {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.pager>span a {
  color: inherit;
}

.pager>span.view a.tooltipstered {
  color: rgba(0, 0, 0, 0.5);
}

.pager>span.view a.faded {
  color: #004a99;
}

.pager>span:last-child {
  text-align: right;
}

.pager>span.pagenav {
  font-weight: 700;
}

.pager>span.pagenav a,
.pager>span.pagenav span {
  margin: 0 5px;
}

.pager>span.pagenav .faded {
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .pager {
    padding: 0 5px 30px;
  }

  .pager>span.pagenav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  .pager>span.pagenav a,
  .pager>span.pagenav span {
    margin: 0 2px;
  }
}

.prods-nav header {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  padding: 12px;
  font-size: 16px;

}

#navCats ul,
.store-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.store-service-list {
  border: #bbb 1px solid;
  margin: 0 0 30px;
}

#navCats ul li a,
.store-service-list li a {
  color: #212529;
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  margin: 0 0 5px;
  background-color: #fff;
}

.product-filter ul li {
  padding: 10px 15px;
}

#navCats ul li a:hover,
.store-service-list li a:hover {
  color: #fff;
  background-color: #004a99;
}

#navCats ul li:last-child a,
.store-service-list li:last-child a {
  border: 0 none;
}

.product-filter {
  padding: 30px 0 10px;
}

.product-filter h3 {
  font-size: 20px;
  margin: 0 0 15px;
  color: #000;
}

.product-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-filter ul li {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 0 0 5px;
}

.product-filter ul li {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 0 0 5px;
}

.product-filter ul li .btn {
  margin: 5px 0 0;
}

.product-filter>ul>li>label {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212529;
}

.product-filter>ul>li>label input[type="checkbox"] {
  margin: 0 4px 0 0;
  position: relative;
  top: 1pt;
}

#navCats .product-filter:last-of-type {
  border-bottom: 0 none;
}

#navCats .fav-list-link,
#navCats .fav-list-link a {
  color: #fff;
}

#navCats .del-fav-list,
#navCats .edit-fav-list {
  margin: 11px 10px 0 0;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.prods-list {
  display: block;
  margin: 0;
  text-align: left;
}

.order-now-button {
  margin-bottom: 5px;
}

.order-now-button .btn {
  font-size: 18px;
  background-color: #b0c737;
}

.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: 0 0 10px;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: box-shadow 0.25s;
  border-radius: 6px;
}

.product-list-item .img {
  width: 100%;
  height: 265px;
  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;
}

.product-list-item .desc-etc {
  padding: 5px 10px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}

.product-list-item .desc-etc h3 {
  font-size: 25px;
  font-weight: 700;
  color: #004a99;
  margin: 5px 0 0;

}

.product-list-item .desc a {
  color: inherit;
  text-decoration: none;
  display: block;
  min-height: 72px;
}

.featured-product-list .product-list-item .desc a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 90px;
}

.product-list-item:hover .desc a {
  color: #12274c;
}

.product-list-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.product-list-item .product-code {
  font-size: 14px;
  color: #666;
  padding: 5px;
}

.price {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #004a99;
}

.price-unit-grid {
  font-size: 12px;
  color: #000;

}

.price-etc a.btn {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 10px;
  background-color: #b0c737 !important;
}

.price-etc .add-to-ord .btn-add-to-cart .fa-shopping-cart {
  margin: 0 4px 0 0;
}

.product-list-item .add-to-ord .btn-qty-down,
.product-list-item .add-to-ord .btn-qty-up {
  font-size: 18px;
  height: 40px;
  width: 30px;
  padding: 0;
}

.product-list-item .add-to-ord .btn-qty-down {
  border-radius: 4px 0 0 4px;
}

.product-list-item .add-to-ord .btn-qty-up {
  border-radius: 0 4px 4px 0;
}

.product-list-item .add-to-ord .qty {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border: 0 none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
  border-radius: 0;
}

.product-list-item .add-to-ord {
  margin: 10px 0;
  justify-content: center;
}

.ribbon-image {
  position: absolute;
  left: -6px;
  top: -6px;
}

.product-list-table {
  width: 100%;
}

.product-list-tableitem td {
  font-size: 12px;
}

.product-list-table td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #eee;
}

.product-list-tableitem td.c_code,
.product-list-tableitem td.c_desc,
.product-list-tableitem td.c_price,
.product-list-tableitem td.c_unit,
.product-list-tableitem td.c_stock,
.product-list-tableitem td.c_addtoord,
.product-list-tableitem td.c_fav {
  padding-top: 10px;
}

.product-list-tableitem td.c_img {
  padding-top: 7px;
  padding-bottom: 7px;
  min-width: 50px;
  height: 50px;
}

.product-list-table td.c_img {
  text-align: center;
}

.product-list-tableitem .c_code {
  min-width: 90px;
}

.product-list-table td.c_desc {
  width: 100%;
}

.product-list-table td.c_price {
  text-align: right;
}

.product-list-tableitem .c_addtoord .c_qty {
  display: inline;
  width: 40px;
  height: 30px;
  vertical-align: middle;
}

.product-list-tableitem .c_addtoord a.btn {
  font-size: 12px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-color: #004a99 !important;
  border: 0 none !important;
  margin: 0 0 0 5px;
}

.product-list-list-view .product-list-item {
  max-width: none;
  flex: 1;
  min-height: 220px;
  margin: 0 0 10px !important;
  overflow: hidden;
}

.product-list-list-view .product-list-item>div {
  float: left;
  box-sizing: border-box;
  padding: 5px;
}

.product-list-list-view .product-list-item .img-etc {
  width: 25%;
}

.product-list-list-view .product-list-item .desc-etc {
  text-align: left;
  width: 50%;
}

.product-list-list-view .product-list-item .price-etc {
  width: 24%;
  text-align: right;
}

.product-list-list-view .product-list-item .prices {
  height: 80px;
  vertical-align: middle;
  min-height: 75px;
}

.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-family: 'Helvetica-Neue-Light';
  font-size: 32px;
  height: 52px;
  width: 52px;
  background-color: #fff !important;
  color: #000 !important;
  padding: 0;
  border-radius: 0;
}

.add-to-ord .btn-qty-down {
  border: #000 1px solid;
  border-right: 0 none;
}

.add-to-ord .btn-qty-up {
  border: #000 1px solid;
  border-left: 0 none;
}

.add-to-ord .btn-add-to-cart {
  font-size: 18px;
  margin: 0 0 0 15px;
  padding: 0 30px;
}

.featured-product-list {
  position: relative;
}

.featured-product-list .page-left,
.featured-product-list .page-right {
  display: inline-block;
  background: url(/images2/chevron-left.svg) no-repeat scroll center;
  background-size: 6px auto;
  position: absolute;
  right: 40px;
  top: -55px;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  text-align: center;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  border-radius: 2px;
  z-index: 4000;
}

.featured-product-list .page-right {
  right: 0;
  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;
  border-radius: 16px;
  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: 34px;
  line-height: 45px;
}

.product-heading {
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 0 0 10px;
}

table.products {
  margin: 0 0 40px;
}

table.products td,
table.products th {
  padding: 10px;
  font-size: 14px;
}

table.products td a,
table.products th a {
  color: inherit;
}

table.products tr {
  border-bottom: solid 1px #c2c2c2;
}

table.products .txtbox1 {
  width: 50px;
  text-align: center !important;
}

#MPMain_tbl_quickadd {
  margin: 0 0 30px;
}

#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;

  line-height: 32px;
}

section.block header,
.store-services th {
  background-color: #004a99;
  color: #fff;
  font-size: 16px;

  padding: 12px 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: 10px;
  text-align: left;
}

.ordertbl th:last-child,
.ordertbl td:last-child {
  text-align: right;
  min-width: 130px;
}

.ordertbl .totlabel,
.ordertbl .total1,
.ordertbl .total,
.ordertbl .total-delivfee {
  text-align: right;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: 0 none;
  color: #333 !important;
}

.checkout .block-content {
  padding: 20px;
  border: #ccc 1px solid;
  margin: 0 0 30px;
}

.checkout .deliverydetailstable {
  width: 100%;
}

.checkout .deliverydetailstable td {
  padding: 5px 0;
  vertical-align: middle;
}

.checkout .deliverydetailstable .rowlabel {

  width: 120px;
  font-size: 13px;
}

#pnlDeliveryDetails p {
  margin: 0 0 5px;

  font-size: 13px;
}

#pnlDeliveryDropdown {
  margin: -33px 0 0 120px;
}

#pnlDeliveryDropdown select {
  width: 100% !important;
}

#divAttn {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#divAttn .rowlabel {
  width: 120px;

  font-size: 13px;
}

#divAttn input[type="text"] {
  flex: 1;
}

#pnlDeliveryAddress {
  margin: 0 !important;
}

.ccdetails {
  width: 100%;
}

.ccdetails td {
  padding: 5px 0;
  vertical-align: middle;
}

.ccdetails td.rowfield {
  display: flex;
}

.ccdetails td.rowfield select+select {
  margin: 0 0 0 10px;
}

.product-pricing .price {
  font-size: 36px;
}

.product-pricing .add-to-ord .btn-add-to-cart {
  border-radius: 100px;
  height: 52px;
  line-height: 48px;
  font-size: 24px;
}

.add-to-ord .btn-add-to-cart .fa-shopping-cart {
  margin: 0 8px 0 0;
}

.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;
}

.product-pricing .add-to-ord .qty {
  font-weight: 700;
  border: 0 none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}

.product-pricing .prices {
  /*text-align: center;*/
  padding: 20px 0 0;
}

.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);
  }

  .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;
  }
}

@media (max-width: 767px) {

  .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-item 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;
  }

  .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: 30px 0 0;
  }

  .c_unitprice {
    min-width: 130px;
  }

  #tblTotal>tbody>tr {
    display: flex;
    flex-direction: column-reverse;
  }

  #MPMain_pnlSpecialInstructions {
    margin: 30px 0 0;
  }

  .shoppingcart .btn,
  .shoppingcart .btn_so {
    padding: 0 12px;
    font-size: 13px;
  }

  .product-image-wrapper img {
    width: 50px;
  }

  .product-item-details {
    padding: 0 0 0 12px;
    max-width: calc(100% - 50px);
  }

  .minicart-items-wrapper {
    max-height: 280px;
  }

  .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;
  }

  .pg_nav,
  .pg_main {
    display: block;
    width: 100%;
    margin: 0 0 30px;
  }

  .gray:before {
    left: -15px;
    right: -15px;
  }
}

.accordion {
  margin: 50px 0;
  border-radius: 1px;
  border: #e0e0e0 1px solid !important;
}

.accordion>.card {
  margin: 0;
  border: 0 none;
  border-radius: 0;
  border-bottom: #e0e0e0 1px solid !important;
}

.accordion>.card:last-child {
  border-bottom: 0 none !important;
}

.accordion>.card .card-header {
  padding: 0;
  margin: 0;
  border: 0 none !important;
  border-radius: 0;
}

.accordion>.card .card-header>a {
  display: block;
  padding: 20px;
  position: relative;
  color: #fff !important;
  background: #004a99 !important;
  border: 0 none !important;
  cursor: pointer;
  height: auto;
  line-height: 28px;
  text-align: left;
  font-size: 20px;
  -webkit-appearance: none;
}

.accordion>.card .card-header>a.collapsed {
  color: #004a99 !important;
  background: #fff !important;
}

.accordion>.card .card-header>a.collapsed:hover {
  background-color: rgba(0, 0, 0, 0.05) !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: #004a99;
  content: "\f067";
}

.accordion>.card .card-header>a.collapsed:hover:after {
  color: #fff;
  background-color: #004a99;
  border-radius: 2px;
}

.accordion>.card .card-header>a:hover:after {
  color: #004a99;
  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: #004a99;
}

.pg_table {
  margin: 50px 0 0;
}

.product-icon .icon-label {
  position: relative;
  top: -4px;
  margin: 0 0 0 8px;
}

@media (min-width: 1450px) {

  .service .lSSlideOuter,
  .articles .lSSlideOuter {
    width: 1140px;
  }
}

.product-main {
  padding: 30px 50px;
  margin: 0 0 50px;
}

.product-main::before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  z-index: -1;
}

.pager-1 .view {
  display: none;
}

.pager-1 .pagenum {
  display: none;
}

.pager-1 {
  width: auto;
}

.codes-etc .brand {
  display: none;
}

.codes-etc {
  font-size: 11px;
  margin: 10px 0 10px 0;
}

.block-content .lSSlideOuter {
  width: 100%;
}

/* Product pages styling */

#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;

  color: #004a99;
  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 {
  margin: 0 0 15px;
}

.text-wrap p {
  margin: 0 0 35px;
}

.text-wrap ol,
.text-wrap ul {
  margin-bottom: 35px;
}

.text-wrap ol ol,
.text-wrap ol ul,
.text-wrap ul ol,
.text-wrap ul ul {
  margin-top: 15px;
}

.text-wrap ol li,
.text-wrap ul li {
  line-height: 20px;
  margin: 0 0 10px;
}

.text-wrap ol li:last-child,
.text-wrap ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #simplemodal-container {
    width: 90% !important;
    height: 80% !important;
    left: 5% !important;
    top: 10% !important;
  }
}

#simplemodal-container .simplemodal-data {
  padding: 15px;
}

.location-info-wrap {
  background: url(/images2/contact-banner.jpg) no-repeat scroll right center;
  background-size: cover;
  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: #004a99 !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: #000;
  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: #000;
  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;
}

.services-advanced {
  width: 100%;
  margin: 20px 0;
}

.services-advanced tbody {
  display: block;
}


.services-advanced tbody tr {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  align-items: center;
}

.services-advanced tbody td {
  flex: 1;
  width: 100%;
  max-width: 50%;
}

.services-advanced .appointment-link {
  display: block;
  margin: 15px 0 0;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background-color: #0088c9;
  text-align: center;
}

.related-article-image {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 20px;
  border: 2px solid #fff;
}

.article-related-articles h5,
.service-related-articles h5 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.service-related-articles {
  padding: 0 0 30px;
}

.service-related-articles h3,
.article-related-articles h3 {
  margin: 30px 0 0;
}

/*.service-related-articles .img-thumb {
    height: 170px;
    margin: 30px 0 0;
    overflow: hidden;
    border-radius: 10px;
}*/

.service-related-articles img,
.article-related-articles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-related-articles p,
.article-related-articles p {
  font-size: 12px;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
}

.article-related-articles p {
  display: none;
}

.more-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.more-info ul li {
  margin: 0 0 10px;
}

.more-info ul li a {
  font-size: 17px;
  color: #666;
  padding: 10px;
  display: block;
  background-color: #fff;
}

#MPMain_divSearch {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

#MPMain_divSearch .search_label {
  width: 120px;
  margin: 0 10px 0 0;
}

#MPMain_divSearch input[type="text"] {
  flex: 1;
  border-radius: 4px 0 0 4px;
  border-right: 0 none;
}

#MPMain_divSearch .btn {
  border-radius: 0 4px 4px 0;
}

.community-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.community-links li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.community-links li img {
  width: 100%;
  max-width: 80%;
}

.sponsorship-wrap {
  display: flex;
  margin: 30px 0 0;
}

.sponsorship-img {
  width: 160px;
  flex-shrink: 0;
}

.sponsorship-img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.sponsorship-info {
  flex: 1;
  padding: 0 0 0 30px;
}

@media (max-width: 767px) {
  .sponsorship-wrap {
    display: block;
  }

  .sponsorship-img {
    width: 160px;
    margin: 0 auto;
  }

  .sponsorship-info {
    padding: 20px 0 0;
  }
}

.extrapage:not(.pg-communitymatters) .pg_main {
  padding-left: 0 !important;
}

.faqs-list li {
  line-height: 24px;
  font-size: 16px;

  margin: 0 0 15px;
}

.faqs-list li a {
  color: #333;
}

.faqs-list li a:hover {
  color: #0088c9;
  text-decoration: underline;
}

.postcode-search {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 15px 0 30px;
}

.postcode-search span {
  color: #fff;
  height: 40px !important;
  line-height: 40px !important;
}

.postcode-search #MPMain_txtSearch {
  flex: 1;
  border-radius: 0;
  border: 0 none;
  height: 40px;
}

.postcode-search .btn {
  border-radius: 0;
  border: 0 none;
  height: 40px;
  background-color: #3f4443 !important;
}

div.statesmenu {
  display: flex;
  margin: 15px 30px 30px 0;
}

div.statesmenu label {
  color: #fff;
  margin: 0 10px 0 0;
}

div.statesmenu>a {
  padding: 0 20px;
  color: #fff;
  background-color: #0088c9;
  text-decoration: none !important;
  border-left: 1px solid #fff;
  height: 40px;
  line-height: 40px;
}

div.statesmenu>a.active {
  background-color: #b0c737;
}

.stateheading {
  line-height: normal !important;
  margin: 0 0 15px !important;
}

.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;
  margin: 0 0 30px;
  width: 100%;
}

.branch-details {
  background-color: #f2ece2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
}

.branch-details .d-flex {
  padding: 20px 20px 83px;
  flex-direction: row-reverse;
  background-color: #f2ece2;
}

.branch-details .branch-phone-fax {
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 12px;
  text-transform: uppercase;
}

.branch-details .branch-phone-fax h4 {
  color: #004a99;
  margin: 0;
  line-height: 90%;
}

.branch-details .fax-label {
  text-transform: none;
}

.branch-logo {
  display: flex;
  align-items: center;
  min-height: 100px;
  background-color: #fff;
}

.branch-logo img {
  max-width: 235px;
}

.branch-photo {
  width: 100%;
  max-width: 205px;
  height: auto;
  margin: 0 10px 0 0;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.branch-photo img {
  width: 100%;
  border: #fff 2px solid;
}

.branch-address {
  flex: 1;
  padding: 0 20px 0 0;
}

.branch-details-button {
  padding: 15px 0 0;
  position: absolute;
  bottom: 20px;
}

@media (min-width: 768px) {
  .storelist .col-md-4>div {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .pg_main {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .home-services {
    display: block !important;
  }

  footer .social-nav {
    margin: 0 0 30px;
  }

  .cart-popup.dropdown-menu {
    top: 70px !important;
    right: 15px;
    width: 300px;
  }

  .cart-popup:before {
    right: 14px;
  }

  .cart-popup:after {
    right: 13px;
  }

  .product-image-wrapper img {
    width: 50px;
  }

  .product-item-details {
    padding: 0 0 0 12px;
    max-width: calc(100% - 50px);
  }

  .minicart-items-wrapper {
    max-height: 280px;
  }

  .phone-hide {
    display: none !important;
  }

  .site-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-item {
    width: 50%;
    height: 160px;
  }

  .brand-item .brand-img {
    line-height: 160px;
  }

  .brand-item:nth-child(2n) {
    border-right: rgba(0, 0, 0, 0.1) 1px solid;
  }

  .table-product-attributes td:first-child {
    width: auto;
  }

  .page-menu,
  .ul-articles {
    width: auto;
    margin: 0 0 30px;
    display: none !important;
  }

  #MPMain_divSearch {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  #MPMain_divSearch #MPMain_txtSearch {
    margin: 10px 0 0;
    flex: auto;
  }

  #MPMain_divSearch .btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .branch-details .d-flex {
    padding: 15px;
    flex-direction: column;
  }

  .branch-details-button {
    position: static;
  }

  .branch-photo {
    margin: 0 auto 10px;
  }

  .service-related-articles .img-thumb,
  .article-related-articles .img-thumb {
    height: auto;
  }

  .sub-nav-list>li {
    width: 20%;
  }

  .sub-nav-list>li>a {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
  }

  .sub-nav-list>li>a .fas {
    top: -2px;
  }

  .sub-nav-list>li>a span {
    display: none !important;
  }

  .services-advanced tbody td {
    max-width: none;
  }

  .services-advanced tbody td img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  video,
  iframe {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  iframe {
    max-width: none;
    width: 100%;
  }

  .form-table,
  .form-table td,
  .form-table tr,
  .form-table tbody,
  .form-table thead,
  .customerdetailstable,
  .customerdetailstable td,
  .customerdetailstable tr,
  .customerdetailstable tbody,
  .customerdetailstable thead,
  .logindetailstable,
  .logindetailstable td,
  .logindetailstable tr,
  .logindetailstable tbody,
  .logindetailstable thead {
    display: block;
  }

  .customerdetailstable td,
  .logindetailstable td {
    padding: 15px 0 5px;
  }

  .customerdetailstable td.rowfield,
  .logindetailstable td.rowfield {
    padding-top: 0;
  }
}

.homepage section.block header,
.service-related-products section.block header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 24px;
  padding: 10px 0;
  margin: 0 0 30px;
  background-color: transparent;
}

.article-related-products section.block header {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px;
  background-color: transparent;
  border: 0 none;
}

.product-banner {
  margin: 0 0 30px;
}

.service-tiles,
.topic-tiles {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  padding: 0 0 50px;
}

.service-tile,
.topic-tile {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 0 40px;
}

.service-tile>a,
.topic-tile>a {
  display: block;
  position: relative;
}

.service-tile b,
.topic-tile b,
.booking-services a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 220px;
  border-radius: 10px;
  margin: 0 0 15px;
}

.booking-services a {
  margin: 0;
}

.booking-services .col-md-3 {
  margin-bottom: 40px;
}

.service-tile img,
.topic-tile img,
.booking-services img,
.service-related-articles img,
.article-related-articles img {
  max-width: none !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
}

.service-tile h3,
.topic-tile h3,
.booking-services h4 {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin: 0;
}

.booking-services h4 {
  text-align: left !important;
  margin: 0 0 15px;
}

.service-tile>a:hover h3,
.topic-tile>a:hover h3,
.booking-services a:hover h4 {
  color: #004a99;
}

.service-tile>a:hover img,
.topic-tile>a:hover img,
.booking-services a:hover img,
.related-article-image:hover img {
  transform: scale(1.1);
}

.service-tile>a .keywords,
.topic-tile>a .keywords {
  font-size: 12px;
  color: #333;
  margin: 10px 0 0;
}

.service-tile .blurb,
.service-tile .btn,
.service .pg_nav,
.articles .pg_nav,
.pg-bookingaservice .pg_nav {
  display: none !important;
}

.service .pg_main,
.articles .pg_main {
  padding-left: 0;
}

#MPMain_pnlArticle,
#servicecontent {
  overflow: hidden;
}

#MPMain_pnlArticle>img,
#servicecontent>img {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 40px;
  border-radius: 20px;
}

@media (max-width: 767px) {

  #MPMain_pnlArticle>img,
  #servicecontent>img {
    float: none;
    margin: 0 0 30px;
  }
}

.service-book-now-button {
  position: relative;
}

.service-book-now-button .btn {
  position: absolute;
  right: 0;
  top: -73px;
}

@media (min-width: 768px) {

  .service-tile,
  .topic-tile {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {

  .service-tile,
  .topic-tile {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .service-tile img {
    height: 110%;
  }

  .topic-tile img {
    height: 135%;
  }

  .service-book-now-button {
    text-align: right;
    margin: 0 0 20px;
  }

  .service-book-now-button .btn {
    position: static;
  }
}

/*.store-details-container>tbody,
.store-details-table>tbody,
.contact-form table>tbody,
.contact-form table>tbody>tr,
.contact-form table>tbody>tr>td {
    display: block;
}

.store-details-container>tbody>tr,
.store-details-table>tbody>tr {
    display: flex;
}

.store-details-container>tbody>td {
    flex: 1;
}*/

@media screen and (min-width: 1600px) {
  .store-details-container .col-8 {
    flex: 0 0 72%;
    max-width: 72%;
  }

  .store-details-container .col-4 {
    flex: 0 0 28%;
    max-width: 28%;
  }
}

.store-services {
  padding: 30px;
  background-color: #ccc;
}

.store-details-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.store-map {
  flex: 1;
}

.store-details {
  padding: 40px 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 0 50px;
}

.store-details:before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #f2ece2;
  z-index: -1;
}

.store-details-table {
  width: 100%;
  max-width: 500px;
}

.store-details-table>tbody>tr {
  flex-direction: column;
}

.store-details-table th {
  width: 150px;
}

.store-details-table>tbody>tr>td,
.store-details-table>tbody>tr>th {
  vertical-align: top;
  padding: 10px 0;
}

.specialhours h4 {
  margin: 30px 0 20px;
}

.appointment-link {
  display: flex;
  align-items: end;
}

.appointment-link>a {
  width: 140px;
}

.appointment-link h4 {
  color: #12274c;
  width: 190px;
  text-transform: uppercase;
  text-align: center;
}

.about-us,
.contact-us {
  padding: 0 30px 70px 0;
  position: relative;
}

.about-us h2,
.contact-us h3 {
  padding: 0 0 10px !important;
  border-bottom: #ccc 1px solid;
  margin: 0 0 30px;
  max-width: calc(100% - 280px);
}

.contact-us {
  padding-right: 330px;
}

.contact-us .appointment-link {
  position: absolute;
  right: 50px;
  bottom: 300px;
  flex-direction: column;
  align-items: center;
}

.contact-us .appointment-link>a {
  width: 100%;
  max-width: 230px;
}

.contact-us h3 {
  font-size: 35px;
  max-width: none;
}

.about-us-detail {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.store-manager {
  text-align: center;
  width: 100%;
  max-width: 230px;
  margin: -80px 0 0 50px;
}

.store-manager b {
  font-weight: 700;
  display: block;
}

.store-manager-photo {
  margin: 0 0 10px;
}

.contact-form {
  margin: 20px 0 0;
}

.contact-form table {
  width: 100%;
}

.contact-form table>tbody>tr>td {
  padding: 5px 0;
  font-size: 14px;
}

.page-banner .appointment-link {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  right: 50%;
}

.page-banner .appointment-link h4 {
  color: #fff;
}

.store-details-container {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .service-tile img {
    height: 110%;
  }

  .topic-tile img {
    height: 135%;
  }

  .store-details-container>tbody>tr,
  .store-details-container>tbody>tr>td {
    display: block;
  }
}

.responsive-video {
  width: 100%;
  height: auto;
}

.covid-banner-wrap {
  position: relative;
  margin: 0 0 80px;
}

.covid-banner-wrap h3 {
  font-size: 32px;
  margin: 0 0 20px;
}

.pharmacy-list li {
  line-height: 150%;
  margin: 0 0 10px;
}

.pharmacy-list li a {
  color: #222;
}

.pharmacy-list li a:hover {
  color: #004a99;
  text-decoration: underline;
}

body.service #wrapper>.container,
body.articles #wrapper>.container,
body.article #wrapper>.container,
body.pg-bookingaservice #wrapper>.container {
  max-width: 1300px;
}

.service .search,
.articles .search,
.article .search {
  position: relative;
  padding: 20px 0;
  margin-top: -50px !important;
}

.articles .breadcrumbs,
.article .breadcrumbs {
  margin: -50px 0 50px;
  border-radius: 0;
  position: relative;
}

.article .breadcrumbs,
.service .breadcrumbs,
.store .breadcrumbs {
  margin: 0;
  position: relative;
}

.service .search:before,
.articles .search:before,
.article .search:before,
.articles .breadcrumbs:before,
.article .breadcrumbs:before,
.service .breadcrumbs:before,
.store .breadcrumbs:before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #e6e6e6;
  z-index: -1;
}

.service .search input[type="text"],
.articles .search input[type="text"],
.article .search input[type="text"] {
  font-size: 18px;
  height: 60px;
  border: rgba(0, 0, 0, 0.05) 1px solid;
  border-radius: 10px !important;
  padding: 0 20px;
}

.service .search .btn,
.articles .search .btn,
.article .search .btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px !important;
  height: 52px;
  width: 120px;
  font-size: 18px;
  font-weight: 700;
  background-color: #b0c737;
}

.pg-returnsexchanges td.pg_nav,
.pg-returnspolicy td.pg_nav,
.pg-sitedeliverypolicy td.pg_nav,
.pg-faqs td.pg_nav,
.pg-pg-ourcountry td.pg_nav,
.pg-privacycollectionnotice td.pg_nav,
.pg-contactus td.pg_nav,
.promoitems .sub-cat-boxes,
.promoitems .hidecats {
  display: none;
}

.pg-returnsexchanges td.pg_table,
.pg-returnspolicy td.pg_table,
.pg-sitedeliverypolicy td.pg_table,
.pg-faqs td.pg_table,
.pg-pg-ourcountry td.pg_table,
.pg-privacycollectionnotice td.pg_table,
.pg-contactus td.pg_main {
  margin: 30px 0 0;
}

.text-block-wrapper p img {
  float: left;
  margin: 0 30px 30px 0;
}

@media (max-width: 767px) {
  .text-block-wrapper p img {
    float: none;
    margin: 0 0 30px;
  }
}

.search-within>div {
  display: flex;
  align-items: center;
}

.search-within>div span {
  flex: 1;
  margin: 0 10px 0 0;
}

.pg-articletest #MPMain_h2Main,
.pg-articletest .pg_nav {
  display: none;
}

body.pg-articletest #wrapper>.container {
  max-width: 1240px;
}

.page-banner {
  position: relative;
  margin: 0 0 50px;
}

.page-banner::before,
.pg-articletest .breadcrumbs:before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #12274c;
  z-index: 1;
}

.page-banner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.page-banner .img {
  width: 48%;
}

.page-banner .img img {
  width: 100%;
  height: auto;
}

.page-banner .caption {
  flex: 1;
  padding: 10px;
}

.page-banner h1,
.page-header h1 {
  font-size: 90px;
  color: #fff;
  line-height: 90%;
  margin: 0 30px 0 0;
}

.page-banner h1.long,
.page-header h1.long {
  font-size: 80px;
  line-height: 100%;
}

.page-banner h1 span,
.page-header h1 span {
  color: #3bb5db;
}

.article-body {
  padding: 0 50px 20px 0;
}

.article-body h1 {
  font-size: 90px;
  line-height: 110%;
  margin: 0 0 30px;
}

/*.article-body p:first-of-type {
  font-size: 20px;
  font-weight: 700;
}*/

.article-body pre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  white-space: normal;
}

.article-sidebar {
  background-color: #ccc;
  padding: 60px 30px 10px;
  height: 100%;
}

.article-sidebar #MPMain_divSearch {
  margin: 0 0 10px;
}

.article-sidebar .search input[type="text"] {
  font-size: 16px;
  height: 44px;
  border-radius: 6px !important;
}

.article-sidebar .search .btn {
  border-radius: 6px !important;
  height: 36px;
  width: 90px;
  font-size: 16px;
  padding: 0;
}

.article-sidebar .search:before {
  display: none;
}

.article-related-articles h3 {
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #MPMain_pnlArticle .col-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  #MPMain_pnlArticle .col-4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

#MPMain_pnlArticle {
  overflow: visible;
}

.article-related-products {
  position: relative;
  padding: 50px 0;
}

.article-related-products:before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #666;
  z-index: -1;
}

.article-related-products .product-list-item {
  background-color: #fff;
  border: 0 none;
}

.article #wrapper,
.service #wrapper,
.store #wrapper {
  min-height: 1px;
  padding: 0;
}

.modal_dt_store_finder .modal-content {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_dt_store_finder .modal-header {
  padding: 12px 15px 0;
  border: 0 none;
  align-items: center;
}

.modal_dt_store_finder .modal-header .close {
  color: #fff;
  opacity: 1;
}

.modal-logo {
  max-width: 320px;
}

.modal_dt_store_finder .modal-title {
  font-size: 32px;
  color: #fff !important;
}

.modal_dt_store_finder .modal-body {
  padding: 10px 20px;
}

.modal_dt_store_finder .modal-footer {
  padding: 10px 20px 10px;
  border: 0 none;
}

.modal_dt_store_finder .row {
  margin-left: -10px;
  margin-right: -10px;
}

.modal_dt_store_finder .row>* {
  padding-left: 10px;
  padding-right: 10px;
}

.dtplugin-modal .stores-wrapper .store-info {
  margin: 0 !important;
}

.dtplugin-modal .stores-wrapper h2 {
  font-size: 25px !important;
  margin: 0 !important;
}

body .dtplugin-modal .stores-wrapper .store-choose .btn {
  height: 40px;
  line-height: 36px;
}

body .dtplugin-modal .stores-wrapper .store-data {
  font-size: 17px;
  padding: 10px 0 0;
}

body .dtplugin-modal .stores-wrapper .store-data p {
  margin: 0;
}

.storefinder-header .input-search {
  display: flex;
  align-items: center;
}

.storefinder-header .input-search .form-control {
  border-radius: 0;
  flex: 1;
  height: 40px;
}

.storefinder-header .input-search .fa {
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #3f4443;
  width: 40px;
  height: 40px;
}

.storefinder-header .input-search {
  position: relative;
}

.input-categories .input-category {
  width: 100%;
  flex: 0 0 18%;
  max-width: 18%;
  border-left: #fff 1px solid;
}

.input-categories .input-category>label,
div.statesmenu label,
.postcode-search span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #3f4443;
  margin: 0;
  padding: 0 20px;
  position: relative;
  height: 44px;
  line-height: 44px;
  display: block;
}

.storefinder-wrapper .dropdown-item>label {
  display: grid;
  grid-template-columns: auto 25px;
}


.input-categories .input-category>label:after,
div.statesmenu label:after,
.postcode-search span:after {
  content: "\f0da";
  -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: 900;
  margin: 0 0 0 10px;
}

.input-categories .input-category:first-child {
  border: 0 none;
}

.input-categories .input-category:last-child {
  flex: 0 0 28%;
  max-width: 28%;
}

.input-categories .input-category:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.input-category .btn {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  border: 0 none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  background-color: #0088c9;
  height: 44px;
}

.input-category:hover .btn {
  background-color: #3f4443;
}

.input-category .dropdown-toggle:after {
  display: none;
}

.input-categories .dropdown-menu {
  min-width: 340px;
  border: 0 none;
  background-color: #ccc;
  padding: 15px;
}

.input-categories .dropdown-menu>li:not(:last-child) {
  border-bottom: 0 none;
}

.input-categories .dropdown-menu>li>a {
  font-size: 18px;
  color: #212529 !important;
  background-color: #fff !important;
  padding: 10px 15px !important;
  position: relative;
}

.input-categories .dropdown-menu>li>a input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

body [dt-plugin] .header-controls .input-categories {
  justify-content: flex-start;
}

body .dtplugin-modal .stores-wrapper .storedetails {
  color: #3f4443;
  padding: 20px;
  border: 0 none;
  background-color: #f2ece2;
  margin: 0 0 15px;
}

body .dtplugin-modal .stores-wrapper .store-data .fa {
  display: none;
}

.social-tiles {
  position: relative;
  padding: 80px 0;
}

.social-tiles:before {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #666;
  z-index: -1;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .store-details {
    flex-direction: column;
  }

  .store-details-table {
    max-width: none;
  }

  .store-details .store-map {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 1500px) {
  .page-banner h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1350px) {
  .page-header .container {
    flex-direction: column;
    align-items: flex-start;
  }

  div.statesmenu {
    margin: 15px 0 30px;
  }
}

@media (max-width: 767px) {
  .input-categories>* {
    width: 100%;
    margin: 10px 0 0;
  }

  .input-categories .btn {
    width: 100%;
    display: block;
    text-align: left;
  }

  .modal_dt_store_finder .header-controls .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .store-details {
    flex-direction: column;
  }

  .store-details-table {
    max-width: none;
  }

  .store-details .store-map {
    width: 100%;
    margin: 20px 0 0;
  }

  .contact-us {
    padding-right: 0;
  }

  .contact-us .appointment-link {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

@media (min-width: 576px) {
  .modal_dt_store_finder .modal-xxl {
    max-width: 96%;
    max-height: 96%;
    overflow: auto;
  }
}

@media screen and (min-width: 1601px) {
  .modal_dt_store_finder .modal-xxl {
    max-width: 1600px;
  }

  .dtplugin-modal .stores-wrapper .store-details-wrapper {
    max-height: 660px;
  }

  .modal_dt_store_finder .row .col-4 {
    flex: 0 0 28%;
    max-width: 28%;
  }

  .modal_dt_store_finder .modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .dtplugin-modal .gmap-wrapper {
    min-height: 600px;
  }

  .store-details:before {
    left: -200%;
    right: -200%;
  }
}

@media screen and (max-width: 1199px) {
  .modal_dt_store_finder .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-banner h1 {
    margin: 0 0 30px;
  }

  .page-banner .wrap {
    flex-direction: column;
    padding: 30px 0 180px;
  }

  .page-banner .img {
    width: auto;
  }

  .page-banner .appointment-link {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
  }

  .top-bar-nav li {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .store-details-container .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .store-details-container .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-us,
  .contact-us {
    padding-right: 0;
  }

  .store-details:before {
    left: -15px;
    right: -15px;
  }
}

@media (max-width: 800px) {
  [dt-plugin] .header-controls .input-categories {
    flex-direction: column;
    margin: 10px 0;
  }

  .input-categories .input-category {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border: 0 none;
    border-bottom: #fff 1px solid;
    margin: 0 !important;
  }

  .input-categories .btn {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .modal_dt_store_finder .modal-xxl {
    max-height: 95%;
    overflow: auto;
  }

  .page-header h1,
  .page-banner h1 {
    margin: 0 0 30px !important;
  }

  div.statesmenu,
  .postcode-search {
    position: relative;
    width: 100%;
    padding: 50px 0 0;
  }

  div.statesmenu label,
  .postcode-search span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  div.statesmenu label:after,
  .postcode-search span:after {
    transform: rotate(90deg);
  }

  div.statesmenu>a {
    flex: 1;
    text-align: center;
  }

  .branch-logo img {
    max-width: 140px;
  }

  .modal-logo {
    max-width: 120px;
  }

  .input-categories .dropdown-menu {
    min-width: 1px;
    width: 100%;
  }

  .storefinder-wrapper .dropdown-item>label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
  }

  .about-us-detail {
    flex-direction: column;
  }

  .about-us h2 {
    max-width: none;
  }

  .store-manager {
    margin: 0 auto 30px;
  }

  .store-details-table .opening-hours,
  .store-details-table .opening-hours tbody,
  .store-details-table .opening-hours tr,
  .store-details-table .opening-hours th,
  .store-details-table .opening-hours td {
    display: block;
  }
}