/* header {
    position: sticky;
    top: 0px;
    z-index: 111;
} */
.black {
    background: #000 !important;
}

.off-white {
    background: rgba(0, 0, 0, .03) !important;
}

.text-white {
    color: #fff !important;
}

.video-fullscreen {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.video__skip_button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 7px 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

#categoriesModal {
    box-shadow: 0 0 15px 2px #ffffff4d;
}

.categorie-container {
    position: relative;
}


.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}


.custom-modal {
    display: none;
    position: absolute;
    top: -10px;
    right: 0;
    width: 35vw;
    height: 98vh;
    z-index: 1;
}

.custom-modal-content {
    background: #000;
    height: calc(100% - 45px);
    width: 100%;
    margin: 0px 15px 20px auto;
    padding: 20px 30px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 116px;
    overflow: visible;
}

.leaders-scroll {
    height: calc(100% - 120px);
    overflow-y: auto;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

.leaders-scroll::-webkit-scrollbar {
    width: 8px;
}

.leaders-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.leaders-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #a78bfa, #6366f1);
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

.leaders-scroll::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #c084fc, #818cf8);
}

.close-btn {
    position: absolute;
    top: -15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

.leaderboard-header {
    text-align: center;
}

.leaderboard-title {
    font-family: 'Comic Neue', sans-serif;
    font-size: 34px;
    display: inline-block;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}


.leaderboard-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 3px solid #9891ac;
    background: #ededed;
    ;
}

.position-icon {
    text-align: center;
    font-size: 30px;
    width: 50px;
}

.winner-img {
    width: 70px;
    height: 70px;
    border-radius: 12%;
    margin: 0 15px;
    object-fit: cover;
    border: 3px solid #918989;
}

.winner-first {
    background: #e9e8e5;
}

.winner-second {
    background: rgb(178 187 230);

}

.winner-third {
    background: #e9e8e5;

}

.winner-fourth {
    background: rgb(178 187 230);
}

.winner-five {
    background: #e9e8e5;
}

.winner-info {
    padding: 10px;
}

.winner-info h4 {
    margin: 2px;
    font-size: 16px;
}

.winner-info p {
    margin: 2px 0 0;
    font-size: 14px;
    color: #555;
}

.main__icon {
    display: none !important;
}

.product__item:hover {
    cursor: pointer !important;
}

.custom_design {
    padding-top: 150px;
    padding-bottom: 80px;
}

.custome_design_heading {
    color: #111111;
    font-size: 20px;
    /* font-weight: 600 !important; */
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* t shirt customisation */

#designer-container {
    position: relative;
    display: inline-block;
}

#designer-container img {
    object-fit: contain;
}

canvas {
    border: 1px solid #ccc;
    /* background-color: #fff; */
}

.thumbs img {
    width: 80px;
    cursor: pointer;
    margin: 5px;
    border: 2px solid transparent;

}

.thumbs img:hover {
    border: 2px solid #000;
}

.thumbs img.active {
    border: 2px solid #3b82f6;
}

#controls {
    /* margin: 15px 0; */
    background: #dad4d44a;
}

.small {
    font-size: 12px;
    color: #555;
}

.design_icon {
    display: inline-block;
    width: 38px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.shop-heading {
    font-weight: 700;
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 0.5rem;
}

.shop-subheading {
    font-size: 1.1rem;
    color: #666;
}

.shop-divider {
    width: 60px;
    height: 3px;
    background-color: #000;
    border: none;
    margin: 1rem auto;
}

/* all games grid  */

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    padding: 30px;
}

.game-card {
    background: #1c1c1c;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: transform .2s;
}

.game-card:hover {
    transform: scale(1.05);
}

.game-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.game-title-all {
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: #222;
}

.inactive {
    pointer-events: none;
    opacity: 0.4;
    position: relative;
}

.inactive::after {
    content: "Locked";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 12px;
    color: #fff !important;
    border-radius: 6px;
    font-size: 13px;
}

/* participate page  */
.not-enough-token-msg {
    color: white;
    background-color: #d9534f;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.participate-wrapper {
    display: flex;
    flex-direction: column;
    /* stack text above button */
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 60px;
}

.game-btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    /*  THIS creates space */
}

.token-required-msg {
    color: #f3f2e5;
    font-size: 22px;
    font-weight: 200;
    text-shadow: 1px 1px 2px #000;
    margin: 0;
    /* remove default margin */
}


#confirmLogout,
#saveBtn {
    background: #000 !important;
    border-color: #000000 !important;
    color: #fff;
}

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

/* side modal for customization */


/* .container {
    display: flex;
    height: 100vh;
} */

/* Sidebar */
.sidebar {
    background-color: #1e1e1e;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.sidebar-item {
    color: white;
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
    cursor: pointer;
    gap: 2px;
}

.sidebar-item img {
    width: 55px;
    height: auto;
}

.sidebar-item p {
    color: #fff;
}

.sidebar-item p:hover {
    color: #a0a0ff;
}

.sidebar-item:hover {
    color: #a0a0ff;
}

/* Main Content */
.main-content {
    flex: 1;
    background-color: white;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

h2 {
    color: #333;
    margin-bottom: 40px;
}

.options {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 40px;
    text-align: center;
}

.option {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.option:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.option img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.bottom-text {
    margin-top: 60px;
    font-size: 14px;
    color: #555;
}

/* view upload */
/* #view-upload {
    background-color: #f9f9f9;
    border-radius: 10px;
    min-height: 300px;
} */

/* Custom file upload button */
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.custom-file-upload:hover {
    /* background-color: #0056b3; */
}

/* Hide the default file input */
input[type="file"] {
    display: none;
}

#view-upload .upload__image {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
}

/* Style the select dropdown */
#view-add_text select.form-select {
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#view-add_text select.form-select:focus {
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}

/* Style the color input */
#textColor.form-control-color {
    width: 122px;
    height: 37px;
    padding: 0;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: none;
    -webkit-appearance: none;
    appearance: none;
}

#textColor.form-control-color::-webkit-color-swatch-wrapper {
    padding: 0;
}

#textColor.form-control-color::-webkit-color-swatch {
    border: none;
    border-radius: 6px;
}

/* Style the range input */
#fontSize.form-range {
    accent-color: #343a40;
    height: 1.5rem;
    width: 121px;
}

/* Style checkboxes */
.text__spec .form-check-input {
    width: 26px;
    height: 21px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #6c757d;
    /* margin-top: 7px; */
    transition: background-color 0.2s ease;
    right: 0;
}

.text__spec .form-check-input:checked {
    background-color: #343a40;
    border-color: #343a40;
}

#addText,
#openFontPicker {
    width: 122px !important;
}

#openFontPicker {
    color: white !important;
    border-color: #343a40 !important;
    background: #343a40 !important;
}


#textColor {
    width: 122px;
    height: 37px;
}

.form-check-label {
    /* font-size: 15px; */
    /* margin-left: 6px; */
    cursor: pointer;
}


.font-sample {
    transition: background-color 0.2s ease;
}

.font-sample:hover {
    background-color: #f1f1f1;
    border-color: #6c757d;
}

/* .fontPickerContainer {
    max-height: 300px;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
} */
#fontPickerContainer {
    max-height: 300px;
    width: auto;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.font-option.active {
    background-color: #f0f0f0;
    border-color: #333;
    font-weight: bold;
}

#fabric-controls button {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

#fabric-controls i {
    font-size: 1.2rem;
}

.my_design_btn {
    text-align: right;
}

.design_icon_rounded {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.color-card:hover {
    border-color: #007bff;
    transform: scale(1.05);
}

.colors__round {
    width: 30px;
    height: 30px;
    border-radius: 20%;
    border: 1px solid #999;
    cursor: pointer;
}

.color_small_container {
    gap: 10px;
}

.color-preview.selected {
    border: 2px solid #007bff;
}

.size-box {
    min-width: 60px;
    text-align: center;
}

.size-box:hover {
    cursor: pointer;
}

.selectable-size.selected {
    background-color: #000;
    color: white;
    border-color: #000;
}

.proceed_check_out:hover {
    color: #fff !important;
}

.login_close {
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
}

.login_close:focus {
    box-shadow: none;

}

.product__details__text p {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;

}

.tab-content p {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-modal-content {
    animation: fadeDown 0.6s ease forwards;
}

.auth-modal-box {
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.auth-title {
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;
}

.auth-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
}

.auth-btn {
    width: 100%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.auth-btn:hover {
    background-color: #0056b3;
}

.auth-switch {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.auth-switch a {
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
}

.auth-switch a:hover {
    text-decoration: underline;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

.modal-content {
    position: relative;
    z-index: 1055 !important;
    /* margin-top: auto; */
}

.header__right__auth {
    cursor: pointer;
    position: relative;
}

.eye_icon {
    position: relative;
}

.toggle_eye_icon {
    position: absolute;
    top: 75%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.toggle_eye_icon_register {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-control {
    border: 1px solid #544d4d !important;
}

#btn_register,
#btn_login {
    background: #000 !important;
    border-color: #000000 !important;
}

#to-login,
#to-register {
    color: #276aed !important;
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(122, 157, 194, 0.25);
}

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

.pagination {
    display: flex;
    justify-content: center;
}

.modal-dialog-centered {
    transform: translateY(-50px) !important;
}

.modal-body label {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.modal-body span {
    color: #ff0000ed;
    font-size: 14px;
}

#registerForm input::placeholder {
    font-size: 12px !important;
}

#loginForm input::placeholder {
    font-size: 12px !important;
}

#loginView img {
    width: 90px;
}

#registerView img {
    width: 90px;
}

#forgotPassView img {
    width: 90px;
}


.logout_btns_container {
    gap: 15px;
}

.custom-check:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.custom-check:checked[type="checkbox"] {
    accent-color: #000;
}

.filter__price {
    display: block;
    margin-top: 10px;
}

.filter__price a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.size-filter {
    margin-top: 3px !important;
}

.form-check-size-filter {
    margin-bottom: 5px;
}

/* Search wrapper */
.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

/* Search icon */
#search-toggle {
    color: #fff;
    /* White color */
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* Search input */
#search-bar {
    width: 0;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    margin-left: 10px;
}

#search-bar.active {
    width: 200px;
    opacity: 1;
}

.size__btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.size-option {
    display: flex;
    align-items: center;
}

.size-label {
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

.size-label:hover {
    background-color: #f0f0f0;
}

.size-option input:checked+.size-label {
    background-color: #111111;
    color: #fff;
    border-color: #111111;
}

#userDropDown .dropdown-menu {
    background: #fefefe !important;
    color: #000000 !important;
}

.profile-small-container {
    padding: 14px 0px;
}

/* Style dropdown items */
#userDropDown .dropdown-item {
    color: #000000 !important;
}

#userDropDown .dropdown-toggle {
    color: #fff !important;
}

.profile-person {
    font-size: 22px;
}

#leader_board {
    margin-left: -14px;
}



#userDropDown {
    position: relative;
}

#userDropDown .dropdown-menu {
    box-shadow: rgb(94 94 94 / 30%) 0px 0px 15px 2px;
    position: absolute !important;
    top: 60px;
    right: 0;
    left: auto !important;
    transform: none !important;
    display: none;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none;
    border-radius: 6px;
    padding: 10px 0;
    min-width: 200px;
    z-index: 2000;
}

#userDropDown .dropdown-item {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}

.modal-body {
    padding-top: 0px;
}

.login-reg {
    padding: 7px;
    text-align: center;
}

.login-reg .login-sign-up-button {
    font-size: 13px;
    background: #000000;
    color: white;
    border: 1px solid #f8f8f8;
    padding: 7px 20px;
    border-radius: 3px
}

.welcome {
    font-size: 12px;
}

.dropdown-item.hideActive {
    pointer-events: none;
    background: none !important;
    color: #fff !important;
    cursor: default;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
    color: #fff !important;
}

.profile__container__listing {
    padding-top: 10px;
}

.dashboard_side_bar .main_dashboard_items {
    margin: 15px 0px;
}

.dashboard_side_bar .main_dashboard_items .head__list {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dashboard_side_bar .main_dashboard_items .head__list h5 {
    font-size: 14px;
}

.dashboard_side_bar .main_dashboard_items .sud__head__list {
    padding: 0px 0px 0px 10px;
}

.dashboard_side_bar .main_dashboard_items .sud__head__list p {
    margin-bottom: 5px;
}

.dashboard_side_bar .main_dashboard_items .sud__head__list p::before {
    content: "- ";
}

.dashboard_side_bar .main_dashboard_items .sud__head__list p:hover {
    color: #000;
    cursor: pointer;
}

#userDropDown ul {
    list-style-type: none;
}

.profile-small-container ul {
    list-style-type: none;
}

.head__list {
    margin-bottom: 3px;
}

.search-box {
    width: 250px;
}

.search-box input {
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 14px;
}

.my_order_details {
    background: rgba(0, 0, 0, .03);
    border-radius: 6px;
    margin: 10px;
}

.search__my__order {
    position: absolute;
    top: 6px;
    right: 10px;
}

.star-rating {
    /* margin-left: 10px; */
}

.star-rating i {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: color 0.2s, text-shadow 0.2s;
    text-shadow: 0 0 2px #000000ad;
}

.star-rating i.hover,
.star-rating i.active {
    color: gold;
    text-shadow: 0 0 2px #ffea7a;
}

.star-rating i.active,
.star-rating i.text-warning {
    color: gold;
}

.text-gold {
    color: gold !important;
}

.add__feedback {
    text-align: end;
}

.add__feedback a {
    color: #000;
}

.truck-image {
    width: 50px;
    height: auto;
}

.review-input {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.review-input:focus {
    border-color: #000000;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    outline: none;
}

.review-submit {
    text-align: end;
    margin-top: 10px;
}

.review-submit button {
    font-size: 12px;
}

.shop__sidebar {
    position: sticky;
    top: 100px;
}

.customize__container {
    margin-bottom: 14px;
}

.customise__btn {
    margin-top: 10px;
}

.click-popup {
    position: absolute;
    top: 30px;
    background: #ffffff;
    color: #000000;
    border: 1px solid rgb(0, 0, 0);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 9999;
    animation: fadeIn 0.2s ease-in;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

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

.customise__Tee {
    background: black;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 14px;
    text-transform: uppercase;
}

.customise__Tee:focus {
    box-shadow: 0 0 0 .2rem rgb(255 255 255 / 25%);
}

.quantity-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50px;
    /* Rounded edges */
    overflow: hidden;
    background-color: #f8f8f8;
    height: 54px;
    width: 136px;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quantity-box input {
    width: 50px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.customise__Tee:hover {
    background: black;
    color: white;
}

.plus_Symbol {
    font-size: 23px;
    font-weight: bold !important;
}

.customisation__summary_header {
    background: #1e1e1e;
    padding: 20px;
}

.customisation__summary_header h4 {
    color: #fff;
}


.custom_Image_list img:last-child {
    margin-right: 0;
}

.custom_Image_list img {
    width: 65px;
    height: 85px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

.custom_Image_list img:hover,
.custom_Image_list img.active {
    border-color: #007bff;
    transform: scale(1.05);
}

.price-section {
    display: none;
}

.price-section.active {
    display: block !important;

}

.design-option {
    transition: 0.3s;
    border-radius: 2px;
    padding: 0px 7px;
}

.design-option label {
    cursor: pointer;
}

.design-option.active {
    background-color: #1e1e1e;
    color: #fff;
}

.design-option input[type="checkbox"] {
    accent-color: #ffffff;
    cursor: pointer;
}

.preview-section img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 8px;
    border-radius: 6px;
}

.selected-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.design-check {
    margin-right: 10px;
}

.quantity-wrapper-custom {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    /* margin-left: 10px; */
}

.qty-btn-custom {
    background: #f8f8f8;
    border: none;
    padding: 1px 9px;
    font-size: 20px;
    cursor: pointer !important;
    user-select: none;
}

.qty-btn-custom:hover {
    background: #e0e0e0;
}

.quantity-value-custom {
    display: inline-block;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.canvas-sticky {
    position: sticky;
    top: 10px;
}

#img-width,
#img-height {
    color: #000 !important;
    width: 55px !important;
    opacity: 1 !important;
    font-size: 12px;
}

.Properties__scale .form-control[readonly] {
    background-color: none !important;
}


.btn-adjustor {
    width: 36px;
    height: 36px;
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.btn-adjustor:hover {
    background-color: #f5f5f5;
}

.btn-adjustor:focus {
    outline: none;
    box-shadow: none;
}

.adjust__icon {
    margin: 0;
    line-height: 1;
    position: static;
    /* no absolute */
    font-size: 20px;
    font-weight: 500;
}

.row.g-3 {
    gap: 20px !important;
}

.width__spec,
.height__spec {
    border: 1px solid #d7cece;
    border-radius: 7px;
    background: none;
}

.width__spec .form-control {
    border: none !important;
    background: none !important;
}

.height__spec .form-control {
    border: none !important;
    background: none !important;
}

.customisation__features__center button {
    border: 1px solid black;
}

.customisation__features__center small {
    color: #666666 !important;
}

.center__image {
    font-size: 20px;
    font-weight: 500;
}

.center__image__btn {
    box-shadow: none !important;
    padding: 0px 12px;
}

.spec__feature__gap {
    gap: 16px;
}

.layer__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#layer-up:disabled,
#layer-down:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.layer-up-btn {
    background-color: #000;
    color: #fff;
}

.form-check.form-switch {
    padding-left: 0;
}

.background__remover .form-check-input {
    width: 33px;
    height: 19px;
    background-color: #ccc !important;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    bottom: 5px;
}

.background__remover .form-check-input:checked {
    background-color: #000 !important;
}

.background__remover .form-check-input:checked:focus {
    box-shadow: none !important;
}

.background__remover .form-check-input:focus {
    box-shadow: none;
}

.thumb-item {
    margin-top: 21px;
    cursor: pointer;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-height: 500px;
    /* adjust to fit your carousel */
    overflow: hidden;
}

.product__big__video {
    width: 100%;
    height: auto;
    /* ensures it fits inside the container */
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    /* adjust size */
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button i {
    pointer-events: none;
}

.play-button:hover {
    color: rgba(255, 255, 255, 1);
}

.thumb-item video,
.video-thumb video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

.video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.video-thumb .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 10px;
    border-radius: 50%;
    pointer-events: none;
}

.cart-row {
    cursor: pointer;
}

.location-my-orders {
    padding-right: 10px;
    font-size: 20px;
    font-weight: 500;
}

.size-cart-drop {
    margin-top: 7px;
}

.cart-size-dropdown {
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #d5cfcf;
    font-size: 17px;
    font-weight: 500;
    margin-left: 6px;
}

.icon-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-decoration: none;
    position: relative;
}

.icon-with-text .icon-label {
    font-size: 11px;
    color: #fff;
}

.icon-with-text .design_icon {
    margin-top: 6px;
    display: block;
}

.header__right__widget li a i,
.header__right__widget li a img {
    font-size: 22px;
}

.custom-icon-customisation {
    width: 42px;
    height: 36px;
    display: inline-block;
    background-image: url('../img/design.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.customization_icon_header {
    position: relative;
    bottom: -8px;
}

/* Full-screen center alignment */
.expired-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f7fb;
}

.forgot-text {
    color: #7e7e7e;
}

.forgot-input::placeholder {
    font-size: 12px !important;
    /* color: #888; optional */
}

#to-forgot-password {
    color: #276aed !important
}

#to-login-from-forgot {
    color: black !important;
}

#saveProfileBtn {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

#editProfileBtn {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

/* Smaller input fields */
.small-input {
    font-size: 14px;
    padding: 6px 35px 6px 10px;
    /* space for icon on right */
    height: 32px;
}

/* Eye toggle icon */
.toggle-password-profile-password {
    position: absolute;
    top: 71%;
    right: 6px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000000;
}

#allcustomisible_Product_view {
    padding-top: 150px !important;
    padding-bottom: 80px;
}

.product_name_text {
    min-height: 40px;
    /* space for 2 lines */
    line-height: 20px;
    /* height of each line */
    display: flex;
    align-items: center;
    /* center text vertically */
    text-align: center;
    justify-content: center;
    /* center text horizontally (optional) */
    overflow: hidden;
}

.select-size-customization {
    width: 91px;
    border-radius: 4px;
    padding: 4px;
}

.select-size-customization,
.select-size-customization option {
    text-align: center;
}

.select-size-customization option {
    padding: 8px 0 !important;
    border-bottom: 1px solid #ddd !important;
    text-align: center;
}

.select-size-customization option:last-child {
    border-bottom: none !important;
}

.dataTables_length {
    margin-bottom: 14px !important;
}

.dataTables_filter {
    margin-bottom: 15px !important;
}

.DataTableWebsite>thead>tr>th {
    font-size: 15px;
    font-weight: 600;
}

.DataTableWebsite {
    margin-bottom: 10px;
}

.dataTables_wrapper {
    border: #aaa3a3 solid 1px;
    padding: 20px;
}

.dataTables_info {
    font-size: 14px;
}

.dataTables_paginate {
    font-size: 14px;
}

/* #tokenTable_next{
    font-size: 14px; 
} */
.dataTables_filter label {
    font-size: 14px;
}

.dataTables_length label {
    font-size: 14px;
}

.DataTableWebsite>tbody>tr {
    font-size: 14px;
}

.total_token {
    background: #fffac8;
    padding: 4px 17px;
}

.total_token_text {
    font-size: 17px;
    font-weight: 600;

}

#userTokens {
    font-size: 20px;
}

#topupBtn {
    padding: 20px 17px;
    font-size: 16px;
}

.tokens__top__up {
    gap: 10px;
}

.subscription_badge {
    padding: 7px 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    align-items: center;
    display: flex
}

.usersidebar {
    padding-bottom: 80px;
    padding-top: 150px;
}
.product-title{
    text-align: justify;
}
/* .sub-card {
    background: #000;
    color: #fff;
    width: 100%;
    max-width: 380px;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #fff;
    transition: 0.3s;
}

.sub-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.3);
}

.sub-card .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sub-card .price {
    font-size: 32px;
    font-weight: bold;
    color: #f1c40f;
    margin-bottom: 15px;
}

.token-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.token-box img {
    width: 40px;
    height: 40px;
}

.validity {
    margin: 10px 0 20px;
    font-size: 16px;
        color: #b8abab !important;
}

.btn-buy {
    background: #fff;
    color: #000;
    padding: 10px 25px;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-buy:hover {
    background: #f1c40f;
    color: #000;
} */
.sub-plan-box {
    background: #000;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 0px 10px #333;
    margin-bottom: 25px;
    transition: 0.3s;
}

.sub-plan-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px #555;
}

.sub-amount {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.sub-validity {
    font-size: 18px;
    margin-top: 10px;
}

.token-sec img {
    width: 45px;
}

.token-sec span {
    font-size: 22px;
    font-weight: bold;
}

.razorpay-container svg {
    height: 24px !important;
}

/* Main full section */
.game-arena-full {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: 103px;
}

/* Background full image */
.game-bg-image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Dark overlay container */
.game-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

/* Game buttons */
.game-btn {
    padding: 15px 35px;
    background: #af4dff;
    color: #fff;
    font-size: 22px;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(24, 21, 21, 0.8);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: bold;
}

/* Space between buttons */
.ml-20 {
    margin-left: 20px;
}

.bg-leaderboard-win {
    background-color: #77eb91 !important;
}

.bg-leaderboard-loss {
    background-color: #ff4646 !important;

}

.bg-leaderboard-win,
.bg-leaderboard-loss {

    padding: 9px 16px;
    font-size: 14px;
    font-weight: 500;
}

#couponModal .modal-content {
    background: #000;
    color: #fff;
    border-radius: 12px;
    border: 1px solid #444;
    padding: 5px;
}

#couponModal .modal-header {
    border-bottom: 1px solid #000000;
}

#couponModal .modal-title {
    font-weight: 600;
}

#couponModal .close {
    color: #fff;
    opacity: 1;
    font-size: 28px;
}

#couponModal .coupon-box {
    background: #111;
    padding: 10px;
    border-radius: 8px;
    border: 1px dashed #777;
    font-size: 18px;
    letter-spacing: 1px;
}

#copyCouponBtn {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
}

/* Attractive Coupon Box */
.coupon-box {
    position: relative;
    margin-top: 15px;
}

.coupon-box input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1.5px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.3s;
}

.coupon-box input:focus {
    border-color: #000;
    outline: none;
}

.coupon-box .paste-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #000;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s;
}

.coupon-box .paste-icon:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.apply-coupon-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;

    background: #000;
    color: #fff;
    border: 2px solid #000;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

/* Hover Effect */
.apply-coupon-btn:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

/* Click Effect */
.apply-coupon-btn:active {
    transform: scale(0.96);
}

/* Background box */
.cute-game-box {
    background: linear-gradient(145deg, #ffeb3b, #ff9800);
    border-radius: 25px;
    padding: 25px;
    width: 45%;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0px 8px 20px rgba(255, 165, 0, 0.4);
    border: 4px solid #fff5c0;
    animation: popIn 0.6s ease-out;
}

/* Fun Title */
.game-title {
    font-family: 'Comic Sans MS', 'Fredoka One', cursive;
    color: #ffffff;
    font-size: 34px;
    text-shadow: 3px 3px 0 #ff5722;
    margin-bottom: 20px;
}

/* Token box */
.cute-token-box {
    background: #ffffffc7;
    padding: 15px;
    border-radius: 20px;
    border: 3px dashed #ffb300;
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
}

/* Play button */
.cute-play-btn {
    background: #00c853;
    padding: 15px 30px;
    font-size: 22px;
    font-family: 'Comic Sans MS', 'Fredoka One', cursive;
    border-radius: 50px;
    color: white;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    box-shadow: 0px 5px 15px rgba(0, 200, 83, 0.5);
    transition: 0.3s;
}

.cute-play-btn:hover {
    background: #00e676;
    transform: scale(1.08);
    box-shadow: 0px 7px 20px rgba(0, 200, 83, 0.7);
}

/* Warning text */
.cute-warning {
    font-size: 20px;
    background: #ff5252;
    padding: 10px;
    border-radius: 15px;
    color: white !important;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(255, 82, 82, 0.5);
}

.text_coupen {
    padding: 0px 6px;
    line-height: 1;
}

.shipping-section.collapse.show {
    display: block !important;
}

.existingShippingAddress p {
    margin-bottom: 2px !important;
    font-size: 13px !important;
}

.existingShippingAddress {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.existingShippingAddress {
    cursor: pointer;
}

.existingShippingAddress.active {
    border: 2px solid #000;
    background-color: #f8f9fa;
}

/* Animation */
@keyframes popIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.token-highlight {
    background: #fff176;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #d84315;
    display: inline-block;
    margin-left: 8px;
    box-shadow: 0 0 12px rgba(255, 235, 59, 0.8);
    text-shadow: 1px 1px 0 #fff59d;
    border: 2px solid #ffeb3b;
    /* animation: bounceToken 1.2s infinite ease-in-out; */
}

.high-token {
    background: #c8ffb0;
    color: #1b5e20;
    box-shadow: 0 0 12px rgba(76, 175, 80, 0.8);
    border: 2px solid #a5d6a7;
}

.low-token {
    background: #ffbdbd;
    color: #b71c1c;
    box-shadow: 0 0 12px rgba(255, 82, 82, 0.8);
    border: 2px solid #ff8a80;
}

.page-wrapper-my-redemptions {
    background: #f5f7fa;
    padding: 25px;
    border-radius: 5px;
}

.heading-content-my-order h4 {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 3px;
}

.heading-content-my-order small {
    font-size: 14px;
    color: #7f8c8d;
}

#my_redemption {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

#my_redemption thead {
    background: #000000ff !important;
    color: #ffffff;
}

#my_redemption tbody tr {
    transition: 0.2s ease-in-out;
}

#my_redemption tbody tr:hover {
    background: #ecf0f1;
}

.badge-status {
    padding: 6px 12px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}

.badge-success {
    background: #2ecc71;
    color: white;
}

.badge-pending {
    background: #f1c40f;
    color: white;
}

.badge-failed {
    background: #e74c3c;
    color: white;
}

.alert-custom {
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 15px;
    display: none;
}

.redeemFreeTeeBtn {
    padding: 6px 12px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}

.viewCouponBtn {
    padding: 6px 12px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}

.plus_shipping_text {
    font-size: 14px;
    font-weight: 600;
}

/* nav>ul>.navigation {
    justify-content: center !important;

} */

.page-navigation ul {
    display: flex;
    justify-content: center;
}

@keyframes bounceToken {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }
}

.size-row-customisation {
    display: inline-flex;
    gap: 8px;
}

.size-box-customisation {
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* ✅ requested */
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    min-width: 32px;
    text-align: center;
}

/* Optional selected state */
.size-box-customisation.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.gap__custom {
    gap: 12px;
}

.existingAddress p {
    margin-bottom: 2px !important;
    font-size: 13px !important;
    ;
}

.cursor-pointer {
    cursor: pointer;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.toggle-icon.rotate {
    transform: rotate(180deg);
}

.section-toggle {
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: all 0.25s ease;
}

.section-toggle:hover {
    background: #e9ecef;
}

.section-toggle.active {
    background: #212529;
    color: #fff;
    border-color: #212529;
}

.section-toggle .toggle-icon {
    transition: transform 0.3s ease;
}

.section-toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.existingAddress {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.existingAddress {
    cursor: pointer;
}

.existingAddress.active {
    border: 2px solid #000;
    background-color: #f8f9fa;
}

.address-box {
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid #ddd;
}

/* Hover effect */
.address-box:hover {
    background-color: #f8f9fa;
}

/* Selected (radio checked) */
.address-box.active {
    border: 2px solid #000;
    background-color: #fdfdfd;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    /* transform: scale(1.01); */
}

.select-address-radio {
    transform: scale(1.4);
    cursor: pointer;
}

.select-address-shipping-radio {
    transform: scale(1.4);
    cursor: pointer;
}

.same-shipping-checkbox {
    transform: scale(1.4);
    /* Enlarge checkbox */
    cursor: pointer;
}

.section-toggle {
    font-size: 14px;
}

.shipping-address-section {
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 14px;
}

.shipping-address-section:hover {
    background: #e9ecef;
}

.shipping-address-section.active {
    background: #212529;
    color: #fff;
    border-color: #212529;
}

.shipping-address-section .toggle-icon {
    transition: transform 0.3s ease;
}

.shipping-address-section.active .toggle-icon {
    transform: rotate(180deg);
}

.address-box-shipping {
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid #ddd;
}

/* Hover effect */
.address-box-shipping:hover {
    background-color: #f8f9fa;
}

/* Selected (radio checked) */
.address-box-shipping.active {
    border: 2px solid #000;
    background-color: #fdfdfd;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    /* transform: scale(1.01); */
}

@media only screen and (max-width: 991px) {
    .main__icon {
        display: flex !important;
        justify-content: flex-end;
        gap: 2rem;
        color: #fff !important;
        padding-right: 0;
    }

    .main__icon a {
        color: #fff !important;
        font-size: 24px !important;
        padding: 2px 0px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .custom-modal-content {
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 0;
        padding: 20px;
    }

    .offcanvas__logo img {
        width: 30%;
        display: block;
        margin: 0 auto;
    }

    #categoriesModal.custom-modal {
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 9999;
        display: none;
        background: rgba(0, 0, 0, 0.85);
    }

    /* Modal inner box */
    #categoriesModal .custom-modal-content {
        width: 90% !important;
        height: auto !important;
        max-height: 90vh !important;
        overflow-y: auto;
        position: relative;
        top: 22px;
        margin: 0 auto;
        border-radius: 12px;
        padding: 0px;
    }

    /* Close button for mobile */
    #categoriesModal .close-btn {
        right: 15px !important;
        top: 15px !important;
        font-size: 28px !important;
    }

    /* Winner items compact layout */
    #categoriesModal .leaderboard-item {
        padding: 0px;
        margin-bottom: 8px;
        gap: 0px;
        flex-wrap: nowrap;
    }

    /* Images resize */
    #categoriesModal .winner-img {
        width: 55px;
        height: 55px;
        margin: 0 10px;
    }

    /* Position icon smaller */
    #categoriesModal .position-icon {
        font-size: 24px;
        width: 35px;
    }

    /* Font adjustments */
    #categoriesModal .winner-info h4 {
        font-size: 14px;
    }

    #categoriesModal .winner-info p {
        font-size: 12px;
    }

    #categoriesModal .leaderboard-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .row .property__gallery {
        padding-left: 11px;
    }
}

/* Mobile Cart Table */
/* ---------- CART TABLE RESPONSIVE ---------- */

/* ---------- Cart Table Responsive ---------- */
@media(max-width: 768px){

    .shop__cart__table table,
    .shop__cart__table thead,
    .shop__cart__table tbody,
    .shop__cart__table th,
    .shop__cart__table td,
    .shop__cart__table tr{
        display:block;
        width:100%;
    }

    .shop__cart__table thead{
        display:none;
    }

    .shop__cart__table tr{
        margin-bottom:15px;
        border:1px solid #ddd;
        border-radius:10px;
        padding:10px;
    }

    /* ---------- CHANGE DONE HERE ---------- */
    .cart__product__item{
        display:block;        /* behave like cart price */
        width:100%;
        /* text-align:center; */
    }

    /* .cart__product__item img{
        display:block;
        margin:0 auto 10px auto;
        width:130px;
        height:130px;
        object-fit:cover;
        border-radius:8px;
    } */

    .cart__price,
    .cart__quantity,
    .cart__total,
    .cart__close{
        text-align:center !important;
        margin-top:8px;
        font-size:14px;
    }

    .cart__quantity .pro-qty{
        width:110px;
        margin-top:5px;
    }

    .cart__close{
        text-align:right !important;
        font-size:20px;
    }

    .cart__total__procced{
        margin-top:20px;
        width:100%;
    }
        .shop__cart__table tbody tr .cart__product__item img {
        float: none;
        margin-right: 500px;
    }
}
/* ---------- MOBILE RESPONSIVE CUSTOMIZE ---------- */
@media(max-width: 768px){

    /* Keep sidebar buttons visible and move them over the options section */
    .sidebar{
        display: flex !important;
        position: relative;       /* relative to container */
        flex-direction: column;
        width: 100%;
        margin: 0 auto 15px auto;
        justify-content: center;
        gap: 10px;
        background: transparent;
        left: 0;
        top: 0;
    }

    /* Each button becomes full-width row */
    .sidebar-item{
        width: 90%;
        text-align: center;
        padding: 12px 0;
        border-radius: 10px;
        background: #000;
        color: #fff;
        margin: 0 auto;
    }

    .sidebar-item img{
        width: 35px;
        height: 35px;
        margin-bottom: 5px;
    }

    .sidebar-item p{
        margin: 0;
        font-size: 14px;
        font-weight: 500;
    }

    /* Make options below also stacked (if present) */
    #customize_main_ui .options{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    #customize_main_ui .options .option{
        width: 90%;
        text-align: center;
        padding: 12px 0;
        border-radius: 10px;
        background: #f5f5f5;
    }

    #customize_main_ui .options .option img{
        width: 35px;
        height: 35px;
        margin-bottom: 5px;
    }

    #customize_main_ui .options .option div{
        font-size: 14px;
        font-weight: 500;
    }
}
/* -------- MOBILE HEADER FIX -------- */
