/* =======================================================
   NEXTLABS.MX — HERITAGE NEURONLABS
   Fondo blanco, puros tonos teal/azul, estilo tech limpio
   Paleta:
     Fondo:          #f4f7f8  (gris muy claro como neuronlabs)
     Texto:          #303030
     Títulos:        #2ea599
     Enlaces:        #0e7490
     Hover:          #2ea599
     Teal oscuro:    #164e63
     Borde suave:    #d0e8ec
     Menú bg:        #2ea599
     Sidebar header: #0e7490 → #164e63
   ======================================================= */

body {
	font-family: 'Open Sans', sans-serif;
	color: #303030;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #f4f7f8;
}

h1, h2, h3, h4, h5, h6 {
	color: #2ea599;
	font-family: 'Open Sans', sans-serif;
}

h1 { font-size: 33px; }
h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }

.fa { font-size: 14px; color: #0e7490; }

a { color: #0e7490; transition: color 0.2s ease; }
a:hover { color: #2ea599; text-decoration: none; }

legend { font-size: 18px; padding: 7px 0px; color: #2ea599; border-bottom: 1px solid #d0e8ec; }

label { font-size: 12px; font-weight: normal; color: #555; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #b0d4dc;
	color: #303030;
	border-radius: 3px;
}
select.form-control:focus,
textarea.form-control:focus,
input.form-control:focus {
	border-color: #2ea599;
	box-shadow: 0 0 5px rgba(46,165,153,0.3);
	outline: none;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	background-color: #e8f4f6;
	border: 1px solid #b0d4dc;
	color: #0e7490;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg { display: inline; }

.nav-tabs { margin-bottom: 15px; border-bottom: 2px solid #2ea599; }
.nav-tabs > li > a { color: #0e7490; background-color: #e8f4f6; border-color: #d0e8ec; border-radius: 3px 3px 0 0; }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover { background-color: #ffffff; color: #2ea599; border-color: #2ea599 #2ea599 transparent; font-weight: bold; }
.nav-tabs > li > a:hover { background-color: #d0eef0; color: #2ea599; }

div.required .control-label:before { content: '* '; color: #e00; font-weight: bold; }

.css-input {
	border-style: solid; font-size: 18px; padding: 6px; border-width: 2px; border-radius: 6px;
	background-color: #ffffff; border-color: #2ea599; color: #303030;
	box-shadow: 2px 3px 6px rgba(0,0,0,0.1);
}
.css-input:focus { outline: none; border-color: #0e7490; }

.dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #d0e8ec;
	border-radius: 3px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.dropdown-menu li > a { color: #303030; padding: 6px 15px; }
.dropdown-menu li > a:hover {
	background-color: #2ea599;
	background-image: none;
	color: #ffffff;
}

/* -------------------------------------------------------
   TOP BAR — Elegante, sensación plateada/metálica
------------------------------------------------------- */
#top {
    background: linear-gradient(to bottom, #2a3a3e 0%, #0c5666 50%, #0a4555 100%);
    border-bottom: 2px solid #2ea599;
    border-top: 1px solid #5a8a90;
    padding: 4px 0px 3px 0;
    margin: 0 0 0px 0;
    min-height: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

#top .container {
    padding: 0 20px;
    width: 100% !important;
    max-width: 100% !important;
}

/* Selector de moneda e idioma */
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    color: #c8eaec;
    background: transparent;
    border: none;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    color: #ffffff;
    background: rgba(46,165,153,0.3);
    background-image: none;
    border-radius: 3px;
}

/* Links, botones e iconos */
#top .btn-link,
#top-links li,
#top-links a,
#top-links i {
    color: #c8eaec !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

#top .btn-link:hover,
#top-links a:hover,
#top-links a:hover i {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(125,211,216,0.6);
}

#top-links { padding-top: 6px; }
#top-links a + a { margin-left: 15px; }

/* Separador entre links */
#top-links li {
    border-right: 1px solid rgba(125,211,216,0.2);
    padding-right: 10px;
}
#top-links li:last-child { border-right: none; }

/* -------------------------------------------------------
   DROPDOWN del top bar — elegante, no ese gris horrible
------------------------------------------------------- */
#top-links .dropdown-menu {
    background: linear-gradient(to bottom, #0e6a7a, #0a4555);
    border: 1px solid #2ea599;
    border-top: 2px solid #2ea599;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.35);
    min-width: 160px;
    padding: 4px 0;
}

#top-links .dropdown-menu a,
#top-links .dropdown-menu li a {
    color: #c8eaec !important;
    font-size: 13px;
    padding: 7px 16px;
    display: block;
    transition: background 0.15s, color 0.15s;
    border-bottom: 1px solid rgba(46,165,153,0.1);
}

#top-links .dropdown-menu li:last-child a {
    border-bottom: none;
}

#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu li a:hover {
    background: rgba(46,165,153,0.35) !important;
    color: #ffffff !important;
    text-shadow: 0 0 6px rgba(125,211,216,0.4);
}

/* -------------------------------------------------------
   LOGO — área blanca con sombra suave
------------------------------------------------------- */
#logo {
	margin: 0 0 0px 0;
	padding: 10px 0;
}

/* -------------------------------------------------------
   ZONA MEDIA (logo + búsqueda + carrito) — fondo blanco
------------------------------------------------------- */
#search {
	margin-bottom: 0px;
	margin-top: 8px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #ffffff;
	border: 2px solid #2ea599;
	color: #303030;
	border-right: none;
	border-radius: 3px 0 0 3px;
}
#search .btn-lg {
	background-color: #2ea599 !important;
	background-image: none;
	color: #ffffff !important;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 20px;
	text-shadow: none;
	border: none;
	border-radius: 0 3px 3px 0;
	transition: background-color 0.2s;
}
#search .btn-lg:hover { background-color: #0e7490 !important; }

/* -------------------------------------------------------
   CART
------------------------------------------------------- */
#cart { margin-bottom: 0px; margin-top: 8px; }
#cart > .btn {
	font-size: 13px; line-height: 18px;
	background-color: #2ea599 !important; background-image: none;
	color: #ffffff !important; font-weight: normal;
	text-shadow: none; border: none; border-radius: 3px;
	padding: 10px 16px;
}
#cart.open > .btn {
	background-color: #0e7490 !important;
	border: 1px solid #164e63; color: #ffffff !important; box-shadow: none;
}
#cart .dropdown-menu {
	background: #ffffff; z-index: 1001; min-width: 300px;
	border: 1px solid #d0e8ec; border-top: 3px solid #2ea599;
	box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
#cart .dropdown-menu li p { color: #303030 !important; }
#cart .dropdown-menu table { background: #f4f7f8; color: #303030; }
@media (max-width: 478px) { #cart .dropdown-menu { width: 100%; } }
#cart .dropdown-menu table { margin-bottom: 10px; }
#cart .dropdown-menu li > div { min-width: 427px; padding: 0 10px; }
@media (max-width: 478px) { #cart .dropdown-menu li > div { min-width: 100%; } }
#cart .dropdown-menu li p { margin: 20px 0; }

/* -------------------------------------------------------
   MENÚ — teal sólido, tabs uppercase, bien visible
------------------------------------------------------- */
#menu {
	background-color: #2ea599 !important;
	background-image: none !important;
	border: none;
	border-bottom: 3px solid #0e7490;
	min-height: 44px !important;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
#menu .nav > li > a {
	color: #ffffff !important;
	font-weight: normal !important;
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 12px 18px !important;
	line-height: 20px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-right: 1px solid rgba(255,255,255,0.2);
	transition: all 0.2s ease;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
	background-color: #0e7490 !important;
	color: #ffffff !important;
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.15) !important;
}
#menu .navbar-collapse { padding: 0 !important; }
#menu .dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #d0e8ec;
	border-top: 3px solid #2ea599;
	padding-bottom: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

#menu .dropdown-inner { display: table; }
#menu .dropdown-inner ul { display: table-cell; }
#menu .dropdown-inner a { min-width: 160px; display: block; padding: 6px 20px; clear: both; line-height: 20px; color: #303030; font-size: 13px; }
#menu .dropdown-inner li a:hover { color: #ffffff; background-color: #2ea599; }
#menu .see-all { display: block; margin-top: 0.5em; border-top: 1px solid #d0e8ec; padding: 6px 20px; border-radius: 0 0 4px 4px; font-size: 13px; color: #0e7490; }
#menu .see-all:hover, #menu .see-all:focus { text-decoration: none; color: #ffffff; background-color: #2ea599; background-image: none; }
#menu #category { float: left; padding-left: 15px; font-size: 15px; font-weight: 700; line-height: 44px; color: #ffffff; }
#menu .btn-navbar { font-size: 14px; color: #ffffff; padding: 6px 18px; float: right; background-color: #0e7490; background-image: none; border-color: #164e63; border-radius: 3px; margin: 5px 10px; }
#menu .btn-navbar:hover { background-color: #164e63; }
@media (min-width: 768px) { #menu .dropdown:hover .dropdown-menu { display: block; } }
@media (max-width: 767px) {
	#menu { border-radius: 4px; margin-top: 10px !important; }
	#menu div.dropdown-inner > ul.list-unstyled { display: block; }
	#menu div.dropdown-menu { margin-left: 0 !important; padding-bottom: 10px; background-color: #f4f7f8; }
	#menu .dropdown-inner { display: block; }
	#menu .dropdown-inner a { width: 100%; color: #303030; }
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover { background: #2ea599; color: #ffffff; }
	#menu .see-all { margin-top: 0; border: none; border-radius: 0; color: #0e7490; }
}

/* -------------------------------------------------------
   CONTENEDORES Y LAYOUT
------------------------------------------------------- */
.container, .container-fluid, #top .container, header .container {
	width: 100% !important; max-width: 100% !important;
	padding-left: 20px; padding-right: 20px;
}
#common-home { width: 100% !important; max-width: 100% !important; }

@media (min-width: 768px) {
	#common-home .col-sm-3, #column-left {
		width: 220px !important; min-width: 220px !important;
		max-width: 220px !important; flex: 0 0 220px !important;
	}
	#common-home .col-sm-9, #content {
		width: calc(100% - 235px) !important; flex: 1 1 auto !important;
	}
}
@media (max-width: 767px) {
	#column-left, #content, #common-home .col-sm-3, #common-home .col-sm-9 {
		width: 100% !important; float: none !important; display: block !important;
		min-width: unset !important; max-width: unset !important;
	}
}
#content { min-height: 600px; }

/* -------------------------------------------------------
   BANNER — ancho completo
------------------------------------------------------- */
#content .slideshow-wrapper,
#content [class*="slideshow"],
#content [id*="slideshow"],
#content .carousel,
#content .carousel-inner,
#content .carousel-inner .item,
#content .carousel-inner .active {
	width: 100% !important; max-width: 100% !important;
	margin-left: 0 !important; margin-right: 0 !important;
}
#content [class*="slideshow"] img,
#content [id*="slideshow"] img,
#content .carousel-inner img {
	width: 100% !important; height: auto !important; display: block !important;
}

/* -------------------------------------------------------
   SIDEBAR — header teal degradado como neuronlabs
------------------------------------------------------- */
#column-left .product-layout, #column-right .product-layout { width: 100%; }

#column-left .module-heading,
#column-left h3,
#column-left .box-heading {
	background: linear-gradient(to bottom, #2ea599, #0e7490);
	color: #ffffff !important;
	padding: 8px 12px;
	font-size: 14px;
	margin: 0;
	border-radius: 3px 3px 0 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#column-left .product-thumb {
	border: 1px solid #d0e8ec; border-top: none;
	background: #ffffff; margin-bottom: 15px; padding: 8px; overflow: hidden;
}
#column-left .product-thumb img { width: 100% !important; height: auto !important; display: block; }
#column-left .product-thumb .caption { white-space: normal !important; padding: 8px 4px; word-break: break-word; min-height: auto !important; }
#column-left .product-thumb .caption h4 a { color: #0e7490; font-size: 13px; }
#column-left .product-thumb .caption h4 a:hover { color: #2ea599; }
#column-left .product-thumb .caption .price { color: #2ea599; font-size: 13px; font-weight: bold; }
#column-left .product-thumb .button-group { background-color: #f4f7f8; border-top: 1px solid #d0e8ec; }

#column-left .list-group a {
	border: 1px solid #d0e8ec; color: #303030; padding: 6px 14px;
	background-color: #ffffff; display: block; font-size: 13px;
	border-left: 3px solid transparent;
	transition: all 0.15s;
}
#column-left .list-group a:before { content: '› '; color: #2ea599; font-weight: bold; }
#column-left .list-group a.active,
#column-left .list-group a.active:hover,
#column-left .list-group a:hover {
	color: #ffffff; background: #2ea599;
	border: 1px solid #0e7490; border-left: 3px solid #0e7490;
}
#column-left .list-group a:hover:before { color: #ffffff; }

/* -------------------------------------------------------
   PRODUCTOS EN GRID
------------------------------------------------------- */
.product-thumb {
	border: 1px solid #d0e8ec; margin-bottom: 20px; overflow: auto;
	background-color: #ffffff; border-radius: 3px;
	transition: box-shadow 0.2s, border-color 0.2s;
}
.product-thumb:hover { border-color: #2ea599; box-shadow: 0 2px 10px rgba(46,165,153,0.15); }
.product-thumb .image { text-align: center; }
.product-thumb .image a { display: block; }
.product-thumb .image a:hover { opacity: 0.85; }
.product-thumb .image img { margin-left: auto; margin-right: auto; }
.product-grid .product-thumb .image { float: none; }
@media (min-width: 767px) { .product-list .product-thumb .image { float: left; padding: 0 15px; } }
.product-thumb h4 { font-weight: bold; color: #0e7490; }
.product-thumb .caption { padding: 0 20px; min-height: 180px; }
.product-list .product-thumb .caption { margin-left: 230px; }
@media (max-width: 1200px) { .product-grid .product-thumb .caption { min-height: 210px; padding: 0 10px; } }
@media (max-width: 767px) {
	.product-list .product-thumb .caption { min-height: 0; margin-left: 0; padding: 0 10px; }
	.product-grid .product-thumb .caption { min-height: 0; }
}
.product-thumb .rating { padding-bottom: 10px; }
.rating .fa-stack { font-size: 8px; }
.rating .fa-star-o { color: #ccc; font-size: 15px; }
.rating .fa-star { color: #2ea599; font-size: 15px; }
.rating .fa-star + .fa-star-o { color: #0e7490; }
h2.price { margin: 0; }
.product-thumb .price { color: #303030; }
.product-thumb .price-new { font-weight: 600; color: #0e7490; }
.product-thumb .price-old { color: #999; text-decoration: line-through; margin-left: 10px; }
.product-thumb .price-tax { color: #999; font-size: 12px; display: block; }
.product-thumb .button-group { border-top: 1px solid #d0e8ec; background-color: #f4f7f8; overflow: auto; }
.product-list .product-thumb .button-group { border-left: 1px solid #d0e8ec; }
@media (max-width: 768px) { .product-list .product-thumb .button-group { border-left: none; } }
.product-thumb .button-group button {
	width: 60%; border: none; display: inline-block; float: left;
	background-color: #f4f7f8; color: #0e7490; line-height: 38px;
	font-weight: bold; text-align: center; text-transform: uppercase; font-size: 12px; transition: background-color 0.2s;
}
.product-thumb .button-group button + button { width: 20%; border-left: 1px solid #d0e8ec; }
.product-thumb .button-group button:hover { color: #ffffff; background-color: #2ea599; cursor: pointer; }
@media (max-width: 1200px) { .product-thumb .button-group button, .product-thumb .button-group button + button { width: 33.33%; } }
@media (max-width: 767px) { .product-thumb .button-group button, .product-thumb .button-group button + button { width: 33.33%; } }

/* GRID CLEARS */
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) { clear: left; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) { clear: left; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) { clear: left; }
}
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 { width: 100%; }
	#column-left + #content .product-layout .col-md-3 { width: 50%; }
	#column-left + #content + #column-right .product-layout .col-md-3 { width: 100%; }
	#content + #column-right .product-layout .col-md-3 { width: 100%; }
}
.input-group .form-control[name^=quantity] { min-width: 50px; }

/* THUMBNAILS */
.thumbnails { overflow: auto; clear: both; list-style: none; padding: 0; margin: 0; }
.thumbnails > li { margin-left: 20px; }
.thumbnails { margin-left: -20px; }
.thumbnails > img { width: 100%; }
.image-additional a { margin-bottom: 20px; padding: 5px; display: block; border: 1px solid #d0e8ec; background-color: #ffffff; }
.image-additional { max-width: 78px; }
.thumbnails .image-additional { float: left; margin-left: 20px; }

/* -------------------------------------------------------
   FOOTER
------------------------------------------------------- */
footer {
	margin-top: 30px; padding-top: 30px;
	background-color: #1a1a1a;
	border-top: 3px solid #2ea599;
	color: #b0d4dc; width: 100%;
}
footer hr { border-top: none; border-bottom: 1px solid #333; }
footer a { color: #7dd3d8; }
footer a:hover { color: #ffffff; }
footer h5 {
	font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: bold;
	color: #2ea599; border-bottom: 1px solid #333; padding-bottom: 6px; margin-bottom: 10px;
}

/* ALERTS */
.alert { padding: 8px 14px; background-color: #e8f4f6; border: 1px solid #b0d4dc; border-left: 4px solid #2ea599; color: #303030; border-radius: 3px; }
.alert-success { border-left-color: #2ea599; background-color: #e8f4f6; }
.alert-danger { border-left-color: #e74c3c; background-color: #fdf0ef; }
.alert-warning { border-left-color: #0e7490; background-color: #e8f4f6; }

/* BREADCRUMB */
.breadcrumb { margin: 0 0 20px 0; padding: 8px 0; border: 1px solid #d0e8ec; background-color: #ffffff; border-radius: 3px; }
.breadcrumb i { font-size: 16px; }
.breadcrumb > li { color: #303030; text-shadow: 0 1px 0 #fff; padding: 0 20px; position: relative; white-space: nowrap; }
.breadcrumb > li + li:before { content: ''; padding: 0; }
.breadcrumb > li:after { content: ''; display: block; position: absolute; top: -3px; right: -5px; width: 26px; height: 26px; border-right: 1px solid #2ea599; border-bottom: 1px solid #2ea599; transform: rotate(-45deg); }
.pagination { margin: 0; }

/* BOTONES */
.buttons { margin: 1em 0; }
.btn { padding: 7.5px 12px; font-size: 12px; border: 1px solid #b0d4dc; border-radius: 3px; box-shadow: none; transition: all 0.2s; }
.btn-xs { font-size: 9px; }
.btn-sm { font-size: 10.2px; }
.btn-lg { padding: 10px 16px; font-size: 15px; }
.btn-group > .btn { font-size: 12px; }
.btn-group > .btn-xs { font-size: 9px; }
.btn-group > .btn-sm { font-size: 10.2px; }
.btn-group > .btn-lg { font-size: 15px; }
.btn-default { color: #555; background-color: #f4f7f8; background-image: none; border-color: #b0d4dc; }
.btn-default:hover { background-color: #e8f4f6; border-color: #2ea599; color: #0e7490; }
.btn-primary { color: #ffffff; background-color: #2ea599; background-image: none; border-color: #0e7490; text-shadow: none; }
.btn-primary:hover, .btn-primary:active, .btn-primary.active { background-color: #0e7490; border-color: #164e63; }
.btn-warning { color: #ffffff; background-color: #0e7490; background-image: none; border-color: #164e63; text-shadow: none; }
.btn-warning:hover { background-color: #164e63; }
.btn-danger { color: #ffffff; background-color: #e74c3c; background-image: none; border-color: #c0392b; text-shadow: none; }
.btn-danger:hover { background-color: #c0392b; }
.btn-success { color: #ffffff; background-color: #2ea599; background-image: none; border-color: #0e7490; text-shadow: none; }
.btn-success:hover { background-color: #0e7490; }
.btn-info { color: #ffffff; background-color: #0e7490; background-image: none; border-color: #164e63; text-shadow: none; }
.btn-info:hover { background-color: #164e63; }
.btn-link { border-color: transparent; cursor: pointer; color: #0e7490; border-radius: 0; background: none; box-shadow: none; }
.btn-link:hover { color: #2ea599; }
.btn-inverse { color: #ffffff; background-color: #1a1a1a; background-image: none; border-color: #2ea599; }
.btn-inverse:hover { background-color: #2ea599; }
.myButton {
	box-shadow: 0px 4px 8px rgba(0,0,0,0.15); background: #2ea599; background-image: none;
	border-radius: 3px; border: 1px solid #0e7490; display: inline-block; cursor: pointer;
	color: #ffffff; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: bold;
	padding: 6px 12px; text-decoration: none; text-shadow: none; transition: background-color 0.2s;
}
.myButton:hover { background: #0e7490; color: #ffffff; }
.myButton:active { position: relative; top: 1px; }

/* LIST GROUP */
.list-group a { border: 1px solid #d0e8ec; color: #303030; padding: 8px 14px; background-color: #ffffff; display: block; }
.list-group a.active, .list-group a.active:hover, .list-group a:hover { color: #ffffff; background: #2ea599; border: 1px solid #0e7490; text-shadow: none; }

/* CAROUSEL */
.carousel-caption { color: #ffffff; text-shadow: 0 1px 3px #000000; }
.carousel-control .icon-prev:before { content: '\f053'; font-family: FontAwesome; }
.carousel-control .icon-next:before { content: '\f054'; font-family: FontAwesome; }

/* MODAL */
.mfp-content figure, .mfp-figure { background: #ffffff !important; }
.thumbnail { background-color: #ffffff !important; border-color: #d0e8ec !important; }
.mfp-bg { background: #000000 !important; opacity: 0.7 !important; }

img { max-width: 100%; height: auto; }

/* ----------------------------------------fin del original ------------------------------------------*/

/* =======================================================
   EVITA QUE EL TÍTULO DEL MENÚ SUPERIOR SE PONGA BLANCO
   ======================================================= */
#top-links .dropdown.open .dropdown-toggle,
#top-links .dropdown.open .dropdown-toggle i,
#top #form-currency.open .dropdown-toggle,
#top #form-language.open .dropdown-toggle,
#top-links .dropdown.open > a,
#top-links .dropdown.open > a i,
#top #form-currency.open > a,
#top #form-language.open > a {
    color: #c8eaec !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4) !important;
    background-color: transparent !important;
}

/* Para que no se ponga blanco ni siquiera con el foco */
#top-links .dropdown.open .dropdown-toggle:focus,
#top-links .dropdown.open .dropdown-toggle:hover,
#top-links .dropdown.open > a:focus,
#top-links .dropdown.open > a:hover {
    color: #c8eaec !important;
}

#responsive-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body > a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =======================================================
   CORRECCIÓN PARA TODAS LAS PÁGINAS DE CUENTA
   ======================================================= */
#account-account #column-right,
#account-login #column-right,
#account-register #column-right,
#account-edit #column-right,
#account-password #column-right,
#account-address #column-right,
#account-order #column-right,
#account-wishlist #column-right,
#account-newsletter #column-right,
#account-recurring #column-right,
#account-return #column-right,
#account-transaction #column-right,
#account-download #column-right,
#account-reward #column-right,
#account-voucher #column-right,
#affiliate-account #column-right,
#checkout-cart #column-right,
#checkout-checkout #column-right {
    float: right !important;
    clear: none !important;
}

#account-account #content,
#account-login #content,
#account-register #content,
#account-edit #content,
#account-password #content,
#account-address #content,
#account-order #content,
#account-wishlist #content,
#account-newsletter #content,
#account-recurring #content,
#account-return #content,
#account-transaction #content,
#account-download #content,
#account-reward #content,
#account-voucher #content,
#affiliate-account #content,
#checkout-cart #content,
#checkout-checkout #content {
    width: 75% !important;
    float: left !important;
}

#account-account #column-right,
#account-login #column-right,
#account-register #column-right,
#account-edit #column-right,
#account-password #column-right,
#account-address #column-right,
#account-order #column-right,
#account-wishlist #column-right,
#account-newsletter #column-right,
#account-recurring #column-right,
#account-return #column-right,
#account-transaction #column-right,
#account-download #column-right,
#account-reward #column-right,
#account-voucher #column-right,
#affiliate-account #column-right,
#checkout-cart #column-right,
#checkout-checkout #column-right {
    width: 23% !important;
}

@media (max-width: 767px) {
    #account-account #content,
    #account-login #content,
    #account-register #content,
    #account-edit #content,
    #account-password #content,
    #account-address #content,
    #account-order #content,
    #account-wishlist #content,
    #account-newsletter #content,
    #account-recurring #content,
    #account-return #content,
    #account-transaction #content,
    #account-download #content,
    #account-reward #content,
    #account-voucher #content,
    #affiliate-account #content,
    #checkout-cart #content,
    #checkout-checkout #content,
    #account-account #column-right,
    #account-login #column-right,
    #account-register #column-right,
    #account-edit #column-right,
    #account-password #column-right,
    #account-address #column-right,
    #account-order #column-right,
    #account-wishlist #column-right,
    #account-newsletter #column-right,
    #account-recurring #column-right,
    #account-return #column-right,
    #account-transaction #column-right,
    #account-download #column-right,
    #account-reward #column-right,
    #account-voucher #column-right,
    #affiliate-account #column-right,
    #checkout-cart #column-right,
    #checkout-checkout #column-right {
        width: 100% !important;
        float: none !important;
    }
}

/* =======================================================
   CORRECCIÓN: QUITAR BOLD DEL MENÚ LATERAL DERECHO
   ======================================================= */
#column-right a,
#column-right li,
#column-right span,
#column-right h5,
#column-right .list-group a,
#column-right .list-group-item {
    font-weight: normal !important;
}

/* Específico para los títulos (h5) si quieres que se vean bien */
#column-right h5 {
    font-weight: bold !important; /* Opcional: deja los títulos en negritas */
}


#account-factura #column-right {
    float: right !important;
    clear: none !important;
    width: 23% !important;
}

#account-factura #content {
    width: 75% !important;
    float: left !important;
}

@media (max-width: 767px) {
    #account-factura #content,
    #account-factura #column-right {
        width: 100% !important;
        float: none !important;
    }
}