@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal
}

#top {
    border-top-color: #d82231;
}

#header > div .logo-etc {
  margin-top: 12px;
}

#main-buttons .icon-background,
.product-list-item .price,
.prodetail_box2 .price,
h1, h2, h3,
.my-menu ul li:hover h3 a,
#main-buttons h2 {
  color: #d82231;
}

nav,
nav > div {
  background: #d82231;
}

footer {
  background-color: #000;
}