.user-dropdown {
    position: relative;
}

.user-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background: #fff;
    z-index: 9999;
}
.header-top {
    padding: 0 0;
}
.user-dropdown:hover .dropdown-menu {
    display: block;
    overflow: visible;
}
.user-dropdown .dropdown-menu ul {
    left: 7px;
    margin: 0px 0 0;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 120px;
    list-style: none;
}
.s_button{
    background: #fe0120;
    border: none;
}
.footer_menu_list li::before {
    content: ">";
    margin-right: 8px;
    font-size: 18px !important;
    color: #ea000d;
}
.table-bordered > :not(caption) > * {
    border-color: #dee2e6 !important;
}
.post-info .blockquote-inner {
    padding: 0px 10px;
}


/*customer dashboard css start*/
.dashboard_content h5{
    font-size: 1rem !important;
    color: #fff !important;
}
.dashboard_content h2{
    font-size: 1rem !important;
    color: #fff !important;
}
.dashboard_content .order-count-bottom {
    margin-top: 5px;
}
.dashboard_content .order-count-badge {
    background-color: #ffffff;
    color: #000 !important;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.account_dashboard .dashboard_tab_button ul li a.active {
    background: #ea000d;
    color: white;
}
.dashboard_tab_button ul li {
    margin-bottom: 5px;
}
.dashboard_tab_button ul li a {
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 500;
    text-transform: capitalize;
    background: #262626;
    border-radius: 3px;
    padding: 10px;
}
/*customer dashboard css end*/
.quick_view{
    display: none;
}
.s_button{
    background: var(--rio-secondary);
}
.sectitle{
    color: #be0017 !important;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;            /* 1.4em * 2 lines */
}


.user-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0px;
    width: 180px;
    background-color: #fff !important;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.user-dropdown .dropdown-menu ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.user-dropdown .dropdown-menu ul li a {
    display: block;
    padding: 10px 16px;
    color: #413e3e;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.user-dropdown .dropdown-menu ul li a:hover {
    background-color: #FD0020;
    color: #ffffff;
}

@media (max-width: 991px) {
    .header-sticky {
        padding: 0px 0px !important;
    }
}
@media only screen and (max-width: 767px) {

    .payment img{
        float: none !important;
    }
}
