﻿/* Shipping Section */
.shipping-box-bottom {
    background: #ffffff;
}

/* Icon Box */
.tf-icon-box.style-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    background: #f9fafb;
    transition: all 0.35s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
    flex-direction: row;
    text-align: left;
    margin: 10px 0;
}

/* Hover Effect */
.tf-icon-box.style-2:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

/* SVG Icon */
.tf-icon-box.style-2 svg {
    min-width: 48px;
    height: 48px;
}

/* Content */
.tf-icon-box .content {
    flex: 1;
}

/* Title */
.tf-icon-box .title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0;
}

/* Description */
.tf-icon-box .desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Grey text helper */
.text-grey-2 {
    color: #6b7280;
}

/* Responsive */
@media (max-width: 767px) {
    .tf-icon-box.style-2 {
        padding: 18px;
    }

    .tf-icon-box .title {
        font-size: 16px;
    }
}
 .sidebar-right {
   position: fixed;
   top: 50%;
   left: 0;
   z-index: 9;
   transform: translate(0%, -50%);
   }

    .news-sidebar-widget {
        display: none;
        flex-direction: column;
        gap: 0;
        background: #ffffff;
        border-radius: 0;
        padding: 9px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border: 1px solid #ffffff;
        transition: 0.5s;
        height: 100vh;
        width: 250px;
        opacity: 0;
        flex-direction: column;
        /* justify-content: center; */
        padding-top: 41%;
    }

.news-sidebar-widget.visible {
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    opacity: 1;
}

    /* Header Styling */
    .title-box-center {
        text-align: left;
        padding: 0;
    }

    .single-blog-widget-title {
        color: #2c3e50;
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0;
        text-transform: capitalize;
        letter-spacing: 1px;
    }

    .title-divider {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 8px;
    }

    .divider-line {
        width: 20px;
        height: 2px;
        background: #e74c3c;
        margin: 0 0px;
    }

    .divider-dot {
        width: 6px;
        height: 6px;
        background: #e74c3c;
        border-radius: 50%;
    }

    /* Category Card Styling */
    .category-card {
        /* background: white; */
        /* border-radius: 0; */
        /* padding: 15px; */
        /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
        /* border: 1px solid #e1e8ed; */
        /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
        /* height: 100vh; */
        /* width: 250px; */
        /* display: flex; */
        /* align-items: center; */
        /* flex-direction: column; */
    }

        .category-card:hover {
        }

    .category-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #ecf0f1;
    }

    .category-icon {
        color: #3498db;
        font-size: 1.2rem;
        margin-right: 12px;
    }

    .category-header .single-blog-widget-title {
        color: #2c3e50;
        font-size: 1.3rem;
        margin: 0;
    }

    /* Category List Styling */
    .category-list {
        list-style: none;
        padding: 0;
        margin: 14px 0 0 0;
        text-align: left;
    }

    .category-item {
        margin: 1px 0px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px;
        border-bottom: 1px solid #f8f9fa;
        transition: background-color 0.3s ease;
        padding-left: 1rem;
        /* content: '>'; */
    }

        .category-item:hover {
            background-color: #d1534612;
            border-radius: 6px;
        }

        .category-item:last-child {
            border-bottom: none;
        }

    .category-content {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .category-arrow {
        color: #3498db;
        margin-right: 12px;
        font-size: 0.9rem;
        transition: transform 0.3s ease;
    }

    .category-item:hover .category-arrow {
        transform: translateX(3px);
        color: #e74c3c;
    }

    .category-link {
        color: #2c3e50;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
        flex: 1;
    }

        .category-link:hover {
            color: #e64c3c;
        }

    .category-count {
        background: #ecf0f1;
        color: #7f8c8d;
        padding: 4px 10px;
        border-radius: 15px;
        font-size: 0.85rem;
        font-weight: 600;
        min-width: 45px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .category-item:hover .category-count {
        background: #3498db;
        color: white;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .sidebar-right {
            padding: 0;
        }

        .view-toggle {
            flex-wrap: wrap;
            /* gap: 15px; */
            /* justify-content: center !important; */
        }

        .category-card {
            width: 100%;
            min-width: 100%;
        }

        .category-card {
            padding: 20px;
        }

        .single-blog-widget-title {
            font-size: 1.3rem;
        }

        .category-header {
            flex-direction: column;
            text-align: center;
        }

        .category-icon {
            margin-right: 0;
            margin-bottom: 8px;
        }
    }

    /* Animation for page load */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .category-card {
        animation: fadeInUp 0.6s ease-out;
    }

        .category-card:nth-child(2) {
            animation-delay: 0.1s;
        }

        .category-card:nth-child(3) {
            animation-delay: 0.2s;
        }

    .filter-tab {
        border: none;
        background: none;
        font-weight: 600;
        color: #555;
        padding: 10px 20px;
        cursor: pointer;
        transition: all 0.3s ease;
        border-radius: 6px;
    }
</style>


<style>
    .custom-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        justify-content: center;
        align-items: center;
    }

    .custom-modal-content {
        background: #fff;
        width: 70%;
        max-width: 800px;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
        animation: customFadeIn 0.3s ease-in-out;
        position: relative;
    }

    .custom-row {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-left, .custom-right {
        flex: 1;
        min-width: 300px;
    }

    .custom-img {
        width: 100%;
        height: auto;
        border-radius: 10px 0 0 10px;
    }

    .custom-close {
        position: absolute;
        top: 12px;
        right: 20px;
        font-size: 30px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }

    .custom-form {
        padding: 20px;
    }

    .custom-title {
        margin-bottom: 15px;
    }

    .custom-form-group {
        margin-bottom: 15px;
    }

    .custom-input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .custom-btn {
        background: #007bff;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: bold;
    }

        .custom-btn:hover {
            background: #0056b3;
        }

    .custom-textarea {
        resize: vertical;
        min-height: 80px;
    }

    .custom-note {
        margin-top: 10px;
        font-size: 14px;
        color: #555;
    }

    @keyframes customFadeIn {
        from {
            opacity: 0;
            transform: scale(0.8);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }
    .view-toggle {
        margin: 0 0 15px 0;
        text-align: right;
        position: sticky;
        top: 0;
        background: white;
        padding: 25px 0;
        z-index: 999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 10px;
        justify-content: space-between;
        padding-left: 5px;
        padding-right: 5px;
        /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
        border-radius: 12px;
        /* justify-content: center; */
        background: white;
        /* border-radius: 0; */
        padding: 15px;
        border: 1px solid #e1e8ed;
    }

    .list-view{
        display: grid;
        grid-template-columns: max-content;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 0;
        width: 100%;
    }

    .view-toggle button {
        border: none;
        background: #f5f5f5;
        margin-left: 5px;
        padding: 5px 8px;
        cursor: pointer;
        font-size: 12px;
        border-radius: 5px;
    }

        .view-toggle button.active {
            background: #e74c3c !important;
            color: #fff;
        }

    /* Grid View */
    .product-wrapper.grid-view .product-col {
        display: block;
    }

        .product-wrapper.grid-view .product-col .pricess {
            display: none;
        }

    .product-wrapper.grid-view .product-item {
        display: block;
        margin-bottom: 10px;
    }

    /* List View */
    .product-wrapper.list-view .product-col {
        width: 100%;
    }

    .product-wrapper.list-view .product-item {
        display: flex;
        align-items: center;
        background: #fff;
        background: white;
        border-radius: 12px;
        padding: 0;
        /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
        border: 1px solid #e1e8ed;
    }

    .product-wrapper.list-view .product-info .add-to-cart {
        width: max-content;
        max-width: 200px;
        /* width: max-content; */
        /* max-width: 200px; */
    }

    .product-wrapper.list-view .product-info {
        flex: 1;
        text-align: left;
        padding: 8px 16px;
        background: linear-gradient(45deg, #f8f8f8, #f8f8f8);
    }

    .product-wrapper.list-view .product-thumb {
        flex: 0 0 187px;
        margin-right: 0;
        padding: 10px;
    }

    .product-wrapper.list-view .product-info {
        flex: 1;
    }

    .section-title .title::after {
        display: none;
    }

    .section-title .title  {
        font-size: 25px;
        padding-bottom: 25px;
        position:relative;
    }
 .section-title .title:before {
      content: '';
      background-image: url('/assets/heading-img.jpg');
      width: 200px;
      position: absolute;
      height: 15px;
      background-size: contain;
      left: 50%;
      bottom: 0px;
      transform: translate(-50%, 0);
    }
  .section-title .title.titleleft:before {
      left: 0;
      transform: translate(0, 0);
    }

    .model-pro-dct-prourwe-dt-all {
        margin: auto;
    }

        .model-pro-dct-prourwe-dt-all img {
            height: fit-content;
            width: 100%;
        }


    #productContainersd::-webkit-scrollbar {
        width: 0px;
        background: transparent; /* optional: just to be safe */
    }

    /* For Firefox */
    #productContainersd {
        scrollbar-width: none; /* hides scrollbar */
        -ms-overflow-style: none; /* for IE and Edge */
    }

    .lod-mre-btn {
        margin: 30px 0 10px 0;
    }
    .close {
    display: inline-block;
    float: right;
}

.close button {
    padding: 0;
    border: 0;
    background: no-repeat;
}

.close button svg {
    width: 30px;
    height: 30px;
    fill: #e74c3c;
}
@media(max-width:480px){
     .list-view {
    grid-template-columns: repeat(1, 1fr);
    width: auto;
    column-gap:5px;
    gap: 14px;
}
     .product-wrapper.list-view .product-col {
    padding: 0 15px !important;
}
      .product-item .product-info .title a{
            font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    }
}
@media(min-width:768px){
    .order-1{

order: 0 !important;

}
    .order-3{

    }
   
 .list-view {
    grid-template-columns: repeat(2, 1fr);
}
     .product-wrapper.list-view .product-col {
    padding: 7px 15px !important;
}
}
div#filter.sticky3 {
    position: fixed;
    bottom: 0;
    display: flex !important;
    justify-content: space-between;
    /* align-content: flex-end; */
    height: auto;
    top: auto;
    left: 0;
    transition: 0.5s;
    margin: 0;
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
}
.product-wrapper.list-view .product-item .pricess {}

.product-wrapper.list-view .product-item .pricess span {}

.product-wrapper.list-view .product-item .pricess span ol, 
.product-wrapper.list-view .product-item .pricess span ul {
    display: contents;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-wrapper.list-view .product-item .pricess span ol li, 
.product-wrapper.list-view .product-item .pricess span ul li {
  
}
.product-wrapper.list-view .product-item .pricess span ol li:first-child, 
.product-wrapper.list-view .product-item .pricess span ul li:first-child {

}
.col-6 {
    padding: 0 5px !important;
}