@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Futura-PT-Medium';
    src: url('fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-PT-Book';
    src: url('fonts/FuturaPT-Book.woff2') format('woff2'),
        url('fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-PT-Demi';
    src: url('fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('fonts/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-PT-Bold';
    src: url('fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html, body {
	height: 100%;
}

body {
    font-family: 'Futura-PT-Book';
    font-weight: normal;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    overflow-x: hidden;
}

#wrapper {
    padding: 0 0 50px;
}

.container,
.caption-div > div {
    max-width: 1600px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura-PT-Demi';
    font-weight: normal;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 70px;
    margin: 0 0 1.5rem;
}

h2,
.featured-brands-heading,
.home-products-wrap header {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #000 !important;
    line-height: 60px;
    margin: 0 0 1.5rem;
    background-color: transparent !important;
    padding: 0 !important;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

b, strong {
    font-weight: 700;
}

p {
    line-height: 24px;
    margin: 0 0 22px;
}

a {
    color: #2d8ada;
    text-decoration: none;
}

a:hover, a:focus {
    -webkit-transition: color 0.2s ease-out 0s;
    transition: color 0.2s ease-out 0s;
    color: #0388fb;
    text-decoration: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.control-label,
.logintable span,
#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1,
#MPMain_pnlResetPassword1 #MPMain_lblUserID {
    font-family: 'Futura-PT-Demi';
    font-size: 14px;
    margin: 5px 0 7px;
    line-height: 18px;
    display: block;
}

.logintable span {
    margin: 20px 0 10px;
}

#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1 {
    display: inline;
}

.required, .mandatory {
    padding: 0 0 0 4px;
    position: relative;
    top: -1px;
    color: #e02b27;
    font-size: 14px;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"]
input[type="phone"]
select,
textarea {
    display: block;
    width: 100%;
    line-height: normal;
    border: solid 1px #c2c2c2;
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    height: 40px;
    border-radius: 0;
    background-color: rgba(255,255,255,1);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 40px;
}

select[multiple] {
    height: auto;
    padding: 0;
    background: #fff;
}

select[multiple] option {
    padding: 3px 10px;
}

textarea.form-control, textarea {
    resize: none;
    height: 160px;
    padding: 10px;
}

.form-control::-moz-placeholder {
    color: rgba(0,0,0,0.5);
    opacity: 1;
}

.form-control:-ms-input-placeholder{
    color: rgba(0,0,0,0.5);
}

.form-control::-webkit-input-placeholder{
    color: rgba(0,0,0,0.5);
}

.btn, .btn_so, .checkout-btn, input[type="submit"], #btnLogin {
    color: #fff !important;
    padding: 0 25px;
    height: 40px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    border: 0 none;
    background-color: #000;
    cursor: pointer;
    vertical-align: middle;
}

.btnA_2, .btnA_1 {
    background-color: #fff;
    border: 2px solid #000;
    color: #000 !important;
}

a.btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-decoration: none !important;
}

a.btnA_2, a.btnA_1 {
    line-height: 36px;
}

.btn.btn-block, .checkout-btn {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
}

a.btn.btn-block, a.checkout-btn {
    line-height: 40px;
}

.btn-primary {
    background-color: #43b649;
}

.btn-secondry {
    background-color: rgba(1, 118, 63, 0.08) !important;
    color: #01763f !important;
}

.btn-success {
    background-color: #43b649;
}

.narrow-row {
    margin-left: -10px;
    margin-right: -10px;
}

.narrow-row > div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.site-header {
    background-color: rgba(76,77,79,1);
    padding: 45px 0 20px;
}

@media (min-width: 992px) {
.site-header .container {
    position: relative;
}
}

.login-actions {
    position: absolute;
    right: 15px;
    top: -43px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.login-actions a {
    color: #fff;
    text-decoration: underline;
}

.login-actions a:hover {
    text-decoration: none;
}

.top-bar-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.top-bar-nav li,
.login-actions li {
    margin: 0 0 0 30px;
}

.top-bar-nav li:first-child,
.login-actions li:first-child {
    margin: 0;
}

.top-bar-nav li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

.top-bar-nav li a:hover { 
    text-decoration: none;
}

.admin-link, .account-link, .favorite-link, .cart-link, .contact-link, .blog-link, .welcome-link, .catalogues-link {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 14px;
    padding: 0 0 0 20px;
}

.admin-link {
    background-image: url(/images2/admin-icon.svg);
    padding: 0 0 0 33px;
}

.account-link {
    background-image: url(/images2/account-icon.svg);
}

.favorite-link {
    background-image: url(/images2/heart-icon.svg);
}

.cart-link {
    background-image: url(/images2/cart-icon.svg);
}

.contact-link {
    background-image: url(/images2/contact-icon.svg);
    padding: 0 0 0 25px;
}

.welcome-link {
    background-image: url(/images2/user-icon.svg);
}

.catalogues-link {
    background-image: url(/images2/catalogue-icon.svg);
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.navbar-brand img {
    width: 250px;
    height: auto;
}

.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: 0;
    width: 390px;
    background: #fff;
    border: 1px solid #bbb;
    z-index: 1025;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    transform: none !important;
}

.cart-popup.dropdown-menu a {
    padding: 0 !important;
    display: inline;
    line-height: normal;
}

.cart-popup.dropdown-menu a:hover {
    color: inherit;
    background-color: transparent !important
}

.cart-popup:before, .cart-popup:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cart-popup:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    top: -12px;
    right: 26px;
}

.cart-popup:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
    top: -14px;
    right: 25px;
}

.minicart-items-wrapper {
    padding: 15px 20px 0;
    margin: 15px -20px 0;
    border-top: 1px solid #ccc;
    max-height: 388px;
    overflow: auto;
    overflow-x: hidden;
}

#minicart-content {
    padding: 25px 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.close-cart {
    position: absolute;
    top: 8px;
    right: 13px;
    opacity: 0.7;
}

.close-cart img {
    width: 12px;
    height: auto;
}

.empty-card {
    padding: 10px 0 35px;
    text-align: center;
    font-weight: 700;
}

.minicart-summary {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 18px;
}

.minicart-summary h6 {
    font-weight: 700;
    margin: 0;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.btn {
    flex: 1;
    height: 40px;
    line-height: 40px;
    font-family: 'Futura-PT-Medium';
    font-size: 16px;
    margin: 0 6px 0 0;
    background-color: transparent !important;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.view-btn {
    border: rgb(125,156,171) 2px solid;
    color: rgb(125,156,171) !important;
    line-height: 36px;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.checkout-btn {
    background-color: rgb(125,156,171) !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: 24px;
}

.cart-item-actions a {
    color: #2d8ada !important;
    margin: 0 0 0 15px;
}

.product-miniview {
    display: flex;
}

.product-image-wrapper {
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    border: rgba(0,0,0,0.1) 1px solid;
    overflow: hidden;
}

.product-image-wrapper img {
    width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    right: -9999px;bottom: -9999px;
    left: -9999px;
    margin: auto;
}

.product-item-details {
    flex: 1;
    padding: 0 0 0 15px;
    max-width: calc(100% - 90px);
}

.product-item-details strong {
    display: block;
    font-family: 'Futura-PT-Bold';
    font-weight: 400;
}

.product-item-details strong a {
    color: #000 !important;
}

.product-item-details strong a:hover {
    color: #0388fb !important;
}

.toggle {
    cursor: pointer;
}

.options-list {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    font-size: 13px;
    display: none;
}

.product.options.show .options-list {
    display: block;
}

.options-list li {
    padding: 0 0 5px;
    border: 0 none !important;
}

.options-list .label {
    font-weight: 700;
}

.options-list li .price {
    font-size: 13px;
}

.details-qty label {
    margin: 0 10px 0 0;
}

.details-qty .qty-wrap {
    margin: 0;
    display: flex;
    align-items: center;
}

.details-qty .qty-btn {
    font-weight: 300;
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    background-color: transparent !important;
    color: #333 !important;
    border: 0 none;
    outline: none !important;
}

.details-qty .c_qty {
    width: 50px;
    height: 32px;
    line-height: 30px;
    border: solid 1px #c2c2c2;
    text-align: center;
}

.right-header {
    flex: 1;
}

.global-search {
    width: 100%;
    max-width: 330px;
}

.global-search p {
    margin: 0 15px 0 0;
}

.global-search p img {
    max-width: 18px;
    width: auto;
    height: auto;
    position: relative;
    top: -3px;
}

#search,
.footer-newsletter {
    position: relative;
    flex: 1;
}

#search .form-control,
.footer-newsletter .form-control {
    padding: 0 45px 0 10px;
    color: #555;
    height: 34px;
    border-radius: 0;
    border: 0 none;
    display: block !important;
    width: 100% !important;
}

#search .search-btn,
.footer-newsletter .search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 32px;
    width: 30px;
    padding: 0;
    background-color: #000;
    border: 0 none;
    color: #fff;
    font-size: 18px;
}

.navbar {
    background-color: rgba(76,77,79,1);
    padding: 0;
}

.nav-link {
    padding: 0;
    color: #fff;
    font-family: 'Futura-PT-Demi';
    font-size: 16px;
}

.nav-item {
    position: relative;
}

.navbar-nav > li:hover .nav-link,
.navbar-nav > li.show .nav-link,
.my-menu .nav-item:hover > a {
    background-color: #000;
    color: #fff !important;
}

@media (min-width: 992px) {
 .navbar-nav .nav-item:nth-last-child(2) .dropdown-menu,
 .navbar-nav .nav-item:nth-last-child(1) .dropdown-menu {
    left: auto;
    right: 0;
}
    
.navbar-expand-lg .navbar-nav .dropdown-menu {
    max-height: 668px;
    overflow: auto;
}
}

.dropdown-menu {
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-size: 15px;
    min-width: 300px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-clip: border-box;
}

.dropdown-menu li {
    border-bottom: 1px solid #f2f2f2;
    padding: 0;
    background-color: transparent !important;
}

.dropdown-menu li:last-child {
    border: 0 none;
}

.dropdown-menu li a {
    color: #2b2b2b;
    font-size: 14px;
    padding: 8px 20px;
    background-color: transparent !important;
    display: block;
    text-decoration: none !important;
}

.dropdown-menu li a:hover {
    color: #fff;
    background-color: #939598 !important;
}

.accounts-dropdown {
    min-width: 1px;
    width: 180px;
    background-color: #fff;
}

.accounts-dropdown .fas,
.accounts-dropdown .fa {
    display: none;
}

.accounts-dropdown li {
    margin: 0;
    border-color: rgba(0,0,0,0.1);
}

.accounts-dropdown li a {
    font-size: 12px;
    color: #000;
    padding: 10px 20px;
    line-height: normal;
    height: auto;
}

.accounts-dropdown li a:hover {
    background-color: rgba(0,0,0,0.1) !important;
    color: #000;
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    transition: left 0.2s ease-out;
}

@media (max-width: 991px) {
.site-header {
    padding: 15px;
    min-height: 140px;
    position: relative;
}

.global-search {
    position: absolute;
    left: 15px;
    right: 15px;
    margin-left: 0 !important;
    max-width: none;
    bottom: 10px;
    width: calc(100% - 30px);
}

.navbar-toggler {
    display: block;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    outline: none !important;
    position: absolute;
    left: 15px;
    top: 26px;
}
    
.tablet-hide,
.product-menu .dropdown-menu ul {
    display: none !important;
}
    
.navbar-brand {
    position: absolute;
    left: 70px;
    top: 30px;
}

.navbar-brand img {
    width: 180px;
}
    
.top-bar-nav li.dropdown {
    position: absolute;
    top: 28px;
    right: 15px;
}
    
.mobile-menu.show {
    left: 0;
    transition: left 0.2s ease-out;
}
    
.mobile-menu.show:before {
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 500;
    background: rgba(0,0,0,0.8);
}

.mobile-menu-contents {
    max-width: 400px;
    width: 80%;
    position: relative;
    z-index: 501;
    background: #fff;
    height: 100%;
    overflow: auto;
    text-align: left;
}
    
.mobile-menu .nav-link {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 15px 20px;
    line-height: normal;
    height: auto;
    color: #000;
}
    
.mobile-menu .nav-link .far,
.mobile-menu .nav-link .fas,
.mobile-menu .nav-link .fab {
    width: 30px;
}
    
.close-btn {
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 501;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 1;
}
    
.mobile-menu .close-btn {
    right: auto;
    left: 85%;
}
    
@media (min-width: 480px) {
.mobile-menu .close-btn {
    left: 420px;
}
}
    
.navbar-nav .dropdown-menu {
    box-shadow: none;
    border: 0 none;
    margin: 0;
    position: static !important;
    transform: none !important;
    background-color: #5C6F7C;
    min-width: 1px;
}

.dropdown-menu li {
    border-bottom: 0 none;
}

.dropdown-menu li a {
    padding: 12px 35px;
    position: relative;
    font-size: 13px;
    color: #fff;
}

.navbar-nav .dropdown .nav-link {
    position: relative
}

.dropdown-menu > li > a:after,
.navbar-nav .dropdown .nav-link:after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.navbar-nav .dropdown .nav-link:after {
    content: "\f107";
    left: auto;
    right: 20px;
    top: 14px;
    font-size: 14px;
}
    
.subcatslist {
    flex-direction: column;
}
    
.list-column {
    flex: 0 0 100%;
    margin: 0;
}
    
.subcatitem,
.subcatitem > a {
    position: relative;
    display: block;
    font-size: 13px;
}
    
.subcatitem {
    padding: 0 35px;
}
    
.subcatitem > a {
    padding: 10px 0;
    color: rgba(0,0,0,0.9);
}
    
.subcatitem > a:before {
    left: 0;
    top: 14px;
    display: none;
}
    
.mobile-menu .top-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: rgba(76,77,79,1);
}
    
.mobile-menu .top-nav > li {
    margin: 0;
    border-bottom: rgba(255,255,255,0.1) 1px solid;
}
    
.mobile-menu .top-nav > li > a {
    color: #fff;
    height: auto;
    line-height: normal;
    font-size: 14px;
    position: relative;
    padding: 15px 20px 15px 55px;
    font-family: 'Futura-PT-Demi';
    display: block;
}
    
.mobile-menu .top-nav > li > a .fas {
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 24px;
}
    
.mobile-menu .top-nav > li > a span {
    display: block;
    font-size: 12px;
    padding: 2px 0 0;
    font-weight: 400;
}
    
.mobile-menu .top-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0 none;
    width: 100%;
    padding: 0 0 0 20px;
}
    
.mobile-menu .top-nav .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
}
    
.product-menu {
    display: none;
    background-color: #000;
}
    
.product-menu.show {
    display: block;
}
    
.mobile-menu .product-menu .nav-link {
    font-size: 13px;
    border: 0 none;
    padding: 12px 20px;
    color: #fff;
}
    
.mobile-menu .product-menu .dropdown-menu > li > a {
    position: relative;
}
}

#hero-carousel .carousel-item img {
    position: relative;
    z-index: 1;
}

#hero-carousel .carousel-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0,0,0,0.35);
}

.carousel-caption {
    top: 50%;
    padding: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    bottom: auto;
}

.carousel-caption h1 {
    font-family: 'Futura-PT-Demi';
    color: #fff;
    max-width: 768px;
    margin: 0 auto 50px;
    font-size: 50px;
    line-height: 66px;
    font-weight: normal;
}

.carousel-caption .btn {
    background-color: transparent !important;
    border: #fff 2px solid;
    font-family: 'Futura-PT-Demi';
    color: #fff !important;
    font-size: 18px;
    height: 52px;
    line-height: 48px;
    padding: 0 30px;
}

.carousel-caption .btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.carousel-control-next,
.carousel-control-prev {
    background-repeat: no-repeat;
    background-position: center;
    width: 8%;
    z-index: 20;
    background-size: 30px auto;
}

.carousel-control-next {
    background-image: url(/images2/chevron-right.svg) !important;
}

.carousel-control-prev {
    background-image: url(/images2/chevron-left.svg) !important;
}

.services {
    padding: 30px 0 0;
    margin: 0 0 -45px;
    overflow: hidden;
}

.services h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 5px;
}

.services-wrap {
    padding: 30px;
    min-height: 270px;
    border-right: 1px solid rgba(241,241,241,1);
}

.services-wrap .icon-wrap {
    margin: 0 0 45px;
}

.home-products-wrap {
    padding: 100px 0 0;
    position: relative;
}

.home-products-wrap section.block {
    padding: 0 0 90px;
}

.featured-brands-heading,
.home-products-wrap header {
    text-align: center;
    margin: 0 0 2rem;
}

.gray:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.05);
    z-index: -1;
}

.footer-top {
    padding: 20px 0 0;
    position: relative;
}

.footer-top.gray:before {
    background-color: rgba(76,77,79,1);
}

.feature-box {
    text-align: center;
    margin: 0 0 20px;
}

.feature-box img {
    width: auto;
    height: 60px;
}

.feature-box h5 {
    font-family: 'Futura-PT-Medium';
    color: #fff;
    font-size: 16px;
    margin: 5px 0 0;
}

.footer-middle {
    background-color: rgba(76,77,79,1);
    color: #94a0a9;
    padding: 30px 0 10px;
}

.footer-middle h4 {
    font-family: 'Futura-PT-Demi';
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 20px;
    color: #fff;
    display: inline-block;
}

.footer-middle h4.underline {
    text-decoration: underline;
}

.footer-middle p {
    color: #fff;
    line-height: 24px;
    margin: 0 0 30px;
}

.footer-middle p .fas,
.footer-middle p .far {
    width: 20px;
    font-size: 15px;
    color: #43b649;
}

.footer-middle p a,
.footer-middle a {
    color: inherit;
}

.footer-newsletter {
    margin: 0 0 20px;
}

.footer-newsletter .search-btn {
    width: auto;
    padding: 0 15px;
}

.contact-wrap {
    margin: 0 0 30px;
}

.contact-wrap p {
    position: relative;
    padding: 0 0 0 28px;
    margin: 0 0 15px;
}

.contact-wrap p .fas,
.contact-wrap p .far {
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-logo {
    margin: 0 0 25px;
}

.footer-logo img {
    width: 150px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.footer-nav li {
    margin: 0 0 13px;
    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-nav li a:hover,
.footer-middle p a:hover {
    text-decoration: underline;
}

.social-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    flex-wrap: wrap;
}

.social-nav > li {
    margin: 0 0 0 20px;
}

.social-nav > li:first-child {
    margin: 0;
}

.social-nav > li > a {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
}

.social-nav > li > a:hover {
    color: #000;
    background: #43b649;
}

.footer-bottom {
    background-color: #000;
}

.copy-info {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.copy-info p {
    margin: 0;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

.copy-info a:hover {
    text-decoration: underline;
}

.caption-div > div {
    padding: 0 15px;
    margin: 0 auto;
}

.caption-div .caption {
    margin: 0 !important;
    padding: 30px 0;
}

h2.caption {
    margin: 10px 0 20px;
}

.taxnote {
    margin: 10px 0 10px 0;
    color: #e94d31;
}

.homepage #aspnetForm {
    min-height: inherit;
}

.homepage #aspnetForm .Table1 {
    display: none !important;
}

.homepage #wrapper {
    padding: 0;
}

/* Product pages styling */
.homepage .caption-div,
.productspage .caption-div,
.productdetail .caption-div h1 {
    display: none !important;
}

.cartheader {
    margin: 0 0 15px;
}

.cartheader .panel {
    padding: 0;
    background-color: transparent;
}

#MPMain_td_custref {
    width: 40%;
    text-align: left;
}

@media (max-width: 767px) {
.cartheader .ordnum,
.cartheader .refnum {
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
}
}

.div-extra-buttons {
    text-align: right;
    margin: 10px 0;
}

div.prods-nav {
    float: left;
    width: 280px;
    padding: 15px;
    background-color: rgba(0,0,0,0.05);
}

div.prods-list {
    display: block;
    text-align: left;
    background: #fff;
    margin: 60px 0 0 300px;
}

.breadcrumbs {
    border-radius: 4px;
    background-color: rgba(0,0,0,0.05);
    list-style: none;
    padding: 10px 15px;
    margin: 0 0 20px;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    display: inline;
    padding: 5px;
    color: #666;
    font-family: 'Futura-PT-Demi';
    font-size: 13px;
}

.breadcrumbs ul li a {
    font-weight: 400;
}

.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-boxes.top-level {
    display: none !important;
}

.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: 345px;
    margin-left: 1%;
    margin-bottom: 1%;
    text-align: center;
    padding: 4px;
    max-height: 345px;
    overflow: hidden;
    transition: box-shadow 0.25s;
}

.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-family: 'Futura-PT-Demi';
    font-size: 16px;
    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: 16px;
    padding: 2px 15px;
    background-color: #fff !important;
    border: #000 1px solid;
    font-family: 'Futura-PT-Demi';
    color: #000 !important;
}

.hidecats .btn:hover,
.div-extra-buttons .btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.pager {
    display: table;
    width: 100%;
    background: #efefef;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 0 5px;
    position: relative;
}

.pager #cboSortProdlist,
.pager .cboSortProdlist {
    display: inline;
    width: 110px;
    background-color: #fff;
    font-size: 14px;
    height: 30px;
    margin: 0 0 0 5px;
}

.pager > span {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

.pager > span a {
    color: inherit;
}

.pager > span.view a {
    color: rgba(0,0,0,0.5);
}

.pager > span.view a.faded {
    color: #000;
}

.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;
}
}

#navCats header {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    padding: 0 0 15px;
    font-size: 16px;
    font-family: 'Futura-PT-Demi';
}

.btn-new-list {
    padding: 10px 0;
}

#navCats ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navCats ul li a,
.product-filter ul li {
    font-family: 'Futura-PT-Demi';
    font-size: 15px;
    display: flex;
    padding: 12px 15px;
    background-color: #fff;
    color: #333;
    margin: 0 0 5px;
    transition: none;
}

#navCats ul li a:hover {
    color: #fff;
    background-color: #000;
}

#navCats ul li:last-child a {
    border: 0 none;
}

.product-filter {
    padding: 20px 15px 10px;
}

.product-filter h3 {
    color: #000;
    font-family: 'Futura-PT-Demi';
    font-size: 16px;
    margin: 0 0 15px;
}

.product-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-filter ul li .btn {
    margin: 5px 0;
}

.product-filter > ul > li > label {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-family: 'Futura-PT-Demi';
}

.product-filter > ul > li > label input[type="checkbox"] {
    margin: 0 4px 0 0;
    position: relative;
    top: 1.5pt;
}

#navCats table td {
    border-bottom: 1px solid #ddd;
}
		
#navCats .fav-list-link a {		
    display: block;
    padding: 12px 15px;
    color: #333;
    font-size: 12px;
}

#navCats .del-fav-list,		
#navCats .edit-fav-list {		
    margin: 2px 10px 0 0;		
    color: #000;		
    font-size: 13px;		
    display: inline-block;		
    vertical-align: middle;		
}

.prods-list {
    display: block;
    margin: 0;
    text-align: left;
}

.product-list-grid-view,
.product-list-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.product-list-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    margin: 0 5px 10px !important;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    text-align: center;
    transition: box-shadow 0.25s;
}

.product-list-item .img {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
    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;
    position: relative;
}

.product-list-item .desc-etc h3 {
    font-size: 14px;
    margin: 0;
    font-family: 'Futura-PT-Demi';
}

.product-list-item .desc a {
    color: rgba(0,0,0,1);
    text-decoration: none;
    display: block;
    min-height: 85px;
}

.product-list-list-view .product-list-item .desc {
    margin: 0 0 10px;
}

.product-list-list-view .product-list-item .desc a {
    min-height: 1px;
}

.product-list-item:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.product-list-item .product-code,
.product-list-item .code {
    font-size: 12px;
    padding: 5px;
    color: rgba(0,0,0,0.5);
}

/*.stock-level {
    display: none !important;
}*/

.price {
    font-family: 'Futura-PT-Bold';
    font-size: 24px;
    margin: 0;
    color: #000;
}

.price-unit-grid {
    font-size: 12px;
    color: #000;
    font-family: 'Futura-PT-Demi';
}

.price-etc a.btn,
.prodscomparison .add-to-ord .btn-add-to-cart {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 0 0 5px;
    border: 0 none !important;
}

.product-list-item .add-to-ord .btn-qty-down,
.product-list-item .add-to-ord .btn-qty-up,
.prodscomparison .add-to-ord .btn-qty-down,
.prodscomparison .add-to-ord .btn-qty-up {
    font-size: 20px;
    height: 30px;
    width: 24px;
    padding: 0;
    line-height: 26px;
}

.product-list-item .add-to-ord .qty,
.prodscomparison .add-to-ord .qty {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 0 none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 0;
}

.product-list-item .add-to-ord,
.prodscomparison .add-to-ord {
    margin: 10px 0;
    justify-content: center;
}

.ribbon-image {
    position: absolute;
    left: -6px;
    top: -6px;
}

.product-list-table,
.customerdetailstable,
.invoice-list {
    width: 100%;
}

.product-list-tableitem td,
.invoice-list td,
.invoice-list th {
    font-size: 14px;
}

.product-list-table td,
.invoice-list td,
.invoice-list th {
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.invoice-list th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.invoice-list .btn {
    padding: 0 12px;
    height: 28px;
}

.customerdetailstable td {
    padding: 5px;
}

.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: rgb(125,156,171) !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: 15px;
}

.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-weight: 300;
    font-size: 32px;
    height: 52px;
    width: 52px;
    background-color: #000 !important;
    color: #fff !important;
}

.add-to-ord .btn-add-to-cart {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    margin: 0 0 0 15px;
    padding: 0 30px;
    color: #fff !important;
    background-color: rgb(125,156,171);
}

.featured-product-list {
    position: relative;
}

.product-bottom section.block header {
    margin: 20px 0;
}

.featured-product-list .page-left,
.featured-product-list .page-right {
    display: inline-block;
    background: url(/images2/chevron-left.svg) no-repeat scroll center;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    z-index: 4000;
}

.featured-product-list .page-right {
    left: auto;
    right: -40px;
    background-image: url(/images2/chevron-right.svg);
}

.featured-product-list .page-left:hover {
    background-image: url(/images2/chevron-left-hover.svg);
}

.featured-product-list .page-right:hover {
    background-image: url(/images2/chevron-right-hover.svg);
}

.featured-product-list .page-left-disabled,
.featured-product-list .page-right-disabled {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: none;
}

.featured-product-list .product-list-item .img {
    height: 280px;
}

.fotorama {
    overflow: visible;
}

.fotorama__stage {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px #999;
    margin: 0 0 15px;
    height: 540px !important;
}

.fotorama__stage__frame {
    display: flex;
}

.fotorama__stage__shaft,
.fotorama__stage__frame {
    height: 100%;
}

.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;
    font-family: 'Futura-PT-Demi';
    font-weight: normal;
}

table th {
    font-family: 'Futura-PT-Demi';
    font-weight: normal;
}

table.products {
    margin: 0 0 40px;
    border: #c2c2c2 1px solid;
}

.products_th {
    background-color: rgba(76,77,79,1);
    color: #fff;
    font-family: 'Futura-PT-Demi';
}

table.products td, table.products th {
    padding: 10px;
}

table.products td:first-child, table.products th:first-child {
    padding-left: 15px;
}

table.products td:last-child, table.products th:last-child {
    padding-right: 15px;
}

table.products td a, table.products th a {
    color: inherit;
}

table.products tr  {
    border-bottom: solid 1px #c2c2c2;
}

table.products td.c_PriceExGST,
table.products td.c_TotalExGST {
    min-width: 115px;
}

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;
    font-family: 'Futura-PT-Demi';
    line-height: 32px;
}

section.block header {
    background-color: rgba(76,77,79,1);
    color: #fff;
    font-size: 16px;
    font-family: 'Futura-PT-Demi';
    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 td.c_unitprice {
    min-width: 112px;
}

.ordertbl th:last-child, .ordertbl td:last-child {
    text-align: right;
    min-width: 110px;
}

.ordertbl .totlabel,
.ordertbl .total1,
.ordertbl .total {
    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 {
    font-family: 'Futura-PT-Demi';
    width: 120px;
}

#pnlDeliveryDetails p  {
    margin: 0 0 5px;
    font-family: 'Futura-PT-Demi';
}

#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-family: 'Futura-PT-Demi';
}

#divAttn input[type="text"] {
    flex: 1;
}

#pnlDeliveryAddress {
    margin: 0 !important;
}

.product-pricing .price {
    font-size: 40px;
    text-align: left;
}

.product-pricing .add-to-ord .btn-add-to-cart {
    border: 0 none !important;
}

.product-pricing .add-to-ord .btn-qty-down,
.product-pricing .add-to-ord .btn-qty-up {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.product-pricing .add-to-ord .qty {
    border: 0 none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    vertical-align: middle;
}

.product-pricing .prices {
    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);
}

.product-list-item .img {
    height: 150px;
}

.sub-cat-box {
    width: 24%;
}
    
.sub-cat-box:nth-child(5n+1) {
    margin-left: 1%;
}

.sub-cat-box:nth-child(4n+1) {
    margin-left: 0;
}
}

@media (max-width: 991px) {
.featured-product-list .product-list-item {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}
    
.product-list-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
    
.sub-cat-box {
    width: 32%;
    margin-left: 1%;
}
    
.sub-cat-box:nth-child(5n+1),
.sub-cat-box:nth-child(4n+1) {
    margin-left: 1%;
}

.sub-cat-box:nth-child(3n+1) {
    margin-left: 0;
}
}

@media (max-width: 767px) {
.product-list-item .img {
    height: 110px;
}

.shoppingcart .c_Code,
.shoppingcart .c_Unit,
.shoppingcart .c_GST,
.shoppingcart .c_PriceExGST,
.shoppingcart .c_TotalExGST,
.shoppingcart .c_unit,
.shoppingcart .c_Note,
div.prods-nav,
.pagenum,
.notonmobile,
.product-list-item .blurb,
.product-list-item .blurb-more-btn,
.product-list-item .stock-level,
.product-list-tableitem td.c_code,
.product-list-tableitem td.c_fav,
.product-list-tableitem .c_addtoord a.btn span,
.product-list-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: 0;
    padding: 30px 0 0;
}

.c_unitprice {
    min-width: 115px;
}

#tblTotal > tbody > tr {
    display: flex;
    flex-direction: column-reverse;
}

#MPMain_pnlSpecialInstructions {
    margin: 30px 0 0;
}

.shoppingcart .btn, .shoppingcart .btn_so {
    padding: 0 12px;
}

.product-image-wrapper {
    width: 50px;
    height: 50px;
}

.product-item-details {
    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;
}
}

.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: #4c4d4f !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: #000 !important;
    background: #efefef !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: #000;
    content: "\f067";
}

.accordion > .card .card-header > a.collapsed:hover:after {
    color: #fff;
    background-color: #000;
    border-radius: 2px;
}

.accordion > .card .card-header > a:hover:after {
    color: #000;
    background-color: #fff;
    border-radius: 2px;
}

.card-body {
    padding: 25px;
    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: #000;
}

.favs-list {
    width: 100%;
}

.favs-list td {
    padding: 5px 0;
}

.favs-list tr.fav-list span,
.favs-list tr.new-favs-list span.btn {
    display: block;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.favs-list tr.fav-list span {
    background-color: #888;
}

#tr_newfavslist div {
    display: flex;
    align-items: center;
}

#tr_newfavslist div input[type="text"] {
    flex: 1;
}

#simplemodal-container h3 {
    color: #000;
}

.prodscomparison {
    border-collapse: collapse;
    border: 1px solid #eee;
    font-size: 13px;
}

.prodscomparison .attribute-name {
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
}

.prodscomparison th {
    text-align: left;
}

.prodscomparison a {
    text-decoration:none;
}

.prodscomparison td,
.prodscomparison th {
    border: 1px #eee solid;
    vertical-align:text-top;
    padding: 10px;
    width: 20%;
}

.prodscomparison td {
    text-align:center;
}

.prodscomparison .proddesc {
    color: #009ecf;
    font-weight: bold;
    height: auto;
}

.prodscomparison .prodlongdesc {
    margin: 10px 0px;
    color: #222222;
    font-weight: normal;
    text-align:left;
}

.prodscomparison .prodbullets {
    margin: 10px 0px;
    color: #009ecf;
    font-weight: normal;
    text-align:left;
}

.prodscomparison .prodimg {
    width:155px;
    height: 100px;
    padding:5px;
    text-align:center;
    border:none;
}

.zprodscomparison .prodimg img {
    height: 100px;
}

.prodscomparison .prodprice {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
}

.prodscomparison .prodcompare {
    text-align: right;
}

.searchboxcontainer > div {
    display: flex;
}

.searchboxcontainer span,
.add-code-to-fav-list input[type="text"] {
    flex: 1;
}

.prods-list-heading {
    position: relative;
}

.prods-list-heading .del-fav-list,
.prods-list-heading .edit-fav-list {
    font-size: 20px;
    margin: 0 3px;
    position: relative;
    top: -4px;
}

.add-code-to-fav-list {
    position: absolute;
    right: 0;
    top: 4px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.add-code-to-fav-list input[type="text"] {
    margin: 0 5px;
}

.add-code-to-fav-list input[type="text"],
.add-code-to-fav-list .btn {
    height: 30px;
}

@media (max-width: 767px) {
.add-code-to-fav-list {
    position: static;
    width: 100%;
    display: block;
}
    
.add-code-to-fav-list input[type="text"] {
    margin: 5px 0;
}
}

#MPMain_gridStdOrds table, #MPMain_pnlDateRange table {
    width: 100%;
}

#MPMain_gridStdOrds table.products td a,
#MPMain_gridStdOrds table.products th a {
    padding: 0 15px !important;
    line-height: 30px;
    font-size: 12px;
}

#MPMain_gridStdOrds table, #MPMain_pnlDateRange table {
    width: 100%;
}

#MPMain_pnlDateRange #MPMain_txtDateFrom,
#MPMain_pnlDateRange #MPMain_txtDateTo,
#MPMain_pnlSearch input[type="text"] {
    display: inline;
    width: 125px;
}

#MPMain_pnlSearch input[type="text"] {
    width: 214px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#MPMain_pnlSearch #MPMain_txtDateFrom,
#MPMain_pnlSearch #MPMain_txtDateTo {
    width: 125px;
}

#MPMain_pnlSearch table {
    margin: 0 0 30px;
}

#MPMain_pnlSearch table td,
#MPMain_pnlEditDetails table td {
    padding: 5px;
}

.resp-tabs-list li.resp-tab-active {
    color: #314a8a;
}

.conf-extra-fields-table #txtCouponCode {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
}
/* Product pages styling */

#divRegister,
.loginbox {
    text-align: left;
}

#divRegister section.block header {
    font-size: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 20px 0 30px;
    padding: 0 0 10px;
    font-weight: 700;
    color: #000;
    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: 20px 0 0;
    max-width: 450px;
    margin: 0 auto;
}

.login_content0 img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.text-wrap h3,
.text-wrap h4 {
    margin: 0 0 15px;
}

.text-wrap h4 {
    font-size: 18px;
}

.text-wrap p {
    margin: 0 0 35px;
}

.text-wrap ol,
.text-wrap ul {
    margin-bottom: 35px;
}

.text-wrap ol ol,
.text-wrap ol ul,
.text-wrap ul ol,
.text-wrap ul ul {
    margin-top: 15px;
}

.text-wrap ol li,
.text-wrap ul li {
    line-height: 20px;
    margin: 0 0 10px;
}

.text-wrap ol li:last-child,
.text-wrap ul li:last-child {
    margin: 0;
}

.team-wrapper {
    padding: 100px 0;
    position: relative;
}

.team-img-wrap {
    margin: 30px 0 0;
}

.team-img-wrap p {
    margin: 15px 0 0;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.team-img-wrap p small {
    display: block;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
}

#simplemodal-container .simplemodal-data {
    padding: 15px;
}

.location-info-wrap {
    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: #000 !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;
}

.phone-visible {
    display: none !important;
}

@media (max-width: 767px) {
.cart-popup.dropdown-menu {
    right: -10px;
    width: 330px;
}

.cart-popup:before {
    right: 14px;
}

.cart-popup:after {
    right: 13px;
}

.product-image-wrapper {
    width: 50px;
    height: 50px;
}

.product-item-details {
    max-width: calc(100% - 50px);
}

.minicart-items-wrapper {
    max-height: 280px;
}
    
.phone-hide {
    display: none !important;
}

.table-product-attributes td:first-child {
    width: auto;
}
    
.product-list-item .add-to-ord .qty {
    width: 25px;
}
    
.product-list-item .price-etc a.btn {
    padding: 0 7px;
}
    
#simplemodal-overlay {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}
    
#simplemodal-container {
    width: auto !important;
    height: 80% !important;
    left: 4% !important;
    right: 4% !important;
    top: 10% !important;
    bottom: 10% !important;
}
    
#account-carousel {
    margin: 0 0 30px;
}
}

.postcode-search {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.postcode-search #MPMain_txtSearch {
    flex: 1;
    margin: 0 0 0 10px;
}

@media (max-width: 767px) {
.postcode-search {
    display: block;
}
    
.postcode-search #MPMain_txtSearch {
    margin: 10px 0;
}
    
.postcode-search .btn {
    display: block;
    width: 100%;
}
}

.simplemodal-data h2 {
    font-size: 32px !important;
}

.simplemodal-data #txtEditListName {
    margin: 5px 0 15px;
}

#pnlEnterPostcode h3 {
    color: #000;
    font-size: 18px;
}

.pnlSearchPostcode {
    display: flex;
}

.pnlSearchPostcode input[type="text"] {
    flex: 1;
    max-width: calc(100% - 64px);
}

#divBranchList {
    margin: 30px 0 0;
}

#divBranchList h2 {
    font-size: 24px !important;
    line-height: 36px;
    margin: 0 0 15px;
}

.c_CC .btn {
    width: 30px;
    height: 30px !important;
    border-radius: 50%;
    text-indent: -9999px;
    background: rgba(0,0,0,0.05) url(/images2/ellipsis-h-light.svg) no-repeat scroll center;
    background-size: 13px auto;
}

.c_CC .btn:hover {
    background-color: rgba(0,0,0,0.15);
}

.simplemodal-wrap {
    overflow: auto !important;
}

.catalogue-wrap {
    margin: 30px 0;
}

.catalogue-wrap h3 {
    margin: 30px 0 0;
}

.catalogue-wrap p {
    margin: 20px 0;
}

.catalogue-wrap .btn {
    width: 150px;
    height: 40px;
    font-size: 16px;
}

.catalogue-wrap.d-flex {
    margin: 0 0 40px;
}

.catalogue-wrap.d-flex .catalogue-wrap-info {
    padding: 10px 0 0 30px;
}

.catalogue-wrap.d-flex .catalogue-wrap-info h3 {
    margin: 0;
}

@media (max-width: 767px) {
.catalogue-wrap.d-flex {
    display: block !important;
    text-align: center;
}

.catalogue-wrap.d-flex .catalogue-wrap-info {
    padding: 30px 0 0;
}
}

.account-wrapper {
    padding: 0 0 50px;
}

.account-wrapper .text-wrap {
    margin: 0 0 20px;
}

.account-wrapper .text-wrap h3,
.account-wrapper .text-wrap h4 {
    margin: 0 0 3px;
}

.account-wrapper .text-wrap h4 a {
    font-family: 'Futura-PT-Medium';
    text-decoration: underline;
    color: inherit;
    font-size: 18px;
}

.account-wrapper .text-wrap p {
    margin: 0;
}

.contact-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    display: none !important;
}

.contact-btn a {
    font-family: 'Futura-PT-Bold';
    color: #fff;
    font-size: 20px;
    text-decoration: underline !important;
}

body.login {
    background: url(/images2/login-bg.jpg) no-repeat scroll center;
    background-size: cover;
    color: #fff;
}

body.login:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

body.login #wrapper {
    height: 100vh;
    min-height: 1px;
    padding: 0;
    position: relative;
    z-index: 5;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

body.login .contact-btn {
    display: block !important;
}

body.login #wrapper .site-header {
    background-color: transparent;
    padding: 0;
}

body.login #wrapper .brand-wrap {
    position: fixed;
    left: 40px;
    top: 30px;
    z-index: 99;
}

body.login #wrapper h1 {
    color: #fff;
}

body.login .right-header,
body.login .navbar,
body.login footer,
.login_instr,
.pg_nav,
body.login .caption-div,
body.login .login_welcome,
#MPMain_pnlRegister {
    display: none !important;
}

.logintable,
#MPMain_pnlForgotPwd,
#MPMain_pnlRegister,
.registration-text {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}

#MPMain_pnlForgotPwd a,
#MPMain_pnlRegister a,
.registration-text a {
    color: inherit;
    text-decoration: underline;
}

header a, nav a, footer a, footer h4 {
    text-transform: lowercase;
}

.login-header {
    padding: 80px 0 0;
}

.login-header h1 {
    font-family: 'Futura-PT-Bold';
    font-size: 65px;
    margin: 0 0 20px;
}

.login-header p {
    font-family: 'Futura-PT-Demi';
    font-size: 24px;
    margin: 0 0 20px;
}

.catalogue {
    margin: 0 0 30px;
}

.catalogue > a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none !important;
}

.catalogue > a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 5px;
    background-color: rgba(0,0,0,0.7);
    font-family: 'Futura-PT-Medium';
    color: #fff;
    text-align: center;
    transition: all .2s ease-in-out;
}

.catalogue > a:hover span {
    background-color: rgba(0,0,0,1);
}

.navbar-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.navbar-logo > a {
    padding: 0 !important;
    background-color: transparent !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.navbar-logo img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

.invoice-header0,
.invoice-items,
.invoice-header1,
.invoice-header2 {
    width: 100%;
    font-size: 13px;
}

.invoice-header0 td {
    vertical-align: top;
}

.invoice-header0 img {
    margin: 0 0 20px;
}

.invoice-header0 h1 {
    font-size: 20px;
}

.invoice-header1 {
    margin: 0 0 20px;
}

.invoice-header2 td,
.invoice-items td,
.invoice-header2 th,
.invoice-items th {
    padding: 10px 0;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}

.invoice-items .totrow th {
    text-align: right;
    padding-right: 15px;
}

.invoice-header1 td {
    padding: 20px;
    vertical-align: top;
    border: rgba(0,0,0,0.1) 1px solid;
}

.invoice-footer {
    margin: 20px 0;
    font-size: 12px;
}

@media (max-width: 767px) {
.invoice-list th:nth-last-child(1),
.invoice-list th:nth-last-child(2),
.invoice-list th:nth-last-child(3),
.invoice-list th:nth-last-child(4),
.invoice-list td:nth-last-child(1),
.invoice-list td:nth-last-child(2),
.invoice-list td:nth-last-child(3),
.invoice-list td:nth-last-child(4),
.invoice-list th:nth-child(4),
.invoice-list td:nth-child(4),
.invoice-list th:nth-child(6),
.invoice-list td:nth-child(6) {
    display: none !important;
}
    
#simplemodal-container {
    left: 15px !important;
    right: 15px !important;
    width: auto !important;
}
    
.invoice-detail {
    min-width: 700px;
}
}

.product-wrap {
    position: relative;
    margin: 0 0 30px;
}

.product-wrap > a {
    display: block;
    color: #fff;
    text-decoration: none !important;
}

.product-wrap .img {
    position: relative;
    overflow: hidden;
    height: 320px;
}

.product-wrap .img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.15);
    z-index: 5;
}

.product-wrap .img img {
    width: auto;
    height: 170%;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    filter: grayscale(50%);
    transition: all .5s;
}

.product-wrap > a:hover .img img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.product-header {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: 'Futura-PT-Bold';
    text-align: center;
}

.product-header h3 {
    font-family: 'Futura-PT-Bold';
    margin: 0 0 15px;
    text-align: center;
}

.product-header span {
    display: inline-block;
    padding: 8px 35px;
    font-family: 'Futura-PT-Medium';
    border: 1pt #fff solid;
}

.product-wrap > a:hover .product-header span {
    color: #000;
    background-color: #ffff;
}

#MPMain_pnlResetPassword1 table {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 40px;
}

#MPMain_pnlResetPassword1 table td {
    vertical-align: top;
}

#MPMain_pnlResetPassword1 table br {
    display: none !important;
}

#MPMain_pnlResetPassword1 .btn {
    margin: 10px 0 0;
}

#MPMain_pnlResetPassword1 #MPMain_lblUserID {
    margin: 10px 0 0;
}

#MPMain_RequiredFieldValidator1,
#MPMain_RequiredFieldValidator2,
#MPMain_lblErrorMessage{
    font-family: 'Futura-PT-Medium';
    font-size: 14px;
    color: #000 !important;
}

#MPMain_lblErrorMessage{
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
}

.registration-form {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
}

.colored-dot {
  height: 7px; /* Adjust size as needed */
  width: 7px;  /* Adjust size as needed */
  border-radius: 50%; /* Makes the element circular */
  display: inline-block; /* Allows dots to sit next to each other */
  margin: 5px; /* Adds some spacing between dots */
}

.red-dot {
  background-color: red;
}

.green-dot {
  background-color: green;
}

.orange-dot {
  background-color: orange;
}

.yellow-dot {
  background-color: yellow;
}