.menu-profile-image-container {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
}

.user-profile-image-container {
    display: block;
    width: 100%;
    text-align: center;
}

.user-profile-image {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 50% !important;
}

.haircation-listing-container #searchform {
    display: inline-block;
}

.haircation-listing-container #searchform input[type=text] {
    padding: 9px;
    border: 2px solid #e1e1e1;
    min-width: 200px;
    margin-right: 5px;
}

.haircation-listing-container input[type="submit"] {
    border-width: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 25px;
}

.haircation-search-container {
    text-align: center;
    margin-bottom: 20px;
}

.haircation-search-container h3 {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

/* .product-category-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
} */

/* .product-category-navigation li {
    cursor: pointer;
    display: inline-block;
    color: var(--e-global-color-54a1ed6 );
    border: 2px solid var(--e-global-color-54a1ed6 );
    padding: 7px 15px;
    border-radius: 100px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-category-navigation li.active, .product-category-navigation li:hover {
    color: white;
    background: var(--e-global-color-54a1ed6 );
} */


/* 
.product-category-navigation h3 {
    color: white !important;
    text-align: center;
} */


.product-category-navigation {
    background: #eeeeee;
    border-width: 0px;
    padding: 12px;
}

.product-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
    list-style: none;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.product-listing img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

.product-body {
    padding: 15px;
    /* padding-bottom: 38px; */
}

.product-listing li {
    background: white;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    position: relative;
    padding-bottom: 65px;
    transition: all .2s ease-in-out; 

}

.product-listing .views {
    float: left;
}

.product-listing .date-created {
    float: right;
}

.product-listing .play-icon {
    /* font-size: 25px; */
    /* margin-bottom: 10px; */
}

.product-listing li.access-false {
    background: #ebebeb;
    opacity: .8;
}

.product-footer {
    position: absolute;
    bottom:15px;
    width: calc( 100% - 30px );
}

.product-listing .instructor {
    margin-bottom: 20px;
    display: block;
}

.product-listing .verified {
    height: 15px !important;
    width: 15px !important;
    position: relative;
    top: 4px;
    margin-right: 3px;
}



.product-listing li:hover {
    opacity: 1;
    transform: scale(1.015); 
}

.mentor-button-display {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.product-listing .call-to-action-button, .product-listing .call-to-action-button:hover,
.mentor-button-display a, .mentor-button-display a:hover
{
    border: 2px solid var( --e-global-color-54a1ed6 ) !important;
    border-radius: 100px;
    padding: 5px 15px;
    margin-bottom: 10px;
    display: inline-block;
    color: var( --e-global-color-54a1ed6 ) !important;
}

.mepr-submit, .mepr-submit:hover {
    border: 2px solid var( --e-global-color-842bbf8 );
    border-radius: 100px;
    padding: 5px 15px;
    /* margin-bottom: 10px; */
    display: inline-block;
    color: var( --e-global-color-54a1ed6 );
    font-weight: 500;
}


.haircation-listing-container .pagination {
    display: block;
    margin-top: 45px;
    list-style: none;
    padding: 0px;
    text-align: center;
}

.haircation-listing-container  .pagination li {
    color: var(--e-global-color-54a1ed6 );
    border: 2px solid var(--e-global-color-54a1ed6 );
    display: inline-block;
    border-radius: 100px;
    margin: 5px;
    width: 35px;
    height: 35px;
    line-height: 31px;
    cursor: pointer;
}

.haircation-listing-container .pagination li.active, .haircation-listing-container .pagination li:hover {
    color: white;
    background: var(--e-global-color-54a1ed6 );
}

#my-account-home-shortcode h2 {
    font-size: 22px;
    margin-bottom: -15px;
}

#my-account-home-shortcode form {
    background: rgba(255,255,255,.6);
    border-width: 0px !important;
}

#my-account-home-shortcode .woocommerce-button {
    background: var(--e-global-color-842bbf8 );
    border-radius: 100px;
    border: 2px solid var(--e-global-color-842bbf8 );
    font-size: 16px;
    
    color: var( --e-global-color-54a1ed6 );
    float: none;
    margin-right: 0px;
    min-width: 215px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

#my-account-home-shortcode .woocommerce-button:hover {
    background-color: var(--e-global-color-eb2090f );
    border-color: var(--e-global-color-eb2090f );
    color: var( --e-global-color-54a1ed6 );
}

#my-account-home-shortcode .lost_password {
    text-align: center;
}

#my-account-home-shortcode .woocommerce-form .form-row {
    text-align: center;
}

#my-account-home-shortcode .woocommerce-form-login__rememberme {
    margin-top: 22px;
}

#my-account-home-shortcode .button:not(.button-confirm):after {
    font-size: 26px;
}

.single-product .button:not(.button-confirm):after {
    display: none !important;
}

.checkout-button, #place_order, .checkout-button:hover, #place_order:hover {
    background: var(--e-global-color-842bbf8 ) !important;
    border: 2px solid var(--e-global-color-842bbf8 ) !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: var( --e-global-color-54a1ed6 ) !important;
}

#order_review_heading {
    margin-top: 45px;
}

.select2-container--default .select2-selection--single {
    background: #eeeeee !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    height: 55px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px !important;
}

.single-product .verified {
    height: 15px !important;
    width: 15px !important;
    position: relative;
    top: 4px;
    margin-right: 3px;
    display: none;
}


.watched-button {
    background: var(--e-global-color-842bbf8 ) !important;
    border: 2px solid var(--e-global-color-842bbf8 ) !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: var(--e-global-color-54a1ed6 ) !important;
    top: 12px;
    position: relative;
    text-transform: uppercase;
    padding: 8px 15px;
}

.watched-button.unplayed {
    opacity: 0.5;
}

/* my account css */
.woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-navigation a:hover {
    color: var(--e-global-color-54a1ed6 ) !important;
    border: 2px solid var(--e-global-color-54a1ed6 );
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation .is-active a {
    font-weight: bold;
}

#mepr-account-nav a, #mepr-account-nav a:hover {
    color: var(--e-global-color-54a1ed6 );
    border: 2px solid var(--e-global-color-54a1ed6 );
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 10px;
}

.profile-container img {
    height: 250px !important;
    width: 250px !important;
    object-fit: cover;
    border-radius: 50% !important;
    margin-bottom: 15px;
}

.profile-container {
    text-align: center;
}
.profile-container h1 {
    text-transform: capitalize !important;
}

#profile-image {
    position: absolute;
    height: 250px;
    width: 250px;
    margin-left: -250px;
    border-radius: 50%;
    opacity: 0;
}

.edit-image-button {
    border-width: 0px;
    padding: 10px 15px;
    font-weight: 500;
    position: absolute;
    margin-top: 190px;
    margin-left: -182px;
    opacity: .8;
    cursor: pointer;
    display: none;
}

#save-profile-image, #image-saved {
    border-width: 0px;
    padding: 10px 15px;
    font-weight: 500;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}



.menu-profile-image {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.product-category-navigation-wrapper {
    text-align: center;
}

.product-category-navigation-wrapper h3 {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -9px;
}

.product-category-navigation-wrapper .nice-select {
    display: inline-block;
    float: none;
}

.nice-select .current {
    /* margin-top: -10px; */
    position: relative;
    top: -11px;
}

.nice-select.product-category-navigation {
    border: 2px solid #e1e1e1;
    border-radius: 0px;
    
}

.nice-select .list {
    border-radius: 0px !important;
    margin-top: 3px !important;
    border-width: 0px !important;
    margin-left: -1px !important;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%) !important;
}

#home-logged-out-header .u-column2 {
    display: none !important;
}

#home-logged-out-header .u-column1 {
    margin: 0 auto;
    float: none;
}

#home-logged-out-header .u-column1 h2 {
    text-align: center;
}



/* refine workspace page */
.ld_course_grid .btn {
    background: var(--e-global-color-842bbf8 ) !important;
    border-width: 0px !important;
    color: var(--e-global-color-54a1ed6) !important;
    font-weight: 600 !important;
    padding: 10px !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    color: var(--e-global-color-54a1ed6) !important;

}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    background: var(--e-global-color-54a1ed6) !important;
}

.meet-your-mentor-button {
    color: var(--e-global-color-54a1ed6 ) !important;
    background-color: var(--e-global-color-842bbf8 );
    border-radius: 100px 100px 100px 100px;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: 500;
    display: inline-block;
    float: right;
    text-align: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 50px;
}

.mentor-image {
    height: 78px !important;
    width: 78px !important;
    object-fit: cover !important;
    border-radius: 100% !important;
    border: 3px solid white !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2) !important;
    position: absolute !important;
    margin-left: -84px !important;
    margin-top: -15px !important;
}

.mentor-first-name {
    font-style: italic;
    font-weight: bold;
}

.ld-course-list-items .ld_course_grid .thumbnail.course {
    border-width: 0px !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.05);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


@media only screen and (max-width: 767px) {
    /* .product-category-navigation {
        grid-template-columns: 1fr 1fr;
    }    */

    .product-listing {
        grid-template-columns: 1fr 1fr;
    }

    .meet-your-mentor-button {
        float: left !important;
        margin-left: 30px !important;
        margin-top: -15px !important;
        margin-bottom: 15px !important;
    }
}

.learndash-cpt #content {
    margin-top: 45px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 600px) {
    /* .product-category-navigation {
        grid-template-columns: 1fr;
    }    */
    .product-listing {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 335px) {
    .haircation-listing-container #searchform input[type=text] {
        margin-bottom: 10px;
    }
}