﻿body {
    /*font-family: "trajan-pro-3", "hypatia-sans-pro", "Open Sans", sans-serif;*/
}
.section_title_4 {
    /*font-size: 26.2px;*/
    font-size: clamp(1rem, 4vw, 1.6rem);
    font-weight: 600;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    /*border-bottom: 1px solid rgba(71, 71, 71, .2);*/
    padding-bottom: .65rem;
    margin-bottom: .5rem;
    width: 100%;
    white-space: pre;
    font-family: "trajan-pro-3", "hypatia-sans-pro", "Open Sans", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}
h5, .h5 {
    font-size: 1rem !important;
}
a i.dx-icon-back {
    color: #FFC330;
}
.et_pb_row {
    margin: 0 0px;
}
#btn_login .dx-icon, #btn_logout .dx-icon, #btn_cart .dx-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 32px !important;
}
.cart-count {
    color: #FFC330 !important;
    position: absolute;
    right: 20px;
    top: -18px;
}
h5, .h5, h6, .h6 {
    font-weight: 400 !important;
}
.dx-toolbar-items-container .dx-toolbar-before {
    display: flex;
    margin-top: 4px;
}
#et-main-area {
    margin-top: 160px;
    margin-bottom: 350px;
}

#main-content {
    max-width: 1510px;
    margin: 0 auto;
}
/************************************Header******************************************/

.sticky-nav {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: rgb(240, 240, 240, 0.3);
}


.navbar-wrap {
   /* background-color: transparent;*/
    position: fixed;
    width: 100%;
    max-height: 155px;
    top: 0;
    left: 0;
    padding-top: 0.7rem;
    z-index: 1500;
    transition: background-color 0.3s ease-in-out;
}

.main {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
    position: relative;
}

.inner-wrap {
    position: relative;
    max-width: 1510px;
    margin: 0 auto;
}

.navbar {
    padding: 26px 0 0px;
    width: 100%;
    font-family: "trajan-pro-3", "hypatia-sans-pro", "Open Sans", sans-serif;
}

.inner-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.inner-nav-wrap ul {
    flex: 1;
}
.serach-drp {
    display: block;
}
.right-nav-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

    .right-nav-wrap ul .header-links > li:first-child a {
        padding: 0.75rem 3.55rem !important;
    }

        .right-nav-wrap ul .header-links > li:first-child a:before {
            width: calc(100% - 7rem);
        }

    .right-nav-wrap:last-child a {
        padding-right: 0;
    }

    .right-nav-wrap .social-links {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        height: 0;
        width: 100%;
        position: relative;
        top: -28px;
        padding-right: 0rem;
    }

        .right-nav-wrap .social-links .social-icon {
            width: 1.1em;
            height: 1.1em;
        }

            .right-nav-wrap .social-links .social-icon svg {
                width: 1.1em;
                height: 1.1em;
                fill: #000;
            }

            .right-nav-wrap .social-links .social-icon:before {
                top: 4.5px;
            }

        .right-nav-wrap .social-links a {
            position: relative;
            margin: 0;
            transition: transform 0.3s ease-in-out;
        }

            .right-nav-wrap .social-links a:hover {
                transform: translateY(-2px);
            }

                .right-nav-wrap .social-links a:hover:before {
                    opacity: 1;
                }



.left-nav-wrap {
    display: flex;
    justify-content: flex-start;
}

    .left-nav-wrap ul .header-links > li:last-child a {
        letter-spacing: 1px;
    }

        .left-nav-wrap ul .header-links > li:last-child a:before {
            width: calc(100% - 5.8rem);
        }

.logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    flex-shrink: 0;
    position: relative;
    top: -31px;
    /*left: 27.75px;*/
    margin: 0 1rem;
}


.nav-social-icons a:hover svg {
    fill: #ab1c33 !important;
}

ul.header-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}

    ul.header-links * {
        margin: 0;
        text-decoration: none;
    }

    ul.header-links > li {
        position: relative;
    }

.left-nav-wrap ul.header-links > li > a:first-child {
    padding: 0.75rem 2.85rem 0.75rem 0rem;
}
.left-nav-wrap ul.header-links > li > div {
    padding: 0.75rem 2.85rem 0.75rem 0rem;
}
.right-nav-wrap ul.header-links > li > a:first-child {
    padding-right: 0px;
}
        ul.header-links > li > a {
            font-size: 18px;
            white-space: pre;
            position: relative;
            display: inline-block;
            color: #000;
            padding: 0.75rem 2.85rem;
            letter-spacing: 0px;
            font-weight: 600;
            text-transform: uppercase;
            transition: color 0.3s ease-in-out;
        }

            ul.header-links > li > a:before {
                content: '';
                position: absolute;
                height: 1px;
                bottom: 4px;
                width: calc(100% - 2.9rem);
                opacity: 0;
                background-color: #FFC330;
                transition: opacity 0.3s ease-in-out;
            }

            ul.header-links > li > a:hover {
                color: #333;
            }

                ul.header-links > li > a:hover:before {
                    opacity: 1;
                }

        ul.header-links > li > div {
            padding: 0.75rem 2.85rem;
        }

/*.left-nav-wrap ul.header-links > li > a:first-child {
    padding-left: 0px;
}*/
/*.right-nav-wrap ul.header-links > li > a:first-child {
    padding-right: 0px;
}*/

        nav ul {
            list-style: none;
        }

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    box-sizing: border-box;
}

.munu-link {
    color: #FFC330;
    cursor: pointer;
    padding: 12px 12px 12px 0px !important;
}
@media (max-width: 1400px) {
    ul.header-links > li > a, ul.header-links > li > div > a {
        padding: .75rem 1rem !important;
    }
    ul.header-links > li > a, ul.header-links > li > div > div {
        padding: .75rem 1rem !important;
    }
    .right-nav-wrap ul.header-links > li:last-child > a {
        padding: .75rem 0rem 0.75rem 1rem !important;
    }
        /*ul.header-links > li:last-child a {
        padding-right: 0 !important;
    }*/
        ul.header-links > li > a:before, ul.header-links > li > div > a:before {
            width: calc(100% - 2rem) !important;
        }
    ul.header-links > li:last-child a:before {
        width: calc(100% - 1rem) !important;
    }

    ul.header-links > li > div {
        padding: .75rem 0rem !important;
    }

    ul.header-links > li > div:last-child a:before {
        width: calc(100% - 1rem) !important;
    }

    .left-nav-wrap ul.header-links > li:last-child a:before, .right-nav-wrap ul.header-links > li:last-child a:before {
        padding-right: 0 !important;
    }

    .right-nav-wrap ul.header-links > li:first-child a {
        padding: .75rem 1rem !important;
    }
    .munu-link {
        color: #FFC330;
        cursor: pointer;
        padding: 12px 12px 12px 20px !important;
    }
}
#menu-main-navigation-right {
    padding-right:0rem;
}

.footer-links a {
    color: #fff;
    font-weight: bold;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}



.toggle-nav .hamburger {
    display: inline-block;
    margin-bottom: -3px;
}

    .toggle-nav .hamburger > div:first-of-type {
        margin: 0;
    }

    .toggle-nav .hamburger > div {
        width: 2em;
        height: 3px;
        background-color: #000;
        margin: .5em 0 0;
    }

button.toggle-nav {
    display: none;
}
.navbar-collapse {
    position: absolute;
    top: -12px;
    left: calc(100% - 390px);
    display: none;
}

@media (max-width: 992px) {
    .navbar-collapse {        
        left: calc(100% - 390px);        
    }
}
@media (max-width: 1100px) {
    .left-nav-wrap, .right-nav-wrap, .serach-drp {
        display: none;
    }

    .navbar-collapse {
        display: block;
    }

        .navbar-collapse ul {
            flex: 1;
        }
}
/*@media (max-width: 582) {*/
@media (max-width: 820px) {
    .navbar-collapse {
        position: unset;
    }

    .inner-nav-wrap {
        display: unset;
    }

    .logo-link {
        margin: auto;
    }

    #navbarNavDropdown .align-items-center.d-flex.row {
        margin-top: -55px;
        justify-content: center;
    }

    .navbar-wrap {
        max-height: 144px;
        position:relative;
    }
    #et-main-area {
        margin-top: 10px;
        margin-bottom: 250px;
    }
    .dx-item-content.dx-toolbar-item-content > div {
        max-width: 100%;
    }
    .sticky-nav {
        background-color: unset;
    }
}
#navbarNavDropdown .dx-button-mode-contained {
    background-color: transparent;
}

#navbarNavDropdown .dx-button-content img {
    margin-top: -2px;
}
span.dropdown-toggle, #divCartCount {
    padding: 12px 12px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#navbarNavDropdown .align-items-center.d-flex.row .col {
    padding: 0;
    text-align: center;
    width: 65px;
    max-width: 65px;
}
        #navbarNavDropdown .align-items-center.d-flex.row .col:nth-child(2n){
            margin-left:8px;
        }

        .dropdown-menu {
            --bs-dropdown-padding-y: 0rem !important;
        }

    @media (min-width: 1101px) {
        nav.toggler-icon {
            display: none;
        }
    }
    
    /************************************Footer******************************************/
    footer {
        width: 100%;
        background: #524845;
        color: #fff;
        position: relative;
        font-weight: 400;
        z-index: 999;
    }

    @media (max-width: 1500px) {
        footer .cta-filler {
            top: -3rem;
        }
    }

    footer .cta-filler {
        transform: skewY(-12deg);
        top: -5rem;
        height: 0;
    }

    .cta-filler {
        position: relative;
        height: 11vw;
        background: #524845;
        width: 100%;
        pointer-events: none;
    }

    [data-sal][data-sal-delay="350"] {
        transition-delay: 0.35s;
    }

    [data-sal][data-sal-duration="1500"] {
        transition-duration: 1.5s;
    }

    .plane-traj-wrap-down {
        position: relative;
        bottom: 0;
        z-index: 1;
    }

    [data-sal] {
        transition-duration: .7s;
        transition-delay: 0s;
    }

    footer .top-decorative-line {
        top: -111px;
        background-color: rgba(180, 162, 135, .8);
        transform: skewY(0);
    }

    .top-decorative-line, .bottom-decorative-line {
        background-color: #fff;
        display: block;
        height: 5px;
        width: 100%;
        left: 0;
        position: absolute;
        z-index: 1;
        backface-visibility: hidden;
        top: -122px;
        transform: skewY(-12deg);
        transform-origin: 100%;
        pointer-events: none;
    }

    .plane-trajectory-down {
        background-image: url('../../content/images/plane-trajectory-down.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 300px;
        width: 1165px;
        position: absolute;
        bottom: -298px;
        /*right: -550px;*/
        right: 0;
        transform: skewY(11.9deg);
        transform-origin: 100%;
        transition: right 2s ease;
    }

    footer .cta-filler:before {
        height: 410px;
        top: -120px;
        transform: skewY(0deg);
    }

    .cta-filler:before {
        content: "";
        position: absolute;
        height: 300px;
        width: 100%;
        top: -300px;
        right: 0;
        background-color: #524845;
    }

    .footer-main {
        padding: 0 0 2.09rem;
    }

        .footer-main .inner-wrap {
            display: flex;
            max-width: 1515px;
        }

    .inner-wrap {
        position: relative;
        max-width: 1510px;
        margin: 0 auto;
    }

    @media (max-width: 1650px) {
        .footer-links {
            justify-content: center;
        }
    }

    .footer-links {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        font-size: 14px;
        margin: -1rem 0;
        flex-wrap: wrap;
    }

        .footer-links > div:first-child {
            margin-left: 0;
        }

        .footer-links > div {
            margin: 1rem 0 1rem 1.25rem;
            padding: 1rem 1.25rem 0 0;
        }

    .footer-nav {
        max-width: 350px;
        width: 100%;
    }

        .footer-nav ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

    .footer-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    ol, ul, dl {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .footer-links li {
        margin-bottom: 15px;
    }

    .footer-nav a {
        margin-right: 1rem;
    }

    .footer-links p, .footer-links a {
        font-family: "hypatia-sans-pro", "trajan-pro-3", "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase;
    }

    /*a {*/
    /*color: #fff;*/
    /*font-weight: 400;
    color: #FFC330;
}*/

    .footer-separator {
        background-color: #fff;
        height: 100%;
        max-height: 85px;
        width: 1px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-general {
        max-width: 435px;
    }

        .footer-general ul {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            text-align: center;
        }

    .footer-contact {
        border-right: 0 !important;
    }

    .footer-info {
        position: relative;
        top: -10px;
        margin: 2rem 0 0 4rem !important;
        font-size: 14px;
        flex-shrink: 0;
        padding: 0 !important;
        border: none !important;
    }
    @media (max-width: 582px) {
        .footer-info {
            margin: 2rem 0 0 0rem !important;
        }
    }
    .badge-wrap {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 24px;
    }

        .badge-wrap .nbaa-badge {
            height: 40px;
            width: 150px;
            margin-right: 8px;
        }

        .badge-wrap img {
            top: 0;
        }

    .footer-info img {
        width: 345px;
        z-index: 1;
    }

    img {
        border-style: none;
        vertical-align: bottom;
        display: block;
        max-width: 100%;
        height: auto;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    .footer-bottom {
        position: relative;
        font-family: "hypatia-sans-pro", "trajan-pro-3", "Open Sans", sans-serif;
        background: #000;
        padding: 14px 0;
        font-size: 14px;
        color: #fff;
    }

        .footer-bottom .inner-wrap {
            display: flex;
            justify-content: space-between;
        }

        .footer-bottom p {
            margin: 0;
            line-height: 1.4;
        }

    p {
        line-height: 1.65;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .footer-bottom a {
        color: #fff;
        text-decoration: none !important;
        font-weight: 400;
    }

        .footer-bottom a span {
            font-weight: 600;
            display: inline-block;
            transition: transform .25s, color .2s;
        }

    .badge-wrap .asa-badge {
        height: 70px;
        width: 70px;
    }

    .social-links {
        align-self: center;
        flex-shrink: 0;
        flex-direction: column;
        display: flex;
    }

    .nav-social-icons {
        height: 0;
    }

    footer .social-icon {
        margin: 0 2px !important;
    }

    .nav-social-icons a {
        width: 1.5em;
        height: 1.5em;
        transition: transform .3s ease-in-out;
    }

    .social-icon {
        position: relative;
        width: 2em;
        height: 2em;
        display: inline-block;
        margin: 0 2px;
        transition: all .3s ease-in-out;
        fill: #000;
        border-radius: 100%;
        opacity: .85;
    }

        .social-icon svg {
            position: relative;
        }

    .nav-social-icons svg {
        width: 1.5em;
        height: 1.5em;
        position: relative;
        fill: #fff;
        transition: fill .3s ease-in-out;
    }

    svg {
        overflow: hidden;
        vertical-align: middle;
    }

    .sr-only, .screen-reader-text {
        position: absolute !important;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }