/*
Theme Name: Fancy Theme
Theme URI: https://example.com/fancy-theme
Author: kirti sharma
Author URI: https://example.com
Description: A custom, WooCommerce-ready theme with modern responsive design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fancy-theme
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
Copyright: Â© 2025 Kirti Sharma. This theme is distributed under the terms of the GNU GPL v2 or later.

*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Home Page Template
    ## Header - Main Menu
    ## Search Box
    ## Cart
    ## Flex Slider
    ## Frontend Product Lists
    ## Footer - Footer Menu
# WooCommerce
    ## Grid System
    ## Shop
    ## Single Product
    ## Cart
    ## Checkout
    ## My Account
    ## Store Notice
# Blog and Archive Pages
    ## Single
    ## Seacrh
    ## Comments
# WooCommerce Widgets
# General Widgets
# Content Adjustments
# General
# WordPress Core
# Media Queries
--------------------------------------------------------------*/
/* rajdhani-regular - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/rajdhani/Rajdhani-Regular.woff'); 
}

/* rajdhani-500 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/rajdhani/Rajdhani-Medium.woff'); 
}

/* rajdhani-600 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/rajdhani/Rajdhani-SemiBold.woff'); 
}

/* rajdhani-700 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/rajdhani/Rajdhani-Bold.woff'); 
}

/* seaweed-script-regular - latin */
@font-face {
    font-family: 'Seaweed Script';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/seaweed-script/SeaweedScript-Regular.woff'); 
}

body{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
}

.content-area{
    min-height: 500px;
    padding: 3rem 0;    
}

.page-template-template-home-php .content-area{
    padding: 0;
}

/* Home Page Template */

/* Header - Main Menu */
body #page > header{
    border-top: 4px solid #FFEB33;
    background-color: #fdfdfd;
    border-bottom: 1px solid #eee;    
}

header .search{
    padding: 0.7rem 0;
    background-color: #0000000a;
}

header .top-bar{
    padding: 1rem 0 0 0;
}

header p.site-title{
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: 600;
    margin: 0;
}

header p.site-title~span {
    color: #000;
}

header .brand{
    padding-bottom: 15px;
    word-break: break-word;
    -ms-word-wrap: break-word;
}

header .brand img{
    max-width: 160px;
    height: auto;
}

.account{
    font-weight: 700;
}

.account ul li a{
    padding: 0 1rem 0 0 ;
}

.main-menu{
    padding: 0;
}

.main-menu ul{  
    padding: 0; 
    margin: 0; 
    font-size: 18px; 
    font-weight: 500; 
    border-radius: 0;    
}

.main-menu ul li{ 
    display: inline;  
    margin: 0 5px 0 0;
}

.main-menu ul li:last-child{ 
    margin: 0; 
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link{  
    color: #303030; 
    text-decoration: none;
    padding: 7px 15px 20px;
}

.main-menu ul li a.nav-link:first-child{ 
    padding-left: 0 ;
}

.main-menu ul li ul{
    background-color: #000;
}

.main-menu ul li ul li{
    margin: 0;
}

.main-menu ul li ul li a{
    padding: 0.5rem;
    color: #fff;
}

.main-menu .navbar-nav .active>.nav-link{ 
    color: #CA2424; 
}

.main-menu .dropdown-item:focus, 
.main-menu .dropdown-item:hover {
    color: #fff;
    background-color: #272c33;
}

/* DISABLED - .main-menu .dropdown:hover>.dropdown-menu, 
/* DISABLED - .main-menu .dropup:hover>.dropdown-menu  {
/* DISABLED -   display: block;
/* DISABLED - }
*/

.main-menu .dropdown-item.active, 
.main-menu .dropdown-item:active {
    background-color: #d2335b;
}

.main-menu .navbar-toggler{
    border: none;
    padding-right: 0;    
}

.main-menu .dropdown-toggle::after {
    vertical-align: 0.155em;
}

.main-menu .navbar-toggler-icon {
    background-image: url('img/hamburger-menu.svg');
}

.main-menu ul li .dropdown-menu .dropdown > a::after{
    display: inline-block;
    margin-left: 0.355em;
    vertical-align: 0.2em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.main-menu .dropdown-menu li { 
    display: block;
    margin: 0px;
    padding: 0px;
}

.main-menu .dropdown-menu .dropdown-menu { 
    top: -1px;
    left: 100%;
}


/* Search Form */
.search-form button{
    background-image: url('img/search.svg');
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.search-form input[type="search"]{
    background-color: #fff;
    border: none;
    font-weight: 500;
    font-size: 110%;
    padding: 0.3rem 1rem;
    margin-right: 0.3rem;
}

/* Cart */
.cart .cart-icon{
    background: url('img/cart.svg');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.cart .items{
    background: #CA2424;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}


/* Flex Slider */
.flexslider{
    border: 0 ;
}

.flex-control-nav {
    bottom: 10px ;
}

.slider-details-container {
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 800px;
 }

.slider-details-container h1{
    font-family: 'Seaweed Script';
    font-size: 3.7rem;
}

.slider-details-container .subtitle{
    font-size: 1.3em;
    margin-bottom: 15px;        
}

.slider-details-container .slider-title{
    color: #FFF;
    font-weight: 700;
}

.slider-details-container a{
    background-color: #D2335B;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.8em;
    display: inline-block;
    font-size: 1.2em;
}

.slider-details-container a:hover{
    color: #fff;
}

.flexslider .slides {
    padding: 0 ;
}

.flex-control-paging li a {
    background: rgba(189, 189, 189, 0.5) ;
    height: 10px ;
    width: 15px ;
}

.flex-control-paging li a.flex-active {
    background: #D2335B ;
    width: 25px ;
}

.flex-control-nav li {
    margin: 0 2px ;
}


/* Frontend Product Lists */
.home main .section-title{
    position: relative;
    margin-bottom: 20px;
}

.home main .section-title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #ddd;
}

.home main .section-title h2{
    font-family: 'Seaweed Script';
    font-size: 3rem;    
    position: relative;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    padding: 0 20px 0 0;
    margin: 0;    
}

.home section.lab-blog{
    padding: 40px 0;
}

.home .woocommerce ul.products {
    border-top: none;
}

.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #868686;
    margin: 0;
    padding: 0;
    display: table;    
}

.home .popular-products .woocommerce ul.products li.product .button,
.home .new-arrivals .woocommerce ul.products li.product .button {
    background-color: transparent;
    color: #d83a65;
    padding: 0;
    margin: 0;
    transition: 0.5s;
}

.home .popular-products .woocommerce ul.products li.product .button:hover,
.home .new-arrivals .woocommerce ul.products li.product .button:hover {
    color: #666;
}

.home .woocommerce ul.products li.product .button {
    margin-top: 0;
}

.deal-of-the-week {
    background: #f7f7f7;
    padding: 60px 0;
}

.deal-of-the-week .row{
    padding: 30px 0;
}

.deal-of-the-week .discount{
    background: #ff6891;
    color: #fff;
    padding: 0.5rem;
    display: inline-block;
    margin: 20px 0;  
    position: relative;  
}

.deal-of-the-week .discount:before{
    content: '';
    position: absolute;
    top: 6%;
    left: 0;
    height: 1px;
    width: 100%;
    border: 1px dashed #ffc8d8;    
}

.deal-of-the-week .discount:after{
    content: '';
    position: absolute;
    bottom: 5%;
    left: 0;
    height: 1px;
    width: 100%;
    border: 1px dashed #ffc8d8;    
}

.deal-of-the-week .section-title{
    margin: 0 ;
}

.deal-of-the-week h2{
    background: #f8f8f8 ;   
}

.deal-of-the-week h3{
    margin: 0 0 20px 0;
    padding: 0;    
}

.deal-of-the-week h3 a{
    font-size: 2rem;
    font-weight: 700;
    color: #000;  
    transition: 0.5s;  
}

.deal-of-the-week h3 a:hover{
    color: #777;    
}

.deal-of-the-week p{
    color: #aeaeae;
    font-size: 1.2rem;    
}

.deal-of-the-week .prices .regular{
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.4;
    text-decoration: line-through;    
}

.deal-of-the-week .prices .sale{
    font-size: 2rem;
    font-weight: 700;    
}

.deal-of-the-week a.add-to-cart{
    background-color: #D2335B;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block; 
    margin-top: 10px;      
}

.lab-blog img{
    margin: 15px 0;
}

.lab-blog h3{
    margin-bottom: 0;
}

.lab-blog h3 a{
    color: #d83a65;  
    font-weight: 700;      
}

.lab-blog .pub-date{
    margin-bottom: 0.6rem;
    display: block;
}

.lab-blog .excerpt{
    color: #848484;
}


/* Footer - Footer Menu */
.footer-widgets{
    padding: 35px 0;
    background: #515151;
    color: #aeaeae;    
}

.footer-widgets h4{
    color: #fff;
    text-transform: uppercase;
}

.footer-widgets p{
    margin-bottom: 0.5rem;
}

.footer-widgets strong{
    color: #fff;
}

.footer-widgets ul li a{ 
    color: #aeaeae; 
}

.copyright{
    background-color: #000000;
    color: #939393;
    padding: 20px 0;
}

.copyright p{
    margin: 0;
}

.footer-menu ul, .footer-widgets ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-size: 16px; 
}

.footer-menu ul li{ 
    display: inline;  
    margin: 0 10px 0 0;
}

.footer-menu ul li:last-child{ 
    margin: 0; 
}

.footer-menu ul li a{ 
    color: #939393; 
    text-decoration: none;
}

.footer-menu ul li.current-menu-item a{ 
    color: #ff9292; 
}


/* WooCommerce */

/* Grid System */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
    flex: 0 0 50%;
    max-width: 50%;
}


/* Shop */

.shop-content{
    padding: 3rem 0;
}

.shop-content .row{
    margin-left: 0;
    margin-right: 0;
}

.post-type-archive-product .content-area, 
.product-template-default .content-area,
.tax-product_cat .content-area{
    padding: 0;
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: 700;
}

.woocommerce ul.products.columns-1 li.product:first-child, 
.woocommerce-page ul.products.columns-1 li.product:first-child {
    margin-top: 20px;
}

.woocommerce .products ul, .woocommerce ul.products {
    border-top: 1px solid #eee;
}

.woocommerce ul.products li.product a img {
    width: 255px;
    height: auto;
    display: block;
    margin: 0 1em 1em 0;
    box-shadow: none;
    float: left;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
    display: table;
}

.post-type-archive-product .woocommerce-loop-product__title{
    margin-bottom: 0.5rem ;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product p{
    color: #000;
}

.woocommerce ul.products li.product .price{
    color: #000;
    font-weight: 600;    
}

.woocommerce ul.products li.product .price ins {
    font-size: 140%;
}

.woocommerce ul.products li.product .onsale{
    top: 16px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 83px;
    padding: 0;
    background-color: #D2335B;
    margin: 0;
    font-weight: 400;
}

.woocommerce ul.products li.product .onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 22px 0 0;
    border-color: #D2335B transparent transparent transparent;
}

.woocommerce ul.products li.product .onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 24px 0;
    border-color: transparent transparent #D2335B transparent;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px;
}


/* Single Product */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
    background-color: #D2335B;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: #bd3759;
}

.product_meta > span{
    display: block;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins, 
.woocommerce-Price-amount {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

.woocommerce span.onsale{
    top: 19px;
    left: 35px;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 84px;
    padding: 0;
    background-color: #D2335B;
    margin: 0;
    font-weight: 400;
}

.woocommerce span.onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 22px 0 0;
    border-color: #D2335B transparent transparent transparent;
}

.woocommerce span.onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 23px 0;
    border-color: transparent transparent #D2335B transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background-color: #ffeb8a;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background-color: #ffe252;
}

/* Cart */

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 150px;
}


/* Checkout */
.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout #customer_details{
    margin-bottom: 20px;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
.woocommerce table.shop_table thead{
    background-color: #D2335B;
    color: #fff;
}


/* My Account */
.woocommerce-MyAccount-navigation a{
    color: #000000;    
}

.woocommerce-MyAccount-navigation .is-active{
    font-weight: 700;
    background-color: #000000;   
}

.woocommerce-MyAccount-navigation .is-active a{
    color: #fff;    
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    border: 1px solid #f3f3f3;
}

.woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid #f3f3f3;
    padding: 0.3rem 0.7rem;
}

.woocommerce-MyAccount-navigation ul li:last-child{
    border-bottom: 0;
}

.woocommerce table.my_account_orders {
    font-size: inherit;
}

/* Store Notice */
.woocommerce-store-notice, p.demo_store {
    background-color: #750000;
}


/* Blog and Archive Pages */
.blog article, 
.archive article{
    margin-bottom: 3rem;        
}

.blog article .title, 
.archive article .title{
    font-weight: 600;        
}

.blog article .meta, 
.archive article .meta{
    font-weight: 700;
    margin: 1rem 0;    
}

.archive-title{
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    padding: 0 0 0.7rem 0;
    margin-bottom: 1rem;
}

.archive-title span{
    color: #b58e8e;
    font-weight: normal;
}

.blog .post-thumbnail,
.archive .post-thumbnail{
    margin: 1rem 0;
}

.nav-links{
    font-weight: 700;
}

.nav-links span,
.nav-links a{
    padding: 0.4rem;
}


/* Single */
.single header h1{
    font-weight: 700;
}

.single .post-thumbnail{
    margin: 1rem 0;
}

.comments-area{
    border-top: 1px solid #eee;
    padding: 1rem 0 2rem;
    margin-top: 2rem;    
}

.comment-form label{
    display: block;
}

.comment-form input[type="submit"]{
    background-color: #D2335B;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.8em;
    display: inline-block;   
}


/* Search */
.search .content-area .search-form{
    margin: 0 0 1rem;
}


/* Comments */

#comments ol,
#comments ul{
    list-style: none;
    padding: 0;
}

#comments .depth-1{
    padding: 2rem 0;
}

#comments .nav-links a{
    padding: 0;
}

#comments .bypostauthor{
    background-color: #bf95941a;
}

.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}

.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}

.comment-respond {
    margin: 1.5rem 0;
}

.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}

.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}

.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}

li.comment {
    background-color: #fff;
    border-right: none;
}

.comment-content {
    clear: both;
    overflow: hidden;
}

.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 25px;
}

.comment-list .children {
    margin-top: 40px;
    border: 1px solid #cccccc40;
    margin-left: 1rem;
}

.comment-list li li {
    background-color: #f5f5f6;
}

.comment-list li li li {
    background-color: #fff;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}

.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}

.comment-reply-link:hover{
    color: #fff;
}

.comment-notes{
    display:none;   
}


/* WooCommerce Widgets */
.woocommerce .shop-content .widget-wrapper{
    margin: 0 0 2rem;
    border-bottom: 1px solid #eee;
    padding: 0 1em 2em 0;    
}

.woocommerce .shop-content .widget-wrapper h4{
    padding: 0 0 0.7rem 0;
}

.woocommerce .shop-content .widget-wrapper > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .shop-content .widget-wrapper > ul li ul{
    list-style: none;
}

.woocommerce .shop-content .widget-wrapper ul li span,
.woocommerce .shop-content .widget-wrapper ul li ul li span{
    float: right;
}

.no-sidebar-shop .sidebar-shop{
    display: none;
}

.no-sidebar-shop .main-content{
    flex: 0 0 100%;
    max-width: 100%;
}


/* General Widgets */

.widget{
    margin-bottom: 1rem;
}

.content-area .widget h4{
    border-bottom: 1px solid #f5f5f5;
    padding: 0.4rem 0;
    font-weight: 700;    
}

.widget > ul, 
.widget > ol,
.widget_nav_menu div > ul{
    padding: 0;
    list-style: none;
}

.widget_nav_menu div > ul li ul,
.widget_product_categories ul li ul{
    padding: 0 0 0 0.7rem; 
    list-style: none;
}

.widget_product_categories ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul{
    padding: 0 0 0 0.7rem; 
    list-style: none;
}

.widget select,
.widget img{
    max-width: 100%;
}

.widget_calendar table{
    width: 100%;
    text-align: center;
}

.widget_calendar table tbody td a{
    font-weight: 700;
    background-color: #d35758;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.widget_calendar tfoot{
    background-color: #d46562;
}

.widget_calendar tfoot a{
    color: #fff;
}

.widget_calendar tfoot tr td{
    padding: 0.3rem 0.7rem;
}

.widget_calendar tfoot tr .pad{
    padding: 0;
}

.widget_calendar tfoot tr #next{
    text-align: right;
}

.widget_calendar table caption{
    text-align: center;
    background-color: #a7524b;
    color: #fff;
    padding: 0.3rem;
}

.widget_recent_comments .recentcomments{
    padding: 0 0 0.5rem;
}

.widget_recent_comments .recentcomments .comment-author-link{
    font-weight: 700;
}

.widget_recent_comments .recentcomments .comment-author-link a{
    color: #000;
    font-size: inherit;
}

.widget_rss ul{
    background-color: #f9f9f9;
    padding: 1rem;
}

.widget_rss ul li{
    padding: 0 0 0.8rem;    
}

.widget_rss ul li .rss-date{
    font-weight: 500;
    display: block;
}

.widget .tagcloud{
    font-weight: 500;
}

.widget .search-form,
.search .content-area .search-form {
    display: flex;
    max-width: 300px;
}

.widget .search-form button,
.search .content-area .search-form button {
    flex: 0;
    height: 38px;
    width: 38px;
    background-color: #a5a5a5;
    border-top: 6px solid #a5a5a5;
    border-right: 0;
    border-bottom: 6px solid #a5a5a5;
    border-left: 6px solid #a5a5a5;
}

.widget .search-form input[type="search"],
.search .content-area input[type="search"] {
    margin-right: 0;
    flex: 1;
    max-width: 172px;    
}

.content-area .widget .search-form input[type="search"],
.shop-content .widget .search-form input[type="search"],
.search .search-form input[type="search"] {
    background-color: #f1f1f1;
}

.shop-content .widget_rss ul{
    padding: 1rem ;
}

.shop-content .widget_recent_comments .recentcomments .comment-author-link,
.shop-content .widget_rss ul li .rss-date {
    float: none ;
}

.footer-widgets a:hover{
    color: #ddd;
}

.footer-widgets .widget_calendar tfoot {
    background-color: #737070;
}

.footer-widgets .widget_calendar table caption {
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
    padding: 0.3rem;
}

.footer-widgets .widget_rss ul {
    background-color: #f9f9f91c;
}

.footer-widgets .widget_rss ul li a,
.footer-widgets .tagcloud a {
    color: #ffb4b4d4;
}

.footer-widgets .widget_rss ul li a:hover,
.footer-widgets .tagcloud a:hover {
    color: #ff9191d4;
}

.footer-widgets .widget_recent_comments .recentcomments .comment-author-link,
.footer-widgets .widget_recent_comments .recentcomments .comment-author-link a {
    color: #f1b7b7;
}

.no-sidebar .sidebar-1{
    display: none;
}

.no-sidebar .blog-area{
    flex: 0 0 100%;
    max-width: 100%;
}

.no-sidebar-footer .footer-widgets{
    display: none;
}


/* Content Adjustments */

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6,
.content-area p{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.content-area .sticky{
    background-color: #fbed350d;
    padding: 2rem;
    border: 1px dashed #f1dc3d;
}

.content-area ul,
.comment-body ul{
    padding: 0 0 0 1rem;
    list-style: square;
}

.page .content-area .woocommerce ul{
    padding: 0;
    list-style: none;
}

.content-area ol,
.comment-body ol{
    padding: 0 0 0 1rem;
}

.content-area ul li,
.comment-body ul li,
.content-area ol li,
.comment-body ol li{
    font-size: 1.15rem;
}

.content-area blockquote,
.comment-body blockquote,
.content-area q,
.comment-body q{
    background-color: #f5f5f5;
    border-left: 5px solid #000;
}

.content-area blockquote p,
.comment-body blockquote p{
    margin: 0;
    padding: 1rem;
}

.content-area q,
.comment-body q{
    margin: 0;
    padding: 0.5rem;
    display: inline-block;
}

.content-area table,
.comment-body table{
    width: 100%;
    margin: 0 0 1rem;
    font-size: 1.15rem;
}

.content-area table thead,
.comment-body table thead,
.comment-body table tbody tr:first-child,
.page .content-area table tbody tr:first-child{
    background-color: #D2335B;
    color: #fff;
}

.page .content-area .woocommerce table tbody tr:first-child{
    background-color: transparent;
    color: initial;
}

.comment-body table tbody tr:first-child th,
.content-area table tbody tr:first-child th{
    border: none;
}

.content-area table thead th,
.comment-body table thead th {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    border: 1px solid #D2335B;
}

.content-area table tbody th,
.comment-body table tbody th,
.content-area table tbody td,
.comment-body table tbody td{
    padding: 0.4rem;
    vertical-align: middle;
    border: 1px solid #ececec;
    text-align: center;
    font-weight: 500;
}

.content-area table tbody tr:hover,
.comment-body table tbody tr:hover{
    background-color: #f5f5f5;
}

.comment-body table tbody tr:first-child:hover{
    background-color: #D2335B;
}

.content-area dl,
.comment-body dl {
    font-size: 1.15rem;    
}

.content-area dt,
.comment-body dt {
    font-weight: bold;
    padding: 0.5rem;
    background: #333;
    color: #fff;    
}

.content-area dd,
.comment-body dd {
    margin: 0;
    padding: 0.5rem;
}

.content-area address,
.comment-body address{
    font-size: 1.15rem;
    font-style: italic;
}

.content-area code,
.comment-body code{
    font-size: 0.95rem;
    font-style: italic;
}
.content-area img{
    max-width: 100%;
    height: auto;
}

.content-area .wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.content-area .more-link,
.post-password-form input[type="submit"] {
    background-color: #D2335B;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 0.558em 1em;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block;
}

.content-area .inner-pagination{
    font-weight: 700;
}

.comment-body ul{
    padding: 0 0 0 1.5rem ;
    list-style: square ;
}

.comment-body ol{
    padding: 0 0 0 1.5rem ;
}

.comment-body > ul,
.comment-body > ol{
    margin: 0 0 1rem 0;
}

.comment-body ul li,
.comment-body ol li{
    font-size: 1.15rem;
    background-color: transparent ; 
    padding: 0 ;
}

.comment-body ol {
    list-style: decimal ;
}

#comments .pingback{
    font-size: 1.15rem;
    padding: 0;
}

.gallery-item dt{
    padding: 2rem;
}

.gallery-item img{
    border: 2px solid #fff ;
}


/* General */

embed, iframe, object {
    max-width: 100%;
}

button, input, optgroup, select, textarea {
    background-color: #F6F6F6;
    padding: 5px 15px;
    border: 1px solid #e2e2e2;  
    max-width: 100%;  
}

a{
    color: #d35758;
}

a:hover {
    color: #af4142;
    text-decoration: none;
}

p, ul li a, .nav-links a, .nav-links span{
    font-size: 1.15rem;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute ;
    width: 1px;
    word-wrap: normal ; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto ;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.bypostauthor {
  display: block;
}


/* Media Queries */

@media all and (max-width: 768px){
    .woocommerce ul.products[class*="columns-"] li.product, 
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }
}

@media all and (max-width: 767px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-widgets .col-12{
        margin-bottom: 25px;
    } 

    .footer-widgets .col-12:last-child{
        margin-bottom: 0;
    } 

    .copyright-text{
        margin-bottom: 10px;
    }        

    .brand{
        margin-bottom: 15px;
    }

    .main-menu{
        border-top: 2px solid #f2f2f2;
        padding: 10px; 
        margin-top: 10px;       
    }

    .main-menu ul li{   
        margin: 0;
    } 

    .main-menu .dropdown-menu{
        display: block;
        margin-left: 1rem;
    }

    .main-menu ul li .dropdown-menu .dropdown > a::before{
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .main-menu ul li .dropdown-menu .dropdown > a::after{
        display: none;
    }

    .main-menu .dropdown-menu .dropdown-menu{
        margin-left: 0;
    }

    .main-menu .dropdown-menu .dropdown-menu a{
        padding-left: 1rem;
    }

    .main-menu ul li a,
    .navbar-light .navbar-nav .nav-link{ 
        padding: 10px 0;
    } 

    .search input[type="search"]{
        width: 75px;
    }     

    .search-form input[type="search"]{
        width: 45%;
    }

    .slider-details-container{
        margin: 0 25px; 
        max-width: 400px;       
    }

    .slider-title h3 {
        font-size: 2em;
    }

    .slider-details-container .subtitle {
        font-size: 1em;
    }

    .slider-details-container a {
        padding: 0.5em;
    }

}

@media all and (max-width: 575px)  {
    .slider-details-container{
        max-width: 300px;        
    }

    .slider-details-container a {
        padding: 0.7em;
        font-size: 1em;
    }

    .flexslider img{
        height: 500px ;
        object-fit: cover;
        object-position: center;
    }
}

@media all and (max-width: 500px){
    .woocommerce ul.products li.product a img {
        width: 100%;
    }
}
.mobile-floating-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.floating-btn {
    width: 60px;
    height: 60px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
}
/* Hide top main menu in mobile */
@media (max-width: 768px) {
    .main-menu {
        display: none ;
    }
}
/* Floating Bottom Menu Mobile */
.floating-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 9999;
}

.floating-bottom-menu .fb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    color: #333;
}

.floating-bottom-menu .fb-item i {
    font-size: 22px;
    margin-bottom: 2px;
}

/* Hide on desktop */
@media (min-width: 768px) {
    .floating-bottom-menu {
        display: none;
    }
}
.floating-menu-items {
    position: absolute;
    bottom: 60px; /* adjust depending on the height of your bottom menu */
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    z-index: 999;
}

.floating-menu-items ul.fb-submenu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.floating-menu-items ul.fb-submenu li {
    margin: 5px 0;
}

.floating-menu-items ul.fb-submenu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.floating-menu-items ul.fb-submenu li a:hover {
    background: #f0f0f0;
}

/* ===================================
   IMPROVED HEADER STYLES
   =================================== */

/* Header Container */
body #page > header {
    border-top: 4px solid #FFEB33;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

header .top-bar {
    padding: 0;
}

header .top-bar .row {
    margin: 0;
}

header .top-bar > .container {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Logo Section */
header .brand {
    padding: 0;
}

header .brand a {
    display: inline-block;
}

header .brand img {
    max-width: 150px;
    height: auto;
    display: block;
}

header p.site-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: 700;
    margin: 0;
}

header .site-description {
    color: #666;
    font-size: 0.85rem;
    display: block;
}

/* Header Search Bar */
.header-search-wrapper {
    max-width: 100%;
}

.header-search-wrapper .search-form {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 25px;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.header-search-wrapper .search-form:focus-within {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-search-wrapper input[type="search"] {
    flex: 1;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 15px;
    margin: 0;
    outline: none;
}

.header-search-wrapper input[type="search"]::placeholder {
    color: #999;
}

.header-search-wrapper button {
    background: transparent;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-wrapper button i {
    font-size: 18px;
    color: #666;
}

/* Header Actions (User & Cart) */
.header-actions {
    gap: 1.5rem ;
}

/* User Avatar */
.user-avatar-wrapper .user-account-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.user-avatar-wrapper .user-account-link:hover {
    color: #CA2424;
}

.user-profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.user-account-link:hover .user-profile-img {
    border-color: #CA2424;
}

.user-name {
    font-weight: 600;
    font-size: 14px;
}

/* Login Button */
.user-login-links .btn-account {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 5px;
}

.user-login-links .btn-account:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.user-login-links .btn-account i {
    font-size: 18px;
}

/* Cart Section */
.cart-wrapper .cart-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cart-wrapper .cart-link:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.cart-icon-wrapper {
    position: relative;
}

.cart-icon-wrapper i {
    font-size: 22px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #CA2424;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.cart-label {
    font-size: 14px;
}

/* Header Banner */
.header-banner-wrapper {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 8px;
}

.header-banner-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.header-banner-wrapper:hover .header-banner-img {
    transform: scale(1.02);
}

/* Main Menu */
.main-menu {
    padding: 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.main-menu ul li {
    display: inline;
    margin: 0 5px;
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-decoration: none;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.main-menu > ul li a:hover,
.main-menu .navbar-nav .active > .nav-link {
    color: #CA2424;
}

.main-menu .navbar-toggler {
    border: 1px solid #ddd;
    padding: 8px 10px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    header .brand {
        margin-bottom: 0;
    }
    
    .header-banner-wrapper {
        margin: 10px 0;
    }
    
    .header-banner-img {
        height: 80px;
    }
    
    .main-menu {
        border-top: 2px solid #f2f2f2;
        padding: 10px 0;
        margin-top: 10px;
    }
    
    .main-menu .navbar-collapse {
        margin-top: 10px;
    }
    
    .main-menu ul li {
        display: block;
        margin: 0;
    }
    
    .main-menu ul li a {
        padding: 10px 15px;
        display: block;
        border-bottom: 1px solid #f5f5f5;
    }
}

@media (max-width: 767px) {
    .header-search-wrapper {
        order: 3;
        margin-top: 15px;
    }
    
    .header-banner-img {
        height: 60px;
    }
    
    .user-name,
    .cart-label {
        display: none ;
    }
    
    .header-actions {
        gap: 1rem ;
    }
}

@media (max-width: 575px) {
    .header-banner-img {
        height: 50px;
    }
    
    header .brand img {
        max-width: 120px;
    }
    
    header p.site-title {
        font-size: 1.2rem;
    }
}
/* ===================================
   COMPACT HEADER STYLES - FINAL VERSION
   Add this at the END of style.css
   =================================== */

/* Header Container */
body #page > header {
    border-top: 4px solid #FFEB33;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

header .top-bar {
    padding: 0;
}

header .top-bar .row {
    margin: 0;
}

header .top-bar > .container {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Logo Section */
header .brand {
    padding: 5px 0;
}

header .brand a {
    display: inline-block;
}

header .brand img {
    max-width: 130px;
    height: auto;
    display: block;
}

header p.site-title {
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
    font-weight: 700;
    margin: 0;
}

header .site-description {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 2px;
}

/* Header Search Bar */
.header-search-wrapper {
    max-width: 100%;
    padding: 0 10px;
}

.header-search-wrapper .search-form {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 3px 8px;
    transition: all 0.3s ease;
}

.header-search-wrapper .search-form:focus-within {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-search-wrapper input[type="search"] {
    flex: 1;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0;
    outline: none;
}

.header-search-wrapper input[type="search"]::placeholder {
    color: #999;
}

.header-search-wrapper button {
    background: transparent;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-wrapper button i {
    font-size: 16px;
    color: #666;
}

/* Header Actions (User & Cart) */
.header-actions {
    gap: 1rem ;
}

/* User Avatar */
.user-avatar-wrapper .user-account-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    padding: 5px 8px;
    border-radius: 5px;
}

.user-avatar-wrapper .user-account-link:hover {
    color: #CA2424;
    background: #f8f8f8;
}

.user-profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.user-account-link:hover .user-profile-img {
    border-color: #CA2424;
}

.user-name {
    font-weight: 600;
    font-size: 13px;
}

/* Login Button */
.user-login-links .btn-account {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.user-login-links .btn-account:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.user-login-links .btn-account i {
    font-size: 16px;
}

/* Cart Section */
.cart-wrapper .cart-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cart-wrapper .cart-link:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.cart-icon-wrapper {
    position: relative;
}

.cart-icon-wrapper i {
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #CA2424;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.cart-label {
    font-size: 13px;
}

/* Header Banner */
.header-banner-wrapper {
    margin: 8px 0 5px;
    overflow: hidden;
    border-radius: 6px;
}

.header-banner-img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.header-banner-wrapper:hover .header-banner-img {
    transform: scale(1.02);
}

/* Main Menu */
.main-menu {
    padding: 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.main-menu ul li {
    display: inline;
    margin: 0 3px;
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-decoration: none;
    padding: 10px 12px;
    transition: all 0.3s ease;
}

.main-menu > ul li a:hover,
.main-menu .navbar-nav .active > .nav-link {
    color: #CA2424;
}

.main-menu .navbar-toggler {
    border: 1px solid #ddd;
    padding: 6px 8px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    header .brand {
        margin-bottom: 0;
    }
    
    header .brand img {
        max-width: 120px;
    }
    
    .header-banner-wrapper {
        margin: 8px 0 5px;
    }
    
    .header-banner-img {
        height: 70px;
    }
    
    .main-menu {
        border-top: 2px solid #f2f2f2;
        padding: 8px 0;
        margin-top: 8px;
    }
    
    .main-menu .navbar-collapse {
        margin-top: 8px;
    }
    
    .main-menu ul li {
        display: block;
        margin: 0;
    }
    
    .main-menu ul li a {
        padding: 8px 12px;
        display: block;
        border-bottom: 1px solid #f5f5f5;
    }
}

@media (max-width: 767px) {
    header .top-bar > .container {
        padding-top: 8px;
        padding-bottom: 5px;
    }
    
    .header-search-wrapper {
        order: 3;
        margin-top: 10px;
        padding: 0;
    }
    
    .header-banner-img {
        height: 60px;
    }
    
    .user-name,
    .cart-label {
        display: none ;
    }
    
    .header-actions {
        gap: 0.8rem ;
    }
    
    .user-profile-img {
        width: 32px;
        height: 32px;
    }
    
    .cart-icon-wrapper i {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .header-banner-img {
        height: 50px;
    }
    
    header .brand img {
        max-width: 100px;
    }
    
    header p.site-title {
        font-size: 1.1rem;
    }
    
    .header-search-wrapper .search-form {
        padding: 2px 6px;
    }
    
    .header-search-wrapper input[type="search"] {
        font-size: 13px;
        padding: 5px 10px;
    }
}
/* ===================================
   COMPACT HEADER STYLES - FINAL VERSION
   Add this at the END of style.css
   =================================== */

/* Header Container */
body #page > header {
    border-top: 4px solid #FFEB33;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

header .top-bar {
    padding: 0;
}

header .top-bar .row {
    margin: 0;
}

header .top-bar > .container {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Desktop Search Row (First Row) */
.desktop-search-row {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}

.desktop-search-row .header-search-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

/* Logo Section */
header .brand {
    padding: 5px 0;
}

header .brand a {
    display: inline-block;
}

header .brand img {
    max-width: 130px;
    height: auto;
    display: block;
}

header p.site-title {
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
    font-weight: 700;
    margin: 0;
}

header .site-description {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 2px;
}

/* Banner Column (Beside Logo) */
.banner-col {
    padding: 0 10px;
}

.header-main-row {
    padding: 8px 0 ;
}

/* Header Search Bar */
.header-search-wrapper {
    max-width: 100%;
    padding: 0 10px;
}

.header-search-wrapper .search-form {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 3px 8px;
    transition: all 0.3s ease;
}

.header-search-wrapper .search-form:focus-within {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-search-wrapper input[type="search"] {
    flex: 1;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0;
    outline: none;
}

.header-search-wrapper input[type="search"]::placeholder {
    color: #999;
}

.header-search-wrapper button {
    background: transparent;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-wrapper button i {
    font-size: 16px;
    color: #666;
}

/* Mobile Search with Icons */
.search-and-actions-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-user-icon,
.mobile-cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    padding: 5px;
}

.mobile-user-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
}

.mobile-cart-count {
    position: absolute;
    top: -2px;
    right: -5px;
    background: #CA2424;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

/* Header Actions (User & Cart) */
.header-actions {
    gap: 1rem ;
}

/* User Avatar */
.user-avatar-wrapper .user-account-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    padding: 5px 8px;
    border-radius: 5px;
}

.user-avatar-wrapper .user-account-link:hover {
    color: #CA2424;
    background: #f8f8f8;
}

.user-profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.user-account-link:hover .user-profile-img {
    border-color: #CA2424;
}

.user-name {
    font-weight: 600;
    font-size: 13px;
}

/* Login Button */
.user-login-links .btn-account {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.user-login-links .btn-account:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.user-login-links .btn-account i {
    font-size: 16px;
}

/* Cart Section */
.cart-wrapper .cart-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cart-wrapper .cart-link:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.cart-icon-wrapper {
    position: relative;
}

.cart-icon-wrapper i {
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #CA2424;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.cart-label {
    font-size: 13px;
}

/* Header Banner */
.header-banner-wrapper {
    margin: 8px 0 5px;
    overflow: hidden;
    border-radius: 6px;
}

.header-banner-img {
    width: 100%;
    height: 80px; /* Desktop: 80px */
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.header-banner-wrapper:hover .header-banner-img {
    transform: scale(1.02);
}

/* Banner Sizes Reference:
   Desktop (>992px): 80px height
   Tablet (768-991px): 70px height  
   Mobile (576-767px): 60px height
   Small Mobile (<576px): 50px height
   
   Recommended Upload Size: 1200x100px (maintains aspect ratio)
*/

/* Main Menu */
.main-menu {
    padding: 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.main-menu ul li {
    display: inline;
    margin: 0 3px;
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-decoration: none;
    padding: 10px 12px;
    transition: all 0.3s ease;
}

.main-menu > ul li a:hover,
.main-menu .navbar-nav .active > .nav-link {
    color: #CA2424;
}

.main-menu .navbar-toggler {
    border: 1px solid #ddd;
    padding: 6px 8px;
}

/* Hamburger Menu Button (3-dot style) */
.hamburger-menu-col {
    padding-right: 8px;
}

.hamburger-toggle {
    background: transparent;
    border: none;
    padding: 8px 10px;
    color: #333;
    font-size: 22px;
    transition: all 0.3s ease;
}

.hamburger-toggle:hover {
    color: #CA2424;
    background: #f5f5f5;
    border-radius: 5px;
}

.hamburger-toggle:focus {
    box-shadow: none;
    outline: none;
}

/* Mobile Menu Wrapper */
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    overflow-y: auto;
    padding: 20px 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mobile-menu-wrapper.show {
    transform: translateX(0);
}

.mobile-menu-wrapper .mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-wrapper .mobile-nav li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-wrapper .mobile-nav li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu-wrapper .mobile-nav li a:hover,
.mobile-menu-wrapper .mobile-nav li a.active {
    background: #f8f8f8;
    color: #CA2424;
}

/* Desktop pe hamburger hide */
@media (min-width: 992px) {
    .hamburger-menu-col {
        display: none ;
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    header .brand {
        margin-bottom: 0;
    }
    
    header .brand img {
        max-width: 120px;
    }
    
    .header-banner-wrapper {
        margin: 8px 0 5px;
    }
    
    .header-banner-img {
        height: 70px;
    }
    
    /* Desktop menu hide on mobile */
    .main-menu {
        border-top: none;
        padding: 0;
        margin-top: 0;
    }
    
    .main-menu .d-none.d-lg-block {
        display: none ;
    }
}

@media (max-width: 767px) {
    header .top-bar > .container {
        padding-top: 8px;
        padding-bottom: 5px;
    }
    
    /* Mobile Header Layout */
    .header-main-row {
        padding-top: 8px ;
        padding-bottom: 8px ;
    }
    
    .hamburger-menu-col {
        padding-right: 8px;
        padding-left: 12px;
        flex: 0 0 auto;
    }
    
    .brand {
        padding-left: 8px ;
        padding-right: 8px ;
        flex: 0 0 auto;
    }
    
    .header-search-col {
        flex: 1 1 auto;
        max-width: 100%;
        padding: 0 12px;
    }
    
    .header-search-wrapper {
        padding: 0;
        flex: 1;
    }
    
    .search-and-actions-wrapper {
        width: 100%;
    }
    
    .header-search-wrapper .search-form {
        padding: 4px 10px;
    }
    
    .header-search-wrapper input[type="search"] {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    /* Banner below logo-search row */
    .header-banner-wrapper {
        margin: 5px 0 5px;
    }
    
    .header-banner-img {
        height: 60px;
    }
    
    /* Hide desktop icons */
    .user-name,
    .cart-label {
        display: none ;
    }
    
    .header-actions {
        gap: 0.8rem ;
    }
    
    .user-profile-img {
        width: 32px;
        height: 32px;
    }
    
    .cart-icon-wrapper i {
        font-size: 18px;
    }
    
    /* Mobile icons styling */
    .mobile-icons-wrapper {
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {
    .hamburger-menu-col {
        padding-left: 8px;
        padding-right: 5px;
    }
    
    .brand {
        padding-left: 5px ;
        padding-right: 5px ;
    }
    
    .brand img {
        max-width: 80px ;
    }
    
    .header-search-col {
        padding: 0 8px;
    }
    
    .header-banner-img {
        height: 50px;
    }
    
    header p.site-title {
        font-size: 1rem;
    }
    
    .header-search-wrapper .search-form {
        padding: 3px 8px;
    }
    
    .header-search-wrapper input[type="search"] {
        font-size: 12px;
        padding: 5px 8px;
    }
    
    .hamburger-toggle {
        font-size: 18px;
        padding: 5px 8px;
    }
    
    .mobile-user-icon,
    .mobile-cart-icon {
        font-size: 18px;
        padding: 3px;
    }
    
    .mobile-user-img {
        width: 28px;
        height: 28px;
    }
    
    .mobile-icons-wrapper {
        gap: 8px;
    }
}

/*
Theme Name: Fancy Theme
Theme URI: https://example.com/fancy-theme
Author: Your Name
Author URI: https://example.com
Description: A custom, WooCommerce-ready theme with modern responsive design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fancy-theme
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
Copyright: Â© 2025 Kirti Sharma. This theme is distributed under the terms of the GNU GPL v2 or later.

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Home Page Template
    ## Header - Main Menu
    ## Search Box
    ## Cart
    ## Flex Slider
    ## Frontend Product Lists
    ## Footer - Footer Menu
# WooCommerce
    ## Grid System
    ## Shop
    ## Single Product
    ## Cart
    ## Checkout
    ## My Account
    ## Store Notice
# Blog and Archive Pages
    ## Single
    ## Seacrh
    ## Comments
# WooCommerce Widgets
# General Widgets
# Content Adjustments
# General
# WordPress Core
# Media Queries
--------------------------------------------------------------*/
/* rajdhani-regular - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/rajdhani/Rajdhani-Regular.woff'); 
}

/* rajdhani-500 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/rajdhani/Rajdhani-Medium.woff'); 
}

/* rajdhani-600 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/rajdhani/Rajdhani-SemiBold.woff'); 
}

/* rajdhani-700 - latin */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/rajdhani/Rajdhani-Bold.woff'); 
}

/* seaweed-script-regular - latin */
@font-face {
    font-family: 'Seaweed Script';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/seaweed-script/SeaweedScript-Regular.woff'); 
}

body{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
}

.content-area{
    min-height: 500px;
    padding: 3rem 0;    
}

.page-template-template-home-php .content-area{
    padding: 0;
}

/* Home Page Template */

/* Header - Main Menu */
body #page > header{
    border-top: 4px solid #FFEB33;
    background-color: #fdfdfd;
    border-bottom: 1px solid #eee;    
}

header .search{
    padding: 0.7rem 0;
    background-color: #0000000a;
}

header .top-bar{
    padding: 1rem 0 0 0;
}

header p.site-title{
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: 600;
    margin: 0;
}

header p.site-title~span {
    color: #000;
}

header .brand{
    padding-bottom: 15px;
    word-break: break-word;
    -ms-word-wrap: break-word;
}

header .brand img{
    max-width: 160px;
    height: auto;
}

.account{
    font-weight: 700;
}

.account ul li a{
    padding: 0 1rem 0 0 ;
}

.main-menu{
    padding: 0;
}

.main-menu ul{  
    padding: 0; 
    margin: 0; 
    font-size: 18px; 
    font-weight: 500; 
    border-radius: 0;    
}

.main-menu ul li{ 
    display: inline;  
    margin: 0 5px 0 0;
}

.main-menu ul li:last-child{ 
    margin: 0; 
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link{  
    color: #303030; 
    text-decoration: none;
    padding: 7px 15px 20px;
}

.main-menu ul li a.nav-link:first-child{ 
    padding-left: 0 ;
}

.main-menu ul li ul{
    background-color: #000;
}

.main-menu ul li ul li{
    margin: 0;
}

.main-menu ul li ul li a{
    padding: 0.5rem;
    color: #fff;
}

.main-menu .navbar-nav .active>.nav-link{ 
    color: #CA2424; 
}

.main-menu .dropdown-item:focus, 
.main-menu .dropdown-item:hover {
    color: #fff;
    background-color: #272c33;
}
/* DISABLED - 
/* DISABLED - .main-menu .dropdown:hover>.dropdown-menu, 
/* DISABLED - .main-menu .dropup:hover>.dropdown-menu  {
/* DISABLED -   display: block;
*/
}

.main-menu .dropdown-item.active, 
.main-menu .dropdown-item:active {
    background-color: #d2335b;
}

.main-menu .navbar-toggler{
    border: none;
    padding-right: 0;    
}

.main-menu .dropdown-toggle::after {
    vertical-align: 0.155em;
}

.main-menu .navbar-toggler-icon {
    background-image: url('img/hamburger-menu.svg');
}

.main-menu ul li .dropdown-menu .dropdown > a::after{
    display: inline-block;
    margin-left: 0.355em;
    vertical-align: 0.2em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.main-menu .dropdown-menu li { 
    display: block;
    margin: 0px;
    padding: 0px;
}

.main-menu .dropdown-menu .dropdown-menu { 
    top: -1px;
    left: 100%;
}


/* Search Form */
.search-form button{
    background-image: url('img/search.svg');
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.search-form input[type="search"]{
    background-color: #fff;
    border: none;
    font-weight: 500;
    font-size: 110%;
    padding: 0.3rem 1rem;
    margin-right: 0.3rem;
}

/* Cart */
.cart .cart-icon{
    background: url('img/cart.svg');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.cart .items{
    background: #CA2424;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}


/* Flex Slider */
.flexslider{
    border: 0 ;
}

.flex-control-nav {
    bottom: 10px ;
}

.slider-details-container {
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 800px;
 }

.slider-details-container h1{
    font-family: 'Seaweed Script';
    font-size: 3.7rem;
}

.slider-details-container .subtitle{
    font-size: 1.3em;
    margin-bottom: 15px;        
}

.slider-details-container .slider-title{
    color: #FFF;
    font-weight: 700;
}

.slider-details-container a{
    background-color: #D2335B;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.8em;
    display: inline-block;
    font-size: 1.2em;
}

.slider-details-container a:hover{
    color: #fff;
}

.flexslider .slides {
    padding: 0 ;
}

.flex-control-paging li a {
    background: rgba(189, 189, 189, 0.5) ;
    height: 10px ;
    width: 15px ;
}

.flex-control-paging li a.flex-active {
    background: #D2335B ;
    width: 25px ;
}

.flex-control-nav li {
    margin: 0 2px ;
}


/* Frontend Product Lists */
.home main .section-title{
    position: relative;
    margin-bottom: 20px;
}

.home main .section-title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #ddd;
}

.home main .section-title h2{
    font-family: 'Seaweed Script';
    font-size: 3rem;    
    position: relative;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    padding: 0 20px 0 0;
    margin: 0;    
}

.home section.lab-blog{
    padding: 40px 0;
}

.home .woocommerce ul.products {
    border-top: none;
}

.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #868686;
    margin: 0;
    padding: 0;
    display: table;    
}

.home .popular-products .woocommerce ul.products li.product .button,
.home .new-arrivals .woocommerce ul.products li.product .button {
    background-color: transparent;
    color: #d83a65;
    padding: 0;
    margin: 0;
    transition: 0.5s;
}

.home .popular-products .woocommerce ul.products li.product .button:hover,
.home .new-arrivals .woocommerce ul.products li.product .button:hover {
    color: #666;
}

.home .woocommerce ul.products li.product .button {
    margin-top: 0;
}

.deal-of-the-week {
    background: #f7f7f7;
    padding: 60px 0;
}

.deal-of-the-week .row{
    padding: 30px 0;
}

.deal-of-the-week .discount{
    background: #ff6891;
    color: #fff;
    padding: 0.5rem;
    display: inline-block;
    margin: 20px 0;  
    position: relative;  
}

.deal-of-the-week .discount:before{
    content: '';
    position: absolute;
    top: 6%;
    left: 0;
    height: 1px;
    width: 100%;
    border: 1px dashed #ffc8d8;    
}

.deal-of-the-week .discount:after{
    content: '';
    position: absolute;
    bottom: 5%;
    left: 0;
    height: 1px;
    width: 100%;
    border: 1px dashed #ffc8d8;    
}

.deal-of-the-week .section-title{
    margin: 0 ;
}

.deal-of-the-week h2{
    background: #f8f8f8 ;   
}

.deal-of-the-week h3{
    margin: 0 0 20px 0;
    padding: 0;    
}

.deal-of-the-week h3 a{
    font-size: 2rem;
    font-weight: 700;
    color: #000;  
    transition: 0.5s;  
}

.deal-of-the-week h3 a:hover{
    color: #777;    
}

.deal-of-the-week p{
    color: #aeaeae;
    font-size: 1.2rem;    
}

.deal-of-the-week .prices .regular{
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.4;
    text-decoration: line-through;    
}

.deal-of-the-week .prices .sale{
    font-size: 2rem;
    font-weight: 700;    
}

.deal-of-the-week a.add-to-cart{
    background-color: #D2335B;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block; 
    margin-top: 10px;      
}

.lab-blog img{
    margin: 15px 0;
}

.lab-blog h3{
    margin-bottom: 0;
}

.lab-blog h3 a{
    color: #d83a65;  
    font-weight: 700;      
}

.lab-blog .pub-date{
    margin-bottom: 0.6rem;
    display: block;
}

.lab-blog .excerpt{
    color: #848484;
}


/* Footer - Footer Menu */
.footer-widgets{
    padding: 35px 0;
    background: #515151;
    color: #aeaeae;    
}

.footer-widgets h4{
    color: #fff;
    text-transform: uppercase;
}

.footer-widgets p{
    margin-bottom: 0.5rem;
}

.footer-widgets strong{
    color: #fff;
}

.footer-widgets ul li a{ 
    color: #aeaeae; 
}

.copyright{
    background-color: #000000;
    color: #939393;
    padding: 20px 0;
}

.copyright p{
    margin: 0;
}

.footer-menu ul, .footer-widgets ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-size: 16px; 
}

.footer-menu ul li{ 
    display: inline;  
    margin: 0 10px 0 0;
}

.footer-menu ul li:last-child{ 
    margin: 0; 
}

.footer-menu ul li a{ 
    color: #939393; 
    text-decoration: none;
}

.footer-menu ul li.current-menu-item a{ 
    color: #ff9292; 
}


/* WooCommerce */

/* Grid System */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
    flex: 0 0 50%;
    max-width: 50%;
}


/* Shop */

.shop-content{
    padding: 3rem 0;
}

.shop-content .row{
    margin-left: 0;
    margin-right: 0;
}

.post-type-archive-product .content-area, 
.product-template-default .content-area,
.tax-product_cat .content-area{
    padding: 0;
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: 700;
}

.woocommerce ul.products.columns-1 li.product:first-child, 
.woocommerce-page ul.products.columns-1 li.product:first-child {
    margin-top: 20px;
}

.woocommerce .products ul, .woocommerce ul.products {
    border-top: 1px solid #eee;
}

.woocommerce ul.products li.product a img {
    width: 255px;
    height: auto;
    display: block;
    margin: 0 1em 1em 0;
    box-shadow: none;
    float: left;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
    display: table;
}

.post-type-archive-product .woocommerce-loop-product__title{
    margin-bottom: 0.5rem ;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product p{
    color: #000;
}

.woocommerce ul.products li.product .price{
    color: #000;
    font-weight: 600;    
}

.woocommerce ul.products li.product .price ins {
    font-size: 140%;
}

.woocommerce ul.products li.product .onsale{
    top: 16px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 83px;
    padding: 0;
    background-color: #D2335B;
    margin: 0;
    font-weight: 400;
}

.woocommerce ul.products li.product .onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 22px 0 0;
    border-color: #D2335B transparent transparent transparent;
}

.woocommerce ul.products li.product .onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 24px 0;
    border-color: transparent transparent #D2335B transparent;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px;
}


/* Single Product */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
    background-color: #D2335B;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: #bd3759;
}

.product_meta > span{
    display: block;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins, 
.woocommerce-Price-amount {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

.woocommerce span.onsale{
    top: 19px;
    left: 35px;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 84px;
    padding: 0;
    background-color: #D2335B;
    margin: 0;
    font-weight: 400;
}

.woocommerce span.onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 22px 0 0;
    border-color: #D2335B transparent transparent transparent;
}

.woocommerce span.onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 23px 0;
    border-color: transparent transparent #D2335B transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background-color: #ffeb8a;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background-color: #ffe252;
}

/* Cart */

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 150px;
}


/* Checkout */
.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout #customer_details{
    margin-bottom: 20px;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
.woocommerce table.shop_table thead{
    background-color: #D2335B;
    color: #fff;
}


/* My Account */
.woocommerce-MyAccount-navigation a{
    color: #000000;    
}

.woocommerce-MyAccount-navigation .is-active{
    font-weight: 700;
    background-color: #000000;   
}

.woocommerce-MyAccount-navigation .is-active a{
    color: #fff;    
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    border: 1px solid #f3f3f3;
}

.woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid #f3f3f3;
    padding: 0.3rem 0.7rem;
}

.woocommerce-MyAccount-navigation ul li:last-child{
    border-bottom: 0;
}

.woocommerce table.my_account_orders {
    font-size: inherit;
}

/* Store Notice */
.woocommerce-store-notice, p.demo_store {
    background-color: #750000;
}


/* Blog and Archive Pages */
.blog article, 
.archive article{
    margin-bottom: 3rem;        
}

.blog article .title, 
.archive article .title{
    font-weight: 600;        
}

.blog article .meta, 
.archive article .meta{
    font-weight: 700;
    margin: 1rem 0;    
}

.archive-title{
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    padding: 0 0 0.7rem 0;
    margin-bottom: 1rem;
}

.archive-title span{
    color: #b58e8e;
    font-weight: normal;
}

.blog .post-thumbnail,
.archive .post-thumbnail{
    margin: 1rem 0;
}

.nav-links{
    font-weight: 700;
}

.nav-links span,
.nav-links a{
    padding: 0.4rem;
}


/* Single */
.single header h1{
    font-weight: 700;
}

.single .post-thumbnail{
    margin: 1rem 0;
}

.comments-area{
    border-top: 1px solid #eee;
    padding: 1rem 0 2rem;
    margin-top: 2rem;    
}

.comment-form label{
    display: block;
}

.comment-form input[type="submit"]{
    background-color: #D2335B;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.8em;
    display: inline-block;   
}


/* Search */
.search .content-area .search-form{
    margin: 0 0 1rem;
}


/* Comments */

#comments ol,
#comments ul{
    list-style: none;
    padding: 0;
}

#comments .depth-1{
    padding: 2rem 0;
}

#comments .nav-links a{
    padding: 0;
}

#comments .bypostauthor{
    background-color: #bf95941a;
}

.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}

.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}

.comment-respond {
    margin: 1.5rem 0;
}

.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}

.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}

.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}

li.comment {
    background-color: #fff;
    border-right: none;
}

.comment-content {
    clear: both;
    overflow: hidden;
}

.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 25px;
}

.comment-list .children {
    margin-top: 40px;
    border: 1px solid #cccccc40;
    margin-left: 1rem;
}

.comment-list li li {
    background-color: #f5f5f6;
}

.comment-list li li li {
    background-color: #fff;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}

.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}

.comment-reply-link:hover{
    color: #fff;
}

.comment-notes{
    display:none;   
}


/* WooCommerce Widgets */
.woocommerce .shop-content .widget-wrapper{
    margin: 0 0 2rem;
    border-bottom: 1px solid #eee;
    padding: 0 1em 2em 0;    
}

.woocommerce .shop-content .widget-wrapper h4{
    padding: 0 0 0.7rem 0;
}

.woocommerce .shop-content .widget-wrapper > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .shop-content .widget-wrapper > ul li ul{
    list-style: none;
}

.woocommerce .shop-content .widget-wrapper ul li span,
.woocommerce .shop-content .widget-wrapper ul li ul li span{
    float: right;
}

.no-sidebar-shop .sidebar-shop{
    display: none;
}

.no-sidebar-shop .main-content{
    flex: 0 0 100%;
    max-width: 100%;
}


/* General Widgets */

.widget{
    margin-bottom: 1rem;
}

.content-area .widget h4{
    border-bottom: 1px solid #f5f5f5;
    padding: 0.4rem 0;
    font-weight: 700;    
}

.widget > ul, 
.widget > ol,
.widget_nav_menu div > ul{
    padding: 0;
    list-style: none;
}

.widget_nav_menu div > ul li ul,
.widget_product_categories ul li ul{
    padding: 0 0 0 0.7rem; 
    list-style: none;
}

.widget_product_categories ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul{
    padding: 0 0 0 0.7rem; 
    list-style: none;
}

.widget select,
.widget img{
    max-width: 100%;
}

.widget_calendar table{
    width: 100%;
    text-align: center;
}

.widget_calendar table tbody td a{
    font-weight: 700;
    background-color: #d35758;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.widget_calendar tfoot{
    background-color: #d46562;
}

.widget_calendar tfoot a{
    color: #fff;
}

.widget_calendar tfoot tr td{
    padding: 0.3rem 0.7rem;
}

.widget_calendar tfoot tr .pad{
    padding: 0;
}

.widget_calendar tfoot tr #next{
    text-align: right;
}

.widget_calendar table caption{
    text-align: center;
    background-color: #a7524b;
    color: #fff;
    padding: 0.3rem;
}

.widget_recent_comments .recentcomments{
    padding: 0 0 0.5rem;
}

.widget_recent_comments .recentcomments .comment-author-link{
    font-weight: 700;
}

.widget_recent_comments .recentcomments .comment-author-link a{
    color: #000;
    font-size: inherit;
}

.widget_rss ul{
    background-color: #f9f9f9;
    padding: 1rem;
}

.widget_rss ul li{
    padding: 0 0 0.8rem;    
}

.widget_rss ul li .rss-date{
    font-weight: 500;
    display: block;
}

.widget .tagcloud{
    font-weight: 500;
}

.widget .search-form,
.search .content-area .search-form {
    display: flex;
    max-width: 300px;
}

.widget .search-form button,
.search .content-area .search-form button {
    flex: 0;
    height: 38px;
    width: 38px;
    background-color: #a5a5a5;
    border-top: 6px solid #a5a5a5;
    border-right: 0;
    border-bottom: 6px solid #a5a5a5;
    border-left: 6px solid #a5a5a5;
}

.widget .search-form input[type="search"],
.search .content-area input[type="search"] {
    margin-right: 0;
    flex: 1;
    max-width: 172px;    
}

.content-area .widget .search-form input[type="search"],
.shop-content .widget .search-form input[type="search"],
.search .search-form input[type="search"] {
    background-color: #f1f1f1;
}

.shop-content .widget_rss ul{
    padding: 1rem ;
}

.shop-content .widget_recent_comments .recentcomments .comment-author-link,
.shop-content .widget_rss ul li .rss-date {
    float: none ;
}

.footer-widgets a:hover{
    color: #ddd;
}

.footer-widgets .widget_calendar tfoot {
    background-color: #737070;
}

.footer-widgets .widget_calendar table caption {
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
    padding: 0.3rem;
}

.footer-widgets .widget_rss ul {
    background-color: #f9f9f91c;
}

.footer-widgets .widget_rss ul li a,
.footer-widgets .tagcloud a {
    color: #ffb4b4d4;
}

.footer-widgets .widget_rss ul li a:hover,
.footer-widgets .tagcloud a:hover {
    color: #ff9191d4;
}

.footer-widgets .widget_recent_comments .recentcomments .comment-author-link,
.footer-widgets .widget_recent_comments .recentcomments .comment-author-link a {
    color: #f1b7b7;
}

.no-sidebar .sidebar-1{
    display: none;
}

.no-sidebar .blog-area{
    flex: 0 0 100%;
    max-width: 100%;
}

.no-sidebar-footer .footer-widgets{
    display: none;
}


/* Content Adjustments */

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6,
.content-area p{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.content-area .sticky{
    background-color: #fbed350d;
    padding: 2rem;
    border: 1px dashed #f1dc3d;
}

.content-area ul,
.comment-body ul{
    padding: 0 0 0 1rem;
    list-style: square;
}

.page .content-area .woocommerce ul{
    padding: 0;
    list-style: none;
}

.content-area ol,
.comment-body ol{
    padding: 0 0 0 1rem;
}

.content-area ul li,
.comment-body ul li,
.content-area ol li,
.comment-body ol li{
    font-size: 1.15rem;
}

.content-area blockquote,
.comment-body blockquote,
.content-area q,
.comment-body q{
    background-color: #f5f5f5;
    border-left: 5px solid #000;
}

.content-area blockquote p,
.comment-body blockquote p{
    margin: 0;
    padding: 1rem;
}

.content-area q,
.comment-body q{
    margin: 0;
    padding: 0.5rem;
    display: inline-block;
}

.content-area table,
.comment-body table{
    width: 100%;
    margin: 0 0 1rem;
    font-size: 1.15rem;
}

.content-area table thead,
.comment-body table thead,
.comment-body table tbody tr:first-child,
.page .content-area table tbody tr:first-child{
    background-color: #D2335B;
    color: #fff;
}

.page .content-area .woocommerce table tbody tr:first-child{
    background-color: transparent;
    color: initial;
}

.comment-body table tbody tr:first-child th,
.content-area table tbody tr:first-child th{
    border: none;
}

.content-area table thead th,
.comment-body table thead th {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    border: 1px solid #D2335B;
}

.content-area table tbody th,
.comment-body table tbody th,
.content-area table tbody td,
.comment-body table tbody td{
    padding: 0.4rem;
    vertical-align: middle;
    border: 1px solid #ececec;
    text-align: center;
    font-weight: 500;
}

.content-area table tbody tr:hover,
.comment-body table tbody tr:hover{
    background-color: #f5f5f5;
}

.comment-body table tbody tr:first-child:hover{
    background-color: #D2335B;
}

.content-area dl,
.comment-body dl {
    font-size: 1.15rem;    
}

.content-area dt,
.comment-body dt {
    font-weight: bold;
    padding: 0.5rem;
    background: #333;
    color: #fff;    
}

.content-area dd,
.comment-body dd {
    margin: 0;
    padding: 0.5rem;
}

.content-area address,
.comment-body address{
    font-size: 1.15rem;
    font-style: italic;
}

.content-area code,
.comment-body code{
    font-size: 0.95rem;
    font-style: italic;
}
.content-area img{
    max-width: 100%;
    height: auto;
}

.content-area .wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.content-area .more-link,
.post-password-form input[type="submit"] {
    background-color: #D2335B;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 0.558em 1em;
    font-weight: 700;
    border-radius: 3px;
    display: inline-block;
}

.content-area .inner-pagination{
    font-weight: 700;
}

.comment-body ul{
    padding: 0 0 0 1.5rem ;
    list-style: square ;
}

.comment-body ol{
    padding: 0 0 0 1.5rem ;
}

.comment-body > ul,
.comment-body > ol{
    margin: 0 0 1rem 0;
}

.comment-body ul li,
.comment-body ol li{
    font-size: 1.15rem;
    background-color: transparent ; 
    padding: 0 ;
}

.comment-body ol {
    list-style: decimal ;
}

#comments .pingback{
    font-size: 1.15rem;
    padding: 0;
}

.gallery-item dt{
    padding: 2rem;
}

.gallery-item img{
    border: 2px solid #fff ;
}


/* General */

embed, iframe, object {
    max-width: 100%;
}

button, input, optgroup, select, textarea {
    background-color: #F6F6F6;
    padding: 5px 15px;
    border: 1px solid #e2e2e2;  
    max-width: 100%;  
}

a{
    color: #d35758;
}

a:hover {
    color: #af4142;
    text-decoration: none;
}

p, ul li a, .nav-links a, .nav-links span{
    font-size: 1.15rem;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute ;
    width: 1px;
    word-wrap: normal ; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto ;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.bypostauthor {
  display: block;
}


/* Media Queries */

@media all and (max-width: 768px){
    .woocommerce ul.products[class*="columns-"] li.product, 
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
    }
}

@media all and (max-width: 767px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-widgets .col-12{
        margin-bottom: 25px;
    } 

    .footer-widgets .col-12:last-child{
        margin-bottom: 0;
    } 

    .copyright-text{
        margin-bottom: 10px;
    }        

    .brand{
        margin-bottom: 15px;
    }

    .main-menu{
        border-top: 2px solid #f2f2f2;
        padding: 10px; 
        margin-top: 10px;       
    }

    .main-menu ul li{   
        margin: 0;
    } 

    .main-menu .dropdown-menu{
        display: block;
        margin-left: 1rem;
    }

    .main-menu ul li .dropdown-menu .dropdown > a::before{
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .main-menu ul li .dropdown-menu .dropdown > a::after{
        display: none;
    }

    .main-menu .dropdown-menu .dropdown-menu{
        margin-left: 0;
    }

    .main-menu .dropdown-menu .dropdown-menu a{
        padding-left: 1rem;
    }

    .main-menu ul li a,
    .navbar-light .navbar-nav .nav-link{ 
        padding: 10px 0;
    } 

    .search input[type="search"]{
        width: 75px;
    }     

    .search-form input[type="search"]{
        width: 45%;
    }

    .slider-details-container{
        margin: 0 25px; 
        max-width: 400px;       
    }

    .slider-title h3 {
        font-size: 2em;
    }

    .slider-details-container .subtitle {
        font-size: 1em;
    }

    .slider-details-container a {
        padding: 0.5em;
    }

}

@media all and (max-width: 575px)  {
    .slider-details-container{
        max-width: 300px;        
    }

    .slider-details-container a {
        padding: 0.7em;
        font-size: 1em;
    }

    .flexslider img{
        height: 500px ;
        object-fit: cover;
        object-position: center;
    }
}

@media all and (max-width: 500px){
    .woocommerce ul.products li.product a img {
        width: 100%;
    }
}
.mobile-floating-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.floating-btn {
    width: 60px;
    height: 60px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
}
/* Hide top main menu in mobile */
@media (max-width: 768px) {
    .main-menu {
        display: none ;
    }
}
/* Floating Bottom Menu Mobile */
.floating-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 9999;
}

.floating-bottom-menu .fb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    color: #333;
}

.floating-bottom-menu .fb-item i {
    font-size: 22px;
    margin-bottom: 2px;
}

/* Hide on desktop */
@media (min-width: 768px) {
    .floating-bottom-menu {
        display: none;
    }
}
.floating-menu-items {
    position: absolute;
    bottom: 60px; /* adjust depending on the height of your bottom menu */
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    z-index: 999;
}

.floating-menu-items ul.fb-submenu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.floating-menu-items ul.fb-submenu li {
    margin: 5px 0;
}

.floating-menu-items ul.fb-submenu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.floating-menu-items ul.fb-submenu li a:hover {
    background: #f0f0f0;
}

/* ===================================
   IMPROVED HEADER STYLES
   =================================== */

/* Header Container */
body #page > header {
    border-top: 4px solid #FFEB33;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

header .top-bar {
    padding: 0;
}

header .top-bar .row {
    margin: 0;
}

header .top-bar > .container {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Logo Section */
header .brand {
    padding: 0;
}

header .brand a {
    display: inline-block;
}

header .brand img {
    max-width: 150px;
    height: auto;
    display: block;
}

header p.site-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: 700;
    margin: 0;
}

header .site-description {
    color: #666;
    font-size: 0.85rem;
    display: block;
}

/* Header Search Bar */
.header-search-wrapper {
    max-width: 100%;
}

.header-search-wrapper .search-form {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 25px;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.header-search-wrapper .search-form:focus-within {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-search-wrapper input[type="search"] {
    flex: 1;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 15px;
    margin: 0;
    outline: none;
}

.header-search-wrapper input[type="search"]::placeholder {
    color: #999;
}

.header-search-wrapper button {
    background: transparent;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-wrapper button i {
    font-size: 18px;
    color: #666;
}

/* Header Actions (User & Cart) */
.header-actions {
    gap: 1.5rem ;
}

/* User Avatar */
.user-avatar-wrapper .user-account-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.user-avatar-wrapper .user-account-link:hover {
    color: #CA2424;
}

.user-profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.user-account-link:hover .user-profile-img {
    border-color: #CA2424;
}

.user-name {
    font-weight: 600;
    font-size: 14px;
}

/* Login Button */
.user-login-links .btn-account {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 5px;
}

.user-login-links .btn-account:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.user-login-links .btn-account i {
    font-size: 18px;
}

/* Cart Section */
.cart-wrapper .cart-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cart-wrapper .cart-link:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.cart-icon-wrapper {
    position: relative;
}

.cart-icon-wrapper i {
    font-size: 22px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #CA2424;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.cart-label {
    font-size: 14px;
}

/* Header Banner */
.header-banner-wrapper {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 8px;
}

.header-banner-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.header-banner-wrapper:hover .header-banner-img {
    transform: scale(1.02);
}

/* Main Menu */
.main-menu {
    padding: 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.main-menu ul li {
    display: inline;
    margin: 0 5px;
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-decoration: none;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.main-menu > ul li a:hover,
.main-menu .navbar-nav .active > .nav-link {
    color: #CA2424;
}

.main-menu .navbar-toggler {
    border: 1px solid #ddd;
    padding: 8px 10px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    header .brand {
        margin-bottom: 0;
    }
    
    .header-banner-wrapper {
        margin: 10px 0;
    }
    
    .header-banner-img {
        height: 80px;
    }
    
    .main-menu {
        border-top: 2px solid #f2f2f2;
        padding: 10px 0;
        margin-top: 10px;
    }
    
    .main-menu .navbar-collapse {
        margin-top: 10px;
    }
    
    .main-menu ul li {
        display: block;
        margin: 0;
    }
    
    .main-menu ul li a {
        padding: 10px 15px;
        display: block;
        border-bottom: 1px solid #f5f5f5;
    }
}

@media (max-width: 767px) {
    .header-search-wrapper {
        order: 3;
        margin-top: 15px;
    }
    
    .header-banner-img {
        height: 60px;
    }
    
    .user-name,
    .cart-label {
        display: none ;
    }
    
    .header-actions {
        gap: 1rem ;
    }
}

@media (max-width: 575px) {
    .header-banner-img {
        height: 50px;
    }
    
    header .brand img {
        max-width: 120px;
    }
    
    header p.site-title {
        font-size: 1.2rem;
    }
}
/* ===================================
   COMPACT HEADER STYLES - FINAL VERSION
   Add this at the END of style.css
   =================================== */

/* Header Container */
body #page > header {
    border-top: 4px solid #FFEB33;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

header .top-bar {
    padding: 0;
}

header .top-bar .row {
    margin: 0;
}

header .top-bar > .container {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Logo Section */
header .brand {
    padding: 5px 0;
}

header .brand a {
    display: inline-block;
}

header .brand img {
    max-width: 130px;
    height: auto;
    display: block;
}

header p.site-title {
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
    font-weight: 700;
    margin: 0;
}

header .site-description {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 2px;
}

/* Header Search Bar */
.header-search-wrapper {
    max-width: 100%;
    padding: 0 10px;
}

.header-search-wrapper .search-form {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 3px 8px;
    transition: all 0.3s ease;
}

.header-search-wrapper .search-form:focus-within {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-search-wrapper input[type="search"] {
    flex: 1;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0;
    outline: none;
}

.header-search-wrapper input[type="search"]::placeholder {
    color: #999;
}

.header-search-wrapper button {
    background: transparent;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-wrapper button i {
    font-size: 16px;
    color: #666;
}

/* Header Actions (User & Cart) */
.header-actions {
    gap: 1rem ;
}

/* User Avatar */
.user-avatar-wrapper .user-account-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    padding: 5px 8px;
    border-radius: 5px;
}

.user-avatar-wrapper .user-account-link:hover {
    color: #CA2424;
    background: #f8f8f8;
}

.user-profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.user-account-link:hover .user-profile-img {
    border-color: #CA2424;
}

.user-name {
    font-weight: 600;
    font-size: 13px;
}

/* Login Button */
.user-login-links .btn-account {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.user-login-links .btn-account:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.user-login-links .btn-account i {
    font-size: 16px;
}

/* Cart Section */
.cart-wrapper .cart-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cart-wrapper .cart-link:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.cart-icon-wrapper {
    position: relative;
}

.cart-icon-wrapper i {
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #CA2424;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.cart-label {
    font-size: 13px;
}


/* Main Menu */
.main-menu {
    padding: 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.main-menu ul li {
    display: inline;
    margin: 0 3px;
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-decoration: none;
    padding: 10px 12px;
    transition: all 0.3s ease;
}

.main-menu > ul li a:hover,
.main-menu .navbar-nav .active > .nav-link {
    color: #CA2424;
}

.main-menu .navbar-toggler {
    border: 1px solid #ddd;
    padding: 6px 8px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    header .brand {
        margin-bottom: 0;
    }
    
    header .brand img {
        max-width: 120px;
    }
    
    .header-banner-wrapper {
        margin: 8px 0 5px;
    }
    
    .header-banner-img {
        height: 70px;
    }
    
    .main-menu {
        border-top: 2px solid #f2f2f2;
        padding: 8px 0;
        margin-top: 8px;
    }
    
    .main-menu .navbar-collapse {
        margin-top: 8px;
    }
    
    .main-menu ul li {
        display: block;
        margin: 0;
    }
    
    .main-menu ul li a {
        padding: 8px 12px;
        display: block;
        border-bottom: 1px solid #f5f5f5;
    }
}

@media (max-width: 767px) {
    header .top-bar > .container {
        padding-top: 8px;
        padding-bottom: 5px;
    }
    
    .header-search-wrapper {
        order: 3;
        margin-top: 10px;
        padding: 0;
    }
    
    .header-banner-img {
        height: 60px;
    }
    
    .user-name,
    .cart-label {
        display: none ;
    }
    
    .header-actions {
        gap: 0.8rem ;
    }
    
    .user-profile-img {
        width: 32px;
        height: 32px;
    }
    
    .cart-icon-wrapper i {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .header-banner-img {
        height: 50px;
    }
    
    header .brand img {
        max-width: 100px;
    }
    
    header p.site-title {
        font-size: 1.1rem;
    }
    
    .header-search-wrapper .search-form {
        padding: 2px 6px;
    }
    
    .header-search-wrapper input[type="search"] {
        font-size: 13px;
        padding: 5px 10px;
    }
}
/* ===================================
   COMPACT HEADER STYLES - FINAL VERSION
   Add this at the END of style.css
   =================================== */

/* Header Container */
body #page > header {
    border-top: 4px solid #FFEB33;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

header .top-bar {
    padding: 0;
}

header .top-bar .row {
    margin: 0;
}

header .top-bar > .container {
    padding-top: 10px;
    padding-bottom: 5px;
}

/* Desktop Search Row (First Row) */
.desktop-search-row {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}

.desktop-search-row .header-search-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

/* Logo Section */
header .brand {
    padding: 5px 0;
}

header .brand a {
    display: inline-block;
}

header .brand img {
    max-width: 130px;
    height: auto;
    display: block;
}

header p.site-title {
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #000;
    font-weight: 700;
    margin: 0;
}

header .site-description {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 2px;
}

/* Banner Column (Beside Logo) */
.banner-col {
    padding: 0 10px;
}

.header-main-row {
    padding: 8px 0 ;
}

/* Header Search Bar */
.header-search-wrapper {
    max-width: 100%;
    padding: 0 10px;
}

.header-search-wrapper .search-form {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 3px 8px;
    transition: all 0.3s ease;
}

.header-search-wrapper .search-form:focus-within {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header-search-wrapper input[type="search"] {
    flex: 1;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0;
    outline: none;
}

.header-search-wrapper input[type="search"]::placeholder {
    color: #999;
}

.header-search-wrapper button {
    background: transparent;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-wrapper button i {
    font-size: 16px;
    color: #666;
}

/* Mobile Search with Icons */
.search-and-actions-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-user-icon,
.mobile-cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    padding: 5px;
}

.mobile-user-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
}

.mobile-cart-count {
    position: absolute;
    top: -2px;
    right: -5px;
    background: #CA2424;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

/* Header Actions (User & Cart) */
.header-actions {
    gap: 1rem ;
}

/* User Avatar */
.user-avatar-wrapper .user-account-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    padding: 5px 8px;
    border-radius: 5px;
}

.user-avatar-wrapper .user-account-link:hover {
    color: #CA2424;
    background: #f8f8f8;
}

.user-profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.user-account-link:hover .user-profile-img {
    border-color: #CA2424;
}

.user-name {
    font-weight: 600;
    font-size: 13px;
}

/* Login Button */
.user-login-links .btn-account {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.user-login-links .btn-account:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.user-login-links .btn-account i {
    font-size: 16px;
}

/* Cart Section */
.cart-wrapper .cart-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cart-wrapper .cart-link:hover {
    background: #f5f5f5;
    color: #CA2424;
}

.cart-icon-wrapper {
    position: relative;
}

.cart-icon-wrapper i {
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #CA2424;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.cart-label {
    font-size: 13px;
}

/* Header Banner */
.header-banner-wrapper {
    margin: 8px 0 5px;
    overflow: hidden;
    border-radius: 6px;
}

.header-banner-img {
    width: 100%;
    height: 80px; /* Desktop: 80px */
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.header-banner-wrapper:hover .header-banner-img {
    transform: scale(1.02);
}

/* Banner Sizes Reference:
   Desktop (>992px): 80px height
   Tablet (768-991px): 70px height  
   Mobile (576-767px): 60px height
   Small Mobile (<576px): 50px height
   
   Recommended Upload Size: 1200x100px (maintains aspect ratio)
*/

/* Main Menu */
.main-menu {
    padding: 0;
    border-top: 1px solid #f0f0f0;
    margin-top: 5px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.main-menu ul li {
    display: inline;
    margin: 0 3px;
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link {
    color: #333;
    text-decoration: none;
    padding: 10px 12px;
    transition: all 0.3s ease;
}

.main-menu > ul li a:hover,
.main-menu .navbar-nav .active > .nav-link {
    color: #CA2424;
}

.main-menu .navbar-toggler {
    border: 1px solid #ddd;
    padding: 6px 8px;
}

/* Hamburger Menu Button (3-dot style) */
.hamburger-menu-col {
    padding-right: 8px;
}

.hamburger-toggle {
    background: transparent;
    border: none;
    padding: 8px 10px;
    color: #333;
    font-size: 22px;
    transition: all 0.3s ease;
}

.hamburger-toggle:hover {
    color: #CA2424;
    background: #f5f5f5;
    border-radius: 5px;
}

.hamburger-toggle:focus {
    box-shadow: none;
    outline: none;
}

/* Mobile Menu Wrapper */
.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    overflow-y: auto;
    padding: 20px 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mobile-menu-wrapper.show {
    transform: translateX(0);
}

.mobile-menu-wrapper .mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-wrapper .mobile-nav li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-wrapper .mobile-nav li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu-wrapper .mobile-nav li a:hover,
.mobile-menu-wrapper .mobile-nav li a.active {
    background: #f8f8f8;
    color: #CA2424;
}

/* Desktop pe hamburger hide */
@media (min-width: 992px) {
    .hamburger-menu-col {
        display: none ;
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    header .brand {
        margin-bottom: 0;
    }
    
    header .brand img {
        max-width: 120px;
    }
    
    .header-banner-wrapper {
        margin: 8px 0 5px;
    }
    
    .header-banner-img {
        height: 70px;
    }
    
    /* Desktop menu hide on mobile */
    .main-menu {
        border-top: none;
        padding: 0;
        margin-top: 0;
    }
    
    .main-menu .d-none.d-lg-block {
        display: none ;
    }
}

@media (max-width: 767px) {
    header .top-bar > .container {
        padding-top: 8px;
        padding-bottom: 5px;
    }
    
    /* Mobile Header Layout */
    .header-main-row {
        padding-top: 8px ;
        padding-bottom: 8px ;
    }
    
    .hamburger-menu-col {
        padding-right: 8px;
        padding-left: 12px;
        flex: 0 0 auto;
    }
    
    .brand {
        padding-left: 8px ;
        padding-right: 8px ;
        flex: 0 0 auto;
    }
    
    .header-search-col {
        flex: 1 1 auto;
        max-width: 100%;
        padding: 0 12px;
    }
    
    .header-search-wrapper {
        padding: 0;
        flex: 1;
    }
    
    .search-and-actions-wrapper {
        width: 100%;
    }
    
    .header-search-wrapper .search-form {
        padding: 4px 10px;
    }
    
    .header-search-wrapper input[type="search"] {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    /* Banner below logo-search row */
    .header-banner-wrapper {
        margin: 5px 0 5px;
    }
    
    .header-banner-img {
        height: 60px;
    }
    
    /* Hide desktop icons */
    .user-name,
    .cart-label {
        display: none ;
    }
    
    .header-actions {
        gap: 0.8rem ;
    }
    
    .user-profile-img {
        width: 32px;
        height: 32px;
    }
    
    .cart-icon-wrapper i {
        font-size: 18px;
    }
    
    /* Mobile icons styling */
    .mobile-icons-wrapper {
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {
    .hamburger-menu-col {
        padding-left: 8px;
        padding-right: 5px;
    }
    
    .brand {
        padding-left: 5px ;
        padding-right: 5px ;
    }
    
    .brand img {
        max-width: 80px ;
    }
    
    .header-search-col {
        padding: 0 8px;
    }
    
    .header-banner-img {
        height: 50px;
    }
    
    header p.site-title {
        font-size: 1rem;
    }
    
    .header-search-wrapper .search-form {
        padding: 3px 8px;
    }
    
    .header-search-wrapper input[type="search"] {
        font-size: 12px;
        padding: 5px 8px;
    }
    
    .hamburger-toggle {
        font-size: 18px;
        padding: 5px 8px;
    }
    
    .mobile-user-icon,
    .mobile-cart-icon {
        font-size: 18px;
        padding: 3px;
    }
    
    .mobile-user-img {
        width: 28px;
        height: 28px;
    }
    
    .mobile-icons-wrapper {
        gap: 8px;
    }
}



/* Full Width Banner Section */
.fullwidth-banner-section {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.fullwidth-banner-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.fullwidth-banner-container a {
    display: block;
    width: 100%;
}

.fullwidth-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.fullwidth-banner-container:hover .fullwidth-banner-img {
    transform: scale(1.01);
}

/* Compact Header Row for Fullwidth Layout */
.banner-fullwidth .top-bar-fullwidth {
    padding: 0.8rem 0 0 0;
    background-color: #fdfdfd;
    border-bottom: 1px solid #eee;
}

.banner-fullwidth .header-compact-row {
    padding: 0.5rem 0;
}

/* Mobile Search Row for Fullwidth Layout */
.banner-fullwidth .mobile-search-row {
    padding-bottom: 0.5rem;
}

.banner-fullwidth .mobile-search-bar {
    width: 100%;
}

.banner-fullwidth .mobile-search-bar .search-form {
    width: 100%;
    display: flex;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 5px 10px;
}

.banner-fullwidth .mobile-search-bar input[type="search"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 14px;
}

/* Desktop Search Styling for Fullwidth Layout */
.banner-fullwidth .header-search-wrapper .search-form {
    display: flex;
    background: #f8f8f8;
    border-radius: 25px;
    padding: 6px 15px;
    align-items: center;
}

.banner-fullwidth .header-search-wrapper input[type="search"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 6px 12px;
    font-size: 15px;
}

.banner-fullwidth .header-search-wrapper button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}


 


/* Mobile Icons for Fullwidth Layout */
.mobile-icon-link {
    color: #333;
    text-decoration: none;
    padding: 5px;
    transition: all 0.3s ease;
    position: relative;
}

.mobile-icon-link:hover {
    color: #CA2424;
}

.mobile-icon-link i {
    font-size: 20px;
}

.mobile-user-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
}

.mobile-cart-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #CA2424;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
}

.mobile-icons-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-search-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ============================================
   BURGER MENU & MOBILE LAYOUT STYLES
   ============================================ */

/* Desktop Burger Menu (Left of Logo) */
.burger-menu-col {
    padding-right: 15px;
}

.burger-toggle {
    background: transparent;
    border: 1px solid #ddd;
    padding: 8px 12px;
    color: #333;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 5px;
    cursor: pointer;
}

.burger-toggle:hover {
    color: #CA2424;
    background: #f5f5f5;
    border-color: #CA2424;
}

.burger-toggle:focus {
    box-shadow: none;
    outline: none;
}

.burger-toggle i {
    pointer-events: none;
}

/* Desktop Menu Collapsible */
#main-menu-desktop {
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
    padding-top: 10px;
}

#main-menu-desktop.collapse:not(.show) {
    display: none;
}

#main-menu-desktop.collapsing {
    transition: height 0.35s ease;
}

#main-menu-desktop.show {
    display: block;
}

/* Mobile Top Search Bar */
.mobile-top-search-row {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-top-search-wrapper {
    width: 100%;
}

.mobile-top-search-wrapper .search-form {
    width: 100%;
    display: flex;
    background: #f8f8f8;
    border-radius: 25px;
    padding: 6px 15px;
    align-items: center;
}

.mobile-top-search-wrapper input[type="search"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
}

.mobile-top-search-wrapper button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

/* Mobile Menu Always Visible (Horizontal Scroll) */
.mobile-menu-always-visible {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
}

.mobile-nav-horizontal {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    gap: 5px;
}

.mobile-nav-horizontal li {
    display: inline-block;
    margin: 0;
}

.mobile-nav-horizontal li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mobile-nav-horizontal li a:hover,
.mobile-nav-horizontal li a.active {
    background: #f8f8f8;
    color: #CA2424;
}

/* Hide scrollbar but keep functionality */
.mobile-menu-always-visible::-webkit-scrollbar {
    height: 3px;
}

.mobile-menu-always-visible::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mobile-menu-always-visible::-webkit-scrollbar-thumb {
    background: #CA2424;
    border-radius: 3px;
}

/* Header Main Row Adjustments */
.header-main-row {
    padding: 10px 0;
}

/* Desktop Search Wrapper */
.header-search-wrapper .search-form {
    display: flex;
    background: #f8f8f8;
    border-radius: 25px;
    padding: 8px 20px;
    align-items: center;
}

.header-search-wrapper input[type="search"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 500;
}

.header-search-wrapper button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

/* ========================================
   HEADER FIXES - Desktop Overlap & Mobile Search Position
   ======================================== */

/* Desktop: Prevent overlap between search bar and user/cart icons */
@media (min-width: 992px) {
    .header-search-wrapper {
        padding-right: 20px;
    }
    
    .header-actions {
        min-width: fit-content;
        flex-shrink: 0;
    }
    
    .burger-menu-col {
        flex: 0 0 auto;
        width: auto;
        padding-right: 15px;
    }
}

/* Mobile: Search bar in second row (below logo) with proper styling */
@media (max-width: 991px) {
    .mobile-search-row {
        padding: 8px 0 12px 0;
        margin-top: 5px;
    }
    
    .mobile-search-wrapper {
        width: 100%;
    }
    
    .mobile-search-wrapper .search-form {
        display: flex;
        background: #f8f8f8;
        border-radius: 25px;
        padding: 10px 20px;
        align-items: center;
        width: 100%;
    }
    
    .mobile-search-wrapper input[type="search"] {
        flex: 1;
        background: transparent;
        border: none;
        outline: none;
        padding: 8px 12px;
        font-size: 15px;
        font-weight: 500;
    }
    
    .mobile-search-wrapper button {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        flex-shrink: 0;
    }
    
    /* Adjust main row spacing */
    .header-main-row {
        padding: 10px 0 5px 0;
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    /* Hide desktop burger menu on mobile */
    .burger-menu-col {
        display: none ;
    }
    
    /* Mobile header adjustments */
    .header-main-row {
        padding: 8px 0;
    }
    
    .brand {
        flex: 0 0 auto;
    }
    
    .brand img {
        max-width: 120px;
    }
}

@media (max-width: 767px) {
    .mobile-search-row {
        padding: 8px 0 10px 0;
    }
    
    .mobile-search-wrapper .search-form {
        padding: 8px 15px;
    }
    
    .mobile-search-wrapper input[type="search"] {
        font-size: 14px;
        padding: 6px 10px;
    }
    
    .brand img {
        max-width: 100px;
    }
    
    .mobile-nav-horizontal li a {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .mobile-search-wrapper .search-form {
        padding: 6px 12px;
    }
    
    .mobile-search-wrapper input[type="search"] {
        font-size: 13px;
        padding: 5px 8px;
    }
    
    .brand img {
        max-width: 80px;
    }
    
    .header-actions {
        gap: 10px ;
    }
    
    .user-profile-img {
        width: 30px;
        height: 30px;
    }
    
    .cart-icon-wrapper i {
        font-size: 18px;
    }
}

/* Menu Animation */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#main-menu-desktop.show {
    animation: slideDown 0.3s ease;
}

/* Mobile Menu Scroll Indicator */
.mobile-menu-always-visible::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, transparent, white);
    pointer-events: none;
}
/* ========================================
   BURGER MENU FIX - Add this to your style.css
   ======================================== */

/* Hide menu by default on desktop - only show when burger clicked */
.main-menu .navbar-collapse:not(.show) {
    display: none ;
}

/* When burger is clicked and collapse has 'show' class */
.main-menu .navbar-collapse.show {
    display: block ;
}

/* Remove the horizontal line below header */
.main-menu nav {
    border: none ;
    border-bottom: none ;
}

/* Burger menu button styling */
.burger-toggle {
    background: transparent;
    border: 2px solid #303030;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.burger-toggle:hover {
    background: #303030;
}

.burger-toggle i {
    font-size: 20px;
    color: #303030;
    transition: color 0.3s ease;
}

.burger-toggle:hover i {
    color: #fff;
}

/* Ensure collapsed menu appears below header */
.main-menu .navbar-collapse {
    background: #fff;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

/* Menu items styling when expanded */
.main-menu .navbar-collapse.show ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-menu .navbar-collapse.show ul li {
    display: block;
    margin: 0;
    width: 100%;
}

.main-menu .navbar-collapse.show ul li a {
    display: block;
    padding: 10px 20px;
    width: 100%;
}

/* Remove any default borders or lines */
.navbar-light,
.navbar {
    border: none ;
}

.row {
    border-bottom: none ;
}

/* ========================================
   ADDITIONAL FIXES - Full Width Header & Click Dropdowns
   ======================================== */

/* Full width header */
.site-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

.top-bar-fullwidth {
    width: 100%;
    padding: 0;
}

.top-bar-fullwidth .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;

}

/* Dropdown only opens on click, not hover */
.main-menu .dropdown-menu {
    display: none ;
}

.main-menu .dropdown-menu.show {
    display: block ;
}

/* Better burger menu collapse animation */
#main-menu-desktop {
    transition: all 0.3s ease-in-out;
}

/* Remove any container restrictions */
.container-fluid {
    width: 100% ;
    max-width: 100% ;
}


/* ========================================
   BURGER MENU FIX - Desktop Only Collapsible Menu
   ======================================== */

/* Hide menu by default on desktop - only show when burger clicked */
.main-menu .navbar-collapse:not(.show) {
    display: none !important;
}

/* When burger is clicked and collapse has 'show' class */
.main-menu .navbar-collapse.show {
    display: block !important;
}

/* Remove the horizontal line below header */
.main-menu nav {
    border: none !important;
    border-bottom: none !important;
}

/* Burger menu button styling */
.burger-toggle {
    background: transparent;
    border: 2px solid #303030;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.burger-toggle:hover {
    background: #303030;
}

.burger-toggle i {
    font-size: 20px;
    color: #303030;
    transition: color 0.3s ease;
}

.burger-toggle:hover i {
    color: #fff;
}

/* Ensure collapsed menu appears below header */
.main-menu .navbar-collapse {
    background: #fff;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

/* Menu items styling when expanded */
.main-menu .navbar-collapse.show ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-menu .navbar-collapse.show ul li {
    display: block;
    margin: 0;
    width: 100%;
}

.main-menu .navbar-collapse.show ul li a {
    display: block;
    padding: 10px 20px;
    width: 100%;
}

/* Remove any default borders or lines */
.navbar-light,
.navbar {
    border: none !important;
}

.row {
    border-bottom: none !important;
}

/* ========================================
   FULL WIDTH HEADER & CLICK DROPDOWNS
   ======================================== */

/* Full width header */
.site-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

.top-bar-fullwidth {
    width: 100%;
    padding: 0;
}

.top-bar-fullwidth .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
}

/* Dropdown only opens on click, not hover */
.main-menu .dropdown-menu {
    display: none !important;
}

.main-menu .dropdown-menu.show {
    display: block !important;
}

/* Better burger menu collapse animation */
#main-menu-desktop {
    transition: all 0.3s ease-in-out;
}

/* Remove any container restrictions */
.container-fluid {
    width: 100% !important;
    max-width: 100% !important;
}

/* ========================================
/* ========================================
   NEW COLOR THEME - Based on Manus Website
   ======================================== */

/* Color Variables */
:root {
    --primary-orange: #C4501A;
    --primary-dark: #1A1A1A;
    --background-cream: #F5EFE7;
    --background-white: #FFFFFF;
    --text-dark: #2C2C2C;
    --text-gray: #6B6B6B;
    --border-light: #E5DED4;
    --hover-orange: #A03D15;
}

/* ========================================
   HEADER & NAVIGATION
   ======================================== */

/* Header Background */
body #page > header {
    border-top: 4px solid var(--primary-orange) !important;
    background-color: var(--background-white) !important;
    border-bottom: 1px solid var(--border-light) !important;
}

/* Header Search */
header .search {
    background-color: var(--background-cream) !important;
}

.header-search-wrapper .search-form,
.mobile-search-wrapper .search-form {
    background: var(--background-cream) !important;
    border: 1px solid var(--border-light);
}

.header-search-wrapper input[type="search"],
.mobile-search-wrapper input[type="search"] {
    background: transparent !important;
    color: var(--text-dark) !important;
}

.header-search-wrapper input[type="search"]::placeholder,
.mobile-search-wrapper input[type="search"]::placeholder {
    color: var(--text-gray) !important;
}

/* Menu Links */
.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link {
    color: var(--text-dark) !important;
}

.main-menu .navbar-nav .active>.nav-link {
    color: var(--primary-orange) !important;
}

.main-menu > ul li a:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-orange) !important;
}

/* Dropdown Menus */
.main-menu ul li ul {
    background-color: var(--primary-dark) !important;
}

.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover {
    background-color: var(--primary-orange) !important;
}

.main-menu .dropdown-item.active,
.main-menu .dropdown-item:active {
    background-color: var(--primary-orange) !important;
}

/* Burger Menu Button */
.burger-toggle {
    border: 2px solid var(--primary-orange) !important;
}

.burger-toggle:hover {
    background: var(--primary-orange) !important;
}

.burger-toggle i {
    color: var(--primary-orange) !important;
}

.burger-toggle:hover i {
    color: var(--background-white) !important;
}

/* ========================================
   CART & USER ICONS
   ======================================== */

/* Cart Icon */
.cart-icon-wrapper i {
    color: var(--text-dark) !important;
}

.cart-count {
    background: var(--primary-orange) !important;
    color: var(--background-white) !important;
}

.cart-link:hover .cart-icon-wrapper i,
.cart-link:hover .cart-label {
    color: var(--primary-orange) !important;
}

/* User Account Button */
.btn-account {
    color: var(--text-dark) !important;
}

.btn-account:hover {
    color: var(--primary-orange) !important;
}

.user-account-link:hover .user-name {
    color: var(--primary-orange) !important;
}

/* ========================================
   BODY & CONTENT AREA
   ======================================== */

body {
    background-color: var(--background-cream) !important;
    color: var(--text-dark) !important;
}

.content-area {
    background-color: var(--background-cream) !important;
}

/* ========================================
   BUTTONS
   ======================================== */

/* Primary Buttons */
.button,
.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: var(--primary-orange) !important;
    color: var(--background-white) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.button:hover,
.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: var(--hover-orange) !important;
    color: var(--background-white) !important;
    transform: translateY(-2px) !important;
}

/* Add to Cart Button */
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
    background-color: var(--primary-orange) !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover {
    background-color: var(--hover-orange) !important;
}

/* ========================================
   SLIDER
   ======================================== */

/* Slider Container */
.flexslider {
    background: var(--background-white) !important;
}

.slider-details-container a {
    background-color: var(--primary-orange) !important;
    border-radius: 8px !important;
}

.slider-details-container a:hover {
    background-color: var(--hover-orange) !important;
}

/* Slider Dots */
.flex-control-paging li a {
    background: rgba(196, 80, 26, 0.3) !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background: var(--primary-orange) !important;
    box-shadow: none !important;
}

/* Center dots properly and remove any default styling */
.flex-control-nav {
    width: auto !important;
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
}

.flex-control-paging {
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Hide any pseudo-elements that might create black dots */
.flexslider::before,
.flexslider::after,
.flex-control-nav::before,
.flex-control-nav::after {
    display: none !important;
}

/* ========================================
   PRODUCT CARDS - Keep Original Design
   ======================================== */

/* Only update prices to orange, keep rest as original */
.woocommerce ul.products li.product .price {
    color: var(--primary-orange) !important;
}

/* Product Star Rating */
.woocommerce .star-rating span:before {
    color: var(--primary-orange) !important;
}

/* ========================================
   SECTION TITLES
   ======================================== */

.home main .section-title h2 {
    color: var(--text-dark) !important;
}

.home main .section-title h2::after {
    background: linear-gradient(90deg, var(--primary-orange) 0%, transparent 100%) !important;
}

/* ========================================
   FOOTER
   ======================================== */

footer,
.site-footer {
    background-color: var(--primary-dark) !important;
    color: var(--background-white) !important;
}

footer a,
.site-footer a {
    color: var(--background-cream) !important;
}

footer a:hover,
.site-footer a:hover {
    color: var(--primary-orange) !important;
}

/* ========================================
   LINKS
   ======================================== */

a {
    color: var(--primary-orange) !important;
}

a:hover {
    color: var(--hover-orange) !important;
}

/* ========================================
   WOOCOMMERCE SPECIFIC
   ======================================== */

/* Sale Badge */
.woocommerce span.onsale {
    background-color: var(--primary-orange) !important;
    color: var(--background-white) !important;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--primary-orange) !important;
    border-bottom-color: var(--primary-orange) !important;
}

/* Notices */
.woocommerce-message,
.woocommerce-info {
    border-top-color: var(--primary-orange) !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--primary-orange) !important;
}

/* Checkout */
.woocommerce-checkout .woocommerce-checkout-payment {
    background: var(--background-white) !important;
}

.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:first-child:checked+label:before {
    background: var(--primary-orange) !important;
}

/* ========================================
   FORMS
   ======================================== */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border: 1px solid var(--border-light) !important;
    background: var(--background-white) !important;
    color: var(--text-dark) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-orange) !important;
    outline: none !important;
}

/* ========================================
   MOBILE MENU
   ======================================== */

.mobile-nav-horizontal li a {
    color: var(--text-dark) !important;
    background: var(--background-white) !important;
}

.mobile-nav-horizontal li a:hover,
.mobile-nav-horizontal li a.active {
    background: var(--background-cream) !important;
    color: var(--primary-orange) !important;
}

/* ========================================
   PAGINATION
   ======================================== */

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: var(--text-dark) !important;
    background: var(--background-white) !important;
    border-color: var(--border-light) !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primary-orange) !important;
    color: var(--background-white) !important;
    border-color: var(--primary-orange) !important;
}

/* ========================================
   FIX: Section Titles & Product Background
   ======================================== */

/* Popular Products & New Arrivals Titles - Orange Color */
.home main .section-title h2,
.section-title h2,
h2.section-title {
    color: var(--primary-orange) !important;
    background: transparent !important;
}

/* Section title containers should be transparent */
.section-title,
.home main .section-title,
section .section-title {
    background: transparent !important;
    background-color: transparent !important;
}

/* Remove white background from product sections */
.home section.lab-blog,
.woocommerce.columns-4,
section.products,
.products-section {
    background: transparent !important;
}

/* Product grid container - no white background */
.woocommerce ul.products {
    background: transparent !important;
}

/* Ensure main content area uses cream background */
.page-template-template-home-php .content-area,
main.site-main {
    background-color: var(--background-cream) !important;
}

/* Fix any container gaps - remove extra margins/padding */
.container-fluid,
.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

section {
    margin: 0 !important;
}

/* Remove any white gaps */
.flexslider,
.slides,
.flex-viewport {
    margin: 0 !important;
}

/* Ensure full width for slider */
.flexslider {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* ========================================
   FIX: Increase Logo Size
   ======================================== */

/* Desktop Logo Size */
header .brand img {
    max-width: 200px !important;
    height: auto !important;
}

/* Mobile Logo Size - Medium screens */
@media (max-width: 991px) {
    .brand img {
        max-width: 150px !important;
    }
}

/* Mobile Logo Size - Small screens */
@media (max-width: 767px) {
    .brand img {
        max-width: 130px !important;
    }
}

/* Mobile Logo Size - Extra small screens */
@media (max-width: 575px) {
    .brand img {
        max-width: 110px !important;
    }
}