.main-container-wrapper .sticky-header {
    background: #f35835;
    color: #fff;
    &.header-shadow {
        background: #f35835;
        height: auto;
    }
    a {
        transition: all .3s ease;
        &:hover,
        &.active {
            background-color: #d25235;
        }
    }
    .menu-active-item {
        background-color: #d25235;
        box-shadow: 0 0 0 0 #f35835;
        font-weight: bold;
    }

    .menu-dropdown {
        position: relative;
        & > a {
            &:after {
                content: "";
                display: inline-block;
                vertical-align: middle;
                width: 6px;
                height: 6px;
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
                box-sizing: border-box;
                position: relative;
                transform: rotate(45deg) translateY(-50%);
                top: -3px;
                transition: all .4s ease;
                position: absolute;
                top: 47%;
                right: 29px;
            }
        }
        .submenu {
            display: none;
            transition: all 200ms ease;
            a {
                border-bottom: 1px solid #e7e7e7;
                color: #000;
                &:hover,
                &.active {
                    background: rgba(243,88,53,.1);
                    color: #f35835;
                    border-bottom: 1px solid rgba(243, 88, 53, 0.55);
                }
            }
        }
        &:hover {
            & > a {
                background-color: #d25235;
                &:after {
                    transform: rotate(-135deg) translateY(-50%);
                    top: 45%;
                    right: 24px;
                }
            }
            .submenu {
                display: block;
            }
        }
    }

    .menu-customer-items {
        a {
            &:hover {
                color: #eae9e9;
                background-color: transparent;
            }
        }
    }
}

#mini-cart {
    color: #fff;
    cursor: pointer;
    .rango-arrow-down:before {
        color: #fff;
    }
    &.cursor-not-allowed {
        cursor: not-allowed;
        opacity: 0.8;
        .rango-arrow-down:before {
            display: none;
        }
    }
}
#cart-modal-content {
    color: #000;
}

.main-content-wrapper .vc-header > div.vc-small-screen .hamburger-wrapper {
    bottom: auto;
}

@media (max-width: 767px) {
    a[aria-label="Logo"] {
        left: 50px;
    }
    .hamburger-wrapper {
        left: 10px !important;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #fff;
    }
    .right-vc-header.col-sm-6.col-xs-12 a.unset.cursor-pointer {
        text-align: center;
    }
    form#search-form {
        top: 10px;
    }
    .material-icons, .material-icons-outlined {
        max-width: none;
    }
    .mobile-language {
        width: auto;
        min-width: 20px;
        right: 20px;
        bottom: 20px;
        .locale-icon {
            img {
                width: 30px !important;
                height: 15px !important;
            }
        }
        select {
            opacity: 0;
            position: absolute;
            right: 0;
        }
        .select-icon-container {
            display: none;
        }
    }
}

@media (max-width: 576px) {
    a[aria-label="Logo"] {
        display: none;
    }
    .right-vc-header.col-sm-6.col-xs-12 a.unset.cursor-pointer {
        text-align: left;
        padding-left: 20px;
    }
}
