.course_accordion_back .accordion .card .card-body {
    background-color: #f8f8fb;
    padding: 5.5px 0 5.5px 30px;
    margin-top: 1px;
}
.course_accordion_back .card-body ul li {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    color: #333;
    padding: 10px 30px;
    font-weight: 300;
    text-transform: capitalize;
}
.course_accordion_back .card-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("https://ecom-dev.paradisolms.net/wp-content/uploads/2021/08/notes.png");
    height: 18px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
}

.course_accordion_back .accordion .card .card-header {
    background-color: #f8f8fb;
    width: 100%;
    padding: 5.5px 0 5.5px 30px;
    border: none;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    align-items: center;
}
.course_accordion_back .accordion .card .card-header p i {
    display: block;
}

.login_register_back .main_area .main_log_in_area .portion label {
    font-size: 16px !important;
    color: #30313f;
    text-transform: capitalize;
    font-weight: 300 !important;
    margin: 0;
}
.login_register_back .main_area .main_log_in_area .portion a {
    color: var(--primary-color);
    font-size: 14px !important;
    font-weight: 300 !important;
}
.login_register_back .main_area .main_log_in_area p {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    color: #30313f;
    font-size: 16px !important;
    font-weight: 300 !important;
}

/*****************************************
    CSS FOR PRODUCT COURSE PREVIEW VIDEO
******************************************/
.container-product-image {
    position: relative;
    width: 100%;
}

#productThumbnail {
    width: 100%;
    height: auto;
}

.container-product-image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #0000002b;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.container-product-image .btn svg {
    width: 100%;
    height: 100%;
}
/*************************************
    END PRODUCT COURSE PREVIEW VIDEO
**************************************/

/********************************************
    #3841 PRODUCT REVIEW & RATING CONDITIONS
*********************************************/
.rx_review_block .rx_author_info .rx_author_name h4 {
    line-height: 1.4;
}
.progressbar-title {
    color: #444 !important;
}

#ratingTitle {
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}
#purchaseTitle {
    font-weight: 500;
    color: #676767 !important;
    font-size: 16px;
}
.bg-gray {
    background-color: #f7f7f7;
}
#custPad {
    padding: 10px 16px;
}
.p-10 {
    padding: 10px;
}
.p-20 {
    padding: 20px;
}
.px-20 {
    padding: 20px 0px;
}
.px-20 h5 {
    font-weight: 500;
}
.col-12 {
    width: 100%;
}
.col-6 {
    width: 50%;
    margin: 10px;
}
.my-10 {
    margin: 10px 0px;
}
.pb-6 {
    padding-bottom: 60px;
}
.pb-9 {
    padding-bottom: 90px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
h5.login-button {
    border: 1px solid #1ba2dd;
    text-align: center;
}
h5.login-button a {
    color: black;
    display: block;
    width: 100% !important;
}
h5.login-button a:hover {
    color: #1ba2dd;
}
#reply-title {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 25px;
}
#review_title {
    margin: 10px 0px;
}

/******************************************
    END PRODUCT REVIEW & RATING CONDITIONS
*******************************************/

/******************************
    PRODUCT COMMENT FORM CSS
*******************************/
#updateComentForm_1.bg-disabled {
    background-color: #0c96c8a1;
    cursor: not-allowed;
}

#yith-become-a-vendor-submit,
#updateComentForm_1 {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-color: #0c96c8;
    border: 1px solid;
    font-weight: 400;
    font-family: "POPPINS", sans-serif;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}
.comment {
    position: relative;
}

.comment-menu {
    position: absolute;
    top: 5px;
    right: 5rem;
    background-color: white;
}

.menu {
    position: relative;
    display: inline-block;
}

.menu-button {
    background-color: #f5f6f9 !important;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.menu-button:hover {
    background-color: #0c96c8;
    font-size: 20px;
}

.menu-options {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.menu-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-options li {
    padding: 12px;
    cursor: pointer;
}

.menu-options li:hover {
    background-color: #f1f1f1;
}

.menu:hover .menu-options {
    display: block;
}

/*********************************
    END PRODUCT COMMENT FORM CSS
**********************************/
/************************
    PRODUCT GALLERY CSS
*************************/

.product-gallery-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0px;
}

.product-gallery-slider::-webkit-scrollbar {
    display: none;
}

.slider-item {
    flex: 0 0 auto;
    width: 20%;
    margin-right: 10px;
    cursor: pointer;
}

.slider-item img {
    width: 100%;
    height: 40px !important;
    object-fit: cover !important;

}
#product_thumbnail img{
    width: 100%;
    height: 200px !important;
    max-width: 940px;
    object-fit: cover !important;
}
.slider-item:hover img {
    transform: scale(1.2);
    border: 2px solid #0c96c8;
}

.slider-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 20px; /* Adjust the width as per your requirements */
    height: 20px; /* Adjust the height as per your requirements */
    color: #fff;
    background-color: #0c96c8; /* Adjust the background color as per your requirements */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.slider-arrow.left {
    left: 10px; /* Adjust the positioning as per your requirements */
}

.slider-arrow.right {
    right: 10px; /* Adjust the positioning as per your requirements */
}
.product-image-cont {
    max-height: 450px !important;
}
/***************************
   END PRODUCT GALLERY CSS
****************************/

.main-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.svg-parent {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.svg-parent svg {
    height: 30px;
}

.e-counts,
.child-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.d-grid {
    display: inline-grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 20px 20px;
}

.d-grid li {
    width: auto !important;
}

.d-grid::before,
.d-grid::after {
    content: none !important;
}

.elementor-author-box__text,
.elementor-author-box__bio {
    display: none;
}
@media (max-width: 945px) {
    .elementor-author-box {
        justify-content: center;
    }
    .elementor-column {
        width: 100%;
    }
    .elementor-heading-title {
        text-align: center;
    }
    .d-grid {
        display: flex !important;
        flex-wrap: wrap;
    }
    .d-grid li {
        width: 100% !important;
    }
}
#spec{
    line-height: 10px !important;
}
#bio{
    color: #404040 !important;
}
#trainer-url{
    color: #6D46F9;
    text-decoration: underline;
}
.variations .value select{
    width: 100% !important;
}