@import "externos/bootstrap.min.css";

@import "externos/jquery.fancybox.min.css";

@import "externos/swiper-bundle.css";
/*** EXTERNOS ***/
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local('Poppins Thin'), local('Poppins-Thin'), url(https://fonts.gstatic.com/s/poppins/v12/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v12/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v12/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
/*** contenidos comunes *****/
/*** RESET ***/

body {
	font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
	padding: 0;
	margin: 0;
}
*:focus,
a:focus {
	outline: none;
}
ul,
li {
	list-style: none;
}
a,
button {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: 'Poppins', sans-serif;
	line-height: 26px;
}
.card {
	border-radius: 0;
	border: 0;
}
.card .card-img,
.card .card-img-bottom {
	border-radius: 0;
}
.card .card-footer {
	background-color: transparent;
	padding: 0;
	border: 0;
}
.card .card-footer .card-footer:last-child {
	border-radius: 0;
}
.input-group-prepend {
	background-color: #ffffff;
}
@include border-radius(5px);
.input-group-prepend .input-group-text {
	background-color: #ffffff;
	padding: 0 8px 0 18px;
	border: 0;
}
@include border-radius(5px);
.input-group-prepend .input-group-text:active,
.input-group-prepend .input-group-text:focus {
	border: 0;
}
ul {
	list-style: none;
	padding-left: 0;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	outline: none;
	outline-offset: 0;
}
.dropdown-toggle:after {
	content: none;
}
.form-control {
	/*border: 0;*/
}
.form-control:focus,
.form-control:active {
	outline: none;
	border: 0;
	border-color: transparent;
	box-shadow: none;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1390px;
	}
}
/**** MIXINS LESS CLASES *****/
.bg-cover {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/***** FLEXBOXES ***/
.center-end {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/iconos/fonts/icomoon.eot?j0ebdc');
	src: url('../fonts/iconos/fonts/icomoon.eot?j0ebdc#iefix') format('embedded-opentype'), url('../fonts/iconos/fonts/icomoon.ttf?j0ebdc') format('truetype'), url('../fonts/iconos/fonts/icomoon.woff?j0ebdc') format('woff'), url('../fonts/iconos/fonts/icomoon.svg?j0ebdc#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */

	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-breadcrumd:before {
	content: "\e900";
	color: #707070;
}
.icon-arrow-next:before {
	content: "\e901";
	color: #707070;
}
.icon-arrow-prev:before {
	content: "\e902";
	color: #707070;
}
.icon-arrow-round-back:before {
	content: "\e903";
}
.icon-box-back:before {
	content: "\e904";
	color: #707070;
}
.icon-card:before {
	content: "\e905";
	color: #707070;
}
.icon-cart:before {
	content: "\e906";
	color: #707070;
}
.icon-chevron-next .path1:before {
	content: "\e907";
	color: #707070;
}
.icon-chevron-next:before {
	content: "\e908";
	/* margin-left: -1em; */

	color: #ffffff;
}
.icon-chevron-prev .path1:before {
	content: "\e909";
	color: #707070;
}
.icon-chevron-prev:before {
	content: "\e90a";
	/* margin-left: -1em; */

	color: #ffffff;
}
.icon-delivery:before {
	content: "\e90b";
	color: #707070;
}
.icon-edit:before {
	content: "\e90c";
	color: #707070;
}
.icon-globe-alt:before {
	content: "\e90d";
	color: #707070;
}
.icon-heart:before {
	content: "\e90e";
}
.icon-profile:before {
	content: "\e90f";
	color: #707070;
}
.icon-share:before {
	content: "\e910";
	color: #707070;
}
.icon-star:before {
	content: "\e911";
	color: #707070;
}
.icon-tienda:before {
	content: "\e912";
	color: #707070;
}
.icon-zoom:before {
	content: "\e913";
	color: #707070;
}
.icon-zoom-in:before {
	content: "\e914";
}
.wrapper {
	max-width: 1494px;
	display: block;
	margin: 0 auto;
}
.wrapper-short {
	max-width: 1320px;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}
.comon-module {
	display: block;
	margin: 0 0 40px 0;
}
.icon {
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
.tit-comon {
	color: #0033cc;
	font-size: 29px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
@media (max-width: 760px) {
	.tit-comon {
		font-size: 24px;
		line-height: 36px;
	}
}
header.header {
	display: block;
	position: relative;
}
.header .logo {
	display: block;
	z-index: 2;
	position: absolute;
	width: 80px;
	height: auto;
	margin: 20px;
}
.header .logo img {
	display: block;
	max-width: 100%;
}
.header .pre-menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0 10px 0 0;
	/*background: #001659;*/
	background: #242424;
}
.header .pre-menu .nav-satelite li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
.header .pre-menu .nav-satelite li .icon {
	color: #fff;
	font-size: 20px;
}
.header .pre-menu .nav-satelite li .icon::before {
	color: #ffdf88;
}
.header .pre-menu .nav-satelite li a {
	color: #ffdf88;
	padding: 10px 10px;
	display: block;
	text-transform: uppercase;
}
.header .pre-menu .nav-satelite li span.item {
	color: #fff;
	text-transform: uppercase;
}
.header .pre-menu .nav-satelite li:hover a.item,
.header .pre-menu .nav-satelite li:hover span.item {
	background: #0033cc;
}
.header .pre-menu .nav-satelite li .sub-menu button {
	color: #ffdf88;
}
.header .pre-menu .nav-satelite li .sub-menu {
	display: none;
	position: absolute;
	background: #0033cc;
	top: 46px;
	width: 100px;
	left: 0px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
	z-index: 1000;
	color: #ffdf88;
}
.header .pre-menu .nav-satelite li .sub-menu a,
.header .pre-menu .nav-satelite li .sub-menu button {
	display: inline-block;
	padding: 0;
	clear: both;
	margin: 5px 10px;
	background: none;
	border: none;
	text-transform: uppercase;
	text-align: left;
}
.header .pre-menu .nav-satelite li .sub-menu a.active,
.header .pre-menu .nav-satelite li .sub-menu button.active {
	border-bottom: solid 3px #ffbb00;
}
.header .pre-menu .nav-satelite li .sub-menu a.active:hover,
.header .pre-menu .nav-satelite li .sub-menu button.active:hover {
	color: #fff;
}
.header .pre-menu .nav-satelite li .sub-menu a:hover,
.header .pre-menu .nav-satelite li .sub-menu button:hover {
	color: #ffbb00;
}
.header .pre-menu .nav-satelite li:hover .sub-menu {
	display: block;
}
.header .menu-principal {
	display: block;
	padding: 0px 20px;
	background: #0033cc;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .nav-menu {
	display: block;
	width: auto;
	text-align: center;
}
.header .nav-menu ul li {
	display: inline-block;
	position: relative;
	color: #ffdf88;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 36px 10px;
}
.header .nav-menu ul li a.item,
.header .nav-menu ul li span.item {
	color: #ffdf88;
	display: block;
	border-bottom: solid 3px #0033cc;
}
@media (min-width: 1100px) {
	.header .nav-menu ul li:hover a.item {
		border-bottom: solid 3px #ffbb00;
	}
}
.header .nav-menu ul li .submenu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	max-height: 0;
	z-index: 99;
	position: absolute;
	top: 101px;
	left: -50px;
	background: #0033cc;
	width: 240px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.header .nav-menu ul li .submenu ul li {
	display: block;
	text-transform: none;
	padding: 7px 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: left;
}

.cart-btn .wishlist a:before, #cart > button:before {
	color: #ffdf88 !important;
}

.header .nav-menu ul li .submenu a {
	color: #ffdf88;
	display: inline-block;
	border-bottom: solid 3px #0033cc;
}
@media (min-width: 1100px) {
	.header .nav-menu ul li .submenu a:hover {
		border-bottom: solid 3px #ffbb00;
	}
}
@media (min-width: 1100px) {
	.header .nav-menu ul li:hover .submenu {
		max-height: 800px;
	}
	.header .nav-menu ul li .desp {
		display: none;
	}
}
@media (min-width: 1100px) {
	.header .nav-menu .mobile-menu {
		display: none;
	}
}
.header .search-box {
	display: block;
	position: relative;
	margin: 0 30px 0 100px;
}
.header .search-box input {
	background: #fff;
	line-height: 36px;
	height: 36px;
	border: solid 1px #fff;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 300;
	color: #222;
	text-indent: 30px;
	width: 300px;
}
.header .search-box .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 36px;
	text-align: center;
}
.header .search-box .icon::before {
	color: #222;
	margin: 10px 0 0 0;
	display: block;
	font-size: 16px;
}
.header .cart-btn {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.header .cart-btn .icon {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}
.header .cart-btn .icon::before {
	color: #fff;
	font-size: 30px;
}
.header .cart-btn:hover .icon {
	opacity: 0.7;
}
.header .cart-btn .cuanti {
	display: block;
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	background: #ffbb00;
	width: 26px;
	height: 26px;
	color: #292724;
	line-height: 26px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	top: -8px;
	right: -8px;
}
.mobile-bar,
.bt-search-mobile {
	display: none;
}
/**** RESPONSIVE ***/
@media (max-width: 1300px) {
	.header .search-box {
		margin: 0 30px;
	}
	.header .search-box input {
		width: 250px;
	}
}
@media (max-width: 1100px) {
	.hamburger {
		display: block;
		position: absolute;
		left: 10px;
		top: 24px;
		float: left;
		margin: 0;
		padding: 0;
		cursor: pointer;
		z-index: 999;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.hamburger .hamburger-inner {
		position: relative;
		height: 12px;
		width: 20px;
		display: block;
		margin: 0;
		padding: 0;
	}
	.hamburger .bar {
		width: 20px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.hamburger.open .bar {
		background: #fff;
	}
	.hamburger.open {
		left: 100%;
		margin: 0 0 0 -30px;
	}
	.hamburger .bar.bar2,
	.hamburger .bar.bar3 {
		top: 5px;
		transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
	}
	.hamburger .bar.bar4 {
		top: 10px;
	}
	.hamburger.open .bar1,
	.hamburger.open .bar4 {
		opacity: 0;
	}
	.hamburger.open .bar2 {
		height: 2px;
		transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
	}
	.hamburger.open .bar3 {
		height: 2px;
		transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
	}
	.header .logo {
		width: 36px;
		top: 3px;
		left: 40px;
		margin: 0;
	}
	.header .pre-menu {
		display: none;
	}
	.header .menu-principal {
		display: block;
		height: 60px;
	}
	.header .cart-btn {
		position: absolute;
		right: 15px;
		top: 16px;
	}
	.header .nav-menu {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: block;
		position: absolute;
		background: #0033cc;
		width: 100%;
		left: -100%;
		z-index: 99;
	}
	.header .nav-menu ul li {
		display: block;
		padding: 10px 0 0 0;
		text-align: left;
	}
	.header .nav-menu ul li .desp {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 49px;
		background: url('catalog/view/theme/tt_autima2/tigres/img/global/icon-bullet-menu.svg') center center no-repeat;
	}
	.header .nav-menu ul li .desp.open {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.header .nav-menu ul li a.item,
	.header .nav-menu ul li span.item {
		display: inline-block;
		margin: 0 0 0 10px;
	}
	.header .nav-menu ul li .submenu {
		margin: 10px 0 0 0;
		padding: 0 10px;
		overflow: hidden;
		max-height: none;
		z-index: 99;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: none;
	}
	.header .nav-menu ul li .submenu ul li {
		padding: 5px 0;
	}
	.header .nav-menu ul li .submenu.open {
		display: block;
	}
	.header .nav-menu ul li.open {
		background: #001659;
	}
	.header .nav-menu ul li.open span.item {
		border-bottom: solid 3px #ffbb00;
	}
	.header .nav-menu.open {
		left: 0;
		z-index: 900;
	}
	.mobile-menu {
		display: block;
		border-top: solid 1px #fff;
		margin: 20px 0 0 0;
	}
	.mobile-menu li {
		color: #fff;
		font-size: 14px;
		margin: 3px 0;
		font-weight: 600;
		text-transform: uppercase;
		text-align: left;
		position: relative;
		display: block;
	}
	.mobile-menu li button {
		color: #fff;
		display: inline-block;
		width: 100%;
		padding: 7px 10px;
		text-transform: uppercase;
		background: none;
		border: none;
		text-align: left;
	}
	.mobile-menu li a {
		color: #fff;
		display: inline-block;
		width: 100%;
		padding: 7px 10px;
		text-transform: uppercase;
	}
	.mobile-menu li a span::before {
		color: #fff;
		font-size: 18px;
	}
	.mobile-menu li .desp {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 49px;
		background: url('catalog/view/theme/tt_autima2/tigres/img/global/icon-bullet-menu.svg') center center no-repeat;
	}
	.mobile-menu li .desp.open {
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.mobile-menu li .submenu {
		display: none;
	}
	.mobile-menu li .submenu a {
		display: inline-block;
		clear: both;
	}
	.mobile-menu li .submenu.open {
		display: block;
	}
	.mobile-menu li .afirme-logo {
		display: block;
		padding: 20px 0;
		text-align: center;
		border-top: solid 1px #fff;
	}
	.mobile-menu li .afirme-logo img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.mobile-bar {
		display: block;
		height: 60px;
		padding: 4px 0;
		width: 100%;
		background: #0033cc;
		-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	}
	.mobile-bar .logo-bar {
		display: block;
		margin: 0 auto;
		width: 34px;
	}
	.mobile-bar .logo-bar img {
		display: block;
		max-width: 100%;
	}
	.bt-search-mobile {
		display: block;
		position: absolute;
		width: 45px;
		height: 60px;
		top: 0;
		right: 100px;
		text-align: center;
	}
	.bt-search-mobile .icon-zoom:before {
		color: #fff;
		font-size: 23px;
		margin: 19px 0 0 0;
		display: block;
	}
	.bt-search-mobile.open {
		background: #001659;
	}
	.header .search-box {
		margin: 0;
		position: absolute;
		width: 100%;
		left: 0;
		top: 60px;
		display: none;
		z-index: 96;
		-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	}
	.header .search-box.open {
		display: block;
	}
	.header .search-box input {
		width: 100%;
		border-radius: 0;
	}
}
footer {
	padding: 30px 0 40px;
	background-color: #231F20;
}
footer .social img {
	height: 30px;
	width: 30px;
}
footer .social div {
	margin: 0 10px;
}
footer .icon {
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 992px) {
	footer .social {
		position: absolute;
		right: 15px;
	}
	footer .social img {
		height: 20px;
		width: 20px;
	}
}
footer .logo {
	margin-top: 15px;
	margin-bottom: 12px;
	text-align: center;
}
footer h6 {
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	footer h6 {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 20px;
	}
}
footer ul {
	margin: 0 0 0 5px;
}
@media (min-width: 992px) {
	footer ul {
		margin: 0;
	}
}
footer li {
	margin-bottom: 15px;
	line-height: 15px;
}
footer a {
	line-height: 15px;
}
footer li,
footer a {
	font-size: 10px;
	font-weight: 400;
	color: #ffffff;
}
footer li:hover,
footer li:focus,
footer a:hover,
footer a:focus {
	text-decoration: none;
	color: #ffffff;
}
footer p {
	font-size: 10px;
	font-weight: 400;
	color: #ffffff;
	line-height: 15px;
}
footer .addon {
	margin-top: 10px;
}
@media (min-width: 992px) {
	footer .addon {
		margin-top: 40px;
		width: 320px;
	}
}
footer svg {
	fill: #ffffff;
}
footer .menu-box {
	margin: 0 10px;
	max-width: 85%;
}
@media (min-width: 992px) {
	footer .menu-box {
		max-width: 100%;
	}
}
footer .menu-box .btn-collapse {
	position: relative;
	display: inline-block;
}
@media (min-width: 992px) {
	footer .menu-box .btn-collapse {
		pointer-events: none;
	}
}
footer .menu-box .btn-collapse[aria-expanded=true] .icon-arrow-prev {
	transform: rotate(-270deg);
}
@media (min-width: 992px) {
	footer .menu-box .collapse {
		display: block;
	}
}
footer .menu-box .icon-arrow-prev {
	display: none;
}
@media (max-width: 992px) {
	footer .menu-box .icon-arrow-prev {
		display: block;
		transform: rotate(270deg);
		position: absolute;
		top: 2px;
		right: -25px;
	}
	footer .menu-box .icon-arrow-prev:before {
		color: #ffffff;
		height: 12px;
		width: 7px;
	}
}
footer .suscribite-box {
	max-width: 100%;
}
@media (min-width: 992px) {
	footer .suscribite-box p {
		max-width: 80%;
	}
}
@media (max-width: 992px) {
	footer .suscribite-box {
		background-color: rgba(112, 112, 112, 0.5);
		margin-top: 30px;
		padding: 25px 20px;
	}
}
.foot {
	padding: 15px 0;
	font-size: 10px;
	font-weight: 400;
	color: #000000;
}
.pre-footer {
	margin-top: 40px;
	background-color: #F1F1F1;
	font-size: 20px;
	font-weight: 400;
	color: #707070;
	padding: 40px 0;
}
.pre-footer .logo-box {
	margin: 10px 0;
}
/**** HOME ***/
.slider-home .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.8;
}
.slider-home .swiper-pagination-bullet-active {
	background: #ffbb00;
}
.slider-home .swiper-slide img {
	display: block;
	width: 100%;
}
.fila {
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 30px 0;
}
.baner-box {
	width: 820px;
}
.baner-box img {
	display: block;
	width: 100%;
}
.product-box {
	position: relative;
	width: 310px;
	height: 435px;
	text-align: left;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.product-box figure {
	display: block;
	position: relative;
	overflow: hidden;
	height: 319px;
}
.product-box figure img {
	display: block;
	width: 100%;
}
.product-box figure .imageA,
.product-box figure .imageB {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.product-box figure .imageA {
	opacity: 1;
}
.product-box figure .imageB {
	opacity: 0;
}
.product-box figure:hover .imageA {
	opacity: 0;
}
.product-box figure:hover .imageB {
	opacity: 1;
}
.product-box figure .zoom {
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: 30px;
	opacity: 0;
}
.product-box figure .zoom .icon-zoom-in:before {
	color: #292724;
	font-size: 23px;
	margin: 0;
	display: block;
}
.product-box figure:hover .zoom {
	opacity: 1;
	right: 10px;
}
.product-box .tags {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 6;
}
.product-box .tags .tag-new {
	color: #292724;
	background: #ffbb00;
	font-size: 18px;
	font-weight: 500;
	padding: 0 10px;
	display: inline-block;
	line-height: 32px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.product-box .tags .tag-agotado {
	color: #fff;
	background: #707070;
	font-size: 18px;
	font-weight: 500;
	padding: 0 10px;
	display: inline-block;
	line-height: 32px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.product-box .add-fav {
	background: url('catalog/view/theme/tt_autima2/tigres/img/global/icon-heart.svg') center center no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 7;
	cursor: pointer;
}
.product-box .add-fav.active {
	background: url('catalog/view/theme/tt_autima2/tigres/img/global/icon-heart-full.svg') center center no-repeat;
}
.product-box .info {
	display: block;
	background: #fff;
	padding: 10px 60px 10px 10px;
	position: relative;
	height: 117px;
}
.product-box .info .categ {
	color: #000;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-box .info .categ a {
	color: #000;
}
.product-box .info .categ a:hover {
	text-decoration: underline;
}
.product-box .info .tit {
	color: #000;
	font-size: 16px;
	line-height: 19px;
	padding: 0 0 5px 0;
	font-weight: 400;
	text-transform: uppercase;
}
.product-box .info .tit a {
	color: #000;
}
.product-box .info .tit a:hover {
	color: #0033cc;
}
.product-box .info .price {
	color: #0033cc;
	font-size: 19px;
	line-height: 23px;
	padding: 0;
	font-weight: 400;
}
.product-box .info .price .old {
	color: #c4c4c4;
	text-decoration: line-through;
}
.product-box .info .add-cart {
	display: block;
	width: 42px;
	height: 42px;
	background: #ffbb00;
	position: absolute;
	right: 10px;
	top: 30px;
	z-index: 7;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-box .info .add-cart .icon-cart:before {
	color: #231f20;
	font-size: 26px;
	margin: 9px 0 0 8px;
	display: block;
}
.product-box .info .add-cart:hover .icon-cart:before {
	color: #0033cc;
}
.product-box .info .desc {
	background: #FB3333;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: block;
	position: absolute;
	line-height: 36px;
	padding: 0 10px;
	z-index: 8;
	top: -18px;
	right: 0;
}
.baner-large {
	display: block;
	margin: 40px auto;
}
.baner-large img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.carousel-cards {
	position: relative;
}
.carousel-cards .swiper-container {
	padding: 20px 4px;
}
.custom-navigation .button-prev {
	position: absolute;
	z-index: 6;
	top: 40%;
	left: -35px;
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFBB00;
}
.custom-navigation .button-prev::before {
	font-size: 30px;
}
.custom-navigation .button-next {
	position: absolute;
	z-index: 6;
	top: 40%;
	right: -25px;
	width: 32px;
	height: 32px;
	transform: translateY(50%);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	background-color: #FFBB00;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-navigation .button-next::before {
	font-size: 30px;
}
.bg-gray {
	display: block;
	padding: 50px 0;
	margin: 30px 0;
	background: #F8F8F8;
}
@media (max-width: 1390px) {
	.product-box {
		width: 250px;
		height: 374px;
	}
	.product-box figure {
		height: 257px;
	}
	.custom-navigation .button-prev {
		left: 10px;
		top: 40%;
	}
	.custom-navigation .button-next {
		right: 10px;
		top: 40%;
	}
}
@media (max-width: 1200px) {
	.fila {
		display: block;
		text-align: center;
	}
	.baner-box {
		width: auto;
		display: block;
		margin: 20px auto;
	}
	.baner-box img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	.fila .product-box {
		display: inline-block;
		margin: 0 10px;
	}
}
@media (max-width: 760px) {
	.fila .product-box {
		margin: 0 5px;
	}
	.product-box .info {
		padding-right: 34px;
	}
	.product-box .info .tit {
		font-size: 13px;
		line-height: 16px;
	}
	.product-box .info .price {
		font-size: 14px;
		line-height: 18px;
	}
	.product-box .info .add-cart {
		width: 24px;
		height: 24px;
		right: 5px;
		top: 30px;
	}
	.product-box .tags .tag-new,
	.product-box .tags .tag-agotado {
		font-size: 14px;
		line-height: 24px;
	}
	.product-box .info .desc {
		font-size: 14px;
		line-height: 26px;
		top: -13px;
	}
	.product-box .info .add-cart .icon-cart:before {
		color: #231f20;
		font-size: 17px;
		margin: 0px 0 0 3px;
		display: block;
	}
	.product-box {
		width: 165px;
		height: 288px;
	}
	.product-box figure {
		height: 170px;
	}
	.custom-navigation .button-prev {
		left: 10px;
		top: 40%;
	}
	.custom-navigation .button-next {
		right: 10px;
		top: 40%;
	}
}

#afirmeLogoImg,
#paypalLogoImg,
#monederoLogoImg, 
#mercadoPagoLogoImg {
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 24px;
	vertical-align: middle;
	width: 80px;
}

#afirmeLogoImg {
	background: url('../img/global/logo-afirme.png') no-repeat center center transparent; width:120px !important; height:36px !important; background-size:contain !important}

#paypalLogoImg {
	background-image: url('../img/global/logo-paypal.png');
}

#monederoLogoImg {
	background-image: url('../img/global/boton_monedero.png'); width:120px !important; height:36px !important
}
.checkout-step.step-payment.current .radio:last-child input[type="radio"] { margin-top:11px !important}

#mercadoPagoLogoImg {
	background-image: url('../img/global/logo-mercadopago.png');
}

.tigres-label-product-label_sale {
	background: #FB3333;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: block;
	position: absolute;
	line-height: 36px;
	padding: 0 10px;
	z-index: 8;
	top: -18px;
	right: 0;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

.tigres-label-product-label_sale-stock {
	top: -68px;
}

.tigres-label-product-label_new {
	color: #292724;
	background: #ffbb00;
	font-size: 18px;
	font-weight: 500;
	padding: 0 10px;
	display: inline-block;
	line-height: 32px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	position: absolute;
	min-width: 46px;
	left: 0;
	top: 10px;
	z-index: 3;
}

/* TEMPLATE OVERWRITTES */
.oc-nivoslider a.link-more {
	display: none;
}

.grid-style .item-inner button.btn-cart {
	bottom: -10px;
}

.item .item-inner {
	border-radius: 0;
	box-shadow: 0 0 3px #f0f0f0;
}

.item-inner .caption {
	overflow: visible;
}

.price-box p.old-price .price {
	color: #c4c4c4;
	font-size: 18px;
}

.price-box p.old-price {
	padding-top: 0;
}

.breadcrumbs {
	padding-top: 10px;
	margin-top: 0;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}
.breadcrumbs .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.module-title:before {
	display: none;
}

.module-title h2 {
	color: #0033cc;
	font-size: 29px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}

.module-title h2 .word1 {
	font-weight: normal;
}

.tigres-button:hover{
	color: #fff;
	background: #3e444a;
}
.tigres-button{
	background: #ffd54c;
	color: #3e444a;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	display: block;
	vertical-align: top;
	font-weight: 400;
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}

.btn-default:hover {
	border: none;
}

.breadcrumb li a:hover,
.breadcrumb li:last-child a {
	color: #0033cc;
	border-bottom: 2px solid #ffd54c;
}

.ul-swatches-colors li {
	overflow: hidden;
	border-radius: 50%;
	padding: 0;
	border: none;
	cursor: pointer;
}

.collapse.in {
	display: block !important;
}

.ul-swatches-colors .swatches-options.checked {
	border: none;
}

.header .pre-menu .nav-satelite li .sub-menu {
	width: auto;
	min-width: 70px;
}

.box-style > .col-image {
	display: none;
}

.table-responsive>.table-bordered {
	border: 1px solid #dee2e6;
}

/* MATA ACORDEON */
#payment_address_customer_group_id_input,
#payment_address_fax_input,
#payment_address_company_input {
	display: none;
}

.form-group.qc-coupon {

}
.form-group.qc-voucher {
	display: none;
}

.tigres-checkout-loading {
	position: fixed;
	z-index: 9000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.7);*/
	background: none;
	display: none;
}

.tigres-checkout-loading-shipping {
	background: rgba(0,0,0,.7);
}
.tigres-checkout-loading-shipping span {
	margin: auto;
	display: block;
	text-align: center;
	position: relative;
	top: 50%;
	color: #fff;
}

.tigres--cho-pickup-store {
	display: none;
}
input[type=radio]:checked ~ .text > .tigres--cho-pickup-store {
	display: block;
}

.col-order {
	width: 100%;
}

.form-group input:active,
.form-group input:focus {
		border: 1px solid #0033CC !important;
}

.tigres--size-chart-link {

}

.tigres--size-chart-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 900;
	display: none;
}

.tigres--size-chart-overlay.show {
	display: block;
}
.tigres--size-chart-overlay-container {
	width: 100%;
	height: 100%;
	background-color: #fff;
	right: 0;
	overflow: scroll;
	transition: all ease-in 0.6s;
}

.tigres--size-chart-overlay-container.move-in {
	right: 0;
}

@media (min-width: 992px) {
	.tigres--size-chart-overlay-container {
		width: 40%;
		height: 100%;
		background-color: #fff;
		/*right: 0;*/
		right: -40%;
		position: absolute;
		transition: all ease-in 0.6s;
	}

	.tigres--size-chart-overlay-container.move-in {
		right: 0;
	}
}

/* UTILITIES */

@media (min-width: 1100px) {
		.mobile-visible-only {
				display: none !important;
		}
}
@media (max-width: 1100px) {
		.desktop-visible-only {
				display: none !important;
		}

	#d_quickcheckout .table-bordered {
		font-size: 90%;
	}

	.product-info-main .button-cart {
		font-size: 100%;
		width: 100%;
	}
}

#account-account h2 {
	margin: 2rem 0 1rem;
}

#d_quickcheckout #payment_address_shipping_address_input {
	display: none !important;
}

/* IVAN */
#content > h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
}
.ti-cart-table a {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
}
.ti-cart-table a:hover {
	color: #0033CC;
}
.ti-cart-table tr td:nth-child(3) {
	display: none;
}
.ti-cart-table tbody tr td:nth-child(6) {
	color: #0033CC;
	font-weight: 700;
}
.ti-cart-table .btn {
	color: #333;
	background-color: transparent;
	border-color: transparent;
	padding: 7px;
}
.ti-price-table tr:nth-child(2) strong {
	text-transform: uppercase;
	font-size: 20px;
}
.ti-price-table tr:nth-child(2) td:nth-child(2) {
	color: #0033CC;
	font-weight: 700;
	font-size: 22px;
}
.buttons .btn-primary {
	background: #FFBB00;
	border-color: #FFBB00;
	text-transform: uppercase;
}
#d_quickcheckout .panel {
	background: #fcfcfc;
}
#d_quickcheckout .qc-cart {
	background: #fff;
}
#d_quickcheckout .qc-cart .qc-name a {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
}
#d_quickcheckout .qc-cart .qc-name a:hover {
	color: #0033CC;
}
#d_quickcheckout .qc-cart .qc-quantity .btn {
	color: #333;
	background-color: transparent;
	border-color: transparent;
	background-image: none;
	box-shadow: none;
	padding: 7px;
}
#d_quickcheckout .qc-cart tbody .qc-total {
	color: #0033CC;
}
#d_quickcheckout .qc-coupon .btn-primary {
	background: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: #333;
}
#d_quickcheckout .panel-default {
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-left: solid 1px #0033CC;
	position: relative;
}
/*#d_quickcheckout .panel-default::before {
	content: " ";
		display: block;
		height: 16px;
		width: 16px;
		background: #0033CC;
		position: absolute;
		left: -8px;
		top: 11px;
		z-index: 2;
		border-radius: 50%;
}*/
#d_quickcheckout .panel-default > .panel-heading {
	color: #0033CC;
	background: none;
	border: none;
}
#d_quickcheckout .panel-title {
	font-size: 18px;
}
#d_quickcheckout .panel-default > .panel-heading .icon .fa {
	font-size: 20px;
}
#d_quickcheckout .login-btn-group .btn-default {
	color: #777;
	text-shadow: none;
	background-color: #F8F8F8;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#d_quickcheckout .login-btn-group .btn-primary {
	text-transform: none;
}
#d_quickcheckout .login-btn-group .btn-primary.active {
	color: #111;
	text-shadow: none;
	background-color: #FFBB00;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#d_quickcheckout a {
	color: #0033CC;
}
#d_quickcheckout .modal .btn-primary {
	background: #FFBB00;
	border-color: #FFBB00;
	text-transform: uppercase;
	text-shadow: none;
	background-image: none;
	color: #000;
}
#d_quickcheckout .modal .btn-primary:hover {
	background: #FFBB00;
	border-color: #FFBB00;
	background-image: none;
	color: #fff;
}
#payment_address_form .col-xs-5 {
	display: none;
}
#payment_address_form .col-xs-7 {
	width: 100%;
}
.sort-item.heading {
	color: #0033CC;
	background: none;
	border: none;
	font-size: 18px;
}
#d_quickcheckout .text-danger,
.text-danger {
	font-size: 11px;
}
.newleter-content .button {
	background-color: #ffd54c;
}
.newleter-content .button:hover {
	background-color: #f0f0f0;
}
#d_quickcheckout .tigres-button {
	border: none;
	text-transform: uppercase;
	font-weight: 700;
}
#d_quickcheckout .tigres-button:hover {
	background-color: #f0f0f0;
}

#d_quickcheckout .btn-group > .btn, #d_quickcheckout .btn-group > .dropdown-menu, #d_quickcheckout .btn-group > .popover {
	font-size: 11px;
}
#account-register .form-horizontal .form-group {
	margin-top: 15px;
}
#account-register legend {
	padding: 20px 0 0 0;
	color: #0033CC;
	border-bottom: solid 1px #0033CC;
}
#account-login .well .btn-primary {
	background-color: #ffd54c;
}
#account-login .well .btn-primary:hover {
	background-color: #f0f0f0;
	color: #3e444a;
}
#account-login .well {
	text-align: center;
	border: none;
	padding: 20px;
}
#account-login .well h2 {
	color: #0033CC;
	font-size: 24px;
	padding: 0 0 20px 0;
}
#account-login .well p {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 22px 0;
}
#account-login .well .form-group {
	text-align: left;
}

/**
 * New customization since 2020-11-25
 */

.form-group.form-customer-groups {
	display: none;
}

/**
 * @modification
 * Checkout opencart predeterminado personalizado
 * @version 1.1
 */

#checkout-checkout .panel {
	border: 0 none;
	box-shadow: 0 0 0;
}

#checkout-checkout legend {
	margin-bottom: 10px;
}

#checkout-checkout label {
	font-size: 14px;
	line-height: 1.4;
}

#checkout-checkout label.control-label {
	display: none;
}

#checkout-checkout .disabled {
	opacity: 0.75;
}

#checkout-checkout .buttons-wrapper {
	padding-bottom: 20px;
	padding-top: 20px;
}

#checkout-checkout .btn-secondary {
	background: #666;
}

#checkout-checkout .btn-secondary:hover {
	background: #999;
}

#checkout-checkout .radio:first-child {
	margin-top: 0;
}

#checkout-checkout input[type="text"], 
#checkout-checkout input[type="email"],
#checkout-checkout input[type="password"],
#checkout-checkout select {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
}

#checkout-checkout input[type="text"]:focus, 
#checkout-checkout input[type="email"]:focus,
#checkout-checkout input[type="password"]:focus,
#checkout-checkout textarea:focus,
#checkout-checkout select:focus {
	border: 1px solid #0033CC;
}

#checkout-checkout input[type=button],
#checkout-checkout .btn {
	background: #ffd54c;
	border: 0 none;
	border-radius: 5px;
	color: #3e444a;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 40px;
	padding: 0 18px;
	text-transform: uppercase;
}

#checkout-checkout input[type=button]:hover,
#checkout-checkout .btn:hover {
	background: #3e444a;
	color: #fff;
}

#checkout-checkout input[type=button].btn-back {
	background: none #f0f0f0;
	color: #9e9e9e;
}

#checkout-checkout input[type=button].btn-back:hover {
	background: none transparent;
	color: #3e444a;
	text-decoration: underline;
}

/* steps */
.checkout-wizard {
	display: none;
	text-align: center;
}

.checkout-wizard.active {
	display: block;
}

.checkout-steps-numbers {
	display: inline-block;
	height: 50px;
	margin: 30px 0;
	position: relative;
	text-align: center;
}

.checkout-steps-numbers::before {
	background: #0033cc;
	content: '.';
	left: 0;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	text-indent: -200em;
	top: 50%;
	width: 100%;
}

.checkout-steps-numbers .step {
	background: #fff;
	border: solid 1px #0033cc;
	border-radius: 50%;
	cursor: default;
	display: inline-block;
	height: 50px;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	width: 50px;
}

.checkout-steps-numbers .step:first-child {
	margin-left: 0;
}

.checkout-steps-numbers .step:last-child {
	margin-right: 0;
}

.checkout-steps-numbers .step-number {
	color: #999;
	display: none;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
}

.checkout-steps-numbers .step-done {
	background: #0033cc;
	color: #ffbb00;
	display: block;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

.checkout-steps-numbers .step.current .step-number {
	color: #0033cc;
	display: block;
}

.checkout-steps-numbers .step.current .step-done {
	display: none;
}

.checkout-steps-numbers .step.current ~ .step {
	border: solid 1px #999;
}

.checkout-steps-numbers .step.current ~ .step .step-number {
	display: block;
}

.checkout-steps-numbers .step.current ~ .step .step-done {
	display: none;
}

.checkout-steps {
	position: relative;
	text-align: left;
}

.checkout-steps .btn:hover {
	background: #3e444a;
	color: #fff;
}

.checkout-steps .loading-overlay {
	background: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.checkout-steps .loading-overlay .loader,
.checkout-steps .loading-overlay .loader:after {
	border-radius: 50%;
	height: 10em;
	width: 10em;
}
.checkout-steps .loading-overlay .loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(0, 0, 0, 0.2);
	border-right: 1.1em solid rgba(0, 0, 0, 0.2);
	border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: overlay_loader 1.1s infinite linear;
	animation: overlay_loader 1.1s infinite linear;
}

@-webkit-keyframes overlay_loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes overlay_loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.checkout-steps.loading .loading-overlay {
	opacity: 0.5;
	visibility: visible;
}

.checkout-step {
	display: none;
	position: relative;
}

.checkout-step.current {
	display: block;
}

.checkout-step-title,
.checkout-step-subtitle {
	margin-bottom: 10px;
}

.checkout-step-title {
	font-size: 24px;
	margin-top: 0;
}

/* panel user */
#checkout-checkout .checkout-panel-user .panel-body {
	padding-left: 0;
	padding-right: 0;
}

#checkout-checkout .checkout-panel-user h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0;
}
#checkout-checkout .checkout-panel-user p {
	line-height: 1.4;
	margin-bottom: 10px;
}

#checkout-checkout .checkout-panel-user .radio {
	margin-bottom: 5px;
	margin-top: 0;
}

#checkout-checkout .checkout-panel-user .panel-body .new-user,
#checkout-checkout .checkout-panel-user .panel-body .existing-user {
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#checkout-checkout .checkout-panel-user .panel-body > *:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#checkout-checkout .checkout-panel-user input[type=password] {
	margin-bottom: 5px;
}

#checkout-checkout .checkout-panel-user input[type=password] + a {
	text-decoration: underline;
}

/* checkout coupon */
#checkout-checkout .checkout-coupon-wrapper {
	margin-bottom: 30px;
}

#checkout-checkout .checkout-coupon-fail,
#checkout-checkout .checkout-coupon-success {
	display: none;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 20px;
}

#checkout-checkout .checkout-coupon-fail.active,
#checkout-checkout .checkout-coupon-success.active {
	display: block;
}

#checkout-checkout .checkout-coupon-fail {
	color: #dc3545;
}

#checkout-checkout .checkout-coupon-success {
	color: #28a745;
}

#checkout-checkout .checkout-coupon-inputs {
	max-width: 500px;
	position: relative;
	width: 100%;
}

#checkout-checkout .checkout-coupon-inputs input[type="text"] {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	color: #929292;
	font-size: 1.3rem;
	height: 4.6rem;
	padding: 0 2rem;
	padding-right: 12rem;
	width: 100%;
}

#checkout-checkout .checkout-coupon-inputs input[type="button"] {
	background: #414141;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	height: auto;
	line-height: 4.6rem;
	margin-top: 0;
	padding: 0 1.5rem 0 1.3rem;
	position: absolute;
	right: 0;
	text-shadow: none;
	text-transform: uppercase;
	top: 0;
}

/* panel shipping methods */

#checkout-checkout .shipping-method-item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}

#checkout-checkout .shipping-method-item .radio {
	margin-bottom: 0;
	margin-top: 0;
}

#checkout-checkout .shipping-method-item:last-child {
	border-bottom: 0 none;
}

/* panel payment methods */

#checkout-checkout .checkout-shipping-methods {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

#checkout-checkout .step-payment .radio {
	margin-bottom: 20px;
	margin-top: 20px;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%), 0 0 6px 0 rgb(0 0 0 / 10%);
	padding:20px; border-radius:6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#checkout-checkout .step-payment .radio:hover { 
	box-shadow: 0 8px 22px 0 rgb(0 0 0 / 10%), 0 0 6px 0 rgb(0 0 0 / 30%);
}

/* checkout cart */
#checkout-cart img.img-thumbnail {
	max-width: 100px;
}

@media (min-width: 1024px) {

	#checkout-checkout input[type=button] {
		font-size: 16px;
		width: auto;
	}

	/* panel user */
	#checkout-checkout .checkout-panel-user .panel-body {
		overflow: hidden;
	}

	#checkout-checkout .checkout-panel-user .panel-body::before,
	#checkout-checkout .checkout-panel-user .panel-body::after {
		content: none;
	}

	#checkout-checkout .checkout-panel-user .panel-body .new-user,
	#checkout-checkout .checkout-panel-user .panel-body .existing-user {
		border-bottom: 0 none;
		float: left;
		margin-bottom: 0;
		padding-bottom: 0;
		width: 50%;
	}

}

/**** boton de whatsapp ***/
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.whatsapp img {
	width: 100px;
	max-width: 100px;
	display: block;
}

/**** ocultar ultima categoria del listado lateral ***/
.list-unstyled .li:last-child {
	/*display: none !important; */
}
#text-error-tel {
	line-height: 16px;
	padding-top: 3px;
}
/**** tooltip tipo de envio ***/
	.adic-info {
		display: none;
	}
	.adic-info p {
		font-size: 13px;
		line-height: 15px;
	}
	.estadio .adic-info,
	.ESTADIO .adic-info,
	.Estadio .adic-info {
		display: block;
	}
	.tooltip-area {
  position: relative; }
  .tooltip-area:after, .tooltip-area:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s; }

.tooltip-area:after {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px #ddd;
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 11px; }

.tooltip-area:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px; }

.tooltip-area:hover:before,
.tooltip-area:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0); }

[data-tooltip-pos="up"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  margin-bottom: 6px; }
[data-tooltip-length]:after {
  white-space: normal; }

[data-tooltip-length="small"]:after {
  width: 80px; }

[data-tooltip-length="medium"]:after {
  width: 150px; }

[data-tooltip-length="large"]:after {
  width: 260px; }

[data-tooltip-length="fit"]:after {
  width: 100%; }