:root{--primary-button-color: #000000; --main-third-color: #000000; --main-fourth-color: #000000; --main-second-color: #F1F1F1; --border-radius: 6px; --product-card-bg: #fff; --product-card-border: #d2e4f6; --product-card-color: #15284b;} body,input,textarea,select {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2
}
.basket-item-basket-price{
    font-size: 18px !important;
    color: black !important;
}
 .header{
        background: black !important;
}
@media screen and (max-width: 600px) {
    .header{
        height:85px !important;
    }
}
.basket-item-product-name{
    margin-bottom: 5px !important;
}
.extra-informations b{
    display: none !important;
}
.basket-item-image{
    border:0px solid var(--border-color) !important;
    padding:0px !important;
}



