.header .menu {
    height: 100px;
}

.header > div:first-child {
    z-index: 10;
    position: relative;
}

.header .menu .logo_container {
    position: relative;
    top: 1rem;
}

.header .shop-icons .ico {
    margin-left: 30px;
    color: var(--darkBlack);
    position: relative;
}

.header .shop-icons .ico a {
    color: var(--darkBlack) !important;
}

.header .shop-icons .ico a:hover,
.header .shop-icons .ico:hover {
    color: var(--secondColor) !important;
    text-decoration: none !important;
}

.header .shop-icons .ico i {
    font-size: 22px;
}

.header .shop-icons .ico span {
    margin-left: 10px;
}
.header .shop-icons .count {
    position: absolute;
    top: 11px;
    left: -16px
}

.header .shop-icons .count .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid var(--secondColor);
    border-radius: 3px;
    position: relative;
}
.header .shop-icons .count .arrow-down > span {
    position: absolute;
    top: -27px;
    right: -4px;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}

.header .carousel {
    margin-bottom: -16px;
}


.menu2 {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    height: 80px;
    background-color: var(--brightColor);
    box-shadow: 0 3px 3px #0000002d;
    transition: .5s ease-in-out;
}

.menu2 .logo_container img {
    height: 80px;
    top: 15px;
    position: relative;
}

.menu2 #navbar_main2 .top_panel {
    display: none;
}

.menu2 #navbar_main2,
#menu_code_main2,
nav.navbar  {
    height: 100%;
}
.menu2 ul.nav.navbar-nav.nav-tabs {
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .header .shop-icons .ico {
        margin-left: 15px;
    }
    .header .shop-icons .ico i {
        font-size: 18px;
    }
    .header .shop-icons .count {
        top: 11px;
        left: -15px;
    }
    .header .shop-icons .count .arrow-down {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 23px solid var(--secondColor);
    }
    .header .shop-icons .count .arrow-down > span {
        top: -25px;
        right: -4.5px;
        font-size: 14px;
    }
    .header .menu .logo_container img {
        width: 80px;
    }
    .header .menu {
        height: 80px;
    }
}