﻿/*
    orange - ff6600
    orange1 - ff9933
    orange3 - ff9900
    orange4 - ffcc00
    gray1 - 333333
    gray2 - 999999
*/

.menuheadtitle {
    color: #FF6600;
    font-size: 16px;
    font-weight:bold;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0;
    font-family: "Roboto";
}

.menulist {
    list-style-type: none;
    padding: 0;
    margin-bottom:20px;
}

.menulist {
    font-size: 15px;
}

.menulist ul {
padding: 0;
margin: 0;
}

    .menulist li {
        margin-bottom: 0px;
        display: flex; /* Changed to flex */
        align-items: center; /* Vertically center align */
        height: 32px;
        z-index: 12;
        padding-left: 40px;
        color: #000;
        font-family: "Roboto", Arial;
    }

        .menulist li:hover {
            background: #ff6600;
            color: #fff;
        }

    .menulist img {
        width: 16px;
        height: 16px;
        margin-right: 8px; /* Add some space between image and text */
        margin-top: 0; /* Remove top margin for proper vertical alignment */
    }

    .menulist a {
        font-size: 13px;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        font-family: "Roboto", Arial;
        line-height: 1;
    }

        .menulist a:hover {
            font-family: "Roboto",Arial;
            font-size: 13px;
            text-decoration: none;
            z-index: 2;
        }

.packuserprofile {
    display:none;
}

@media (max-width:768px) {
    .packuserprofile {
        display: flex!important;
        align-items: center;
        justify-content: center;
        margin: 20px auto; /* centers it horizontally */
        text-align: center;
        vertical-align: middle;
        color: #000;
        font-family: "Roboto", Arial;
        border: 1px solid #eee;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        width: 300px;
        padding: 5px;
        height:60px;
        border-radius:20px;
    }
}

    .packuserprofile a {
        text-decoration: none;
        color: #808080;
        font-size: 10px;
        font-family: "Roboto",Arial;
    }

        .packuserprofile a:hover {
            text-decoration: none;
            color: #808080;
            font-size: 10px;
            font-family: "Roboto",Arial;
        }

.packuserprofile img {
    width: 24px;
    height: 24px;
}

.packleft {
    float: left;
    width: 250px;
    height: 800px;
    background: #fff;
}


.packright {
    float: left;
    width: 900px;
    height: auto;
    min-height: 600px;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px 6px rgba(0, 0, 0, 0.2); /* More spread and blur */
}

@media (max-width:768px) {
    .packleft {
        float: left;
        width: 250px;
        height: 800px;
        background: #fff;
        display: none;
    }

    .packleft2 {
        float: left;
        width: 100%;
        height: 800px;
        background: #fff;
    }

    .packright {
        float: left;
        width: 100%;
        height: auto;
        min-height: 600px;
        border: 1px solid #eee;
        box-shadow: 0 8px 20px 6px rgba(0, 0, 0, 0.2); /* More spread and blur */
        margin-bottom:40px;
    }
}

.packrightwindow {
/*    border: 1px solid #ccc;
    box-shadow: 2px 2px;*/
    padding: 10px;
    font-family: "Roboto"!important;
}

.packrightwindownomargin {
    margin: 0px 0px 0px 0px;
    border: 0px solid #ccc;
/*    box-shadow: 2px 2px;
    padding: 0px;*/
    font-family: "Roboto"!important;
}

.packrightwindow2 {
    margin: 0px 0px 0px 0px;
    font-family: "Roboto"!important;
}

.cart-total-right{
    color:#ff6600;
}
/* order tracking css */


/* star rating css */

.card {
    max-width: 33rem;
    background: #fff;
    margin: 0 1rem;
    padding: 1rem;
    width: 100%;
}

.star {
    font-size: 36px;
    cursor: pointer;
}

.one {
    color: rgb(255, 182, 12);
}

.two {
    color: rgb(255, 182, 12);
}

.three {
    color: rgb(255, 182, 12);
}

.four {
    color: rgb(255, 182, 12);
}

.five {
    color: rgb(255, 182, 12);
}

/* star rating css */

