.topright {
    width: 2%;
    float: left;
    margin-top: 1px;
}

.sousuo {
    width: 15%;
    float: right;
    margin-top: 0px;
}

.susuoq {
    width: 100%;
}

.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 40px;
    height: 37px;
    margin: 0;
    padding: 0;
    outline: none;
    background: url(../images/sousuo.png);
    cursor: pointer;
}

#toggle-menu {
    float: left;
    background-position: 0 0;
    background-color: #bc0023;
}

#toggle-search {
    float: right;
}

#toggle-search.open:after {
    top: 40px;
}

#toggle-search:after {
    -moz-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    -webkit-transition: top, 0.5s;
    transition: top, 0.5s;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 8px 8px 12px;
}

#toggle-basket {
    position: relative;
    float: right;
    background-position: -120px 0;
}

#toggle-basket:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 50px;
    content: "";
    background-color: #000;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 80px;
    right: 3%;
    width: 300px;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
    border-radius: 30px;
}

#search-form.open {
    max-height: 40px;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 40px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #516270;
    background: #c6cacd;
    border: none;
    cursor: pointer;
}

@media screen and (min-width: 960px)and (max-width: 1660px) {
    #search-form {
        -moz-transition: max-height, 0.5s;
        -o-transition: max-height, 0.5s;
        -webkit-transition: max-height, 0.5s;
        transition: max-height, 0.5s;
        position: absolute;
        top: 75px;
        right: 5%;
        width: 300px;
        max-height: 0;
        overflow: hidden;
        background-color: #e1e4e7;
    }
    .header-button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
        display: block;
        width: 40px;
        height: 37px;
        margin: 0;
        padding: 0;
        outline: none;
        background: url(../images/sousuo.png);
        cursor: pointer;
        top: 37px;
    }
}

@media screen and (width: 1920px) {
    .header-button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
        display: block;
        width: 40px;
        height: 37px;
        margin: 0;
        padding: 0;
        outline: none;
        top: 37px;
        background: url(../images/sousuo.png);
        cursor: pointer;
    }
}