

.mainContainerCart{
    width: 35%;
    height: 90%;
    left: 45%;
    top: -70%;
    position: fixed;
    z-index: 100;
    background-color: rgba(128, 128, 128, 0.947);
    transform: translate(60%,-57%);
    transition: 500ms;
}

.showPopformCart{
    top: 70%;
}
#container1{
    margin-top: 0px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 87%;
    height: 98%;
    background-color: white;
    overflow: auto;
}
.orderHeading{
    color: white;
    margin-left: 20px;
}
#checkout{
    margin-left: 150px;
    cursor: pointer;
}
#leftPart{
    display: flex;
    margin-left: 40px;
    font-size: 16px;
    font-weight: bold;
}
#rightPart{
    text-align: center;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #D11243;
    border-radius: 10px;
}
#proceed{

}
.add_childDiv{
    margin-top: 5px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
    width: 100%;
    height: 20%;
   
    background-color: white;
    /* border: 2px solid red; */


}
.add_firstChild{
    /* border: 1px solid aqua; */
    margin: 0px 0px 0px 10px;
    display: flex;
    width: 90%;
    height: 65px;
}


.add_imageName{
    display: flex;
    /* border: 1px solid black; */
    width: 90%;
   
}
.add_image{
    width: 50px;
    height: 50px;
    margin: 10px 0px 0px 10px;
    border-radius: 10px;

}
.add_name{
    margin-left: 20px;
}
.add_remove{
    margin-left: 50px;
    margin-top: 20px;
    color: #D11243;
    cursor: pointer;
}

.add_secondChild{
    margin: 5px 0px 0px 10px;
    display: flex;
    width: 90%;
    height: 40px;
    /* border: 1px solid green; */
    justify-content: space-between;
}
.add_mrpDiv{
    /* background-color: red; */
    display: flex;
    width: 50%;
    /* height: 20px; */
    /* border: 1px solid ; */
    margin: 0px 0px 10px 30px ;
    /* justify-content: space-around; */

}
.add_symboleDiv{
    display: flex;
    width: 25%;
    /* height: 40px; */
    /* border: 1px solid red; */
    /* margin-right: 10px; */
    justify-content: space-between;
    padding: 0px 0px 5px 0px ;
}
.add_quantity{
    /* border: 1px solid orangered; */
    padding: 10px 15px 8px 15px;
    border-radius: 5px;
    margin: 0px 0px 0px 5px;
    

}

.add_mrp{
    margin: 10px 0px 0px 10px;
    color: #D11243;
}
.add_price{
    margin: 8px 0px 0px 5px;
    color: #D11243;
}
.add_minus{
    margin-top: 0px;
    font-size: 30px;
    font-weight: bold;
    
}
.add_num{
    font-size: 13px;
    font-weight: bold;
}
.add_plus{
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold;

}