.bg{
    margin-top: 25%;

}
.ls2{
    margin-top: 30%;
}
.s1{
     margin-top: 30%;
}
.last-second{
    display: grid;
    grid-template-rows:50% 50%;

}
.last-second-left{
    padding: 0;
    padding-top: 6%;
}
.last-second-left>p{
    font-size: 25px;
    margin: 2%;
}
aside{
    display: none;
}
.pro-sec1{
    display: flex;
    flex-direction: column;
    margin-top: 30%;
}
.p_div{
    display: flex;
    flex-direction: column;
}
.product_card {
    width: auto;
}
.product_card button{
    width: 160px;
}
.aside-right{
    overflow-x: scroll;
    column-gap: 10px;
}
.ls{
    margin-top: 30%;
}
.sec2{
    display: none;
}
.product-data{
    height: 50vh;
}
.product-image-big{
    height: 30vh;
}
.quantity{
    position: absolute;
    left: 0;
    text-align: center;
}
.pg1{
    margin-top:28%;
}
.ps1 {
    margin-top: 30%;
}
.ps1>div {
    grid-template-columns: none;
}
.payment-product {
    flex-direction: column;
    align-items: center;
}
.product-disc>p{
    text-align: center;
}
.payment-calculator{
    height: 50%;
    margin-top: 20%;
}
.bill_components p{
    font-size: small;
}