
 .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 , body.page-id-64950 .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 ,body.page-id-64950 .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(https://www.activemedicus.com/wp-content/uploads/2023/02/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;
    }
}
        </style>
        <?php
    }


add_action('wp_head', 'wc_customize_admin_style_frontend');

span,label,input,a,p{
	font-family: "Open Sans", Sans-serif;
}

h2,h3{
	font-family: "ABeeZee", Sans-serif;
}

.wc-hide{
	display: none;
}

.hfeed .therapist_reg_wrap{
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 4px 1px #dadae5;
	padding: 40px;
	background-color: #fff;
	margin: 50px 0;
}




.hfeed .therapist_reg_wrap .wl_login_frm{
	border:1px solid #dadae5;
	border-radius: 5px;
	padding: 30px;
	margin-right: 20px;
}

.hfeed .therapist_reg_wrap .wl_login_frm h3{
	font-weight: 700;
	color: #c89961;
	border-bottom: 1px solid #c89961;
	padding-bottom: 10px;
	margin-bottom: 20px;

}

.hfeed .therapist_reg_wrap .wl_login_frm p{
	font-weight: 600;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form .log_user label{
	display: none;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form .log_user input,
.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form .log_pass input{
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #dddddd;
	text-align: left;
	margin-bottom: 20px;
	font-family: "Open Sans", Sans-serif;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form .log_user input::placeholder,
.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form .log_pass input::placeholder{
	font-weight: 500;
	font-size: 14px;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form .log_user input:focus-visible{
	outline: 0px;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form .log_pass input:focus-visible{
	outline: 0px;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form .log_pass label{
	display: none;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form button{
	margin-bottom: 10px;
	position: relative;
	border-radius: 3px 3px 3px 3px;
	padding: 9px 20px 9px 20px;
	color: #fff;
	background-color: #c89961;
	font-family: "ABeeZee", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form button:hover{
	background-color: #929383;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form button.active .wc-loader-spin{
	display: block;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form button .wc-loader-spin{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: none;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .log-reg-link p{
	margin-bottom: 5px;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .login_form_main div[button="lost-password"] {
	text-align: start !important;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .log-forget-password-link .lost_password_form .form-row-first{
	margin-bottom: 5px;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .log-forget-password-link .lost_password_form .form-row-first label{
	display: none;
}

.hfeed .therapist_reg_wrap .wl_login_frm .wc-login-form .log-forget-password-link .lost_password_form .form-row-first input{
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	max-width: 300px;
	width: 100%;
	padding: 5px 20px;
	background: #f8f8fa;
	border: 1px solid #dddddd;
	text-align: left;
	margin-bottom: 10px;
}

.hfeed .therapist_reg_wrap .wl_login_frm_wrap .wl_my-advantage .list-unorder {
	margin-left: 20px;
	margin-top: 20px;
}

.hfeed .therapist_reg_wrap .wl_login_frm_wrap .wl_my-advantage .list-unorder .register-advantages-entry{
	font-weight: 500;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap{
	border: 1px solid #dadae5;
	border-radius: 5px;
	padding: 30px;
	max-width: 60%;
	width: 100%;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap h3{
	line-height: 32px;
	font-size: 22px;
	font-weight: 700;
	color: #c89961;
	border-bottom: 1px solid #c89961;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap h2{
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 24px;
	color: #c89961;
	font-family: "ABeeZee", Sans-serif;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap p{
	margin-bottom: 15px;
	font-weight: 600;
	text-align: start;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-label label{
	display: none;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-field{
	margin-bottom: 15px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-field .wc-form-input {
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #dddddd;
	text-align: left;
	margin-bottom: 5px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-field .wc-form-input:focus-visible{
	outline: 0px;
}


.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-field .wc-form-input::placeholder{
	font-weight: 500;
	font-size: 14px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-field .register_salutation{
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	text-align: left;
	margin-bottom: 5px;
	background-position: 97% 50%;
	font-weight: 500;
	font-size: 14px;
	background-color: transparent;
	font-family: "Open Sans", Sans-serif;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-field .register_salutation:focus-visible{
	outline: 0px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box{
	background-color: #fff;
	border: 1px solid #c89961;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	min-width: 200px;
	width: fit-content;
	border-radius: 5px;
	position: relative;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box .certificate_file{
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.certificate_file::file-selector-button{
	visibility: hidden;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box .certificate_file:focus-visible{
	outline: 0px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box .certificate_icon{
	position: absolute;
	top: 52%;
	left: 30px;
	transform: translateY(-50%);
	font-size: 22px;
	color: #c89961;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: 0.3s all ease;
	z-index: 9;
	text-align: start;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_file_box .wc-loader-spin{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: none;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .address-field label{
	display: none;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .address-field .country_select{
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	text-align: left;
	margin-bottom: 10px;
	background-position: 97% 50%;
	font-weight: 500;
	font-size: 14px;
	background-color: transparent;
	font-family: "Open Sans", Sans-serif;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .address-field .country_select:focus-visible{
	outline: 0px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-shipping-address{
	margin-bottom: 20px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-shipping-address .wc-checkbox span{
	margin-left: 10px;
	font-weight: 500;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-group{
	/*text-align: right;*/
	margin: 15px 0;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-group .wc-submit-btn{
	position: relative;
	color: #fff;
	background-color: #c89961;
	font-family: "ABeeZee", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 3px 3px 3px 3px;
	padding: 9px 25px 9px 25px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-group .wc-submit-btn:hover{
	background-color: #929383;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-group .wc-submit-btn.active .wc-loader-spin{
	display: block;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wc-form-group .wc-submit-btn .wc-loader-spin{
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	display: none;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-shipping-wrap .wc-form-field .shipping_salutation{
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	text-align: left;
	margin-bottom: 10px;
	background-position: 97% 50%;
	font-weight: 500;
	font-size: 14px;
	background-color: transparent;
	font-family: "Open Sans", Sans-serif;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-shipping-wrap .wc-form-field .shipping_salutation:focus-visible{
	outline: 0px;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_box{
	background-color: #fff;
	border: 1px solid #c89961;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
	min-width: 100px;
	width: fit-content;
	border-radius: 5px;
	position: relative;
}
.wc-error,
.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .wc-error{
	color: #d00022;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .wel_hide{
	display: none;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_box .certificate_img{
	position: relative;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_box .certificate_img .certificate_link {
	color: #000;
	font-size: 90px;
	line-height: 0;
} 

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_box .certificate_img .certificate_remove{
	position: absolute;
	font-size: 14px;
	top: -20px;
	right: -20px;
	background-color: #c89961;
	width: 25px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-group .wc-form-field .wc-alert{
	color: #d00022;
}

.hfeed .therapist_reg_wrap .wl_login_frm .alert{
	color: #D8000C;
	background-color: #ffbaba54;
	border-left: 2px solid #D8000C;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Open Sans", Sans-serif;
}

.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .wc-success-box p{
	color: #270;
	background-color: #22770024;
	border-left: 2px solid #270;
	padding-left: 10px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Open Sans", Sans-serif;
}

.therapist_reg_wrap .therapist_reg_frm .wl_step .wc-privacy-policy .wc-checkbox span{
	margin-left: 10px;
	font-family: "Open Sans", Sans-serif;
}


.dropdown:hover .dropdown-content {
	display: block;
	padding-top: 30px;
	margin: 0 !important;
	background: transparent;
	box-shadow: none;
}

.wc_user_icon_wrap .dropdown .dropdown-content .ui-dialog {
	position: static;
}

.wel_other.wel_item.wel_hide {
	margin-bottom: 10px;
}

.wel_other.wel_item.wel_hide p {
	margin-bottom: 0;
}

.therapist_reg_wrap .elementor-container.elementor-column-gap-default {
	align-items: flex-start;
}

/*----- Review Css Start ------*/
.acc { margin-bottom: 10px; }
.acc-head { background-color: #ca9b63; padding: 15px 10px; font-size: 22px; position: relative; cursor: pointer; }
.acc-head::before,
.acc-head::after { content: ''; position: absolute; top: 50%; background-color: #fff; transition: all .3s; }
.acc-head::before { right: 30px; width: 3px; height: 20px; margin-top: -10px; }
.acc-head::after { right: 21px; width: 20px; height: 3px; margin-top: -2px; }
.acc-head p { color: #fff; font-weight: bold; margin: 0px; }
.acc-content { padding: 15px 10px; display: none; }
.acc-head.active::before { transform: rotate(90deg); }
.acc-container .woocommerce.acc-content { border: 1px solid var(--ast-border-color); padding: 1.67em; }
/*----- Review Css End  ------*/

/*----- Checkout Css End  ------*/
body.page-id-15997 #order_review_heading{ display: none !important; }
.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal { display: none;}
/*----- Checkout Css End  ------*/

/*---media-query---*/


.custom-pagination ul.page-numbers li a,
.custom-pagination ul.page-numbers li span{
	width: 40px;
	height: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}
.reset-btn {
	border: 1px solid;
	border-style: solid;
	color: #c89961;
	border-color: #c89961;
	background-color: #f9fafa;
	border-radius: 2px;
	padding-top: 8px;
	padding-right: 39px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
}

.yith-wcaf-table-bottom-bar .woocommerce-pagination .page-numbers.current {
	border: 1px solid #c89961;
	padding: 8px 15px 8px 15px;
	margin-left: 1px;
	color: #fff;
	background: #c89961;
	font-weight: 500;
}

.yith-wcaf-table-bottom-bar .woocommerce-pagination .page-numbers {
	border: 1px solid #c89961;
	padding: 8px 15px 8px 15px;
	margin-left: 1px;
	color: #c89961;
	background: #ffffff;
	font-weight: 500;
}
.affiliate-info > p.form-row {
	margin-bottom: 0.2em !important;
}

.affiliate-info .first_div {
	margin-bottom: 2.6em;
}

.wc-privacy-policy input.wc_privacy_policy {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}

.hidden-facility p {
	display: none;
}
.astra-shop-thumbnail-wrap .jdgm-widget{
    display: none !important;
}

@media only screen and (max-width: 1199px) {
	.hfeed .therapist_reg_wrap,	
	.hfeed .therapist_reg_wrap .wl_login_frm, 
	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap{
		padding: 15px;
	}

}

@media only screen and (max-width: 1024px) {
	.hfeed .therapist_reg_wrap {
		flex-wrap: wrap;
	}

	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap {
		max-width: 100%;
		margin-top: 30px;
	}

	.hfeed .therapist_reg_wrap .wl_login_frm {
		max-width: 100%;
		width: 100%;
		margin-right: 0px;
	}

}

@media only screen and (max-width: 991px) {

	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap h2 {
		line-height: 32px;
		font-size: 22px;
	}
    body.wp-singular.page-template .wc-custom-product-bar.sticky {
        display: none;
    }
    .pagination_main_div button.wt-bulk-cart-button {
        margin: 0 !important;
    }
    .pagination_main_div.sticky {
        bottom: 0;
        left: 0;
        top: auto !important;
        position: fixed;
        width: 100%;
        margin: auto;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #e3e3e3;
        z-index: 999999;
    }
    .wt-table-content .wt-discount-wrap {
       background: #ca9b632e;
        padding: 10px;
        margin: 0 0 60px;
        border-radius: 8px;
    }

    .wt-table-content .wt-discount-wrap .wt-discount-wrapper {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
	.hfeed .therapist_reg_wrap {
		padding: 10px;
	}
	.hfeed .therapist_reg_wrap .wl_login_frm {
		padding: 10px;
	}
	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap {
		padding: 10px;
	}
	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap h3 {
		line-height: 30px;
	}
	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap h2 {
		line-height: 28px;
		font-size: 18px;
	}
	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_box .certificate_img .certificate_link {
		font-size: 45px;
	}
	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_box {
		min-width: 65px;
	}
	.hfeed .therapist_reg_wrap .wl_reg_frm_wrap .therapist_reg_frm .wl_step .wc-form-field .certificate_box .certificate_img .certificate_remove {
		width: 20px;
		height: 20px;
	}
}
