.headerTop {
    align-items: center;
    padding: 16px 0
}

.headerLeft img {
    width: 439px;
}

.headerRight * {}

.headerRight a:hover {
    color: var(--brandCol-2)
}

.headBtn {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}

.headBtn a {
    padding: 12px 24px;
    border-radius: 4px;
}

.headBtn a:hover {
    background-color: var(--brandCol-2);
    color: #fff;
}

.headBtn i {
    margin-right: 10px
}

.topSocial {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.topSocial a {
    border-radius: 50%;
    display: flex;
    background-color: var(--brandCol-1);
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}


.topSocial a:hover {
    background-color: var(--brandCol-2);
    color: #fff;
}

.mainNavWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-main-navigation-container {
    width: calc(100% - 40px)
}

#menu-item-592 a {
    display: block;
    width: 34px;
    height: 24px;
    background: url(../img/shopping-cart.png) no-repeat center center;
    background-size: 18px auto;
    text-indent: -99999px;
}

#menu-item-150:before {}

.shopMenu {}

.shopMenu a {
    padding: 10px 14px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.shopMenu a:hover {
    background: var(--brandCol-1a)
}


@media screen and (max-width:975px) {

    .headBtn,
    .headSocial {
        min-width: 100%;
    }

    .topSocial {
        justify-content: center;
        margin-top: 20px;
    }
}


@media screen and (max-width:767px) {
    .headBtn {
        display: none;
    }
}