/* =======================================================================
    Hoja de estilos consolidada de Lumiland (style.min.css)
    Encabezados solo para organización visual. No se cambia el orden.
    Guía de secciones:
    - [UTILIDADES]
    - [ENCABEZADO Y NAVEGACIÓN]
    - [CARRITO] Mini-carrito (encabezado)
    - [LISTADO DE PRODUCTOS]
    - [DETALLE DE PRODUCTO]
    - [CHECKOUT]
    - [CARRITO] Página de carrito Amazon
    - [PAGO EXITOSO]
    - [PAGO FALLIDO]
    - [PQR Administración/Público]
    - [UsuariosAdm Restablecer contraseña]
    - [CAMBIAR CONTRASEÑA]
    - [INICIO DE SESIÓN]
    - [WIDGETS / VARIOS]
    - [PIE Y BASE LEGADA]
    ======================================================================= */
/* ----------------------------------------------------------------------- */
.footer-social-icon{width:2.5em;vertical-align:middle;padding-right:8px}
.orders-container{padding-top:30px;padding-bottom:40px}
.orders-title{margin-bottom:20px}
.d-none{display:none!important}
.is-hidden{display:none}
.notif-icon{font-size:1.2rem;flex-shrink:0}
/* Estilos del modal de perfil extraídos de Header (inline) */
.initially-hidden{display:none;visibility:hidden}
.perfil-modal{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.15)}
.perfil-modal-header{background:#f6f6f6;border-bottom:1px solid #e5e5e5;border-radius:8px 8px 0 0;padding:20px 30px}
.perfil-modal-title{color:#434343;font-weight:700;font-size:1.3rem;font-family:'Lato',sans-serif;display:flex;align-items:center}
.perfil-modal-title-icon{margin-right:10px;font-size:1.4rem;color:#7DC4ee}
.perfil-btn-close{opacity:.7;transition:opacity .3s ease}
.perfil-btn-close:hover{opacity:1}
.perfil-modal-body{background:#fff;padding:40px}
.perfil-modal-loading{color:#666;font-size:1rem;padding:40px 0}
.perfil-spinner{color:#7DC4ee;margin-right:10px}

/* Bloque de vista de perfil */
.perfil-field{background:#f6f6f6;border:1px solid #e5e5e5;border-radius:5px;padding:15px;transition:all .3s ease}
.perfil-field-header{display:flex;align-items:center;margin-bottom:8px}
.perfil-field-icon{color:#7DC4ee;margin-right:8px;font-size:1.1rem}
.perfil-field-label{color:#434343;font-weight:700;font-size:.85rem;margin:0;text-transform:uppercase}
.perfil-field-value{color:#666;font-size:1rem;padding-left:25px}
.perfil-primary-btn{background:#7DC4ee;color:#fff;border:none;border-radius:5px;padding:10px 30px;font-weight:700;font-size:14px;text-transform:uppercase;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.perfil-primary-btn:hover{background:#5fb4e7}
.perfil-btn-icon{font-size:16px}

/* Modo de edición de perfil */
.mb-20{margin-bottom:20px}
.perfil-edit-label{color:#434343;font-weight:700;font-size:12px;text-transform:uppercase;margin-bottom:5px;display:block}
.perfil-edit-label-icon{margin-right:5px;color:#7DC4ee}
.perfil-edit-input{background:#f6f6f6;border:1px solid #ddd;border-radius:5px;color:#666;height:40px;padding:0 20px;font-size:14px;transition:all .3s ease;width:100%;outline:none}
.perfil-edit-input:focus{border-color:#7DC4ee;background:#fff}
.perfil-edit-static{background:#f6f6f6;border:1px solid #ddd;border-radius:5px;color:#999;height:40px;padding:10px 20px;font-size:14px;font-style:italic}
.perfil-secondary-btn{background:#f6f6f6;color:#666;border:1px solid #ddd;border-radius:5px;padding:10px 20px;font-weight:700;font-size:14px;text-transform:uppercase;transition:all .3s ease;cursor:pointer}
.perfil-secondary-btn:hover{background:#e9ecef}
.perfil-btn-icon-left{margin-right:5px}
/* ===== [PIE Y BASE LEGADA] ===== */
/* ----------------------------------------------------------------------- */
body, html {
    height: 100%
}

/* ===== [UTILIDADES] ===== */
/* ----------------------------------------------------------------------- */
/* === Clases utilitarias pequeñas (seguras, mínimas) === */
.mr-8 { margin-right: 8px !important; }
.fw-600 { font-weight: 600 !important; }
.text-success-600 { color: #4caf50 !important; }
.text-danger-600 { color: #f44336 !important; }
.flex-align-center { display: flex !important; align-items: center !important; }
.mt-2px { margin-top: 2px !important; }
.text-center { text-align: center !important; }
.fw-700 { font-weight: 700 !important; }
.mt-10 { margin-top: 10px !important; }
.mt-12 { margin-top: 12px !important; }
.fw-500 { font-weight: 500 !important; }
.rounded-12 { border-radius: 12px !important; }
.overflow-hidden { overflow: hidden !important; }
.nowrap { white-space: nowrap !important; }
.fs-20 { font-size: 20px !important; }
.w-110 { width: 110px !important; }
.w-140 { width: 140px !important; }
.w-170 { width: 170px !important; }
.cursor-pointer { cursor: pointer !important; }
.no-margin{margin:0!important}
.muted-note{color:#6c757d!important}
.img-40{width:40px!important;height:40px!important}
.sr-nocount-img{display:none!important}
.flex-between-center{display:flex;justify-content:space-between;align-items:center}
.mb-8{margin-bottom:8px}
.my-6{margin-top:6px;margin-bottom:6px}
.gap-8{gap:8px}
.text-black{color:#000}
.w-100px{width:100px}
.text-primary-700{color:#0b5ed7}
.cursor-pointer{cursor:pointer}
.action-icons{display:flex;justify-content:center;gap:8px}
.editing-indicator{color:#0b5ed7}
th.sortable{cursor:pointer}

/* ===== [ENCABEZADO Y NAVEGACIÓN] ===== */
/* ----------------------------------------------------------------------- */
/* === Utilitarios y componentes del encabezado === */
.logo-img { max-height: 90px !important; }
.inline-rel { display: inline-block !important; position: relative !important; vertical-align: middle !important; }
.header-search-input { min-width: 220px !important; max-width: 320px !important; display: inline-block !important; }
#headerSearchSuggestions.header-search-suggestions { position: absolute !important; right: 0 !important; top: 100% !important; margin-top: 6px !important; width: 320px !important; max-height: 260px !important; overflow: auto !important; display: none; z-index: 100000; }
.mini-cart-title { margin: 0 !important; color: #0f1111 !important; font-size: 16px !important; font-weight: 600 !important; padding: 15px 20px 10px !important; }
.mini-cart-products { max-height: 300px !important; overflow-y: auto !important; }
.mini-cart-empty { display: none; text-align: center; padding: 20px; }
.mini-cart-empty-icon { font-size: 36px; color: #ccc; margin-bottom: 10px; }
.mini-cart-empty-text { color: #565959; margin: 0; font-size: 14px; }
.mini-cart-summary { border-top: 1px solid #eee; padding: 15px 20px; background: #f8f9fa; }
.cart-summary-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.cart-summary-subtotal-text { color: #565959; font-size: 14px; }
.cart-summary-amount { color: #0f1111; font-weight: 600; font-size: 16px; }
.mini-cart-action { margin-top: 15px; }
.mini-cart-view-link { display: block; background: #eee; border: 1px solid #39a5e5; color: #0f1111; text-decoration: none; text-align: center; padding: 8px 12px; border-radius: 8px; font-size: 13px; font-weight: 500; margin-bottom: 8px; transition: all 0.2s ease; }
.mini-cart-view-link:hover { background: #7dc4ee; border-color: #39a5e5; color: #0f1111; }

/* Ícono de cuenta - Estilo original restaurado */
.account-icon {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.account-icon:hover {
    color: #39a5e5 !important;
    text-decoration: none !important;
}

.account-icon:focus {
    outline: none !important;
    color: #39a5e5 !important;
}

.account-icon i {
    font-size: inherit !important;
    margin: 0 !important;
}

/* Menú desplegable moderno */
.dropdown-menu {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(57, 165, 229, 0.2) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    padding: 8px !important;
    margin-top: 8px !important;
    min-width: 200px !important;
    animation: dropdownFadeIn 0.2s ease !important;
    transform-origin: top right !important;
    right: -20px !important;
    left: auto !important;
}

/* Animación para el fade-in del dropdown */
@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 32px;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(57, 165, 229, 0.2);
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    backdrop-filter: blur(10px);
}

/* Elementos del dropdown */
.dropdown-item {
    color: #333 !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    margin-bottom: 4px !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    border: none !important;
    background: transparent !important;
}

/* Hover de elementos del dropdown */
.dropdown-item:hover {
    background: linear-gradient(135deg, rgba(125, 196, 238, 0.1) 0%, rgba(57, 165, 229, 0.15) 100%) !important;
    color: #39a5e5 !important;
    transform: translateX(3px) !important;
    text-decoration: none !important;
}

/* Activo de elementos del dropdown */
.dropdown-item:active {
    background: linear-gradient(135deg, rgba(125, 196, 238, 0.2) 0%, rgba(57, 165, 229, 0.25) 100%) !important;
    color: #2a8fd1 !important;
}

/* Último elemento del dropdown */
.dropdown-item:last-child {
    margin-bottom: 0 !important;
    border-top: 1px solid rgba(57, 165, 229, 0.1) !important;
    margin-top: 8px !important;
    padding-top: 12px !important;
}

/* Iconos dentro del dropdown */
.dropdown-item i {
    font-size: 16px !important;
    opacity: 0.8 !important;
    transition: opacity 0.2s ease !important;
}

/* Hover de iconos en el dropdown */
.dropdown-item:hover i {
    opacity: 1 !important;
}

/* Ajustes responsivos */
/* Ajustes responsivos del dropdown */
@media (max-width: 768px) {
    .dropdown-menu {
        min-width: 180px !important;
        margin-top: 5px !important;
    }
    .dropdown-item {
        padding: 10px 14px !important;
        font-size: 14px !important;
    }
}

/* Animación para el toggle del dropdown */
.dropdown.show .account-icon {
    color: #39a5e5 !important;
}

/* Estados de foco para accesibilidad */
.dropdown-item:focus {
    background: linear-gradient(135deg, rgba(125, 196, 238, 0.1) 0%, rgba(57, 165, 229, 0.15) 100%) !important;
    color: #39a5e5 !important;
    outline: none !important;
}

/* Estilos del enlace de cerrar sesión */
.logout-link {
    color: #dc3545 !important;
}

.logout-link:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}

.logout-link i {
    color: #dc3545 !important;
}

.logout-link:hover i {
    color: #ffffff !important;
}

/* Estilos del menú móvil (elementos de submenú) */
.main-menu ul li ul li a {
    color: #333 !important;
    padding: 12px 20px !important;
    transition: all 0.2s ease !important;
    border-radius: 6px !important;
    margin: 2px 8px !important;
    display: block !important;
}

.main-menu ul li ul li a:hover {
    background: linear-gradient(135deg, rgba(125, 196, 238, 0.1) 0%, rgba(57, 165, 229, 0.15) 100%) !important;
    color: #39a5e5 !important;
    transform: translateX(3px) !important;
}

/* Estilos específicos del menú de cuenta en móvil */
.main-menu ul li ul {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(57, 165, 229, 0.1) !important;
    margin-top: 5px !important;
    padding: 8px !important;
}

/* ===== [LISTADO DE PRODUCTOS] ===== */
/* ----------------------------------------------------------------------- */
/* Barra lateral y filtros */
.product-area .widget-titleprom h4 {
    border-bottom: 2px solid #f6f6f6;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 30px;
    text-transform: uppercase;
    background: #fff none repeat scroll 0 0;
}

.product-area .widget-categories {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.product-area .widget-title h4 {
    margin: 0;
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    font-size: 16px;
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-area .widget-info { padding: 0; }
.product-area .widget-info ul { list-style: none; margin: 0; padding: 0; }
.product-area .widget-info ul li { border-bottom: 1px solid #f0f0f0; }
.product-area .widget-info ul li:last-child { border-bottom: none; }
.product-area .widget-info ul li a {
    display: block; padding: 12px 20px; color: #666; text-decoration: none; transition: all 0.3s ease; font-size: 14px;
}
.product-area .widget-info ul li a:hover { background-color: #f8f9fa; color: #7DC4ee; padding-left: 25px; }

.product-area .cat-link.active, .product-area .price-link.active { background-color: #7DC4ee !important; color: #fff !important; font-weight: 600; }
.product-area .cat-link.active:hover, .product-area .price-link.active:hover { background-color: #39a5e5 !important; color: #fff !important; }

.product-area .widget-info .form-control {
    border: 1px solid #e9ecef; border-radius: 6px; padding: 10px 15px; font-size: 14px; margin: 15px 20px; width: calc(100% - 40px);
}
.product-area .widget-info .form-control:focus { border-color: #7DC4ee; box-shadow: 0 0 0 0.2rem rgba(125,196,238,0.25); }

.product-area #searchSuggestions { margin: 0 20px 15px 20px; border-radius: 6px; border: 1px solid #e9ecef; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.product-area #searchSuggestions{position:relative;z-index:2000;display:none;max-height:200px;overflow:auto;margin-top:6px}
.product-area #searchSuggestions .list-group-item{cursor:pointer}
.product-area #searchSuggestions .list-group-item { border: none; border-bottom: 1px solid #f0f0f0; padding: 8px 15px; cursor: pointer; font-size: 13px; }
.product-area #searchSuggestions .list-group-item:hover { background-color: #f8f9fa; }

@media (max-width: 767px) {
    .product-area .widget-titleprom h4 { padding: 0 20px; }
    .product-area .widget-title h4 { padding: 12px 15px; font-size: 14px; }
    .product-area .widget-info ul li a { padding: 10px 15px; font-size: 13px; }
    .product-area .widget-info .form-control { margin: 15px; width: calc(100% - 30px); }
    .product-area #searchSuggestions { margin: 0 15px 15px 15px; }
}

.product-area .widget-categories + .widget-categories { margin-top: 20px; }
.product-area .widget-title.has-active-filter h4 { background: linear-gradient(135deg, #7DC4ee 0%, #39a5e5 100%); color: #fff; }

/* Modal de filtro móvil (Página de producto) */
#filterModal .filter-section-title { color: #495057; font-weight: 600; font-size: 14px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 0.5px; }
#filterModal .filter-section { background: #fff; padding:20px; border-bottom:1px solid #e9ecef; }
#filterModal .filter-section:last-child { border-bottom: none !important; }
#filterModal .form-check { padding-left: 1.8rem; }
#filterModal .form-check-input:checked { background-color: #7DC4ee; border-color: #39a5e5; }
#filterModal .form-check-input:focus { border-color: #7DC4ee; box-shadow: 0 0 0 0.25rem rgba(125, 196, 238, 0.25); }
#filterModal .form-check-label { font-size: 14px; cursor: pointer; color: #495057; }
#filterModal .category-filters, #filterModal .price-filters { max-height: 200px; overflow-y: auto; }
#filterModal { position:fixed; top:0; left:0; width:100vw; height:100vh; background:rgba(0,0,0,0.5); z-index:1050; }
#filterModal .modal-dialog { max-width:90%; margin:5% auto; height:90vh; }
#filterModal .modal-content { height:100%; display:flex; flex-direction:column; border-radius: 12px; border: none; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
#filterModal .modal-header { border-radius: 12px 12px 0 0; border-bottom: none; background: linear-gradient(135deg, #7DC4ee 0%, #39a5e5 100%); color:#fff; flex-shrink:0; }
#filterModal .modal-body { flex:1; overflow-y:auto; padding:0; }
#filterModal .modal-footer { border-radius: 0 0 12px 12px; flex-shrink:0; padding:15px 20px; background:#f8f9fa; border-top:1px solid #e9ecef; }
#filterModal .btn-close-white { filter: brightness(0) invert(1); }
#filterModal .btn-primary{background:linear-gradient(135deg,#7DC4ee 0%,#39a5e5 100%);color:#fff;border:none}
#filterModal .btn-primary:hover{background:#6bb6e3}
#filterModal #mobileSearchInput { border: 1px solid #e9ecef; border-radius: 8px; padding: 10px 15px; font-size: 14px; }
#filterModal #mobileSearchInput:focus { border-color: #7DC4ee; box-shadow: 0 0 0 0.2rem rgba(125,196,238,0.25); }
#filterModal #mobileSearchSuggestions { position:relative; z-index:2000; display:none; max-height:150px; overflow:auto; margin-top:6px; border-radius: 8px; border: 1px solid #e9ecef; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
#filterModal #mobileSearchSuggestions .list-group-item { border: none; border-bottom: 1px solid #f0f0f0; padding: 8px 15px; cursor: pointer; font-size: 13px; }
#filterModal #mobileSearchSuggestions .list-group-item:hover { background-color: #f8f9fa; }

@media (max-width: 576px) {
    #filterModal .modal-dialog { margin: 0 !important; max-width: 100% !important; height: 100vh !important; }
    #filterModal .modal-content { height: 100vh !important; border-radius: 0 !important; }
    #filterModal .modal-header, #filterModal .modal-footer { border-radius: 0 !important; }
}

/* Estilos del filtro de promociones */
.product-area .promo-filter {
    position: relative !important;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%) !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-left: 4px solid #e65100 !important;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}
.product-area .promo-filter::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%); opacity: 0; transition: opacity 0.3s ease; }
.product-area .promo-filter:hover::before { opacity: 1; }
.product-area .promo-filter:hover { background: linear-gradient(135deg, #fb8c00 0%, #ef6c00 100%) !important; transform: translateX(3px) !important; box-shadow: 0 4px 12px rgba(255, 152, 0, 0.4) !important; color: #fff !important; }
.product-area .promo-filter.active { background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%) !important; border-left-color: #2e7d32 !important; box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3) !important; }
.product-area .promo-filter.active:hover { background: linear-gradient(135deg, #66bb6a 0%, #43a047 100%) !important; box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4) !important; }
.product-area .promo-icon { font-size: 16px !important; margin-right: 8px !important; opacity: 0.9 !important; }
.product-area .promo-discount { display: inline-block !important; background: rgba(255, 255, 255, 0.2) !important; color: #fff !important; font-size: 12px !important; font-weight: 700 !important; padding: 2px 6px !important; border-radius: 50% !important; margin-left: 8px !important; min-width: 20px !important; text-align: center !important; line-height: 1.2 !important; }

@media (max-width: 767px) {
    .product-area .promo-filter { font-size: 13px !important; }
    .product-area .promo-icon { font-size: 14px !important; margin-right: 6px !important; }
    .product-area .promo-discount { font-size: 11px !important; padding: 1px 4px !important; margin-left: 6px !important; min-width: 18px !important; }
}

/* ===== [DETALLE DE PRODUCTO] ===== */
/* ----------------------------------------------------------------------- */
.single-pro-area .quantity-section { margin: 15px 0; padding: 0; }
.single-pro-area .purchase-section { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 8px 0; padding: 10px 12px; border-radius: 6px; background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); transition: all 0.3s ease; width: fit-content; }
.single-pro-area .purchase-section:hover { box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08); transform: translateY(-1px); }
.single-pro-area .cart-plus-minus { display: inline-flex; align-items: center; border: 1px solid #e1e5e9; border-radius: 6px; background: #ffffff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); overflow: hidden; transition: all 0.3s ease; margin: 0; width: fit-content; min-width: 95px; max-width: 105px; }
.single-pro-area .cart-plus-minus:hover { border-color: #7dc4ee; box-shadow: 0 4px 12px rgba(125, 196, 238, 0.2); }
.single-pro-area .qtybutton { display: flex; align-items: center; justify-content: center; width: 30px; height: 35px; background: #f8f9fa; color: #495057; cursor: pointer; user-select: none; transition: all 0.3s ease; border: none; font-size: 14px; font-weight: 600; margin: 0; }
.single-pro-area .qtybutton:hover { background: #7dc4ee; color: white; transform: translateY(-1px); }
.single-pro-area .qtybutton:active { transform: translateY(0); }
.single-pro-area .qtybutton.disabled { cursor: not-allowed; opacity: 0.4; background: #e9ecef; color: #6c757d; }
.single-pro-area .qtybutton.disabled:hover { background: #e9ecef; color: #6c757d; transform: none; }
.single-pro-area .cart-plus-minus-box { width: 35px !important; height: 35px; border: none !important; background: transparent !important; text-align: center; font-size: 14px; font-weight: 600; color: #2c3e50; margin: 0 !important; padding: 0 !important; outline: none; }
.single-pro-area .cart-plus-minus-box:focus { outline: none; background: #f8f9fa !important; }
.single-pro-area .cart-plus-minus-box.quantity-updated { background: #e3f2fd !important; transform: scale(1.05); transition: all 0.3s ease; }
.single-pro-area .stock-info { display: inline-block; margin-left: 8px; padding: 5px 10px; border-radius: 12px; font-size: 11px; font-weight: 500; position: relative; vertical-align: middle; height: fit-content; align-self: center; white-space: nowrap; }
.single-pro-area .stock-info.available { background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #155724; border: 1px solid #c3e6cb; }
.single-pro-area .stock-info.available::before { content: "\2713"; margin-right: 6px; font-weight: bold; color: #28a745; }
.single-pro-area .stock-info.no-stock { background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%); color: #721c24; border: 1px solid #f5c6cb; }
.single-pro-area .stock-info.no-stock::before { content: "\26a0"; margin-right: 6px; font-weight: bold; color: #dc3545; }
.single-pro-area .stock-info.low-stock { background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); color: #856404; border: 1px solid #ffeaa7; }
.single-pro-area .stock-info.low-stock::before { content: "!"; margin-right: 6px; font-weight: bold; color: #fd7e14; }
.single-pro-area .single_add_to_cart_button { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); border: none; border-radius: 6px; color: white; padding: 10px 20px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 8px rgba(0, 123, 255, 0.25); height: 35px; display: inline-flex; align-items: center; justify-content: center; }
.single-pro-area .single_add_to_cart_button:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4); background: linear-gradient(135deg, #0056b3 0%, #004085 100%); }
.single-pro-area .single_add_to_cart_button:disabled { background: #6c757d; cursor: not-allowed; transform: none; box-shadow: none; }

@media (max-width: 768px) {
    .single-pro-area .purchase-section { flex-direction: column; align-items: flex-start; }
    .single-pro-area .stock-info { margin-left: 0; margin-top: 10px; }
}

/* ===== [CHECKOUT] ===== */
/* ----------------------------------------------------------------------- */
.checkout-container { max-width: 960px; margin: 20px auto; padding: 24px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.checkout-container .checkout-title { font-size: 28px; margin-bottom: 4px; }
.checkout-container .grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; }
.checkout-container .col-6 { grid-column: span 6; }
.checkout-container .col-12 { grid-column: span 12; }
.checkout-container label { display:block; font-weight:600; margin-bottom:8px; color:#374151; }
.checkout-container input, .checkout-container select { width:100%; padding:10px 12px; border:1px solid #d1d5db; border-radius:8px; background:#fff; }
.checkout-container input:focus, .checkout-container select:focus { outline:none; border-color:#39a5e5; box-shadow: 0 0 0 3px rgba(57,165,229,0.2); }
.checkout-container input.error, .checkout-container select.error { border-color:#ef4444; }
.checkout-container input.error:focus, .checkout-container select.error:focus { border-color:#ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,0.2); }
.checkout-container .error-message { color:#ef4444; font-size:12px; margin-top:4px; min-height:16px; }
.checkout-container .general-error { background:#fef2f2; border:1px solid #fecaca; color:#dc2626; padding:12px; border-radius:8px; margin-bottom:16px; }
.checkout-container .actions { display:flex; justify-content:flex-end; margin-top: 16px; }
.checkout-container .btn { background:#7dc4ee; border:1px solid #39a5e5; color:#0f1111; padding:10px 16px; border-radius:8px; cursor:pointer; }
.checkout-container .btn:disabled { opacity:.6; cursor:not-allowed; }
.checkout-container .muted { color:#6b7280; font-size: 14px; margin-bottom: 8px; }
.checkout-container .shipping-toggle { display:inline-flex; align-items:center; gap:12px; padding:0; margin:0; width:fit-content; }
.checkout-container .switch { position: relative; display: inline-block; width: 42px; height: 24px; opacity: 1; }
.checkout-container .switch input { opacity: 0; width: 0; height: 0; }
.checkout-container .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #e5e7eb; transition: .2s; border-radius: 9999px; border: 1px solid #d1d5db; }
.checkout-container .slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 2px; background-color: white; transition: .2s; border-radius: 9999px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.checkout-container .switch input:checked + .slider { background-color: #7dc4ee; border-color: #39a5e5; }
.checkout-container .switch input:checked + .slider:before { transform: translateX(18px); }
.checkout-container .shipping-toggle .label-text { font-weight: 600; color: #374151; white-space: nowrap; }
.checkout-container .form-section-title { font-size: 16px; font-weight:700; color:#374151; margin-bottom:8px; }
.checkout-container select:disabled, .checkout-container input:disabled { background:#f9fafb; color:#9ca3af; cursor:not-allowed; }

/* Checkout pickup modal */
#pickupModal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000; display: flex; align-items: center; justify-content: center; }
#pickupModal .pickup-modal-content { background: white; border-radius: 12px; padding: 24px; max-width: 500px; width: 90%; box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
#pickupModal .pickup-modal-header h3 { margin: 0 0 16px 0; color: #374151; font-size: 20px; }
#pickupModal .pickup-modal-body p { margin-bottom: 12px; color: #6b7280; line-height: 1.5; }
#pickupModal .pickup-modal-body .pickup-address-highlight { background: #f3f4f6; padding: 12px; border-radius: 8px; text-align: center; color: #374151; font-size: 16px; margin: 16px 0; }
#pickupModal .pickup-modal-footer { display: flex; gap: 12px; justify-content: flex-end; margin-top: 20px; }
#pickupModal .btn-secondary { background: #f3f4f6; color: #374151; border: 1px solid #d1d5db; }
#pickupModal .btn-secondary:hover { background: #e5e7eb; }
#pickupModal .btn-primary { background: #7dc4ee; color: #0f1111; border: 1px solid #39a5e5; }
#pickupModal .btn-primary:hover { background: #6bb6e3; }

.shop-cart-table .editing-row { background-color: #dbeeff; transition: background-color 0.2s ease-in-out; }
.shop-cart-table .editing-row td { background-color: transparent; }
.shop-cart-table .action-icon { cursor: pointer; }
#productModal .modal-content .modal-header { padding: 1rem 1.25rem; }
#productModal .modal-content .modal-header .modal-title { margin-top: 0.75rem; padding-left: 1rem; font-weight: 600; }
#productModal .form-label { text-align: left !important; margin-bottom: 0.5rem; font-weight: 600; color: #333; display: block; }
#productModal .form-control, #productModal .form-select { text-align: left; }
#productModal .form-check-label { text-align: left !important; margin-left: 0.25rem; }
#productModal .modal-body { text-align: left; }
#productModal .billing-details { text-align: left; }
#productModal .billing-details * { text-align: left; }
#productModal label[style*="font-weight"] { text-align: left !important; }

.policy-pre-line p { text-align: justify; }

/* ===== [CARRITO] Página de carrito Amazon ===== */
/* ----------------------------------------------------------------------- */
.amazon-cart { background: #f3f3f3; min-height: 100vh; padding: 20px 0; font-family: "Amazon Ember", Arial, sans-serif; }
.amazon-cart .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.amazon-cart .cart-header { background: #fff; padding: 20px 25px; border: 1px solid #ddd; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.amazon-cart .cart-header h1 { margin: 0; color: #0f1111; font-size: 28px; font-weight: 400; }
.amazon-cart .deselect-link { color:#dc2626 !important; text-decoration:none; font-size:14px; }
.amazon-cart .deselect-link:hover { color:#b91c1c !important; text-decoration:underline; }
.amazon-cart .cart-main { display: flex; gap: 20px; }
.amazon-cart .cart-items-section { flex: 3; background: #fff; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.amazon-cart .cart-items { padding: 0; }
.amazon-cart .cart-item { display: flex; align-items: flex-start; padding: 20px; border-bottom: 1px solid #eee; position: relative; animation: cartSlideInFromLeft 0.3s ease-out; }
.amazon-cart .cart-item:hover { background: #f9f9f9; }
.amazon-cart .cart-item:last-child { border-bottom: none; }
.amazon-cart .item-checkbox { margin-right: 15px; align-self: flex-start; margin-top: 20px; }
.amazon-cart .item-checkbox input[type="checkbox"] { width: 18px; height: 18px; }
.amazon-cart .item-image { width: 180px; height: 180px; margin-right: 20px; flex-shrink: 0; }
.amazon-cart .item-image img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #ddd; }
.amazon-cart .item-details { flex: 1; margin-right: 15px; }
.amazon-cart .item-name, .amazon-cart .item-title { font-size: 16px; font-weight: 400; color: #007185; margin-bottom: 8px; line-height: 1.4; text-decoration: none; }
.amazon-cart .item-name:hover, .amazon-cart .item-title a:hover { color: #c7511f; text-decoration: underline; }
.amazon-cart .item-status { color: #007600; font-size: 14px; font-weight: 700; margin: 5px 0; }
.amazon-cart .item-gift, .amazon-cart .item-attributes { color: #565959; font-size: 12px; margin-bottom: 8px; }
.amazon-cart .item-actions { margin-top: 10px; display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.amazon-cart .quantity-controls { display: flex; align-items: center; background: #f0f2f2; border: 1px solid #d5d9d9; border-radius: 8px; overflow: hidden; }
.amazon-cart .qty-btn { background: #f0f2f2; border: none; width: 29px; height: 29px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.15s ease; font-size: 16px; color: #0f1111; }
.amazon-cart .qty-btn:hover { background: #e3e6e6; }
.amazon-cart .qty-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.amazon-cart .qty-input { width: 35px; height: 29px; text-align: center; border: none; background: #fff; font-size: 14px; color: #0f1111; padding: 0; }
.amazon-cart .action-link { color: #007185; text-decoration: none; font-size: 12px; padding: 2px 0; border-bottom: 1px solid transparent; }
.amazon-cart .action-link:hover { color: #c7511f; border-bottom-color: #c7511f; }
.amazon-cart .item-price-section { margin: 10px 0; }
.amazon-cart .original-price { color: #565959; text-decoration: line-through; font-size: 13px; margin-right: 8px; }
.amazon-cart .discounted-price, .amazon-cart .current-price, .amazon-cart .item-current-price { color: #b12704; font-size: 18px; font-weight: 700; }
.amazon-cart .item-original-price { font-size: 14px; color: #565959; text-decoration: line-through; margin-left: 5px; }
.amazon-cart .item-discount, .amazon-cart .discount-badge { color: #fff; background: #cc0c39; padding: 2px 6px; border-radius: 3px; font-size: 11px; font-weight: 700; margin-left: 8px; display: inline-block; }
.amazon-cart .cart-summary-sidebar { flex: 1; background: #fff; border: 1px solid #ddd; height: fit-content; padding: 20px; position: sticky; top: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); animation: cartFadeInUp 0.4s ease-out; }
.amazon-cart .subtotal-section { margin-bottom: 15px; }
.amazon-cart .subtotal-text { font-size: 18px; color: #0f1111; }
.amazon-cart .subtotal-amount { font-size: 18px; font-weight: 700; color: #0f1111; }
.amazon-cart .proceed-button { background: #7dc4ee; border: 1px solid #39a5e5; border-radius: 8px; color: #0f1111; padding: 8px 12px; width: 100%; font-size: 14px; cursor: pointer; margin: 15px 0; transition: background 0.15s ease; }
.amazon-cart .proceed-button:hover { background: #39a5e5; }
.amazon-cart .cart-summary { background: #f8f9fa; padding: 25px; border-top: 1px solid #e9ecef; }
.amazon-cart .summary-row { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14px; }
.amazon-cart .summary-row.total { font-size: 18px; font-weight: 700; color: #2c3e50; padding-top: 15px; border-top: 2px solid #007bff; margin-top: 15px; }
.amazon-cart .checkout-btn { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); border: none; color: #fff; padding: 15px 30px; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; width: 100%; margin-top: 20px; transition: all 0.3s ease; }
.amazon-cart .checkout-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4); }
.amazon-cart .empty-cart { text-align: center; padding: 60px 20px; color: #6c757d; }
.amazon-cart .empty-cart i { font-size: 64px; margin-bottom: 20px; color: #dee2e6; }
.amazon-cart .continue-shopping { background: #6c757d; border: none; color: #fff; padding: 12px 24px; border-radius: 6px; text-decoration: none; display: inline-block; margin-top: 20px; transition: all 0.3s ease; }
.amazon-cart .continue-shopping:hover { background: #5a6268; color: #fff; text-decoration: none; }
/* Sobrescrituras del carrito desde Views/Cart/Index.cshtml (inline -> clases) */
.amazon-cart .empty-cart.cart-empty-block{padding:40px 20px;text-align:center}
.amazon-cart .empty-cart .cart-empty-icon{font-size:48px;color:#ddd}
.cart-empty-cta{background:#7dc4ee;border:1px solid #39a5e5;color:#0f1111;padding:10px 16px;text-decoration:none;border-radius:8px;display:inline-block;font-weight:600;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.cart-empty-cta:hover{filter:brightness(0.98); text-decoration:none}
.amazon-cart .proceed-link{display:inline-block;text-align:center;margin-top:12px}
.amazon-cart .proceed-btn{width:100%;margin-top:10px}
.amazon-cart .exceeds-stock{color:#dc2626}
.amazon-cart .cart-slide-out{transform:translateX(-100%);opacity:0;transition:all .3s ease}
.amazon-cart .cart-highlight{background:#e3f2fd;transform:scale(1.02)}
@keyframes cartSlideInFromLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes cartFadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.amazon-cart .loading { opacity: 0.6; pointer-events: none; }
.amazon-cart .pulse { animation: cartPulse 1s infinite; }
@keyframes cartPulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
@media (max-width: 1024px) {
    .amazon-cart { padding: 15px 0; }
    .amazon-cart .cart-main { gap: 15px; }
    .amazon-cart .cart-items-section { flex: 2.5; }
    .amazon-cart .cart-summary-sidebar { flex: 1.5; }
    .amazon-cart .item-image { width: 150px; height: 150px; }
    .amazon-cart .cart-header { padding: 15px 20px; }
    .amazon-cart .cart-header h1 { font-size: 24px; }
}
@media (max-width: 991px) {
    .amazon-cart .cart-main { flex-direction: column; gap: 20px; }
    .amazon-cart .cart-items-section, .amazon-cart .cart-summary-sidebar { flex: none; width: 100%; }
    .amazon-cart .cart-summary-sidebar { order: -1; }
    .amazon-cart .item-image { width: 120px; height: 120px; margin-right: 15px; }
    .amazon-cart .cart-item { padding: 15px; }
}
@media (max-width: 767px) {
    .amazon-cart { padding: 10px; background: #fff; }
    .amazon-cart .container { padding: 0 10px; }
    .amazon-cart .cart-header { padding: 15px; margin-bottom: 15px; border-radius: 8px; }
    .amazon-cart .cart-header h1 { font-size: 22px; margin-bottom: 8px; }
    .amazon-cart .cart-header .d-flex { flex-direction: column; align-items: flex-start !important; }
    .amazon-cart .cart-main { gap: 15px; }
    .amazon-cart .cart-items-section { border-radius: 8px; }
    .amazon-cart .cart-item { flex-direction: column; text-align: left; padding: 15px; gap: 15px; }
    .amazon-cart .item-checkbox { position: absolute; top: 15px; left: 15px; margin: 0; }
    .amazon-cart .item-image { width: 100%; max-width: 200px; height: 200px; margin: 0 auto 15px; align-self: center; }
    .amazon-cart .item-details { width: 100%; margin: 0; padding-left: 30px; }
    .amazon-cart .item-title { font-size: 16px; margin-bottom: 10px; }
    .amazon-cart .item-price-section { margin: 15px 0; text-align: center; }
    .amazon-cart .original-price, .amazon-cart .discounted-price, .amazon-cart .current-price { font-size: 18px; }
    .amazon-cart .discount-badge { display: block; margin: 8px auto 0; width: fit-content; }
    .amazon-cart .item-status { text-align: center; font-size: 14px; margin: 10px 0; }
    .amazon-cart .item-prime { text-align: center; font-size: 12px; }
    .amazon-cart .item-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 15px; }
    .amazon-cart .quantity-selector { margin: 0; }
    .amazon-cart .quantity-selector select { padding: 8px 12px; font-size: 14px; }
    .amazon-cart .action-link { font-size: 13px; padding: 5px 8px; margin: 2px; }
    .amazon-cart .cart-summary-sidebar { border-radius: 8px; padding: 20px; margin-bottom: 15px; }
    .amazon-cart .subtotal-section { text-align: center; margin-bottom: 15px; }
    .amazon-cart .subtotal-text { font-size: 16px; }
    .amazon-cart .subtotal-amount { font-size: 20px; font-weight: 700; display: block; margin-top: 5px; }
    .amazon-cart .proceed-button { padding: 15px; font-size: 16px; font-weight: 600; }
    .amazon-cart .empty-cart { padding: 40px 20px; text-align: center; }
    .amazon-cart .empty-cart i { font-size: 48px; }
    .amazon-cart .empty-cart h3 { font-size: 20px; margin: 20px 0 15px; }
    .amazon-cart .empty-cart p { font-size: 14px; margin-bottom: 20px; }
}
@media (max-width: 480px) {
    .amazon-cart { padding: 5px; }
    .amazon-cart .cart-header { padding: 12px; }
    .amazon-cart .cart-header h1 { font-size: 20px; }
    .amazon-cart .cart-item { padding: 12px; }
    .amazon-cart .item-image { max-width: 150px; height: 150px; }
    .amazon-cart .item-title { font-size: 15px; }
    .amazon-cart .item-actions { flex-direction: column; align-items: center; }
    .amazon-cart .quantity-selector { width: 100%; text-align: center; margin-bottom: 10px; }
    .amazon-cart .quantity-selector select { width: 80px; }
    .amazon-cart .action-link { padding: 8px 12px; margin: 3px; }
    .amazon-cart .cart-summary-sidebar { padding: 15px; }
    .amazon-cart .subtotal-text { font-size: 14px; }
    .amazon-cart .subtotal-amount { font-size: 18px; }
}
@media (hover: none) and (pointer: coarse) {
    .amazon-cart .action-link { padding: 12px 16px; font-size: 14px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
    .amazon-cart .quantity-selector select { min-height: 44px; font-size: 16px; }
    .amazon-cart .proceed-button { min-height: 50px; font-size: 18px; }
    .amazon-cart .item-checkbox input[type="checkbox"] { width: 24px; height: 24px; }
}

.payment-container { max-width: 800px; margin: 40px auto; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.payment-container .payment-header { text-align: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; }
.payment-container .payment-header h1 { font-size: 28px; color: #333; margin-bottom: 10px; }
.payment-container .payment-header p { color: #666; font-size: 14px; }
.payment-container .payment-summary { background: #f8f9fa; padding: 20px; border-radius: 8px; margin-bottom: 30px; }
.payment-container .summary-row { display: flex; justify-content: space-between; padding: 10px 0; font-size: 15px; }
.payment-container .summary-row.total { border-top: 2px solid #ddd; margin-top: 10px; padding-top: 15px; font-weight: bold; font-size: 20px; color: #333; }
.payment-container .payment-button { width: 100%; padding: 16px; background: #7dc4ee; border: 1px solid #39a5e5; color: #fff; font-size: 16px; font-weight: 600; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; }
.payment-container .payment-button:hover { background: #39a5e5; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(61, 165, 229, 0.3); }
.payment-container .payment-button:disabled { background: #ccc; cursor: not-allowed; transform: none; }
.payment-container .loading-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999; align-items: center; justify-content: center; }
.payment-container .loading-overlay.active { display: flex; }
.payment-container .spinner { width: 50px; height: 50px; border: 5px solid #f3f3f3; border-top: 5px solid #7dc4ee; border-radius: 50%; animation: paymentSpin 1s linear infinite; }
@keyframes paymentSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.payment-container .back-link { display: inline-block; margin-top: 20px; color: #7dc4ee; text-decoration: none; font-size: 14px; }
.payment-container .back-link:hover { color: #39a5e5; text-decoration: underline; }
.payment-container .secure-badge { text-align: center; margin-top: 20px; color: #666; font-size: 13px; }
.payment-container .secure-badge i { color: #28a745; margin-right: 5px; }
.payment-container .wompi-logo { text-align: center; margin-top: 20px; opacity: 0.7; }
.payment-container .wompi-logo img { height: 30px; }

/* ===== [PAGO EXITOSO] ===== */
/* ----------------------------------------------------------------------- */
.success-container { max-width: 600px; margin: 60px auto; padding: 40px; background: #fff; border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.1); text-align: center; animation: successFadeInUp 0.6s ease-out; }
@keyframes successFadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.success-container .success-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; animation: successCheckmark 0.8s ease-out 0.3s both; }
.success-container .success-icon i { font-size: 40px; color: #fff; }
@keyframes successCheckmark { 0% { transform: scale(0); opacity: 0; } 50% { transform: scale(1.2); } 100% { transform: scale(1); opacity: 1; } }
.success-container .success-title { font-size: 32px; color: #2e7d32; margin-bottom: 15px; font-weight: 700; }
.success-container .success-message { font-size: 18px; color: #666; margin-bottom: 30px; line-height: 1.6; }
.success-container .transaction-info { background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 30px 0; border-left: 4px solid #4caf50; }
.success-container .transaction-info h4 { color: #2e7d32; margin-bottom: 15px; font-size: 18px; }
.success-container .info-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #e9ecef; }
.success-container .info-row:last-child { border-bottom: none; }
.success-container .info-label { font-weight: 600; color: #495057; }
.success-container .info-value { color: #666; font-family: monospace; }
.success-container .action-buttons { display: flex; gap: 15px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.success-container .btn-primary { background: linear-gradient(135deg, #7dc4ee 0%, #39a5e5 100%); border: none; color: #fff; padding: 15px 30px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(125, 196, 238, 0.3); }
.success-container .btn-primary:hover { background: linear-gradient(135deg, #5fb4e7 0%, #2a8fd1 100%); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(125, 196, 238, 0.4); color: #fff; text-decoration: none; }
.success-container .btn-secondary { background: #f8f9fa; border: 2px solid #dee2e6; color: #495057; padding: 13px 28px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; }
.success-container .btn-secondary:hover { background: #e9ecef; border-color: #adb5bd; color: #495057; text-decoration: none; transform: translateY(-1px); }
.success-container .next-steps { background: linear-gradient(135deg, #e3f2fd 0%, #f1f8e9 100%); padding: 25px; border-radius: 12px; margin-top: 30px; text-align: left; }
.success-container .next-steps h4 { color: #1976d2; margin-bottom: 15px; font-size: 18px; display: flex; align-items: center; gap: 10px; }
.success-container .next-steps ul { margin: 0; padding-left: 20px; color: #666; }
.success-container .next-steps li { margin-bottom: 8px; line-height: 1.5; }
@media (max-width: 768px) {
    .success-container { margin: 20px; padding: 30px 20px; }
    .success-container .success-title { font-size: 26px; }
    .success-container .success-message { font-size: 16px; }
    .success-container .action-buttons { flex-direction: column; align-items: center; }
    .success-container .btn-primary, .success-container .btn-secondary { width: 100%; max-width: 300px; text-align: center; }
    .success-container .info-row { flex-direction: column; gap: 5px; }
    .success-container .info-value { word-break: break-all; }
}
/* Animación de confeti (Pago exitoso) */
.confetti { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1000; }
.confetti-piece { position: absolute; width: 10px; height: 10px; background: #4caf50; animation: confetti-fall 3s linear infinite; }
.confetti-piece:nth-child(2n) { background: #2196f3; }
.confetti-piece:nth-child(3n) { background: #ff9800; }
.confetti-piece:nth-child(4n) { background: #e91e63; }
.confetti-piece:nth-child(5n) { background: #9c27b0; }
@keyframes confetti-fall { 0% { transform: translateY(-100vh) rotate(0deg); opacity: 1; } 100% { transform: translateY(100vh) rotate(720deg); opacity: 0; } }

/* ===== [PAGO FALLIDO] ===== */
/* ----------------------------------------------------------------------- */
.failure-container { max-width: 600px; margin: 60px auto; padding: 40px; background: #fff; border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.1); text-align: center; animation: failureFadeInUp 0.6s ease-out; }
@keyframes failureFadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.failure-container .failure-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #f44336 0%, #c62828 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; animation: failureShake 0.8s ease-out 0.3s both; }
.failure-container .failure-icon i { font-size: 40px; color: #fff; }
@keyframes failureShake { 0%,100% { transform: translateX(0); } 10%,30%,50%,70%,90% { transform: translateX(-5px); } 20%,40%,60%,80% { transform: translateX(5px); } }
.failure-container .failure-title { font-size: 32px; color: #d32f2f; margin-bottom: 15px; font-weight: 700; }
.failure-container .failure-message { font-size: 18px; color: #666; margin-bottom: 30px; line-height: 1.6; }
.failure-container .error-info { background: #ffebee; padding: 20px; border-radius: 12px; margin: 30px 0; border-left: 4px solid #f44336; text-align: left; }
.failure-container .error-info h4 { color: #d32f2f; margin-bottom: 15px; font-size: 18px; display: flex; align-items: center; gap: 10px; }
.failure-container .error-details { background: #fff; padding: 15px; border-radius: 8px; border: 1px solid #ffcdd2; }
.failure-container .info-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #ffcdd2; }
.failure-container .info-row:last-child { border-bottom: none; }
.failure-container .info-label { font-weight: 600; color: #495057; }
.failure-container .info-value { color: #666; font-family: monospace; }
.failure-container .possible-causes { background: linear-gradient(135deg, #fff3e0 0%, #fce4ec 100%); padding: 25px; border-radius: 12px; margin: 30px 0; text-align: left; }
.failure-container .possible-causes h4 { color: #ef6c00; margin-bottom: 15px; font-size: 18px; display: flex; align-items: center; gap: 10px; }
.failure-container .possible-causes ul { margin: 0; padding-left: 20px; color: #666; }
.failure-container .possible-causes li { margin-bottom: 8px; line-height: 1.5; }
.failure-container .action-buttons { display: flex; gap: 15px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.failure-container .btn-primary { background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%); border: none; color: #fff; padding: 15px 30px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3); }
.failure-container .btn-primary:hover { background: linear-gradient(135deg, #fb8c00 0%, #ef6c00 100%); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4); color: #fff; text-decoration: none; }
.failure-container .btn-secondary { background: #f8f9fa; border: 2px solid #dee2e6; color: #495057; padding: 13px 28px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; }
.failure-container .btn-secondary:hover { background: #e9ecef; border-color: #adb5bd; color: #495057; text-decoration: none; transform: translateY(-1px); }
.failure-container .btn-danger { background: linear-gradient(135deg, #7dc4ee 0%, #39a5e5 100%); border: none; color: #fff; padding: 15px 30px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(125, 196, 238, 0.3); }
.failure-container .btn-danger:hover { background: linear-gradient(135deg, #5fb4e7 0%, #2a8fd1 100%); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(125, 196, 238, 0.4); color: #fff; text-decoration: none; }
.failure-container .support-info { background: #e8f5e8; padding: 20px; border-radius: 12px; margin-top: 30px; border-left: 4px solid #4caf50; }
.failure-container .support-info h4 { color: #2e7d32; margin-bottom: 10px; font-size: 16px; }
.failure-container .support-info p { margin: 0; color: #666; font-size: 14px; }
@media (max-width: 768px) {
    .failure-container { margin: 20px; padding: 30px 20px; }
    .failure-container .failure-title { font-size: 26px; }
    .failure-container .failure-message { font-size: 16px; }
    .failure-container .action-buttons { flex-direction: column; align-items: center; }
    .failure-container .btn-primary, .failure-container .btn-secondary, .failure-container .btn-danger { width: 100%; max-width: 300px; text-align: center; }
    .failure-container .info-row { flex-direction: column; gap: 5px; }
    .failure-container .info-value { word-break: break-all; }
}
.failure-container .alert-warning { background: #fff8e1; border: 1px solid #ffcc02; border-radius: 8px; padding: 15px; margin: 20px 0; color: #e65100; display: flex; align-items: center; gap: 10px; }
.failure-container .alert-warning i { font-size: 20px; color: #ff9800; }

.cart-success-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); display: flex; justify-content: center; align-items: center; z-index: 10000; animation: fadeIn 0.3s ease; }
.cart-success-modal .cart-modal-content { background: white; border-radius: 12px; max-width: 500px; width: 90%; max-height: 90vh; overflow-y: auto; animation: slideUp 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.cart-success-modal .cart-modal-header { padding: 20px; border-bottom: 1px solid #eee; position: relative; text-align: center; }
.cart-success-modal .success-icon { font-size: 48px; color: #28a745; margin-bottom: 10px; }
.cart-success-modal .cart-modal-header h3 { margin: 0; color: #333; font-size: 24px; }
.cart-success-modal .modal-close { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 24px; cursor: pointer; color: #666; padding: 5px; }
.cart-success-modal .modal-close:hover { color: #333; }
.cart-success-modal .cart-modal-body { padding: 20px; }
.cart-success-modal .product-added-info { display: flex; gap: 15px; margin-bottom: 20px; }
.cart-success-modal .modal-product-image { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; border: 1px solid #ddd; }
.cart-success-modal .product-details h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }
.cart-success-modal .quantity-added { margin: 5px 0; color: #666; }
.cart-success-modal .price-info { margin: 5px 0; }
.cart-success-modal .original-price { text-decoration: line-through; color: #999; margin-right: 8px; }
.cart-success-modal .discounted-price { color: #e47911; font-weight: bold; margin-right: 8px; }
.cart-success-modal .discount-badge { background: #cc0c39; color: white; padding: 2px 6px; border-radius: 3px; font-size: 11px; font-weight: bold; }
.cart-success-modal .cart-summary-info { background: #f8f9fa; padding: 15px; border-radius: 8px; text-align: center; }
.cart-success-modal .cart-modal-actions { padding: 20px; display: flex; gap: 10px; border-top: 1px solid #eee; }
.cart-success-modal .btn-continue { flex: 1; padding: 12px; border: 1px solid #ddd; background: white; color: #333; border-radius: 6px; cursor: pointer; font-size: 14px; }
.cart-success-modal .btn-continue:hover { background: #f8f9fa; }
.cart-success-modal .btn-go-cart { flex: 1; padding: 12px; border: none; background: #7dc4ee; color: #0f1111; border-radius: 6px; cursor: pointer; font-size: 14px; font-weight: bold; }
.cart-success-modal .btn-go-cart:hover { background: #39a5e5; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
    .cart-success-modal .cart-modal-content { width: 95%; margin: 10px; }
    .cart-success-modal .product-added-info { flex-direction: column; text-align: center; }
    .cart-success-modal .modal-product-image { width: 100px; height: 100px; margin: 0 auto; }
    .cart-success-modal .cart-modal-actions { flex-direction: column; }
}

/* ===== [PQR Administración] ===== */
/* ----------------------------------------------------------------------- */
.pqr-filters { gap: 10px; display: flex; flex-wrap: nowrap; align-items: center; }
.pqr-filters .search-wrapper { position: relative; min-width: 260px; top: 2px; }
.pqr-filters .search-wrapper i { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #39a5e5; opacity: 0.9; pointer-events: none; }
.pqr-filters .search-input { padding-left: 34px; border-radius: 10px; height: calc(1.5em + .5rem + 10px); line-height: 1.5; padding-top: .25rem; padding-bottom: .25rem; }
.pqr-filters .form-select { border-radius: 10px; min-width: 140px; width: auto; display: inline-block; }
.pqr-filters .btn-apply { background: linear-gradient(45deg, #7DC4ee, #39a5e5); color: #fff; border: none; border-radius: 10px; padding: 6px 14px; font-weight: 700; }
.pqr-filters .btn-apply:hover { background: linear-gradient(45deg, #5bb8e0, #2a8fd1); }
@media (max-width: 576px) { .pqr-filters { gap: 8px; } }
.message-cell { max-width: 500px; white-space: pre-wrap; }

/* ===== [UsuariosAdm Restablecer contraseña] ===== */
/* ----------------------------------------------------------------------- */
#resetPasswordModal .reset-password-modal { border-radius: 16px; border: none; box-shadow: 0 20px 40px rgba(0,0,0,0.15); overflow: hidden; }
#resetPasswordModal .reset-modal-header { background: linear-gradient(135deg, #7DC4ee 0%, #39a5e5 100%); border: none; padding: 25px 30px; }
#resetPasswordModal .reset-modal-body { padding: 30px; background: #fafbfc; }
#resetPasswordModal .alert-info-custom { background: linear-gradient(45deg, #e3f2fd, #bbdefb); border: 1px solid #39a5e5; border-radius: 12px; padding: 15px; margin-bottom: 25px; color: #1976d2; font-weight: 500; display: flex; align-items: center; }
#resetPasswordModal .form-group-custom { margin-bottom: 20px; }
#resetPasswordModal .form-label-custom { color: #2c3e50; font-weight: 600; margin-bottom: 8px; display: block; font-size: 14px; }
#resetPasswordModal .input-container { position: relative; }
#resetPasswordModal .input-wrapper { position: relative; display: flex; align-items: center; background: #fff; border: 2px solid #e1e8ed; border-radius: 12px; transition: all 0.3s ease; min-height: 50px; overflow: hidden; }
#resetPasswordModal .input-wrapper:focus-within { border-color: #39a5e5; box-shadow: 0 4px 20px rgba(57, 165, 229, 0.15); }
#resetPasswordModal .form-control-custom { border: none; outline: none; padding: 15px 50px 15px 20px; flex: 1; background: transparent; font-size: 15px; font-weight: 500; color: #2c3e50; width: 100%; }
#resetPasswordModal .form-control-custom::placeholder { color: #9ca3af; font-weight: 400; }
#resetPasswordModal .toggle-btn { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #39a5e5; cursor: pointer; padding: 10px; font-size: 18px; transition: all 0.2s ease; z-index: 3; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
#resetPasswordModal .toggle-btn:hover { color: #2a8fd1; background: rgba(57, 165, 229, 0.1); }
#resetPasswordModal .reset-modal-footer { border: none; padding: 20px 30px 30px; background: #fafbfc; display: flex; justify-content: flex-end; gap: 15px; }
#resetPasswordModal .btn-cancel { background: #6c757d; color: #fff; border: none; border-radius: 10px; padding: 12px 25px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
#resetPasswordModal .btn-cancel:hover { background: #5a6268; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3); }
#resetPasswordModal .btn-confirm { background: linear-gradient(45deg, #7DC4ee, #39a5e5); color: #fff; border: none; border-radius: 10px; padding: 12px 25px; font-weight: 600; cursor: pointer; box-shadow: 0 4px 15px rgba(125, 196, 238, 0.3); transition: all 0.3s ease; display: flex; align-items: center; }
#resetPasswordModal .btn-confirm:hover { background: linear-gradient(45deg, #5bb8e0, #2a8fd1); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(57, 165, 229, 0.4); }
#resetPasswordModal .btn-confirm:active, #resetPasswordModal .btn-cancel:active { transform: translateY(0); }
@media (max-width: 576px) {
    #resetPasswordModal .reset-modal-body { padding: 20px; }
    #resetPasswordModal .reset-modal-header { padding: 20px; }
    #resetPasswordModal .reset-modal-footer { padding: 15px 20px 20px; flex-direction: column; }
    #resetPasswordModal .btn-cancel, #resetPasswordModal .btn-confirm { width: 100%; justify-content: center; }
}
#resetPasswordModal .input-group-text i { font-size: 1.1rem; }
#resetPasswordModal .input-group .btn:hover { background: linear-gradient(45deg, #5bb8e0, #2a8fd1) !important; }

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

.table, .table-cell {
    height: 100%;
    display: table
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

p {
    margin: 0 0 15px
}

h1, h2, h3, h4, h5, h6 {
    color: #434343;
    font-family: Lato,sans-serif;
    margin: 0 0 10px
}

a {
    text-decoration: none;
    color: #434343
}

::before, a {
    transition: all .3s ease 0s
}

    a:hover {
        color: #7dc4ee;
        text-decoration: none
    }

    a:active, a:hover {
        outline: 0 none
    }

    a:focus {
        text-decoration: none
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

body {
    color: #666;
    font-family: Lato,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

pre {
    background: #f5f5f5;
    border: 1px solid #ccc
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6
}

.progress {
    margin-bottom: 20px
}

.header {
    background: #fff none repeat scroll 0 0;
    transition: all .5s ease 0s
}

.header-area .container-fluid {
    padding: 0 40px
}

.logo {
    padding: 38px 0
}

.cart-icon {
    padding: 50px 0
}

.cart-icon, .logo {
    transition: all .5s ease 0s
}

.header-2 .logo {
    padding: 22px 0
}

.header-2 .cart-icon {
    padding: 36px 0
}

.mini-cart ul li {
    display: inline-block;
    position: relative
}

.cart-icon {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    right: 0
}

    .cart-icon i {
        font-size: 25px;
        line-height: 25px
    }

    .cart-icon > span {
        background: #7DC4ee none repeat scroll 0 0;
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        height: 18px;
        left: -8px;
        line-height: 16px;
        position: relative;
        text-align: center;
        top: -15px;
        width: 18px;
        z-index: 999
    }

.account-icon {
    font-size: 25px;
    line-height: 25px
}

.account-icon {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    right: 0
}

.search-icon {
    font-size: 25px;
    line-height: 25px
}

.search-icon {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    right: 0
}

.mini-cart-brief {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 150%;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 380px;
    z-index: -9;
    font-family: "Amazon Ember", Arial, sans-serif;
}

.cart-items {
    border: 1px solid #f6f6f6;
    padding: 20px;
    border-radius: 8px;
    background: #fafafa;
}

    .cart-items p {
        color: #565959;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cart-items p span {
        color: #0066c0;
        font-weight: 500;
    }

.all-cart-product {
    padding: 10px 0
}

.single-cart {
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}

.single-cart:last-child {
    border-bottom: none;
}

.single-cart:hover {
    background-color: #f8f9fa;
}

.cart-photo {
    float: left;
    width: 90px
}

.cart-info {
    float: left;
    padding-left: 20px;
    text-align: left
}

    .cart-info h5 {
        font-family: "Bree Serif",serif;
        font-size: 14px;
        text-transform: uppercase
    }

.cart-delete {
    position: absolute;
    right: 30px;
    top: 50px
}

    .cart-delete a i {
        font-size: 16px;
        line-height: 19px
    }

.cart-totals {
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    padding: 20px 50px 20px 20px
}

    .cart-totals h5 {
        font-size: 14px;
        font-weight: 900;
        line-height: 14px;
        text-transform: uppercase
    }

.cart-bottom {
    padding: 20px 60px 30px
}

/* ===== [CART] Mini-cart (header) ===== */
/* Estilos mejorados para mini carrito */
.mini-cart-brief .cart-summary a:hover {
    background: #7dc4ee !important;
    border-color: #7dc4ee !important;
}

.mini-cart-brief .cart-summary a:nth-child(2):hover {
    background: #39a5e5 !important;
    border-color: #39a5e5 !important;
}

.mini-cart-brief .single-cart .cart-delete:hover {
    color: #c7511f !important;
}

.mini-cart-brief .cart-info h6 a:hover {
    color: #c7511f !important;
}

.mini-cart-brief::-webkit-scrollbar {
    width: 6px;
}

.mini-cart-brief::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mini-cart-brief::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.mini-cart-brief::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.mini-cart ul li:hover .mini-cart-brief {
    opacity: 1;
    top: 100%;
    transition: all .5s ease 0s;
    visibility: visible;
    z-index: 99999999
}

.mini-cart ul li:hover .cart-icon {
    color: #7dc4ee
}

.menu-toggle {
    left: 25px;
    position: fixed;
    top: 42px;
    z-index: 99999999;
    transition: all .5s ease 0s
}

.menu-toggle-2 {
    top: 27px
}

.main-menu {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: -260px;
    padding-top: 162px;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 9999999
}

    .main-menu > nav > ul > li > a {
        background: transparent none repeat scroll 0 0;
        color: #666;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 45px;
        padding: 0 0 0 70px;
        position: relative;
        text-transform: uppercase;
        z-index: 1
    }

        .main-menu > nav > ul > li > a::before {
            background: #7dc4ee none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: -100%;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1
        }

    .main-menu > nav > ul > li:hover > a {
        color: #fff
    }

        .main-menu > nav > ul > li:hover > a::before {
            left: 0
        }

    .main-menu ul li .sub-menu {
        background: #fff none repeat scroll 0 0;
        border-left: 1px solid #7dc4ee;
        height: 100%;
        left: 300px;
        padding-top: 172px;
        padding-left: 70px;
        position: absolute;
        opacity: 0;
        top: 0;
        transition: all .3s ease 0s;
        visibility: hidden;
        width: 250px
    }

    .main-menu ul li:hover .sub-menu {
        left: 100%;
        opacity: 1;
        visibility: visible
    }

    .main-menu ul li .sub-menu > ul > li a {
        color: #999;
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
        text-transform: uppercase
    }

    .main-menu ul li .sub-menu > ul > li:hover a {
        color: #7dc4ee
    }

.sub-menu ul li:last-child {
    padding-bottom: 100px
}

.main-menu ul li .mega-menu {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #7dc4ee;
    height: 100%;
    left: 300px;
    padding-top: 172px;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 500px
}

.main-menu ul li:hover .mega-menu {
    left: 100%;
    opacity: 1;
    visibility: visible
}

.half-width {
    float: left;
    padding-bottom: 35px;
    padding-left: 70px;
    width: 50%
}

.menu-title {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.half-width > ul > li a {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase
}

.half-width > ul > li:hover a {
    color: #7dc4ee
}

.mega-menu-img a {
    display: block
}

.boxscroll {
    overflow: auto
}

.main-menu #ascrail2000 {
    display: none !important
}

.main-menu .nicescroll-rails.nicescroll-rails-vr {
    display: none !important
}

.header.sticky {
    background: #eee none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 9999999
}

.sticky .logo {
    margin: auto;
    padding: 10px 0;
    width: 90px
}

.sticky .cart-icon {
    padding: 20px 0
}

.sticky .menu-toggle {
    top: 12px;
    transition: all .5s ease 0s
}

.sticky .cart-icon, .sticky .logo, .sticky .menu-toggle {
    transition: all .5s ease 0s
}

.header-2.sticky {
    background: #fff none repeat scroll 0 0
}

.slider-banner-area {
    padding: 0 100px;
    position: relative
}

.banner-2 {
    margin-top: 50px
}

.single-banner {
    position: relative;
    transition: all .5s ease 0s
}

    .single-banner:hover {
        box-shadow: 1px 8px 15px rgba(0,0,0,.12)
    }

.price {
    color: #434343;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 20px
}

.banner-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.banner-brief {
    bottom: 20px;
    left: 30px;
    position: absolute
}

.banner-1 .banner-brief p {
    line-height: 15px
}

.banner-1 .button-one {
    bottom: 20px;
    position: absolute;
    right: 30px
}

.banner-2 .banner-brief {
    bottom: auto;
    left: auto;
    padding-right: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%
}

.banner-2 .banner-title {
    font-size: 20px;
    margin-bottom: 15px
}

.banner-2 .banner-brief p {
    margin: 0 0 30px
}

.slider-right {
    width: 70.5%
}

.slider-title2, .slider-title3 {
    font-weight: 400
}

.slider-title3 {
    font-size: 25px;
    line-height: 30px
}

.slider-title1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 66px
}

.slider-title2 {
    font-size: 30px;
    line-height: 33px
}

.slider-pro-brief {
    color: #878686
}

.layer-1 {
    float: right;
    margin-right: 5%;
    width: 44%
}

.banner-left {
    width: 29.5%;
    padding-right: 50px
}

.single-banner img {
    width: 100%
}

.sidebar-social {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px
}

    .sidebar-social ul > li {
        position: relative;
        text-align: center;
        margin-bottom: 13px
    }

        .sidebar-social ul > li:last-child {
            margin-bottom: 0
        }

        .sidebar-social ul > li > a {
            color: #666;
            display: inline-block;
            font-size: 14px;
            line-height: 30px;
            margin: 0;
            padding: 0 10px;
            text-align: center
        }

.sidebar-account {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

    .sidebar-account ul > li {
        position: relative;
        text-align: center;
        margin-bottom: 13px
    }

        .sidebar-account ul > li:last-child {
            margin-bottom: 0
        }

        .sidebar-account ul > li > a {
            color: #666;
            display: block;
            font-size: 14px;
            line-height: 30px;
            margin: 0;
            text-align: center
        }

.customer-login {
    background: #fff none repeat scroll 0 0;
    padding: 40px
}

.sidebar-account .customer-login {
    border: 1px solid #f6f6f6;
    margin-top: -150px;
    opacity: 0;
    position: absolute;
    right: 120%;
    top: 50%;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 570px;
    z-index: -999
}

.sidebar-account ul > li:hover .customer-login {
    opacity: 1;
    right: 100%;
    visibility: visible;
    z-index: 99999
}

.sidebar-search {
    background: rgba(255,255,255,.9) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999999
}

.search-form-wrap form {
    position: relative
}

.sidebar-search input {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #7DC4ee;
    font-size: 16px;
    margin-top: 230px
}

.search-button {
    bottom: 25px;
    font-size: 30px;
    line-height: 28px;
    position: absolute;
    right: 0
}

.close-search {
    color: #999;
    font-size: 30px;
    line-height: 28px
}

    .close-search:hover, .search-button:hover {
        color: #7dc4ee
    }

.product-slider.style-1 {
    margin-left: -15px;
    margin-right: -15px
}

    .product-slider.style-1 .single-product {
        padding-left: 15px;
        padding-right: 15px
    }

.product-slider.style-2 {
    background-color: transparent;
    margin-left: -30px;
    margin-right: -30px
}

    .product-slider.style-2 [class*=col-] {
        margin-left: 15px;
        margin-right: 15px
    }

.product-slider .slick-list {
    padding: 10px 15px 20px
}

.single-product {
    padding-top: 15px;
    transition: all .5s ease 0s
}

.product-img {
    overflow: hidden;
    position: relative
}

    .product-img img {
        width: 100%
    }

.product-action {
    background: #fff none repeat scroll 0 0;
    bottom: -40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease 0s;
    width: calc(100% - 40px)
}

    .product-action a {
        color: #666;
        float: left;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        position: relative;
        width: 25%
    }

        .product-action a::before {
            background: #999 none repeat scroll 0 0;
            content: "";
            height: 16px;
            margin-top: -8px;
            position: absolute;
            right: 0;
            top: 50%;
            width: 2px
        }

        .product-action a:last-child::before {
            display: none
        }

        .product-action a:hover {
            color: #7dc4ee
        }

.product-info {
    padding: 20px 0
}

.post-title {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: bree serif;
    margin-bottom: 5px
}

.product-info p {
    font-weight: 700;
    margin-bottom: 5px
}

.pro-price {
    color: #7DC4ee;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px
}

.pro-rating a {
    color: #7DC4ee;
    font-size: 15px;
    line-height: 28px
}

.single-product:hover .product-action {
    bottom: 15px;
    visibility: visible;
    opacity: 1
}

.single-product:hover {
    box-shadow: 1px 25px 54px rgba(0,0,0,.12)
}

.product-slider .single-product:hover {
    box-shadow: 1px 8px 15px rgba(0,0,0,.12)
}

.discount-product {
    position: relative
}

.discount-img-brief {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.onsale {
    background: #7DC4ee none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 112px;
    margin: 5% 15% 0 25%;
    padding-top: 30px;
    text-align: center;
    width: 112px
}

.discount-info {
    float: left;
    margin-top: 45px;
    padding: 0;
    width: 40%
}

.onsale span {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 14px
}

.onsale-text {
    font-style: italic;
    padding-bottom: 12px;
    position: relative
}

    .onsale-text::before {
        background: #fff none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 20px
    }

.onsale-price {
    padding-top: 10px;
    font-weight: 700
}

.discount-info h1 {
    font-size: 45px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 15px
}

.tab-menu {
    margin-bottom: 23px;
    display: inline-block
}

    .tab-menu li {
        display: block;
        margin: 0 15px;
        position: relative;
        float: left
    }

        .tab-menu li a {
            color: #666;
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            line-height: 10px;
            padding-bottom: 12px
        }

            .tab-menu li a.active {
                color: #d3b484
            }

                .tab-menu li a.active::before {
                    background: #d3b484 none repeat scroll 0 0;
                    bottom: 0;
                    content: "";
                    height: 2px;
                    position: absolute;
                    width: 30px
                }

.single-blog {
    transition: all .5s ease 0s
}

.post-date {
    border: 1px solid #d6948c;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px
}

    .post-date span {
        font-size: 20px;
        font-weight: 700
    }

.post-year {
    padding-left: 10px
}

    .post-year p {
        font-weight: 700
    }

.like-share {
    padding: 12px 0
}

    .like-share a {
        color: #999;
        float: left;
        font-size: 12px;
        line-height: 14px;
        margin-right: 20px
    }

        .like-share a:hover {
            color: #7DC4ee
        }

        .like-share a:last-child {
            margin-right: 0
        }

        .like-share a i {
            padding: 0 8px 0 2px
        }

.blog-photo {
    overflow: hidden
}

.single-blog:hover .blog-photo img {
    transform: scale(1.1)
}

.blog-photo img {
    width: 100%;
    transition: all .5s ease 0s
}

.blog-photo a {
    display: block
}

.subscribe-area {
    margin-bottom: -40px
}

.subscribe {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 20px 0
}

    .subscribe form {
        margin: auto;
        width: calc(100% - 300px)
    }

    .subscribe input {
        background: transparent none repeat scroll 0 0;
        border-bottom: 1px solid #7DC4ee;
        margin: 0;
        position: relative;
        top: -4px;
        width: 70%
    }

.footer-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 120px 0 75px
}

.footer-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 15px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: uppercase
}

    .footer-title.title-border::before {
        background: #7DC4ee none repeat scroll 0 0
    }

.footer-contact li {
    display: block;
    overflow: hidden;
    padding-bottom: 15px
}

    .footer-contact li:last-child {
        padding-bottom: 0
    }

    .footer-contact li span {
        float: left;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        width: 95px
    }

.footer-menu li a {
    color: #666;
    line-height: 27px
}

    .footer-menu li a i {
        margin-right: 10px
    }

    .footer-menu li a:hover {
        color: #7dc4ee
    }

.footer-thumb {
    overflow: hidden;
    position: relative
}

    .footer-thumb > a {
        display: block;
        position: relative
    }

        .footer-thumb > a::before {
            background: #7dc4ee none repeat scroll 0 0;
            content: "";
            height: 100%;
            opacity: .5;
            position: absolute;
            top: 100%;
            width: 100%
        }

    .footer-thumb:hover a::before {
        top: 0
    }

.footer-thumb-info {
    height: 100%;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    transition: all .5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 2
}

    .footer-thumb-info p {
        line-height: 15px;
        text-transform: capitalize
    }

.price-3 {
    font-size: 16px;
    line-height: 15px
}

.footer-thumb-info p a, .price-3 {
    color: #fff
}

.footer-thumb:hover .footer-thumb-info {
    top: 0;
    visibility: visible
}

.copyright, .payment {
    line-height: 60px
}

    .payment a {
        display: inline-block;
        margin-left: 10px
    }

        .payment a:first-child {
            margin-left: 0
        }

.copyright-area {
    background: #eee none repeat scroll 0 0
}

.body-bg {
    background: #f6f6f6 none repeat scroll 0 0
}

.slider-style-2 .layer-1 {
    width: 50%
}

.banner-3 .banner-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px
}

.banner-3 .banner-brief {
    bottom: auto;
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.product-style-2 .single-product {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 15px 15px 25px
}

.product-style-2 .product-action {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 15px;
    opacity: 1;
    position: inherit;
    visibility: visible;
    width: calc(100% - 0px)
}

.pro-price-2 {
    color: #7DC4ee;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 15px
}

.product-style-2 .product-info {
    padding: 15px 0 0
}

.discount-2 .discount-product {
    background: #fff none repeat scroll 0 0;
    padding: 72px 20px;
    position: inherit
}

.discount-2 .discount-info {
    float: none;
    width: 100%
}

.up-comming-product {
    background: #fff none repeat scroll 0 0;
    padding: 20px
}

.up-comming-img img {
    width: 100%
}

.up-comming-brief {
    padding: 20px 0 25px
}

.comming-pro-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    margin: 0
}

.cdown {
    display: inline-block;
    margin: auto 15px
}

.time-count {
    border: 1px solid #dfaba4;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 40px
}

.cdown p {
    color: #8a8888;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0 0;
    text-transform: capitalize
}

.blog-2 .single-blog {
    background: #fff none repeat scroll 0 0;
    padding: 25px
}

.blog-2 .blog-photo {
    position: relative
}

.blog-2 .like-share {
    background: rgba(255,255,255,.8) none repeat scroll 0 0;
    bottom: -40px;
    position: absolute;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 100%
}

    .blog-2 .like-share a {
        color: #444;
        display: inline-block;
        float: none
    }

        .blog-2 .like-share a:hover {
            color: #7DC4ee
        }

.blog-2 .post-meta {
    padding: 30px 0 10px
}

.blog-2 .single-blog:hover {
    box-shadow: 1px 25px 54px rgba(0,0,0,.12)
}

    .blog-2 .single-blog:hover .blog-photo img {
        transform: none
    }

    .blog-2 .single-blog:hover .like-share {
        bottom: 0;
        visibility: visible
    }

.brand-logo-area {
    margin-bottom: -50px
}

.brand {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    text-align: center
}

.single-brand {
    height: 100px;
    line-height: 100px
}

    .single-brand a {
        display: inline-block
    }

        .single-brand a img {
            display: inline-block
        }

.footer-2 {
    background: #eee none repeat scroll 0 0;
    padding-top: 130px
}

.footer-subscribe button {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #666;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase
}

    .footer-subscribe button:hover {
        background: #f6f6f6 none repeat scroll 0 0;
        color: #7dc4ee
    }

.copyright-2 {
    background: #f2f2f2 none repeat scroll 0 0
}

.footer-area.footer-3 {
    background: #eee none repeat scroll 0 0;
    padding: 80px 0
}

.heading-banner-area {
    background: rgba(0,0,0,0) url(/img/bg/1.jpg) no-repeat scroll center center/cover
}

.heading-banner-title h2 {
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    line-height: 33px;
    margin-bottom: 0;
    padding: 134px 0 101px;
    text-align: center;
    text-transform: uppercase
}

.breadcumbs ul {
    overflow: hidden
}

.breadcumbs li {
    color: #eee;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-left: 38px;
    position: relative;
    text-transform: uppercase
}

    .breadcumbs li:first-child {
        margin-left: 0
    }

.breadcumbs ul li a {
    color: #fff;
    display: block
}

.breadcumbs ul li:hover a {
    color: #7DC4ee
}

.breadcumbs li::after {
    color: #fff;
    content: "/";
    left: -22px;
    position: absolute;
    top: 0
}

.breadcumbs li:first-child::after {
    content: ""
}

.overlay-bg {
    position: relative
}

    .overlay-bg::before {
        background: rgba(0,0,0,.3) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.option-btn {
    margin-right: 20px;
    padding: 0;
    color: #999
}

    .option-btn.active, .option-btn:hover {
        color: #7dc4ee
    }

.dropdown-menu {
    border-radius: 0
}

.dropdown-width {
    width: 290px
}

.widget-search .widget-info {
    padding: 20px
}

.widget-search {
    position: relative
}

    .widget-search input {
        background: #fff none repeat scroll 0 0;
        height: 50px;
        margin-bottom: 0;
        padding: 0 65px 0 20px
    }

    .widget-search button {
        color: #999;
        font-size: 20px;
        line-height: 50px;
        position: absolute;
        right: 20px;
        top: 0
    }

        .widget-search button:hover {
            color: #7dc4ee
        }

.widget {
    background: #fff none repeat scroll 0 0;
    width: 100%
}

.widget-categories {
    background: #fff none repeat scroll 0 0;
    width: 100%
}

.widget-title h4 {
    border-bottom: 2px solid #f6f6f6;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 30px;
    text-transform: uppercase
}

.widget-info {
    padding: 20px 30px
}

    .widget-info.product-cat {
        background: #fff none repeat scroll 0 0;
        height: 290px;
        padding: 15px 20px 20px 10px
    }

.product-cat .treeview {
    padding-left: 20px
}

    .product-cat .treeview li span {
        color: #666;
        display: block;
        font-size: 14px;
        line-height: 25px;
        text-transform: capitalize;
        cursor: pointer;
        transition: all .3s ease 0s
    }

        .product-cat .treeview li span:hover, .product-cat .treeview li.collapsable span {
            color: #7dc4ee
        }

    .product-cat .treeview li > ul > li > a {
        color: #999;
        display: block;
        font-size: 13px;
        line-height: 25px;
        text-transform: capitalize
    }

    .product-cat .treeview li > ul > li > a {
        color: #999
    }

        .product-cat .treeview li > a:hover, .product-cat .treeview li > ul > li > a:hover {
            color: #7dc4ee
        }

.price_slider_amount {
    margin-bottom: 10px
}

    .price_slider_amount > input {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        margin: 0 5px 0 0;
        padding: 0;
        width: auto
    }

        .price_slider_amount > input#amount {
            margin-right: 0;
            width: 90px
        }

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #dcdcdc none repeat scroll 0 0;
    border: medium none;
    height: 3px
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #7DC4ee none repeat scroll 0 0
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #7DC4ee;
    height: 12px;
    width: 12px
}

    .ui-slider-handle.ui-state-default.ui-corner-all:focus-visible {
        outline: 0
    }

.color-filter ul li {
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 28px;
    width: 100%
}

    .color-filter ul li span.count {
        float: right
    }

span.color {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin-right: 20px;
    width: 13px
}

.color-filter ul li.active span.color, .color-filter ul li:hover span.color {
    outline: 1px solid #d6b98c;
    outline-offset: 1px
}

.color-filter ul li.active a, .color-filter ul li.active span.count {
    color: #7dc4ee
}

span.color.color-1 {
    background: #ffa07a
}

span.color.color-2 {
    background: #e9967a
}

span.color.color-3 {
    background: #fe5858
}

span.color.color-4 {
    background: #00b2ee
}

span.color.color-5 {
    background: #00eeb3
}

span.color.color-6 {
    background: #8dc63f
}

span.color.color-7 {
    background: #c38b4b
}

.size-filter li {
    float: left;
    margin: 8px 8px 0 0
}

.size-filter ul li a {
    background: #f6f6f6 none repeat scroll 0 0;
    display: block;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px
}

.size-filter ul li:last-child {
    margin-right: 0
}

.size-filter ul li a:hover, .size-filter ul li.active a {
    background: #7dc4ee;
    color: #fff
}

.widget-banner .widget-info {
    padding: 15px
}

.widget-banner-img a {
    display: block
}

.widget-product .widget-info {
    padding: 10px 15px
}

.sidebar-product .product-img {
    float: left;
    width: 35%
}

.sidebar-product .product-info {
    float: left;
    padding: 0 0 0 20px;
    width: 65%
}

.sidebar-product .post-title, .sidebar-product .pro-price {
    font-size: 14px;
    line-height: 16px
}

.sidebar-product .pro-price {
    color: #999
}

.sidebar-product .single-product {
    margin-bottom: 5px;
    padding: 10px 15px;
    display: flex
}

.product-option {
    background: #fff none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px
}

.shop-tab > li {
    float: left;
    margin-right: 20px
}

.shop-tab li a {
    color: #999;
    display: block;
    font-size: 20px
}

    .shop-tab li a.active {
        color: #7dc4ee
    }

.shop-list .single-product {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 15px
}

.shop-list .product-img {
    float: left;
    width: 29.333%
}

.shop-list .product-info {
    float: left;
    padding: 0 15px 0 30px;
    width: 69.667%
}

.shop-list .product-action {
    float: left;
    margin: 0 0 0 20px;
    width: 45%
}

.shop-list .cart-plus-minus {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    width: 33%
}

input.cart-plus-minus-box {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 33.33%
}

.qtybutton {
    cursor: pointer;
    float: left;
    font-size: 20px;
    position: relative;
    width: 33.3333%
}

    .qtybutton:hover {
        color: #7dc4ee
    }

.dec.qtybutton::before, .inc.qtybutton::before {
    background: #999;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px
}

.dec.qtybutton::before {
    right: 0
}

.inc.qtybutton::before {
    left: 0
}

.pagination {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 50px;
    margin: 0;
    border-radius: 0
}

    .pagination ul {
        display: inline-block
    }

        .pagination ul li {
            display: block;
            float: left;
            padding: 10px 0
        }

            .pagination ul li a {
                color: #666;
                display: block;
                line-height: 30px;
                padding: 0 6px
            }

                .pagination ul li a i {
                    display: block;
                    font-size: 20px;
                    line-height: 30px
                }

            .pagination ul li.active a, .pagination ul li:hover a {
                color: #7dc4ee
            }

.single-pro-area .single-product:hover {
    box-shadow: none
}

.single-pro-color ul li {
    line-height: inherit;
    width: auto
}

.single-pro-color span.color {
    margin-right: 10px
}

.color-title {
    color: #434343;
    display: block;
    font-weight: 700;
    width: 55px
}

.single-pro-size ul li a, .single-pro-size ul li a:hover, .single-pro-size ul li.active a {
    background: transparent none repeat scroll 0 0
}

    .single-pro-size ul li a:hover, .single-pro-size ul li.active a {
        color: #7dc4ee
    }

.single-pro-size ul li {
    margin-right: 0
}

    .single-pro-size ul li a {
        height: auto;
        line-height: inherit;
        margin-right: 15px;
        width: auto
    }

.single-pro-info .single-product {
    padding: 30px 15px 30px 30px
}

.single-pro-info .single-big-photo {
    float: left;
    width: 45%
}

.single-big-photo img {
    width: 100%
}

.single-pro-info .product-info {
    width: 55%
}

.single-pro-info .single-sml-photo {
    margin-top: 38px
}

.single-sml-photo .slick-list {
    margin: auto;
    width: calc(100% - 50px)
}

.single-sml-photo .slick-slide {
    padding: 0 10px;
    width: 70px
}

.single-sml-photo img {
    cursor: pointer;
    width: 100%;
    margin: 0 auto
}

.single-sml-photo .slick-current img {
    border: 1px solid #d6b98c
}

.single-pro-info .slick-arrow {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 25px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
    z-index: 999;
    transition: all .3s ease 0s
}

    .single-pro-info .slick-arrow:hover {
        background: #7dc4ee none repeat scroll 0 0;
        color: #fff
    }

    .single-pro-info .slick-arrow.arrow-left {
        left: 0;
        right: auto
    }

    .single-pro-info .slick-arrow.arrow-right {
        left: auto;
        right: 0
    }

    .single-pro-info .slick-arrow i {
        left: 0;
        margin-top: -12px;
        position: absolute;
        right: 0;
        top: 50%
    }

.view-lightbox {
    position: relative
}

.view-full-screen {
    bottom: 0;
    color: #999;
    display: block;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25px;
    z-index: 9
}

    .view-full-screen::before {
        border-right: 50px solid #fcfbfb;
        border-top: 50px solid transparent;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        z-index: -1
    }

.single-pro-info.no-sidebar .single-big-photo {
    width: 38%
}

.single-pro-info.no-sidebar .product-info {
    width: 62%
}

.pro-tab-info {
    background: #fff none repeat scroll 0 0;
    padding: 40px 30px
}

.single-pro-tab-menu ul li {
    margin-bottom: 5px
}

    .single-pro-tab-menu ul li a {
        background: #fff none repeat scroll 0 0;
        color: #666;
        display: block;
        font-size: 16px;
        font-weight: 700;
        height: 45px;
        line-height: 45px;
        padding: 0 30px
    }

        .single-pro-tab-menu ul li a.active {
            background: #7dc4ee none repeat scroll 0 0;
            color: #fff
        }

.tab-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase
}

.product-comments li {
    float: left
}

.pro-reviewer {
    float: left;
    width: 90px
}

.pro-reviewer-comment {
    margin-left: 90px;
    padding-left: 30px
}

.comment-reply a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #999;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    text-align: center;
    width: 50px
}

    .comment-reply a:hover {
        background: #7dc4ee none repeat scroll 0 0;
        color: #fff
    }

.reply-date {
    color: #999;
    margin-bottom: 10px
}

.tab-title.title-border::before {
    height: 3px
}

.threaded-comments {
    padding-left: 20px
}

.your-rating span a {
    color: #7DC4ee;
    font-size: 16px
}

.separator {
    color: #ccc;
    margin: 0 15px
}

.shop-cart-table {
    background: #fff none repeat scroll 0 0;
    padding: 40px
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    text-align: center;
    width: 100%
}

    .table-content table th {
        background: #f6f6f6 none repeat scroll 0 0;
        font-weight: 700;
        padding: 10px 10px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap
    }

    .table-content table td {
        border-top: medium none;
        padding: 20px 10px 0;
        vertical-align: middle
    }

        .table-content table td.product-thumbnail {
            padding-left: 0;
            width: 330px
        }

.product-thumbnail .product-img {
    float: left;
    position: inherit;
    width: 110px
}

.product-thumbnail .product-info {
    float: left;
    padding: 24px 0 0 20px
}

.product-thumbnail .post-title {
    font-size: 14px
}

.product-thumbnail .product-info p {
    font-weight: 400;
    margin-bottom: 0
}

.product-thumbnail .single-product {
    padding-top: 0
}

.table-content table td.product-price {
    color: #999;
    font-size: 16px;
    font-weight: 900
}

.product-quantity .cart-plus-minus {
    float: none;
    height: 30px;
    line-height: 30px;
    margin: auto;
    width: 120px
}

.product-quantity .dec.qtybutton {
    border-right: 5px solid #fff
}

.product-quantity .inc.qtybutton {
    border-left: 5px solid #fff
}

.product-quantity .cart-plus-minus-box {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    line-height: 30px
}

.product-quantity .dec.qtybutton::before, .product-quantity .inc.qtybutton::before {
    display: none
}

.table-content table td.product-subtotal {
    font-size: 16px;
    font-weight: 900
}

.product-remove i {
    background: #f6f6f6 none repeat scroll 0 0;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all .3s ease 0s
}

    .product-remove i:hover {
        background: #7dc4ee none repeat scroll 0 0;
        color: #fff
    }

.table-content table td.product-stock {
    color: #999;
    font-weight: 900;
    text-transform: uppercase
}

.table-content table td.product-add-cart a {
    font-size: 25px
}

.payment-details table {
    width: 100%
}

    .payment-details table th {
        background: #f5f5f5 none repeat scroll 0 0;
        color: #666;
        font-weight: 900;
        padding: 10px 30px;
        text-transform: uppercase
    }

    .payment-details table td {
        color: #999;
        font-weight: 700;
        padding: 7px 30px
    }

    .payment-details table tr {
        border-bottom: 1px solid #e5e5e5
    }

        .payment-details table tr:last-child {
            border-bottom: 0
        }

            .payment-details table tr:last-child td {
                color: #7DC4ee;
                padding: 15px 30px 0
            }

.cart-page-menu li {
    float: left;
    padding: 0 15px;
    width: 25%
}

    .cart-page-menu li a {
        background: #fff none repeat scroll 0 0;
        color: #999;
        display: block;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase
    }

        .cart-page-menu li a.active {
            background: #7dc4ee none repeat scroll 0 0;
            color: #fff
        }

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f6f6f6 url(/img/bg/angel-down.png) no-repeat scroll 97% center;
    border: medium none;
    color: #999;
    height: 40px;
    padding: 0 20px;
    text-transform: capitalize;
    width: 100%;
    outline: 0
}

    .custom-select option {
        padding: 5px 20px
    }

.payment-accordion h3 {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase
}

.payment-accordion-toggle::before {
    color: #ccc;
    content: "\f2f2";
    font-family: material-design-iconic-font;
    font-size: 25px;
    position: absolute;
    right: 30px;
    text-align: center
}

.payment-accordion-toggle.active::before {
    content: "\f2f8"
}

.payment-content {
    display: none;
    padding: 0 30px
}

    .payment-content.default {
        display: block
    }

    .payment-content p {
        color: #999
    }

    .payment-content a img {
        border: 1px solid #e5e5e5;
        margin: 0 10px 10px 0;
        padding: 5px
    }

.thank-recieve p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
    text-align: center
}

.order-info {
    padding: 20px 0
}

.single-order-info {
    float: left;
    width: 25%
}

.my-account .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none
}

.my-account-menu a {
    background: #7dc4ee;
    color: #fff;
    display: block;
    font-style: normal;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase
}

    .my-account-menu a.collapsed {
        background: #7DC4ee
    }

.my-account-menu-2 a {
    background: #7DC4ee
}

.my-account .panel-body {
    padding: 0
}

.blog-details-area .single-blog {
    padding: 40px
}

.blog-details-area .like-share {
    background: rgba(255,255,255,.2) none repeat scroll 0 0;
    display: flex;
    bottom: 0;
    padding-left: 20px;
    visibility: visible
}

.post-date-2 {
    background: #fff none repeat scroll 0 0;
    height: 70px;
    left: 20px;
    line-height: inherit;
    padding: 12px 0 10px;
    position: absolute;
    top: 20px;
    width: 70px
}

    .post-date-2 span {
        display: block
    }

        .post-date-2 span:first-child {
            font-size: 30px;
            padding-bottom: 8px
        }

.post-title-2 {
    font-size: 22px;
    margin-bottom: 0;
    padding: 38px 0 25px
}

.post-share-tag {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 15px 20px
}

.post-share span {
    margin-right: 20px
}

.post-share a {
    color: #999;
    margin-right: 15px
}

    .post-share a:hover {
        color: #7dc4ee
    }

    .post-share a:last-child {
        margin-right: 0
    }

.author-comments {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 25px 20px
}

.author-photo {
    width: 100px
}

    .author-photo img {
        border-radius: 50%
    }

.author-brief {
    margin-left: 100px;
    padding-left: 25px
}

.single-recent-comments h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.error-content {
    border: 30px solid #fff;
    padding: 100px 0
}

    .error-content h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 27px
    }

.error-form {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 450px
}

    .error-form input {
        background: #fff none repeat scroll 0 0;
        padding-right: 50px
    }

    .error-form button {
        color: #999;
        font-size: 20px;
        font-weight: 700;
        height: 40px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .3s ease 0s;
        width: 50px
    }

        .error-form button:hover {
            color: #7dc4ee
        }

.go-to-home {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    text-transform: uppercase
}

.about-us {
    padding: 40px
}

.about-brief {
    margin-left: -200px;
    margin-top: 40px;
    min-height: 350px;
    padding: 40px 30px 30px 40px
}

.single-member {
    padding: 30px 15px;
    transition: all .3s ease 0s
}

    .single-member:hover {
        box-shadow: 1px 25px 54px rgba(0,0,0,.12)
    }

    .single-member img {
        border-radius: 50%
    }

    .single-member h3 {
        color: #666;
        font-family: bree serif;
        font-size: 20px
    }

    .single-member h4 {
        color: #999;
        font-size: 13px
    }

.team-social li {
    display: inline-block;
    margin: 0 1px
}

.team-social ul li a {
    color: #999;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px
}

    .team-social ul li a:hover {
        color: #7dc4ee
    }

.contact-details ul li {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden
}

    .contact-details ul li i {
        background: #ddd none repeat scroll 0 0;
        color: #999;
        float: left;
        font-size: 20px;
        height: 35px;
        line-height: 35px;
        margin-right: 20px;
        text-align: center;
        width: 35px
    }

    .contact-details ul li span {
        display: block
    }

#bodyContent > p {
    margin-bottom: 0
}

.thankyou h2 {
    color: #666;
    font-size: 20px;
    line-height: 14px;
    padding: 30px 0
}

/* Password Recovery Modal and Notifications */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.modal-overlay.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.password-recovery-modal {
    background: white;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.4s ease;
    position: relative;
}

.modal-header {
    text-align: center;
    margin-bottom: 25px;
}

.modal-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #7DC4ee, #39a5e5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 25px rgba(125, 196, 238, 0.3);
}

.modal-icon i {
    font-size: 35px;
    color: white;
}

.modal-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.modal-body {
    text-align: center;
    margin-bottom: 30px;
}

.modal-body p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.email-display {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #39a5e5;
    border-radius: 12px;
    padding: 15px 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.email-text {
    color: #39a5e5;
    font-weight: 600;
    font-size: 1.1rem;
    flex: 1;
    word-break: break-all;
}

.copy-email-btn {
    background: linear-gradient(45deg, #7DC4ee, #39a5e5);
    border: none;
    border-radius: 8px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(125, 196, 238, 0.3);
}

.copy-email-btn:hover {
    background: linear-gradient(45deg, #5bb8e0, #2a8fd1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(57, 165, 229, 0.4);
}

.copy-email-btn:active {
    transform: translateY(0);
}

.copy-email-btn i {
    margin-right: 5px;
}

.modal-footer {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.modal-btn-primary {
    background: linear-gradient(45deg, #7DC4ee, #39a5e5);
    color: white;
    box-shadow: 0 4px 15px rgba(125, 196, 238, 0.3);
}

.modal-btn-primary:hover {
    background: linear-gradient(45deg, #5bb8e0, #2a8fd1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(57, 165, 229, 0.4);
}

.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close-btn:hover {
    background: #f8f9fa;
    color: #39a5e5;
    transform: rotate(90deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.copied-notification {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #4ade80, #22c55e);
    color: white;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
    z-index: 10000;
    animation: slideInRight 0.4s ease;
    font-weight: 600;
}

.copied-notification.show {
    display: flex;
    align-items: center;
    gap: 10px;
}

.copied-notification i {
    font-size: 20px;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive for modal */
@media (max-width: 768px) {
    .password-recovery-modal {
        padding: 30px 20px;
    }
    .modal-title {
        font-size: 1.4rem;
    }
    .email-display {
        flex-direction: column;
    }
    .copy-email-btn {
        width: 100%;
    }
}

/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 9999;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s;
}

.whatsapp-float:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    background: #20ba5a;
}

.whatsapp-float img {
    display: block;
}

/* Alinear móvil con botón de chat */
@media (max-width: 576px) {
    .whatsapp-float {
        right: 18px;           /* same as chat */
        bottom: 84px;          /* chat (16) + height (56) + gap (12) */
    }
}
/* ===== End moved styles ===== */
/* ===== PQR public page (Views/Pqr/Index.cshtml) ===== */
.pqr-card { border: 1px solid #e5e5e5; border-radius: 16px; overflow: hidden; }
.pqr-card-header { background: linear-gradient(45deg, #7DC4ee, #39a5e5); }
.pqr-card-body { background: #fff; }
.pqr-success { border-radius: 12px; transition: opacity 0.6s ease, transform 0.6s ease; }
.pqr-success .zmdi { color: #22c55e; }
.pqr-label { font-weight: 700; color: #434343; }
.pqr-cancel-btn { border-radius: 10px; }
.pqr-submit-btn { background: #7DC4ee; color: #fff; border-radius: 10px; padding: 8px 20px; font-weight: 700; }
.pqr-submit-btn:hover { background: #5bb8e0; color: #fff; }

/* ===== [WIDGETS / VARIOS] ===== */
/* ----------------------------------------------------------------------- */
/* ===== Modales superpuestos simples (CategoryAdm personalizado) ===== */
.simple-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.3); z-index: 2000; }
.simple-overlay.show { display: block; }
.z-2100 { z-index: 2100 !important; }
.simple-dialog-350 { max-width: 350px; margin: 10% auto; }
/* ===== [CAMBIAR CONTRASEÑA] ===== */
/* ----------------------------------------------------------------------- */
.change-password-container {
    background: linear-gradient(135deg, #7DC4ee 0%, #39a5e5 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.change-password-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 500px;
    width: 100%;
    animation: changePasswordSlideUp 0.6s ease;
}

@keyframes changePasswordSlideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.card-header-custom { text-align: center; margin-bottom: 30px; }

.header-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #7DC4ee, #39a5e5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(125, 196, 238, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 10px 30px rgba(125, 196, 238, 0.3); }
    50% { box-shadow: 0 15px 40px rgba(125, 196, 238, 0.5); }
    100% { box-shadow: 0 10px 30px rgba(125, 196, 238, 0.3); }
}

.header-icon i { font-size: 40px; color: white; }

.card-title-custom {
    background: linear-gradient(45deg, #7DC4ee, #39a5e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.alert-custom {
    background: linear-gradient(45deg, #fff3cd, #ffeaa7);
    border: 2px solid #39a5e5;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 500;
}

.alert-custom strong { color: #000; font-weight: 600; }
.alert-custom i { color: #39a5e5; font-size: 1.2rem; margin-right: 8px; }

.input-group-modern { margin-bottom: 20px; position: relative; }
.input-group-modern label { color: #39a5e5; font-weight: 600; margin-bottom: 8px; display: block; }
.input-group-modern .form-control {
    background: rgba(248, 249, 250, 0.8);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    color: #495057;
    height: 55px;
    padding: 0 50px 0 20px;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.input-group-modern .form-control:focus {
    border-color: #39a5e5;
    background: #fff;
    box-shadow: 0 4px 20px rgba(57, 165, 229, 0.2);
    transform: translateY(-2px);
    outline: none;
}
.toggle-password-btn {
    position: absolute; right: 15px; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: #39a5e5; cursor: pointer; padding: 8px; font-size: 18px;
    transition: all 0.2s ease; z-index: 3; border-radius: 4px;
}
.toggle-password-btn:hover { color: #2a8fd1; background: rgba(57,165,229,0.1); }
.toggle-password-btn i { font-size: 18px; }

.submit-btn-modern {
    background: linear-gradient(45deg, #7DC4ee 0%, #39a5e5 100%);
    border: none; border-radius: 12px; color: #fff; font-weight: 600; font-size: 1.1rem;
    padding: 15px 30px; width: 100%; min-height: 55px; transition: all 0.3s ease; cursor: pointer;
    box-shadow: 0 4px 15px rgba(125,196,238,0.3); margin-top: 10px;
}
.submit-btn-modern:hover:not(:disabled) { background: linear-gradient(45deg,#5bb8e0 0%,#2a8fd1 100%); box-shadow: 0 6px 20px rgba(57,165,229,0.4); transform: translateY(-2px); }
.submit-btn-modern:active:not(:disabled) { transform: translateY(0); box-shadow: 0 4px 15px rgba(57,165,229,0.3); }
.submit-btn-modern:disabled { opacity: .6; cursor: not-allowed; background: linear-gradient(45deg,#9ca3af,#6b7280); box-shadow: none; transform: none; }

.form-text-modern { color: #6c757d; font-size: .9rem; margin-top: 5px; }

@media (max-width: 768px) {
    .change-password-card { padding: 30px 20px; margin: 10px; }
    .card-title-custom { font-size: 1.5rem; }
    .header-icon { width: 60px; height: 60px; }
    .header-icon i { font-size: 30px; }
}

/* Scoped spinner for Change Password */
.change-password-container .loading-spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #39a5e5;
    border-radius: 50%;
    width: 24px; height: 24px;
    animation: spin 1s linear infinite; margin-right: 10px;
}

@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* ===== [INICIO DE SESIÓN] ===== */
/* ----------------------------------------------------------------------- */
.login-area {
    background: linear-gradient(135deg, #7DC4ee 0%, #39a5e5 100%);
    border-radius: 20px; padding: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); margin: 20px 0;
}
.customer-login {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.login-area .title-1.title-border {
    background: linear-gradient(45deg, #7DC4ee, #39a5e5);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    font-weight: 700; font-size: 1.8rem; text-align: center; margin-bottom: 20px; position: relative;
}
.login-area .title-1.title-border::after {
    content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
    width: 60px; height: 3px; background: linear-gradient(45deg, #7DC4ee, #39a5e5); border-radius: 2px;
}
.login-area .text-gray { color: #6c757d; text-align: center; margin-bottom: 25px; font-weight: 500; }

.customer-login input[type="text"],
.customer-login input[type="password"],
.customer-login input[type="tel"],
.customer-login select {
    background: rgba(248, 249, 250, 0.8); border: 2px solid #e9ecef; border-radius: 12px; color: #495057;
    height: 50px; margin-bottom: 20px; padding: 0 20px; transition: all 0.3s ease; width: 100%; outline: none;
    font-size: 1rem; font-weight: 500; box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.customer-login input:focus, .customer-login select:focus { border-color: #39a5e5; background: #fff; box-shadow: 0 4px 20px rgba(57,165,229,0.2); transform: translateY(-2px); }
.customer-login input::placeholder { color: #9ca3af; font-weight: 400; }

.login-area .button-one {
    background: linear-gradient(45deg, #7DC4ee 0%, #39a5e5 100%) !important;
    border: none !important; border-radius: 12px !important; color: white !important; font-weight: 600 !important;
    font-size: 1rem !important; padding: 15px 25px !important; width: 100% !important; min-height: 50px !important;
    transition: all 0.3s ease !important; cursor: pointer !important; box-shadow: 0 4px 15px rgba(125,196,238,0.3) !important;
    text-transform: none !important; letter-spacing: 0.5px !important; display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 8px !important; position: relative !important; overflow: hidden !important;
    text-decoration: none !important; margin-top: 15px !important;
}
.login-area .button-one:hover:not(.no-complete) { background: linear-gradient(45deg,#5bb8e0 0%,#2a8fd1 100%) !important; box-shadow: 0 6px 20px rgba(57,165,229,0.4) !important; transform: translateY(-2px) !important; color: white !important; }
.login-area .button-one:active:not(.no-complete) { transform: translateY(0px) !important; box-shadow: 0 4px 15px rgba(57,165,229,0.3) !important; }
.login-area .button-one:focus { outline: none !important; box-shadow: 0 0 0 3px rgba(57,165,229,0.3) !important; }
.login-area .no-complete { opacity: 0.6 !important; cursor: not-allowed !important; background: linear-gradient(45deg, #9ca3af, #6b7280) !important; box-shadow: none !important; transform: none !important; }
.login-area .no-complete:hover { transform: none !important; box-shadow: none !important; }
.login-area .button-one i { font-size: 1.1rem !important; flex-shrink: 0 !important; }
.login-area .button-one span { flex-grow: 1 !important; text-align: center !important; font-weight: 600 !important; }

.modal-body .login-area { margin: 0 !important; background: transparent !important; padding: 20px !important; border-radius: 0 !important; box-shadow: none !important; }
.modal-body .customer-login { margin-bottom: 20px !important; box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important; }

.customer-login .button-one { margin-bottom: 10px !important; white-space: nowrap !important; text-overflow: ellipsis !important; }

@media (max-width: 992px) {
    .customer-login { padding: 20px !important; margin-bottom: 15px !important; }
    .login-area .button-one { padding: 12px 20px !important; min-height: 45px !important; font-size: 0.95rem !important; }
}

.department-select {
    background: rgba(248, 249, 250, 0.8) url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2339a5e5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat;
    background-position: right 15px center; background-size: 16px; border: 2px solid #e9ecef; border-radius: 12px; color: #495057;
    height: 50px; margin-bottom: 20px; padding: 0 20px 0 20px; padding-right: 45px; transition: all 0.3s ease; width: 100%; outline: none;
    font-size: 1rem; font-weight: 500; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    cursor: pointer;
}
.department-select:focus { border-color: #39a5e5; background-color: #ffffff; box-shadow: 0 4px 20px rgba(57,165,229,0.2); transform: translateY(-2px); }
.department-select option { color: #495057; background: #ffffff; padding: 12px; font-weight: 500; }
.department-select option:first-child { color: #9ca3af; }

/* Limitar el estilo del banner de error solo al login para evitar barras rojas en otras vistas */
.login-area .error-message {
    background: linear-gradient(45deg, #ff6b6b, #ee5a52); color: white; padding: 10px 15px; border-radius: 8px; margin-bottom: 15px;
    font-size: 0.9rem; font-weight: 500; box-shadow: 0 4px 15px rgba(238, 90, 82, 0.3); animation: slideIn 0.3s ease;
}

/* In checkout, keep error placeholders unobtrusive when empty */
.checkout-container .error-message:empty {
    background: none !important; padding: 0 !important; border-radius: 0 !important; box-shadow: none !important; margin-bottom: 0;
}

@keyframes slideIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

.customer-login a { color: #39a5e5; text-decoration: none; font-weight: 500; transition: color 0.3s ease; }
.customer-login a:hover { color: #2a8fd1; text-decoration: underline; }

.customer-login form { animation: fadeInUp 0.6s ease; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.input-group { position: relative; margin-bottom: 20px; }
.input-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #9ca3af; font-size: 1.1rem; transition: color 0.3s ease; z-index: 2; }
.input-with-icon { padding-left: 45px !important; }
.input-group:focus-within .input-icon { color: #39a5e5; }

@media (max-width: 768px) {
    .login-area { padding: 20px; border-radius: 15px; }
    .customer-login { padding: 20px; }
    .login-area .title-1.title-border { font-size: 1.5rem; }
}

/* Spinner con alcance para Login */
.login-area .loading-spinner {
    border: 3px solid #f3f3f3; border-top: 3px solid #39a5e5; border-radius: 50%; width: 30px; height: 30px;
    animation: spin 1s linear infinite; margin: 0 auto;
}

/* Mini-cart extracted styles from app.js templates */
.cart-mini-item{display:flex;align-items:flex-start;padding:12px 20px;border-bottom:1px solid #eee;position:relative}
.cart-mini-photo{width:60px;height:60px;margin-right:12px;flex-shrink:0;float:none}
.cart-mini-photo-img{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid #ddd}
.cart-mini-info{flex:1;min-width:0;position:relative;float:none;padding-left:0}
.cart-mini-title{margin:0 0 4px;font-size:14px;line-height:1.3;color:#0066c0}
.link-unstyled{text-decoration:none;color:inherit}
.cart-mini-price-line{font-size:12px;color:#565959;margin-bottom:4px}
.cart-mini-original-price{text-decoration:line-through;color:#999}
.cart-mini-final-price{color:#B12704;font-weight:700;margin-left:5px}
.cart-mini-badge{background:#CC0C39;color:#fff;padding:1px 4px;border-radius:2px;font-size:10px;margin-left:4px}
.cart-mini-subtotal{font-size:13px;color:#0f1111;font-weight:600}
.cart-mini-delete{position:absolute;right:20px;top:12px;cursor:pointer}
.cart-mini-delete-icon{color:#666;font-size:16px;padding:4px}
