/* NexialCart Theme Creator - nextlabs.mx */
/* Color Base: #0000ff */
/* ========== RESET Y BASE ========== */
html, body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	background-image: url("../image/fondo.jpg");
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: #0000ff;
}

body {
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6 { color: #333333; }
.fa { font-size: 14px; }
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
a { color: #1b789c; transition: all 0.3s ease; }
a:hover { text-decoration: none; color: #3fb2de; }
legend { font-size: 18px; padding: 7px 0px; color: #333333; }
label { font-size: 12px; font-weight: normal; color: #333333; }
/* ========== FORMULARIOS ========== */
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;
	color: #333333;
	border-color: #0000cc;
}
.input-group input, .input-group select,
.input-group .dropdown-menu, .input-group .popover { font-size: 14px; }
.input-group .input-group-addon {
	font-size: 14px; height: 32px;
	background-color: #0000ff; color: #ffffff; border-color: #000066;
}
div.required .control-label:before { content: '* '; color: #F00; font-weight: bold; }
/* ========== TOP BAR ========== */
#top {
	background-color: #0000ff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.7);
	border-bottom: none;
}
#top .container { padding: 0 20px; }
#top-links a, #top-links span, #top .btn-link { color: #ffffff; }
#top-links a:hover, #top .btn-link:hover { color: #ffffff; }
.dropdown-menu { background-color: #0000ff !important; border-color: #000066; }
.dropdown-menu li > a { color: #ffffff !important; background-color: transparent; }
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
	text-decoration: none; color: #ffffff !important;
	background-color: #0000ff !important;
	background-image: linear-gradient(to bottom, #4d4dff, #0000cc);
}
#top .dropdown-menu { background-color: #0000ff !important; }
#top .dropdown-menu li a { color: #ffffff !important; }
#top .dropdown-menu li a:hover { background-color: #0000ff !important; color: #ffffff !important; }
#top .btn-link:focus, #top .btn-link:active,
#top .dropdown.open .dropdown-toggle,
#top .dropdown-toggle:focus, #top .dropdown-toggle:active {
	background-color: #0000ff !important;
	color: #ffffff !important;
	outline: none;
	box-shadow: none;
}
#top-links { padding-top: 6px; }
#top-links a + a { margin-left: 15px; }
#form-currency .currency-select, #form-language .language-select {
	text-align: left; color: #ffffff; background: transparent;
}
#form-currency .currency-select:hover, #form-language .language-select:hover {
	text-shadow: none; color: #ffffff;
	background-color: #0000ff;
	background-image: linear-gradient(to bottom, #4d4dff, #0000cc);
}
/* ========== HEADER ========== */
header {
	background-color: transparent;
	padding: 16px 0;
	margin: 8px 0;
}
/* ========== BANNER ========== */
#banner-wrap { position: relative; overflow: hidden; }
#banner-wrap > a { display: block; }
#logo {
  position: absolute;
  bottom: 15px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  z-index: 10;
}
#logo img.img-responsive { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,0.6); }
#logo h1 { margin: 0; font-size: 2.5em; font-weight: 900; }
#logo h1 a, #logo a {
	color: #ffffff;
	text-shadow: 0 3px 8px rgba(0,0,0,0.9);
	text-decoration: none;
	font-weight: 900;
	letter-spacing: 1px;
}
#logo h1 a, #logo a {
	color: #ffffff;
	text-shadow: 0 3px 8px rgba(0,0,0,0.9);
	text-decoration: none;
	font-weight: 900;
	letter-spacing: 1px;
}
/* ========== SEARCH ========== */
#search { margin-bottom: 10px; }
#search .input-lg { height: 40px; line-height: 20px; padding: 0 10px; }
#search input { background-color: #6666ff; color: #fff; border-color: #0000cc; }
#search input:focus { background-color: #ccccff; color: #333; }
#search button { background-color: #0000ff; color: #ffffff; border-color: #0000b3; }
#search button.btn-default { background-image: linear-gradient(to bottom, #3333ff, #0000cc); }
#search button:hover { background-color: #3333ff; }
#search .btn-lg { font-size: 15px; line-height: 18px; padding: 10px 35px; }
/* ========== CART ========== */
#cart { margin-bottom: 10px; }
#cart > .btn, #cart > button.btn:hover { background-color: #0000ff; }
#cart > button.btn {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.35);
	background-image: linear-gradient(to bottom, #3333ff, #0000cc);
	border-color: #000066; color: #ffffff;
}
#cart.open > button.btn, #cart.open > button.btn:hover {
	background-color: #0000ff; border-color: #000066; color: #ffffff;
}
#cart .dropdown-menu { background-color: #0000ff; border-color: #000066; min-width: 300px; }
#cart .dropdown-menu td, #cart img.img-thumbnail { border-color: #000066; }
#cart .dropdown-menu a { color: #ffffff; }
#cart .dropdown-menu a:hover { color: #ffffff; }
#cart .dropdown-menu { min-width: 100%; overflow-y: auto; max-height: 800px; scrollbar-width: thin; overflow-x: hidden; }
/* ========== MENU ========== */
#menu {
	color: #ffffff;
	background-color: #0000ff;
	background-image: linear-gradient(to bottom, #4d4dff, #0000b3);
	background-repeat: repeat-x;
	min-height: 40px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	border-radius: 4px;
}
#menu .nav > li > a { color: #ffffff; }
#menu .nav > li > a:hover { color: #ffffff; background-color: rgba(0,0,0,0.1); }
#menu .dropdown-inner a { color: #ffffff; }
#menu .dropdown-menu { background-color: #0000ff; border-color: #000066; }
#menu .dropdown-menu .dropdown-inner li a:hover, #menu .dropdown-menu .see-all:hover {
	background-color: #0000ff; background-image: linear-gradient(to bottom, #4d4dff, #0000cc); color: #ffffff;
}
#menu .dropdown-menu .see-all { color: #ffffff; }
#menu .see-all {
	display: block; margin-top: .5em;
	border-top: 1px solid #000066;
	padding: 3px 20px; border-radius: 0 0 3px 3px; font-size: 12px;
	background-color: #0000ff;
	background-image: linear-gradient(to bottom, #4d4dff, #0000cc);
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none; color: #ffffff;
	background-color: #0000cc;
	background-image: linear-gradient(to bottom, #0000ff, #0000b3);
}
@media (max-width: 767px) {
	#menu { border-radius: 4px; }
	#menu .navbar-collapse { background-color: #0000ff; }
	#menu div.dropdown-inner > ul.list-unstyled { display: block; }
	#menu div.dropdown-menu { margin-left: 0 !important; padding-bottom: 10px; background-color: #0000ff; }
	#menu .dropdown-inner { display: block; }
	#menu .dropdown-inner a { width: 100%; color: #ffffff; }
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover { background: #3333ff; }
	#menu .see-all { margin-top: 0; border: none; border-radius: 0; color: #ffffff; }
}
@media (min-width: 768px) { #menu .dropdown:hover .dropdown-menu { display: block; } }
/* ========== CONTENT ========== */
#content {
	min-height: 600px;
	background-color: rgba(230,126,34,0.95);
	background-image: url("../image/fondo_productos.jpg");
	background-size: auto;
	background-repeat: repeat;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.7);
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}
#product-category #content, #product-product #tab-description, #information-information #content { font-size: 13px; }
/* ========== BREADCRUMB ========== */
ul.breadcrumb {
	background-color: #0000ff;
	margin: 0 0 20px 0; padding: 8px 15px;
	border: 1px solid #000099; border-radius: 4px;
}
ul.breadcrumb li { color: #ffffff; }
ul.breadcrumb li a { color: #ffffff; }
ul.breadcrumb li a:hover { color: #ffffff; }
.breadcrumb > li + li:before { content: '/'; color: #ffffff; padding: 0 5px; }
/* ========== SIDEBAR ========== */
.list-group .list-group-item { background-color: #6666ff; color: #ffffff; border-color: #000066; }
.list-group a.list-group-item { color: #000033; }
.list-group a.list-group-item:hover, .list-group a.active, .list-group a.active:hover {
	color: #ffffff; background-color: #0000cc;
}
/* ========== PRODUCTOS ========== */
.product-layout { margin-bottom: 20px; }
.product-thumb {
	background-color: #e67e22;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	border: 1px solid #000099;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease;
}
.product-thumb:hover { transform: translateY(-5px); }
.product-thumb .image { text-align: center; padding: 15px; }
.product-thumb .image a { display: block; }
.product-thumb .image img { margin-left: auto; margin-right: auto; }
.product-thumb .caption { padding: 0 15px 15px; min-height: 160px; }
.product-thumb h4 { font-weight: bold; margin: 10px 0; }
.product-thumb h4 a { color: #333333; }
.product-thumb h4 a:hover { color: #0000ff; }
.product-thumb .price { color: #0000ff; font-size: 16px; font-weight: bold; text-align: center; display: block; }
.product-thumb .price-new { color: #0000ff; font-size: 16px; font-weight: bold; display: block; text-align: center; }
.product-thumb .price-old { color: #666; text-decoration: line-through; }
.product-thumb .price-tax { color: #333333; font-size: 12px; font-weight: normal; display: block; text-align: center; margin-top: 4px; }
.product-thumb .rating { padding-bottom: 10px; }
.rating .fa-star { color: #FFD700; }
.rating .fa-star-o { color: #000066; }
.product-thumb .button-group {
	background-color: #0000cc;
	border-top: 1px solid #000099;
	padding: 10px; text-align: center;
}
.product-thumb .button-group button {
	background-color: #0000ff;
	color: #ffffff;
	border: none; padding: 8px 12px; margin: 0 5px;
	border-radius: 4px; transition: all 0.3s ease;
}
.product-thumb .button-group button:hover {
	background-color: #3333ff; color: #ffffff; transform: scale(1.05);
}
/* ========== PAGINATION ========== */
.pagination { margin: 20px 0; }
.pagination > li > a, .pagination > li > span {
	background-color: #0000ff; color: #ffffff; border-color: #000099;
}
.pagination > li > a:hover, .pagination > li > span:hover {
	background-color: #3333ff; color: #ffffff; border-color: #000099;
}
.pagination > .active > a, .pagination > .active > span {
	background-color: #0000b3; border-color: #000099;
}
/* ========== BUTTONS ========== */
.buttons { margin: 1em 0; }
.btn { padding: 8px 14px; font-size: 14px; border-radius: 4px; transition: all 0.3s ease; }
.btn-xs { font-size: 11px; }
.btn-sm { font-size: 12px; }
.btn-lg { padding: 12px 18px; font-size: 16px; }
.btn-primary {
	background-color: #0000ff; border-color: #0000b3; color: #ffffff;
	background-image: linear-gradient(to bottom, #3333ff, #0000cc);
}
.btn-primary:hover { background-color: #3333ff; border-color: #0000ff; color: #ffffff; }
#button-cart {
	background-color: #0000ff;
	background-image: linear-gradient(to bottom, #4d4dff, #0000b3);
	border-color: #000099;
	color: #ffffff !important;
	font-weight: bold;
}
.btn-default {
	background-color: #0000ff;
	background-image: linear-gradient(to bottom, #3333ff, #0000cc);
	border-color: #0000b3; color: #ffffff;
}
.btn-default:hover { background-color: #3333ff; border-color: #6666ff; color: #ffffff; }
.btn-warning { color: #fff; background-color: #faa732; background-image: linear-gradient(to bottom, #fbb450, #f89406); border-color: #f89406 #f89406 #ad6704; }
.btn-danger { color: #fff; background-color: #da4f49; background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); border-color: #bd362f #bd362f #802420; }
.btn-success { color: #fff; background-color: #5bb75b; background-image: linear-gradient(to bottom, #62c462, #51a351); border-color: #51a351 #51a351 #387038; }
.btn-info { color: #fff; background-color: #df5c39; background-image: linear-gradient(to bottom, #e06342, #dc512c); border-color: #dc512c #dc512c #a2371a; }
.btn-inverse { color: #fff; background-color: #363636; background-image: linear-gradient(to bottom, #444, #222); border-color: #222 #222 #000; }
.btn-link { border-color: rgba(0,0,0,0); cursor: pointer; color: #1b789c; border-radius: 0; }
/* ========== LIST GROUP ========== */
.list-group a { border: 1px solid #DDD; color: #888; padding: 8px 12px; }
.list-group a.active, .list-group a.active:hover, .list-group a:hover { color: #444; background: #eee; border: 1px solid #DDD; }
/* ========== FOOTER ========== */
footer {
	margin-top: 30px; padding-top: 30px; padding-bottom: 30px;
	background-color: #04141a;
	background-image: none;
	background-size: cover;
	border-top: 1px solid #125872;
	color: #e2e2e2;
}
footer h5 { color: #ffffff; }
footer a { color: #3cb4e1; }
footer a:hover { color: #fff; }
footer hr { border-top: none; border-bottom: 1px solid #125872; }
/* ========== ALERT ========== */
.alert { padding: 8px 14px; border-radius: 4px; }
/* ========== IMAGEN SUPERIOR ========== */
#responsive-image, .responsive-image { width: 100%; height: auto; display: block; }
/* ========== THUMBNAILS ========== */
.thumbnails { overflow: auto; clear: both; list-style: none; padding: 0; margin: 0 0 0 -20px; }
.thumbnails > li { margin-left: 20px; }
.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; }
/* ========== GRID RESPONSIVE ========== */
@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%; } }
#column-left .product-layout, #column-right .product-layout { width: 100%; }
.input-group .form-control[name^=quantity] { min-width: 50px; }
/* ========== RESPONSIVE GENERAL ========== */
@media (max-width: 767px) {
	#logo { text-align: center; margin-bottom: 15px; }
	#search, #cart { margin-bottom: 15px; }
	.product-thumb .caption { min-height: auto; }
}
/* ========== UTILITIES ========== */
.text-white { color: #ffffff; }
.bg-transparent { background: transparent; }

.carousel { background-color: transparent !important; border: none !important; box-shadow: none !important; }
.carousel .item { background-color: transparent !important; }