.pricelisttable {
    width: 55%;
    margin: 5vw auto;
}

.prasatham:nth-child(odd) {
    background-color: transparent;
    background-image: linear-gradient(160deg, #FFC77B 0%, #FF8B45 100%);
    border-radius: 0.5vw;
}

.prasathamname {
    font-size: 1.25vw;
    font-weight: 500;
    width: 40%;
    margin-right: 1%;
    padding-left: 8vw;
}

.prasatham {
    padding: 0.5vw 0;
    display: flex;
    align-items: center;
}

.prasathamquantity {
    width: 26%;
    margin-right: 1%;
    font-size: 1.25vw;
    font-weight: 500;
}

.prasathamamount {
    width: 33%;
    font-weight: 500;
    font-size: 1.25vw;
}

.pricelisttitle.totaltitle {
    text-align: center;
    margin-left: auto;
}

.prasathamone.prasatham .prasathamname,
.prasathamone.prasatham .prasathamquantity,
.prasathamone.prasatham .prasathamamount {
    font-weight: 700;
}

.ptitle {
    font-size: 1.75vw;
    color: #FF8B45;
    text-transform: uppercase;
    font-weight: 900;
    width: 55%;
    margin: 0 auto;
}

.pricelisttable {
    margin-top: 1vw;
}

.prasathamtablewrapper {
    margin-top: 4vw;
}

.ubayamname {
    font-size: 1.25vw;
    font-weight: 500;
    width: 75%;
    padding-left: 3%;
}

.ubayam:nth-child(odd) {
    background-color: transparent;
    background-image: linear-gradient(160deg, #FFC77B 0%, #FF8B45 100%);
    border-radius: 0.5vw;
}

.ubayamamount {
    font-size: 1.25vw;
    font-weight: 500;
    padding-left: 2%;
}

.ubayam {
    display: flex;
    align-items: center;
    padding: 0.5vw 0;
}

.ubayamtable {
    width: 55%;
    margin: 0 auto;
    margin-bottom: 4vw;
    margin-top: 1vw;
}

.indoortable {
    width: 55%;
    margin: 0 auto;
    margin-bottom: 4vw;
    margin-top: 1vw;
}

.indoor {
    display: flex;
    align-items: center;
    padding: 0.5vw 0;
}

.indooramount {
    font-size: 1.25vw;
    font-weight: 500;
    padding-left: 2%;
}

.indoor:nth-child(odd) {
    background-color: transparent;
    background-image: linear-gradient(160deg, #FFC77B 0%, #FF8B45 100%);
    border-radius: 0.5vw;
}

.indoorname {
    font-size: 1.25vw;
    font-weight: 500;
    width: 75%;
    padding-left: 3%;
}

.outdoorname {
    font-size: 1.25vw;
    font-weight: 500;
    width: 75%;
    padding-left: 3%;
}

.outdoor:nth-child(odd) {
    background-color: transparent;
    background-image: linear-gradient(160deg, #FFC77B 0%, #FF8B45 100%);
    border-radius: 0.5vw;
}

.outdooramount {
    font-size: 1.25vw;
    font-weight: 500;
    padding-left: 2%;
}

.outdoor {
    display: flex;
    align-items: center;
    padding: 0.5vw 0;
}

.outdoortable {
    width: 55%;
    margin: 0 auto;
    margin-bottom: 4vw;
    margin-top: 1vw;
}

.outdoorone.outdoor .outdoorname,
.outdoorone.outdoor .outdooramount {
    font-weight: 700;
}

.ubayamone.ubayam .ubayamname,
.ubayamone.ubayam .ubayamamount {
    font-weight: 700;
}

.indoorone.indoor .indoorname,
.indoorone.indoor .indooramount {
    font-weight: 700;
}

@media only screen and (max-width:1024px) {

    .ptitle {
        font-size: 4vw;
        width: 90%;
    }

    .pricelisttable {
        width: 90%;
        margin-top: 3vw;
        margin-bottom: 7vw;
    }

    .ubayamtable {
        width: 90%;
        margin-top: 3vw;
        margin-bottom: 7vw;
    }

    .indoortable {
        width: 90%;
        margin-top: 3vw;
        margin-bottom: 7vw;
    }

    .outdoortable {
        width: 90%;
        margin-top: 3vw;
        margin-bottom: 10vw;
    }

    .prasatham {
        padding: 2vw 0;
    }

    .prasathamname {
        font-size: 3.15vw;
    }

    .prasathamquantity {
        font-size: 3.15vw;
    }

    .prasathamamount {
        font-size: 3.15vw;
    }


    .ubayam {
        padding: 2vw 0;
    }

    .ubayamname {
        font-size: 3.15vw;
    }

    .ubayamamount {
        font-size: 3.15vw;
        padding-left: 1%;
        padding-right: 1%;
    }


    .indoor {
        padding: 2vw 0;
    }

    .indoorname {
        font-size: 3.15vw;
    }

    .indooramount {
        font-size: 3.15vw;
        padding: 0 1%;
    }



    .outdoorname {
        font-size: 3.15vw;
    }

    .outdoor {
        padding: 2vw 0;
    }

    .outdooramount {
        font-size: 3.15vw;
        padding: 0 1%;
    }
}