.modal-dialog { max-width: 100%;}
a:hover {color: #fff;}
.hide {display: none !important;}
.table_selected {opacity: 0.5;}
.modal-body { background-color: #fff;}


.input-product-search {
    width: 79%;
    padding-top: 0px;
    font-size: 16px;
    padding-left: 6px;
    margin-top: 7px;
    height: 46px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ebebeb;
    border-right: none;
    border-width: 2px;
    padding-left: 13px;
}

.go-whatsapp:hover {
    transform: scale(1.1);
}

#main_content_background {background-position: top;background-size: cover;opacity: 0.6;background-size: inherit;}
.dropdown-menu-left {position: initial !important;left: 0 !important;margin-top: -90px !important;top: 0 !important;padding: 0 !important;z-index: 1000;}
.cursor-pointer {cursor: pointer;}
.meter {height: 5px;position: relative;background: #f3efe6;overflow: hidden;}
.meter span {display: block;height: 100%;}
.progress {background-color: #e4c465;animation: progressBar 3s ease-in-out;animation-fill-mode:both;}

@keyframes progressBar {
    0% { width: 0; }
    100% { width: 100%; }
}

.error{
    border-color:#ff0000 !important;	
}

.main-content-responsive {
    width: 100% !important;
}


.card-brands-content {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.card-brands-title {
    margin: 0;
    padding: 12px 16px;
    background-color:#ffff;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--bord-rad-10) var(--bord-rad-10) 0 0 !important;
}


.h5-color {
    color: #333;
}
.padding-left-responsive {
    padding-left: 0px;
}
@media screen and (min-width: 769px) {
    .padding-left-responsive {
        padding-left: 70px;
    }
}
@media screen and (max-width: 1024px) {
    .company-category-none {
        display: none;
    }
}

.whatsapp-fixed-btn {
    right: 30px;
    bottom: 71px;
    position: fixed;
    z-index: 1000;
}

@media (max-width: 768px) {
    .whatsapp-fixed-btn {
        right: 4px !important;
        bottom: 84px !important;
    }
}
.go-up {
    padding: 12px;
    background: rgba(5, 42, 79, 0.8);
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 84px;
    left: 100px;
    z-index: 20000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.go-up:hover {
    background: rgba(5, 42, 79, 1);
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

.go-up .material-icons {
    font-size: 24px;
}

@media (max-width: 768px) {
    .go-up {
        width: 40px;
        height: 40px;
        padding: 8px;
        left: 4px;
    }
}
.content_price_full {
    width: auto;
    height: auto;
    border-left:4px solid #fff;
    border-top:4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 3px 10px 3px 20px;
    background: #64952b;
    margin-top: 10px;
    -webkit-border-top-left-radius: 98px;
    -webkit-border-bottom-left-radius: 98px;
    -moz-border-radius-topleft: 98px;
    -moz-border-radius-bottomleft: 98px;
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
    color: #fff;
    font-size: 25px;
    text-align: right;
}
.content_price_saving_full {
    text-decoration:line-through;
    font-size:15px;
    font-weight: bold;
    padding: 0;
    line-height: 5px;
    margin: 0;
    margin-bottom:10px;
}
.btn_add_product_full {
    border: 1px #51cd93 solid;
    background:linear-gradient(to bottom, #fff 5%, #fff 100%);
    background-color:#f0f0f0;
    border-radius:8px;
    display:inline-block;
    cursor:pointer;
    color:#51cd93;
    padding:3px 7px;
    text-decoration:none;
    font-weight: bold;
}
.btn_add_product_full:hover {
    background-color:#ffffff;
}
.btn_add_product_full:before{
    vertical-align: top;
    padding: 8px 13px 6px;
}

.color-not-favorite_full{
    color:#ffaeae !important;
}

.custom_card_popular{
    float: left;
    margin-right: 20px;
    font-size: 24px;
    color: #333;
    line-height: 62px;
    font-weight: 700;
    padding-left: 0;
    text-transform: Uppercase;
}

.home-category-info-header-line {
    display: block;
    margin-top: 25px;
    font-size: 100%;
    border: 3px solid #DCDEE3;
    border-radius: 3px;
    overflow: hidden;
}
 .margin-left-16 {
    margin-left: 0px !important;
}

.padding-left-15 {
    padding-left: 0px !important;
}

@media screen and (min-width: 992px) {
    .margin-left-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    
    .padding-left-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.redes-flotantes {
    position: fixed;
    right: 8px;
    bottom: 10px;
    z-index: 2000;
}
.redes-flotantes img {
    float: right; clear: right;
     margin: 5px;
    -moz-transform: scale(.8) ;
    -webkit-transform: scale(.8) ;
    -o-transform: scale(.8) ;
    -ms-transform: scale(.8) ;
    transform: scale(.8) ;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.redes-flotantes img:hover {
    transform: scale(1.1) rotate(6deg);
    -webkit-transform: scale(1.1) rotate(6deg);
    -o-transform: scale(1.1) rotate(6deg);
    -ms-transform: scale(1.1) rotate(6deg);
    transform: scale(1.1) rotate(6deg);
}
.text-truncate-2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 2.8em !important; 
    line-height: 1.4em !important;
    margin-bottom: 5px !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    height: auto !important;
    white-space: normal !important;
}

.product-info .product-title {
    display: -webkit-box !important;
    grid-row: unset !important;
    grid-column: unset !important;
}

.product-card-info {
    display: flex !important;
    flex-direction: column !important;
}

.product-card-info .product-title,
.product-card-info .product-category,
.product-card-info .product-price {
    width: 100% !important;
}

* {
    box-sizing: border-box;
}

.sidebar-content {
    display: flex;
    flex-direction: column;
}

.custom-mobile-tabs {
    flex-shrink: 0;
}

.tab-content {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}



.custom-tab-button {
    flex: 1;
    padding: 15px 5px;
    border: none;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-tab-button.active {
    font-weight: bold;
}

.custom-tab-button span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    transition: border-bottom-color 0.3s ease;
    line-height: 1;
}


.custom-tab-pane {
    display: none;
    padding: 0 13px;
    overflow-y: auto;
}

.custom-tab-pane.active {
    display: block;
    height: 100%;
}

/* Barra de búsqueda */
.custom-category-search {
    padding: 15px 10px;
    position: sticky;
    top: 0;
    /* background: #000; */
}

.custom-search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    /* padding: 0 10px; */
}




/* Estilos para categorías */
.custom-mobile-categories {
    padding: 0;
}

.custom-j-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-menu-item {
    margin-bottom: 4px;
    border-radius: 8px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.custom-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-subcategory-company {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.img-subcategory {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.dropdown-subcategory-company:hover .img-subcategory {
    transform: scale(1.1);
}

.links-text-sub {
    font-size: 14px;
    color: #333;
}

.custom-category-title {
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-subcategories-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}

.custom-subcategory-open {
    max-height: 1000px;
}


.custom-subcategory-link:hover, .custom-subcategory-link.active {
    border-left-color: #fff;
}

.custom-subcategory-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.custom-subcategory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.custom-subcategory-link:hover .custom-subcategory-image img {
    transform: scale(1.1);
}



.custom-category-header:hover, .custom-subcategory-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.custom-category-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 12px;
}


.custom-category-content {
    flex: 1;
    overflow: hidden;
    min-width: 0;
    padding-right: 8px;
}



.custom-toggle-icon {
    transition: transform 0.3s ease;
    opacity: 0.7;
}

.custom-rotate-icon {
    transform: rotate(180deg);
}
.custom-all-categories {
    margin-bottom: 10px;
    background:rgba(255,255,255,0.05);
    border-left: 3px solid #fff;
}

.custom-subcategory-item {
    list-style-type: none;
    padding-left: 0;
}
.custom-tab-button:focus {
    outline: none;
}

.auth-section {
    padding: 15px;
    margin: 0px 15px 0px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.1);
}

.btn-auth {
    display: inline-block;
    padding: 10px 0px;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    width: 80%;
}

.btn-auth:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

.btn-auth i {
    margin-right: 8px;
}

.btn-login {
    background: linear-gradient(45deg, #2196F3, #3F51B5);
}

.btn-logout {
    background: linear-gradient(45deg, #f44336, #d32f2f);
}

@media (max-width: 576px) {
    .btn-auth {
        width: 100%;
    }
}

#flyout-menu-5e7e2aaa26401 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 70px;                
    background: #fff;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 10px rgba(0,0,0,0.05);  
    z-index: 800; 
    overflow-y: scroll; 
    overflow-x: visible !important; 
    height: 100%;       
}

#flyout-menu-5e7e2aaa26401::-webkit-scrollbar {
    width: 0px;  
}

#flyout-menu-5e7e2aaa26401::-webkit-scrollbar-track {
    background: transparent; 
}

#flyout-menu-5e7e2aaa26401::-webkit-scrollbar-thumb {
    background: transparent;  
}

#flyout-menu-5e7e2aaa26401 {
    scrollbar-width: none; 
}

#flyout-menu-5e7e2aaa26401:hover {
    width: 250px;             
    box-shadow: 5px 0 20px rgba(0,0,0,0.1);  
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s ease;
    z-index: 799; 
}

#flyout-menu-5e7e2aaa26401:hover ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
}

#flyout-menu-5e7e2aaa26401 .j-menu,
#flyout-menu-5e7e2aaa26401 .subcategories_of_category_selected .j-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; 
}

@keyframes borderWave {
    0% {
        left: 50%;
        width: 0;
    }
    50% {
        left: 0;
        width: 100%;
    }
    100% {
        left: 50%;
        width: 0;
    }
}

#flyout-menu-5e7e2aaa26401 .menu-item {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e0e0e0;
    transition: border-color 0.3s ease;
}

#flyout-menu-5e7e2aaa26401 .menu-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px; 
    background: linear-gradient(90deg, transparent, #d33, transparent);
    z-index: 2;
}

#flyout-menu-5e7e2aaa26401 .menu-item:hover::after {
    animation: borderWave 2s ease-in-out infinite;
}

#flyout-menu-5e7e2aaa26401 .all-categories-container {
    border-bottom: none;
}
#flyout-menu-5e7e2aaa26401 .all-categories-container::after {
    display: none;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d33, transparent);
    z-index: 2;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover::after {
    animation: borderWave 2s ease-in-out infinite;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:last-child {
    border-bottom: none;
}
#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:last-child::after {
    display: none;
}

#flyout-menu-5e7e2aaa26401 .menu-item:not(:hover)::after,
#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:not(:hover)::after {
    animation-play-state: paused;
}

#flyout-menu-5e7e2aaa26401 .menu-item > a {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    text-decoration: none;
    color: #333;
    position: relative;
    overflow: hidden;
}

#flyout-menu-5e7e2aaa26401 .menu-item > a:hover {
    background-color: #dfdfdf;
    border-radius: 15px;
}

#flyout-menu-5e7e2aaa26401 .all-categories-container > a:hover {
    background-color: transparent !important;
}


#flyout-menu-5e7e2aaa26401 .img-category- {
    min-width: 30px;
    min-height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

#flyout-menu-5e7e2aaa26401 .menu-item > a:hover .img-category- {
    transform: scale(1.1);
}

#flyout-menu-5e7e2aaa26401 .links-text {
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);  
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.5s ease,
                transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    flex-grow: 1;
}
#flyout-menu-5e7e2aaa26401:hover .links-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#flyout-menu-5e7e2aaa26401 .category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
}
#flyout-menu-5e7e2aaa26401 .category-title span {
    display: inline-block;
    max-width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px; 
}

#flyout-menu-5e7e2aaa26401 .category-title .fa-chevron-down {
    margin-left: 5px; 
    font-size: 10px; 
    color: #999;
    flex-shrink: 0;
}

#flyout-menu-5e7e2aaa26401 .menu-item:hover .fa-chevron-down {
    color: #d33;
    transform: translateX(3px);
}

#flyout-menu-5e7e2aaa26401 .category-title .fa-chevron-down:before {
    content: "\f054";
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #d33;
    transition: width 0.5s ease, left 0.5s ease;
    z-index: 2;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover::after {
    width: 100%;
    left: 0;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:last-child {
    border-bottom: none;
}
#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:last-child::after {
    display: none;
}

#flyout-menu-5e7e2aaa26401 .img-subcategory {
    width: 26px;
    height: 26px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover .img-subcategory {
    transform: scale(1.1);  
}

#flyout-menu-5e7e2aaa26401 .links-text-sub {
    white-space: nowrap;
    font-size: 12px; 
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
    display: inline-block;
}

.main-content {
    /* margin-left: 70px;   */
    padding: 20px;
    overflow: visible !important;
    transition: margin-left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#flyout-menu-5e7e2aaa26401:hover ~ .main-content {
    margin-left: 250px;
}


#flyout-menu-5e7e2aaa26401 .links-text h6 {
    font-size: 12px;
    margin: 0;
}

#flyout-menu-5e7e2aaa26401 .subcategories_of_category_selected {
    position: fixed;  
    left: 250px;   
    min-width: 220px;
    background: #fff;
    display: block;                
    z-index: 10000;                 
    padding: 5px 0;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
    border-radius: 0 8px 8px 0;
    overflow: visible; 
    opacity: 0;
    visibility: hidden;
    transform-origin: left top;
    transform: scale(0.8) translateX(-8px);
    transition: opacity 0.3s cubic-bezier(0.375, 0.105, 0.255, 1.270),
                visibility 0.3s ease,
                transform 0.3s cubic-bezier(0.375, 0.105, 0.255, 1.270);
}

#flyout-menu-5e7e2aaa26401 .subcategories_of_category_selected .j-menu {
    max-height: 60vh; 
    overflow-y: auto; 
    overflow-x: hidden;
    scrollbar-width: none; 
}

#flyout-menu-5e7e2aaa26401 .subcategories_of_category_selected .j-menu::-webkit-scrollbar {
    width: 0px;
    display: none;
}

#flyout-menu-5e7e2aaa26401 .menu-item:hover .subcategories_of_category_selected {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(0);
}
#flyout-menu-5e7e2aaa26401 .menu-item:hover .subcategories_of_category_selected {
    top: auto; 
}

#flyout-menu-5e7e2aaa26401 .all-categories-container {
    background-color: #d33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 8px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-bottom: none;
}

#flyout-menu-5e7e2aaa26401 .all-categories-container {
    width: calc(100% - 16px);
    max-width: 46px;
}

#flyout-menu-5e7e2aaa26401:hover .all-categories-container {
    width: calc(100% - 16px);
    max-width: 100%;
    border-radius: 40px; 
}

/* Enlace dentro del contenedor */
#flyout-menu-5e7e2aaa26401 .all-categories-container a {
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
    padding: 8px;
}

#flyout-menu-5e7e2aaa26401 .all-categories-container .links-text h6 span {
    color: white !important;
    font-weight: 700;
}

#flyout-menu-5e7e2aaa26401 .all-categories-container:hover .links-text span {
    color: white !important;
}
#flyout-menu-5e7e2aaa26401 .all-categories-container a:hover .links-text span {
    color: white !important;
}

#flyout-menu-5e7e2aaa26401 .menu-item:hover .subcategories_of_category_selected {
    top: 0;
    transform: translateY(0);
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover {
    background-color: #dfdfdf;
    border-radius: 15px;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px; 
    background: linear-gradient(90deg, transparent, #d33, transparent);
    z-index: 2;
}

#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:hover::after {
    animation: borderWave 2s ease-in-out infinite;
}


#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:last-child {
    border-bottom: none;
}
#flyout-menu-5e7e2aaa26401 .dropdown-subcategory-company:last-child::after {
    display: none;
}
#font_col {
    display: none;
}
#font_col_new {
    display: none;
}

@media (min-width: 1000px) {
.filter_option {
    background: rgba(255, 255, 255, 0.05) !important;
    transition: all 0.3s ease;
    border-radius: 8px;
}
.filter_option:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.border_bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}

.filter-modal-section {
    margin-bottom: 20px;
    border-radius: 10px;
}
}

@media (max-width: 999px) {
.filter_option {
    background: rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease;
}
.filter_option:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.filter-modal-section {
    margin-bottom: 15px;
    border-radius: 8px;
}

}
.modal-content {
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
border: none;
}

.modal-header {
background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
border-bottom: none;
padding: 20px;
}

.modal-header h4 {
font-size: 1.25rem;
font-weight: 600;
display: flex;
align-items: center;
gap: 10px;
}

.modal-body {
padding: 25px;
background: #fff;
}

.email-input-group {
display: flex;
gap: 10px;
margin-bottom: 15px;
}

.email-input-group input {
border: 1px solid #dee2e6;
padding: 12px;
border-radius: 6px;
font-size: 14px;
transition: all 0.3s ease;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.email-input-group input:focus {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.btn-add-email {
font-weight: 500;
display: flex;
align-items: center;
gap: 8px;
transition: all 0.3s ease;
background: #007bff;
border: none;
}

.btn-add-email:hover {
background: #0056b3;
transform: translateY(-1px);
}

.email-tag {
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 20px;
padding: 6px 12px;
display: inline-flex;
align-items: center;
gap: 8px;
margin: 4px;
transition: all 0.2s ease;
}

.email-tag button {
padding: 0;
background: none;
border: none;
color: #dc3545;
opacity: 0.7;
transition: all 0.2s ease;
}

.email-tag button:hover {
opacity: 1;
}

.modal-footer { 
border-top: 1px solid #e9ecef;
padding: 20px;
}

.btn-send-proforma {
background: linear-gradient(135deg, #28a745 0%, #218838 100%);
border: none;
padding: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
transition: all 0.3s ease;
}

.btn-send-proforma:hover {
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media (max-width: 768px) { 
.email-input-group {
    flex-direction: column;
}

.btn-add-email {
    height: 45px;
    justify-content: center;
}

.modal-content {
    margin: 10px;
    max-height: calc(100vh - 20px) !important;
}
}
.btn_option_unit {
border-radius: 50px;
border: 1px solid #e9e9e9;
margin: 9px;
padding: 8px;
background-color: #f8f8f8;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

#amount_by_product, #product_price_footer {
background: #fff;
color: #16b709;
padding: 5px 10px;
border-radius: 30px;
font-weight: bold;
margin-left: 10px;
display: inline-block;
}

#footer_car_product_detail {
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 8px 0 0;
border-top: 1px solid #eee;
z-index: 99;
background: #fff;
box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.11);
}

#image_product_car_detail_content {
position: relative;
padding: 0;
overflow-y: auto;
overflow-x: hidden;
margin-bottom: 50px;
}

.carousel-item {
background-size: contain;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
border-radius: 0px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.share_icons {
color: #777; 
font-size: 22px;
margin-right: 8px;
transition: all 0.3s ease;
}

.share_icons:hover {
color: #16b709;
transform: scale(1.2);
}

#modal_recomended_productlist_content > .row-underline {
background-color: #ffffff;
}

#modal_recomended_productlist_content > .row-underline > .deal-text {
background-color: #f5f5f5;
padding: 8px 30px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#modal_recomended_productlist_content {
background-color: #f5f5f5;
}

#product_content_modifiers > ul > li {
cursor: pointer; 
}

#product_content_modifiers > ul > li:hover {
background-color: #fbfbfb;
}

#product_content_modifiers > h5 {
border: 1px solid #f2f2f2;
background-color: #f5f5f5;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#product_selected_quantity {
width: 100%;
text-align: center;
border: none;
font-weight: bold;
background: transparent;
}
#product_selected_quantity_details {
width: 100%;
text-align: center;
border: none;
font-weight: bold;
background: transparent;
}

.product-details-container {
background-color: #f8f8f8;
border-radius: 15px;
padding: 15px;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
margin-bottom: 15px;
}

.product-details-container .product_info {
display: block;
margin-bottom: 10px;
color: #555;
}

.observations-container {
background-color: #f8f8f8; 
border-radius: 15px;
padding: 16px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
margin-top: 1rem;
}

.observations-container label {
font-weight: bold;
color: #333;
margin-bottom: 8px;
display: block;
}

.observations-container textarea {
border: 1px solid #e0e0e0;
border-radius: 10px;
padding: 12px;
width: 100%;
min-height: 80px;
resize: vertical;
font-size: 14px;
}

.product-name {
font-size: 24px;
font-weight: bold;
color: #333;
line-height: 1.2;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.modal-header-custom {
background-color: #16B709; 
padding: 1rem;
position: relative;
text-align: center;
}

.modal-header-custom h4 {
color: #fff;            
margin: 0;
font-size: 1.3rem;
font-weight: bold;
}

.close-btn {
position: absolute;
top: 50%;
right: 1rem;
transform: translateY(-50%);
background-color: #fff;  
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
color: #000;
}

.close-btn span {
font-size: 1.2rem;
color: #333;
}

.price-container {
align-items: center;
margin-bottom: 15px;
}

.current-price {
font-size: 28px;
font-weight: bold;
color: #16b709;
}

.old-price {
font-size: 18px;
color: #999;
text-decoration: line-through;
margin-right: 10px;
}

.quantity-control {
display: flex;
align-items: center;
background-color: #f0f0f0;
border-radius: 50px;
width: 100%;
justify-content: space-between;
padding: 5px;
height: 44px;
}

.quantity-btn {
width: 36px;
height: 36px;
background-color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
color: #16b709;
font-weight: bold;
font-size: 18px;
border: none;
}

.quantity-input {
text-align: center;
border: none;
background: transparent;
font-weight: bold;
font-size: 18px;
width: 40px;
}

.add-to-cart-btn {
background-color: #16b709;
color: white;
border: none;
border-radius: 50px;
padding: 15px 7px;
font-size: 16px;
font-weight: bold;
width: 100%;
height: 44px;
cursor: pointer;
box-shadow: 0 4px 8px rgba(22, 183, 9, 0.2);
transition: all 0.3s ease;
display: flex;
justify-content: space-between;
align-items: center;
}

.add-to-cart-btn:hover {
background-color: #139e07;
box-shadow: 0 6px 12px rgba(22, 183, 9, 0.3);
}

/* Carrusel de métodos de pago */
.payment-methods-container {
margin-top: 20px;
padding: 15px 0;
background-color: #f8f8f8;
border-radius: 15px;
}

.payment-methods-wrapper {
overflow: hidden;
position: relative;
}

.payment-methods-carousel {
display: flex;
animation: scroll 20s linear infinite;
width: max-content;
}

.payment-method-item {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 15px;
min-width: 80px;
}

.payment-method-icon {
width: 40px;
height: 40px;
background-color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
margin-bottom: 5px;
}

.payment-method-icon i {
font-size: 20px;
color: #333;
}

.payment-method-name {
font-size: 12px;
color: #666;
text-align: center;
}

@keyframes scroll {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}

@media (max-width: 768px) {
.product-name {
    font-size: 20px;
}

.current-price {
    font-size: 24px;
}

.product-details-container,
.observations-container {
    padding: 12px;
}
}

.modal-content {
border-radius: 15px;
overflow: hidden;
}
#btn_add_product_confirmed_order_item {
text-align: left;
}
.variant-container {
background-color: #f8f8f8;
}
.color-screen-content .color-filters, .color-screen-content .short-filters, .color-screen-content .labels-filters, .color-screen-content .dropdown-filters {
background-color: #f8f8f8;
}
.popup-fullmenu .modal-content {
border-radius: 15px;
max-height: 90%;
}
.order-not-paid {
background-color: #d9d9d9;
border-radius: 15px;
}

.modal-dialog {
min-height: calc(100vh - 60px);
display: flex;
flex-direction: column;
justify-content: center;
overflow: auto;
}
@media(max-width: 768px) {
.modal-dialog {
    min-height: calc(100vh - 20px);
}
}

#content_login_client{
margin-top:12px !important;
max-width:none !important;
margin-top:12px !important;
}
.card-body mx-auto{
max-width:none !important;
}
.btn-login{
font-size: 15px;
font-weight: bold;
}
.type_method_payment_item:hover {
transform: scale(1.02);
background: #f3f3f3;
}
.type_method_payment_item.method_payment_active:hover {
background: #e9ffeb;
}

.o-container {
width: 100%;
max-width: 600px;
margin-left: auto;
margin-right: auto;
padding: 20px;
}

.c-header {
position: relative;
display: block;
padding: 20px 0;  
text-align: center;
}

.c-header:after {
content: "";
display: block;
height: 1px;
background: #eee;
position: absolute; 
left: 40%; 
right: 40%;
}

.c-header__title {
font-size: 42px;
font-weight: 300;
margin-bottom: 24px;
}

.c-box {
margin: 50px 0;
padding: 10px 10px;
border: 1px solid #eee;
background: #f9f9f9;
}

.c-box__body {
vertical-align: top;
display: inline-block;
color: #888;
}

.c-rating-star {
list-style-type: none;
padding: 0;

-moz-user-select:none;
-webkit-user-select:none;
}

.c-rating-star__item {
display: inline-block;
}

.c-rating-star__icon {
font-size: 6.5vw; 
color: #ccc; 
}

.c-rating-star__item.is-hover > .c-rating-star__icon{
color: #ffcc36;
}

.c-rating-star__item.is-selected > .c-rating-star__icon {
color: #ff912c;
}

.u-text-center {
text-align: center;
}
.list-group-item-category:hover{
color: #FF751A;
cursor: pointer;
}

.list-group-item-category {
display: block;
padding: 10px 20px;
line-height: 20px;
font-size: 14px;
color: #666;
}

.list-all-category{
position: fixed;
margin-top: 55px;
top: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
.carousel_item2 {
height: calc(30vw * 1);
}

@media only screen and (max-width: 1000px) and (min-width: 300px) {

.carousel_item2 {
    height: calc(33vw * 1);
}
}

@media only screen and (max-width: 4000px) and (min-width: 101px) {

.carousel_item2 {
    max-height: 370px;
}
}

.carousel_item3 {
height: 320px;
}

.carousel-indicators{
bottom: 20px;
}
.carousel-indicators li {
width: 10px;
height: 10px;
border-radius: 100%;
}
.carousel-indicators li {
background-color: #d6d5d2;
}    
.carousel-indicators .active {
background-color: #8a8a8a;
}
.info-carrusel-combo{
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
color: #fff;
position: absolute;
bottom: 0;
width: 100%;
padding: 40px 0px 0px 7px;
}
.btn_add_product{
z-index: 10;
}
.btn-add-combo{
border-radius:10px;
position: absolute;
bottom: 0;
right: 0;
line-height: 20px !important;
margin-bottom: 6px;
margin-right: 6px;
}

.img-carrusel{
height: 350px;
width: 100%
}

.carousel-caption {
right: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.pre-title {
text-align: center;
}
.border {
width: 4.706vw;
border-bottom: 1px solid #fff;
display: inline-block;
margin: .059em;
}    
.lable {
font-size: 1.153ch;
line-height: 2em;
font-weight: 700;
min-width: 66px;
border-radius: 2.5em;
background-color: #ffae00;
display: inline-block;
padding: 2px;
text-shadow: 0px 0px 20px #ffae00;
}
.pre-title-value {

font-size: 1.76vw;
line-height: 1em;
font-weight: 400;
font-family: "Open Sans";
display: inline-block;
text-shadow: 0px 0px 20px #000000;

}
.title {

font-size: 4.824ch;
line-height: 1em;
font-weight: 700;
text-align: center;
padding-bottom: .059em;
text-shadow: 0px 0px 20px #000000;

}
.sub-title {

font-size: 3.482ch;
line-height: 1;
font-weight: 300;
text-align: center;
padding-bottom: .6em;
text-shadow: 0px 0px 20px #000000;

}
.bottom-caption {

font-size: 1.24ch;
line-height: 1em;
font-weight: 400;
position: relative;
text-align: center;
text-shadow: 0px 0px 20px #000000;

}
.footer-title-primary {
color:#fff;
font-weight: bold;
}
.section-cover.small-pd {
padding: 30px 0;
}
.page li{
list-style: none !important;
}
.page-width {
max-width: 1200px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
.black {
color: rgba(0,0,0,1);
color: #000;
}
.text-cta {
font-size: 26px;
font-weight: 600;
line-height: 1.46;
margin: 0;
}

.section-heading {
font-size: 30px;
line-height: 30px;
margin: 0;
}
.display-table {
display: table;
table-layout: fixed;
width: 100%;
margin: 0 !important;
}
.store-info.style2 li {
text-align: left;
}
.store-info li {
padding: 0 20px;
list-style: none;
}
.display-table-cell {
float: none;
display: table-cell;
vertical-align: middle;
}
.store-info.style2 .ad {
float: left;
margin: 0 15px 0 0;
}
.store-info .ad {
font-size: 40px;
vertical-align: middle;
display: block;
margin-bottom: 20px;
}

.follow_text {
font-family: "Comic Sans MS", cursive, sans-serif;
color: #e8e8e8 !important;
font-size: 20px !important;
}
.social_networks a i{
color: #fff !important;
}
.newsletter-card {
margin-top: -50px;
}
.payment-icon {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s;
}
.payment-icon:hover {
transform: translateY(-3px);
}
.payment-icon img {
max-height: 30px;
width: auto;
}
.schedule-container {
max-height: 200px;
overflow-y: auto;
}
.schedule-container::-webkit-scrollbar {
width: 5px;
}
.schedule-container::-webkit-scrollbar-track {
background: rgba(255,255,255,0.1);
}
.schedule-container::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.3);
border-radius: 3px;
}
footer a:hover {
opacity: 0.8;
text-decoration: none;
}

@media (min-width: 1200px) {
.container {
    max-width: 90%;
}
}
.footer-web {
position: relative;
z-index: 1;
}

.footer-links a {
transition: all 0.3s ease;
display: inline-block;
text-decoration: none;
}

.footer-links a:hover {
transform: translateX(5px);
opacity: 0.8;
}

.payment-icon {
margin: 8px;
transition: transform 0.3s ease;
cursor: pointer;
}

.payment-icon:hover {
transform: translateY(-3px);
}



.newsletter-form input::placeholder {
color: rgba(255,255,255,0.6);
}

.newsletter-form button {
transition: all 0.3s ease;
}

.newsletter-form button:hover {
opacity: 0.9;
transform: translateY(-1px);
}

.schedule-container {
max-height: 250px;
overflow-y: auto;
}

.schedule-container::-webkit-scrollbar {
width: 5px;
}

.schedule-container::-webkit-scrollbar-track {
background: rgba(255,255,255,0.1);
}

.schedule-container::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.3);
border-radius: 3px;
}

.gap-3 {
gap: 1rem;
}

@media (max-width: 768px) {
.text-md-right {
    text-align: center !important;
}

.col-md-6 {
    text-align: center;
}

.payment-methods .d-flex {
    justify-content: center;
}
}
.nav-item{
margin: 5px 0px !important;
}

.tabber-bottom .nav-tabs .nav-link.active {
color: #ffffff !important;
background: transparent !important;
border: none !important;
font-weight: bold;
position: relative;
}

.tabber-bottom .nav-tabs .nav-link.active::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 4px;
background-color: #ffffff;
border-radius: 3px 3px 0 0;
transition: all 0.3s ease;
display: block !important;
opacity: 1 !important;
z-index: 10;
}
.breadcrumb-content{display: inline-block;}
.breadcrumb-content a{color: #666666;font-size: 18px;}
.breadcrumb-content > i{margin: 0px 12px;color: #666666;font-size: 14px;}
.breadcrumb-content a.bc-selected{background-color: #f5f5f5;padding: 6px 12px;border-radius: 5px;}
.nav-web-links-search{display: none !important;}
.more_options_modal {
background: #fbfbfb;
border-bottom-left-radius: 8px;
padding: 4px 16px;
margin-left: 3px;
margin-top: 3px;
margin-bottom: 3px;
margin-right: 0px;
color: #28a745 !important;
border-top-left-radius: 8px;
border: #28a745 1px solid;
}
.more-options-purchase {
padding: 0;
position: absolute;
left: 0px;
z-index: 30;
bottom: 8px;
left: -3px;

}

.item-more-options {
vertical-align: middle;
background: #b92525;
padding: 2px;
border-radius: 200px;
color: #fff;
margin-right: 6px;
}
#set_purschese_item_header{
max-height: 600px;background-color: #f4f6f7; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom: none;
}
#set_purschese_item_header h6{color: #555555;font-weight: bold;}
/*#set_purschese_item{margin-bottom: 135px; border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border: 1px solid #e9e9e9;}*/
#set_purschese_item{margin-bottom: 0px; border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
#alSiteAlert-holder{z-index: 1000;}

.div_container{
border-radius: 15px; background:#fff; box-shadow: 2px 2px 6px 1px #9c9d9d;
}/*ByYS*/

/* Estilo mejorado para las tarjetas de productos */
.cart-item {
background: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
padding: 20px;
transition: all 0.3s ease;
margin-bottom: 14px;
border: none;
position: relative;
/* border-left: 4px solid #5a8af4; */
animation: fadeIn 0.5s ease-out;
overflow: hidden;
}

.cart-item:hover {
box-shadow: 0 10px 20px rgba(90, 138, 244, 0.15);
transform: translateY(-4px);
}

/* Efecto de brillo al pasar el ratón */
.cart-item::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0) 100%
);
transform: rotate(45deg);
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none;
z-index: 2;
}

.cart-item:hover::before {
opacity: 1;
animation: shine 1.5s ease-out;
}

@keyframes shine {
0% {
    left: -100%;
    opacity: 0;
}
20% {
    opacity: 0.2;
}
100% {
    left: 100%;
    opacity: 0;
}
}

@keyframes fadeIn {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Efecto de pulsación para los botones de cantidad */
.quantity-btn {
animation: pulse 1.5s infinite ease-in-out;
animation-play-state: paused;
}

.quantity-btn:hover {
animation-play-state: running;
}

@keyframes pulse {
0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
50% {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,184,148,0.3);
}
100% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
}

.cart-content {
display: flex;
gap: 20px;
}

.product-image {
flex: 0 0 120px;
}

.image-wrapper {
position: relative;
width: 120px;
height: 120px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
border: none;
}

.image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
}

.product-details {
flex: 1;
min-width: 0;
}

/* Nuevo layout con información de producto y precios en formato de columnas */
.product-info-container {
display: flex;
justify-content: space-between;
width: 100%;
}

.product-main-info {
flex: 1;
padding-right: 15px;
min-width: 0;
}

.product-price-column {
width: 220px;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
border-left: 1px solid #f1f1f1;
padding-left: 15px;
}

.product-name {
font-size: 18px;
font-weight: 700;
color: #2d3436;
margin: 0 0 12px 0;
text-transform: uppercase;
letter-spacing: 0.5px;
display: flex;
align-items: center;
}

.product-description {
margin-bottom: 15px;
}

.price-container {
width: 100%;
}

.price-row, .total-row {
display: flex;
align-items: center;
width: 100%;
justify-content: flex-end;
}

.price, .total {
font-weight: 600;
color: #2d3436;
white-space: nowrap;
}

.total {
color: #00b894;
font-size: 18px;
}

.variants {
margin-bottom: 16px;
}

.variant-details {
color: #2d3436;
display: flex;
flex-wrap: wrap;
gap: 8px;
}

.variant-details p {
background-color: #f8f9fa;
padding: 6px 10px;
border-radius: 6px;
margin: 0;
font-weight: 500;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* Estilos para el botón de eliminar producto */
.delete-product-btn {
position: absolute;
top: 10px;
right: 10px;
background: #f1f1f1;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
border: none;
cursor: pointer;
}

.delete-product-btn:hover {
background: #ff6b6b;
}

.delete-product-btn:hover i {
color: white !important;
}

/* Estilos para los controles de cantidad */
.quantity-controls {
display: flex;
align-items: center;
background: #f8f9fa;
border-radius: 23px;
padding: 6px 10px;
width: fit-content;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.quantity-btn {
background: white;
border: none;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.2s ease;
color: #00b894;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.quantity-btn:hover {
background: #00b894;
color: white;
}

.quantity-value {
font-weight: 600;
min-width: 40px;
text-align: center;
margin: 0 8px;
}

@media (max-width: 768px) {
.cart-content {
    flex-direction: column;
    align-items: center;
}

.product-image {
    flex: 0 0 auto;
    margin-bottom: 16px;
}

.product-info-container {
    flex-direction: column;
}

.product-price-column {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
    margin-top: 15px;
    align-items: flex-start;
}

.price-row {
    width: 100%;
    justify-content: space-between !important;
}

.delete-product-btn {
    top: 10px;
    right: 10px;
}
}

@media (max-width: 480px) {
.cart-item {
    padding: 15px;
}

.image-wrapper {
    width: 100px;
    height: 100px;
}

.product-name {
    font-size: 16px;
}
}

/* Contenedor principal del carrito */
.cart-container {
position: relative;
background: #f9f9f9;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
animation: gradientBackground 15s ease infinite;
background-size: 200% 200%;
background-image: linear-gradient(45deg, 
    #f9f9f9 0%, 
    #ffffff 25%, 
    #f5f7ff 50%, 
    #f8f9fa 75%, 
    #f9f9f9 100%);
}

@keyframes gradientBackground {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}

/* Efecto al cambiar cantidades */
.quantity-value {
transition: all 0.2s ease;
position: relative;
}

.quantity-value.changing {
color: #5a8af4;
transform: scale(1.2);
}

@keyframes numberChange {
0% {
    transform: translateY(0) scale(1);
    opacity: 1;
}
50% {
    transform: translateY(-5px) scale(1.2);
    opacity: 0.8;
}
100% {
    transform: translateY(0) scale(1);
    opacity: 1;
}
}

/* Encabezado del carrito */
.cart-header {
background: linear-gradient(135deg, #ffffff, #f8f9fa);
border-radius: 12px;
margin-bottom: 20px;
box-shadow: 0 3px 10px rgba(0,0,0,0.08);
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
overflow: hidden;
border-left: 4px solid #5a8af4;
animation: glow 3s infinite alternate;
position: relative;
}

@keyframes glow {
0% {
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}
100% {
    box-shadow: 0 5px 15px rgba(90, 138, 244, 0.25);
}
}

.cart-header-content {
display: flex;
align-items: center;
padding: 15px 0;
}

.cart-header-icon {
background: #5a8af4;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
box-shadow: 0 3px 8px rgba(90, 138, 244, 0.3);
}

.cart-header-icon i {
color: white;
font-size: 18px;
}

.cart-header h6 {
font-weight: 700;
color: #2c3e50;
font-size: 18px;
margin: 0;
}

.cart-header-badge {
background-color: #f8f9fa;
border: 1px solid #e9ecef;
color: #5a8af4;
font-weight: 600;
padding: 6px 14px;
border-radius: 20px;
font-size: 14px;
align-items: center;
transition: all 0.3s ease;
}

.cart-header-badge i {
font-size: 16px;
margin-right: 5px;
}

.cart-header-badge:hover {
transform: scale(1.05);
background-color: #5a8af4;
color: white !important;
}

.cart-header-badge:hover i {
animation: bounce 0.6s ease-in-out;
}

@keyframes bounce {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-5px);
}
}

/* Contenedor de dos columnas para escritorio */
.cart-two-column-container {
display: flex;
flex-direction: column;
gap: 20px;
}

@media (min-width: 992px) {
.cart-two-column-container {
    flex-direction: row;
}

.cart-items-column {
    width: 65%;
}

.cart-summary-column {
    width: 35%;
}
}

/* Columna de resumen y métodos de pago con sticky mejorado */
.cart-summary-column {
position: relative;
}

/* Contenedor sticky que mantendrá ambos elementos juntos */
.sticky-container {
position: sticky;
top: 20px;
max-height: calc(100vh - 40px);
overflow-y: auto;
/* Para ocultar la barra de desplazamiento pero mantener la funcionalidad */
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE y Edge */
}

/* Ocultar scrollbar en Chrome/Safari */
.sticky-container::-webkit-scrollbar {
display: none;
}

/* Nuevo estilo para el resumen del pedido */
.order-summary {
background-color: #fff;
border-radius: 12px;
padding: 24px;
margin-bottom: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
animation: slideIn 0.6s ease-out;
transition: all 0.3s ease;
/* z-index: 10; */
position: relative;
}

.order-summary:hover {
box-shadow: 0 8px 16px rgba(90, 138, 244, 0.12);
transform: translateY(-2px);
}

@keyframes slideIn {
from {
    opacity: 0;
    transform: translateX(20px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

/* Animación para el valor total */
.summary-value.total {
position: relative;
overflow: hidden;
display: inline-block;
}

.summary-value.total::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #28a745;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.3s ease;
}

.summary-row.total:hover .summary-value.total::after {
transform: scaleX(1);
transform-origin: left;
}

.order-summary h5 {
font-weight: 700;
color: #2c3e50;
font-size: 18px;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid #eaeaea;
}

.summary-row {
display: flex;
justify-content: space-between;
padding: 10px 0;
color: #636e72;
}

.summary-row.total {
border-top: 1px solid #eaeaea;
margin-top: 10px;
padding-top: 20px;
font-weight: 700;
color: #2c3e50;
font-size: 18px;
}

.summary-label {
font-weight: 500;
}

.summary-value {
font-weight: 600;
}

.summary-value.total {
color: #28a745;
font-size: 20px;
}

/* Estilos para los botones del resumen */
.summary-actions {
margin-top: 24px;
display: flex;
flex-direction: column;
gap: 12px;
}

.btn-process, .btn-proforma, .btn-continue {
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
position: relative;
overflow: hidden;
}

.btn-process {
display: flex;
align-items: center;
justify-content: center;
padding: 14px;
border-radius: 8px;
background: linear-gradient(135deg, #5a8af4, #071f7b);
color: white;
border: none;
font-weight: 600;
text-decoration: none;
gap: 10px;
width: 100%;
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
position: relative;
overflow: hidden;
}

.btn-proforma {
display: flex;
align-items: center;
justify-content: center;
padding: 12px;
border-radius: 8px;
background: #f8f9fa;
color: #2c3e50;
border: 1px solid #dee2e6;
font-weight: 600;
text-decoration: none;
gap: 10px;
width: 100%;
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
position: relative;
overflow: hidden;
}

.btn-continue {
display: flex;
align-items: center;
justify-content: center;
padding: 12px;
border-radius: 8px;
background: #fff;
color: #2c3e50;
border: 1px solid #dee2e6;
font-weight: 600;
text-decoration: none;
gap: 10px;
width: 100%;
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
position: relative;
overflow: hidden;
}

.btn-process::after, .btn-proforma::after, .btn-continue::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
    90deg, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0.2) 50%, 
    rgba(255, 255, 255, 0) 100%
);
transition: all 0.5s ease;
}

.btn-process:hover {
background: linear-gradient(135deg, #4a7ae4, #061c71);
transform: translateY(-3px) scale(1.01);
box-shadow: 0 8px 20px rgba(90, 138, 244, 0.3);
}

.btn-proforma:hover {
background: #e9ecef;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.btn-continue:hover {
background: #f8f9fa;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.btn-process:hover::after, .btn-proforma:hover::after, .btn-continue:hover::after {
left: 100%;
}

.process-amount {
font-size: 1.1rem;
font-weight: 700;
}

.hide {
display: none;
}

.responsive-width {
width: 100%; /* Para móviles */
}

@media (min-width: 768px) { /* A partir de tablets y pantallas más grandes */
.responsive-width {
    max-width: 90%;
}
}

.nav-item{margin: 5px 0px !important;} /* 3 de marzo del 2025 ByYU */

/* Estilos para la sección de métodos de pago */
.payment-methods-section {
background: white;
border-radius: 12px;
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
transition: all 0.3s ease;
position: relative;
}

.payment-methods-section:hover {
box-shadow: 0 8px 16px rgba(90, 138, 244, 0.1);
transform: translateY(-2px);
}

.payment-methods-title {
font-weight: 600;
color: #2c3e50;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
display: flex;
align-items: center;
}

.payment-methods-title i {
color: #5a8af4;
margin-right: 8px;
}

.payment-methods-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
gap: 12px;
margin-bottom: 15px;
}

.payment-method-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 12px 8px;
border-radius: 8px;
background: #f8f9fa;
transition: all 0.2s ease;
cursor: pointer;
}

.payment-method-card:hover {
background: #edf2ff;
transform: translateY(-3px);
}

.payment-method-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: white;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.payment-method-icon i {
font-size: 18px;
color: #5a8af4;
}

.payment-method-name {
font-size: 12px;
font-weight: 500;
color: #555;
}

.payment-security-badges {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 15px;
padding-top: 15px;
border-top: 1px dashed #eaeaea;
}

.security-badge {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #666;
}

.security-badge i {
color: #27ae60;
}

@media (max-width: 768px) {
.payment-methods-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* Ajustes para móvil */
.sticky-container {
    position: relative;
    max-height: none;
    overflow-y: visible;
}

.order-summary,
.payment-methods-section {
    position: relative;
    top: 0;
}
}
@media (max-width: 767px) {
.content-to-render-product-item {
    width: 100% !important;
}
}
.combo-card {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
margin: 4px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
background-color: #fff;
width: 250px;
height: 371px;
display: flex;
flex-direction: column;
}

.combo-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.combo-image {
height: 180px;
background-size: cover;
background-position: center;
position: relative;
}

.combo-price {
position: absolute;
top: 10px;
right: 10px;
background-color: #E53935;
color: white;
padding: 6px 12px;
border-radius: 21px 0px 16px 0px;
font-weight: bold;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
text-align: right;
}

.combo-price-regular {
font-size: 17px;
margin: 0;
line-height: 1.2;
}

.combo-price-saving {
font-size: 13px;
margin: 0;
text-decoration: line-through;
opacity: 0.85;
line-height: 1.2;
}

.combo-content {
padding: 12px;
height: calc(100% - 180px);
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
}

.combo-title {
font-size: 16px;
font-weight: 600;
margin-bottom: 4px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.combo-description {
font-size: 13px;
color: #666;
margin-bottom: 8px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.combo-products {
display: flex;
flex-wrap: wrap;
gap: 4px;
max-height: 86px;
overflow-y: auto;
}

.combo-product-tag {
font-size: 11px;
padding: 3px 6px;
border-radius: 4px;
background-color: #f1f1f1;
color: #333;
display: inline-block;
margin-bottom: 3px;
}

.combo-add-btn {
position: absolute;
bottom: 12px;
right: 12px;
background-color: #1a73e8;
color: white;
border: none;
border-radius: 20px;
padding: 6px 12px;
font-weight: 500;
display: flex;
align-items: center;
gap: 4px;
transition: background-color 0.3s ease;
cursor: pointer;
}

.combo-add-btn:hover {
background-color: #0d5ccc;
}

.chronometer-container {
margin-top: 6px;
font-size: 13px;
color: #c60000;
font-weight: 500;
}

@media (max-width: 768px) {
.combo-card {
    width: 46vw;
    max-width: none;
    height: 348px;
}

.combo-image {
    height: 160px;
}

.combo-content {
    height: calc(100% - 160px);
}
}
.content_price {
width: auto; 
height: auto; 
border-left:4px solid #fff; 
border-top:4px solid #fff; 
border-bottom: 4px solid #fff;
padding: 3px 10px 3px 20px;

background: #64952b;
margin-top: 10px;
-webkit-border-top-left-radius: 98px;
-webkit-border-bottom-left-radius: 98px;
-moz-border-radius-topleft: 98px;
-moz-border-radius-bottomleft: 98px;
border-top-left-radius: 98px;
border-bottom-left-radius: 98px;

color: #fff;
font-size: 25px;
text-align: right;
}
.content_price_saving {
text-decoration:line-through;
font-size:15px;
font-weight: bold;
padding: 0;
line-height: 5px;
margin: 0;
margin-bottom:10px;
}
.card-combo-item:last-child {
/*margin-bottom: 60px;*/
}

.btn_add_product {
/*box-shadow: 0px 3px 4px -1px #a8a8a8;*/
border: 1px #51cd93 solid;
background:linear-gradient(to bottom, #fff 5%, #fff 100%);
background-color:#f0f0f0;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#51cd93;
padding:3px 7px;
/*padding:5px 27px;*/
text-decoration:none;
font-weight: bold;
}
.btn_add_product:hover {
/*background:linear-gradient(to bottom, #ffffff 5%, #f0f0f0 100%);*/
background-color:#ffffff;
}
.btn_add_product:before{
vertical-align: top;
padding: 8px 13px 6px;
}
.social_networks a i {
font-size: 26px;
margin: 5px;
color: #6c6c6c;
}
.fa-facebook-square-color{
color: #4064AD !important;
}
.fa-twitter-square-color{
color: #1C9CEB !important;
}
.fa-instagram-color{
color:  #DB6757 !important;
}

.fa-linkedin-square-color{
color: #02639F !important;
}

.fa-tumblr-square-color{
color: #304155  !important;
}
.fa-pinterest-square-color{
color: #C51F26 !important;
}

.fa-google-plus-square-color{
color: #D64633 !important;
}

.dropdown:hover>.dropdown-menu {display: block;}
.separator {display: flex;align-items: center;text-align: center;}
.separator strong, .separator span{font-size: 18px;}
.separator::before, .separator::after {content: '';flex: 1;border-bottom: 1px solid #e4e4e4;}
.separator::before {margin-right: .50em;}
.separator::after {margin-left: .50em;}

.icons-dropdowm-profile{
border-radius: 100px;
padding: 9px;

}
.icons-options {position: absolute;right: 0;margin: 14px;}
.nav-link-item{color: #4d4d4d !important;margin: 0;}

.a-logout {
color: #666 !important;
text-decoration: none;
}
.triangle_up {
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #fff;
position: absolute;
right: 0;
top: -15px;
margin-right: 14px;
}

.header_phone i{
float: left;
margin-top: 0px;
margin-right: 5px;
font-size: 18px;
}
.header_phone span {
color:rgb(15, 36, 103);
display: block;
font-size: 18px;
font-weight: 515;
}
.header_phone {
display: inline-block;
/*        float: left;*/
font-size: 13px;
height: 30px;
text-align: left;
}

.topnav {
overflow: hidden;
/* background-color: #2f333a; */
}

.topnav a {
float: left;
display: block;
/* color: #f2f2f2; */
color: #000;
text-align: center;
padding: 8px 16px;
text-decoration: none;
font-size: 17px;
}

.topnav a:hover {
/* background-color: #ddd; */
/* color: black; */
color: rgb(28, 79, 247);
}
.topnav .icon {
display: none;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
@media (min-width: 768px) { /* ByYU 19 de febrero del 2025 */
.col_new {
    flex: 0 0 54% !important;
}
}



.lighter-text {
color: rgb(171, 176, 190);
}
.main-color-text {
color: rgb(99, 148, 248);
}
.container-shopping-cart {
margin: auto;
width: 80%;
}
.badge-shopping-cart {
background-color: rgb(99, 148, 248);
border-radius: 15px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
color: rgb(255, 255, 255);
display: inline-block;
font-size: 12px;
height: 25px;
line-height: 1;
padding: 6px 7px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
width: 25px;
float: left;
}
.shopping-cart {
background: rgb(255, 255, 255) none repeat scroll 0 0;
border-radius: 3px;
float: right;
margin: 4px 0;
padding: 20px;
position: absolute;
width: 320px;
z-index: 100;
right: 0;
cursor: default !important;
-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}
.shopping-cart ul{
text-decoration: none;
list-style: none;
overflow-y: auto;
max-height: 240px;
}
.shopping-cart ul li{
text-align: left;
}
.shopping-cart .shopping-cart-header {
border-bottom: 1px solid rgb(232, 232, 232);
padding-bottom: 15px;
}
.shopping-cart-header{min-height: 29px;}
.shopping-cart .shopping-cart-header .shopping-cart-total {
float: right;
}
.shopping-cart .shopping-cart-items {
padding-top: 14px;
}
.shopping-cart .shopping-cart-items li {
padding-top: 8px;
padding-bottom: 8px;
}
.shopping-cart .shopping-cart-items .item-name {
display: block;
font-size: 16px;
padding-top: 0px;
line-height: 14px;
overflow: hidden;
text-overflow: ellipsis;
/* display: -webkit-box; */
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.shopping-cart .shopping-cart-items .item-price {
color: rgb(99, 148, 248);
font-size: 12px;
margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
color: rgb(171, 176, 190);
font-size: 13px;
}
.shopping-cart::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
border-image: none;
border-style: solid;
border-width: 8px;
bottom: 100%;
content: " ";
height: 0;
left: 89%;
margin-left: -8px;
pointer-events: none;
position: absolute;
width: 0;
}
.cart-icon {
color: rgb(81, 87, 131);
float: left;
font-size: 24px;
margin-right: 7px;
}
.button-shopping-cart {
background: rgb(99, 148, 248) none repeat scroll 0 0;
border-radius: 30px;
box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.15);
color: rgb(255, 255, 255);
display: block;
font-size: 16px;
margin: 25px 0 15px;
padding: 12px;
text-align: center;
text-decoration: none;
}
.button-shopping-cart:hover {
background: rgb(114, 158, 249) none repeat scroll 0 0;
color: #fff0ff !important;
}
.clearfix::after {
clear: both;
content: "";
display: table;
}
.shopping-cart-item:hover{
background: rgb(232, 232, 232) none repeat scroll 0 0;
border-radius: 15px; /* ByYU 7 de febrero del 2025 */
}
.shopping-cart-item-remove{
float: right;
margin-right: 4px;
font-size: 24px;
cursor: pointer;
color: #626262;
}
.reg_hover:hover{
background:#f8f8f8;
border: 1px solid #112d5a;
color: #112d5a;
}
.reg_hover_sess:hover{
background: #112d5a !important;
}

/*JB 29-07-2024*/
.dropdown_categories{
border-radius: 25px !important;
padding: 8px 20px !important; /* ByYU 13 de febrero del 2025 */
margin-top: 10px; /* ByYU 13 de febrero del 2025 */
background: none;
border: none;
display: flex; /* ByYU 12 de febrero del 2025 */
align-items: center; /* ByYU 12 de febrero del 2025 */
gap: 8px; /* ByYU 12 de febrero del 2025 */
transition: background 0.3s ease; /* ByYU 12 de febrero del 2025 */
}
.dropdown_categories:hover{
background: rgba(19, 72, 147, 0.1); /* ByYU 12 de febrero del 2025 */
}

.img_categories_modal{
max-height: 50px; 
border-radius:50px;
padding-right: 15px !important;
}
.scrolable{ /*Para reutilizar*/
overflow-y: auto;
}
.pointer{/*Para reutilizar*/
cursor:pointer;
}
.categorie-dropdown-container{ /* ByYU 12 de febrero del 2025 */
padding: 0px 8px;
display: flex;
align-items: center;
transition: background 0.2s ease;
}
.categorie-dropdown-container:hover{
background: rgba(0, 0, 0, 0.05);
}
.category_img{ /* ByYU 12 de febrero del 2025 */
width: 48px !important;
height: 48px !important;
border-radius: 8px;
object-fit: cover;
margin-top: 3px; /* ByYU 19 de febrero del 2025 */
margin-bottom: 3px; /* ByYU 19 de febrero del 2025 */
}
.categorie-dropdown-container span{ /* ByYU 12 de febrero del 2025 */
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px;
display: block;
}
.dropdown-divider{ /* ByYU 12 de febrero del 2025 */
opacity: 0.1;
}
/* Estilizar scrollbar */
.menu_categories::-webkit-scrollbar {
width: 6px; /* ByYU 12 de febrero del 2025 */
}
.menu_categories::-webkit-scrollbar-track {
background: transparent; /* ByYU 12 de febrero del 2025 */
}
.menu_categories::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2); /* ByYU 12 de febrero del 2025 */
border-radius: 3px;
}
.menu_categories::-webkit-scrollbar-thumb:hover { /* ByYU 12 de febrero del 2025 */
background: rgba(0, 0, 0, 0.3);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #134893;
border-color: transparent !important;
}
/*1001 1500 nada 1501 2050 16em  */
@media (min-width: 1001px) and (max-width: 1500px) {
.nav-web-links-search-control{padding-left:0 !important}
}
@media (min-width: 1501px) and (max-width: 2050px) {
.nav-web-links-search-control{padding-left:13rem !important} /* ByYU 19 de febrero del 2025 */
}
/*JB 29-07-2024*/
/* Estilos para el panel de subcategorías ByYU 19 de febrero del 2025 */

.subcategories-body {
max-height: 320px;
overflow-y: auto;
padding: 8px;
}
.subcategory-item {
padding: 8px 12px;
display: flex;
align-items: center;
cursor: pointer;
transition: all 0.2s ease;
border-radius: 8px;
margin-bottom: 4px;
}
.subcategory-item:last-child {
margin-bottom: 0;
}
.subcategory-item:hover {
background: rgba(0, 0, 0, 0.05);
transform: translateX(4px);
}

.subcategory-item img {
width: 32px;
height: 32px;
border-radius: 8px;
margin-right: 10px;
object-fit: cover;
}

.has-subcategories {
position: relative;
padding-right: 40px !important;
}

.subcategories-toggle i {
font-size: 16px;
transition: transform 0.3s ease;
}
.has-subcategories.active .subcategories-toggle i {
transform: rotate(180deg);
}
/* Estilizar scrollbar para subcategorías */
.subcategories-body::-webkit-scrollbar {
width: 4px;
}
.subcategories-body::-webkit-scrollbar-track {
background: transparent;
}
.subcategories-body::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 2px;
}
.subcategories-body::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.3);
}
/* Contenedor principal */
.container-shopping-cart {
position: relative;
display: inline-block;
}

/* Carrito flotante */
.shopping-cart {
width: 320px;
background: #fff;
position: absolute;
top: 50px;
right: 0;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
padding: 15px;
display: none;
z-index: 1000;
}

/* Header del carrito */
.shopping-cart-header {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 2px solid #eee;
padding-bottom: 10px;
}

/* Ícono del carrito */
.cart-icon {
font-size: 24px;
color: #333;
margin-right: 8px;
}

/* Badge del contador */
.badge-shopping-cart {
display: inline-flex;
justify-content: center;
align-items: center;
min-width: 24px;
height: 24px;
background: #ff6b6b;
color: white;
font-size: 14px;
font-weight: bold;
border-radius: 50%;
text-align: center;
padding: 4px;
margin-right: auto;
}

.shopping-cart-items {
max-height: 250px;
overflow-y: auto;
list-style: none;
padding: 0;
margin: 10px 0;
}

.shopping-cart-item {
display: flex;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #eee;
position: relative;
}

.shopping-cart-item img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 8px;
background: #f5f5f5;
}

.shopping-cart-item-details {
flex: 1;
padding-left: 10px;
display: flex;
flex-direction: column;
}

.item-name {
font-weight: bold;
font-size: 14px;
color: #333;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 180px;
cursor: pointer;
}

/* Precio y cantidad */
.item-price {
color: #28a745;
font-weight: bold;
font-size: 14px;
}

.item-quantity {
font-size: 12px;
color: #777;
}

.shopping-cart-item-remove {
color: #626262;
font-size: 18px;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
}

.button-shopping-cart {
display: block;
text-align: center;
background: linear-gradient(135deg, rgb(99, 148, 248), rgb(20, 60, 160));
color: white;
padding: 10px;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
transition: background 0.3s ease;
}

.button-shopping-cart:hover {
background: linear-gradient(135deg, rgb(40, 100, 220), rgb(20, 60, 160));
}
* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix {
clear:both;
}

.text-center {text-align:center;}

a {
/* color: tomato; */
text-decoration: none;
}

a:hover {
color: #2148f3;
}

pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #F5F5F5;
border: 1px solid #CCC;
border-radius: 4px;
}

.header {
padding:20px 0;
position:relative;
margin-bottom:10px;

}

.header:after {
content:"";
display:block;
height:1px;
background:#eee;
position:absolute; 
left:30%; right:30%;
}

.header h2 {
font-size:3em;
font-weight:300;
margin-bottom:0.2em;
}

.header p {
font-size:14px;
}

.success-box {
margin:20px 0;
padding:10px 10px;
border:1px solid #eee;
background:#f9f9f9;
}

.success-box img {
margin-right:10px;
display:inline-block;
vertical-align:top;
}

.success-box > div {
vertical-align:top;
display:inline-block;
color:#888;
}

/* Rating Star Widgets Style */
.rating-stars ul {
list-style-type:none;
padding:0;
margin: 0;
-moz-user-select:none;
-webkit-user-select:none;
}

.rating-stars ul > li.i {
display:inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.i {
font-size:1.8em; /* Reduced size of the stars */
color:#ccc;
}

/* Hover state of the stars */
.rating-stars ul > li.hover i{
color:#d58d1c;
}

#stars{
width: auto;
margin: 0px;
display: inline-flex;
}

/* Selected state of the stars */
.rating-stars ul > li.selected i{
color: #198D19 !important
}

/* Compact opinion section */
.rating-container {
background: white;
border-radius: 8px;
padding: 10px !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
margin-bottom: 10px;
}

.rating-stars .star {
cursor: pointer;
transition: all 0.2s ease;
margin: 0 2px; /* Reduced margins */
}

.rating-stars .star:hover {
transform: scale(1.1);
}

.rating-stars .star.selected i {
color: #2ECC92 !important;
}

#save_review_product,
#edit_review_product {
padding: 2px 10px !important;
font-size: 12px !important;
}

#save_review_product:hover,
#edit_review_product:hover {
background-color: #28B982 !important;
transform: translateY(-1px);
}

#review_product {
min-height: 60px; /* Reduced height */
font-size: 13px !important;
}

#review_product:focus {
border-color: #2ECC92;
box-shadow: 0 0 0 0.2rem rgba(46,204,146,0.25);
outline: none;
}

/* Mensaje compacto para usuarios no autenticados o que no han comprado */
.opinion-notice {
display: flex;
align-items: center;
font-size: 13px;
color: #666;
margin: 5px 0;
padding: 5px 10px;
background: #f9f9f9;
border-radius: 6px;
}

.opinion-notice i {
margin-right: 5px;
color: #999;
}

/* Container compacto */
.compact-opinion-container {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 0;
}

.compact-stars-container {
display: inline-flex;
align-items: center;
}

.opinion-label {
font-size: 14px;
font-weight: 500;
margin-right: 8px;
color: #555;
}

#elemento-destino{
font-size:2em;
padding-top:5px;
}

.emoji{
display:inline-block;
vertical-align:middle;
width: 60px;
height: 60px;
background: url(https://s-media-cache-ak0.pinimg.com/236x/e9/b3/13/e9b313c5bad0465c6ee1cb51b06e9e2d.jpg);
}

.emoji.lengua{
background-position: 0px 0px;
}

.emoji.XD{

background-position: 0px 180px;
}

.emoji.smile{
background-position: 60px 0px;
}
.icon-delivery-method {
font-size: 50px;
color: #fff;
background: black;
border-radius: 40px;
padding: 12px;
}

.degrade-trans{
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.breadcrumb-content{display: inline-block;}
.breadcrumb-content a{color: #666666;font-size: 16px;transition: all 0.3s ease;}

.breadcrumb-content > i{margin: 0px 12px;color: #666666;font-size: 14px;}
.breadcrumb-content a.bc-selected{background-color: #f5f5f5;padding: 6px 12px;border-radius: 5px;}


.nav-web-links-search{display: none !important;}

/* Estilos generales mejorados */
.contact-section {
padding: 60px 56px;
position: relative;
background-image: radial-gradient(circle at 10% 20%, var(--light-color) 0%, transparent 20%),
                  radial-gradient(circle at 90% 80%, var(--light-color) 0%, transparent 20%);
background-attachment: fixed;
border-radius: 15px;
}

.title-container {
position: relative;
padding-bottom: 20px;
margin-bottom: 25px;
}

.section-heading {
margin-bottom: 0;
position: relative;
color: var(--main-color);
font-weight: 700;
letter-spacing: -0.5px;
display: inline-block;
background: var(--gradient-primary);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
text-shadow: 1px 1px 2px rgba(255,255,255,0.1);
}

.title-container:after {
content: '';
width: 100px;
height: 4px;
background: var(--gradient-primary);
position: absolute;
bottom: 0;
left: 0;
border-radius: 4px;
}

/* Formulario de contacto mejorado */
.contact-form {
background: #ffffff;
padding: 40px;
border-radius: 15px;
box-shadow: 0 8px 30px rgba(0,0,0,0.1);
transition: all 0.5s ease;
transform: translateY(0);
position: relative;
z-index: 1;
overflow: hidden;
}

.contact-form:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 200px;
height: 200px;
background: var(--gradient-secondary);
border-radius: 50%;
opacity: 0.3;
transform: translate(50%, -50%);
z-index: -1;
}

.contact-form:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 150px;
height: 150px;
background: var(--gradient-secondary);
border-radius: 50%;
opacity: 0.2;
transform: translate(-30%, 30%);
z-index: -1;
}

.contact-form:hover {
box-shadow: 0 15px 50px rgba(0,0,0,0.15);
transform: translateY(-5px);
}

.form-group {
margin-bottom: 25px;
position: relative;
}

.input-group-text {
background-color: var(--light-color);
border-color: transparent;
color: var(--main-color);
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
padding: 0.8rem 1.2rem;
font-size: 18px;
transition: all 0.3s ease;
}

.form-control {
border: 1px solid #e9ecef;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
padding: 15px 20px;
font-size: 15px;
transition: all 0.3s ease;
box-shadow: none;
}

.form-control:focus {
border-color: var(--main-color);
box-shadow: 0 0 0 0.2rem var(--light-color);
}

.form-control::placeholder {
color: #adb5bd;
opacity: 0.7;
}

/* Botón de enviar */
.btn-submit {
background: var(--gradient-primary);
color: #ffffff;
border: none;
border-radius: 12px;
padding: 15px 30px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
transition: all 0.4s ease;
width: 100%;
position: relative;
overflow: hidden;
z-index: 1;
}

.btn-submit:before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.2);
transition: all 0.4s ease;
z-index: -1;
}

.btn-submit:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px var(--light-color);
}

.btn-submit:hover:before {
left: 100%;
}

.btn-submit i {
margin-right: 8px;
animation: pulse 2s infinite;
}

@keyframes pulse {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}

/* Tarjetas de información de contacto */
.contact-info-card {
background-color: #ffffff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 8px 30px rgba(0,0,0,0.1);
margin-bottom: 20px;
transition: all 0.5s ease;
transform: translateY(0);
}

.contact-info-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.contact-header {
background: var(--gradient-primary);
padding: 25px;
display: flex;
align-items: center;
color: #ffffff;
}

.contact-header-icon {
font-size: 32px;
color: #ffffff;
margin-right: 20px;
padding: 15px;
border: 2px solid rgba(255,255,255,0.3);
border-radius: 50%;
height: 80px;
width: 80px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255,255,255,0.1);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
animation: float 3s ease-in-out infinite;
}

@keyframes float {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0);
}
}

.contact-header-text h6 {
color: #ffffff;
font-size: 28px;
font-weight: 700;
margin-bottom: 5px;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contact-header-text p {
color: rgba(255,255,255,0.9);
margin: 0;
font-size: 16px;
}

.contact-info-item {
padding: 20px 25px;
transition: all 0.3s ease;
border-bottom: 1px solid #f1f1f1;
display: flex;
align-items: center;
}

.contact-info-item:last-child {
border-bottom: none;
}

.contact-info-item:hover {
background: var(--light-color);
transform: translateX(8px);
}

.contact-info-icon {
font-size: 28px;
color: var(--main-color);
margin-right: 20px;
min-width: 50px;
text-align: center;
transition: all 0.3s ease;
}

.contact-info-item:hover .contact-info-icon {
transform: scale(1.2);
}

.contact-info-text h6 {
font-size: 18px;
font-weight: 600;
color: var(--main-color);
margin-bottom: 5px;
}

.contact-info-text p {
margin: 0;
color: #6c757d;
font-size: 15px;
word-break: break-word;
}

.contact-info-link {
display: block;
color: inherit;
text-decoration: none;
}

.contact-info-link:hover {
text-decoration: none;
}

/* Mapa */
.contact-map {
position: relative;
overflow: hidden;
border-radius: 15px;
margin: 25px 5px;
}

.map-container {
position: relative;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#googleMap {
width: 100%;
height: 250px;
border-radius: 15px;
transition: all 0.3s ease;
}

.map-overlay {
position: absolute;
top: 10px;
right: 10px;
background: var(--main-color);
color: white;
padding: 6px 12px;
border-radius: 30px;
font-size: 12px;
font-weight: 600;
box-shadow: 0 3px 10px rgba(0,0,0,0.2);
z-index: 1;
}

.map-overlay i {
margin-right: 5px;
}

/* Responsividad mejorada */
@media (max-width: 991px) {
.contact-form {
    margin-bottom: 40px;
    padding: 30px;
}

.section-heading {
    text-align: center;
}

.section-heading:after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {
.contact-section {
    padding: 40px 0;
}

.contact-header-icon {
    height: 60px;
    width: 60px;
    font-size: 24px;
}

.contact-header-text h6 {
    font-size: 22px;
}
}

@media (max-width: 576px) {
.contact-form, .contact-info-card {
    border-radius: 10px;
}

.contact-form {
    padding: 25px 20px;
}

.contact-header {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
}

.contact-header-icon {
    margin-right: 0;
    margin-bottom: 15px;
}

.input-group-text {
    padding: 0.7rem 1rem;
}

.form-control {
    padding: 12px 15px;
}
}

/* Animaciones */
.animate__animated {
animation-duration: 1s;
}

.delay-1 {
animation-delay: 0.2s;
}

.delay-2 {
animation-delay: 0.4s;
}

.delay-3 {
animation-delay: 0.6s;
}
/* Estilos para los métodos de pago */
.payment-methods-section {
background: #fff;
border-radius: 12px;
padding: 15px;
margin-top: 20px;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}

.payment-methods-section:hover {
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.payment-methods-title {
color: #333;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
}

.payment-methods-title i {
margin-right: 5px;
}

.payment-methods-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 15px;
justify-content: center;
}

.payment-method-card {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px;
border-radius: 8px;
background: #f8f9fa;
min-width: 80px;
transition: all 0.3s ease;
}

.payment-method-card:hover {
background: #f1f1f1;
transform: translateY(-2px);
}



.payment-method-name {
font-size: 12px;
color: #666;
text-align: center;
}

.payment-security-badges {
display: flex;
justify-content: space-around;
margin-top: 15px;
padding-top: 15px;
border-top: 1px dashed #eee;
}

.security-badge {
display: flex;
align-items: center;
font-size: 13px;
color: #000000;
}

.security-badge i {
margin-right: 5px;
}

@media (max-width: 576px) {
.payment-methods-grid {
    justify-content: center;
}

.payment-method-card {
    min-width: 70px;
    padding: 8px;
}

.payment-security-badges {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
}
@media (min-width: 992px) {
.col-lg-9 {
    flex: 0 0 82%;
    max-width: 82%;
}
}
.custom_card_favorite {
float: left;
margin-right: 20px;
font-size: 24px;
color: #333;
line-height: 62px;
font-weight: 700;
padding-left: 0;
text-transform: Uppercase;
}
.content_price_full {
width: auto; 
height: auto; 
border-left:4px solid #fff; 
border-top:4px solid #fff; 
border-bottom: 4px solid #fff;
padding: 3px 10px 3px 20px;

background: #64952b;
margin-top: 10px;
-webkit-border-top-left-radius: 98px;
-webkit-border-bottom-left-radius: 98px;
-moz-border-radius-topleft: 98px;
-moz-border-radius-bottomleft: 98px;
border-top-left-radius: 98px;
border-bottom-left-radius: 98px;

color: #fff;
font-size: 25px;
text-align: right;
}
.content_price_saving_full {
text-decoration:line-through;
font-size:15px;
font-weight: bold;
padding: 0;
line-height: 5px;
margin: 0;
margin-bottom:10px;
}
.btn_add_product_full {
border: 1px #51cd93 solid;
background:linear-gradient(to bottom, #fff 5%, #fff 100%);
background-color:#f0f0f0;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#51cd93;
padding:3px 7px;
text-decoration:none;
font-weight: bold;
}
.btn_add_product_full:hover {
background-color:#ffffff;
}
.btn_add_product_full:before{
vertical-align: top;
padding: 8px 13px 6px;
}

.color-not-favorite_full{
color:#ffaeae !important;
}

.custom_card_popular{
float: left;
margin-right: 20px;
font-size: 24px;
color: #333;
line-height: 62px;
font-weight: 700;
padding-left: 0;
text-transform: Uppercase;
}

