body {
  font-family: "roboto";
}
body p {
  margin: 0;
}
body a {
  text-decoration: none;
}

nav .navbar-toggler {
  border: none;
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .navbar-toggler:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
nav .navbar-nav .nav-link {
  font-size: 12px;
}
nav .navbar-nav .nav-link:hover {
  color: black;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.pic {
  width: 20px;
}

#my-menu {
  left: -250%;
}

.dropdown-toggle::after {
  display: none;
}

.row .step-box .step-1, .row .step-box .step-2, .row .step-box .step-3, .row .step-box .step-4 {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.row .step-box p {
  white-space: nowrap;
}
.row .progress-rate {
  background-color: white;
  width: 70%;
  height: 7px;
  left: 65%;
  top: 20%;
}
.row .progress-rate .progress-rate-sm {
  width: 100%;
  height: 7px;
}

@media (max-width: 992px) {
  .row .step-box .step-1, .row .step-box .step-2, .row .step-box .step-3, .row .step-box .step-4 {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .row .step-box p {
    white-space: nowrap;
  }
  .row .progress-rate {
    background-color: white;
    width: 50%;
    height: 7px;
    left: 75%;
    top: 20%;
  }
  .row .progress-rate .progress-rate-sm {
    width: 100%;
    height: 7px;
  }
}
@media (max-width: 768px) {
  .row .step-box .step-1, .row .step-box .step-2, .row .step-box .step-3, .row .step-box .step-4 {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .row .step-box p {
    font-size: 14px;
    white-space: nowrap;
  }
  .row .progress-rate {
    background-color: white;
    width: 50%;
    height: 7px;
    left: 75%;
    top: 20%;
  }
  .row .progress-rate .progress-rate-sm {
    width: 100%;
    height: 7px;
  }
}
@media (max-width: 576px) {
  .row .step-box .step-1, .row .step-box .step-2, .row .step-box .step-3, .row .step-box .step-4 {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .row .step-box p {
    font-size: 12px;
    white-space: nowrap;
  }
  .row .progress-rate {
    background-color: white;
    width: 40%;
    height: 7px;
    left: 80%;
    top: 20%;
  }
  .row .progress-rate .progress-rate-sm {
    width: 100%;
    height: 7px;
  }
}
.row .product img {
  width: 70px;
  height: 70px;
}
.row .product .name {
  font-size: 16px;
}
.row .minus, .row .plus {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 4px;
  background-color: white;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
}
.row .minus:hover, .row .plus:hover {
  background-color: #e2e2e2;
}
.row .cost {
  font-size: 12px;
}

.form-check-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #14b02e;
  border-color: #14b02e;
}/*# sourceMappingURL=購物車.css.map */