/* -*- 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);
}

#footer {
  background: var(--theme-color);
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-cart-form {
  padding: 0;
}

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

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

.main-cart-right {
  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%;
}

.main-cart-left-content {
  max-width: 640px;
  min-width: 320px;
  padding: 10px;
}

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

.main-cart-right-head {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

.main-cart-left-head {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: flex-start;
}

.main-cart-left-head .header-store {
  font-size: 24px;
  font-weight: 500;
  margin-left: -30px;
}

.main-cart-left-progress {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}

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

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

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

.progress-step1 .progress-number {
  background: rgba(188, 35, 38, 1);
  border-radius: 50%;
  color: #fff;
}

.progress-step2 .progress-number {
  border-radius: 50%;
  border: 1px solid rgba(188, 35, 38, 1);
  color: rgba(188, 35, 38, 1);
}

.progress-step .progress-text {
  font-size: 12px;
  font-weight: 500;
}

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

.payment-title {
  font-weight: 600;
  font-size: 24px;
}

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

.payment-menu-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-menu .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-menu .paypal-button-cropper {
  height: 33px;
  opacity: 0.9;
  overflow: hidden;
  position: relative;
}

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

.paypal-received .payment-menu-credit,
.credit-selected .payment-menu-paypal {
  background: #000;
}
.credit-selected .payment-menu-credit,
.paypal-received .payment-menu-paypal {
  background: #999;
  display: flex;
}

.paypal-received .payment-menu-credit,
.credit-selected .payment-menu-paypal {
  border-bottom: none;
}

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

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

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

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

.payment-form-fields input,
.payment-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%;
}

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

.payment-form-fields .first-name-label,
.payment-form-fields .last-name-label {
  flex-basis: 150px;
  flex-grow: 1;
  min-width: 150px;
  padding: 0;
}
.payment-form-fields .first-name-label input,
.payment-form-fields .last-name-label input {
  width: 100%;
}

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

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

.payment-form-fields .cc-exp-label {
  flex-grow: 1;
  flex-basis: 50px;
  min-width: 50px;
  padding: 0;
}
.payment-form-fields .cc-exp-label input {
  width: 100%;
}

.payment-form-fields .cc-cvv-label {
  flex-grow: 1;
  flex-basis: 50px;
  min-width: 50px;
  padding: 0;
}
.payment-form-fields .cc-cvv-label 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;
}

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

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

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

select.country-input:has(> option[value="US"]:checked) {
  background-image: url(../images/usa-25x25.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding-left: 45px;
}

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

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

.payment-form-subscript {
  font-weight: 500;
  font-size: 12px;
  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 {
  padding: 10px;
}

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

.payment-form-submit {
  padding: 0;
}

.payment-submit-button {
  align-items: center;
  background: rgba(60, 152, 243, 1);
  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;
}

.paypal-received .payment-submit-button[value=credit] {
  display: none;
}

.credit-selected .payment-submit-button[value=paypal] {
  display: none;
}

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

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

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

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

.basket-item-logo {
  height: 30px;
  position: relative;
  width: 30px;
}

.basket-item-logo img {
  left: -35px;
  position: absolute;
  top: -20px;
  width: 100px;
}

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

.basket-item .item-devices,
.basket-item .item-billed-as {
  font-size: 11px;
  font-weight: 400;
}

.basket-item .item-per-month {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

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

.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;
}

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

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

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

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

.basket-ltc .item-recurring-price {
  text-decoration: line-through;
}

.basket-section-price {
  padding: 10px 0 10px 0;
}

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

.basket-section .value {
  font-weight: 500;
}

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

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

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

.basket-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) {
  .main-cart-wrapper {
    align-items: center;
    flex-direction: column;
  }
  .main-cart-left {
    align-items: center;
  }
  .main-cart-right {
    align-items: center;
  }
  .credit-account-line,
  .payment-address-line {
    align-items: stretch;
    flex-direction: column;
  }
  .payment-form-fields .first-name-label,
  .payment-form-fields .last-name-label,
  .payment-form-fields .cc-account-label,
  .payment-form-fields .cc-exp-cvv-label,
  .payment-form-fields .address-label,
  .payment-form-fields .email-label {
    flex-grow: 0;
    flex-basis: auto;
  }
}

