.group-upsell-products .upsell_payment_summary {
  box-shadow: unset;
  padding: 20px 0;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
}
.group-upsell-products .upsell_payment_summary .upsell-item {
  padding: 10px 30px;
  background-color: #ccc;
  border-bottom: 2px solid #851212;
  margin-bottom: 15px;
  border-radius: 3px;
}
.group-upsell-products .upsell_payment_summary .upsell-item .upsell_summary_table {
  width: 100%;
}
.group-upsell-products .upsell_payment_summary .upsell-item .upsell_summary_table tr {
  background-image: none;
  border-bottom: 1px solid #ccc;
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 25px;
}
.group-upsell-products .upsell_payment_summary .upsell-item .upsell_summary_table td {
  padding: 8px 0;
}
.group-upsell-products .upsell_payment_summary .upsell-item .upsell_summary_table .rtd {
  text-align: right;
  color: #000;
  font-weight: 100;
  font-family: inherit;
}

.upsell-product-payment {
  float: left;
  width: 100%;
  box-shadow: 0px -2px 12px 3px rgba(204, 204, 204, 0.5);
  border: unset;
  border-radius: unset;
  margin-left: 10px;
}
.upsell-product-payment .group-upsell-products1 h3 {
  width: 250px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-left: 15px;
}
.upsell-product-payment .group-upsell-products1 .upsell_payment_summary {
  box-shadow: unset;
  padding: 20px 0;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
}
.upsell-product-payment .group-upsell-products1 .upsell_payment_summary .upsell-item {
  padding: 10px 30px;
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 3px;
}
.upsell-product-payment .group-upsell-products1 .upsell_payment_summary .upsell-item .upsell_summary_table {
  width: 100%;
}
.upsell-product-payment .group-upsell-products1 .upsell_payment_summary .upsell-item .upsell_summary_table tr {
  background-image: none;
  border-bottom: 1px solid #ccc;
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 25px;
}
.upsell-product-payment .group-upsell-products1 .upsell_payment_summary .upsell-item .upsell_summary_table td {
  padding: 8px 0;
}
.upsell-product-payment .group-upsell-products1 .upsell_payment_summary .upsell-item .upsell_summary_table .rtd {
  text-align: right;
  color: #000;
  font-weight: 100;
  font-family: inherit;
}

.group-upsell-products-2 .edt_date {
  font-size: 16px;
}
.group-upsell-products-2 .upsell_payment_summary {
  box-shadow: unset;
  padding: 20px 0;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item {
  padding: 10px 30px;
  background-color: #ccc;
  margin-bottom: 15px;
  border-radius: 3px;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table {
  width: 100%;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tbody {
  border-bottom: 2px solid #851212;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tbody tr {
  background-image: none;
  border-bottom: 1px solid #ccc;
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 25px;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tbody td {
  padding: 8px 0;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tbody .rtd {
  text-align: right;
  color: #000;
  font-weight: 100;
  font-family: inherit;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tbody input[name=quantity] {
  width: 50px;
  text-align: center;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tfoot tr {
  background-image: none;
  border-bottom: 1px solid #ccc;
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 25px;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tfoot td {
  padding: 8px 0;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tfoot .rtd {
  text-align: right;
  color: #000;
  font-weight: 100;
  font-family: inherit;
}
.group-upsell-products-2 .upsell_payment_summary .upsell-item .upsell_summary_table tfoot a {
  cursor: pointer;
  font-weight: 500;
}

.user-upsell-payment-page .skip-button {
  position: fixed;
  bottom: 150px;
  right: 7px;
  z-index: 888;
  text-align: right;
}
.user-upsell-payment-page .skip-button .skip {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  background-color: var(--primary-color-v2);
  border: 1px solid #ffffff;
  text-decoration: none;
  background-color: var(--primary-hover-color-v2);
}
@media (max-width: 767px) {
  .user-upsell-payment-page .skip-button .skip {
    font-size: 12px;
  }
}
