body{
    font-family: 'Helvetica', 'Arial', sans-serif !important;
    background-color: #F9F9F9 !important;
}
.helvitica{
    font-family: 'Helvetica', 'Arial', sans-serif !important;
    font-size: 0.9em;
}
.ratio-4-3{
    width:100%;
    position:relative;
    background:url() 50% 50% no-repeat;
    background-size:cover;
    background-clip:content-box;
}
.ratio-4-3:before{
    display:block;
    content:"";
    padding-top:75%;
}

.card{
    margin-top:10px !important;
    padding:5px !important;
    background-color: #FFFFFF !important;
}
.sub-cat{
    text-align:center; 
    font-weight:500; 
    margin: 10px 0;
}
.sub-cat h5{
    text-transform: capitalize;
}

.testimonial-group{
    overflow-x: auto;
    white-space: nowrap;
}

.nav-item, .product-name{
    text-transform: capitalize;
    color:#272727 !important;
}

.nav-item:hover, .nav-item.selected{
    border-bottom: 3px solid #B38947;
    color:#272727 !important;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #272727;
}

.nav-pills .nav-link{
    color: #272727;
}

.cata-sub-nav {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.cata-sub-nav::-webkit-scrollbar {
    display: none;
}
.cata-sub-nav ul {
    margin: 0;
    display: flex;
    padding: 10px;
    -webkit-padding-start: 0px;
}
.cata-sub-nav li {
    display: inline-table;
    font-size: 16px;
}
.cata-sub-nav li p{
    display: inline-table;
    margin: 0 10px;
    font-size: 16px;
}
.arrow{
    background: #231F1F;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.nav-prev {
    width: 6%;
    position: absolute;
    left: 0px;
    margin-top: 10px;
    cursor: pointer;
}
.nav-next {
    width: 6%;
    position: absolute;
    right: 0px;
    margin-top: -35px;
    cursor: pointer;
}
.back-to-top {
    position: fixed;
    bottom: 13px;
    right: 25px;
    display: none;
    z-index: 1045;
}
.footer-info{
    background: none !important;
    text-align: center;
}
#product-list, #product-list .product-desc{
    font-family: 'Helvetica', 'Arial', sans-serif !important;
}
#product-list .product-desc{
    font-size: 0.9rem;
    font-weight: 400;
}
.footer-info .mylist button{
    background-color:#272727;
    padding: 5px 10px;
}

.tags{
    border-radius: 12.5px;
    background-color: rgb(235, 235, 232);
    color: rgb(51, 51, 51);
    padding: 5px 8px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 10px;
    float: left;
}
.itemadd h5{
    font-size: 0.9rem;
    font-weight: bold;
}

.btn-a{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
.product-back-btn{
    padding-left: 0 !important;
}
#confirm h1{
    font-family: 'Helvetica', 'Arial', sans-serif !important;
    font-size: 0.9rem;
    font-weight: 800;
}
#confirm p{
    font-size: 0.9rem;
    font-family: 'Helvetica', 'Arial', sans-serif !important;
    line-height: 1.2;
    font-weight: 400;
}

.truncate-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.menu-desc{
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.cat-list-over{
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 1045;
    display: none;
}
.back-to-top{
    right: 15px;
}
.btn-circle {
    border-radius: 50%;
}
#categoryListModal .modal-dialog {
    position:fixed;
    bottom:70px;
    right:15px;
    margin:0;
}
.catlistover a{
    text-transform: capitalize;
    color: #272727 !important;
    text-decoration: none;

}

.catlistover a.selected{
    font-weight: bold;
}

.catlistover ul{
    list-style-type: none; 
    padding-left: 0px;
    margin-bottom: 0px;
}

.catlistover ul li{
    line-height: 2.25em;
    font-size: 0.9rem;
}
.catlistover {
    max-height: 195px;
    overflow-y: auto;
}
.catlistover::-webkit-scrollbar {
    width: 10px;
}
.catlistover::-webkit-scrollbar-track {
    background-color: darkgrey;
}
.catlistover::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.catlistover {
    scrollbar-width: thin;
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
}

.searchcontainer {
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: #F1F1F1;
    padding-top: 5px;
    padding-bottom: 5px;
}
#clearsearchtext:focus, #clearsearchtext.focus{
    box-shadow : none;
}

#product-list .veg, #product-list .nonveg {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2%;
    right: 2%;
}