.template-details-breadcrumb{
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.template-details-breadcrumb a,
.template-details-breadcrumb span{
    font-size: 14px;
    color: #0000007A;
}


.wpb_template_content_element .template-details-left,
.wpb_template_content_element .template-details-right{
    padding-top: 24px;
}
.wpb_template_content_element .template-mobile-info{
    display: none;
}
.wpb_template_content_element .wp-website-delivery-process-row .delivery-process-columns .text{
    padding: 0;
}
.wpb_template_content_element .template-details-title{
    font-size: 24px;
    color: #141414;
    margin: 15px 0;
}
.wpb_template_content_element .template-subscription-plans{
    margin-bottom: 24px;
}
.wpb_template_content_element .template-subscription-plans__header{
    font-size: 14px;
    color:#1D2129;
    margin-bottom: 5px;
}
.wpb_template_content_element .template-subscription-plans__list{
    background-color: #F6F6F6;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 15px;
    cursor: pointer;
    border: 2px solid #0000000A;
}
.wpb_template_content_element .template-subscription-plans__list.active{
    border: 2px solid var(--primary-6, #FF7D00)
}
.wpb_template_content_element .template-subscription-plans-info{
    position: relative;
}
.wpb_template_content_element .template-radio-button{
    width: 34px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wpb_template_content_element .template-radio-button input[type="checkbox"]{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    opacity: 0;
}
.wpb_template_content_element .template-radio-button .checkbox-inner{
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #333333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
}
.wpb_template_content_element .template-radio-button .checkbox-inner::before{
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 4px;
    inset-inline-start: 21.5%;
    display: table;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: "";
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
.wpb_template_content_element .template-radio-button.checked .checkbox-inner{
    border: 1.5px solid #FF7D00;
    background-color: #FF7D00;
}
.wpb_template_content_element .template-radio-button.checked .checkbox-inner::before{
    opacity: 1;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.wpb_template_content_element .template-subscription-plans-title{
    color: #333333;
    font-size: 16px;
    padding-left: 40px;
}
.wpb_template_content_element .template-subscription-plans-text{
    color: #8D8F97;
    font-size: 12px;
    padding-left: 40px;
}
.wpb_template_content_element .template-subscription-plans-price{
    font-size: 16px;
    font-weight: bold;
    color: #F65658;
    display: flex;
    align-items: center;
}
.wpb_template_content_element .template-subscription-plans-price .original-price{
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.wpb_template_content_element .template-total-price{
    color: #1D2129;
    font-size: 14px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #0000000F;
    padding: 6px 0;
    display: flex;
    align-items: center;
    margin: 20px 0 6px;
}
.wpb_template_content_element .template-total-price .total-price{
    font-size: 24px;
    font-weight: bold;
    color: #F65658;
    margin: 0 15px;
}
.wpb_template_content_element .template-payment-support{
    font-size: 12px;
    color: #828282;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.wpb_template_content_element .payment-method svg{
    position: relative;
    top: 3px;
    margin: 0 2px;
}
.wpb_template_content_element .template-operating-button{
    display: flex;
    align-items: center;
}
.wpb_template_content_element .buy-button{
    border: 1px solid #FF7D00;
    background-color:#FF7D00;
    width: 206px;
    height: 44px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    margin-right: 12px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_template_content_element .buy-button:hover{
    color: #FF7D00;
    background-color:#ffffff;
}
.wpb_template_content_element .add-to-cart-button{
    border: 1px solid #FF6B2C;
    width: 138px;
    height: 44px;
    color: #FF6B2C;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_template_content_element .add-to-cart-button:hover{
    background-color:#FF6B2C;
    color: #ffffff;
}


.vcex-loadmore .theme-button{
    background-color: #FF7D00 !important;
}

@media only screen and (min-width: 992px){
    .wpb_template_content_element .template-media-content{
        margin-right: 36px;
    }
    .wpb_template_content_element .template-tabs-content-item{
        margin-right: 22px;
    }
    .wpb_template_content_element .template-details-inner{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .wpb_template_content_element .template-details-left{
        width: calc(100% - 300px);
        border-right: #00000014 1px solid;
    }
    .wpb_template_content_element .template-details-right{
        width: 300px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 1200px){
    .wpb_template_content_element .template-details-left{
        width: calc(100% - 350px);
    }
    .wpb_template_content_element .template-details-right{
        width: 350px;
        padding-left: 22px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .wpb_template_content_element .template-subscription-plans-text,
    .wpb_template_content_element .template-subscription-plans-title{
        padding-left: 34px;
    }
}
@media only screen and (min-width: 1400px){
    .wpb_template_content_element .template-details-left{
        width: calc(100% - 384px);
    }
    .wpb_template_content_element .template-details-right{
        width: 384px;
    }
}
@media only screen and (max-width: 1499px){
    .wpb_template_content_element .service-list-table .th4,
    .wpb_template_content_element .service-list-table .th3{
        width: 18%;
    }
    .wpb_template_content_element .service-list-table .sub-function>div{
        padding: 8px 12px;
    }
    .wpb_template_content_element .service-list-table .pro-edition>div, 
    .wpb_template_content_element .service-list-table .flagship-edition>div,
    .wpb_template_content_element .service-list-table .sub-function{
        font-size: 13px;
    }
    .wpb_template_content_element .wp-website-delivery-process-row .delivery-process-icon svg{
        width: 40px;
    }
}
@media only screen and (max-width: 1399px){
    .wpb_template_content_element .wp-website-delivery-process-row .delivery-process-icon {
        padding: 0 20px;
    }
    .wpb_template_content_element .wp-website-delivery-process-row .delivery-process-icon svg{
        width: 30px;
    }
    .wpb_template_content_element .service-list-table .pro-edition>div, 
    .wpb_template_content_element .service-list-table .flagship-edition>div,
    .wpb_template_content_element .service-list-table .sub-function{
        font-size: 12px;
    }
    .wpb_template_content_element .service-list-table .th4, .wpb_template_content_element .service-list-table .th3 {
        width: 20%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .wpb_template_content_element .template-subscription-plans__list{
        padding: 10px;
    }
    .wpb_template_content_element .template-subscription-plans-price{
        font-size: 14px;
    }
    .wpb_template_content_element .template-radio-button input[type="checkbox"],
    .wpb_template_content_element .template-radio-button .checkbox-inner{
        width: 14px;
        height: 14px;
    }
    .wpb_template_content_element .template-subscription-plans-text, 
    .wpb_template_content_element .template-subscription-plans-title{
        padding-left: 28px;
    }
    .wpb_template_content_element .template-subscription-plans-title{
        font-size: 15px;
    }
    .wpb_template_content_element .service-list-table .th1{
        width: 15%;
    }
    .wpb_template_content_element .service-list-table .module-category,
    .wpb_template_content_element .service-list-table .pro-edition>div, 
    .wpb_template_content_element .service-list-table .flagship-edition>div,
    .wpb_template_content_element .service-list-table .sub-function{
        font-size: 12px;
    }
    .wpb_template_content_element .service-list-table .sub-function>div{
        padding: 8px 10px;
    }
    .wpb_template_content_element .template-total-price span{
        font-size: 22px;
    }
    .wpb_template_content_element .buy-button{
        width: 160px;
    }
}
@media only screen and (max-width: 991px){
    .wpb_template_content_element .template-details-right{
        display: none;
    }
    .wpb_template_content_element .template-mobile-info{
        display: block;
    }
    .wpb_template_content_element .template-details-title{
        font-size: 20px;
    }
}



.wpb_template_content_element .template-media-content{
    position: relative;
}
.wpb_template_content_element .pc-featured-image,
.wpb_template_content_element .mobile-featured-image{
    display: block;
    box-shadow: 0px 4px 10px 0px #0000001A;
    -webkit-box-shadow: 0px 4px 10px 0px #0000001A;
    border: 2px solid #000;
    overflow: hidden;
    
    /*padding: 6px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #ffffff;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 15%);*/
}
.wpb_template_content_element .pc-featured-image img,
.wpb_template_content_element .mobile-featured-image img{
    -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 15%);
    width: 100%;
    /*height: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;*/
    -webkit-transition: all 2.5s ease-in-out;
    -o-transition: all 2.5s ease-in-out;
    transition: all 2.5s ease-in-out;
}
.wpb_template_content_element .pc-featured-image{
    height: 538px;
}
/*.wpb_template_content_element .pc-featured-image:hover img, 
.wpb_template_content_element .mobile-featured-image:hover img {
    -o-object-position: bottom center;
    object-position: bottom center;
}*/
@media only screen and (min-width: 992px) {
    .wpb_template_content_element .mobile-featured-image{
        width: 232px;
        height: 480px;
        position: absolute;
        right: -16px;
        bottom: -16px;
    }
}
@media only screen and (max-width: 991px){
    .wpb_template_content_element .mobile-featured-image{
        display: none;
    }
    .wpb_template_content_element .pc-featured-image{
        height: 320px;
    }
}

.wpb_template_content_element .template-preview-button{
    width: 96px;
    height: 36px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    margin: 20px 0 35px;
    font-weight: bold;
}
.wpb_template_content_element .template-preview-button .disabled{
    cursor: not-allowed;
    background-color: #F6F6F6;
    border: 2px solid #F6F6F6;
}
.wpb_template_content_element .template-preview-button a.disabled:hover{
    background-color: #F6F6F6;
    border: 2px solid #F6F6F6;
}
.wpb_template_content_element .template-preview-button a.disabled:hover span,
.wpb_template_content_element .template-preview-button .disabled span{
    color: #8D8F97;
}
.wpb_template_content_element .template-preview-button .disabled:hover svg path,
.wpb_template_content_element .template-preview-button .disabled svg path{
    stroke:#8D8F97;
}
.wpb_template_content_element .template-preview-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: inherit;
    border: 2px solid #000000;
    border-radius: 8px;
}
.wpb_template_content_element .template-preview-button span{
    color: #000000;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_template_content_element .template-preview-button svg path{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_template_content_element .template-preview-button:hover a{
    border: 2px solid #FF7D00;
    color: #ffffff;
    background-color: #FF7D00;
}

.wpb_template_content_element .template-preview-button:hover span{
    color:#ffffff;
}
.wpb_template_content_element .template-preview-button:hover svg path{
    stroke:#ffffff;
}


.wpb_template_content_element .template-tabs{
    display: flex;
    align-items: center;
}
.wpb_template_content_element .template-tabs.no-sticky{
    border-top: #00000014 1px solid;
    border-bottom: #00000014 1px solid;
    margin-bottom: 30px;
}
.wpb_template_content_element.sticky-template-tabs-content{
    border-top: #00000014 1px solid;
    border-bottom: #00000014 1px solid;
    position: fixed;
    left: 0;
    top: 69px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.wpb_template_content_element.sticky-template-tabs-content.is-sticky{
    opacity: 1;
    visibility: visible;
}
.wpb_template_content_element .template-tabs .template-tabs-item{
    font-size: 14px;
    color: #86909C;
    position: relative;
    padding: 16px 0;
    margin-right: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_template_content_element .template-tabs .template-tabs-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FF7D00;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wpb_template_content_element .template-tabs .template-tabs-item.active::after,
.wpb_template_content_element .template-tabs .template-tabs-item:hover::after{
    width: 100%;
}
.wpb_template_content_element .template-tabs .template-tabs-item.active,
.wpb_template_content_element .template-tabs .template-tabs-item:hover{
    color: #1D2129;
    font-weight: bold;
}
.wpb_template_content_element .template-tabs-content-item{
    overflow: hidden;
}

.wpb_template_content_element .gift-service-content{
    padding: 20px 0;
}
.wpb_template_content_element .gift-service-title{
    font-size: 20px;
    font-weight: 500;
    color: #303133;
    margin: 0px 0 16px;
}
.wpb_template_content_element .gift-service-grid{
    display: flex;
    gap: 15px;
    width: max-content;
}
.wpb_template_content_element .gift-service-item{
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px #0000001A;
    width: 280px;
}
.wpb_template_content_element  .service-image img{
    display: block;
}
.wpb_template_content_element .service-title{
    font-size: 14px;
    font-weight: bold;
    color: #34435B;
    padding: 18px 18px 0 18px;
}
.wpb_template_content_element .service-text{
    font-size: 12px;
    color: #8D8F97;
    padding: 0 18px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wpb_template_content_element .service-price{
    padding: 0 18px;
    margin: 18px 0 15px;
}
.wpb_template_content_element .current-price{
    font-size: 18px;
    color: #F65658;
    font-weight: bold;
}
.wpb_template_content_element .original-price{
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
    margin: 0 5px;
}
.wpb_template_content_element .user-evaluate-title{
    font-size: 20px;
    font-weight: 500;
    color: #303133;
    margin: 0px 0 16px;
}
.comments-area input[type="submit"]{
    background-color:#FF7D00;
}
.comments-area input[type="submit"]:hover{
    background-color: #ed8828;
}



/*template*/
.wbp-single-template-grid-row{
    background-color: #E4ECFF;
}
.wbp-single-template-grid-row .template-heading-title{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

@media only screen and (max-width: 1024px){
    .wbp-single-template-grid-row .template-heading-title{
        font-size: 36px;
    }
}
@media only screen and (max-width: 959px){
    .wbp-single-template-grid-row .template-heading-title{
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px){
    .wbp-single-template-grid-row .template-heading-title{
        font-size: 24px;
    }
}
@media only screen and (max-width: 479px){
    .wbp-single-template-grid-row .template-heading-title{
        font-size: 22px;
    }
}
.wbp-single-template-grid-row .template-item{
    padding: 0 24px;
    margin: 0 0 50px;
}
@media only screen and (max-width: 1199px) {
    .wbp-single-template-grid-row .template-item {
        margin: 0 0 40px;
    }
}
@media only screen and (max-width: 991px) {
    .wbp-single-template-grid-row .template-item {
        padding: 0 15px;
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 768px){
    .wbp-single-template-grid-row .related-templates-grid{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .wbp-single-template-grid-row .template-item{
        width: 50%;
    }
}
@media only screen and (max-width: 767px){
    .wbp-single-template-grid-row .template-item{
        margin: 0 0 26px;
    }
}



/* 弹窗样式 */
.cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 300px;
    text-align: center;
    position: relative;
}
.cart-popup svg{
    position: relative;
    top: 4px;
    margin: 0 2px 0 0;
}



