@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    overflow-x: hidden !important;
    scrolling-behaviour: sm
}

#wrapper {
    min-height: 700px;
    margin: 0 0 50px;
}

.homepage #wrapper {
    margin: 0;
}

#aspnetForm {
    min-height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 20px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    line-height: 150%;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 150%;
}

h4 {
    font-size: 18px;
    line-height: 150%;
}

h5 {
    font-size: 14px;
    line-height: 150%;
}

h6 {
    font-size: 12px;
    line-height: 150%;
}

b,
strong {
    font-weight: 700;
}

p {
    line-height: 150%;
    margin: 0 0 30px;
}

a {
    color: #0072bb;
    text-decoration: none;
}

a:hover,
a:focus {
    -webkit-transition: color 0.2s ease-out 0s;
    transition: color 0.2s ease-out 0s;
    color: #0388fb;
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.control-label,
.logintable span,
#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1,
#MPMain_pnlResetPassword1 #MPMain_lblUserID {
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0 7px;
    line-height: 18px;
    display: block;
}

.logintable span {
    margin: 20px 0 10px;
}

#MPMain_pnlSpecialInstructions .label1,
.cart_stdords .label1 {
    display: inline;
}

.required,
.mandatory {
    padding: 0 0 0 4px;
    position: relative;
    top: -1px;
    color: #e02b27;
    font-size: 14px;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="phone"],
select,
textarea {
    display: block;
    width: 100%;
    line-height: normal;
    border: solid 1px #c2c2c2;
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    height: 44px;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0;
}

select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 10px;
    height: 44px;
    border: solid 1px #c2c2c2;
    border-radius: 0;
}

select.cboColourV,
select.cboSizeV {
    max-width: 200px;
}

textarea.form-control,
textarea {
    resize: none;
    height: 160px;
    padding: 10px;
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.75);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.75);
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.75);
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
select,
textarea {
    box-shadow: none;
    border-color: #000;
}

.btn,
.btn_so,
.checkout-btn,
input[type="submit"],
.admin .btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
    padding: 0 25px;
    height: 43px;
    box-shadow: none !important;
    outline: none !important;
    text-align: center;
    border: 0 none;
    background-color: #0072bb;
    border-radius: 6px;
}

.btn+.btn {
    margin-left: 10px;
}

.btnA_2,
.btnA_1 {
    background-color: #000;
    color: #fff !important;
    border-radius: .25rem;
}

a.btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
    text-decoration: none !important;
}

.btn.btn-block,
.checkout-btn {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
}

a.btn.btn-block,
a.checkout-btn {
    line-height: 40px;
}

.btn-primary {
    background-color: #0072bb;
}

.btn-secondary {
    background-color: #262627 !important;
    color: #fff !important;
}

.narrow-row {
    margin-left: -10px;
    margin-right: -10px;
}

.narrow-row>div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 576px) {
    .caption-div>div {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .caption-div>div {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .caption-div>div {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {
    .caption-div>div {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {

    .admin .container,
    .container,
    .caption-div>div {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.top-bar {
    background-color: rgb(0, 0, 0, 0.05);
    height: 40px;
}

.top-bar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-bar-nav>li {
    font-size: 12px;
    margin: 0 25px 0 0;
    height: 40px;
    line-height: 40px;
}

.top-bar-nav>li:last-child {
    margin: 0;
}

.top-bar-nav>li>a {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    display: block;
    height: 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
    padding-left: 26px;
}

.top-bar-nav>li.login-actions>a {
    font-weight: 500;
    color: #0072bb;
    display: inline;
    padding: 0 5px;
}

.top-bar-nav>li span.small-header {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    display: block;
}

.top-bar-nav>li span.cart-total {
    display: block;
    line-height: 20px;
}

.top-bar-nav>li>a.account-link {
    background-image: url(/images/user-light.svg);
    background-size: 18px auto;
    padding-left: 26px;
}

.top-bar-nav>li>a.admin-link {
    background-image: url(/images/user-unlock-light.svg);
}

.top-bar-nav>li>a.favorite-link {
    background-image: url(/images/heart-light.svg);
}

.top-bar-nav>li>a.cart-link {
    background-image: url(/images/shopping-cart-light.svg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-bar-nav>li>a.btn {
    font-weight: 500;
    padding: 0 20px;
    background-color: #0072bb;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

.header-bar .top-bar-nav>li {
    margin: 0;
}

.header-bar .top-bar-nav>li>a:not(.new-link):not(.specials-link):not(.nz-link):not(.eco-link) {
    padding: 0 20px;
}

.header-bar .top-bar-nav>li>a:hover {
    color: #000;
}

.primary-header {
    position: relative;
    padding: 10px 0;
    background-color: #fff;
}

.navbar-nav.m-auto {
    padding: 0 50px;
}

.brand-wrap .header-customer-logo {
    padding: 0 30px;
    max-width: 140px;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 64px;
    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: 50px !important;
    left: auto !important;
    right: 0;
    width: 390px;
    background: #fff;
    border: 1px solid #bbb;
    z-index: 1025;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    transform: none !important;
}

.cart-popup.dropdown-menu a {
    padding: 0 !important;
    display: inline;
    height: auto !important;
    line-height: normal !important;
}

.cart-popup.dropdown-menu a:hover {
    color: inherit;
    background-color: transparent !important
}

.cart-popup:before,
.cart-popup:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cart-popup:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    top: -12px;
    right: 26px;
}

.cart-popup:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
    top: -14px;
    right: 25px;
}

.minicart-items-wrapper {
    padding: 15px 20px 0;
    margin: 15px -20px 0;
    border-top: 1px solid #ccc;
    max-height: 388px;
    overflow: auto;
    overflow-x: hidden;
}

#minicart-content {
    padding: 25px 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.close-cart {
    position: absolute;
    top: 10px;
    right: 13px;
    opacity: 0.7;
}

.close-cart img {
    width: 12px;
    height: auto;
}

.empty-card {
    padding: 10px 0 35px;
    text-align: center;
    font-weight: 700;
}

.minicart-summary {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 18px;
}

.minicart-summary h6 {
    font-weight: 700;
    margin: 0;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.btn {
    flex: 1;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px;
    margin: 0 6px 0 0;
    background-color: transparent !important;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.view-btn {
    border: #000 2px solid;
    color: #000 !important;
    line-height: 36px;
}

.cart-popup.dropdown-menu .cart-btns-wrap a.checkout-btn {
    background-color: #0072bb !important;
    margin: 0 0 0 6px !important;
}

.minicart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.minicart-items>li {
    border: 0 none !important;
    border-top: 1px solid #ccc !important;
    position: relative;
    padding: 20px 0 !important;
    margin: 0 !important;
}

.minicart-items>li:first-child {
    border-top: 0 none !important;
    padding-top: 0 !important;
}

.cart-item-actions {
    position: absolute;
    right: 0;
    bottom: 23px;
}

.cart-item-actions a {
    color: #2d8ada !important;
    margin: 0 0 0 15px;
}

.product-miniview {
    display: flex;
}

.product-image-wrapper {
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    border: rgba(0, 0, 0, 0.05) 1px solid;
    border-radius: 4px;
    overflow: hidden;
}

.product-image-wrapper img {
    width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
}

.product-item-details {
    flex: 1;
    padding: 0 0 0 15px;
    max-width: calc(100% - 90px);
}

.product-item-details strong {
    display: block;
    padding: 0 0 5px;
}

.product-item-details strong a {
    color: #2d8ada !important;
}

.product-item-details strong a:hover {
    color: #0388fb !important;
}

.toggle {
    cursor: pointer;
}

.options-list {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    font-size: 13px;
    display: none;
}

.product.options.show .options-list {
    display: block;
}

.options-list li {
    padding: 0 0 5px;
    border: 0 none !important;
}

.options-list .label {
    font-weight: 700;
}

.options-list li .price {
    font-size: 13px;
}

.details-qty label {
    margin: 0 10px 0 0;
}

.details-qty .qty-wrap {
    margin: 0;
    display: flex;
    align-items: center;
}

.details-qty .qty-btn {
    font-weight: 300;
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    background-color: transparent !important;
    color: #333 !important;
    border: 0 none;
    outline: none !important;
}

.details-qty .c_qty {
    width: 50px;
    height: 32px;
    line-height: 30px;
    border: solid 1px #c2c2c2;
    text-align: center;
}

.header-btn {
    font-family: 'Lora', serif;
    color: rgba(0, 0, 0, 0.7);
    font-style: italic;
    font-size: 12px;
    text-align: center;
    padding: 55px 0 0;
    margin: 0 0 0 20px;
    position: relative;
}

.header-btn:first-child {
    margin: 0;
}

.header-btn span {
    font-family: 'Manrope', sans-serif;
    display: block;
    font-size: 14px;
    color: #0072bb;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 1200px) {

    .header-btn,
    .ink-finder-link {
        font-size: 0;
        margin: 0 0 0 15px;
    }

    .header-btn span,
    .ink-finder-link span {
        font-size: 11px;
    }
}

.header-btn.ausmade:before,
.header-btn.promotional:before,
.header-btn.indigenous:before,
.header-btn.general-bts:before,
.header-btn.booklist:before,
.header-btn.clearout:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f4d12d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 32px;
}

.header-btn.indigenous:before {
    background-image: url(/images/aboriginal_flag.png);
}

.header-btn.ausmade:before {
    background-image: url(/images/australia-made-icon2.svg);
}

.header-btn.general-bts:before {
    background-image: url('/images/booklist.svg');
    background-size: auto 22px;
}

.header-btn.clearout:after,
.header-btn.promotional:after,
.header-btn.booklist:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 45px;
    height: 45px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #0072bb;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 45px;
}

.header-btn.clearout:after {
    font-size: 22px;
    content: "\f4c0";
}

.header-btn.promotional:after {
    content: "\f02c";
}

.header-btn.booklist:after {
    content: "\f51e";
}

.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.educmenu .ink-finder,
.educmenu .indigenous {
    display: none;
}

.educmenu .header-btn.booklist,
.educmenu .header-btn.general-bts {
    display: block !important;
    visibility: visible;
    opacity: 1;
}

.global-search {
    flex: 1;
    padding: 0 70px;
}

#search {
    position: relative;
}

#search .form-control {
    font-size: 14px;
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0 70px 0 15px;
    position: static;
    height: 48px;
    width: 100%;
    border: 0 none;
    border-radius: 3px;
}

#search .form-control:focus {
    border-color: #c2c2c2;
}

#search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 48px;
    padding: 0;
    border: 0 none;
    background: url(/images2/search-icon.svg) no-repeat scroll center;
    background-size: 40%;
    text-indent: -9999px;
}

.search-suggestion-container {
    padding: 5px 0 !important;
    border-top: 0 none !important;
    margin: -2px 0 0px;
    border-radius: 0 0 2px 2px;
}

.search-suggestion-container li {
    font-size: 14px !important;
    padding: 10px 12px !important;
    background: url(/images2/side-arrow.svg) no-repeat scroll calc(100% - 12px) center;
    background-size: 15px auto;
}

.search-suggestion-container li b {
    font-weight: 400 !important;
    color: #0072bb !important;
}

.search-suggestion-container li:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    background-image: url(/images2/side-arrow-hover.svg);
    color: #333 !important;
}

.navbar,
nav {
    padding: 20px 0;
}

.nav-link {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #0072bb;
}

.nav-item .btn {
    font-size: 13px;
    padding: 0 16px;
    font-weight: 500;
    line-height: 38px;
    height: 38px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(34, 34, 34);
}

.navbar-nav>li:hover .nav-link,
.navbar-nav>li.show .nav-link,
.my-menu .nav-item:hover>a {
    background-color: rgb(0, 0, 0, 0.05);
    border-radius: 6px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .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;
    padding: 10px 20px !important;
    background-color: transparent !important;
    display: block;
    text-decoration: none !important;
}

.dropdown-menu li a:hover {
    color: #fff !important;
    background-color: #0072bb !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.05);
}

.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.05) !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) {
    .navbar, nav {
        padding: 15px 0;
    }

    .primary-header {
        border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
        padding: 10px 15px 60px;
    }

    .global-search {
        position: absolute;
        left: 15px;
        right: 15px;
        margin-left: 0 !important;
        max-width: none;
        bottom: 10px;
        padding: 0;
        width: auto;
        min-width: 1px;
    }

    #search {
        max-width: none;
        margin: 0;
    }

    #search .form-control {
        font-size: 14px;
        height: 40px;
    }

    #search .search-btn {
        right: 2px;
        top: 2px;
        height: 36px;
        font-size: 14px;
    }

    #search .fa-search {
        top: 13px;
        font-size: 14px;
    }

    .navbar-toggler {
        display: block;
        padding: 0;
        margin: 0;
        border: 0 none;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        outline: none !important;
        position: absolute;
        left: 15px;
        top: 34px;
    }

    .tablet-hide,
    .product-menu .dropdown-menu ul {
        display: none !important;
    }

    .navbar-brand {
        margin: 0 auto;
    }

    .navbar-brand img {
        width: 50px;
    }

    .top-bar {
        height: 0;
        border: 0 none;
    }

    .top-bar-nav li.dropdown {
        position: absolute;
        right: 15px;
        top: 12px;
        z-index: 10;
        margin: 0 !important;
    }

    .top-bar-nav li a {
        font-size: 15px;
        color: #000;
    }

    .top-bar-nav li a .fas {
        font-size: inherit;
    }

    .mobile-menu.show {
        left: 0;
        transition: left 0.2s ease-out;
    }

    .mobile-menu.show:before {
        content: '';
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        position: fixed;
        z-index: 500;
        background: rgba(0, 0, 0, 0.8);
    }

    .mobile-menu-contents {
        max-width: 400px;
        width: 80%;
        position: relative;
        z-index: 501;
        background: #fff;
        height: 100%;
        overflow: auto;
    }

    .mobile-menu .nav-link {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding: 15px 20px;
        line-height: normal;
        height: auto;
        color: #000 !important;
        background-color: transparent !important;
    }

    .mobile-menu .nav-link.signin-nav {
        color: #fff !important;
        background-color: #0072bb !important;
    }

    .mobile-menu .nav-link:hover,
    .accounts-dropdown {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }

    .mobile-menu .nav-link .fas {
        font-size: 20px;
        width: 25px;
        text-align: center;
        margin: 0 8px 0 0;
    }

    .mobile-menu .nav-link img {
        width: 24px;
        height: auto;
        margin: 0 15px 0 0;
    }

    .mobile-menu .nav-link.signin-nav img {
        filter: invert(1);
    }

    .close-btn {
        position: absolute;
        right: 20px;
        top: 14px;
        z-index: 501;
        display: block;
        width: 20px;
        height: 20px;
        opacity: 1;
    }

    .mobile-menu .close-btn {
        right: auto;
        left: 85%;
    }

    @media (min-width: 480px) {
        .mobile-menu .close-btn {
            left: 420px;
        }
    }

    .navbar-nav .dropdown-menu {
        box-shadow: none;
        border: 0 none;
        margin: 0;
        position: static !important;
        transform: none !important;
        background-color: rgba(0, 0, 0, 0.05);
        min-width: 1px;
        width: auto;
    }

    .dropdown-menu li {
        border-bottom: 0 none;
    }

    .dropdown-menu li a {
        padding: 12px 35px;
        position: relative;
        font-size: 13px;
        color: #000;
    }

    .navbar-nav .dropdown .nav-link {
        position: relative
    }

    .dropdown-menu>li>a:after,
    .navbar-nav .dropdown .nav-link:after {
        content: "\f105";
        position: absolute;
        right: 20px;
        top: 16px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        border: 0 none;
        color: inherit;
    }

    .navbar-nav .dropdown .nav-link:after {
        content: "\f107";
        left: auto;
        right: 20px;
        top: 20px;
        font-size: 14px;
    }

    .subcatslist {
        flex-direction: column;
    }

    .list-column {
        flex: 0 0 100%;
        margin: 0;
    }

    .subcatitem,
    .subcatitem>a {
        position: relative;
        display: block;
        font-size: 13px;
    }

    .subcatitem {
        padding: 0 35px;
    }

    .subcatitem>a {
        padding: 10px 0;
        color: rgba(0, 0, 0, 0.9);
    }

    .product-menu {
        display: none;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .product-menu.show {
        display: block;
    }

    .mobile-menu .product-menu .nav-link {
        font-size: 13px;
        border: 0 none;
        padding: 12px 20px;
        color: #000;
        background-color: transparent !important;
    }

    .mobile-menu .product-menu .dropdown-menu>li>a {
        position: relative;
    }

    .subcatitem>a:before {
        left: auto;
        right: -13px;
    }
}

.client-banner {
    margin: 30px 0;
}

.carousel-inner {
    min-height: 1px !important;
}

.carousel-caption {
    bottom: 60px;
}

.carousel-caption h5 {
    font-size: 56px;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
    margin: 0 0 40px;
}

.carousel-caption p {
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    margin: 0 0 40px;
}

body .carousel-control-next,
body .carousel-control-prev {
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    bottom: auto;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20;
    background-size: 12px auto;
    background-color: #0072bb !important;
    border: #0072bb 1px solid;
    opacity: 1 !important;
}

body .carousel-control-next {
    background-image: url(/images2/chevron-right.svg) !important;
}

body .carousel-control-prev {
    background-image: url(/images2/chevron-left.svg) !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 0 none;
    border-radius: 50%;
    background-color: #cfcfcf;
    opacity: 1;
    margin: 0 5px;
}

.carousel-indicators li.active {
    background-color: #fff;
}

@media (min-width: 768px) {
    body .carousel {
        min-height: 300px;
    }
}

.carousel {
    margin: 0 0 50px;
}

.featured-brands {
    margin: 0 0 50px;
}

.featured-brands .featured-brands-heading {
    margin: 0 0 30px;
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.brand-item {
    max-width: 10%;
    overflow: hidden;
    flex: 0 0 10%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.brand-item .brand-img {
    margin: 0 auto;
    display: block;
    width: 70%;
}

.brand-item>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.brand-img img {
    width: 100%;
    height: auto;
}

.gray:before,
.home-servs:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #f8fafc;
    z-index: -1;
}

.intro-wrapper {
    /*background: url(/images2/about_pic.png) no-repeat scroll right top;*/
    padding: 0 0 10px;
    position: relative;
}

.intro-wrapper .text-wrap {
    margin: 50px 0 15px;
}

.intro-wrapper h1 {
    font-size: 62px;
    font-weight: 700;
    margin: 0 0 20px;
}

.intro-wrapper p {
    font-size: 14px;
    line-height: 30px;
}

.intro-wrapper .cta {
    padding: 20px;
    background: linear-gradient(180deg, #ed1c24 0%, #C70039 100%);
    border-radius: 10px;
    margin: 0 0 35px;
}

@media screen and (min-width: 768px) {
    .intro-wrapper .cta {
        margin-left: 30px;
    }
}

.intro-wrapper .cta h3 {
    color: #fff !important;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    padding: 0 0 5px;
    margin: 0 0 15px;
}

.intro-wrapper .cta p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px;
}

.intro-wrapper .cta .btn {
    color: #ed1c24 !important;
    background-color: #fff !important;
    border-radius: 6px;
}

.blog-wrapper h2 {
    margin: 0 0 50px;
}

.gmap-wrap .embed-responsive {
    height: 450px;
    margin: 0 0 50px;
}

.contact-form table {
    width: 100%;
}

.contact-form table,
.contact-form tbody,
.contact-form tr,
.contact-form td {
    display: block;
}

.contact-form .form-control {
    margin: 0 0 20px;
}

.subscribe-container {
    background-color: #0072bb;
    margin: 0 0 50px;
}

.subscribe-container .container {
    background: url(/images/newsletter.png) no-repeat scroll 15px center;
}

.subscribe-container form {
    width: 100%;
    margin: 30px 0;
}

.subscribe-container .form-control {
    border: 0 none;
}

.subscribe-container h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0 0 0 135px;
    line-height: 30px;
}

.subscribe-container p {
    font-weight: 300;
    color: #fff;
    opacity: 0.7;
    margin: 0;
    padding: 0 0 0 135px;
}

.subscribe-container .btn {
    background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
    .subscribe-container .container {
        background: 0 none;
    }

    .subscribe-container h4 {
        padding: 20px 0 0;
    }

    .subscribe-container p {
        padding: 0;
    }
}

.header-bar {
    padding: 10px 0;
    background-color: #f8fafc;
}

.box-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-icon {
    width: 24px;
    margin: 5px;
}

.box-info {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.featured-brands-wrap .wrap {
    margin: 0 0 30px;
}

.brand-img-wrap {
    position: relative;
    margin: 0 0 10px;
    /*height: 440px;
    overflow: hidden;*/
}

/*.brand-img-wrap img {
    max-width: none;
    height: 100%;
    object-fit: fill;
}*/

.featured-brands-wrap h3 {
    font-size: 24px;
    color: #0072bb;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: 700;
    margin: 0;
}

.featured-brands-wrap p {
    color: #333;
}

div.pencil div.pencil {
    border: 1px dashed rgb(255, 255, 255);
    opacity: 1;
    background-color: inherit;
}

div.pencil div.pencil:hover {
    border: 1px dashed rgb(119, 119, 119);
    opacity: 0.7;
    background-color: inherit;
}

.members-wrapper .logo {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
}

.members-wrapper .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: none;
}

.supplier-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    overflow: hidden;
}

.supplier-logo img {
    width: 135px;
    max-width: none !important;
    mix-blend-mode: multiply;
}

.home-servs,
.our-clients {
    position: relative;
    padding: 50px 0 60px;
}

.home-servs h2 {
    font-size: 48px;
    line-height: 150%;
    margin: 0 0 50px;
}

.home-servs .col-md-4 {
    margin: 0 0 30px;
}

.home-servs .d-flex h3 {
    font-weight: 700;
    margin: 0 0 0 20px;
}

.hero-banner {
    position: relative;
    height: 550px;
    overflow: hidden;
    background: url(/images/hero-bg.jpg) no-repeat scroll center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(/images/hero-banner.png) no-repeat scroll center;
    background-size: 70%;
    z-index: 5;
}

.hero-banner:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 10;
}

.hero-banner .hero-caption {
    width: 100%;
    max-width: 720px;
    position: relative;
    z-index: 20;
}

.hero-banner h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 120%;
    margin: 0 0 20px;
}

.hero-banner p {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}

.hero-banner .btn {
    font-size: 18px;
    width: 200px;
    padding: 0;
    height: 54px;
    line-height: 54px;
    margin: 0 8px;
}

.owl-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    width: 100%;
    padding: 10px;
}

.owl-prev,
.owl-next {
    text-indent: -9999px;
    background: url(/images/prev.png) no-repeat scroll center !important;
    width: 35px;
    height: 35px;
    border: 0 none;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.owl-next {
    background-image: url(/images/next.png) !important;
    left: auto;
    right: -30px;
}

.owl-dots {
    display: none !important;
}

.owl-carousel .owl-item img {
    max-width: 120px !important;
    width: auto;
}

/* New styles */
.hero {
    background-color: #0072bb;
    color: white;
    padding: 3rem 2rem;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 0;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.cta-buttons .btn-primary {
    background-color: white;
    color: #0072bb !important;
}

.cta-buttons .btn-secondary {
    background-color: transparent !important;
    color: white;
    border: 2px solid white;
    line-height: 56px;
}

.cta-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Stats Section */
.stats {
    padding: 3rem 2rem;
    background: #f8fafc;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #0072bb;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-number .fas {
    font-size: 1.6rem;
    margin: 0 0 0 6px;
}

.stat-label {
    color: #64748b;
    font-weight: 500;
}

/* Features Section */
.features {
    padding: 4rem 2rem;
    background: white;
}

.section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1e293b;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #64748b;
}

.features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135.11390796029312deg, #0072bb 0%, #0A9FD1 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 36px;
    height: auto;
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
}

.feature-description {
    color: #64748b;
    line-height: 1.6;
}

/* Members Section */
.homepage .members {
    padding: 4rem 2rem;
    background: #f8fafc;
}

.members-container {
    max-width: 1200px;
    margin: 0 auto;
}

.members-filter {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.filter-btn.active,
.filter-btn:hover {
    background: #0072bb;
    color: white;
    border-color: #0072bb;
}

.members-grid .col-md-4 {
    margin: 0 0 1.5rem;
}

.member-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    height: 100%;
}

.member-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.homepage .member-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.homepage .member-card:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.member-card-header {
    height: 60px;
    padding: 0 0 10px;
}

.member-logo {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.member-logo img {
    width: 80px;
}

.member-location {
    background: linear-gradient(180deg, #ed1c24 0%, #C70039 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 10px;
}

.member-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e293b;
}

.member-description {
    color: #64748b;
    font-size: 0.85rem;
}

.member-description:last-child {
    margin: 0;
}

.member-card .contact-wrap {
    margin: 0 0 20px;
}

.member-card .contact-wrap p {
    font-size: 0.75rem;
    color: #64748b;
}

.member-card .contact-wrap .lnr {
    top: 2px;
}

.brands-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .brands-grid .owl-item {
        width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }

    .brands-grid .owl-item .item,
    .brands-grid .supplier-logo {
        height: 80px;
    }

    .brands-grid .supplier-logo img {
        width: 90px !important;
    }
}

/* Suppliers Section */
.suppliers {
    padding: 4rem 2rem;
    background: white;
}

.suppliers-container {
    max-width: 1200px;
    margin: 0 auto;
}

.suppliers-grid {
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;*/
    margin-top: 3rem;
}

.supplier-card {
    aspect-ratio: 16/9;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

/*.supplier-card:hover {
    border-color: #667eea;
    transform: scale(1.02);
}

.supplier-logo {
    font-weight: 600;
    color: #64748b;
}*/

/* Footer */
.footer {
    background: #1e293b;
    color: white;
    padding: 3rem 2rem 1rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 1rem;
    text-align: center;
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card,
.member-card,
.stat-card {
    animation: fadeInUp 0.6s ease forwards;
}

footer {
    font-size: 14px;
}

footer h5 {
    font-size: 13px;
    font-weight: 700;
    color: #0072bb;
    text-transform: uppercase;
    line-height: 150%;
    margin: 0 0 20px;
}

footer p {
    line-height: 160%;
    color: #333;
    margin: 0 0 15px;
}

footer p .fas,
footer p .far {
    width: 20px;
    font-size: 12px;
}

footer p a {
    color: inherit;
}

.contact-wrap p {
    color: #333;
    padding: 0 0 0 32px;
    margin: 0 0 10px;
    position: relative;
}

.contactus .contact-wrap p {
    margin: 0 0 5px;
}

.contact-wrap p a {
    color: inherit;
}

.contact-wrap p a:hover {
    text-decoration: underline;
}

.contact-wrap .lnr {
    font-size: 16px;
    color: #0072bb;
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-wrap .lnr-envelope {
    top: 3px;
}

.contact-wrap,
.social-nav-wrap {
    margin: 0 0 45px;
}

.location-info {
    width: 100%;
    margin: 0;
    background-color: #333;
    padding: 40px 30px 0;
}

.location-info .lnr {
    position: static;
    margin: 0 10px 0 0;
}

.location-info h5 {
    margin: 0 0 5px;
    color: #0072bb;
}

.location-info p {
    margin: 0;
    padding: 0 0 50px;
}

.location-info p:last-child {
    padding: 0 0 40px;
}

.location-info p a {
    color: inherit;
    text-decoration: underline;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 45px;
}

.footer-nav li {
    margin: 0 0 10px;
    line-height: 20px;
}

.footer-nav li a {
    color: #333;
    font-weight: 500;
}

.footer-nav li a:hover,
footer p a:hover,
.copy-info a:hover {
    color: #000;
    text-decoration: none;
}

.footer-nav.inline {
    margin: 25px 0;
}

.footer-nav.inline li {
    display: inline;
    margin: 0 10px 0 0;
}

.payment-cards {
    margin: 0 0 30px;
}

.payment-cards img {
    max-width: 64px;
    height: auto;
    margin: 0 10px 10px 0;
}

.copy-info {
    background-color: #d9d9d6;
    padding: 15px 0 0;
}

.copy-info a {
    text-decoration: underline !important;
}

.copy-info p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 15px;
    margin: 0;
}

.caption-div>div {
    padding: 0 15px;
    margin: 0 auto;
}

.caption-div .caption {
    margin: 0 !important;
    padding: 30px 0;
}

h2.caption {
    margin: 10px 0 20px;
}

.taxnote {
    margin: 10px 0 10px 0;
    color: #e94d31;
}

.pg_nav .block-content {
    border: #bbb 1px solid;
}

.ul-services {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul-services li a {
    display: block;
    font-size: 13px;
    color: #0072bb;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}

.ul-services li.cat {
    padding: 12px 15px;
    border-bottom: 1px solid #bbb;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.ul-services ul {
    list-style: none;
    padding: 6px 0 0;
    margin: 0;
}

.ul-services ul li a {
    font-size: 12px;
    border: 0 none;
    padding: 5px 15px;
    position: relative;
}

.ul-services ul li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

/* Product pages styling */
.homepage .caption-div,
.productspage .caption-div,
.productdetail .caption-div h1,
.pg-contactus .caption-div h1,
.product-main p .label {
    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: 270px;
    padding: 10px 15px 15px;
    background-color: rgba(0, 0, 0, 0.05);
}

div.prods-list {
    display: block;
    text-align: left;
    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: #323e48;
}

.breadcrumbs ul li a {
    color: inherit;
}

.breadcrumbs ul li+li:before {
    display: inline-block;
    padding-right: .5rem;
    color: rgba(0, 0, 0, 0.2);
    content: "/";
}

.sub-cat-boxes {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 1px;
    margin: 0 0 20px;
}

.sub-cat-box {
    box-sizing: border-box;
    width: 20%;
    border: rgba(0, 0, 0, 0.1) 1px solid;
    min-height: 290px;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    margin: 0 -1px -1px;
}

.sub-cat-box a {
    color: rgba(0, 0, 0, 1);
}

.sub-cat-box h3 {
    font-size: 16px;
    display: block;
    height: 60px;
    overflow: hidden;
    margin: 10px 0 0;
}

.sub-cat-box img {
    max-width: 100%;
}

.hidecats {
    margin: 0 0 10px !important;
}

.hidecats .btn,
.div-extra-buttons .btn {
    height: 34px;
    padding: 0 24px;
    background-color: #fff !important;
    border: #0072bb 1px solid;
    color: #333 !important;
}

.hidecats .btn:hover,
.div-extra-buttons .btn:hover {
    background-color: #0072bb !important;
    color: #fff !important;
}

.pager {
    display: table;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 0 10px;
    font-size: 12px;
    padding: 0 5px;
}

.pager .cboSortProdlist {
    display: inline;
    width: 110px;
    background-color: #fff;
    font-size: 12px;
    height: 30px;
    margin: 0 0 0 5px;
}

.pager>span {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

.pager>span a.tooltipstered {
    color: rgba(0, 0, 0, 0.5);
}

.pager>span a.faded {
    color: #0072bb;
}

.pager>span:last-child {
    text-align: right;
}

#navCats table {
    background-color: #fff;
}

.prods-nav header {
    font-size: 16px !important;
    background-color: transparent !important;
    color: #333 !important;
    padding: 5px 0 !important;
}

.prods-nav .block-content {
    text-align: left;
    margin: 0 0 20px;
}

.btn-new-list {
    padding: 10px 15px;
}

#navCats ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navCats ul li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 5px;
    transition: none;
}

#navCats ul li a:hover {
    color: #fff;
    background-color: #0072bb;
}

.product-filter {
    padding: 30px 0 10px;
}

.product-filter h3 {
    color: #333;
    font-size: 16px;
    margin: 0 0 20px;
}

.product-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-filter ul li {
    padding: 12px 15px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 5px;
}

.product-filter>ul>li>label {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323e48;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.product-filter>ul>li>label input[type="checkbox"] {
    margin: 0 4px 0 0;
    position: relative;
    top: 1pt;
}

#navCats table td {
    border-bottom: 1px solid #c2c2c2;
}

#navCats .fav-list-link a {
    display: block;
    padding: 8px 15px;
    color: #323e48;
}

#navCats .del-fav-list,
#navCats .edit-fav-list {
    margin: 0 10px 0 0;
    color: #323e48;
    display: inline-block;
    vertical-align: middle;
}

#navCats .del-fav-list {
    color: red;
}

.prods-list {
    display: block;
    margin: 0;
    text-align: left;
}

.product-list-grid-view,
.product-list-items {
    display: flex;
    flex-wrap: wrap;
}

/*.product-list-grid-view {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;;
}*/

.product-list-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    /*border: 1px solid #e6e6e6;
    border-right: 0 none;
    border-bottom: 0 none;*/
    background-color: #fff;
}

.product-list-item:hover,
.sub-cat-box:hover {
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.bulk-prices-button {
    min-height: 1px;
}

.bulk-prices-button a.bulkbtn {
    margin: 0 0 10px;
}

.order-now-button .btn {
    border-radius: 100px;
    display: block;
    width: 100%;
    margin: 15px 0 0;
}

.prodcompare {
    font-size: 15px;
    overflow: hidden;
    margin: -5px -5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.prodcompare input {
    float: left;
    margin: 1px 0 0 5px;
}

.prods-list div.icons {
    position: absolute;
    right: 13px;
    top: 65px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.prods-list div.icons>span {
    margin: 0 0 4px;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.prods-list div.icons a {
    color: #0072bb;
    margin: 0;
}

.icon-austmade,
.icon-indigenousbrand {
    background: url(/images2/kiwi-bird-light.svg) no-repeat scroll center;
    width: 18px;
    height: 18px;
    display: block;
    background-size: 100% auto;
}

.icon-indigenousbrand {
    background-image: url(/images/aboriginal_flag.png);
    background-size: 120% auto;
}

.product-list-item .fav-icon,
.product-list-item .del-fav-from-list {
    position: absolute;
    top: 38px;
    right: 13px;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.product-list-item .fav-icon .fa-2x,
.prods-list div.icons .fa-2x,
.product-list-item .del-fav-from-list .fa-2x {
    font-size: 18px;
    margin: 0;
}

.product-list-item .fav-icon .fa-2x,
.product-list-item .del-fav-from-list .fa-2x {
    font-size: 18px;
}

.del-fav-from-list {
    color: red;
}

.product-list-item .img {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 10px 0;
}

.product-list-item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.homepage .product-list-item .desc-etc {
    padding: 10px;
}

.product-list-item .desc-etc {
    padding: 20px 0 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    font-weight: normal;
}

.product-list-item .desc-etc h3 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.product-list-item .desc a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    display: block;
    min-height: 70px;
}

.product-list-item:hover .desc a {
    color: #0072bb;
}

.product-list-item .product-code,
.product-list-item .code {
    font-size: 12px;
    color: #000;
    padding: 0;
}

.price {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 5px 0 10px;
}

.price-unit-grid {
    font-size: 12px;
    color: #323e48;
    font-weight: 700;
}

.price-etc a.btn,
.prodscomparison .add-to-ord .btn-add-to-cart {
    padding: 15px;
    height: auto;
    line-height: 120%;
    font-size: 12px;
    color: #fff !important;
    background-color: #0072bb !important;
    border: 0 none !important;
    flex: 1;
    border-radius: 6px;
}

.price-etc a.btn .fa,
.prodscomparison .add-to-ord .btn-add-to-cart .fa {
    display: none;
}

.product-list-item .add-to-ord .btn-qty-down,
.product-list-item .add-to-ord .btn-qty-up,
.prodscomparison .add-to-ord .btn-qty-down,
.prodscomparison .add-to-ord .btn-qty-up {
    font-size: 20px;
    height: 44px;
    width: 30px;
    padding: 0;
    line-height: 40px;
}

.product-list-item .add-to-ord .qty,
.prodscomparison .add-to-ord .qty {
    width: 44px;
    height: 44px;
    font-size: 16px;
    border: 1px solid #c2c2c2;
    padding: 0;
    border-radius: 0;
}

.product-list-item .add-to-ord,
.prodscomparison .add-to-ord {
    justify-content: center;
}

.ribbon-image {
    position: absolute;
    left: -6px;
    top: -6px;
    padding: 0 !important;
}

.product-list-table,
.customerdetailstable {
    width: 100%;
}

.product-list-table td {
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #c2c2c2;
}

.product-list-table td a {
    color: inherit;
}

.product-list-table td.c_icons div.icons {
    position: static;
    flex-direction: row;
}

.product-list-table td.c_icons div.icons>span {
    margin: 0;
}

.product-list-table td.c_icons div.icons>span+span {
    margin: 0 0 0 10px;
}

.product-list-table .c_price {
    color: #0072bb;
    font-weight: 700;
}

.product-list-table .c_price .bulk-prices {
    color: #323e48;
    font-weight: 400;
}

.product-list-table .c_fav .fa-2x {
    font-size: 18px;
}

.product-list-table .c_fav .fa-trash {
    color: red;
}

.product-list-table td.c_addtoord {
    min-width: 150px;
}

.customerdetailstable td {
    padding: 5px;
}

.product-list-tableitem td.c_img {
    min-width: 80px;
}

.product-list-table td.c_img {
    text-align: center;
}

.product-list-tableitem .c_code {
    min-width: 90px;
}

.product-list-table td.c_desc {
    width: 100%;
}

.product-list-table td.c_price {
    text-align: right;
}

.product-list-tableitem .c_addtoord .c_qty {
    display: inline;
    width: 40px;
    height: 30px;
    vertical-align: middle;
}

.product-list-tableitem .c_addtoord a.btn {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 0 none !important;
    margin: 0 0 0 8px;
}

.product-list-tableitem .c_addtoord .fa-shopping-cart {
    display: none;
}

.product-list-list-view .product-list-item {
    max-width: none;
    flex: 1;
    min-height: 220px;
    margin: 0 0 10px !important;
    display: flex;
}

.product-list-list-view .prodcompare {
    position: absolute;
    right: 20px;
    top: 13px;
}

.product-list-list-view .product-list-item .desc-etc h3 {
    margin: 0 0 20px;
}

.product-list-list-view .product-list-item .desc-etc h3 a {
    min-height: 1px;
}

.product-list-list-view .product-list-item>div {
    box-sizing: border-box;
    padding: 15px;
}

.product-list-list-view .product-list-item .img-etc {
    width: 245px;
    padding: 8px 0 0 20px;
}

.product-list-list-view .product-list-item .desc-etc {
    text-align: left;
    width: calc(100% - 445px);
}

.product-list-list-view .product-list-item .price-etc {
    width: 300px;
    text-align: right;
    padding: 30px 40px 0 0;
}

.product-list-list-view .product-list-item .code {
    padding: 5px 0 0;
    text-align: center;
}

.fav-icon .fa-2x {
    margin: 0 0 0 5px;
}

.fav-icon .fa-2x {
    font-size: 24px;
    position: relative;
    top: 1px;
}

.add-to-ord {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}

.add-to-ord .qty {
    width: 52px;
    height: 52px;
    font-size: 16px;
}

.add-to-ord .btn-qty-down,
.add-to-ord .btn-qty-up {
    font-size: 32px;
    height: 52px;
    width: 52px;
    background-color: transparent !important;
    color: #323e48 !important;
    box-shadow: none !important;
}

.add-to-ord .btn-add-to-cart {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    margin: 0 0 0 15px;
    padding: 0 30px;
}

.featured-product-list {
    position: relative;
}

.featured-product-list .product-list-item {
    background-color: #fff;
}

.featured-product-list .page-left,
.featured-product-list .page-right {
    display: inline-block;
    background: url(/images2/chevron-left.svg) no-repeat scroll center;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    z-index: 4000;
}

.featured-product-list .page-right {
    left: auto;
    right: -40px;
    background-image: url(/images2/chevron-right.svg);
}

.featured-product-list .page-left:hover {
    background-image: url(/images2/chevron-left-hover.svg);
}

.featured-product-list .page-right:hover {
    background-image: url(/images2/chevron-right-hover.svg);
}

.featured-product-list .page-left-disabled,
.featured-product-list .page-right-disabled {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: none;
}

.fotorama {
    overflow: visible;
}

.fotorama__wrap {
    width: 100% !important;
}

.fotorama__stage {
    margin: 0 0 15px;
    height: 540px !important;
    border-radius: 16px;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.05);
	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 {
    border-bottom: #E3E8EB 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

table.products {
    margin: 0 0 40px;
    box-shadow: 0 0 2px 0 #ddd;
}

table.products td,
table.products th {
    padding: 10px;
}

table.products td a,
table.products th a {
    color: inherit;
}

table.products tr {
    border-bottom: solid 1px #c2c2c2;
}

table.products tr.products_tr {
    background-color: #fff;
}

table.products .products_th {
    /*font-family: 'omnesmedium';*/
    font-weight: 700;
    background-color: #F3F3F3;
}

table.products .txtbox1 {
    width: 50px;
    text-align: center !important;
}

#MPMain_tbl_quickadd {
    margin: 0 0 30px;
    background-color: #596c79;
    color: #fff;
}

#MPMain_tbl_quickadd .txtbox1 {
    width: 80px;
}

#MPMain_tbl_quickadd #MPMain_txtAddCode {
    width: 130px;
}

#MPMain_tbl_quickadd #MPMain_txtSpecial {
    width: 250px;
}

#MPMain_pnlSpecialInstructions {
    margin: 0 30px 0 0;
}

.cart_stdords {
    display: flex;
    align-items: center;
    margin: 32px 0 23px;
}

.cart_stdords .txtbox1 {
    flex: 1;
    margin: 0 10px;
}

#MPMain_table_totals * {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 32px;
}

section.block header {
    font-weight: 700;
    background-color: #0072bb;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
}

section.block header .fa {
    margin: 0 8px 0 0;
}

.ordertbl {
    width: 100%;
    margin: 0 0 35px;
}

.ordertbl th {
    border-bottom: solid 1px #c2c2c2
}

.ordertbl th,
.ordertbl td {
    padding: 12px 10px;
    text-align: left;
}

.ordertbl th:last-child,
.ordertbl td:last-child {
    text-align: right;
    min-width: 110px;
}

.ordertbl .totlabel,
.ordertbl .total1,
.ordertbl .total,
.ordertbl .total-delivfee {
    text-align: right;
    background-color: #E9EDEF !important;
    border: 0 none;
    color: #323e48 !important;
}

.ordertbl .total {
    font-weight: 700;
    font-size: 32px;
}

.checkout .block-content {
    padding: 30px 0;
    margin: 0 0 30px;
}

.checkout .deliverydetailstable {
    width: 100%;
}

.checkout .deliverydetailstable td {
    padding: 5px 0;
    vertical-align: middle;
}

.checkout .deliverydetailstable .rowlabel {
    font-weight: 700;
    width: 120px;
}

#pnlDeliveryDetails p {
    margin: 0 0 5px;
    font-weight: 700;
}

#pnlDeliveryDropdown {
    margin: -33px 0 0 120px;
}

#pnlDeliveryDropdown select {
    width: 100% !important;
}

#divAttn {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#divAttn .rowlabel {
    width: 120px;
    font-weight: 700;
}

#divAttn input[type="text"] {
    flex: 1;
}

#pnlDeliveryAddress {
    margin: 0 !important;
}

.product-pricing .price {
    font-size: 36px;
}

.product-pricing .add-to-ord .btn-add-to-cart {
    border: 0 none !important;
}

.product-pricing .add-to-ord .btn-qty-down,
.product-pricing .add-to-ord .btn-qty-up {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.product-pricing .add-to-ord .btn-qty-down {
    border-radius: 6px 0 0 6px;
}

.product-pricing .add-to-ord .btn-qty-up {
    border-radius: 0 6px 6px 0;
}

.product-pricing .add-to-ord .qty {
    border: 1px solid #E3E8EB;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
}

.product-pricing .prices {
    border-top: #E3E8EB 1px solid;
    padding: 20px 0 0;
    margin: 20px 0 30px;
}

.product-pricing .add-to-ord .btn-add-to-cart {
    margin: 0 0 0 20px;
    padding: 0 50px;
}

.product-pricing .add-to-ord .btn-add-to-cart .fa {
    display: none;
}

.product-pricing .fav-icon {
    margin: 25px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.product-pricing .fav-icon .fa-2x {
    font-size: 40px;
    top: 0;
}

.product-pricing p {
    padding: 10px 0;
    /*text-align: center;*/
}

.productdetail .breadcrumbs {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .product-list-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .sub-cat-box {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .featured-product-list .product-list-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .product-list-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .sub-cat-box {
        width: 33.333333%;
    }

    .brand-item {
        max-width: 20%;
        flex: 0 0 20%;
    }
}

@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-tableitem td.c_code,
    .product-list-tableitem td.c_fav,
    .product-list-tableitem .c_addtoord a.btn span,
    .product-list-tableitem td.c_stock {
        display: none !important;
    }

    .product-list-list-view .product-list-item .img-etc,
    .product-list-list-view .product-list-item>div,
    .product-list-list-view .product-list-item .desc-etc,
    .product-list-list-view .product-list-item .price-etc {
        float: none;
        width: auto;
        text-align: center;
        padding: 0;
    }

    .product-list-list-view .product-list-item {
        flex-direction: column;
    }

    .product-list-list-view .product-list-item .prices,
    .product-list-list-view .product-list-item .desc a {
        min-height: 1px;
        height: auto;
    }


    div.prods-list {
        margin: 0;
        padding: 30px 0 0;
    }

    .c_unitprice {
        min-width: 115px;
    }

    #tblTotal>tbody>tr {
        display: flex;
        flex-direction: column-reverse;
    }

    #MPMain_pnlSpecialInstructions {
        margin: 30px 0 0;
    }

    .shoppingcart .btn,
    .shoppingcart .btn_so {
        padding: 0 12px;
    }

    .product-image-wrapper img {
        width: 50px;
    }

    .product-item-details {
        padding: 0 0 0 12px;
        max-width: calc(100% - 50px);
    }

    .minicart-items-wrapper {
        max-height: 280px;
    }

    .featured-product-list .product-list-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .productdetail .caption-div .caption {
        padding-left: 0;
    }

    .productdetail .product-image {
        margin: 0 0 30px;
    }

    .productdetail .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .product-icons .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sub-cat-box {
        width: 50%;
    }

    .popular-categories-wrapper .sub-cat-box {
        max-width: 50%;
        flex: 50%;
    }

    .footer-logo-wrapper {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .social-nav {
        margin: 20px 0;
    }

    .footer-phone,
    .footer-account {
        border: 0 none;
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
    }

    .catalogues-wrapper h3 {
        margin-top: 20px;
    }

    .catalogues-wrapper .btn,
    .catalogues-wrapper hr {
        margin: 0 0 40px;
    }

    .trend-prod {
        width: calc(50% - 20px);
    }
}

.accordion {
    margin: 50px 0;
    border-radius: 1px;
    border: 0 none !important;
}

.accordion>.card {
    margin: 0 0 10px;
    border: 0 none;
    border-radius: 0;
    border-bottom: 0 none;
}

.accordion>.card:last-child {
    border-bottom: 0 none !important;
}

.accordion>.card .card-header {
    padding: 0;
    margin: 0;
    border: 0 none !important;
    border-radius: 0;
    background: 0 none;
}

.accordion>.card .card-header>a {
    display: block;
    padding: 20px;
    position: relative;
    color: #fff !important;
    background: #0072bb !important;
    border: 0 none !important;
    cursor: pointer;
    height: auto;
    line-height: 28px;
    text-align: left;
    font-size: 20px;
    -webkit-appearance: none;
    border-radius: 10px;
}

.accordion>.card .card-header>a.collapsed {
    color: #0072bb !important;
    background: rgba(0, 0, 0, 0.05) !important
}

.accordion>.card .card-header>a.collapsed:hover {
    background: 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: #0072bb;
    content: "\f067";
}

.accordion>.card .card-header>a.collapsed:hover:after {
    color: #fff;
    background-color: #0072bb;
    border-radius: 2px;
}

.accordion>.card .card-header>a:hover:after {
    color: #0072bb;
    background-color: #fff;
    border-radius: 2px;
}

.card-body {
    color: #151515;
}

.card-body ul li {
    line-height: 24px;
    margin: 0 0 10px;
    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: 0;
}

.table-product-attributes tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.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: #0072bb;
}

.favs-list {
    width: 100%;
}

.favs-list td {
    padding: 5px 0;
}

.favs-list tr.fav-list span,
.favs-list tr.new-favs-list span.btn {
    display: block;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.favs-list tr.fav-list span {
    background-color: #888;
}

#tr_newfavslist div {
    display: flex;
    align-items: center;
}

#tr_newfavslist div input[type="text"] {
    flex: 1;
}

#simplemodal-container h3 {
    color: #323e48;
}

.prodscomparison {
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #ddd;
}

.prodscomparison .attribute-name {
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
}

.prodscomparison th {
    text-align: left;
}

.prodscomparison a {
    text-decoration: none;
}

.prodscomparison td,
.prodscomparison th {
    border: 1px #eee solid;
    vertical-align: text-top;
    padding: 10px;
    width: 20%;
}

.prodscomparison td {
    text-align: center;
}

.prodscomparison .proddesc {
    color: #009ecf;
    font-weight: bold;
    height: auto;
}

.prodscomparison .prodlongdesc {
    margin: 10px 0px;
    color: #222222;
    font-weight: normal;
    text-align: left;
}

.prodscomparison .prodbullets {
    margin: 10px 0px;
    color: #009ecf;
    font-weight: normal;
    text-align: left;
}

.prodscomparison .prodimg {
    width: 155px;
    height: 100px;
    padding: 5px;
    text-align: center;
    border: none;
}

.zprodscomparison .prodimg img {
    height: 100px;
}

.prodscomparison .prodprice {
    color: #323e48;
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
}

.prodscomparison .prodcompare {
    text-align: right;
}

.searchboxcontainer>div {
    display: flex;
}

.searchboxcontainer span,
.add-code-to-fav-list input[type="text"] {
    flex: 1;
}

.prods-list-heading {
    position: relative;
}

.prods-list-heading .del-fav-list,
.prods-list-heading .edit-fav-list {
    font-size: 20px;
    margin: 0 3px;
    position: relative;
    top: -4px;
    color: #323e48;
}

.prods-list-heading .del-fav-list {
    color: red;
}

.add-code-to-fav-list {
    position: absolute;
    right: 0;
    top: 4px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.add-code-to-fav-list input[type="text"] {
    margin: 0 5px;
}

.add-code-to-fav-list input[type="text"],
.add-code-to-fav-list .btn {
    height: 30px;
}

@media (max-width: 767px) {
    .add-code-to-fav-list {
        position: static;
        width: 100%;
        display: block;
    }

    .add-code-to-fav-list input[type="text"] {
        margin: 5px 0;
    }
}

#MPMain_gridStdOrds table,
#MPMain_pnlDateRange table {
    width: 100%;
}

#MPMain_gridStdOrds table.products td a,
#MPMain_gridStdOrds table.products th a {
    padding: 0 15px !important;
    line-height: 30px;
    font-size: 12px;
}

#MPMain_pnlDetails {
    padding: 0 !important;

}

#MPMain_lblOrderTitle {
    /*font-family: 'omnesmedium', sans-serif;*/
    font-weight: 700 !important;
    font-size: 14px;
    display: block;
    background-color: #596c79;
    padding: 12px 20px;
    color: #fff;
}

#MPMain_dgrdDetail {
    width: 100%;
    border: 0 none;
    margin: 0 0 20px;
}

#MPMain_dgrdDetail tr {
    background-color: transparent !important;
}

#MPMain_dgrdDetail tr.th1 {
    /*font-family: 'omnesmedium';*/
    font-weight: 700;
    background-color: #F3F3F3 !important;
    text-align: left;
}

#MPMain_dgrdDetail .th1 a {
    color: inherit;
}

#MPMain_dgrdDetail td {
    border: 0 none;
    border-bottom: solid 1px #c2c2c2;
    padding: 10px;
    font-size: 14px;
}

.table-responsive-wrapper h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px;
}

.table-bordered th {
    /*font-family: 'omnesmedium';*/
    font-weight: 700;
    background-color: #F3F3F3;
}

.record-counter {
    font-size: 14px;
}

.record-counter span {
    /*font-family: 'omnesmedium';*/
    font-weight: 700;
}

.scheduled-orders-wrapper .form-group.d-flex .form-control {
    margin: 0 5px 0 0;
}

.scheduled-orders-wrapper .form-group.d-flex .form-control+.form-control {
    margin: 0 0 0 5px;
}

.table-invoices,
.table-orders-backorders {
    width: 100%;
    border: solid 1px #c2c2c2;
}

.table-invoices th,
.table-orders-backorders th {
    font-weight: 700;
    font-size: 15px;
    background-color: #F3F3F3;
}

.table-invoices th,
.table-invoices td,
.table-orders-backorders th,
.table-orders-backorders td {
    font-size: 14px;
    border: 0 none;
    padding: 10px;
    border-bottom: solid 1px #c2c2c2;
}

.table-invoices tr:last-child td,
.table-orders-backorders tr:last-child td {
    border: 0 none;
}

.table-orders-backorders td.col-date,
.table-orders-backorders td.col-qty {
    width: 110px;
}

.table-orders-backorders td.col-date:last-child {
    width: 180px;
}

.table-orders-backorders td.col-ref {
    width: 120px;
}

.table-invoices .col-view {
    text-align: right;
}

@media (max-width: 767px) {

    .table-invoices th:nth-child(3),
    .table-invoices td:nth-child(3),
    .table-invoices th:nth-child(4),
    .table-invoices td:nth-child(4),
    .table-invoices th:nth-child(5),
    .table-invoices td:nth-child(5),
    .table-invoices th:nth-child(7),
    .table-invoices td:nth-child(7),
    .table-orders-backorders th:nth-child(2),
    .table-orders-backorders td:nth-child(2),
    .table-orders-backorders th:nth-child(4),
    .table-orders-backorders td:nth-child(4),
    .table-orders-backorders th:nth-child(5),
    .table-orders-backorders td:nth-child(5),
    .table-orders-backorders th:nth-child(7),
    .table-orders-backorders td:nth-child(7),
    .table-orders-backorders th:nth-child(8),
    .table-orders-backorders td:nth-child(8),
    .table-orders-backorders th:nth-child(9),
    .table-orders-backorders td:nth-child(9),
    .table-orders-backorders th:nth-child(10),
    .table-orders-backorders td:nth-child(10),
    .carousel-indicators {
        display: none;
    }

    .table-orders-backorders th.col-ref,
    .table-orders-backorders td.col-ref {
        width: auto;
    }

    .table-invoices .btn {
        padding: 0 8px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
}

.product-main .product-icon {
    position: absolute;
    left: -60px;
    top: 22px;
}

.product-main .icon-list {
    position: absolute;
    left: -60px;
    top: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-main .icon-list>span {
    margin: 0 0 5px;
}

.product-main .icon-list .fa-2x {
    font-size: 24px;
}

.product-main .product-icon .icon-label {
    display: none;
}

.product-main .product-icon .fav-icon .fa-2x {
    top: auto;
    margin: 0;
}

.product-images .ribbon-image {
    left: 7px;
}

@media (max-width: 767px) {

    .product-main .product-icon,
    .product-main .icon-list {
        position: static;
    }

    .product-main .icon-list {
        flex-direction: row;
        align-items: flex-start;
        margin: 10px 0;
    }

    .productdetail .bulk-prices-table {
        width: 100% !important;
    }

    .product-main .icon-list>span {
        margin: 0 10px 0 0;
    }

    .product-images .ribbon-image {
        top: 22px;
    }
}

.table-add-mult td {
    padding: 10px 0;
    text-transform: capitalize;
}

.table-add-mult .txtbox1 {
    display: inline-block;
    width: 40%;
    margin: 0 20px 0 5px;
}

@media (max-width: 1350px) {
    .table-add-mult .txtbox1 {
        width: 35%;
    }
}

@media (max-width: 992px) {
    .table-add-mult .txtbox1 {
        width: 30%;
    }
}

@media (max-width: 767px) {

    .table-add-mult,
    .table-add-mult * {
        display: block !important;
        width: 100% !important;
    }

    .table-add-mult td {
        padding: 0;
    }

    .table-add-mult .txtbox1 {
        margin: 5px 0 20px;
    }
}

.productdetail div.bulk-prices {
    padding: 0;
    background-color: transparent;
    width: auto;
    margin: 20px 0 30px;
}

.productdetail .bulk-prices-table {
    width: 70%;
}

.productdetail .bulk-prices-table th {
    background: #596c79;
}

.productdetail .bulk-prices-table th,
.productdetail .bulk-prices-table td {
    padding: 10px;
    font-size: 14px;
}

.productdetail .bulk-prices-table tr {
    border-bottom: solid 1px #c2c2c2;
}

.product-main span.label {
    font-weight: 700;
}

.product-main p {
    margin: 15px 0;
}

.prices {
    position: relative;
}

.price-discount {
    color: red;
}

@media (min-width: 768px) {
    .price-discount {
        position: absolute;
        right: 0;
        top: 4px;
    }
}

.stock-level {
    font-size: 13px;
    font-weight: 700;
}

.stock-level-label,
.stock-level-value {
    font-weight: 700;
    color: #71bf44;
}

.special-group-items-list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0;
    margin-left: -15px;
    margin-right: -15px;
}

.sgi-list-table {
    width: 100%;
    border: solid 1px #c2c2c2;
}

.sgi-list-table tr:not(:last-child) {
    border-bottom: solid 1px #c2c2c2;
}

.sgi-list-table th,
.sgi-list-table td {
    font-size: 13px;
    padding: 10px;
}

.sgi-list-table th:first-child,
.sgi-list-table td:first-child {
    padding-left: 20px;
}

.sgi-list-table th:last-child,
.sgi-list-table td:last-child {
    padding-right: 20px;
}

.sgi-list-table tr.categ1,
.sgi-list-table tr.categ2 {
    border-bottom: 0 none;
}

.sgi-list-table tr.categ1 td,
.sgi-list-table tr.categ2 td {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 0;
}

.total-row {
    font-size: 24px;
    font-weight: 700;
    margin: 75px 0 10px;
}

.sgi-list-table-wrapper {
    max-height: 1000px;
    overflow: auto;
}

.side-part {
    position: sticky;
    top: 0;
}

.featured-product-list {
    border: 1px solid #e6e6e6;
    border-top: 0 none;
    margin: -10px 0 50px;
    padding: 20px 0;
}

.lightSlider .product-list-item {
    border: 1px solid #e6e6e6;
}

@media (min-width: 1650px) {
    .block-content .lSSlideOuter {
        width: 1368px;
    }
}

.product-blurb>ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.product-blurb>ul li:not(:last-child) {
    margin: 0 0 5px;
}

/* Product pages styling */

.login-container .row.justify-content-between {
    flex-direction: column;
    align-items: center;
}

.login-container .row.justify-content-between .col-lg-5+.col-lg-5 {
    margin-top: 80px;
}

.login-container .col-lg-5:nth-child(2) .row .col-lg-6.col-md-4 {
    display: none;
}

.account-wrapper {
    padding: 30px 0 0;
}

.account-tile {
    border-radius: 10px;
    padding: 30px 40px 30px 30px;
    border: 1px solid #E0E0E0;
    margin: 0 0 30px;
    color: #000;
    min-height: 135px;
}

.account-tile:hover {
    color: #0281b3;
    background-color: #FAFBFC;
    box-shadow: 0 1px 0 #F6F6F6;
}

.account-tile .icon {
    width: 60px;
    margin: 0 15px 0 0;
    text-align: center;
}

.account-tile .icon img {
    height: 50px;
    width: auto;
}

.account-tile .flex-fill {
    max-width: calc(100% - 75px);
}

.account-info h4 {
    font-size: 18px;
    margin: 0;
}

.account-info p {
    line-height: 18px;
    margin: 5px 0 0;
}

.catalogue {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .catalogue {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

.catalogue>a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none !important;
}

.catalogue>a img {
    border: #455560 1px solid;
}

.catalogue>a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 5px;
    background-color: #0072bb;
    font-size: 14px;
    font-weight: 700;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

#divRegister,
.login_welcome,
.loginbox {
    text-align: left;
}

#divRegister section.block header {
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 20px 0 30px;
    padding: 0 0 10px;
    font-weight: 700;
    color: #0072bb;
    background-color: transparent;
}

.logintable {
    width: 100%;
    max-width: 450px;
}

.logintable,
.logintable tbody,
.logintable tr,
.logintable td {
    display: block;
    text-align: left;
}

.login_links {
    text-align: left;
    padding: 30px 0 70px;
}

.login_content0 {
    margin: 0 0 40px;
}

.login_content0 img {
    max-width: 100%;
    width: auto;
    height: auto;
}

ol {
    margin-bottom: 30px;
}

hr {
    margin: 30px 0;
}

.team-wrapper h2 {
    margin: 0 0 30px;
}

.team-wrap {
    margin: 0 0 50px;
    display: inline-block;
    text-align: center;
}

.team-wrap .img {
    position: relative;
    overflow: hidden;
}

.team-wrap h3 {
    margin: 15px 0 0;
}

.team-wrap h5 {
    font-size: 16px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.contact-container {
    background-color: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    text-align: left;
    transition: all 0.2s ease-in-out;
    padding: 10px 10px 0;
}

.contact-container p {
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.contact-container .contact {
    color: #cf0 !important;
    text-decoration: underline;
    display: inline-block;
    margin: 0 0 10px;
}

.team-wrap:hover .contact-container {
    opacity: 1;
    visibility: visible;
}

#simplemodal-container .simplemodal-data {
    padding: 15px;
}

.rqstcatpage #Table1 td {
    padding: 5px 0;
}

.rqstcatpage #Table1 td:first-child {
    padding: 10px 0 0;
    width: 140px;
}

#MPMain_RequiredFieldValidator1,
#MPMain_RequiredFieldValidator2,
#MPMain_RequiredFieldValidator3,
#MPMain_RequiredFieldValidator4,
#MPMain_RequiredFieldValidator5,
#MPMain_RequiredFieldValidator6,
#MPMain_RequiredFieldValidator7,
#MPMain_RequiredFieldValidator8,
#MPMain_RequiredFieldValidator9 {
    color: red;
    font-size: 12px;
}

@media (min-width: 768px) {
    .google-map .embed-responsive-16by9:before {
        padding-top: 23%;
    }
}

.google-map {
    margin: 0 0 50px;
}

.contact-wrapper h3 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

.contact-wrapper p {
    margin: 0 0 30px;
}

.team-wrapper .content {
    margin: 10px 0 40px;
}

.team-wrapper h3 {
    margin: 0;
}

.team-wrapper .content p {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* tooltip styling */
.tooltipster-shadow2 {
    background-color: #0072bb;
    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: #0072bb;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid;
    bottom: -5px;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 10px;
}

@media (max-width: 767px) {
    .cart-popup.dropdown-menu {
        right: -10px;
        width: 330px;
    }

    .cart-popup:before {
        right: 14px;
    }

    .cart-popup:after {
        right: 13px;
    }

    .product-image-wrapper img {
        width: 50px;
    }

    .product-item-details {
        padding: 0 0 0 12px;
        max-width: calc(100% - 50px);
    }

    .minicart-items-wrapper {
        max-height: 280px;
    }

    .phone-hide {
        display: none !important;
    }

    .table-product-attributes td:first-child {
        width: auto;
    }

    .rqstcatpage #Table1 td {
        padding: 5px 0;
        display: block;
    }

    .brand-item {
        width: calc(33.333% - 10px);
        max-width: none;
        flex: 0 0 calc(33.333% - 10px);
    }

    #hero-carousel .carousel-item {
        height: 250px;
    }

    .site-feautres {
        padding: 10px 0;
    }

    .icon-box-wrapper {
        justify-content: flex-start;
        margin: 15px 0;
    }

    .location-info {
        margin: 0 0 40px;
    }

    .price-etc a.btn,
    .prodscomparison .add-to-ord .btn-add-to-cart {
        font-size: 12px;
    }
}

.navbar-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar-logo>a {
    padding: 0 !important;
    background-color: transparent !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 0 0 50px !important;
}

.navbar-logo img {
    width: 100%;
    height: auto;
    max-width: 80px;
}

.navbar-logo .featured-brands {
    width: 100%;
    margin: 0;
}

.navbar-logo .featured-brands-heading {
    display: none !important;
}

.navbar-logo .brands-list {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 none;
}

.navbar-logo .brand-item>a {
    padding: 0 !important;
    background-color: transparent !important;
}

.navbar-logo .brand-item .brand-img {
    width: 80%;
}

.admin .social-sidebar {
    display: none !important;
}

.bnr {
    width: 100% !important;
    max-width: none !important;
}

ol.bjqs-markers {
    z-index: 20;
}

.ac_results {
    border: 0 none;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 6px 0px;
    margin: -5px 0 0;
    padding: 5px 0 0;
    z-index: 99;
}

.ac_results ul {
    max-height: none !important;
    overflow: visible !important;
}

.ac_results li {
    padding: 10px 20px;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.025);
    cursor: pointer;
    background: url(./images/side-arrow.svg) no-repeat scroll calc(100% - 15px) center;
    background-size: 20px auto;
}

.ac_results li:first-child {
    border: 0 none;
}

.ac_results li strong {
    font-weight: 700;
    color: #0072bb;
}

.ac_over,
.ac_results li:hover {
    background-image: url(./images/side-arrow-hover.svg);
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit;
}

.ac_odd {
    background-color: transparent;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 850px;
    }
}

#appointment-modal .modal-body {
    overflow: hidden;
}

#appointment-modal iframe {
    margin-top: -80px;
}

.bookme-wrap a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    width: 150px;
    border-radius: 6px;
    background-color: #3174fe;
    color: #fff;
    text-decoration: none;
    margin: 0 20px 20px 0;
    text-align: center;
}

.news-feed-item {
    border-radius: 0;
    padding: 20px 0;
    border: 0 none;
    border-bottom: 1px solid #ccc;
}

.news-feed-item:hover {
    background-color: transparent !important;
}

.news-feed-item h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.news-feed-item h4 a {
    color: inherit;
}

.news-item.viewed {
    opacity: 1 !important;
}

.media-body {
    font-size: 16px;
}

.file-item {
    padding: 2px 25px 2px 10px;
}

.file-item .close {
    top: 1.5pt !important;
    right: 5px !important;
    padding: 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    font-family: initial !important;
}

.list-view .news-feed-item .media {
    display: flex !important;
}

.list-view .news-feed-item .media>a {
    width: 100%;
    max-width: 360px;
    margin: 10px 0 !important;
}


.list-view .news-feed-item .media>a img,
.list-view .news-feed-item .media>a svg {
    width: 100% !important;
    max-width: none !important;
}

.list-view .news-feed-item .media-body {
    padding: 10px 0 10px 30px;
}

.news-item-container {
    padding: 0;
    border: 0 none !important;
}

.gj-list {
    border: 1px solid #ccc;
    padding: 10px 0;
}

.gj-list>.list-group-item {
    border-bottom: 1px solid #ccc !important;
}

.gj-list>.list-group-item:last-child {
    border: 0 none !important;
}

.text-wrap h3 {
    margin: 0 0 15px;
}

.text-wrap p {
    margin: 0 0 30px;
}

.text-wrap ol,
.text-wrap ul {
    margin-bottom: 30px;
}

.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;
}

.text-wrap .wrap {
    text-align: center;
    margin: 0 0 40px;
}

.text-wrap .wrap .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
    border: 1px solid #999;
    margin: 0 0 20px;
}

/*.login #aspnetForm,
.login .caption-div > div,
#MPMain_pnlResetPassword1 {
    max-width: 450px;
    margin-left: auto;
	margin-right: auto;
}

.login .caption-div > div {
    max-width: 480px;
	padding-top: 30px;
}*/

#MPMain_pnlResetPassword1 * {
    display: block;
}

.extrapage .pg_main {
    width: 100%;
}

/* data tables styling */
body section#dtplugin {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
}

body section#dtplugin #app a {
    color: #0072bb;
}

body section#dtplugin #app .dataTables_filter>label {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 20px;
}

body section#dtplugin #app .dataTables_filter .form-control.form-control-sm {
    max-width: 320px;
    height: 40px;
    flex: 1;
    margin: 0 0 0 10px;
    box-shadow: none !important;
}

body section#dtplugin #app .nav-tabs .nav-item {
    margin-right: 10px;
}

body section#dtplugin #app .table-bordered {
    border: 1px solid #c2c2c2;
}

body section#dtplugin #app .table-bordered tr.even td {
    background-color: rgba(0, 0, 0, 0.05);
}

body section#dtplugin #app .table-bordered th,
body section#dtplugin #app .table-bordered td {
    border: 0 none;
    border-bottom: solid 1px #c2c2c2;
}

body section#dtplugin #app .table-bordered tr:last-child th,
body section#dtplugin #app .table-bordered tr:last-child td {
    border: 0 none;
}

body section#dtplugin #app .table .thead-light th {
    font-size: 14px;
    color: #000;
    background-color: #F3F3F3;
}

body section#dtplugin #app .page-link {
    font-weight: 600;
    font-size: 15px;
    color: #0072bb;
}

body section#dtplugin #app .page-item.active .page-link {
    color: #fff;
    background-color: #0072bb;
    border-color: #0072bb;
}

body #app #bulk--orders table .tools.text-center {
    text-align: left !important;
}

body #app #bulk--orders table th.tools,
body #app #bulk--orders table td.tools {
    width: 280px !important;
}

#b2ssummary--page,
#b2s-order-form-summary--page {
    margin: 30px 0 0;
}

body #dtplugin #app table:not(.table) td {
    text-align: inherit;
    vertical-align: top;
}

.bts-ordersum-wrapper {
    font-size: 13px;
}

#dtplugin #app #b2ssummary--page .dataTable thead th,
#dtplugin #app #b2ssummary--page .dataTable tbody td,
#dtplugin #app #b2s-order-form-summary--page .dataTable thead th,
#dtplugin #app #b2s-order-form-summary--page .dataTable tbody td {
    text-align: inherit;
    padding: 0.5rem;
}

#dtplugin #app #b2ssummary--page .col-5 .table:not(.dataTable) thead th,
#dtplugin #app #b2ssummary--page .col-5 .table:not(.dataTable) tbody td {
    padding: 0.5rem;
}

.ordersum-header img {
    margin: 0 0 20px;
}

.ordersum-header h2 {
    margin: 0 0 5px;
}

.ordersum-header p {
    margin: 0;
    line-height: 160%;
}

.bts-order-summary p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.bts-order-summary p strong {
    color: #000;
    padding: 0 0 0 15px;
}

.attn-info {
    margin: 20px 7% 50px;
}

.attn-info h5 {
    font-size: 14px;
    margin: 0 0 5px;
}

.bts-ordersum-wrapper .key-features p {
    margin: 0 0 10px;
}

.bts-ordersum-wrapper .key-features ul {
    margin-bottom: 10px;
}

.bts-ordersum-wrapper .key-features p:last-of-type {
    margin: 0 0 20px;
}

.service .pg_nav,
#MPMain_pnlArticle .author {
    display: none !important;
}

.pg_nav {
    width: 350px;
}

.service .pg_main {
    padding-left: 0;
}

.ul-articles {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.ul-articles a {
    font-size: 13px;
    font-weight: 600;
    color: #212121;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-flex;
    border: 2px solid #f1f1f1;
    line-height: 28px;
    padding: 0 15px 0 25px;
    min-width: 70px;
    position: relative;
    margin: 0 5px 5px 0;
}

.ul-articles a:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background-color: #f1f1f1;
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
}

.ul-articles a:hover {
    color: #333;
    border-color: #3d4544;
}

.ul-articles a:hover:after {
    background-color: #3d4544;
}

.recent-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.recent-posts ul li {
    display: flex;
    align-items: stretch;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #81818133;
}

.recent-posts ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0 none;
}

.recent-posts .recent-posts-thumbnail {
    width: 75px;
    height: 60px;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 15px;
}

.recent-posts .recent-posts-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-posts .recent-posts-info {
    flex: 1 1 auto;
}

.recent-posts .recent-posts-info h5 {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 0 10px;
}

.recent-posts .recent-posts-info h5 a {
    color: #333 !important;
    word-wrap: break-word;
    line-height: 1.3;
}

.blog-post-details {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-post-details .article-inner {
    overflow: hidden;
}

body .article-inner h1 {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 150% !important;
    margin: 0 0 30px !important;
}

.blog-post-details .post-img-wrap {
    width: 100%;
    max-width: 480px;
    float: right;
    max-height: none;
    margin: 0 0 40px 50px;
}

body .blog-post-details h2 {
    line-height: 1.2 !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin: 0 0 10px !important;
}

body .blog-post-details h3 {
    font-size: 24px !important;
    color: #3d4544 !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
}

.blog-post-details .post-img-wrap {
    margin: 0 0 50px;
}

.blog-post-details p {
    line-height: 1.7;
    margin: 0 0 20px;
}

.blog-post-details .table {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 35px;
}

.blog-post-details .table td {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 12px;
    border: 0 none;
    border-bottom: 1px solid #E6E6E6;
}

.blog-post-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

body .bootstrap-iso .page-item .page-link,
body #app .page-item .page-link {
    border: 0 none;
    border-radius: 0 !important;
}

#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;
    padding-right: 80px;
}

body #app #admin-article-list>.left-panel {
    max-width: 275px;
    margin: 0 30px 0 0;
}

body .blog-tag h5,
body .recent-posts>h5 {
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    margin: 0 0 20px !important;
}

.blog-tag {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #81818133;
}

.service-tiles,
.topic-tiles,
.articles-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.service-tile,
.topic-tile,
.blog-post-entry {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 30px;
}

.post-img-wrap {
    overflow: hidden;
    display: inline-flex;
    vertical-align: middle;
    backface-visibility: hidden;
    perspective: 800px;
    max-height: 360px;
}

.post-img-wrap a {
    display: block;
    margin: -2px;
    transition: transform .7s ease, opacity .7s ease;
    transform: scale(1);
}

.post-img-wrap a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #00000080;
    transition: opacity .7s ease
}

.blog-post-entry .wrap:hover .post-img-wrap a {
    transform: scale(1.03);
}

.blog-post-entry .wrap:hover .post-img-wrap a:after {
    opacity: 1;
}

.post-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-img-wrap a {
    display: block;
    margin: -2px;
    transition: transform .7s ease, opacity .7s ease;
    transform: scale(1);
}

.post-body {
    padding: 25px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 4px #0000001f;
    transition: box-shadow .6s ease;
    z-index: 1;
    position: relative;
}

.description {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    margin: 0 0 20px;
}

body .post-body h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #3d4544 !important;
    margin: 0 0 10px !important;
}

body .post-body .post-type~a {
    color: #3d4544 !important;
    text-decoration: none !important;
    position: relative;
}

body .post-body h3>a {
    color: #3d4544 !important;
}

body .read-more {
    margin: 0 !important;
}

@keyframes next-animate {
    25% {
        transform: translateZ(0)
    }

    50% {
        transform: translate3d(-3px, 0, 0)
    }

    75% {
        transform: translate3d(3px, 0, 0)
    }
}

body .more-link {
    font-size: 13px;
    font-weight: 700;
    color: #3d4544 !important;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    text-transform: uppercase;
    position: relative;
}

body .more-link:after {
    content: "\f141";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3d4544;
    font-size: 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: 100%;
    bottom: 0;
    opacity: 0;
    margin-left: 5px;
    display: inline-block;
    transition: opacity .35s ease;
}

body .more-link:hover:after {
    opacity: 1;
    animation: next-animate 1s infinite;
}

.post-type {
    position: absolute;
    top: -13px;
    left: 15px;
    right: 15px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.post-type span {
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    background-color: #3d4544;
}

.blog-post-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #81818133;
    padding: 0;
    margin: 0 15px;
}

.single-meta-tags {
    font-weight: 500;
    margin: 30px 50px 0 0 !important;
}

.tags-list>a {
    font-size: 16px;
    text-transform: uppercase;
}

.tags-list>a+a {
    margin: 0 0 0 4px;
}

.social-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 30px 0 0 !important;
}

.social-nav li:not(:last-child) {
    margin: 0 10px 0 0;
}

body .social-nav li>a {
    font-size: 16px !important;
    color: #fff !important;
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

body .social-nav li.social-facebook>a {
    background-color: #365493 !important;
}

body .social-nav li.social-twitter>a {
    background-color: #3cf !important;
}

body .social-nav li.social-pinterest>a {
    background-color: #cb2027 !important;
}

body .social-nav li.social-email>a {
    background-color: #0072bb !important;
}

.service-tile>a,
.topic-tile>a {
    display: block;
    position: relative;
}

.service-tile b,
.topic-tile b {
    display: block;
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 4px;
}

.service-tile img,
.topic-tile 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 {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}

.blurb {
    display: block;
    font-size: 13px;
    color: #414042;
    margin: 10px 0 0;
}

.service-tile .btn {
    font-size: 12px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin: 20px 0 0;
}

#MPMain_pnlArticle {
    overflow: hidden;
}

#MPMain_pnlArticle>img {
    float: right;
    width: 400px;
    margin: 0 0 50px 50px;
}

@media (min-width: 768px) {

    .service-tile,
    .topic-tile,
    .blog-post-entry {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {

    .service-tile,
    .topic-tile,
    .blog-post-entry {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {

    .service-tile,
    .topic-tile,
    .blog-post-entry {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 1199px) {
    .blog-post-details .post-img-wrap {
        float: none;
        margin: 0 0 30px;
    }
}

@media (max-width: 767px) {
    #app #admin-article-list {
        flex-direction: column;
    }

    body #app #admin-article-list>.left-panel {
        max-width: none;
        width: 100%;
        margin: 0 0 50px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .service-tile,
    .topic-tile,
    .blog-post-entry {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    .post-img-wrap {
        max-height: none;
    }
}