header {
    height: 100%;
    max-height: 100px;
}

header i {
    color: #ffffff;
    font-size: 2rem;
    margin-top: -1rem;
    top: 0;
    bottom: 0;
}

header i:hover {
    color: #070707;
    font-size: 2.4rem;
}

.nav-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: auto;
}

.shop-logo {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: auto;
}

.header-small-mobile {
    padding: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.main-header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-wrap > a {
    background-color: transparent;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", sans-serif;
}

.cart-wrap > a span.icon-cart .count-style {
    position: absolute;
    background-color: #070707;
    color: rgb(245, 241, 241);
    font-size: 14px;
    font-weight: 900;
    margin-top: 8px;
    right: -7px;
    top: -22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
    text-align: center;
}
.cart-wrap > a span.icon-cart {
    font-size: 20px;
    position: relative;
}

.sticky-bar {
    background-color: #ea813e;
}
.sticky-bar.stick {
    background-color: #ea813e;
}
.sticky-bar.stick i {
    margin-top: 0;
}
