@import "fonts.css";
@import "bootstrap.min.css";
:root {
  --button-bg: #db4566;
  --button-color: #ffffff;
}

a:hover {
  outline: none;
  text-decoration: none;
}

.main-title {
  font-family: SofiaProSemiBold;
  color: var(--button-bg);
}

textarea {
  resize: none;
}

.btn {
  padding: 11px 60px;
  font-family: SofiaProRegular;
  font-size: 21px;
  border: 1px solid transparent;
  border-radius: 30px;
  line-height: 1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
.btn:active {
  outline: none;
}

.btn-success {
  background: var(--button-bg);
}
.btn-success svg {
  fill: #fff;
}
.btn-success:hover {
  color: black;
  border-color: var(--button-bg);
  background: transparent;
}
.btn-success:hover svg {
  fill: #000;
}

.btn-danger {
  background: #ff1d1d;
}
.btn-danger:hover {
  color: black;
  border-color: #ff1d1d;
  background: transparent;
}

.btn-dark {
  background: #000000;
}
.btn-dark:hover {
  color: black;
  border-color: #000;
  background: transparent;
}

.btn-secondary {
  background: #bfbfbf;
}
.btn-secondary:hover {
  color: black !important;
  border-color: #bfbfbf;
  background: transparent;
}

section.payment-wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(242, 245, 240) 50%, rgb(238, 241, 235) 100%);
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  section.payment-wrapper {
    background: white;
  }
}
section.payment-wrapper .payment_form {
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  section.payment-wrapper .payment_form {
    padding-right: 15px;
  }
}
section.payment-wrapper .payment_form a i {
  margin-right: 10px;
}
section.payment-wrapper .payment-product {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  section.payment-wrapper .payment-product {
    padding-left: 15px;
  }
}
section.payment-wrapper .address .payment-subtitle, section.payment-wrapper .method_selection .payment-subtitle, section.payment-wrapper .method_selection_payment .payment-subtitle, section.payment-wrapper .method_selection_address .payment-subtitle {
  font-weight: 900;
}
section.payment-wrapper .payment-title {
  font-family: SofiaProRegular;
  font-size: 12px;
  font-weight: 900;
}
section.payment-wrapper .payment-subtitle {
  font-family: SofiaProLight;
  font-size: 12px;
}
section.payment-wrapper .payment-subtitle.size {
  font-size: 10px;
}
section.payment-wrapper .form-control {
  border-width: thin;
  font-size: 12px;
  font-family: SofiaProRegular;
}
section.payment-wrapper .btn-success {
  font-family: SofiaProLight;
  font-size: 16px;
  padding: 15px 35px 15px 30px;
  border: 1px solid var(--button-bg);
  border-radius: 0;
}
section.payment-wrapper .payment-product__btn {
  padding: 7px 44px;
}
@media screen and (max-width: 992px) {
  section.payment-wrapper .payment-product__btn {
    padding: 7px 25px;
  }
}
@media screen and (max-width: 767px) {
  section.payment-wrapper .payment-product__btn {
    padding: 7px 44px;
  }
}
section.payment-wrapper nav .breadcrumb {
  justify-content: center;
  background: none;
}
section.payment-wrapper nav .breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 900;
  font-family: SofiaProRegular;
}
section.payment-wrapper nav .breadcrumb .breadcrumb-item.active {
  font-weight: 500;
}
section.payment-wrapper nav .breadcrumb .breadcrumb-item.active:before {
  font-weight: 900;
  color: #6c757d;
}
section.payment-wrapper nav .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: black;
}
section.payment-wrapper nav .breadcrumb .breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  font-size: 12px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 992px) {
  section.payment-wrapper nav .breadcrumb .breadcrumb-item:before {
    top: 0;
  }
}
section.payment-wrapper nav .breadcrumb .breadcrumb-item:first-child:before {
  content: "";
}
section.payment-wrapper .express_checkout {
  margin-bottom: 30px;
}
section.payment-wrapper .express_checkout fieldset {
  border: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 15px;
  line-height: 0;
}
section.payment-wrapper .express_checkout fieldset legend {
  width: auto;
  text-align: center;
  font-family: SofiaProRegular;
  font-size: 10px;
}
section.payment-wrapper .express_checkout fieldset .btn {
  padding: 10px 0;
  font-size: 0;
  width: 48%;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  section.payment-wrapper .express_checkout fieldset .btn {
    width: 45%;
  }
}
section.payment-wrapper .express_checkout fieldset .btn-amazon_pay {
  background: #f99e1a;
}
section.payment-wrapper .express_checkout fieldset .btn-paypal {
  background: #f7c557;
}
section.payment-wrapper .express_checkout fieldset .btn-paypal img {
  position: relative;
  bottom: 1px;
}
section.payment-wrapper .form-address-subtitle {
  font-size: 12px;
}
section.payment-wrapper .text-wrap {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  section.payment-wrapper .text-wrap {
    font-size: 11px;
  }
}
section.payment-wrapper .text-wrap span.payment-subtitle {
  margin-right: 6px;
}
section.payment-wrapper .payment-link-item:hover {
  text-decoration: revert;
}
section.payment-wrapper .address {
  margin-bottom: 30px;
}
section.payment-wrapper .address .wrap-address {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border: 1px solid #e6e6e6;
  padding: 15px 10px;
}
section.payment-wrapper .address .wrap-address .info {
  display: flex;
  align-items: baseline;
}
section.payment-wrapper .address .wrap-address h6, section.payment-wrapper .address .wrap-address p, section.payment-wrapper .address .wrap-address a {
  margin: 0;
}
section.payment-wrapper .address .wrap-address h6 {
  min-width: 70px;
  color: #666666;
}
section.payment-wrapper .address .wrap-address a {
  font-size: 10px;
  color: black;
  margin-left: 10px;
}
section.payment-wrapper .shipping_method {
  margin-bottom: 50%;
}
@media screen and (max-width: 767px) {
  section.payment-wrapper .shipping_method {
    margin-bottom: 150px;
  }
}
section.payment-wrapper .shipping_method .shipping_method__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.payment-wrapper .shipping_method .shipping_method__title {
    margin-bottom: 15px;
  }
}
section.payment-wrapper .shipping_method .method_selection {
  padding: 15px 10px 0;
  border: 1px solid #e6e6e6;
}
section.payment-wrapper .shipping_method .method_selection span.form-baseline {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 992px) {
  section.payment-wrapper .shipping_method .method_selection span.form-baseline {
    top: 5px;
  }
}
section.payment-wrapper .shipping_method .method_selection p.form-baseline-sum {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 992px) {
  section.payment-wrapper .shipping_method .method_selection p.form-baseline-sum {
    top: 4px;
  }
}
section.payment-wrapper .payment {
  margin-bottom: 36px;
}
section.payment-wrapper .payment .method_selection_payment {
  padding: 15px 10px;
  border: 1px solid #e6e6e6;
}
section.payment-wrapper .payment .method_selection_payment .payment__form-wrap {
  line-height: 20px;
  margin-bottom: 10px;
}
section.payment-wrapper .payment .method_selection_payment .payment__form-wrap:last-of-type {
  margin-bottom: 0;
}
section.payment-wrapper .payment .method_selection_payment .payment-img-height {
  max-height: 22px;
}
section.payment-wrapper .payment .method_selection_payment .payment-img-position {
  position: relative;
  right: 6px;
  bottom: 1px;
}
section.payment-wrapper .method_selection_address {
  margin-bottom: 30px;
}
section.payment-wrapper .method_selection_address .form-check {
  line-height: 22px;
  padding: 10px 30px;
  border: 1px solid #e6e6e6;
}
section.payment-wrapper .method_selection_address .form-check:first-child {
  border-bottom: none;
}
section.payment-wrapper .remember {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  section.payment-wrapper .remember {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 992px) {
  .payment span.form-baseline, .dilling-address span.form-baseline {
    position: relative;
    top: 2px;
  }
}

.payment-product {
  padding-top: 66px;
}
@media screen and (max-width: 767px) {
  .payment-product {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #e7d7de;
  }
}
.payment-product .payment-product__text {
  font-family: SofiaProLight;
  font-size: 14px;
  font-weight: 900;
}
.payment-product .payment-product__section {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7d7de;
}
@media screen and (max-width: 992px) {
  .payment-product .payment-product__section {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .payment-product .payment-product__section {
    flex-direction: row;
  }
}
.payment-product .img-wrap {
  width: 125px;
  height: 125px;
  background: white;
}
.payment-product .img-wrap span {
  position: absolute;
  right: -9px;
  top: -9px;
  color: #fff;
  border: 1px solid #f29938;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f29938;
  font-family: SofiaProRegular;
  font-size: 11px;
  text-align: center;
}
.payment-product .payment-product__form {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .payment-product .payment-product__form {
    align-items: baseline;
  }
}
.payment-product .payment-product__form input {
  width: 350px;
}
@media screen and (max-width: 1200px) {
  .payment-product .payment-product__form input {
    width: 250px;
  }
}
@media screen and (max-width: 992px) {
  .payment-product .payment-product__form input {
    width: 175px;
  }
}
@media screen and (max-width: 767px) {
  .payment-product .payment-product__form input {
    width: 350px;
  }
}
@media screen and (max-width: 515px) {
  .payment-product .payment-product__form input {
    width: 300px;
  }
}
@media screen and (max-width: 467px) {
  .payment-product .payment-product__form input {
    width: 250px;
  }
}
@media screen and (max-width: 414px) {
  .payment-product .payment-product__form input {
    width: 200px;
  }
}
@media screen and (max-width: 370px) {
  .payment-product .payment-product__form input {
    width: 150px;
  }
}
.payment-product .total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.payment-product .total:last-of-type {
  margin-bottom: 0;
}
.payment-product .total p {
  line-height: 12px;
  margin-bottom: 0;
  color: black;
}

.implementation {
  padding-top: 90px;
  padding-bottom: 114px;
  font-family: SofiaProRegular;
}
.implementation img {
  margin-bottom: 24px;
}
.implementation .implementation__title {
  font-size: 46px;
  line-height: 40px;
  color: black;
  margin-bottom: 28px;
}
.implementation .implementation__subtitle {
  font-size: 12px;
  color: black;
  margin-bottom: 28px;
}

.implementation__btn {
  padding: 11px 45px;
  font-size: 20px;
}

.cart-wrapper {
  padding: 50px 0;
}
.cart-wrapper .cart-title {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: black;
}
@media screen and (max-width: 414px) {
  .cart-wrapper .cart-title {
    font-size: 11px;
  }
}
.cart-wrapper .cart-subtitle {
  font-family: Poppins-SemiBold;
  font-size: 13px;
  color: black;
  font-weight: 900;
}
@media screen and (max-width: 414px) {
  .cart-wrapper .cart-subtitle {
    font-size: 11px;
  }
}
.cart-wrapper .card-wrapper__title {
  font-size: 42px;
  margin-bottom: 62px;
}
@media screen and (max-width: 575px) {
  .cart-wrapper .card-wrapper__title {
    font-size: 32px;
  }
}
.cart-wrapper .card-form__title {
  border-bottom: 1px solid #d8d8d9;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.cart-wrapper .card-form__product {
  padding: 25px 0;
}
.cart-wrapper .card-form__product .card-form__product-img {
  width: 80px;
  height: 80px;
  background: white;
}
.cart-wrapper .card-form__product .btn-dark {
  padding: 8px;
  font-size: 9px;
  font-family: Poppins-Regular;
  width: 52px;
  border-radius: 0;
}
.cart-wrapper .card-form__product .btn:focus, .cart-wrapper .card-form__product .btn:active, .cart-wrapper .card-form__product .btn-dark:focus, .cart-wrapper .card-form__product .btn-dark:active {
  box-shadow: none !important;
  outline: none;
}
.cart-wrapper .card-form__product input {
  width: 50px;
}
.cart-wrapper .card-form__subtitle {
  margin-bottom: 42px;
}
.cart-wrapper textarea {
  height: 130px;
  border: none;
  background: white;
  margin-bottom: 40px;
}
.cart-wrapper .card-form_total .total-sum {
  margin-bottom: 44px;
}
.cart-wrapper .card-form_total .total-sum span:first-of-type {
  margin-right: 62px;
}
.cart-wrapper .card-form_total .card-form__text {
  font-size: 10px;
}
@media screen and (max-width: 575px) {
  .cart-wrapper .card-form_total .btn-success {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
