* {
  border-radius: 0.25rem;
}
/*  */
.display {
  display: flex;
  flex-direction: column !important;
}

.nav-block {
  display: flex;
}

.material-symbols-outlined {
  vertical-align: -5px;
}

.container {
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.05),
    0 2px 10px 0 rgba(51, 51, 51, 0.15);
}

.cart {
  z-index: 1;
}

.navbar {
  box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.05),
    0 2px 10px 0 rgba(51, 51, 51, 0.15);
}

.card {
}

.oplata-wrapper {
  padding: 40px;
}

a {
  color: #3dcd58;
}

a:active {
  color: #0d6efd !important;
}
a:hover {
  color: #3dcd58 !important;
  border-bottom: 4px solid #0d6efd !important;
  transition: 0.3s;
  border-radius: 0.25rem;
}

.cart {
  position: absolute;
  top: 0;
  right: -390px;
}
/*  */

body,
html {
  background-color: #f8f9f9;
  height: 100%;
  z-index: 0;
}

h3,
h4 {
  font-family: "Merriweather", serif;
}

.slide {
  margin-bottom: 40px;
}

img {
  /* max-width: 100%; */
  height: auto;
  display: block;
}

.header {
  /* padding-top: 50px;
  padding-bottom: 50px; */
}

.logo {
  width: 100px;

}

.logo:active {
  border-bottom: 4px solid #fff !important;
}

.site-title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .site-title {
    font-size: 2rem;
  }
}

.product-img {
  width: 265px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.item-title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Merriweather", serif;
  min-height: 70px;
}

@media (max-width: 980px) {
  .item-title {
    font-size: 1.2rem;
    min-height: auto;
  }
}

.details-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.items {
  font-family: "Merriweather", serif;
  background: #f2ede7;
  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: #3dcd58;
  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__sale {
  color: #6c757d !important;
  font-size: 80%;
  line-height: 1;
  text-decoration: line-through;
}

.price__currency {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.btn-outline-warning {
  color: #3dcd58;
  border-color: #3dcd58;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #3dcd58;
  border-color: #3dcd58;
}

.cart-item {
}

.cart-item__top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.cart-item__img {
}

.cart-item__img img {
  max-width: 100px;
  height: auto;
}

.cart-item__desc {
  padding-top: 15px;
  padding-left: 15px;
  max-width: 208px;
}

.cart-item__title {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}

.cart-item__sale {
  color: #6c757d !important;
  font-size: 80%;
  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 {
  color: #0ea107;
}

.total-price {
  color: #3dcd58;
}

.rouble {
  color: #3dcd58;
}

.none {
  display: none;
}
