.choose-area-3.pt-60.pb-60.image {
    background-image: url(/wp-content/uploads/2025/10/choose-bg3.jpg);
}
.term-description p {
    display: none;
}
input.theme-btn {
    font-size: 16px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0px 45px;
    border-radius: 2px;
    display: inline-block;
    background: var(--themecolorMain);
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    position: relative;
    top: 15px;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-not-valid,input.is-invalid {
border: 2px solid #c62523 !important;
}

.wpcf7-response-output {
font-size: 12px;
margin: 0px !important;
}
.wpcf7-form p {margin:0px;}
.wpcf7-response-output {
      color: #fff !important;
    background-color: #f24224;
    border: 0px !important;
}
.theme-btn.theme-btn-blue {
    width: fit-content;
    border-radius: 50px;
}
section.light {
    background-color: #fff;
}

section.light:before{display:none;}
section.light * {
    color: #000 !important;
}
section.video-areax:before {display:none;}
section.video-areax * {color:#000;text-align:left;}
/* ==============================
FULL WOOCOMMERCE PRODUCT PAGE STYLING (WITHOUT TABS)
============================== */

/* ------------------------------
General Product Container
------------------------------ */
.woocommerce div.product {
    margin: 0 auto;
    padding: 40px 20px 0px 20px;
}

/* ------------------------------
Product Title
------------------------------ */
.woocommerce div.product .product_title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ------------------------------
Product Price
------------------------------ */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 26px;
    font-weight: 700;
    color: #c6a267;
    margin-bottom: 20px;
}

/* ------------------------------
Product Short Description
------------------------------ */
.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #555;
}

/* ------------------------------
Add to Cart Button
------------------------------ */
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart button.single_add_to_cart_button {
    background-color: #c6a267;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 30px;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(198, 162, 103, 0.4);
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
    background-color: #b08f52;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(198, 162, 103, 0.5);
    color: #fff;
}

/* ------------------------------
Quantity Selector Styling
------------------------------ */
.quantity {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.quantity input.qty {
    height: 48px;
    width: 70px;
    padding: 0 12px;
    border: 1px solid #c6a267;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.quantity .minus,
.quantity .plus {
    background-color: #c6a267;
    color: #fff;
    border: none;
    width: 45px;
    height: 48px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 8px 8px 0;
}

.quantity .minus:hover,
.quantity .plus:hover {
    background-color: #b08f52;
}

/* ------------------------------
Product Images
------------------------------ */
.woo-product-gallery-slider img {
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: block;
    width: 100%;
    height: 384px !important;
    object-fit: cover;
    box-shadow: none;
}

.woocommerce div.product div.images img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}

/* ------------------------------
Reviews Section
------------------------------ */
.woocommerce div.product #reviews .commentlist li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.woocommerce div.product #reviews .comment-text p {
    font-size: 15px;
    color: #555;
}

/* ------------------------------
Related Products Section
------------------------------ */
.related.products {
    margin-top: 50px;
}

.related.products h2 {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Related Product Cards */
.related.products ul.products li.product {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
	margin: 12px !important;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    margin-bottom: 10px;
	padding: 6px 10px;
}
.related.products ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
    font-weight: 700;
    font-size: 20px;
}
.wc-block-cart .wc-block-cart__totals-title {
	 font-weight: 700;
    font-size: 20px !important;
}
/* Related Product Title */
.related.products ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
    text-align: center;
    font-weight: 600;
}

/* Related Product Button */
.related.products .button,
.related.products a.button {
    background-color: #c6a267;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(198, 162, 103, 0.4);
    display: inline-block;
    text-align: center;
}

.related.products .button:hover,
.related.products a.button:hover {
    background-color: #b08f52;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(198, 162, 103, 0.5);
    color: #fff;
}

/* ------------------------------
Responsive Design
------------------------------ */
@media (max-width: 768px) {
    .woocommerce div.product {
        padding: 30px 15px;
    }

    .woocommerce div.product .product_title {
        font-size: 26px;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 20px;
    }

    .related.products ul.products li.product {
        margin-bottom: 20px;
    }
}
ul.tabs.wc-tabs li { margin-right: 20px !important; color: #fff !important; background-color: #c8a56e !important; }

div#tab-description {
    background: #f6f6f6;
    padding: 10px 20px;
}

div#tab-reviews {
    background: #f6f6f6;
    padding: 10px 20px;
}
ul.tabs.wc-tabs {
    padding: 0px !important;
}

ul.tabs.wc-tabs li {
    border-radius: 0px !important;
}
h2.woocommerce-loop-product__title {
    text-align: left !important;
}
ul.tabs.wc-tabs li a {
    color: #fff !important;
}
.woocommerce-message::before {
    color: #c6a267 !important;
}
.woocommerce-message a {
    background-color: #c6a267 !important;
    color: #fff !important;
}
.woocommerce-message {
    border-top-color: #c8a56e !important;
}
/* === WooCommerce Cart & Checkout Button Color Fix === */

/* Primary buttons (e.g. "Update Cart", "Proceed to Checkout") */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
  background-color: #c49f5f !important;
  border-color: #c49f5f !important;
  color: #fff !important;
}

/* Hover effect */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .button:hover {
  background-color: #b28c4e !important; /* slightly darker gold */
  border-color: #b28c4e !important;
  color: #fff !important;
}

/* Checkout specific buttons */
.woocommerce-checkout .button,
.woocommerce-cart .button {
  background-color: #c49f5f !important;
  border-color: #c49f5f !important;
  color: #fff !important;
}
/* ============================= */
/* WooCommerce Cart & Checkout Styling */
/* Color: #c6a267 */
/* ============================= */

/* Buttons */
.woocommerce-page .button,
.woocommerce-page button,
.woocommerce-page input[type="submit"] {
    background-color: #c6a267;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.woocommerce-page .button:hover,
.woocommerce-page button:hover,
.woocommerce-page input[type="submit"]:hover {
    background-color: #a6844e; /* Darker shade on hover */
}

/* Cart Table Headers */
.woocommerce-cart .shop_table th {
    background-color: #c6a267;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 12px;
}

/* Cart Table Rows */
.woocommerce-cart .shop_table td {
    padding: 12px;
    border-bottom: 1px solid #e0d4b8;
}

/* Cart Totals Box */
.woocommerce-cart .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: 2px solid #c6a267;
    padding: 20px;
    border-radius: 8px;
    background-color: #fdf8f2;
}

/* Headings in Cart & Checkout */
.woocommerce-cart h2,
.woocommerce-checkout h2 {
    color: #c6a267;
    margin-bottom: 15px;
}

/* Input Fields */
.woocommerce-page input.input-text,
.woocommerce-page textarea {
    border: 1px solid #c6a267;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

/* Checkout Steps Highlight */
.woocommerce-checkout #order_review_heading {
    color: #c6a267;
    font-weight: bold;
}

/* Notices & Messages */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    border-left: 4px solid #c6a267;
    background-color: #fdf8f2;
    padding: 15px;
}

/* Coupon Button */
.woocommerce-page .coupon .button {
    background-color: #c6a267;
    color: #ffffff;
}

.woocommerce-page .coupon .button:hover {
    background-color: #a6844e;
}
.wc-block-cart__submit-container {
    color: #fff !important;
    background-color: #c8a56e;
}

.wc-block-components-button__text {
    color: #fff !important;
}
.wc-block-components-checkout-place-order-button__text {
    color: #fff !important;
}
/* 1. Make product images uniform */
.woocommerce ul.products li.product img {
    width: 100% !important;
	HEIGHT:200px !important;
    object-fit: cover !important; /* crop image without stretching */
}

/* 2. Wrap title, price, button visually */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .add_to_cart_button {
    display: block;
}

/* 3. Create a pseudo wrapper for title, price, button */
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .product-info {
    background-color: #f9f3f3;
    text-align: center;
    padding: 15px;
    margin-top: auto;
}

/* 4. Style the title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
    margin: 10px 0 5px;
}

/* 5. Style the price */
.woocommerce ul.products li.product .price {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

/* 6. Style the add-to-cart button */
.woocommerce ul.products li.product .add_to_cart_button {
    font-size: 16px;
    color: #ffffff !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 45px;
    border-radius: 50px;
    display: inline-block;
    background: var(--themecolorMain) !important;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.shop-categories-sidebar {
    background: #eee;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	margin-bottom:20px;
}

.shop-categories-sidebar h3 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-categories-list li.category-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.product-categories-list li.category-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.product-categories-list li.category-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}

.product-categories-list li.category-item:hover {
    background: #c8a56e;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 5px;
}

.category-name {
    font-weight: 500;
    margin-right: 5px;
}

.category-count {
    color: #999;
    font-size: 14px;
}
/* ----------------- Product Grid Fix ----------------- */

/* Products container */
ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; /* uniform negative margin for gutters */
    padding: 0;
}

/* Individual product card */
ul.products li.product {
    list-style: none;
    width: 100%;
    max-width: calc(50% - 10px); /* 2 per row with equal spacing */
    margin: 10px; /* equal margin all around */
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

/* Hover effect */
ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* Product image */
ul.products li.product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

/* Product title: single line with ellipsis */
ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 15px 10px 10px;
    white-space: nowrap;      /* single line */
    overflow: hidden;         /* hide overflow */
    text-overflow: ellipsis;  /* show ... if too long */
}

/* Product price */
ul.products li.product .price {
    font-size: 16px;
    color: #e74c3c;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}

/* Add to Cart button */
ul.products li.product .button {
    display: block;
    margin: 0 auto 15px auto;
    padding: 8px 18px;
    background: #0073aa;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
}

ul.products li.product .button:hover {
    background: #ff6600;
}

/* Responsive Adjustments */
@media(max-width: 991px){
	 .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 45% !important;
        float: left;
        clear: both;
        margin: 7px;
    }
    ul.products li.product {
        max-width: 100%; /* single column on tablet */
        margin: 10px 0; /* vertical spacing only */
    }
}

@media(max-width: 576px){
    ul.products li.product {
        margin-bottom: 20px;
    }
}


h2.woocommerce-loop-product__title {
    text-align: center !important;
	padding:0px 10px !important;
}
/* ----------------- WooCommerce Sorting Fix with Brand Color ----------------- */

/* Container */
.woocommerce-ordering {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end; /* align to right */
}

.woocommerce-ordering select {
    padding: 8px 12px;
    border: 1px solid #c49f5f; /* brand color */
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    min-width: 180px;
}

/* Hover & Focus effect */
.woocommerce-ordering select:hover,
.woocommerce-ordering select:focus {
    border-color: #c49f5f; /* brand color */
    box-shadow: 0 2px 6px rgba(196,159,95,0.3); /* subtle shadow with brand color */
    outline: none;
}

/* Optional: label styling */
.woocommerce-ordering label {
    font-weight: 500;
    margin-right: 10px;
    font-size: 14px;
    color: #555;
}

/* Mobile alignment */
@media(max-width: 767px){
	
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        float: left;
        clear: both;
        margin: 7px;
    }
    .woocommerce-ordering {
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .woocommerce-ordering label {
        display: block;
        margin-bottom: 5px;
    }
}
a.added_to_cart.wc-forward {
    width: fit-content;
    background-color: #c6a267;
    margin: 0px auto 20px auto;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
}

li.category-item:hover span.category-name,li.category-item:hover span.category-count {color:#fff !important;} 
li.category-item.current-cat span.category-name,li.category-item.current-cat span.category-count {color:#fff !important;} 
li.category-item.current-cat {
    background-color: #c6a267;
    padding: 5px 10px;
    border-radius: 10px;
}
.woocommerce-cart .has-4-columns {
    display: none;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
    margin: 0 auto;
    display: block;
    text-align: center;
}
/* My Account Page - General Styles */

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

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

.woocommerce-MyAccount-navigation ul li a {
    color: #c49f5f;
    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: #c49f5f;
    color: #fff;
}

/* Buttons */
.woocommerce-Button,
.woocommerce a.button {
    background-color: #c49f5f;
    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 #c49f5f;
    padding: 10px;
    text-align: left;
}

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

/* Form fields */
.woocommerce-MyAccount-content input.input-text,
.woocommerce-MyAccount-content textarea {
    border: 1px solid #c49f5f;
    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;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.wpgs-nav img{
    padding: 10px;
    object-fit: contain;
    width:100 !important;
    height: 100px !important;
}   
.woocommerce-product-gallery__image {
  height: 400px !important;
  overflow: hidden; /* ensures the image stays within the container */
}
.woocommerce-product-gallery img {
  height: auto !important;
  overflow: hidden; /* ensures the image stays within the container */
}
.woocommerce-product-gallery .thumbnail_image img{
  height: 90px !important;
  overflow: hidden; /* ensures the image stays within the container */
}
.woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important; /* keeps aspect ratio while filling the container */
  display: block; /* removes inline gaps or extra space below images */
}
 .avideo__text .woo-product-gallery-slider button{
	background:none;
}
ul.widget_link2 {
      display: flex;
    flex-flow: row wrap;
    gap: 7px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_link2 li {
    width: 48%; /* roughly half the width for two columns */
    box-sizing: border-box;
}
.product-categories-list {
    max-height: 800px; /* Set the height at which scrolling begins */
    overflow-y: auto; /* Enable vertical scrollbar when content exceeds max-height */
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Optional: spacing between items */
.product-categories-list .category-item {
    margin-bottom: 10px;
    margin-right:5px;
}

/* Optional: scrollbar styling (for modern browsers) */
.product-categories-list::-webkit-scrollbar {
    width: 8px;
}

.product-categories-list::-webkit-scrollbar-thumb {
    background-color: rgb(200 165 110);
    border-radius: 4px;
}

.product-categories-list::-webkit-scrollbar-track {
    background-color: rgb(198 162 103 / 47%);
    border-radius: 4px;
}
.woocommerce-Tabs-panel ul {
    padding-left: 20px;
}
/* ul.sub-menu {
  max-height: 400px;
  overflow-y: auto;       
  overflow-x: hidden;     
} */
ul.sub-menu::-webkit-scrollbar {
  width: 6px;
}

ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: rgb(198 162 103);
  border-radius: 3px;
}

ul.sub-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,0.5);
}
button.slick-next.slick-arrow {
    background-color: transparent;
}

button.slick-prev.slick-arrow {
    background: transparent;
}
span.onsale.on-preorder {
    background-color: #c6a267 !important;
}

form.cart {
    margin-top: 15px;
}
/* --- Toggle behavior --- */
.shop-categories-sidebar h3 {
    position: relative;
    cursor: pointer;
}

.shop-categories-sidebar h3::after {
    position: absolute;
    right: 16px;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* When active (open) */
.shop-categories-sidebar.active h3::after {
    transform: rotate(45deg);
}

/* Mobile collapse only */
@media (max-width: 768px) {
    .product-categories-list {
        max-height: 0;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease;
    }

    .shop-categories-sidebar.active .product-categories-list {
        max-height: 70vh; /* height limit — adjust as needed */
        opacity: 1;
        overflow-y: auto; /* enables vertical scrolling if too tall */
        -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    }
	.choose--content.choose--content__3 {
    margin-top: 10px;
}
	.choose-area-3 .choose--content.choose--content__3{
		margin-top:40px
}
}
.read-more-toggle {
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    margin-top: 5px;
}
button.read-more-toggle.rdmre.mt-20 {
    font-weight: bold;
    margin-left: 2px;
    color: var(--themecolorMain);
    cursor: pointer;
    background-color: transparent;
    border: 0px;
}
.dark {
    background: #f6f6f6;
}
