.newmainfilterscontainerclass {
    display: grid;
    /* align-items: center; */
    /* justify-items: center; */
    width: 270px;
    /*height: 70vh;*/
    /* height: calc(100% - 55px); */
    grid-gap: 6px;
    z-index: 1;
    border-radius: 12px 12px 12px 12px;
    position: absolute;
    top: 70px;
    right: 20px;
    font-family: Roboto;
    background: white;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
}
.newmainfilterscontainerclassMobile {
display: grid;
/*  align-items: center;  */
/* justify-items: center;  */
width: 220px;
/*height: 70vh;*/
/*  height: calc(100% - 55px);  */
grid-gap: 6px;
z-index: 1;
border-radius: 12px 12px 12px 12px;
position: absolute;
top: 13vh;
right: 20px;
font-family: Roboto;
background: white;
box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
}
.newfiltersproceedcontainerclass {
    display: grid;
    align-items: center;
    justify-items: center;
    bottom: 2px;
    grid-auto-flow: column;
    cursor: pointer;
    background: white;
    /* position: absolute; */
    width: 100%;
    border-radius: 12px 12px 12px 12px;
    max-height: 50px;
    /* box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.30); */
}
.newfiltersbackclass{
    padding: 4px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    width: 100%;
    display: grid;
    justify-items: center;
    background-color: rgba(0,0,0,.3);
}

.newfiltersblocks {
    display: grid;
    grid-template-rows: max-content;
    grid-gap: 10px;
    padding-bottom:30px;
    margin-left: 7px;
}

.newtitledivContainer {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    grid-gap: 15px;
    align-items: center;
    background: #88C13D;
    height: 40px;
    /* border-radius: 12px 12px 0 0; */
}

.newtitledivclass {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.48px;
    padding-left: 25px;
}

.newcheckmarkfilters {
    background-color: #3c84c0;
    border: none;
    width: 12px;
    height: 12px;
    display: none;
}

.newradiobutton {
    position: relative;
    top: 0;
    left: 0;
    border: 1.1px solid #88C13D;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 50%;
}

.newradiobutton:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #88C13D;
}

.newradiobuttonbefore {
    position: relative;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    background: #FFFFFF;
    border-radius: 50px;
    border: 1.1px solid #7B7B7B;
}

.newfilterstext {
    font-size: 14px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 0.48px;
}
.newfilterstexthighlight {
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.48px;
    /*     font-family: Roboto; */
}


.newmainitemcontainerClass {
/* margin-left: 7px;  */
max-height: 65vh;
overflow-y: scroll;
overflow-x: hidden;
font-family: Roboto;
/* margin-top: 8px;  */
/* padding-bottom: 100px; */
border-radius: 12px 12px 12px 12px;
}

.newcategorycontainer {
    display: grid;
    grid-gap: 10px;
    /*     font-family: Roboto; */
}

.newfiltersproceedclass {
    padding: 4px;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    width: 72%;
    display: grid;
    margin-bottom: 10px;
    justify-items: center;
    border-radius: 6px;
    background: #88C13D;
}

.newfiltersitem {
    cursor: pointer;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: max-content;
    grid-gap: 10px;
    justify-items: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.newmainitemcontainerClass::-webkit-scrollbar {
    width: 0px;
}
#bottomtexttoshow{
    position: absolute;
    bottom: 43px;
    right: 73px;
    padding: 10px;
    cursor: pointer;
    z-index: 99999;
    border-radius: 5px;
    height: 38px;
    color: white;
    background-color: #3c84c0;
    display: none;
    box-shadow: 0 4px 4px 2px rgba(0,0,0,0.30);
}
#newfilterstermstext{
    padding: 4px;
    /* position: absolute; */
    font-size: 11px;
    font-style: italic;
    bottom: 50px;
    background-color: #FFFFFF
}
.addtionaltextcontainerradiolist{
    display: grid;
    /* grid-auto-flow: column; */
    display: none;
    align-items: center;
    /* padding-bottom: 10px; */
    /* justify-items: center; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.10); */
}
.addtionaltextradiolist{
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.44px;
    line-height: 18px;
}
.addtionalvalueradiolist{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.41px;
    line-height: 18px;
    color: #88C13D;
}
#aditionalinfocontainerradiolist{
    height: max-content;
    /* bottom: 126px; */
    /* position: relative; */
    background-color: white;
}
.displayNoneClass{
    display: none;
}
#bottomContainerDivradiolistid{
    /* position: absolute; */
    bottom: 0;
    display: grid;
    font-family: Roboto;
    grid-gap: 5px;
    z-index: 9999999;
    grid-auto-flow: row;
    background-color: white;
    border-radius: 12px 12px 12px 12px;
}
.newradiosplittitletext{
    color: #000000;
    font-size: 12px;
    /*     font-family: Roboto; */
}
.newradiosplitvaluetext{
    color: #7B7B7B;
    font-size: 10px;
}