.categoriespage{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;
}
.catg-pager{
    width: 100%;
    height: fit-content;
    position: relative;
    padding-bottom: 30px;
}

.catg-insider{
    width: 400px;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--lock);
}
.catg-insider{
    scroll-behavior: smooth;
}
.catg-insider::-webkit-scrollbar{
    width: 5px;
}
.catg-insider::-webkit-scrollbar-thumb{
    background-color: var(--popup);
    border-radius: 50px;
}
.catg-header{
    width: 100%;
    height: 40px;
 
    padding-left: 25px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font8);
    text-transform: capitalize;
    font-weight: 700;
    color: var(--textcolor1) ;
    position: relative;
}
.catg-holder{
    width: 87%;
    height: 400px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.button-r{
    width: 100%;
    height: 23%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mt1{
    width: 59%;
    height: 100%;
    position: relative;
}
.mt2{
    width: 39%;
    height: 100%;
    position: relative;
}
.mt1, .mt2{
    border: none;
   
    outline: none;
    font-family: var(--font8); 
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: var(--textcolor2);
    text-transform: capitalize;
    text-shadow: 0 0 10px black;
    transition: ease-in-out 0.1s;
    border: 1px solid var(--openup);
}
.mt1:hover{
   border-left: 4px solid var(--myColor);
}
.mt2:hover{
    border-left: 4px solid var(--myColor);
}
.btn-cx{
    width: fit-content;
    height: 100%;
    font-size: 14px;
    color: var(--myColor);
    font-family: var(--font12);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    z-index: 1;
    cursor: pointer;
}



.catg-display .CD-box{
    width: 90%;
    height: 250px;
    background-color: var(--textcolor2);
    margin: auto;
    margin-top: 1px;
    overflow-x: scroll;
    border-radius: 3px;
}

.CD-box::-webkit-scrollbar{
    width: 10px;
    background-color: var(--background1);
}
.CD-box::-webkit-scrollbar-thumb{
    background-color: var(--myColor);
}
.cd-header{
    width: 30%;
    height: 25px;
    border-bottom: 1px solid black;
    display: flex;
    padding-left: 5px;
    align-items: center;
    font-family: var(--font8);
    text-transform: capitalize;
    font-weight: 400;
    color: var(--textcolor1);
    font-size: 12px;
}
.position-bar{
    width: 30px;
    height: 30px;
    background-color: var(--popup);
    position: fixed;
    bottom: 50px;
    right: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2000;
}



.catg-holder svg{
    width: 40px;
    height: 40px;
    fill: var(--myColor);
}
