.single-widget h3{
		border-bottom: unset;
	}
	.single-widget{
		margin-bottom: unset;
	}
	.mobile-social-icon a{
		border-radius: 3px;
		color: #fff;
	    	display: inline-block;
	    	font-size: 14px;
	    	height: 34px;
	    	line-height: 34px;
	    	margin-right: 10px;
	    	text-align: center;
	    	transition-duration: .5s;
	    	width: 34px;
	}

.mobile-search-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #555;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 575px) {
    .responsive_footer {
        padding-top: 20px;
    }
}
@media (max-width: 991px) {
              .nav-item.has-submenu > .submenu {
                display: block !important;
              }

              /* Optional: remove the "+" toggle if it's not needed */
              .nav-item.has-submenu > .mean-expand {
                display: none;
              }
            }
            .header-action-2 .header-action-icon-2>a{
                color: #333;
                display: inline-block;
                font-size: 30px;
                line-height: 1;
                position: unset;
                width: 1em;
            }
            .footer-top-area{
                background-image: unset;
            }
            .footer-top-area::before{
                background-color: white;
            }
            .single-widget h3{
                color: #222222;
            }
            .single-widget ul li a{
                color: #111111;
            }
            .main-nav nav .navbar-nav .nav-item a{
                font-size: 14px;
            }
            .main-nav nav .navbar-nav .nav-item a{
                margin-left: 17px;
                margin-right: 17px;
                color: #ffffff;
            }
            .main-nav.giano-nav-two .navbar.is-sticky{
                background-color: #993350 !important;
            }
            .main-nav nav .navbar-nav .nav-item{
                padding: 20px 0;
            }
            .main-nav nav .navbar-nav .nav-class{
                padding: 7px 0;
                display: flex;
            }
            .main-nav nav .navbar-nav .nav-class a{
                color: #444;
                font-size: 12px;
            }
            .form-group--icon .product-category-select{
                appearance: none;
                cursor: pointer;
                height: 100%;
                left: 0;
                min-height: 42px;
                opacity: 0;
                padding-left: 10px;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 10;
            }
            .search-style-2 form select{
                background-color: #f8f8f8;
                border: 2px solid #eee;
                border-radius: 26px 0 0 26px;
                border-right: none;
                color: #444;
                font-size: 14px;
                padding: 3px 35px 3px 20px;
                transition: all .3s ease 0s;
            }
            .search-style-2 form input{
                background-color: #fff;
                border: 2px solid #eee;
                border-radius: 0 26px 26px 0;
                color: #444;
                font-size: 14px;
                min-height: 52px;
                padding: 3px 62px 3px 20px;
                width: 540px;
            }
            .search-style-2 form button{
                background-color: transparent;
                border: none;
                color: var(--color-brand);
                font-size: 20px;
                height: 100%;
                padding: 5px 17px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }
            .form-group--icon .product-cat-label{
                -webkit-appearance: none;
                background-color: #f8f8f8;
                border: 2px solid #eee;
                border-radius: 26px 0 0 26px;
                border-right: none;
                color: #444;
                font-size: 14px;
                line-height: 42px;
                min-height: 42px;
                padding: 3px 35px 3px 20px;
                position: relative;
                transition: all .3s ease 0s;
                white-space: nowrap;
            }
            .form-group--icon{
                position: relative;
            }
            .search-style-2 form{
                display: flex;
                position: relative;
            }
            .header-action-icon-2{
                width: 55px;
                display: flex;
                padding: 0 14px;
                position: relative;
            }
            .header-action-right{
                align-items: center;
                display: flex;
                flex-shrink: 0;
                justify-content: flex-end;
            }
            .header-action-2{
                align-items: center;
                display: flex;
            }
            .header-action-2 .header-action-icon-2>a{
                color: #333;
                display: inline-block;
                font-size: 30px;
                line-height: 1;
                position: unset;
                width: 1em;
            }
            .header-action-2 .header-action-icon-2>a span.pro-count{
                border-radius: 100%;
                color: #fff;
                font-size: 11px;
                font-weight: 500;
                height: 18px;
                line-height: 18px;
                position: absolute;
                right: -11px;
                text-align: center;
                top: -5px;
                width: 18px;
            }
            .header-action-2 .header-action-icon-2>a span.pro-count.blue{
                background-color: #993350 !important;
            }

            .main-nav.giano-nav-two{
                background-color:#993350 !important;
            }

            /* Sticky Header */
            .sticky_header{
                position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    z-index: 9999;
                    background: #fff; /* keep background so it doesn't overlap transparent */
                    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
                    transition: all 0.3s ease-in-out;
                }
            
            /*.main-nav nav .navbar-nav .nav-item a:hover{
                color: white;
            }
            .main-nav nav .navbar-nav .nav-item:hover a{
                color: white;
            }*/
            .product-category-select {
                display: block;
                width: 100%;
                cursor: pointer;
                z-index: 1;
            }

            .product-cat-label {
                cursor: pointer;
                z-index: 999;
            }
            .custom-dropdown {
                background-color: #f8f8f8;
                border: 2px solid #eee;
                border-radius: 7px;
                position: absolute;
                width: 100%;
                max-height: 400px;
                overflow-y: auto;
                display: none; /* Hide initially */
            }

            .custom-option {
                padding: 10px;
                cursor: pointer;
            }

            .custom-option:hover {
                background-color: #ddd;
            }

            .custom-option1 {
                padding: 10px;
                cursor: pointer;
            }

            .custom-option1:hover {
                background-color: #ddd;
            }

            .form-group--icon {
                position: relative;
            }

            /*.product-category-select {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 999;
                opacity: 1;
            }*/

            .custom-dropdown {
                background-color: #f8f8f8;
                border: 2px solid #eee;
                border-radius: 7px;
                position: absolute;
                width: 100%;
                max-height: 400px;
                overflow-y: auto;
                display: none;
                z-index: 9999; /* Ensure it appears above all content */
            }

            .custom-option {
                padding: 10px;
                cursor: pointer;
            }

            .custom-option:hover {
                background-color: #ddd;
            }

            .custom-option1 {
                padding: 10px;
                cursor: pointer;
            }

            .custom-option1:hover {
                background-color: #ddd;
            }

            #categories-dropdown {
                display: none; /* Hidden by default */
                position: absolute;
                top: 100%; /* Position below the parent */
                left: 0;
                width: 100%;
                background-color: white;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
                z-index: 999;
                padding: 10px;
                border-radius: 5px;
            }

            /* Category List */
            .category-list {
                list-style-type: none;
                margin: 0;
                padding: 0;
            }

            .category-item {
                padding: 10px;
                cursor: pointer;
                border: 1px solid #ddd;
                margin-bottom: 5px;
                border-radius: 5px;
            }

            .category-item:hover {
                background-color: #f0f0f0;
            }

            /* Add spacing between the dropdown button and the list */
            .nav-item {
                position: relative;
            }

            .nav-link {
                display: flex;
                align-items: center;
            }

            .main-nav nav .navbar-nav .nav-item a {
                color: white !important;
            }

            /*.main-nav nav .navbar-nav .nav-item:hover a{
                color: #444 !important;
            }*/

            .form-group--icon {
                position: relative; /* Ensure the dropdown and results are positioned relative to this container */
            }

            /* Styles specific to search result panel */
            #search-result-panel {
                position: absolute;
                top: 100%; /* Position it directly below the input */
                left: 0;
                right: 0;
                z-index: 9999; /* Make sure it appears above other content */
                background-color: white;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow to the results panel for better visibility */
                border: 1px solid #ddd;
                border-radius: 5px;
                display: none; /* Initially hidden */
            /*    max-height: 300px;*/
                overflow-y: auto; /* Add scrolling if there are many results */
                padding: 10px;
            }

            /* Card styles specific to search result panel */
            #search-result-panel .search-result-card {
                margin-top: 10px;
            }

            #search-result-panel .card {
                margin-bottom: 15px;
                border: 1px solid #ddd;
                border-radius: 8px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

            #search-result-panel .card-body {
                padding: 20px;
            }

            #search-result-panel .card-title {
                font-size: 18px;
                font-weight: bold;
            }

            #search-result-panel .card-text {
                font-size: 14px;
                margin-bottom: 10px;
            }

            #search-result-panel .card p {
                font-size: 16px;
                margin-bottom: 5px;
            }

            .product-item {
                display: flex; /* Display content in a row */
                align-items: center; /* Vertically align items */
                margin-bottom: 15px; /* Space between items */
            }

            .product-image {
                width: 50px; /* Adjust the width of the image */
                height: auto; /* Maintain the image's aspect ratio */
                margin-right: 10px; /* Space between image and name */
            }

            .product-name {
                font-size: 16px;
                font-weight: bold;
            }

            .search-result-card {
                max-height: 300px; /* Set a fixed height */
                overflow-y: auto; /* Enable vertical scrolling */
                border: 1px solid #ddd; /* Optional: Add a border for visibility */
                padding: 10px; /* Add some spacing inside */
                background: #fff; /* Ensure background is visible */
            }

            /* Optional: Customize scrollbar for a better UI */
            .search-result-card::-webkit-scrollbar {
                width: 6px;
            }

            .search-result-card::-webkit-scrollbar-thumb {
                background-color: #888; /* Color of the scroll thumb */
                border-radius: 10px;
            }

            .search-result-card::-webkit-scrollbar-thumb:hover {
                background-color: #555;
            }

            .slider-container {
              overflow: visible !important;
            }

            .dropdown a.nav-link {
                color: white !important;
            }



            .dropdown:hover a.nav-link {
                color: white !important;
                cursor: pointer;
                text-decoration: none;
                font-size: 14px;
                font-weight: 500;
            }

            .is-sticky .dropdown:hover .nav-link {
                color: white !important;
            }

            .dropdown:hover .nav-item {
                color: black !important;
                cursor: pointer;
                text-decoration: none;
                font-size: 14px;
                font-weight: 500;
            }

            .is-sticky .dropdown:hover .nav-item {
                color: white !important;
            }

            .mobile-nav img {
                max-width: 175px;
            }

            .fa-solid, .fas {
                font-size: x-large;
            }
            @keyframes spin {
                0% { transform: translate(-50%, -50%) rotate(0deg); }
                100% { transform: translate(-50%, -50%) rotate(360deg); }
            }
            body.loading #testheader{
                display: none;
            }

            .flexible-header {
                display: none !important;
            }

            @media (max-width: 991px) {
                .flexible-header {
                    display: block !important;
                }
            }

            .mini-cart-icon {
                position: absolute;
                right: 50px;
                z-index: 1000;
                top: 16px;
            }

            .mini-search-icon {
                position: absolute;
                right: 88px;
                z-index: 1000;
                top: 13px;
            }

            .mini-cart-icon img {
                height: 30px;
            }

            .mini-account-icon {
                position: absolute;
                right: 150px;
                z-index: 1000;
                top: 15px;
            }

            .mini-account-icon img {
                height: 30px;
            }
            .mean-container a.meanmenu-reveal{
                width: 20px !important;
                height: 14px !important;
            }

            /* Mobile search wrapper */
            .mobile-search {
                position: relative;
            }

            /* Mobile search form */
            .mobile-search-form {
                position: absolute;
                top: 100%;
                right: 0;
                background: #fff;
                padding: 10px;
                border: 1px solid #ddd;
                border-radius: 5px;
                display: flex;
                flex-direction: column;
                gap: 10px;
                width: 220px;
                z-index: 999;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            }

            .mobile-search-form input {
                padding: 5px 8px;
                width: 100%;
            }

            .mobile-search-form button {
                background: transparent;
                border: none;
                cursor: pointer;
            }

            /* Category dropdown label */
            #mobile-product-cat-label {
                position: relative;
                cursor: pointer;
                padding: 5px 8px;
                border: 1px solid #ddd;
                border-radius: 5px;
                user-select: none;
            }

            /* Dropdown container */
            .custom-dropdown {
                display: none;
                background: #fff;
                border: 1px solid #ddd;
                border-radius: 5px;
                max-height: 200px;
                overflow-y: auto;
                position: absolute;
                width: 100%;
                top: 100%;
                left: 0;
                z-index: 10000;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            }

            /* Individual option */
            .custom-option {
                padding: 8px 10px;
                cursor: pointer;
            }

            .custom-option:hover {
                background: #f0f0f0;
            }
            .custom-dropdown {
              display: none;
            }
            .custom-dropdown.open {
              display: block;
            }