@font-face {
    font-family: Poppins-Regular;
    src: url('/font/me/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('/font/me/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('/font/me/Poppins-Light.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('/font/me/Poppins-Bold.ttf');
}

body {
    font-family: Poppins-Regular;
    margin: 0;
    font-size: 0.35rem;
}

img {
    max-width: 100%;
    max-height: 100%;
}

header {
    background: #F9F8F8;
}

.header-container {
    width: 24rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 1.6rem;
    line-height: 2.3rem;
    /*margin: 0.55rem 0 0.1rem 0;*/
}

.smb-discount-applied {
    text-align: center;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.contact-us-email {
    font-size: 0.33rem;
    line-height: 0.74rem;
}

.progress {
    border-top: 0.02rem solid #DFDFDF;
    border-bottom: 0.02rem solid #DFDFDF;
}

.progress-container {
    width: 24rem;
    margin: 0 auto;
    text-align: center;
    padding: 0.4rem 0;
}

.smb-main-container {
    width: 24rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 0.75rem;
}
.submit-block{
    margin-top: 0.4rem;
}
.smb-left-block {
    width: 11.5rem;
}

.smb-right-block {
    width: 11.5rem;
}

#selected-product-image {
    height: 9.375rem;
    width: 9.375rem;
    object-fit: fill;
}

.smb-left-sticky {
    position: sticky;
    top: 0;
}
.smb-left-sticky-mobile{
    display: none;
}
.product-advantages {
    padding-top: 0.65rem;
    display: flex;
    justify-content: space-between;
}

.product-advantage-item {
    flex: 1;
    /*padding: 0.5rem 0.25rem;*/
    height: auto;
    width: 2.54rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 28px;
    border: 1px solid #666666;
}

.product-advantage-item+.product-advantage-item {
    margin-left: 0.15rem;
}

.product-advantage-icon {
    margin-top: 0.8rem;
    height: 1rem;
}

.product-advantage-text {
    font-family: Poppins-Regular;
    font-size: 0.3rem;
    font-weight: 400;
    color: #000000;
}

.smb-order-summary {
    /*background: #F9F8F8;*/
    /*border-radius: 0.63rem;*/
    /*padding: 0.67rem 0.79rem;*/
    margin-top: 0.5rem;
}
.smb-summary-item-left-span{
    float: right;
    padding-right: 0.2rem;
}
.smb-order-summary-title,.smb-summary-item-left {
    font-family: Poppins-Regular;
    /*margin-bottom: 0.48rem;*/
    height: 0.83rem;
    line-height: 0.83rem;
    border-top:1px solid #E5E4E2 ;
    border-bottom:1px solid #E5E4E2 ;
}
.subtotal{
    margin-top: 0.208rem !important;
    padding-right: 0.2rem;
}
.shipping_item{
    margin-top: 0.21rem;
    padding-right: 0.2rem;
}
.shipping_fee,.total{
    margin-top: 0.2rem !important;
    padding-right: 0.2rem;
}
.smb-summary-total1{
    margin-top: 0.23rem;
    display: flex;
    height: 1.72rem;
    background: #F7F7F7;
    border: 1px solid #E5E4E2;
}
.left{
    width: 6.32rem;
    padding: 0.3125rem 0 0.33rem 0.25rem;
}
.right{
    flex: 1;
}
.first1{
    margin-top: 0.315rem;
    padding: 0 0.2rem 0 1rem;
}
.first2{
    margin-top: 0.354rem;
    padding: 0 0.2rem 0 1rem;
}
.smb-summary-list {
    padding-bottom: 0.45rem;
    margin-bottom: 0.45rem;
    border-bottom: 0.02rem solid #000000;
}

.smb-summary-item, .smb-summary-total-item {
    display: flex;
    justify-content: space-between;
}

.smb-summary-item+.smb-summary-item, .smb-summary-total-item+.smb-summary-total-item {
    margin-top: 0.1rem;
}

.smb-summary-item-left, .summary-total-item-name {
    font-family: Poppins-Medium;
}
.smb-summary-item-right, .summary-total-item-price {
    text-align: right;
}

.smb-qty {
    margin-bottom: 0.1rem;
}

.discount-price {
    color: #BF4800;
}

.smb-guarantee-block {
    margin-top: 0.52rem;
    /*box-shadow: 0.02rem 0rem 0.17rem 0rem rgb(0 0 0 / 18%);*/
    /*border-radius: 0.63rem;*/
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding: 0.7rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.price-tip{
    font-size: 0.33rem;
    font-family: Poppins-Regular;
    color: #666666;
}
.guarantee-tip {
    font-size: 0.335rem;
    margin-top: 0.37rem;
    line-height: 1.5;
    color: #333333;
}

.guarantee-img {
    margin-left: 0.5rem;
    width: 2.06rem;
}

.smb-comments-block {
    margin-top: 0.48rem;
}

.smb-comment-item {
    border-bottom: 1px solid #E5E4E2;
    /*border-radius: 0.42rem;*/
}

.smb-comment-item+.smb-comment-item {
    margin-top: 0.4rem;
}

.smb-comment-title {
    padding: 0 0 0.28rem 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smb-comment-user {
    padding: 0 0.6rem;
    margin-bottom: 0.48rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smb-comment-avatar {
    width: 0.8rem;
    margin-right: 0.3rem;
}

.smb-comment-author-auth {
    position:relative;
    padding-left: 0.45rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.3rem;
    color: #666666;
    height: 0.4rem;
}
.smb-comment-author-auth img{
    position: absolute;
    top: 0;
    left: 0;
}

.star {
    display: flex;
    width: 2.5rem;
    align-items: center;
    justify-content: start;
}

.star img{
    height: 0.4rem;
    margin-left: 0.1rem;
    display: block;
}
.smb-comment-content-title{
    padding-left: 0.6rem;
    font-family: Poppins-Regular;
    font-weight: bold;
    font-size: 0.38rem;
    color: #333333;
}
.smb-comment-content {
    padding: 0.31rem 0.6rem 0.23rem 0.6rem;
    font-size: 0.33rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
}

.smb-page-title {
    margin-bottom: 0.3rem;
    font-size: 0.666rem;
    line-height: 1;
    font-family: Poppins-Regular;
    font-weight: bold;
    color: #DA4E43;
}

.smb-page-star-and-reviews {
    display: flex;
    justify-content: start;
    padding-bottom: 0.33rem;
    border-bottom: 0.02rem solid #DFDFDF;
}
.smb-page-star img{
    height: 0.42rem;
    /*margin-right: 0.125rem;*/
}

.smb-page-reviews {
    font-family: Poppins-Regular;
    font-size: 0.35rem;
    margin-left: 0.34rem;
    font-weight: 500;
    color: #000000;
}

.smb-page-desc {
    padding: 0.1rem 0;
    border-bottom: 0.02rem solid #DFDFDF;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.5rem;
    color: #000000;
}

.smb-right-item-block {
    /*margin-top: 0.3rem;*/
}
.smb-customer-info-block{
    margin-top: 0 !important;
}
.smb-block-title {
    margin: 0.33rem 0;
    font-size: 0.45rem;
    font-family: Poppins-Regular;
    font-weight: bold;
    /*color: #333333;*/
}

.smb-product-list-item {
    border-radius: 0.15rem;
    padding: 0.2rem 0.395rem;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #666666;
}

.smb-product-list-item.active {
    border: 2px solid #2196F3;
}

.smb-product-list-item+.smb-product-list-item {
    margin-top: 0.22rem;
}

.smb-list-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smb-item-product-name {
    font-weight: bold;
    margin-bottom: 0.2rem;
    font-family: Poppins-Regular;
    font-size: 0.41rem;
    color: #000000;
}

.smb-item-product-desc {
    font-size: 0.25rem;
    margin-bottom: 0.2rem;
}

.smb-item-product-tip {
    font-size: 0.45rem;
    font-family: Poppins-Regular;
    font-weight: bold;
    color: #DA4E43;
}
.phone-block{
    color: #0A0A0A;
}
.phone-block a{
    color: #0A0A0A;
}
.smb-list-item-right {
    text-align: right;
}

.recommend-block {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0.2rem;
}

.recommend-block img{
    display: block;
    width: 0.25rem;
    margin-right: 0.1rem;
}

.recommend-text {
    font-size: 0.25rem;
}

.commend-name{
    position: relative;
    font-weight: 400;
    font-size: 0.29rem;
    /*padding-left: 0.44rem;*/
    color: #000000;
    margin-bottom: 5px;
}
.commend-name-mobile{
    display: none;
}
.item-old-price-mobile,.item-new-price-mobile{
    display: none;
}
.commend-name img{
    position: absolute;
    top: 2px;
    height: 0.3125rem;
    width: 0.3125rem;
    left: -20px;
}
.item-old-price,.item-old-price-mobile {
    text-decoration: line-through;
    margin-bottom: 5px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.34rem;
    color: #000000;
}

.item-new-price,.item-new-price-mobile {
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size:0.45rem;
    color: #000000;
}
.firstName{
    margin-top: 0.4rem;
}

.smb-input {
    font-family: Poppins-Regular;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #666666;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 0.31rem;
    padding: 0.33rem 0.5rem;
    outline: 0;
    /*box-shadow: 0.02rem 0rem 0.17rem 0rem rgba(0,0,0,0.18);*/
}

.smb-input+.smb-input {
    margin-top: 0.33rem;
}

.smb-input.error {
    font-family: Poppins-Regular;
    border: 0.02rem solid #ff0000;
    background-image: url('/template-common/checkout32/images/error.png');
    background-size: auto 0.31rem;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-x: calc(100% - 0.5rem);
    background-position-y: 50%;
}

.paypal-wrapper {
    width: 100%;
    margin-bottom: 0.9rem;
}

.split-line {
    min-height: auto;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
    margin: 0 auto 0.75rem;
    width: 100%;
    position: relative;
    display: flex;
}

.split-content {
    text-align: center;
    font-size: 0.25rem;
    padding: 0 0.2rem;
    font-weight: 500;
    display: inline-block;
    background-color: #fff;
    position: absolute;
}

.checkout-button {
    font-size: 0.5rem;
    font-family: Poppins-Bold;
    color: #FFFFFF;
    background: #46BC40;
    box-shadow: 0.02rem 0rem 0.17rem 0rem rgba(0,0,0,0.18);
    border-radius: 0.21rem;
    padding: 0.25rem 0;
    text-align: center;
    width: 100%;
    border: none;
    outline: 0;
    font-weight: bold;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.checkout-content {
    display: none;
    margin-bottom: 0.75rem;
}

.checkout-title-font {
    margin-bottom: 0.5rem;
}

.stripe-pay {
    margin: 0.25rem 0;
}

.pay_stripe {
    height: 1rem;
    padding: 0.3rem 0.5rem;
    border: 0.02rem solid #DFDFDF;
    box-shadow: 0.02rem 0rem 0.17rem 0rem rgb(0 0 0 / 18%);
    border-radius: 0.21rem;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
}

.pay_stripe_wrapper {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.pay_stripe_half {
    width: 48%;
    width: calc(100%/2 - 0.1rem);
}

#checkout-card-error {
    display: none;
    color: rgb(229, 31, 40);
}
.attribute-name{
    margin-bottom: 0.17rem;
    font-family: Poppins-Regular;
    font-weight: bold;
    font-size: 0.42rem;
    color: #000000;
}
.smb-select {
    font-family: Poppins-Regular;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-size: 0.31rem;
    padding: 0.33rem 0.5rem;
    outline: 0;
    border: 0.02rem solid #666666;
    /*color: #666666;*/
    /*box-shadow: 0.02rem 0rem 0.17rem 0rem rgba(0,0,0,0.18);*/
    border-radius: 6px;
}

.smb-select.error {
    font-family: Poppins-Regular;
    background-image: url(/template-common/checkout32/images/error.png);
    background-size: auto 0.31rem;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-x: calc(100% - 0.5rem);
    background-position-y: 50%;
}

.country-province-code {
    margin-top: 0.6rem;
    border-radius: 0.21rem;
    box-shadow: 0.02rem 0rem 0.17rem 0rem rgba(0,0,0,0.18);
    border: 0.02rem solid #DFDFDF;
    overflow: hidden;
}
.country{
    margin-top: 0.33rem
}
.state{
    margin-top: 0.33rem
}
.zip_code{
    margin-top: 0.33rem
}
.country-province-code.error {
    border: 0.02rem solid #ff0000;
}

.country-province-code .smb-input, .country-province-code .smb-select {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

#country-select {
    /*color: #b3b3b3;*/
    /*border-bottom: 0.02rem solid #DFDFDF;*/
}

.province-code {
    display: flex;
}

#state-select {
    /*color: #b3b3b3;*/
    /*border-right: 0.02rem solid #DFDFDF;*/
}

.smb-maintenance-block {
    padding-top: 0.5rem;
    border-top: 0.02rem solid #DFDFDF;
}

.smb-maintenance-desc {
    font-size: 0.29rem;
}

.maintenance-info {
    background: #F9F8F8;
    border: 0.02rem solid #C5C3C3;
    border-radius: 0.42rem;
    padding: 0.65rem;
    margin: 0.45rem 0;
}

.maintenance-name-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.maintenance-name {
    font-family: Poppins-Bold;
    font-weight: bold;
    margin-right: 0.5rem;
}

.maintenance-name-wrapper.checked .maintenance-no-check-show {
    display: none;
}

.maintenance-no-check-show {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    border: 0.02rem solid #C5C3C3;
}

.maintenance-check-show {
    display: none;
    width: 0.5rem;
    height: 0.5rem;
}

.maintenance-name-wrapper.checked .maintenance-check-show {
    display: block;
}

.maintenance-check-show img {
    width: 100%;
    height: 100%;
}

.maintenance-old-price {
    font-family: Poppins-Regular;
    text-decoration: line-through;
}

.maintenance-new-price {
    font-family: Poppins-Bold;
    font-weight: bold;
    margin-left: 0.6rem;
}

.maintenance-explain {
    font-size: 0.29rem;
    padding-top: 0.5rem;
    border-top: 0.02rem solid #000000;
    margin: 0.3rem 0 0;
}

.maintenance-explain li+li {
    margin-top: 0.3rem;
}

.submit-button {
    font-size: 0.5rem;
    font-family: Poppins-Bold;
    color: #FFFFFF;
    background: #46BC40;
    /*box-shadow: 0.02rem 0rem 0.17rem 0rem rgba(0,0,0,0.18);*/
    border-radius: 6px;
    padding: 0.25rem 0;
    text-align: center;
    width: 100%;
    border: none;
    outline: 0;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.faq-container {
    width: 24rem;
    margin: 1rem auto;
    background: #F9F8F8;
    border-radius: 0.31rem;
    padding: 0.6rem 0.4rem;
}

.faq-title {
    margin-bottom: 0.8rem;
    font-family: Poppins-Bold;
    font-weight: bold;
    text-align: center;
}

.dt_lists {
    background: #FFFFFF;
    font-weight: 500;
    padding: 0.35rem 0.4rem;
    cursor: pointer;
}

.dd_items {
    display: none;
    font-size: 0.29rem;
    padding: 0.6rem 0.42rem;
    margin: 0;
    font-weight: 400;
}

.footer-container {
    text-align: center;
    padding: 1rem;
    background: #F9F8F8;
    margin-top: 1rem;
}

.copyright-block {
    font-size: 0.42rem;
    margin-bottom: 0.6rem;
}

.terms-block {
    text-align: center;
}

.smb-a {
    display: inline-block;
    padding: 0 0.5rem;
    margin: 0;
}

.smb-a+.smb-a {
    border-left: 0.02rem solid #000;
}

.smb-a a{
    color:  #000;
    text-decoration: none;
}

.dmca_logo {
    margin-top: 0.6rem;
    text-align: center;
}

.loading-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 9999;
    transition: opacity 1s linear;
}

.loading-gif {
    width: 100px;
    height: 100px;
    background-image: url(/template-common/checkout1/images/spinner-1s-200px.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 50px);
    right: calc(50% - 50px);
}

.attribute-wrapper {
    display: none;
    padding-top: 0.14rem;
    margin-top: 0.14rem;
    border-top: 0.02rem solid #f1f1f1;
}

.smb-product-list-item.active .attribute-wrapper{
    display: block;
}

.attribute-item {
    display: flex;
    align-items: center;
    font-size: 0.31rem;
}

.attribute-item+.attribute-item {
    margin-top: 0.17rem;
}

.attribute-item-index {
    margin-right: 0.17rem;
}

.attribute-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.attribute-list-item+.attribute-list-item {
    /*margin-left: 0.25rem;*/
}

.attribute-select {
    width: 100%;
    height: 1rem;
    min-width: 3rem;
    padding: 0 0.2rem;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #666666;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.35rem;
    color: #666666;
}
.split_line{
    border: 1px solid #e5e4e2;
    margin: 0.4rem 0 0.25rem;
}
.mb-block {
    display: none;
}

@media (max-width: 767px) {
    body {
        font-size: 0.8rem;
    }
    .mb-block {
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .header-container {
        box-sizing: border-box;
        width: 100%;
        display: block;
        text-align: center;
        padding: 1rem;
    }
    .logo {
        display: none;
    }
    .mb-logo {
        margin: 0;
        height: 2.03rem;
        padding: 0.5rem 0;
        text-align: center;
        background-color: #fff;
    }
    .mb-logo img {
        height: 100%;
    }
    .smb-discount-applied {
        font-family: Poppins-Bold;
        font-size: 0.93rem;
    }
    .contact-us-email {
        font-size: 0.93rem;
    }
    .progress-container {
        padding: 0.9rem 1rem;
        font-size: 1rem;
        width: 100%;
        box-sizing: border-box;
    }
    .smb-page-desc-block {
        display: none;
    }
    .smb-page-desc-block-mb {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .smb-page-title {
        font-size: 1.3rem;
        font-family: Poppins-Regular;
        margin-bottom: 0.6rem;
        margin-top: 1.23rem;
    }
    .smb-page-star-and-reviews {
        padding-bottom: 1.23rem;
    }
    .smb-page-star{
        height: 1.03rem;
    }
    .smb-page-star img {
        height: 100%;
        aspect-ratio: 1 / 1;
        /*margin-right: 0.1rem;*/
    }
    .smb-summary-total1{
        height:4rem !important;
        align-items: center;
        padding: 0.3125rem 0 0.33rem 0.25rem;
    }
    .first1,.first2{
        padding: 0 0.2rem 0 6rem !important;
    }
    .smb-page-reviews {
        font-size: 0.9rem;
        margin-left: 0.7rem;
    }
    .smb-page-desc {
        font-family: Poppins-Bold;
        padding: 1.1rem 0;
        font-size: 1.13rem;
    }
    .smb-main-container {
        box-sizing: border-box;
        width: 100%;
        padding: 0 1rem;
        display: block;
    }
    .smb-left-block {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding-top: 2rem;
    }
    #selected-product-image{
        width: 100% !important;
        height: auto !important;
    }
    .smb-right-block{
        box-sizing: border-box;
        width: 100%;
    }
    .product-advantages {
        flex-wrap: wrap;
    }
    .product-advantage-item {
        width: 11.07rem;
        box-sizing: border-box;
        padding: 1.2rem;
        margin-bottom: 1.3rem;
        flex: none;
        height: auto !important;
    }
    .product-advantage-item:last-child, .product-advantage-item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .product-advantage-icon {
        margin-top: 0.8rem;
        height: 2.9rem;
    }
    .product-advantage-icon img{
        height: 70%;
    }
    .product-advantage-text {
        font-size: 1rem;
        margin-top: 0 !important;
    }
    .smb-left-sticky {
        display: none;
    }
    .smb-left-sticky-mobile{
        display: block;
    }
    .price-tip{
        font-size: 1rem;
    }
    .guarantee-tip{
        display: flex;
        align-items: end;
    }
    .guarantee-img {
        width: 30rem !important;
    }
    .smb-comment-content-title{
        padding-left: 0.7rem;
        font-size: 1rem;
        margin-top: 0.5rem;
    }
    .smb-right-item-block {
        margin-top: 1.3rem;
    }
    .smb-block-title {
        font-size: 1.2rem;
        font-family: Poppins-Regular;
        margin-bottom: 1.3rem;
    }
    .smb-product-list-item {
        padding: 1.2rem 0.7rem;
    }
    .recommend-block-mb {
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 0.8rem;
    }
    .recommend-block-mb img{
        width: 0.77rem;
        margin-right: 0.47rem;
    }
    .recommend-text {
        font-size: 1rem;
        font-family: Poppins-Bold;
    }
    .smb-list-item-content {
        display: block;
    }
    .smb-list-item-right {
        display: none;
    }
    .smb-item-product-name {
        font-size: 1.07rem;
        font-family: Poppins-Regular;
        margin-bottom: 0.6rem;
    }
    .smb-item-product-desc {
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }
    .smb-item-product-tip {
        display: inline-block;
        font-size: 1.07rem;
        font-family: Poppins-Bold;
        margin-right: 1.8rem;
    }
    .smb-price-show-mb {
        display: inline-block;
    }
    .item-new-price-mobile {
        margin-left: 1.8rem;
    }
    .item-new-price,.item-new-price-mobile {
        display: inline-block;
        font-family: Poppins-Regular;
        font-size: 1.07rem;
    }
    .commend-name-mobile{
        display: block;
        position: relative;
        padding-left: 1.3rem;
        font-size: 0.9rem;
    }
    .commend-name-mobile img{
        position: absolute;
        top: 1px;
        left: 0;
    }
    .item-old-price,.item-old-price-mobile {
        display: inline-block;
        font-family: Poppins-Regular;
        color: #C3C3C3;
        font-size: 0.93rem;
        margin-left: 0.6rem;
        margin-bottom: 0;
    }
    .attribute-wrapper {
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .attribute-item-index {
        font-family: Poppins-Bold;
        font-size: 1.07rem;
        margin-right: 0.87rem;
    }
    .attribute-list{
        justify-content: space-evenly;
    }
    .attribute-list-item+.attribute-list-item {
        margin-left: 0.8rem;
    }
    .attribute-name {
        font-size: 1rem;
    }
    .attribute-select {
        height: 1.83rem;
        padding: 0 0.6rem;
        min-width: 6rem;
        font-size: 1rem;
    }
    .smb-input {
        padding: 0.8rem 0.7rem;
        font-size: 1rem;
        border-radius: 0.33rem;
        /*box-shadow: 0.03rem 0rem 0.27rem 0rem rgb(0 0 0 / 18%);*/
    }
    .smb-input+.smb-input,.state{
        margin-top: 0.66rem;
    }
    .smb-product-list-item+.smb-product-list-item{
        margin-top: 0.8rem;
    }
    .zip_code,.country{
        margin-top: 0.66rem;
    }
    .smb-input.error {
        background-size: auto 0.9rem;
        background-position-x: 93%;
        background-position-x: calc(100% - 1.4rem);
    }
    .paypal-wrapper {
        margin-bottom: 2rem;
    }
    .split-line {
        margin-bottom: 2rem;
    }
    .split-content {
        font-size: 1rem;
        padding: 0 0.6rem;
    }
    .checkout-button {
        font-size: 1.3rem;
        font-family: Poppins-Regular;
        padding: 0.7rem 0;
        border-radius: 0.33rem;
        box-shadow: 0.03rem 0rem 0.27rem 0rem rgb(0 0 0 / 18%);
        margin-bottom: 2rem;
    }
    .smb-select {
        padding: 0.8rem 0.7rem;
        font-size: 1rem;
    }
    .smb-select.error {
        background-size: auto 0.9rem;
        background-position-x: 93%;
        background-position-x: calc(100% - 1.4rem);
    }
    .smb-maintenance-block {
        padding-top: 1.3rem;
    }
    .smb-maintenance-desc {
        font-size: 1rem;
    }
    .maintenance-info {
        margin: 1.33rem 0;
        border-radius: 0.67rem;
        padding: 1rem 1.4rem;
    }
    .maintenance-name-wrapper {
        margin-bottom: 0.73rem;
    }
    .maintenance-name {
        font-size: 1.07rem;
        font-family: Poppins-Regular;
        font-weight: normal;
    }
    .maintenance-no-check-show, .maintenance-check-show {
        height: 1.13rem;
        width: 1.13rem;
    }
    .maintenance-old-price {
        font-size: 1rem;
    }
    .maintenance-new-price {
        font-size: 1rem;
        font-family: Poppins-Regular;
        font-weight: normal;
    }
    .maintenance-explain {
        margin-top: 0.8rem;
        padding-top: 0.8rem;
        font-size: 1rem;
        padding-left: 1.4em;
    }
    .maintenance-explain li+li {
        margin-top: 0.7rem;
    }
    .smb-order-summary {
        border-radius: 1rem;
        margin-top: 1.3rem;
        /*padding: 1.3rem 1.37rem;*/
    }
    .smb-order-summary-title {
        font-size: 1.13rem;
        margin-bottom: 1rem;
    }
    .smb-summary-list {
        padding-bottom: 0.8rem;
        margin-bottom: 0.8rem;
    }
    .smb-summary-item-left, .summary-total-item-name {
        font-size: 1rem;
        height: 2rem;
        line-height: 2rem;
        font-family: Poppins-Medium;
        overflow: hidden;
    }
    .smb-summary-item-right, .summary-total-item-price {
        font-size: 1rem;
        line-height: 2rem !important;
    }
    .js-product-price{
        font-size: 1rem;
        line-height: 2rem;
    }
    .js-shipping-price{
        line-height: 2rem !important;
    }
    .js-total,.discount-price{
        line-height: 1.5rem !important;
    }
    .first1>.summary-total-item-name{
        line-height: 1.5rem !important;
    }
    .first1,.first2>.summary-total-item-name,.summary-total-item-price{
        height: 1.5rem !important;
        line-height: 1.5rem;
    }
    .left{
        padding: 1rem 0 0.33rem 0.25rem;
    }
    .smb-qty {
        margin-bottom: 0.7rem;
    }
    .smb-summary-item+.smb-summary-item, .smb-summary-total-item+.smb-summary-total-item {
        margin-top: 0 !important;
    }
    .submit-button {
        font-size: 1.3rem;
        font-family: Poppins-Regular;
        box-shadow: 0.03rem 0rem 0.27rem 0rem rgb(0 0 0 / 18%);
        border-radius: 0.33rem;
        padding: 0.6rem 0;
        margin: 1.3rem 0;
    }
    .smb-guarantee-block {
        margin-top: 0;
        /*box-shadow: 0.03rem 0rem 0.27rem 0rem rgb(0 0 0 / 18%);*/
        /*border-radius: 1rem;*/
        padding: 1.2rem 0.3rem 1.2rem 0.7rem;
        font-size: 1.13rem;
        display: block;
    }
    .smb-guarantee-content {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .guarantee-tip {
        font-size: 1rem;
        margin-top: 1rem;
    }
    .guarantee-img {
        width: 4.8rem;
    }
    .smb-comments-block {
        margin-top: 1.33rem;
    }
    .smb-comment-item {
        /*border-radius: 0.67rem;*/
    }
    .split_line{
        margin: 1rem 0 0.5rem;
    }
    .smb-comment-title {
        padding: 0.3rem 0.4rem;
    }
    .smb-comment-user {
        font-family: Poppins-Bold;
        font-size: 1rem;
        padding-left: 0.7rem;
    }
    .smb-comment-avatar {
        width: 1.7rem;
        margin-right: 0.67rem;
    }
    .smb-comment-avatar img {
        width: 100%;
        display: block;
    }
    .smb-comment-author-auth {
        /*width: 0.9rem;*/
        font-size: 0.8rem;
        height: 0.9rem;
        padding-left: 1rem;
        line-height: 0.9rem;
        margin-left: 0.67rem;
    }
    .smb-comment-author-auth img {
        /*width: 100%;*/
        display: block;
    }
    .star {
        width: 5.65rem;
    }
    .star img {
        height: 0.9rem;
        margin-left: 0.23rem;
    }
    .smb-comment-content {
        padding: 0.63rem 0.7rem;
        font-size: 1rem;
    }
    .smb-comment-item+.smb-comment-item {
        margin-top: 1.33rem;
    }
    .faq-wrapper {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .faq-container {
        width: 100%;
        box-sizing: border-box;
        margin: 1.3rem 0;
        border-radius: 0.5rem;
        padding: 1.5rem 0.47rem 0.8rem;
    }
    .faq-title {
        font-family: Poppins-Regular;
        margin-bottom: 1.23rem;
        font-weight: normal;
        font-size: 1.07rem;
    }
    .dt_lists {
        font-family: Poppins-Bold;
        font-weight: 400;
        padding: 0.47rem 0.9rem;
        font-size: 1rem;
    }
    .dd_items {
        font-family: Poppins-Regular;
        font-size: 1rem;
        padding: 0.67rem 0.9rem;
    }
    .footer-container {
        padding: 1.43rem 1rem;
    }
    .copyright-block {
        font-size: 0.8rem;
        font-family: Poppins-Bold;
        margin-bottom: 1rem;
    }
    .smb-a {
        margin: 0.5rem 0;
    }
    .checkout-content {
        margin-bottom: 2rem;
    }
    .checkout-title-font {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .pay_stripe {
        height: 2.7rem;
        padding: 0.8rem 1.4rem;
    }
}
