*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
@font-face {
    font-family:Clarendon;
    src: url(../FONT/Clarendon\ BT\ Bold.ttf);
}

@font-face {
    font-family:Cralika;
    src: url(../FONT/cralika-font-1707571657-0/cralika.otf);
}

@font-face {
    font-family:Poppins;
    src: url(../FONT/Poppins_Font_Family/Poppins\ Light\ 300.ttf);
}
body{
    background-color: #282a36;
    color: white;
    font-family: 'Poppins'
}
p{
    margin-bottom: 0 !important;
}
body > *{
    max-width: 1400px;
    margin: auto;
    background-color: #373a48;
}
nav{
    max-width: 100%;
}
nav *{
    font-weight: bold !important;
}
img{
    width: 100%;
}
.logo h1{
    margin-bottom: 0;
} 
.btn{
    background: #cdab4b;
    color: #fff;
    border:none;
    display: inline-block;
    width: fit-content;
    padding: 0.5rem 1rem;
}
.btn:hover{
    background: #cdab4b !important;
}
a{
    text-decoration: none;
    color: inherit;
}
ul{
    padding: 0;
    margin: 0;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 99999999999999999;
    max-width: unset;
}
nav{
    padding:1rem 2% ;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
    background-color: #282a36;
}
nav h1{
    display: flex;
    font-size: 32px;
    letter-spacing: 0.2rem;
    -webkit-text-stroke: thick;
    align-items: center;
}
nav h1 img{
    max-width: 50px;
    border-radius: 25px;
}
nav h1 span{
    text-transform: uppercase;
}
nav > div, nav .items ul, footer > div, footer div > ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    list-style: none;
}
nav .search{
    display: flex;
    align-items: center;
    border: 0.5px rgba(255, 255, 255, 0.296) solid;
    padding: 5px;
}
nav .search i{
    font-size: 1.5rem;
    font-weight: 100;
    padding:5px 10px;

}
nav .search button{
    background: none;
    border: none;
    color: white;
}
/* Dropdown container */
.dropdown {
    position: relative;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    margin-right: 1.5rem;
    background-color: #f9f9f9;
    min-width: 160px;
;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
nav .search input::placeholder{
color: white;
font-size: 1.2rem;
}
nav .search input{
    height: 100%;
    background-color: transparent;
    border: none;
    padding:5px 15px;
    color: #fff;
}
nav .search input:focus{
    outline: none;
}
nav .search input[type=submit]{
background: #cdab4b;
}
nav .search input[type=text]{
    min-width: 400px;
}
footer, footer >div{
    padding:1rem;
}
main{
    width: 100%;
    min-height: 79vh;
}
.main-body{
    display: flex;
    gap: 0.25rem;
    padding: 0 2%;
}
aside, .logo-side{
    padding:0rem 1rem 2rem 0rem;
    
}
aside > div {
padding:1rem 0 ;

}
aside ul{
    list-style: none;
}
aside ul li p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
}

aside ul li p .quantity{
    border: 1px solid white;
    height: 25px;
    width: 25px;
    text-align: center;
    align-items: center;
}
.slide{
    width: 100%;
}
@media screen and (max-width:1000px) {
    nav .search, nav .items{
        display: none;
    }
}
@media screen and (min-width:1000px) {
    .side-menu{
        /* position: fixed !important; */
    }
}
.filter input:focus{
    outline: none;
}

.filter input, .filter select{
    padding: 10px;
    height: 40px;
    background: none;
    margin: 10px 0;
    border-style: solid;
    color: white;
    width: 100%;
    border-radius: 10px;
}
.filter button{
    width: 100%;
}
.filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #price-value {
    display: inline-block;
    margin-left: 1rem;
  }
  input[type=range]::-webkit-slider-thumb {
    background-color: #cdab4b; /* For Chrome, Safari, and Opera */
  }
  
  input[type=range]::-moz-range-thumb {
    background-color: #cdab4b; /* For Firefox */
  }
  
  input[type=range]::-ms-thumb {
    background-color: #cdab4b; /* For Internet Explorer */
  }
#price-filter{
    width: 100%;
}
.filter-option > div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1.5px;
    border-radius: 10px;
    border-color: rgb(118, 118, 118);
    border-style: solid;
    padding: 10px;
    height: 40px;
    margin: 10px 0;
}
.filter-option > div input{
    border: none;
    margin: 0;
    padding: 0;
}
.filter-option > div input:focus{
    outline: none;
}

option{
    color: black;
}
.setting ul li i{
    font-size: 1.5rem;
}
form .sizes > div{
    padding-left: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}
form .sizes input[type=checkbox]{
    width: 20px;
    height: 20px;
}
#search-suggestions {
    max-width: 500px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    color: black;
    background-color: #f9f9f9;
    max-height: 500px; /* Adjust as needed */
    overflow-y: auto;
    z-index: 1000; /* Ensure it appears on top of other elements */
    width: 100%;
    top: 100px !important;
}

#search-suggestions li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#search-suggestions li:hover {
    background-color: #f1f1f1;
}
@media screen and (min-width:960px) {
    aside{
        height: fit-content !important;
    }
}
@media screen and (max-width:1000px) {
   
   nav .search, nav .items{
    display: none ;
   }
   aside{
    display: none;
   }
   .ph{
    display: none;
   }
    footer > div{
        flex-direction: column;
        gap: 1rem;
        padding-bottom: 1rem;
    }
    nav, main{
        padding: 3%;
    }
    main section.items{
        grid-template-columns: 48% 48% !important;
    }
    .slide{
        width: 100%;
    }
    .side-menu {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: -250px; /* Hide the menu by default */
        width: 250px;
        padding: 1rem;
        height: 100%;
        background-color: #333;
        transition: left 0.3s ease-in-out;
        overflow-y: scroll;
      }
      
      /* Show the side menu when it's open */
      .side-menu.open {
        left: 0;
        display: block;
      }
      
      /* Add styling for links, icons, etc. within the menu */
      .side-menu a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 10px;
      }
      .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
        display: none; /* Initially hidden */
        z-index: 999; /* Ensure it's above other content */
      }
      
      /* Show the overlay when side menu is open */
      .overlay.show {
        display: block;
      }
      
      /* Menu toggle styles */
      .menu-toggle {
        position: absolute;
        color: #fff;
        top: 80px; /* Adjust the top position as needed */
        right: 20px; /* Adjust the right position as needed */
        cursor: pointer;
        z-index: 1000; /* Ensure it's above other content */
        transition: transform 0.3s ease-in-out; /* Add transition */
      }
      
      /* Change the menu toggle icon to 'times' when menu is open */
      .menu-toggle.open .fa-bars {
        display: none;
      }
      
      .menu-toggle.open .fa-times {
        display: block !important;
      }
}
@media screen and (min-width:1000px) {
    .side-menu{
        padding-top: 0 !important;
        width: 420px !important;
        
    }
}

.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    right: 0;
    top: 50px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown-content {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .dropdown:hover .dropdown-content {
    opacity: 1;
  }
  