*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.fw-30{
    font-size: 30px;
}
.fw-20{
    font-size: 20px;
}
.pd-10{
    padding: 10px !important;
}
.pd-15{
    padding: 15px;
}
.pdlr{
    padding:0 10px
}
.bb-2{
    border-bottom: 2px solid #000;
}
.bt-2{
    border-top: 2px solid #000;
}
h1{
    text-align: center;
}
.stick {
    width: 100%;
    position: sticky;
    background-color: #FF1904;
    padding: 10px;
    top: 0px;
    color: white;
    width: 100%;
    z-index: 999;
    flex-wrap: wrap;
    font-size: 20px;
}
@media (max-width:992px) {
    .stick,
    .min{
        font-size: 15px;
    }
    .code{
        display: none;
    }
}
@media (max-width:768px) {
    .table td{
        font-size: 15px !important;
    }
    .inp{
        width: 100px;
    }
    .table-headings th{
        font-size: 15px !important;
    }
    .table th{
        padding: 0;
    }
    .table tr img {
        max-width: 30px;
        max-height: 30px;
    }
}
@media (max-width:576px) {
    .logobar{
        margin: 0 !important;
        padding: 0 !important;
    }
    .stick{
        font-size: 10px;
    }
    p{
        margin: 0;
    }
    .table>:not(caption)>*>* {
        padding: 0 !important;
    }
    .table td{
        font-size: 10px !important;
    }
    .inp{
        width: 50px;
    }
    .table-headings th{
        font-size: 10px !important;
    }
    .table td input {
        padding: 5px;
    }
}
@media (max-width:370px) {
    .table-headings th{
        font-size: 8px !important;
    }
    .table td{
        font-size: 8px !important;
    }
    .table td input {
        padding: 0 !important;
    }
    .inp{
        width: 30px;
    }
    .overtotal{
        font-size: 15px;
    }
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.js{
    justify-content: space-between;
}
.table-headings th{
    background:  #EE2536;
    color: #fff;
    text-align: center;
}
.table{
    width: 100%;
    vertical-align: middle;
    margin: 0;
}
.table th{
    padding: 10px;
    /* font-size: 20px; */
    border: 1px solid #fff;
    vertical-align: middle;
}
.table td{
    text-align: center;
    border: 1px solid #000;
}
.table td input{
    text-align: center;
    padding: 10px;
    border: none;
    background-color: #c3d5f5;
    border-radius: 10px;
}
.cat{
    background-color:  #FF1904 !important;
    color: #fff !important;
}
.table tr img{
    max-width: 50px;
    max-height: 50px;
    cursor: pointer;
}
.overtotal{
    text-align: center;
    background-color: #FF1904;
    color:#FFFFFF;
    font-weight: 600;
    margin: 0;
}

/* pop up */
.popupsec{
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left:0;
    z-index: 1000;
    background-color: rgba(146, 145, 145,0.5);
}
.pop{
    display: block; 
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}
.pop button{
    cursor: pointer;
    border: none;
    background: none;
    font-size: 30px;
    color: #626262;
}
.thumbnail{
    max-width: 50px;
    max-height: 50px;
    cursor: pointer;
}
.icon{
    font-size: 40px;
    cursor: pointer;
    color: #ff0000;
}

/* Search item section */
.itemlist{
    display: none;
    width: 30%;
    background-color: #fff;
    color: #000;
    overflow: auto;
    height: 50vh;
    z-index: 9999;
    list-style: none;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    border: 1px solid #000;
}

/* Order Preview page */
.download{
    display: flex;
    justify-content: space-around;
}
.bottom{
    padding: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1111;
}
.bottom input{
    background-color: #00008B;
    color: #fff;
}

/* User details section */
.details{
    flex-direction: column;
}
.details input,
textarea,
.select{
    width: 90%;
    font-size: 20px;
    border-radius: 10px;
}
@media (max-width:370px) {
    .details input,
    textarea,
    .select{
        width: 90%;
    }   
}
textarea{
    padding:10px;
}
/* pdf layout */
.brd{
    border: 1px solid black;
}
.abrd{
    border-top: 2px soild black;
    border-right: 1px soild black;
    border-left: 1px soild black;
}
.rbd td{
    border: 2px solid black;
    text-align: center;
}
.bold{
    font-weight: bold;
}

/* Promo Section */
#hpc{
    cursor: pointer;
    font-weight: bold;
}
#hpc:hover{
    color: #008000;
}
.rline{
    border-right: 2px solid black;
}
  