
:root { --main-color: #ff344d; }
        .dark-version body { background-color: #000; }
        .cart_info {
            position: absolute;
            top: -5px;
            right: -10px;
            background: var(--main-color);
            color: #fff;
            border-radius: 50%;
            padding: 2px 6px;
            font-size: 10px;
        }
        .cartfix-area {
            position: fixed;
            top: 0;
            right: -100%;
            width: 350px;
            height: 100%;
            background: #111;
            z-index: 9999;
            transition: 0.5s;
            padding: 30px;
            box-shadow: -5px 0 15px rgba(0,0,0,0.5);
        }
        .cartfix-area.active { right: 0; }
        .offcanvas__overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 9998;
            display: none;
        }
        .offcanvas__overlay.active { display: block; }
        .calculator-panel { background: #0a0a0a; border: 1px solid #222; border-radius: 8px; padding: 40px; margin-top: 50px; }
        .total_points_display { color: var(--main-color); font-size: 3rem; font-weight: 800; }
        .nav-link img { width: 20px; margin-right: 5px; }

/* game.css - Gaming Integration */

.popin-up {
    background: #080808;
    color: #b5b5b5;
}

/* Titles & Dividers */
.gaming-title {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.title-divider {
    width: 80px;
    height: 4px;
    background: #ff344d;
    margin: 20px auto;
    position: relative;
}

.text-yellow { color: #ffce3a !important; }
.dash-epnt1 { color: #ff344d !important; }

/* Disclaimer */
.disclaimer-bar {
    background: rgba(255, 52, 77, 0.1);
    border-left: 4px solid #ff344d;
    padding: 15px 25px;
    border-radius: 4px;
}

/* Gaming Table */
.gaming-table-wrap {
    background: #111;
    padding: 2px;
    border-radius: 10px;
    border: 1px solid #222;
}

.gaming-table {
    margin-bottom: 0;
    color: #fff;
}

.gaming-table thead th {
    background: #1a1a1a;
    border-bottom: 2px solid #ff344d;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.gaming-table tbody td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #222;
    background: #111;
    color: #fff;
}

.tier-high {
    background: rgba(255, 206, 58, 0.05) !important;
}

/* Step Cards */
.step-card {
    background: #151515;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    border: 1px solid #222;
    transition: 0.3s;
}

.step-card:hover {
    border-color: #ff344d;
    transform: translateY(-5px);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: #ff344d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 0 15px rgba(255, 52, 77, 0.4);
}

/* Calculator Area */
.calculator-card {
    background: linear-gradient(145deg, #0f0f0f, #151515);
    padding: 50px;
    border-radius: 15px;
    border: 1px solid #333;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.calculator-title {
    text-align: center;
    color: #ffce3a;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.gaming-label {
    /*color: #888;*/
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.gaming-input-group {
    display: flex;
    align-items: center;
    background: #000;
    border: 1px solid #444;
    border-radius: 5px;
}

.input-symbol {
    padding: 10px 15px;
    background: var(--mainColor);
    color: #fff;
    font-weight: bold;
}

.calculator-card .form-control {
    background: #000;
    border: 1px solid #444;
    color: #fff;
    height: 50px;
}

.gaming-input-readonly {
    background: #1a1a1a !important;
    border-color: #222 !important;
    font-weight: bold;
}

.total-points-val {
    font-size: 4rem;
    font-weight: 900;
    color: #ff344d;
    text-shadow: 0 0 20px rgba(255, 52, 77, 0.3);
    margin: 10px 0;
}

/* Animations */
.floating-anim {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

.cta-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #333;
    color: #fff;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Ensure items don't stack while loading */
.products-slides {
    display: block;
}

.products-slides.owl-loaded {
    display: block;
}

/* Force the horizontal layout if Owl fails to load */
.products-slides:not(.owl-loaded) {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.products-slides .single-products-item {
    min-width: 280px; /* Prevents squishing */
    margin-right: 30px;
}
.products-slides-section {
    padding-left: 80px; 
    padding-right: 80px; 
    overflow: visible !important;
}
.products-slides.owl-carousel {
    overflow: visible !important;
}

.products-slides .owl-stage-outer {
    overflow: hidden; /* This keeps the products clipped, but allows arrows outside */
}

@media only screen and (max-width: 1200px) {
    .products-slides.owl-theme .owl-nav [class*=owl-] {
        left: 10px !important; /* Move inside the box */
        transform: translateY(-50%) rotate(0deg); /* Reset rotation for standard view */
    }
    .products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        left: auto !important;
        right: 10px !important; /* Move inside the box */
    }
}
.products-slides.owl-theme .owl-nav [class*=owl-] {
    color: #ff344d !important; /* Use your red accent color */
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.product-hours-group {
        position: relative;
    background: #f9314b;
    padding: 8px 10px;
    margin: 4px 10px 0 0;
    border-radius: 6px;
    color: #fff;
}
.header-wrapper .menu-area
{
    padding:10px 0px;
}
.product-hours-group h5 {
    font-size: 14px;
    margin: 0 0 0 0;
    text-transform: capitalize;
  }

.product-hours-group a {
    position: absolute;
    right: -7px;
    top: -11px;
    background: #fff;
    color: #000 !important;
    border-radius: 40px;
    padding: 0 0 !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.product-hours-group h6 {
    margin: 0 0 0 0;
    font-weight: 600;
}
.remove-item {
    position: absolute;
    right: 0px;
    display: inline-block;
     color: #f9314b;
    /*font-size: 27px;*/
}
.slider-container
{
            background-color:#22152c;
    box-shadow: 0px 3px 3px #000;
}
.slider {
    padding: 0px;
    width: 100%;
    -webkit-appearance: none;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    outline: none;
    position: relative;
    z-index: 2;
}
  .tooltip1 {
    position: absolute;
    top:-12px;
    transform: translateX(-50%);
    background-color: #f9314b;
    color:#fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    white-space: nowrap;
    margin-left:36px;
}
/* Triangle arrow at bottom */
.tooltip1::after {
     content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color:#f9314b transparent transparent transparent;
   }
.training-addon-section {
    background-color: #22152c;
    padding: 40px;
    color: var(--gunship-cyan);
    border: 2px solid var(--accent-color-7) !important;
}

.padding-bottom{
        padding-bottom: 80px;
    }
.padding-top{
        padding-top: 80px;
    }
.alert {
position: absolute !important;
padding: 5px 120px 5px 20px;
z-index: 11111;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 6px;
right: 30%;
top: 6px;
font-size: 18px;
transform: translate(-30%, 0px);
        width: 420px;
}
.alert button.close
 {
  position: absolute;
   right: 5px;
    background: #fff;
    border: 0;
    font-size: 1.5rem;
    top: 2px;
    opacity: 1;
    color: #f9314b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 3px 3px #000;
    text-align: center;
    padding: 0px;
} 


.alert-success {
    color: #fff !important;
    background-color:#f9314b !important;
    border-color: rgb(246, 87, 30, 0.35) !important;
}
.add-to-cart-btn:hover {
    color: var(--mainColor) !important;
}

.cardmnth
{
     border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.checkout-detail .cardte
 {
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
 }
 .checkout-detail .form-control:focus,.checkout-detail .form-select:focus
 {
    box-shadow:none;
     color: #fff;
 }
 .card-detail label
 {
        margin-bottom: 10px;
    color: #fff;
    font-weight: 550;
 }