.product-mass-buy {
  position: relative;

  width: 100%;
  padding-top: 50px;
  margin-top: 30px;
}

.product-mass-buy::before {
  content: "";
  position: absolute;
  top: 0;
  /* parents's padding */
  left: -20px;
  right: -20px;

  height: 20px;

  background: #fff;
}

.product-mass-buy__btn-wrapper {
  margin-bottom: 15px !important;
}

.product-mass-buy__btn {
  position: relative;

  padding: 12px 30px 12px 55px !important;

  font-family: "Roboto", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;

  color: #fff;
}

.product-mass-buy__btn:hover,
.product-mass-buy__btn:focus,
.product-mass-buy__btn:active {
  text-decoration: underline;

  color: #fff;
}

.product-mass-buy__btn::before {
  content: "\f07a";
  position: absolute;
  left: 15px;
  top: 50%;

  font-family: "FontAwesome";
  font-size: 25px;
  font-weight: 400;
  line-height: 47px;

  color: #fff;

  transform: translateY(-50%);
}

.product-mass-buy__price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 10px 0;
}

.product-mass-buy__price-value {
  margin-left: 8px;

  font-size: 29px;
  font-weight: 700;
  line-height: 29px;

  color: #a72c3a;
}

.product-mass-buy__warning {
  color: #a72c3a;
}

/* Confirmation popup */

.package-buy-popup__success-title {
  position: relative;
  display: block;
  padding-left: 38px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #46a74e;
}

.package-buy-popup__success-title::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;

  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;

  transform: translateY(-50%);
}

.package-buy-popup__list {
  margin: 0 0 15px;
  padding: 0 0 10px 3px;

  border-bottom: 1px solid #f9f9f9;
}

.package-buy-popup__item {
  display: flex;
  padding: 0;
}

.package-buy-popup__item:first-child {
  padding-top: 0;
}

.package-buy-popup__item:last-child {
  padding-bottom: 0;

  border-bottom: 0;
}

.package-buy-popup__body {
  display: flex;
  flex-wrap: wrap;
}

.package-buy-popup__img-wrapper {
  margin-right: 30px;
}

.package-buy-popup__name {
  display: block;
  padding-bottom: 0px;
  margin-bottom: 5px;

  font-size: 20px;
  line-height: 23px;

  color: #3a3939;
}

.package-buy-popup__info {
  margin: 0;

  font-size: 15px;
}

.package-buy-popup__attributes {
  margin-bottom: 12px;
}

.package-buy-popup__price {
  margin: 0;
  padding-top: 15px;

  font-size: 20px;

  border-top: 1px solid #f9f9f9;
}

.package-buy-popup__price-value {
  font-size: 22px;
  font-weight: 600;

  color: #a72c3a;
}

.package-buy-popup-error__title {
  position: relative;

  display: block;
  padding-left: 38px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #d4323d;
}

.package-buy-popup-error__title::before {
  content: "\f00d";
  position: absolute;
  left: 0;
  top: 50%;

  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;

  transform: translateY(-50%);
}
