.wc-block-components-form {
  display: flex;
  flex-direction: column;
}

/* Move additional fields before the actions row */
.wc-block-checkout__additional-fields {
  order: 1; /* Lower order numbers come first */
}

.wc-block-checkout__actions {
  order: 2;
}
.woocommerce-cart .wc-block-components-product-metadata__description,.woocommerce-checkout .wc-block-components-product-metadata__description {
    display: none;
}
.summary.entry-summary.tc-init h2,.summary.entry-summary.tc-init h3,.summary.entry-summary.tc-init h4,.summary.entry-summary.tc-init h5,.summary.entry-summary.tc-init h6 {font-size: 16px;line-height:25px; font-weight: 700; margin-bottom: 0;}
.woocommerce-Tabs-panel h2,.woocommerce-Tabs-panel h3,.woocommerce-Tabs-panel h4,.woocommerce-Tabs-panel h5,.woocommerce-Tabs-panel h6{font-size: 20px;line-height:30px;}
.m-mega-dropdown img{height:70px !important;}
.footer-item-two-wrapper.row.align-items-start.flex-wrap li a {
    color: #1a1a1a;
}
form.wpcf7-form.init br {
    display: none;
}
.fullwidth span.wpcf7-form-control-wrap {width: 100% !important;}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}

.wpcf7-form br {display: none;
}
.wpcf7-response-output {
      color: #fff !important;
    background-color: #f24224;
    border: 0px !important;
}
.dark {
    background-color: #f5f3f3;
}
h1.product_title.entry-title {
    font-size: var(--heading-six);
    margin: 0 0 16px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.2;
    font-weight: 700;
}

.woocommerce-product-details__short-description p {    
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.6;
    color: var(--gray-700) !important;
}

p.price {
    font-size: var(--heading-five) !important;
    margin: 0 0 16px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color)) !important;
    line-height: 1.2;
    font-weight: 700;
}
/* Flex layout for quantity */
.quantity {
    max-width: 150px !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
}

/* Input field */
.quantity input.qty {
    text-align: center;
    width: 50px;
    height: 40px;
    margin: 0 5px;
    font-size: 16px;
    border-radius: 4px;
    border:0px;
}
/* Plus/Minus buttons */
.quantity button.minus,
.quantity button.plus {
    border: 0px !important;
    width: 40px;
    height: 40px;
    /* background: #fff; */
    font-size: 18px;
    cursor: pointer;
    /* border-radius: 4px; */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}



/* Remove default number input arrows */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.logo {
    width: 200px;
}
button.btn.btn-main.rounded-pill.flex-align.d-inline-flex.gap-8.px-48 {
    padding: 13px 48px;
}
.zoomtoo-container {
    border-radius: 16px;
    border: 1px solid #e6e6e6;
}
.zoomtoo-container img {padding:40px}
.single-product .slick-list.draggable img {
    border: 1px solid #e6e6e6;
    border-radius: 16px;
}

.slick-slide.slick-current.slick-active {
    border: 0px;
}

.single-product .slick-list.draggable {
    margin: 50px 0px;
}
section.related.products {
    display: none;
}
.woocommerce-product-details__short-description {
    padding-top: 30px;
}

p.price {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
}
/* Style the WooCommerce success message */
.woocommerce-message {
  background-color: #fdf5f4; /* soft tinted background for contrast */
  border-left: 6px solid #7c0d0a; /* bold accent stripe */
  color: #4a0000; /* dark readable text */
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(124, 13, 10, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: fadeInSlide 0.4s ease;
}

/* Style the link/button inside the message */
.woocommerce-message .button {
  background-color: #7c0d0a;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.woocommerce-message .button:hover {
  background-color: #a41712;
  transform: scale(1.05);
}

/* Optional subtle entry animation */
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
a.button.wc-forward {
    border-radius: 40px !important;
    color: #fff !important;
    background: #7c0d0a !important;
    text-transform: capitalize !important;
}

.woocommerce-message {
    border-top-color: #821410 !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #821410 !important;
    top:20px !important;
}
/* Ensure the table row uses flex for vertical centering */
.variations tr {
    display: flex;
    align-items: center; /* Vertically center all cells */
}

/* Keep label aligned to left */
.variations th.label {
    flex: 0 0 120px; /* optional fixed width for labels */
    padding-right: 1rem;
    font-weight: 600;
    color: #333;
}

/* Value cell takes remaining space */
.variations td.value {
    flex: 1;
    display: flex;
    align-items: center; /* Vertically center dropdown and clear link */
    padding: 0.5rem 0;
}

/* Dropdown styling (unchanged) */
.variations select {
    appearance: none;
    padding: 0.6rem 1rem;
    border-radius: 0.75rem;
    border: 1.5px solid #e0e0e0;
    background: #fff url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23666" stroke-width="2" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 0.75rem center;
    background-size: 1rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    min-width: 150px;
    cursor: pointer;
}

/* Hover/focus effect for select */
.variations select:hover,
.variations select:focus {
    border-color: #821410;
    box-shadow: 0 0 0 3px rgba(130, 20, 16, 0.1);
    outline: none;
}

/* Clear link */
.variations a.reset_variations {
    color: #888;
    font-size: 0.9rem;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 0.75rem;
    transition: color 0.2s;
}

.variations a.reset_variations:hover {
    color: #821410;
}

/* Add nice styling for add-to-cart button */
button.single_add_to_cart_button.button.alt {
    background-color: #821410 !important;
    padding: 13px 48px;
    border-radius: 35px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

button.single_add_to_cart_button.button.alt:hover {
    background-color: #a21e1a;
}


span.price {
    margin-bottom: 20px;
    color: #881a15 !important;
}
h2.woocommerce-loop-product__title {
    font-weight: 600 !important;
    margin-block-start: var(--size-12) !important;
    text-align: center;
    font-size: 1.25rem !important;
}

span.price {
    color: hsl(var(--heading-color)) !important;
    font-size: 1.25rem !important;
    text-align: center;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,a.button.product_type_variable.add_to_cart_button,a.button.product_type_simple,a.added_to_cart.wc-forward {
    display: block !important;
    width: fit-content;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: var(--bs-border-radius-pill) !important;
    border: 1px solid transparent;
    font-weight: 500;
    font-family: var(--body-font);
    color: hsl(var(--white)) !important;
    z-index: 1;
    line-height: 1;
    padding: 13px 24px !important;
    background-color: var(--main-600) !important;
}
ul.products.columns-4 li {
    padding: 12px 12px 40px 12px !important;
    border: 1px solid #cccccc;
    border-radius: 16px;
}

.woocommerce ul.products li.product .button
 {
    text-align: center;
    display: block !important;
    margin: 30px auto !important;
    width: fit-content;
}
h1.woocommerce-products-header__title.page-title {
    font-size: var(--heading-five);
}
/* Base: Grid View (default) */
.products.grid-view li.product {
    width: 30%; /* 3 per row */
    float: left;
    margin: 1.5%;
    display: block;
}

/* List View: 2 products per row */
.products.list-view {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* space between items */
}

.products.list-view li.product {
    width: calc(45% - 10px) !important; /* 2 per row with spacing */
    display: flex;
    flex-direction: column; /* stack image, title, price, button vertically */
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}

/* Product image */
.products.list-view li.product img {
    width: 100%; /* full width of product container */
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
}

/* Product title, price, etc. stack vertically */
.products.list-view li.product .woocommerce-loop-product__title,
.products.list-view li.product .price {
    width: 100%;
    margin-bottom: 10px;
}

/* Button below */
.products.list-view li.product .button {
    width: 100%;
    margin-top: auto; /* push it to the bottom */
}
.view-toggle button {
    padding: 8px 12px;
    margin-right: 5px;
    cursor: pointer;
}

.view-toggle button.active {
    background-color: #333;
    color: #fff;
}
.view-toggle {
    position: relative;
    display: flex;
    justify-content: end;
    top: 60px;
}
/* ===== Improved HUSKY (WOOF) Price Filter Design ===== */

div[data-tax="price"] .woof_price_filter,
div[class*="woof_price_filter"] {
  background-color: #f9f9f9 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  border: 1px solid #e1e1e1 !important;
}

/* Filter title */
.woof_container_inner h4,
.woof_container h4,
.woof_title {
  color: #7c0d0a !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}

/* Price slider track */
.woof_price_filter .ui-slider-horizontal {
  height: 6px !important;
  background: #ddd !important;
  border-radius: 3px !important;
  border: none !important;
}

/* Active range */
.woof_price_filter .ui-slider-range {
  background: #7c0d0a !important;
}

/* Slider handles */
.woof_price_filter .ui-slider-handle {
  background: #fff !important;
  border: 2px solid #7c0d0a !important;
  border-radius: 50% !important;
  width: 16px !important;
  height: 16px !important;
  top: -5px !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out !important;
}

.woof_price_filter .ui-slider-handle:hover {
  background: #7c0d0a !important;
  border-color: #7c0d0a !important;
}

/* Min/Max price labels */
.woof_price_filter .woof_price_label,
.woof_price_filter span.woof_price_filter_txt {
  color: #7c0d0a !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: block !important;
  text-align: center !important;
  margin-top: 10px !important;
}

/* Apply / filter button */
.woof_submit_search_form {
  background-color: #7c0d0a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  cursor: pointer !important;
  width: 100% !important;
  margin-top: 12px !important;
  transition: background 0.3s ease !important;
}

.woof_submit_search_form:hover {
  background-color: #a61914 !important;
}

.product-filters h4 {
    text-transform: capitalize !important;
    font-size: 24px;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{background-color:#7c0d0a !important;}
.irs--round .irs-handle,.irs--round .irs-bar {border:2px solid #7c0d0a !important;}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {border-top-color:2px solid #7c0d0a !important;}
span.woof_remove_ppi {
    color: #7c0d0a !important;
}
.irs--round .irs-grid-text {color:#000;}
button.button.woof_reset_search_form {
    background-color: #7c0d0a !important;
    color: #fff !important;
    border-radius: 40px !important;
}
.woof_container_inner {
    margin: 15px 0px !important;
} 
.woocommerce-ordering select {
    border: 2px solid #821410;
    border-radius: 8px;
    padding: 10px;
    background-color: #fbe9e9;
    color: #000;
    font-weight: bold;
}


/* Page title */
.woocommerce-account h2 {
    font-size: 32px;
    font-weight: 700;
    color: #7c0d0a;
    margin-bottom: 35px;
    text-align: center;
    letter-spacing: 1px;
}

/* My Account Page - General Styles */

/* Headings */
.woocommerce-account h2,
.woocommerce-account h3 {
    color: #821410;
    font-weight: 600;
}

/* My Account Menu */
.woocommerce-MyAccount-navigation {
    border: 1px solid #821410;
    border-radius: 8px;
    background: #fff8f0;
    padding: 10px;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #821410;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    border-radius: 4px;
    transition: background 0.3s;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #821410;
    color: #fff;
}

/* Buttons */
.woocommerce-Button,
.woocommerce a.button {
    background-color: #821410;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.3s;
}

.woocommerce-Button:hover,
.woocommerce a.button:hover {
    background-color: #b58a4d;
    color: #fff;
}

/* Table styles */
.woocommerce-MyAccount-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
    border: 1px solid #821410;
    padding: 10px;
    text-align: left;
}

.woocommerce-MyAccount-content table th {
    background-color: #fff3e0;
    color: #821410;
}

/* Form fields */
.woocommerce-MyAccount-content input.input-text,
.woocommerce-MyAccount-content textarea {
    border: 1px solid #821410;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-MyAccount-content textarea:focus {
    border-color: #b58a4d;
    outline: none;
}
button.woocommerce-button {
    border-radius: 50px !important;
    background-color: #881a15 !important;
    color: #fff !important;
    padding: 13px 24px !important;
}

.woocommerce a {
    color: #8f1f1a;
}
.woocommerce-info {
    border-top-color:#8f1f1a;
}
/* Enhanced Form Fields */
.woocommerce-MyAccount-content input.input-text,
.woocommerce-MyAccount-content textarea {
    border: 2px solid #821410;           /* Strong primary border */
    border-radius: 12px;                 /* More rounded corners */
    padding: 12px 15px;                  /* Comfortable spacing */
    width: 100%;
    margin-bottom: 15px;
    background: #fff8f0;                 /* Light warm background */
    font-size: 16px;
    transition: all 0.3s ease;           /* Smooth animations */
    box-shadow: 0 2px 5px rgba(130,20,16,0.1); /* Subtle shadow */
}

/* Focus effect */
.woocommerce-MyAccount-content input.input-text:focus,
.woocommerce-MyAccount-content textarea:focus {
    border-color: #821410;                /* Dark primary color */
    outline: none;
    box-shadow: 0 0 8px rgba(130,20,16,0.4); /* Glowing effect */
    background: #fff7f2;                  /* Slight highlight */
}

/* Hover effect */
.woocommerce-MyAccount-content input.input-text:hover,
.woocommerce-MyAccount-content textarea:hover {
    border-color: #821410;
    box-shadow: 0 0 5px rgba(130,20,16,0.2);
}

/* Placeholder styling */
.woocommerce-MyAccount-content input.input-text::placeholder,
.woocommerce-MyAccount-content textarea::placeholder {
    color: #b58a4d;
    font-style: italic;
    opacity: 1;
}

/* Smooth transition for placeholder */
.woocommerce-MyAccount-content input.input-text:focus::placeholder,
.woocommerce-MyAccount-content textarea:focus::placeholder {
    color: #821410;
}
svg#yith-wcwl-icon-heart,svg#yith-wcwl-icon-heart-outline {
    color: #881a15;
}
/* Cart Page Headings */
.section-heading h4,
.wp-block-woocommerce-cart-order-summary-heading-block {
    color: #821410;
}

/* Product Names */
.wc-block-components-product-name {
    color: #821410;
}

/* Product Prices */
.wc-block-components-product-price__value {
    color: #821410;
}

/* Cart Totals Labels and Values */
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
    color: #821410;
}

/* Remove Item Links */
.wc-block-cart-item__remove-link {
    color: #821410;
    text-decoration: underline; /* optional for emphasis */
}

/* Proceed to Checkout Button */
.wc-block-cart__submit-button {
    background-color: #821410;
    color: #ffffff; /* make text readable */
    border: none;
}

.wc-block-cart__submit-button:hover {
    background-color: #a21c18; /* slightly darker hover */
    color: #ffffff;
}

/* Coupon Panel Button */
.wc-block-components-panel__button {
    color: #821410;
}

/* Quantity Selector Buttons (minus/plus) */
.wc-block-components-quantity-selector__button {
    background-color: #821410;
    color: #ffffff;
    border: none;
}

.wc-block-components-quantity-selector__button:hover {
    background-color: #a21c18;
}
/* WooCommerce Cart Coupon Apply Button */
.woocommerce-cart .coupon .button,
.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button {
    background-color: #881a15; /* red color */
    color: #ffffff; /* white text for contrast */
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.woocommerce-cart .coupon .button:hover,
.wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-button:hover {
    background-color: #cc0000; /* darker red on hover */
    color: #ffffff;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    color: #fff !important;
    background-color: #881a15;
}
.wc-block-checkout__actions_row a {
    color: #8f1f1a;
}

.wc-block-components-checkout-return-to-cart-button {padding-left:20px;}
.pagination-wrapper ul.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.pagination-btn a,
.pagination-btn span {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #7c0d0a !important;
    color: #7c0d0a !important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-btn a:hover {
    background-color: #7c0d0a !important;
    color: #fff !important;
}

.pagination-btn.active,
.pagination-btn span.current {
    background-color: #7c0d0a !important;
    color: #fff !important;
    border-color: #7c0d0a !important;
}
.page-id-168 .pagination-wrapper.text-center.mt-40 {display:none;}
button#pp-btn-trk-1 {
    background: #7c0d0a;
}
.faq-section {
    background-color: #f9fafc;
}

.faq-section .section-heading h4 {
    font-size: 1.75rem;
    letter-spacing: 1px;
    color: #222;
}

.accordion-style1 .accordion-button {
    background-color: #fff;
    color: #333;
    box-shadow: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e5e5e5;
}

.accordion-style1 .accordion-button:not(.collapsed) {
    background-color: #7c0d0a;
    color: #fff;
}

.accordion-style1 .accordion-body {
    background-color: #fff !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

.accordion-style1 .accordion-item {
    border-radius: 10px !important;
    overflow: hidden !important;
	margin-bottom:10px !important
}

@media (max-width: 768px) {
    .faq-section .section-heading h4 {
        font-size: 1.4rem;
    }
}
