.nav-sections-item-content > * {
    display: block!important;
}

.header .nav-sections-item-content > .navigation{
    display: none!important;
}

.header .ves-menu .navigation .level0 > .submenu {
    border: 1px solid #dadada;
    box-shadow: 1px 1px 3px #ccc;
    margin-top: -8px;
    border-radius: 0;
}
/*checkout page*/
.checkout-success .orderInfo{
    text-align: center;
}
.checkout-success .orderInfo .orderTotal{
    font-size: 24px;
}
.checkout-success .orderInfo .orderTotal span{
    color: #e41936;
}
.checkout-success .bankInfoWrapper{
    margin-top: 50px;
    margin-bottom: 50px;
}
.checkout-success  .bankInfoWrapper ul{
    padding-left: 0;
    list-style-type: none;
}
.checkout-success  .bankInfoWrapper ul li{
    width: 45%;
    display: inline-block;
    margin-top: 30px;
    margin-right: 10px;
}
.checkout-success  .bankInfoWrapper li label,.bankInfoWrapper li span{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #000;
    background-color: #fff;
}
.checkout-success  .bankInfoWrapper li label{
    font-weight: normal;
    color: #aba9aa;
}
.checkout-success  .bankInfoWrapper li label:after{
    content: '*';
    color: red;
    padding-left: 5px;
}
.checkout-success .itemlist ul{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 50px;
}
.checkout-success  .itemlist li{
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}
.checkout-success .itemlist li:last-child{
    border-bottom: none;
}
.checkout-success .itemlist li .itemInfo{
    display: inline-block;
}
.checkout-success .itemlist .itemInfo h3{
    font-weight: bold;
    display: inline-block;
}
.checkout-success  .itemlist li img{
    width: 80px;
    height: 80px;
    vertical-align: top;
}
.checkout-success  .actions-toolbar{
    margin: 0 auto;
    text-align: center;
}
.checkout-success .actions-toolbar .primary>a{
    margin-top: 50px;
    margin-bottom: 100px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #e31827;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}
.checkout-success .actions-toolbar .primary>a span{
    display: inline-block;
    line-height: 50px;
}
.checkout-success .billAddress h3{
    margin-bottom: 30px;
}
.checkout-success .billAddress p{
    font-size: 14px;
    color: #7f7f7f;
}
.checkout-onepage-success .maincontent {
    background-color: #f9f9f9;
}

.product-view .product-shop input.qty, .block-bundle-summary .product-details input.qty {
    float:right;
}

.customer-account-login .page-title ,.customer-account-create .page-title {
    display:none!important;
}

.catalog-product-view .product-view .add-to-cart button.button {
    float: none;
    margin-bottom: 10px;
    color: #fff;
    background: #f76b6a;
    border-color: #f76b6a;
    width: 120px;
    min-width: 150px;
}

.catalog-product-view .product-view .add-to-cart button.button:hover {
    box-shadow: 1px 1px 1px #b9b9b9;
}

.catalog-product-view .towishlist span {
    font-size: 15px;
    font-weight: 300;
    position: relative;
    top: -15px;
    display:none;
}

.icon-nasa-like:before {
    content: "\66";
    font-size: 35px;
    line-height: 30px;
    margin-left: 10px;
}

.alo-social-links .custom-html .icon-share {
    margin: 0;
    margin-top: 20px;
}

/*checkout page*/

/*手机适配*/
/*checkout page*/
@media screen and (max-width: 600px){
    .checkout-success .bankInfoWrapper ul li{
        width: 100%;
    }
}

.footerMenu {
    display: none;
}

@media screen and (max-width: 768px){
    .page-footer .block-footer-bottom .main-fottom .col-custom-footer:first-child {
        border-right:none!important;
    }

    .page-footer .block-footer-bottom .main-fottom .col-custom-footer p {
        width:auto!important;
    }
    .social-link {
        margin: 0 10px 0 0;
        /* display: block; */
        text-align: center;
        float: none;
        font-size: 15px;
        color: #999;
        width: 23px;
        display: inline-block;
    }
    .page-footer .socials {
        text-align: center;
    }

    .page-footer {
        padding-top: 0!important;
    }


    .block-footer-bottom .col-custom-footer {
        display:none;
    }

    .header-top {
        font-size: .9rem;
    }

    .header .header-content {
        height:auto!important;
    }

    .customerInfo ,.tool-topsearch .pe-7s-search {
        display: none;
    }

    .cms-index-index .container-normal:nth-child(2) {
        display: none;
    }
    .footerMenu {
        display: block;
    }
    .breadcrumbs {
        margin-bottom:0!important;
    }

    .catalog-product-view .signInfo {
        display: block!important;
        height: 40px!important;
    }

    .catalog-product-view .signInfo span {
        border: none!important;
        padding: 6px 10px;
        color: #ffffff;
        width: 100%;
        display: block;
        text-align: center;
        background-color: #f5f5f5;
        border-radius: 3px;
        height: 40px;
        line-height: 40px;
        padding: 0!important;
        margin-bottom: 2rem;
        color: #000!important;
    }

    .product-info-stock-sku {
        /* margin: 0 0 20px; */
        padding: 20px 0 0px;
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0;
    }

    .product-shop.product-info-main .stock.available, .product-shop.product-info-main .stock.unavailable {
        text-transform: capitalize;
        float: left;
    }
    .product-shop.product-info-main .attribute {
        float:right;
    }

    .product-view .add-to-cart button.button {
        color: #ffffff;
        background-color: #f76b6a;
        border: none;
        /* border-color: #e1e1e1; */
    }

    .catalog-product-view .product-view .add-to-cart button.button {
        float: none;
        margin-bottom: 10px;
        width: 72%;
        float: right;
    }

    .product-view .add-to-cart button.button {
        color: #ffffff!important;
        background-color: #f76b6a!important;
        border-color: #e1e1e1!important;
    }

    .product-view .product-shop .product-social-links, .product-add-form .product-social-links {
        margin: 0!important;
        padding: 0!important;
    }

    .stock span {
        color: #282828!important;
    }
    .product.info.detailed {
        margin-top: 10px;
    }
    .add-to-links-tocompare ,.actions-cart ,.add-to-links-wishlist {
        display: none !important;
    }

    .product-view .product-shop .addit {
        clear: both;
        padding: 20px 0 0;
        float: none;
        margin: 0;
        text-align: center;
    }

    .fotorama__wrap {
        margin-bottom:0!important;
    }
    .fotorama__stage {
        height:300px!important;
    }

    .product-view .product-shop input.qty, .block-bundle-summary .product-details input.qty {
        /* border-width: 0; */
        /* border-style: solid; */
        /* border-color: #e6e6e6; */
        border-radius: 0;
        color: #282828;
        float: left;
        font-size: 16px;
        height: 40px;
        padding: 0px;
        text-align: center;
        width: 50%!important;
        font-weight: normal;
        /* float: right; */
        border: none;
        height: 50px;
    }

    .product-view .product-qty .custom-qty, .block-bundle-summary .product-details .product-qty .custom-qty {
        width:100%;
    }

    .box-tocart .items, .product-shop .add-to-box .items {
        border-radius: 0;
        font-size: 18px;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #e7e7e7;
        margin: 0;
        padding: 0;
        color: #282828;
        cursor: pointer;
        float: left;
        text-align: center;
        line-height: 20px;
        height: 50px;
        width: 20%;

        border: none;
        border: none;
    }
    .box-tocart .increase {
        float:left;
    }

    .box-tocart .reduced {
        float:right;
    }

    .add-to-cart .qty {
        display: inline-block;
        margin-right: 0px;
        width: 100%;
    }
    .paypalWrapper #product-addtocart-button {
        display: none;
    }
    .paypalWrapper .paypal_button {
        display: block!important;
    }
    .paypalWrapper .paypal_button {
        border: none;
        background: #fdb959 url(../images/paypal.png) center no-repeat;
        background-size: 3.14667rem auto;
        height: 100%;
        line-height: 1.12rem;
        border-radius: .06667rem;
        color: #fff;
        font-size: .42667rem;
        font-weight: 700;
        text-align: center;
        width: 95%;
        background-size: 40%;
        border-radius: 2px;
        position: absolute;
        height: 50px;
        left: 10px;
        bottom: 10px;
    }
    .mobileItem .productImage {
        width:20%;
        float:left;
    }

    .product.info.detailed .product.data.items .description p {
        margin: 0;
    }

    .product.info.detailed .product.data.items .description p {
        margin: 0;
        word-break: break-all;
        width: 100%;
    }
}
.catalog-category-view .category-view {
    margin-bottom:0!important;
}
/*checkout page*/
/*手机适配*/

.customerInfo {
    position: relative;
}

.customerInfo .user_account {
    position: absolute;
    width: 180px;
    padding: 5px;
    box-shadow: 1px 1px 4px #ccc;
    top: 45px;
    z-index: 11;
    background-color: #fff;
}

.customerInfo .user_account .login_link {
    width: 90%;
    display: block;
    text-align: center;
    padding: 5px;
    background-color: #f76b6a;
    margin: 0 auto;
    border-radius: 4px;
    color:#fff;
}

.customerInfo .user_account  .new_cust_tip {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}

.scartmy_account ,.scartview_orders ,.top_MyWishlist_button {
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: block;
}

.user_account:before {
    top: -10px;
    border-color: transparent transparent #f5f0f0 transparent;
    z-index: 6;
}

.user_account:before, .user_account:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #f5f0f0 transparent;
    position: absolute;
    top: -12px;
    left: 86px;
    z-index: 5;
}

.customerInfo .user_account {
    position: absolute;
    width: 180px;
    padding: 5px;
    box-shadow: 1px 1px 4px #ccc;
    top: 45px;
    z-index: 11;
    background-color: #fff;
    left: -85px;
    display: none;
}

.header-top p {
    margin:0;
}

.alo-toggle.tool-topsearch .toggle-content {
    top:0;
}

.footerMenu ul li {
    float:left;
    width:20%;
    text-align: center;
}

.footerMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 111;
    background-color: #fff;
    padding-top: 10px;
}

.fotorama__dot {
    border-radius: 10px!important;
    border: 1px solid #e6e6e6!important;
    display: block;
    height: 10px!important;
    left: 6px;
    position: relative;
    top: 12px;
    width: 10px!important;
}

.page-product-configurable span.close {
    display: none;
}

.formactionMobile {
    display: none;
}
.mobileItem {
    display: none;
}

@media screen and (max-width: 768px) {
    .page-product-configurable span.close {
        display: block;
    }
    .formactionMobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        /* padding: 0; */
        left: 0;
        height: 60px;
        z-index: 1111;
        padding-bottom: .5rem;
        background-color: #fff;
        padding-top: .5rem;
        /* margin-bottom: 1rem; */
    }

    .formactionMobile .addTocartbutton {
        background: #f60;
    }

    .formactionMobile .cart {
        width: 18%;
        height: 100%;
        float: left;
    }

    .formactionMobile .button {
        float:left;
        width:80%;
        height:100%;
    }

    .formactionMobile .button .paypal {
        border: none;
        background: #fdb959 url(../images/paypal.png) center no-repeat;
        background-size: 3.14667rem auto;
        display: inline-block;
        height: 100%;
        line-height: 1.12rem;
        border-radius: .06667rem;
        color: #fff;
        font-size: .42667rem;
        font-weight: 700;
        text-align: center;
        width: 50%;
        background-size: 90%;
        border-radius: 2px;
    }
    .formactionMobile .button .addTocartbutton {
        width: 47%;
        border: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        border-radius: 2px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        padding: 5px;
        text-align: center;
        height: 100%;
        float:right;
        line-height: 40px;
    }

    .formactionMobile .fa-shopping-basket:before {
        display: inline-block;
        font-family: "nasa-font";
        font-size: 36px;
        line-height: 1;
        content: "\6e";
        margin-top: 10px;
    }

    .formactionMobile .minicart-wrapper {
        float: left;
        height: 100%;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .formactionMobile .minicart-wrapper .action.showcart .counter.qty {
        right: 5px;
        top: 2px;
    }

    .shade {
        width:100%;
        height:100%;
    }

    .formactionMobile {
        display: block;
    }
    .mobileItem {
        display: block;
    }
    .catalog-product-view .addtocartWrapper {
        float: left;
        /* display: none; */
        position: fixed;
        z-index: 111111;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        left: 0;
        min-height: 400px;
        border-top: 1px solid #dedcdc;
        padding: 10px;
        bottom: -600px;
    }
    .addtocartWrapper .add-to-cart button.button {
        float: none;
        margin-bottom: 0px!important;
        width: 92%!important;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 1.5%;
        left: 4%;
        border-radius: 2px;
    }

    .addtocartWrapper .paypal {
        display: none;
    }

    .catalog-product-view .header-content .minicart-wrapper .action.showcart {
        display:none;
    }
    .fotorama__stage {
        margin:0 auto;
    }
    .catalog-product-view .product-view {
        margin: 0!important;
        padding: 0!important;
    }
    .catalog-product-view #tawkchat-container {
        display: none!important;
    }
    .productInfo .price {
        display: block;
        font-size: 20px;
        color: red;
    }
    .mb-ajaxsuite-popup-wrapper {
        top: 87px!important;
    }
}

.product-options-wrapper .super-attribute-select {
    width: 70%;
    border: 1px solid #ddd;
}

.catalog-product-view .product-options-wrapper {
    margin-top: 0;
}

.catalog-product-view .signInfo span {
    border: solid 2px #353535!important;
    padding: 6px 20px!important;
    color: #1f1e1e!important;
    margin-right: 10px;
    border-radius: 5px;
}

.catalog-product-view .signInfo label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
}

.catalog-product-view .paymentImg {
    width: 80%;
    position: relative;
    left: -15px;
    margin-top: 1rem;
}

.product-info-main .box-tocart .actions {
    padding-bottom: 0;
}

.product-info-main .product-reviews-summary.empty .reviews-actions .action {
    padding: 0;
    font-size: 15px;
    color: #f76b6a;
}

.catalog-product-view .signInfo span:hover {
    border: solid 2px #f76b6a!important;
    padding: 6px 20px!important;
    color: #f76b6a!important;
    margin-right: 10px;
    border-radius: 5px;
}

.amreview-review-list:after {
    background: none!important;
}

.amreview-summary-info .amreview-text ,.amreview-add-new .amreview-label {
    color:#000;
}

.amreview-info-wrapper {
    margin-bottom: 30px!important;
}

.amreview-add-new .amreview-button.action {
    margin-right: 15px;
    padding: 10px!important;
    min-width: 100px;
    /* border: 1px solid #ccc; */
    background-color: #ff5501;
    color: #fff;
}

.amreview-add-new .amreview-button.action:hover {
    box-shadow: 1px 1px 2px #928a8a;
}

.amreview-rating-label {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
    float: left;
    width: 50px;
}

.amreview-review-list > .am-strong {
    background: #fff;
    padding-right: 20px;
    color: #000;
}
.review-list .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    color: #000;
    margin-bottom: 0;
}

.amreview-customer-review {
    display: none;
}

.amreview-submit-form .message.info {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #f7f7f7;
    color: #6f4400;
    padding-left: 40px;
    position: relative;
}

.amreview-submit-form .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #ff5501;
    content: '\e602';
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center;
}

.amreview-add-new .amreview-label {
    max-width: 500px!important;
}

/* reviews样式修改 */
.actions-toolbar .primary, .actions-toolbar .secondary {
    display: inline-block;
}
.block.review-add .actions-toolbar {
    text-align: center;
}
.fieldset .review-legend.legend {
    margin-bottom: 0;
}
.amreview-submit-form .review-form.review-form .action.submit.primary {
    padding: 0 35px;
    background: #f76b6a;
    margin-top: 25px;
}

@media (min-width: 768px), print{
    .actions-toolbar .primary {
        float: none!important;
    }
}

.toolbar-amount {
    display:none;
    overflow: hidden;
}

.toolbar-sorter ul {
    float:left;
}

.toolbar-sorter ul li {
    float: left;
    margin-bottom: 0;
    height: 100%;
    height: 30px;
    line-height: 30px;
    margin-right: 1rem;
    padding: 0 1rem;
    border: 1px solid #efefef;
}

.toolbar-sorter ul li a {
    cursor: pointer;
}

@media (min-width: 640px){
    .amreview-submit-form .review-form .fieldset.review-fieldset {
        padding-left: 0px;
    }
    .amreview-submit-form .review-form .fieldset > .field > .label {
        position: relative;
        padding: 20px 0 10px 0;
    }
    .amreview-submit-form .review-form .field.review-field-recommend.amreview-recommend-wrap {
        left: 0px;
    }
    .amreview-submit-form .review-form .amreview-upload-img {
        margin: 0;
    }
    .amreview-submit-form .review-form .fieldset.review-fieldset {
        padding-left: 90px;
    }
    .fieldset .review-legend.legend {
        text-align: center;
        margin-bottom: 0;
    }
    .amreview-submit-form .review-form .fieldset.review-fieldset {
        padding: 0;
    }
}

/************************* 详情页灰色背景 ***************************/
@media screen and (max-width: 768px) {
    .catalog-product-view .signInfo span {
        margin-bottom: 10px;
        line-height: unset;
    }

    .catalog-product-view .signInfo {
        display: block;
        /* height: 32px; */
        overflow: hidden;
        height: auto!important;
    }

    .catalog-product-view .paymentImg {
        width:100%;
    }

    .catalog-product-view {
        background-color: #f5f5f5;
    }
    .page-layout-1column .product-view .product.media {
        width: 57%;
        background-color: #fff;
    }
    .page-layout-1column .product-view .product-info-main {
        width: 42%;
        background-color: #fff;
        margin-top: 1rem;
    }

    .product-info-main .product.attribute.overview p {
        display: none;
    }
    .breadcrumbs {
        background-color: #fff;
    }

    .product.info.detailed {
        margin-right: -15px;
        margin-left: -15px;
        background-color: #fff;
        margin-bottom: 0;
    }

    .page-main-pal.container {
        /* padding-bottom: 50px; */
        padding-bottom: 0;
    }

    /*    .page-footer {
            padding-bottom: 6rem!important;
        }*/

    .catalog-product-view .product.data.items .items-tabs.header-container-fixed {
        margin-left: 0!important;
    }

    .product.data.items .data-tabs-content {
        padding:1rem;
    }

    .product-view .product-shop .product-social-links, .product-add-form .product-social-links {
        margin-top: 1rem!important;
    }
}

.catalog-product-view .product.data.items .items-tabs {
    border-bottom: none!important;
    text-align: left;
}

.amreview-info-wrapper .amreview-add-new {
    margin: 0!important;
}

.product.data.items .items-tabs .item {
    display: inline-block;
    margin: 0;
    border: none;
    margin-right: 5px;
    background-color: #fff;
    z-index: 111;
    position: relative;
    background-color: #e6e6e6cc;
    /* top: 1px; */
    border-bottom: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.product.data.items .items-tabs .active{
    position: relative;
    top: 1px;
    z-index: 111;
    border-bottom: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}

.product.data.items .items-tabs .item a {
    color: #1d1d1d!important;
}

.catalog-product-view .product.data.items .items-tabs {
    padding-bottom: 0!important;
}

.product.data.items .data-tabs-content {
    min-height: 265px;
    margin-top: 0;
    padding: 25px 0px;
    position: relative;
    z-index: 1;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

.cms-index-index .container-normal {
    margin-top: 20!important;
    margin-bottom: 0!important;
}

.cms-index-index .banner-show-3 {
    margin-top: 20!important;
}

.popup-newsletter.modal-popup .action-close {
    display:none;
}

.checkout-onepage-success .notice {
    color: #0a0a0a;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.checkout-onepage-success .notice img {
    width: 40px;
}

.telPhoneWrapper {
    margin-top: 1rem;
}

.telphoneWrapper input {
    width: 30%;
    height: 35px;
}

.telphoneWrapper button {
    background-color: #f76b6a;
    color: #fff;
    border: none;
}

.detailTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    color: #000;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#registration {
    display: none;
}

.notice ,.notice2 {
    text-align: center;
}

.checkout-onepage-success .formAction {
    /* overflow: hidden; */
    margin-top: 3rem;
}

.checkout-onepage-success .formAction .continueshop {
    padding: 10px;
    display: inline-block;
    background-color: #f76b6a;
    color: #fff;
    margin-right: 1rem;
}

.checkout-onepage-success .formAction .viewOrder {
    padding: 10px;
    display: inline-block;
    background-color: #ff5501;
    color: #fff;
    margin-right: 1rem;
}

.orderInfo {
    text-align: center;
}

.orderInfo  .orderNumber,.orderInfo  .orderTotal {
    display: inline-block;
}

.orderInfo  .orderTotal span {
    color: red;
    font-size: 20px;
}

.orderInfo  .orderTotal {
    margin-left: 2rem;
}

.addressInfomation {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 2rem;
}

.itemlist {
    overflow: hidden;
}

.itemlist ul li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.bankInfoWrapper ul {
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}



.itemlist h3 {
    border-bottom: 1px solid #ddd;
}


.itemlist img {
    float:left
}

.telPhoneWrapper {
    margin-top: 1rem;
    padding: 10px;
    border: 1px solid #ddd;
}

.bankInfoWrapper {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 1rem;
}

.bankInfoWrapper ul li label ,.bankInfoWrapper ul li span {
    float:left;
}

.bankInfoWrapper ul li label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}


.bankInfoWrapper ul li label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.bankInfoWrapper ul li {
    overflow: hidden;
}

.bankInfoWrapper ul li span {
    width: 30%;
    height: auto;
    line-height: 20px;
    font-size: 20px;
    color: #ff5501;
}


/********* checkout优化 *********/
.ave40-step {
    display: block;
    text-align: center;
    margin: .4rem 0;
    font-size: 14px;
    margin-top: 20px;
}

.ave40-step:before {
    width: 100%;
    height: 15px;
    background-color: #f6f6f6;
    box-shadow: inset 0px 5px 7px 0px rgba(13, 12, 15, 0.09);
    border-radius: 7px;
}

.ave40-step dl {
    float: left;
    position: relative;
    width: calc((100% - 14px)/3);
    top: -10px;
    margin-bottom: 0!important;
}

.ave40-step dl dt {
    position: relative;
    margin: -17px auto 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #c3c3c3;
    line-height: 30px;
    border-radius: 50%;
}

.ave40-step dl.done:before, .ave40-step dl.done dt {
    background: #e79d9d;
}

.ave40-step dl.doing dt, .ave40-step dl.doing:before {
    background: #e10b0b;
}

.ave40-step .second-step {
    margin: 0 2px
}

.ave40-step .first-step {
    margin-left: 5px
}



.ave40-step dl:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #c3c3c3;
    border-radius: 2px
}

.ave40-step dl.done:before,.ave40-step dl.done dt {
    background: #e79d9d
}

.ave40-step dl.done dd {
    color: #777
}

.ave40-step dl.doing dt,.ave40-step dl.doing:before {
    background: #e10b0b
}

.ave40-step dl.undone dt,.ave40-step dl.undone:before {
    background: #c3c3c3
}

.ave40-step dl.undone dd {
    color: #777
}

.checkout-cart-index .page-title {
    display:none!important;
}

.checkout-cart-index  .cart-container .form-cart {
    width:100%;
    background-color: #f5f5f5;
}

.checkout-cart-index .paypal-logo {
    display: none;
}

.checkout-cart-index  .checkout-methods-items .item {
    float:left;
}

.checkout-cart-index  .checkout-methods-items .checkout {
    text-align: center;
}

.checkout-cart-index .checkout-methods-items .action.primary ,.checkout-cart-index .update-cart {
    color: #ffffff;
    background-color: #c8002a!important;
    border-color: #c8002a!important;
    height: 40px!important;
}

.checkout-cart-index .update-cart {
    background-color: #ff6a00e8!important;
    border-color: #ff6a00e8!important;
}

.checkout-cart-index .checkout-methods-items .item {
    float: right;
    clear: unset!important;
    margin-top: 0!important;
    margin-left: 15px;
}

.checkout-cart-index .cart-summary > strong {
    display: none;
}

.checkout-cart-index .cart-totals {
    border-top: none;
    padding-left: 18%;
}

.checkout-cart-index  .cart-totals  table .sub {
    display: none;
}

.checkout-cart-index  .cart-summary {
    padding: 0!important;
    width:40%;
}

.checkout-cart-index .container ,.checkout-index-index .container {
    max-width:1270px!important;
}

.checkout-cart-index .cart.table-wrapper .items thead + .item {
    border-top: 1px solid #fff!important;
}

.checkout-cart-index .cart.table-wrapper .items > .item {
    border-bottom: 1px solid #fff!important;
    position: relative;
}
.footer-containerWrapper {
    text-align: center;
    /* position: fixed; */
    /* bottom: 0; */
    padding-top: 20px;
    border-top: 1px solid #ccc;
    width: 1270px;
    margin: 0 auto;
}

.footer-containerWrapper .footer-copyright {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    line-height: 25px;
    /* text-align: left; */
    /* float: left; */
    clear: both;
    text-align: center;
    width:100%;
}
.checkout-cart-index #shopping-cart-table .custom-qty {
    margin: 0 !important;
}

.checkout-cart-index  .cart.table-wrapper thead .col span, .cart-summary > .title {
    font-weight:300;
}

.checkout-index-index .checkout-step {
    background-color: #f7f7f7;
    box-shadow: 2px 2px 3px #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.checkout-index-index .step-title {
    background-color: #f7f7f7!important;
    border-bottom:1px solid #eaeaea;
    font-weight: 300!important;

}

.checkout-index-index .fieldset {
    background: none;
}

.checkout-index-index input.input-text ,.checkout-index-index select  {
    border:1px solid #eaeaea;
}

.checkout-index-index .checkout-payment-method .payment-method-title {
    border-bottom:none!important;
}

.checkout-index-index .table-checkout-shipping-method tbody td {
    border-top:none!important;
    padding: 5px!important;
}

.checkout-index-index  .checkout-payment-method .payment-method-title {
    padding: 0;
    margin: 10px 5px;
}

.checkout-index-index  .opc-payment .payment-method-content .checkout-agreements-block {
    margin: 0;
    padding: 0;
}


.checkout-index-index  .checkout-payment-method .payment-method-billing-address {
    margin: 0;
}

#opc-sidebar {
    position: inherit!important;
}

#discount-form .input-text {
    width: 75%;
    float: left;
    /* margin-right: 10px; */
}

#discount-form .action-apply {
    height: 40px!important;
    line-height: 40px!important;
    padding: 0 5px!important;
    float:left;
    background-color: #fff !important;
    border-color: #8c8c8c !important;
    box-shadow: none !important;
    color: #3a3636 !important;
}

#discount-form .actions-toolbar .primary {
    float:right!important;
}

.osc-place-order-wrapper .place-order-primary button.primary.checkout {
    background-color: #ff5501 !important;
    border-color: #000000 !important;
    height: 40px!important;
    margin-top: 10px;
    width: 100%;
    padding: 0!important;
}

.one-step-checkout-wrapper {
    margin-top: 0;
}

.one-step-checkout-wrapper {
    margin-top: 0!important;
}

.checkout-index-index .osc-authentication-wrapper {
    padding-top: 0!important;
}

#shipping-method-buttons-container {
    display: none!important;
}

.checkout-index-index .opc-wrapper .fieldset>.field.street>.label {
    margin-bottom: -18px!important;
}
.create-account-checkbox {
    margin-top: 10px;
}

.create-account-checkbox input {
    margin-top: 0;
}

.checkout-index-index #checkout-review-table .product-image-container {
    width:40px!important;
    height:auto!important;
}

.checkout-index-index .one-step-checkout-wrapper a {
    display:none;
}

.checkout-index-index .one-step-checkout-wrapper .product-item-name-block a {
    display: block!important;
    margin: 0;
    font-size: 100%;
    line-height: 1.3;
    text-align: left;
    padding: 0;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #585858;
    font-weight: 300;
}

.checkout-index-index .one-step-checkout-wrapper .product-item-name-block a strong {
    font-weight:300;
}

.opc-block-summary .product-item .product-item-inner {
    margin-bottom: 0;
}

.checkout-index-index .qty-wrapper .qty-wrap .input-text.update {
    border:none;
}

.checkout-index-index #checkout-review-table tbody tr td {
    padding: 0 9px !important;
    border-bottom: none;
}

.checkout-index-index #checkout-review-table thead th, .checkout-index-index #checkout-review-table tbody tr td, .checkout-index-index #checkout-review-table tfoot tr td {
    border-bottom: none!important;
}

.checkout-index-index .items-in-cart .minicart-items-wrapper {
    border-top:none;
}

.one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
    display: inline-block;
    padding-left: 10px;
    width: 80%;
}

.checkout-index-index .step-title .fa {
    display:none!important;
}

#checkout-review-table thead th {
    text-transform: uppercase;
    font-weight: 300!important;
    font-size: 12px;
}

.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
    padding-top: 5px!important;
}

.cart-totals .grand .mark, .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount {
    padding-top: 0;
}

.guarantee span {
    position: relative;
    top: 5px;
}

.guarantee001 ,.guarantee002 {
    width:50%;
    float:left;
}

.guarantee i {
    margin-right:5px;
}
.guarantee i img {
    width:25px;
}

@media (max-width: 768px), print {
    #discount-form .input-text {
        width: 65%;
        float: left;
        /* margin-right: 10px; */
    }

    .footer-containerWrapper {
        width: auto !important;
    }

    .category-products .products-textlink {
        display: block !important;
    }

    .category-products.grid.products-grid .item {
        margin-bottom: 10px;
    }

    .catalog-category-view .alocolumns {
        padding-top: 0;
    }

    .block-footer-bottom .main-content {
        display: none;
    }

    .block-related {
        margin-top: 20px;
    }

    .block-related .block-title strong {
        font-size: 15px !important;
    }

    .slick-arrow.slick-prev {
        top: 30% !important;
        left: -2% !important;
    }

    .slick-arrow.slick-next {
        top: 30% !important;
        right: -2% !important;
    }

    .add-to-cart .qty {
        display: inline-block;
        margin-right: 0px;
        width: 80%;
        margin-right: 15px;
    }

    .product-options-wrapper .super-attribute-select {
        width: 95%;
        border: 1px solid #ddd;
        height: 48px;
    }

    .catalog-product-view .product.data.items .items-tabs {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .ave40-step {
        display: none;
    }

    .footer-containerWrapper {
        display: none;
    }

    .checkout-cart-index .page-title-wrapper {
        display: none;
    }

    .checkout-cart-index .cart-summary {
        width: 100%;
        position: fixed;
        top: auto !important;
        /* height: 20px; */
        bottom: 0;
        padding: 0;
        margin: 0;
        left: 0;
        overflow: hidden;
        border-top: 1px solid #e4e4e4;
        background-color: #fff;
    }

    .cart-container .checkout-methods-items {
        margin-top: 0px;
        text-align: center;
        width: 100%;
        left: 0;
        overflow: hidden;
    }

    .checkout-cart-index .checkout-methods-items .item {
        float: left;
        /* clear: unset!important; */
        margin-top: 0 !important;
        width: 48%;
        clear: none !important;
        margin-left: 0 !important;
    }

    .checkout-cart-index .checkout-methods-items .item:last-child {
        float: right;
    }

    .checkout-cart-index .update-cart {
        width: 96%;
    }

    .checkout-cart-index .cart-container .checkout-methods-items li button {
        padding: 0 !important;
    }

    .checkout-cart-index .table-wrapper .totals {
        margin-bottom: 0;
    }

    .cart-container .checkout-methods-items .action.primary {
        color: #ffffff;
        background-color: #f76b6a;
        border-color: #f76b6a;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .cart-totals .grand.totals .price {
        font-size: 18px;
        color: #ff5501;
        margin-right: 2px;
    }

    .block-related {
        margin-top: 20px;
        background: #fff;
        padding: 15px;
    }

    .ci-thumb {
        width: 25%;
        float: left;
    }

    .ci-info {
        float: right;
        width: 71%;
    }

    .ci-attr dt {
        float: left;
        width: 20%;
        font-weight: 300;
    }

    .ci-attr dd {
        margin-bottom: 0;
    }

    .ci-info .option-item .label {
        font-weight: 300;
        width: 23%;
        display: inline-block;
        margin-right: 1rem;
    }

    .ci-info .option-item span {
        font-size: 10px;
        color: #777;
    }

    .ci-title {
        margin-bottom: 0;
    }

    .cart-item {
        overflow: hidden;
        padding-bottom: 10px;
        padding: 5px;
        position: relative;
    }

    .cart-item:nth-child(even) {
        background: #f7f7f7;
    }

    .price-excluding-tax .price {
        font-size: 14px;
        font-weight: normal;
        color: #ff5501;
    }

    .ci-fn .alo_qty_dec {
        display: block;
        float: left;
        height: 2.5rem;
        line-height: 2.5rem;
        width: 25px;
        text-align: center;
        border: 1px solid #ccc;
        border-right: none;
    }

    .ci-fn .alo_qty_dec, .ci-fn .alo_qty_inc {
        display: block;
        float: left;
        height: 2.5rem;
        line-height: 2.5rem;
        width: 25px;
        text-align: center;
        border: 1px solid #ccc;
    }

    .ci-fn .custom-qty input {
        padding: 0;
        text-align: center;
        height: 2.5rem;
        float: left;
        border-right: none;
        border-left: none;
    }

    .checkout-cart-index #maincontent {
        padding: 0;
    }

    .cart.table-wrapper .actions-toolbar {
        position: relative;
        min-height: 20px;
        padding-bottom: 30px;
        position: absolute;
        right: 0;
        bottom: 2px;
    }

    .cart.table-wrapper .actions-toolbar > .action-edit {
        display: none;
    }


    .osc-place-order-wrapper .place-order-primary button.primary.checkout {
        background-color: #f76b6a !important;
        border-color: #f76b6a !important;
        height: 50px;
        margin-top: 10px;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .checkout-index-index .grand {
        position: fixed;
        bottom: 40px;
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 111;
        padding-top: 10px;
    }

    .checkout-index-index {
        padding-bottom: 8.5rem;
    }

    .opc-block-summary .shipping .mark .value {
        display: none;
    }

    .checkout-index-index .table-totals {
        margin-bottom: 0;
    }

    .checkout-index-index .opc-wrapper .step-content {
        margin: 0;
    }

    .opc-estimated-wrapper {
        display: none;
    }

    .guarantee001, .guarantee002 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .checkout-index-index .checkout-payment-method .payment-method-title {
        padding: 0;
        margin: 5px 0px;
    }

    .checkout-payment-method .payment-methods {
        margin: 0;
    }

    .checkout-index-index .table-checkout-shipping-method tbody td {
        border-top: none !important;
        padding: 5px !important;
        padding: 3px 0 !important;
    }

    .checkout-index-index .page-main-pal.container {
        padding-left: 5px !important;
        padding-right: 13px !important;
    }

    .checkout-payment-method .payment-method-title .payment-icon {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 30px;
    }

    .checkout-index-index #checkout-review-table .product-image-container {
        width: 30px!important;
        height: auto!important;
    }

    .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
        display: inline-block;
        padding-left: 10px;
        width: 60%;
    }

    .showFilter img {
        margin-top: 1.5rem;
        position: relative;
        left: -.5rem;
        cursor: pointer;
    }

    .catalog-product-view #video iframe {
        width: 100%!important;
        height:auto!important;
    }

    .minicart-wrapper .block-minicart {
        padding-top: 0;
    }

    .catalog-product-view .page-header .header-icons {
        height: 55px;
        line-height: 35px;
    }

    .block-minicart .paypal-logo {
        display: none;
    }

    .minicart-items-wrapper .product-item-photo img {
        width:40px!important;
        height:auto!important;
    }

    .minicart-items .product-item-details {
        text-align: left;
        padding-left: 50px;
    }

    .block-minicart .block-content > .actions > .primary {
        margin: 0!important;
    }

    .block-minicart .block-content > .actions > .primary .action.primary {
        margin: 0!important;
    }

    .block-minicart .minicart-items-wrapper {
        max-height: 250px !important;
    }

    .block-minicart .minicart-items .product-item {
        padding: 10px 0 0 0 !important;
    }

    .select_language .select-current {
        height: 50px!important;
        line-height: 50px!important;
    }

    .minicart-wrapper .block-minicart {
        z-index: 11111;
    }

    .block-footer-bottom .main-top ,.block-footer-bottom .main-bottom  {
        display: none;
    }

    .page-footer .block-footer-bottom {
        background-color: #f5f5f5 !important;
        border-bottom: solid 1px #f5f5f5 !important;
        border: none;
        border: none;
    }

    .page-footer {
        padding-top: 25px;
        background-color: #f5f5f5;
    }

    .checkout-cart-index .cart-totals {
        padding-left: 0;
    }

    .checkout-cart-index {
        padding-bottom: 11rem;
    }
}


@media (max-width: 320px), print {
    #discount-form .input-text {
        width: 60%;
        float: left;
        /* margin-right: 10px; */
    }

    .block-minicart .minicart-items-wrapper {
        max-height: 230px !important;
    }

    .block-related .block-title strong {
        font-size: 12px !important;
    }
}

.osc-cms-block {
    margin: 10px 0!important;
}

.over .header .header-sticker .nav-sections {
    z-index: 1111;
}

/********* checkout优化 *********/


@media (min-width: 1170px) {
    .container {
        max-width: 1270px;
    }
}

.page-layout-1column .product-view .product.media {
    width: 50%;
}

.page-layout-1column .product-view .product-info-main {
    width: 49%;
}

.catalog-product-view .product.data.items .items-tabs {
    padding-bottom: 5px;
    border-bottom: solid 1px #dfdfdf;
    border-bottom: 1px solid #e0e0e0!important;
}

.product.data.items .data-tabs-content {
    border:none;
}

.header-container-fixed .item {
    border-radius: 0;
    margin-right: 0!important;
    border:none!important;
    background-color: #fff!important;
}

.catalog-product-view .header-container-fixed .active {
    position: relative;
    top: 0px!important;
    z-index: 111;
    border-bottom: none;
    background-color: #f1f1f1!important;
    border: 1px solid #ddd;
    border-bottom: none!important;
}

.catalog-product-view .product.data.items .items-tabs.header-container-fixed {
    margin: 0 auto;
    max-width: 100%;
    border-bottom: 0;
    border-bottom: none!important;
}


.catalog-product-view .product.data.items .items-tabs.header-container-fixed  .item a {
    line-height: 50px!important;
}

.catalog-product-view .btn-cart-fixed {
    display:none;
}

.catalog-product-view .product.data.items .items-tabs.header-container-fixed  .btn-cart-fixed {
    float: right;
    margin-right: 3%;
    margin-top: 8px;
    border: none;
    background-color: #f76b6a;
    color: #fff;
    display:block;
}

.catalog-product-view .product.info.detailed {
    margin-top: 20px!important;
}

.catalog-product-view  .block-related {
    margin-bottom: 50px !important;
    max-width: 1270px!important;
    margin: 0 auto;
}

.catalog-product-view .block-related .block-title strong {
    font-size: 20px!important;
    line-height: 1;
    margin: 0px;
    padding: 0;
    display: block;
    position: relative;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.catalog-product-view .products-related  .product-items .product-item {
    width:16%;
}

.catalog-product-view .slick-track {
    margin:0!important;
}

@media (max-width: 768px) {
    .catalog-product-view .products-related  .product-items .product-item {
        width:33%;
    }

    .catalog-product-view .product.data.items .items-tabs.header-container-fixed .btn-cart-fixed {
        display: none;
    }

    .catalog-product-view .block-related {
        max-width:100%!important;
    }
}

@media (max-width: 640px) {
    .catalog-product-view .products-related  .product-items .product-item {
        width:49%;
    }
}


.catalog-category-view .filter-options .filter-options-content .item {
    color: #a4a4a4;
    line-height: 25px;
    padding: 0px;
    padding: 4px;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 2px 8px;
    background-color: #f3f3f3;
    float: left;
    /* width: 100%; */
    width: auto!important;
}

.catalog-category-view .filter-options .filter-options-content {
    overflow: hidden;
    margin-bottom: 0px;
    padding: 5px 0px 10px;
}



.catalog-category-view  .sorter-label, .catalog-category-view  .limiter .label {
    padding:0!important;
    margin-right: 10px;
}

.sidebar .block .filter-title {
    display: none;
}

.sidebar .block .block-content {
    padding:0;
}

.page-with-filter .toolbar.toolbar-products {
    display: none;
    margin: 0 0 10px;
}

.narrow-by {
    padding:0;
}


.filter-options .filter-options-title {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}


.catalog-product-view  .breadcrumbs {
    margin: 0 auto 10px auto;
}

.mageplaza-frequently-bought-together-block {
    clear: both;
    margin: 0 auto;
    max-width: 1270px;
}

.mageplaza-fbt-image-box li {
    float:left!important;
}

.mageplaza-fbt-price-box {
    float:right!important;
}

.mageplaza-fbt-rows .fieldset {
    padding:0!important;
}

#livechat-compact-container, #chat-widget-container{
    display: none;
}

