span.exgst:after {
    content: ' ex GST';
    font-size: 12px;
    font-weight: 500;
}

:root {
    --mega-menu-height: 182px;
}

.megamenu {
    z-index: 150;
    position: relative;
}

.megamenu .megamenu-nav {
    padding: 0;
    margin: 0;
}

.megamenu .megamenu-nav .nav-item {
    display: block;
    padding: 5px 10px;
    text-align: center;
}

.megamenu .megamenu-nav .nav-item.is-open>.megamenu-content {
    visibility: visible;
    opacity: 1;
}

.megamenu .megamenu-nav .nav-item.is-open>.nav-link {
    color: #333;
}

.megamenu .megamenu-nav .nav-link {
    font-weight: 500;
}

.megamenu .megamenu-nav .nav-link:hover {
    color: #333;
}

.megamenu .megamenu-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: calc(100vw - 17px);
}

.lvl2-nav {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.megamenu .megamenu-content .container {
    padding: 45px 15px;
}

.megamenu .megamenu-content .subnav {
    margin: 0;
    padding: 0 0 0 12px;
}

.megamenu .megamenu-content .subnav-item {
    display: block;
}

.megamenu .megamenu-content .subnav-item .subnav-link {
    padding: 10px 0;
    display: block;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.megamenu-background {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    transition: all 0.15s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 13;
}

.megamenu-dim {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--mega-menu-height);
    visibility: hidden;
    opacity: 0;
    z-index: 12;
    transition: all 0.3s ease-in-out;
}

body.megamenu-visible .megamenu-dim {
    z-index: 12;
    visibility: visible;
    opacity: 1;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.megamenu .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.lvl2-nav>.col-3 {
    padding: 25px 0 0 15px;
    text-align: left;
}

.lvl2-parent {
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
}

a.subnav-link>img {
    width: 100%;
    height: auto;
    margin-bottom: auto;
}

a.subnav-link>p {
    margin: 0;
    align-self: center;
}

.is-parent>a,
.no-child>a {
    padding: 12px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #363741;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
    font-family: Montserrat, sans-serif;
    background: 0 0;
}

@media screen and (max-width: 1237px) {

    .is-parent>a,
    .no-child>a {
        font-size: 12px;
    }
}

/* underline animeation header items */
.hover-underline-animation .nav-link {
    position: relative;
}

.hover-underline-animation .nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 4px;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation.is-open .nav-link:after,
.hover-underline-animation:hover .nav-link:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

@media screen and (max-width: 766px) {
    .parts-finder-content-new.collapse.in {
        display: block !important;
    }

    #compat_list>p {
        display: none;

    }
}

@media screen and (min-width: 767px) {
    .parts-finder-content-new {
        display: block !important;
        height: auto !important;
    }

    #parts_finder>button {
        display: none !important;
    }

    #compat_list>p {
        font-weight: bold;
        display: flex;
        align-self: center;
        margin: 0;
        padding: 10px;

    }
}

@media screen and (max-width: 480px) {
    #compat_list>.form-control {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #compat_list>button {
        width: 100%
    }
}

@media screen and (min-width: 481px) {
    #compat_list {
        display: flex
    }
}

/* styling for BNPL, sku, availibility, add to cart - 28-11-22 */
.image-slider {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.image-slider img {
    user-select: none;
    max-width: 663px;
}

.image-slider>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    max-width: 100%;
    overflow: hidden;
    resize: horizontal;
}

.image-slider>div:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    resize: horizontal;
    right: 3px;
    bottom: 3px;
    background-clip: content-box;
    background: linear-gradient(-45deg, rgba(22, 67, 133, 1) 50%, transparent 0);
    -webkit-filter: drop-shadow(0 0 2px rgba(22, 67, 133, 1));
    filter: drop-shadow(0 0 2px rgba(22, 67, 133, 1));
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.bnpl-con {
    max-width: 60%;
    display: inline-flex;
}

@media screen and (max-width:460px) {
    div#bnpl-con {
        max-width: 75%;
    }
}

img.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.col-4 {
    flex: 33.33%;
    padding: 5px;
    align-self: center;
    justify-content: center;
}

.check-success {
    color: #008d00;
}

.check-warn {
    color: #0300c5;
}

.check-danger {
    color: #bb0000;
}

.col-12 {
    display: flex;
    flex: 100%;
}

.fixed-atc {
    position: fixed;
    bottom: 0;
    left: -15px;
    width: -webkit-fill-available;
    background: #c41230;
    z-index: 10;
}

.fixed-atc p {
    margin: 0;
    background: #c41230;
    color: white;
    text-align-last: center;
}

.product-benefits p {
    font-family: Montserrat, sans-serif;
    color: #333;
    line-height: 100%;
    font-size: 15px;
    padding: 5px;
}

.product-benefits i {
    font-size: 22px;
}

.product-benefits span {
    font-size: 15px;
}

.product-benefits a {
    font-family: Montserrat, sans-serif;
    color: #333;
    line-height: 100%;
    font-size: 15px;
}

@media screen and (min-width: 576px) {
    .col-xs-12.fixed-atc {
        display: none;
    }
}

@media (max-width: 365px) {
    .col-xxxs-12 {
        width: 100%;
        float: none;
    }
}

/* .brand-link img {
    aspect-ratio: 1/1;
    object-fit: contain;
    align-self: center;
}

a.lvl2-parent.brand-link.subnav-link {
    flex-direction: column;
}

.thumbnail .btn-secondary {
    background: #e1e1e1;
}

.header-search .nsearchinput-pl.well {
    right: 0;
}

.mobile-wrapper-container {
    background: white;
    width: 100%;
    position: relative;
    z-index: 1000;
    top: 0;
}

.mobile-wrapper-container.nav-up {
    position: fixed;
    top: -152px;
}

.mobile-wrapper-container.nav-down {
    position: fixed;
    top: 0;
    transition: top 0.1s ease-in-out;
}

@media screen and (max-width: 480px) {
    .mobile-wrapper-psuedo {
        height: 115px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .mobile-wrapper-psuedo {
        height: 122px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-wrapper-psuedo {
        height: 127px;
    }
}

@media screen and (min-width: 992px) {
    .mobile-wrapper-psuedo {
        display: none;
    }
}

#searchMobileBar {
    width: 100%;
    -webkit-transition: max-width .25s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: max-width .25s cubic-bezier(.55, .055, .675, .19);
    transition: max-width .25s cubic-bezier(.55, .055, .675, .19);
    background: rgba(239, 239, 239, .9);
    padding: 4px 10px;
    z-index: 99;
    border-bottom: 1px solid #eee;
    transition: all .3s ease;
    text-align: -webkit-center;
}

#searchMobileBar {
    display: none;
}

@media screen and (max-width: 991px) {
    #searchMobileBar {
        display: block;
    }
}

#searchMobileBar form {
    max-width: 700px;
    width: 100%;
    position: relative;
}

#searchMobileBar .search-bar {
    border: none;
    border-radius: 0 !important;
    color: #000;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    height: 50px;
}

#searchMobileBar .search-btn-submit {
    font-size: 28px;
    position: absolute;
    top: 12px;
    text-align: center;
}

#searchMobileBar button {
    -webkit-appearance: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    background: 0 0;
    right: 15px;
    top: 12px;
}

@media (max-width: 767px) {
    #searchMobileBar .search-bar {
        font-size: 14px;
        height: 45px;
    }

    #searchMobileBar .search-btn-submit {
        top: 8px;
    }
}

#searchMobileBar .form-group {
    margin: 0;
}

.mobile-wrapper-container.nav-up .nsearchinput-pl.well {
    display: none;
} */


.brand-link img {
    aspect-ratio: 1/1;
    object-fit: contain;
    align-self: center;
}

a.lvl2-parent.brand-link.subnav-link {
    flex-direction: column;
}

.thumbnail .btn-secondary {
    background: #e1e1e1;
}

.header-search .nsearchinput-pl.well {
    right: 0;
}

.mobile-wrapper-container {
    background: white;
    width: 100%;
    position: relative;
    z-index: 1000;
    top: 0;
}

.mobile-wrapper-container.nav-up {
    position: fixed;
    top: calc(var(--mobile-menu-height) * -1);
}

.mobile-wrapper-container.nav-down {
    position: fixed;
    top: 0;
    transition: top 0.1s ease-in-out;
}

@media screen and (max-width: 991px) {
    .mobile-wrapper-psuedo {
        height: var(--mobile-menu-height);
    }
}
/* 
@media screen and (min-width: 481px) and (max-width:767px) {
    .mobile-wrapper-psuedo {
        height: 167px;
    }
} */
/* 
@media screen and (min-width: 768px) and (max-width:991px) {
    .mobile-wrapper-psuedo {
        height: 176px;
    }
} */

@media screen and (min-width: 992px) {
    .mobile-wrapper-psuedo {
        display: none;
    }
}

#searchMobileBar {
    width: 100%;
    -webkit-transition: max-width .25s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: max-width .25s cubic-bezier(.55, .055, .675, .19);
    transition: max-width .25s cubic-bezier(.55, .055, .675, .19);
    background: rgba(239, 239, 239, .9);
    padding: 4px 10px;
    z-index: 99;
    border-bottom: 1px solid #eee;
    transition: all .3s ease;
    text-align: -webkit-center;
}

#searchMobileBar {
    display: none;
}

@media screen and (max-width: 991px) {
    #searchMobileBar {
        display: block;
    }
}

#searchMobileBar form {
    max-width: 700px;
    width: 100%;
    position: relative;
}

#searchMobileBar .search-bar {
    border: none;
    border-radius: 0 !important;
    color: #000;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    height: 50px;
}

#searchMobileBar .search-btn-submit {
    font-size: 28px;
    position: absolute;
    top: 12px;
    text-align: center;
}

#searchMobileBar button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    background: 0 0;
    right: 15px;
    top: 12px;
}

@media (max-width: 767px) {
    #searchMobileBar .search-bar {
        font-size: 14px;
        height: 45px;
    }

    #searchMobileBar .search-btn-submit {
        top: 8px;
    }
}

#searchMobileBar .form-group {
    margin: 0;
}

.mobile-wrapper-container.nav-up .nsearchinput-pl.well {
    display: none;
}

/* search in header change 23/7/23 */

#wrapper-header img.logo {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

#wrapper-announcement a.ease {
    padding: 0;
}

ul.nav.navbar-nav.category-menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

#wrapper-header .container.hidden-xs.hidden-sm {
    min-height: 1px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-between;
}

header#wrapper-header>.container .wrapper-social {
    align-self: center;
}

#wrapper-header .wrapper-utility.text-right {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    justify-content: space-between;
}

#wrapper-header .header-search {
    width: 100%;
    float: left;
    align-self: center;
    margin: 0;
}

.header-search .nsearchinput-pl.well {
    left: 0;
    width: fit-content;
    text-align: left;
}

#wrapper-header .header-contact {
    margin: 0;
    font-size: 12px;
    margin: 0;
    align-self: center;
    font-weight: 600;
    display: flex;
    line-height: 15px;
    justify-content: right;
}

#wrapper-header .header-contact div {
    text-align: left;
}

#wrapper-header .header-contact p {
    margin: 0;
}

.wrapper-utility>div.header-account {
    text-align: center;
    margin: 0;
}

div#header-cart {
    text-align: center;
    margin: 0;
}

.fa.header-contact-icon {
    display: none;
    font-weight: inherit;
    font-size: 17px;
}

@media screen and (min-width: 1400px) {
    .fa.header-contact-icon {
        display: inline-block;
    }
}

.vehicle-finder-btn.col-sm-2 {
    text-align-last: center;
    margin: 0;
}

.vehicle-finder-btn.col-sm-2 button {
    background: white;
    border: 0;
    font-size: 28px;
    vertical-align: middle;
}

/* search in header change close */

#partFinder button.close {
    color: white;
    opacity: 1;
}

#partFinder button.close:hover {
    opacity: 0.4;
}

#partFinder span.mob-drop:after {
    content: "\f28e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    color: #575c5d;
}

#partFinder li.lvl-1 {
    border-bottom: 1px solid #f5f5f6;
    float: none;
    list-style: none;
}

#partFinder li.lvl-2 {
    border-top: 1px solid #f3f3f3;
}

#partFinder .menu-level-wrapper {
    display: table;
    width: 100%;
    min-height: 50px;
}

#partFinder li.lvl-1>.menu-level-wrapper a {
    background-color: #fff;
    color: #363741;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 20px;
    line-height: 100%;
    display: block;
}

#partFinder .menu-level-wrapper>span.mob-drop {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    border-left: 1px solid #f3f3f3;
    padding: 15px 17px;
    font-size: 18px;
}

#partFinder span.collapsed.mob-drop:after {
    content: "\f2c2";
    font-style: normal;
    font-weight: 400;
    color: #575c5d;
}

#partFinder .collapse-menu li a {
    color: #575c5d;
    font-size: 13px;
    display: block;
    background: #fff;
    text-transform: none;
    letter-spacing: 0;
    padding: 15px;
}

#partFinder li.lvl-2>.menu-level-wrapper>a {
    padding: 14px 35px;
}

#partFinder .collapse-menu li a {
    color: #575c5d;
    font-size: 13px;
    display: block;
    background: #fff;
    text-transform: none;
    letter-spacing: 0;
    padding: 15px;
}

#partFinder li.lvl-3>a {
    padding-left: 50px;
}

#partFinder li.lvl-3 {
    border-top: 1px solid #f3f3f3;
}

#partFinder ul {
    list-style: none;
    padding: 0;
}

h5#partFinderLabel {
    font-size: large;
    color: white;
    font-weight: 700;
}

#partFinder .modal-header {
    background-color: rgba(22, 67, 133, 1);
}

@media (max-width: 991px) {
    .mob-links {
        width: 50%;
    }

    .mob-logo {
        width: 50%;
    }
}

@media (max-width: 480px) {

    /* .mob-links {
			width: 140px;
		}
		.mob-logo {
			width: calc(100% - 140px);
		} */
    .mob-logo img {
        max-width: 220px;
        width: 100%;
    }
}

@media screen and (max-width: 361px) {
    span.vehicle-finder-btn {
        display: none;
    }
}

.wrapper-mob-header span.mob-menu {
    cursor: pointer;
}

#wrapper-announcement a.ease {
    color: white;
}