@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif !important;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Mobile Back Button */
.mobile-back-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    /* border-radius: 50%; */
    color: #333;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.2s;
    text-decoration: none;
    margin-bottom: 10px;
}

.mobile-back-btn:active {
    background-color: #e2e6ea;
}

.mobile-back-btn:hover {
    color: #333;
}

.mobile-back-btn i {
    font-size: 16px;
}

.fxt-template-animation {
    position: relative;
}

.fxt-template-animation::before {
    position: fixed;
    content: '';
    background: url(https://media.istockphoto.com/id/480746832/vector/extreme-motocross-racer-by-motorcycle.jpg?s=612x612&w=0&k=20&c=DwEjQKM7Gt2moIsuKV0MkbZB0XNHQlWGZfKbK-qyijE=);
    background-size: contain;
    width: 50%;
    height: 50%;
    opacity: 0.1;
    bottom: 0%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.fxt-template-layout34 .fxt-form .form-group {
    position: relative;
    z-index: 1;
    /* margin-bottom: 25px; */
}

.fxt-template-layout34 .fxt-form .form-control {
    border-radius: 5px;
    background-color: #ebf0f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebf0f6;
    padding: 10px 20px;
    color: #111;
    font-size: 14px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fxt-template-layout34 .fxt-form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 26px;
    top: 25px;
    font-size: 14px;
    color: #a1a1a1;
}

.text-danger {
    font-size: 12px;
}

.max-w-500px {
    max-width: 500px;
}

.mr-2 {
    margin-right: 15px;
}


.form-select {
    background-color: #ebf0f6;
    border: none;
}

.text-red {
    color: #da2128;
}

.fs-14 {
    font-size: 14px;
}

.single-zoom-thumb .owl-stage {
    display: flex;
    align-items: center;
}

.fs-15 {
    font-size: 15px !important;
}

a:hover {
    color: #da2128;

}

.textdecorationnone {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

.text-gray {
    color: gray;
}

@media(max-width:992px) {
    .smflexcolumn {
        flex-direction: column;
    }

    .loginhref {
        text-align: right;
    }

    .sm-h-initial {
        height: initial !important;
    }

    .searchbanner img {
        object-position: initial !important;
    }


}

.red-btn-fill {
    background-color: #da2128 !important;
    border-radius: 10px;
    color: #fff;
    border-radius: 5px;
    padding: 18px 45px;
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-now-btn {
    background-color: #da2128 !important;
    border-radius: 10px;
    color: #fff;
    border-radius: 5px;
    padding: 4px 16px;
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-now-btn:hover {
    color: #fff;

}

.w-fit {
    width: fit-content;
}

.fxt-template-layout34 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 10px;
    background-color: #da2128;
    padding: 10px 56px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    /* width: fit-content; */
    /* margin: auto; */
    /* display: flex; */
}

.object-contain {
    object-fit: contain;
}

.fxt-template-layout34 .fxt-style-line {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fxt-template-layout34 .fxt-style-line span {
    text-align: center;
    font-size: 15px;
    color: #acacac;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}

.fxt-template-layout34 .fxt-style-line span:before {
    display: inline-block;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #cfcfcf;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.fxt-template-layout34 .fxt-style-line span:after {
    display: inline-block;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #cfcfcf;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.fxt-template-layout34 ul.fxt-socials {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
}

.fxt-template-layout34 ul.fxt-socials li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.fxt-template-layout34 ul.fxt-socials li.fxt-google a {
    color: #CC3333;
}

.fxt-template-layout34 ul.fxt-socials li a {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    height: 40px;
    width: 80px;
    border: 1px solid;
    border-color: #cfcfcf;
    background-color: #fefefe;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

li {
    list-style: none;
}

.user-sidenav-wrap {
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    max-width: 265px;
    /* -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    /* box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}

.avatar-md {
    width: 64px;
    height: 64px;
    font-size: 1.4em;
}

.avatar {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.7em;
    position: relative;
}

.avatar img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.user-sidenav .side-nav-list .side-nav-link {
    color: #63666b;
    font-weight: 500;
    font-size: 0.8125rem;
    border-radius: 3px;
}

.side-nav-list .side-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: center;
    padding: 10px 25px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #da2128;
}

.titlebar h1,
.titlebar .title {
    font-size: 1rem;
    font-weight: 500;
}

.user-panel {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}

.side-nav-list .side-nav-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form-group {
    margin-bottom: 1rem;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-size: 13px;
}

.form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #e2e5ec !important;
    color: #898b92;
}

.reg-note {
    display: flex;
    gap: 10px;
    padding: 10px 30px;
    background: #fbecd7;
    border: 1px dashed #e18200;
    font-size: 14px;
    color: #6c430a;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;

}

.reg-note i {
    font-size: 28px;
    opacity: .6;
}

.text-right {
    text-align: right !important;
}

.card {
    /* -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    /* box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); */
    background-color: #fff;
    margin-bottom: 20px;
    border-color: #ebebeb;
}

@media(max-width:992px) {
    .fxt-form .w-50 {
        width: 100% !important;
    }

    .fxt-template-animation::before {
        background-size: contain;
        bottom: 0;
        background-position: bottom;
        width: 100%;
        opacity: 0.1;
        left: -99px;
    }

}

.masonry {
    column-count: 3;
    column-gap: 1em;
    max-width: 1200px;
    width: 100%;
    padding: 1em;
}

.masonry-item {
    margin-bottom: 1em;
    break-inside: avoid;
}

.masonry-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.masonry-item img:hover {
    transform: scale(1.05);
}

.default_address {
    background-color: #DA2128;
    font-weight: 500;
    padding: 5px 10px;
    width: fit-content !important;
    border-radius: 5px;
    color: white;
    margin-left: 10px;
}

.w-150 {
    width: 150px;
}

.border-none {
    border: none !important;
}

.main_header {
    background: #fff !important;
}

.header_right_box {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

.search_container {
    margin: auto !important;

    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}

.header_middle {
    /* padding: 0px 0 !important; */
}

.search_box button {
    border-radius: 0 999px 999px 0 !important;
    min-width: 135px !important;
}

.main_menu nav>ul>li>a {
    color: #000 !important;
}

.categories_menu_toggle>ul>li {
    display: flex !important;
    align-items: center;
    justify-content: space-between;

}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px !important;
}


.categories_menu_toggle>ul>li i {
    margin-right: 20px;

}

.categories_menu_toggle {
    padding: 0 !important;
}

.home_s_bg3 {
    padding: 0 !important;
    margin-top: -433px;
}

.header-auth {
    display: flex !important;
    margin-right: 22px !important;
}

.header-auth i {
    position: absolute;
    right: 8px;
    top: 25px;
    font-size: 10px;
    color: gray;
}

.profile-text {
    font-size: 14px;
    font-weight: 500;
}

.header-auth img {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    margin-right: 10px;
}

.slider_content p {
    font-size: 40px !important;
    margin-top: 20px !important;
    text-transform: uppercase !important;
}

.header_top {
    background: #1a252f;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-auth .dropdown_currency img {
    width: 20px;
    height: 20px;
    border-radius: 0 !important;
}

.header-auth .dropdown_currency {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 125% !important;
}

.grid-banner img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.col1 {
    display: grid;
    height: 100%;
    grid-gap: 20px;

}

.col3 {
    display: grid;
    height: 100%;
    grid-gap: 20px;

}

.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;

}


.col1 div:nth-child(2) img {
    height: 360px;
    object-fit: cover;
}

.col2 div:nth-child(1) {
    grid-column: span 2;
}

.col2 div:nth-child(4) {
    grid-column: span 2;
    height: 308px;
}

.col3 div:nth-child(3) img {
    height: 360px;
    object-fit: cover;
}

@media(max-width:1400px) {
    .col2 div:nth-child(4) img {
        grid-column: span 2;
        height: 334px;
        object-fit: cover;
    }
}


.grid_banner_text_wrapper {
    position: absolute;
    top: 50px;
    left: 30px;
}

.grid_banner_text {
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.grid-banner .position-relative::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.2);
}

.grid-banner .position-relative {
    transition: 300ms ease-out;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.grid-banner .position-relative:hover {
    transform: translateY(-10px);
}

.grid_banner_text_wrapper a {
    color: white !important;
    text-decoration: underline !important;
    font-weight: 500;
    padding-top: 20px;
}

.sticky-header.sticky {
    background: white !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.categories_title {
    padding: 0 30px 0 30px !important;
}

.categories_title::before {
    display: none !important;
}

.categories_title i {
    color: white;
    margin-right: 10px;
}

.fixed-bottom-sm {
    display: none;
}

@media(max-width:992px) {
    .col1 {
        grid-column-gap: 0;
    }

    .col1 .position-relative:nth-child(1) {
        grid-column: span 3;
    }

    .col1 .position-relative:nth-child(2) {
        grid-column: span 1;
    }

    .col1 .position-relative:nth-child(3) {
        grid-column: span 1;
        margin-left: 10px;
    }

    .sidebar_banner_area .single_banner {
        margin-right: 10px !important;
    }

    .header_right_box {
        justify-content: flex-end !important;
    }

    .header_middle .align-items-center {
        justify-content: space-between;
    }

    .header_middle {
        padding: 10px 0 !important;
        padding-left: 20px !important;
    }

    .home_s_bg3 {
        margin-top: 0 !important;
    }

    .main_header {
        padding-bottom: 0 !important;
    }

    .canvas_open {
        position: absolute;
        left: 5px;
        top: 13px !important;
    }

    .canvas_open i {
        color: red;
    }

    .header_bottom {
        display: none;
    }


    .page-auth_headers p {
        max-width: 300px;
        margin: auto;
    }

    .page-auth_headers h3 {
        font-size: 16px;
    }

    .fxt-template-layout34 .fxt-btn-fill {
        width: 100%;
        margin: auto;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 22px;
    }

    .grid_banner_text_wrapper {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .user-dashboard-grid {
        flex-direction: column;
    }

    .user-sidenav-wrap {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .user-panel {
        padding-left: 0;
        width: 100%;
    }

    .sidenav-avatar-card {
        margin-bottom: 10px !important;
        text-align: center;
    }

    .user-sidenav {
        padding-bottom: 0 !important;
    }

    .grid_banner_text {
        font-size: 13px;
    }

    .fixed-bottom-sm {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        background: white;
        border-top: 1px solid #e7e7e7;
        padding: 10px 0;
        font-size: 12px;
    }

    .grid-banner {
        padding-top: 30px;
    }

    .col2 {

        margin-top: 20px;
    }

    .col3 {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .banner_thumb img {
        height: 100%;
        object-fit: cover;
    }

    .grid-banner img {
        object-fit: cover;
    }

}

.header-auth .me-2 {
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #888;
}

.header-authwrapper {
    width: 160px;
}

.hover_category .select_option {
    display: none;
}

.search_box input {
    border: 1px solid gray !important;
    border-radius: 999px;
}

.hover_category::before {
    display: none;
}

.header_bottom {
    border: none !important;
}

.menu_position {
    display: none;
}

div.top_tags_area {
    display: none !important;

}



.page-auth_headers h3 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}

.fxt-form form {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 10px;
}

.fxt-template-layout34 .fxt-form .form-control {
    height: 45px;
    margin-top: 10px;
}

.btn-codesend {
    position: relative;
}

.btn-codesend button {
    width: 100%;
    margin-top: 10px;
}

.grid-bannerTwo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.grid-bannerTwo .position-relative:nth-child(1) {
    display: grid;
    grid-row: span 2;
    width: 450px;
}

.grid-bannerTwo .position-relative:nth-child(4) {
    display: grid;
    grid-row: span 2;
}

.grid-bannerTwo .position-relative:nth-child(5) {
    grid-column: span 2;
}


.grid-bannerTwo img {
    object-fit: cover;
}

@media(max-width:992px) {
    .grid-bannerTwo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .grid-bannerTwo .position-relative:nth-child(1) {
        display: grid;
        grid-row: span 2;
        width: fit-content;
    }

    .grid-bannerTwo .position-relative:nth-child(4) {
        display: grid;
        grid-row: span 2;
        grid-column: span 2;
    }
}

.menu,
.menu li,
.menu ol,
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    position: relative;
}

.menu:after {
    display: block;
    clear: both;
    content: ""
}

.menu .show>.megamenu,
.menu li:hover>ul {
    opacity: 1;
    display: block !important;
}

.menu li>a {
    display: block;
    transition: 0.2s ease-out;
    color: #777;
    position: relative;
}

.menu li.active>a,
.menu li.show>a,
.menu li:hover>a {
    background: #f4f4f4
}

.menu>li {
    float: left;
}

.menu>li>a {
    font-size: 13px;
    font-weight: 400;
    color: #555;
    position: relative;
}

.menu>li.active>a,
.menu>li.show>a,
.menu>li:hover>a {
    color: #08c;
    background: transparent
}

.menu>li>.sf-with-ul:before {
    content: "";
    position: absolute;
    z-index: 1000;
    left: 50%;
    bottom: 0;
    margin-left: -14px;
    border: 10px solid;
    border-color: transparent transparent #fff;
    opacity: 0;
    display: none;
}

.menu>li.show>.sf-with-ul:before {
    opacity: 1;
    visibility: visible
}

.menu .megamenu {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    border-top: 3px solid #08c;
    left: 15px;
    padding: 10px 20px;
    width: 580px
}

.menu .megamenu.megamenu-3cols {
    width: 600px
}

.menu .megamenu .row>div {
    padding-top: 1.5rem
}

.menu .megamenu img {
    width: 300px;
    height: 100%;
    object-fit: cover
}

.menu .megamenu .submenu {
    margin: 0;
    padding-top: 0;
    border-top: none;
    display: block;
    position: static;
    box-shadow: none;
    min-width: 0
}

.menu .megamenu .submenu a {
    padding: 7px 8px 8px 0
}

.menu .megamenu .submenu li:hover a {
    text-decoration: underline;
    background: transparent
}

.menu .nolink {
    cursor: default;
    display: inline-block;
    padding-bottom: 11px;
    font-weight: 700;
    color: #333
}

.menu ul {
    display: none;
    position: absolute;
    min-width: 200px;
    padding: 5px 0;
    border-top: 3px solid #da2128;
    top: -10%;
    left: 0;
    z-index: 101;
    background-color: #fff;
    box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
    height: auto;
}



.menu li {
    padding: 10px;
}

.menu ul.custom-scrollbar {
    max-height: 80vh;
    overflow-y: auto
}

.menu ul ul {
    top: -2.5px;
    left: 100% !important;
}



.menu ul li:hover ul {
    display: block
}



.menu.sf-arrows .sf-with-ul:after {
    position: absolute;
    right: 1rem;
    content: "";
    font-family: "porto";
    display: none;
}

.menu.sf-arrows>li>.sf-with-ul:after {
    content: "";
    position: static;
    margin-left: 5px;
    font-weight: 400;
    display: none;
}

.main-nav .menu {
    text-transform: uppercase;
    font-size: 12px
}

.main-nav .menu>li {
    margin-right: 2.9rem;
    padding: 1.5rem 0;

}

.main-nav .menu>li>a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #6b7a83;
    letter-spacing: -0.5px
}

.sidebar-home {
    width: 100% !important;
    /* border: 1px solid lightgray; */
    height: 100%;
    border-radius: 16px;
}

.side-menu-title {
    font-size: 16px;
    white-space: nowrap;
    background: #da2128;
    width: 100%;
    color: white;
    padding: 7px;
}



.arrow-right {
    position: absolute;
    right: 10px;
    top: 0;
    color: gray;
    font-size: 12px;
}

.header_bottom {
    display: none;
}

.mobile-category {

    cursor: pointer;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 29px;
}

.mobile-category i {
    margin-top: -28px;
}

.mobile-category-sidebar {
    opacity: 0;
    display: none;
    position: absolute;

    height: fit-content !important;
    z-index: 999;
    width: fit-content !important;
}

.mobile-category:hover .mobile-category-sidebar {
    opacity: 1;
    display: block;
    left: 29px;
    background: white;
    top: 83px;
    width: 300px !important;
}

.mobile-bars {
    background: #da2128;
    padding: 15px;
    color: white;
    border-radius: 50%;
}

.shopping_cart_area form {
    display: grid !important;
    grid-template-columns: calc(65% - 12px) calc(35% - 12px);
    /* grid-gap: 20px; */
    gap: 24px;
}

.cartPage.shopping_cart_area form form {
    display: initial !important;
}

.coupon_area {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
}

.coupon_area .row {
    flex-direction: column;
}

.coupon_area .row .col-lg-6 {
    width: 100%;
}

.coupon_code h3 {
    background: #da2128;
}

.coupon_inner button {
    background: #1a252f;
}

.cart_submit button {
    background: #da2128;
}

.table_desc .cart_page table tbody tr td.product_thumb a img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.quantity_control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity_input {
    /* text-align: center;
    width: 50px; */
    padding-right: 4px !important;
}

.increment,
.decrement {
    background-color: #eff0f5;
    border: none;


    padding: 5px 16px;
    cursor: pointer;
    height: 32px;
}

.increment:hover,
.decrement:hover {
    background-color: #e0e0e0;
}

.coupon_inner {
    padding: 0;
}

.coupon_code {
    border: 1px solid #ebebeb;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;

    /* margin-right: 20px; */
}

.coupon_code h3 {
    background: unset;
    color: #000;
    padding: 0;
}

.fw-500 {
    font-weight: 500 !important;
}

.cart_page_bg {
    background: #fff;
    /* padding: 20px 0; */
}

.product_quantitylabel {
    display: none;
}

@media(max-width:992px) {
    .header_top {
        display: none;
    }

    .mobile-category {
        display: none;
    }

    .canvas_open {
        width: fit-content;
    }

    .shopping_cart_area form {
        display: initial !important;

    }

    .order_headermain {
        flex-direction: column;
        align-items: initial !important;
    }

    .orderheaderbuttons {
        margin: 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .orderheaderbuttons .red-btn-fill {
        padding: 10px 30px;
    }

    .product_quantitylabel {
        display: block;
    }

    .order_header .table_desc .cart_page table tbody tr td.product_quantity {
        position: absolute;
        right: 0;
        bottom: 20px;
        padding: 0;
        display: flex;
        justify-content: right;
    }

    .progressbar {
        display: flex;
        justify-content: center;

    }

    .progressbar li {
        width: 33% !important;
    }


    .filtersort {
        width: 100%;
        margin: 15px 0;
        font-size: 12px !important;
    }

    #selectoption {
        position: absolute;
        top: 18%;
        right: 20px;
    }

    .searchheadline {
        flex-direction: column;
        align-items: initial !important;
        padding: 0 !important;
    }

    .payment_options {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .product_checkbox {
        position: initial;
    }

    .table_desc .cart_page table tbody tr td.product_thumb {

        margin-left: 30px;
    }

    .table_desc .cart_page table tbody tr td.product_thumb_sm {

        display: none;
    }

    .table_desc .cart_page table tbody tr td.product_name {
        position: absolute;
        /* left: 140px; */
    }

    .table_desc .cart_page table tbody tr td.product-price {
        position: static;
        left: 0px !important;
        top: 13px !important;
    }

    .table_desc .cart_page table tbody tr td.product_quantity {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: end;
    }

    .table_desc .product_total_price {
        display: none;
    }

    .table_desc .cart_page table tbody tr {

        position: relative;
        text-align: left;
        border-bottom: 1px solid lightgrey;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .table_desc .cart_page table tbody tr:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .table_desc .cart_page table tbody tr td {
        text-align: left;
    }

    .cart_submit button {
        background: #da2128;
        width: 100%;
    }

    .product_checkbox_selectall {
        position: inherit;
        margin-bottom: 20px !important;
        padding-top: 20px;
        padding-left: 13px;
    }

    .checkout_btn a {
        width: 100%;
        text-align: center;
    }

    .checkoutpage form {
        flex-direction: column;
    }

    .checkoutpage .coupon_area {
        margin-left: 0 !important;
        margin-top: 30px;
    }

    .shipping_offcanvas_menu_wrapper .shippingaddresswrapper {
        margin-bottom: 20px;
    }

}


.avatar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    /* margin-left: -20px; */
}

.avatar-upload {
    position: relative;
    display: inline-block;
}

.avatar-preview {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-bottom: 12px;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.avatar-upload input[type="file"] {
    display: none;
}

.avatar-upload label {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}

.avatar-upload .las.la-image {
    font-size: 24px;
    color: #757575;
}

.select-image-label {
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    background-color: #f5f5f5;
    margin-top: 12px;
    opacity: 0.5;
    padding: 4px 16px;
    border-radius: 4px;
    cursor: pointer;
}


.search_container form {
    margin-bottom: 0;
}

.header_configure_area {
    margin-left: 10px;
}

.table_desc.wishlist table tbody tr td.product_total a {
    font-size: 21px;
    font-weight: 500;
    height: 38px;
    line-height: 18px;
    padding: 0;
    color: #000;
    background: unset;
    text-transform: uppercase;
    border-radius: 3px;
    margin-right: 10px;
}

.table_desc.wishlist table tbody tr td.product_total a img {
    width: 20px;
}

.table_desc.wishlist table tbody tr td.product_total a:hover {
    background: unset;
}

.wishlist_page_bg {
    padding: 20px 0;
}

.price_box span.current_price {
    font-size: 12px;
    font-weight: 500;
}

.sidebar-active {
    background: #da212899;
    border-left: 5px solid #da2128;
    color: white !important;
}

.modal .fxt-template-animation::before {
    display: none;
}

.offcanvas_menu .card {
    border: none !important;
}

.offcanvas_menu .card-header {
    padding: 0;
}

.offcanvas_menu .card .btn-link {
    text-decoration: none;
    padding: 0;
    border: none;
    color: #da2128;
    /* width: 100%; */
    position: absolute;
    right: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.offcanvas_menu .card .btn-link i {
    font-size: 12px;
    color: gray;
}

/*aiz megabox*/
.aiz-megabox {
    position: relative;
    cursor: pointer;
}

.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.aiz-megabox .aiz-megabox-elem {
    border: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
}

.aiz-megabox>input:checked~span .aiz-rounded-check:after,
.aiz-megabox>input:checked~span .aiz-square-check:after {
    visibility: visible;
    opacity: 1;
}

.aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: #da2128;
}

.addresswrapper {
    /* background: #ececec; */
    padding: 2px 16px;
    border-radius: 999px;
    font-size: 12px;
    color: #222;
    border: 1px solid #ebebeb;
    text-align: center;
}

.aiz-megabox>input:checked~.aiz-megabox-elem .addresswrapper,
.aiz-megabox>input:checked~.aiz-megabox-elem .addresswrapper {
    color: #fff;
}

.shippingaddresswrapper a {
    font-size: 12px;
    /* text-transform: uppercase; */
    color: #222;
    /* letter-spacing: 1px; */
}

.flex-1 {
    flex: 1;
}

.fw-600 {
    font-weight: 600;
}

.fs-18 {
    font-size: 18px;
}

.mobileSearch,
.overlay {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}



.mobileSearch.active,
.mobileSearch.active .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    height: fit-content;
}

.overactive .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

.mobileSearch button {
    height: 42px;
    border: none;
    width: 50px;
    background: #da2128;
    color: white;
}

#scrollUp {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.footer_social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping_offcanvas_menu_wrapper {
    width: 300px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    left: 0;
    margin-left: -300px;
    padding: 50px 20px 30px;
    overflow-y: auto;

    padding: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.shipping_offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.filter_offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 20px 30px;
    overflow-y: auto;

    padding: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.filter_offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.address_offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 20px 30px;
    overflow-y: auto;

    padding: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.address_offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.modal-content {
    border-radius: 15px;
}

.open-register .modal-dialog {
    max-width: 800px;
}

.searchbanner img {
    object-position: 100% 77%;
    width: 100%;
    object-fit: cover;
    /* object-position: 64% 39%; */
    height: 100px;
    cursor: pointer;
}

.product_action a {
    color: white;
    padding: 5px 10px;
    border-radius: 999px;
    margin-right: 10px;
}

/* New Order */
.is_new_order {
    background: #007BFF;
    /* Blue */
}

/* Assign Logistics/ Delivery */
.is_assign_logistics {
    background: #17A2B8;
    /* Teal */
}

/* On the Way */
.is_on_the_way {
    background: #FFC107;
    /* Amber */
}

/* Reach Customer */
.is_reach_customer {
    background: #FD7E14;
    /* Orange */
}

/* Payment Checked */
.is_payment_checked {
    background: #6C757D;
    /* Gray */
}

/* Delivered */
.is_delivered {
    background: #28A745;
    /* Green */
}

/* Cancelled */
.is_cancelled {
    background: #DC3545;
    /* Red */
}

.is_new {
    background: #88b835;
}

.is_converted {
    background: #28A745;
}

.is_not_converted {
    background: #da2128;
}

.progressbar li {
    position: relative;
}

.progressbar li::before {

    color: #da2128;
}

.progressbar li.active::before {
    color: #da2128 !important;
}

.progressbar li.active+li:after {
    background-color: #02afef;
}

.earning_points_div {
    background: darkslategray;
    color: white;
    padding: 40px;
    border-radius: 5px;
    text-align: center;
}

.progressbar li.active:before {
    border-color: #02afef;
}

.progressbar span {
    color: gray;
    font-weight: 600;
}

.progressbar li::before {
    color: #c99696 !important;
}

/*step*/

.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 19%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar li:first-child:before {
    content: "1";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}


.progressbar li:nth-child(1) span::after {
    position: absolute;
    content: '';
    left: 13px;
    top: 28%;
    /* background: #da2128; */
    width: 34%;
    height: 6px;
    border-radius: 999px;
}



.progressbar li:nth-child(2):before {
    content: "2";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #c99696;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.progressbar li:nth-child(3):before {
    content: "3";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #c99696;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.progressbar li:nth-child(4):before {
    content: "4 ";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.progressbar {
    display: flex;
}

.progressbar li:nth-child(5):before {
    content: "5";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.progressbar li:nth-child(6):before {
    content: "6";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.progressbar li:nth-child(7):before {
    content: "7";
    font-family: 'Font Awesome\ 5 Free';
    counter-increment: step;
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border: 4px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #da2128;
    top: 25px;
    left: -35%;

}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #da2128;
}

.progressbar li.active:before {
    border-color: #da2128;
    background: #da2128;
    color: white !important;
}

.progressbar li.active+li:after {
    background-color: #da2128;
}

.progressbar li.complete::before {
    color: #2cd22c !important;
}

.progressbar li.complete+li:after {
    background-color: #2cd22c !important;
}

.progressbar li.complete:before {
    border-color: #2cd22c !important;
}

.autocomplete-heading {
    background: #eee;
    text-align: right;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;

}


.autocomplete-suggestions {
    border: 1px solid #d4d4d4;
    border-top: none;
    max-height: 450px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d !important;
}

.autocomplete-suggestion {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
}

/* Earning points styles removed - now handled in Vue component */

.progress-bar {
    background-color: #da2128;
}

.page-item.active .page-link {
    background-color: #da2128;
    color: white;
}

.page-item .page-link {
    color: #000;
}



.review_box .star-rating i {
    color: lightgray;
    font-size: 20px;
    margin-right: 10px;
    transition: 200ms ease-out;
    cursor: pointer;
}

.review_box .selected i {
    color: orange;
}

.review_box .star-rating i:hover {
    color: orange;

}

.ml-auto {
    margin-left: auto;
}

.ml-0 {
    margin-left: 0 !important;
}



.review_box .form-check-input:checked {
    background-color: #da2128;
    border-color: #da2128;
}

.preview-container {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.image-preview {
    max-width: 100px;
    max-height: 100px;
    display: block;
    border: 1px solid #ddd;
    height: 100px;
    object-fit: cover;
}

.remove-preview {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #f00;
    color: #fff;
    border-radius: 50%;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 1.2em;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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


    .mobileSearch .search_container {
        display: block !important;
    }

    .search_box {
        margin-bottom: 0;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        padding: 10px;
    }

    .mobileSearch button {
        top: 11px;
        height: 32px;
        border: none;
        width: 0;
        background: #da2128;
        color: white;
        right: 10px;
    }

    .autocomplete-suggestions {
        left: 0;
    }
}

.fs-12 {
    font-size: 12px;
}

.attributes {
    font-size: 12px;
    padding: 0 10px;
}

.action_links li:nth-child(2) {
    position: absolute;
    top: -200px;
    background: red;
    left: 18px;
}

.product_search .action_links li:nth-child(2) {
    position: absolute;
    top: -230px;
    background: red;
}

.product_search .action_links ul {
    display: flex;
}

.product_search .action_links .wishlist a {
    padding: 10px 10px;
}

.action_links .wishlist a {
    background: red;
    color: white;
    padding: 0px 10px;
    border-radius: 100%;
}

.nav-pills .nav-link {
    color: #da2128;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #da2128;
}


.scan_to_pay h4 {
    border-radius: 5px;
    background: navajowhite;
    padding: 10px;
    color: #000;
    margin: 20px 0;
    width: fit-content;
    padding: 10px 40px;
}

@media only screen and (max-width: 992px) {
    .cartPage .table_desc {
        border: 0;
        margin-top: 30px;
    }
}

.product_name.text-left {
    text-align: left !important;
}

.choose_logistics {
    position: absolute;
    right: 10px;
    bottom: 23px;
    border: 1px dashed #000;
    padding: 10px;
    background: #da212808;
    border-radius: 999px;
}

.red-btn-fill:hover {
    color: white;
}

.float-right {
    float: right;
}

.h-initial {
    height: initial;
}

@media(max-width:992px) {
    .choose_logistics {
        position: inherit;
        margin: 10px 0;
        bottom: inherit;
        right: inherit;

    }


    .product_search {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-row-gap: 20px;
    }
}

.action_links .actionhidden {
    display: none;
}

.action_links .button {
    margin-right: 10px;
}

.single_product .primary_img img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.single_product .secondary_img img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}


@media(min-width:600px) {

    .product_search .col-lg-4 {
        margin-bottom: 20px;
    }

    .cartLabel {
        display: none;
    }



}

.dropdown_currency i {
    position: initial;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

.h-fit {
    height: fit-content !important;
}

.collection-title {
    color: white;
    background: #1a252f;

}

.collection-title .title_content {
    background: unset;
}

.thumbnail {
    width: 100px;
    cursor: pointer;
}

#displayed-image {
    width: 300px;
    display: block;
}

.image-gallery {
    display: flex;
    align-items: center;
}

.image-gallery img {
    margin-right: 20px;
}

.image-display img {
    width: 100%;
}



@media(max-width:992px) {
    .order_header tbody tr td.product_thumb {
        margin-left: 0 !important;
    }

    .product_details .wishlist_section .wishlist {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9;
        opacity: 1;
        visibility: visible;
        bottom: 56px;
        top: inherit;
        z-index: 999;
        right: 20px;
        left: inherit;
    }

    /* .checkout_btn {
        text-align: center;
        margin: 50px 0;
        position: fixed;
        bottom: 12px;
        width: 100%;
        left: 0;
        z-index: 9;
    }

    .checkout_btn button {
        width: 100%;
    } */

    .product_details {
        grid-template-columns: 100% !important;
    }

    .product_d_right {
        margin-bottom: 0;
    }

    .adbanner {
        width: 100% !important;
        height: 100% !important;
    }

    .question-form button {
        position: initial !important;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .question-form {
        margin-bottom: 20px;
    }



    .order_header tbody tr td.product_name {
        position: absolute;
        left: 137px;
        top: 45px;
    }

    .order_header .shipping_cost {
        margin-top: 0;
        padding-top: 5px !important;
    }

    .order_header tbody tr td.product-price {
        position: initial !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .action_links {
        display: none;
    }

    .buttonWrapper .d-flex {
        flex-direction: row;
        position: fixed;
        z-index: 999;
        left: 0;
        bottom: 62px;
        background: white;
        padding: 10px 20px;
        width: 100%;
    }

    .buttonWrapper .button {
        width: 50%;
    }

    .buttonWrapper .bookNow {
        width: 50%;
        margin-left: 10px !important;
        background: #fff !important;
        color: red;
        border: 1px solid #000 !important;
    }

    #scrollUp,
    #scrollUp.top-scroll {
        bottom: 135px !important;
        right: 16px;
        width: 48px;
        height: 48px;
    }

    #scrollUp.top-scroll i {
        font-size: 20px;
    }

    .buttonWrapper {
        width: 100%;
    }

    .priduct_social ul {
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .product_variant.quantity button {
        margin-left: 0;
        margin-right: 0;
    }

    .labelColumn {
        flex-direction: column;
        align-items: start !important;
    }

    .btn-codesend button {
        position: absolute;
        top: 10px;
        transform: translateY(-50%);
        background: unset;
        border: none;
        color: gray;
        right: 0;
    }

    .wishlist .product_thumb {
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .wishlist .product_name {
        position: initial !important;
    }

    .wishlist table tbody tr td.product-price {
        left: 131px !important;
    }

    .pricegrid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .pricegrid button {
        grid-column: span 3;
        margin-top: 10px;
        margin-left: 0;
    }
}

.wishlist_section .wishlist {
    position: absolute;
    top: 0;
    right: 20px;
    background: red;
    padding: 5px 12px;
    color: white;
    font-size: 20px;
}

.swiper-pagination-bullet-active {
    background: red !important;
}


@media(max-width:1400px) {
    /* .progressbar li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        background-color: #da2128;
        top: 25px;
        left: -30%;
    }

    .progressbar li:nth-child(1) span::after {
        position: absolute;
        content: '';
        left: 17px;
        top: 23%;
        background: #da2128;
        width: 39%;
        height: 6px;
        border-radius: 999px;
    } */
}

.product_search {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
}

.product_total a i {
    /* font-size: 20px !important; */
}

/*LAYOUT -> NAVIGATION STYLE*/
.main-menu.main-menu-mrg-1 {
    margin: 0 0 0 27px;
}

.main-menu>nav>ul>li.hot-deals {
    padding-right: 30px !important;
}

.main-menu>nav>ul>li.hot-deals img {
    position: relative;
    margin-bottom: -4px;
    margin-right: 8px;
}

.main-menu>nav>ul>li.position-static {
    position: static;
}

.main-menu>nav>ul>li>a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #253D4E;
    font-family: "Quicksand", sans-serif;
}

.main-menu>nav>ul>li>a i {
    font-size: 8px;
    position: relative;
    margin-left: 4px;
}

.main-menu>nav>ul>li>a.active {
    color: #3BB77E;
}

.main-menu>nav>ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    min-width: 250px;
    padding: 25px 15px;
    transition: all 0.25s ease 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #ececec;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.main-menu>nav>ul>li ul.sub-menu li {
    line-height: 1;
    display: block;
    margin-bottom: 21px;
    position: relative;
}

.main-menu>nav>ul>li ul.sub-menu li:last-child {
    margin-bottom: 0;
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu {
    position: absolute;
    left: 100%;
    top: -110px;
    background-color: #ffffff;
    width: 240px;
    padding: 33px 0 35px;
    transition: all 0.25s ease 0s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #ececec;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
    top: -25px;
}

.main-menu>nav>ul>li ul.sub-menu li a i {
    font-size: 9px;
    float: right;
    position: relative;
    top: 4px;
}

.main-menu>nav>ul>li ul.sub-menu li:hover>a {
    color: #000;
}

.main-menu>nav>ul>li ul.sub-menu li:hover ul.level-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.main-menu>nav>ul>li ul.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    width: 100%;
    padding: 35px 25px 35px 35px;
    transition: all 0.25s ease 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 0 0 10px 10px;
    z-index: 999;
    border: 1px solid #ececec;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.main-menu>nav>ul>li ul.mega-menu li {
    line-height: 1;
    display: block;
    position: relative;
    float: left;
    padding-right: 10px;
}

.main-menu>nav>ul>li ul.mega-menu li:last-child {
    margin-bottom: 0;
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-22 {
    width: 22%;
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-34 {
    width: 34%;
}

.main-menu>nav>ul>li ul.mega-menu li a.menu-title {
    font-size: 19px;
    font-weight: 700;
    display: block;
}

.main-menu>nav>ul>li ul.mega-menu li ul {
    margin-top: 18px;
}

.main-menu>nav>ul>li ul.mega-menu li ul li {
    line-height: 1;
    display: block;
    margin-bottom: 4px;
    float: none;
}

.inner_menu a {
    font-weight: 500 !important;
    color: gray !important;
}

.main-menu>nav>ul>li ul.mega-menu li ul li:last-child {
    margin-bottom: 0;
}

.main-menu>nav>ul>li ul.mega-menu li ul li a {
    font-size: 15px;
    color: #000;
    display: block;
    /* line-height: 1.4; */
    font-weight: 300;
}

.main-menu>nav>ul>li ul.mega-menu li ul li a:hover {
    color: #da2128;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap {
    overflow: hidden;
    position: relative;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a {
    display: block;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a img {
    width: 100%;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    position: absolute;
    top: 32px;
    left: 30px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 5px 0 11px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
    font-size: 19px;
    font-weight: 400;
    color: #696969;
    text-decoration: line-through;
    margin-left: 5px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 26px;
    padding: 12px 22px 14px;
    background-color: #3BB77E;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
    display: block;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 3px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
    background-color: #FD6E6E;
}

.main-menu>nav>ul>li:hover>a {
    color: #da2128;
}

.main-menu>nav>ul>li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
}

.main-menu>nav>ul>li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-menu.hover-boder>nav>ul>li>a {
    position: relative;
}

.main-menu.hover-boder>nav>ul>li>a::after {
    content: none;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 34px;
    height: 1px;
    width: 0;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #3BB77E;
}

.main-menu.hover-boder>nav>ul>li:hover>a::after {
    width: 100%;
    left: 0;
    right: auto;
}

.main-menu.hover-boder.hover-boder-white>nav>ul>li>a::after {
    bottom: 18px;
    background: #ffffff;
}

.main-menu.hover-boder.hover-boder-modify>nav>ul>li>a::after {
    bottom: 28px;
}

.main-menu.main-menu-light-white>nav>ul>li>a {
    color: white;
}

.main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 15px;
}

.main-menu.main-menu-padding-1>nav>ul>li:first-child {
    padding-left: 0 !important;
}

.main-menu.main-menu-lh-2>nav>ul>li {
    /* line-height: 70px; */
}

.main-menu.main-menu-lh-3>nav>ul>li {
    line-height: 80px;
}

.main-menu.main-menu-grow {
    flex-grow: 1;
}

.main-menu>nav>ul>li {
    display: inline-block;
    position: relative;
}

.main-menu>nav>ul>li ul.sub-menu li a {
    font-size: 14px;
    color: #7E7E7E;
    display: block;
    padding: 0 15px;
}

.main-menu>nav>ul>li ul.sub-menu li a:hover {
    color: #3BB77E;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 28px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
    font-size: 24px;
    font-weight: 700;
    color: #FD6E6E;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffd55a;
    position: absolute;
    top: 13%;
    right: 7%;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
    color: #333;
    margin: 0;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
}

.main-menu.main-menu-lh-1>nav>ul>li {
    line-height: 70px;
}

.main-categori-wrap {
    position: relative;
    margin-right: 35px;
}

.main-categori-wrap>a {
    display: flex !important;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.main-categori-wrap>a span {
    margin-right: 7px;
    color: #7E7E7E;
}

.main-categori-wrap>a>i {
    margin-left: 5px;
    margin-top: 7px;
    color: #999;
}

.main-categori-wrap>a>i.up {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.main-categori-wrap>a.open>i {
    transform: rotate(180deg);
}

.main-categori-wrap .categori-dropdown-inner {
    display: flex;
    min-width: 412px;
}

.categories-dropdown-active-large {
    list-style-type: none;
    position: absolute;
    top: 177%;
    left: 0;
    z-index: 99999 !important;
    margin: 0;
    padding: 30px;
    background: #fff;
    border: 1px solid #BCE3C9;
    border-radius: 10px;
    font-size: 16px;
    min-width: 270px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
    margin-top: 26px;
}

.categories-dropdown-active-large.open {
    opacity: 1;
    visibility: visible;
}

.categori-dropdown-active-small {
    z-index: 99999 !important;
    margin: 0;
    padding: 14px 0 23px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
    font-size: 16px;
    font-weight: 400;
    display: none;
    width: 100%;
}

.categories-dropdown-wrap ul li {
    display: flex;
    align-items: center;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #F2F3F4;
    padding: 9px 18px;
    margin: 0 15px 15px 0;
    height: 50px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.categories-dropdown-wrap ul li:hover {
    border: 1px solid #BCE3C9;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.categories-dropdown-wrap ul li:hover a {
    color: #3BB77E;
}

.categories-dropdown-wrap ul li a {
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 1.5;
    color: #253D4E;
    font-size: 14px;
}

.categories-dropdown-wrap ul li a:hover {
    color: #3BB77E;
    background-color: transparent;
}

.categories-dropdown-wrap ul li a img {
    max-width: 30px;
    margin-right: 15px;
}

.categories-dropdown-wrap ul li:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto;
}

.categories-dropdown-wrap ul li.has-children {
    position: relative;
}

.categories-dropdown-wrap ul li.has-children>a::after {
    content: "\f111";
    font-family: "uicons-regular-straight" !important;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
    margin-top: 0px;
    border: 1px solid #ececec;
    min-width: 800px;
    width: 100%;
    right: 0;
    border-radius: 0;
    padding: 20px;
    z-index: 100000 !important;
    position: fixed;
    top: 150px !important;
    left: 270px !important;
    max-height: 70vh;
    overflow-y: auto;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
    font-size: 19px;
    font-weight: 700;
    display: block;
    color: #3BB77E;
    padding: 5px 34px;
}

.categories-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;

}

.date {
    background: #c70909;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-radius: 5px;
    width: fit-content;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
}

.card_body {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.animation-scale-out {
    transition: 200ms ease-out;
}

.animation-scale-out:hover {
    transform: scale(1.05);
}

.rcn .aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: #da2128;
    background: #da2128;
    color: white;
}

.rcn .aiz-megabox>input:checked~.aiz-megabox-elem_custom,
.aiz-megabox>input:checked~.aiz-megabox-elem_custom {
    border-color: #1a252f;
    background: #1a252f;
    color: white;
}

.border-red {
    border: 1px solid red !important;
}

.product_search .single_product {
    border-radius: 4px;
    background: #ffffff;
    padding-top: 0;
    height: 460px;
    margin-bottom: 20px;
}

.product_search .loop_ad img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

@media(max-width:992px) {
    .product_search .single_product {
        margin-bottom: 0;
    }
}

/* Modern Section Title Styling */
.section_title.title_style2 {
    padding: 20px 0;
    margin-bottom: 30px;
}

.title_content h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    position: relative;
}

/*
.title_content h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
} */

.title_content h2 span::after {
    /* content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #da2128, #ff4757);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    animation: expandLine 0.8s ease-out 0.3s forwards; */
}

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

/* Modern View More Button */
.red-btn-fill {
    /* background: linear-gradient(135deg, #da2128, #ff4757); */
    color: white;
    padding: 8px 18px;
    /* border-radius: 25px; */
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3); */
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.red-btn-fill:hover {
    /* background: linear-gradient(135deg, #c41e3a, #e63946); */
    /* transform: translateY(-2px); */
    /* box-shadow: 0 6px 20px rgba(218, 33, 40, 0.4); */
    color: white;
    text-decoration: none;
}

.red-btn-fill:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(218, 33, 40, 0.3);
}

/* Add arrow icon to view more button */
.red-btn-fill::after {
    content: '→';
    font-size: 16px;
    transition: transform 0.3s ease;
}

.red-btn-fill:hover::after {
    transform: translateX(3px);
}

/* Mobile Responsive for Section Title */
@media (max-width: 768px) {
    .section_title.title_style2 {
        padding: 15px 0;
        margin-bottom: 20px;
        /* flex-direction: column; */
        align-items: flex-start !important;
        gap: 15px;
    }

    .title_content h2 {
        font-size: 24px;
    }

    .title_content h2 span::after {
        height: 2px;
    }

    .red-btn-fill {
        padding: 10px 20px;
        font-size: 13px;
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .section_title.title_style2 {
        padding: 10px 0;
        margin-bottom: 15px;
    }

    .title_content h2 {
        font-size: 20px;
    }

    .red-btn-fill {
        padding: 8px 16px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

.main-display {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#main-image-container img,
#main-image-container video {
    width: 500px;
    height: auto;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.thumbnails img {
    width: 100px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.thumbnails img:hover {
    border-color: #007bff;
}

.points-badge-sm {
    display: none;
}

.price-hidden-lg {
    display: none;
}

@media (max-width: 992px) {
    .cart-page table tbody tr td.product_name {
        top: 0;
        position: absolute !important;
        left: 170px;
        white-space: pre-wrap;
    }

    .cart-page table tbody tr td.product-price {
        position: absolute;
        left: 171px !important;
        top: 70px !important;
    }

    .cart-page table tbody tr {
        position: relative;
        text-align: left;
        border-bottom: 1px solid lightgrey;
        margin-bottom: 20px;
        padding-bottom: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .cart-page .points-badge {
        bottom: -50px !important;
        right: initial !important;
    }

    .price-hidden-sm {
        display: none;
    }

    .product_area .tab-content .row {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr); */
    }

    .product_area .tab-content .fxt-template-animation .row {
        grid-template-columns: inherit;
    }

    .price-hidden-lg {
        margin-top: 10px;
        display: block;
    }

    .points-badge-sm {
        display: block;
        position: absolute;
        bottom: 65px;
        right: 20px;
    }

    .wishlist_page_bg .points-badge-sm {
        bottom: 42px;
    }

    .product_search .loop_ad img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    /* Earning points positioning override removed */
    .table_desc .cart_page table tbody tr td.product_name {
        min-width: initial;
        position: initial !important;
        display: flex;
    }

    .table_desc .cart_page table tbody tr td.product_name .product_thumb img {
        width: 150px;
        height: 150px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .earning_points_div {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        padding: 20px;
    }

    #select_all {
        margin-left: 10px;
    }
}


.header_wishlist a:hover {
    color: #fff !important;
}

.offcanvas_usermenu_wrapper {
    display: none;
}

.offcanvas_usermenu_wrapper.active {
    display: block;
}

/* Mobile offcanvas section switcher */
.offcanvas-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.offcanvas-mobile-tabs {
    display: none;
}

.offcanvas-mobile-tab {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 18px;
    border-radius: 0;
    background: #eceaea;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.offcanvas-mobile-tab i {
    font-size: 18px;
}

.offcanvas-mobile-tab.is-active {
    background: linear-gradient(90deg, #42d5d7 0%, #b85af0 100%);
    color: #ffffff;
}

.offcanvas-primary-section,
.offcanvas-dashboard-section {
    display: none;
}

.offcanvas-primary-section.is-active {
    display: block;
}

.offcanvas-dashboard-section.is-active {
    display: block;
}

.offcanvas-dashboard-section.is-active.offcanvas_usermenu_wrapper {
    display: block !important;
}

@media (max-width: 992px) {
    .offcanvas-mobile-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: hidden;
        border-radius: 18px;
        background: #eceaea;
        margin-bottom: 4px;
    }
}

.offcanvas_menu .card .card:last-child {
    margin-bottom: 0;
}

.offcanvas_menu .card .card .acc_card {
    margin-bottom: 10px;
}

.offcanvas_menu .card .card .acc_card:last-child {
    margin-bottom: 0;
}

/* .single_product .wishlist{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 0 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
    transform: none;
}

.single_product:hover .wishlist {
    background-color: #fff;
    border-color: #ddd;
    color: black;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
} */

.single_product {
    position: relative;
}

.our-product-card {
    background: transparent !important;
    padding-top: 0 !important;
    box-shadow: none !important;
    height: 100%;
    overflow: visible !important;
}

.our-product-card>figure {
    background: #fff !important;
    border: 1px solid #f1f1f1 !important;
    border-radius: 4px !important;
    padding: 12px !important;
    margin: 0 !important;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

.our-product-card:hover>figure {
    border-color: #c8c8c8 !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-1px) !important;
}

.our-product-card .product_thumb {
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
}

.our-product-card .product_content {
    display: flex !important;
    flex: 1 1 auto !important;
}

.our-product-card .product_content_inner {
    padding: 0 !important;
    width: 100% !important;
}

.our-product-card .product-thumb-actions {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 10 !important;
    pointer-events: auto !important;
}

.our-product-card .product-thumb-actions .btn-wishlist-standalone {
    width: 38px !important;
    height: 38px !important;
}

.our-product-card .product_thumb .primary_img {
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}

.our-product-card .price_and_points_container {
    gap: 12px;
}

.our-product-card .earning_points {
    margin-top: 0;
    flex-shrink: 0;
}

.our-product-card .earning-points-badge {
    background: #667eea;
    color: #fff !important;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px !important;
    font-weight: 600;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    width: fit-content;
    box-sizing: border-box;
    margin: 4px 0;
    line-height: 1;
    white-space: nowrap;
}

.our-product-card .earning-points-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.single_product ul li .hover-buttons {
    position: absolute;
    /* padding: 1rem 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: none;
    margin: 0;
    border: none;
    line-height: 1.82;
    transition: padding-top 0.2s, padding-bottom 0.2s;
    z-index: 9;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single_product ul li .hover-buttons button {
    width: 50%;
}

.single_product ul li .hover-buttons button:nth-child(1) {
    margin-right: 10px;
}


.single_product:hover ul li .hover-buttons {
    visibility: visible;
    opacity: 1;
}

.checkout-sm-block {
    display: none;
}

.product_name .product_thumb {
    display: none;
}

#addaddressModal .modal-dialog {
    max-width: 993px !important;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 40px);
    margin: 20px auto;
    border-radius: 30px;
}

@media(max-width:992px) {
    #addaddressModal .modal-dialog {
        max-width: 100% !important;
        margin: 20px 20px;
    }

    .product_name .product_thumb {
        display: block;
    }

    .product_total {
        font-weight: 600;
    }

    .checkout-sm-block {
        display: block;
        position: fixed;
        bottom: 57px;
        background: #da2128;
        width: 100%;
        left: 0;
        z-index: 9;
        padding: 10px 20px 20px;
        color: white;
        text-align: right;
    }

    .checkout-sm-block p {
        font-size: 10px;
        text-align: left;
    }

    .checkout-sm-block button {
        background: white;
        color: #da2128;
    }

    .shippingaddresswrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .shippingaddresswrapper a {
        font-size: 12px;
        /* text-transform: capitalize; */
        color: #222;
        /* letter-spacing: 1px;
        grid-column: span 2 !important; */
    }

    .shippingaddresswrapper button {
        position: absolute;
        right: 10px;
    }

    .shippingaddresswrapper .modal button {
        position: initial !important;
        margin-bottom: 10px;
    }

    .product_content_inner {
        padding: 10px 15px 20px;
        padding-left: 5px !important;
        padding-right: 0;
    }

    .our-product-card .product_content_inner {
        padding: 0 !important;
    }

    .product_content h4 {
        font-size: 13px;
    }

    .earning_points {
        position: inherit;
        margin-top: 5px;
    }

    .our-product-card .product-thumb-actions {
        top: 10px !important;
        left: 10px !important;
    }

    .our-product-card .product-thumb-actions .btn-wishlist-standalone {
        width: 34px !important;
        height: 34px !important;
    }

    .our-product-card .price_and_points_container {
        gap: 8px;
    }

    .our-product-card .earning-points-badge {
        padding: 5px 10px;
        font-size: 10px !important;
    }
}

@media (max-width: 575px) {
    .our-product-card .price_and_points_container {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .our-product-card .earning_points {
        width: 100%;
        margin-top: 2px;
    }

    .our-product-card .earning-points-badge {
        max-width: 100%;
    }
}

.offcanvas_menu_wrapper {
    z-index: 999999;
}

@media only screen and (max-width: 992px) {
    .header_top_links {
        margin-bottom: 0;
    }
}

.offcanvas_menu .card-header {
    padding: 0;
    background: unset;
    border: none;
}

@media(max-width:992px) {

    .single_product ul {
        display: none;
    }
}

@media(max-width:992px) {
    product_review_form {
        flex-direction: column;
    }
}

.autocomplete-suggestions {
    border: none !important;
    top: 50px;
}

@media (max-width: 992px) {
    .d-flex.shippingaddresswrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .product_style3 .title_style2 {
        margin-bottom: 10px;
    }

    .title_style2 h2 {

        margin-bottom: 0;
    }

    .title_style2 .title_content::before {
        display: none;
    }

    .slider_section {
        margin-bottom: 10px;
    }

    .has_discount {
        position: absolute !important;
        bottom: -34px !important;
        font-size: 14px !important;
        display: flex !important;
        flex-direction: column !important;
    }


    .form-control {
        font-size: 13px;
    }

    label {
        font-size: 13px;
    }

    .progressbar {
        display: none;
    }

    .user-sidenav-wrap {
        display: none;
    }

    .influencer-container img {
        display: none;
    }

    .red-btn-fill {
        /* padding: 20px 26px; */
    }

    #pib ul li {
        margin-bottom: 0;
    }

    .cancelreasonlist h4 {
        font-size: 13px;
    }

    .cancelreasonlist h5 {
        font-size: 13px;
    }


}

.couponcontainer .card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.couponcontainer .card button {
    border: 1px dashed red;
    margin: 10px;
    width: 93%;
    font-size: 14px;
}


#pib li .active {
    background-color: #da2128;
    color: white;
    padding: 10px;
}

#pib ul {
    display: flex;
    align-items: center;
}

@media(max-width:600px) {
    #pib ul {
        display: flex;
        align-items: center;
        overflow-x: scroll;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .attr_scroll {
        display: flex;
        align-items: center;
        overflow-x: scroll;
        flex-direction: row;
        flex-wrap: wrap;
    }

}


#pib ul li a {
    font-size: 14px;
    white-space: nowrap;
}

.order_status_frame::before {
    background-image: url(https://au.shein.com/she_dist/images/border-e8fd9a0d48.png);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
    left: 0;
}


.add-to-wishlist {
    position: absolute;

    top: 1.5rem;
    left: 1.5rem;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    z-index: 9;
}

.single_product:hover .add-to-wishlist {
    visibility: visible;
    opacity: 1;
}


#scrollUp {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -4rem;
    right: 1.5rem;
    z-index: 9999;
    font-size: 1.4rem;
    font-weight: 700;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s;
}

#scrollUp.top-scroll {
    opacity: 1;
    bottom: 160px;
}

@media (max-width: 992px) {
    .wishlist table tbody tr td.product_name {
        min-width: initial;
        position: initial !important;
    }

    .wishlist table table tbody tr {
        padding: 20px;
    }
}

@media(max-width:600px) {
    .recharge-modalbody {
        height: 500px;
        overflow-y: scroll;
    }

    .mobile-profile {
        font-size: 12px;
    }
}

.old_price {
    text-decoration: line-through;
    color: gray;
}

@media(max-width:1400px) {
    .shopping_cart_area form {
        display: initial !important;
    }
}

@media (max-width: 992px) {
    .d-flex.labelColumn {
        flex-direction: column !important;
        align-items: start !important;
    }
}

.toast {
    background-color: #030303 !important;
}

.toast-success {
    background-color: #51A351 !important;
}

.toast-error {
    background-color: #BD362F !important;
}

.toast-info {
    background-color: #2F96B4 !important;
}

.toast-warning {
    background-color: #F89406 !important;
}

.shipping_offcanvas_menu_wrapper .ml-3 {
    word-break: break-word;
}

@media(max-width:600px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    a,
    button,
    span,
    li,
    label,
    body,
    p {
        font-size: 13.5px !important;
    }

    .red-btn-fill {
        padding: 10px 16px;
    }

    .form-control {
        width: 100%;
        box-sizing: border-box;
        font-size: 12px !important;
        padding-left: 10px !important;
    }

    .canvas_open i {
        font-size: 24px !important;
        color: #333;
        /* Ensure visible */
    }
}

@media (max-width: 600px) {
    .table_desc .cart_page table tbody tr td.product_name .product_thumb img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        margin-left: 0;
        margin-right: 10px;

    }

    .wishlist_inner {

        padding: 0;
    }

}

.button-wishlist {
    display: none;
}

.cartbuttons .button-wishlist {
    display: block !important;
}

/* Hover opacity style removed - points should always be visible */

@media only screen and (max-width: 992px) {
    .canvas_open a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product_d_right h3 {
        margin-bottom: 17px;
        font-size: 18px !important;
        font-weight: 600;
    }

    .product_d_right .price_box span.current_price {
        font-size: 18px !important;
    }

    .cartbuttons .button-wishlist {
        margin-left: 10px !important;
        display: block !important;
    }

    .product_review_form {
        flex-direction: column;
    }

    .product_review_form .ml-4 {
        margin-left: 0 !important;
    }
}

.offcanvas_menu .card .btn-link i {
    font-size: 12px !important;
    color: gray;
}

.offcanvas_menu .card {
    border: none !important;
    box-shadow: unset;
}

.product_d_right .product_rating ul li.review a {
    margin-left: 0 !important;
}

.product_details {
    margin-bottom: 0 !important;
}


.coupon_area .modal .row {
    flex-direction: row !important;
}

.scrollbar-sidebar {
    overflow: scroll;
}

.position-relative {
    position: relative;
}

.nav-item.position-relative {
    display: flex;
    align-items: center;
    position: relative;
}

.nav-item.position-relative .bi-cart {
    font-size: 22px;
    position: relative;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    background-color: #da2128;
    color: #fff;
    border-radius: 50%;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(218, 33, 40, 0.12);
    border: 2px solid #fff;
    transition: top 0.2s, right 0.2s;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .nav-item.position-relative .bi-cart {
        font-size: 20px;
    }

    .cart-count {
        top: 0px;
        right: -10px;
        min-width: 20px;
        height: 20px;
        font-size: 11px;
        padding: 0 4px;
    }


}

@media (max-width: 600px) {
    .nav-item.position-relative .bi-cart {
        font-size: 18px;
    }

    .cart-count {
        top: 0px;
        right: -10px;
        min-width: 20px;
        height: 20px;
        font-size: 10px;
        padding: 0 3px;
    }
}

.header_top_links li a {
    letter-spacing: 1px;
}

.footer_social ul {
    display: flex;
    align-items: center;
}

.is_default {
    position: absolute;
    bottom: 21px;
    right: 9px;
    text-align: right;
    background: #DA2128;
    width: fit-content !important;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
}

.is_default i {
    margin-right: 5px;
}

/* =========================================
   BOOKING PAGE STYLES
   ========================================= */

/* Booking page container */
.booking-page-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 20px 0;
}

/* Card styling */
.booking-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.booking-card:hover {
    box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12);
    transform: translateY(-2px);
}

.booking-card .card-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 12px 12px 0 0;
}

.booking-card .card-body {
    padding: 30px;
}

/* Table styling */
.booking-table-container {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(218, 33, 40, 0.05);
}

.booking-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.booking-table thead {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
}

.booking-table thead th {
    padding: 18px 15px;
    font-weight: 600;
    color: #DA2128;
    border: none;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #DA2128;
}

.booking-table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff0f0;
}

.booking-table tbody tr:hover {
    background: #fff5f5;
    transform: scale(1.01);
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.1);
}

.booking-table tbody td {
    padding: 20px 15px;
    vertical-align: middle;
    border: none;
    color: #495057;
    font-size: 14px;
}

/* Product image styling */
.booking-product-image {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    transition: all 0.3s ease;
}

.booking-product-image:hover {
    /* transform: scale(1.1);
    border-color: #DA2128;
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3); */
}

/* Product details styling */
.booking-product-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
}

.booking-product-variant {
    color: #6c757d;
    font-size: 13px;
    font-style: italic;
}

/* Price styling */
.booking-price {
    font-weight: 600;
    color: #DA2128;
    font-size: 16px;
}

.booking-price.booking-amount {
    color: #179d60;
}

/* Progress bar styling */
.booking-progress {
    background: #f8f8f8;
    border-radius: 20px;
    height: 8px;
    overflow: hidden;
    margin: 8px 0;
}

.booking-progress-bar {
    background: #179d60;
    height: 100%;
    border-radius: 20px;
    transition: width 0.6s ease;
    position: relative;
    overflow: hidden;
}

/* .booking-progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
} */

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.booking-percentage {
    font-weight: 600;
    color: #1a252f;
    font-size: 13px;
    /* text-align: center; */
    margin-top: 5px;
}

/* Date styling */
.booking-date {
    color: rgba(34, 34, 34, .8);
    font-size: 11px;
    font-weight: 300;
}

/* Booking type styling */
.booking-type {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px; */
}

.booking-type.online {
    background: #fff0f0;
    color: #DA2128;
    border: 1px solid #ffcccc;
}

.booking-type.points {
    background: #fff8e6;
    color: #e67e22;
    border: 1px solid #ffeaa7;
}

/* Status styling */
.booking-status {
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 400;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
    min-width: 100px;
}

.booking-status.new {
    background: rgb(221, 241, 255) !important;
    color: #DA2128;
    border: 1px solid #ffcccc;
}

.booking-status.approved {
    background: #e8f5e8;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.booking-status.not-approved {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

/* Action button styling */
.booking-action-btn {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3);
}

.booking-action-btn:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 6px 20px rgba(218, 33, 40, 0.4); */
    color: white;
    text-decoration: none;
    /* background: linear-gradient(135deg, #b91c23 0%, #DA2128 100%); */
}

.booking-action-btn:active {
    transform: translateY(0);
}

/* Info icon styling */
.booking-info-icon {
    color: #DA2128;
    cursor: pointer;
    margin-left: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.booking-info-icon:hover {
    color: #b91c23;
    transform: scale(1.2);
}

/* Modal styling */
.booking-modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(218, 33, 40, 0.15);
}

.booking-modal .modal-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    border: none;
    padding: 20px 25px;
}

.booking-modal .modal-title {
    font-weight: 600;
    font-size: 18px;
}

.booking-modal .modal-body {
    padding: 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #495057;
}

.booking-modal .modal-footer {
    border: none;
    padding: 20px 25px;
}

.booking-modal .btn-secondary {
    background: #6c757d;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.booking-modal .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

/* Empty state styling */
.booking-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.booking-empty-state i {
    font-size: 48px;
    color: #DA2128;
    margin-bottom: 20px;
    opacity: 0.6;
}

.booking-empty-state h4 {
    color: #DA2128;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Pagination styling */
.booking-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.booking-pagination .pagination {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.1);
}

.booking-pagination .page-link {
    border: none;
    padding: 12px 16px;
    color: #495057;
    font-weight: 600;
    transition: all 0.3s ease;
}

.booking-pagination .page-link:hover {
    background: #fff0f0;
    color: #DA2128;
    transform: translateY(-1px);
}

.booking-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    border: none;
    color: white;
}

/* Responsive design */
@media (max-width: 768px) {
    .booking-card .card-body {
        padding: 20px 15px;
    }

    .booking-table thead th,
    .booking-table tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .booking-product-image {
        width: 60px;
        height: 60px;
    }

    .booking-product-title {
        font-size: 14px;
    }

    .booking-status {
        padding: 6px 12px;
        font-size: 11px;
        min-width: 80px;
    }

    .booking-action-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .booking-table-container {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .booking-card .card-header {
        padding: 15px 20px;
        font-size: 16px;
    }

    .booking-table thead th,
    .booking-table tbody td {
        padding: 10px 6px;
        font-size: 12px;
    }

    .booking-product-image {
        width: 50px;
        height: 50px;
    }

    .booking-empty-state {
        padding: 40px 15px;
    }

    .booking-empty-state i {
        font-size: 36px;
    }
}

/* Animation for table rows */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.booking-table tbody tr {
    animation: fadeInUp 0.6s ease forwards;
}

.booking-table tbody tr:nth-child(1) {
    animation-delay: 0.1s;
}

.booking-table tbody tr:nth-child(2) {
    animation-delay: 0.2s;
}

.booking-table tbody tr:nth-child(3) {
    animation-delay: 0.3s;
}

.booking-table tbody tr:nth-child(4) {
    animation-delay: 0.4s;
}

.booking-table tbody tr:nth-child(5) {
    animation-delay: 0.5s;
}

/* Loading state */
.booking-loading {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

.booking-loading .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #DA2128;
}

/* Global page preloader */
body.page-is-loading {
    overflow: hidden;
}

.site-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(218, 33, 40, 0.12), transparent 45%),
        rgba(255, 255, 255, 0.96);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.site-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.site-preloader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.site-preloader__spinner {
    position: relative;
    width: 72px;
    height: 72px;
}

.site-preloader__spinner span {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #da2128;
    animation: sitePreloaderSpin 1s linear infinite;
}

.site-preloader__spinner span:nth-child(2) {
    inset: 8px;
    border-top-color: #111111;
    animation-duration: 1.4s;
    animation-direction: reverse;
}

.site-preloader__spinner span:nth-child(3) {
    inset: 16px;
    border-top-color: rgba(218, 33, 40, 0.45);
    animation-duration: 1.8s;
}

.site-preloader__text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3b3b3b;
}

@keyframes sitePreloaderSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 575px) {
    .site-preloader__spinner {
        width: 60px;
        height: 60px;
    }

    .site-preloader__text {
        font-size: 12px;
        letter-spacing: 0.06em;
    }
}

/* Success/Error states */
.booking-success {
    background: #e8f5e8;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.booking-error {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    color: #c62828;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* =========================================
   EARNING POINTS PAGE STYLES
   ========================================= */

/* Earning points page container */
.earning-points-page-container {
    background: white;
    min-height: 100vh;
    padding: 20px 0;
}

/* Points summary cards */
.earning-points-summary {
    margin-bottom: 30px;
}

.points-summary-card {
    background: #f8f8f8;
    border-radius: 12px;
    /* box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08); */
    border: none;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
}


/* .points-summary-card:hover {
    box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12);
    transform: translateY(-2px);
} */

.points-summary-icon {
    width: 60px;
    height: 60px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #1a252f;
    font-size: 24px;
}

.points-summary-content h5 {
    color: rgba(34, 34, 34, .8);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

.points-summary-content h3 {
    color: #1a252f;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

/* Earning points actions */
.earning-points-actions {
    text-align: right;
}

.earning-points-action-btn {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.earning-points-action-btn:hover {
    color: white;
    text-decoration: none;
}

/* Earning points card */
.earning-points-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.earning-points-card:hover {
    box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12);
    transform: translateY(-2px);
}

.earning-points-card .card-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 12px 12px 0 0;
}

.earning-points-card .card-body {
    padding: 30px;
}

/* Earning points table */
.earning-points-table-container {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(218, 33, 40, 0.05);
}

.earning-points-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.earning-points-table thead {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
}

.earning-points-table thead th {
    padding: 18px 15px;
    font-weight: 600;
    color: #DA2128;
    border: none;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #DA2128;
}

.earning-points-table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff0f0;
}

.earning-points-table tbody tr:hover {
    background: #fff5f5;
    transform: scale(1.01);
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.1);
}

.earning-points-table tbody td {
    padding: 20px 15px;
    vertical-align: middle;
    border: none;
    color: #495057;
    font-size: 14px;
}

/* Earning points action styling */
.earning-points-action {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #fff0f0;
    color: #DA2128;
    border: 1px solid #ffcccc;
}

/* Product and order links */
.earning-points-product-link {
    color: #DA2128;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.earning-points-product-link:hover {
    color: #b91c23;
    text-decoration: underline;
}

.earning-points-order-link {
    color: #6c757d;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.earning-points-order-link:hover {
    color: #DA2128;
    text-decoration: underline;
}

/* Points amount styling */
.earning-points-amount {
    font-weight: 700;
    color: #28a745;
    font-size: 16px;
}

.earning-points-amount.used {
    color: #dc3545;
}

/* Recharge styling */
.earning-points-recharge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #fff8e6;
    color: #e67e22;
    border: 1px solid #ffeaa7;
}

/* Date styling */
.earning-points-date {
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
}

/* Status styling */
.earning-points-status {
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
    min-width: 100px;
}

.earning-points-status.new {
    background: #fff0f0;
    color: #DA2128;
    border: 1px solid #ffcccc;
}

.earning-points-status.approved {
    background: #e8f5e8;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.earning-points-status.not-approved {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

/* Info icon styling */
.earning-points-info-icon {
    color: #DA2128;
    cursor: pointer;
    margin-left: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.earning-points-info-icon:hover {
    color: #b91c23;
    transform: scale(1.2);
}

/* Empty state styling */
.earning-points-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.earning-points-empty-state i {
    font-size: 48px;
    color: #DA2128;
    margin-bottom: 20px;
    opacity: 0.6;
}

.earning-points-empty-state h4 {
    color: #DA2128;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Pagination styling */
.earning-points-pagination {
    /* margin-top: 30px; */
    display: flex;
    justify-content: end;
}

.earning-points-pagination .pagination {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 48px;
}

.earning-points-pagination .page-link {
    border: none;
    margin: 0 4px;
    padding: 4px 12px;
    color: #495057;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 12px;
}

.earning-points-pagination .page-link:hover {
    background: #fff0f0;
    color: #DA2128;
    border-radius: 500px;
}

.earning-points-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    border: none;
    color: white;
    border-radius: 500px;
}

/* Modal styling */
.earning-points-modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(218, 33, 40, 0.15);
}

.earning-points-modal .modal-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    border: none;
    padding: 20px 25px;
}

.earning-points-modal .modal-title {
    font-weight: 600;
    font-size: 18px;
}

.earning-points-modal .modal-body {
    padding: 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #495057;
}

.earning-points-modal .modal-footer {
    border: none;
    padding: 20px 25px;
}

.earning-points-modal .btn-secondary {
    background: #6c757d;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.earning-points-modal .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

/* Responsive design */
@media (max-width: 768px) {
    .points-summary-card {
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .points-summary-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .points-summary-content h3 {
        font-size: 18px;
    }

    .earning-points-card .card-body {
        padding: 20px 15px;
    }

    .earning-points-table thead th,
    .earning-points-table tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .earning-points-action-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .earning-points-table-container {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .earning-points-card .card-header {
        padding: 15px 20px;
        font-size: 16px;
    }

    .earning-points-table thead th,
    .earning-points-table tbody td {
        padding: 10px 6px;
        font-size: 12px;
    }

    .earning-points-empty-state {
        padding: 40px 15px;
    }

    .earning-points-empty-state i {
        font-size: 36px;
    }

    .points-summary-content h3 {
        font-size: 16px;
    }
}

/* Animation for table rows */
.earning-points-table tbody tr {
    animation: fadeInUp 0.6s ease forwards;
}

.earning-points-table tbody tr:nth-child(1) {
    animation-delay: 0.1s;
}

.earning-points-table tbody tr:nth-child(2) {
    animation-delay: 0.2s;
}

.earning-points-table tbody tr:nth-child(3) {
    animation-delay: 0.3s;
}

.earning-points-table tbody tr:nth-child(4) {
    animation-delay: 0.4s;
}

.earning-points-table tbody tr:nth-child(5) {
    animation-delay: 0.5s;
}

/* =========================================
   SIDEBAR STYLES
   ========================================= */

/* Sidebar container */
.user-sidenav-wrap {
    background: #ffffff;
    border-radius: 12px;
    /* box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08); */
    overflow: hidden;
    transition: all 0.3s ease;
}

.user-sidenav-wrap:hover {
    /* box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12); */
}

/* Profile card */
.sidenav-profile-card {
    background: #f8f8f8;
    padding: 24px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sidenav-profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.sidenav-profile-avatar {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.sidenav-avatar-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    object-fit: cover;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.sidenav-avatar-image:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.5);
}

.sidenav-profile-info {
    position: relative;
    z-index: 1;
}

.sidenav-profile-name {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.sidenav-profile-email {
    color: rgba(34, 34, 34, .8);
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Navigation menu */
.sidenav-menu {
    padding: 12px 0;
}

.sidenav-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidenav-menu-item {
    margin-bottom: 1px;
}

.sidenav-menu-link {
    display: flex;
    align-items: center;
    padding: 4px 20px;
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0 25px 25px 0;
    margin-right: 8px;
    position: relative;
    overflow: hidden;
}

.sidenav-menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    transition: width 0.3s ease;
    z-index: 0;
}

.sidenav-menu-link:hover::before {
    width: 0;
}

.sidenav-menu-link:hover {
    /* background: #fff5f5; */
    color: #DA2128;
    /* transform: translateX(5px); */
    /* box-shadow: 0 4px 15px rgba(218, 33, 40, 0.1); */
}

.sidenav-menu-active {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white !important;
    /* box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3); */
    /* transform: translateX(5px); */
}

.sidenav-menu-active::before {
    width: 0;
    background: white;
}

.sidenav-menu-active .sidenav-menu-icon {
    color: white;
}

.sidenav-menu-active .sidenav-menu-arrow {
    color: white !important;
}

.sidenav-menu-arrow .fa {
    font-size: 11px;
}

/* Menu icon */
.sidenav-menu-icon {
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    color: #495057;
    font-size: 14px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.sidenav-menu-link:hover .sidenav-menu-icon {
    background: transparent;
    /* transform: scale(1.1); */
    color: #DA2128;
}

.sidenav-menu-link:hover.sidenav-menu-active .sidenav-menu-icon {
    background: transparent;
    color: white !important;
}

/* Menu text */
.sidenav-menu-text {
    font-weight: 400;
    font-size: 12px;
    flex: 1;
    z-index: 1;
    position: relative;
}

/* Menu arrow */
.sidenav-menu-arrow {
    color: #6c757d;
    font-size: 12px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.sidenav-menu-link:hover .sidenav-menu-arrow {
    color: #495057;
    transform: translateX(3px);
}

/* Mobile footer */
.sidenav-mobile-footer {
    background: white;
    border-top: 1px solid #e9ecef;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
}

.sidenav-mobile-btn {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: none;
    background: none;
    color: #495057;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.sidenav-mobile-btn:hover {
    background: #fff5f5;
    color: #DA2128;
    text-decoration: none;
}

.sidenav-mobile-btn i {
    margin-right: 8px;
    font-size: 16px;
}

.sidenav-mobile-logout {
    color: #dc3545;
}

.sidenav-mobile-logout:hover {
    background: #ffebee;
    color: #c62828;
}

.sidenav-mobile-close {
    color: #6c757d;
}

.sidenav-mobile-close:hover {
    background: #f8f9fa;
    color: #495057;
}

/* Responsive design */
@media (max-width: 768px) {
    .sidenav-profile-card {
        padding: 20px 15px;
    }

    .sidenav-avatar-image {
        width: 60px;
        height: 60px;
    }

    .sidenav-profile-name {
        font-size: 16px;
    }

    .sidenav-profile-email {
        font-size: 13px;
    }

    .sidenav-menu-link {
        padding: 12px 15px;
        margin-right: 10px;
    }

    .sidenav-menu-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-right: 12px;
    }

    .sidenav-menu-text {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .sidenav-profile-card {
        padding: 15px 10px;
    }

    .sidenav-avatar-image {
        width: 50px;
        height: 50px;
    }

    .sidenav-profile-name {
        font-size: 14px;
    }

    .sidenav-profile-email {
        font-size: 12px;
    }

    .sidenav-menu-link {
        padding: 10px 12px;
        margin-right: 8px;
    }

    .sidenav-menu-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin-right: 10px;
    }

    .sidenav-menu-text {
        font-size: 12px;
    }

    .sidenav-mobile-footer {
        padding: 10px 15px;
    }

    .sidenav-mobile-btn {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* Animation for menu items */
/* @keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
} */

/* .sidenav-menu-item {
    animation: slideInLeft 0.6s ease forwards;
}

.sidenav-menu-item:nth-child(1) {
    animation-delay: 0.1s;
}

.sidenav-menu-item:nth-child(2) {
    animation-delay: 0.2s;
}

.sidenav-menu-item:nth-child(3) {
    animation-delay: 0.3s;
}

.sidenav-menu-item:nth-child(4) {
    animation-delay: 0.4s;
}

.sidenav-menu-item:nth-child(5) {
    animation-delay: 0.5s;
}

.sidenav-menu-item:nth-child(6) {
    animation-delay: 0.6s;
}

.sidenav-menu-item:nth-child(7) {
    animation-delay: 0.7s;
}

.sidenav-menu-item:nth-child(8) {
    animation-delay: 0.8s;
}

.sidenav-menu-item:nth-child(9) {
    animation-delay: 0.9s;
}

.sidenav-menu-item:nth-child(10) {
    animation-delay: 1.0s;
} */

/* =========================================
   RESET PASSWORD PAGE STYLES
   ========================================= */

/* Reset password page container */
.reset-password-page-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 40px 0;
}

/* Reset password card */
.reset-password-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(218, 33, 40, 0.1);
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.reset-password-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
}

.reset-password-card:hover {
    box-shadow: 0 12px 50px rgba(218, 33, 40, 0.15);
    transform: translateY(-2px);
}

/* Reset password header */
.reset-password-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.reset-password-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.reset-password-logo {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.reset-password-logo-img {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.reset-password-logo-img:hover {
    transform: scale(1.05);
}

.reset-password-title {
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.reset-password-subtitle {
    position: relative;
    z-index: 1;
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Reset password body */
.reset-password-body {
    padding: 40px 30px;
}

/* Error styling */
.reset-password-errors {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.reset-password-error-icon {
    color: #c62828;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 2px;
}

.reset-password-error-content h4 {
    color: #c62828;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.reset-password-error-content ul {
    margin: 0;
    padding-left: 20px;
    color: #c62828;
}

.reset-password-error-content li {
    margin-bottom: 5px;
}

/* Form styling */
.reset-password-form-group {
    margin-bottom: 25px;
}

.reset-password-label {
    display: flex;
    align-items: center;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.reset-password-label i {
    color: #DA2128;
    margin-right: 8px;
    font-size: 16px;
}

.reset-password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.reset-password-input {
    width: 100%;
    padding: 15px 50px 15px 45px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    color: #495057;
}

.reset-password-input:focus {
    outline: none;
    border-color: #DA2128;
    background: white;
    box-shadow: 0 0 0 3px rgba(218, 33, 40, 0.1);
}

.reset-password-input::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.reset-password-input-icon {
    position: absolute;
    left: 15px;
    color: #DA2128;
    font-size: 16px;
    pointer-events: none;
}

.reset-password-toggle-password {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.reset-password-toggle-password:hover {
    color: #DA2128;
    background: rgba(218, 33, 40, 0.1);
}

/* Password requirements */
.reset-password-requirements {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.reset-password-requirements h5 {
    color: #495057;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.reset-password-requirements-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.requirement-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.requirement-item i {
    margin-right: 10px;
    font-size: 8px;
    color: #dee2e6;
    transition: all 0.3s ease;
}

.requirement-item.met {
    color: #28a745;
}

.requirement-item.met i {
    color: #28a745;
}

/* Actions */
.reset-password-actions {
    margin-bottom: 25px;
}

.reset-password-btn {
    width: 100%;
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reset-password-btn i {
    margin-right: 10px;
    font-size: 18px;
}

.reset-password-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 33, 40, 0.4);
    background: linear-gradient(135deg, #b91c23 0%, #DA2128 100%);
}

.reset-password-btn:active {
    transform: translateY(0);
}

/* Footer */
.reset-password-footer {
    text-align: center;
    color: #6c757d;
    font-size: 14px;
}

.reset-password-link {
    color: #DA2128;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.reset-password-link:hover {
    color: #b91c23;
    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
    .reset-password-page-container {
        padding: 20px 0;
    }

    .reset-password-header {
        padding: 30px 20px;
    }

    .reset-password-title {
        font-size: 24px;
    }

    .reset-password-subtitle {
        font-size: 14px;
    }

    .reset-password-body {
        padding: 30px 20px;
    }

    .reset-password-input {
        padding: 12px 45px 12px 15px;
        font-size: 14px;
    }

    .reset-password-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .reset-password-header {
        padding: 25px 15px;
    }

    .reset-password-title {
        font-size: 20px;
    }

    .reset-password-body {
        padding: 25px 15px;
    }

    .reset-password-errors {
        padding: 15px;
    }

    .reset-password-requirements {
        padding: 15px;
    }
}

/* Animation for form elements */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reset-password-form-group {
    animation: slideInUp 0.6s ease forwards;
}

.reset-password-form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.reset-password-form-group:nth-child(2) {
    animation-delay: 0.2s;
}

.reset-password-form-group:nth-child(3) {
    animation-delay: 0.3s;
}

.reset-password-form-group:nth-child(4) {
    animation-delay: 0.4s;
}

/* =========================================
   CHANGE PASSWORD PAGE STYLES
   ========================================= */

/* Change password page container */
.change-password-page-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 20px 0;
}

/* Change password card */
.change-password-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.change-password-card:hover {
    box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12);
    transform: translateY(-2px);
}

.change-password-card .card-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 12px 12px 0 0;
}

.change-password-card .card-body {
    padding: 30px;
}

/* Form container */
.change-password-form-container {
    max-width: 500px;
    margin: 0 auto;
}

/* Form styling */
.change-password-form-group {
    margin-bottom: 25px;
}

.change-password-label {
    display: flex;
    align-items: center;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.change-password-label i {
    color: #DA2128;
    margin-right: 8px;
    font-size: 16px;
}

.change-password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.change-password-input {
    width: 100%;
    padding: 15px 50px 15px 45px !important;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    color: #495057;
}

.change-password-input:focus {
    outline: none;
    border-color: #DA2128;
    background: white;
    box-shadow: 0 0 0 3px rgba(218, 33, 40, 0.1);
}

.change-password-input::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.change-password-input-icon {
    position: absolute;
    left: 15px;
    color: #DA2128;
    font-size: 16px;
    pointer-events: none;
}

.change-password-toggle-password {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.change-password-toggle-password:hover {
    color: #DA2128;
    background: rgba(218, 33, 40, 0.1);
}

/* Error styling */
.change-password-error {
    display: flex;
    align-items: center;
    color: #c62828;
    font-size: 13px;
    margin-top: 8px;
    padding: 8px 12px;
    background: #ffebee;
    border-radius: 8px;
    border-left: 3px solid #c62828;
}

.change-password-error i {
    margin-right: 8px;
    font-size: 14px;
}

/* Password requirements */
.change-password-requirements {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.change-password-requirements h5 {
    color: #495057;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.change-password-requirements-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Actions */
.change-password-actions {
    margin-bottom: 25px;
}

.change-password-btn {
    width: 100%;
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.change-password-btn i {
    margin-right: 10px;
    font-size: 18px;
}

.change-password-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 33, 40, 0.4);
    background: linear-gradient(135deg, #b91c23 0%, #DA2128 100%);
}

.change-password-btn:active {
    transform: translateY(0);
}

/* =========================================
   SET PASSWORD PAGE STYLES
   ========================================= */

/* Set password page container */
.set-password-page-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 20px 0;
}

/* Set password card */
.set-password-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.set-password-card:hover {
    box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12);
    transform: translateY(-2px);
}

.set-password-card .card-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 12px 12px 0 0;
}

.set-password-card .card-body {
    padding: 30px;
}

/* Form container */
.set-password-form-container {
    max-width: 500px;
    margin: 0 auto;
}

/* Form styling */
.set-password-form-group {
    margin-bottom: 25px;
}

.set-password-label {
    display: flex;
    align-items: center;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.set-password-label i {
    color: #DA2128;
    margin-right: 8px;
    font-size: 16px;
}

.set-password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.set-password-input {
    width: 100%;
    padding: 15px 50px 15px 45px !important;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    color: #495057;
}

.set-password-input:focus {
    outline: none;
    border-color: #DA2128;
    background: white;
    box-shadow: 0 0 0 3px rgba(218, 33, 40, 0.1);
}

.set-password-input::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.set-password-input-icon {
    position: absolute;
    left: 15px;
    color: #DA2128;
    font-size: 16px;
    pointer-events: none;
}

.set-password-toggle-password {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #6c757d;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.set-password-toggle-password:hover {
    color: #DA2128;
    background: rgba(218, 33, 40, 0.1);
}

/* Error styling */
.set-password-error {
    display: flex;
    align-items: center;
    color: #c62828;
    font-size: 13px;
    margin-top: 8px;
    padding: 8px 12px;
    background: #ffebee;
    border-radius: 8px;
    border-left: 3px solid #c62828;
}

.set-password-error i {
    margin-right: 8px;
    font-size: 14px;
}

/* Password requirements */
.set-password-requirements {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.set-password-requirements h5 {
    color: #495057;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.set-password-requirements-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Actions */
.set-password-actions {
    margin-bottom: 25px;
}

.set-password-btn {
    width: 100%;
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.set-password-btn i {
    margin-right: 10px;
    font-size: 18px;
}

.set-password-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(218, 33, 40, 0.4);
    background: linear-gradient(135deg, #b91c23 0%, #DA2128 100%);
}

.set-password-btn:active {
    transform: translateY(0);
}

/* Responsive design for both pages */
@media (max-width: 768px) {

    .change-password-card .card-body,
    .set-password-card .card-body {
        padding: 20px 15px;
    }

    .change-password-input,
    .set-password-input {
        padding: 12px 45px 12px 40px !important;
        font-size: 14px;
    }

    .change-password-btn,
    .set-password-btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .change-password-requirements,
    .set-password-requirements {
        padding: 15px;
    }
}

@media (max-width: 576px) {

    .change-password-card .card-header,
    .set-password-card .card-header {
        padding: 15px 20px;
        font-size: 16px;
    }

    .change-password-card .card-body,
    .set-password-card .card-body {
        padding: 15px 10px;
    }

    .change-password-error,
    .set-password-error {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* Animation for form elements */
.change-password-form-group,
.set-password-form-group {
    animation: slideInUp 0.6s ease forwards;
}

.change-password-form-group:nth-child(1),
.set-password-form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.change-password-form-group:nth-child(2),
.set-password-form-group:nth-child(2) {
    animation-delay: 0.2s;
}

.change-password-form-group:nth-child(3),
.set-password-form-group:nth-child(3) {
    animation-delay: 0.3s;
}

/* =========================================
   EVENT LIST PAGE STYLES
   ========================================= */

/* Event list page container */
.event-list-page-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 20px 0;
}

/* Event banner */
.event-banner {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
}

.event-banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Event page header */
.event-page-header {
    /* background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%); */
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    color: black;
    position: relative;
    overflow: hidden;
}

.event-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.event-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.event-header-title {
    flex: 1;
}

.event-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.event-subtitle {
    font-size: 12px;
    margin: 0;
}

.event-header-actions {
    flex-shrink: 0;
}

.event-submit-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-submit-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Event list section */
.event-list-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    overflow: hidden;
}

.event-list-header {
    background: #f8f9fa;
    padding: 20px 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-list-title {
    font-size: 20px;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.event-list-stats {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-count {
    background: #DA2128;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Event list content */
.event-list-content {
    padding: 0;
}

/* Event table container */
.event-table-container {
    overflow-x: auto;
}

.event-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.event-table thead {
    background: #f8f9fa;
}

.event-table th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e9ecef;
}

.event-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f3f4;
    vertical-align: middle;
}

.event-table-row {
    transition: all 0.3s ease;
}

.event-table-row:hover {
    background: #fff5f5;
}

/* Event table cells */
.event-serial {
    font-weight: 600;
    color: #DA2128;
    width: 60px;
}

.event-title-cell {
    min-width: 200px;
}

.event-title-content {
    display: flex;
    align-items: center;
}

.event-title-text {
    font-weight: 600;
    color: #495057;
}

.event-address {
    color: #6c757d;
    max-width: 250px;
    word-wrap: break-word;
}

.event-date {
    min-width: 150px;
}

.event-date-content {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #495057;
}

.event-date-content i {
    color: #DA2128;
    font-size: 14px;
}

.event-image-cell {
    text-align: center;
    width: 80px;
}

.event-image-link {
    color: #DA2128;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 8px;
    border-radius: 6px;
}

.event-image-link:hover {
    background: rgba(218, 33, 40, 0.1);
    transform: scale(1.1);
    color: #b91c23;
}

.event-status-cell {
    text-align: center;
    min-width: 120px;
}

/* Event status badges */
.event-status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.event-status.new {
    background: #e3f2fd;
    color: #1976d2;
}

.event-status.approved {
    background: #e8f5e8;
    color: #2e7d32;
}

.event-status.not-approved {
    background: #ffebee;
    color: #c62828;
}

.event-info-btn {
    background: none;
    border: none;
    color: #DA2128;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.event-info-btn:hover {
    background: rgba(218, 33, 40, 0.1);
    transform: scale(1.1);
}

/* Event empty state */
.event-empty-state {
    text-align: center;
    padding: 60px 30px;
    color: #6c757d;
}

.event-empty-icon {
    font-size: 64px;
    color: #dee2e6;
    margin-bottom: 20px;
}

.event-empty-title {
    font-size: 24px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 10px;
}

.event-empty-description {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.event-empty-btn {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.event-empty-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3);
    color: white;
    text-decoration: none;
}

/* Event modals */
.event-modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 8px 40px rgba(218, 33, 40, 0.15);
}

.event-modal .modal-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    border: none;
    padding: 20px 25px;
}

.event-modal .modal-title {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.event-modal .modal-body {
    padding: 30px;
}

.event-modal .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 20px 25px;
}

/* Event form */
.event-form {
    max-width: 100%;
}

.event-form-row {
    margin-bottom: 20px;
}

.event-form-group {
    margin-bottom: 0;
}

.event-form-label {
    display: flex;
    align-items: center;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-form-label i {
    color: #DA2128;
    margin-right: 8px;
    font-size: 16px;
}

.required {
    color: #DA2128;
    margin-left: 4px;
}

.event-form-input,
.event-form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    color: #495057;
}

.event-form-input:focus,
.event-form-textarea:focus {
    outline: none;
    border-color: #DA2128;
    background: white;
    box-shadow: 0 0 0 3px rgba(218, 33, 40, 0.1);
}

.event-form-input::placeholder,
.event-form-textarea::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

.event-form-textarea {
    resize: vertical;
    min-height: 100px;
}

/* Event image upload */
.event-image-upload {
    position: relative;
}

.event-file-input {
    width: 100%;
    padding: 12px;
    border: 2px dashed #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-file-input:hover {
    border-color: #DA2128;
    background: #fff5f5;
}

.event-image-preview {
    margin-top: 15px;
    text-align: center;
}

.event-image-preview img {
    max-width: 200px;
    max-height: 150px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Event form actions */
.event-form-actions {
    text-align: right;
    margin-top: 30px;
}

.event-submit-form-btn {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.event-submit-form-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(218, 33, 40, 0.3);
    background: linear-gradient(135deg, #b91c23 0%, #DA2128 100%);
}

.event-modal-btn {
    background: #6c757d;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.event-modal-btn:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

/* Event reject content */
.event-reject-content {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-radius: 8px;
    padding: 20px;
}

.event-reject-message {
    color: #c53030;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive design */
@media (max-width: 768px) {
    .event-page-header {
        padding: 20px;
    }

    .event-header-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .event-title {
        font-size: 24px;
    }

    .event-subtitle {
        font-size: 14px;
    }

    .event-list-header {
        padding: 15px 20px;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .event-table th,
    .event-table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .event-table-container {
        font-size: 12px;
    }

    .event-address {
        max-width: 150px;
    }

    .event-modal .modal-body {
        padding: 20px;
    }

    .event-form-actions {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .event-page-header {
        padding: 15px;
    }

    .event-title {
        font-size: 20px;
    }

    .event-list-header {
        padding: 12px 15px;
    }

    .event-table th,
    .event-table td {
        padding: 8px 10px;
        font-size: 12px;
    }

    .event-status {
        padding: 4px 8px;
        font-size: 10px;
    }

    .event-empty-state {
        padding: 40px 20px;
    }

    .event-empty-title {
        font-size: 20px;
    }

    .event-empty-description {
        font-size: 14px;
    }

    .event-modal .modal-body {
        padding: 15px;
    }
}

/* Animation for table rows */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.event-table-row {
    animation: fadeInUp 0.6s ease forwards;
}

.event-table-row:nth-child(1) {
    animation-delay: 0.1s;
}

.event-table-row:nth-child(2) {
    animation-delay: 0.2s;
}

.event-table-row:nth-child(3) {
    animation-delay: 0.3s;
}

.event-table-row:nth-child(4) {
    animation-delay: 0.4s;
}

.event-table-row:nth-child(5) {
    animation-delay: 0.5s;
}

/* =========================================
   DASHBOARD PAGE STYLES
   ========================================= */

/* Dashboard page container */
.dashboard-page-container {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 20px 0;
}

/* Dashboard banner */
.dashboard-banner {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    margin-bottom: 30px;
}

.dashboard-banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Dashboard header */
.dashboard-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    color: white;
    position: relative;
    overflow: hidden;
}

.dashboard-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.dashboard-title {
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dashboard-subtitle {
    position: relative;
    z-index: 1;
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Wallet section */
.dashboard-wallet-section {
    margin-bottom: 30px;
}

.wallet-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.wallet-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

.wallet-card:hover {
    box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12);
    transform: translateY(-2px);
}

.wallet-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.wallet-card-content {
    flex: 1;
}

.wallet-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wallet-card-value {
    font-size: 24px;
    font-weight: 700;
    color: #495057;
}

/* Dashboard info section */
.dashboard-info-section {
    margin-bottom: 30px;
}

.dashboard-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.dashboard-info-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Dashboard info cards */
.dashboard-info-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 120px;
}

.dashboard-info-card:hover {
    box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12);
    transform: translateY(-2px);
}

.dashboard-info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.dashboard-info-content {
    flex: 1;
    text-align: center;
}

.dashboard-info-value {
    font-size: 28px;
    font-weight: 700;
    color: #495057;
    margin-bottom: 8px;
}

.dashboard-info-link {
    color: #DA2128;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dashboard-info-link:hover {
    color: #b91c23;
    text-decoration: none;
}

.dashboard-info-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Dashboard history card */
.dashboard-history-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    border: none;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
}

.dashboard-history-header {
    background: #f8f9fa;
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.dashboard-history-title {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-history-title i {
    color: #DA2128;
    font-size: 20px;
}

.dashboard-history-content {
    padding: 20px;
    height: calc(100% - 80px);
    overflow-y: auto;
}

.dashboard-history-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.3s ease;
}

.dashboard-history-item:last-child {
    border-bottom: none;
}

.dashboard-history-item:hover {
    background: #fff5f5;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.dashboard-history-image {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.dashboard-history-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-history-details {
    flex: 1;
}

.dashboard-history-code {
    font-size: 14px;
    font-weight: 600;
    color: #DA2128;
    margin-bottom: 4px;
}

.dashboard-history-product {
    font-size: 14px;
    color: #495057;
    margin-bottom: 4px;
    line-height: 1.4;
}

.dashboard-history-date {
    font-size: 12px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dashboard-history-date i {
    color: #DA2128;
    font-size: 12px;
}

.dashboard-history-empty {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.dashboard-history-empty i {
    font-size: 48px;
    color: #dee2e6;
    margin-bottom: 15px;
    display: block;
}

.dashboard-history-empty p {
    margin: 0;
    font-size: 14px;
}

/* Dashboard address card */
.dashboard-address-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    border: none;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
}

.dashboard-address-header {
    background: #f8f9fa;
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
}

.dashboard-address-title {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-address-title i {
    color: #DA2128;
    font-size: 20px;
}

.dashboard-address-content {
    padding: 20px;
    height: calc(100% - 80px);
}

.dashboard-address-details {
    line-height: 1.8;
}

.address-line {
    font-size: 14px;
    color: #495057;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.address-line i {
    color: #DA2128;
    font-size: 14px;
    width: 16px;
}

.dashboard-address-empty {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.dashboard-address-empty i {
    font-size: 48px;
    color: #dee2e6;
    margin-bottom: 15px;
    display: block;
}

.dashboard-address-empty p {
    margin: 0;
    font-size: 14px;
}

/* Dashboard add address */
.dashboard-add-address {
    margin-top: auto;
}

/* Responsive design */
@media (max-width: 1200px) {
    .wallet-cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .dashboard-info-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .dashboard-header {
        padding: 20px;
    }

    .dashboard-title {
        font-size: 24px;
    }

    .dashboard-subtitle {
        font-size: 14px;
    }

    .wallet-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .wallet-card {
        padding: 20px;
    }

    .wallet-card-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .wallet-card-value {
        font-size: 20px;
    }

    .dashboard-info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .dashboard-info-card {
        padding: 20px;
        min-height: 100px;
    }

    .dashboard-info-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .dashboard-info-value {
        font-size: 24px;
    }

    .dashboard-history-header,
    .dashboard-address-header {
        padding: 15px 20px;
    }

    .dashboard-history-content,
    .dashboard-address-content {
        padding: 15px;
    }

    .dashboard-history-item {
        padding: 12px 0;
    }

    .dashboard-history-image {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .dashboard-header {
        padding: 15px;
    }

    .dashboard-title {
        font-size: 20px;
    }

    .wallet-card {
        padding: 15px;
        gap: 15px;
    }

    .wallet-card-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .wallet-card-value {
        font-size: 18px;
    }

    .dashboard-info-card {
        padding: 15px;
        gap: 15px;
    }

    .dashboard-info-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .dashboard-info-value {
        font-size: 20px;
    }

    .dashboard-history-header,
    .dashboard-address-header {
        padding: 12px 15px;
    }

    .dashboard-history-content,
    .dashboard-address-content {
        padding: 12px;
    }

    .dashboard-history-title,
    .dashboard-address-title {
        font-size: 16px;
    }
}

/* Animation for dashboard elements */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wallet-card,
.dashboard-info-card,
.dashboard-history-card,
.dashboard-address-card {
    animation: fadeInUp 0.6s ease forwards;
}

.wallet-card:nth-child(1) {
    animation-delay: 0.1s;
}

.wallet-card:nth-child(2) {
    animation-delay: 0.2s;
}

.wallet-card:nth-child(3) {
    animation-delay: 0.3s;
}

.dashboard-info-card:nth-child(1) {
    animation-delay: 0.1s;
}

.dashboard-info-card:nth-child(2) {
    animation-delay: 0.2s;
}

.dashboard-info-card:nth-child(3) {
    animation-delay: 0.3s;
}

/* =========================================
   HOME SLIDER & CATEGORY STYLES
   ========================================= */

/* Home slider container */
.home-slider-container {
    /* background: #f8f9fa; */
    background: #1a252f;
    padding: 50px 0;
}

/* Category sidebar */
.sidebar-home {
    position: relative;
    background: white;
}

.side-menu-wrapper {
    background: white;
    border-radius: 12px;
    /* box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08); */
    overflow: hidden;
    transition: all 0.3s ease;
}

.side-menu-wrapper:hover {
    /* box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12); */
    transform: translateY(-2px);
}

/* Category header */
.category-header {
    background: linear-gradient(135deg, #DA2128 0%, #b91c23 100%);
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.category-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.category-title {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-title i {
    font-size: 20px;
}

/* Category menu */
.category-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-item {
    border-bottom: 1px solid #f1f3f4;
    position: relative;
}

.category-item:last-child {
    border-bottom: none;
}

.category-item:hover {
    background: #fff5f5;
}

.category-content {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    transition: all 0.3s ease;
    position: relative;
}

.category-link {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    flex: 1;

}

.category-item .category-link .category-arrow {
    color: #000 !important;
}

.category-item:hover .category-link {
    color: #DA2128;
    text-decoration: none;
}

.category-item:hover .category-icon {
    color: #DA2128;
    transform: scale(1.1);
}

.category-icon {
    color: #6c757d;
    margin-right: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 20px;
    text-align: center;
}

.category-label {
    flex: 1;
    text-transform: capitalize;
}

.category-arrow {
    color: #6c757d;
    font-size: 12px;
    transition: all 0.3s ease;
}

.category-item:hover .category-arrow {
    color: #DA2128;
    transform: translateX(3px);
}

/* Category submenu */
.category-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    border-left: 2px solid #333;
    display: none;
    left: 100%;
    top: 0;
    min-width: 250px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 8px 0;
    z-index: 9999 !important;
    position: absolute !important;
    animation: slideInRight 0.3s ease;
    color: #f8f9fa;
}

.category-submenu .category-link .category-label {
    color: #333 !important;
}

/* Ensure parent items can position submenus */
.category-item {
    position: relative;
    overflow: visible !important;
}

.category-submenu .category-item {
    border-bottom: 1px solid #e9ecef;
}

.category-submenu .category-item:last-child {
    border-bottom: none;
}

.side-nav {
    overflow: visible !important;
}

.slider_section {
    z-index: 1 !important;
}

.slider_area {
    z-index: 1 !important;
}

.swiper,
.swiper-container {
    z-index: 1 !important;
}

.category-menu {
    overflow: visible !important;
    z-index: 10000 !important;
    position: relative;
}

/* Comprehensive Z-Index Fix for Category Dropdowns */
.categories-dropdown-wrap {
    z-index: 99999 !important;
    position: relative;
}

.categories-dropdown-wrap ul {
    z-index: 99999 !important;
    position: relative;
}

.categories-dropdown-wrap ul li:hover .dropdown-menu {
    z-index: 100000 !important;
}

/* Fix for all dropdown menus */
.dropdown-menu {
    z-index: 100000 !important;
}

/* Fix for main navigation and header elements */
.header_area {
    z-index: 99998 !important;
    position: relative;
}

.main_menu_area {
    z-index: 99998 !important;
    position: relative;
}

/* Ensure category menu container has proper z-index */
.main-categori-wrap {
    z-index: 99999 !important;
    position: relative;
}

.categori-dropdown-inner {
    z-index: 100000 !important;
    position: relative;
}

/* Fix for any submenu elements */
.submenu,
.sub-menu,
.dropdown-submenu {
    z-index: 100001 !important;
}


.category-submenu .category-link {
    padding: 2px 2px;
    font-size: 13px;
}

/* Slider area */
.slider_area {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
}

.slider-link {
    display: block;
    text-decoration: none;
}

.slider-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

.slider-link:hover .slider-image {
    transform: scale(1.02);
}

/* Swiper pagination customization */
.swiper-pagination-bullet {
    background: rgba(218, 33, 40, 0.3);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #DA2128;
    transform: scale(1.2);
}

/* Sidebar banner area */
.sidebar_banner_area {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.banner-item {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(218, 33, 40, 0.08);
    transition: all 0.3s ease;
}

.banner-item:hover {
    box-shadow: 0 8px 30px rgba(218, 33, 40, 0.12);
    transform: translateY(-2px);
}

.banner-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-link:hover .banner-image {
    transform: scale(1.05);
}

@media (min-width: 992px) {
    .home-slider-container .sidebar_banner_area {
        height: 100%;
    }

    .home-slider-container .sidebar_banner_area .banner-item {
        display: flex;
        flex: 1 1 0;
        min-height: 0;
        padding: 0;
    }

    .home-slider-container .sidebar_banner_area .banner-link {
        width: 100%;
        height: 100%;
    }

    .home-slider-container .sidebar_banner_area .banner-image {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
}

/* Animation for submenu */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive design */
@media (max-width: 991px) {
    .home-slider-container {
        padding: 20px 0;
    }

    .side-menu-wrapper {
        margin-bottom: 20px;
    }

    .category-header {
        padding: 15px 20px;
    }

    .category-title {
        font-size: 16px;
    }

    .category-link {
        padding: 12px 20px;
        font-size: 13px;
    }

    .category-submenu {
        position: static;
        box-shadow: none;
        border-left: none;
        border-top: 1px solid #e9ecef;
        border-radius: 0;
        min-width: auto;
        animation: slideInDown 0.3s ease;
    }

    .sidebar_banner_area {
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
    }

    .banner-item {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .home-slider-container {
        padding: 15px 0;
    }

    .category-header {
        padding: 12px 15px;
    }

    .category-title {
        font-size: 14px;
    }

    .category-link {
        padding: 10px 15px;
        font-size: 12px;
    }

    .category-icon {
        font-size: 14px;
        margin-right: 10px;
    }

    .sidebar_banner_area {
        /* flex-direction: column; */
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .category-header {
        padding: 10px 12px;
    }

    .category-title {
        font-size: 13px;
    }

    .category-link {
        padding: 8px 12px;
        font-size: 11px;
    }

    .category-icon {
        font-size: 12px;
        margin-right: 8px;
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* =============================================
   Header Account Dropdown (scoped styles)
   ============================================= */
.header-auth {
    position: relative;
}

.header-auth__trigger {
    padding: 6px 15px;
    border: 0;
    background: transparent;
    border-radius: 999px;
    line-height: 1;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

/* .header-auth__trigger:hover,
.header-auth__trigger:focus-visible {
    background-color: #f8f9fa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    outline: none;
} */

.header-auth__trigger .fa-chevron-down {
    transition: transform 0.2s ease;
}

.header-auth:hover .fa-chevron-down,
.header-auth:focus-within .fa-chevron-down {
    transform: rotate(180deg);
}

.header-auth .account-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    padding: 8px 0;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px) scale(0.98);
    transform-origin: top right;
    transition: transform 0.18s ease, opacity 0.18s ease, visibility 0.18s ease;
    z-index: 1000;
}

/* Fix chevron vertical alignment */
.header-auth__trigger .fa,
.header-auth__trigger .fa-chevron-down {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Prevent clipping by parent containers */
.header_right_box .header_account,
.header_right_box .currency.header-auth {
    overflow: visible !important;
}

/* Ensure the dropdown can show all items (scroll if too tall) */
.header-auth .account-dropdown {
    max-height: min(70vh, 440px) !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.header-auth:hover .account-dropdown,
.header-auth:focus-within .account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.header-auth .account-dropdown li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #111;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.header-auth .account-dropdown li a:hover {
    background-color: #fff5f5;
    color: #da2128;
}

.header-auth .account-dropdown li a i {
    width: 18px;
    text-align: center;
    color: #6c757d;
}

/* Helper for accessible text (scoped) */
.header_account .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 576px) {
    .header-auth__trigger {
        padding: 4px 8px;
    }
}

.total_price {
    font-size: 18px;
    font-weight: 600 !important;
    color: #222930;

}

.attribute_label {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    color: rgba(0, 0, 0, .8);
}

.Vue-Toastification__container {
    z-index: 99999 !important;
}

@media (max-width: 992px) {
    .shipping_address_section {
        padding: 12px;
    }
}

.card-header {
    padding: 16px 24px;
    border-bottom: 1px solid #ebebeb;
}

.card-body {
    padding: 16px 24px;
}

.form-control {
    border-radius: 4px !important;
}

/* FORCE SIDEBAR VISIBILITY IN MOBILE MENU */
@media (max-width: 992px) {
    .offcanvas_usermenu_wrapper .user-sidenav-wrap {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        border: none !important;
        box-shadow: none !important;
    }

    /* Ensure inner content also respects the width */
    .offcanvas_usermenu_wrapper .user-sidenav-wrap * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Hide the main dashboard sidebar on mobile since we use the offcanvas one */
    .user-dashboard-grid .user-sidenav-wrap {
        display: none !important;
    }
}

/* Mobile Back Button in Breadcrumbs */
@media (max-width: 768px) {
    .mobile-breadcrumb-back {
        position: absolute;
        left: 0;
        top: 65%;
        transform: translateY(-50%);
        z-index: 10;
        display: block !important;
    }

    .mobile-back-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        /* background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%; */
        color: #333;
        /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
        text-decoration: none;
    }

    .mobile-back-btn i {
        font-size: 14px;
        line-height: 1;
    }

    /* Adjust breadcrumb content to make room for button */
    .breadcrumb_content {
        padding-left: 35px;
    }

    /* Vue component specific adjustment */
    .modern-breadcrumbs .breadcrumb_content {
        padding-left: 5px;
    }
}

.newsletter-modal .modal-content {
    border: 0;
    border-radius: 18px;
    padding: 10px;
}

.newsletter-modal .modal-title {
    color: #1d2934;
    font-size: 22px;
    font-weight: 600;
}

.newsletter-modal-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 18px;
}

.newsletter-modal-input {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 48px;
    margin-bottom: 14px;
}

.newsletter-modal-input:focus {
    border-color: #da2128;
    box-shadow: 0 0 0 0.15rem rgba(218, 33, 40, 0.15);
}

.newsletter-modal-button {
    background-color: #da2128;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    height: 48px;
    width: 100%;
}

.newsletter-modal-button:hover,
.newsletter-modal-button:focus {
    background-color: #bf1d23;
    color: #fff;
}