/* --- VARIABLES DE MARCA NOATOYSTORE --- */
:root {
    --azul-claro: #00ADEF;
    --azul-oscuro: #0084C2;
    --naranja-juguete: #FF8A00;
    --naranja-hover: #E67C00;
    --footer-bg: #002A3D;
    --blanco: #FFFFFF;
    --gris-claro: #F8F8F8;
}
/* El resto del código existente empieza aquí abajo... */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
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;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
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;
}
.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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #0084C2;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-shadow: none;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #00ADEF;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search .btn-default {
    background-color: #00ADEF;
    background-image: linear-gradient(to bottom, #00ADEF, #0084C2);
    color: #FFFFFF;
    border: none;
    text-shadow: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	color: #FFF;
	border-radius: 20px;
	border: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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;
}
/* menu */
#menu {
	background-color: #00ADEF;
	background-image: linear-gradient(to bottom, #00ADEF, #0084C2);
	background-repeat: repeat-x;
	border-color: #0084C2 #0084C2 #00ADEF;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 30;
	background-color: var(--footer-bg);
	border-top: 6px solid #FF8A00;
	color: #e2e2e2;
}
footer hr {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
}
footer a {
	color: #00ADEF; /* Enlaces en el azul claro para que resalten */
}
footer a:hover {
	color: #FFFFFF; /* Al pasar el ratón se vuelven blancos */
	text-decoration: none;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF; /* Títulos en blanco puro */
	text-transform: uppercase;
	margin-bottom: 20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	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 #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
/*.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}*/
/* --- BOTONES NOATOYSTORE --- */
.btn-primary {
    background-color: var(--naranja-juguete);
    background-image: none; /* Quitamos el degradado viejo de OC3 */
    border: none;
    color: var(--blanco);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px; /* Bordes muy redondeados para un look infantil y seguro */
    transition: all 0.3s ease; /* Para que el cambio de color sea suave */
    box-shadow: 0 4px 0 #cc6e00; /* Efecto 3D de "botón de juguete" */
}

/* Efecto al pasar el ratón (Hover) */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: var(--naranja-hover);
    color: var(--blanco);
    transform: translateY(2px); /* El botón se "hunde" un poco al tocarlo */
    box-shadow: 0 2px 0 #cc6e00;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.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;
}
.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: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.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 #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@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: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	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%;
	}
}
.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 #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@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;
	}
}

/* fixed colum left + content + right*/
@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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
}
 
/* ============================================================
   SECCIÓN FINAL: OVERRIDE BOTONES Y CARRITO (PRIORIDAD MÁXIMA)
   ============================================================ */

/* 1. Botón del Carrito (Azul con Degradado) */
header #cart .btn-inverse {
    background-color: var(--azul-oscuro) !important;
    background-image: linear-gradient(to bottom, var(--azul-claro), var(--azul-oscuro)) !important;
    border: none !important;
    color: var(--blanco) !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;
}

header #cart .btn-inverse:hover {
    background-image: linear-gradient(to bottom, var(--azul-oscuro), var(--azul-claro)) !important;
}

header #cart #cart-total {
    color: var(--blanco) !important;
}

/* 2. Botones de Compra (Naranja Juguete) */
/* ============================================================
   ESTILO FINAL DE BOTONES NOATOYSTORE
   ============================================================ */
/* A. SOLO EL BOTÓN COMPRAR (NARANJA) */
.product-thumb .button-group button:first-child, 
#button-cart {
    background-color: var(--naranja-juguete) !important;
    background-image: none !important;
    color: var(--blanco) !important;
    border: none !important;
    border-radius: 10px !important; /* El radio sugerido de 10px */
    font-weight: bold !important;
    text-transform: uppercase !important;
    box-shadow: 0 3px 0 #cc6e00 !important;
    transition: all 0.2s ease !important;
}

.product-thumb .button-group button:first-child:hover,
#button-cart:hover {
    background-color: var(--naranja-hover) !important;
    transform: translateY(1px);
}

/* B. WISHLIST Y COMPARE (ESTILO ORIGINAL PULIDO) */
.product-thumb .button-group button + button {
    background-color: #eeeeee !important; /* Gris claro original */
    background-image: linear-gradient(to bottom, #f5f5f5, #eeeeee) !important;
    color: #444 !important; /* Iconos oscuros originales */
    border: 1px solid #ddd !important;
    border-radius: 10px !important; /* Mantenemos los 10px para coherencia */
    margin-left: 0 !important;
    box-shadow: none !important;
}

.product-thumb .button-group button + button:hover {
    background-color: #e5e5e5 !important;
    color: #000 !important;
}

/* C. ICONOS DENTRO DE LOS BOTONES */
.product-thumb .button-group button:first-child i {
    color: var(--blanco) !important; /* Icono del carrito en blanco */
}

.product-thumb .button-group button + button i {
    color: #666 !important; /* Iconos de corazón y flechas en gris */
}
/*DARLE VIDA A LA CAJA DE JUGUETE*/
.product-thumb {
    border: 1px solid #f0f0f0 !important;
    border-radius: 10px !important; /* Esquinas redondeadas */
    transition: all 0.3s ease;
    overflow: hidden; /* Para que el contenido no se salga de las esquinas */
    margin-bottom: 25px;
}

.product-thumb:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.08); /* Sombra suave al pasar el mouse */
    transform: translateY(-5px);
}
/*DARLE VIDA AL PRECIO*/
.product-thumb .price {
    color: var(--naranja-juguete);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* El precio antes del descuento (si hay) */
.product-thumb .price-old {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}
/* --- BUSCADOR MODERNO --- */
#search .input-lg {
    border-radius: 10px 0 0 10px !important; /* Redondeado solo a la izquierda */
    border: 2px solid #eee;
    box-shadow: none;
    height: 40px;
}

#search .btn-lg {
    background-color: var(--azul-claro) !important;
    background-image: none !important;
    color: white !important;
    border-radius: 0 10px 10px 0 !important; /* Redondeado solo a la derecha */
    border: none !important;
    height: 40px;
    padding: 0 20px;
    transition: background 0.3s ease;
}

#search .btn-lg:hover {
    background-color: var(--azul-oscuro) !important;
}
/* --- BARRA SUPERIOR COHERENTE (ESTILO FOOTER) --- */
#top {
    background-color: var(--footer-bg) !important;
    border-bottom: 4px solid var(--naranja-juguete); /* Una línea sutil para separar */
    padding: 5px 0;
    margin-bottom: 20px;
}

/* Color de los textos y enlaces en la barra superior */
#top .btn-link, 
#top-links li, 
#top-links a, 
#top-links i {
    color: var(--blanco) !important;
    text-shadow: none !important;
    text-decoration: none;
}

/* Efecto al pasar el mouse por los enlaces superiores */
#top-links a:hover, 
#top .btn-link:hover {
    color: var(--azul-claro) !important;
}

/* Ajuste para el dropdown (Moneda/Lenguaje si los usas) */
#top .dropdown-menu {
    background-color: var(--blanco);
}
#top .dropdown-menu a {
    color: #333 !important; /* El texto dentro del menú desplegable debe ser oscuro para leerse */
}

/* 1. Corrección global para evitar el scroll horizontal */
body {
    overflow-x: hidden !important;
    width: 100%;
}

/* 2. Menú Principal al 100% de ancho */
#menu {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    border-radius: 0 !important; /* En modo full-width las esquinas rectas se ven más integradas */
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}

/* 3. Centrar los botones del menú dentro de la barra infinita */
#menu .nav {
    max-width: 1140px; /* Ajusta esto al ancho de tu contenedor original */
    margin: 0 auto !important;
    float: none !important;
    display: table; /* Mantiene los elementos centrados o alineados según prefieras */
}
/* --- TAMAÑO DE LETRA DEL MENÚ --- */
#menu .nav > li > a {
    font-size: 13px !important; /* Tamaño aumentado (el estándar suele ser 13px-14px) */
    font-weight: 700 !important; /* Grosor en negrita para resaltar */
    text-transform: uppercase;   /* Opcional: Mayúsculas para un look más sólido */
    padding: 15px 25px !important; /* Más espacio alrededor del texto */
    letter-spacing: 0.5px;       /* Un poco de aire entre letras */
    transition: all 0.3s ease;
}

/* Ajuste para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
    #menu .nav > li > a {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }
}
/* --- MODERNIZACIÓN DEL TOP Y AVATAR --- */
/* --- ESTRUCTURA PROFESIONAL UNIFICADA #TOP --- */

/* 1. Contenedor principal: Alinea teléfono (izquierda) y enlaces (derecha) */
#top .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 45px;
}

/* 2. Unificamos el estilo de TODOS los ítems (incluyendo teléfono) */
#top .pull-left, #top-links {
    padding: 0 !important;
    margin: 0 !important;
    float: none !important; /* Eliminamos floats antiguos */
}

#top .list-inline {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}

/* 3. Estilo de enlaces e iconos */
#top a, #top .btn-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    color: var(--blanco) !important;
    text-decoration: none !important;
}

/* 4. Iconos circulares (incluyendo teléfono y avatar) */
#top i {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    text-align: center !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
}

/* 5. Especial: Avatar de "My Account" (Azul pero integrado) */
#top-links .fa-user {
    background-color: var(--azul-claro) !important;
    box-shadow: 0 0 5px rgba(0, 174, 239, 0.5);
}

/* 6. Especial: Icono de Teléfono (Ahora alineado horizontalmente) */
#top .pull-left a {
    padding-left: 0 !important;
}

/* 7. Hover general */
#top a:hover i {
    background-color: var(--naranja-juguete) !important;
    transform: scale(1.1);
}

/* Corrección para que el teléfono no se apile */
#top .pull-left br {
    display: none !important; /* Elimina cualquier salto de línea residual */
}
/* --- SEPARACIÓN WHATSAPP VS RESTO --- */
#top-links {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#top-links .list-inline {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* Espacio entre los iconos de la derecha para que no estén pegados */
#top-links .pull-right li {
    margin-left: 15px !important;
}
/* --- ALINEACIÓN VERTICAL DE LOGO, BUSCADOR Y CARRITO --- */

header .container > .row {
    display: flex !important;
    align-items: center !important; /* Centra verticalmente */
    justify-content: space-between !important; /* Distribuye horizontalmente */
    flex-wrap: wrap; /* Permite que en móviles se acomode */
}

/* Asegurar que las columnas no tengan márgenes extraños que rompan el centro */
header #logo, 
header #search, 
header #cart {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Ajuste específico para el buscador (opcional: darle un look más limpio) */
header #search {
    max-width: 500px; /* Evita que el buscador se estire demasiado */
    width: 100%;
}

/* En pantallas pequeñas, volvemos al comportamiento normal para que no se amontone */
@media (max-width: 767px) {
    header .container > .row {
        display: block !important;
    }
    header #logo {
        text-align: center;
        margin-bottom: 15px !important;
    }
}
/* 1. Color de fondo sutil para toda la web */
body {
    background-color: #f6f8fa !important; /* Prueba este gris azulado claro */
}

/* 2. Hacemos que los bloques de productos resalten en blanco */
.product-thumb {
    background-color: #ffffff !important;
    border: 1px solid #e1e8ed !important;
    border-radius: 12px !important; /* Esquinas redondeadas para un look juguetería */
    padding: 15px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02) !important;
}

/* 3. Efecto al pasar el mouse sobre un juguete */
.product-thumb:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}	
/* Quitamos el borde y la sombra que OpenCart pone al slider por defecto */
.banner-home-full .swiper-viewport {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

/* Forzamos al div de la columna a no tener espacios internos laterales */
.banner-home-full .col-sm-12 {
    padding: 0 !important;
}

/* La imagen simplemente debe llenar su contenedor (que ahora es toda la pantalla) */
.banner-home-full img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
/* --- DISEÑO MODERNO: PÁGINA DE PRODUCTO --- */

/* Contenedor de Galería (Imagen + Miniaturas) */
.product-gallery-flex {
    display: flex;
    gap: 15px;
}

.vertical-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 85px; /* Ancho de la columna de miniaturas */
}

.vertical-thumbnails .image-additional img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.vertical-thumbnails .image-additional img:hover {
    border-color: var(--naranja-juguete);
    opacity: 0.8;
}

.main-image-viewport {
    flex: 1;
}

.main-image-viewport img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
}

/* Opciones de Producto (Tallas, Colores, etc.) */
.custom-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.custom-radio-group label {
    cursor: pointer;
    margin: 0;
}

.custom-radio-group input[type="radio"] {
    display: none; /* Escondemos el círculo original */
}

.opt-btn {
    display: inline-block;
    padding: 10px 18px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-weight: 600;
    color: #444;
    transition: all 0.2s ease;
}

.custom-radio-group input[type="radio"]:checked + .opt-btn {
    border-color: var(--naranja-juguete);
    color: var(--naranja-juguete);
    background-color: #fffaf5;
}

/* Precio y Botón de Acción */
.price-display {
    font-size: 34px;
    font-weight: 800;
    color: var(--naranja-juguete);
    margin: 20px 0;
}

.btn-cart-naranja {
    background-color: var(--naranja-juguete) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700;
    font-size: 18px;
    height: 55px;
    border-radius: 8px;
    transition: transform 0.2s;
}

.btn-cart-naranja:hover {
    filter: brightness(1.1);
}

.btn-cart-naranja:active {
    transform: scale(0.97);
}

/* Adaptación para Móviles */
@media (max-width: 767px) {
    .product-gallery-flex {
        flex-direction: column-reverse; /* Miniaturas abajo en móvil */
    }
    .vertical-thumbnails {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }
    .vertical-thumbnails .image-additional {
        width: 70px;
    }
}
/* --- AJUSTE DE MINIATURAS --- */

.vertical-thumbnails .image-additional {
    width: 100%; /* Ocupa todo el ancho de la columna vertical */
    margin-bottom: 8px;
}

.vertical-thumbnails .image-additional a {
    display: block;
    padding: 0;           /* Eliminamos el padding interno de Bootstrap */
    border: 2px solid #eee; /* Solo un marco limpio */
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* El "enmarcado" naranja al pasar el mouse */
.vertical-thumbnails .image-additional a:hover {
    border-color: var(--naranja-juguete);
}

.vertical-thumbnails .image-additional img {
    width: 100%;        /* La imagen llena el cuadrito */
    height: auto;
    display: block;
    object-fit: cover; /* Evita que se deformen si no son cuadradas */
}

/* Si las ves muy pequeñas, ajusta este ancho (antes estaba en 85px) */
.vertical-thumbnails {
    width: 100px; 
    flex-shrink: 0; /* Evita que la columna se achique */
}
/* Efecto para las opciones de imagen (swatches) */
.image-option-label input[type="radio"]:checked + .opt-btn-img {
    border-color: #ff6600 !important; /* Tu naranja */
    background-color: #fff5ee;
    box-shadow: 0 0 5px rgba(255, 102, 0, 0.2);
}

.image-option-label:hover .opt-btn-img {
    border-color: #bbb;
}
/* --- DISEÑO MODERNO DEL CARRITO --- */
.cart-container { 
    background: #fff; 
    border-radius: 12px; 
    padding: 20px; 
    margin-bottom: 30px; 
}

.cart-item-row { 
    display: flex; 
    align-items: center; 
    padding: 20px 0; 
    border-bottom: 1px solid #eee; 
    gap: 20px; 
}

.cart-item-row:last-child { border-bottom: none; }

.cart-item-image img { 
    border-radius: 8px; 
    border: 1px solid #f0f0f0; 
    width: 100px; 
    transition: transform 0.2s;
}

.cart-item-image img:hover { transform: scale(1.05); }

.cart-item-details { flex-grow: 1; }

.cart-item-details a { 
    font-weight: 700; 
    color: #333; 
    font-size: 16px; 
    text-decoration: none; 
}

.cart-qty-group { 
    max-width: 130px; 
    margin-top: 10px; 
}

.cart-qty-group .form-control {
    text-align: center;
    font-weight: 600;
}

/* Columna de Resumen (Derecha) */
.cart-summary-box { 
    background: #f9f9f9; 
    border-radius: 15px; 
    padding: 25px; 
    border: 1px solid #eee; 
    position: sticky; 
    top: 20px; 
}

.summary-item { 
    display: flex; 
    justify-content: space-between; 
    margin-bottom: 15px; 
    font-size: 15px; 
}

.summary-total-row { 
    font-size: 24px; 
    font-weight: 800; 
    color: var(--naranja-juguete, #ff6600); 
    margin-top: 15px; 
    border-top: 2px solid #eee; 
    padding-top: 15px; 
}

.btn-remove-item {
    color: #d9534f;
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    margin-top: 5px;
}
/* --- AJUSTE PARA MENÚS DE CABECERA (Moneda e Idioma) --- */
/* --- RESET TOTAL PARA MENÚS DE MONEDA E IDIOMA --- */

/* 1. Forzamos el color del texto a negro para CUALQUIER elemento dentro del dropdown */
#form-currency .dropdown-menu *, 
#form-language .dropdown-menu * {
    color: #333333 !important;
    text-shadow: none !important;
}

/* 2. Estilo específico para los botones (OpenCart usa <button> aquí) */
#form-currency .dropdown-menu button, 
#form-language .dropdown-menu button {
    display: block !important;
    width: 100% !important;
    padding: 10px 15px !important;
    text-align: left !important;
    background: #ffffff !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

/* 3. Efecto al pasar el mouse (para que se note la selección) */
#form-currency .dropdown-menu button:hover, 
#form-language .dropdown-menu button:hover {
    background-color: #f5f5f5 !important;
    color: #ff6600 !important; /* Tu naranja corporativo */
}

/* 4. Asegurar que el contenedor sea blanco y visible */
#form-currency .dropdown-menu, 
#form-language .dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    padding: 5px 0 !important;
    min-width: 120px !important;
}
/* 1. Mostrar la etiqueta "Ex Taxes" en algunos idiomas*/
html[lang="es"] .price-tax, 
html[lang="es-pe"] .price-tax {
    display: none !important;
}

/* 2. Segundo: Asegurar que se vea cuando el idioma es Inglés */
html[lang="es"] .price-tax, 
html[lang="es-es"] .price-tax {
    display: block !important;
}
