.header1 {
    background-color: #ffe600;
    padding: 10px 0;
    width: 100%;
}

.header1 .container {
    max-width: 1348px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;

}

.header1 img {
    height: 40px;
}

.header1 .search-box {
    display: flex;
    flex: 1;
    margin: 0 20px;
    max-width: 600px;
}


.header1 button {
    padding: 10px 15px;
    background-color: #ff6600;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.header1 button:hover {
    background-color: #000;
}

.header1 .cart {
    display: flex;
    align-items: center;
    fill: black;
}

.header1 .cart:hover svg {
    fill: #ff6600;
}

.header1 {
    background-color: #ffe600;
    padding: 10px 0;
    width: 100%;
}

.header__search {


    color: rgba(0, 0, 0, .8980392157);
    font-size: 16px;
    margin: 0;
    font-family: inherit;
    border-radius: 2px;
    gap: 20px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    height: 40px;
    max-width: 60%;
    width: 100%;
    padding: 10px 10px 10px 15px;
    border-style: solid;
    border-width: 1.5px;
    margin: 0 10px;
}

.header__search input {
    width: 100%;
    background-color: transparent;
    border: none;
}