.custom_section {
    padding: 35px 0px;
}

.profile_heading {
    padding: 10px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.custom_course {
    border: 1px solid #006A4E;
    border-radius: 5px;
    margin-bottom: 20px;
}

.course_title {
    text-align: center;
}

.course_title_link {
    font-size: 20px !important;
    font-weight: bold;
}

.course_para {
    text-align: center;
    font-size: 20px;
}

.course_details {
    font-weight: bold;
    font-size: 19px;
    color: #000;
    background: #F42A41;
}

.notifyjs-corner {
    z-index: 10000 !important;
}

.prof li {
    background: #006A4E;
    padding: 7px;
    margin: 3px;
    border-radius: 15px;
    list-style-type: none;
}

.prof li.active_account {
    background: #F42A41;
    padding: 7px;
    margin: 3px;
    border-radius: 15px;
    list-style-type: none;
}

.prof li a {
    color: #fff;
    padding-left: 15px;
}

.custom_btn {
    background: #006A4E;
    padding: 5px;
    margin: 3px;
    border-radius: 5px;
    color: #fff;
}

.order_btn:hover {
    border: 1px solid #D91F26 !important;
}

.shopping-cart__products {
    display: none;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .shopping-cart__products {
        display: block !important;
    }

    .desktop_shopping_cart {
        display: none !important;
    }

    .page__title {
        padding: 13px 0px 0px 0px;
        text-align: center;
        font-size: 25px;
        color: #222;
    }
}

.profile_heading {
    padding: 10px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.customer_profile_btn {
    padding: 8px 30px;
    font-weight: bold;
}

.customer_form_lable {
    font-weight: bold;
}

p.text-muted {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #000 !important;
}

button.confirm {
    display: inline-block;
    font-weight: bold;
    background: #D91F26 !important;
    padding: 10px 10px;
    border: 2px solid #D91F26 !important;
}

/* Search suggestions dropdown */
#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.suggestion-card {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background: #fff;
    gap: 15px;
    margin-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

.suggestion-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.suggestion-card img {
    object-fit: cover;
    border-radius: 3px;
}