.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box:after,
       .wc-contact-form .cxc-upload::after {
        content: 'Keine Datei ausgewählt';
        position: absolute;
        top: 50%;
        left: 100px;
        transform: translateY(-50%);
        background: #ffff;
        padding: 5px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        font-family: "Open Sans", Sans-serif;
        pointer-events: none;
    } 

    html[lang="en"] .hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box:after,
    html[lang="en"] .wc-contact-form .cxc-upload::after {
        content: 'No file selected';
    }
    .hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box.active:after,
    .wc-contact-form .cxc-upload.active::after  {
        display: none;
    }
    .wc-contact-form .cxc-upload,
    .hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box {
        position: relative;
    }


    .wc-contact-form .elementor-field-type-upload label.elementor-field-label {
       display: block;
       width: 100%;
       font-family: "Open Sans", Sans-serif !important;
       font-size: 16px;
       font-weight: 600 !important;
       color: #4b4f58;
       margin-bottom: 10px;
   }
   .woocommerce nav.woocommerce-pagination ul li a
   ,
   .woocommerce nav.woocommerce-pagination ul li span{
    font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: 2px solid #c89961;
}
.wc-contact-form input#form-field-field_c095bab {
    background-color: #fff;
    border: 1px solid #c89961;
    padding: 12px 10px;
    width: 100%;
    max-width: 334px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
    font-family: "Open Sans", Sans-serif;
}
.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box .certificate_file{
    color: #fff
}
.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box.active .certificate_file,
.wc-contact-form .cxc-upload.active input#form-field-field_c095bab {
    color: #000;
}
.wc-contact-form input#form-field-field_c095bab::file-selector-button{
    visibility: hidden;
}
.wc-contact-form .cxc-upload::before {
 content: "\f093";
 position: absolute;
 top: 50%;
 left: 30px;
 transform: translateY(-50%);
 font-size: 22px;
 color: #c89961;
 pointer-events: none;
 transition: 0.3s all ease;
 z-index: 9;
 font-weight: 900;
 font-family: "Font Awesome 6 free";
}



form.woocommerce-ordering {
    display: none !Important;
}
footer .elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.wc-hero-video {
    height: 39.5vw;
}
ul.products li.product-type-simple:first-child .astra-shop-summary-wrap .short_descrition {
    min-height: 0px;
}


/* .wc-main-producte-section .elementor-background-video-container.elementor-invisible {
visibility: visible !important;
opacity: 1 !important;
} */
/* single product css */ 
body.archive.post-type-archive .astra-shop-summary-wrap .woocommerce-product-rating,
body.page-id-16257  .astra-shop-summary-wrap .woocommerce-product-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.product .count {
    font-size: .857em;
}
body.archive.post-type-archive .astra-shop-summary-wrap .woocommerce-product-rating .star-rating,
body.page-id-16257 .astra-shop-summary-wrap .woocommerce-product-rating .star-rating {
    display: block !important;
    margin: 0 !important;
}
.woocommerce .woocommerce-Reviews {
    display: flex;
    flex-direction: column-reverse;
}
.woocommerce #reviews #comments ol.commentlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin: 20px 0;
    position: relative;
}
.woocommerce #reviews #comments ol.commentlist::before {
    content: '';
    display: block;
    background-image: url(../images/active-madicus.gif) !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
    width: 100px;
    height: 100px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff96;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist.active::before,
.woocommerce #reviews #comments ol.commentlist.active::after {
    display: block;
}
.woocommerce #reviews #comments ol.commentlist li.comment {
    margin: 0;
    background: #f4f4f8;
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 0px #e5e5e5;
    transition: 0.5s all ease;
    border: 5px solid #e5e5e5;
}
.woocommerce #reviews #comments ol.commentlist li.comment:hover {
    box-shadow: 0px 0px 0px #c8996152;
}

.woocommerce #reviews #comments ol.commentlist li.comment .comment-text {
    padding: 0;
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li.comment img.avatar {
    position: unset;
    float: none;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li.comment .comment-text .woocommerce-review__author {
    display: block;
    color: #333;
}
.woocommerce #reviews #comments ol.commentlist li.comment .comment-text .woocommerce-review__published-date {
    padding: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li.comment .comment-text p.meta {
    line-height: normal;
    margin-top: 6px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    margin: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    word-break: break-word;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    font-family: "ABeeZee", Sans-serif;
    font-weight: 500;
    background: #ca9b63;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
}
.woocommerce #review_form #respond .form-submit input:hover {
    background: #929383;
}
.acc-container .acc .acc-head {
    padding: 10px;
}

.acc-container .acc .acc-head p {
    font-size: 18px;
}

.acc-container .acc .woocommerce.acc-content {
    padding: 20px;
}
.woocommerce .woocommerce-Reviews #review_form_wrapper textarea#comment {
    resize: none;
}
.woocommerce .woocommerce-Reviews div#comments nav.woocommerce-pagination ul.page-numbers li .page-numbers:not(.dots):focus,
.woocommerce .woocommerce-Reviews div#comments nav.woocommerce-pagination ul.page-numbers li .page-numbers:not(.dots):hover,
.woocommerce .woocommerce-Reviews div#comments nav.woocommerce-pagination ul.page-numbers li span.current {
    color: #fff;
}
.woocommerce .woocommerce-Reviews div#review_form_wrapper div#review_form {
    background: #fff;
}
.woocommerce .woocommerce-Reviews div#comments p.woocommerce-noreviews {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    margin: 10px 0 0;
    padding: 5px 10px;
    border: 1px solid;
    color: #ff0000b3;
    background: white;
    border-radius: 5px;
    border-left-width: 3px;
}
.woocommerce #reviews .comment-form-rating {
    display: flex;
    vertical-align: middle;
    margin: 15px 0;
    padding: 30px 20px;
    background: #e8dcd0;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    flex-direction: column;
}
.woocommerce #reviews .comment-form-rating .stars a:focus {
    outline: none;
}
.woocommerce #reviews .comment-form-rating .stars a {
    font-size: 20px;
}
.woocommerce #reviews .comment-form-rating .stars a,
.woocommerce #reviews .comment-form-rating .stars a:hover {
    color: #c89961;
}
.woocommerce #reviews #review_form #respond p.form-submit {
    text-align: right;
}
/* .woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email{
    display: inline-block;
    }  */

/* Single Title Review */
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1.2em;
    width: 6.4em;
    font-family: star;
    color: #CA9B63 !important;
    margin-top: 7px !important;
    font-weight: 500;
}
.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #CA9B63 !important;
    font-family: star;
    letter-spacing: 3px;
}
.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #CA9B63 !important;
    font-family: star;
    letter-spacing: 3px;
}
a.woocommerce-review-link {
    font-weight: 600;
    font-size: 17px;
}


.gt_switcher.notranslate {
    width: auto;
}
/* Single Title Review */


@media only screen and (max-width: 600px) {
    .woocommerce #reviews #comments ol.commentlist {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 475px) {
    .woocommerce #reviews #comments ol.commentlist {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* single product css */

/* FixingmMenu toggle SVG Size*/
.jet-mobile-menu__toggle-icon svg,
.jet-mobile-menu__back svg,
.jet-dropdown-arrow svg{
    width: 18px;
    height: 18px;
}

.cxc-total-star-rating .cxc-stars {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.cxc-total-star-rating .cxc-stars a::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: WooCommerce;
    content: '\e021';
    text-indent: 0;
    transform: translate(-50%, -50%);
}
.cxc-total-star-rating .cxc-stars span {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.cxc-total-star-rating .cxc-stars a {
    color: #c89961;
    position: relative;
    height: 1.2em;
    width: 1.2em;
    text-indent: -999em;
    display: block;
    text-decoration: none;
    font-size: 18px;
}
.cxc-total-star-rating .cxc-stars a:focus{
    outline: none;
}
.cxc-total-star-rating .cxc-stars.selected a:not(.active)::before {
    content: '\e020';
}
.cxc-total-star-rating .cxc-stars.selected a.active~a::before {
    content: '\e021';
}
.cxc-total-star-rating .cxc-stars.selected a.active::before {
    content: '\e020';
}

.cxc-total-star-rating .cxc-main-bar {
    position: relative;
    display: block;
    width: 190px;
    height: 100%;
    margin: 0 10px 0 0;
    vertical-align: middle;
    border: 1px solid #ca9b63;
    border-radius: 5px;
}
.cxc-total-star-rating .cxc-process-bar {
    height: 100%;
    font-size: 12px;
    line-height: normal;
    background: #ca9b63;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    color: #333;
    padding: 2px 5px;
    font-weight: 500;
}
.cxc-total-star-rating .cxc-main-bar:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #ca9b63;
    opacity: 0.3;
    transition: width 0.35s ease;
}

.cxc-total-star-rating .cxc-stars .star-wise-comments {
    font-size: 14px;
    color: #4b4f58;
    font-weight: 400;
}

.cxc-total-star-rating .cxc-stars .star-wise-comments {
    font-size: 14px;
    color: #4b4f58;
    font-weight: 400;
}

.cxc-rating-wrap {
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap;
}

.cxc-rating-wrap .cxc-based-rating .woocommerce .woocommerce-product-rating .star-rating {
    float: inherit;
    margin: 0 0 10px !important;
}

.cxc-rating-wrap .cxc-based-rating {
    width: 100%;
}

.cxc-rating-wrap .cxc-total-star-rating {
    margin: 20px 0;
    width: calc(100% - 211px);
}
.cxc-total-star-rating .cxc-stars:hover {
    cursor: pointer;
}
.cxc-rating-wrap .cxc-button a.cxc-replay {
    font-family: "ABeeZee", Sans-serif;
    font-weight: 500;
    background: #ca9b63;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
}
.cxc-rating-wrap .cxc-button {
    margin-top: 20px;
    margin-left: 20px;
}
.cxc-rating-wrap .cxc-button a.cxc-replay:hover{
    background: #929383;
}

.woocommerce #review_form_wrapper form#commentform p.comment-form-author, .woocommerce #review_form_wrapper form#commentform p.comment-form-email{
    float: left;
    width: 50%;
}
.woocommerce #review_form_wrapper form#commentform p.comment-form-author{
    padding-right: 10px;
}
#review_form_wrapper form#commentform .comment-form-rating{
    clear: both;
}

div#review_form_wrapper .order-detail-Other .upload-file-group div#review_image_file {
    border: 2px dashed #ca9b63;
    border-radius: 5px;
    margin: 15px 0;
}
.order-detail-Other .upload-file-group label {
    font-size: 15px;
}
#review_form_wrapper form#commentform p.comment-form-comment_title label {
    display: block;
    font-size: 15px;
}

#review_form_wrapper form#commentform p.comment-form-comment_title input#comment_title {
    width: calc(50% - 10px);
}
.order-detail-Other .dz-preview {padding: 0;text-align: center;margin: 8px;}

.order-detail-Other .dz-preview .dz-image {
    border: 1px solid #ca9b63;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-detail-Other .dz-preview a.dz-remove {
    border: 1px solid #ca9b63;
    border-radius: 3px;
    text-decoration: none;
    color: #ca9b63;
    padding: 5px;
    display: inline-block;
    margin: 8px auto 0;
    line-height: normal;
}

.woocommerce #review_form_wrapper form.comment-form p.comment-form-author,
.woocommerce #review_form_wrapper form.comment-form p.comment-form-email,
#review_form_wrapper form.comment-form .comment-form-rating,
#review_form_wrapper form.comment-form p.comment-form-comment,
#review_form_wrapper form.comment-form p.comment-form-comment_title,
#review_form_wrapper form.comment-form .order-detail-Other,
#review_form_wrapper form.comment-form .form-submit{
    display: none;
}

@media only screen and (max-width: 767px) {
    .cxc-rating-wrap .cxc-button {
        margin: 0px;
    }
    .cxc-rating-wrap .cxc-total-star-rating{
        width: 100%;
    }
    .cxc-total-star-rating .cxc-stars a {
        height: 1em;
        width: 1em;
        font-size: 14px;
    }
    .wc-hero-video {
        height: 40vw;
    }
}
@media only screen and (max-width: 575px){
    .cxc-total-star-rating .cxc-main-bar {

        width: 110px;
    }
}

.wc-comments.active #comments { width: 100%; }
