/*
Theme Name: BJ Order
Author: Briaux
Description: Custom theme by briaux jithesh
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
body {
    color: #c8c8c8 !important;
  background-color: #000 !important; 
}

h1 {
  font-size: 1.5rem !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #282828 !important;
  color: #c6c6c6 !important;
}
.fcpfw_trcpn {
  display: none !important;
}
.fcpfw_prodline_qty {
  display: none !important;
}
.fcpfw_right_div span {
  display: none !important;
}
.fcpfw_pslide_atc {
    font-size: 0 !important;
}

.fcpfw_pslide_atc::after {
    content: "ADD";
    font-size: 13px;
    font-weight: 600;
}




.woocommerce-result-count {
  display: none !important;
}
.woocommerce-ordering {
  display: none !important;
}
.woocommerce-breadcrumb {
  display: none !important;
}

/* Reduce spacing between grid items */
.woocommerce ul.products {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
  margin-bottom: 1em;
}
.wc_payment_methods.payment_methods.methods {
  display: none !important;
}


/* Stop page horizontal scroll */
html, body {
  overflow-x: hidden;
}

/* Force menu into single row */
.site-navigation ul.menu {
  display: flex !important;
  flex-wrap: nowrap !important;
}

/* Make menu swipeable */
#menu-main-menu {
  overflow-x: auto !important;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 900px;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
}

/* Force items wider so scroll is possible */
#menu-main-menu > li {
  flex: 0 0 auto;
  scroll-snap-align: center;
}

/* Nice pill style */
#menu-main-menu > li > a {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 8px;
  background: #222;
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}

#menu-main-menu > li.current-menu-item > a {
    background: #ffcc00;
    color: #000;
}

/* Hide scrollbar */
#menu-main-menu::-webkit-scrollbar {
  /*display: none;*/
}
#menu-main-menu {
  scrollbar-width: 1px;
}

@media only screen and (max-width: 567px) {
    /* Make menu swipeable */
#menu-main-menu {
 
  max-width: 400px;
  
}
}






/* Hide category count */
.woocommerce ul.products li.product-category .count {
    display: none !important;
}
.woocommerce ul.products li.product-category {
    text-align: center;
}

.woocommerce ul.products li.product-category a {
    display: block;
}

.product-category img {
  margin: 0 !important;
}

.moderncart-floating-cart-button {
  border-radius: 2px !important;
}



/* Hide prices on shop & product */
.woocommerce div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product span.price {
    display: none !important;
}

/* Hide cart totals */
.cart-subtotal,
.order-total,
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table .product-total {
    display: none !important;
}

/* Hide mini cart prices */
.woocommerce-mini-cart__total,
.woocommerce-mini-cart__price {
    display: none !important;
}


.added_to_cart {
    display: none !important;
}

li.product.selected {
    border: 2px solid #ff0055;
}
.added_to_cart {
    display: none !important;
}
.quantity {
    display: none !important;
}
#moderncart-slide-out .moderncart-cart-item-quantity-selector {
  margin-top: 6px;
  display: none !important;
}
.moderncart-price {
  display: none !important;
}

.moderncart-cart-line-items {
  display: none !important;
}
.moderncart-image-size-medium .moderncart-cart-item-image {
  min-width: 45px !important;
  width: 45px !important;
}

/* Added state button */
.woocommerce a.button.disabled,
.woocommerce a.button.added {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 0.85;
}

/* Optional: smoother look */
.woocommerce a.button.disabled:hover {
    background: #28a745 !important;
}


/* ===== FIX GRID WITHOUT BREAKING HELLO ===== */
.woocommerce ul.products {
    margin: 0;
    padding: 0;
}

/* ===== PRODUCT CARD ===== */
.woocommerce ul.products li.product {
    background: linear-gradient(145deg, #0e0e0e, #1a1a1a);
    border-radius: 14px;
    padding: 0;
    box-shadow: 
        4px 4px 10px rgba(0,0,0,.7),
        -3px -3px 8px rgba(255,255,255,.03);
    transition: all .25s ease;
    cursor: pointer;
    text-align: center;
}

/* Hover feedback */
.woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 
        8px 8px 18px rgba(0,0,0,.8),
        -4px -4px 12px rgba(255,255,255,.05);
}

/* ===== IMAGE ===== */
.woocommerce ul.products li.product img {
    border-radius: 10px;
    margin-bottom: 10px;
}

/* ===== TITLE ===== */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0px;
}

/* ===== BUTTON ===== */
.woocommerce ul.products li.product a.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 14px;
    background: linear-gradient(145deg, #a22f29, #9b761f);
    color: #fff;
    transition: all .2s ease;
}

/* ===== ADDED STATE ===== */
.woocommerce ul.products li.product a.button.added,
.woocommerce ul.products li.product a.button.disabled {
    background: linear-gradient(145deg, #2ecc71, #1e9e54) !important;
    color: #fff !important;
}


.site-branding {
  width: 150px;
}



/* ===== CHECKOUT WRAPPER ===== */
.woocommerce-checkout {
    color: #fff;
}

/* ===== HEADERS ===== */
.woocommerce-checkout h3,
.woocommerce-checkout h2 {
    color: #fff;
    margin-bottom: 14px;
}

/* ===== FORM ROWS ===== */
.woocommerce-checkout .form-row {
    margin-bottom: 14px;
}

/* ===== INPUTS ===== */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    min-height: 44px;
    transition: all .2s ease;
}

/* Focus */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    outline: none;
    border-color: #2ecc71 !important;
    box-shadow: 0 0 0 2px rgba(46,204,113,.25);
    background: #000 !important;
}

/* ===== PLACEHOLDER ===== */
.woocommerce-checkout ::placeholder {
    color: #aaa;
}

/* ===== LABELS ===== */
.woocommerce-checkout label {
    color: #bbb;
    font-size: 13px;
}

/* ===== TEXTAREA ===== */
.woocommerce-checkout textarea {
    min-height: 110px;
    resize: vertical;
}

/* ===== BUTTON ===== */
.woocommerce-checkout button#place_order {
    background: linear-gradient(145deg, #2ecc71, #1e9e54);
    border: none;
    border-radius: 12px;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    min-height: 48px;
    box-shadow: 0 6px 14px rgba(0,0,0,.6);
    transition: all .2s ease;
}

/* Hover */
.woocommerce-checkout button#place_order:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,.8);
}

/* ===== ERROR ===== */
.woocommerce-error {
    background: #2b0000;
    color: #ff9c9c;
    border-radius: 10px;
}

/* ===== MOBILE FIX ===== */
@media(max-width:768px){
    .woocommerce-checkout input.input-text,
    .woocommerce-checkout textarea,
    .woocommerce-checkout select {
        font-size: 16px;
    }
}

/* ===== SELECT FIELD DARK STYLE ===== */
.woocommerce-checkout select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #111 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4z'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 14px;
    padding-right: 36px !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    border-radius: 10px;
    min-height: 44px;
}

/* Focus */
.woocommerce-checkout select:focus {
    border-color: #2ecc71 !important;
    box-shadow: 0 0 0 2px rgba(46,204,113,.25);
    background-color: #000 !important;
}

/* Dropdown options (browser supported) */
.woocommerce-checkout select option {
    background: #111;
    color: #fff;
}















