/*
Theme Name: Nutra
Theme URI: https://fitrush.bzotech.com/intro/
Author: BZOTech
Author URI: https://bzotech.com/
Description: Fitrush is a complete online store WooCommerce WordPress theme for selling health supplements, weight control products, sports supplements, bodybuilding and other health products.
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.3.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-fitrush
*/

.product_cat, .soical-my {display:none !important;}
.gallery {
    margin-top: 3rem;

}

  
@media only screen and (max-width: 767px) {
    .gallery {
    margin-top: 1rem !important;

}
.for-mobile {--flex-wrap: auto !important;}
.footer-contact {

    padding: 0px !important;
}
       .last-footer{margin-top:-2rem !important;}
   .n2-ss-slider {
        height: 500px !important;
    }
 .toggle-mobile-menu {color:#fff}
    
    .product-price .woocs_price_code {
    display: block;
    align-items: center;
    justify-content: start;
    gap: 0px 0px;
    flex-wrap: initial;
}
.product-extra-link a {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
}

.scroll-top {
        bottom: 100px !important;
    }
    
     .menu-mobile{ position: absolute;}

    .my-logo{z-index:9}

}
.product-category-single-top {
    margin-top: 40px !important;
}
  
.sidebar-type-default, .sort-by {display:none}
.bzotech-col-lg-9{width:100%}
.my-footer P{color:#FF3D00;font-size:20px !important;text-transform:uppercase;FONT-WEIGHT:BOLD;}

/* Mobile Slider */
@media (max-width: 767px) {
  .elementor-slides .swiper-slide {
    height: 250px !important; /* mobile height */
  }
      .item-product .product-thumb .product-quick-view {
        display: block !important;
    }
    .item-grid-product-style3 .item-product .product-extra-link {bottom:30px !important}
    


  
}


.item-grid-product-style3 .product-label {
    position: absolute !important;
    justify-content: center;
    margin-bottom: 0px !important;
    gap: 5px;
}

.elementor-9886 .elementor-element.elementor-element-2bb0ded .product-info .product-title {

    min-height: 0px !important;
}
.item-grid-product-style3 .product-info .product-title {
    margin-top: 10px !important;
  
}
.item-grid-product-style3 .item-product .product-extra-link {bottom:0 !important}
.product-thumb {
    overflow: visible !important;
}


/* cart page css */


table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}


/* Cart Table Header */
.wp-block-woocommerce-cart .wc-block-cart-items thead tr {
    background-color: #FF3D00 !important;
    color: #fff !important;
    font-weight: 700;
   
}

 .wc-block-cart .wc-block-cart__totals-title {  background-color: #FF3D00 !important;
    color: #fff !important;
    text-align: center !important;}
    

/* Product name styling */
.wp-block-woocommerce-cart .wc-block-cart-item__product a {
    font-weight: 700 !important;
    color: #222 !important;
    text-decoration: none;
}

/* Table borders + spacing */
.wp-block-woocommerce-cart .wc-block-cart-items td,
.wp-block-woocommerce-cart .wc-block-cart-items th {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
}

/* Buttons styling */
.wp-block-woocommerce-cart .wc-block-components-button {
    background: #FF3D00 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.wp-block-woocommerce-cart .wc-block-components-button:hover {
    background: #e63600 !important;
}

@media only screen and (max-width: 767px) {
        .elementor-35 .elementor-element.elementor-element-012052b {margin-top:0px !important;}
        .elementor-35 .elementor-element.elementor-element-a20ebf3 {
        --width: 100% !important;}
        .elementor-35 .elementor-element.elementor-element-0fc5a5b img { width : 300px !important; }
  .is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: block !important;
}

.wp-block-woocommerce-cart .wc-block-cart-items td, .wp-block-woocommerce-cart .wc-block-cart-items th {
    border-bottom: 0 !important;
}


  
    

}



/* ==============================
   WooCommerce Checkout Block Styling
   ============================== */

/* Page wrapper */
.wp-block-woocommerce-checkout {
    font-family: inherit;
    color: #222;
}

/* Section headings */
.wp-block-woocommerce-checkout h2,
.wp-block-woocommerce-checkout h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #222;
    border-bottom: 2px solid #FF3D00;
    padding-bottom: 5px;
}

/* Labels */
.wp-block-woocommerce-checkout label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

/* Input fields */
.wp-block-woocommerce-checkout input,
.wp-block-woocommerce-checkout textarea,
.wp-block-woocommerce-checkout select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #fafafa;
    transition: all 0.3s ease;
}

.wp-block-woocommerce-checkout input:focus,
.wp-block-woocommerce-checkout textarea:focus,
.wp-block-woocommerce-checkout select:focus {
    border-color: #FF3D00;
    background: #fff;
    box-shadow: 0 0 4px rgba(255, 61, 0, 0.2);
    outline: none;
}

/* Order summary box */
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Order table headings */
.wp-block-woocommerce-checkout-order-summary-block table th {
    background: #FF3D00;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
}

/* Order table rows */
.wp-block-woocommerce-checkout-order-summary-block table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Totals section */
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
    font-weight: 600;
    color: #222;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item {
    font-weight: 700;
    background: #FF3D00;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    margin-top: 10px;
}

/* Payment section */
.wp-block-woocommerce-checkout-payment-methods {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
}

/* Place order button */
.wp-block-woocommerce-checkout-place-order-button {
    background: #FF3D00 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 20px !important;
    border-radius: 6px !important;
    border: none !important;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.wp-block-woocommerce-checkout-place-order-button:hover {
    background: #e63500 !important;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* ========== Mobile Optimizations ========== */
@media (max-width: 768px) {
    .wp-block-woocommerce-checkout h2,
    .wp-block-woocommerce-checkout h3 {
        font-size: 18px;
    }

    .wp-block-woocommerce-checkout-order-summary-block {
        margin-top: 20px;
        padding: 15px;
    }

    .wp-block-woocommerce-checkout input,
    .wp-block-woocommerce-checkout textarea,
    .wp-block-woocommerce-checkout select {
        font-size: 13px;
        padding: 10px;
    }

    .wp-block-woocommerce-checkout-place-order-button {
        font-size: 15px !important;
        padding: 12px !important;
    }
}

#order-fields{display:none !important}
.wp-block-woocommerce-checkout-order-note-block{display:none !important}





/* Order review table */
.woocommerce-checkout-review-order-table {
    background: #3a3064; /* dark purple to match your theme */
    color: #fff;
    border-radius: 8px;
    padding: 20px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 12px 10px;
    vertical-align: middle;
}

.woocommerce-checkout-review-order-table img {
    width: 60px; /* product image size */
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

/* Billing fields */
.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-billing-fields textarea {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.woocommerce-billing-fields label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

/* Payment methods */
.woocommerce-checkout-payment {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    background: #f9f9f9;
}

/* Place order button */
.woocommerce-checkout button.button {
    background: #FF3D00; /* BZO theme orange */
    color: #fff;
    font-weight: 600;
    padding: 15px 25px;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.ea-woo-checkout-order-review {
    background-color: #FF3D00 !important;
   
}

.woocommerce-checkout button.button:hover {
    background: #e66b00;
}


/* Product Image in Order Summary */
.bzo-product-image {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.woocommerce-cart .bzo-product-image img,
.woocommerce-checkout .bzo-product-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

/* Shipping Details Checkbox */
.bzo-shipping-toggle {
    margin: 15px 0;
    font-weight: 500;
}

/* Terms & Conditions */
.woocommerce .form-row.terms {
    margin-top: 15px;
}

/* Checkbox styling */
.woocommerce input[type="checkbox"]:checked,
.woocommerce input[type="checkbox"] {
    accent-color: #FF3D00;
}

/* Replace previous color codes */
.woocommerce .form-row.terms label,
.woocommerce .form-row.bzo-shipping-toggle label {
    color: #FF3D00;
    font-weight: 500;
}


/* Hide any remaining CusRev elements on checkout */
.cr-customer-consent{
    display: none !important;
}


/* Styled WooCommerce radio buttons */
.woocommerce-checkout input[type="radio"] {
    accent-color: #FF3D00;      /* Theme color */
    width: 24px;                 /* Make bigger */
    height: 24px;                /* Make bigger */
    border-radius: 50%;          /* Fully round */
    margin-right: 8px;           /* Space from label */
    vertical-align: middle;      /* Align with text */
    cursor: pointer;             /* Pointer on hover */
}

/* Optional hover effect */
.woocommerce-checkout input[type="radio"]:hover {
    box-shadow: 0 0 0 3px rgba(255, 61, 0, 0.2); /* subtle glow on hover */
    
}


@media only screen and (max-width: 767px) {
  .ea-order-review-table .table-header{width:100% !important}
  .ea-order-review-table  .table-header .table-col-1{max-width: 50% !important}
   .ea-order-review-table  .table-header .table-col-3{margin-left: 2rem !important}
   .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-row{width: 100% !important}
   .ea-woo-checkout .woocommerce .ea-woo-checkout-order-review .ea-order-review-table .table-col-1 { max-width: 50% !important;}
   
   
}

.elementor-element-601178b{display:none !important}
.elementor-element-c4b5740{padding:0 !important}
.wishlist_compare_single_product_bottom{display:none}


/* 🔸 Form Container */
.wpcf7 form,
.comment-form {
  max-width: 650px;
  margin: 40px auto;
  padding: 35px 30px;
  background: #ffffff;
  border: 2px solid #eee;
  border-radius: 16px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

/* 🔸 Label Styling */
.wpcf7 form p label,
.comment-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

/* 🔸 Input + Textarea Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 15px;
  background: #fafafa;
  color: #000;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #FF3D00;
  background: #fff;
  outline: none;
  box-shadow: 0 0 10px rgba(255, 61, 0, 0.2);
}

/* 🔸 Star Ratings (WooCommerce Reviews) */
.comment-form-rating .stars a {
  color: #FF3D00 !important;
  font-size: 22px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.comment-form-rating .stars a:hover {
  transform: scale(1.2);
  color: #000 !important;
}

/* 🔸 Checkbox and Radio Fields */
input[type="checkbox"], input[type="radio"] {
  accent-color: #FF3D00;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

/* 🔸 Submit Button */
.wpcf7 input[type="submit"],
.comment-form input[type="submit"] {
  background: #FF3D00;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 61, 0, 0.3);
}

.wpcf7 input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  background: #000;
  color: #FF3D00;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* 🔸 Success & Error Messages */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 18px;
  border-left: 4px solid #FF3D00;
  background: #fff8f5;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
}

/* 🔸 Field Border Hover Effect */
.wpcf7 input:hover,
.wpcf7 textarea:hover,
.comment-form input:hover,
.comment-form textarea:hover {
  border-color: #ccc;
}

/* 🔸 Responsive */
@media (max-width: 600px) {
  .wpcf7 form, .comment-form {
    padding: 20px;
  }
  .wpcf7 input[type="submit"], .comment-form input[type="submit"] {
    width: 100%;
  }
}



