header {
    height: 65px;
    background-color: #f4ce18;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 6;
    border-bottom: 2px solid #000000;
    box-shadow: none;
    border-bottom-style: dotted;
    background-image: url(/cartaonline/img/logos_restaurantes/87_alt.png) !important;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.section.home-category {
    background-color: #f4ce18;
}


.section-title {
    color: #f4ce18;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: black;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 230px;
    margin: auto;
        text-transform: lowercase;
}

.section.home-category .content .in-content .in-in-content h5 {
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}

.section.home-category .content {
    text-align: center;
    padding-bottom: 100%;
    height: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    box-shadow: none;
    background-color: #f4ce18;
    border: 2px solid #000000;
    border-radius: 0;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
    display: table-cell;
    vertical-align: middle;
}

.in-in-content {
    color: #000000;
}

.row.copyright {
    height: 100px;
    background-image: url(footbonito.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    text-align: left !important;
    position: inherit;
    margin-bottom: -14px !important;
}

.row.copyright a{
    color: #f4ce18 !important;
    font-size: 12px !important;
    padding-top: 55px;
    position: absolute;
    padding-left: 22px;
}

html {
    min-height: 100vh;
    border-bottom: 0 !important;
    background-color: #eeeeee;
}

.section {
    padding-top: 7rem;
    padding-bottom: 1rem;
}

div#page-content {
    background-color: #f4ce18;
    min-height: 90vh;
    padding-top: 5rem;
}

.cart-box .cart-item {
    width: 100%;
    position: relative;
    min-height: 120px;
    margin-top: 18px;
    background-color: #f4ce18;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px;
    border: 1px solid #000000;
}

body, html {
    font-family: "Poppins", sans-serif;
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
}

.h {
   
    background-color: #f4ce18;
    border-bottom: 2px solid #000000;
    font-size: 13px;
    display: table;
    overflow: hidden;
    width: 100%;
    border-bottom-style: dotted;
}


.cart-box .cart-item .ci-name .cin-price {
    color: #f4ce18;
    font-weight: 400;
    background-color: #000000;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-radius: 0px;
}

.fa .fa-quote-right{
    color: #000000 !important; 
}

.button-add-cart {
    background-color: #000000 !important;
    height: 47px !important;
}

.button-add-cart {
    background-color: #000000 !important;
    height: 47px !important;
    color: #f4ce18;
    text-transform: lowercase;
    font-size: 16px;
}

.cart-page .copyright{
    display:    none !important ;
}

body, html {

    background-color: #f4ce18 !important;
}

nav {
    background-color: #f4ce18 !important;
    
}

p.m-0.small {
    color: #000 !important;
}