body {
    background-color: #202122;
    margin: 0;
    padding: 0;
}

* {
    font-family: Caladea, Merriweather, serif;
}

.menu_header {
    position: fixed;
    margin: 0;
    top: 0;
    width: 100%;
    height: 4rem;
    padding: 1rem 0;
    padding-top: 0.4rem;
    padding-bottom: 0.7rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #1d1e20;
    border-bottom: .2rem solid;
    border-color: #343438;
    z-index: 2;
    user-select: none;
}

.navigation_header {
    list-style: none;
}

/*logo desktop*/
.navigation_header:first-child {
    margin-left: 1rem;
}

/*logo desktop*/
.website_logo_header {
    width: 3rem;
    height: 3rem;
}

/*logo title*/
.navigation_header:nth-child(2) {
    margin-right: auto;
}

.website_name_header {
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
}

.links_header {
    text-decoration: none;
    color: white;
    font-size: 1.14rem;
    transition: all .4s ease-in-out;
}

.links_header:hover {
    color: #4299e5;
    transition: all .2s ease-in-out;
}

.cart_header {
    display: block;
    position: relative;
    height: 2.2rem;
}

.products_amount_in_cart_header {
    position: absolute;
    width: 1rem;
    text-align: center;
    margin-top: .45rem;
    margin-left: .67rem;
    z-index: 1;
    font-size: .8rem;
    font-weight: bold;
    color: white;
}

.products_large_amount_in_cart_header {
    position: absolute;
    margin-top: .28rem;
    margin-left: 1.64rem;
    z-index: 1;
    font-size: .7rem;
    color: white;
}

.credits_header {
    display: block;
    position: relative;
    height: 1.8rem;
    left: -.5rem;
    margin-right: .8rem;
}

.credits_amount_header {
    position: absolute;
    width: 1rem;
    text-align: center;
    margin-top: .45rem;
    margin-left: 1.24rem;
    z-index: 1;
    font-size: .88rem;
    font-weight: bold;
    color: white;
}

.large_credits_amount_header {
    position: absolute;
    margin-top: .28rem;
    margin-left: 2.84rem;
    z-index: 1;
    font-size: .8rem;
    color: white;
}

.header_subscribe_button {
    text-decoration: none;
    background-color: transparent;
    color: white;
    padding: .4rem 1rem;
    background-color: #4299e5;
    border: none;
    border-radius: .7rem;
    transition: all .4s ease-in-out;
    cursor: pointer;
    font-size: 1.14rem;
}

.header_subscribe_button:hover {
    background-color: #52aeff;
    transition: all .2s ease-in-out;
}

.search_header_button {
    width: 2.8rem;
    height: 2.8rem;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    background-color: #1D1D1D;
    border: solid .1rem;
    border-right: none;
    border-color: #343438;
    cursor: pointer;
}

.search_header {
    padding-left: .7rem;
    width: 40rem;
    width: auto;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    background-color: #1D1D1D;
    border: solid .1rem;
    border-color: #343438;
    outline: none;
    font-size: 1.14rem;
    color: white;
}

.search_header::placeholder {
    font-size: 1.14rem;
    color: white;
}

.search_bar_header {
    display: flex;
    justify-content: center;
    margin: auto;
}

.search_logo_header {
    width: 70%;
    height: auto;
}

/*Desktop*/
@media only screen and (min-width: 1000.1px) {

    .responsive_menu_header {
        display: none;
    }

    .checkbox_header {
        display: none;
    }

    .search_header {
        width: 4.5rem;
    }

    .navigation_header {
        margin-right: .7rem;
    }

}

/*Desktop*/
@media only screen and (min-width: 1100px) {

    .search_header {
        width: 10rem;
    }

}

/*Desktop*/
@media only screen and (min-width: 1200px) {

    .search_header {
        width: 14rem;
    }

    .navigation_header {
        margin-right: .8rem;
    }

}

/*Desktop*/
@media only screen and (min-width: 1300px) {

    .search_header {
        width: 20rem;
    }

}

/*Desktop*/
@media only screen and (min-width: 1400px) {

    .search_header {
        width: 27rem;
    }

}

/*Desktop*/
@media only screen and (min-width: 1500px) {

    .search_header {
        width: 32rem;
    }

    .navigation_header {
        margin-right: 1rem;
    }

}

/*Mobile*/
@media only screen and (max-width: 1000px) {

    .responsive_menu_header {
        position: fixed;
        margin: 0;
        top: 0;
        width: 100%;
        height: 4rem;
        padding: 1rem 0;
        padding-top: 0.4rem;
        padding-bottom: 0.7rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: #1d1e20;
        border-bottom: .2rem solid;
        border-color: #343438;
        z-index: 3;
        user-select: none;
    }

    .menu_header {
        display: none;
    }

    .website_name_header {
        display: none;
    }

    .search_header_button, .search_header {
        margin-top: 1rem;
    }

    .search_header {
        width: 40rem;
    }

    /*logo desktop*/
    .navigation_header:first-child {
        display: none;
    }

    /*logo mobile*/
    .website_logo_header {
        margin-left: 1.4rem;
    }

    .navigation_header {
        margin-top: 2rem;
    }

    .toggle_header {
        margin-left: auto;
        margin-right: 1.4rem;
        margin-top: .4rem;
    }

    .browse_header {
        width: 2rem;
        height: 2rem;
        cursor: pointer;
    }

    .close_header {
        width: 2rem;
        height: 2rem;
        cursor: pointer;
        display: none;
    }

    .checkbox_header {
        display: none;
    }

    #check_header:checked~.responsive_menu_header {
        border-bottom: 0;
    }

    #check_header:checked~.menu_header {
        height: auto;
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-top: 2.8rem;
        background-color: #1d1e20;
        border-bottom: solid .1rem;
        border-color: #343438;
    }

    #check_header:checked~.responsive_menu_header .toggle_header .browse_header {
        display: none;
    }

    #check_header:checked~.responsive_menu_header .toggle_header .close_header {
        display: block;
    }

}

/*Mobile*/
@media only screen and (max-width: 800px) {

    .search_header {
        width: 28rem;
    }

}

/*Mobile*/
@media only screen and (max-width: 600px) {

    .search_header {
        width: 22rem;
    }

}

/*Mobile*/
@media only screen and (max-width: 500px) {

    .search_header {
        width: 17rem;
    }

}

/*Mobile*/
@media only screen and (max-width: 400px) {

    .search_header {
        width: 14rem;
    }

}