#newmainproducts {
    display: grid;
    /*background: #4F4F4F;*/
    width: auto;
	min-width:200px;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 9999;
    position: absolute;
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.54);*/
    /*border-radius: 2px;*/
    grid-template-rows: 40px 1fr;
    overflow-y: auto;
    /*opacity: 0.38;*/
    /*background: #4F4F4F;*/
    background: rgba(79,79,79,0.38);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.54);
    border-radius: 2px;
}
#newmainproductsheader {
    display: grid;
    background: #282828;
    grid-auto-flow: column;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    align-items: center;
    height: 40px;
    border-radius: 2px 2px 0px 0px;
}

.newmainproductsheaderclosecls {
    color: rgba(255,255,255,0.87);
    display: grid;
    justify-self: end;
    margin-right: 10px;
    width: 15px;
    height: 16px;
    border-radius: 48px;
    /*z-index: 9998;*/
    cursor: pointer;
    background-image: url('../images/icons/magiktour/close copy.svg');
    background-size: 100% 100%;
}

.newmainproductsheadertext {
    display: grid;
    /*display: none;*/
    font-size: 14px;
    padding-left: 15px;
    color: #FFFFFF;
    letter-spacing: 0.88px;
}

.newmainproductscontent {
    display: grid;
    grid-template-columns: max-content max-content;
    /* grid-gap: 30px; */
    /* padding: 25px 10px 10px 10px; */
    height: max-content;
    grid-auto-rows: max-content;
}

.newmainproductsdatadiv {
    font-size: 13px;
    color: rgba(255,255,255,0.87);
    letter-spacing: 0.81px;
    display: grid;
    justify-self: center;
    align-items: center;
    min-height: 25px;
    /* height: 70px; */
    /*background: #414141;*/
}

.newmainproductsdataContainer {
    display: grid;
    grid-template-rows: 75px max-content;
    /* align-items: center; */
    min-width: 100px;
    /* justify-items: center; */
    background: rgb(79, 79, 79);
    /* border-radius: 4px; */
    border-width: 1px;
    border-style: solid;
    border-color: rgb(65, 65, 65);
    border-image: initial;
    cursor: pointer;
}

.newmainproductsdataimg {
    display: grid;
    background: #FCFCFC;
    /* border-radius: 4px 0px 0px 4px; */
    background-size: 100% 100%;
}

#newmainproductstype {
    display: grid;
    width: auto;
    position: absolute;
    min-width: 200px;
    /*opacity: 0.38;*/
    /*background: #4F4F4F;*/
    background: rgba(79,79,79,0.38);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.54);
    border-radius: 2px;
    top: 0;
    overflow-y: scroll;
    right: 0;
    height: 100%;
    grid-template-rows: 40px max-content 40px 1fr;
    z-index: 9999;
    overflow: auto;
}
#newmainproductstypeheader {
    display: grid;
    background: #282828;
    grid-auto-flow: column;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    align-items: center;
    height: 40px;
    border-radius: 2px 2px 0px 0px;
    grid-template-columns: 30px 1fr 20px;
}

.newmainproductstypeheadertext {
    display: grid;
    font-size: 14px;
    padding-left: 15px;
    color: #FFFFFF;
    letter-spacing: 0.88px;
}

.newmainproductstypecontent {
    display: grid;
    /* grid-gap: 30px; */
    grid-template-columns: max-content max-content;
    min-width: 200px;
    height: max-content;
    /* grid-auto-rows: max-content; */
}

.newmainproductstypedatadiv {
    font-size: 13px;
    color: rgba(255,255,255,0.87);
    letter-spacing: 0.81px;
    display: grid;
    justify-self: center;
    min-height: 25px;
    align-items: center;
    /* height: 70px; */
    /* border: 1px solid #414141; */
    border-radius: 0px 4px 4px 0px;
}

.newmainproductstypedataContainer {
    display: grid;
    grid-template-rows: 75px max-content;
    height: max-content;
    background: #4F4F4F;
    /* align-items: center; */
    min-width: 100px;
    /* justify-items: center; */
    /* border-radius: 4px; */
    grid-auto-flow: column;
    border: 1px solid #414141;
    cursor: pointer;
}

.newmainproductstypedataimg {
    display: grid;
    background: #FCFCFC;
    /* border-radius: 4px 0px 0px 4px; */
    background-size: 100% 100%;
}
#newmainproductstypeheaderback{
    display: grid;
    width: 16px;
    height: 12px;
    border-radius: 48px;
    margin-left: 12px;
    /*z-index: 9998;*/
    cursor: pointer;
    background-image: url('../images/icons/magiktour/back.svg');
    background-size: 100% 100%;
}
.newmainproductsoptionscontent{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 18px;
    padding: 10px;
    height: max-content;
}
.newmainproductsoptionsdataContainer{
    display: grid;
    /* background: #414141; */
    grid-template-rows: 50px 1fr;
    /* align-items: center; */
    grid-auto-flow: row;
    /* justify-items: center; */
}
.newmainproductsoptionsdataimg{
    display: grid;
    background: #FFFFFF;
    border-radius: 4px;
    background-size: 100% 100%;
}
.newmainproductsoptionsdatadiv{
    display: grid;
    align-items: center;
    padding-top: 10px;
    justify-self: center;
    display: none;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.75px;
}
.newmainproductstypesTitle{
    display: grid;
    font-size: 14px;
    color: #FFFFFF;
    height: max-content;
    margin: 12px 2px 0px 13px;
    letter-spacing: 0.88px;
}
#newmainproductstypesContainer{
    display: grid;
    padding-bottom: 16px;
    height: max-content;
    border-bottom: 1px solid #FFFFFF;
}
#selectedtickicon{
    background-image: url("../images/icons/magiktour/Green-tick.svg");
    width: 24px;
    height: 24px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 60%;
    cursor: pointer;
}
#selectedinnertickicon{
    background-image: url("../images/icons/magiktour/Green-tick.svg");
    width: 24px;
    height: 24px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 60%;
    cursor: pointer;
}
#selectedsmalltickicon{
    background-image: url("../images/icons/magiktour/Small tick.svg");
    width: 20px;
    height: 20px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 60%;
    cursor: pointer;
}
#sidebarMenubutton{
    background: #4F4F4F;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 17px;
    right: 50px;
    display: grid;
    height: 60px;
    justify-self: center;
    align-self: center;
    padding: 17px 8px 8px 5px;
    width: 60px;
    border-radius: 50px;
}

#newmainproductstype::-webkit-scrollbar {
    width: 0px;
}
#newmainproducts::-webkit-scrollbar {
    width: 0px;
}
.newmainproductsdataContainer:hover{
    background: #2C2C2C !important;
}
.newmainproductstypedataContainer:hover{
    background: #2C2C2C !important;
}