@media (max-width:575px){
    body .container {
        max-width: 100% !important;
    }
    .category-section,
    .highlight-section,
    .popular-section,
    .category-product-section,
    .banner-section{
        padding: 0 !important;
    }
    .product-review-card {        
        margin: 0px auto;
    }
    footer {        
        padding: 20px 5px 20px 5px;
    }
    footer .container .right-side .footer-section {
        width: 48%;
    }
    .service-title {
        font-size: 16px;
    }
    .desc-part .tab-button {
        padding: 10px 10px;        
        font-size: 14px;
        text-align: center;
    }
    .seller-part {
        border: 1px solid #e8e8e8;
        border-radius: 10px;
        padding: 10px 10px 0px 10px !important;
    }
    .stats-container {
        display: flex;
        overflow-x: auto;
        gap: 0;
        padding-top: 1rem;
        border-top: 1px solid #e2e8f0;
        flex-wrap: wrap;
    }
    .stat-item {
        width: 50%;
    }
    .fixed-action button{
        margin: 0 !important;
        border-radius: 0 !important;        
    }
    .fixed-action .buy-now-btn{
        border: 1px solid var(--primary);
    }
    body .category-desc{
        max-width: 100% !important;
    }
    .theme-page-hero {
        padding: 15px 0 !important;
    }
    .shop-sidebar-inner,
    .theme-filter-per-page-area,
    .theme-filter-column-select-area,
    .theme-block-left{
        display: none !important;
    }
    .shop-products{
        padding: 0 !important;
        margin-top: 20px;
    }
    body .shop-products .product-card {
        width: 47%;
    }
    .shop-sidebar-inner{
        transition: 300ms;
    }
    body .shop-sidebar-inner.open .close-shop-sidebar {
        display: block !important;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: black;
        color: white;
        border-radius: 2px;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wishlist-page .wishlist-btn {
        padding: 5px 10px;
        border-radius: 2px;
        gap: 0.5rem;
        font-size: 14px;
        background-color: white;
    }
    .wishlist-page .wishlist-header {        
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        flex-wrap: wrap;
    }
    .wishlist-page .wishlist-btn-primary {
        color: #4a5568;
        border: none;
    }
    .order-tracking-container h2 {        
        margin-bottom: 15px;
    }
    .order-tracking-container .search-section {
        display: flex;
        gap: 10px;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .order-tracking-container .order-details {        
        width: 100%;
    }
    .faq-page h1 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 10px;
        font-size: 22px;
    }
    .faq-page .search-input {
        width: 100%;
        padding: 10px 50px 10px 20px;
        border: 2px solid #e0e0e0;
        border-radius: 30px;
        font-size: 14px;
    }
    .faq-page {
        color: #333;
        margin: 0 auto;
        padding: 15px 5px;
    }
    .faq-page .contact-button {        
        padding: 10px 20px;
        font-size: 14px;
    }
    .contact-page h1 {        
        margin-bottom: 10px;
        font-size: 30px;
    }
    .contact-page .contact-info h2 {
        color: var(--secondary);
        margin-bottom: 25px;
        font-size: 20px;
    }
    .contact-page .contact-details h3 {
        color: var(--secondary);
        margin-bottom: 5px;
        font-size: 16px;
    }
    .contact-page .contact-form h2 {
        color: var(--secondary);
        margin-bottom: 20px;
        font-size: 20px;
    }
    .contact-page .form-group input, .contact-page .form-group textarea, .contact-page .form-group select {
        width: 100%;
        padding: 5px 10px;
    }
    .contact-page .form-group {
        margin-bottom: 10px;
    }
    .contact-page .form-group label {
        margin-bottom: 0;
    }
    .contact-page .location-card h3 {
        color: var(--secondary);
        margin-bottom: 10px;
        font-size: 20px;
    }
    .contact-page .location-card p {
        margin: 5px 0;
        color: #666;
        font-size: 14px;
    }
    .checkout-section {
        padding: 15px 5px;
    }
    .contact-page .locations-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
    }
    .checkout-section .form-label {
        margin-bottom: 3px;
    }
    .checkout-section .form-row{
        margin-bottom: 0 !important;
        gap: 0;
    }   
    .cart-section .item-price {
        font-size: 16px;
    } 
    .cart-section .quantity-controls {        
        margin-bottom: 0;
    }
    .cart-section .coupon-section {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 0px 0;
        margin-top: 30px;
        display: flex;
        align-items: center;
        gap: 1px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart-section .update-cart-btn {        
        padding: 10px 15px;
        margin-top: 7px;
        width: 100%;
    }
    .cart-section .coupon-area {
        width: 100%;
    }
    .blog-list .page-header {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .blog-list .page-title {        
        margin-bottom: 5px;
    }
    .blog-list .page-subtitle {
        font-size: 14px;
        color: var(--dark-gray);
        max-width: 80%;
        margin: 0 auto;
    }
    .blog-details .blog-article p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .blog-details .blog-article h2 {
        color: var(--secondary);
        margin: 1rem 0 0.5rem;
        font-size: 20px;
    }
    .blog-details .blog-article ul, .blog-details .blog-article ol {
        margin-bottom: 1.5rem;
        padding-left: 15px;
        font-size: 14px;
        line-height: initial;
        list-style: disc;
        margin-left: 15px;
    }
    .auth-container .auth-section {        
        padding: 20px 15px;
        background: transparent;
    }
    .about-page .value-card {
        padding: 15px;
    }
    .about-page .values-section {
        display: grid;
        grid-template-columns: repeat(auto-fit, 1fr);
        gap: 15px;
        margin: 10px 0;
    }
    .about-page .hero-image {        
        width: 100%;
    }
    .section-flex .section-title {
        margin-bottom: 0;
        font-size: 18px !important;
    }
    .about-page .team-section {
        margin: 30px 0 20px 0;
    }
    .about-page .team-grid {
        gap: 15px;
        margin-top: 20px;
    }
    .about-page .hero-section {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    .about-page {
        padding: 15px 5px;
    }
    .about-page h1 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .about-page h2 {
        color: var(--primary);
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .about-page p {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .auth-container {
        height: auto;
        gap: 30px;
        background-color: transparent;
    }
    .auth-container .form-title {        
        font-size: 20px;
        margin-bottom: 20px;
    }
    .blog-details .blog-category {        
        padding: 0.2rem 1rem;
        border-radius: 20px;
        font-size: 14px;
    }
    .blog-details .blog-article blockquote {
        border-left: 4px solid var(--primary);
        padding-left: 15px;
        margin: 1rem 0;
        font-style: italic;
        color: var(--dark-gray);
        font-size: 14px;
    }
    .blog-details .blog-article {
        padding: 0;
    }
    .cart-section .summary-column {
        flex: auto;
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 15px;
        text-align: center;
    }
    .blog-list .card-content {
        padding: 7px;
        border: 1px solid #e8e8e8;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .blog-list .newsletter-section {        
        padding: 1rem 2rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .blog-list .newsletter-form input {        
        padding: 10px 1rem;
    }
    .blog-list .newsletter-form button {        
        padding: 10px 1.5rem;
    }
    .blog-list .newsletter-title {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    .blog-list .newsletter-text {
        max-width: 600px;
        margin: 0 auto 1rem;
        opacity: 0.9;
        font-size: 14px;
    }
    .blog-list .card-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--secondary);
        line-height: 1.3;
    }
    .blog-list .read-more {
        margin-top: 10px;
    }
    .blog-list .card-excerpt {
        font-size: 14px;
        color: var(--dark-gray);
        margin-bottom: 0px;
        flex-grow: 1;
    }
    .cart-section .checkout-btn {
        width: auto;
        padding: 10px 15px;
        border-radius: 4px;
        font-size: 14px;
    }
    .cart-section .summary-title {        
        text-align: start;
    }
    .cart-section .cart-title {
        font-size: 20px;        
    }
    .cart-section .item-details {
        position: unset;
    }
    .cart-section .item-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        color: var(--secondary);
    }
    .cart-section .cart-header {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border-color);
    }
    .cart-section {
        padding: 20px 0px;
    }
    .checkout-section .form-section {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .checkout-section .order-summary {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 15px;
        border: 1px solid #e8e8e8;
    }
    .contact-page .faq-section {
        margin-top: 20px;
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
    }
    .contact-page .faq-answer p{
        font-size: 14px;
    }
    .contact-page .faq-section h2 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .contact-page .faq-item {
        margin-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
    }
    .contact-page .location-card {        
        padding: 15px 15px 10px 15px;
    }
    .contact-page .office-locations h2 {        
        margin-bottom: 15px;
        font-size: 26px;
    }
    .contact-page .contact-method {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .contact-page .page-description {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .contact-page {
        line-height: 1.6;
        color: #333;
        margin: 0 auto;
        padding: 15px 5px;
    }
    .customer-profile .form-actions {        
        gap: 15px;
        margin-top: 0;
        padding-top: 0px;
        border: none;
    }
    .customer-profile .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 30px;
    }
    .customer-profile .form-group {
        margin-bottom: 10px;
    }
    .faq-page .page-description {
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        color: #666;
    }
    .customer-profile .order-total {        
        font-size: 16px;
    }
    .customer-profile .order-items {
        margin-bottom: 0;
    }
    .customer-profile .order-header {        
        margin-bottom: 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    .faq-page .contact-prompt p {
        margin-bottom: 15px;
        color: #666;
        font-size: 14px;
    }
    .faq-page .contact-prompt {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 20px 20px 15px 20px;
        text-align: center;
        margin-top: 20px;
    }
    .faq-page .contact-prompt h3 {
        color: var(--secondary);
        margin-bottom: 15px;
        font-size: 20px;
    }
    .faq-page .search-section {
        margin-bottom: 20px;
        text-align: center;
    }
    .customer-profile .wishlist-page {
        background: transparent;
        padding: 0px 0px;
        border-radius: 4px;
    }
    .customer-profile .wishlist-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .theme-breadcrumb{
        padding-left: 0;
    }
    .customer-profile .sidebar-header {
        padding: 0 25px 15px;
        border-bottom: 1px solid #eee;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .customer-profile .content-header {        
        align-items: center;
        margin-bottom: 10px;
    }
    .customer-profile .order-status-large {
        padding: 5px 10px;
        font-size: 14px;
    }
    body.fixed .customer-profile .sidebar-header{
        transition: 300ms;
    }
    .customer-profile .order-actions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .customer-profile .action-text p {
        display: none;
    }
    .customer-profile .action-text h3 {
        margin: 0;
        font-size: 14px;
    }
    .customer-profile .action-card {        
        padding: 10px 10px 7px 10px;
    }
    .customer-profile .btn {        
        padding: 5px 10px;
        font-size: 12px;
    }
    .customer-profile .quantity-price {
        margin-bottom: 15px;
        text-align: center;
    }
    .order-confirmation-container .section-title{
        font-size: 20px !important;
    }    
    .order-confirmation-container .order-summary,
    .order-confirmation-container .shipping-info {        
        padding: 15px;
        margin-bottom: 20px;
    }
    .customer-profile .order-item-detailed {        
        gap: 20px;
        padding: 15px;
    }
    .order-confirmation-container .item-image {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font-size: 20px;
    }
    .order-confirmation-container .item-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .customer-profile .action-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
        font-size: 16px;
    }
    .order-confirmation-container .confirmation-icon {
        font-size: 40px;
        margin-bottom: 10px;
        color: white;
    }
    .order-confirmation-container .confirmation-subtitle {
        font-size: 16px;
        opacity: 0.9;
    }
    .customer-profile .card-icon {
        font-size: 24px;
        color: var(--primary);
    }
    .customer-profile .product-img-placeholder-large {
        margin: 0 auto;
    }
    body.fixed .customer-profile .sidebar-header{
        display: none;
    }
    .customer-profile .item-attributes,
    .customer-profile .item-rating {        
        justify-content: center;
    }
    body.fixed .customer-profile .sidebar {        
        position: fixed;
        z-index: 100;
    }
    .customer-profile .content-card {        
        padding: 15px;
    }
    .customer-profile .btn-back {
        background: white;
        border: 1px solid #333;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    .customer-profile .content-header h1 {
        color: var(--secondary);
        margin: 0;
        font-size: 22px;
    }
    .customer-profile .main-content {
        flex: 1;
        padding: 15px;
        overflow-y: auto;
    }
    .customer-profile .sidebar-header a{
        text-align: center;
    }
    .customer-profile .sidebar-header a img{
        width: 50%;
    }
    .theme-page-hero-content .page-title {
        font-size: 34px !important;
    }
    .bread-desc{
        max-width: 100% !important;
        font-size: 14px;
    }
    .wishlist-page .wishlist-title {
        font-size: 1.5rem;
    }
    .wishlist-page .wishlist-footer {
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .wishlist-page {
        padding: 10px 0;
    }
    .wishlist-page .wishlist-grid .product-card {
        margin: 0 1% 1% 0;
        max-width: 100%;
        width: 49%;
    }
    body .shop-sidebar-inner.open {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        height: 100vh;
        padding-top: 0;
    }
    .theme-shop-fast-filters {
        background-color: white;
        padding: 0;
        border-bottom: none;
    }
    .theme-inline-two-block {
        padding: 0;
        background-color: white;
        border-bottom: none;
    }
    .section-title {
        font-size: 26px !important;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .fixed-action.action-btn {
        display: flex !important;
        position: fixed;
        bottom: -1px;
        width: 100%;
        align-items: center;
        justify-content: center;
        z-index: 999;
        background-color: white;
        padding: 20px 20px;
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
    }
    .section-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .view-store-btn {
        background-color: white;
        border: 1px solid #ccc;
        font-size: 12px;
        margin: 0 !important;
    }
    .company-details h2 {
        font-size: 16px;
        color: #1a202c;
        margin-bottom: 0.25rem;
    }
    .stat-item:nth-child(3) {
        padding: 0;
        border-left: 0 !important;
    }
    .product-details {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
        /* margin-top: 10px; */
    }
    .product-view-body header,
    .product-view-body .breadcrumb-container{
        /* display: none; */
    }
    .product-view-banner,.assurance-info{
        display: none;
    }
    .product-part {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .product-image-part {
        width: 100%;
    }
    .custom-breadcrumb {
        gap: 3px;
    }
    .product-info-part {
        width: 100%;
        margin-top: 20px;
    }
    .product-info-part h1 {
        font-size: 18px;
    }
    .campaign-title h4 {
        font-size: 16px;
        font-weight: 600;
    }
    .campaign-title img {
        width: 25px;
        height: 30px;
    }
    .campaign-banner {
        background-color: #FEF2DA;
        padding: 10px;
        border-radius: 6px;
    }
    .product-price .price-item strong {
        font-size: 18px;
    }
    .product-price .price-item p {
        font-size: 13px;
        color: #1a202c;
    }
    .product-info-part .product-price {
        gap: 10px;
    }
    .breadcrumb-container {
        margin-bottom: 0 !important;
        padding: 15px 0 !important;
        border-bottom: none !important;
    }
    .about-page .cta-button {        
        padding: 10px 30px;
        border-radius: 4px;
        margin-top: 0;
        font-size: 14px;
    }
    .about-page .cta-section h2 {
        color: white;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .about-page .cta-section {
        background-color: var(--secondary);
        color: white;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        margin-top: 20px;
    }
    .product-image-part .exzoom .exzoom_nav .exzoom_nav_inner span {        
        margin-left: 3px !important;
    }
    .service-item {
        gap: 10px;
        align-items: start;
        margin-bottom: 10px;
    }
    footer .container{
        gap: 0;
    }
    footer .container.flex-column{
        margin-top: 0 !important;
    }
    footer .container .left-side {
        width: 100%;
        margin-right: 0;
    }
    footer .payment-getway{
        text-align: center;
    }
    footer .container .right-side {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    footer .copyright {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 60px;
    }
    .service-description {
        font-size: 12px;
        margin-top: 5px;
        color: #6c6767;
    }
    .service-icon i {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px;
    }
    .product-review-card .rating-section {        
        margin-bottom: 0;
        padding: 15px 15px 0 15px;
    }
    .product-review-card .reviewer-section {        
        margin-bottom: 0;
        padding: 10px 15px 0px 15px;
    }
    .product-review-card .product-section .product-image {
        height: 40px;
    }
    .product-review-card .product-section {        
        padding: 5px 7px;
    }
    .service-section {
        padding: 20px 0;
    }
    .product-card .discount-badge {        
        padding: 0px 5px !important;
        border-radius: 2px !important;
        font-size: 12px !important;
    }
    .product-card .product-image {
        margin-bottom: 10px !important;
    }
    .product-card .product-image::after,
    .product-card .action-buttons::after {
        display: none !important;
    }
    .product-card .stock-info {        
        margin-bottom: 0 !important;
    }
    .product-card {
        padding: 7px !important;
    }
    .product-action-part{
        width: 100%;
    }
    .desc-part .tab-button.active {
        color: white;
        border-color: var(--primary);
        background-color: var(--primary);
    }
    .desc-part .tab-content {
        display: none;
        padding: 10px;
    }
    .desc-part .description-title {
        font-size: 18px;
        margin-bottom: 10px;
        color: var(--primary);
    }
    .desc-part .description-text {        
        font-size: 14px;
    }
    .desc-part .features-list {
        margin-left: 15px;
        margin-bottom: 20px;
        padding-left: 15px;
        list-style: disc;
        font-size: 14px;
    }
    .review-btn{
        padding: 10px 15px;
        background: var(--primary);
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }
    .desc-part {
        border: 1px solid #e8e8e8;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-action-part .buy-now-btn,
    .product-action-part .add-to-cart-btn{
        display: none;
    }
    .product-card .product-name {
        font-size: 15px !important;
        margin-bottom: 3px !important;
    }
    .product-card .price-container {        
        margin-bottom: 0px !important;
    }
    .category-item .text {
        font-size: 13px;
        margin-top: 5px;
    }
    .highlight-section .highlight-slider, 
    .highlight-section .highlight-slider2 {
        box-shadow: none;
        border: 1px solid #e8e8e8;
    }    
    .highlight-section .product-card {        
        flex-wrap: wrap !important;
    }
    .highlight-section .item-img {
        width: 100%;
        text-align: center;
        border-radius: 12px;
        box-shadow: -4px -2px 30px 2px rgb(0 0 0 / 7%);
        background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    }
    .highlight-section .swiper-slide {
        padding: 25px 25px;
    }
    .highlight-section .gap-50px {
        gap: 25px;
    }
    .highlight-section .item-info {
        width: 100%;
    }
    .product-card .product-image img {
        /* height: 170px; */
        height: auto !important;
    }
    .highlight-section .item-img img {
        border: none;
        background: transparent;
        /* height: 210px; */
        height: auto;
        width: 80%;
        text-align: center;
        box-shadow: none;
        margin: 15px auto;
    }
    body.fixed .header-main {
        padding: 7px 0 7px 0;
    }
    .top-headline .headline-text {
        min-width: auto;
    }
    body .service-section .container,
    footer .container{
        flex-wrap: wrap;
    }
    .header-whatsapp,
    nav.navbar{
        display: none;
        width: 0;
    }
    .header-main .container
    .sidebar-menu i{
        font-size: 14px;
    }
    body header,
    body .mobile-search,
    body .top-headline{
        transition: 300ms;
    }
    body.fixed .mobile-search,
    body.fixed .top-headline{
        display: none !important;
    }    
    body.fixed header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: white;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }
    .slider-section .container {
        padding-left: 0;
    }
    .slider-section .swiper-container {
        width: calc( 100% - 12px );
        margin: 0 0px 0 12px;
        padding: 10px 0 0px 0;
    }
    .highlight-section .container{
        flex-wrap: wrap;
    }
    .highlight-section .highlight-slider, .highlight-section .highlight-slider2 {
        width: 100% !important;
    }
    .trending-product .banner-part {
        width: 0%;
        display: none;
    }
    .highlight-section .swiper-container-horizontal>.swiper-pagination-bullets, 
    .highlight-section .swiper-pagination-custom, 
    .highlight-section .swiper-pagination-fraction {
        right: 3px;
    }
    .section-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .view-all {
        border: 1px solid #e8e8e8;
        padding: 5px 10px;
        border-radius: 20px;
        color: #333;
        font-size: 12px;
    }
    .trending-product .products-part {
        width: 100%;
    }
    .slider-section .slideshow-navigation-button{
        display: none;
    }
    .headline-socials {
        text-wrap: nowrap;
    }
    .top-headline .headline-socials .social-item {
        margin: 0 2px;
    }   
    .top-headline .headline-socials .social-item img {
        width: 12px;
    }
    .top-headline .headline-socials .social-item:first-child img {
        width: 14px;
    }
    .top-headline .headline-socials .social-item:last-child img {
        width: 15px;
    }
    .top-headline .headline-text span {
        text-wrap: nowrap;
    }
    .top-headline .container {        
        gap: 15px;
    }
    .header-search {
        width: 0;
        display: none;
    }
    .header-main {
        padding: 5px 0 5px 0;
        position: relative;
    }
    .header-logo img {
        width: 120px;        
    }
    body .header-logo{
        width: auto;
        margin-left: 30px;
    }
    .service-item {
        width: 50%;
    }
    .top-headline{
        padding: 3px 0;
        background-color: #f4f4f4;
    }
    .header-main {
        border-bottom-color: transparent;
    }
    body .mobile-search{
        margin-top: 10px;
        display: block !important;
    }
    .popular-section .section-title,
    .popular-section .view-all{
        display: none;
    }
    .popular-section .nav-link{
        margin: 0 !important;
        padding: 5px 7px;
        font-size: 10px;
    }
    .popular-section .section-flex{
        justify-content: center !important;
    }
    body .mobile-search .header-search{
        width: 100% !important;
        display: block !important;
    }
    .header-search form {
        width: 100%;
    }
    .header-action {
        width: auto;
        gap: 15px;
        margin-right: 10px;
    }
    .m-d-block{
        display: block !important;
    }
    .top-search{
        font-size: 18px;
        color: #1b1a1a;
        cursor: pointer;
    }
    .m-d-none{
        display: none;
    }
    .header-action a img {
        width: 20px;
    }
    .header-main .container {        
        justify-content: space-between;
    }
    body .toggle-menu {
        display: block !important;
        position: absolute;
        left: 15px;
        top: 15px;     
    }
    .pagination-number {
        font-size: 14px;
        color: #FFF;
        font-family: var(--font);
        padding: 0 0.5rem;
    }
    .slideshow-pagination {
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        transition: .3s opacity;
        z-index: 10;
    }
    .slide-content {
        min-height: 30vh;
        height: 30vh;
        margin-top: 0;
    }
    /* menu sidebar css start */
    .animate-menu-push {
        left: 0;
        position: relative;
        transition: all 0.3s ease;
    }

    .animate-menu-push.animate-menu-push-right {
        left: 200px;
    }

    .animate-menu-push.animate-menu-push-left {
        left: -200px;
    }

    .animate-menu {
        position: fixed;
        top: 0;
        width: 200px;
        height: 100%;
        transition: all 0.3s ease;
    }

    .animate-menu-left {
        left: -200px;
    }

    .animate-menu-left.animate-menu-open {
        left: 0;
    }

    .animate-menu-right {
        right: -200px;
    }

    .animate-menu-right.animate-menu-open {
        right: 0;
    }

    .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    .sidebar-menu>li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu>li>a {
        padding: 0px 0px 0px 15px;
        display: block;
        border-left: 3px solid transparent;
        color: #161616;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
    }

    .sidebar-menu>li>a>.fa {
        width: 20px;        
    }
    .sidebar-menu>li a {
        border-bottom: 1px solid #e8e8e8;
    }
    .sidebar-menu>li>a i {
        margin-right: 7px;
        font-size: 15px;
    }

    .sidebar-menu>li:hover>a,
    .sidebar-menu>li.active>a {
        color: #161616;
        background: #fff;
        border-left-color: #3c8dbc;
    }

    .sidebar-menu>li .label,
    .sidebar-menu>li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu li.sidebar-header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-menu li>a>.fa-angle-right {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
        font-size: 10px;
    }
    .sidebar-menu li>a .fa-angle-right {
        background: white;
        margin: 0;
    }
    .mobile-menu-sidebar .offcanvas-body{
        padding: 0;
    }
    .mobile-menu-sidebar .nav-item{
        border-bottom: 1.5px solid #e8e8e8;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item{
        width: 50%;
        text-align: center;
    }
    .mobile-menu-sidebar{
        max-width: 80%;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item .nav-link {
        width: 100%;
        border: none;
        background: #fff;
        border-radius: 0;
        padding: 15px 20px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        color: #161616;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item .nav-link.active{
        background-color: #f1f1f1;        
    }
    .sidebar-menu li.active>a>.fa-angle-right {
        transform: rotate(90deg);
    }

    .sidebar-menu li.active>.sidebar-submenu {
        display: block;
    }

    .sidebar-menu a {
        color: #161616;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-submenu {
        display: none;
        list-style: none;
        padding-left: 0px;
        margin: 0px;
        background: #fff;
    }

    .sidebar-menu .sidebar-submenu .sidebar-submenu {
        padding-left: 0px;
    }

    .sidebar-menu .sidebar-submenu>li>a {
        padding: 0px 0px 0px 15px;
        display: block;
        font-size: 14px;
        color: #161616;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    body .sidebar-menu li a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-size: 14px;
        position: relative;
    }
    body .sidebar-menu li a .fa-angle-right{
        position: absolute !important;
        right: 0;
        width: 45px;
        text-align: center;
        position: relative;
    }
    body .sidebar-menu li a .fa-angle-right::after{
        content: '';
        position: absolute;
        width: 1px;
        height: 52px;
        background-color: #e8e8e8;
        left: -3px;
        top: -21px;
    }
    body .sidebar-menu li li a .fa-angle-right::after {        
        left: -3px !important;
        top: -21px !important;
        transform: none !important;
    }
    body .sidebar-menu li.active a .fa-angle-right::after {
        transform: rotate(90deg);
        left: 22px;
        top: 4px;
    }    
    .mobile-menu-sidebar .text-reset {
        background: #161616;
        color: white !important;
        border: none;
        padding: 2px 7px;
        position: absolute;
        left: 100%;
    }
    body .sidebar-menu li.active li.active a .fa-angle-right::after{
        transform: rotate(90deg) !important;
        left: 22px !important;
        top: 4px !important;
    }
    body .offcanvas-body .tab-content .sidebar-menu li li li a .fa-angle-right::after {        
        left: -3px !important;
        top: -21px !important;
        transform: none !important;
    }
    body .sidebar-menu li.active li.active li.active a .fa-angle-right::after{
        transform: rotate(90deg) !important;
        left: 22px !important;
        top: 4px !important;
    }
    .sidebar-menu .sidebar-submenu>li.active>a,
    .sidebar-menu .sidebar-submenu>li>a:hover {
        color: #161616;
    }

    .sidebar-menu-rtl {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #222d32;
    }

    .sidebar-menu-rtl>li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu-rtl>li>a {
        padding: 12px 15px 12px 5px;
        display: block;
        color: #161616;
    }

    .sidebar-menu-rtl>li>a>.fa {
        width: 20px;
    }

    .sidebar-menu-rtl>li:hover>a,
    .sidebar-menu-rtl>li.active>a {
        color: #fff;
        background: #fff;
    }

    .sidebar-menu-rtl>li .label,
    .sidebar-menu-rtl>li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu-rtl li.sidebar-header {
        padding: 10px 15px 10px 25px;
        font-size: 12px;
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-menu-rtl li>a>.fa-angle-right {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .sidebar-menu-rtl li.active>a>.fa-angle-right {
        transform: rotate(90deg);
    }

    .sidebar-menu-rtl li.active>.sidebar-submenu {
        display: block;
    }

    .sidebar-menu-rtl a {
        color: #b8c7ce;
        text-decoration: none;
    }

    .sidebar-menu-rtl .sidebar-submenu {
        display: none;
        list-style: none;
        padding-right: 5px;
        margin: 0 1px;
        background: #2c3b41;
    }

    .sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
        padding-right: 20px;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a {
        padding: 5px 15px 5px 5px;
        display: block;
        font-size: 14px;
        color: #8aa4af;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa {
        width: 20px;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa-angle-right,
    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa-angle-down {
        width: auto;
    }

    .sidebar-menu-rtl .sidebar-submenu>li.active>a,
    .sidebar-menu-rtl .sidebar-submenu>li>a:hover {
        color: #fff;
    }
    /* menu sidebar css end */
    /* footer navigation css start */
    .footer-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0rem 0;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        display: block !important;
    }
    
    .footer-nav .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }
    
    .footer-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #1a1a1a;
        text-decoration: none;
        padding: 0.5rem;
        transition: all 0.3s ease;
        flex: 1;
    }
    
    .footer-nav .nav-item:hover {
        color: #0d6efd;
        transform: translateY(-3px);
    }
    
    .footer-nav .nav-icon {
        font-size: 1.5rem;
        margin-bottom: 0rem;
    }
    
    .footer-nav .nav-text {
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .footer-nav .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        padding: 0.5rem;
        flex: 1;
    }
    
    .footer-nav .logo-icon {
        font-size: 2rem;
        margin-bottom: 0.3rem;
        color: #1a1a1a;
    }
    
    .footer-nav .logo-text {
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .footer-nav .cart-count {
        position: absolute;
        top: -5px;
        right: 15px;
        background-color: #ff5252;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.7rem;
        font-weight: bold;
    }
    
    .footer-nav .cart-container {
        position: relative;
    }
    
    .footer-nav .active {
        font-weight: bolder;
        position: relative;
    }
    
    .footer-nav .active::after {
        display: none;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 5px;
        height: 5px;
        background-color: #0d6efd;
        border-radius: 50%;
    }
    
    @media (max-width: 768px) {
    
        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.75rem;
        }
    
        .footer-nav .nav-icon {
            font-size: 1.3rem;
        }
    
        .footer-nav .logo-icon {
            font-size: 1.7rem;
        }
    }
    
    @media (max-width: 480px) {
        .footer-nav .nav-container {
            padding: 0 0.5rem;
        }
    
        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.7rem;
        }
    
        .footer-nav .nav-icon {
            font-size: 1.2rem;
        }
    
        .footer-nav .logo-icon {
            font-size: 2rem;
        }
    }
    /* footer navigation css end */
}
@media (min-width:475px) and (max-width:575px) {
    body .shop-products .product-card {
        width: 31%;
    }
}
@media (min-width:576px) and (max-width:767px){
    body .container {
        max-width: 100% !important;
    }
    .category-section,
    .highlight-section,
    .popular-section,
    .category-product-section,
    .banner-section{
        padding: 0 !important;
    }
    .product-review-card {        
        margin: 0px auto;
    }
    footer {        
        padding: 20px 5px 20px 5px;
    }
    footer .container .right-side .footer-section {
        width: 48%;
    }
    .service-title {
        font-size: 16px;
    }
    .desc-part .tab-button {
        padding: 10px 10px;        
        font-size: 14px;
        text-align: center;
    }
    .seller-part {
        border: 1px solid #e8e8e8;
        border-radius: 10px;
        padding: 10px 10px 0px 10px !important;
    }
    .stats-container {
        display: flex;
        overflow-x: auto;
        gap: 0;
        padding-top: 1rem;
        border-top: 1px solid #e2e8f0;
        flex-wrap: wrap;
    }
    .stat-item {
        width: 50%;
    }
    .fixed-action button{
        margin: 0 !important;
        border-radius: 0 !important;        
    }
    .fixed-action .buy-now-btn{
        border: 1px solid var(--primary);
    }
    body .category-desc{
        max-width: 100% !important;
    }
    .theme-page-hero {
        padding: 15px 0 !important;
    }
    .shop-sidebar-inner,
    .theme-filter-per-page-area,
    .theme-filter-column-select-area,
    .theme-block-left{
        display: none !important;
    }
    .shop-products{
        padding: 0 !important;
        margin-top: 20px;
    }
    body .shop-products .product-card {
        width: 31%;
    }
    .shop-sidebar-inner{
        transition: 300ms;
    }
    body .shop-sidebar-inner.open .close-shop-sidebar {
        display: block !important;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: black;
        color: white;
        border-radius: 2px;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wishlist-page .wishlist-btn {
        padding: 5px 10px;
        border-radius: 2px;
        gap: 0.5rem;
        font-size: 14px;
        background-color: white;
    }
    .wishlist-page .wishlist-header {        
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        flex-wrap: wrap;
    }
    .wishlist-page .wishlist-btn-primary {
        color: #4a5568;
        border: none;
    }
    .order-tracking-container h2 {        
        margin-bottom: 15px;
    }
    .order-tracking-container .search-section {
        display: flex;
        gap: 10px;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .order-tracking-container .order-details {        
        width: 100%;
    }
    .faq-page h1 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 10px;
        font-size: 22px;
    }
    .faq-page .search-input {
        width: 100%;
        padding: 10px 50px 10px 20px;
        border: 2px solid #e0e0e0;
        border-radius: 30px;
        font-size: 14px;
    }
    .faq-page {
        color: #333;
        margin: 0 auto;
        padding: 15px 5px;
    }
    .faq-page .contact-button {        
        padding: 10px 20px;
        font-size: 14px;
    }
    .contact-page h1 {        
        margin-bottom: 10px;
        font-size: 30px;
    }
    .contact-page .contact-info h2 {
        color: var(--secondary);
        margin-bottom: 25px;
        font-size: 20px;
    }
    .contact-page .contact-details h3 {
        color: var(--secondary);
        margin-bottom: 5px;
        font-size: 16px;
    }
    .contact-page .contact-form h2 {
        color: var(--secondary);
        margin-bottom: 20px;
        font-size: 20px;
    }
    .contact-page .form-group input, .contact-page .form-group textarea, .contact-page .form-group select {
        width: 100%;
        padding: 5px 10px;
    }
    .contact-page .form-group {
        margin-bottom: 10px;
    }
    .contact-page .form-group label {
        margin-bottom: 0;
    }
    .contact-page .location-card h3 {
        color: var(--secondary);
        margin-bottom: 10px;
        font-size: 20px;
    }
    .contact-page .location-card p {
        margin: 5px 0;
        color: #666;
        font-size: 14px;
    }
    .checkout-section {
        padding: 15px 5px;
    }
    .contact-page .locations-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
    }
    .checkout-section .form-label {
        margin-bottom: 3px;
    }
    .checkout-section .form-row{
        margin-bottom: 0 !important;
        gap: 0;
    }   
    .cart-section .item-price {
        font-size: 16px;
    } 
    .cart-section .quantity-controls {        
        margin-bottom: 0;
    }
    .cart-section .coupon-section {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 0px 0;
        margin-top: 30px;
        display: flex;
        align-items: center;
        gap: 1px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart-section .update-cart-btn {        
        padding: 10px 15px;
        margin-top: 7px;
        width: 100%;
    }
    .cart-section .coupon-area {
        width: 100%;
    }
    .blog-list .page-header {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .blog-list .page-title {        
        margin-bottom: 5px;
    }
    .blog-list .page-subtitle {
        font-size: 14px;
        color: var(--dark-gray);
        max-width: 80%;
        margin: 0 auto;
    }
    .blog-details .blog-article p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .blog-details .blog-article h2 {
        color: var(--secondary);
        margin: 1rem 0 0.5rem;
        font-size: 20px;
    }
    .blog-details .blog-article ul, .blog-details .blog-article ol {
        margin-bottom: 1.5rem;
        padding-left: 15px;
        font-size: 14px;
        line-height: initial;
        list-style: disc;
        margin-left: 15px;
    }
    .auth-container .auth-section {        
        padding: 20px 15px;
        background: transparent;
    }
    .about-page .value-card {
        padding: 15px;
    }
    .about-page .values-section {
        display: grid;
        grid-template-columns: repeat(auto-fit, 1fr);
        gap: 15px;
        margin: 10px 0;
    }
    .about-page .hero-image {        
        width: 100%;
    }
    .section-flex .section-title {
        margin-bottom: 0;
        font-size: 18px !important;
    }
    .about-page .team-section {
        margin: 30px 0 20px 0;
    }
    .about-page .team-grid {
        gap: 15px;
        margin-top: 20px;
    }
    .about-page .hero-section {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    .about-page {
        padding: 15px 5px;
    }
    .about-page h1 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .about-page h2 {
        color: var(--primary);
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .about-page p {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .auth-container {
        height: auto;
        gap: 30px;
        background-color: transparent;
    }
    .auth-container .form-title {        
        font-size: 20px;
        margin-bottom: 20px;
    }
    .blog-details .blog-category {        
        padding: 0.2rem 1rem;
        border-radius: 20px;
        font-size: 14px;
    }
    .blog-details .blog-article blockquote {
        border-left: 4px solid var(--primary);
        padding-left: 15px;
        margin: 1rem 0;
        font-style: italic;
        color: var(--dark-gray);
        font-size: 14px;
    }
    .blog-details .blog-article {
        padding: 0;
    }
    .cart-section .summary-column {
        flex: auto;
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 15px;
        text-align: center;
    }
    .blog-list .card-content {
        padding: 7px;
        border: 1px solid #e8e8e8;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .blog-list .newsletter-section {        
        padding: 1rem 2rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .blog-list .newsletter-form input {        
        padding: 10px 1rem;
    }
    .blog-list .newsletter-form button {        
        padding: 10px 1.5rem;
    }
    .blog-list .newsletter-title {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    .blog-list .newsletter-text {
        max-width: 600px;
        margin: 0 auto 1rem;
        opacity: 0.9;
        font-size: 14px;
    }
    .blog-list .card-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--secondary);
        line-height: 1.3;
    }
    .blog-list .read-more {
        margin-top: 10px;
    }
    .blog-list .card-excerpt {
        font-size: 14px;
        color: var(--dark-gray);
        margin-bottom: 0px;
        flex-grow: 1;
    }
    .cart-section .checkout-btn {
        width: auto;
        padding: 10px 15px;
        border-radius: 4px;
        font-size: 14px;
    }
    .cart-section .summary-title {        
        text-align: start;
    }
    .cart-section .cart-title {
        font-size: 20px;        
    }
    .cart-section .item-details {
        position: unset;
    }
    .cart-section .item-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        color: var(--secondary);
    }
    .cart-section .cart-header {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border-color);
    }
    .cart-section {
        padding: 20px 0px;
    }
    .checkout-section .form-section {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .checkout-section .order-summary {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 15px;
        border: 1px solid #e8e8e8;
    }
    .contact-page .faq-section {
        margin-top: 20px;
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
    }
    .contact-page .faq-answer p{
        font-size: 14px;
    }
    .contact-page .faq-section h2 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .contact-page .faq-item {
        margin-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
    }
    .contact-page .location-card {        
        padding: 15px 15px 10px 15px;
    }
    .contact-page .office-locations h2 {        
        margin-bottom: 15px;
        font-size: 26px;
    }
    .contact-page .contact-method {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .contact-page .page-description {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .contact-page {
        line-height: 1.6;
        color: #333;
        margin: 0 auto;
        padding: 15px 5px;
    }
    .customer-profile .form-actions {        
        gap: 15px;
        margin-top: 0;
        padding-top: 0px;
        border: none;
    }
    .customer-profile .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 30px;
    }
    .customer-profile .form-group {
        margin-bottom: 10px;
    }
    .faq-page .page-description {
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        color: #666;
    }
    .customer-profile .order-total {        
        font-size: 16px;
    }
    .customer-profile .order-items {
        margin-bottom: 0;
    }
    .customer-profile .order-header {        
        margin-bottom: 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    .faq-page .contact-prompt p {
        margin-bottom: 15px;
        color: #666;
        font-size: 14px;
    }
    .faq-page .contact-prompt {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 20px 20px 15px 20px;
        text-align: center;
        margin-top: 20px;
    }
    .faq-page .contact-prompt h3 {
        color: var(--secondary);
        margin-bottom: 15px;
        font-size: 20px;
    }
    .faq-page .search-section {
        margin-bottom: 20px;
        text-align: center;
    }
    .customer-profile .wishlist-page {
        background: transparent;
        padding: 0px 0px;
        border-radius: 4px;
    }
    .customer-profile .wishlist-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .theme-breadcrumb{
        padding-left: 0;
    }
    .customer-profile .sidebar-header {
        padding: 0 25px 15px;
        border-bottom: 1px solid #eee;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .customer-profile .content-header {        
        align-items: center;
        margin-bottom: 10px;
    }
    .customer-profile .order-status-large {
        padding: 5px 10px;
        font-size: 14px;
    }
    body.fixed .customer-profile .sidebar-header{
        transition: 300ms;
    }
    .customer-profile .order-actions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .customer-profile .action-text p {
        display: none;
    }
    .customer-profile .action-text h3 {
        margin: 0;
        font-size: 14px;
    }
    .customer-profile .action-card {        
        padding: 10px 10px 7px 10px;
    }
    .customer-profile .btn {        
        padding: 5px 10px;
        font-size: 12px;
    }
    .customer-profile .quantity-price {
        margin-bottom: 15px;
        text-align: center;
    }
    .order-confirmation-container .section-title{
        font-size: 20px !important;
    }    
    .order-confirmation-container .order-summary,
    .order-confirmation-container .shipping-info {        
        padding: 15px;
        margin-bottom: 20px;
    }
    .customer-profile .order-item-detailed {        
        gap: 20px;
        padding: 15px;
    }
    .order-confirmation-container .item-image {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font-size: 20px;
    }
    .order-confirmation-container .item-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .customer-profile .action-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
        font-size: 16px;
    }
    .order-confirmation-container .confirmation-icon {
        font-size: 40px;
        margin-bottom: 10px;
        color: white;
    }
    .order-confirmation-container .confirmation-subtitle {
        font-size: 16px;
        opacity: 0.9;
    }
    .customer-profile .card-icon {
        font-size: 24px;
        color: var(--primary);
    }
    .customer-profile .product-img-placeholder-large {
        margin: 0 auto;
    }
    body.fixed .customer-profile .sidebar-header{
        display: none;
    }
    .customer-profile .item-attributes,
    .customer-profile .item-rating {        
        justify-content: center;
    }
    body.fixed .customer-profile .sidebar {        
        position: fixed;
        z-index: 100;
    }
    .customer-profile .content-card {        
        padding: 15px;
    }
    .customer-profile .btn-back {
        background: white;
        border: 1px solid #333;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    .customer-profile .content-header h1 {
        color: var(--secondary);
        margin: 0;
        font-size: 22px;
    }
    .customer-profile .main-content {
        flex: 1;
        padding: 15px;
        overflow-y: auto;
    }
    .customer-profile .sidebar-header a{
        text-align: center;
    }
    .customer-profile .sidebar-header a img{
        width: 50%;
    }
    .theme-page-hero-content .page-title {
        font-size: 34px !important;
    }
    .bread-desc{
        max-width: 100% !important;
        font-size: 14px;
    }
    .wishlist-page .wishlist-title {
        font-size: 1.5rem;
    }
    .wishlist-page .wishlist-footer {
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .wishlist-page {
        padding: 10px 0;
    }
    .wishlist-page .wishlist-grid .product-card {
        margin: 0 1% 1% 0;
        max-width: 100%;
        width: 49%;
    }
    body .shop-sidebar-inner.open {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        z-index: 1000;
        height: 100vh;
        padding-top: 0;
    }
    .theme-shop-fast-filters {
        background-color: white;
        padding: 0;
        border-bottom: none;
    }
    .theme-inline-two-block {
        padding: 0;
        background-color: white;
        border-bottom: none;
    }
    .section-title {
        font-size: 26px !important;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .fixed-action.action-btn {
        display: flex !important;
        position: fixed;
        bottom: -1px;
        width: 100%;
        align-items: center;
        justify-content: center;
        z-index: 999;
        background-color: white;
        padding: 20px 20px;
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
    }
    .section-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .view-store-btn {
        background-color: white;
        border: 1px solid #ccc;
        font-size: 12px;
        margin: 0 !important;
    }
    .company-details h2 {
        font-size: 16px;
        color: #1a202c;
        margin-bottom: 0.25rem;
    }
    .stat-item:nth-child(3) {
        padding: 0;
        border-left: 0 !important;
    }
    .product-details {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
        /* margin-top: 10px; */
    }
    .product-view-body header,
    .product-view-body .breadcrumb-container{
        /* display: none; */
    }
    .product-view-banner,.assurance-info{
        display: none;
    }
    .product-part {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .product-image-part {
        width: 100%;
    }
    .custom-breadcrumb {
        gap: 3px;
    }
    .product-info-part {
        width: 100%;
        margin-top: 20px;
    }
    .product-info-part h1 {
        font-size: 18px;
    }
    .campaign-title h4 {
        font-size: 16px;
        font-weight: 600;
    }
    .campaign-title img {
        width: 25px;
        height: 30px;
    }
    .campaign-banner {
        background-color: #FEF2DA;
        padding: 10px;
        border-radius: 6px;
    }
    .product-price .price-item strong {
        font-size: 18px;
    }
    .product-price .price-item p {
        font-size: 13px;
        color: #1a202c;
    }
    .product-info-part .product-price {
        gap: 10px;
    }
    .breadcrumb-container {
        margin-bottom: 0 !important;
        padding: 15px 0 !important;
        border-bottom: none !important;
    }
    .about-page .cta-button {        
        padding: 10px 30px;
        border-radius: 4px;
        margin-top: 0;
        font-size: 14px;
    }
    .about-page .cta-section h2 {
        color: white;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .about-page .cta-section {
        background-color: var(--secondary);
        color: white;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        margin-top: 20px;
    }
    .product-image-part .exzoom .exzoom_nav .exzoom_nav_inner span {        
        margin-left: 3px !important;
    }
    .service-item {
        gap: 10px;
        align-items: start;
        margin-bottom: 10px;
    }
    footer .container{
        gap: 0;
    }
    footer .container.flex-column{
        margin-top: 0 !important;
    }
    footer .container .left-side {
        width: 100%;
        margin-right: 0;
    }
    footer .payment-getway{
        text-align: center;
    }
    footer .container .right-side {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    footer .copyright {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 60px;
    }
    .service-description {
        font-size: 12px;
        margin-top: 5px;
        color: #6c6767;
    }
    .service-icon i {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px;
    }
    .product-review-card .rating-section {        
        margin-bottom: 0;
        padding: 15px 15px 0 15px;
    }
    .product-review-card .reviewer-section {        
        margin-bottom: 0;
        padding: 10px 15px 0px 15px;
    }
    .product-review-card .product-section .product-image {
        height: 40px;
    }
    .product-review-card .product-section {        
        padding: 5px 7px;
    }
    .service-section {
        padding: 20px 0;
    }
    .product-card .discount-badge {        
        padding: 0px 5px !important;
        border-radius: 2px !important;
        font-size: 12px !important;
    }
    .product-card .product-image {
        margin-bottom: 10px !important;
    }
    .product-card .product-image::after,
    .product-card .action-buttons::after {
        display: none !important;
    }
    .product-card .stock-info {        
        margin-bottom: 0 !important;
    }
    .product-card {
        padding: 7px !important;
    }
    .product-action-part{
        width: 100%;
    }
    .desc-part .tab-button.active {
        color: white;
        border-color: var(--primary);
        background-color: var(--primary);
    }
    .desc-part .tab-content {
        display: none;
        padding: 10px;
    }
    .desc-part .description-title {
        font-size: 18px;
        margin-bottom: 10px;
        color: var(--primary);
    }
    .desc-part .description-text {        
        font-size: 14px;
    }
    .desc-part .features-list {
        margin-left: 15px;
        margin-bottom: 20px;
        padding-left: 15px;
        list-style: disc;
        font-size: 14px;
    }
    .review-btn{
        padding: 10px 15px;
        background: var(--primary);
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }
    .desc-part {
        border: 1px solid #e8e8e8;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-action-part .buy-now-btn,
    .product-action-part .add-to-cart-btn{
        display: none;
    }
    .product-card .product-name {
        font-size: 15px !important;
        margin-bottom: 3px !important;
    }
    .product-card .price-container {        
        margin-bottom: 0px !important;
        margin-top: 5px;
    }
    .product-desc.checklist li {        
        padding-left: 30px;
        margin-bottom: 5px;
        line-height: initial;
        font-size: 13px;
    }
    .highlight-section .product-card {
        flex-wrap: nowrap !important;
        align-items: start !important;
    }
    .category-item .text {
        font-size: 13px;
        margin-top: 5px;
    }
    .highlight-section .highlight-slider, 
    .highlight-section .highlight-slider2 {
        box-shadow: none;
        border: 1px solid #e8e8e8;
    }    
    .highlight-section .item-img {
        width: 100%;
        text-align: center;
        border-radius: 12px;
        box-shadow: -4px -2px 30px 2px rgb(0 0 0 / 7%);
        background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    }
    .highlight-section .swiper-slide {
        padding: 25px 25px;
    }
    .highlight-section .gap-50px {
        gap: 25px;
    }
    .highlight-section .item-info {
        width: 100%;
    }
    .product-card .product-image img {
        /* height: 170px; */
        height: auto !important;
    }
    .highlight-section .item-img img {
        border: none;
        background: transparent;
        /* height: 210px; */
        height: auto;
        width: 80%;
        text-align: center;
        box-shadow: none;
        margin: 15px auto;
    }
    body.fixed .header-main {
        padding: 7px 0 7px 0;
    }
    .top-headline .headline-text {
        min-width: auto;
    }
    body .service-section .container,
    footer .container{
        flex-wrap: wrap;
    }
    .header-whatsapp,
    nav.navbar{
        display: none;
        width: 0;
    }
    .header-main .container
    .sidebar-menu i{
        font-size: 14px;
    }
    body header,
    body .mobile-search,
    body .top-headline{
        transition: 300ms;
    }
    body.fixed .mobile-search,
    body.fixed .top-headline{
        display: none !important;
    }    
    body.fixed header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: white;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }
    .slider-section .container {
        padding-left: 0;
    }
    .slider-section .swiper-container {
        width: calc( 100% - 12px );
        margin: 0 0px 0 12px;
        padding: 10px 0 0px 0;
    }
    .highlight-section .container{
        flex-wrap: wrap;
    }
    .highlight-section .highlight-slider, .highlight-section .highlight-slider2 {
        width: 100% !important;
    }
    .trending-product .banner-part {
        width: 0%;
        display: none;
    }
    .highlight-section .swiper-container-horizontal>.swiper-pagination-bullets, 
    .highlight-section .swiper-pagination-custom, 
    .highlight-section .swiper-pagination-fraction {
        right: 3px;
    }
    .section-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .view-all {
        border: 1px solid #e8e8e8;
        padding: 5px 10px;
        border-radius: 20px;
        color: #333;
        font-size: 12px;
    }
    .trending-product .products-part {
        width: 100%;
    }
    .slider-section .slideshow-navigation-button{
        display: none;
    }
    .headline-socials {
        text-wrap: nowrap;
    }
    .top-headline .headline-socials .social-item {
        margin: 0 2px;
    }   
    .top-headline .headline-socials .social-item img {
        width: 12px;
    }
    .top-headline .headline-socials .social-item:first-child img {
        width: 14px;
    }
    .top-headline .headline-socials .social-item:last-child img {
        width: 15px;
    }
    .top-headline .headline-text span {
        text-wrap: nowrap;
    }
    .top-headline .container {        
        gap: 15px;
    }
    .header-search {
        width: 0;
        display: none;
    }
    .header-main {
        padding: 5px 0 5px 0;
        position: relative;
    }
    .header-logo img {
        width: 120px;        
    }
    body .header-logo{
        width: auto;
        margin-left: 30px;
    }
    .service-item {
        width: 50%;
    }
    .top-headline{
        padding: 3px 0;
        background-color: #f4f4f4;
    }
    .header-main {
        border-bottom-color: transparent;
    }
    body .mobile-search{
        margin-top: 10px;
        display: block !important;
    }
    .popular-section .section-title,
    .popular-section .view-all{
        display: none;
    }
    .popular-section .nav-link{
        margin: 0 !important;
        padding: 5px 7px;
        font-size: 10px;
    }
    .popular-section .section-flex{
        justify-content: center !important;
    }
    body .mobile-search .header-search{
        width: 100% !important;
        display: block !important;
    }
    .header-search form {
        width: 100%;
    }
    .header-action {
        width: auto;
        gap: 15px;
        margin-right: 10px;
    }
    .m-d-block{
        display: block !important;
    }
    .top-search{
        font-size: 18px;
        color: #1b1a1a;
        cursor: pointer;
    }
    .m-d-none{
        display: none;
    }
    .header-action a img {
        width: 20px;
    }
    .header-main .container {        
        justify-content: space-between;
    }
    body .toggle-menu {
        display: block !important;
        position: absolute;
        left: 15px;
        top: 15px;     
    }
    .pagination-number {
        font-size: 14px;
        color: #FFF;
        font-family: var(--font);
        padding: 0 0.5rem;
    }
    .slideshow-pagination {
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        transition: .3s opacity;
        z-index: 10;
    }
    .slide-content {
        min-height: 30vh;
        height: 50vh;
        margin-top: 0;
    }
    /* menu sidebar css start */
    .animate-menu-push {
        left: 0;
        position: relative;
        transition: all 0.3s ease;
    }

    .animate-menu-push.animate-menu-push-right {
        left: 200px;
    }

    .animate-menu-push.animate-menu-push-left {
        left: -200px;
    }

    .animate-menu {
        position: fixed;
        top: 0;
        width: 200px;
        height: 100%;
        transition: all 0.3s ease;
    }

    .animate-menu-left {
        left: -200px;
    }

    .animate-menu-left.animate-menu-open {
        left: 0;
    }

    .animate-menu-right {
        right: -200px;
    }

    .animate-menu-right.animate-menu-open {
        right: 0;
    }

    .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    .sidebar-menu>li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu>li>a {
        padding: 0px 0px 0px 15px;
        display: block;
        border-left: 3px solid transparent;
        color: #161616;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
    }

    .sidebar-menu>li>a>.fa {
        width: 20px;        
    }
    .sidebar-menu>li a {
        border-bottom: 1px solid #e8e8e8;
    }
    .sidebar-menu>li>a i {
        margin-right: 7px;
        font-size: 15px;
    }

    .sidebar-menu>li:hover>a,
    .sidebar-menu>li.active>a {
        color: #161616;
        background: #fff;
        border-left-color: #3c8dbc;
    }

    .sidebar-menu>li .label,
    .sidebar-menu>li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu li.sidebar-header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-menu li>a>.fa-angle-right {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
        font-size: 10px;
    }
    .sidebar-menu li>a .fa-angle-right {
        background: white;
        margin: 0;
    }
    .mobile-menu-sidebar .offcanvas-body{
        padding: 0;
    }
    .mobile-menu-sidebar .nav-item{
        border-bottom: 1.5px solid #e8e8e8;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item{
        width: 50%;
        text-align: center;
    }
    .mobile-menu-sidebar{
        max-width: 80%;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item .nav-link {
        width: 100%;
        border: none;
        background: #fff;
        border-radius: 0;
        padding: 15px 20px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        color: #161616;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item .nav-link.active{
        background-color: #f1f1f1;        
    }
    .sidebar-menu li.active>a>.fa-angle-right {
        transform: rotate(90deg);
    }

    .sidebar-menu li.active>.sidebar-submenu {
        display: block;
    }

    .sidebar-menu a {
        color: #161616;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-submenu {
        display: none;
        list-style: none;
        padding-left: 0px;
        margin: 0px;
        background: #fff;
    }

    .sidebar-menu .sidebar-submenu .sidebar-submenu {
        padding-left: 0px;
    }

    .sidebar-menu .sidebar-submenu>li>a {
        padding: 0px 0px 0px 15px;
        display: block;
        font-size: 14px;
        color: #161616;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    body .sidebar-menu li a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-size: 14px;
        position: relative;
    }
    body .sidebar-menu li a .fa-angle-right{
        position: absolute !important;
        right: 0;
        width: 45px;
        text-align: center;
        position: relative;
    }
    body .sidebar-menu li a .fa-angle-right::after{
        content: '';
        position: absolute;
        width: 1px;
        height: 52px;
        background-color: #e8e8e8;
        left: -3px;
        top: -21px;
    }
    body .sidebar-menu li li a .fa-angle-right::after {        
        left: -3px !important;
        top: -21px !important;
        transform: none !important;
    }
    body .sidebar-menu li.active a .fa-angle-right::after {
        transform: rotate(90deg);
        left: 22px;
        top: 4px;
    }    
    .mobile-menu-sidebar .text-reset {
        background: #161616;
        color: white !important;
        border: none;
        padding: 2px 7px;
        position: absolute;
        left: 100%;
    }
    body .sidebar-menu li.active li.active a .fa-angle-right::after{
        transform: rotate(90deg) !important;
        left: 22px !important;
        top: 4px !important;
    }
    body .offcanvas-body .tab-content .sidebar-menu li li li a .fa-angle-right::after {        
        left: -3px !important;
        top: -21px !important;
        transform: none !important;
    }
    body .sidebar-menu li.active li.active li.active a .fa-angle-right::after{
        transform: rotate(90deg) !important;
        left: 22px !important;
        top: 4px !important;
    }
    .sidebar-menu .sidebar-submenu>li.active>a,
    .sidebar-menu .sidebar-submenu>li>a:hover {
        color: #161616;
    }

    .sidebar-menu-rtl {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #222d32;
    }

    .sidebar-menu-rtl>li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu-rtl>li>a {
        padding: 12px 15px 12px 5px;
        display: block;
        color: #161616;
    }

    .sidebar-menu-rtl>li>a>.fa {
        width: 20px;
    }

    .sidebar-menu-rtl>li:hover>a,
    .sidebar-menu-rtl>li.active>a {
        color: #fff;
        background: #fff;
    }

    .sidebar-menu-rtl>li .label,
    .sidebar-menu-rtl>li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu-rtl li.sidebar-header {
        padding: 10px 15px 10px 25px;
        font-size: 12px;
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-menu-rtl li>a>.fa-angle-right {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .sidebar-menu-rtl li.active>a>.fa-angle-right {
        transform: rotate(90deg);
    }

    .sidebar-menu-rtl li.active>.sidebar-submenu {
        display: block;
    }

    .sidebar-menu-rtl a {
        color: #b8c7ce;
        text-decoration: none;
    }

    .sidebar-menu-rtl .sidebar-submenu {
        display: none;
        list-style: none;
        padding-right: 5px;
        margin: 0 1px;
        background: #2c3b41;
    }

    .sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
        padding-right: 20px;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a {
        padding: 5px 15px 5px 5px;
        display: block;
        font-size: 14px;
        color: #8aa4af;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa {
        width: 20px;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa-angle-right,
    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa-angle-down {
        width: auto;
    }

    .sidebar-menu-rtl .sidebar-submenu>li.active>a,
    .sidebar-menu-rtl .sidebar-submenu>li>a:hover {
        color: #fff;
    }
    .product-image-part .exzoom .exzoom_img_box {
        background: transparent;
        position: relative;
        margin: 0 auto;
    }
    .related-products .products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .customer-profile .wishlist-grid {        
        grid-template-columns: repeat(3, 1fr) !important;
    }
    /* menu sidebar css end */
    /* footer navigation css start */
    .footer-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0rem 0;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        display: block !important;
    }
    
    .footer-nav .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }
    
    .footer-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #1a1a1a;
        text-decoration: none;
        padding: 0.5rem;
        transition: all 0.3s ease;
        flex: 1;
    }
    
    .footer-nav .nav-item:hover {
        color: #0d6efd;
        transform: translateY(-3px);
    }
    
    .footer-nav .nav-icon {
        font-size: 1.5rem;
        margin-bottom: 0rem;
    }
    
    .footer-nav .nav-text {
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .footer-nav .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        padding: 0.5rem;
        flex: 1;
    }
    
    .footer-nav .logo-icon {
        font-size: 2rem;
        margin-bottom: 0.3rem;
        color: #1a1a1a;
    }
    
    .footer-nav .logo-text {
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .footer-nav .cart-count {
        position: absolute;
        top: -5px;
        right: 15px;
        background-color: #ff5252;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.7rem;
        font-weight: bold;
    }
    
    .footer-nav .cart-container {
        position: relative;
    }
    
    .footer-nav .active {
        font-weight: bolder;
        position: relative;
    }
    
    .footer-nav .active::after {
        display: none;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 5px;
        height: 5px;
        background-color: #0d6efd;
        border-radius: 50%;
    }
    
    @media (max-width: 768px) {
    
        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.75rem;
        }
    
        .footer-nav .nav-icon {
            font-size: 1.3rem;
        }
    
        .footer-nav .logo-icon {
            font-size: 1.7rem;
        }
    }
    
    @media (max-width: 480px) {
        .footer-nav .nav-container {
            padding: 0 0.5rem;
        }
    
        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.7rem;
        }
    
        .footer-nav .nav-icon {
            font-size: 1.2rem;
        }
    
        .footer-nav .logo-icon {
            font-size: 2rem;
        }
    }
    /* footer navigation css end */
}
@media (min-width:768px) and (max-width:991px){
    body .container {
        max-width: 100% !important;
    }
    footer .newsletter {
        margin-top: 15px;
        width: 90%;
    }
    .customer-profile .sidebar {
        width: 100%;
        padding: 0px 0;
        display: block;
    }
    .customer-profile .sidebar-nav {
        display: flex;
        overflow-x: auto;
    }
    .customer-profile .nav-item {
        padding: 10px 15px;
        white-space: nowrap;
        border-left: none;
        border-bottom: 3px solid transparent;
    }
    .customer-profile {
        min-height: auto;
        flex-wrap: wrap;
    }
    .category-section,
    .highlight-section,
    .popular-section,
    .category-product-section,
    .banner-section{
        padding: 0 !important;
    }
    .product-review-card {        
        margin: 0px auto;
    }
    footer {        
        padding: 20px 5px 20px 5px;
    }
    footer .container .right-side .footer-section {
        width: 48%;
    }
    .service-title {
        font-size: 16px;
    }
    .desc-part .tab-button {
        padding: 10px 10px;        
        font-size: 14px;
        text-align: center;
    }
    .seller-part {
        border: 1px solid #e8e8e8;
        border-radius: 10px;
        padding: 10px 10px 0px 10px !important;
    }
    .stats-container {
        display: flex;
        overflow-x: auto;
        gap: 0;
        padding-top: 1rem;
        border-top: 1px solid #e2e8f0;
        flex-wrap: wrap;
    }
    .stat-item {
        width: 50%;
    }
    .fixed-action button{
        margin: 0 !important;
        border-radius: 0 !important;        
    }
    .fixed-action .buy-now-btn{
        border: 1px solid var(--primary);
    }
    body .category-desc{
        max-width: 100% !important;
    }
    .theme-page-hero {
        padding: 15px 0 !important;
    }
    .shop-sidebar-inner,
    .theme-filter-per-page-area,
    .theme-filter-column-select-area,
    .theme-block-left{
        display: none !important;
    }
    .shop-products{
        padding: 0 !important;
        margin-top: 20px;
    }
    body .shop-products .product-card {
        width: 31%;
    }
    .shop-sidebar-inner{
        transition: 300ms;
    }
    body .shop-sidebar-inner.open .close-shop-sidebar {
        display: block !important;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: black;
        color: white;
        border-radius: 2px;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wishlist-page .wishlist-btn {
        padding: 5px 10px;
        border-radius: 2px;
        gap: 0.5rem;
        font-size: 14px;
        background-color: white;
    }
    .wishlist-page .wishlist-header {        
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        flex-wrap: wrap;
    }
    .wishlist-page .wishlist-btn-primary {
        color: #4a5568;
        border: none;
    }
    .order-tracking-container h2 {        
        margin-bottom: 15px;
    }
    .order-tracking-container .search-section {
        display: flex;
        gap: 10px;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .order-tracking-container .order-details {        
        width: 100%;
    }
    .faq-page h1 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 10px;
        font-size: 22px;
    }
    .faq-page .search-input {
        width: 100%;
        padding: 10px 50px 10px 20px;
        border: 2px solid #e0e0e0;
        border-radius: 30px;
        font-size: 14px;
    }
    .faq-page {
        color: #333;
        margin: 0 auto;
        padding: 15px 5px;
    }
    .faq-page .contact-button {        
        padding: 10px 20px;
        font-size: 14px;
    }
    .contact-page h1 {        
        margin-bottom: 10px;
        font-size: 30px;
    }
    .contact-page .contact-info h2 {
        color: var(--secondary);
        margin-bottom: 25px;
        font-size: 20px;
    }
    .contact-page .contact-details h3 {
        color: var(--secondary);
        margin-bottom: 5px;
        font-size: 16px;
    }
    .contact-page .contact-form h2 {
        color: var(--secondary);
        margin-bottom: 20px;
        font-size: 20px;
    }
    .contact-page .form-group input, .contact-page .form-group textarea, .contact-page .form-group select {
        width: 100%;
        padding: 5px 10px;
    }
    .contact-page .form-group {
        margin-bottom: 10px;
    }
    .contact-page .form-group label {
        margin-bottom: 0;
    }
    .contact-page .location-card h3 {
        color: var(--secondary);
        margin-bottom: 10px;
        font-size: 20px;
    }
    .contact-page .location-card p {
        margin: 5px 0;
        color: #666;
        font-size: 14px;
    }
    .checkout-section {
        padding: 15px 5px;
    }
    .contact-page .locations-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
    }
    .checkout-section .form-label {
        margin-bottom: 3px;
    }
    .checkout-section .form-row{
        margin-bottom: 0 !important;
        gap: 0;
    }   
    .cart-section .item-price {
        font-size: 16px;
    } 
    .cart-section .quantity-controls {        
        margin-bottom: 0;
    }
    .cart-section .coupon-section {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 0px 0;
        margin-top: 30px;
        display: flex;
        align-items: center;
        gap: 1px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart-section .update-cart-btn {        
        padding: 10px 15px;
        margin-top: 7px;
        width: 100%;
    }
    .cart-section .coupon-area {
        width: 100%;
    }
    .blog-list .page-header {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .blog-list .page-title {        
        margin-bottom: 5px;
    }
    .blog-list .page-subtitle {
        font-size: 14px;
        color: var(--dark-gray);
        max-width: 80%;
        margin: 0 auto;
    }
    .blog-details .blog-article p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .blog-details .blog-article h2 {
        color: var(--secondary);
        margin: 1rem 0 0.5rem;
        font-size: 20px;
    }
    .blog-details .blog-article ul, .blog-details .blog-article ol {
        margin-bottom: 1.5rem;
        padding-left: 15px;
        font-size: 14px;
        line-height: initial;
        list-style: disc;
        margin-left: 15px;
    }
    .auth-container .auth-section {        
        padding: 20px 15px;
        background: transparent;
    }
    .about-page .value-card {
        padding: 15px;
    }
    .about-page .values-section {
        display: grid;
        grid-template-columns: repeat(auto-fit, 1fr);
        gap: 15px;
        margin: 10px 0;
    }
    .about-page .hero-image {        
        width: 100%;
    }
    .section-flex .section-title {
        margin-bottom: 0;
        font-size: 18px !important;
    }
    .about-page .team-section {
        margin: 30px 0 20px 0;
    }
    .about-page .team-grid {
        gap: 15px;
        margin-top: 20px;
    }
    .about-page .hero-section {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    .about-page {
        padding: 15px 5px;
    }
    .about-page h1 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .about-page h2 {
        color: var(--primary);
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .about-page p {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .auth-container {
        height: auto;
        gap: 30px;
        background-color: transparent;
    }
    .auth-container .form-title {        
        font-size: 20px;
        margin-bottom: 20px;
    }
    .blog-details .blog-category {        
        padding: 0.2rem 1rem;
        border-radius: 20px;
        font-size: 14px;
    }
    .blog-details .blog-article blockquote {
        border-left: 4px solid var(--primary);
        padding-left: 15px;
        margin: 1rem 0;
        font-style: italic;
        color: var(--dark-gray);
        font-size: 14px;
    }
    .blog-details .blog-article {
        padding: 0;
    }
    .cart-section .summary-column {
        flex: auto;
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 15px;
        text-align: center;
    }
    .blog-list .card-content {
        padding: 7px;
        border: 1px solid #e8e8e8;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }
    .blog-list .newsletter-section {        
        padding: 1rem 2rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .blog-list .newsletter-form input {        
        padding: 10px 1rem;
    }
    .blog-list .newsletter-form button {        
        padding: 10px 1.5rem;
    }
    .blog-list .newsletter-title {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    .blog-list .newsletter-text {
        max-width: 600px;
        margin: 0 auto 1rem;
        opacity: 0.9;
        font-size: 14px;
    }
    .blog-list .card-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: var(--secondary);
        line-height: 1.3;
    }
    .blog-list .read-more {
        margin-top: 10px;
    }
    .blog-list .card-excerpt {
        font-size: 14px;
        color: var(--dark-gray);
        margin-bottom: 0px;
        flex-grow: 1;
    }
    .cart-section .checkout-btn {
        width: auto;
        padding: 10px 15px;
        border-radius: 4px;
        font-size: 14px;
    }
    .cart-section .summary-title {        
        text-align: start;
    }
    .cart-section .cart-title {
        font-size: 20px;        
    }
    .cart-section .item-details {
        position: unset;
    }
    .cart-section .item-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        color: var(--secondary);
    }
    .cart-section .cart-header {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border-color);
    }
    .cart-section {
        padding: 20px 0px;
    }
    .checkout-section .form-section {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .checkout-section .order-summary {
        background: white;
        border-radius: 12px;
        box-shadow: none;
        padding: 15px;
        border: 1px solid #e8e8e8;
    }
    .contact-page .faq-section {
        margin-top: 20px;
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
    }
    .contact-page .faq-answer p{
        font-size: 14px;
    }
    .contact-page .faq-section h2 {
        color: var(--secondary);
        text-align: center;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .contact-page .faq-item {
        margin-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
    }
    .contact-page .location-card {        
        padding: 15px 15px 10px 15px;
    }
    .contact-page .office-locations h2 {        
        margin-bottom: 15px;
        font-size: 26px;
    }
    .contact-page .contact-method {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .contact-page .page-description {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .contact-page {
        line-height: 1.6;
        color: #333;
        margin: 0 auto;
        padding: 15px 5px;
    }
    .customer-profile .form-actions {        
        gap: 15px;
        margin-top: 0;
        padding-top: 0px;
        border: none;
    }
    .customer-profile .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 30px;
    }
    .customer-profile .form-group {
        margin-bottom: 10px;
    }
    .faq-page .page-description {
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        color: #666;
    }
    .customer-profile .order-total {        
        font-size: 16px;
    }
    .customer-profile .order-items {
        margin-bottom: 0;
    }
    .customer-profile .order-header {        
        margin-bottom: 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    .faq-page .contact-prompt p {
        margin-bottom: 15px;
        color: #666;
        font-size: 14px;
    }
    .faq-page .contact-prompt {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 20px 20px 15px 20px;
        text-align: center;
        margin-top: 20px;
    }
    .faq-page .contact-prompt h3 {
        color: var(--secondary);
        margin-bottom: 15px;
        font-size: 20px;
    }
    .faq-page .search-section {
        margin-bottom: 20px;
        text-align: center;
    }
    .customer-profile .wishlist-page {
        background: transparent;
        padding: 0px 0px;
        border-radius: 4px;
        margin-right: 20px;
    }
    .customer-profile .wishlist-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .theme-breadcrumb{
        padding-left: 0;
    }
    .customer-profile .sidebar-header {
        padding: 0 25px 15px;
        border-bottom: 1px solid #eee;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .wishlist-page .wishlist-card-remove {
        top: 0;
        right: 0;

    }
    .customer-profile .content-header {        
        align-items: center;
        margin-bottom: 10px;
    }
    .customer-profile .order-status-large {
        padding: 5px 10px;
        font-size: 14px;
    }
    body.fixed .customer-profile .sidebar-header{
        transition: 300ms;
    }
    .customer-profile .order-actions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .customer-profile .action-text p {
        display: none;
    }
    .customer-profile .action-text h3 {
        margin: 0;
        font-size: 14px;
    }
    .customer-profile .action-card {        
        padding: 10px 10px 7px 10px;
    }
    .customer-profile .btn {        
        padding: 5px 10px;
        font-size: 12px;
    }
    .customer-profile .quantity-price {
        margin-bottom: 15px;
        text-align: center;
    }
    .order-confirmation-container .section-title{
        font-size: 20px !important;
    }    
    .order-confirmation-container .order-summary,
    .order-confirmation-container .shipping-info {        
        padding: 15px;
        margin-bottom: 20px;
    }
    .customer-profile .order-item-detailed {        
        gap: 20px;
        padding: 15px;
    }
    .order-confirmation-container .item-image {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font-size: 20px;
    }
    .order-confirmation-container .item-list {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .customer-profile .action-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 10px;
        font-size: 16px;
    }
    .order-confirmation-container .confirmation-icon {
        font-size: 40px;
        margin-bottom: 10px;
        color: white;
    }
    .order-confirmation-container .confirmation-subtitle {
        font-size: 16px;
        opacity: 0.9;
    }
    .customer-profile .card-icon {
        font-size: 24px;
        color: var(--primary);
    }
    .customer-profile .product-img-placeholder-large {
        margin: 0 auto;
    }
    body.fixed .customer-profile .sidebar-header{
        display: none;
    }
    .customer-profile .item-attributes,
    .customer-profile .item-rating {        
        justify-content: center;
    }
    body.fixed .customer-profile .sidebar {        
        position: fixed;
        z-index: 100;
    }
    .customer-profile .content-card {        
        padding: 15px;
    }
    .customer-profile .btn-back {
        background: white;
        border: 1px solid #333;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    .customer-profile .content-header h1 {
        color: var(--secondary);
        margin: 0;
        font-size: 22px;
    }
    .customer-profile .main-content {
        flex: 1;
        padding: 15px;
        overflow-y: auto;
    }
    .customer-profile .sidebar-header a{
        text-align: center;
    }
    .customer-profile .sidebar-header a img{
        width: 50%;
    }
    .theme-page-hero-content .page-title {
        font-size: 34px !important;
    }
    .bread-desc{
        max-width: 100% !important;
        font-size: 14px;
    }
    .wishlist-page .wishlist-title {
        font-size: 1.5rem;
    }
    .wishlist-page .wishlist-footer {
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .wishlist-page {
        padding: 10px 0;
    }
    .wishlist-page .wishlist-grid .product-card {
        margin: 0 1% 1% 0;
        max-width: 100%;
        width: 49%;
    }
    body .shop-sidebar-inner.open {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        z-index: 1000;
        height: 100vh;
        padding-top: 0;
    }
    .theme-shop-fast-filters {
        background-color: white;
        padding: 0;
        border-bottom: none;
    }
    .theme-inline-two-block {
        padding: 0;
        background-color: white;
        border-bottom: none;
    }
    .section-title {
        font-size: 26px !important;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .fixed-action.action-btn {
        display: flex !important;
        position: fixed;
        bottom: -1px;
        width: 100%;
        align-items: center;
        justify-content: center;
        z-index: 999;
        background-color: white;
        padding: 20px 20px;
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
    }
    .section-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .view-store-btn {
        background-color: white;
        border: 1px solid #ccc;
        font-size: 12px;
        margin: 0 !important;
    }
    .company-details h2 {
        font-size: 16px;
        color: #1a202c;
        margin-bottom: 0.25rem;
    }
    .stat-item:nth-child(3) {
        padding: 0;
        border-left: 0 !important;
    }
    .product-details {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
        /* margin-top: 10px; */
    }
    .product-view-body header,
    .product-view-body .breadcrumb-container{
        /* display: none; */
    }
    .product-view-banner,.assurance-info{
        display: none;
    }
    .product-part {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .product-image-part {
        width: 100%;
    }
    .custom-breadcrumb {
        gap: 3px;
    }
    .product-info-part {
        width: 100%;
        margin-top: 20px;
    }
    .product-info-part h1 {
        font-size: 18px;
    }
    .campaign-title h4 {
        font-size: 16px;
        font-weight: 600;
    }
    .campaign-title img {
        width: 25px;
        height: 30px;
    }
    .campaign-banner {
        background-color: #FEF2DA;
        padding: 10px;
        border-radius: 6px;
    }
    .product-price .price-item strong {
        font-size: 18px;
    }
    .product-price .price-item p {
        font-size: 13px;
        color: #1a202c;
    }
    .product-info-part .product-price {
        gap: 10px;
    }
    .breadcrumb-container {
        margin-bottom: 0 !important;
        padding: 15px 0 !important;
        border-bottom: none !important;
    }
    .about-page .cta-button {        
        padding: 10px 30px;
        border-radius: 4px;
        margin-top: 0;
        font-size: 14px;
    }
    .about-page .cta-section h2 {
        color: white;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .about-page .cta-section {
        background-color: var(--secondary);
        color: white;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        margin-top: 20px;
    }
    .product-image-part .exzoom .exzoom_nav .exzoom_nav_inner span {        
        margin-left: 3px !important;
    }
    .service-item {
        gap: 10px;
        align-items: start;
        margin-bottom: 10px;
    }
    footer .container{
        gap: 0;
    }
    footer .container.flex-column{
        margin-top: 0 !important;
    }
    footer .container .left-side {
        width: 100%;
        margin-right: 0;
    }
    footer .payment-getway{
        text-align: center;
    }
    footer .container .right-side {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    footer .copyright {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 60px;
    }
    .service-description {
        font-size: 12px;
        margin-top: 5px;
        color: #6c6767;
    }
    .service-icon i {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px;
    }
    .product-review-card .rating-section {        
        margin-bottom: 0;
        padding: 15px 15px 0 15px;
    }
    .product-review-card .reviewer-section {        
        margin-bottom: 0;
        padding: 10px 15px 0px 15px;
    }
    .product-review-card .product-section .product-image {
        height: 40px;
    }
    .product-review-card .product-section {        
        padding: 5px 7px;
    }
    .service-section {
        padding: 20px 0;
    }
    .product-card .discount-badge {        
        padding: 0px 5px !important;
        border-radius: 2px !important;
        font-size: 12px !important;
    }
    .product-card .product-image {
        margin-bottom: 10px !important;
    }
    .product-card .product-image::after,
    .product-card .action-buttons::after {
        display: none !important;
    }
    .product-card .stock-info {        
        margin-bottom: 15px !important;
    }
    .product-card {
        padding: 7px !important;
    }
    .product-action-part{
        width: 100%;
    }
    .desc-part .tab-button.active {
        color: white;
        border-color: var(--primary);
        background-color: var(--primary);
    }
    .desc-part .tab-content {
        display: none;
        padding: 10px;
    }
    .desc-part .description-title {
        font-size: 18px;
        margin-bottom: 10px;
        color: var(--primary);
    }
    .desc-part .description-text {        
        font-size: 14px;
    }
    .desc-part .features-list {
        margin-left: 15px;
        margin-bottom: 20px;
        padding-left: 15px;
        list-style: disc;
        font-size: 14px;
    }
    .review-btn{
        padding: 10px 15px;
        background: var(--primary);
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }
    .desc-part {
        border: 1px solid #e8e8e8;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-action-part .buy-now-btn,
    .product-action-part .add-to-cart-btn{
        display: none;
    }
    .product-card .product-name {
        font-size: 15px !important;
        margin-bottom: 3px !important;
    }
    .product-card .price-container {        
        margin-bottom: 0px !important;
    }
    .category-item .text {
        font-size: 13px;
        margin-top: 5px;
    }
    .highlight-section .highlight-slider, 
    .highlight-section .highlight-slider2 {
        box-shadow: none;
        border: 1px solid #e8e8e8;
    }    
    .highlight-section .product-card {        
        flex-wrap: wrap !important;
    }
    .highlight-section .item-img {
        width: 100%;
        text-align: center;
        border-radius: 12px;
        box-shadow: -4px -2px 30px 2px rgb(0 0 0 / 7%);
        background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    }
    .highlight-section .swiper-slide {
        padding: 25px 25px;
    }
    .highlight-section .gap-50px {
        gap: 25px;
    }
    .highlight-section .item-info {
        width: 100%;
    }
    .product-card .product-image img {
        /* height: 170px; */
        height: auto !important;
    }
    .highlight-section .item-img img {
        border: none;
        background: transparent;
        /* height: 210px; */
        height: auto;
        width: 80%;
        text-align: center;
        box-shadow: none;
        margin: 15px auto;
    }
    body.fixed .header-main {
        padding: 7px 0 7px 0;
    }
    .top-headline .headline-text {
        min-width: auto;
    }
    body .service-section .container,
    footer .container{
        flex-wrap: nowrap;
    }
    .header-whatsapp,
    nav.navbar{
        display: none;
        width: 0;
    }
    .header-main .container
    .sidebar-menu i{
        font-size: 14px;
    }
    body header,
    body .mobile-search,
    body .top-headline{
        transition: 300ms;
    }
    body.fixed .mobile-search,
    body.fixed .top-headline{
        display: none !important;
    }    
    body.fixed header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: white;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }
    .slider-section .container {
        padding-left: 0;
    }
    .slider-section .swiper-container {
        width: calc( 100% - 12px );
        margin: 0 0px 0 12px;
        padding: 10px 0 0px 0;
    }
    .highlight-section .container{
        flex-wrap: wrap;
    }
    .highlight-section .highlight-slider, .highlight-section .highlight-slider2 {
        width: 100% !important;
    }
    .trending-product .banner-part {
        width: 0%;
        display: none;
    }
    .highlight-section .swiper-container-horizontal>.swiper-pagination-bullets, 
    .highlight-section .swiper-pagination-custom, 
    .highlight-section .swiper-pagination-fraction {
        right: 3px;
    }
    .section-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .view-all {
        border: 1px solid #e8e8e8;
        padding: 5px 10px;
        border-radius: 20px;
        color: #333;
        font-size: 12px;
    }
    .trending-product .products-part {
        width: 100%;
    }
    .slider-section .slideshow-navigation-button{
        display: none;
    }
    .headline-socials {
        text-wrap: nowrap;
    }
    .top-headline .headline-socials .social-item {
        margin: 0 2px;
    }   
    .top-headline .headline-socials .social-item img {
        width: 12px;
    }
    .top-headline .headline-socials .social-item:first-child img {
        width: 14px;
    }
    .top-headline .headline-socials .social-item:last-child img {
        width: 15px;
    }
    .top-headline .headline-text span {
        text-wrap: nowrap;
    }
    .top-headline .container {        
        gap: 15px;
    }
    .header-search {
        width: 0;
        display: none;
    }
    .header-main {
        padding: 5px 0 5px 0;
        position: relative;
    }
    .header-logo img {
        width: 120px;        
    }
    body .header-logo{
        width: auto;
        margin-left: 30px;
    }
    .service-item {
        width: 50%;
    }
    .top-headline{
        padding: 3px 0;
        background-color: #f4f4f4;
    }
    .header-main {
        border-bottom-color: transparent;
    }
    body .mobile-search{
        margin-top: 10px;
        display: block !important;
    }
    .popular-section .section-title,
    .popular-section .view-all{
        display: none;
    }
    .popular-section .nav-link {
        margin: 0 10px !important;
        padding: 10px 10px;
        font-size: 12px;
    }
    .popular-section .section-flex{
        justify-content: center !important;
    }
    body .mobile-search .header-search{
        width: 100% !important;
        display: block !important;
    }
    .header-search form {
        width: 100%;
    }
    .header-action {
        width: auto;
        gap: 15px;
        margin-right: 10px;
    }
    .m-d-block{
        display: block !important;
    }
    .top-search{
        font-size: 18px;
        color: #1b1a1a;
        cursor: pointer;
    }
    .m-d-none{
        display: none;
    }
    .header-action a img {
        width: 20px;
    }
    .header-main .container {        
        justify-content: space-between;
    }
    body .toggle-menu {
        display: block !important;
        position: absolute;
        left: 15px;
        top: 15px;     
    }
    .pagination-number {
        font-size: 14px;
        color: #FFF;
        font-family: var(--font);
        padding: 0 0.5rem;
    }
    .slideshow-pagination {
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        transition: .3s opacity;
        z-index: 10;
    }
    .slide-content {
        min-height: 30vh;
        height: 60vh;
        margin-top: 0;
    }
    /* menu sidebar css start */
    .animate-menu-push {
        left: 0;
        position: relative;
        transition: all 0.3s ease;
    }

    .animate-menu-push.animate-menu-push-right {
        left: 200px;
    }

    .animate-menu-push.animate-menu-push-left {
        left: -200px;
    }

    .animate-menu {
        position: fixed;
        top: 0;
        width: 200px;
        height: 100%;
        transition: all 0.3s ease;
    }

    .animate-menu-left {
        left: -200px;
    }

    .animate-menu-left.animate-menu-open {
        left: 0;
    }

    .animate-menu-right {
        right: -200px;
    }

    .animate-menu-right.animate-menu-open {
        right: 0;
    }

    .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    .sidebar-menu>li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu>li>a {
        padding: 0px 0px 0px 15px;
        display: block;
        border-left: 3px solid transparent;
        color: #161616;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
    }

    .sidebar-menu>li>a>.fa {
        width: 20px;        
    }
    .sidebar-menu>li a {
        border-bottom: 1px solid #e8e8e8;
    }
    .sidebar-menu>li>a i {
        margin-right: 7px;
        font-size: 15px;
    }

    .sidebar-menu>li:hover>a,
    .sidebar-menu>li.active>a {
        color: #161616;
        background: #fff;
        border-left-color: #3c8dbc;
    }

    .sidebar-menu>li .label,
    .sidebar-menu>li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu li.sidebar-header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-menu li>a>.fa-angle-right {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
        font-size: 10px;
    }
    .sidebar-menu li>a .fa-angle-right {
        background: white;
        margin: 0;
    }
    .mobile-menu-sidebar .offcanvas-body{
        padding: 0;
    }
    .mobile-menu-sidebar .nav-item{
        border-bottom: 1.5px solid #e8e8e8;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item{
        width: 50%;
        text-align: center;
    }
    .mobile-menu-sidebar{
        max-width: 80%;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item .nav-link {
        width: 100%;
        border: none;
        background: #fff;
        border-radius: 0;
        padding: 15px 20px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        color: #161616;
    }
    .mobile-menu-sidebar .nav.nav-tabs .nav-item .nav-link.active{
        background-color: #f1f1f1;        
    }
    .sidebar-menu li.active>a>.fa-angle-right {
        transform: rotate(90deg);
    }

    .sidebar-menu li.active>.sidebar-submenu {
        display: block;
    }

    .sidebar-menu a {
        color: #161616;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-submenu {
        display: none;
        list-style: none;
        padding-left: 0px;
        margin: 0px;
        background: #fff;
    }

    .sidebar-menu .sidebar-submenu .sidebar-submenu {
        padding-left: 0px;
    }

    .sidebar-menu .sidebar-submenu>li>a {
        padding: 0px 0px 0px 15px;
        display: block;
        font-size: 14px;
        color: #161616;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    body .sidebar-menu li a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-size: 14px;
        position: relative;
    }
    body .sidebar-menu li a .fa-angle-right{
        position: absolute !important;
        right: 0;
        width: 45px;
        text-align: center;
        position: relative;
    }
    body .sidebar-menu li a .fa-angle-right::after{
        content: '';
        position: absolute;
        width: 1px;
        height: 52px;
        background-color: #e8e8e8;
        left: -3px;
        top: -21px;
    }
    body .sidebar-menu li li a .fa-angle-right::after {        
        left: -3px !important;
        top: -21px !important;
        transform: none !important;
    }
    body .sidebar-menu li.active a .fa-angle-right::after {
        transform: rotate(90deg);
        left: 22px;
        top: 4px;
    }    
    .mobile-menu-sidebar .text-reset {
        background: #161616;
        color: white !important;
        border: none;
        padding: 2px 7px;
        position: absolute;
        left: 100%;
    }
    body .sidebar-menu li.active li.active a .fa-angle-right::after{
        transform: rotate(90deg) !important;
        left: 22px !important;
        top: 4px !important;
    }
    body .offcanvas-body .tab-content .sidebar-menu li li li a .fa-angle-right::after {        
        left: -3px !important;
        top: -21px !important;
        transform: none !important;
    }
    body .sidebar-menu li.active li.active li.active a .fa-angle-right::after{
        transform: rotate(90deg) !important;
        left: 22px !important;
        top: 4px !important;
    }
    .sidebar-menu .sidebar-submenu>li.active>a,
    .sidebar-menu .sidebar-submenu>li>a:hover {
        color: #161616;
    }

    .sidebar-menu-rtl {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: #222d32;
    }

    .sidebar-menu-rtl>li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu-rtl>li>a {
        padding: 12px 15px 12px 5px;
        display: block;
        color: #161616;
    }

    .sidebar-menu-rtl>li>a>.fa {
        width: 20px;
    }

    .sidebar-menu-rtl>li:hover>a,
    .sidebar-menu-rtl>li.active>a {
        color: #fff;
        background: #fff;
    }

    .sidebar-menu-rtl>li .label,
    .sidebar-menu-rtl>li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu-rtl li.sidebar-header {
        padding: 10px 15px 10px 25px;
        font-size: 12px;
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-menu-rtl li>a>.fa-angle-right {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .sidebar-menu-rtl li.active>a>.fa-angle-right {
        transform: rotate(90deg);
    }

    .sidebar-menu-rtl li.active>.sidebar-submenu {
        display: block;
    }

    .sidebar-menu-rtl a {
        color: #b8c7ce;
        text-decoration: none;
    }

    .sidebar-menu-rtl .sidebar-submenu {
        display: none;
        list-style: none;
        padding-right: 5px;
        margin: 0 1px;
        background: #2c3b41;
    }
    .highlight-section .product-card {
        flex-wrap: nowrap !important;
        align-items: start !important;
    }
    .sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
        padding-right: 20px;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a {
        padding: 5px 15px 5px 5px;
        display: block;
        font-size: 14px;
        color: #8aa4af;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa {
        width: 20px;
    }

    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa-angle-right,
    .sidebar-menu-rtl .sidebar-submenu>li>a>.fa-angle-down {
        width: auto;
    }

    .sidebar-menu-rtl .sidebar-submenu>li.active>a,
    .sidebar-menu-rtl .sidebar-submenu>li>a:hover {
        color: #fff;
    }
    .product-image-part .exzoom .exzoom_img_box {
        background: transparent;
        position: relative;
        margin: 0 auto;
    }
    .related-products .products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .customer-profile .wishlist-grid {        
        grid-template-columns: repeat(4, 1fr) !important;
    }
    /* menu sidebar css end */
    /* footer navigation css start */
    .footer-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0rem 0;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        display: block !important;
    }
    
    .footer-nav .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }
    
    .footer-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #1a1a1a;
        text-decoration: none;
        padding: 0.5rem;
        transition: all 0.3s ease;
        flex: 1;
    }
    
    .footer-nav .nav-item:hover {
        color: #0d6efd;
        transform: translateY(-3px);
    }
    
    .footer-nav .nav-icon {
        font-size: 1.5rem;
        margin-bottom: 0rem;
    }
    
    .footer-nav .nav-text {
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .footer-nav .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        padding: 0.5rem;
        flex: 1;
    }
    
    .footer-nav .logo-icon {
        font-size: 2rem;
        margin-bottom: 0.3rem;
        color: #1a1a1a;
    }
    
    .footer-nav .logo-text {
        font-size: 0.85rem;
        font-weight: 500;
    }
    
    .footer-nav .cart-count {
        position: absolute;
        top: -5px;
        right: 15px;
        background-color: #ff5252;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.7rem;
        font-weight: bold;
    }
    
    .footer-nav .cart-container {
        position: relative;
    }
    
    .footer-nav .active {
        font-weight: bolder;
        position: relative;
    }
    
    .footer-nav .active::after {
        display: none;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 5px;
        height: 5px;
        background-color: #0d6efd;
        border-radius: 50%;
    }
    
    @media (max-width: 768px) {
    
        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.75rem;
        }
    
        .footer-nav .nav-icon {
            font-size: 1.3rem;
        }
    
        .footer-nav .logo-icon {
            font-size: 1.7rem;
        }
    }
    
    @media (max-width: 480px) {
        .footer-nav .nav-container {
            padding: 0 0.5rem;
        }
    
        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.7rem;
        }
    
        .footer-nav .nav-icon {
            font-size: 1.2rem;
        }
    
        .footer-nav .logo-icon {
            font-size: 2rem;
        }
    }
    /* footer navigation css end */
}
@media (min-width:992px) and (max-width:1199px){
    .cart-section .cart-item-content {
        padding: 20px 20px 0 20px !important;
    }
    .top-headline .headline-text {
        min-width: auto;
    }
    .slide-content {
        min-height: 40vh;
        margin-top: 120px;
    }
    .slider-section .container {
        padding-left: 210px;
    }
    body .container{
        width: 100% !important;
        max-width: 100% !important;
    }
    header .header-whatsapp{
        display: none;
    }
    footer .newsletter {
        margin-top: 15px;
        width: 90%;
    }
    .header-main .container {        
        justify-content: space-between;
    }
    .header-main {
        padding: 10px 0;
    }
    .category-sidebar {
        width: 200px;
    }
    .category-sidebar .dropdown-menu {
        width: 200px;
        min-height: 40vh;
        height: 62vh;
        overflow-y: auto;
        scrollbar-width: none;
    }
    .navbar .main-menu {
        width: 100%;
    }
    .navbar .right-menu {
        display: none;
        width: 0;
    }
    .navbar .main-menu ul li a {
        font-size: 13px;
        padding: 10px;
        gap: 5px;
    }
    .navbar .right-side {
        width: auto;
    }
    body nav.navbar .container{
        justify-content: start;
    }
    .service-title {
        font-size: 20px;
    }
    .service-section {
        padding: 20px 0;
    }
    .category-product-section{
        margin: 0 !important;
    }
    .product-desc.checklist li {        
        padding-left: 30px;
        margin-bottom: 5px;
        line-height: initial;
        font-size: 14px;
    }
    .product-card .stock-info {        
        margin-bottom: 10px;
    }
    .product-card .price-container {        
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .highlight-section .swiper-slide {
        padding: 15px 15px;
    }
    .highlight-section .product-card .add-to-cart {
        margin-top: 10px;
        font-size: 14px;
    }
    .highlight-section .item-img img {
        padding: 15px 10px;
        height: 210px;
    }    
    .highlight-section .product-name {
        font-size: 17px !important;
    }
    .highlight-section .swiper-container-horizontal>.swiper-pagination-bullets, .highlight-section .swiper-pagination-custom, .highlight-section .swiper-pagination-fraction {
        right: 2px;
        top: 38%;
        width: auto;
        left: unset;
        bottom: unset;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
    .theme-inline-two-block .theme-woo-result-count {
        font-size: 14px;
        color: #6c757d;
        text-wrap: nowrap;
    }
    body .shop-products .product-card {
        width: 18.5%;
    }
    .shop-sidebar-inner,
    .theme-filter-per-page-area,
    .theme-filter-column-select-area,
    .theme-block-left{
        display: none !important;
    }
    .shop-products{
        padding: 0 !important;
        margin-top: 20px;
    }
    .shop-sidebar-inner{
        transition: 300ms;
    }
    body .shop-sidebar-inner.open .close-shop-sidebar {
        display: block !important;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: black;
        color: white;
        border-radius: 2px;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    body .shop-sidebar-inner.open {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 60%;
        z-index: 1000;
        height: 100vh;
        padding-top: 0;
    }
    .product-table th {        
        padding: 5px 10px;
        font-size: 14px;
    }
    .theme-page-hero {
        padding: 20px 0 !important;
    }
    .buy-now-btn {
        margin: 10px auto 10px auto;
    }
    .related-products .products-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    .slot-info {
        margin: 10px 0 10px 0;
        padding: 10px;
        font-size: 12px;
    }
    .ship-info {
        font-size: 14px;
    }
    .product-action-part .border-1px {        
        padding: 12px;
    }
    .rating-text {
        font-size: 12px;
        color: #4a5568;
    }
    .company-details h2 {
        font-size: 16px;
        color: #1a202c;
        margin-bottom: 0.25rem;
    }
    .campaign-title h4 {
        font-size: 18px;
        font-weight: 600;
    }
    .product-table td {
        padding: 5px 10px;
        font-size: 12px;
    }
}
@media (min-width:1200px) and (max-width:1300px){
    .category-sidebar .dropdown-menu {        
        min-height: 50vh !important;
        height: 80vh;
        overflow-y: auto;
        scrollbar-width: none;
        overflow-x: hidden;
    }
    .header-whatsapp {
        width: 20%;
    }
}