.logo-style1{
    margin-top: unset;
}
.p-20{
    padding: 20px;
}
.th-product.list-view .product-img, .th-product.list-view:hover .product-img{
    background-color: white;
}
.text-right{
    text-align: right;
}

@media (max-width: 767px) {
    .menu-categories {
        font-size: 16px !important;
    }
}


/* Pagination */
.page-link{
    color: var(--theme-color);
}
.page-item.active .page-link{
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


/* Google Translator */
.goog-te-combo{
    background: unset;
    width: 164px;
    height: 30px;
    padding: 0px 10px;
    margin-right: 15px !important;
}
.translate-container {
    display: flex;
    justify-content: flex-end;
}
body{
    top: 0 !important;
    background: #f9f9f9;
}
.blog-single{
    background: white;
}
iframe.skiptranslate {
    display: none !important;
}

.header-layout1 .header-button{
    margin-right: 30px;
}

@media (max-width: 991px) {
    #google_translate_element_header {
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

    .goog-te-combo {
        margin: 0 auto !important;
    }
}
/* Google Translator */


/* Modern Product Card - Reusable Component */
.modern-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modern-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.modern-product-card__image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background: #f8f8f8;
}

.modern-product-card__image-wrapper--event {
    padding-top: 0;
    height: 400px;
}

@media (max-width: 991px) {
    .modern-product-card__image-wrapper--event {
        height: 250px;
    }
}

.modern-product-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.modern-product-card:hover .modern-product-card__image {
    transform: scale(1.05);
}

.modern-product-card__content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.modern-product-card__title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modern-product-card__price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.modern-product-card__price-old {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.modern-product-card__price-new {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
}

.modern-product-card__button {
    width: 100%;
    padding: 14px 24px;
    background: var(--theme-color);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-top: auto;
}

.modern-product-card__button:hover {
    color: #fff;
    transform: scale(1.02);
    text-decoration: none;
}

.modern-product-card__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--theme-color);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
}

@media (max-width: 767px) {
    .modern-product-card__title {
        font-size: 16px;
        min-height: 40px;
    }

    .modern-product-card__price-new {
        font-size: 20px;
    }

    .modern-product-card__button {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Event Card Info */
.modern-product-card__info-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /*margin-bottom: 16px;*/
}

.modern-product-card__info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.modern-product-card__info-item i {
    font-size: 16px;
    color: var(--theme-color);
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.modern-product-card__info-item span {
    flex: 1;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .modern-product-card__info-item {
        font-size: 13px;
    }

    .modern-product-card__info-item i {
        font-size: 14px;
        width: 18px;
    }
}
/* End Event Card Info */

/* End Modern Product Card */


/* Modern Category Filter */
.modern-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.modern-category-filter__button {
    padding: 12px 28px;
    border: 2px solid #e0e0e0;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.modern-category-filter__button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.modern-category-filter__button:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(235, 0, 41, 0.15);
}

.modern-category-filter__button.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    box-shadow: 0 4px 16px rgba(235, 0, 41, 0.3);
}

.modern-category-filter__button.active:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(235, 0, 41, 0.4);
}

@media (max-width: 767px) {
    .modern-category-filter {
        gap: 8px;
        padding: 15px 0;
    }

    .modern-category-filter__button {
        padding: 10px 20px;
        font-size: 13px;
    }
}
/* End Modern Category Filter */


/* Modern Category Sidebar */
.modern-category-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modern-category-sidebar__title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

.modern-category-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modern-category-sidebar__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.modern-category-sidebar__item:hover {
    border-color: #e0e0e0;
    background: #f9f9f9;
    color: #333;
    text-decoration: none;
    transform: translateX(4px);
}

.modern-category-sidebar__item.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    box-shadow: 0 4px 12px rgba(235, 0, 41, 0.25);
}

.modern-category-sidebar__item.active:hover {
    background: var(--theme-color);
    color: #fff;
    transform: translateX(4px);
}

.modern-category-sidebar__item-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.modern-category-sidebar__item-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

.modern-category-sidebar__item-text {
    flex-grow: 1;
}

@media (max-width: 991px) {
    .modern-category-sidebar {
        margin-bottom: 30px;
    }
}
/* End Modern Category Sidebar */

/* Tip Suggestions */
.tip-suggestion-btn {
    border-radius: 16px !important;
}

.tip-suggestion-btn.active {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #fff !important;
}

.tip-suggestion-btn.active .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}
/* End Tip Suggestions */


/* Centered Header Menu */
.main-menu.text-center {
    display: flex;
    justify-content: center;
}

.main-menu.text-center ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
/* End Centered Header Menu */


/* Modern Add To Cart Modal */
.modern-cart-modal .modal-dialog {
    max-width: 900px;
}

.modern-cart-modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modern-cart-modal .modal-header {
    background: linear-gradient(135deg, var(--theme-color) 0%, #d00029 100%);
    color: #fff;
    padding: 24px 32px;
    border: none;
}

.modern-cart-modal .modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
}

.modern-cart-modal .modal-header .close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    opacity: 0.9;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.modern-cart-modal .modal-header .close:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(90deg);
}

.modern-cart-modal .modal-body {
    padding: 24px;
    background: #f8f9fa;
}

.modern-cart-modal__product {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.modern-cart-modal__product-image {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.modern-cart-modal__product-info {
    padding: 20px;
}

.modern-cart-modal__product-name {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.modern-cart-modal__product-description {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.modern-cart-modal__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 12px;
}

.modern-cart-modal__price-label {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    margin: 0;
}

.modern-cart-modal__price-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
    margin: 0;
}

.modern-cart-modal__quantity-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.modern-cart-modal__quantity-controls {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #e9ecef;
}

.modern-cart-modal__quantity-btn {
    width: 44px;
    height: 44px;
    background: #fff;
    border: none;
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-cart-modal__quantity-btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.modern-cart-modal__quantity-btn:active {
    transform: scale(0.95);
}

.modern-cart-modal__quantity-input {
    width: 70px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    height: 44px;
    border: none;
    color: #222;
    outline: none;
}

.modern-cart-modal__quantity-input::-webkit-outer-spin-button,
.modern-cart-modal__quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modern-cart-modal__divider {
    height: 1px;
    background: #e9ecef;
    margin: 16px 0;
}

.modern-cart-modal__options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.modern-cart-modal__option-section {
}

.modern-cart-modal__option-title {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modern-cart-modal__options-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modern-cart-modal__option-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-cart-modal__option-item input[type="radio"],
.modern-cart-modal__option-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--theme-color);
    flex-shrink: 0;
}

.modern-cart-modal__option-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    margin: 0;
}

.modern-cart-modal__option-item input[type="radio"]:disabled,
.modern-cart-modal__option-item input[type="checkbox"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.modern-cart-modal__option-item input[type="radio"]:disabled ~ .modern-cart-modal__option-label,
.modern-cart-modal__option-item input[type="checkbox"]:disabled ~ .modern-cart-modal__option-label {
    opacity: 0.6;
    cursor: not-allowed;
}

.modern-cart-modal__out-of-stock {
    font-size: 11px;
    color: #dc3545;
    font-weight: 600;
}

@media (max-width: 991px) {
    .modern-cart-modal__options {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.modern-cart-modal .modal-footer {
    background: #fff;
    border: none;
    padding: 20px 32px;
    display: flex;
    justify-content: center;
}

.modern-cart-modal__add-btn {
    background: linear-gradient(135deg, var(--theme-color) 0%, #d00029 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 48px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(235, 0, 41, 0.3);
    min-width: 220px;
}

.modern-cart-modal__add-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(235, 0, 41, 0.4);
}

.modern-cart-modal__add-btn:active {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .modern-cart-modal .modal-dialog {
        max-width: 100%;
        margin: 10px;
    }

    .modern-cart-modal__product-image {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .modern-cart-modal__option-label {
        padding: 8px 16px;
        font-size: 13px;
    }

    .modern-cart-modal__option-title {
        font-size: 13px;
    }
    .modern-cart-modal .modal-header {
        padding: 20px 24px;
    }

    .modern-cart-modal .modal-title {
        font-size: 20px;
    }

    .modern-cart-modal .modal-body {
        padding: 20px;
    }

    .modern-cart-modal__product-info {
        padding: 20px;
    }

    .modern-cart-modal__product-name {
        font-size: 18px;
    }

    .modern-cart-modal__product-description {
        font-size: 14px;
    }

    .modern-cart-modal__product-image {
        height: 180px;
    }


    .modern-cart-modal .modal-footer {
        padding: 20px 24px;
    }

    .modern-cart-modal__add-btn {
        width: 100%;
        padding: 14px 32px;
        font-size: 15px;
    }
}
/* End Modern Add To Cart Modal */


/* Modern Cart Page */
.modern-cart {
    max-width: 1000px;
    margin: 0 auto;
}

.modern-cart__item {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.modern-cart__item:hover {
    border-color: #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.modern-cart__item-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.modern-cart__image {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modern-cart__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.modern-cart__item:hover .modern-cart__image img {
    transform: scale(1.05);
}

.modern-cart__info {
    flex: 1;
    min-width: 0;
}

.modern-cart__product-name {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0 0 0 0;
    line-height: 1.4;
}

.modern-cart__details {
    margin-top: 4px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.modern-cart__option {
    color: #555;
    margin-bottom: 2px;
}

.modern-cart__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.modern-cart__actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.modern-cart__quantity {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
    min-width: 30px;
    text-align: center;
}

.modern-cart__action-btn {
    background: transparent;
    border: none;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px;
}

.modern-cart__action-btn:hover {
    color: var(--theme-color);
    transform: scale(1.1);
}

.modern-cart__action-btn.delete:hover {
    color: #dc3545;
}

.modern-cart__total {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}

.modern-cart__summary {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modern-cart__order-types {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 24px 0;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 20px;
}

.modern-cart__order-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-decoration: none;
    color: #999;
    transition: all 0.3s ease;
    min-width: 100px;
}

.modern-cart__order-type:hover {
    border-color: var(--theme-color);
    transform: translateY(-2px);
    text-decoration: none;
}

.modern-cart__order-type.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    box-shadow: 0 4px 12px rgba(235, 0, 41, 0.3);
}

.modern-cart__order-type.active:hover {
    color: #fff;
}

.modern-cart__order-type i,
.modern-cart__order-type img {
    font-size: 24px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.modern-cart__order-type.active i {
    color: #fff;
}

.modern-cart__summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #555;
}

.modern-cart__summary-row.total {
    border-top: 2px solid #e0e0e0;
    margin-top: 12px;
    padding-top: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.modern-cart__summary-row.loyalty {
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 12px;
    color: var(--theme-color);
    font-weight: 600;
}

.modern-cart__summary-label {
    font-weight: 500;
}

.modern-cart__summary-value {
    font-weight: 600;
}

.modern-cart__footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.modern-cart__footer-btn {
    background: linear-gradient(135deg, var(--theme-color) 0%, #d00029 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(235, 0, 41, 0.3);
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.modern-cart__footer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(235, 0, 41, 0.4);
    color: #fff;
    text-decoration: none;
}

.modern-cart__footer-btn.secondary {
    background: #fff;
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    box-shadow: none;
}

.modern-cart__footer-btn.secondary:hover {
    background: var(--theme-color);
    color: #fff;
}

.modern-cart__footer-btn.danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.modern-cart__footer-btn.danger:hover {
    box-shadow: 0 6px 16px rgba(220, 53, 69, 0.4);
}

/*@media (max-width: 767px) {*/
/*    .modern-cart__footer {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        gap: 12px;*/
/*    }*/

/*    .modern-cart__footer-btn {*/
/*        width: 100%;*/
/*        display: block;*/
/*        margin: 0;*/
/*    }*/
/*}*/

/* Payment Button Wrapper - Mobile Styles */
@media (max-width: 767px) {
    .payment-btn-wrapper {
        text-align: center !important;
        margin-top: 1rem;
    }
}

.modern-cart__empty {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modern-cart__empty-icon {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 16px;
}

.modern-cart__empty-text {
    font-size: 18px;
    color: #999;
    margin: 0;
}

@media (max-width: 767px) {
    .modern-cart__item {
        padding: 12px;
    }

    .modern-cart__item-header {
        gap: 12px;
    }

    .modern-cart__image {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .modern-cart__product-name {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .modern-cart__details {
        font-size: 12px;
    }

    .modern-cart__quantity {
        font-size: 16px;
    }

    .modern-cart__action-btn {
        font-size: 16px;
    }

    .modern-cart__total {
        font-size: 14px;
    }

    .modern-cart__order-types {
        flex-wrap: wrap;
        gap: 12px;
    }

    .modern-cart__order-type {
        padding: 12px 16px;
        min-width: 80px;
    }

    .modern-cart__summary {
        padding: 20px;
    }

    .modern-cart__footer {
        grid-template-columns: 1fr;
    }
}
/* End Modern Cart Page */


/* Modern Order List */
.modern-order-list {
    max-width: 1200px;
    margin: 0 auto;
}

.modern-order-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.modern-order-card:hover {
    border-color: #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.modern-order-card__image {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modern-order-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modern-order-card__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.modern-order-card__number {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.modern-order-card__type {
    display: inline-block;
    background: #f8f9fa;
    color: #555;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    width: fit-content;
    margin-top: 4px;
}

.modern-order-card__details {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
}

.modern-order-card__date {
    color: #999;
    font-size: 13px;
}

.modern-order-card__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.modern-order-card__status {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.modern-order-card__status.pending {
    background: #fff3cd;
    color: #856404;
}

.modern-order-card__status.processing {
    background: #cfe2ff;
    color: #084298;
}

.modern-order-card__status.completed {
    background: #d1e7dd;
    color: #0f5132;
}

.modern-order-card__status.cancelled {
    background: #f8d7da;
    color: #842029;
}

.modern-order-card__status.ready {
    background: #d1e7dd;
    color: #0f5132;
}

.modern-order-card__status.accepted {
    background: #cfe2ff;
    color: #084298;
}

.modern-order-card__action {
    background: linear-gradient(135deg, var(--theme-color) 0%, #d00029 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.modern-order-card__action:hover {
    transform: scale(1.05);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(235, 0, 41, 0.3);
}

.modern-order-empty {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modern-order-empty__icon {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 16px;
}

.modern-order-empty__text {
    font-size: 18px;
    color: #999;
    margin: 0;
}

@media (max-width: 991px) {
    .modern-order-card {
        gap: 12px;
    }

    .modern-order-card__meta {
        flex-direction: row;
        gap: 8px;
    }

    .modern-order-card__details {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .modern-order-card {
        padding: 12px;
        gap: 12px;
    }

    .modern-order-card__image {
        width: 50px;
        height: 50px;
        border-radius: 8px;
    }

    .modern-order-card__number {
        font-size: 14px;
    }

    .modern-order-card__details {
        font-size: 13px;
    }

    .modern-order-card__date {
        font-size: 12px;
    }

    .modern-order-card__status,
    .modern-order-card__type {
        font-size: 10px;
        padding: 4px 10px;
    }

    .modern-order-card__action {
        padding: 8px 16px;
        font-size: 13px;
    }
}
/* End Modern Order List */


/* Event View Page */
.event-view-section {
    padding: 0 0 40px 0;
}

/* Event Hero */
.event-hero {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.event-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-hero__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--theme-color) 0%, #d00029 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-hero__placeholder i {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.5);
}

.event-hero__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    padding: 40px 30px 30px;
}

.event-hero__content {
    color: white;
}

.event-hero__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.event-hero__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    margin-bottom: 8px;
}

.event-hero__meta i {
    font-size: 14px;
}

.event-hero__location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    opacity: 0.9;
}
.event-hero__location a{
    color: white;
}

/* Event Details Card */
.event-details-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.event-details-card__header {
    padding: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.event-details-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.event-details-card__body {
    padding: 24px;
}

.event-info-item {
    display: flex;
    gap: 16px;
    padding: 16px;
    background: rgba(var(--theme-color-rgb, 235, 0, 41), 0.08);
    border-radius: 12px;
    border: 1px solid rgba(var(--theme-color-rgb, 235, 0, 41), 0.2);
    margin-bottom: 16px;
}

.event-info-item__icon {
    width: 40px;
    height: 40px;
    background: rgba(var(--theme-color-rgb, 235, 0, 41), 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.event-info-item__icon i {
    font-size: 20px;
    color: var(--theme-color);
}

.event-info-item__content {
    flex: 1;
}

.event-info-item__label {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.event-info-item__value {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    line-height: 1.6;
}

.event-location-link {
    color: #222;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.event-location-link:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

.event-location-link i {
    font-size: 12px;
}

.event-description {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.event-description__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.event-description__header i {
    font-size: 20px;
    color: var(--theme-color);
}

.event-description__header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.event-description__content {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}

/* Event Sale Notice */
.event-sale-notice {
    text-align: center;
    padding: 24px 20px;
    background: #fff;
    border: 2px dashed #ddd;
    border-radius: 12px;
}

.event-sale-notice i {
    font-size: 36px;
    color: var(--theme-color);
    margin-bottom: 12px;
    display: block;
}

.event-sale-notice h5 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin: 0;
}

/* Event Tickets Section */
.event-tickets-section {
    /* No sticky on desktop - only mobile/tablet will have fixed button */
}

.event-tickets-empty {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.event-tickets-empty i {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 16px;
}

.event-tickets-empty p {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.event-tickets-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

/* Event Ticket Card */
.event-ticket-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.event-ticket-card--selected {
    border-color: var(--theme-color);
    box-shadow: 0 6px 20px rgba(var(--theme-color-rgb, 235, 0, 41), 0.2);
}

.event-ticket-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.event-ticket-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin: 0;
    flex: 1;
}

.event-ticket-card__price {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
}

.event-ticket-card__badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-ticket-card__badge--free {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.event-ticket-card__divider {
    height: 1px;
    background: #e0e0e0;
    margin-bottom: 12px;
}

.event-ticket-card__discount {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(17, 153, 142, 0.3);
}

.event-ticket-card__discount i {
    font-size: 16px;
}

.event-ticket-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.event-ticket-card__status {
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.event-ticket-card__status i {
    font-size: 14px;
}

.event-ticket-card__status--sold {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.event-ticket-card__status--low {
    background: rgba(255, 152, 0, 0.1);
    color: #ff9800;
    border: 1px solid rgba(255, 152, 0, 0.3);
}

.event-ticket-card__status--available {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.event-ticket-card__quantity {
    background: #f5f5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.event-ticket-card__qty-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--theme-color);
    font-size: 18px;
}

.event-ticket-card__qty-btn:not(:disabled):hover {
    background: var(--theme-color);
    color: white;
}

.event-ticket-card__qty-btn:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.event-ticket-card__qty-input {
    width: 50px;
    height: 40px;
    border: none;
    background: white;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    outline: none;
    padding: 0;
}

.event-ticket-card__qty-input::-webkit-outer-spin-button,
.event-ticket-card__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.event-ticket-card__meta {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: #666;
}

.event-ticket-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.event-ticket-card__meta i {
    font-size: 12px;
    color: #999;
}

/* Checkout Section */
.event-checkout-section {
    /*position: sticky;*/
    /*bottom: 20px;*/
}

.event-checkout-btn {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--theme-color) 0%, #d00029 100%);
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(235, 0, 41, 0.3);
}

.event-checkout-btn:not(:disabled):hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(235, 0, 41, 0.4);
}

.event-checkout-btn:disabled {
    background: #e0e0e0;
    color: #999;
    cursor: not-allowed;
    box-shadow: none;
}

.event-checkout-btn i {
    font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .event-tickets-section {
        position: static;
        margin-top: 30px;
        padding-bottom: 100px; /* Space for fixed checkout button */
    }

    .event-checkout-section {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 16px;
        background: white;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
        z-index: 100;
    }

    .event-ticket-card__status i {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .event-hero {
        height: 300px;
        border-radius: 16px;
    }

    .event-hero__title {
        font-size: 24px;
    }

    .event-hero__meta,
    .event-hero__location {
        font-size: 14px;
    }

    .event-details-card__header,
    .event-details-card__body {
        padding: 20px;
    }

    .event-details-card__title {
        font-size: 20px;
    }

    .event-info-item {
        padding: 14px;
    }

    .event-ticket-card {
        padding: 16px;
    }

    .event-ticket-card__title {
        font-size: 16px;
    }

    .event-checkout-btn {
        font-size: 16px;
        padding: 14px 20px;
    }
}
/* End Event View Page */


/* Stripe Card Input Fields */
.stripe-input-fields .form-control {
    height: 45px;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.stripe-input-fields .form-control:hover {
    border-color: #ced4da;
}

.stripe-input-fields .form-control:focus-within {
    background: white;
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.2rem rgba(var(--theme-color-rgb, 235, 0, 41), 0.25);
}

.stripe-input-fields label {
    font-weight: 600;
    font-size: 14px;
    color: #495057;
    margin-bottom: 8px;
    display: block;
}

.StripeElement {
    padding: 0;
}

.StripeElement--focus {
    outline: none;
}

.StripeElement--invalid {
    border-color: #dc3545;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

@media (max-width: 767px) {
    .stripe-input-fields .form-control {
        height: 42px;
        padding: 10px 14px;
    }

    .stripe-input-fields label {
        font-size: 13px;
    }
}
/* End Stripe Card Input Fields */


/* Ticket View Styles */
.ticket-selector-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    justify-content: center;
}

.ticket-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #f5f5f5;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ticket-chip i {
    font-size: 14px;
}

.ticket-chip:hover {
    background: #e8e8e8;
    border-color: #bbb;
}

.ticket-chip.active {
    background: var(--theme-color);
    background-opacity: 0.1;
    border: 2px solid var(--theme-color);
    /*color: var(--theme-color);*/
    color: white;
    font-weight: 600;
}

.ticket-event-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.ticket-event-date {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

.ticket-event-time {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.ticket-event-info {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.ticket-event-image {
    flex-shrink: 0;
}

.ticket-event-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.ticket-event-placeholder {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.ticket-event-details {
    flex-grow: 1;
    min-width: 0;
}

.ticket-event-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ticket-event-location {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.2s;
}

.ticket-event-location:hover {
    color: var(--theme-color);
}

.ticket-event-location i {
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.ticket-event-location span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ticket-qr-section {
    margin-top: 20px;
}

.qr-carousel {
    text-align: center;
}

.qr-slide {
    padding: 20px 0;
}

.qr-code-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.qr-code-wrapper svg {
    max-width: 100%;
    height: auto;
}

.qr-info {
    text-align: center;
}

.qr-customer {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.qr-ticket-type {
    font-size: 13px;
    color: #666;
}

.qr-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}

.qr-nav-btn {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.qr-nav-btn:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: white;
}

.qr-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.qr-nav-btn i {
    font-size: 14px;
}

.qr-dots {
    display: flex;
    gap: 8px;
}

.qr-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d1d1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.qr-dot.active {
    background: #1a1a1a;
    width: 24px;
    border-radius: 4px;
}

.qr-dot:hover {
    background: #999;
}

@media (max-width: 767px) {
    .ticket-event-date {
        font-size: 15px;
    }

    .ticket-event-name {
        font-size: 14px;
    }

    .qr-code-wrapper svg {
        width: 220px;
        height: 220px;
    }

    .ticket-chip {
        font-size: 12px;
        padding: 5px 10px;
    }
}
/* End Ticket View Styles */

