#form-header-search {
    display: flex;
    width: 100%;
    border-radius: .3125rem;
    position: relative;
    z-index: 11;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .04);
}
.head-search-wrapper-c__head-search-form__searchfield {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    border-radius: .3125rem 0rem 0rem .3125rem;
    background-color: #fff;
}
.head-search-wrapper-c__head-search-form__searchfield input {
    width: 100%;
    font-size: .875rem;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    height: 36px;
    border: 0;
    background: rgba(0, 0, 0, 0);
    padding: 0px 8px 0 0;
    outline: none;
}
.head-search-wrapper-c__head-search-form__submit-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    background: #fadd0e;
    border-radius: 0rem .3125rem .3125rem 0rem;
}
.head-search-wrapper-c__head-search-form__submit-btn-wrapper__submit-btn {
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
}
.head-search-wrapper-c__head-search-form__searchfield__cancel-search-wrapper__cancel-search {
    display: none;
}
.head-search-wrapper-c__head-search-form__submit-btn-wrapper__submit-btn i {
    font-size: 1.5rem;
    color: #50626a;
}
.head-myshop i {
    font-size: 1.5rem;
}
.head-tools {
    display: flex;
}
.head-tool>a, .head-tool>label {
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.head-tool>a i {
    margin-right: 10px;
}
.head-cart a i {
    font-size: 1.5rem;
    margin-right: 10px;
}
.foot-services a:after {
    font-family: iconscout;
    content: "";
    width: 1em;
    height: 1em;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
    display: inline-block;
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}
.input-group input, .input-group textarea {
    background: white;
    border: 1px solid #000;
}
footer {
    background: #f4f4f4 !important;
}
/* Banner */
@media (min-width: 480px) {
    .product-item-title a {
        font-weight: 700;
        word-break: break-word;
        line-height: 1.4;
    }
}

@media (min-width: 1280px) {
    .head-search-wrapper-c {
        flex: 0 1 auto;
        max-width: 45rem;
        margin: 0 auto;
        width: 100%;
        order: 0;
    }
}
@media (max-width:1280px) {
    .head-tools {
        justify-content: end;
    }
    .newnav .head-nav-mobile i {
        display: inline-flex;
        justify-items: center;
        align-items: center;
        font-size: 1.5rem;
    }
    .newnav .head-nav-mobile {
        display: flex;
    }
}