:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(255,255,255);
	--btn-default-bgcolor: rgb(17,17,17);
	--btn-default-bgcolor-hover: rgb(51,51,51);
	--btn-default-color: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(255,255,255);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://thenextmobiles.com/wp-content/uploads/2026/07/iphone_17pro__t1j902iw6kya_large.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
	color: rgb(0,0,0);
}
.wd .product-label.onsale {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* iPhone Product - Move Cart Buttons Before Variations */
.single-product .summary form.cart {
display: flex !important;
flex-direction: column !important;
}

/* Variation selectors */
.single-product .summary form.cart .variations {
order: 2 !important;
}

/* Add to cart area */
.single-product .summary form.cart .single_variation_wrap {
order: 1 !important;
}

/* Quantity + buttons inside variation area */
.single-product .summary form.cart .woocommerce-variation-add-to-cart {
display: flex !important;
flex-direction: column !important;
}

/* Add to Cart */
.single-product .summary form.cart .single_add_to_cart_button {
order: 1 !important;
}

/* Buy Now */
.single-product .summary form.cart .wd-buy-now-btn,
.single-product .summary form.cart .buy-now-button {
order: 2 !important;
}

/* Quantity */
.single-product .summary form.cart .quantity {
order: 3 !important;
}

/* Align Add to Cart + Buy Now buttons */
.single-product .summary form.cart .woocommerce-variation-add-to-cart {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 10px !important;
}

/* Keep quantity separate */
.single-product .summary form.cart .woocommerce-variation-add-to-cart .quantity {
margin: 0 10px 0 0 !important;
}

/* Add to Cart button */
.single-product .summary form.cart .single_add_to_cart_button {
margin: 0 !important;
height: 48px !important;
}

/* Buy Now button */
.single-product .summary form.cart .wd-buy-now-btn,
.single-product .summary form.cart .buy-now-button {
margin: 0 !important;
height: 48px !important;
}

/* ================================
   NEXT MOBILES - PRODUCT FORM
   ================================ */

/* Keep variation selectors first */
.single-product .summary form.cart .variations {
order: 2 !important;
width: 100% !important;
}

/* Purchase area */
.single-product .summary form.cart .single_variation_wrap {
order: 1 !important;
}

/* Purchase controls */
.single-product .summary form.cart
.woocommerce-variation-add-to-cart {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 10px !important;
}

/* Quantity */
.single-product .summary form.cart
.woocommerce-variation-add-to-cart .quantity {
order: 3 !important;
margin: 0 !important;
}

/* Add to Cart */
.single-product .summary form.cart
.single_add_to_cart_button {
order: 1 !important;
margin: 0 !important;
}

/* Buy Now */
.single-product .summary form.cart
.wd-buy-now-btn,
.single-product .summary form.cart
.buy-now-button {
order: 2 !important;
margin: 0 !important;
}

/* Keep buttons aligned */
.single-product .summary form.cart
.single_add_to_cart_button,
.single-product .summary form.cart
.wd-buy-now-btn,
.single-product .summary form.cart
.buy-now-button {
height: 48px !important;
vertical-align: middle !important;
}

/* Next Mobiles - Black Purchase Buttons */
.single-product .summary .single_add_to_cart_button,
.single-product .summary .wd-buy-now-btn,
.single-product .summary .buy-now-button {
background-color: #000000 !important;
color: #ffffff !important;
border-color: #000000 !important;
}

.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary .wd-buy-now-btn:hover,
.single-product .summary .buy-now-button:hover {
background-color: #222222 !important;
color: #ffffff !important;
border-color: #222222 !important;
}

/* =========================================
   NEXT MOBILES - STORAGE & COLOR ALIGNMENT
   ========================================= */

.single-product .summary form.cart .variations {
width: 100% !important;
margin: 0 !important;
}

.single-product .summary form.cart .variations tbody {
width: 100% !important;
}

.single-product .summary form.cart .variations tr {
display: flex !important;
align-items: center !important;
justify-content: flex-end !important;
width: 100% !important;
margin-bottom: 12px !important;
}

/* Storage / Color labels */
.single-product .summary form.cart .variations td.label {
width: auto !important;
min-width: auto !important;
padding: 0 !important;
margin-right: 12px !important;
text-align: right !important;
}

.single-product .summary form.cart .variations td.label label {
margin: 0 !important;
color: #000000 !important;
font-weight: 600 !important;
}

/* Dropdown area */
.single-product .summary form.cart .variations td.value {
flex: 0 0 auto !important;
width: auto !important;
min-width: 180px !important;
padding: 0 !important;
margin: 0 !important;
text-align: right !important;
}

/* Storage / Color dropdown */
.single-product .summary form.cart .variations select {
width: 180px !important;
margin: 0 !important;
}

/* =========================================
   NEXT MOBILES - BLACK ADD TO CART & BUY NOW
   ========================================= */

.single-product .single_add_to_cart_button {
background: #000 !important;
color: #fff !important;
border-color: #000 !important;
}

.single-product .single_add_to_cart_button:hover {
background: #222 !important;
color: #fff !important;
border-color: #222 !important;
}

.single-product .wd-buy-now-btn,
.single-product .buy-now-button {
background: #000 !important;
color: #fff !important;
border-color: #000 !important;
}

.single-product .wd-buy-now-btn:hover,
.single-product .buy-now-button:hover {
background: #222 !important;
color: #fff !important;
border-color: #222 !important;
}

/* =========================================
   PRODUCT INFO LINKS - BLACK TEXT
   ========================================= */

a[href*="refund_returns"],
a[href*="contact-us"],
a[href*="wa.me"] {
color:#D1C1C1 !important;
}

/* Hover bhi black rahe */
a[href*="refund_returns"]:hover,
a[href*="contact-us"]:hover,
a[href*="wa.me"]:hover {
color: #D1C1C1 !important;
}/* =========================================================
   NEXT MOBILES - PRODUCT PAGE CLEAN CSS
   Storage + Color + Buttons
   Desktop / Tablet / Mobile
   ========================================================= */


/* =========================================================
   STORAGE + COLOR VARIATION ROWS
   ========================================================= */

.single-product .summary form.cart table.variations {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0 15px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.single-product .summary form.cart table.variations tbody {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.single-product .summary form.cart table.variations tr {
    display: grid !important;
    grid-template-columns: 90px minmax(0, 1fr) !important;
    column-gap: 15px !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 0 14px !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   STORAGE / COLOR LABEL
   ========================================================= */

.single-product .summary form.cart table.variations td.label,
.single-product .summary form.cart table.variations th.label {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
    box-sizing: border-box !important;
}

.single-product .summary form.cart table.variations td.label label,
.single-product .summary form.cart table.variations th.label label {
    margin: 0 !important;
    padding: 0 !important;

    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}


/* =========================================================
   VALUE AREA
   ========================================================= */

.single-product .summary form.cart table.variations td.value {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
    box-sizing: border-box !important;
}


/* =========================================================
   STORAGE DROPDOWN
   ========================================================= */

.single-product .summary form.cart table.variations td.value select {
    display: block !important;

    width: 100% !important;
    max-width: 500px !important;
    min-width: 0 !important;

    height: 46px !important;

    margin: 0 !important;
    padding: 0 14px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   COLOR SWATCH AREA
   ========================================================= */

.single-product .summary form.cart table.variations td.value .next-color-swatches,
.single-product .summary form.cart table.variations td.value .wd-swatches,
.single-product .summary form.cart table.variations td.value .wd-swatches-product {
    display: flex !important;

    align-items: center !important;
    justify-content: flex-start !important;

    flex-wrap: wrap !important;
    gap: 10px !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   COLOR CIRCLES
   ========================================================= */

.single-product .summary form.cart table.variations td.value .next-color-swatch,
.single-product .summary form.cart table.variations td.value .wd-swatch {
    flex: 0 0 36px !important;

    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;

    height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;

    box-sizing: border-box !important;
}


/* Selected color */

.single-product .summary form.cart table.variations td.value .next-color-swatch.selected {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000 !important;
}


/* =========================================================
   IMPORTANT:
   DO NOT HIDE THE REAL COLOR SELECT
   ========================================================= */


/* =========================================================
   ADD TO CART + BUY NOW
   ========================================================= */

.single-product .single_add_to_cart_button {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.single-product .single_add_to_cart_button:hover {
    background: #222 !important;
    color: #fff !important;
    border-color: #222 !important;
}

.single-product .wd-buy-now-btn,
.single-product .buy-now-button {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.single-product .wd-buy-now-btn:hover,
.single-product .buy-now-button:hover {
    background: #222 !important;
    color: #fff !important;
    border-color: #222 !important;
}


/* =========================================================
   PRODUCT INFO LINKS - BLACK
   ========================================================= */

a[href*="refund_returns"],
a[href*="contact-us"],
a[href*="wa.me"] {
    color:#D1C1C1 !important;
}

a[href*="refund_returns"]:hover,
a[href*="contact-us"]:hover,
a[href*="wa.me"]:hover {
    color: #D1C1C1 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .single-product .summary,
    .single-product .summary form.cart {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .single-product .summary form.cart table.variations {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 18px 0 15px !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    .single-product .summary form.cart table.variations tbody {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    /* Storage + Color rows */

    .single-product .summary form.cart table.variations tr {
        display: grid !important;

        grid-template-columns: 75px minmax(0, 1fr) !important;
        column-gap: 10px !important;

        align-items: center !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0 0 12px !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    /* Labels */

    .single-product .summary form.cart table.variations td.label,
    .single-product .summary form.cart table.variations th.label {
        width: 75px !important;
        min-width: 75px !important;
        max-width: 75px !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: left !important;

        box-sizing: border-box !important;
    }

    .single-product .summary form.cart table.variations td.label label,
    .single-product .summary form.cart table.variations th.label label {
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }

    /* Dropdown area */

    .single-product .summary form.cart table.variations td.value {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    /* Dropdown */

    .single-product .summary form.cart table.variations td.value select {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        height: 44px !important;

        margin: 0 !important;
        padding: 0 12px !important;

        box-sizing: border-box !important;
    }

    /* Color swatches */

    .single-product .summary form.cart table.variations td.value .next-color-swatches,
    .single-product .summary form.cart table.variations td.value .wd-swatches,
    .single-product .summary form.cart table.variations td.value .wd-swatches-product {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        display: flex !important;
        flex-wrap: wrap !important;

        align-items: center !important;
        justify-content: flex-start !important;

        gap: 9px !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    .single-product .summary form.cart table.variations td.value .next-color-swatch,
    .single-product .summary form.cart table.variations td.value .wd-swatch {
        flex: 0 0 34px !important;

        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;

        height: 34px !important;

        margin: 0 !important;
        padding: 0 !important;

        border-radius: 50% !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       MOBILE PURCHASE ROW
       ===================================================== */

    .single-product .summary form.cart
    .woocommerce-variation-add-to-cart {
        display: flex !important;
        flex-wrap: nowrap !important;

        align-items: center !important;
        justify-content: flex-start !important;

        gap: 8px !important;

        width: 100% !important;
        max-width: 100% !important;

        box-sizing: border-box !important;
    }

    .single-product .summary form.cart
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button {
        order: 1 !important;
        flex: 1 1 auto !important;
        width: auto !important;
        margin: 0 !important;
    }

    .single-product .summary form.cart
    .woocommerce-variation-add-to-cart
    .wd-buy-now-btn,
    .single-product .summary form.cart
    .woocommerce-variation-add-to-cart
    .buy-now-button {
        order: 2 !important;
        flex: 1 1 auto !important;
        width: auto !important;
        margin: 0 !important;
    }

    .single-product .summary form.cart
    .woocommerce-variation-add-to-cart
    .quantity {
        order: 3 !important;

        flex: 0 0 auto !important;
        width: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;
        clear: none !important;

        align-self: center !important;
    }
}/* =========================================
   NEXT MOBILES - RESPONSIVE PRODUCT GALLERY
   Complete image visible - NO CROP
   ========================================= */

/* Main gallery */
.single-product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Carousel */
.single-product .woocommerce-product-gallery .wd-carousel,
.single-product .woocommerce-product-gallery .wd-carousel-wrap {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Each slide */
.single-product .woocommerce-product-gallery .wd-carousel-item {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Image container */
.single-product .woocommerce-product-gallery__image {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Main product image */
.single-product .woocommerce-product-gallery__image img {
    width: auto !important;
    max-width: 85% !important;
    height: auto !important;
    max-height: 500px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    margin: 0 auto !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .single-product .woocommerce-product-gallery {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .single-product .woocommerce-product-gallery .wd-carousel {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-product .woocommerce-product-gallery .wd-carousel-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-product .woocommerce-product-gallery__image {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .single-product .woocommerce-product-gallery__image img {
        width: auto !important;
        max-width: 78% !important;
        height: auto !important;
        max-height: 360px !important;
        object-fit: contain !important;
        object-position: center !important;
        margin: 0 auto !important;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .single-product .woocommerce-product-gallery__image img {
        max-width: 75% !important;
        max-height: 300px !important;
        object-fit: contain !important;
    }
}/* iPhone 17 - force Color & Storage dropdowns */
#product-29420 form.variations_form .wd-swatches-product {
    display: none !important;
}

#product-29420 form.variations_form .variations select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    height: 50px !important;
    pointer-events: auto !important;
}/* iPhone 17 only - hide WoodMart color swatches */
#product-29420 .wd-swatches-product,
#product-29420 .wd-swatches {
    display: none !important;
}

/* Show normal variation dropdown */
#product-29420 .variations select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

selector {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.site-header .menuarea-categories .menu-title, 
.wd-header-categories .menu-title {
    display: none !important;
}


/* WooCommerce category titles aur grid items ka text-transform khatam karne ke liye */
.wd-woo-category .category-title,
.category-grid-item .wd-cat-name,
.wd-entities-title,
.wd-cats-list .category-title {
    text-transform: none !important;
}


/* Shop by Brand ke boxes ko rounded corners (border-radius) dene ke liye */
.wd-grid-g .wd-brand-item,
.wd-brand-item {
    border-radius: 10px !important;
    overflow: hidden !important;
}
@media (min-width: 1025px) {
	.wd-header-cats .menu-opener:after,
.wd-header-cats .menu-opener::after,
.wd-nav-main .menu-item-has-children > a:after,
.wd-nav-main .menu-item-has-children > a::after,
.menu-opener .wd-arrow,
.wd-nav-arrow {
    display: none !important;
    content: none !important;
}


.wd-header-cats .menu-open-label {
    text-transform: var(--wd-header-el-transform);
    font-weight: var(--wd-header-el-font-weight);
    font-style: var(--wd-header-el-font-style);
    font-size: var(--wd-header-el-font-size);
    font-family: var(--wd-header-el-font);
    display: none;
}

.wd-header-cats .menu-opener {
    background-color: transparent !important;
    background: none !important;
    min-width: unset !important;
    max-width: none !important;
    width:auto !important;
    padding: 0 !important;
}
.wd-header-cats .menu-opener-icon {
    flex: 0 0 auto;
    margin-inline-end: 10px;
}

@media (min-width: 1025px) {
    .wd-header-cats .menu-opener-icon {
        flex: 0 0 auto;
        margin-left: -50px !important;
    }
}

.wd-header-cats .menu-opener-label {
    display: none !important;
}


.whb-header-bottom .whb-flex-row {
    
    margin: 0 auto !important;
    justify-content: flex-start !important;
}

.wd-header-nav {
    padding-left: 255px !important;
    text-align: left !important;
}



/* Header row ko grid layout mein convert karna taake center item bilkul beech mein aaye */
.whb-main-header .whb-general-header-inner {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    width: 100% !important;
}

/* Left, Center, aur Right columns ki proper positioning */
.whb-main-header .whb-column-left {
    grid-column: 1 !important;
    justify-self: start !important;
}




/* Right side wale header column ka gap aur alignment theek karne ke liye */
.whb-main-header .whb-column-right,
.whb-general-header-inner .whb-col-right {
    display: flex !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    margin-right: 400px !important;
}

/* Account aur Cart icons ke aapas ka gap kam karne ke liye */
.whb-main-header .wd-header-links,
.whb-main-header .wd-tools-element {
    gap: 5px !important; /* Yahan se icons ke darmiyan ka fasla adjust kar sakti hain */






/* Right side wale header column ka gap aur alignment theek karne ke liye */
.whb-main-header .whb-column-right,
.whb-general-header-inner .whb-col-right {
    display: flex !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    margin-right: 300px !important;
}

/* Account aur Cart icons ke aapas ka gap kam karne ke liye */
.whb-main-header .wd-header-links,
.whb-main-header .wd-tools-element {
    gap: 5px !important; /* Yahan se icons ke darmiyan ka fasla adjust kar sakti hain */
}
	


/* Search bar ko mazeed left shift karne ke liye */
.wb.header-main .searchform, 
.site-header .searchform {
    margin-right: 0 !important;
    margin-left: 400px !important;
}

/* Agar aap search bar ka maximum width ya padding adjust karna chahti hain */
.header-main .searchform input[type="text"] {
   margin-: 950px; /* Apni zaroorat ke mutabiq width adjust karein */
}/* Header container ki left padding remove ya kam karne ke liye */
.site-header .container, 
.header-main .container {
    max-width: 100% !important;
    padding-left: 10px !important; /* Apni zaroorat ke mutabiq 0px ya 10px karein */
    padding-right: 10px !important;
}


	
}
.wd-logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: inherit;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
     margin-left: -40px;
}



/* Search form aur input field ka right margin minus mein karne ke liye */
.whb-main-header form.searchform {
    margin-left: 20px !important;
}

/* Search submit button ko margin-right minus mein dene ke liye strict override */
.whb-main-header form.searchform button.searchsubmit {
    position: ab !important;
    margin-right: -15px !important; /* Yahan apne hisab se value minus mein adjust kar lein */
    float: right !important;
}
}

@media (max-width: 576px) {
	element.style {
}
.wd-tools-icon {
position: inherit;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
font-size: 0;
	margin-right: -7px;
}




element.style {
}
@media (max-width: 576px) {
    .wd-tools-icon {
        position: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        font-size: 0;
        margin-light: -20px;
    }
}
/* Mobile header menu font size forcefully chota karne ke liye */
@media (max-width: 768px) {
    .whb-mobile-header .whb-row .wd-nav.wd-nav-bottom > li > a,
    .whb-mobile-header .whb-row .menu > li > a {
        font-size: 11px !important;
        padding: 0 5px !important;
        line-height: normal !important;
    }
}

@media (max-width: 768px) {
    /* Header bottom row ka background mobile par white karne ke liye */
    .whb-header-bottom {
        background-color: #ffffff !important;
    }
    
    /* Agar mobile par text ya icons black karne hon taake white background par nazar aayein */
    .whb-header-bottom a, 
    .whb-header-bottom i {
        color: #000000 !important;
    }
}


/* Sirf mobile screens ke liye Header Top ka background color black karne ke liye */
@media (max-width: 1024px) {
    header.whb-header .whb-top-bar, 
    .whb-top-bar {
        background-color: #000000 !important;
    }
}
}

