/*Loading Ajax*/
.waiting_for_ajax {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999999999999999999;
    max-height: 100%;
}
.waiting_for_ajax > div {
    opacity: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #6161618c;
    width: 100%;
    padding: 10px 25px;
    border-radius: 10px;
    margin: auto;
    /*max-width: 300px;*/
}
.waiting_for_ajax img {
    width: 50px;
}
.waiting_for_ajax p {
    font-size: 16px;
    color: #FFF!Important;
    margin-top: 10px;
    height: auto;
    margin-bottom: 0px;
}
#rotate-image {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.cs-message-wrapper {
    position: fixed;
    width: 80%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    margin: auto;
    left: 0;
    right: 0;
}

.cs-message-wrapper > div {
    display: none;
    padding: 30px 0px;
    font-size: 26px;
    font-weight: bold;
}
.waiting_for_ajax .icon_and_mess {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 80%;
    max-height: 150px;
    justify-content: space-evenly;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.icon_and_mess > div {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Global*/
p.cs-notice {
    margin: 30px;
    padding: 5px 10px;
    font-size: 16px;
    background: #ff8700;
    display: inline-block;
    color: #fff;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
body.hide-content #content {
    display: none;
}
.rh-fullbrowser {
    overflow: hidden;
}
.cs-no-top-space, .cs-no-top-space > div{
    margin-top:0px!important;
    padding-top:0px!important;
}
.cs-no-bottom-space, .cs-no-bottom-space > div{
    margin-bottom:0px!important;
    padding-bottom:0px!important;
}
.cs-mg-top-10{ margin-top:10px; }
.cs-mg-bottom-10{ margin-bottom:10px; }
.cs-mg-top-20{ margin-top:20px; }
.cs-mg-bottom-20{ margin-bottom:20px; }
.cs-mg-top-30{ margin-top:30px; }
.cs-mg-bottom-30{ margin-bottom:30px; }
.cs-mg-top-50{ margin-top:50px; }
.cs-mg-bottom-50{ margin-bottom:50px; }
.cs-mg-top-60{ margin-top:60px; }
.cs-mg-bottom-60{ margin-bottom:60px; }
.cs-mg-top-100{ margin-top:100px; }
.cs-mg-bottom-100{ margin-bottom:100px; }
.cs-pd-top-10{ padding-top:10px; }
.cs-pd-bottom-10{ padding-bottom:10px; }
.cs-pd-top-20{ padding-top:20px; }
.cs-pd-bottom-20{ padding-bottom:20px; }
.cs-pd-top-30{ padding-top:30px; }
.cs-pd-bottom-30{ padding-bottom:30px; }
.cs-pd-top-50{ padding-top:50px; }
.cs-pd-bottom-50{ padding-bottom:50px; }
.cs-pd-top-60{ padding-top:60px; }
.cs-pd-bottom-60{ padding-bottom:60px; }
.cs-pd-top-100{ padding-top:100px; }
.cs-pd-bottom-100{ padding-bottom:100px; }
.cs-hidden{
    display: none!important;
}
.cs-video-wrapper.cs-square .video-container {
    width: 100%;
    padding: 0;
    padding-top: 100%;
}
.cs-video-wrapper.cs-ratio-16-9 .video-container {
    width: 100%;
    padding: 0;
    padding-top: 178%;
}
.vc_column_container>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
/*Login Form*/
/*Live Site*/
.yahei-font {
    font-family: 'Microsoft YaHei', 微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif !important;
}
.spacer-64388f5f50361, .spacer-6438ab0117969 {
    height: 30px;
}
.spacer-64388f5f50663, .spacer-6438ab0117ca3 {
    height: 10px;
}
.vc_custom_1625734151349 #userpro-custom-login-form , .vc_custom_1625734249005 #userpro-custom-login-form {
    padding: 0 15px 15px 15px;
    line-height: 18px !important;
}
.vc_custom_1625734151349 .userpro-close-popup, .vc_custom_1625734249005 .userpro-close-popup {
    display: none;
}
.userpro-field div.userpro-warning {
    font-size: 20px;
    line-height: normal!important;
}
#userpro-custom-login-form div.userpro-field.userpro-submit input[type="submit"] {
    line-height: 30px;
    font-weight: normal;
}
/*-----*/
div.userpro-field {
    margin: 15px 0 0 0;
}
#userpro-custom-login-form div.userpro-input input[type="text"], #userpro-custom-login-form div.userpro-input input[type="password"]{
    width: 100%;
    height:30px;
}
.frm_login_form.frm_forms .frm_form_field {
    margin-bottom: 15px;
}
.frm_login_form.frm_forms .frm_form_field input {
    background: #fff;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #333333;
    padding: 30px 15px;
    font-size: 24px;
    font-family: 'Microsoft YaHei', 微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif !important;
    line-height: 2;
}
.frm_login_form.frm_forms .frm_submit {
    text-align: center;
}
.frm_login_form.frm_forms .frm_submit input {
    background: #2CA6E0 !important;
    width: 100% !important;
    padding: 15px 10px !important;
    height: auto !important;
    box-shadow: none!important;
    border: 0px solid #fff;
    font-size: 30px!important;
    font-family: 'Microsoft YaHei', 微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif !important;
    border-radius: 4px!important;
    color: #fff !important;
    line-height: 30px!important;
    margin: 0px!important;
}
.frm_login_form.frm_forms .login_lost_pw {
    text-align: center;
}
.frm_login_form.frm_forms .login_lost_pw .forgot-password {
    display: inherit;
    font-size: 24px;
    margin-top: 30px;
}
/*007 CSS*/
.responsive_nav_wrap {
    display: none;
}
.frm_pagination_cont ul.frm_pagination > li{
    font-size: 30px;
}
.frm_pagination_cont {
    text-align: center;
}
.frm_pagination_cont {
    margin-top: 20px;
}

/*Button Formidable*/
.frm_pagination_cont.frm_ajax_pagination_cont {
    font-size: 24px;
    line-height: normal;
}

/*PRODUCT*/
.woocommerce div.product .summary .price .sale-price-text {font-size: 2.25rem;line-height: normal;}
.woocommerce .products .product.woo_column_item .price span.sale-price-prefix {
    display: block;
}
body.single-product .woocommerce-tabs .wpb-content-wrapper > .vc_row {
    margin: 0;
}
a.woocommerce-button.button.cancel, .woocommerce-order-details a.woocommerce-button.button.pay.order-actions-button {
    display: none !important;
}
.woocommerce .product form .form-row select {
    font-size: 20px;
}
.re_woocheckout_order.hide-place-order .place-order {
    display: none;
}

/*CHECK OUT*/
#shipping_address_option_field {
    font-size: 20px;
}
#shipping_address_option_field span.select2-selection.select2-selection--single {
    border-radius: 0px;
    height: auto;
}
#shipping_address_option_field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 10px;
}
#shipping_address_option_field .select2-selection__arrow {
    height: 40px;
}
#shipping_address_option_field span.select2-selection__clear {
    display: none;
}
#select2-shipping_address_option-results > li {
    font-size: 20px;
}
/*Variation product*/
.product .variations_form.cart table.variations tr {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.product .variations_form.cart table.variations tr .label {
    font-size: 25px;
    font-weight: 700;
    color: #111111;
    line-height: 30px;
}
.product .variations_form.cart table.variations tr select {
    border: 1px solid #cdcdcd!important;
    width: 100%;
    background-position: 98% center!important;
    margin-right: 0px!important;
    font-size: 20px!important;
}
.product .variations_form.cart table.variations tr select + a {
    position: absolute;
    background: #2ca6e0;
    color: #fff;
    padding: 5.5px 20px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 1px 1px 3px lch(0 0 0 / 0.4);
    display: none!important;
}
.product .variations_form.cart table.variations + .single_variation_wrap .price {
    color: #000;
    font-weight: 700;
}
ul.wc_payment_methods.payment_methods.methods {
    border: 1px #bdbdbd solid;
    border-radius: 5px;
    margin-bottom: 15px!important;
}
ul.wc_payment_methods.payment_methods.methods > li {
    padding: 10px 15px;
}
ul.wc_payment_methods.payment_methods.methods > li:not(:last-child) {
    border-bottom: 1px #bdbdbd solid;
}
/*CS INFO BOX*/
.cs-info-box > a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
}
.cs-info-box .cs-info-img {
    width: 100%;
    max-width: 72px;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
}
.cs-info-box > a:hover .cs-info-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.cs-info-box .cs-info-title {
    color: #3c3c3c;
    font-size: 16px;
    margin: 15px 0 15px;
    line-height: 1.2em;
}
/*FLOATING BUTTON*/
.cs-floating-button {
    position: fixed;
    z-index: 99;
    top: 50%;
    transform: translate(0,-50%);
    right: 30px;
    bottom: unset;
    display: flex;
    flex-direction: column;
}
.cs-floating-button > a:not(:last-child){
    margin-bottom: 10px;
}
/*FORMIDABLE CSS*/
.form-field.align-center > h3 {
    text-align: center;
}

/*COPY CSS*/
.cs-copy-line a {
    word-break: break-word;
}
@media (max-width:1024px){
    .responsive_nav_wrap.rh_mobile_menu {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    nav.top_menu, .header_top_wrap, #float-panel-woo-area del {
        display: block!important;
    }
    nav.top_menu > ul > li > a{
        font-size: 14px!important;
    }
}
@media (min-width:768px){
    nav.top_menu, .header_top_wrap, #float-panel-woo-area del {
        display: block;
    }
    header .logo-section.disabletabletpadding {
        padding: 15px 0!important;
    }
}
@media (max-width:767px){
    .cs-floating-button {
        bottom: 90px;
        right: 15px;
        transform: unset;
        top: unset;
    }
    .woocommerce-MyAccount-content table.shop_table_responsive td {
        font-size: 18px;
    }
    .woocommerce .woocommerce-MyAccount-content table.my_account_orders .button {
        margin: 10px 5px;
        font-size: 18px;
        text-transform: none;
        font-weight: normal;
        padding: 8px 10px;
    }
}

/*VIP CARD*/
.vip-card-wrapper {
    border-radius: 10px;
    overflow: hidden;
    width: 500px;
    max-width: 100%;
    padding: 15px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.vip-card-wrapper .vip-card, .vip-card-wrapper .cs-warning {
    border-radius: 10px;
    overflow: hidden;
}
.vip-card-wrapper .vc-header {
    background: #01b0f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.vc-header .vc-header-logo {
    width: 40%;
}
.vc-header p {
    width: 60%;
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 10px;
}
.vip-card-wrapper .vc-header img {
    max-width: 150px;
    width: 100%;
}
.vip-card .vc-body {
    background: #ffffb7;
    padding: 30px 20px;
}
.vip-card .vc-body h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}
.vip-card .vc-body > p {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: column;
}
.vip-card .vc-body > p > span:first-child, .vip-card .vc-body > p > span:last-child {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
}
.vip-card .vc-body > p > span:last-child{
    color: #2CA6E0;
}
.vip-card .vc-body > p > span:first-child{
    margin-bottom: 5px;
}
.vip-card.cs-expired .vc-body > p:last-child > span {
    color: #dd3333;
}

.cs-day-box {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 300px;
    border-radius: 5px;
    background: #f3f3f3;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    padding: 10px 0px;
}
.cs-day-box .cs-day {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 500;
}
@media (max-width:600px){
    .vc-header .vc-header-logo{
        width: 45%;
    }
    .vip-card-wrapper .vc-header img{
        max-width: 110px;
    }
    .vc-header p{
        width: 55%;
        top: 7px;
        font-size: 22px;
    }
    .vip-card .vc-body h3{
        font-size: 30px;
        margin-top: 10px;
    }
    .vip-card .vc-body > p{
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media(max-width: 450px){
    .vip-card-wrapper{
        padding: 10px;
    }
    .vc-header .vc-header-logo{
        width: 120px;
    }
    .vip-card-wrapper .vc-header img{
        max-width: 100px;
    }
}