/* Global */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
:root {
    --primary-h: 29;
    --primary-s: 100%;
    --primary-l: 50%;

    --title-color: #001524;
    --subtitle-color: #60769a;
    --price-color: #001524;
    /* --background-color: rgba(0, 208, 255, 1); */
    /* --background-color: #ff7b00ff; */
    /* --background-input: rgb(255, 241, 226); */
    /* --border-color: rgb(255, 225, 195); */
    /* --background-color-pastel: rgb(255, 225, 195); */
    --bg-opacity: 0.5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--title-color);
}
*::-webkit-scrollbar-track{
	background-color: #F1F2F4;
}
*::-webkit-scrollbar{
	width: 6px;
}
*::-webkit-scrollbar-thumb{
	background-color: #cbcfd6;
	border-radius: 4px;
}
body {
    font-size: 1.4rem;
}
body, .product-title, .add-cart {
font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none !important;
}
nav.main-nav.flex-grow-1 .menu {
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
    padding-top: 68px;
}
.product-single-container.product-single-default {
    margin-top: 5rem;
}
/* Header */
.header-bottom.sticky-header.fixed{
    display: none;
}
.header-bottom.sticky-header.header-menu{
    margin-top: 100px;
}
.header-bottom {
    background-color: #f9fafc;
}

ul.menu.sf-arrows.sf-js-enabled li a {
    background: #eaeef7;
    margin: 0 5px 5px 0;
    padding: 6px 16px;
    color: #60769a;
    border-radius: 4px;
}
.logo img {
    max-height: 42px;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #f1f2f4;
    position: fixed;
    z-index: 13;
    width: 100%;
}

.header-middle {
    padding-top: 9px;
    padding-bottom: 9px;
}
.header-right {
    height: 42px;
}
.header-right .dropdown.cart-dropdown {
    height: 45px;
}
.header-contact span {
    color: #23da95;
}

.header-contact,
.whatsapp-order {
    color: #23da95;
    background: #e4fff4;
    border-radius: 5px;
    padding: 3px 15px;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    background: #f4f6fa;
    border-radius: 5px;
}
.cart-dropdown .dropdown-toggle {
    padding-right: 1rem;

}
.header-contact::after{
    display: none;
}

.header-dropdown .search_input {
    border-radius: 6px !important;
    height: 42px;
    padding: 1.2rem;
    border-color: #f4f6fa;
    background: #f4f6fa;
    color: #60769a;
}
.form-control{
    font-size: 1.4rem !important;
    padding: 1.25rem 1.5rem !important;
}
.search_input::placeholder,
input#email::placeholder,
input#pwd::placeholder,
input#name_reg::placeholder,
input#email_reg::placeholder,
input#pwd_reg::placeholder,
input#pwd_repeat_reg::placeholder,
select.form-control::placeholder, 
input.form-control::placeholder, 
textarea.form-control::placeholder  {
    color: #B1B8C2 !important;
}
.header-dropdown .search_input:focus {
    border-color: #60769a;
}

.cart-dropdown .dropdown-toggle::after{
    display: none;
}

.icon-user:before {
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    transform: scale(.75);
}


.cart-dropdown .text-white {
    color: #60769a !important;
}

.product-single-tabs li.nav-item:nth-child(2),
.ratings-container,
.cart-dropdown .dropdownmenu-wrapper::after,
.dropdownmenu-wrapper::before {
    display: none;
}




/* Home */
.home-slide::before{
    background: #fff;
}
.home-slide div {
    border-radius: 18px;
}

/* Produc list */
.product-image img {
    object-fit: contain;
}
.product-image-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-container {
    background-color: #fff;
    border: unset;
    margin-bottom: 36px;
    border-radius: 8px;
}
.product-image::after {
    background-color: unset;
}
figure.product-image-container:hover {
}
.product.product-style {
    border: 1px solid #f1f2f4;
    border-radius: 8px;
    padding-bottom: 12px;
}
.product.product-style:hover{
    box-shadow: 0 4px 24px rgb(153 153 153 / 20%);
}
.product:hover .paction.add-cart, .grid-product:hover .paction.add-cart {
    border-color: #23da95;
    background-color: #23da95;
}
.product-action {
    display: inline-block;
}
.product-action .add-cart::before {
    font-size: 28px;
}
.price-box {
    font: 400 0/1 "Poppins",sans-serif;
    color: #00112e;
    width: 50%;
    display: inline-block;
}
.add-cart span:not(.product-quick-view .add-cart span) {
    display: none;
}
.add-cart {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    background-color: hsl(var(--primary-h), var(--primary-s), 96%);
    border: unset;
    min-width: 50px;
    border-radius: 5px;
}

.product-title a {
    color: #00132f;
    font-size: 15px;
    text-decoration: none;
}
h2.product-title {
    margin: 10px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product.product-style:hover .product-title a {
    color: #808a9c;
}
.internal_id{
    display: none;
}

/* Quickview */
.product-quick-view .product-single-details .product-action {
    width: 100%;
}
.product-quick-view .product-single-details .paction {
    height: 55px;
    width: 100%;
}
.product-quick-view {
    padding: 4rem;
    border-radius: 20px;
}


/* Product Detail */
.product-single-details {
    margin-top: 20px;
}
.product-single-details small {
    font-size: 100%;
    color: #60769a;
}
.product-single-details .product-desc {
    border-bottom: 1px solid #f1f2f4;
}
.product-single-details .add-cart span {
    display: block !important;
}
.product-single-details .add-cart {
    color: #ffffff;
    background-color: #23da95;
    border: unset;
    width: 100%;
    min-width: 50px;
    border-radius: 10px;
    height: 60px;
    transition: all .2s ease;
}
.product-single-details .add-cart:hover {
    background: #1ace88;
}
.product-single-details .add-cart span {
    font-size: 18px;
}
.product-single-details .product-action.product-all-icons{
    width: 100%;
}
.widget-info li {
    border-top: unset;
    background: #f3f6fa;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 12px 6px;
    align-items: center;
    display: flex;
}
.widget-info li h4{
    color: #60769a;
    font: 600 1.4rem/1.5 "Poppins",sans-serif;
    white-space: unset;
    text-transform: unset;
}
.widget-info i {
    color: #24da94;
}
.prod-thumbnail .active img, .prod-thumbnail img:hover {
    border: unset;
    border-radius: 8px;
    filter: brightness(0.97);
}
.prod-full-screen i {
    cursor: pointer;
    color: #60769a;
    background: #f3f6fa;
    padding: 10px;
    border-radius: 5px;
}
.prod-full-screen i:after {
    content: 'Ampliar Imagen';
}
.product-single-carousel i.icon-angle-right,
.product-single-carousel i.icon-angle-left {
    cursor: pointer;
    color: #60769a;
    background: #f3f6fa;
    padding: 0 10px;
    border-radius: 5px;
}
.nav.nav-tabs .nav-item.show .nav-link, 
.nav.nav-tabs .nav-item .nav-link.active {
    color: #24da94;
    border-bottom-color: #24da94;
}
.nav.nav-tabs .nav-item .nav-link:hover {
    color: #24da94;
}
nav.nav-tabs .nav-item .nav-link {
    font: 700 1.4rem/1 "Poppins",sans-serif;
    color: #60769a;
}
.nav.nav-tabs {
    border-bottom: .2rem solid #f1f2f4;
}

.sidebar-product .widget.widget-banners.box-carousel {
    display: none;
}
.sidebar-product .product-sm .product-details {
    margin-left: 95px;
}
.sidebar-product h2.product-title {
    margin: unset;
}
.sidebar-product .widget.widget-featured {
    margin-top: 80px;
}
.featured-section {
    background-color: #f3f6fa;
}
.featured-section .product {
    background: #fff;
    border-radius: 8px;
}
.featured-section .product-image img {
    height: 200px;
}

.featured-section .product:hover {
    box-shadow: 0 4px 24px rgb(153 153 153 / 20%);
}
a.paction.add-cart.whatsapp {
    background: #e4fff4;
    color: #23da95;
    font-weight: bold;
}
.whatsapp i.fab.fa-whatsapp {
    font-size: 24px;
    margin-right: 8px;
}
.add-cart.whatsapp::before {
    display: none !important;
}

@media screen and (min-width: 1200px){
    .widget-info i {
        margin-right: 15px;
    }
}



/* Footer */
.footer {
    color: #60769a;
    background-color: #fff;
    border-top: 1px solid #f1f2f4;
}
.footer-bottom{
    border-top: 1px solid #f1f2f4;
}
.footer .widget-title {
    color: #60769a;
    font: 700 1.6rem/1.1 "Poppins",sans-serif;
    text-transform: unset;
}
ul.contact-info svg {
    margin-right: 20px;
}
p.footer-copyright {
    display: flex;
    align-items: center;
}
p.footer-copyright img {
    margin-left: 8px;
}
.footer .contact-info a:hover {
    color: #24da94;
    text-decoration: unset;
}
.footer .widget-info li {
    padding-right: 30px;
}
.social-icons {
    justify-content: center;
}
.footer .social-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    border-radius: 6px;
}
.footer .social-icon.facebook {
    color: #2346e8;
    background-color: #f8f9fe;
}
.footer .social-icon.facebook:hover {
    color: #f8f9fe;
    background-color: #2346e8;
}
.footer .social-icon.twitter {
    color: #1478fa;
    background-color: #f8f9fe;
}
.footer .social-icon.twitter:hover {
    color: #f7faff;
    background-color: #1478fa;
}
.footer .social-icon.youtube {
    color: #ff006c;
    background-color: #fff8fb;
}
.footer .social-icon.youtube:hover {
    color: #fff8fb;
    background-color: #ff006c;
    text-decoration: unset;
}
.footer ul.links {
    width: 120px;
}
.footer .footer-payments {
    display: flex;
}
.footer .footer-payments img {
    margin-left: 8px;
    height: 24px;
}
#scroll-top {
    width: 48px;
    height: 48px;
    right: 15px;
    bottom: -8px;
    z-index: 9999;
    background-color: #f3f6fa;
    font-size: 32px;
    color: #6f83a4;
    padding: 5px 0 11px;
}
#scroll-top.fixed {
    border-radius: 6px;
    bottom: 15px;
}
#scroll-top:hover, #scroll-top:focus {
    background-color: #24da94;
    color: #fff;
}

/* Login */
.login a.login-link {
    padding: 10px;
    display: inline-block;
    color: #60769a;
}
.modal-body {
    padding: 40px;
}

div#login_register_modal{
    background: rgba(0, 0, 0, .25);
}
.modal-content{
    box-shadow: none;
    border-radius: 12px;
}
.modal .nav.nav-tabs {
    border-top: 1px solid #f1f2f4;
    border-bottom: unset;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.modal li {
    width: 48%;
    margin-right: 5px;
}
.modal li a {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.modal a:hover, 
.modal a:focus {
    color: #24da94;
}


label{
    color: #60769a;
}
.modal button.btn.btn-primary,
.dropdown-cart-action .btn,
.btn.btn-block.btn-sm.btn-primary.cash,
.btn-primary.login-link  {
    width: 100%;
    margin-top: 20px;
    border-radius: 8px;
    background: #24da94;
    border-color: #24da94;
}
.btn {
    font-family: "Poppins",sans-serif;
}
.btn {
    padding: 1.25rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .1rem;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 124px;
    transition: all .3s;
}
@media screen and (min-width: 992px){
    .modal-dialog {
        max-width: 500px;
    }
}
.dropdown-menu span {
    text-transform: lowercase;
}
.dropdown-menu .cart-product-info span {
    text-transform: unset;
}
.btn-logout {
    font-size: 14px !important;
    text-transform: lowercase !important;
}
.dropdown-cart-total.d-flex.content-user{
    align-items: center;
}

/* Search */
#header_bar .header-menu {
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#header_bar .header-menu::-webkit-scrollbar {
    display: none;
}
.header-menu img {
    width: 50px;
    filter: brightness(0.95);
    object-fit: contain;
}
.header-menu a.d-flex {
    padding: 4px 16px 0 8px;
}
.header-menu li a:hover {
    background: #f3f6fa;
}
.header-menu li a {
    height: 54px;
    color: #60769a;
}
span.search_price {
    background: #24da94;
    color: white;
    padding: 0px 8px;
    border-radius: 4px;
}

/* Cart */
.btn-filter-search {
    min-width: 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-filter-search i {
    font-size: 16px;
    line-height: 1;
}

.btn-filter-search:hover {
    background: hsl(var(--primary-h), var(--primary-s), 62%);
    color: #fff;
}

.btn-filter-search:active {
    background: hsl(var(--primary-h), var(--primary-s), 40%);
    transform: translateY(0);
}

.btn-filter-search:focus {
    outline: none;
    box-shadow: 0 0 0 3px hsl(var(--primary-h), var(--primary-s), 70%);
}

.btn-filter-search:disabled {
    background: hsl(var(--primary-h), var(--primary-s), 85%);
    color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
}
.dropdownmenu-wrapper {
    position: relative;
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: unset;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.dropdown-cart-products {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}
.cart-dropdown .dropdownmenu-wrapper {
    padding: 10px;
}
.cart-dropdown .product {
    padding: 10px 10px 0 10px;
    border-bottom: unset;
    height: 72px;
}
.cart-dropdown .dropdown-menu .product img {
    height: 64px;
    width: 64px;
    border-radius: 6px;
}
.cart-dropdown .btn-remove {
    background-color: #ffe5e5;
    border-radius: 6px;
    box-shadow: unset;
    color: #ef4a47;
    right: 0;
    top: 0;
}
.dropdown-cart-total {
    padding: 18px 8px;
}
.dropdown-cart-action {
    padding: 0;
}
.dropdown-cart-action a {
    margin-top: 0 !important;
    font-size: 16px !important;
}
#product_added .product-desc {
    display: none;
}
.modal-footer {
    justify-content: space-between;
}
.modal-footer button.btn.btn-warning {
    text-transform: unset;
    background: unset;
    border: unset;
}

.modal-footer a.btn.btn-primary {
    border-radius: 8px;
    background: #24da94;
    color: #fff;
    border: unset;
}


* + .uk-alert {
    margin-top: 20px;
}

.uk-alert, .alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 25px 15px 15px;
    background: #FFF;
    color: #808A9C;
    border-radius: 8px;
    box-shadow: 0 4px 12px -2px rgb(29 22 96 / 10%);
}

.uk-alert-success, .alert-success {
    background: #F8FDFB;
    color: #23DA95;
}
.uk-alert-warning {
    background: #FFF9F4;
    color: #FF9200;
}

/* Checkout */
.product-col .product-image-container {
    flex: unset;
    width: 75px;
    height: 75px;
    align-items: center;
    border: unset;
}
.table.table-cart tr td {
    border-top: unset;
    padding: 1rem;
}
.table.table-cart tr td.product-col {
    padding: 5px;
}
.cart-table-container {
    border: 1px solid #f1f2f4;
    border-radius: 12px;
}

.bootstrap-touchspin .form-control:not(:focus) {
    border: unset;
    border-radius: 6px;
    background: #f3f6fa;
    color: #60769a;
}
input.vertical-quantity.form-control.input_quantity {
    border-radius: 6px;
    border-color: #60769a;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 4px;
    background: #f3f6fa;
    border: unset;
}
button.btn.btn-outline-danger.btn-sm,
.btn.btn-outline-secondary.btn-clear-cart ,
.btn-logout{
    background: #fdf8f8;
    border-color: #fdf8f8;
    color: #fc4f4b;
    border-radius: 6px;
    padding: 6px;
    text-transform: unset;
}
button.btn.btn-outline-danger.btn-sm:hover,
.btn.btn-outline-secondary.btn-clear-cart:hover,
.btn-logout:hover {
    background: #fc4f4b;
    border-color: #fc4f4b;
    color: #fdf8f8;
}
.table-cart a.btn.btn-outline-secondary {
    border: unset;
    border-radius: 6px;
}
.table-cart .float-right,
.table-cart .float-left {
    margin: 0 20px;
}
.btn-back-to-cart{
    background: #f3f6fa;
}
.btn-back-to-cart:hover{
    background: #60769a;
}
.cart-summary {
    padding: 25px;
    background: #f3f6fa;
    border: unset;
    border-radius: 12px;
}
.table.table-totals {
    border-top: unset;
    color: #60769a;
    margin-bottom: 0;
}
.cart-table-container h2:not(.product-title) {
    padding: 20px 20px 0;
    text-align: center;
}

.btn.btn-block.btn-sm.btn-primary.cash,
.btn-primary.login-link {
    padding: 14px;
    font-size: 18px;
}

.btn.btn-block.btn-sm.btn-primary.cash,
.btn-primary.login-link-pay {
    padding: 14px;
    font-size: 18px;
}
.whatsapp-order{
    min-width: 50px;
    padding: 4px;
}
.whatsapp-order:hover {
    background: #24da94;
    color: #fff;
}
select.form-control, input.form-control, textarea.form-control {
    border-color: #f3f6fa;
    border-radius: 6px;
    color: #60769a;
}
nav.main-nav.flex-grow-1 .menu {
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
    padding-top: 0px;
}

/* Header */
.header-bottom.sticky-header.fixed {
    display: none;
}
.header-bottom.sticky-header.header-menu {
    margin-top: 100px;
}
.header-bottom {
    background-color: #f9fafc;
}

ul.menu.sf-arrows.sf-js-enabled li a {
    background: #eaeef7;
    margin: 0;
    padding: 0px 0px;
    color: var(--title-color);
    border-radius: 0px;
}
.logo img {
    max-height: 42px;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #f1f2f4;
    position: fixed;
    z-index: 13;
    width: 100%;
}

.header-middle {
    padding-top: 9px;
    padding-bottom: 9px;
}
.header-right {
    height: 42px;
}
.header-right .dropdown.cart-dropdown {
    height: 45px;
}
.header-contact span {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.header-contact a:hover, .header-contact a:focus{
    color: hsl(var(--primary-h), var(--primary-s), 96%);
}
.header-contact,
.whatsapp-order {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    background: hsl(var(--primary-h), var(--primary-s), 88%);
    border-radius: 5px;
    padding: 3px 15px;
}

.cart-dropdown .dropdown-toggle .cart-count {
    position: unset;
    background: var(--title-color);
    font-size: 14px;
    padding: 4px;
    margin: 0;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    background: #f4f6fa;
    border-radius: 5px;
}
.header .dropdown-toggle{
    background-color: var(--title-color)!important;
    color: #fff !important;
}
.cart-dropdown .dropdown-toggle {
    padding-right: 1rem;
    
}
.header-contact::after {
    display: none;
}

.header-dropdown .search_input {
    border-radius: 6px !important;
    height: 42px;
    padding: 1.2rem;
    border-color: hsl(var(--primary-h), var(--primary-s), 88%);
    background: hsl(var(--primary-h), var(--primary-s), 92%)!important;
    color: var(--title-color);
}

.search_input::placeholder,
input#email::placeholder,
input#pwd::placeholder,
input#name_reg::placeholder,
input#email_reg::placeholder,
input#pwd_reg::placeholder,
input#pwd_repeat_reg::placeholder,
select.form-control::placeholder,
input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #b1b8c2 !important;
}
.header-dropdown .search_input:focus {
    border: 1px solid hsl(var(--primary-h), var(--primary-s), var(--primary-l)) !important;
}

.cart-dropdown .dropdown-toggle::after {
    display: none;
}

.icon-user:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    transform: scale(0.75);
}

.cart-dropdown .text-white {
    color: hsl(var(--primary-h), var(--primary-s), 92%) !important;
}

.product-single-tabs li.nav-item:nth-child(2),
.ratings-container,
.cart-dropdown .dropdownmenu-wrapper::after,
.dropdownmenu-wrapper::before {
    display: none;
}

/* Home */
.home-slide::before {
    background: #fff;
}
 .home-slide div{
    border-radius: 18px;
}
.home-slide div a{
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    border: 1px solid hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.home-slide div a:hover{
    background: var(--title-color);
}
/* Produc list */
.product:not(.product-sm):hover .product-image-container {
    box-shadow: unset;
}
.product-image::after {
    background-color: unset;
}
.product.product-style {
    border: 1px solid hsl(var(--primary-h), var(--primary-s), 88%);
    border-radius: 8px;
    padding-bottom: 12px;
}
.product.product-style:hover {
    box-shadow: 0 4px 24px rgb(153 153 153 / 20%);
}
.product:hover .paction.add-cart,
.grid-product:hover .paction.add-cart {
    border-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    background-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.product-action {
    display: inline-block;
}
.product-action .add-cart::before {
    font-size: 28px;
}
.add-cart span:not(.product-quick-view .add-cart span) {
    display: none;
}
.btn-quickview {
    font: 400 1.3rem/1 "Poppins", sans-serif;
    background-color: hsl(var(--primary-h), var(--primary-s), 96%);
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    border-radius: 5px;
    margin: 0 20px;
    padding: 12px;
    transform: translateY(50%);
}
.btn-quickview:hover, .btn-quickview:focus, .product:hover .btn-quickview:hover, .product:hover .btn-quickview:focus {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    opacity: .9;
    text-decoration: none;
}

.internal_id {
    display: none;
}

/* Quickview */
.product-quick-view .product-single-details-restaurant .product-action {
    width: 100%;
}
.product-quick-view .product-single-details-restaurant .paction {
    height: 55px;
    width: 100%;
}
.product-quick-view {
    padding: 4rem;
    border-radius: 20px;
}

/* Product Detail */
/* .product-single-details-restaurant {
    margin-top: 20px;
} */
.product-single-details-restaurant small {
    font-size: 100%;
    color: var(--title-color);
}
.product-single-details-restaurant .product-desc {
    border-bottom: 1px solid #f1f2f4;
}
.product-single-details-restaurant .add-cart span {
    display: block !important;
}
.product-single-details-restaurant .add-cart {
    color: #ffffff;
    background-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    border: unset;
    width: 100%;
    border-radius: 10px;
    height: 60px;
    transition: all 0.2s ease;
}
.product-single-details-restaurant .add-cart:hover {
    background: #1ace88;
}
.product-single-details-restaurant .add-cart span {
    font-size: 18px;
}
.product-single-details-restaurant .product-action.product-all-icons {
    width: 100%;
}
.widget-info li {
    border-top: unset;
    background: #f3f6fa;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 12px 6px;
    align-items: center;
    display: flex;
}
.widget-info li h4 {
    color: var(--title-color);
    font: 600 1.4rem/1.5 "Poppins", sans-serif;
    white-space: unset;
    text-transform: unset;
}
.widget-info i {
    color: #24da94;
}
.prod-thumbnail .active img,
.prod-thumbnail img:hover {
    border: unset;
    border-radius: 8px;
    filter: brightness(0.97);
}
.prod-full-screen i {
    cursor: pointer;
    color: var(--title-color);
    background: #f3f6fa;
    padding: 10px;
    border-radius: 5px;
}
.prod-full-screen i:after {
    content: "Ampliar Imagen";
}
.product-single-carousel i.icon-angle-right,
.product-single-carousel i.icon-angle-left {
    cursor: pointer;
    color: var(--title-color);
    background: #f3f6fa;
    padding: 0 10px;
    border-radius: 5px;
}
.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    border-bottom-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.nav.nav-tabs .nav-item .nav-link:hover {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
nav.nav-tabs .nav-item .nav-link {
    font: 700 1.4rem/1 "Poppins", sans-serif;
    color: var(--title-color);
}
.nav.nav-tabs {
    border-bottom: 0.2rem solid #f1f2f4;
}

.sidebar-product .widget.widget-banners.box-carousel {
    display: none;
}
.sidebar-product .product-sm .product-details {
    margin-left: 95px;
}
.sidebar-product h2.product-title {
    margin: unset;
}
.sidebar-product .widget.widget-featured {
    margin-top: 80px;
}
.featured-section {
    background-color: #f3f6fa;
}
.featured-section .product {
    background: #fff;
    border-radius: 8px;
}
.featured-section .product-image img {
    height: 200px;
}

.featured-section .product:hover {
    box-shadow: 0 4px 24px rgb(153 153 153 / 20%);
}
a.paction.add-cart.whatsapp {
    background: #e4fff4;
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    font-weight: bold;
}
.whatsapp i.fab.fa-whatsapp {
    font-size: 24px;
    margin-right: 8px;
}
.add-cart.whatsapp::before {
    display: none !important;
}

@media screen and (min-width: 1200px) {
    .widget-info i {
        margin-right: 15px;
    }
}

/* Footer */
.footer-bottom {
    border-top: 1px solid #f1f2f4;
}
.footer .widget-title {
    color: var(--title-color);
    font: 700 1.6rem/1.1 "Poppins", sans-serif;
    text-transform: unset;
}
ul.contact-info svg {
    margin-right: 20px;
}
p.footer-copyright {
    display: flex;
    align-items: center;
}
p.footer-copyright img {
    margin-left: 8px;
}
.footer .contact-info a:hover {
    color: #24da94;
    text-decoration: unset;
}
.footer .widget-info li {
    padding-right: 30px;
}
.social-icons {
    justify-content: center;
}
.footer .social-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    border-radius: 6px;
}
.footer .social-icon.facebook {
    color: #2346e8;
    background-color: #f8f9fe;
}
.footer .social-icon.facebook:hover {
    color: #f8f9fe;
    background-color: #2346e8;
}
.footer .social-icon.twitter {
    color: #1478fa;
    background-color: #f8f9fe;
}
.footer .social-icon.twitter:hover {
    color: #f7faff;
    background-color: #1478fa;
}
.footer .social-icon.youtube {
    color: #ff006c;
    background-color: #fff8fb;
}
.footer .social-icon.youtube:hover {
    color: #fff8fb;
    background-color: #ff006c;
    text-decoration: unset;
}
.footer ul.links {
    width: 120px;
}
.footer .footer-payments {
    display: flex;
}
.footer .footer-payments img {
    margin-left: 8px;
    height: 24px;
}
#scroll-top {
    width: 48px;
    height: 48px;
    right: 15px;
    bottom: -8px;
    z-index: 9999;
    background-color: #f3f6fa;
    font-size: 32px;
    color: #6f83a4;
    padding: 5px 0 11px;
}
#scroll-top.fixed {
    border-radius: 6px;
    bottom: 15px;
}
#scroll-top:hover,
#scroll-top:focus {
    background-color: #24da94;
    color: #fff;
}

/* Login */
.login a.login-link {
    padding: 10px;
    display: inline-block;
    color: var(--title-color);
}
.modal-body {
    padding: 40px;
}

div#login_register_modal {
    background: rgba(0, 0, 0, 0.25);
}
.modal-content {
    box-shadow: none;
    border-radius: 12px;
    overflow:hidden;
}
.modal .nav.nav-tabs {
    border-top: 1px solid #f1f2f4;
    border-bottom: unset;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.modal li {
    width: 48%;
    margin-right: 5px;
}
.modal li a {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.modal a:hover,
.modal a:focus {
    color: #24da94;
}
input#email,
input#pwd,
input#name_reg,
input#email_reg,
input#pwd_reg,
input#pwd_repeat_reg,input#ruc_reg {
    background: hsl(var(--primary-h), var(--primary-s), 96%);
    border-color: hsl(var(--primary-h), var(--primary-s), 88%);
    border-radius: 6px;
    color: var(--title-color);
}
input#email:focus,
input#pwd:focus,
input#name_reg:focus,
input#email_reg:focus,
input#pwd_reg:focus,
input#pwd_repeat_reg:focus,
input#ruc_reg:focus {
    background: #fff;
    border-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}

label {
    color: var(--title-color);
}
.modal button.btn.btn-primary,
.dropdown-cart-action .btn,
.btn.btn-block.btn-sm.btn-primary.cash,
.btn-primary.login-link {
    width: 100%;
    margin-top: 20px;
    border-radius: 8px;
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    border-color: hsl(var(--primary-h), var(--primary-s), 88%);
}
.modal button.btn.btn-primary,
.dropdown-cart-action .btn,
.btn.btn-block.btn-sm.btn-primary.cash,
.btn-primary.login-link-pay {
    width: 100%;
    margin-top: 20px;
    border-radius: 8px;
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    border-color: hsl(var(--primary-h), var(--primary-s), 88%);
}

.btn-primary.login-link:hover{
    background: var(--title-color);
}
.btn {
    padding: 1rem 2rem;
    font-family: "Poppins", sans-serif;
    border-radius: 25px !important;
}
@media screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 700px;
    }
}
@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}
.dropdown-menu span {
    text-transform: lowercase;
}
.dropdown-menu .cart-product-info span {
    text-transform: unset;
}
.btn-logout {
    font-size: 14px !important;
    text-transform: lowercase !important;
}
.dropdown-cart-total.d-flex.content-user {
    align-items: center;
}

/* Search */
#header_bar .header-menu {
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#header_bar .header-menu::-webkit-scrollbar {
    display: none;
}
.header-menu img {
    width: 50px;
    filter: brightness(0.95);
    object-fit: contain;
}
.header-menu a.d-flex {
    padding: 4px 16px 0 8px;
}
.header-menu li a:hover {
    background: #f3f6fa;
}
.header-menu li a {
    height: 54px;
    color: var(--title-color);
}
span.search_price {
    background: #24da94;
    color: white;
    padding: 0px 8px;
    border-radius: 4px;
}

/* Cart */

.dropdownmenu-wrapper {
    position: relative;
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: unset;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.dropdown-cart-products {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}
.cart-dropdown .dropdownmenu-wrapper {
    padding: 15px;
}
.cart-dropdown .product {
    padding: 10px 10px 0 10px;
    border-bottom: unset;
    height: 72px;
}
.cart-dropdown .product-image-container {
    border: unset;
}
.cart-dropdown .dropdown-menu .product img {
    height: 64px;
    width: 64px;
    border-radius: 6px;
}
.cart-dropdown .btn-remove {
    background-color: #ffe5e5;
    border-radius: 6px;
    box-shadow: unset;
    color: #ef4a47;
    right: 0;
    top: 0;
}
.dropdown-cart-total {
    padding: 0px 8px;
}
.dropdown-cart-action {
    padding: 0;
}
.dropdown-cart-action a {
    margin-top: 0 !important;
    font-size: 16px !important;
}

.modal-footer {
    justify-content: space-between;
}

.modal-footer a.btn.btn-primary {
    border-radius: 25px;
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    color: #fff;
    border: unset;
}

* + .uk-alert {
    margin-top: 20px;
}

.uk-alert,
.alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 25px 15px 15px;
    border-radius: 25px;
    box-shadow: 0 4px 12px -2px rgb(29 22 96 / 10%);
}

.uk-alert-success,
.alert-success {
    background: #f8fdfb;
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.uk-alert-warning {
    background: #fff9f4;
    color: #ff9200;
}

/* Checkout */
.product-col .product-image-container {
    flex: unset;
    width: 75px;
    height: 75px;
    align-items: center;
    border: unset;
}
.table.table-cart tr td {
    border-top: unset;
    padding: 1rem;
}
.table.table-cart tr td.product-col {
    padding: 5px;
}
.cart-table-container {
    border: 1px solid #f1f2f4;
    border-radius: 12px;
}

.bootstrap-touchspin .form-control:not(:focus) {
    border: unset;
    border-radius: 6px;
    background: hsl(var(--primary-h), var(--primary-s), 96%);
    color: var(--title-color);
}
input.vertical-quantity.form-control.input_quantity {
    border-radius: 6px;
    border-color: var(--title-color);
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 4px;
    background: hsl(var(--primary-h), var(--primary-s), 96%);
    border: unset;
}
button.btn.btn-outline-danger.btn-sm,
.btn.btn-outline-secondary.btn-clear-cart,
.btn-logout {
    background: #fdf8f8;
    border-color: #fdf8f8;
    color: #fc4f4b;
    border-radius: 6px;
    padding: 6px;
    text-transform: unset;
}
button.btn.btn-outline-danger.btn-sm:hover,
.btn.btn-outline-secondary.btn-clear-cart:hover,
.btn-logout:hover {
    background: #fc4f4b;
    border-color: #fc4f4b;
    color: #fdf8f8;
}
.table-cart thead {
    color: var(--title-color);
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-bottom: 2px solid #e2e8f0;
}
.table-cart thead th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    padding: 1.25rem 1rem;
    border-top: none;
    border-bottom: 2px solid #cbd5e0;
    position: relative;
}
.table-cart thead th:first-child {
    border-radius: 12px 0 0 0;
}
.table-cart thead th:last-child {
    border-radius: 0 12px 0 0;
}
.table-cart {
    color: var(--title-color);
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    background: #ffffff;
}
.table-cart tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #f1f5f9;
}

.table-cart tbody tr:hover {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.table-cart tbody tr:last-child {
    border-bottom: none;
}

.table-cart tbody td {
    padding: 1.25rem 1rem;
    vertical-align: middle;
    font-size: 0.95rem;
    font-weight: 500;
}

.table-cart tbody td:nth-child(2) {
    font-weight: 700;
    color: #059669;
    font-size: 1.1rem;
}

.table-cart tbody td:nth-child(3) {
    position: relative;
}

.table-cart tbody td:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    border-radius: 2px;
    margin-right: 0.5rem;
}
.dropdown-table{
    background-color: transparent !important;
    margin-bottom: 12px;
    position: relative !important;
}
.cart-table-container .dropdown-menu-table {
    z-index: 1050 !important;
    position: absolute !important;
    overflow: visible !important;
}
.cart-table-container {
    overflow: visible !important;
}
.table-cart a.btn.btn-outline-secondary {
    border: unset;
    border-radius: 6px;
}
.table-cart a.btn.btn-outline-secondary:hover {
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.table-cart .float-right,
.table-cart .float-left {
    margin: 0 20px;
}
.table-cart .btn.btn-default.btn-sm.text-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.3);
}

.table-cart .btn.btn-default.btn-sm.text-success:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 15px rgba(16, 185, 129, 0.4);
}

.table-cart .btn.btn-default.btn-sm.text-success i {
    color: #ffffff !important;
    font-size: 1.5rem;
}

/* Estados de los pedidos con colores específicos */
.table-cart tbody tr[data-status="1"] td:nth-child(3)::before {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.table-cart tbody tr[data-status="2"] td:nth-child(3)::before {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.table-cart tbody tr[data-status="3"] td:nth-child(3)::before {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.table-cart tbody tr[data-status="4"] td:nth-child(3)::before {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}
.btn-back-to-cart {
    background: #f3f6fa;
}
.btn-back-to-cart:hover {
    background: var(--title-color);
}
.cart-summary {
    padding: 25px;
    background: hsl(var(--primary-h), var(--primary-s), 96%);
    border: unset;
    border-radius: 12px;
}
.table.table-totals {
    border-top: unset;
    color: var(--title-color);
    margin-bottom: 0;
}
.cart-table-container h2:not(.product-title) {
    padding: 20px 20px 0;
    text-align: center;
}

.btn.btn-block.btn-sm.btn-primary.cash,
.btn-primary.login-link {
    padding: 14px;
    font-size: 18px;
}
.whatsapp-order {
    min-width: 50px;
    padding: 4px;
}
.whatsapp-order:hover {
    background: #24da94;
    color: #fff;
}
select.form-control,
input.form-control,
textarea.form-control {
    border-color: hsl(var(--primary-h), var(--primary-s), 88%);
    border-radius: 6px;
    color: var(--title-color);
}
.form-control:focus {
    color: var(--title-color) !important;
    background-color: #fff !important;
    border-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l)) !important;
    box-shadow: none !important;
}

.bg-success {
    background-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l)) !important;
}

/* Mobile */
/* clase agregado nuevos*/
/* .home-slider.restaurante .owl-stage-outer {
    margin-top: 68px;
} */
.main-nav .all-category {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: initial;
}
.main-nav .all-category a {
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    margin: 0 5px 5px 0;
    padding: 6px 16px;
    color: #fff;
    border-radius: 24px;
    font-weight: 700;
}
.main-nav .all-category a:hover {
    background: var(--title-color) !important;
    color: #fff;
}
h1.title-category {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
}
.main-nav .all-category .title-category {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
}
nav.main-nav.flex-grow-1 .menu.restaurante {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 0px;
    gap: 15px;
    overflow-x: auto;
}
nav.main-nav.flex-grow-1 .menu.restaurante::-webkit-scrollbar {
    display: none; /* Ocultar scrollbar en Chrome/Safari */
}
nav.main-nav.flex-grow-1 .menu.restaurante {
    scrollbar-width: none; /* Ocultar scrollbar */
    -ms-overflow-style: none; /* Ocultar scrollbar en IE y Edge Legacy */
}
nav.main-nav.flex-grow-1 .menu.restaurante li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-direction: column;
    background: hsl(var(--primary-h), var(--primary-s), 96%);
    margin: 5px;
    padding: 6px 16px;
    color: var(--title-color);
    border-radius: 1.8rem;
    width: 128px;
    height: 128px;
    box-sizing: border-box;
}
nav.main-nav.flex-grow-1 .menu.restaurante li:hover {
    background-color: hsl(var(--primary-h), var(--primary-s), 88%);
    
}
nav.main-nav.flex-grow-1 .menu.restaurante li a {
    background: #eaeef7;
    margin: 0;
    padding: 0px 0px;
    color: var(--title-color);
    border-radius: 0px;
    text-transform: capitalize;
    display: contents;
}
/* Category menu */
#scrollContainer {
    scroll-behavior: smooth; /* Movimiento suave */
    user-select: none; /* Evita selección de texto mientras arrastras */
    cursor: grab;
    transition: scroll-left 0.5s ease-in-out;
}
#scrollContainer:active {
    cursor: grabbing;
}
/* Produc list */
.product-image img {
    object-fit: contain;
    border-radius: 8px 8px 0 0;
}
.product-image-container {
    height: 100%;
    min-width: 112px !important;
    width: 112px !important;
    max-width: 100%;
    background-color: #fff;
    border: unset;
    margin: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.product-image-container-ecommerce{
    background-color: #fff;
    border: unset;
    margin-bottom: 8px;
    border-radius: 8px;
    width: 100% !important;
    justify-content: center;
}
.product-image-list-restaurant {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 260px;
}
/* Produc details */
.product-details-ecommerce .product-information {
    text-align: left;
}
.product-details-ecommerce .product-information .product-title-ecommerce {
    margin: 10px 10px 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-title-ecommerce a {
    color: var(--title-color);
    text-decoration: none;
    font: 600 1.5rem/1.25 "Open Sans", sans-serif;
}
.product.product-style:hover .product-title-ecommerce a {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.product-details-ecommerce .product-information h3.product-stock {
    color: var(--subtitle-color);
    font: 600 1.2rem/1.25 "Open Sans", sans-serif;
}
.product-details-ecommerce .product-information .product-stock span {
    font: 500 1.4rem/1.25 "Open Sans", sans-serif;
}
.product-description {
    font: 600 1.3rem/1.25 "Open Sans", sans-serif;
    margin-bottom: 12px;
    color: var(--subtitle-color);

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-details-ecommerce {
    padding: 7px 14px;
}
.product-details-ecommerce .product-price-ecommerce {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.product-details-ecommerce .product-price-ecommerce .price-box-ecommerce {
    margin-bottom: 0;
}
.price-box-ecommerce {
    font: 600 1.6rem "Nunito", sans-serif;
    color: var(--price-color);
    width: 50%;
    display: inline-block;
}
/* login buton */
.btn-logout {
    font-size: 25px;
    margin-left: 6%;
}
.cart-dropdown .header-contact {
    width: 100%;
    height: 35px;
    background-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 20px;
    cursor: pointer;
}
.header-contact .login-link {
    margin-left: 5px;
    color: #fff;
    font-size: 10px !important;
    font-weight: lighter !important;
}
.header-contact .login-link:hover {
    color: #fff;
}
.page-pagination .pagination span,
.page-pagination .pagination a {
    border-radius: 24px !important;
}
.page-pagination .pagination .page-item.active .page-link {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.product-image-container .image-product{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 75px;
    border-radius: 8px;
}
/* footer */
.vl {
    border-left: 2px solid black;
    height: 100%;
    margin-left: 30%;
}
.footer-middle {
    color: #fff;
}
.container-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #fff;
}
.container-footer .footer-bottom {
    border: none;
}
.widget-info ul.contact-info li {
    background-color: transparent !important;
    color: #fff;
}
h4.widget-title {
    color: #fff !important;
}
ul.contact-info li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.widget .social-icons {
    display: block;
    gap: 2rem;
}
.widget .social-icons a {
    background-color: transparent !important;
    margin-left: -8px !important;
    border-radius: 50%;
    padding: 5px;
}
.widget .social-icons a:hover{
    background: hsl(var(--primary-h), var(--primary-s), 60%) !important;
}
.footer {
    color: var(--title-color);
    border-top: 1px solid #f1f2f4;
    margin-top:3rem;
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.copy-text{
    color: #ffffff;
}
/* Product addcart */
.product-single-details-restaurant .product-title {
    color: var(--title-color);
    font-weight: 600;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.1rem;
}
.product-single-details-restaurant .product-price {
    font: 600 1.8rem / 1 "Opens Sans", sans-serif;
    color: #00112e;
}
#product_added_image img {
    border-radius: 6px;
}
.modal-footer button.btn.btn-warning {
    background: #f8fdfb;
    border: 1px solid hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    border-radius: 25px;
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    text-transform: unset;
}
.modal-footer button.btn.btn-warning:hover {
    background: var(--title-color);
    color: #ffffff;
    border: 1px solid var(--title-color);
}
.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
}
/* formulario de iniciar sesion */
.modal-body-restaurant {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease-in;
}
.modal-body-restaurant .contenedor-form {
    display: flex;
}

.modal-body-restaurant .contenedor-form .first-column {

    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.modal-body-restaurant .contenedor-form .first-column form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    height: 100%;
    background: #fff;
    transition: transform 0.5s ease-in;  
}
.modal-body-restaurant .contenedor-form .second-column {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    transition: transform 0.5s ease-in;
}
.modal-body-restaurant .contenedor-form .second-column form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    height: 100%;
    background: #fff;
    transition: transform 0.5s ease-in;
}
.first-column {
    overflow: hidden;
}
.modal button.btn.btn-primary:hover{
    background:var(--title-color);
}
.modal button.btn.btn-primary:active{
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    color: #fff;
    box-shadow:none;
    border: 1px solid hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.modal button.btn.btn-primary:focus{
    outline:none;
    box-shadow:none;
    border: 1px solid hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.modal button.btn.btn-primary:active:focus{
    outline:none;
    box-shadow:none;
    border: 1px solid hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.second-column {
    overflow: hidden;
}
/* .iniciar-sesion {
    transform: translateX(100%);
} */
.registrarse {
    transform: translateX(-100%);
    transition: transform 0.5s ease-in;
}
.contenedor-form.active .iniciar-sesion {
    transform: translateX(100%);
}
.contenedor-form.active .registrarse {
    transform: translateX(0);
}
.modal-body-restaurant .terceary-column {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    width: 50%;
    height: 100%;
    transition: transform 0.5s ease-in-out, border-radius 0.5s ease-in-out;
    border-radius: 50% 0 0 50%;
}
.contenedor-form.active .terceary-column{
    transform: translateX(0);
    border-radius: 0 50% 50% 0;
}
.terceary-column div {
    /* border: 1px solid blue; */
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
    color#fff;
    transition: transform 0.5s ease-in-out;
    /* background: hsl(var(--primary-h), var(--primary-s), var(--primary-l)); */
    height: 100%;

}
.modal-body-restaurant .terceary-column .contenedor-iniciar-sesion .btn-iniciar-sesion{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    width: 60%;
    padding: 12px 0px;
    border-radius: 25px;
}
.modal-body-restaurant .terceary-column .contenedor-iniciar-sesion .btn-iniciar-sesion:hover{
    background: #fff;
    border: 2px solid #fff;
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    font-size: 15px;
    width: 60%;
    padding: 12px 0px;
    border-radius: 25px;
    cursor: pointer;
}
.modal-body-restaurant .terceary-column .contenedor-iniciar-sesion .btn-iniciar-sesion:focus{
    outline:none;
}
.modal-body-restaurant .terceary-column .contenedor-registro .btn-registrarse{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    width: 60%;
    padding: 12px 0px;
    border-radius: 25px;
}
.modal-body-restaurant .terceary-column .contenedor-registro .btn-registrarse:hover{
    background: #fff;
    border: 2px solid #fff;
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    font-size: 15px;
    width: 60%;
    padding: 12px 0px;
    border-radius: 25px;
    cursor: pointer;
}
.modal-body-restaurant .terceary-column .contenedor-registro .btn-registrarse:focus{
    outline:none;
}
.terceary-column .contenedor-iniciar-sesion {
    transform: translateX(100%);
}
.terceary-column .contenedor-iniciar-sesion h3{
    color: #fff;
    font-size: 30px;
}
.terceary-column .contenedor-iniciar-sesion p{
    color: #fff;
    font-size: 16px;
}

.terceary-column .contenedor-registro h3{
    color: #fff;
    font-size: 30px;
}
.terceary-column .contenedor-registro p{
    color: #fff;
    font-size: 16px;
}
.contenedor-form.active .contenedor-iniciar-sesion {
    transform: translateX(0);
}
.contenedor-form.active .contenedor-registro {
    transform: translateX(-100%);
}
.loaded .col-lg-6 .product-single-details p .alert-stock{
    background: #e4fff4;
    color: #23da95!important;
    padding: 2px 6px;
    border-radius: 5px;
}
.loaded span.alert-sin-stock{
    background: rgb(252 78 75 / 20%);
    color: #fc4f4b!important;
    padding: 2px 6px;
    border-radius: 5px;
}
.loaded .product-single-details .product-category{
    color: var(--title-color);
    font: 600 1.35rem / 1.25 "Open Sans", sans-serif;
}
.loaded .product-single-details .product-category span{
    color: var(--subtitle-color);
    font: 600 1.2rem / 1.25 "Open Sans", sans-serif;
}
.product-single-details .price-box{
    color:hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.mfp-content .product-single-details .price-box .product-price{
    color:hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.mfp-content .product-single-details .product-title{
    color:var(--title-color);
}
.mfp-content .product-single-details .product-desc .product-stock{
    color: var(--title-color);
    font: 600 1.35rem / 1.25 "Open Sans", sans-serif;
}
.mfp-content .product-single-details .product-desc .product-stock span{
    color: var(--subtitle-color);
    font: 600 1.35rem / 1.25 "Open Sans", sans-serif;
}
.mfp-content .product-single-details  .old-price{
    color: #fc4f4b;
}
.mfp-content .product-single-details .add-cart{
    background-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.mfp-content .product-single-details .add-cart:hover{
    background-color: var(--title-color);
}
/* offers*/
.image-offers-container {
    height: 165px;
}
.image-offers{
    border-radius: 1.25rem !important;
    max-height: 100%;
}
.product-single-details .add-cart{
    background-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.product-single-details .add-cart:hover{
    background-color: var(--title-color);
}

.product-single-details .product-action.product-all-icons {
    width: 100%;
}

/* style for list of products */
.product-single-default .product-single-details .product-stock {
    color: var(--title-color);
    font: 600 1.35rem / 1.25 "Open Sans", sans-serif;
}
.product-single-default .product-single-details .product-stock span{
    color: var(--subtitle-color);
    font: 600 1.35rem / 1.25 "Open Sans", sans-serif;
}
.product-single-default .product-single-details .product-stock .alert-stock{
    background: #e4fff4;
    color: #23da95 !important;
    padding: 2px 6px;
    border-radius: 5px;
}
.product-single-default .product-single-details .old-price{
    color: #fc4f4b;
}
.dropdown-ecommerce .dropdown-options{
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
}
.dropdown-ecommerce .dropdown-options:hover{
    background-color: hsl(var(--primary-h), var(--primary-s), 92%);
}
.cart-table-container {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 1.5rem !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    position: relative;
    overflow: hidden;
}

.cart-table-container::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 13px;
    background: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    background-size: 200% 95%;
    border-radius: 79px 79px 0 0;
    margin-left: 0px;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.table-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 250, 252, 0.95) !important;
    backdrop-filter: blur(8px) !important;
    z-index: 10;
    display: none;
    border-radius: 16px;
}

.table-loader .loader {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.dropdown .btn.btn-default.dropdown-toggle {
    background: var(--title-color) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0.75rem 1.25rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.025em !important;
    font-size: 0.875rem !important;
    transition: all 0.3s ease !important;
}

.dropdown .btn.btn-default.dropdown-toggle:hover,
.dropdown .btn.btn-default.dropdown-toggle:focus {
    background: var(--title-color) !important;
    box-shadow: none;
}

.dropdown-menu-table {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    padding: 0.5rem 0 !important;
    background: #ffffff !important;
    backdrop-filter: blur(10px) !important;
    margin-top: 0.5rem !important;
    z-index: 1050 !important;
    position: absolute !important;
    left: 13px !important;
}

.dropdown-menu-table li a {
    padding: 0.75rem 1.25rem !important;
    color: #64748b !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
}

.dropdown-menu-table li a:hover {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) !important;
    color: #1e293b !important;
}
.pagination .page-item .page-link {
    border: 1px solid #e2e8f0 !important;
    border-radius: 50% !important;
    padding: 10px !important;
    color: #64748b;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-item.active .page-link {
    color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
}
.table.table-cart tr th{
    padding: 1rem !important;
}
.select-state .el-input input:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-input__inner:focus {
    border-color: var(--border-color) !important;
}
.el-select-dropdown__item.selected,
.el-date-table td.today span,
.el-date-table td.available:hover,
.el-date-picker__header-label.active, .el-date-picker__header-label:hover,
.el-picker-panel__icon-btn:hover,
.el-year-table td.today .cell,
.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell,
.el-month-table td.today .cell,
.el-month-table td .cell:hover{
    color: var(--title-color) !important;
}
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover{
    background-color: var(--background-input) !important;
    color: var(--title-color) !important;
}
.forgot-password-container {
    margin-top: 20px;
    padding: 16px;
    border-radius: 8px;
    background: hsl(var(--primary-h), var(--primary-s), 96%);
    border: 1px solid hsl(var(--primary-h), var(--primary-s), 88%);
    text-align: center;
    box-shadow: 0 4px 12px -2px rgb(29 22 96 / 10%);
}

.forgot-password-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.forgot-password-text {
    font-size: 13px;
    color: var(--subtitle-color);
    line-height: 1.5;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
}

.document-selector-container {
    margin-bottom: 12px;
}

.select-ruc-dni {
    width: 100%;
    padding: 12px 16px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--title-color);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2360769a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    border: 1px solid hsl(var(--primary-h), var(--primary-s), 88%);
    border-radius: 8px;
    appearance: none;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.select-ruc-dni:focus {
    border-color: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    outline: 0;
    background-color: #fff;
}

#counter {
    font-size: 12px;
    color: var(--subtitle-color);
    text-align: right;
    display: inline-block;
    margin-top: 6px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    background-color: hsl(var(--primary-h), var(--primary-s), 96%);
    border: 1px solid hsl(var(--primary-h), var(--primary-s), 88%);
    min-width: 50px;
    transition: all 0.2s ease;
}

.document-input-container {
    position: relative;
}
.btn-whatsapp{
    width: 100%;
    height: 50px;
    background-color: #e3ffee;
    border: 1px solid #25D366;
    border-radius: 8px;
    color: #25D366;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn-whatsapp:hover{
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
}
/* Estados del contador con colores de la plantilla */
#counter.warning {
    color: #FF9200;
    background-color: #FFF9F4;
    border-color: var(--background-color);
}

#counter.success {
    color: #23DA95;
    background-color: #F8FDFB;
    border-color: #23da95;
}

#counter.error {
    color: #e74c3c;
    background-color: #fdf2f2;
    border-color: #f5c6cb;
}

/* Estilos para el label mejorado */
.form-group label {
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px;
    font-size: 14px;
}

/* Banner ancho completo */
.ecommerce-view .full-width-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 465px !important;
}
.full-width-banner .home-slide div{
    border-radius: 0;
}
.ecommerce-view .full-width-banner .home-slide {
    min-height: 465px !important;
}

@media (min-width: 768px) {
    .ecommerce-view .full-width-banner .home-slide {
        min-height: 50vh;
    }
}
.banner-slider-wrapper{
    position: relative;
}
.banner-slider-wrapper .banner-nav-prev {
    position: absolute; 
    left: 0; 
    top: 50%; 
    transform: translateY(-50%); 
    z-index: 100; 
    background: transparent; 
    color: white; 
    border: none; 
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    font-size: 24px; 
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: background 0.3s;
}
.banner-slider-wrapper .banner-nav-next {
    position: absolute; 
    right: 0; 
    top: 50%; 
    transform: translateY(-50%); 
    z-index: 100; 
    background: transparent; 
    color: white; 
    border: none; 
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    font-size: 24px; 
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: background 0.3s;
}
.banner-slider-wrapper .banner-nav-prev:hover,
.banner-slider-wrapper .banner-nav-prev:focus,
.banner-slider-wrapper .banner-nav-next:hover,
.banner-slider-wrapper .banner-nav-next:focus {
    outline: none; 
}
.full-width-banner .home-slide-content{
    left: 16%;
    padding-left: 0;
}
.home-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 3.4rem;
    transform: translateX(-50%);
    margin: 0;
    line-height: 0;
    counter-reset: dot-counter;
}
.owl-theme .owl-dots .owl-dot {
    counter-increment: dot-counter;
}
.owl-theme .owl-dots .owl-dot span{
    width: 32px;
    height: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3) !important;
    border: 2px solid white;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8) !important;
}
.owl-theme .owl-dots .owl-dot span::before {
    content: counter(dot-counter);
    position: absolute;
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    z-index: 1;
}
.home-slider.ecommerce.owl-theme .owl-dots .owl-dot span::before {
    content: none !important;
    display: none !important;
}
.home-slider.ecommerce.owl-theme .owl-dots .owl-dot span {
    line-height: 1;
    text-align: center;
}
.home-slider.ecommerce.owl-theme .owl-dots .owl-dot.active span:empty::after {
    color: #fff;
}
.home-slider.ecommerce[data-dots-numbered="1"] .owl-dots .owl-dot span::before {
    content: none;
}
.home-slider.ecommerce[data-dots-numbered="1"] .owl-dots .owl-dot span {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}
.home-slider.ecommerce[data-dots-numbered="1"] .owl-dots .owl-dot.active span {
    color: #333;
}
.owl-theme.owl-theme-light .owl-dots .owl-dot span {
    border-color: rgba(255,255,255,0.2);
    background: transparent !important;
}
.home-slider.ecommerce.owl-theme .owl-dots .owl-dot:hover span:empty::after {
    color: #fff;
}
.home-slider.ecommerce.owl-theme .owl-dots .owl-dot span:empty::after {
    content: counter(dot-counter);
    color: rgba(255,255,255,0.2);
    font-size: 1.4rem;
    font-weight: 400;
}
nav.main-nav.flex-grow-1 .menu.restaurante li a img.category-logo{
    max-width: 62px;
    max-height: 62px;
    object-fit: contain;
}
.cart-product-row .product-details{
    min-width: 120px;
}
.cart-product-row .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dropdown-menu.show{
    max-height: max-content;
}
.dropdown-menu.show .dropdownmenu-wrapper{
    box-shadow: 0 0 20px rgb(0 0 0 / 10%) !important;
}
li.selected-category {
    border-bottom: 2px solid hsl(var(--primary-h), var(--primary-s), var(--primary-l));
    background-color: hsl(var(--primary-h), var(--primary-s), 91%) !important;
}