/*body {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-family: AlibabaSans-Medium, sans-serif;*/
/*}*/
body, button, input, select, textarea{
    font-family: AlibabaSans-Regular,AlibabaSans,sans-serif !important;
}
.btn, .btn--secondary{
    font-family: AlibabaSans-Regular,AlibabaSans,sans-serif !important;
}
.ajaxcart__price, .cart__price, .cart__subtotal{
    font-family: AlibabaSans-Regular,AlibabaSans,sans-serif !important;
}
.product-single__price, .product-single__price--compare-at{
    font-family: AlibabaSans-Regular,AlibabaSans,sans-serif !important;
}
.shg-c-t strong{
    font-weight: 600
}
.back-to-top-right{
    padding:0 !important
}
#block-shipping{
    display: block !important;
}
.clear{
    padding: unset;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px
    solid #c2c2c2;
    border-radius: 4px !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.action .primary{
    border: 1px solid transparent !important;
    background: #3f37ff !important;
    color: #fff !important;
    border-radius: 4px !important;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    font-weight: 400 !important;;
    letter-spacing: .1em !important;;
    font-size: .9125em !important;
    font-family: AlibabaSans-Regular,serif !important;
}
.goTopBox{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom:60px;
    right:30px;
    color:#fff;
    border-radius: 50%;
    background:#3F37FF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3001;
}
.back-to-top-right {
    position: fixed;
    bottom: 4em;
    right: 0px;
    text-decoration: none;
    color: #999;
    background-color: #eee;
    font-size: 16px;
    padding: 0.3em;
    display: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 60000;
}
.back-to-top-right i {
    vertical-align: middle;
}
.back-to-top-right span {
    padding-left: 0.5em;
}
.back-to-top-right i + span {
    padding-left: 0;
}
.back-to-top-right:hover {
    text-decoration: none;
    color: #555;
}

button{
    border: 1px solid transparent !important;
    background: #3f37ff !important;
    color: #fff !important;
    border-radius: 4px !important;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    font-weight: 400 !important;;
    letter-spacing: .1em !important;;
    font-size: .9125em !important;
    font-family: AlibabaSans-Regular,serif !important;
}
button .action .primary{
    border-radius: 4px !important;
    font-weight: 400 !important;
    letter-spacing: .1em !important;
    font-size: .9125em !important;
    font-family: AlibabaSans-Regular,serif !important;
}
button:hover{
    -webkit-transition: background-color .15s ease-out !important;
    -moz-transition: background-color .15s ease-out !important;
    -ms-transition: background-color .15s ease-out !important;
    -o-transition: background-color .15s ease-out !important;
    transition: background-color .15s ease-out !important;
    background-color: #7a74ff !important;
    color: #fff !important;
}
/*
.price{
    color: #3f37ff !important;
    font-weight:bold;
}
*/

.price-box .price {
    font-weight: 700;
    white-space: nowrap;
    font-size: 2.5rem;
    color: #3f37ff !important;
}
.old-price .price {
    font-weight: normal;
    font-size: 14px;
    color: #ABABAB !important;
    letter-spacing: 0;
    line-height: 14px;
    text-decoration: line-through;
    padding-left: 5px;
}

#buy-now:hover{
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    -ms-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #7a74ff;
    color: #fff;
}
.carIframe{
    width:500px;
    height:500px;
}
.cartBoxBg{
    position:fixed;
    z-index: 1000039;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    display:none
}
.cartBox{
    position: fixed;
    z-index: 2112039180238109 !important;
    color: black;
    background-color: white;
    width: 375px;
    top: 0px;
    bottom: 0px;
    padding:20px;
    right: -375px;
    overflow-y: scroll;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;
}
.cartBox .grid__item {
    margin:0 !important
}
.cartBox .grid,.cartPageBox .grid{
    margin:0 !important;
    position: relative;
}
.cart__row .two-thirds{
    padding:0 10px !important;
}
.cartNum{
    display: flex;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: red;
    color: white;
    font-size: 12px;
    justify-content: center;
    font-weight: 700;
    line-height: 20px;
    align-items: center;
    z-index: 1000031;
    display:none
}
/*
.icon{
    display: inline;
    background-image: url('https://www.safepal.io/new_v2/images/Halloween.png');
    background-size: cover;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.cartIcon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    position: fixed;
    bottom: calc(0px + 60%);
    margin-bottom: -25px;
    right: 10px;
    background-image: url('../img/cart.png');
     background-size: cover;
    background-color: rgb(63, 55, 255);
    color: rgb(255, 255, 255);
    /* box-shadow: grey 0px 0px 5px; */
    cursor: pointer;
    z-index: 100040;
    animation: 2s ease 0s infinite normal none running carty-labs-sticky-button-tada;
}
.cartClose{
    cursor: pointer;
    position:absolute;
    right:30px;
    top:30px;
    z-index:9999
}
.cartIcon .icon-cart{
    font-size:24px;
    margin-top:5px;
}

.cartBox #shopify-section-footer{
    display:none
}
.cartBox #CartDrawer{
    display:none
}
.cartBox #shopify-section-header .headerClass{
    display:none
}
.cartBox .main-content{
    padding-top:0px !important
}
.cartBox .wrapper{
    padding:10px !important
}
.cartBox .large--five-sixths{
    width:100% !important
}
.cartBox .push--large--one-twelfth{
    left:0 !important
}
.updateCartOld{
    border-radius: 6px;
}
.cartBox .updateCartOld{
    display:none
}

.action.tocart, .payment-method button.action.checkout {
    text-transform: uppercase;
}

#product-addtocart-button{

    display: inline-block;
    padding: 8px 10px;
    margin: 0;
    width: 40%;
    line-height: 1.42;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    background-color: #3f37ff;
    color: #fff;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    -webkit-font-smoothing: antialiased;
    font-family: AlibabaSans-Regular,serif !important;
    font-weight: 400;
    letter-spacing: .1em;
    font-size: .9125em;
    margin: 0px;
    padding: 12px;

}

#buy-now{
    display: inline-block;
    padding: 8px 10px;
    margin: 0;
    line-height: 1.42;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-appearance: none;
    border-radius: 4px;
    background-color: #3f37ff;
    color: #fff;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    font-weight: 400;
    letter-spacing: .1em;
    font-size: .9125em;
    font-family: AlibabaSans-Regular,serif !important;
    margin-left: 20px;
    padding: 12px;
    width: 40% !important;

}

#product-addtocart-button:hover{
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    -ms-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #7a74ff;
    color: #fff;
}
#buy-now:hover{
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    -ms-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #7a74ff;
    color: #fff;
}

#empty_cart_button_span:hover{
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    -ms-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #7a74ff;
    color: #fff;
}

.buy-now-btn {
margin-right: 1%;
width: auto !important;
line-height: 3.6rem;
font-size: 1.8rem;

}
html {
font-size: .625;
font-family: AlibabaSans, sans-serif
}

body {
margin: 0;
padding: 0;
font-family: AlibabaSans, sans-serif
}

@font-face {
font-family: AlibabaSans-Bold;
src: url(../fonts/AlibabaSans-Bold.otf) format("opentype");
font-weight: 700;
font-display: swap
}

@font-face {
font-family: AlibabaSans-Medium;
src: url(../fonts/AlibabaSans-Medium.otf) format("opentype");
font-weight: Medium;
font-display: swap
}

@font-face {
font-family: AlibabaSans-Regular;
src: url(../fonts/AlibabaSans-Regular.otf) format("opentype");
font-weight: 400;
font-display: swap
}
.page-main {
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
max-width: 1280px;

padding-left: 40px !important;
padding-right: 40px !important;

width: auto;
}
.safepal-footer a {
text-decoration: none;
color: inherit
}

.safepal-footer * {
box-sizing: border-box;
}

.safepal-footer {
background: #1b1c28;
padding: 120px 60px;
overflow: hidden;
/*margin-top: 40px;*/
}

.safepal-footerBox {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.safepal-footerBox .safepal-title {
    font-family: AlibabaSans-Medium, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 28px;
}

.safepal-footerBox a {
    color: #a3a4a9;
    text-decoration: none
}

.safepal-footerBox .safepal-itemBox {
    width: 240px;
    margin-top: 20px;
}

.safepal-linkBox {
    max-width: 1200px;
    margin: 16px auto;
    text-align: right;
    padding: 0 15px;
    color: #a3a4a9;
    font-size: 16px;
}

.safepal-footerBox img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}
.safepal-email{
    font-family: AlibabaSans-Regular, sans-serif;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
.safepal-iconBox{
    position: relative;
    top: 10px;
}
@media screen and (max-width: 768px) {
    .safepal-footer {
        padding: 15px;
    }
    .safepal-footerBox .safepal-itemBox{
        width: 172px;
    }
    .safepal-linkBox {
        text-align: center;
        padding: 0;
        font-size: 14px;
    }
    .safepal-linkBox .safepal-logo{
        margin-top:20px
    }
    .safepal-citemBox {
        font-size: 14px;
    }
    .safepal-emailBox{
        margin-bottom: 20px;
    }
    .safepal-email{
        font-family: AlibabaSans-Regular, sans-serif;
        color: #fff;
        cursor: pointer;
        text-decoration: underline;
    }

}

/*Header Begin*/

.safepal-header a {
    text-decoration: none !important;
    color: inherit;
}

.safepal-header * {
    box-sizing: border-box;
}

.safepal-contentBox {
    max-width: 1200px;
    margin: 0 auto;
}

.safepal-pcMenuBox .safepal-logoBox {
    float: left;
}

.safepal-pcMenuBox .safepal-rightBox {
    float: right;
}

.safepal-pcMenuBox .safepal-rightBox .safepal-aBox {
    display: inline-block;
    position: relative;
    font-family: AlibabaSans-Bold, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #2d2d2d;
}

.safepal-pcMenuBox {
    height: 80px;
    line-height: 80px;
    background: #fff;
}

.safepal-pcMenuBox .safepal-logo {
    width: 124px;
    position: relative;
    top: 12px;
}

.safepal-pcMenuBox .safepal-dowBox {
    position: absolute;
    line-height: 20px;
    width: 280px;
    display: none;
    z-index: 999;
}

.safepal-pcMenuBox .safepal-active {
    background: #f4f6f9;
    color: #3f37ff
}
.safepal-pcMenuBox .safepal-dowBox div a {
    display: block;
    padding: 15px;
    background: #f4f6f9;
    font-size: 14px;
    font-weight: 500;
}

.safepal-pcMenuBox a {
    display: inline-block;
    padding: 0 25px;
}

.safepal-pcMenuBox .safepal-rightBox a:hover {
    background: #f4f6f9;
    color: #3f37ff
}

.safepal-pcMenuBox .safepal-dowBox a:hover {
    background: #3f37ff;
    color: #fff
}

/* 移动端 */
.safepal-mMenuBox .safepal-menuBg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}



.safepal-mMenuBox .safepal-icon {
    height: 25px;
    width: 25px;
    position: absolute;
    left: 10px;
    top: 10px
}

.safepal-mMenuBox .safepal-logo {
    width: 87px;
    margin-top: 10px;
}

.safepal-mMenuBox .safepal-menuBox {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 44px;
    background: #fff;
    display:none;
}

.safepal-mMenuBox .safepal-menuItem {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e2e5e9;
    padding: 0 20px;
}

.safepal-mMenuBox .safepal-cMenuItem {
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e2e5e9;
}
.safepal-mMenuBox .safepal-dowBox ,.safepal-mMenuBox .safepal-menuBg{
    display: none;
}
.safepal-mMenuBox .safepal-cMenuItem:hover {
    background: #3f37ff;
    color: #fff !important
}
@media screen and (min-width: 768px) {
    .safepal-mMenuBox {
        display: none;
    }

    .safepal-pcMenuBox {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .safepal-mMenuBox {
        display: block;
    }

    .safepal-pcMenuBox {
        display: none;
    }
}
.page-main::-webkit-scrollbar {
    display: none;
    height: 100%
}
.page-main {
    overflow-x: scroll;
    overflow-y: hidden;
    /*解决ios上滑动不流畅*/
    -webkit-overflow-scrolling: touch;
}
/*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
    */
@media (min-width: 481px) and (max-width: 767px) {
    .page-main {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .cartBox{
        width: 90% !important;
    }

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    .page-main {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .cartBox{
        width: 90% !important;
    }
}
