:root{--primary-button-color: #15284b; --main-third-color: #8b5cf6; --main-fourth-color: #00c753; --main-second-color: #eff8ff; --border-radius: 6px; --product-card-bg: #fff; --product-card-border: #d2e4f6; --product-card-color: #15284b;} .header .logo{
   max-width: 400px !important;
}
.header .logo img {
    max-height: 100px !important;
}
@media (max-width: 767px) {
.header .logo{
   max-width: 225px !important;
}
.header .logo img {
    max-height: 65px !important;
}
}
.basket-inner > div > div:last-of-type > button.btn-success.mb-4 {
  background-color: black;
  border-color: black;
  color: white;
}

.basket-inner > div > div:last-of-type > button.btn-success.mb-4:hover {
  background-color: #333;
  border-color: #333;
  color: white;
}