.cart-btn{
    display: none;
}
.header .head-rt .h-btn.loc-btn, .header .search.mobile {
    display: none;
}
.search-form .field{
    text-align: center;
}
.search-form .field input {
    padding: 0 20px;
    width: 65%;
    height: 56px;
    font-family: "Open Sans";
    font-size: 18px;
    color: #999;
    background: #fff;
    border: 1px solid #ccc;
}
@media screen and (max-width: 740px) {
    .header .head-rt .h-btn.loc-btn, .header .search.mobile {
        display: block;
    }
    .header .head-rt .h-btn {
        margin-left: 10px;
    }
    .header .search:hover input[type="text"] {
        width: 0px;
    }
    .search-form .field input {
        height: 44px;
    }
}
