/* -*- coding: utf-8 -*- */

:root {
  --theme-color: #626774;
  --fg-color: #333333;
  --gray1-color: rgba(246, 246, 246, 1);
  --gray2-color: rgba(237, 237, 237, 1);
  --gray3-color: rgba(229, 229, 229, 1);
  --gray4-color: rgba(211, 211, 211, 1);
}

#checkout-footer {
    background: -webkit-linear-gradient(top, #11164c 0%, #1d2251 71%, #1d2251 100%);
    background: linear-gradient(to bottom, #11164c 0%, #1d2251 71%, #1d2251 100%);
  color: #ffffff;
}

.checkout-footer-content {
  font-size: 15px;
  justify-content: flex-start;
}

.checkout-footer-section1 {
  flex: 1 1 auto;
  min-width: var(--min-width);
  max-width: 720px;
  width: auto;
}

.checkout-footer-section1 .checkout-paragraph {
  margin-bottom: 1.5em;
}

#checkout-footer .checkout-copyright {
  margin: 15px 0 0 0;
}

#checkout-footer .checkout-copyright .inline-block {
  white-space: nowrap;
}

.checkout-footer-section2 {
  flex: 1 1 auto;
  min-width: var(--min-width);
  max-width: 720px;
  width: auto;
}

.checkout-footer-section2 .checkout-hotline {
  margin-bottom: 1.5em;
}

.checkout-footer-section2 .checkout-tele {
  margin-right: 0.5em;
}

.checkout-footer-section2 .checkout-support {
  margin-top: 1.5em;
}

.checkout-footer-links {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
}

.checkout-footer-links li:not(:last-child) {
  padding-right: 5px;
}

.checkout-footer-links li:not(:first-child) {
  border-left: 1px solid currentColor;
  padding-left: 5px;
}

#cart .cart-main-wrapper {
  background: none;
}

.cart-main-wrapper::before,
.cart-main-wrapper::after {
  display: none;
}

.cart-main-content {
  max-width: 100%;
}

.cart-form {
  padding: 0;
}

.checkout-container {
  align-items: stretch;
  background-color: var(--gray1-color);
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
}

.checkout-left-panel {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-basis: 448px;
  flex-grow: 1;
  justify-content: space-between;
  max-width: none;
  width: 100%;
}

.checkout--right-section {
  align-items: flex-start;
  background-color: var(--gray2-color);
  display: flex;
  flex-basis: 320px;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  max-width: none;
  width: 100%;
}

.checkout-cart-content {
  max-width: 640px;
  min-width: 320px;
  padding: 10px;
  width: 100%;
}

.checkout-right-content {
  max-width: 360px;
  min-width: 320px;
  padding: 10px;
}

.checkout-right-title {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.checkout-header {
  display: inline-flex;
  align-items: center;
}

.checkout-header-support-right {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

.checkout-header-support-left {
  border-color: #2c2e30;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  color: #0c23e3;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 5px 7px;
}

.checkout-header-support-center {
  padding: 0 15px 0 10px;
}

.header-support-center-top {
  font-weight: 700;
  text-align: center;
}

.checkout-header-support-center-middle {
  color: #2c2e30;
  font-family: "Roboto",sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.checkout-header-support-center-middle a {
  text-decoration: none;
}

.checkout-header-support-center-bottom {
  color: #7e8085;
  font-size: 10px;
  line-height: normal;
  text-align: center;
}

.checkout-cart-content {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.checkout-left-header {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: flex-start;
}

.checkout-left-header .shop-header {
  display: none;
}

.checkout-steps {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}

.checkout-step {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}

.checkout-step .step-number {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.checkout-step--active::after,
.progress-step2::after {
  background: var(--gray4-color);
  content: '';
  display: inline-flex;
  height: 2px;
  width: 20px;
}

.checkout-step--active .step-number {
  background: #0c23e3;
  border-radius: 50%;
  color: #fff;
}

.progress-step2 .step-number {
  border-radius: 50%;
  border: 1px solid #0c23e3;
  color: #0c23e3;
}

.checkout-step .step-title {
  font-size: 12px;
  font-weight: 500;
}

.cart-left-body {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.payment-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}

.payment-subtitle {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}

.payment-methods {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0;
  justify-content: flex-start;
}

.payment-method-item {
  background-color: var(--gray3-color);
  border-top: 1px solid var(--gray4-color);
  border-left: 1px solid var(--gray4-color);
  border-right: 1px solid var(--gray4-color);
  border-bottom: 1px solid transparent;
  height: 34px;
  margin-bottom: -1px;
  position: relative;
  width: 120px;
  z-index: 1;
}

.payment-methods .paypalpay-button,
.payment-methods .credit-button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 0;
  color: var(--fg-color);
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 5px;
  height: 33px;
  justify-content: center;
  line-height: 100%;
  opacity: 0.9;
  padding-top: 2px;
  white-space: nowrap;
  width: 100%;
}

.payment-methods .paypal-btn-crop {
  height: 33px;
  opacity: 0.9;
  overflow: hidden;
  position: relative;
}

.payment-methods #paypal-btn {
  left: -70px;
  position: relative;
  width: 250px;
}

.payment-methods .dropin-paypal-button,
.payment-methods .dropin-applepay-button {
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 0;
  color: var(--fg-color);
  cursor: pointer;
  display: flex;
  height: 33px;
  justify-content: center;
  opacity: 0.9;
  width: 100%;
}

.applepay-received .dropin-menu-paypal,
.paypal-received .dropin-menu-applepay,
.credit-selected .dropin-menu-applepay,
.credit-selected .dropin-menu-paypal,
.credit-selected .payment-menu-paypalpay,
.applepay-received .payment-item-card,
.paypal-received .payment-item-card,
.paypalpay-selected .payment-item-card,
.credit-selected .payment-item-paypal {
  background: #000;
  border-bottom: none;
}

.applepay-received .dropin-menu-applepay,
.paypal-received .dropin-menu-paypal,
.paypalpay-selected .payment-menu-paypalpay,
.credit-selected .payment-item-card,
.paypal-received .payment-item-paypal {
  background: #999;
  display: flex;
}

.payment-methods .payment-menu-paypalpay {
  max-width: 120px;
  min-width: 120px;
}

.payment-methods .paypalpay-button img.paypalpay {
  height: 22px;
}

.payment-card {
  background-color: var(--gray1-color);
  border-radius: 0 0 5px 5px;
  border: 1px solid var(--gray4-color);
  padding: 20px 10px;
  width: 100%;
}

.payment-form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

.name-line,
.cc-account-row,
.checkout-address-line {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.form-fields label {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--gray3-color);
  display: inline-flex;
  height: 40px;
}

.form-fields input,
.form-fields select {
  background: transparent;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  display: inline-flex;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  line-height: 1;
  outline: none;
  padding: 0 10px;
  width: 100%;
}

.form-fields input::placeholder,
.form-fields select::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

.form-fields .label-firstname,
.form-fields .label-lastname {
  flex-basis: 150px;
  flex-grow: 1;
  min-width: 150px;
  padding: 0;
}
.form-fields .label-firstname input,
.form-fields .label-lastname input {
  width: 100%;
}

.form-fields .cc-account-label {
  flex-grow: 3;
  flex-basis: 150px;
  min-width: 150px;
  padding: 0;
}
.form-fields .cc-account-label input {
  padding-left: 40px;
  width: 100%;
}

.form-fields .cc-cvv {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-basis: 50px;
  justify-content: space-between;
  min-width: 50px;
  padding: 0;
}

.form-fields .checkout-cvv-date {
  flex-grow: 1;
  flex-basis: 50px;
  min-width: 50px;
  padding: 0;
}
.form-fields .checkout-cvv-date input {
  width: 100%;
}

.form-fields .checkout-cvv-text {
  flex-grow: 1;
  flex-basis: 50px;
  min-width: 50px;
  padding: 0;
}
.form-fields .checkout-cvv-text input {
  width: 100%;
}

.cc-account-icon {
  left: 10px;
  position: absolute;
  top: 14px;
}

.cc-logos {
  align-items: center;
  background: #fff;
  display: flex;
  flex-basis: 150px;
  flex-grow: 2;
  gap: 5px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 11px;
}

.form-fields .checkout-email-title {
  flex-basis: 200px;
  flex-grow: 1;
  min-width: 200px;
  padding: 0;
}
.form-fields .checkout-email-title input {
  width: 100%;
}

.form-fields .checkotu-address-text {
  align-items: center;
  display: flex;
  flex-basis: 200px;
  flex-grow: 1;
  justify-content: space-between;
  min-width: 200px;
  padding: 0;
}

.applepay-received .form-fields .checkotu-address-text,
.paypal-received .form-fields .checkotu-address-text {
  display: none;
}

.form-fields .country-label {
  flex-basis: 50px;
  flex-grow: 1;
  min-width: 50px;
  padding: 0;
}
.form-fields .country-label select {
  width: 100%;
}

select.country-input {
  text-align: right;
}

select.country-input:has(> option[value="US"]:checked) {
  background-image:url("../../asset/images/usa-icon.svg");
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

select.country-input {
  direction: rtl;
}
select.country-input option {
  direction: ltr;
}

.form-fields .checkout-district-text {
  flex-basis: 50px;
  flex-grow: 1;
  min-width: 50px;
  padding: 0;
}
.form-fields .checkout-district-text input {
  width: 100%;
}

.form-fields .checkout-zip-code {
  flex-basis: 50px;
  flex-grow: 1;
  min-width: 50px;
  padding: 0;
}
.form-fields .checkout-zip-code input {
  width: 100%;
}

.form-subscript {
  font-size: 12px;
  font-weight: 500;
  margin-top: -20px;
  padding-left: 10px;
}

.paypal-charge-box {
  border-radius: 5px;
  margin: -10px 0 -15px 0;
  padding: 15px 10px 10px 10px;
}

.braintree-tab .paypal-email {
  display: inline;
}

.agree-text {
  padding: 10px;
}

.agree-text a {
  color: rgba(60, 152, 243, 1);
}

.form-submit {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.dropin-form-submit {
  margin-top: 40px;
}

.form-submit .info-card,
.form-submit .your-info-sec-paypal {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.form-submit .info-card img.padlockicon,
.form-submit .your-info-sec-paypal img.padlockicon {
  margin-right: 8px;
}

.form-submit .info-card span,
.form-submit .your-info-sec-paypal span {
  margin-top: 3px;
  color: #696969;
  font-size: 16px;
}

.paypalpay-selected .info-card {
  display: none;
}

.credit-selected .your-info-sec-paypal {
  display: none;
}

.checkout-submit-button {
  align-items: center;
  background: #0c23e3;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.22);
  display: flex;
  font-size: 16px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  line-height: 100%;
  outline: none;
  text-align: center;
  width: 240px;
}

.applepay-received .checkout-submit-button[value=credit],
.paypal-received .checkout-submit-button[value=credit],
.paypalpay-selected .checkout-submit-button[value=credit],
.credit-selected .checkout-submit-button[value=paypal] {
  display: none;
}

.credit-selected .checkout-submit-button[value=paypal],
.credit-selected .checkout-submit-button[value=paypalpay],
.credit-selected .dropin-form-submit {
  display: none;
}

.view-1-10-15 .checkout-left-header {
  display: none;
}

.view-1-10-15 .checkout-steps {
  display: none;
}

.main-cart-left-top .checkout-basket-section-items {
  display: none;
}

.view-1-10-15 .main-cart-left-top .checkout-basket-section-items {
  display: flex;
}

.view-1-10-15 .main-cart-left-top .checkout-basket-section-items .cc-basket-item-text {
  font-size: 20px;
}

.view-1-10-15 .main-cart-left-top .checkout-basket-section-items .basket-item .cc-item-devices,
.view-1-10-15 .main-cart-left-top .checkout-basket-section-items .basket-item .item-billed-as {
  font-size: 14px;
}

.view-1-10-15 .cart-left-body .payment-heading {
  display: none;
}

.main-cart-left-foot .checkout-renewal-detail {
  display: none;
}

.view-1-10-15 .main-cart-left-foot .checkout-renewal-detail {
  display: revert;
}

.view-1-10-15 .checkout-left-panel {
  align-items: center;
  padding-bottom: 10px;
}

.view-1-10-15 .checkout--right-section {
  display: none;
}

.view-1-10-15 #checkout-footer {
  background: var(--gray1-color);
  color: var(--fg-color);
  display:none;
}



.checkout-basket {
  background: #fff;
  border: 1px solid var(--gray4-color);
  border-radius: 5px;
  padding: 20px;
}

.checkout-section-content {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.checkout-block01-section {
  border-top: 1px solid var(--gray4-color);
  padding: 10px 0 20px 0;
  position: relative;
}

.checkout-basket-section-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkout-basket-section-items {
  align-items: stretch;
  border-top: none;
  display: flex;
  justify-content: space-between;
  order: 1;
  padding: 10px 0 10px 0;
}

.checkout-basket-logo {
  margin-top: -10px;
  width: 30px;
}

.cc-basket-item-text {
  font-size: 14px;
  font-weight: 700;
}

.logo-icon {
    position: relative;
    display: inline-block;
    padding-left: 30px;      /* icon width (25px) + 5px spacing */
    height: 25px;            /* match image height */
    line-height: 25px;       /* vertical alignment */
    white-space: nowrap;     /* prevent wrap on mobile */
}

.logo-img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}

.icon-text {
    position: absolute;
    left: 30px;              /* same spacing as padding-left */
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 600;
}

.testi-img {
    width: 35px;          /* or any size you prefer */
    height: 35px;         /* must match width */
    object-fit: cover;    /* keeps face centered */
    border-radius: 50%;   /* makes it round */
    display: block;
    margin-top: 5px;
}

.checkout-block01-section .topicon {
    font-size: 14px!important;
    font-weight: 700!important;
}
.icon-text02{
    font-size: 14px!important;
    font-weight: 700!important;
}
.item-info {
  display: inline-block;
  position: relative;
}

.item-info .item-info-i {
  align-items: center;
  background: #b9c5ce;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-family: italic;
  font-size: 12px;
  font-weight: 900;
  height: 15px;
  justify-content: center;
  line-height: 1;
  width: 15px;
}

.item-info .item-info-popup {
  background: #ffffff;
  border: 1px solid #b9c5ce;
  border-radius: 3px;
  display: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-size: 12px;
  right: 0;
  line-height: 1.5;
  padding: 10px;
  position: absolute;
  top: 45px;
  width: 240px;
  z-index: 10;
}

.item-info .item-info-i:focus + .item-info-popup,
.item-info .item-info-i:hover + .item-info-popup {
  display: block;
}

.item-info .item-info-detail {
  font-weight: normal;
}

.basket-item .checkout-item-per-month {
  margin-top: 10px;
}

.basket-item .cc-item-devices {
  font-size: 11px;
  font-weight: 400;
}

.view-1-10-13 .basket-item .item-per-month-billed-as {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: flex-start;
  max-width: 265px;
  overflow: visible;
  padding-top: 10px;
  white-space: nowrap;
}

.view-1-10-13 .basket-item .checkout-item-per-month {
  margin-top: 0;
}

.basket-item .checkout-itemrecurring-price {
  text-decoration: line-through;
}

.checkout-renewal-block-section {
  order: 2;
}
.view-1-10-13 .checkout-renewal-block-section {
  order: 3;
}

.tooltip-trigger {
  cursor: pointer;
  text-decoration: underline;
}

.tooltip {
  display: none;
  background: rgba(35, 31, 32, 0.95);
  border-radius: 7px;
  border: 1px solid var(--gray4-color);
  bottom: -10px;
  color: #fff;
  left: -10px;
  padding: 10px;
  position: absolute;
  width: 280px;
  z-index: 10;
}

.checkout-renewal-detail {
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  padding: 0;
}

.checkout-renewal-detail .checkout-renewal-title {
  font-size: 14px;
  font-weight: 700;
}

.checkout-renewal-detail .checkout-detail {
  padding: 0;
}

.checkout-block-sectionltc {
  order: 3;
}
.view-1-10-13 .checkout-block-sectionltc {
  border-top: none;
  order: 2;
  padding-top: 0;
}
.checkout-mbl-section-ltc {
  display: none;
}
@media only screen and (max-width: 767px) {
  .view-1-10-12 .checkout-block-sectionltc {
    display: none;
  }
  .view-1-10-12 .checkout-mbl-section-ltc {
    display: block;
  }
}

.checkout-basket-ltc {
  font-size: 11px;
  font-weight: 400;
}

.checkout-basket-ltc .checkout-itemrecurring-price {
  text-decoration: line-through;
}

.checkout-blockt-section-price {
  order: 4;
  padding: 10px 0 10px 0;
}

.checkout-block01-section .checkout-total-value,
.checkout-block01-section .checkout-other-discount,
.checkout-block01-section .coupon-discount,
.checkout-block01-section .sales-tax,
.checkout-block01-section .grand-total {
  align-items: stretch;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
}

.checkout-block01-section .value {
  font-weight: 500;
}

.basket-section-total {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  order: 5;
}

.checkout-block01-section .grand-total .name,
.checkout-block01-section .grand-total .value {
  font-size: 14px;
  font-weight: 700;
}

.checkout-block01-section .guarantee {
  font-weight: 600;
  font-size: 12px;
}

.checkout-block01-section .guarantee-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.coupon-form {
  display: block;
  width: auto;
}

.have-coupon-checkbox {
  display: none;
}

.have-coupon-text {
  display: none;
}

.coupon-form .coupon-field {
  display: flex !important;
  max-width: 100%;
  padding: 10px 0 0 0;
  position: relative;
  width: 100%;
}

.coupon-form .new-coupon {
  border: 0;
  color: var(--fg-color);
  cursor: pointer;
  font-size: 14px;
  height: auto;
  padding: 5px 0 0 0;
  transition: .2s all ease-in-out;
  width: 100%;
}

.coupon-form .new-coupon:focus {
  border-radius: 30px;
  color: #0074d4;
  padding: 5px 10px;
  box-shadow: 0 0 0 1px rgba(50,151,211,.3),0 1px 1px 0 rgba(0,0,0,.07),0 0 0 4px rgba(50,151,211,.3);
}

.coupon-form .apply-coupon {
  background: 0 0;
  color: #0074d4;
  display: none;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 0;
  position: absolute;
  right: 20px;
}

.coupon-form .new-coupon:valid:not(:placeholder-shown) + .apply-coupon {
  display: block;
}

.coupon-form .new-coupon:valid:not(:placeholder-shown) {
  border: none;
}

#cart .ekomi-iframe {
  margin: 0 auto;
  min-height: 500px;
  width: 100%;
}



@media only screen and (max-width: 767px) {
  .checkout-container {
    align-items: center;
    flex-direction: column;
  }
  .checkout-left-panel {
    align-items: center;
  }
  .checkout--right-section {
    align-items: center;
  }
  .cc-account-row,
  .checkout-address-line {
    align-items: stretch;
    flex-direction: column;
  }
  .form-fields .label-firstname,
  .form-fields .label-lastname {
    flex-grow: 1;
    flex-basis: auto;
  }
  .form-fields .cc-account-label,
  .form-fields .cc-cvv,
  .form-fields .checkotu-address-text,
  .form-fields .checkout-email-title {
    flex-grow: 0;
    flex-basis: auto;
  }
}

.dropin-available.applepay-received .customer-name-section,
.dropin-available.paypal-received .customer-name-section,
.dropin-available.applepay-received .email-tab,
.dropin-available.paypal-received .email-tab {
  display: none;
}

.payment-form-subscript-applepay,
.payment-form-subscript-paypal,
.dropin-available.applepay-received .payment-form-subscript-credit,
.dropin-available.paypal-received .payment-form-subscript-credit {
  display: none;
}

.dropin-available.applepay-received .payment-form-subscript-applepay,
.dropin-available.paypal-received .payment-form-subscript-paypal {
  display: block;
  margin: 25px auto 10px;
}

.dropin-menu-applepay,
.dropin-menu-paypal {
  display: none;
}
.applepay-available .dropin-menu-applepay,
.paypal-available .dropin-menu-paypal {
  display: flex;
}

.dropin-applepay-button,
.dropin-paypal-button {
  align-items: center;
  display: flex;
  justify-content: center;
}
.dropin-menu-applepay img {
  height: 18px;
}
.dropin-menu-paypal img {
  height: 20px;
}

.dropin-container {
  height: 55px;
  width: 250px;
}

[data-braintree-id="braintree-heading"] {
  display: none;
}

[data-braintree-id="choose-a-way-to-pay"] {
  display: none;
}

[data-braintree-id="other-ways-to-pay"] {
  display: none;
}

.braintree-placeholder {
  display: none;
}

[data-braintree-id="sheet-container"] {
  padding-top: 10px;
}

.braintree-show-applePay {
  margin-top: 12px;
}

[data-braintree-id="upper-container"]:before {
  background: transparent !important;
}
[data-braintree-id="upper-container"]:before:hover {
  background: transparent !important;
}

[data-braintree-id="payment-options-container"] {
  align-items: stretch;
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
}

[data-braintree-id="payment-options-container"] .braintree-option {
  align-items: center;
  background-color: transparent !important;
  border-radius: 10px !important;
  border: 1px solid var(--input-border-color);
  display: flex;
  flex-shrink: 1;
  gap: 5px;
  height: 55px;
  justify-content: space-around;
}

[data-braintree-id="payment-options-container"] .braintree-option__paypal {
  flex-grow: 1;
  max-width: 150px;
}

[data-braintree-id="payment-options-container"] .braintree-option__paypal .braintree-option__logo {
  margin: 0 -15px;
}

[data-braintree-id="payment-options-container"] .braintree-option .braintree-option__label {
  margin-left: 0;
}

[data-braintree-id="sheet-container"] {
  margin: 0;
  padding: 0;
}

[data-braintree-id="apple-pay-sheet-header"],
[data-braintree-id="paypal-sheet-header"] {
  display: none;
}

[data-braintree-id="applePay"],
[data-braintree-id="paypal"] {
  background-color: transparent !important;
  border: none;
}

[data-braintree-id="applePay"] .braintree-sheet__content {
  min-height: auto;
  padding: 0 0 0 0;
}

[data-braintree-id="paypal"] .braintree-sheet__content {
  min-height: auto;
  padding: 0 0 0 0;
}

[data-braintree-id="toggle"] {
  background: transparent !important;
  padding: 5px 0 0 0;
}

[data-braintree-id="methods"] {
  margin: 0 auto;
}

[data-braintree-id="methods-container"] .braintree-method {
  border-radius: 10px !important;
  height: 55px;
  padding: 0 10px;
}

[data-braintree-id="methods-container"] .braintree-method--active {
  border-color: var(--valid-color) !important;
}

[data-braintree-id="methods-container"] .braintree-method__label {
  margin: 0 0 0 5px;
}

[data-braintree-id="methods-container"] .braintree-method__label--small {
  display: none;
}

.apple-pay-button {
  border-radius: 25px;
  height: 50px;
  width: 240px;
}
