body{
    background-color: #FFF2E1
}

#Home {
    position: fixed;
    top: 20px;
    font-weight: lighter;
    z-index:2;
}
#slash {
    position: fixed;
    top: 21px;
    left: 65px;
    font-size: 20px;
    z-index:2;
}
#Ts-txt{
    position: fixed;
    top: 20px;
    left: 80px;
    
    z-index:2;
}
#toppanel {
    background-color: #f8ebda;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index:1;
    border-bottom: 2px solid rgba(181 ,163, 140,0.3);

}
#sortby{
    position: fixed;
    right: 10%;
    top: 60px;
   z-index:3 ;
}
.dropbtn {
    position: relative;

    bottom: 10px;
    background-color:  rgba(181 ,163, 140,0.4);
    color: rgb(0, 0, 0);
    padding: 12px;
    font-size: 17px;
    border: 1px solid   rgba(181 ,163, 140,0.6);
  }
 
  .dropdown-content {
    display: none;
    position: absolute;
    background-color:  rgba(181 ,163, 140,);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px 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: rgba(181 ,163, 140,)}
  .dropdown:hover .dropdown-content {display: block;}
  .dropdown:hover .dropbtn {background-color:  rgba(181 ,163, 140,)}


  #size {
    position: fixed;
    right: 60%;
    top: 60px;

  }
  .sizebtn{
    color: #49361f;
    font-size: 20px;
    height: 30px;
    width: 60px;
    background-color: rgba(181 ,163, 140,0.4) ;
    border-radius: 30px;
    border: 2px solid rgba(181 ,163, 140,0.9) ;
}
.size-dropdown-content {
    padding: 25px;
    display: none;
    position: absolute;
    background-color:  rgba(181 ,163, 140,0.4);
    z-index: 1;
}

.size-dropdown:hover .size-dropdown-content{display: inline-block;}
.size-dropdown:hover .sizebtn {background-color:  rgba(181 ,163, 140,0.4)}


.size-dropdown-content a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#leftpanel {
    background-color: #f8ebda;
    width: 250px;
    height: 100%;
    position: fixed;
    left: 0%;
    top: 100px;
    border-right: 2px solid rgba(181 ,163, 140,0.3);

}

#filter{
    position: relative;
    left: 20px;
    font-weight: lighter;
    font-size: 15px;
    letter-spacing:3px ;
}
#men {
   margin-left: 10px;
   margin-top: 6px;
    
    width: 30px;
    height: 15px;
    accent-color: #654b2b;
    
    z-index: 2;
}
#female{
    margin-left: 10px;
    margin-top: 8px;
    
    
    width: 30px;
    height: 15px;
    accent-color: #654b2b;
    
    z-index: 2;

}
#leftline1 {
    position: fixed;
    left: 0%;
    top: 200px;
   
    width: 250px;
    height: 1.7px;
    background-color: rgba(181 ,163, 140,0.3);
    z-index: 3;
}
#categ{
    position: fixed;
    top: 210px;
    left: 20px;
    font-weight: lighter;
    font-size: 15px;
    letter-spacing:3px ;
    z-index: 3;
}
#Ts{
    position: fixed;
    padding: 0px;
    left: 10%;
    top: 240px;
    width: 10px;
    height: 10px;
}
#LTs {

    padding: 0px;
    left: 10%;
    top: 290px;
    width: 10px;
    height: 10px;
    
}
.ts1{
    display: block;
    width: 250px;
    position: fixed;
    left:20% ;
    top: 20%;
}
.fm{
   
    position: fixed;
    left: 21%;
    top: 66%;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.fm-descp {
    color: #604a2e;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: fixed;
    left: 21%;
    top: 69%;
    font-size: 13px;
    letter-spacing: 1px;
}
.fm-price {
    position: fixed;
    left: 21%;
    top: 71%;
    font-weight: bolder;
    font-size: 18px;
}
.fm-prev-price {
    color: #af9c93;
    position: fixed;
    left: 24%;
    top: 71%;
    font-weight: bold;
    font-size: 17px;
    text-decoration-line: line-through;
}
.fm-disc {
    position: fixed;
    left: 28%;
    top: 71%;
    font-weight: lighter;
    font-size: 17px;
    color: rgb(227, 131, 5);

}

.wishlist1 {
    display: flex;
    position: fixed;
    top:62%;
    left: 20%;
    background: rgba(255, 255, 255, 0.5);
    justify-content: center;
    justify-items: center;
    opacity: 0;
    transition: transform 0.3s ease-in-out;
    

    width: 250px;
    height: 30px;
    
}
.tshirt1:hover .wishlist1{
    opacity: 1;
}
.wishlist1:hover .ts1{background-color: #49361f;}

.ts2{
    width: 250px;
    position: fixed;
    left:40% ;
    top: 20%;
}
.sm{
   
    position: fixed;
    left: 41%;
    top: 66%;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.sm-descp {
    color: #604a2e;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: fixed;
    left: 41%;
    top: 69%;
    font-size: 13px;
    letter-spacing: 1px;
}
.sm-price {
    position: fixed;
    left: 41%;
    top: 71%;
    font-weight: bolder;
    font-size: 18px;
}
.sm-prev-price {
    color: #af9c93;
    position: fixed;
    left: 44%;
    top: 71%;
    font-weight: bold;
    font-size: 17px;
    text-decoration-line: line-through;
}
.sm-disc {
    position: fixed;
    left: 48%;
    top: 71%;
    font-weight: lighter;
    font-size: 17px;
    color: rgb(227, 131, 5);

}
.ts3{
    width: 250px;
    position: fixed;
    left:60%;
    top: 20%;
}
.tm{
   
    position: fixed;
    left: 61%;
    top: 66%;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.tm-descp {
    color: #604a2e;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: fixed;
    left: 61%;
    top: 69%;
    font-size: 13px;
    letter-spacing: 1px;
}
.tm-price {
    position: fixed;
    left: 61%;
    top: 71%;
    font-weight: bolder;
    font-size: 18px;
}
.tm-prev-price {
    color: #af9c93;
    position: fixed;
    left: 64%;
    top: 71%;
    font-weight: bold;
    font-size: 17px;
    text-decoration-line: line-through;
}
.tm-disc {
    position: fixed;
    left: 68%;
    top: 71%;
    font-weight: lighter;
    font-size: 17px;
    color: rgb(227, 131, 5);

}
.ts4{
    width: 250px;
    position: fixed;
    left:80%;
    top: 20%;
}
.fom{
   
    position: fixed;
    left: 81%;
    top: 66%;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.fom-descp {
    color: #604a2e;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: fixed;
    left: 81%;
    top: 69%;
    font-size: 13px;
    letter-spacing: 1px;
}
.fom-price {
    position: fixed;
    left: 81%;
    top: 71%;
    font-weight: bolder;
    font-size: 18px;
}
.fom-prev-price {
    color: #af9c93;
    position: fixed;
    left: 84%;
    top: 71%;
    font-weight: bold;
    font-size: 17px;
    text-decoration-line: line-through;
}
.fom-disc {
    position: fixed;
    left: 88%;
    top: 71%;
    font-weight: lighter;
    font-size: 17px;
    color: rgb(227, 131, 5);

}