#headdiv{
    width: 100%;
    height: 40px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
 }
 #headdiv>a{
    color: black;
 }
/* main product box */
 #mainprodbox{
     width: 100%;
     display: flex;
     background-color: #ebebec;
 }
/* left box css */
#mainprodbox #leftbox{
     width: 18%;
 }
 #filterbox{
     background-color: #ffffff;
     height: 500px;
     width: 80%;
     margin-left: 10px;
     border-radius: 14px;
     padding: 15px;
 }
 #filterbox>h2{
     font-family: sans-serif;
     font-weight: lighter ;
 }
 input[type="search"]
 {
     height: 40px;
     font-size: 14px;
     background-color: rgba(10,21,27,.05);
     color: #6f7284;
     border-top-left-radius: 6px;
     border-bottom-left-radius: 6px;
     border: none;
     width: 90%;
 }
 #searchbox{
     width: 100%;
     display: flex;
     background-color:  rgba(10,21,27,.05);
 }
 #searchbtn{
     border: none;
     box-sizing: border-box;
     border-top-right-radius: 6px;
     border-bottom-right-radius: 6px;
     background-color: rgba(10,21,27,.05);
 }
 /* #mainprodbox #leftbox>div{
     width: 90%;
     background-color:white;
 } */

/* right box upper banner css */
 #rightbox{
     margin-left: 20px;
     width: 81%;
 }
 #bannerimg{
    width: 100%;
    height: 200px;
    padding-bottom: 20px;
    
 }

/* >>>>>>>>>>>>>>>tool display<<<<<<<<<<<<<<<<<< */
 #tooldisplay{
     display: flex;
     font-family: sans-serif;
     align-items: center;
     margin-bottom: 20px;
     margin-top: 20px;
 }
 #TotProdonPage>span{
     font-weight: bold;
     font-size: 18px;
 }
 
 #tooldisplay #sorting{
     display: flex;
     margin-left: 400px;
     position: absolute;
     align-items: center;
 }
 #tooldisplay #sorting button{
     margin-left: 20px;
     padding: 5px 16px 5px 16px;
     cursor: pointer;
     border-radius: 5px;
     border: 1px solid #edeef0;
     background-color: #fff;
 }
 #tooldisplay #sorting button:hover{
     border:1px solid #70cef7;
     color: #70cef7;
    font-weight: 100;
 }

/* >>>>>>>>>>>>>>>>>>>product display box */
 #productdisplay{
    margin: auto;
    background-color: white;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    
}

#productdisplay #displayid{
    display: block;
}
#productdisplay h4{
    font-family: sans-serif;
    color: rgba(21,27,57,.6);
    padding-top: 10px;
    display: block;
}
/*>>>>>>>>>>>>>>> gird box */
#gridbox{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.maindiv{
    border: 1px gray;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.divimg{
    width: 80%;
    
}
.divimg>img{
    width: 100%;
    margin-left: 80px;
}
#gridbox h5+.maindiv{
    align-items: center;
    display: flex;
    margin-right:50px;
    vertical-align: middle;
}
#gridbox h5{
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 32px;
    font-family: sans-serif;
    color: black;
}
.headdiv{
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
}
/* #gridbox img{
    width: 100%;
} */
#gridbox img:hover{
  transform: scale(1.05);
  transition: 0.2s;
}
#gridbox h5+div>p:first-child{
    text-decoration: line-through;
}
.divmrp{
    display: flex;
    text-align: center;
    align-items: center;
    width: 90%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}
.spanmrp,.strikeprice{
    font-family: sans-serif;
    font-size: 12px;
}
.strikeprice{
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 100;
}
.newprice{
    margin-left: 5px;
    font-family: sans-serif;
    font-weight: bold;
}
.divbtn{
    background: #008ecc;
    width: 80%;
    margin: auto;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 8px 0 16px;
    border: 0;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 32px;
}
#gridbox button{
    background: #008ecc;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 8px 0 16px;
    border: 0;
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 32px;
}
.divicon{
    width: 30px; /*earlier width was 20% and height was not assigned*/
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.153)
}

.divbtn:hover{
    background-color:rgb(59, 152, 219);
}

#gridbox button:hover{
    background-color:rgb(59, 152, 219);
}

* a{
    text-decoration: none !important;
}

p{
   font-family: sans-serif;
   margin-top: 10px;
   margin-bottom: 10px;
   color: black;
}

.discdiv{
    z-index: 9;
    width: 40px;
    height: 40px;
    background-color: red;
}

.prodcategory{
    display: flex;
}
#clear{
    margin-top: 20px;
    border-radius: 4px;
    background-color: bisque;
    border: none;
    width: 80%;
    padding: 5px 5px;
    font-weight: bold;
}
#clear:hover{
    background-color:darkgrey;
}
#seperator{
    width: 100%;
    height: 90px;
}