.header {
    background-color: white;
    position: sticky;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
}

.header::after {
    content: '';
    position: absolute;
    width: 100%;    
    height: 4px;
    top: 0;
    left: 0;
    border-top: 4px solid #333;
    z-index: -1;
}

.logo {
    max-height: 100%;
    margin: auto;
}

.main-nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-logo {
    display: flex;
    height: 100%;
    padding: 20px 0px;
}

.header > .col-full {
    max-width: none;
    width: 100%;
}

.main-nav > .menu {
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.main-nav .menu > li {
    font-size: 12px; 
    font-family: 'Gotham-Ultra';
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 71px;
    display: flex;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    height: 100%;
    align-items: center;
    border-top: 4px solid #333;
}

.main-nav .menu > li.current-menu-item
.main-nav .menu > li:hover {
    background-color: #231f1f;
    border-top: 4px solid #ffffff;
}

.main-nav .menu > li:hover {
    background: #f2f2f2 !important;
    border-top: 4px solid red;
}

.main-nav .sub-menu {
    display: none;
    position: absolute;
    width: fit-content;    
    top: 96px;
    left: 0;
    background-color: white;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main-nav .sub-menu:after {
    content: "";
    width: 100%;
    height: calc(100% - 10px);
    margin-top: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px rgb(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 0px 8px 2px rgb(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px 2px rgb(0, 0, 0, 0.3);
}

.main-nav .menu > li:hover .sub-menu {
    display: flex;
}

.main-nav .sub-menu li {
    width: 100%;
    white-space: nowrap;
    line-height: 1;
    padding: 20px;
    cursor: pointer;
}

.main-nav .sub-menu li:hover a {
    color: #fff !important;
}

.main-nav .sub-menu li:hover {
    color: #fff !important;
    font-weight: 400;
    background: transparent linear-gradient(90deg,#c90f09 0%,#ef4023 100%) 0% 0% no-repeat padding-box !important;
}

.main-nav .sub-menu li::marker {
    display: none;
    content: none;
}

.header .hamburger {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 500ms ease;
    display: none;
    cursor: pointer;
}

.hamburger-nav {
    position: absolute;
    top: 50px;
    background-color: white;
    width: 100%;
    left: 0;
    padding: 0;
    height: 0;
    transition: all 300ms ease;
    display: none;
}

.hamburger-nav:after {
    content: "";
    width: 100%;
    height: calc(100% - 10px);
    margin-top: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px rgb(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 0px 8px 2px rgb(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px 2px rgb(0, 0, 0, 0.3);
}

.hamburger-nav.active {
    height: auto;
    padding-bottom: 1em;
}

.close-hamburger {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease;
    display: none;
    cursor: pointer;
}
    
.header .hamburger.active {
    opacity: 0;
}
    
.header .close-hamburger.active {
    opacity: 1;
    z-index: 99;
}

.hamburger-nav .menu {
    width: 100%;
    margin: 0;
}

.hamburger-nav li {
    font-size: 12px; 
    font-family: 'Gotham-Ultra';
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 20px;
    position: relative;
}

.hamburger-nav li.active {
    padding-bottom: 0px;
}

.hamburger-nav .sub-menu {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all 300ms ease;
}

.hamburger-nav .menu-item-has-children.active .sub-menu {
    height: auto;
    padding: 10px 0;
}

.hamburger-nav .menu-item-has-children::after {
    content: '';
    background-image: url('../img/dropdown.svg');
    height: 10px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 30px;
    top: 15px;
    transition: all 300ms ease;
}

.hamburger-nav .menu-item-has-children.active::after {
    transform: rotate(180deg);
}

.hamburger-nav .sub-menu li {
    padding-left: 0;
}

.menu a,
.sub-menu a {
    position: relative;
    text-decoration: none !important;
}

body.admin-bar .header {
    top: 32px !important;
}

.header:hover, 
.header.past-top {
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
}

.account-wrapper .account .action {
    display: block;
    text-align: center;
    font-size: 23px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    background: transparent linear-gradient(90deg,#c90f09 0%,#ef4023 100%) 0% 0% no-repeat padding-box;
}

.user-links {
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.user-links .cart-wrapper {
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 0;
    position: relative;
}

.minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table;
}

.user-links .cart-wrapper>.minicart-wrapper>a.action {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 0;
    width: auto;
    padding: 0;
    font-size: 32px;
}

.user-links .cart-wrapper .icon-setting {
    display: flex;
    color: #fff;
    align-items: center;
}

.minicart-wrapper .action.showcart {
    white-space: nowrap;
}

.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.user-links .cart-wrapper .icon-setting .carticon {
    display: inline-block;
    float: left;
    position: relative;
}

.minicart-wrapper .action.showcart .count {
    position: absolute;
    background-color: transparent;
    width: 100%;
    text-align: center;
    font: 600 12px/20px 'Poppins-Light';
    letter-spacing: 0px;
    color: #ef4023;
    text-transform: uppercase;
    opacity: 1;
    border: 0;
    border-radius: 0;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    top: auto;
    bottom: 2px;
    right: 0;
}

.user-links .cart-wrapper .icon-setting .cartprice {
    display: inline-block;
    float: right;
    text-align: left;
    margin-left: 10px;
}

.user-links .cart-wrapper .icon-setting .cartprice span .price, .user-links .cart-wrapper .icon-setting .cartprice p {
    text-align: left;
    font: 600 14px/18px 'Poppins-Light';
    letter-spacing: 0px;
    color: #333;
    opacity: 1;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    float: left;
}

.user-links .cart-wrapper .icon-setting .cartprice h6 {
    text-align: left;
    font: 400 13px/15px 'Poppins-Light';
    letter-spacing: 0px;
    color: #ef4023;
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.minicart-wrapper {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    top: 0;
}

@media (min-width: 768px), print {
    .minicart-wrapper {
        margin-left: 13px;
    }
}

@media screen and ( max-width: 782px ) {
    body.admin-bar .header {
        top: 46px !important;
    }
}

@media screen and (max-width: 767px) {
    .header::after { 
        display: none;
    }

    .header .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .user-links {
        padding-right: 40px;
    }

    .user-links .account-wrapper {
        padding-right: 15px;
    }

    .user-links .cart-wrapper .carticon img {
        height: 25px;
    }

    .user-links .account-wrapper .action {
        width: 25px;
        height: 25px;
        line-height: 20px;
    } 

    .user-links .account-wrapper .action img {
        height: 12px;
        width: 12px;
    }

    .minicart-wrapper .action.showcart .count {
        bottom: -1px;
    }

    .user-links .cartprice {
        display: none !important;
    }

    .header {
        height: 50px;
    }

    .header-logo {
        left: 0;
        padding: 0px;
    }

    .header .hamburger,
    .header .close-hamburger.active {
        display: flex;
    }

    .main-nav .menu {
        display: none;
    }

    .hamburger-nav.active {
        display: flex;
    }
}

