.container .row .col-md-6 { width: 100% !important; }
/*.col-md-4, .span4 { width: auto !important; padding-bottom: 0; }*/

/* Topbar background */
#topbar { background: #CB0201; }
.topbarmenu { align-items: center; }
.kad-topbar-left, .kad-topbar-left .topbarmenu { float: none !important; }
#topbar .kad-cart-total { float: none; }
#topbar .delivery,
#topbar .call-us,
#topbar .time,
#topbar .email-us,
#topbar .blog,
#topbar .my-account { border: 0; }
.topbarmenu ul li { padding: 7px 10px; border: none; }
.topbarmenu ul li a { padding: 0 !important; }
.topbarmenu .delivery { border: none; }
.topbarmenu .my-account,
.topbarmenu .headrcart { margin-left: auto; }
.topbarmenu .headrcart { margin-right: 50px; }

/* Logo focus reset */
.logocase:focus-visible,
.logocase .logofont:focus-visible,
.logocase .logofont:focus,
.logocase #thelogo:focus-visible,
.logocase img.kad-standard-logo:focus,
.logocase img.kad-standard-logo:focus-visible { outline: 0 !important; }

/* Mobile nav */
.kad-mobile-nav .kad-nav-inner li .kad-submenu-accordion { width: 100% !important; }

/* Free gift & delivery images spacing */
#topbar .freegift img, #topbar .delivery img { margin: -4px 4px 0 0; }
#topbar .freegift, #topbar .delivery, #topbar .headrcart, #topbar .my-account { font-weight: 900; }

/* Topbar cart borders */
ul.delivery-s.kad-cart-total { border-right: 1px solid #fff; border-left: 1px solid #fff; }

/* ================================
   Header Layout — Flexbox (no floats)
   ================================ */

.headerclass .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
}

.gl-header-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    width: 100%;
}

/* Logo column */
.gl-header-logo {
    flex: 0 0 20%;
    min-width: 140px;
    max-width: 220px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gl-header-logo .brand,
.gl-header-logo .logofont { display: block; line-height: 1; }

.gl-header-logo #thelogo img,
.gl-header-logo .kad-standard-logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 180px;
}

/* Search column */
.gl-header-search {
    flex: 1 1 auto;
    min-width: 0;
}

/* Desktop app icons column */
.gl-app-icons--desktop {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gl-app-icons--desktop .gl-app-link img {
    display: block;
    width: 120px;
    height: auto;
}

/* Mobile app icons — hidden by default on desktop */
.gl-app-icons--mobile {
    display: none;
}

/* Header Nav */
.multisubmenu .icon-chevron-up::before,
.multisubmenu .icon-chevron-down::before { font-size: 10px; }
.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a { list-style: square inside; }
.kad-mobile-nav .kad-nav-inner li .kad-submenu-accordion { width: 100%; }
.kad-nav-inner .kad-mnav .kad-submenu-accordion i { float: right; }
#samedayid .textwidget { line-height: 1; text-transform: uppercase; text-align: center; letter-spacing: 2px; color: #fff; font-size: 2em; font-weight: 300; margin-bottom: 15px; margin-top: -15px; text-shadow: 0px 0px 10px #f1eded; }

/* ================================
   Search Styles
   ================================ */
.woo-search-wrapper { position: relative; margin: 0; }
.search-box { display: flex; border: 1px solid #ddd; overflow: hidden; background-color: #f5f5f5; }
.search-box input { flex-grow: 1; padding: 9px 15px; border: none; outline: none; background-color: #f5f5f5; color: #333; }
.search-box .close-btn { background-color: #cb0201; border: none; padding: 0 20px; color: white; cursor: pointer; }
.search-box .search-btn { width: 40px; border: 0; margin: 0; min-width: 50px; color: #fff; background: url(../../assets/images/search.png); background-size: 30px; background-repeat: no-repeat; background-color: #cb0201; background-position: 8px; }
#hits { position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; border: 1px solid #ddd; background: #fff; max-height: 300px; overflow-y: auto; z-index: 99999; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.wcs-item { border-bottom: 1px solid #eee; padding: 12px; }
.wcs-item a { color: #333; text-decoration: none; display: block; }
.wcs-item small { color: #666; }
#search-stats { margin: 10px auto; color: #111; text-align: end; }
#close-btn { border-left: 1px solid #fff; }
#close-btn img { filter: brightness(0) invert(1); width: 16px; }
.onehint { border-bottom: 1px solid #eee; padding: 10px; display: flex; flex-direction: column; }
.onehint:hover { background-color: #eee; }
.onehint:hover .stitle a { color: #444; }
.alldat.no-sell { display: block; padding-left: 0; }
.alldat.no-sell .stitle { width: 100%; }
.alldat.has-sell { display: flex; justify-content: space-between; align-items: center; padding-left: 0px; }
.stitle { width: 65%; word-wrap: break-word; }
.stitle a { display: block; width: 100%; height: 100%; text-decoration: none; color: #444; padding: 5px 8px; box-sizing: border-box; }
.pricesection { display: flex; justify-content: space-between; }
.price-block { flex: 1; text-align: center; min-width: 50%; }
.price-value { display: block; margin-bottom: 6px; }
.add-btn { display: inline-block !important; color: #fff !important; background: #000 !important; padding: 1px 10px !important; text-align: center !important; transition: background 0.3s ease !important; text-decoration: none !important; }
.add-btn:hover { background: #D20202; color: #FFF; }
.view-all-container { text-align: center; }
.view-all-btn { border: none; background: #f6f6f6e6; color: #D20202; padding: 8px 20px; cursor: pointer; text-transform: uppercase; width: 100%; display: inline-block; }
.pricesr { display: flex; justify-content: flex-end; gap: 40px; flex-wrap: nowrap; }
.sf-sub-indicator { background: url(../../assets/images/nav_arrows.png) no-repeat -10px -100px; }

/* ================================
   Footer Styles
   ================================ */
.copyright { float: left; font-size: 11px; color: #FFFFFF; }
.footer-widget .section1.app { margin-bottom: 10px; float: left; width: 48%; margin-right: 4px; }
.footer-widget .section1.app img { width: 150px; }
#containerfooter .xoo-wsc-ctxt,
#containerfooter .xoo-wsc-price,
#containerfooter .xoo-wsc-price span,
#containerfooter .xoo-wsc-subtotal { color: #444; }
#containerfooter .xoo-wsc-sum-col a,
#containerfooter .xoo-wsc-remove { color: #D20202; }
#containerfooter h3 { font-size: 18px !important; font-weight: 200 !important; color: #FFFFFF !important; }
.pg-icon { width: 100%; height: 100%; float: left; }
.mobikwik, .freecharge, .paytm, .american, .dinnerclub, .discover, .jsb, .master, .visa, .net, .cash { margin-bottom: -3px; margin-left: 0px; margin-right: 1px; }
.pg-icon .cash { background: url(../../assets/images/pg-logo.png) -175px 35px; width: 58px; height: 31px; float: left; }
.pg-icon .visa { background: url("../../assets/images/pg-logo.png") -6px 0; width: 48px; height: 31px; float: left; }
.pg-icon .master { background: url("../../assets/images/pg-logo.png") -60px 0px; width: 47px; height: 31px; float: left; }
.pg-icon .jsb { background: url("../../assets/images/pg-logo.png") -110px 0px; width: 49px; height: 31px; float: left; }
.pg-icon .discover { background: url("../../assets/images/pg-logo.png") -165px 0px; width: 48px; height: 31px; float: left; }
.pg-icon .dinnerclub { background: url("../../assets/images/pg-logo.png") -220px -1px; width: 50px; height: 31px; float: left; }
.pg-icon .american { background: url("../../assets/images/pg-logo.png") -275px 0px; width: 49px; height: 31px; float: left; }
.pg-icon .paytm { background: url("../../assets/images/pg-logo.png") -4px 35px; width: 49px; height: 31px; float: left; }
.pg-icon .freecharge { background: url("../../assets/images/pg-logo.png") -56px 35px; width: 57px; height: 31px; float: left; }
.pg-icon .mobikwik { background: url("../../assets/images/pg-logo.png") -115px 35px; width: 59px; height: 31px; float: left; }
.pg-icon .net { background: url("../../assets/images/pg-logo.png") -237px 35px; width: 58px; height: 31px; float: left; }
.footer-text { width: 100%; text-align: center; padding: 20px; }
#containerfooter .widget-1 #text-9 .textwidget a:after,
#containerfooter .widget-1 #text-7 .textwidget a:after { font-family: 'kt-font-awesome'; font-style: normal; speak: none; margin: 0px 0px 0px 0px; font-weight: 400; content: "\f07c"; float: right; -webkit-font-smoothing: antialiased; }
.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a { list-style: square inside; }

/* ================================
   Side Icon Cart
   ================================ */
.xoo-wsc-icon-basket1:before { content: "\f07a" !important; font-family: FontAwesome !important; }
.xoo-wsc-footer .button { background: #010000; border-radius: 2px; color: #fff; }
.xoo-wsc-footer .button:hover { background: #CB0201; color: #ffffff; }
.xoo-wsc-basket { border-radius: 5px; }
.xoo-wsc-qty-price { color: #444; }
span.xoo-wsc-pname,
span.xoo-wsc-pname a { font-weight: 400; }
.xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount { color: #444 !important; }

/* ================================
   Body & Global
   ================================ */
body, .color_body, .sidebar a, .author-name a, .author-latestposts h5 a, .author-latestposts h5,
.author-profile .author-occupation, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .product_price, .product_details > .product_excerpt { color: #444; }

/* ================================
   Add To Cart
   ================================ */
.product .kad_add_to_cart { font-size: 14px !important; }
body.archive.gameloot-archive #product_wrapper .product_details a.button { width: 60%; }
body.archive #product_wrapper .product_details a.button { width: 40%; }
.product_item .kad_add_to_cart,
#product_wrapper a.button { width: 51%; margin-left: 5%; margin-right: 5%; display: inline-flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; transition: all 0.3s ease; font-size: 13px; }
.product_item a.button { display: block; background: #000 none repeat scroll 0% 0% !important; color: #fff; text-decoration: none; transition: all 0.5s ease-in-out 0s; border: medium none; border-radius: 0px; margin-top: 5px; margin-bottom: 5px; padding: 3px; }
.product-type-simple .woocommerce-Price-amount { width: 50%; text-align: center; }
.product_item .product_price { float: left; font-size: 16px; font-weight: 700; width: 100%; display: block; }

/* ================================
   Product Archive Grid
   ================================ */
.tcol-md-3 { position: relative !important; float: left; width: 24.99%; top: 0px !important; left: 0px !important; height: 367px; margin-bottom: 20px; }
.tcol-md-3 .product_price .amount,
.tcol-md-3 .product_price ins .amount { padding-left: 5px; padding-right: 5px; }
.tcol-md-3 .product_price del .amount { opacity: 0.7; }
.col-md-7 .price del .amount { padding-left: 0px; padding-right: 5px; opacity: 0.7; font-size: 18px; text-decoration: line-through; }
.col-md-7 .price ins .amount { padding-left: 5px; padding-right: 5px; font-size: 20px; }
.col-md-7 .price { font-size: 20px !important; }
.in-stock, .out-of-stock { width: 40%; display: inline-block; padding: 9px 0px; }
.pre-order { display: inline-block; font-size: 12px; padding: 9px 0px; }

/* ================================
   Single Product Page
   ================================ */
.row .product_meta { display: none; }
.single-product .woocommerce-product-gallery { position: relative; }
.gl-image-badge { position: absolute; top: 10px; right: 25px; z-index: 10; background: #cb0201; color: #fff; padding: 4px 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; border-radius: 3px; pointer-events: none; }
nav.woocommerce-pagination ul li { margin: 5px 5px !important; }
.product .product_meta { border: none !important; }
.product-type-simple .woocommerce-Price-amount { width: 50%; text-align: center; }
body.gameloot-archive #rtrn { padding: 15px 0px; }
body.gameloot-archive .woocommerce-product-details__short-description { clear: both; display: block; width: 100%; padding-top: 15px; }
*:focus-visible, *:focus { outline: none !important; }

/* ================================
   Single Product Warranty
   ================================ */
.gl-wr-wrap { margin: 20px 0 10px; }
.gl-wr-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.gl-wr-icon { width: 44px; height: 44px; border-radius: 6px; background: #1a1a1a; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gl-wr-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.gl-wr-htitle { font-size: 15px; font-weight: 600; color: #1a1a1a; margin: 0; line-height: 1.3; }
.gl-wr-hsub { font-size: 12px; color: #666; margin: 2px 0 0; }
.gl-wr-cards { display: flex; flex-direction: column; gap: 10px; }
.gl-wr-card { border: 1px solid #e0e0e0; border-radius: 10px; padding: 14px 16px; display: flex; align-items: center; gap: 14px; background: #fff; cursor: pointer; transition: border-color 0.15s; }
.gl-wr-card:hover { border-color: #aaa; }
.gl-wr-card.gl-selected { border: 2px solid #1a1a1a; }
.gl-wr-card.gl-already-added { border: 2px solid #1D9E75; cursor: default; }
.gl-wr-check { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid #ccc; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.gl-wr-check svg { width: 11px; height: 11px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
.gl-wr-card.gl-selected .gl-wr-check { background: #1a1a1a; border-color: #1a1a1a; }
.gl-wr-card.gl-selected .gl-wr-check svg { opacity: 1; }
.gl-wr-card.gl-already-added .gl-wr-check { background: #1D9E75; border-color: #1D9E75; }
.gl-wr-card.gl-already-added .gl-wr-check svg { opacity: 1; }
.gl-wr-info { flex: 1; }
.gl-wr-name { font-size: 14px; font-weight: 600; color: #1a1a1a; margin: 0 0 4px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.gl-wr-desc { font-size: 12px; color: #666; margin: 3px 0 0; clear: both; }
.gl-wr-price { font-size: 15px; font-weight: 600; color: #1a1a1a; margin: 6px 0 0; }
.gl-wr-badge { font-size: 11px; background: #000000; color: #FFFFFF; border-radius: 4px; padding: 2px 7px; font-weight: 500; }
.gl-wr-btn-row { margin-top: 14px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.gl-wr-atc { display: inline-block; background: #000; color: #fff; font-size: 14px; text-transform: uppercase; border: 0px; padding: 0 18px; line-height: 40px; cursor: pointer; transition: background .6s ease-out, color 0.15s; }
.gl-wr-atc:hover { background: #d20202; color: #FFFFFF; }
.gl-wr-atc:disabled, .gl-wr-atc.gl-disabled { background: #bbb; border-color: #bbb; color: #fff !important; cursor: default; pointer-events: none; }
.gl-wr-note { font-size: 11px; color: #000000; margin-top: 10px; display: flex; align-items: center; gap: 5px; }
.gl-wr-note svg { width: 13px; height: 13px; stroke: #000000; fill: none; stroke-width: 1.5; flex-shrink: 0; }
.gl-wr-img { width: 60px; height: 60px; flex-shrink: 0; border-radius: 6px; overflow: hidden; border: 1px solid #f0f0f0; }
.gl-wr-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ================================
   Checkout Page
   ================================ */
#droupdowncash fieldset { overflow: hidden; }
#droupdowncash .some-class { float: left; clear: none; }
#droupdowncash label { float: left; clear: none; display: block; padding: 0px 1em 0px 8px; }
#droupdowncash input[type=radio],
#droupdowncash input.radio { float: left; clear: none; margin: 3px 5px 0px 0px; }
#bankdetaild, #paytmwalletd, #upid { display: none; }
#paytmwallet { padding: 8px 40px; margin-bottom: 10px; }
#paytmwallet_duplicate { padding: 8px 40px; }
#verify_upi { padding: 8px 20px; margin: 10px 0px; background: #000; border: 0px; color: #ffffff; font-family: Lato; font-size: 14px; text-transform: uppercase; }
.paytmnumber:before { content: "91"; padding: 8px; position: absolute; background: #d5cece; border: 1px solid; }
.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox { margin: 3px 5px 0 0 !important; width: 20px; height: 20px; }
.row .entry-content .woocommerce p { font-size: 15px; }
#commentform .comment-form-cookies-consent input, .woocommerce form .form-row label.checkbox, .woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.checkbox, .woocommerce-page form .form-row label.inline, a [class*=" icon-"], a [class^=icon-], ul#shipping_method label { padding: 0; }
body.checkout .select2-container .select2-selection--single { height: 38px; border: 1px solid #999; border-radius: 3px; background-color: #fff; padding: 4px 8px; box-shadow: none; transition: border-color 0.2s ease-in-out; }
body.checkout .select2-container--default .select2-selection--single .select2-selection__arrow { height: 36px; right: 8px; }
body.checkout .select2-container--default.select2-container--focus .select2-selection--single { border-color: #999; outline: none; }
body.checkout .select2-container--default .select2-results__option { font-size: 14px; padding: 6px 10px; }
body.checkout .select2-container--default .select2-results__option--highlighted { background-color: #f2f2f2; color: #000; }
#billing_country_field label { float: left; margin-right: 10px; }
.wooznd_partialpayment_box input[type="checkbox"],
.wooznd_partialpayment_box label { display: inline-block; vertical-align: middle; margin: 0; }
.wooznd_partialpayment_box input[type="checkbox"] { margin: 0px 8px 0px 0px !important; }
body.checkout .wc_payment_methods .wc_payment_method { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 10px; padding: 8px 0; }
body.checkout .wc_payment_methods .wc_payment_method input[type="radio"] { margin-top: 4px; flex-shrink: 0; }
body.checkout .wc_payment_methods .wc_payment_method label { margin: 0; line-height: 1.5; flex: 1; }
body.checkout .wc_payment_methods .wc_payment_method .payment_box { flex-basis: 100%; margin-left: 25px; margin-top: 8px; box-sizing: border-box; }
body.checkout #payment .methods label { margin: 0 !important; }
body.checkout .woocommerce #payment ul.payment_methods li { padding: 5px 0 0; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { line-height: 25px !important; }

/* ================================
   Buy Checkout
   ================================ */
.input-checkbox .optional { display: none; }
p#free_gift_wrap_field > .checkbox { padding-left: 5px; }
p#free_gift_wrap_field { padding-top: 10px; }
p#broken_box_field > .checkbox { padding-left: 5px; }
.gstuse input.input-checkbox { width: 20px; height: 20px; margin: 0 5px 0 0; }
p.form-row.form-row-last.gst-number-box.validate-required { padding-left: 0px; }
#textboxgst .gst-label { width: 100%; display: block; font-weight: 600; margin-bottom: 6px; }
#textboxgst .form-row-first,
#textboxgst .form-row-last { float: left; clear: none; margin-right: 0; margin-bottom: 0; }
#textboxgst .form-row-first { width: 50px; padding-right: 0; }
#textboxgst .gst-state-box input.input-text { text-align: center; background-image: unset; }
#textboxgst .gst-state-box input.input-text,
#textboxgst .gst-number-box input.input-text { width: 100% !important; }

/* ================================
   Product Labels
   ================================ */
.product-label { position: absolute; z-index: 1; background: #cb0201; color: #fff; padding: 0 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; top: 0; right: 1px; font-family: Lato; }
.product-label-warranty { float: left; position: absolute; z-index: 9; font-weight: 700; color: #fff; background-size: 100% auto; width: 60px; height: 42px; bottom: 140px; }
.single-product-label-warranty { float: left; position: absolute; z-index: 99; font-weight: 700; color: #fff; font-family: Lato; background-size: 100%; width: 80px; height: 56px; bottom: 0px; }
#tab-description h2 { font-size: 20px; }

/* ================================
   Sell Site Top Banner
   ================================ */
.requestitem { text-align: center; padding: 10px; background: linear-gradient(to bottom, #eee, #fff); font-size: 1.3em; font-weight: 600; }

/* ================================
   Archive Page Sorting
   ================================ */
body.archive .woocommerce-ordering .orderby { font-size: 15px; text-transform: uppercase; font-weight: 600; color: #444; }
.catsectiondivmain a:hover { color: #595752; }

/* ================================
   Single Product Warranty (extra)
   ================================ */
#inactiveLink { background-color: black; }
#tooltip { background-color: black; }
.tooltip:hover .tooltiptext { visibility: visible; }
.inline { display: inline-block; }

/* ================================
   Password Eye Toggle
   ================================ */
.show-password-input.display-password::after { font-family: dashicons; content: "\f177"; font-size: 18px; }
.show-password-input::after { font-family: dashicons; content: "\f530"; font-size: 18px; }
.woocommerce .password-input { position: relative; }
.woocommerce .password-input button.show-password-input,
.woocommerce .password-input button.hide-password-input { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: none; border: 0; cursor: pointer; }

/* ================================
   Pincode Checker
   ================================ */
.checkpincodeservisability { clear: both; }
.checkpincodeservisability > p:first-child { color: #333; margin-bottom: 16px; display: flex; align-items: center; gap: 5px; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: flex-start; }
.wc-map-marker-alt { display: flex; gap: 10px; margin-bottom: 15px; position: relative; }
.wc-map-marker-alt input { flex: 1; padding: 5px 5px 5px 40px; border: 1px solid #ada4a4; border-radius: 5px; background: #ffffff; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg>'); background-size: 16px; background-repeat: no-repeat; background-position: 12px center; transition: all 0.3s ease; outline: none; }
.wc-map-marker-alt input:focus { border-color: #4CAF50; box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1); }
.wc-map-marker-alt input::placeholder { color: #999; }
.wc-map-marker-alt input::-webkit-inner-spin-button,
.wc-map-marker-alt input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.CheckPinService { padding: 10px 25px; background: #000000; color: #ffffff; border: none; border-radius: 5px; cursor: pointer; transition: all 0.3s ease; white-space: nowrap; position: relative; overflow: hidden; text-transform: uppercase; letter-spacing: 1.5px; }
.CheckPinService:hover { box-shadow: 0 6px 20px rgb(0 0 0 / 40%); }
.CheckPinService:active { transform: translateY(0); }

/* ================================
   My Account & Orders
   ================================ */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--sell-orders a:before { content: ""; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--archive-orders a:before { content: ""; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--gameloot-wallet a:before { content: ""; }
.woocommerce-MyAccount-navigation ul li a:focus { outline: 0px; }
.gl-archive-wrap h2.gl-archive-title { font-size: 1.4em; font-weight: 700; margin: 0 0 4px; color: #1a1a1a; }
.gl-archive-wrap .gl-archive-subtitle { color: #888; font-size: 13px; margin: 0 0 20px; }
.gl-archive-wrap .gl-archive-table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.gl-archive-wrap .gl-archive-table thead tr { background: #f5f5f5; border-bottom: 2px solid #e8e8e8; }
.gl-archive-wrap .gl-archive-table th { padding: 12px 14px; text-align: left; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: #555; white-space: nowrap; }
.gl-archive-wrap .gl-archive-table tbody tr { border-bottom: 1px solid #f0f0f0; transition: background .12s; }
.gl-archive-wrap .gl-archive-table tbody tr:last-child { border-bottom: none; }
.gl-archive-wrap .gl-archive-table tbody tr:hover { background: #fafafa; }
.gl-archive-wrap .gl-archive-table td { padding: 12px 14px; vertical-align: middle; color: #333; }
.gl-archive-wrap .gl-order-num { font-weight: 700; color: #D20202; font-size: 14px; }
.gl-archive-wrap .gl-status-badge { display: inline-block; padding: 3px 9px; border-radius: 20px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; }
.gl-archive-wrap .gl-item-row { display: block; padding: 2px 0; line-height: 1.5; }
.gl-archive-wrap .gl-item-row + .gl-item-row { border-top: 1px dashed #f0f0f0; margin-top: 4px; padding-top: 6px; }
.gl-archive-wrap .gl-tracking-code { font-family: monospace; font-size: 13px; color: #1a1a1a; }
.gl-archive-wrap .gl-tracking-meta { color: #888; font-size: 11px; display: block; margin-top: 2px; }
.gl-archive-wrap .gl-view-order-btn { font-size: 12px; padding: 5px 12px; white-space: nowrap; cursor: pointer; }
#gl-order-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; }
#gl-order-modal .gl-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
#gl-order-modal .gl-modal-box { position: relative; background: #fff; border-radius: 8px; width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto; box-shadow: 0 8px 32px rgba(0,0,0,.18); margin: 16px; }
#gl-order-modal .gl-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #eee; }
#gl-order-modal .gl-modal-title { font-weight: 700; font-size: 15px; color: #1a1a1a; }
#gl-order-modal .gl-modal-close { background: none; border: none; font-size: 22px; line-height: 1; cursor: pointer; color: #888; padding: 0 4px; }
#gl-order-modal .gl-modal-close:hover { color: #D20202; }
#gl-order-modal .gl-modal-body { padding: 20px; }
#gl-order-modal .gl-modal-table { width: 100%; border-collapse: collapse; font-size: 14px; }
#gl-order-modal .gl-modal-table td { padding: 9px 10px; border-bottom: 1px solid #f5f5f5; color: #333; vertical-align: top; }
#gl-order-modal .gl-modal-table td:first-child { color: #555; width: 60%; }
#gl-order-modal .gl-modal-table td:last-child { text-align: right; font-weight: 500; }
#gl-order-modal .gl-modal-subtotal td { border-top: 2px solid #eee; padding-top: 12px; }
#gl-order-modal .gl-modal-total td { border-top: 2px solid #1a1a1a; font-size: 15px; padding-top: 12px; }
.gl-archive-wrap .gl-pagination-info { display: none; }
.gl-archive-wrap .gl-empty-state { text-align: center; padding: 48px 24px; background: #fafafa; border-radius: 8px; border: 1.5px dashed #e0e0e0; }
.gl-archive-wrap .gl-empty-state p { color: #888; font-size: 14px; margin: 0 0 16px; }
.gl-archive-wrap .gl-empty-state a { display: inline-block; padding: 9px 20px; background: #D20202; color: #fff; border-radius: 6px; font-size: 13px; font-weight: 600; text-decoration: none; }
.gl-archive-wrap .gl-empty-state a:hover { background: #a80000; }

/* Paytm button hide */
.paytm-action-btn { display: none !important; }

/* ================================
   Page Template
   ================================ */
.page-template .contentclass { padding-bottom: 0px; }
.page-template .kad-sidebar,
.page-template .page-template-sell-online .sidebar,
.page-template .page-template-sell-online #sidebar { display: none !important; }

/* ================================
   Home Slider
   ================================ */
.gl-swiper { position: relative; }
.gl-swiper .gl-home-next,
.gl-swiper .gl-home-prev { margin-top: 0 !important; width: 38px; height: 38px; background: rgba(0, 0, 0, 0.55); border-radius: 50%; color: #fff; top: 50% !important; transform: translateY(-50%) !important; transition: all 0.3s ease; opacity: 0; }
.gl-swiper .gl-home-next::after,
.gl-swiper .gl-home-prev::after { font-size: 14px; font-weight: bold; }
.gl-swiper .gl-home-next:hover,
.gl-swiper .gl-home-prev:hover { background: rgba(0, 0, 0, 0.85); transform: translateY(-50%) scale(1.1); }
.gl-swiper .gl-home-prev { left: 15px; }
.gl-swiper .gl-home-next { right: 15px; }
.gl-slide-mobile { display: none; }
.gl-slide-desktop { display: block; width: 100%; }

/* ================================
   Testimonial Slider
   ================================ */
.testimonials-section { width: 100vw; margin-left: calc(-50vw + 50%); background: #dedede; padding: 40px 0; }
.testimonials-grid { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.testimonials-grid .widget-title { text-align: center; font-size: 25px; margin: 0; }
.gl-testimonial-swiper { position: relative; overflow: hidden; }
.gl-testimonial-slide { text-align: center; padding: 20px 60px; }
.gl-review { font-size: 14px; line-height: 1.8; color: #444; margin-bottom: 10px; }
.gl-reviewer { font-size: 15px; font-weight: 700; color: #222; }
.gl-t-next,
.gl-t-prev { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 38px; height: 38px; background: rgba(0, 0, 0, 0.55); border-radius: 50%; cursor: pointer; display: flex !important; align-items: center; justify-content: center; }
.gl-t-next::after,
.gl-t-prev::after { font-size: 14px !important; color: #fff !important; font-weight: 700; }
.gl-stars { color: #cb0201; font-size: 20px; margin-bottom: 10px; }
.gl-t-next.swiper-button-disabled,
.gl-t-prev.swiper-button-disabled { opacity: 0.3; cursor: not-allowed; }

/* ================================
   Canvas App — body class override
   ================================ */
body.is-canvas-app .gl-app-icons--desktop { display: none !important; }
body.is-canvas-app .gl-app-icons--mobile { display: flex !important; }

/* ================================
   Sell Side Main Hero Image
   ================================ */
.sell-hero{ width:100%; overflow:hidden; }
.sell-hero img{ display:block; width:100%; max-width:100%; height:auto; }


/* ================================
   BREAKPOINTS
   ================================ */

/* --- Very small phones: ≤320px --- */
@media (max-width: 320px) {
    .gl-wr-card { padding: 8px; gap: 6px; }
    .gl-wr-img { width: 26px; height: 26px; }
    .gl-wr-check { width: 18px; height: 18px; }
    .gl-wr-name { font-size: 11px; }
    .gl-wr-desc { font-size: 10px; }
    .gl-wr-price { font-size: 12px; }
    .gl-wr-badge { font-size: 9px; padding: 1px 4px; }
    .gl-wr-icon { width: 32px; height: 32px; }
    .gl-wr-atc { font-size: 11px; line-height: 38px; }
}

/* --- Small phones: ≤375px --- */
@media (max-width: 375px) {
    .gl-wr-card { padding: 10px; gap: 8px; }
    .gl-wr-img { width: 30px; height: 30px; }
    .gl-wr-name { font-size: 12px; }
    .gl-wr-price { font-size: 13px; }
    .gl-wr-atc { font-size: 12px; }
    .footer-text { text-align: left; padding: 10px 0px; }
    .virtue_social_widget a { margin-left: 0px !important; padding: 5px 0px !important; text-align: left !important; }
}

/* --- Archive label fix: ≤400px --- */
@media (max-width: 400px) {
    .product-label-warranty { bottom: 170px !important; }
}

/* --- Mobile: ≤480px --- */
@media (max-width: 480px) {
    .search-box input { padding: 8px; }
    .search-box .close-btn { padding: 0 10px; }
    .add-btn { padding: 3px 10px; font-size: 12px; }
    .price-value { font-size: 13px; }
    .gl-wr-card { padding: 12px; gap: 10px; }
    .gl-wr-img { width: 36px; height: 36px; flex-shrink: 0; }
    .gl-wr-check { margin-top: 2px; flex-shrink: 0; }
    .gl-wr-name { font-size: 13px; gap: 4px; }
    .gl-wr-desc { font-size: 11px; }
    .gl-wr-price { font-size: 14px; }
    .gl-wr-badge { font-size: 10px; padding: 1px 5px; }
    .gl-wr-btn-row { flex-direction: column; align-items: flex-start; gap: 8px; }
    .gl-wr-atc { width: 100%; text-align: center; font-size: 13px; padding: 0 14px; line-height: 42px; }
    .gl-wr-htitle { font-size: 14px; }
    .gl-wr-hsub { font-size: 11px; }
    .gl-wr-icon { width: 38px; height: 38px; }
    .gl-wr-icon svg { width: 18px; height: 18px; }
    h1 { font-size: 22px !important; }
    .wc-map-marker-alt { display: flex; gap: 8px; align-items: stretch; }
    .wc-map-marker-alt input { flex: 1; min-width: 0; }
    .CheckPinService { width: auto; flex-shrink: 0; padding: 9px 14px; font-size: 12px; letter-spacing: 1px; }
    .gl-slide-mobile { display: block; width: 100%; }
    .gl-slide-desktop { display: none; }
}

/* --- Orders table: ≤600px --- */
@media (max-width: 600px) {
    .gl-archive-wrap .gl-archive-table thead { display: none; }
    .gl-archive-wrap .gl-archive-table tbody tr { display: block; border: 1px solid #e8e8e8; border-radius: 8px; margin-bottom: 10px; padding: 10px 0; }
    .gl-archive-wrap .gl-archive-table td { display: flex; justify-content: space-between; align-items: center; padding: 7px 14px; border-bottom: 1px solid #f5f5f5; font-size: 13px; }
    .gl-archive-wrap .gl-archive-table td:last-child { border-bottom: none; }
    .gl-archive-wrap .gl-archive-table td::before { content: attr(data-label); font-weight: 600; font-size: 11px; text-transform: uppercase; color: #888; flex-shrink: 0; margin-right: 10px; }
    .gl-archive-wrap .gl-pagination { flex-direction: column; align-items: stretch; text-align: center; }
    .gl-archive-wrap .gl-pagination-info { text-align: center; }
}

/* --- Mobile: ≤767px --- */
@media (max-width: 767px) {
   .sell-hero img{ width:100%; height:auto; }
    header #topbar { display: none; }
    .topbarmenu { display: none; }
    .mmobilemenu { background-color: #eaeaea; }
    header #thelogo { margin-bottom: -15px; }
    #samedayid .textwidget { font-size: 4vw !important; }
    .woocommerce-checkout table.shop_table tfoot td { padding: 6px 0 9px 30px; }
    #containerfooter .widget-1 #text-9 .textwidget a:after,
    #containerfooter .widget-1 #text-7 .textwidget a:after { margin: 0px; }
    .wc-map-marker-alt input { padding: 8px 8px 8px 40px; }
    .gl-header-inner { flex-wrap: wrap; gap: 6px; padding: 8px 10px; }
    .gl-header-logo { flex: 1 1 100%; max-width: 100%; min-width: 0; display: flex; align-items: center; justify-content: space-between; }
    .gl-header-logo .brand,
    .gl-header-logo #thelogo { flex: 0 0 38%; margin-bottom: 0; }
    .gl-header-logo .kad-standard-logo { max-width: 100%; width: 100%; }
    .gl-app-icons--mobile { display: flex; flex: 0 0 62%; justify-content: flex-end; align-items: center; gap: 6px; }
    .gl-app-icons--mobile .gl-app-link { flex: 0 0 calc(50% - 3px); }
    .gl-app-icons--mobile .gl-app-link img { display: block; width: 100%; height: auto; }
    .gl-app-icons--desktop { display: none !important; }
    .gl-header-search { flex: 1 1 100%; min-width: 0; }
    .woo-search-wrapper { margin: 0 0 4px; }
    .search-box { border-radius: 5px; margin: 0; }
    .alldat.has-sell { flex-direction: column; align-items: flex-start; }
    .stitle { width: 100%; }
    .priceleft { width: 100%; }
    .pricesection { width: 100%; display: flex; justify-content: flex-end; }
    .pricesr { padding: 0; }
    .price-block { min-width: auto; display: flex; flex-direction: column; }
    .price-value { margin-bottom: 4px; }
}

/* --- Mobile menu trigger: ≤991px --- */
@media (max-width: 991px) {
    .kad-mobile-nav .kad-nav-inner li .kad-submenu-accordion { width: 100% !important; }
    .kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a { list-style: square inside; }
    .kad-nav-inner .kad-mnav .kad-submenu-accordion i { float: right; }
}

/*@media (min-width: 767px) {
	.col-md-4, .span4{ width: 20% !important; padding-bottom: 5px; }
}*/

@media (min-width:768px) and (max-width:1024px){
    .sell-hero img{ width:100%; height:auto; object-fit:contain; }
}

/* --- Tablet: 768px – 1023px --- */
@media (min-width: 768px) and (max-width: 1023px) {
    .headerclass .container { padding-left: 16px !important; padding-right: 16px !important; }
    .gl-header-inner { gap: 12px; padding: 8px 10px; }
    .gl-header-logo { flex: 0 0 auto; min-width: 120px; max-width: 170px; }
    .gl-header-logo .kad-standard-logo { max-width: 150px; }
    .gl-header-search { flex: 1 1 auto; min-width: 0; }
    /*.gl-app-icons--desktop { display: none; }*/
    .navclass { background: transparent linear-gradient(to bottom, #fff 0%, #fff 100%) repeat scroll 0% 0% !important; }
    #nav-second ul.sf-menu > li.active,
    #nav-second ul.sf-menu > li:hover { background: #fff !important; }
    .sf-menu a { color: #000 !important; }
}

/* --- Desktop: ≥768px nav & layout --- */
@media (min-width: 768px) {
    .navclass { background: transparent linear-gradient(to bottom, #fff 0%, #fff 100%) repeat scroll 0% 0% !important; }
    #nav-second ul.sf-menu > li.active,
    #nav-second ul.sf-menu > li:hover { background: #fff !important; }
    #nav-second { display: flex; margin: 0 auto; }
    #nav-second ul.sf-menu { display: flex; justify-content: space-between; list-style-type: none; flex-wrap: wrap; flex-direction: row; align-content: center; align-items: center; }
    #nav-second ul.sf-menu > li > a { font-weight: 900; }
    #nav-second a > .sf-sub-indicator { top: 40% !important; right: -15px !important; background-position: 0px -103px !important; display: inline-block; }
    #nav-second ul.sf-menu > li { width: auto !important; padding: 0px 15px !important; }
    .sf-menu a { color: #000 !important; }
    .dgwt-wcas-sf-wrapp { margin: 15px 0 0 0 !important; }
    .dgwt-wcas-search-wrapp { float: left !important; max-width: 100% !important; }
    .dgwt-wcas-search-form { margin: 0px 35px 0px 15px !important; }
    .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input { background: #f4f2f2 !important; }
    .topbarmenu .my-account,
    .topbarmenu .headrcart { float: right !important; }
    .topbarmenu .headrcart { margin-right: 50px !important; font-weight: 900; }
}

/* --- Desktop: ≥1024px --- */
@media (min-width: 1024px) {
    .headerclass .container { padding-left: 35px !important; padding-right: 35px !important; }
    .gl-header-inner { gap: 15px; padding: 15px 20px; }
    .gl-header-logo { flex: 0 0 20%; max-width: 180px; }
    .gl-header-logo .kad-standard-logo { max-width: 180px; }
    .gl-header-search { flex: 1 1 auto; }
    .gl-app-icons--desktop { flex: 0 0 auto; display: flex; }
    .gl-app-icons--desktop .gl-app-link img { width: 130px; }
    .gl-swiper:hover .gl-home-next,
    .gl-swiper:hover .gl-home-prev { opacity: 1; }
    .col-md-4, .span4{ width: 20% !important; padding-bottom: 5px; }
}

/* --- Slider mobile arrow --- */
@media (max-width: 768px) {
    .gl-swiper .gl-home-next,
    .gl-swiper .gl-home-prev { transform: translateY(-50%) !important; width: 36px; height: 36px; opacity: 1; }
    .gl-swiper .gl-home-next::after,
    .gl-swiper .gl-home-prev::after { font-size: 14px; }
    .gl-swiper .gl-home-prev { left: 8px; }
    .gl-swiper .gl-home-next { right: 8px; }
}

/* --- Large desktop: ≥990px product grid --- */
@media (min-width: 990px) {
    .textwidget .woocommerce .tcol-md-3 { width: 16.66%; height: 400px; }
    .product_item .kad_add_to_cart,
    .product_item a.button { width: 60%; }
    .in-stock, .out-of-stock { width: 35%; font-size: 12px; }
    .product_item .product_details h5 { display: block; width: 100%; height: 72px; overflow: hidden; }
}

/* === PRICE HEIGHT FIX (Global - all screens) === */
.kad_product .product_price.headerfont {
    display: block !important;
    min-height: 44px !important;
    line-height: 1.4 !important;
    padding-top: 22px !important;
}

.kad_product .product_price.headerfont del {
    display: block !important;
    margin-top: -22px !important;
}

/* === TABLET (max 991px) === */
@media (max-width: 991px) {
    .featured-section-wrapper #product_wrapper,
    .preorder-section-wrapper #product_wrapper,
    .related.products #product_wrapper {
        position: static !important;
        height: auto !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .featured-section-wrapper .kad_product,
    .preorder-section-wrapper .kad_product,
    .related.products .kad_product {
        position: static !important;
        left: auto !important;
        top: auto !important;
        float: none !important;
        width: calc(25% - 6px) !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* === MOBILE (max 480px) === */
@media (max-width: 480px) {
    .featured-section-wrapper .kad_product,
    .preorder-section-wrapper .kad_product,
    .related.products .kad_product {
        width: 50% !important;
    }
}

/*@media (max-width: 991px) {
    .featured-section-wrapper #product_wrapper,
    .preorder-section-wrapper #product_wrapper { position: static !important; height: auto !important; display: flex !important; flex-wrap: wrap !important; }
    .featured-section-wrapper .kad_product,
    .preorder-section-wrapper .kad_product { position: static !important; left: auto !important; top: auto !important; float: none !important; width: calc(25% - 6px) !important; margin: 0 !important; box-sizing: border-box !important; }
}

@media (max-width: 480px) {
    .featured-section-wrapper .kad_product,
    .preorder-section-wrapper .kad_product { width: 50% !important; }
}*/