@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('/font/me/SourceHanSansCN-Regular') format('truetype');
}

@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('/font/me/SourceHanSansCN-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('/font/me/SourceHanSansCN-Bold.otf') format('truetype');
}

.smb-body {
  min-height: calc(100vh - 100px);
  max-width: 100%;
  margin: 0;
  background-color: #f6f6f6;
}
.header-container-title-content {
  background-color:#333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Bold;
  padding: 20px 10px;
}
.product-content {
  max-width: 1200px;
  padding: 80px 15px 105px;
}
.split-line,
.split-line-safe {
  border-top: 1px solid #C1C1C1;
}
.checkout-security {
  border: 0px;
  max-width: 900px;
  margin: 0 auto 80px
}
.product-list {
  align-items:stretch;
}
.list-item-content {
  padding: 0;
}
.list-item-title-name {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  margin: 0 0 40px;
}
.tip_wrapper_box {
  font-family: SourceHanSansCN-Regular;
  padding: 0;
}
.tip_wrapper {
  justify-content: stretch;
}
.tip1 {
  font-size: 22px;
  color: #333333;
}
.best_value_font {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  line-height: 25px;
}
.best_value_font::before {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  display:block;
  content:'';
  width:0;
  height: 0;
  border-top: 0rem solid transparent;
  border-left: 0.3rem solid transparent;
  border-right: 0rem solid transparent;
  border-bottom: 0.8rem solid #161616;
}
.best_value_font::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  display:block;
  content:'';
  width:0;
  height: 0;
  border-top: 0rem solid transparent;
  border-left: 0rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.8rem solid #161616;
} 
.list-item-prices {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #0B4F8F;
  border-radius: 50%;
  width: 155px;
  height: 155px;
  padding: 0 15% 0 0;
  font-family: SourceHanSansCN-Bold;
}
.new-price {
  display: flex;
  font-size: 16px;
  color: #0B4F8F;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
}
.new-price-int {
  position: relative;
  font-size: 48px;
}
.new-price-decimal {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -50%);
  font-size: 16px;
}
.old-price {
  color: #333333;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  line-height: 2;
  padding: 0 0px 0 15%;
}
.list-item-btn {
  background-color: #0B4F8F;
  box-shadow: 0 2px 0 0 #0B4F8F;
  margin: 30px 0 0;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
}
.order_now {
  font-size: 22px;
  line-height: 1.2;
  font-family: SourceHanSansCN-Bold;
}
.product-wrapper {
  background-color: #f6f6f6;
}
.z-bg {
  background-color: #f6f6f6;
}
.shipping-and-payment-wrapper {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 15px 180px;
}
.shipping-and-payment {
  max-width: 580px;
}
.shipping-block {
  max-width: 100%;
  margin: 0 0 30px;
}
.shipping-title {
  color: #333333;
  font-size: 44px;
  font-family: SourceHanSansCN-Bold;
}
.shipping-tip {
  color: #333333;
  font-size: 26px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
}
.shipping-info-item {
  margin-bottom: 15px;
}
.summary-block {
  max-width: 540px !important;
  padding: 0;
}
.summary-wrapper {
  background-image: linear-gradient(#f6f6f6, #f6f6f6), linear-gradient(180deg, #0B4F8F 0, #009DDF 66%, #0B4F8F 100%) !important;
  border: double 5px transparent !important;
  background-color: #f6f6f6;
  box-shadow: none;
}
.summary-title {
  color: #333333;
  font-size: 34px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  margin: 45px 45px 20px;
}
.summary-content {
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
}
.summary-list-item {
  margin: 0 45px;
}
.paypal-card-submit {
  max-width: 540px;
  border-radius: 10px;
}
.product-name {
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 1;
}
.edit-block {
  margin: 10px 0 40px;
  text-decoration: none;
  cursor: pointer;
  color: #878787;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 1;
}
.edit-block a {
  color: #878787;
  text-decoration: none;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 1;
}
.qty {
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 1;
}
.product-price {
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 1;
}
.summary-total-item-name {
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 1.2;
}
.summary-total-item-price {
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 1.2;
}
.z-green {
  color: #1C788C;
}
.summary-total {
  margin: 0;
  padding: 25px 45px;
  background-color: #f2f2f2;
}
.payment-title {
  color: #333333;
  font-size: 44px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
}
.payment-block {
  max-width: 540px;
  margin: 0;
  padding: 0;
}
.split-content {
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  background-color: #f6f6f6;
}
.split-line-safe {
  max-width: 100%;
}
.split-line-safe-content {
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  background-color: #f6f6f6;
}
.shipping-info-flex-half .shipping-info-input {
  height: 100%;
}
.shipping-info-input {
  color: #838383;
  font-size: 22px;
  font-family: SourceHanSansCN-Regular;
  background-color: #f6f6f6;
  height: 100%;
  padding: 38px 0.84rem 10px;
}
.shipping-info-select {
  color: #838383;
  font-size: 22px;
  font-family: SourceHanSansCN-Regular;
  background-color: #f6f6f6;
  height: 100%;
  padding: 38px 0.84rem 10px;
}
.shipping-info-label {
  font-size: 22px !important;
  font-family: SourceHanSansCN-Regular;
  color: #838383;
  padding: 0 0 0 0.84rem;
}
.payment-img {
  max-width: 100%;
}
.checkout-button {
  max-width: 540px;
  background-color: #0B4F8F;
  box-shadow: 0 2px 0 #0B4F8F;
  border-radius: 4px;
  font-size: 24px !important;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  padding: 15px 5px;
}
.checkout-button span {
  font-family: SourceHanSansCN-Regular;
}
.agree-block {
  margin-bottom: 15px
}
.guarantee-img {
  max-width: 175px;
  margin: 0 25px 0 0;
}
.price-tip {
  color: #333333;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  padding: 0;
}
.guarantee-tip {
  color: #333333;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  max-width: 100%;
}
.footer-container {
  background-color: #333333;
}
.copyright-block {
  color: #fff;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 42px;
  margin: 0;
  padding: 0;
}
.smb-a {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #fff;
  line-height: normal;
}
.smb-boder-none {
  border: none;
}
.terms-block a {
  color: #fff;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.submit-button {
  background-color: #0B4F8F;
  background-image:none;
  box-shadow: 0 2px 0 0 #0B4F8F;
  font-size: 34px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  line-height: 1;
}
.summary-footer-mb {
  display: none;
}
.summary-footer {
  padding: 30px 20px 55px 20px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .product-content {
    max-width: 100% !important;
  }
  .list-item {
    width: 100%;
  }
  .list-item-content {
    padding: 0 !important;
  }
  .list-item-title-name {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

@media (max-width:1200px) {
  .header-container-title {
    background-color: #333333;
  }
  .header-container-title-content {
    font-size: 1.3rem;
    padding: 0.45rem 0;
    width: 100%;
    line-height: 1;
    margin: 0;
  }
  .header-container-bg {
    min-height: 6.86rem;
  }
  .checkout-security {
    display: flex;
    margin: 0 auto 1.8rem;
  }
  .checkout-security-img {
    width: 100%;
  }
  .product-list {
    flex-direction: column;
    padding: 0 0.9rem;
  }
  .product-content {
    max-width: 100% !important;
    padding: 1.6rem 0 1.8rem;
  }
  .list-item {
    width: 100%;
  }
  .list-item-content {
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .list-item-title-name {
    font-size: 1rem !important;
    line-height: 1rem !important;
    margin: 0 0 1.25rem;
    padding: 0.5rem;
  }
  .list-item-footer {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .list-item-btn {
    display: block;
    font-size: 0.7rem ;
    line-height: 2.7rem;
    margin: 0;
    padding: 0;
  }
  .order_now {
    font-size: 0.8rem ;
    padding: 0.4rem;
    width: 6.44rem;
  }
  .tip2btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 1.2rem;
  }
  .js-product-image {
    position: inherit;
    max-width: 5.75rem;
    width: 5.75rem;
  }
  .tip2btn2prices {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .list-item-prices {
    margin: 0;
    padding: 0;
    max-width: 5.8rem;
    min-width: 5.8rem;
    height: 5.8rem;
    padding: 0 1.05rem 0 0;
  }
  .new-price {
    font-size: 0.5rem;
    line-height: 1;
  }
  .new-price-int {
    font-size: 1.55rem;
  }
  .new-price-decimal {
    font-size: 0.7rem;
  }
  .old-price {
    font-size: 0.7rem;
    line-height: 1;
    padding: 0 0px 0 1.05rem;
  }
  .tip_wrapper_box {
    padding: 0;
  }
  .tip_wrapper {
    margin: 0 0 0.45rem 0;
  }
  .tip_wrapper img {
    width: 0.88rem;
    margin: 0 0.45rem 0 0;
  }
  .tip1 {
    font-size: 0.85rem;
    line-height: 1;
  }
  .best_value_font {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 0.3rem;
  }
  .best_value_font::after {
    border-bottom: 1.1rem solid #161616;
  }
  .best_value_font::before {
    border-bottom: 1.1rem solid #161616;
  }
  .shipping-and-payment-wrapper {
    padding: 0 0.9rem 2rem;
  }
  .shipping-and-payment {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .shipping-block {
    max-width: 100% !important;
    margin: 0 !important;
    margin-top: 2.6rem !important;
  }
  .shipping-title {
    font-size: 1.65rem;
    line-height: 1;
  }
  .shipping-tip {
    font-size: 1rem;
    line-height: 1;
    margin: 0.8rem 0 1.2rem;
  }
  .shipping-info-item {
    margin-bottom: 0.62rem;
  }
  .shipping-info-input {
    font-size: 0.82rem;
    height: 3.5rem;
    padding: 1.5rem 0.7rem 0.9rem;
  }
  .shipping-info-label {
    font-size: 0.82rem !important;
    padding: 0 0 0 0.84rem;
  }
  .payment-img {
    max-width: 100%;
    width: 20rem;;
  }
  .shipping-info-select {
    font-size: 0.82rem;
    height: 3.5rem;
    padding: 1.5rem 0.7rem 0.9rem;
  }
  .shipping-info-flex-half .shipping-info-input {
    height: 3.5rem;
  }
  .summary-wrapper {
    background-image: none !important;
  }
  .summary-title {
    font-size: 1.4rem;
    margin: 2.8rem 1.9rem 0.9rem;
  }
  .summary-list-item {
    margin: 0;
  }
  .product-name_block {
    margin: 0 0 0 1.9rem;
  }
  .product-name {
    font-size: 0.9rem;
  }
  .edit-block {
    margin: 0.6rem 0 1.75rem;
  }
  .edit-block a {
    font-size: 0.9rem;
  }
  .qty {
    font-size: 0.9rem;
    margin: 0 0 0.6rem;
  }
  .qty-price {
    margin: 0 1.9rem 0 0;
  }
  .product-price {
    font-size: 0.9rem;
  }
  .summary-total {
    padding: 1.1rem 1rem;
  }
  .summary-total-item-name {
    font-size: 0.9rem;
  }
  .summary-total-item-price {
    font-size: 0.9rem;
  }
  .payment-title {
    font-size: 1.65rem;
    line-height: 1;
    margin: 0 0 1.12rem;
  }
  .payment-block {
    max-width: 100% !important;
    margin: 2rem 0 0;
    margin-right:0 !important;
  }
  .paypal-button-tagline .paypal-button-text {
    font-size: 0.74rem;
  }
  .split-content {
    font-size: 0.74rem;
  }
  .checkout-button {
    /* max-width: 100%; */
    font-size: 1.15rem;
    /* padding: 0.84rem 0; */
    margin: 0 auto;
  }
  .split-line {
    max-width: 100%;
  }
  .split-line-safe-content {
    font-size: 0.74rem;
  }
  .agree-block {
    font-size: 0.88rem;
    margin-bottom: 0.72rem;
  }
  .price-tip {
    font-size: 0.8rem;
  }
  .guarantee-img {
    max-width: 7.6rem;
    margin: 0 1.1rem 0 0;
  }
  .guarantee-tip {
    font-size: 0.8rem;
  }
  .copyright-block {
    font-size: 0.5rem;
    line-height: 1.34rem;
  }
  .terms-block {
    margin: 0;
    padding: 0;
    font-size: 0.5rem;
    line-height: 1.34rem;
  }
  .smb-a {
    display: inline-block;
    padding: 0 0.5rem;
    border-right: 1px solid #fff;
    line-height: normal;
  }
  .smb-boder-none {
    border: none;
  }
  .terms-block a {
    font-size: 0.5rem;
    padding: 0;
  }
  .summary-block {
    max-width: 100% !important;
    position: inherit;
    display: block;
  }
  .paypal-wrapper {
    display: flex !important;
    align-items: center;
  }
  .submit-button {
    background-color: #0B4F8F;
    background-image:none;
    box-shadow: 0 2px 0 0 #0B4F8F;
    font-size: 1.2rem !important;
    font-family: SourceHanSansCN-Bold;
    font-weight: 400;
    line-height: 1;
  }
  .summary-footer-mb {
    display: block !important;
  }
  .summary-footer {
    display: none;
    padding: 0;
  }
  .submit-block {
    margin: 0.5rem 0;
  }
}