header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: #0c0c0e;
    height: 100px;
    border-bottom: 1px solid #262626;
}

header .logo {
    height: auto;
    width: 296px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

header h2 {
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .4s;
}

header h2:hover {
    color: #008484;
}

header .header-cart {
    height: 100%;
    width: 50px;
    margin: 0 15px;
    color: #fff;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-cart span, header .li-shopping .badge{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #008484;
    color: #fff;
    font-size: .8em;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
    margin-left: 10px;
    top: 7px;
}

header .languages {
    text-transform: uppercase;
}

header .languages a {
    font-weight: 700;
}

header .languages .fas {
    margin-left: 7px;
    font-size: .8em;
    transition: all .4s;
}
header .languages .fas.fa-globe-asia {
    margin-right: 7px;
    margin-left: 0px;
    font-size: 1em;
    transition: all .8s;
}
header .languages:hover .fas {
    transform: rotate(90deg);
    color: #008484;
}
header .languages:hover .fas.fa-globe-asia {
    transform: rotate(180deg);
    color: #008484;
}
header #dropdownLanguages.btn-languages:hover .fas.fa-globe-asia {
    transform: rotate(180deg);
    color: #008484;
}
header .btn-languages:hover .fas {
    transform: rotate(90deg);
    color: #008484;
}
header .menu-toggler {
    display: none;
}

.menu-panel {
    transition: .2s all;
    position: fixed;
    top: 60px;
    /*right: -300px;*/
}

.menu-panel.active {
    left: 0px;
}

.menu-panel h2 {
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    margin: 0;
    border-left: none;
}

.menu-panel h2 span {
    font-size: .8em;
    font-weight: 500;
    border-radius: 100%;
    padding: 5px 8px 4px 8px;
    margin: 0 15px 0 7px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.menu-panel h2 span:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 2px;
    background: #ED1B2E;
    transform: rotate(45deg);
    margin-top: 0px;
    margin-left: 0;
    z-index: -1;
}

.menu-panel p {
    color: #fff;
    margin: 0 auto 0;
    font-size: .9em;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: relative;
}

.menu-panel p a:link,
.menu-panel p a:visited,
.menu-panel p a:active {
    color: #fff;
    display: block;
}

.menu-panel p a:hover {
    text-decoration: none;
}

.menu-panel p a:link:before,
.menu-panel p a:visited:before,
.menu-panel p a:active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 50px;
    background: transparent;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.menu-panel p:not(.disabled) a:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: #504F3E;
    left: 0;
}

.menu-panel .separator {
    margin: -3px auto -3px;
    width: 40px;
    height: 6px;
    transform: skew(-12deg);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.menu-panel-bar {
    display: none;
    position: relative;
}

.goldstyle{
    color: #008484;
}

.languages-panel {
    position: absolute;
    right: -7px;
    top: 70px;
    background: #F9F9F9;
}

.languages-panel:after {
    bottom: 100%;
    right: 7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #F9F9F9;
    border-width: 7px;
    margin-left: -7px;
}

.languages-panel p {
    margin: 0;
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 600;
    text-transform: uppercase;
}

.languages-panel p:last-of-type {
    border-bottom: none;
}

.languages-panel p a:link,
.languages-panel p a:visited,
.languages-panel p a:active {
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
}

header .dropdown-menu{
    background-color: #0c0c0e;
    border: 1px solid #008484;
    min-width: 92px;
    padding: 0px;
    border-radius: 0px;
}

header .dropdown-menu:after {
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    border-bottom: 5px solid #0c0c0e;
}
header .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -7px;
    border-bottom: 7px solid #008484;
}

header .dropdown-menu .dropdown-item{
    margin: 0;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #262626;
}
header .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0px solid #262626;
}

header .dropdown-menu .dropdown-item:hover {
    background-color: #262626;
}

header .dropdown-menu .dropdown-item:link,
header .dropdown-menu .dropdown-item:visited,
header .dropdown-menu .dropdown-item:active{
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

header .first-menu a{
    color: #e7e7e7;
    text-transform: uppercase;
    font-size: .7rem;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: .15rem;
}
header .first-menu a.ico-shopping i{
    color: #e7e7e7;
}

header .first-menu a:hover, header .first-menu a.ico-shopping:hover i{
    color: #008484;
}
header .second-menu ul li,header .first-menu ul li{
    margin-left: .5rem;
    padding-left: .5rem;
}
header .second-menu .navbar-collapse a{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Fjalla One", "sans-serif";
    letter-spacing: .1rem;
    padding: 0px!important;
    margin-top: .5rem;;
    margin-bottom: .5rem;;
}
header .second-menu .navbar-collapse a:before{
    content: '';
    position: absolute;
    background: #008484;
    height: .2rem;
    width: 10%;
    bottom: 0px;
}

header .second-menu .navbar-collapse a:hover:before{
    animation: move 2s ease;
    animation-fill-mode: forwards;
}
@keyframes move {
    0% {width: 10%;}
    100% {width: 100%;}
}

header a.ico-shopping svg #Asset-Artboard-Page{
    stroke: #e7e7e7;
}
header a.ico-shopping svg #Asset-Artboard-Page circle{
    fill: #e7e7e7;
}
header  a.ico-shopping:hover  svg #Asset-Artboard-Page circle{
    fill: #008484;
}
header .second-menu a.languages > i{
    color: #e7e7e7;
}
header a.ico-shopping:hover svg #Asset-Artboard-Page{
    stroke : #008484;
}
header .second-menu a.languages:hover > i{
    color: #008484;
}

header .first-menu .li-languages{
    border-left: 1px solid #dee2e6;
}
header .first-menu .li-shopping, header .first-menu .li-languages{
    display: initial;
}

header .second-menu .li-shopping, header .second-menu .li-languages{
    display: none;
}


@media only screen
and (min-device-width: 320px)
and (max-device-width: 800px)
and (orientation: portrait) , only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) , only screen
and (max-aspect-ratio: 13/9)
and (orientation: portrait) {
    header .logo {
        width: 133px;
        display: none;
    }

    header .menu-toggler {
        height: 100%;
        width: 30px;
        margin: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .menu-toggler span {
        display: block;
        height: 2px;
        background: #008484;
        margin-bottom: 7px;
        transition: all .4s;
    }

    header .menu-toggler span:nth-of-type(1) {
        width: 25px;
    }

    header .menu-toggler span:nth-of-type(2) {
        width: 30px;
    }

    header .menu-toggler span:nth-of-type(3) {
        width: 20px;
        margin-bottom: 0;
    }

    header .menu-toggler.active span:nth-of-type(1) {
        width: 30px;
        transform: rotate(45deg);
    }

    header .menu-toggler.active span:nth-of-type(2) {
        width: 30px;
        margin-top: -9px;
        transform: rotate(-45deg);
    }

    header .menu-toggler.active span:nth-of-type(3) {
        display: none;
    }

    header h2 {
        text-align: left;
        justify-content: flex-start;
        padding: 15px;
        text-transform: capitalize !important;
        margin-top: 60px !important;
        font-size: 1.3em !important;
    }

    header .header-cart,
    header .languages,
    header .hid-mob{
        display: none;
    }

    header .menu-panel-bar .header-cart,
    header .menu-panel-bar .languages {
        display: block;
    }

    header .first-menu .li-languages{
        border-left: 0px;
    }

.login_toggle{
    right: 70px!important;
}
    .sidebarmenu {
        position: fixed;
        z-index: 3;
    }

    .langs-panel.active,
    .menu-panel.active {
        background: black;
        width: 100%;
        min-height: 40%;
        top: 100px;
    }

    .menu-panel p a:hover:before {
        display: none;
    }

    .menu-panel-bar.active {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #fff;
        height: 70px;
        align-items: center;
        padding: 7px 15px;
    }

    .menu-panel-bar.active .languages {
        border-right: 1px solid #fff;
        padding: 7px 15px 7px 0;
    }

    .menu-panel-bar.active .header-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 35px;
    }

    .languages-panel {
        right: inherit;
        top: inherit;
        left: 15px;
        bottom: 70px;
    }

    .languages-panel:after {
        bottom: inherit;
        top: 100%;
        left: 7px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #F9F9F9;
        border-width: 7px;
        margin-left: -7px;
    }
    header .first-menu .li-shopping, header .first-menu .li-languages{
        display: none;
    }

    header .second-menu .li-shopping, header .second-menu .li-languages{
        display: initial;
    }
    .second-menu .li-languages a{
        text-transform: uppercase;
        text-decoration: none;
        color: #e7e7e7;
    }

    header .second-menu .li-shopping a:before, header .second-menu .li-languages a:before,header .second-menu .li-languages .fa-globe-asia:before,  header .second-menu .navbar-collapse a:before{
        content: none;
    }

    header .second-menu .navbar-collapse{
        background: #000000;
        padding: 1rem 0;
        text-align: center;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    header h2.d-lg-block {
        display: none !important;
    }
    header h2.d-lg-none {
        display: block !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header .header-cart span {
        margin-top: -18px;
        margin-left: -10px;
    }
}