body,
html {
  background: linear-gradient(45deg, rgb(23, 32, 30), rgb(232, 219, 115));
  background-size: cover;
}

h3,
h4 {
  font-family: "Merriweather", serif;
}

.header {
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-img {
  opacity: 0.8;
  margin-top: 10px;
  width: 265px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.item-title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Merriweather", serif;
  height: 70px;
}

.details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.items {
  font-family: "Merriweather", serif;
  background: #77ce45;
  border-radius: 8px;
  width: 120px;
  display: flex;
  font-size: 18px;
  height: 30px;
  overflow: hidden;
}

.items__control {
  width: 40px;
  cursor: pointer;
  transition: 0.2s ease-in;
  text-align: center;
}

.items__control:hover {
  background: #eb5a1e;
  color: #fff;
}

.items__current {
  width: 40px;
}

/* items--small */
.items.items--small {
  width: 90px;
  font-size: 16px;
  height: 26px;
  text-align: center;
}

.items.items--small .items__control {
  width: 30px;
}

.items.items--small .items__current {
  width: 30px;
}

.price {
  text-align: left;
}

.price__weight {
  color: #6c757d !important;
  font-size: 80%;
  line-height: 1;
}

.price__currency {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.btn-outline-warning {
  color: #eb5a1e;
  border-color: #eb5a1e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #eb5a1e;
  border-color: #eb5a1e;
}

.cart-item {
}

.cart-item__top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #1072d3;
  margin-bottom: 15px;
}

.cart-item__img {
}

.cart-item__img img {
  max-width: 100px;
  height: auto;
}

.cart-item__desc {
  padding-top: 15px;
  padding-left: 15px;
}

.cart-item__title {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}

.cart-item__weight {
  color: #390da1 !important;
  font-size: 80%;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}

.cart-item__details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cart-item__details .price__currency {
  font-size: 18px;
  margin-left: 15px;
}

.cart-total {
  font-size: 18px;
  font-weight: 500;
}

.delivery-cost {
}

.free {
  transition: 4s;
  color: #441eb4;
  font-weight: bolder;
}

.total-price {
  color: #3d1693;
}

.rouble {
  color: #4b1163;
}

.none {
  display: none;
}

.sum {
  color: #681c8d;
  font-weight: bold;
}

.card {
  background-color: bisque;
}

.small {
  color: rgb(30, 10, 116);
}
