@media screen and  (max-width:768px) 
{
  html,body{
    overflow-x: hidden !important;
    width:100% !important;
}
}


#horizontalBrandFilters::-webkit-scrollbar{
    /* display: none; */
    height: 4px;
}
#horizontalBrandFilters::-webkit-scrollbar-thumb{
    background-color: #C5972C;
    border-radius: 2px;
}



html,body{
    overflow-x: hidden !important;
    width:100% !important; 
    user-select: none; 
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -8; /* Send the black background behind z-index -1 elements */
}

/* BACKGROUND */

.ellipse-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
     /* Ensure ellipse backgrounds are behind content */
}

.ellipse-div {
    position: absolute;
    border-radius: 50%;
    background-color: #ddc13d;/*rgb(252, 186, 3)*/
    filter: blur(150px);
    transform-origin: 0 0;
    z-index: -3;
}

.top-left {
    width: 50%;
    height: 40%;
    top: -20%;
    left: -25%;
}

.bottom-right {
    width: 35%;
    height: 35%;
    top: 15%;
    right: -25%;
}

.bottom-left {
    width: 40%;
    height: 40%;
    bottom: 15%;
    left: -20%;
}

.bottom-right-2 {
    width: 50%;
    height: 50%;
    bottom: -30%;
    right: -35%;
}

/* BACKGROUND */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            outline: none;
            font-family: 'Hind', serif;
        }
        .sale-bar h6 {
            position: relative;
            height: auto;
            text-align: center;
            top: 9px;
            color: #FFF;
            font-family: Hind;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-transform: capitalize;
        }
    
       
/* top navbar */
@media screen and (min-width:992px) {
    #navbar{
      padding-bottom: 0px !important;
    }
    
  }
  @media (max-width: 991px) {
    #navbar {
        padding-bottom: 7px !important;
    }
  }
  
  .top-navbar{
  display: flex;
  justify-content: space-between;
  }
  .top-navbar p{
  margin-top: 13px;
  margin-left: 15px;
  }
  .top-navbar .icons{
  margin-top: 13px;
  margin-right: 15px;
  }
  .top-navbar a{
  text-decoration: none;
  color: black;
  margin-left: 10px;
  }
  .top-navbar a img{
  margin-bottom: 3px;
  }
  .top-navbar a:hover{
  color: black;
  }
  @media screen and (max-width:400px){
  .top-navbar a{
  font-size: 13px;
  }
  .top-navbar a img{
  width: 15px;
  }
  .top-navbar p{
  font-size: 13px;
  }
  .navbar-collapse form {
  display: none; 
  }
  }
  @media screen and (max-width:320px){
  .top-navbar a{
  font-size: 10px;
  }
  .top-navbar a img{
  width: 13px;
  }
  .top-navbar p{
  font-size: 10px;
  }
  .navbar-collapse form {
  display: none; 
  }
  }
  @media screen and (max-width:318px){
  .top-navbar a{
  font-size: 8px;
  margin-left: 0;
  }
  .top-navbar a img{
  width: 10px;
  margin-left: 0;
  }
  .top-navbar p{
  font-size: 10px;
  margin-top: 20px;
  }
  .navbar-collapse form {
  display: none; 
  }
  }
  /* top navbar */
  
  /* navbar */
  #navbar{
  background-color: #fff;
  }
  #logo{
  margin-left: 15px;
  color: #252525;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 6px;
  }
  #logo span{
  color: #C5972C;
  }
  #logo #span1{
  font-size: 30px;
  }
  .navbar-nav{
  margin-left: 20px;
  }
  .nav-item{
  margin-left: 10px;
  }
  
  .nav-item .nav-link{
  color: #252525;
  font-family: Hind;
  font-size: 20px;
  font-style: normal;
  font-weight: 500; 
  margin-left: 2px;
  transition: 0.5s ease;
  }
  .nav-item .active{
  color: #C5972C !important;
  font-weight: 600 !important; 
  }
  
  .nav-item .nav-link:hover{
  color: #C5972C;
  }
  
  #member {
    background-color: #C5972C !important;
    border-color: #C5972C !important;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
    padding: 10px 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
  }
  @media screen and (min-width:992px){
    #member{
      position:relative;
      left:-10%;
    }
  }
  @media screen and (max-width:992px){
    #member{
      position:relative;
      left:2px;
    }
  }
  
  #member button {
    border: none;
    background: none;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    margin-top: 0px !important;
  }
  
  
  /* Header */
  .card-body{
    margin-left: -5px !important;
  }
    
 /*  .filter-container{
    margin-top: 54px !important;
  } */
 

@media screen and (max-width:1200px) {
    .filter-container{
        max-width: 900px;
    }
    .filter-container .card-body{
        padding: 10px 9px;
        width:100%; 
        margin-bottom: 20px;
    }
    #product-cards{
        margin-top: 20px;
    }
    .filter-container #productCount{
        margin-top: 18px !important;
    }
}


@media screen and (max-width:768px) {
    #dropdownMenuButton2{
        width: 250px !important;
    }
    .filter-sort-container {
        flex-direction: column;
        align-items: center; /* Center items horizontally */
    }
    
    .dropdown {
        width: 100%; /* Make the dropdown full width */
        text-align: center !important; /* Center the dropdown content */
        
    }
    
}

#clearFilters{
    padding:16px 18px 12px 18px !important;
    border-radius: 0px !important;
    letter-spacing: 1px !important;
    
}
#clearFilters:hover{
    background-color: #fff !important;
    color: black !important;
}
.form-check-label {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    color: #252525;
    display: inline !important;
}



.form-check-input,
.form-check-label {
    cursor: pointer;
}

#categoryFilters,
#brandFilters,
#statusFilters {
    margin-bottom: 20px;
}

/* .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black; 
    transition: background-color 0.3s ease;
}

.underline.active {
    background-color: #ffc107; 
} */

.form-check-input[type="checkbox"] {
    border-radius: 0;
    border-width: 2px;
    border-color: black;
    background-color: #F0E7D1; /* Ensure the background is white */
    outline: none;
    appearance: none; 
    cursor: pointer;
    
}

.form-check-input:checked {
    background-color: #F0E7D1 !important; /* Background stays white when checked */
    border-color: #C5972C !important; /* Change border color of checked checkbox */
    position: relative;
}

.form-check-input:checked::before {
    content: '✔'; /* Unicode for check mark */
    color: #C5972C; /* Gold color for the tick */
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px; /* Adjust the size as needed */
}

.form-check-input:checked + .form-check-label {
    color: #C5972C; /* Change label text color when checkbox is checked */
}
.form-check {
    position: relative;
    display: flex;
    padding-bottom: 4px;
    margin-top: 10px !important;
    align-items: center;
    background-color: #F0E7D1;
    border-radius: 8px;
    padding: 10px;
    padding-left: 2.5em !important;
}

.checkbox-container {
    margin-right: 10px;
}

.label-container {
    flex-grow: 1;
}

.underline {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 95%;
    height: 1px; 
    background-color: black;
    transform: scaleY(1.5); 
    transform-origin: 0 0;
}

.form-check-input:checked ~ .underline{
    background-color: #C5972C;
}
.form-check-input:focus{
    visibility: hidden;
}
        

        /* Add HR under each label */
        /* .form-check-label {
            display: inline-block;
            margin-bottom: 5px;
        }

        .form-check::after {
            content: '';
            display: block;
            width: inhert;
            border-top: 1px solid #000; /* HR color */
            
        .form-check-input:checked + .form-check::after {
            border-color: #C5972C;
        } */

        /* product cards */
    
        #product-cards {
            margin-top: 64px;
        }
        #product-cards h1 {
            font-size: 32px;
            color: #C5972C;
            text-shadow: 1px 1px 1px black;
        }
        .row .h3 {
            font-size: 20 px;
            color: #fff;
        }
        #p-name {
            color: #FFF;
            font-family: Hind;
            font-style: normal;
            font-weight: 400;
            line-height: 38px; /* 126.667% */
            margin-top: 16px;
        }
        #product-cards .card h3 {
            font-size: 20px;
            color: white;
        }
        #product-cards .card p {
            font-size: 12px;
            margin-top: 5px;
            color: black;
        }
        .star i {
            margin-left: 5px;
            font-size: 13px;
        }
        .checked {
            color: #C5972C;
        }
        #product-cards .card h2 {
            font-size: 20px;
            color: black;
            margin-top: 20px;
        }
        #product-cards .card h2 span {
            float: right;
            color: black;
            cursor: pointer;
        }
        @media screen and (max-width: 1000px) {
            #product-cards .card h3 {
                font-size: 15px;
            }
        }
        /* product cards */
        .card-wrapper:hover{
            border-color: #252525;
            border-width: 2px;
            box-shadow: 0 0 5px 5px #C5972C;
        }
    
        @media (max-width: 570px) {
            #productContainer {
                display: table-row;
            }
    
            .row-cols-xs-1,
            .row-cols-sm-1,
            .row-cols-md-2,
            .row-cols-lg-3 {
                flex: none;
                width: 100%;
            }
        }
        .pagination .page-link {
            margin: 0px 18px;
            color: #C5972C;
            background: transparent;
            border: none !important;
        }
        .pagination .page-link:hover {
            background-color: #C5972C;
            border-color: black !important;
            color: black;
            border-radius: 70%;
        }
        .pagination .page-item.active .page-link {
            background-color: #C5972C;
            border-color: black !important;
            border-radius: 70%;
            color: black;
        }
    
        .card-img-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .bg-warning {
            background-color: #ffc107 !important;
        }
        .text-dark {
            color: #343a40 !important;
        }





        .brand-filters {
            max-height: 300px;
            overflow-y: auto;
            scrollbar-color: #c5972c transparent ;
            scrollbar-gutter: 4px !important;
            padding-bottom: 10px;
        }

        .filter-tag {
            display: inline-flex;
            align-items: center;
            margin: 5px;
            padding: 5px 10px;
            background-color: #F0E7D1;
            color: #252525;
            border-radius: 5px;
        }
        .filter-tag span {
            margin-left: 5px;
            cursor: pointer;
        }

        @media screen and (max-width: 768px) {
            .filter-container {
            display: none; 
            
            }
            .filter-toggle-button {
                display: block;
                margin: 10px 0;
                /* text-align: center;  */
                text-align: left;              
            }
            .filter-container.show {
                display: block;
            }
            .card {
                margin-top: 15px !important;
            }
            #product-cards{
                margin-top: 3px;
            }
            #productContainer{
                margin-top: 0px;
            }
        }

        @media screen and (min-width: 769px) {
            .filter-toggle-button {
                display: none;
            }
        }
/* 
        .brand-filters {
            max-height: 300px;
            overflow-y: scroll;
        }
 */
        #filterButtonIcon {
            margin-left: 5px;
        }     

  .form-check-wrapper {
    display: flex;
    flex-direction: column;
}

.form-check-input:checked + .form-check-label + .formCheckSpan hr {
    border: 1px solid #C5972C; /* Thick gold line when checked */
}

.formCheckSpan hr {
    border: 1px solid #000; /* Default border */
}
.form-check hr{
    border-style: solid !important;
}


.filter-remove {
    cursor: pointer;
    margin-bottom: -4px !important;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}



/* footer */
#footer {
    padding: 0 0 30px 0px;
    color: white;
    font-size: 16px;
    background-color: #313131;
}
#footer .footer-top {
    padding: 60px 0 30px 0;
    background-color: #313131;
    color: white;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
    color: #fff;
}
#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: white;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
    margin-top: 10px;
}
#footer .footer-top .footer-links h4 {
    color: #fff;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    transition: 0.5s ease;
}
#footer .footer-top .footer-links ul li a:hover {
    color: #fff;
}
#footer .footer-top .socail-links a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    background-color: #373737;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    transition: 0.5s ease;
}
#footer .footer-top .socail-links a:hover {
    background-color: #C5972C;
    color: white;
}
#footer .copyright {
    text-align: center;
    float: left;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
}
#footer .credits a {
    color: #C5972C;
}
.contact-detail{
    padding-left:0px !important;
  }
  
/* footer */



        html {
            scroll-behavior: smooth;
        }
        .arrow {
            position: fixed;
            width: 50px;
            height: 50px;
            bottom: 50px;
            right: 50px;
            text-decoration: none;
            text-align: center;
            line-height: 50px;
        }
    
        /* Filter tag styles */
        .filter-tag span {
            margin-left: 10px;
            cursor: pointer;
        }
        /* Ensure the brand filters section remains scrollable */
   /* Override Bootstrap input focus styles */
#productSearch:focus {
    border-color: #C5972C !important ;
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25) !important; /* gold shadow */
}
