.jdw-categories-tree {
    padding: 0 5px;
}

.jdw-categories-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jdw-categories-tree ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.jdw-categories-tree ul li:last-child {
    border-bottom: 0;
}

.jdw-categories-tree ul li .cat-item-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    transition: .5s all ease;
    justify-content: space-between;
}

.jdw-categories-tree a {
    padding: 10px;
    color: #333;
    display: block;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s all ease;
    width: calc(100% - 24px);
}

.jdw-categories-tree .indicator {
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    padding: 10px 0;
    cursor: pointer;
    max-height: 44px;
    text-align: center;
    position: absolute;
}

.jdw-categories-tree .indicator > span {
    width: 24px;
    height: 24px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: .5s all ease;
}

/* 创建伪元素表示 + 和 - 号 */
.jdw-categories-tree .indicator > span::before,
.jdw-categories-tree .indicator > span::after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #333;
    transition: .5s all ease;
}

/* 初始状态下为 + 号 */
.jdw-categories-tree .indicator > span.plus::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

/* plus 类名变成 sub 类名时显示 - 号 */
.jdw-categories-tree .indicator > span.sub::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

/* - 号初始状态下隐藏 */
.jdw-categories-tree .indicator > span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* plus 类名变成 sub 类名时显示 - 号 */
.jdw-categories-tree .indicator > span.sub::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.jdw-categories-tree .cat-item-wrapper:hover,
.jdw-categories-tree .current-cat > .cat-item-wrapper {
    color: #bd2e2b;
    background-color: #FFF;
}

.jdw-categories-tree .cat-item-wrapper:hover a,
.jdw-categories-tree .current-cat > .cat-item-wrapper a {
    color: #bd2e2b;
}

.jdw-categories-tree .current-cat > .cat-item-wrapper .indicator > span::after,
.jdw-categories-tree .current-cat > .cat-item-wrapper .indicator > span::before,
.jdw-categories-tree .cat-item-wrapper:hover .indicator > span::after,
.jdw-categories-tree .cat-item-wrapper:hover .indicator > span::before {
    background-color: #bd2e2b;
}

.jdw-categories-tree ul ul {
    display: none;
    /* margin-left: 20px; */
}

.jdw-categories-tree .current-cat-ancestor > ul {
    display: block;
}

.jdw-categories-tree ul ul > li a {
    padding-left: 15px;
}

.jdw-categories-tree ul ul ul > li a {
    padding-left: 20px;
}

.jdw-blogs-footer-form .wpcf7-form {
    position: relative;
}

.jdw-blogs-footer-form .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 7px;
}

.jdw-blogs-footer-form .wpcf7-form .wpcf7-form-control-wrap:nth-child(3) {
    margin-bottom: 0;
}

.jdw-blogs-footer-form .wpcf7-form .wpcf7-form-control-wrap input {
    border: 0;
    font-size: 15px;
    padding: 11px 20px;
    border-radius: 25px;
    font-family: 'cera_promedium';
}

.jdw-blogs-footer-form .wpcf7-form  input[type="submit"] {
    right: 2px;
    bottom: 1px;
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 0;
    display: block;
    min-width: auto;
    position: absolute;
    border-radius: 25px;
    background-color: #49614f;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../imgs/send.svg');
}

.jdw-blogs-footer-form .wpcf7-form .wpcf7-spinner {
    display: none !important;
}


.jdw-form-contact {
    padding: 40px 30px 60px 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    background-color: #FFF;
}

.jdw-form-inline {
    display: flex;
    flex-wrap: wrap;
}

.jdw-form-group {
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
}

.jdw-form-group.w10 {
    width: 10%;
}

.jdw-form-group.w20 {
    width: 20%;
}

.jdw-form-group.w30 {
    width: 30%;
}

.jdw-form-group.w33 {
    width: 33.33%;
}

.jdw-form-group.w40 {
    width: 40%;
}

.jdw-form-group.w50 {
    width: 50%;
}

.jdw-form-group.w60 {
    width: 60%;
}

.jdw-form-group.w70 {
    width: 70%;
}

.jdw-form-group.w80 {
    width: 80%;
}

.jdw-form-group.w90 {
    width: 90%;
}

.jdw-form-group.submit {
    display: flex;
    align-items: center;
}

.jdw-form-contact .wpcf7-submit {
    color: #FFF;
    font-size: 16px;
    border-radius: 4px;
    padding: 12px 30px;
    background-color: #d13339;
}

.jdw-form-contact .wpcf7-submit:hover {
    color: #FFF;
    background-color: #2e3943;
}

.jdw-form-contact lable > span {
    color: #DC2626;
}

.wpcf7 form .jdw-form-contact + .wpcf7-response-output {
    border: 0;
    margin: 0;
    left: 30px;
    bottom: 20px;
    color: #DC2626;
    position: absolute;
    width: calc(100% - 70px);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product.elementor ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff;
}

@media (max-width: 921px) {

    .jdw-form-contact {
        padding: 30px 15px 60px 15px;
    }

    .jdw-form-group.w10 {
        width: 100%;
    }

    .jdw-form-group.w20 {
        width: 100%;
    }

    .jdw-form-group.w30 {
        width: 100%;
    }

    .jdw-form-group.w33 {
        width: 100%;
    }

    .jdw-form-group.w40 {
        width: 100%;
    }

    .jdw-form-group.w50 {
        width: 100%;
    }

    .jdw-form-group.w60 {
        width: 100%;
    }

    .jdw-form-group.w70 {
        width: 100%;
    }

    .jdw-form-group.w80 {
        width: 100%;
    }

    .jdw-form-group.w90 {
        width: 100%;
    }
}