
#menu > #bt_wishlist svg {
    color: #F02004;
    fill: #f0200415;
}

body > main > .max_width {
    max-width: 70rem;
}

/** WISHLIST **/

#wishlist .name {
    font-size: 2rem;
}

#wishlist .name > span {
    background-color: #E9E9E9;
    border-radius: 2rem;
    padding: 0 0.6rem;
}

#wishlist .type > span {
    color: #F02004;
}

#wishlist .price {
    font-weight: bold;
}

#wishlist .price > span {
    color: #A9A9A9;
    font-weight: normal;
    text-decoration: line-through;
}

/** RESPONSIVE **/

@media (max-width: 750px) {

    body > main > .max_width {
        max-width: none;
    }

    body > main .container {
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 4rem 0;
    }
}