.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.pr-15 {
    padding-right: 15px;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

a.button {
    font-weight: 400;
}

.restaurant-products:hover {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    cursor: pointer;
}

.restaurant_product_data {
    height: 130px;
}

.popup-text-styles {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    color: #333333;
    font-size: 12px;
}

.restaurant-product-image {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
}

.regular-price .price {
    font-size: 18px;
    
}

.item-price {
    margin-bottom: 10px;
}

#restaurant_cart.fixed {
    width: 100%;
    max-width: 432px;
    top: 50px;
}

.category_menu.fixed {
    top: 0px;
    height: 46px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    padding-top: 5px;
    width: 100%;
}

.category_menu {
    background-color: #fff;
    width: 100%;
}

.fixed {
    position: fixed; 
    z-index: 999;
}
.nav {
    width: 100%;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.modification-list li{
    margin-bottom: 10px;
}

.modification-list li label, .card-text {
    font-family: 'Poppins', sans-serif;
    color: #666666;
    text-transform: uppercase;
    font-weight: 400;
}

.card-text {
    text-transform: none;
    font-size: 12px;
}

.aditional-title {
    color: #333333;
}

.product-name h1{
    text-transform: uppercase;
}

.product-name-modal h1 {
    font-size: 22px;
}

.detail-restaurant-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.detail-restaurant-title-small {
    font-size: 12px;
}

.increase-decrease-buttons {
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    font-size: 12px;
    line-height: 0px;
    padding-top: 8px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px #ececec solid;
    color: #999;
    text-align: center;
    border-radius: 50%;
}

.qty-adition {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    height: 30px;
    width: 50px;
    text-align: right;
}

#shopping-cart-totals-table tr td{
    padding-bottom: 10px;
}

.a-left.subtotal-bottom-price-modal {
    width: 70%;
}

.subtotal-bottom-price-modal {
    font-size: 14px;
}

.display-inline {
    display: inline-block;
    line-height: 14px;
}

button.button{
    outline: none;
}

.restaurant-car-table tr td {
    padding: 5px;
}

.restaurant-car-table tr td:first {
    width: 50px;
}

.subtotal-section {
    border-top: 1px solid #f1f1f1;
}

#pay {
    width: 100%;
    max-width: 250px;
}

#applyCoupon {
    width: 100%;
    max-width: 180px;
}

h1.page-heading span.page-heading-title {
    font-size: 20px;
}

.search-box-container {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.my-modal-scrollbar {
    max-height: 400px;
    min-height: 400px;
}
.my-car-summary-scrollbar {
    max-height: 250px;
    padding-right: 20px;
}

.scroll-me-car-summary{
    padding-right: 10px;
}

.scroll-me{
    padding-right: 15px;
    padding-bottom: 10px;
}

.login-form {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
}

table.bottom-car-buttons {
    width: 100%;
}

table.bottom-car-buttons tr td:first-child {
    width: 30%;
    min-width: 120px;
}
table.bottom-car-buttons tr td:last-child {
    width: 20%;
}
table.bottom-car-buttons tr td:nth-child(2) {
    width: 40%;
}

table.bottom-car-buttons tr td.removeProductCell {
    width: 10px !important;
    text-align: center;
}

table.bottom-car-buttons tr td:nth-child(2) button {
    width: 100%;
}

.dropdown-menu-logout {
    padding-left: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#restaurant_cart.bottom {
    position: absolute;
    bottom: 380px; /* Height of the footer element, plus some extra pixels if needed */
}

.sticky-header {
    position: initial;
}

.pt-15 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-15 {
    padding-bottom: 10px;
}

.pl-0 {
    padding-left: 0px;
}

.h4-title-checkout {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.aditional-table tr td {
    padding-bottom: 10px;
}

.image_products_container{
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.item.image_products_container.active div {
    height: 480px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

span.no-disponible {
	color: red;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

body.modal-open {
    overflow: visible;
    padding-right: 0 !important;
  }

.restaurant_table {
     width: 100%;
}

.list-inline {
    vertical-align: top;
}

.data-cart-restaurant-container {
    padding-top: 10px;
}

.food-flex {
    display: block;
    width: 100%;
}

.food-title-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
}

.flex-styles {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    line-height: 1;
    white-space: nowrap;
}

.divider-flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.restaurant_product_data .product-title-menu h4, .bottom-price-modal{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.restaurant-thumbnail {
    border-radius: 10px;
}

.menu-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}

.product-title-menu {
    margin-top: 0px;
}

.product-price-menu .price {
    text-align: right;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px;
}

/*Begin Color Styles*/
.restaurant-thumbnail {
    border: 1px solid #1f8ceb;    
}

.restaurant_product_data .product-title-menu h4{
    color: #1f8ceb;
}

.menu-divider {
    border-bottom: 2px dotted #1f8ceb;
}

.product-price-menu .price {
    color: #1f8ceb;
}
/*End Color Styles*/

.close_modal_link {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 20px;
    z-index: 777;
}

.mouse-pointer {
    cursor: default !important;
}

span.card-no-stock {
    position: absolute;
    top: 4px;
    right: 4px;
}
/*Modal Styles*/
.detail-product-modal .modal-content .modal-body {
    padding-bottom: 0px;
    padding-top: 0px;
}

.button-bar {
    height: 50px;
    padding-top: 10px;
    border-top: 1px solid #bdc3c7;
}

.btn-delivery {
    text-transform: uppercase;
    border-radius: 35px;
}

.btn-delivery:active {
    text-decoration: none;
}

.delivery-form-container {
    padding: 15px;

}

.account-login .form-list input.input-text, input.input-text, select, textarea {
    color: #000;
    border-radius: 6px;
}

.col2-right-layout .col-main, .cart {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

#product-detail-tab {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

#productTabContent {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

/*Modal Styles*/

.carousel-product {
    padding-left: 0px;
    top: -20px;
    height: 480px;
}

.modal-car-information {
    padding: 15px;
    padding-left: 0px;
}

.restaurant-label {
    display: block;
    text-align: center;
}

.input-group-btn button {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;;
}

.input-group .form-control {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.input-group-btn button {
    background-color: #1f8ceb;
    border: 1px solid  #1f8ceb;
}

.same-padding-as-scroll {
    padding-right: 20px;
}


/*Modal Styles*/
@media (max-width: 600px) {
    .fixed {
        position: initial; 
        
    }
    .pl-0 {
        padding-left: 15px;
    }
    .carousel-product {
        padding-right: 0px;
        top: -20px;
        height: auto !important;
    }
    .item.image_products_container.active div {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 4px;
    }

    .image_products_container, .restaurant-products .restaurant_product_data:first-child {
        height: 225px;
    }
}