/*
Theme Name: Bindnee Child 2025
Description: A fresh child theme based on Avada parent theme with Molla design elements.
Version: 1.0.0
Author: Your Name
Author URI: https://yourwebsite.com
Text Domain: bindnee
Template: bindnee
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, woocommerce, responsive, modern, clean, business, shop

Bindnee Child is a fresh WordPress child theme designed for WooCommerce stores.
*/

/* Import parent theme styles */
@import url("../bindnee/style.css");

/* Import Molla CSS framework */
@import url("assets/css/bootstrap.min.css");
@import url("assets/css/plugins/owl-carousel/owl.carousel.css");
@import url("assets/css/plugins/magnific-popup/magnific-popup.css");
@import url("assets/css/plugins/jquery.countdown.css");
@import url("assets/css/style.css");
@import url("assets/css/skin-demo-6.css");
@import url("assets/css/demo-6.css");


body{
    background-color: #fff !important;
}

.details-filter-row label{
    text-transform: capitalize;
}
a.call-us-now{
    color: #fff;
}
a.call-us-now:hover{
    color: #fff;
}
a.call-us-now:visited{
    color: #cc9966;
}
a.call-us-now:active{
    color: #cc9966;
}
a.call-us-now:focus{
    color: #cc9966;
}
a.call-us-now:hover{
    color: #cc9966;
}

a.wishlist_products_counter.top_wishlist-heart:before{
    display: none !important;
}
.header-right .wishlist_products_counter_text{
    display: none !important;
}

.header-right .wishlist_products_counter_number{
        /* min-width: 1.7rem; */
        height: 35px !important;
        margin-left: -1.2rem;
        color: #fff;
        /* line-height: 1; */
        font-size: 10px;
        display: inline-flex;
}



/* Hide Avada's default header */
#header,
.fusion-header,
.fusion-header-wrapper,
.fusion-secondary-header {
    display: none !important;
}

/* Ensure Molla header is visible */
.header {
    display: block !important;
    position: relative !important;
    z-index: 9999 !important;
}

/* Ensure slider is visible and functional */
.intro-slider-container {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

.intro-slider {
    display: block !important;
    width: 100% !important;
}

.intro-slide {
    display: block !important;
    width: 100% !important;
    min-height: 500px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

.intro-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
    width: 100% !important;
}

.intro-title {
    font-size: 3rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

.intro-subtitle {
    font-size: 1.2rem !important;
    margin-bottom: 0.5rem !important;
}

/* Icon fixes - prevent tilting */
[class^="icon-"], [class*=" icon-"] {
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.icon-phone:before { content: "\f095"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-facebook-f:before { content: "\f39e"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.icon-twitter:before { content: "\f099"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.icon-pinterest-p:before { content: "\f231"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.icon-instagram:before { content: "\f16d"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.icon-user:before { content: "\f007"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-search:before { content: "\f002"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-heart-o:before { content: "\f08a"; font-family: "Font Awesome 6 Free"; font-weight: 400; }
.icon-shopping-cart:before { content: "\f07a"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-close:before { content: "\f00d"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-long-arrow-right:before { content: "\f178"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-bars:before { content: "\f0c9"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-headphones:before { content: "\f025"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-youtube:before { content: "\f167"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.icon-arrow-up:before { content: "\f062"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-angle-right:before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.icon-angle-left:before { content: "\f104"; font-family: "Font Awesome 6 Free"; font-weight: 900; }

/* Header dropdown arrows */
.header-dropdown > a::after, 
.header-dropdown > span::after {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f107" !important;
    font-weight: 900 !important;
}

/* Out of stock product label */
.product-label.label-out {
    background-color: #dc3545 !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 4px 8px !important;
    border-radius: 2px !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 2 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
}

/* Icon box icons */
.icon-truck:before {
    content: '\f0d1' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.icon-rotate-left:before {
    content: '\f2ea' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.icon-unlock:before {
    content: '\f023' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Mobile menu toggler color */
.mobile-menu-toggler {
    color: #fff !important;
}

/* Cart button icon */
.btn-cart:before {
    content: '\f07a' !important; /* Font Awesome shopping cart icon */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    color: inherit !important; /* Match text color */
}

.btn-cart:hover:before,
.btn-cart:focus:before {
    color: inherit !important; /* Keep same color on hover/focus */
}

/* Single Product Page Styles */
.product-details-top {
    margin-bottom: 3rem;
}

.product-details .product-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.product-details .product-price {
    font-size: 2rem;
    font-weight: 600;
    color: #cc9966;
    margin-bottom: 1.5rem;
}

.product-details .woocommerce-product-rating {
    margin-bottom: 1.5rem;
}

.product-details .woocommerce-product-details__short-description {
    margin-bottom: 2rem;
    color: #666;
    line-height: 1.6;
}

/* Molla-style product details form */
.details-filter-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.details-filter-row label {
    font-weight: 600;
    margin-right: 1rem;
    min-width: 60px;
    color: #333;
    font-size: 1.4rem;
}

/* Size Selection */
.details-row-size .select-custom {
    position: relative;
    margin-right: 1rem;
}

.details-row-size .select-custom select {
    width: 120px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 1rem;
    font-size: 1.4rem;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
}

.details-row-size .select-custom select:focus {
    outline: none;
    border-color: #cc9966;
}

.size-guide {
    color: #666;
    text-decoration: underline;
    font-size: 1.2rem;
    margin-left: 1rem;
}

.size-guide:hover {
    color: #cc9966;
}

/* Quantity Input */
.product-details-quantity {
    display: flex !important;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
}

.product-details-quantity .quantity {
    display: flex !important;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 100px;
    visibility: visible !important;
    opacity: 1 !important;
}

.product-details-quantity .qty {
    width: 60px !important;
    height: 40px !important;
    text-align: center;
    border: none !important;
    outline: none;
    font-size: 1.4rem;
    background: #fff !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.product-details-quantity .qty:focus {
    border-color: #cc9966;
}

/* Action Buttons */
.product-details-action {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.product-details-action .btn-cart {
    background-color: #cc9966;
    color: white;
    border: none;
    padding: 1.2rem 2.4rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-size: 1.4rem;
    min-width: 140px;
}

.product-details-action .btn-cart:hover {
    background-color: #b8865a;
    color: white;
    transform: translateY(-1px);
}

/* Override any green colors with our brand color */
.single_add_to_cart_button,
.button.alt,
.woocommerce .single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .button.alt,
.woocommerce .button.alt:hover,
.woocommerce .button.alt:focus,
.woocommerce .button.alt:active {
    background-color: #cc9966 !important;
    color: white !important;
    border: none !important;
    font-family: inherit !important;
}

.single_add_to_cart_button:hover,
.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #b8865a !important;
    color: white !important;
}

/* Molla Style Product Details Action */
.product-details-action {
    display: flex !important;
    align-items: center !important;
    flex-flow: row wrap !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1rem !important;
}

.product-details-action .btn-cart,
.product-details-action .single_add_to_cart_button {
    padding: 1rem 1.5rem !important;
    max-width: 198px !important;
    color: #cc9966 !important;
    border: 0.1rem solid #cc9966 !important;
    background: transparent !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: -.01em !important;
    transition: all .35s ease !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-details-action .btn-cart:before,
.product-details-action .single_add_to_cart_button:before {
    font-family: "Font Awesome 6 Free" !important;
    content: '\f07a' !important;
    font-weight: 900 !important;
    margin-right: .4rem !important;
    color: inherit !important;
}

.product-details-action .btn-cart span,
.product-details-action .single_add_to_cart_button span {
    font-size: 1.4rem !important;
    color: inherit !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: box-shadow .35s ease, color 0s ease !important;
    font-weight: 400 !important;
    letter-spacing: -.01em !important;
}

.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus,
.product-details-action .single_add_to_cart_button:hover,
.product-details-action .single_add_to_cart_button:focus {
    color: #fff !important;
    border-color: #cc9966 !important;
    background-color: #cc9966 !important;
    outline: none !important;
}

.product-details-action .btn-cart:hover:before,
.product-details-action .btn-cart:focus:before,
.product-details-action .single_add_to_cart_button:hover:before,
.product-details-action .single_add_to_cart_button:focus:before {
    color: #fff !important;
}

/* Details Action Wrapper - TI Wishlist Plugin */
.details-action-wrapper {
    display: flex !important;
    align-items: center !important;
    margin-left: 4rem !important;
}


/* Disabled state for variable products */
.single_add_to_cart_button.disabled,
.single_add_to_cart_button:disabled,
.woocommerce .single_add_to_cart_button.disabled,
.woocommerce .single_add_to_cart_button:disabled,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled {
    background: #ccc !important;
    color: #999 !important;
    border-color: #ccc !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.single_add_to_cart_button.disabled:hover,
.single_add_to_cart_button:disabled:hover,
.woocommerce .single_add_to_cart_button.disabled:hover,
.woocommerce .single_add_to_cart_button:disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover {
    background: #ccc !important;
    color: #999 !important;
    border-color: #ccc !important;
}

/* Ensure quantity input is always visible */
.single_variation_wrap .variations_button .quantity{
    display: flex !important;
}
.woocommerce .quantity,
.woocommerce .quantity input[type="number"],
.woocommerce .quantity .qty {

    visibility: visible !important;
    opacity: 1 !important;
    width: 100px !important;
    height: 40px !important;
}

/* Fix font family for product details */
.product-details .product-title,
.product-details .product-price,
.product-details .woocommerce-product-rating,
.product-details .woocommerce-product-details__short-description {
    font-family: inherit !important;
}

/* Fix price font family and remove green colors */
.woocommerce .product .price,
.woocommerce .product .price .amount,
.woocommerce .product .price del,
.woocommerce .product .price ins,
.woocommerce .product .price .woocommerce-Price-amount {
    font-family: inherit !important;
    color: #cc9966 !important;
}

/* Remove green from stock status */
.woocommerce .product .stock,
.woocommerce .product .stock.in-stock,
.woocommerce .product .stock.out-of-stock,
.woocommerce .product .stock-status,
.woocommerce .product .stock-status.in-stock,
.woocommerce .product .stock-status.out-of-stock {
    color: #333 !important;
    background-color: transparent !important;
}

/* Custom Quantity Input with Buttons - Match Molla Demo */
.product-options .product-details-quantity {
    display: flex !important;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
}

.product-options .product-details-quantity .custom-quantity {
    display: flex !important;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 140px;
    visibility: visible !important;
    opacity: 1 !important;
}

.product-options .product-details-quantity .custom-quantity .qty {
    width: 80px !important;
    height: 40px !important;
    text-align: center;
    border: none !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    outline: none;
    font-size: 1.4rem;
    background: #fff !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-family: inherit;
    padding: 0;
    margin: 0;
}

.product-options .product-details-quantity .custom-quantity .qty-button {
    width: 30px !important;
    height: 40px !important;
    border: none !important;
    background: #f8f8f8 !important;
    color: #333 !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
}

.product-options .product-details-quantity .custom-quantity .qty-button:hover {
    background: #e8e8e8 !important;
    color: #cc9966 !important;
}

.product-options .product-details-quantity .custom-quantity .qty-button:active {
    background: #ddd !important;
}

/* Add to Cart Button - Match Molla Demo */
.variations_form .product-details-action {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.variations_form .product-details-action .btn-cart {
    background-color: #cc9966 !important;
    color: white !important;
    border: none !important;
    padding: 1.2rem 2.4rem !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-transform: lowercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 1.4rem !important;
    min-width: 140px !important;
    font-family: inherit !important;
}

.variations_form .product-details-action .btn-cart:hover {
    background-color: #b8865a !important;
    color: white !important;
    transform: translateY(-1px) !important;
}

/* Override specific green colors */
.woocommerce .button.alt[style*="background-color: green"],
.woocommerce .button.alt[style*="background-color: #00a651"],
.woocommerce .button.alt[style*="background-color: #008a00"] {
    background-color: #cc9966 !important;
}

/* Hide duplicate wishlist buttons */
.woocommerce .product .tinv-wraper,
.woocommerce .product .tinv-wishlist {
    display: none !important;
}


.details-action-wrapper {
    display: flex;
    align-items: center;
}

/* Fix WooCommerce container to match home page */
.woocommerce .woocommerce-container,
.woocommerce .container,
.woocommerce-page .woocommerce-container,
.woocommerce-cart #post-9,
.woocommerce-checkout #post-10,
.woocommerce-page .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    width: 100% !important;
}

/* My Account Page Container */
.woocommerce-account .woocommerce {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    width: 100% !important;
}

/* Fix shop page grid - responsive columns based on layout */
.woocommerce ul.products,
.woocommerce-page ul.products,
body.woocommerce ul.products,
body.woocommerce-page ul.products {
    display: grid !important;
    gap: 1.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
    overflow: hidden !important;
}

/* 3 columns for shop with sidebar (like Molla category page) */
.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

/* 4 columns for shop without sidebar */
.woocommerce ul.products:not(.columns-3),
.woocommerce-page ul.products:not(.columns-3) {
    grid-template-columns: repeat(4, 1fr) !important;
}

/* Grid view styling (default) */
.woocommerce ul.products.grid-view,
.woocommerce-page ul.products.grid-view,
.woocommerce ul.products:not(.list-view),
.woocommerce-page ul.products:not(.list-view) {
    display: grid !important;
    gap: 1.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* List view styling */
.woocommerce ul.products.list-view,
.woocommerce-page ul.products.list-view {
    display: block !important;
    grid-template-columns: none !important;
}

.woocommerce ul.products.list-view li.product,
.woocommerce-page ul.products.list-view li.product {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 2rem !important;
    padding: 1.5rem !important;
    border: 1px solid #e9ecef !important;
    border-radius: 0.5rem !important;
    background: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.woocommerce ul.products.list-view li.product:hover,
.woocommerce-page ul.products.list-view li.product:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
    transform: translateY(-2px) !important;
}

.woocommerce ul.products.list-view li.product .product {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    text-align: left !important;
}

.woocommerce ul.products.list-view li.product .product-media {
    flex: 0 0 200px !important;
    margin-right: 2rem !important;
    margin-bottom: 0 !important;
}

.woocommerce ul.products.list-view li.product .product-body {
    flex: 1 !important;
    text-align: left !important;
}

.woocommerce ul.products.list-view li.product .product-title {
    font-size: 1.8rem !important;
    margin-bottom: 0.5rem !important;
}

.woocommerce ul.products.list-view li.product .product-price {
    font-size: 1.6rem !important;
    margin-bottom: 1rem !important;
}

.woocommerce ul.products.list-view li.product .product-action {
    margin-top: 1rem !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: none !important;
    display: block !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Override any conflicting styles */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
    display: none !important;
}

/* Responsive grid adjustments */
@media (min-width: 1201px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 1.5rem !important;
    }
}

@media (max-width: 1200px) and (min-width: 993px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.5rem !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.2rem !important;
    }
}

@media (max-width: 768px) and (min-width: 577px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
}

@media (max-width: 576px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
}

/* Force product cards to be responsive */
.woocommerce ul.products li.product *,
.woocommerce-page ul.products li.product * {
    box-sizing: border-box !important;
    max-width: 100% !important;
}

/* Shop page specific styling */
.woocommerce .products-container {
    margin-top: 2rem;
}

.woocommerce .page-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebebeb;
}

.woocommerce .page-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.woocommerce .toolbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #ebebeb;
}

.woocommerce .toolbox-left .toolbox-info {
    font-size: 1.4rem;
    color: #666;
}

.woocommerce .toolbox-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.woocommerce .toolbox-right .toolbox-sort {
    display: flex;
    align-items: center;
}

.woocommerce .toolbox-right .toolbox-view {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Default WooCommerce Sorting Styling - Force visibility */
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
body.woocommerce .woocommerce-ordering,
body.woocommerce-page .woocommerce-ordering {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby,
body.woocommerce .woocommerce-ordering .orderby,
body.woocommerce-page .woocommerce-ordering .orderby {
    padding: 0.8rem 1.2rem !important;
    border: 1px solid #ddd !important;
    border-radius: 0.3rem !important;
    background: #fff !important;
    color: #666 !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 200px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 1.2rem !important;
    padding-right: 3rem !important;
}

.woocommerce .woocommerce-ordering .orderby:focus,
.woocommerce-page .woocommerce-ordering .orderby:focus {
    outline: none !important;
    border-color: #cc9966 !important;
    box-shadow: 0 0 0 2px rgba(204, 153, 102, 0.2) !important;
}

.woocommerce .woocommerce-ordering .orderby:hover,
.woocommerce-page .woocommerce-ordering .orderby:hover {
    border-color: #cc9966 !important;
}

.woocommerce .woocommerce-ordering .orderby option,
.woocommerce-page .woocommerce-ordering .orderby option {
    padding: 0.5rem !important;
    background: #fff !important;
    color: #333 !important;
}

/* Override any hiding styles */
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-ordering *,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering * {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    clip: auto !important;
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
}

/* Grid/List View Buttons */
.woocommerce .btn-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    background: #fff;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.4rem;
}

.woocommerce .btn-view:hover {
    border-color: #cc9966;
    color: #cc9966;
    background: #f8f9fa;
}

.woocommerce .btn-view.active {
    background: #cc9966;
    border-color: #cc9966;
    color: #fff;
}

.woocommerce .btn-view i {
    font-size: 1.4rem;
}

/* Grid/List View Icons */
.icon-grid:before {
    content: '\f00a';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.icon-list:before {
    content: '\f03a';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.woocommerce .breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.woocommerce .breadcrumb-item {
    font-size: 1.3rem;
    color: #666;
}

.woocommerce .breadcrumb-item + .breadcrumb-item:before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 0 0.7rem;
    color: #999;
}

.woocommerce .breadcrumb-item a {
    color: #666;
    text-decoration: none;
}

.woocommerce .breadcrumb-item a:hover {
    color: #cc9966;
}

/* Sidebar Shop Styling - Molla Category Page Style */
.woocommerce .sidebar-shop {
    padding-right: 2rem;
}

.woocommerce .sidebar-wrapper {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 0.5rem;
}

.woocommerce .widget {
    margin-bottom: 3rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 2rem;
}

.woocommerce .widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.woocommerce .widget-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce .widget-body {
    font-size: 1.4rem;
}

/* Category Filter */
.woocommerce .cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .cat-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e9ecef;
}

.woocommerce .cat-list li:last-child {
    border-bottom: none;
}

.woocommerce .cat-list li.active a {
    color: #cc9966;
    font-weight: 600;
}

.woocommerce .cat-list a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce .cat-list a:hover {
    color: #cc9966;
}

.woocommerce .cat-list .count {
    background: #e9ecef;
    color: #666;
    padding: 0.2rem 0.6rem;
    border-radius: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

/* Size Filter */
.woocommerce .filter-size {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.woocommerce .filter-size-item {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    color: #666;
    text-decoration: none;
    font-size: 1.3rem;
    transition: all 0.3s ease;
}

.woocommerce .filter-size-item:hover,
.woocommerce .filter-size-item.active {
    background: #cc9966;
    color: #fff;
    border-color: #cc9966;
}

/* Color Filter */
.woocommerce .filter-color {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.woocommerce .filter-color-item {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 2px solid #ddd;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.woocommerce .filter-color-item:hover,
.woocommerce .filter-color-item.active {
    border-color: #cc9966;
    transform: scale(1.1);
}

.woocommerce .filter-color-item .color-name {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: #666;
    white-space: nowrap;
}

/* Brand Filter */
.woocommerce .brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .brand-list li {
    padding: 0.5rem 0;
}

.woocommerce .brand-list a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce .brand-list a:hover {
    color: #cc9966;
}

.woocommerce .brand-list li.active a {
    color: #cc9966;
    font-weight: 600;
}

/* Price Filter */
.woocommerce .filter-price {
    padding: 1rem 0;
}

.woocommerce .price-filter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.woocommerce .price-range-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.woocommerce .price-range {
    position: relative;
    margin-bottom: 1rem;
}

.woocommerce .price-slider {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #ddd;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.woocommerce .price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #cc9966;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.woocommerce .price-slider::-webkit-slider-thumb:hover {
    background: #b8864a;
    transform: scale(1.1);
}

.woocommerce .price-slider::-moz-range-thumb {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #cc9966;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.woocommerce .price-slider::-moz-range-thumb:hover {
    background: #b8864a;
    transform: scale(1.1);
}

.woocommerce .price-values {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 1.3rem;
    color: #666;
    font-weight: 500;
}

.woocommerce .price-max {
    color: #cc9966;
    font-weight: 600;
}

.woocommerce .price-filter-btn {
    background: #cc9966 !important;
    border-color: #cc9966 !important;
    color: #fff !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 0.3rem !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    width: 100% !important;
}

.woocommerce .price-filter-btn:hover {
    background: #b8864a !important;
    border-color: #b8864a !important;
    color: #fff !important;
}

/* Filter Actions */
.woocommerce .filter-actions {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.woocommerce .btn-outline-secondary {
    background: transparent;
    border: 1px solid #ddd;
    color: #666;
    padding: 0.6rem 1.2rem;
    border-radius: 0.3rem;
    text-decoration: none;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    display: inline-block;
    min-width: 8rem;
}

.woocommerce .btn-outline-secondary:hover {
    background: #cc9966;
    border-color: #cc9966;
    color: #fff;
}

/* Widget Clean specific styling */
.woocommerce .widget.widget-clean {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}


.woocommerce .widget.widget-clean .widget-body {
    padding-top: 0.5rem;
}

.woocommerce .widget.widget-clean .widget-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 1rem;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

.woocommerce .widget.widget-clean .widget-title {
    margin-bottom: 0 !important;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left !important;
    display: inline-block !important;
    width: auto !important;
    flex: 0 0 auto !important;
    margin-right: 1rem !important;
}

.woocommerce .widget.widget-clean .filter-actions {
    text-align: right !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    display: inline-block !important;
    width: auto !important;
    vertical-align: top !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
}

/* Pagination Styling */
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
    text-align: center !important;
    margin: 3rem 0 !important;
    width: 100% !important;
    display: block !important;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    gap: 0.5rem !important;
    width: auto !important;
    text-align: center !important;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
    display: inline-block !important;
    margin: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
    display: inline-block !important;
    padding: 0.8rem 1.2rem !important;
    border: 1px solid #ddd !important;
    border-radius: 0.3rem !important;
    color: #666 !important;
    text-decoration: none !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
    font-size: 1.4rem !important;
    min-width: 4rem !important;
    text-align: center !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:hover {
    background: #cc9966 !important;
    border-color: #cc9966 !important;
    color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
    background: #cc9966 !important;
    border-color: #cc9966 !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce-page nav.woocommerce-pagination ul li .prev,
.woocommerce-page nav.woocommerce-pagination ul li .next {
    background: #f8f9fa !important;
    border-color: #ddd !important;
    color: #666 !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev:hover,
.woocommerce nav.woocommerce-pagination ul li .next:hover,
.woocommerce-page nav.woocommerce-pagination ul li .prev:hover,
.woocommerce-page nav.woocommerce-pagination ul li .next:hover {
    background: #cc9966 !important;
    border-color: #cc9966 !important;
    color: #fff !important;
}

/* Force pagination to be centered - override any conflicting styles */
.woocommerce .woocommerce-pagination,
.woocommerce-page .woocommerce-pagination,
body.woocommerce .woocommerce-pagination,
body.woocommerce-page .woocommerce-pagination {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    display: block !important;
}

.woocommerce .woocommerce-pagination ul,
.woocommerce-page .woocommerce-pagination ul,
body.woocommerce .woocommerce-pagination ul,
body.woocommerce-page .woocommerce-pagination ul {
    float: none !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
}

/* Remove any green colors from WooCommerce elements */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce-page .button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page a.button {
    background: #cc9966 !important;
    color: #fff !important;
    border-color: #cc9966 !important;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce-page .button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page a.button:hover {
    background: #b8864a !important;
    border-color: #b8864a !important;
    color: #fff !important;
}

/* Responsive adjustments for sidebar */
@media (max-width: 991px) {
    .woocommerce .sidebar-shop {
        padding-right: 0;
        margin-bottom: 3rem;
        order: 2 !important;
    }
    
    .woocommerce .sidebar-wrapper {
        padding: 1.5rem;
    }
    
    .woocommerce .widget {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }
    
    /* Make main content full width on mobile */
    .woocommerce .col-lg-9 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: 1 !important;
    }
    
    /* Hide sidebar on mobile by default */
    .woocommerce .sidebar-shop {
        display: none;
    }
    
    /* Show sidebar toggle button */
    .woocommerce .sidebar-toggle {
        display: block;
        margin-bottom: 1rem;
    }
}

/* Mobile sidebar toggle */
@media (max-width: 991px) {
    .woocommerce .sidebar-toggle {
        display: block !important;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        padding: 0.75rem 1rem;
        border-radius: 0.25rem;
        text-align: center;
        cursor: pointer;
        margin-bottom: 1rem;
    }
    
    .woocommerce .sidebar-toggle:hover {
        background: #e9ecef;
    }
    
    .woocommerce .sidebar-shop.show {
        display: block !important;
    }
}


.details-action-wrapper .btn-product {
    background: none;
    border: 1px solid #ddd;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
}

.details-action-wrapper .btn-product:hover {
    border-color: #cc9966;
    color: #cc9966;
    background-color: #fafafa;
}

/* Product Options - Exact Molla Demo Structure */
.product-options {
    margin-bottom: 1rem;
}

.product-options .details-filter-row {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 0.8rem;
}

.product-options .details-filter-row label {
    font-weight: 600;
    color: #333;
    font-size: 1.4rem;
    margin: 0;
    min-width: 60px;
    font-family: inherit;
    text-align: left;
}

.product-options .select-custom {
    margin-right: 0;
}

.product-options .select-custom {
    position: relative;
}

.product-options .select-custom::after {
    font-family: "Font Awesome 6 Free" !important;
    content: '\f107' !important;
    font-weight: 900 !important;
    position: absolute;
    display: inline-block;
    right: 1rem;
    top: 50%;
    font-size: 1.2rem;
    transform: translateY(-50%);
    color: #333333;
    pointer-events: none;
    z-index: 1;
}

.product-options .select-custom select {
    width: 140px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 1rem;
    font-size: 1.4rem;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    padding-right: 2.5rem;
    font-family: inherit;
    position: relative;
    z-index: 2;
}

.product-options .select-custom select:focus {
    outline: none;
    border-color: #cc9966;
}

.product-options .size-guide {
    color: #666;
    text-decoration: underline;
    font-size: 1.2rem;
    margin-left: 1rem;
    font-family: inherit;
}

.product-options .size-guide:hover {
    color: #cc9966;
}

/* Grouped Products */
.grouped_form .group_table {
    width: 100%;
    border: none;
    margin-bottom: 2rem;
}

.grouped_form .group_table tr {
    border-bottom: 1px solid #eee;
}

.grouped_form .group_table td {
    border: none;
    padding: 1rem 0;
    vertical-align: middle;
}

.grouped_form .group_table .label {
    font-weight: 600;
    color: #333;
    font-size: 1.4rem;
}

.grouped_form .group_table .price {
    color: #cc9966;
    font-weight: 600;
    font-size: 1.4rem;
}

.grouped_form .group_table .quantity {
    text-align: center;
}

.grouped_form .group_table .quantity .quantity {
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.grouped_form .group_table .quantity .qty {
    width: 60px;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 1.4rem;
    background: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .details-filter-row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .details-filter-row label {
        margin-bottom: 0.5rem;
        min-width: auto;
    }
    
    .product-details-action {
        flex-direction: column;
        align-items: stretch;
    }
    
    .product-details-action .btn-cart,
    .details-action-wrapper .btn-product {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .variations_form .variations .label {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .variations_form .variations .value {
        width: 100%;
    }
    
    .grouped_form .group_table {
        font-size: 1.2rem;
    }
    
    .grouped_form .group_table td {
        padding: 0.5rem 0;
    }
}

/* Product Tabs */
.product-details-tab {
    margin-top: 4rem;
}

.avada-product-gallery .avada-product-gallery-thumbs-wrapper{
    position: relative !important;
}
/* Add to Cart Button Layout */
.woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    display: block !important;
    width: auto !important;
    margin-top: 1rem !important;
}

.woocommerce-tabs {
    border-top: 1px solid #eee;
    padding-top: 3rem;
}

.woocommerce-tabs ul.tabs {
  
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.woocommerce-tabs ul.tabs li {
    margin-right: 2rem;
}

.woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 1rem 0;
    color: #666;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
    color: #cc9966;
    border-bottom-color: #cc9966;
}

.woocommerce-Tabs-panel {
    padding: 2rem 0;
    color: #666;
    line-height: 1.6;
}

/* Related Products */
.woocommerce .products {
    margin-top: 4rem;
}

.woocommerce .products h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    color: #333;
}

/* Related Products Section */
.related.products {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #eee;
}

.related.products .title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #333;
}

.related.products .products {
    margin-top: 0;
}

.related.products .row {
    margin: 0 -10px;
}

.related.products .col-6,
.related.products .col-md-4,
.related.products .col-lg-3 {
    padding: 0 10px;
    margin-bottom: 2rem;
}

/* Ensure proper spacing for related products */
.related.products .product {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.related.products .product-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Override Molla product gallery layout if needed */
.product-gallery-vertical .product-main-image {
    flex: 0 0 100% !important; /* Full width instead of 80% */
    max-width: 100% !important;
}

/* Fix breadcrumb separator icon */
.breadcrumb-item + .breadcrumb-item:before {
    color: #999999 !important;
    content: '\f105' !important; /* Font Awesome angle-right icon */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    padding-right: .7rem !important;
    font-size: 1.1rem !important;
    vertical-align: middle !important;
    margin-top: -.1rem !important;
}

/* Header-top border */
.header-top .container:after,
.header-top .container-fluid:after {
    content: '' !important;
    display: block !important;
    height: 1px !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 10px !important;
    right: 10px !important;
    background-color: #ebebeb !important;
}

/* Fix header-bottom mobile layout */
@media screen and (max-width: 991px) {
    .header-bottom .header-left {
        flex: 0 0 auto;
        width: auto;
    }
    
    .header-bottom .header-right {
        flex: 1;
        text-align: right;
        padding-left: 1rem;
    }
    
    .header-bottom .header-right p {
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.2;
    }
    
    .header-bottom .header-right .icon-headphones {
        display: none;
    }
    
    .header-bottom .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* Make wishlist and cart icons smaller in mobile view */
@media screen and (max-width: 991px) {
    .header-middle .header-right {
        display: flex;
        align-items: center;
        gap: 0.3rem;
    }
    
    .header-middle .wishlist-link,
    .header-middle .cart-dropdown {
        margin: 0;
        padding: 0.2rem;
    }
    
    .header-middle .wishlist-link i,
    .header-middle .cart-dropdown i {
        font-size: 2.5rem !important;
    }
    
    .header-middle .wishlist-count,
    .header-middle .cart-count {
        font-size: 0.8rem !important;
        min-width: 1.2rem !important;
        height: 1.2rem !important;
        line-height: 1.2rem !important;
        padding: 0 !important;
    }
    
    .header-middle .wishlist-txt,
    .header-middle .cart-txt {
        font-size: 1.2rem !important;
        margin-left: 0.5rem !important;
    }
    
    .header-middle .header-right > * {
        margin-left: 0.2rem !important;
        margin-right: 0.2rem !important;
    }
}

/* Owl carousel navigation arrows */
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    color: #333 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.owl-nav .owl-prev {
    left: 20px !important;
}

.owl-nav .owl-next {
    right: 20px !important;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: #cc9966 !important;
    color: white !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.owl-nav .owl-prev i:before {
    content: "\f104" !important;
}

.owl-nav .owl-next i:before {
    content: "\f105" !important;
}

/* Ensure owl navigation is visible for trending section */
.tab-content .owl-carousel .owl-nav {
    display: block !important;
}

.tab-content .owl-carousel .owl-nav .owl-prev,
.tab-content .owl-carousel .owl-nav .owl-next {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Force navigation to show on larger screens for trending section */
@media (min-width: 1200px) {
    .tab-content .owl-carousel .owl-nav {
        display: block !important;
    }
    
    .tab-content .owl-carousel .owl-nav .owl-prev,
    .tab-content .owl-carousel .owl-nav .owl-next {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Mobile menu toggle button */
.mobile-menu-toggler {
    display: none !important;
    background: none !important;
    border: none !important;
    color: #333 !important;
    font-size: 20px !important;
    padding: 10px !important;
    cursor: pointer !important;
    margin-left: 15px !important;
}

.mobile-menu-toggler i {
    font-size: 20px !important;
    color: #fff !important;
}

.mobile-menu-toggler:hover i {
    color: #cc9966 !important;
}

/* Superfish arrows for navigation menu */
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
    color: #666;
    transition: transform 0.3s ease;
}

.sf-arrows .sf-with-ul:hover:after {
    color: #cc9966;
    transform: rotate(180deg);
}

.sf-arrows .sfHover > .sf-with-ul:after {
    transform: rotate(180deg);
}

/* Main navigation styling */
.main-nav .menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.main-nav .menu li {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main-nav .menu li > a {
    display: block !important;
    padding: 15px 20px !important;
    
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

.main-nav .menu li > a:hover {
    color: #cc9966 !important;
}

.main-nav .menu li.active > a {
    color: #cc9966 !important;
}

/* Show mobile menu toggle on smaller screens */
@media (max-width: 991px) {
    .mobile-menu-toggler {
        display: block !important;
    }
    
    .main-nav {
        display: none !important;
    }
}

/* Custom color scheme */
:root {
    --primary-color: #cc9966;
    --primary-hover: #b8864a;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-primary:hover {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
}

.woocommerce .price,
.woocommerce-page .price {
    color: var(--primary-color) !important;
}

a {
    color: var(--primary-color);
}

a:hover {
    color: var(--primary-hover);
}
