.delivery-btn {
  width: 100%;
  background-color: #138F46;
  color: #fff;
  height: 45px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
}

.delivery-btn:hover {
  background-color: #007632;
  transition: .3s ease;
}

.delivery-btn, .go-to-cart-btn {
  background: #138F46;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.delivery-btn:hover {
  background-color: #007632;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-btn {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 17px;
  color: #176FE8;

}

.quantity {
  font-family: Golos Text;
  min-width: 20px;
  font-size: 14px;
  text-align: center;
}

.go-to-cart-btn {
  margin-left: auto;
  padding: 5px 10px;
  background-color: #E6F4EC;
  color: #138F46;
}

.quantity-selector {
  width: calc(100% - 32px);
  margin: 10px 16px;
}

.delivery-btn, .go-to-cart-btn {
  margin: 10px 16px;
  width: calc(100% - 32px);

}

.price-block .product-price-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6dbe0;
}

.price-block .product-price-box div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 50%;
  align-items: center;
}

.price-block .product-price-box div:first-child {
  border-right: 1px solid #d6dbe0;
}

.price-block .product-price-box .product-price {
  font-size: 28px;
  font-weight: 700;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.file-item {
  height: 100%;
  line-height: normal;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-table;
  width: 100%;
}

.file-item .name {
  font-weight: bold;
  width: 200px;
  overflow: hidden;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.file-item a:hover {
  color: #2559bd;
}

.similar-products {
  font-size: 13px;
}

.similar-products .sale-sum {
  font-size: 11px;
}


@media (max-width: 980px) {
  .delivery-btn {
    width: 97% !important;
  }
}

@media (max-width: 780px) {
  .delivery-btn {
    width: 95% !important;
  }
}

@media (max-width: 700px) {
  .delivery-btn {
    width: 94% !important;
  }
}

@media (max-width: 400px) {
  .delivery-btn {
    width: 93% !important;
  }
}
