.elevation_1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.elevation_2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation_3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.carousel-itemsm {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-itemsm {
        transition: none;
    }
}

.carousel-itemsm-next,
.carousel-itemsm-prev,
.carousel-itemsm.active {
    display: block;
}

.active.carousel-itemsm-right,
.carousel-itemsm-next:not(.carousel-itemsm-left) {
    transform: translateX(100%);
}

.active.carousel-itemsm-left,
.carousel-itemsm-prev:not(.carousel-itemsm-right) {
    transform: translateX(-100%);
}

.carousel-fade .carousel-itemsm {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-itemsm-next.carousel-itemsm-left,
.carousel-fade .carousel-itemsm-prev.carousel-itemsm-right,
.carousel-fade .carousel-itemsm.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-itemsm-left,
.carousel-fade .active.carousel-itemsm-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-itemsm-left,
    .carousel-fade .active.carousel-itemsm-right {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .carousel-itemsm img {
        max-width: unset;
    }
}

.vert-al {
    vertical-align: top;
}


.highlight-colour {
    color: var(--theme-highlight);
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}


.row.proAnchorLinks {
    justify-content: space-around
}

.row.proAnchorLinks a:hover {
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #c81d2463
}

.row.proAnchorLinks a.active {
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #c81d24
}

.row.proAnchorLinks a {
    padding: 5px;
    cursor: pointer;
    font-size: 18px;
}



label.crossSellCheck {
    background-color: #c81d24;
    border: 1px solid #092b41;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    bottom: 0;
    position: absolute
}

p.crossSellPrice {
    margin-bottom: 55px
}



.prod-gift-badge {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ececec;
    background: white;
    text-align: -webkit-center;
    text-align: center;
    width: 8rem;
    transition: 0.2s;
    cursor: pointer;
}

.prod-gift-badge span {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-colour-secondary);
}

.prod-gift-badge .overlay-outer {
    background: white;
    border-width: 4px;
    border-color: white;
    border-style: solid;
    border-radius: 50%;
}

.prod-gift-badge .overlay-cont img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .prod-gift-badge {
        width: 5rem
    }

    .prod-gift-badge span {
        font-size: 16px;
    }
}

.prod-gift-badge.overlay-image-active {
    width: 65%;
}

i#notifyBell {
    color: #071f2f;
    font-size: 2.3em;
    border: 1px solid;
    padding: 4px;
    border-radius: 0 0.3rem 0.3rem 0;
    cursor: pointer;
}

i#notifyBell:hover {
    color: #d91717;
    cursor: pointer;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .lhq .gift-badge {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: -5px;
        max-width: 65px;
        background-color: #dc3545;
        padding: 5px;
        border-radius: 0 15px 15px 0;
    }

    .lhq .gift-badge span {
        font-size: 12px;
        font-weight: 700;
        color: white;
    }

    .lhq .gift-badge .overlay-outer {
        background: white;
        border-width: 4px;
        border-color: white;
        border-style: solid;
        border-radius: 50%;
    }

    .lhq .gift-badge .overlay-cont {
        background: white;
        border-color: white;
        border-width: 4px;
        border-style: solid;
        border-radius: 50%;
    }

    .lhq .gift-badge .overlay-cont img {
        zoom: 50%;
        width: 85%;
    }
}

@media screen and (min-width: 992px) {
    .lhq .gift-badge {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: -5px;
        max-width: 55px;
        background-color: #dc3545;
        padding: 5px;
        border-radius: 0 15px 15px 0;
    }

    .lhq .gift-badge span {
        font-size: 10px;
        font-weight: 700;
        color: white;
    }

    .lhq .gift-badge .overlay-outer {
        background: white;
        border-width: 4px;
        border-color: white;
        border-style: solid;
        border-radius: 50%;
    }

    .lhq .gift-badge .overlay-cont {
        background: white;
        border-color: white;
        border-width: 4px;
        border-style: solid;
        border-radius: 50%;
    }

    .lhq .gift-badge .overlay-cont img {
        zoom: 50%;
        width: 85%;
    }
}

@media screen and (min-width: 369px) and (max-width: 576px) {
    .lhq .gift-badge {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: -5px;
        max-width: 51px;
        background-color: #dc3545;
        padding: 5px;
        border-radius: 0 15px 15px 0;
    }

    .lhq .gift-badge span {
        font-size: 10px;
        font-weight: 700;
        color: white;
    }

    .lhq .gift-badge .overlay-outer {
        background: white;
        border-width: 4px;
        border-color: white;
        border-style: solid;
        border-radius: 50%;
    }

    .lhq .gift-badge .overlay-cont {
        background: white;
        border-color: white;
        border-width: 4px;
        border-style: solid;
        border-radius: 50%;
    }

    .lhq .gift-badge .overlay-cont img {
        zoom: 50%;
        width: 85%;
    }
}

@media screen and (max-width: 368px) {
    .lhq .gift-badge {
        position: absolute;
        z-index: 1;
        top: 80px;
        left: -5px;
        max-width: 51px;
        background-color: #dc3545;
        padding: 5px;
        border-radius: 0 15px 15px 0;
    }

    .lhq .gift-badge span {
        font-size: 10px;
        font-weight: 700;
        color: white;
    }

    .lhq .gift-badge .overlay-outer {
        display: none;
    }

}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .alt_eqh .gift-badge {
        position: absolute;
        z-index: 1;
        top: 148px;
        left: 0;
        max-width: 65px;
        background-color: #dc3545;
        padding: 5px;
        border-radius: 0 15px 15px 0;
    }

    .alt_eqh .gift-badge span {
        font-size: 12px;
        font-weight: 700;
        color: white;
    }

    .alt_eqh .gift-badge .overlay-outer {
        background: white;
        border-width: 4px;
        border-color: white;
        border-style: solid;
        border-radius: 50%;
    }

    .alt_eqh .gift-badge .overlay-cont {
        background: white;
        border-color: white;
        border-width: 4px;
        border-style: solid;
        border-radius: 50%;
    }

    .alt_eqh .gift-badge .overlay-cont img {
        zoom: 50%;
        width: 85%;
    }
}

@media screen and (min-width: 992px) {
    .alt_eqh .gift-badge {
        position: absolute;
        z-index: 1;
        top: 80px;
        left: 0;
        max-width: 51px;
        background-color: #dc3545;
        padding: 5px;
        border-radius: 0 15px 15px 0;
    }

    .alt_eqh .gift-badge span {
        font-size: 10px;
        font-weight: 700;
        color: white;
    }

    .alt_eqh .gift-badge .overlay-outer {
        background: white;
        border-width: 4px;
        border-color: white;
        border-style: solid;
        border-radius: 50%;
    }

    .alt_eqh .gift-badge .overlay-cont {
        background: white;
        border-color: white;
        border-width: 4px;
        border-style: solid;
        border-radius: 50%;
    }

    .alt_eqh .gift-badge .overlay-cont img {
        zoom: 50%;
        width: 85%;
    }
}

@media screen and (min-width: 369px) and (max-width: 576px) {
    .alt_eqh .gift-badge {
        position: absolute;
        z-index: 1;
        top: 80px;
        left: 0;
        max-width: 51px;
        background-color: #dc3545;
        padding: 5px;
        border-radius: 0 15px 15px 0;
    }

    .alt_eqh .gift-badge span {
        font-size: 10px;
        font-weight: 700;
        color: white;
    }

    .alt_eqh .gift-badge .overlay-outer {
        background: white;
        border-width: 4px;
        border-color: white;
        border-style: solid;
        border-radius: 50%;
    }

    .alt_eqh .gift-badge .overlay-cont {
        background: white;
        border-color: white;
        border-width: 4px;
        border-style: solid;
        border-radius: 50%;
    }

    .alt_eqh .gift-badge .overlay-cont img {
        zoom: 50%;
        width: 85%;
    }
}

@media screen and (max-width: 368px) {
    .alt_eqh .gift-badge {
        position: absolute;
        z-index: 1;
        top: 80px;
        left: 0;
        max-width: 51px;
        background-color: #dc3545;
        padding: 5px;
        border-radius: 0 15px 15px 0;
    }

    .alt_eqh .gift-badge span {
        font-size: 10px;
        font-weight: 700;
        color: white;
    }

    .alt_eqh .gift-badge .overlay-outer {
        display: none;
    }

}

html {
    height: 100%;
    height: -webkit-fill-available;
    height: 100vh;
}

.stop-scrolling {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: calc(100vw - 17px);

}

@media only screen and (max-width:767px) {
    .stop-scrolling {
        width: 100vw;
    }
}



@media screen and (max-width:576px) {
    .breadcrumb-section {
        overflow-x: scroll;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 94%, rgba(9, 43, 65, 0.5522584033613445) 98%);
    }

    ol.breadcrumb {
        flex-wrap: nowrap;
    }

    .breadcrumb-section::-webkit-scrollbar {
        height: .3em;
    }

    .breadcrumb-section::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .breadcrumb-section::-webkit-scrollbar-thumb {
        background-color: darkgrey;
    }

    .breadcrumb-section .breadcrumb-item span {
        white-space: nowrap;
    }

    nav:last-child li.breadcrumb-item {
        padding-right: 1em
    }
}

li.breadcrumb-item.active span {
    color: var(--theme-colour-primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.container-md.breadcrumb-section {
    border-radius: 5px;
    background: #eeeeee;
}


.cat-description a {
    color: #ed4139;
}

.cat-description-trigger {
    justify-content: center;
}

.cat-description-trigger.collapsed:after {
    content: 'Read More';
}

.cat-description-trigger:after {
    content: 'Read Less';
}

.read-collapse-cont p {
    text-align: -webkit-center;
    text-align: center;
    margin: 0;
    font-weight: 900;
}



@media (max-width: 767px) {
    .col-footer-about .nav.list-social>li a {
        font-size: 20px;
        padding: 10px
    }
}



.cat-description.collapse:not(.show) {
    height: 0;
    display: block;
    overflow: hidden;
}


.products-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    
    gap: 15px;
    
    padding: 15px 0;
}


.alt_eqh {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}




.alt_eqh .card.thumbnail {
    background-color: #fff;
    
    border: 1px solid #e0e0e0;
    
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    
    border-radius: 5px;
    
    overflow: hidden;
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
    padding: 0;
    min-height: 550px;
}


.alt_eqh .card.thumbnail {
    display: flex;
    flex-direction: column;
    height: 100%;
    
    min-height: auto;
    
}

.alt_eqh .card.thumbnail:hover {
    transform: translateY(-5px);
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
}

.alt_eqh .card-body.px-0.text-center {
    display: flex;
    flex-direction: column;
}


.alt_eqh .sale-badge {
    background-color: #ff5722;
    
    color: #fff;
    
    font-size: 0.9em;
    
    padding: 0.2em 0.5em;
    
    position: absolute;
    
    top: 10px;
    right: 10px;
    border-radius: 3px;
    
}


.alt_eqh .img-n-title .thumbnail-image {
    display: block;
    margin: auto;
    
}

.alt_eqh .product-image {
    max-width: 100%;
    
    height: auto;
    
    margin-bottom: 15px;
    
}


.alt_eqh .brand-text,
.card-title,
.card-sku-muted,
.price {
    margin-bottom: 5px;
    
}

.alt_eqh .card-title {
    font-size: 1.2em;
    
    font-weight: bold;
    
}

.alt_eqh .card-sku-muted {
    color: #757575;
    
}


.alt_eqh .price {
    font-size: 1.1em;
    
    color: black;
    
}

.alt_eqh .rrp-price {
    text-decoration: line-through;
    
    color: #9E9E9E;
    
}


.alt_eqh .btn-primary {
    background-color: var(--theme-highlight);
    
    border-color: #007bff;
    color: #fff;
    
}

.alt_eqh .btn-primary:hover {
    background-color: #0056b3;
    
    border-color: #0056b3;
}


.alt_eqh .form-inline {
    justify-content: center;
    
    padding: 10px 0;
    
}

:root {
    --header-height: 56px;
    --link-hover: rgba(224, 103, 47, 1);
}

.header-bar {
    position: relative;
    justify-content: space-between;
}

.header-bar .header-list {
    justify-content: space-evenly;
}

.megamenu-wrapper {
    position: relative;
    width: 100%;
    top: 0;
}

.megamenu {
    border-radius: 15px;
    background: white;
    padding: 15px;
    position: absolute;
    display: none;
    top: 0;
    z-index: 1200;
    box-shadow: 3px 4px 5px 3px #0000001c, 1px -2px 11px 6px #0000001a;
}

.megamenu-shop.active {
    display: flex;
}

.megamenu-service.active {
    display: flex;
}

.megamenu-fleet.active {
    display: flex;
}

.menu-start.nav-item {
    font-size: 28px;
    font-weight: bold;
    background: white;
    border: 0;
    outline: 0;
    position: relative;
}

@media screen and (max-width: 991px) {
    .menu-start.nav-item {
        font-size: 24px;
    }
}

.menu-start.nav-item:hover,
.menu-start.nav-item.active {
    color: #00A6FA;
    text-decoration: none;
    transition: 0.2s ease-in-out
}

.menu-start.nav-item::after {
    content: '';
    background-color: #00A6FA;
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    right: 0;
    transition: width 0.2s ease-in-out;
}

.menu-start.nav-item:hover::after,
.menu-start.nav-item.active::after {
    content: '';
    color: #00A6FA;
    position: absolute;
    width: 100%;
}

.megamenu .level1-menu {
    font-size: 18px;
    font-weight: 900;
    list-style: none;
    padding: 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #bdbdbd40;
    margin: 0;
    line-height: 40px;
    display: flex;
    flex-direction: column;
}

.megamenu .level1-menu .nav-item button.nav-link {
    background: transparent;
    color: #000000;
    border: 0;
    font-weight: 900;
    text-transform: none;
    text-align: left;
    line-height: 1em;
    padding: 20px 8px;
    outline: 0;
    width: 100%;
}

.megamenu .level1-menu .nav-item button.nav-link:before {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    float: inline-end;
    padding: 0 5px;
    font-size: 14px;
}

.megamenu .level1-menu .nav-item button.nav-link.active,
.megamenu .level1-menu .nav-item button.nav-link:hover {
    color: var(--theme-highlight);
}

.megamenu .level2-menu {
    font-size: 16px;
    font-weight: 900;
    padding: 0 4px 0 0;
    margin: 0;
    border: 0;
}

.megamenu .level2-menu>.tab-pane.active {
    display: flex;
    height: 100%;
}


.megamenu .level2-menu .tab-pane.active>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #bdbdbd40;
    margin: 0;
    height: fit-content;
}

.megamenu .level2-menu .tab-pane.active>ul img.lvl2-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 1;
    border-radius: 15px;
    filter: grayscale(0.6);
    transition: 0.1s;
}

.megamenu .level2-menu .tab-pane.active>ul li:hover img.lvl2-image {
    filter: grayscale(0);
}

.megamenu .level3-menu {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 40px;
}

.megamenu .megamenu-content {
    position: relative;
    padding: 10px;
}

.megamenu .megamenu-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3/2;
    border-radius: 15px;
    margin-bottom: 10px;
}

.megamenu .megamenu-content h3 {
    font-size: 22px;
    font-weight: 900;
    padding: 20px 0;
}

.megamenu .megamenu-content p {
    font-size: 16px;
    font-weight: 500;
}

.megamenu .megamenu-content>div {
    text-align: -webkit-right;
    text-align: right;
}

.megamenu .megamenu-content a {
    color: var(--theme-highlight);
}


.burger-menu .fade:not(.active) {
    display: none;
}

div#navbarMainMenu.mobileMenu {
    padding: 5px;
    background: #EEEEEE;
    z-index: 2000;
    position: fixed;
    width: 100%;
    height: calc(100% - var(--mobile-menu-height));
    top: var(--mobile-menu-height);
}

div#mobileMenuList {
    padding: 0 6px;
}

li.nav-item.mobile-menu-tab {
    width: 33%;
    padding: 5px;
}

.nav-tabs .mobile-menu-tab button.nav-link {
    background: #ffffff;
    border-radius: 8px;
    width: 100%;
    border: 0;
    color: black;
    font-size: 20px;
    text-transform: none;
    display: grid;
}

.nav-tabs .mobile-menu-tab button.nav-link.active {
    background: var(--theme-highlight);
    border-radius: 8px;
    width: 100%;
    border: 0;
    color: white;
}

.nav-tabs .mobile-menu-tab button.nav-link i {
    font-size: 34px;
}

@media screen and (max-width: 369px) {
    .nav-tabs .mobile-menu-tab button.nav-link {
        font-size: 14px;
    }
}

#navbarMainMenu {
    display: none;
    overflow-y: scroll
}

.menuOpen #navbarMainMenu {
    display: block;
}

div#mobileHeader {
    flex-wrap: wrap;
}

#mobileHeader .align-items-center.header-bar {
    display: flex;
    flex-wrap: wrap;
}

.menuOpen #mobileHeader {
    position: fixed;
    z-index: 2001;
    box-shadow: 0px 2px 9px 2px #00000036;
    left: 0;
    right: 0;
    background: var(--altapac-blue);
}

button.mobileMenuButton {
    background: none;
    border: 0;
    outline: 0;
    font-size: 23px;
    display: flex;
}

.mobileMenu .dropdown-toggle:after {
    content: none;
}

#navbarMainMenu .nav li.mMenu-item .mmlvl1 {
    font-weight: 900;
    text-transform: none;
    font-size: 20px;
}

#navbarMainMenu .nav li.mMenu-item {
    background: white;
    padding: 10px;
    border-radius: 8px;
    margin: 5px;
}

.mobileMenu a.dah_subcat.nuhover.dropdown-toggle {
    font-size: 20px;
}

.mobileMenu a.nuhover.dropdown-toggle {
    font-weight: 600;
    font-size: 20px;
}

header .finderIcon {
    background: transparent;
    border: 0;
    font-size: 21px;
    padding: inherit;
    align-self: center;
}

header .header-btn i,
header .header-btn {
    color: white;
}

header .header-btn i:hover,
header .header-btn p:hover i {
    color: var(--link-hover);
}

.nav-item.megamenu_finder {
    background: var(--theme-colour-secondary);
    color: white;
    margin: auto 0 -15px -15px;
    border-radius: 0 0 0 15px;
    padding: 0 0 0 15px;
    transition: 0.3s ease-in-out
}

.megamenu .level1-menu .nav-item.megamenu_finder a.nav-link,
.megamenu .level1-menu .nav-item.megamenu_finder a.nav-link:hover {
    color: white;
    background-color: transparent;
    border: none;
}

.nav-item.megamenu_finder:hover {
    background: #4baef6;
}

header.menuOpen~div#main-content {
    display: none;
}

header.menuOpen~footer.wrapper-footer {
    display: none;
}



.burger-menu .megamenu-content {
    max-width: 100%;
    padding: 10px 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #eeeeee;
}

.burger-menu .megamenu-content .content-panel-image-wrapper {
    position: relative;
}

.burger-menu .megamenu-content img {
    max-width: 100%;
    object-fit: cover;
    height: 120px;
    width: 100%;
    border-radius: 15px;
}

.burger-menu .megamenu-content h3 {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    right: 5px;
    color: white;
    text-shadow: 4px 2px 3px #00000087;
}

.burger-menu .megamenu-content a {
    text-align: right;
    padding: 0 15px;
}

@media screen and (max-width: 575px) {
    .burger-menu .megamenu-content h3 {
        font-size: calc(1vw + 1vh);
    }
}

.megamenu .level1-menu .nav-item a.nav-link {
    background: transparent;
    color: #000000;
    border: 0;
    font-weight: 900;
    text-transform: none;
    text-align: left;
    line-height: 1em;
    padding: 20px 8px;
    outline: 0;
}

.megamenu .level1-menu .nav-item a.nav-link.active,
.megamenu .level1-menu .nav-item a.nav-link:hover {
    color: var(--theme-highlight);
}

.megamenu .level2-menu>.tab-pane.active.header-brands-tab {
    display: block;
}

.megamenu .level2-menu .tab-pane.active.header-brands-tab>ul {
    border: none;
}



.savings-container {
    left: 0;
    right: auto;
}


.thumbnail .card-body .savings-container span.sale-lable {
    display: flex;
    color: #fff;
    font-size: 13px;
    position: relative;
    width: auto;
    float: left;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-45deg);
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}


.thumbnail .card-body .savings-container:after {
    width: 0;
    height: 0;
    border-top: 52px solid #dc3545;
    border-right: 52px solid transparent;
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.header-bar .header-list ul {
    justify-content: space-evenly;
    display: flex;
}

p.logo.display1 {
    color: white;
    font-size: clamp(1px, 1.8vw, 100px);
    text-align: center;
    line-height: 1;
    margin: 0;
}

@media screen and (min-width: 2600px) {
    p.logo.display1 {
        font-size: 2.6rem;
    }
}
.main-header {
    background: var(--altapac-blue);
}



form.ais-SearchBox-form {
    background-color: transparent;
}
.menu-start.nav-item {
    color: white;
    background: transparent;
}
header .header-btn i, header .header-btn {
    color: white;
}

.megamenu-see-all-link a {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    background: var(--altapac-blue);
    color: white;
    margin: 0 25px;
    border-radius: 15px;
}

.megamenu-see-all-link a.nav-link:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    float: inline-end;
    padding: 3px;
    font-size: 14px;
}