.mobile-nav-btn {
    display: none !important;
}

.sticky-nav__custom {
    display: none;
}

.is-sticky .nav-bar {
    width: 100% !important;
    line-height: 28px;
    position: fixed;
    top: 0;
    z-index: 100;
}

.is-sticky, .is-sticky .nav-bar {
    max-height: 92px;
}

.nav-bar .nav-subheader span:first-child {
    font-size: 2.0rem;
}

.nav-bar .nav-subheader span:nth-child(2) {
    font-size: 2.5rem;
    font-weight: 600;
}

.nav-bar .nav-subheader span:nth-child(3) {
    font-size: 1.5rem;
}

.banner>.section-inner:first-of-type {
    padding-top: 100px;
    max-width: 1000px;
}

.banner>.section-inner .banner-img-dt {
    transform: translateY(-50px);
}

.primary.shopping-cart-icon:before {
    display: inline-block;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 8px;
    content: url("../images/icons/icon-shopping-cart.svg")
}

.product-section .products.grid-wpr {
    max-width: 920px;
}

.product-section .product.block-wpr .block-img {
    max-height: 226px;
}

.product-section .product.block-wpr .block-img img.product-img {
    width: 35%;
    max-width: 212px;
    object-fit: contain;
    object-position: bottom;
}

.product-section .product.block-wpr .block-img img.avion-corner {
    max-width: 110px;
    bottom: 0;
    right: 0;
}

.product-section .product.block-wpr .trigger-icon {
    margin-left: 4px;
}

#modalDDA table thead tr, #modalVSB table thead tr {
    border-bottom-color: #006AC3;
}

#modalDDA table, #modalVSB table {
    border-bottom-color: #006AC3;
}

.fs-46 {
    font-size: 3.0rem;
    line-height: 3.8rem;
}

@media (min-width:639px) and (max-width:1200px) {
    .fs-46 {
        font-size: calc(3.0rem + (46 - 30) * ((100vw - 639px)/ (1200 - 639)));
        line-height: calc(3.8rem + (52 - 38) * ((100vw - 639px)/ (1200 - 639)));
    }
}

@media (min-width:1200px) {
    .fs-46 {
        font-size: 4.6rem;
        line-height: 5.2rem
    }
}

.h-100 {
    height: 100%;
}

.bg-gold {
    background: #FFB500;
}

.bg-cool-blue {
    background: #D9EFFA;
}

.bg-light-grey {
    background: #E0E0E0;
}

/* mobile */
@media only screen and (max-width: 639px) {
    .is-sticky .nav-bar {
        line-height: 20px;
    }

    .nav-bar h2 {
        font-size: 1.4rem;
    }

    .nav-bar .nav-subheader span:first-child {
        font-size: 1.2rem;
    }
    
    .nav-bar .nav-subheader span:nth-child(3) {
        font-size: 1.0rem;
    }

    .nav-bar .shopping-cart-icon:before {
        display: none !important;
    }

    .banner>.section-inner:first-of-type {
        padding-top: 15px;
        max-width: 100%;
    }

    .snipe.pill {
        height: auto;
    }
}