@font-face {
    font-display: swap;
    font-family: 'proxima-nova';
    src: url(../fonts/proximanova-regular.otf)
}

* {
    margin: 0;
    padding: 0
}

::selection {
    background-color: #651e7c;
    color: #fff
}

body {
    font-family: 'proxima-nova', Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%;
    max-height: 100%;
    border: none
}

li, ol, ul {
    list-style: none;
    list-style-type: none
}

a, button, input {
    outline: 0 !important;
    blr: expression(this.onFocus=this.blur())
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #651e7c;
    text-decoration: none
}

/* img:not(.emoji) {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: none!important
} */
.table-content {
    width: 100%;
    overflow: auto
}

.table {
    font-size: 16px;
    background-color: #e6e6e6
}

.table td, .table th {
    border: 2px solid #fff;
    font-size: 15px
}

.table thead th {
    border-bottom: 2px solid #fff;
    background-color: #ccc
}

.trans {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.elementor-location-header .features {
    float: right;
    width: 100px;
    height: 40px;
}

.elementor-location-header .f_btn {
    display: block;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #555;
    text-decoration: none
}

.elementor-location-header .f_search .f_btn {
    width: 43px;
    padding-left: 22px;
    background: url(../img/search_btn.png) no-repeat left
}

.elementor-location-header .f_search form {
    opacity: 0;
    position: absolute;
    top: 21px;
    right: 0;
    width: 250px;
    height: 39px;
    background: #fff;
    border-bottom: 1px solid #9cc6cd;
    pointer-events: none;
    transform: translateY(-50%)
}

.elementor-location-header .f_search.open form {
    opacity: 1;
    pointer-events: auto
}

.elementor-location-header .f_search form input.text {
    padding-left: 10px;
    width: 80%;
    height: 100%;
    background: 0 0;
    border: 0;
    box-sizing: border-box
}

.elementor-location-header .f_search form input.sub_btn {
    width: 15%;
    height: 100%;
    background: url(../img/search_btn.png) no-repeat center/50% auto;
    border: 0
}

.article_feedback .rows {
    padding: 10px 2%;
    position: relative
}

.article_feedback .rows.input_rows {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box
}

.article_feedback .rows .input {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    color: #888;
    text-indent: 10px;
    box-sizing: border-box
}

.article_feedback .rows textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
    font-size: 12px;
    color: #888;
    box-sizing: border-box
}

.article_feedback .rows .fc_red {
    margin-right: 8px;
    position: absolute;
    right: 0;
    bottom: 7px;
    z-index: 1
}

.article_feedback .rows.input_rows .fc_red {
    bottom: 18px
}

.article_feedback .rows .form_button {
    padding: 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #222;
    color: #fff;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
}

.article_feedback .rows.textarea_rows {
    clear: both
}

.article_feedback .rows .input, .article_feedback .rows textarea {
    font-family: microsoft yahei;
    font-size: 14px
}

.article_feedback .rows input[type=text]:focus {
    border: solid 1px #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.article_feedback .rows textarea:focus {
    border: solid 1px #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.article_feedback .rows .input, .article_feedback .rows textarea {
    border: 1px solid rgb(118, 118, 118);
}

.article_feedback .rows input[type=text]:focus, .article_feedback .rows input[type=email]:focus, .article_feedback .rows select:focus, .article_feedback .rows textarea:focus {
    outline: 0;
    border: solid 1px #651e7c;
    box-shadow: 0 0 0 0.2rem #651e7c66;
}

.article_feedback .rows textarea {
    padding: 10px;
}

.article_feedback .wpcf7-not-valid-tip {
    position: absolute;
}

.article_feedback .rows .form_button {
    background: #651e7c;
    border-radius: 4px;
}

.elementor-widget-text-editor p a, .elementor-widget-text-editor p a:visited {
    color: #651e7c;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    justify-content: space-between;
}

.woocommerce .flex-viewport {
    width: calc(100% - 17%) !important;
}

.woocommerce .flex-control-thumbs {
    order: -1 !important;
    width: 15% !important;
}

.woocommerce .flex-control-thumbs li {
    width: 100% !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 13%;
}

.woocommerce div.product div.flex-direction-nav {
    position: absolute;
}

.woocommerce div.product div.flex-direction-nav {
    display: none !important;
}

.woocommerce .product-attributes li {
    color: #888;
    font-size: 16px;
    overflow: hidden;
    line-height: 30px;
}

.woocommerce .product-attributes li strong {
    color: #191919;
    font-weight: 500;
    margin-right: 6px;
}

.form-container label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1.2rem
}

.form-container label span {
    color: #651e7c
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbcecd;
    box-sizing: border-box;
    font-family: microsoft yahei
}

.form-container .btn {
    display: block;
    margin: 10px auto;
    color: #fff;
    border: 0
}

.btn-orange {
    background-color: #651e7c;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px
}

.product-child-menu {
    text-align: center;
    font-size: 0;
    border-bottom: solid 1px #ccc;
    padding-top: 10px;
}

.product-child-menu h3 {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: auto;
    display: inline-block;
    transition: all .5s;
    bottom: -1px;
    margin-bottom: 0 !important;
}

.product-child-menu h3 a {
    display: block;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    transition: all .5s;
    text-decoration: none;
    font-weight: 400;
    color: #666;
}

.product-child-menu h3 a.on {
    color: #651e7c;
    border-bottom: 2px solid #651e7c;
    font-weight: 700;
}

.jdw-faq-item .elementor-widget-theme-post-title {
    cursor: pointer;
}

.jdw-faq-item.active .elementor-heading-title {
    color: #651e7c !important;
}

.jdw-faq-item .elementor-widget-theme-post-content {
    display: none;
}

.jdw-faq-item div.ico {
    right: 10px;
    width: 18px;
    height: 18px;
    display: block;
    background: url(../img/add-google.svg) no-repeat 0 center;
}

.jdw-faq-item.active div.ico {
    background: url(../img/remove-google.svg) no-repeat 0 center;
}

.jdw-faq-item.active .elementor-widget-theme-post-content {
    display: block;
}

.product.card .card-title a {
    color: #651e7c;
}

.product.card .card-text {
    color: #3c434a;
}

.product.card .btn-primary {
    color: #FFF;
    background-color: #651e7c;
    border-color: #651e7c;
}

.post-content, .post-content div, .post-content ol, .post-content p, .post-content ul {
    font-size: 16px;
    margin: 0 0 .8em;
    line-height: 160%
}

.post-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700
}

.post-content h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.post-content ul {
    list-style-type: disc;
    padding-left: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.post-content ul li {
    list-style-type: disc;
    list-style-position: outside;
}

.post-content ul li p {
    margin: 0;
}

.post-content p {
    line-height: revert;
    margin: revert;
    font-size: revert;
    color: #3c434a;
    white-space: pre-wrap;
}

.post-content h2, .post-content h3 {
    margin-top: 1.3em;
}

.post-content h3 {
    font-size: 18px;
}

.post-content p a, .post-content p a:visited {
    color: #651e7c;
    border-bottom: 1px dashed #651e7c;
    padding-bottom: 2px;
}

.post-content p a:hover {
    color: #333;
    border-bottom: 1px dashed #333;
}

.post-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.post-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

.post-content h5, .post-content h6 {
    font-size: 1rem;
    font-weight: 600;
}

.jdw-sidebar-title .elementor-heading-title {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    padding: 0 7px 7px;
    margin-bottom: 20px;
    font-size: 22px;
}

.jdw-sidebar-title .elementor-heading-title:after, .jdw-sidebar-title .elementor-heading-title:before {
    box-sizing: inherit;
    display: block;
    height: 1px;
    position: absolute;
    z-index: 0;
}

.jdw-sidebar-title .elementor-heading-title::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 40%;
    z-index: 1;
    background: #651e7c;
}

.jdw-sidebar-title .elementor-heading-title::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: #c7c7c780;
}

.jdw-tag-cloud a {
    float: left;
    margin: 0 9px 9px 0;
    padding: 7px 14px;
    font-weight: 200;
    text-decoration: none;
    border-radius: 3px;
    letter-spacing: 1px;
    border: none;
}

.jdw-tag-cloud a, .jdw-tag-cloud a:visited {
    color: #333;
    background-color: #f3f3f3;
}

.jdw-tag-cloud a:hover {
    color: #fff;
    background-color: #651e7c;
}

.the-author-bio-box-main {
    margin: 12px 0;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
}

.the-author-bio-box-main .author-bio-link {
    display: inline-flex;
}

.the-author-bio-box-main .author-bio-link a,
.the-author-bio-box-main .author-bio-link a:visited {
    color: #651e7c !important;
    text-decoration: none;
}

.the-author-bio-box-main .author-bio-link a {
    display: flex;
    align-items: center;
}

.the-author-bio-box-main .author-bio-link a svg {
    fill: #000;
}

.the-author-bio-box-main .author-bio-link a:hover {
    text-decoration: underline;
}

.jdw-home-tabs .elementor-widget-image {
    display: none;
}

.jdw-home-tabs .jdw-home-tabs-tab {
    cursor: pointer;
    position: relative;
}

.jdw-home-tabs .elementor-widget-image.active {
    display: block;
}

.jdw-home-tabs .jdw-home-tabs-tab.active {
    background-color: #651e7c !important;
}

.jdw-home-tabs .jdw-home-tabs-tab.active .elementor-heading-title {
    color: #FFF !important;
}

.jdw-home-tabs .jdw-home-tabs-tab.active .elementor-widget-text-editor {
    color: #FFF !important;
}

.jdw-home-tabs-tab:after {
    top: 50%;
    opacity: 0;
    left: -19px;
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 11px 0;
    transform: translateY(-50%) rotate(90deg);
    border-color: #651e7c transparent transparent transparent;
}

.jdw-home-tabs .jdw-home-tabs-tab.active:after {
    opacity: 1;
}

@media screen and (max-width:768px) {
    .article_feedback .rows.input_rows {
        width: 100%;
        float: none;
    }

    .article_feedback .rows .form_button {
        width: 100%;
    }

}
