.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-10333 .elementor-element.elementor-element-eb1fca1{text-align:center;}.elementor-10333 .elementor-element.elementor-element-eb1fca1 img{width:100%;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS */#site-header, #site-footer {
    display: none;
}
.tickera label, .tickera p{
    display: none;
}
@media screen and (max-width: 768px) { /* Adjust the max-width value based on when you want the mobile styles to take effect */
    
    .order-details, 
    .order-details tbody, 
    .order-details tr {
        display: block; /* Enable block display */
    }

    .order-details th,
    .order-details td {
        border-color: #eaeaea!important;
        display: grid; /* Use Grid for more control */
        grid-template-columns: 1fr 1fr; /* Divide each cell into two columns */
    }

    .order-details th::before,
    .order-details td::before {
        content: attr(data-column); /* Display the column header as content before each cell */
        font-weight: bold; /* Make it bold like a header */
    }

    .order-details th {
        display: none; /* Hide the original headers on mobile */
    }

    /* Optional: Add some spacing and style tweaks */
    .order-details td:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .alternate {
    background: white!important;
    margin-bottom: 20px!important;
}
.order-details tr {
    margin-bottom: 20px!important;
    
}
}/* End custom CSS */