.header {
    border-bottom: solid thin #E5E5E5;
    height: 64px
}

.header .logo {
    height: 64px;
    align-items: center;
    justify-content: left
}

.navigation-head {
    display: inline-flex;
    padding-right: 50px;
    height: 100%;
    position: relative;
    width: 100%;
    margin-left: 10px
}

.navigation-head #prevNav, .navigation-head #nextNav {
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: var(--text-color)
}

.navigation-head #prevNav svg, .navigation-head #nextNav svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    margin-top: 1px
}

.navigation-head #prevNav:hover svg, .navigation-head #nextNav:hover svg {
    fill: var(--hover)
}

.navigation-head #prevNav {
    right: 15px
}

.navigation-head #prevNav svg {
    transform: rotate(90deg);
    margin-top: -8px
}

.navigation-head .nav-horizontal {
    flex: 1;
    display: block;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.navigation-head .nav-horizontal::-webkit-scrollbar {
    width: 0 !important;
    display: none
}

.nav-horizontal {
    padding: 0
}

.nav-horizontal > ul.item_big {
    text-align: left
}

@media (min-width: 992px) {
    .nav-horizontal > ul.item_big {
        margin: 0 0 0 0px;
        padding: 0;
        height: 100%;
        width: 100%;
        white-space: nowrap;
        transition: margin-left 0.3s ease
    }
}

.nav-horizontal > ul.item_big li {
    position: relative
}

.nav-horizontal > ul.item_big > li.nav-item {
    display: inline-block;
    position: static;
    margin: 0 18px;
    padding: 0px;
    height: 100%
}

.nav-horizontal > ul.item_big > li.nav-item:first-child {
    margin-left: 0
}

@media (max-width: 1199px) {
    .nav-horizontal > ul.item_big > li.nav-item {
        margin-right: 0px
    }
}

.nav-horizontal > ul.item_big > li.nav-item > a {
    display: block;
    text-align: left;
    padding: 0px 0px;
    font-size: 16px;
    font-family: var(--font-base);
    font-weight: 500;
    height: 64px;
    line-height: 64px;
    position: relative;
    text-decoration: none;
    color: var(--text-color);
    white-space: normal;
    text-transform: uppercase
}

.nav-horizontal > ul.item_big > li.nav-item > a.caret-down {
    margin-right: 20px
}

.nav-horizontal > ul.item_big > li.nav-item > a .icon {
    top: calc(50% - 13px);
    position: absolute;
    width: 25px;
    height: 25px;
    left: 100%;
    transition: all, 0.1s
}

@media (min-width: 992px) {
    .nav-horizontal > ul.item_big > li.nav-item:hover > a {
        color: var(--hover-link)
    }

    .nav-horizontal > ul.item_big > li.nav-item:hover > a .icon {
        fill: var(--hover-link);
        transform: rotate(-45deg)
    }

    .nav-horizontal > ul.item_big > li.nav-item:hover > ul {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        display: block
    }
}

.nav-horizontal > ul.item_big > li.nav-item .icon-down {
    width: 15px;
    height: 15px;
    visibility: hidden;
    display: none
}

.nav-horizontal > ul.item_big > li.nav-item .item_small {
    overflow: hidden;
    display: none;
    max-height: 0px;
    max-width: 0px;
    position: absolute;
    top: 64px;
    left: auto;
    width: 220px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    z-index: 99;
    transition-duration: 0s;
    transition-delay: .1s
}

.nav-horizontal > ul.item_big > li.nav-item > ul {
    list-style: none
}

.nav-horizontal > ul.item_big > li.nav-item > ul li {
    float: none;
    padding: 0 0
}

.nav-horizontal > ul.item_big > li.nav-item > ul li:last-child > a {
    border-bottom: 0
}

@media (min-width: 992px) {
    .nav-horizontal > ul.item_big > li.nav-item > ul li:hover > ul {
        display: block;
        position: absolute;
        width: 250px;
        padding: 0;
        background-color: #fff;
        z-index: 99;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04)
    }
}

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    .nav-horizontal > ul.item_big > li.nav-item > ul li:hover > ul {
        position: relative;
        left: 0;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04)
    }

    .nav-horizontal > ul.item_big > li.nav-item > ul li:hover > ul li a {
        padding-left: 25px
    }
}

.nav-horizontal > ul.item_big > li.nav-item > ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: block;
    padding: 5px 20px 5px 10px;
    color: var(--text-color);
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
    white-space: normal
}

.nav-horizontal > ul.item_big > li.nav-item > ul li a .icon {
    top: 5px;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 3px;
    transition: all, 0.1s;
    transform: rotate(-90deg)
}

.nav-horizontal > ul.item_big > li.nav-item > ul li .icon-down {
    width: 15px;
    height: 15px;
    visibility: hidden;
    display: none
}

.nav-horizontal > ul.item_big > li.nav-item > ul li ul {
    display: none;
    left: 220px;
    top: 0px;
    list-style: none;
    transition-duration: 0s;
    transition-delay: .1s
}

.nav-horizontal > ul.item_big > li.nav-item > ul > li {
    color: var(--text-color)
}

@media (min-width: 992px) {
    .nav-horizontal > ul.item_big > li.nav-item > ul > li:hover > a {
        color: var(--hover-link)
    }

    .nav-horizontal > ul.item_big > li.nav-item > ul > li:hover > a .icon {
        fill: var(--hover-link)
    }
}

.nav-horizontal > ul.item_big > li.nav-item > ul > li ul li:hover > a {
    color: var(--hover-link)
}

.group-action {
    justify-content: right;
    align-items: center
}

.group-action .item-action {
    width: 30px;
    height: 100%;
    line-height: 64px;
    position: relative;
    text-align: right;
    margin-left: 18px
}

.group-action .item-action > svg {
    width: 20px;
    height: 22px;
    cursor: pointer;
    fill: var(--text-color)
}

.group-action .item-action .usericon {
    width: 24px;
    height: 24px
}

.group-action .item-action:hover > svg {
    fill: var(--hover)
}

.group-action .item-action:hover > .header-search-form {
    opacity: 1;
    visibility: visible;
    z-index: 5
}

.group-action .item-action:hover > .block-user {
    display: block
}

.group-action .item-action:hover a > svg {
    stroke: var(--hover)
}

.group-action .header-search-form {
    width: 250px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    top: 62px;
    right: 0;
    margin: 0;
    line-height: 40px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0s;
    transition-delay: .1s
}

.group-action .header-search-form input {
    height: 100%;
    width: 100%;
    padding: 0 30px 0 15px;
    border: solid 1px #ebebeb;
    border-radius: 5px;
    line-height: 40px;
    font-family: var(--font-base)
}

.group-action .header-search-form button {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 40px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 40px
}

.group-action .header-search-form button:hover > svg {
    fill: var(--hover)
}

.group-action .block-user {
    width: 150px;
    background: #fff;
    padding: 5px 10px;
    border: solid 1px #ebebeb;
    z-index: 2;
    position: absolute;
    right: 0;
    display: none;
    transition-duration: 0s;
    transition-delay: .1s
}

.group-action .block-user a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-family: var(--font-base);
    display: flex
}

.group-action .block-user a:hover {
    color: var(--hover-link)
}

.group-action .block-cart a > svg {
    height: 28px;
    margin-top: 1px;
    width: 27px;
    fill: none;
    stroke: #333
}

.group-action .block-cart a > svg path {
    fill: #333
}

.group-action .block-cart .count_item_pr {
    width: 19px;
    height: 12px;
    font-size: 12px;
    background: #A05139;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    line-height: 12px;
    color: #fff;
    position: absolute;
    bottom: 17px;
    right: -5px
}

.group-action .block-cart .top-cart-content {
    display: none;
    transition-duration: 0s;
    transition-delay: .1s
}

@media (max-width: 991px) {
    .header {
        position: relative
    }

    .header .container {
        position: relative
    }

    .header .category-action {
        width: 40px;
        height: 40px;
        line-height: 40px;
        align-items: center;
        position: absolute;
        z-index: 9;
        top: 10px;
        right: 0
    }

    .header .category-action svg {
        width: 35px;
        height: 37px
    }

    .header .logo {
        justify-content: center;
        height: 64px;
        max-width: 145px;
        position: absolute;
        left: 10px;
        z-index: 99
    }

    .header .group-action {
        margin-right: 50px
    }

    .header .group-action .item-action {
        line-height: 56px
    }

    .header .group-action .item-action:nth-child(1), .header .group-action .item-action:nth-child(2) {
        display: none
    }

    .header .search-mobile {
        padding: 5px 10px 10px;
        background: #fff
    }

    .header .header-search-form {
        width: 100%;
        height: 40px;
        border-radius: 40px;
        position: relative;
        margin: 0;
        line-height: 40px;
        padding: 0
    }

    .header .header-search-form input {
        height: 100%;
        width: 100%;
        padding: 0 30px 0 15px;
        border: solid 1px #ebebeb;
        border-radius: 5px;
        line-height: 40px;
        font-family: var(--font-base)
    }

    .header .header-search-form button {
        background: transparent;
        border: none;
        box-shadow: none;
        height: 40px;
        width: 30px;
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 0;
        line-height: 40px
    }

    .header .header-search-form button:hover > svg {
        fill: var(--hover)
    }

    .header .account {
        padding: 10px 0;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        margin-bottom: 10px
    }

    .header .account a {
        padding: 0 5px;
        line-height: 13px
    }

    .header .account a:first-child {
        border-right: 1px #ccc solid
    }

    .header .navigation-head {
        width: 300px;
        height: 100vh;
        display: flex;
        flex-flow: column;
        position: fixed;
        left: 0;
        top: 0 !important;
        background: #ffff;
        z-index: 999999;
        margin-left: 0;
        padding-right: 0;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s, visibility 0.5s
    }

    .header .navigation-head.fade-in {
        visibility: visible;
        transform: translateX(0)
    }

    .header .navigation-head #prevNav, .header .navigation-head #nextNav {
        display: none
    }

    .header .navigation-head .nav-horizontal ul.item_big {
        padding: 0
    }

    .header .navigation-head .nav-horizontal ul.item_big > li {
        width: 100%;
        padding: 0 0 0 15px;
        margin: 0;
        position: relative
    }

    .header .navigation-head .nav-horizontal ul.item_big > li > a {
        height: 40px;
        line-height: 40px;
        text-transform: none
    }

    .header .navigation-head .nav-horizontal ul.item_big > li > a .icon {
        display: none
    }

    .header .navigation-head .nav-horizontal ul.item_big > li .icon-down {
        visibility: visible;
        display: inline-block;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 10px;
        transition: all 0.3s
    }

    .header .navigation-head .nav-horizontal ul.item_big > li .icon-down svg {
        margin: -5px 0px 1px -3px;
        height: 20px;
        width: 20px
    }

    .header .navigation-head .nav-horizontal ul.item_big > li.current > .icon-down {
        transform: rotate(-45deg)
    }

    .header .navigation-head .nav-horizontal ul.item_big > li.current > .item_small {
        display: block;
        position: relative;
        max-height: unset;
        max-width: 100%;
        width: 100%;
        box-shadow: none;
        top: 0
    }

    .header .navigation-head .nav-horizontal ul.item_big > li li > a .icon {
        display: none
    }

    .header .navigation-head .nav-horizontal ul.item_big > li li .icon-down {
        visibility: visible;
        display: inline-block;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 9px;
        transition: all 0.3s
    }

    .header .navigation-head .nav-horizontal ul.item_big > li li .icon-down svg {
        margin: -5px 0px 1px -3px;
        width: 20px;
        height: 20px
    }

    .header .navigation-head .nav-horizontal ul.item_big > li li.current > .icon-down {
        transform: rotate(-45deg)
    }

    .header .navigation-head .nav-horizontal ul.item_big > li li.current > ul {
        display: block;
        position: relative;
        max-height: unset;
        max-width: 100%;
        width: 100%;
        box-shadow: none;
        top: 0;
        left: 15px;
        padding: 0
    }
}
