.search-css{
        background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
}
.icon-css .searchs-css{
    margin-bottom: 35px;
}





.review-star-input {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.review-star-input li {
  cursor: pointer;
}
.review-star-input li i {
  font-size: 24px;
  transition: color 0.2s ease;
  color: #f5a623;
}
.woocommerce-variation-add-to-cart-enabled{
    display: none!important;
}
.woocommerce-variation-add-to-cart-disabled{
    display: none!important;
}
.nice-select .option {
    font-size: 13px!important;
}
.woocommerce-Price-amount bdi{
    color:red;
    font-weight: 600;
}
.variations td label{
    color:#071c1f;
    margin-right: 10px ;
}
.cart-plus-minus .qtybutton {
    cursor: pointer;
}
/* Hide arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.qty-button {
    cursor: pointer;
}
.qty-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.top-rated-product-item .top-rated-product-img img {
    width: 90px;
    height: 90px;
}

.form-class input{
    margin-bottom: 0;
    padding-right: 65px;
    padding-left: 20px;
    height: 60px;
    background-color: var(--section-bg-1);
    font-weight: 600;
    font-size: 14px;

    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
}
.ltn__search-widget button {
    position: absolute;
    right: 0;
    height: 68%;
}
.sorting-css{
    width: 195px!important;
}
.cust-phone input{
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;

}
.header-search input{
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;

}
.mini-cart-product-area .mini-cart-img img{
    width: 90px;
    height:90px;
}    





/*My Account Page*/


/* Container for My Account page */
.woocommerce-account {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* Force flex layout on nav + content */
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  display: inline-block;
  vertical-align: top;
}

/* Fake flex row using display: table */
.woocommerce-account .woocommerce {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* Left Column: Navigation */
.woocommerce-MyAccount-navigation {
  display: table-cell !important;
  width: 250px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}

/* Right Column: Content */
.woocommerce-MyAccount-content {
  display: table-cell !important;
  padding: 25px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-sizing: border-box;
}

/* Nav styling */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 15px;
  background-color: #eee;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background-color: #0071a1;
  color: #fff;
}

/* Responsive: stack layout on mobile */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    display: block;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    display: block !important;
    width: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce-MyAccount-content {
    width:1120px;
}

.woocommerce .container{
    max-width: 1400px!important;
}



/* Container styling */
.woocommerce-account .woocommerce-MyAccount-content form {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
}

/* Headings */
.woocommerce-account h2,
.woocommerce-account h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
}

/* Form rows */
.woocommerce form .form-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

/* Labels */
.woocommerce form .form-row label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

/* Inputs and selects */
.woocommerce form .form-row input,
.woocommerce form .form-row select {
  padding: 10px 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.woocommerce form .form-row input:focus {
  border-color: #0071a1;
  outline: none;
}

/* Password fields grouped together */
.woocommerce form .form-row .password-input {
  display: block;
  width: 100%;
}

/* Submit button */
.woocommerce form .form-row input[type="submit"],
.woocommerce button.button {
  background-color: #0071a1;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.woocommerce form .form-row input[type="submit"]:hover,
.woocommerce button.button:hover {
  background-color: #005a87;
}

/* Messages (success/info/error) */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 5px solid #0071a1;
  background-color: #f0f8ff;
  color: #333;
  border-radius: 4px;
}




/* Address container */
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

/* Each address box */
.woocommerce-Address {
  flex: 1 1 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Responsive: two columns on wider screens */
@media (min-width: 768px) {
  .woocommerce-Address {
    flex: 1 1 calc(50% - 15px);
  }
}

/* Headings */
.woocommerce-Address h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #333;
}

/* Address content */
.woocommerce-Address address {
  font-style: normal;
  line-height: 1.6;
  color: #555;
}

/* Edit address link */
.woocommerce-Address a.edit {
  display: inline-block;
  margin-top: 15px;
  background-color: #0071a1;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.woocommerce-Address a.edit:hover {
  background-color: #005a87;
}



/*Cart Page*/
/* === Layout: Cart Items and Totals Side-by-Side === */
.wc-block-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

/* Cart items on the left */
.wc-block-cart__main {
  flex: 2;
  min-width: 300px;
}

/* Cart totals on the right */
.wc-block-cart__sidebar {
  flex: 1;
  min-width: 280px;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

/* Table Styling */
.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.wc-block-cart-items th,
.wc-block-cart-items td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
}

.wc-block-cart-item__image img {
  max-width: 60px;
  border-radius: 6px;
}

/* Quantity controls */
.wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wc-block-components-quantity-selector input {
  width: 60px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px;
}

/* Remove button */
.wc-block-cart-item__remove-link {
  display: inline-block;
  margin-top: 8px;
  color: #d9534f;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}

/* Proceed to checkout button */
.wc-block-cart__submit-button {
  background-color: #007cba;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 6px;
  margin-top: 20px;
  text-align: center;
  display: block;
  width: 100%;
  transition: background-color 0.3s ease;
}

.wc-block-components-totals-coupon__button:hover,.wc-block-cart__submit-button:hover {
  background-color: #000000;
  color:white;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .wc-block-cart {
    flex-direction: column;
  }

  .wc-block-cart__main,
  .wc-block-cart__sidebar {
    width: 100%;
  }
}
.alignwide {
    max-width: 1330px;
}
.wc-block-components-sidebar {
    height:450px;
}




/*Check Out Page*/

/* === WooCommerce Checkout Page Styling === */

.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 40px auto;
  max-width: 1200px;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

/* === Billing/Shipping Form === */
.woocommerce-checkout .col2-set {
  flex: 1 1 60%;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.woocommerce-checkout .col2-set h3 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

/* === Form Fields === */
.woocommerce form .form-row {
  margin-bottom: 20px;
}

.woocommerce form .form-row label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  background: #f9f9f9;
}

.woocommerce form .form-row input:focus {
  border-color: #007cba;
  background: #fff;
  outline: none;
}

/* === Order Summary Sidebar === */
.woocommerce-checkout .woocommerce-checkout-review-order {
  flex: 1 1 35%;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.woocommerce-checkout-review-order h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* === Order Table === */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

/* === Payment Methods === */
.woocommerce-checkout-payment {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.woocommerce-checkout-payment ul.payment_methods {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px;
}

.woocommerce-checkout-payment li {
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.woocommerce-checkout-payment label {
  font-weight: 500;
  color: #444;
}

/* === Place Order Button === */
#place_order,
.woocommerce .checkout-button {
  display: block;
  width: 100%;
  padding: 14px 24px;
  font-size: 1.05rem;
  background-color: #007cba;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

#place_order:hover,
.woocommerce .checkout-button:hover {
  background-color: #005fa3;
}

/* === Notices (Error, Info, Success) === */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: 15px 20px;
  border-left: 4px solid #007cba;
  background: #f0f8ff;
  color: #333;
  margin-bottom: 20px;
  border-radius: 5px;
}

/* === Responsive Styling === */
@media (max-width: 768px) {
  .woocommerce-checkout {
    flex-direction: column;
    gap: 2rem;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
    flex: 1 1 100%;
  }
}
.checkout-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 10px;
  position: relative;
}

.checkout-steps::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}

.checkout-steps .step {
  flex: 1;
  text-align: center;
  font-weight: 600;
  color: #888;
  position: relative;
  z-index: 1;
  background: #fff;
}

.checkout-steps .step::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ccc;
  border-radius: 50%;
  margin-bottom: 8px;
  display: block;
  margin: 0 auto 8px;
}

.checkout-steps .step.active {
  color: #007cba;
}

.wc-block-components-totals-coupon__button,.checkout-steps .step.active::before {
  background: #007cba;
}
.woocommerce form .form-row {
  position: relative;
}

.woocommerce form .form-row input:not([type="checkbox"]),
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  padding: 16px 12px 10px;
}

.woocommerce form .form-row label {
  position: absolute;
  top: 14px;
  left: 12px;
  background: #fff;
  padding: 0 4px;
  font-size: 0.9rem;
  color: #777;
  transition: 0.2s ease;
  pointer-events: none;
}

.woocommerce form .form-row input:focus + label,
.woocommerce form .form-row input:not(:placeholder-shown) + label,
.woocommerce form .form-row select:focus + label,
.woocommerce form .form-row select:valid + label,
.woocommerce form .form-row textarea:focus + label,
.woocommerce form .form-row textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 10px;
  font-size: 0.75rem;
  color: #007cba;
}
.wc-block-components-totals-coupon__button{
    color:white;
}

mark {
    background-color: #007cba;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
      position: unset;
}





.woocommerce-order {
  font-family: Arial, sans-serif;
  padding: 2rem;
  max-width: 800px;
  margin: 2rem auto;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.woocommerce-notice--success {
  background-color: #e6ffed;
  border: 1px solid #4CAF50;
  color: #2e7d32;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.woocommerce-order-overview {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.woocommerce-order-overview li {
  flex: 1 1 22%;
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #333;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.woocommerce-table th,
.woocommerce-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.woocommerce-table thead {
  background-color: #f0f0f0;
}

.woocommerce-table tfoot th {
  font-weight: 600;
}

.woocommerce-customer-details address {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.6;
}

.woocommerce-customer-details--email {
  margin-top: 0.5rem;
  color: #555;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .woocommerce-order-overview li {
    flex: 1 1 100%;
  }

  .woocommerce-order {
    padding: 1rem;
  }
}
.woocommerce ul.order_details li{
    padding-left: 15px;
}
.woocommerce-order {
    font-family: Arial, sans-serif;
    padding: 2rem;
    max-width: 1440px;
}
.woocommerce-order-overview__payment-method{
    margin-left: 30px!important;
}




.wc-block-cart__main {
  max-width: 900px;
  margin: 2rem auto;
  background-color: #fff;
  padding: 2rem;

  font-family: Arial, sans-serif;
}

/* Table base styling */
.wc-block-cart-items {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
/* 
.wc-block-cart-items__header th {
  padding: 1rem;
  background-color: #f8f8f8;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  text-align: left;
  font-size: 1rem;
  color: #333;
}

/* Table rows */
/* .wc-block-cart-items__row {
  border-bottom: 1px solid #eee;
}

.wc-block-cart-item__image img {
  max-width: 80px;
  border-radius: 8px;
  border: 1px solid #ddd;
} */

/* Product info */
.wc-block-cart-item__product {
  padding: 1rem;
}

.wc-block-components-product-name {
  font-weight: bold;
  color: #333;
  font-size: 1.1rem;
  text-decoration: none;
} 

.wc-block-components-product-name:hover {
  text-decoration: underline;
  color:#007cba
}

/* Prices */
.wc-block-cart-item__prices,
.wc-block-cart-item__total {
  font-size: 1rem;
  color: #2e7d32;
  font-weight: 600;
  padding-top: 0.5rem;
}

/* Quantity selector */
.wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  gap: 5px;
}

/* .wc-block-components-quantity-selector__input {
  width: 50px;
  text-align: center;
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.wc-block-components-quantity-selector__button {
  background-color: #e0e0e0;
  border: none;
  padding: 5px 10px;
  font-size: 1.1rem;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.wc-block-components-quantity-selector__button:hover:not([disabled]) {
  background-color: #ccc;
}

.wc-block-cart-item__remove-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #d32f2f;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

.wc-block-cart-item__remove-link:hover {
  color: #b71c1c;
} */

/* Responsive */
@media (max-width: 768px) {
  .wc-block-cart-items__header,
  .wc-block-cart-items__row {
    display: block;
  }

  .wc-block-cart-items__header th,
  .wc-block-cart-items__row td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .wc-block-cart-item__image img {
    max-width: 100%;
  }
  .wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    padding: 20px;
}
.wc-block-cart .wc-block-cart__submit-container {
    padding: 20px!important;
}
}


.cf7-custom-form{
    display: flex;
}

.woocommerce-checkout {
    display: block;
}

.woocommerce form .form-row,
.woocommerce form .form-row label{
    position: unset;
}

.woocommerce-checkout .col2-set{
	overflow:hidden;
}