@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');


body {
	background: #F8FAFF;
	font-family: 'Montserrat', sans-serif;
}

/* svg */
.svg-icons{
	display: none;
}

/* Layout */
.container{
	max-width: 100%;
	margin: 0 auto;
}
.container-lg {
	max-width: 1600px;
}
.container-md {
	max-width: 800px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 18px;
	padding-left: 18px;
}


/* Typography */
h1 {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 14px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
h2 {
	font-size: 1.4rem;
	margin-bottom: 30px;
	font-weight: 500;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	margin-top: 20px;
}
h2 span{
	border-bottom: 2px solid #43a0df;
	padding-bottom: 8px;
}
.h3, h3 {
	font-size: 1.2rem;
}
p {
	line-height: 1.8em;
}
a,
a:not([href]){
	color: #ff1a1a;
	text-decoration: underline;
}
.header-page{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	position: relative;
}
label {
	text-transform: none;
}
.small, small {
	font-size: 70%;
}
.text-muted {
	color: #6c757d9e !important;
}

h1 .total-items {
	font-size: 1rem;
	background-color: #e8ecfd;
	padding: 2px 10px;
	margin-left: 2px;
	border-radius: 5px;
	font-weight: 500;
	vertical-align: middle;
	color: #545558;
	margin-left: 8px;
}


/* Buttons */
.btn{
	padding: .34rem .9rem;
	font-weight: 500;
	font-size: .9rem;
	text-decoration: none;
}
.btn-group-lg > .btn, .btn-lg {
	padding: .6rem 1.6rem;
	font-weight: 500;
	font-size: 1rem;
}
.btn-primary {
	background-color: #cc0000;
	border-color: #cc0000;
}
.btn-primary:hover {
	color: #fff;
	background-color: #1088df;
	border-color: #1088df;
}
.btn-outline-primary {
	border-color: #cc0000;
}
.btn-outline-primary:hover {
	border-color: #1088df;
}
.btn-secondary {
	color: #fff;
	background-color: #9cabb9;
	border-color: #9cabb9;
}
.btn-link {
	font-size: .7rem;
	color: #455678;
	line-height: 28px;
	font-weight: 600;
	background-color: #e9effd;
	border-radius: 23px;
	padding: 1px 17px;
	border: none;
	white-space: nowrap;
}
.btn-link:hover {
	text-decoration: none;
}
.btn-link i {
	color: #660002;
	margin-right: 2px;
	vertical-align: middle;
	font-size: 1rem;
}
.opcionPago {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.opcionPago > input {
	margin: 15px 10px 15px 15px;
}
.opcionPago > label {
	margin-bottom:0px;
	font-size: 90%;
}
.logoPagoInt {
	max-width: 60px;
	margin-left: auto;
	margin-right: 10px;
}
.logoPagoBizumInt {
	max-width: 40px;
	margin-left: auto;
	margin-right: 10px;
}
.logoPagoMastercardInt {
	max-width: 40px;
}
.logoPagoVisaInt {
	max-width: 40px;
	margin-right:10px;
}
.divLogosPagoInt {
	margin-left: auto;
	margin-right: 10px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
@media screen and (max-width: 480px) {
	.btn-link {
		font-size: .64rem;
		line-height: 24px;
		border-radius: 20px;
		padding: 1px 12px;
	}
}
.edit-link{
	font-size: .7rem;
	color: #999;
	text-decoration: none;
}


/* Alerts */
.alert {
	font-size: .9rem;
}
.alert:empty{
	display: none;
}
.alert h3{
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: .3rem;
}
.alert p {
	margin-bottom: 0;
}
.alert a {
	font-weight: 500;
	text-decoration: none;
	margin-bottom: .3rem;
	text-decoration: none;
	line-height: 1.2;
}

/* Alerts legacy */
.mensaje span{
	font-weight: 600;
}


/* Header */
.main-header{
	margin-bottom: 30px;
/* 	overflow-x: hidden; */
}
.header-top{
	background-color: #565656;
	padding: 20px 6px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
			align-items: center;
}
.header-logo {
	text-align: left;
	padding-right: 100px;
	min-width: 180px;
}
.header-logo img{
	width: 250px;
}
.header-search {
	width: 100%;
	position: relative;
}
.advanced-search-link {
	position: absolute;
	right: 132px;
	top: 7px;
	font-size: 1.1rem;
	text-decoration: none;
	color: #c5cff7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.advanced-search-link span {
	font-size: .7rem;
	padding-left: 4px;
}
.advanced-search-link:focus,
.advanced-search-link:hover {
	text-decoration: none;
	color: #a7b4e8;
}
@media screen and (max-width: 1200px) {
	.advanced-search-link span{
		display: none;
	}
	.advanced-search-link {
		right: 132px;
		top: 6px;
	}
}
.header-search .select-custom {
	display: inline-block;
	font-size: 14px;
	color: #444;
	border-radius: 3px 0px 0px 3px;
	width: auto;
	font-size: 13px;
	font-weight: 500;
	width: 90px;
}
.header-search input {
	width: calc(100% - 216px);
	margin-left: -4px;
	border: none;
	vertical-align: top;
	padding: 8px 14px;
	font-size: 16px;
	border-left: 1px solid #cecece;
}
.header-search input,
.header-search .select-custom {
	height: 42px;
}
.header-search input.btnSubmit {
	color: #fff;
	background-color: #cc0000;
	width: 100px;
	border-radius: 0px 4px 4px 0px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .4px;
	border-color: #cc0000;
}
.header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	color: #fff;
	font-size: 15px;
	line-height: 1.4em;
}
.header-actions h4 {
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.2px;
	margin-bottom: 0;
	margin-top: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	line-height: 1.2em;
}
.header-actions h4 i {
	font-size: 14px;
	margin-left: 3px;
}
.header-actions h4 i.success {
	color: #1de11d;
}
.header-actions h4 i.warning {
	color: #f73e3e;
}
.header-actions-icon {
	position: relative;
	margin-right: 14px;
}
.header-cart,
.header-reserved,
.header-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: white;
	text-decoration: none;
}
.header-cart:hover,
.header-reserved:hover,
.header-login:hover {
	color: inherit;
	text-decoration: none;
}
.header-bottom{
	background-color: #939393;
}
.item-number {
	background-color: #f09d01;
	display: inline-block;
	position: absolute;
	border-radius: 10px;
	padding: 0 6px;
	font-weight: 500;
	font-size: .7rem;
	text-align: center;
	bottom: -6px;
	right: -8px;
	line-height: 1.5em;
}
.header-cart-dropshipping img {
	width: 25px;
}
.header-actions-icon .icon {
	fill: #fff;
	height: 38px;
	width: 38px;
}
.header-actions-icon .icon-user {
	height: 32px;
	width: 32px;
}
.header-user-name {
	font-size: 10px;
	letter-spacing: .4px;
	font-weight: 500;
	margin-top: 6px;
	margin-bottom: 0;
	line-height: 1em;
	text-transform: lowercase;
}
.header-user-name::first-letter {
	text-transform: uppercase;
}
.header-login a {
	color: white;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .4px;
	text-decoration: none;
}
.header-login a.link-login {
	color: white;
}
.header-login .header-actions-icon{
	margin-right: 8px;
}
.header-actions h4,
.header-user-name {
	white-space: nowrap;
}
.header-login .dropdown-menu {
	padding: 20px 0px 10px 0px;
	top: 14px !important;
}
.header-login a.dropdown-item {
	color: #212529;
	font-size: .9rem;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-login a.dropdown-item i{
	color: #cc0000;
	margin-right: 6px;
}
.header-login .dropdown-menu a:last-child {
	border-top: 1px solid #eee;
	margin-top: 5px;
	padding-top: 12px;
}


/* Mini-carts: plane and ship */
.header-carts{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.header-cart-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border: 1px solid #ffffff36;
	margin-right: 10px;
	border-radius: 4px;
	padding: 0px 8px 0px 0;
	min-height: 44px;
}
.header-cart-type-title {
	font-size: .6rem;
	text-transform: uppercase;
	letter-spacing: .6px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
			justify-content: center;
	padding: 6px 8px 4px 8px;
	line-height: 1.8em;
	font-weight: 500;
	background: #549be54a;
	position: relative;
	margin-right: 4px;
}
.header-cart-type-title::after {
	top: 16px;
	right: -6px;
	content: "";
	position: absolute;
	pointer-events: none;
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #549be54a;
}
.header-cart-type-title i{
	font-size: 1.3rem;
}
.header-cart-type .header-actions-icon .icon {
	height: 25px;
	width: 34px;
}
.header-cart-type h4 {
	font-size: 8px;
}
.header-cart-type .item-number {
	left: 22px;
	padding: 0px 2px;
	font-size: .7rem;
}
.header-cart-type .header-actions-icon {
	margin-right: 10px;
}
.header-cart-type .header-cart,
.header-cart-type .header-reserved,
.header-cart-type .header-login {
	margin-left: 4px;
}


/* Main nav */
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
	text-decoration: none;
	font-size: .84rem;
	font-weight: 500;
	padding-right: .84rem;
	padding-left: .84rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-transform: capitalize;
}
.navbar-expand-lg .navbar-nav .nav-link.new-button {
	position: relative !important;
}
.navbar-expand-lg .navbar-nav .nav-link .new-button-label {
	background-color: #f09d01;
	display: inline-block;
	position: absolute !important;
	border-radius: 2px;
	padding: 1px 3px;
	font-weight: 600;
	font-size: .45rem;
	text-align: center;
	bottom: 33px;
	right: 0px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: .4px;
}
@media screen and (max-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link .new-button-label {
		position: relative !important;
		margin-left: 4px;
		bottom: 2px;
	}
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
	background-color: #ffffff12;
}
.navbar-nav .select-custom {
	background-color: transparent;
	font-weight: 400;
	font-size: .84rem;
	color: #fff;
}
.navbar-nav .nav-link .item-number {
	bottom: 24px;
	right: 0px;
}



/* Dropdown menu */
.dropdown-menu {
	position: relative;
	top: 115%;
	left: -10px;
	min-width: 14rem;
	padding: 30px 0px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
}
.dropdown-menu:after{
	bottom: 100%;
	left: 24px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 8px;
}
.dropdown-menu-right{
	left: auto;
	right: -4px;
}
.dropdown-menu-right::after {
 	left: auto;
	right: 34px;
}
.dropdown-menu ul{
	padding: 0;
	margin: 0;
}
.dropdown-menu li{
	list-style: none;
}
.dropdown-menu li a{
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 26px;
	display: inline-block;
}
.dropdown-item {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 26px;
	display: inline-block;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	color: #16181b;
	text-decoration: none;
	background-color: #f7f7f7;
}


/* Custom select */
.select-custom {
	display: block;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
}
.select-custom::-ms-expand {
	display: none;
}
.select-custom:hover {
	border-color: #888;
}
.select-custom:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-custom option {
	font-weight:normal;
}


/* Cookies message */
.cookie-compliant {
	padding: 24px 50px;
	position: fixed;
	max-width: 95%;
	max-height: 95%;
	width: 900px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9999;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	overflow-y: auto;
	text-align: center;
}
.cookie-compliant p {
	color: #333;
	font-size: 0.9em;
	font-weight: 500;
	margin-bottom: 0;
}
.cookie-compliant p a {
	color: mediumblue;
}
.cookie-backdrop {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .5;
	width: 100vw;
	height: 100vh;
	z-index: 1040;
}


/* Slick */
.btn-next,
.btn-prev{
	position: absolute;
	top: 42%;
	background-color: #f5f4f9;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	z-index: 9;
}
.btn-next:hover,
.btn-prev:hover{
	opacity: .8;
}
.btn-next{
	right: -40px;
}
.btn-prev{
	left: -40px;
}
.btn-next i,
.btn-prev i{
	color: #1c9aef;
	font-size: 18px;
}
.btn-prev .icon{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.ri-arrow-left-s-line:before, .ri-arrow-right-s-line:before{
	font-weight: bold;
	color: #660000;
	font-size: 120%;
}
.slick-dotted.slick-slider{
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	text-align: center;
	opacity: .25;
	background-color: black;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #549be5;
}

/* Sliders */
.slider-home, .slider-home-sm, .carrousel {
	display: none;
}

/* Slider home */
.home-promos .col{
	padding-right: 12px;
	padding-left: 12px;
}
.slider-home.slick-slider{
	margin-bottom: 0;
}
.slider-home .slick-slide img {
	width: 100%;
}
.slider-home .slick-dots {
	bottom: 12px;
}
.slider-home .btn-next,
.slider-home .btn-prev {
	background-color: #f5f4f938;
	border-radius: 0;
}
.slider-home .btn-prev {
	left: 0px;
}
.slider-home .btn-next{
	right: 0px;
}
.slider-home .btn-next i,
.slider-home .btn-prev i {
	color: #0d5fcaab;
	font-size: 25px;
}



/* Footer */
.main-footer{
	background-color: #939393;
	color: #fff;
	margin-top: 140px;
	width: 100%;
}
.logo-footer{
	display: inline-block;
}
.logo-footer, .footer-top .rrss {
	margin-bottom: 30px;
}
.logo-footer img{
	width: 148px;
}
.footer-top{
	padding: 54px 48px 50px 48px;
}
.footer-top p{
	font-size: .8rem;
	margin-bottom: 0;
	line-height: 1.7em;
}
.footer-top h3{
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: .4px;
}
.footer-top .rrss a {
	color: #fff;
	text-decoration: none;
	background: #4b73c8;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1.4rem;
}
.footer-top .rrss a:hover {
	opacity: .7;
}
.footer-top .rrss .rrss-instagram {
	background: #c13584;
}
.footer-top .rrss .rrss-facebook {
	background: #4b73c8;
}
.footer-bottom{
	background-color: #565656;
	color: #fff;
	padding: 18px 48px;
	font-size: .8rem;
	text-align: center;
}
.footer-nav ul{
	padding: 0;
}
.footer-nav ul li {
	list-style: none;
}
.footer-nav li a{
	color: white;
	text-decoration: none;
	font-size: .8rem;
}
.footer-nav li a:hover,
.footer-nav li a:focus{
	color: #fff;
}
.logos-footer img{
	text-align: center;
	margin-bottom: 20px;
	max-width: 100%;
}
.logos-footer > .row > div{
	padding: 0;
	text-align: center;
}
.footer-address{
	border-radius: 6px;
}
.footer-address p{
	margin-top: 12px;
	margin-bottom: 4px;
}
.footer-address a{
	color: #fff;
	font-size: .7rem;
	text-decoration: none;
}
.footer-address a i{
	color: #ffb3b3;
	margin-right: 4px;
}
.footer-phone, .footer-email {
	font-size: .96rem;
	font-weight: 500;
	padding: 8px;
	border: 1px solid #ffffff40;
	border-radius: 3px;
	margin-top: 7px;
	max-width: 204px;
	line-height: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
			align-items: center;
	letter-spacing: .6px;
}
.footer-email {
	font-size: .8rem;
	padding: 10px 8px;
}
.footer-phone i, .footer-email i{
	color: #ffb3b3;
	margin-right: 10px;
}
.footer-grants {
	background-color: #fff;
	padding: 40px 40px 30px 40px;
	font-size: .7rem;
	color: #333;
}
.footer-grants-item{
	margin-bottom: 14px;
	border: 1px solid #eee;
	padding: 10px 6px;
}
.footer-grants img{
	max-width: 100%;
}


@media screen and (max-width: 992px) {
	.logo-footer, .footer-top .rrss {
		margin-bottom: 0px;
	}
	.footer-top h3 {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
	.logo-footer, .footer-top .rrss {
		margin-bottom: 20px;
	}
	.footer-top h3 {
		margin-top: 20px;
		border-top: 1px solid #ffffff3b;
		padding-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	.footer-grants {
		padding: 10px 10px 5px 10px;
	}
	.logo-footer img {
		width: 108px;
	}
	.footer-top {
		padding: 32px 4px;
	}
	.logo-footer, .footer-top .rrss {
		margin-bottom: 10px;
	}
	.footer-top h3 {
		font-size: .7rem;
	}
}



/* Forms */
label {
	font-weight: 600;
}
.page-form .container {
	max-width: 720px;
}
.form-control {
	font-size: .9rem;
	border: 1px solid #cad5de;
}
.form-group label {
	color: #455678;
	font-size: .8rem;
	text-align: right;
	margin-bottom: 0;
}
.form-control-lg {
	height: calc(1.4em + 1.4rem + 2px);
	padding: .4rem 1rem .4rem .8rem;
}
.col-form-label-lg {
	padding-top: calc(.7rem + 1px);
	padding-bottom: calc(.7rem + 1px);
}
.form-control::-webkit-input-placeholder {
	color: #a4aeb7;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #a4aeb7;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #a4aeb7;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #a4aeb7;
	opacity: 1;
}
.form-control::placeholder {
	color: #a4aeb7;
	opacity: 1;
}
.custom-checkbox label{
	font-weight: 400;
	font-size: .8rem;
	text-align: left;
	line-height: 24px;
}
.form-group h4 {
	font-size: .8rem;
	color: #455678;
	font-weight: 600;
	border-bottom: 2px solid #f8faff;
	padding: 14px 20px;
}
.form-box{
	background-color: #f1f4fc;
	border-radius: 6px;
	margin: 18px 0 14px 0;
}
.form-box-body{
	padding: 10px 20px 16px 20px;
}

.custom-control-lg{
	padding-top: calc(.7rem + 1px);
	padding-bottom: calc(.7rem + 1px);
}
@media screen and (max-width: 575px) {
	.form-group label {
		text-align: left;
	}
	.form-group {
		margin-bottom: .5rem;
	}
/*
	.col-form-label-lg {
		padding-top: calc(.2rem + 1px);
		padding-bottom: calc(.2rem + 1px);
	}
*/
}



/* Boxes */
.box {
	padding: 40px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	background-color: #fff;
}
.box-centered {
	max-width: 400px;
	margin: 40px auto 50px auto;
}
.box-centered a{
	font-size: .8rem;
}

/* Login / register */
.btn-login {
	width: 100%;
}


.section{
	margin: 60px 0;
}

.section-bg {
	margin-bottom: 80px;
	padding: 34px 0 38px 0;
	background: #e8edf7;
}
.section-bg:before {
	position: absolute;
	width: 100vw;
	background: #e8edf7;
	left: calc(-50vw + 785px);
	z-index: -1;
	content: "";
	height: 100%;
	top: 0px;
}
@media screen and (max-width: 1650px) {
	.section-bg::before {
		left: -42px;
	}
}
@media screen and (max-width: 1600px) {
	.section-bg::before {
		left: -15px;
	}
}



/* Section bestsellers */
.section-bestsellers{
	position: relative;
	margin-top: 46px;
}
.section-bestsellers .nav-pills {

	position: absolute;
	top: 48px;
	right: -8px;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.section-bestsellers .nav-pills .nav-link {
	text-decoration: none;
	text-transform: lowercase;
	font-size: .84rem;
	padding: .1rem .8rem;
	margin: 0 4px;
	border: 2px solid transparent;
	border-radius: 20px;
	text-align: center;
	white-space: nowrap;
	font-weight: 500;
	color: #455678;
	background-color: #ffffff7a;
}
.section-bestsellers .nav-pills .nav-link:first-letter {
	text-transform: uppercase;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #43a0df;
	border: 2px solid #43a0df;
	color: #fff;
}
.bestsellers-more {
	font-size: .76rem;
	line-height: 26px;
	font-weight: 600;
	background-color: #e9effd;
	border-radius: 23px;
	padding: 1px 17px;
	display: inline-block;
	border: 1px solid #43a0df;
	color: #43a0df;
	position: absolute;
	right: 6px;
	bottom: 24px;
	text-decoration: none;
}
.bestsellers-more:focus,
.bestsellers-more:hover {
	text-decoration: none;
}


/* Ficha detalle */
.product-detail .ibd-link{
	color: #3e8f97;
	background-color: #baedf2;
	font-size: .7rem;
	padding: 4px 10px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	border-radius: 3px;
	vertical-align: middle;
}
.product-detail-img{
	text-align: center;
}
.product-detail-img img{
	max-width: 100%;
	mix-blend-mode: multiply;
}
.product-detail h1{
	margin-bottom: 6px;
}
.product-metas{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-bottom: 40px;
	margin-top: 20px;
}
.product-meta{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 100%;
	-ms-flex: 0 0 48%;
	-webkit-box-flex: 0;
			flex: 0 0 48%;
	max-width: 48%;
	border-bottom: 1px solid #eee;
	padding: 6px 0;
	line-height: 1.5em;
	font-size: .8rem;
}
.product-meta label{
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: .4px;
	font-size: .76rem;
}
.product-detail .product-author{
	font-size: 1rem;
	text-transform: none;
	color: #ff1a1a;
	text-decoration: none;
	padding-right: 6px;
}
.product-detail h2{
	font-size: 1.3rem;
	margin-bottom: 14px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 8px;
}
.product-detail p {
	font-size: .94rem;
}
.product-sidebar{
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	padding: 20px;
	background: #fdfdff;
}
.product-detail .product-price{
	display: block;
	font-size: 1.46rem;
}
.product-detail .product-price-currency {
	top: -0.7em;
}
.product-detail .product-taxes-type {
	line-height: 1.5em;
}
.product-detail .product-amounts {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 6px;
}
.product-detail .product-amounts-item {
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 4px;
}
.product-detail .product-box{
	margin-bottom: 0;
}
.product-detail .product-price-discount-msg {
	font-size: .8rem;
	left: 14px;
}
.product-sidebar h3{
	background-color: #e6f2ff;
	text-align: center;
	padding: 12px 0;
	color: #024282;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid #cbe5ff;
	margin: 24px -20px 6px -20px;
	position: relative;
}
.product-sidebar .btn-buy {
	width: 100%;
	font-size: .8rem;
	padding: 8px 0;
}
.product-stock{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 0;
	color: #02b000;
	margin: 8px 0;
}
.product-stock .availability{
	margin: 0;
}
.product-stock .availability:first-child {
	margin-right: 10px;
}
.product-stock img {
	width: 32px;
}
.product-quantity {
	margin-bottom: 14px;
}
.product-quantity .select-custom {
	border: 1px solid #d9d9d9;
	font-size: .9rem;
	border-radius: 4px;
}
.product-quantity-input{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
.product-quantity-input input{
	width: calc(100% - 64px);
	border: none;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-radius: 0px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	padding: 6px;
}
.btn-quantity{
	width: 35px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	line-height: 34px;
	color: #660000;
}
.product-comercial-info ul{
	list-style: none;
	padding: 0;
}
.product-comercial-info ul li a {
	padding: 8px 2px;
	display: inline-block;
	border-bottom: 1px solid #eeee;
	width: 100%;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
}
.product-comercial-data{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
		justify-content: space-around;
	text-align: center;
	padding-top: 0;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 17px;
}
.product-comercial-data .year {
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding: 4px 0;
	border-right: 1px solid #eee;
	font-size: 14px;
	color: #024282;
}
.product-comercial-item{
	-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
			flex: 1 1 0px;
}
.product-comercial-item:last-child .year{
	border-right: none;
}
.product-comercial-data p{
	margin-bottom: 0;
}
.precioVenta {
	/* font-size: 24px; */
	font-weight: 600;
}
.product-tools {
	border-top: 1px solid #dddfe8;
	padding-top: 16px;
	margin-top: 30px;
}
.product-tools ul{
	list-style: none;
	padding: 0;
}
.product-tools li{
	display: inline-block;
}

.paginacion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
	padding: 0 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 21px;
	padding: 4px;
}
.paginacion	.central{
	text-decoration: none;
	text-transform: lowercase;
	font-size: .8rem;
}


.col-left,
.col-center,
.col-right{
	padding-right: 24px;
	padding-left: 24px;
}
.col-left{
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}
.col-center{
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%;
}
.col-right{
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}


.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media screen and (max-width: 1200px) {
	.product-meta {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-left{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-center{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-right{
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.header-logo img{
		width: 140px;
	}
}
@media screen and (max-width: 992px) {
	.col-left{
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.col-center{
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.col-right{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

@media screen and (max-width: 768px) {
	.col-right,
	.col-center,
	.col-left{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.product-detail-img {
		text-align: center;
	}
	.product-detail-img img {
		max-width: 30%;
		margin-bottom: 20px;
	}
}


/* grid + flex */
.product-info {
	min-height: 130px;
}

.acc-block-body ul{
	list-style: none;
}
.acc-block-body ul li a{
	text-decoration: none;
	color: #7b7d7a;
	padding: 2px 0;
	display: inline-block;
	font-size: .9rem;
}


/* Modals */
.modal-open .modal {
	text-align: center;
}
.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: ' ';
	height: 100%;
}
.modal.show .modal-dialog {
	display: inline-block;
	min-width: 150px;
	vertical-align: middle;
}
.modal.loading-dialog .modal-header {
	display: none;
}
.modal .modal-header .bootstrap-dialog-header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.modal .modal-header .close {
	margin: 0;
	padding: 0;
}
.bootstrap-dialog.type-primary .modal-header {
	background-color: #fff;
}
.bootstrap-dialog .bootstrap-dialog-title {
	color: #333;
	font-size: 1.2rem;
	font-weight: 600;
}
.modal-body {
	padding: 1.4rem 1.2rem;
}
.modal-header {
	padding: .8rem 1.2rem;
}




/* Product list layout */
@media screen and (min-width: 480px) {
	.list-layout .product-item {
		width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}
	.list-layout .product-item-ibd::before {
		left: 8px;
		border-radius: 7px 0px 6px 0;
		right: auto;
	}
	.list-layout .ibd-link{
		left: 8px;
		right: auto;
	}
	.list-layout .product-item-wrapper {
		width: 100%;
		display: flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
	.list-layout .product-item-wrapper:hover {
		box-shadow: none;
	}
	.list-layout .product-img{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 126px;
		margin-bottom: 0;
		margin-right: 20px;
		height: auto;
	}
	.list-layout .product-subtitle{
		display: block;
		margin-bottom: 0;
	}
	.list-layout .product-info{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.list-layout .product-buy {
		width: 192px;
		text-align: right;
	}
	.list-layout .product-price {
		font-size: 1.2rem;
		font-weight: 600;
		margin-bottom: 6px;
	}
	.list-layout .product-buttons {
		display: block;
		position: static;
		width: 100%;
		text-align: right;
	}
	.list-layout .product-item-wrapper:hover .product-buttons {
		box-shadow: none;
	}
	.list-layout .product-buttons .btn-buy {
		width: 100%;
	}
	.list-layout .product-amounts {
		left: 0;
		right: auto;
		top: 26px;
	}
	.list-layout .product-title {
		font-size: 1rem;
		padding-right: 1.5rem;
	}
	.list-layout .availability {
		position: absolute;
		bottom: 9px;
		left: 172px;
	}
	.list-layout .product-ean {
		display: inline-block;
	}
	.list-layout .product-box {
		margin: 0px 0 10px 0;
	}
	.list-layout .product-language,
	.list-layout .product-collection{
		display: block;
	}
}

/* Products page */
.product-list-header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
/*
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
*/
}
.product-list-actions{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 6px 14px 6px 4px;
	margin-bottom: 20px;
	color: #333;
	font-size: .8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.product-list-order{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: .76rem;
	color: #333;
	font-weight: 500;
}
.product-list-order label {
	font-weight: 500;
	margin: 0;
}
.product-list-order .select-custom{
	border: 1px solid #b3b3b3;
	width: 180px;
	margin-left: 10px;
	padding: .3em 2em .3em .4em;
	border-radius: 4px;
}
.product-list-view{
	margin-left: 24px;
}
.product-list-view button{
	border: none;
	padding: 0 !important;
	font-size: 1.4rem;
	background: transparent;
	margin-left: 4px;
	color: #a3a3a3;
	line-height: 26px;
}
.product-list-view button.active{
	color: #cc0000;
}


/* Sidebar filters */
.sidebar-filters-column {
	margin-top: 6px;
}
.sidebar-filters-column h2 {
	font-size: 1.2rem;
	display: none;
	margin: 0 0 8px 0px;
	border: none;
}
.sidebar-filters-close {
	display: none;
	position: absolute;
	top: 14px;
	right: 10px;
	background: transparent;
	border: none;
}
.sidebar-filters-close i{
	color: #c9d2ea;
	font-size: 1.4rem;
}
.sidebar-filters-search .form-control {
	font-size: .8rem;
}
.sidebar-filters-column .btn-link {
	color: #660001;
	line-height: 27px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.sidebar-type-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 10px 8px 20px;
	margin-top: 1px;
	font-weight: 600;
	font-size: .86rem;
	border-radius: 6px 6px 0 0px;
	margin-bottom: -2px;
	z-index: 9;
	position: relative;
	color: #455678;
	background-color: #e9effd;
	border-bottom: 1px solid #dee4f0;
	margin-left: -20px;
}
.sidebar-type-title button{
	font-size: 1rem;
	line-height: 1em;
	color: #455678;
	margin-top: 3px;
	opacity: .5;
	border: none;
}
.sidebar-title {
	border-top: 2px solid #eee;
}
.sidebar-title a {
	color: #333;
	font-weight: 600;
	font-size: .76rem;
	text-decoration: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding: 8px 0 6px 0;
	text-transform: uppercase;
}
.sidebar-title a:focus,
.sidebar-title a:hover {
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}
.open-close {
	color: #bfbfbf;
	font-size: 22px;
	font-weight: 400;
	line-height: 1em;
}
.sidebar-title a[aria-expanded=true] .open-close {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-ms-transform:rotate(45deg)
}
.plus-minus-toggle {
	cursor: pointer;
	height: 21px;
	position: relative;
	width: 21px;
}
.plus-minus-toggle:before,
.plus-minus-toggle:after {
	background: #000;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 14px;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-o-transition: transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.plus-minus-toggle:after {
	-webkit-transform-origin: center;
		-ms-transform-origin: center;
			transform-origin: center;
}
.sidebar-title a[aria-expanded=false] .plus-minus-toggle.collapsed:after {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.sidebar-title a[aria-expanded=false] .plus-minus-toggle.collapsed:before {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}


/* Sidebar show-hide */
.sidebar-block-body {
	padding-bottom: 14px;
}
.sidebar-block-body ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-block-body ul li a,
.sidebar-block-body ul li label {
	text-decoration: none;
	color: #333;
	padding: 3px;
	display: inline-block;
	font-size: .8rem;
	width: 100%;
}
.sidebar-block-body .custom-checkbox label {
	font-weight: 400;
	font-size: .8rem;
	text-align: left;
	line-height: 20px;
}
.sidebar-block-body ul li a:hover{
	background-color: #edf2f7;
}
.sidebar-block-body ul li a::first-letter {
	text-transform: uppercase;
}
.sidebar-block-body ul li a.selected{
	background-color: #f5f9fc;
	color: #333;
	font-weight: 600;
	padding: 4px 10px 4px 12px;
	font-size: .8rem;
}
.sidebar-link{
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 500;
	padding-left: 4px;
	font-weight: 500;
	font-size: .76rem;
}
.sidebar-link:hover {
	color: #660000;
	text-decoration: none;
}
.sidebar-block-body a[aria-expanded=false] span.more {
	display: inline-block
}
.sidebar-block-body a[aria-expanded=false] span.minus {
	display: none
}
.sidebar-block-contenido .sidebar-block-body a span.minus,
.sidebar-block-body a[aria-expanded=true] span.more{
	display: none
}
.sidebar-block-body ul li a.sidebar-filters-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 6px;
	font-size: .8rem;
	color: #333;
}
.sidebar-block-body ul li a.sidebar-filters-back:hover {
	background-color: transparent;
	color: #ff1a1a;
}
.sidebar-block-body ul li a.sidebar-filters-back i{
	font-size: 1.4rem;
	line-height: 1em;
}
.sidebar-toogle {
	cursor: pointer;
	display: none;
	border: 1px solid #cfd3df;
}
#sidebar-fil-fecha-publicacion label{
	font-weight: 400;
	font-size: .7rem;
}
@media screen and (max-width: 1200px) {
	.sidebar-toogle {
		display: inline-block;
		padding: 2px 12px 2px 8px;
		border-radius: 4px;
		font-weight: 500;
		font-size: .8rem;
		background: #fff;
		color: #cc0000;
		margin-left: 12px;
		min-width: 80px;
	}
	.sidebar-toogle i{
		color: #cc0000;
	}
	.sidebar-filters{
		z-index: 100;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 0;
		padding: 0 !important;
		-webkit-transition: width .2s ease-out 0s,padding .2s ease-out 0s;
		-o-transition: width .2s ease-out 0s,padding .2s ease-out 0s;
		transition: width .2s ease-out 0s,padding .2s ease-out 0s;
		background-color: #fff;
		overflow: hidden;
	}
	.sidebar-filters-close,
	.sidebar-filters-column h2 {
		display: block;
	}
	.sidebar-filters.sidebar-filters--unfolded{
		width: 280px;
		max-width: 100%;
		box-shadow: 0 0px 30px 10px rgba(0, 0, 0, 0.2);
	}
	.sidebar-filters.sidebar-filters--unfolded .sidebar-filters-column {
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		min-height: 100%;
		z-index: 99;
		margin-top: 0;
	}
	.sidebar-filters .sidebar-filters-overlay {
		z-index: -1;
		display: none;
		height: 100%;
		background-color: transparent;
		-webkit-transition: background-color .2s ease-out 0s;
		-o-transition: background-color .2s ease-out 0s;
		transition: background-color .2s ease-out 0s;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 50;
	}
	.sidebar-filters.sidebar-filters--unfolded .sidebar-filters-overlay {
		display: block;
		background-color: rgba(0,0,0,.6);
	}
	.sidebar-filters-column {
		overflow: hidden;
		background-color: #fff;
	}
	.sidebar-filters-column-wrapper {
		position: absolute;
		top: 0px;
		right: 0;
		bottom: 0;
		width: 100%;
		overflow-y: auto;
		padding: 18px;
	}
	.sidebar-title a,
	.sidebar-block-body ul li a {
		min-width: 222px;
	}
}


/* Pagination */
.pagination-wrapper{
	padding: 16px 0;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	border-top: 1px solid #e2e2e2;
}
.pagination {
	margin-bottom: 0;
}
.page-link {
	color: #ff1a1a;
	text-decoration: none;
	position: relative;
	display: block;
	padding: .6rem .84rem;
	margin-left: 3px;
	line-height: 1.25;
	color: #6f6f6f;
	background-color: #fbfcff;
	border: 1px solid #d2d7db;
	margin-right: 3px;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1em;
}
.page-link i {
	font-size: 1.4rem;
}
.page-item.active .page-link {
	background-color: #ff1a1a;
	border-color: #ff1a1a;
}
.page-item.disabled .page-link {
	opacity: .4;
}
.pagination-wrapper .product-list-export{
	display: none;
}


/* Product list export */
.product-list-export {
	min-width: 120px;
}
.product-list-export .btn-link {
	margin-left: 4px;
}
@media screen and (max-width: 992px) {
	.product-list-export .btn-link span{
		display: none;
	}
	.product-list-header .product-list-export .btn-link {
		padding: 1px 7px;
	}
}
/* Product list */
.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.product-item {
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 20px;
	width: calc(100% / 2);
}
@media screen and (min-width: 480px) {
	.product-item {
		width: calc((100% / 2) - 0.1px);
	}
}
.product-item-ibd .product-item-wrapper{
	border-color: #cef3f7;
}
.product-item-ibd .product-amounts {
	top: 32px;
}
.product-item-ibd:before{
	content: "IBD";
	position: absolute;
	top: 0;
	right: 8px;
	color: #3e8f97;
	background-color: #baedf2;
	font-size: .7rem;
	padding: 2px 10px;
	font-weight: 600;
	border-radius: 0px 7px 0px 6px;
}
.ibd-link{
	position: absolute;
	top: 0;
	right: 8px;
	width: 44px;
	height: 20px;
}


@media screen and (min-width: 768px) {
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 18px;
		padding-left: 18px;
	}
	.product-item {
		width: calc((100% / 3) - 0.1px);
	}
}
@media screen and (min-width: 1000px) {
	.product-item {
		width: calc((100% / 4) - 0.1px);
	}
}
@media screen and (min-width: 1500px) {
	.product-item {
		width: calc((100% / 6) - 0.1px);
	}
}



.product-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 205px;
	margin-bottom: 12px;
}
.product-img img {
	max-height: 200px;
	max-width: 100%;
}
.product-item-wrapper{
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 15px;
	border-radius: 6px;
	-webkit-transition: -webkit-box-shadow .12s linear;
	transition: -webkit-box-shadow .12s linear;
	-o-transition: box-shadow .12s linear;
	transition: box-shadow .12s linear;
	transition: box-shadow .12s linear, -webkit-box-shadow .12s linear;
}
.product-item-wrapper:hover{
	-webkit-box-shadow: 0 3px 20px -3px rgba(30,30,30,.25);
			box-shadow: 0 3px 20px -3px rgba(30,30,30,.25);
}
.product-item-wrapper .product-quantity {
	margin-bottom: 0;
}
.product-info-metas{
	min-height: 98px;
}
.product-price {
	font-size: 1.1rem;
	font-weight: 600;
	display: inline-block;
	line-height: 1em;
	margin-bottom: 4px;
	white-space: nowrap;
}
.product-price .price-value {
	margin-right: -0.25em;
}
.product-taxes-type {
	font-size: .56rem;
	color: #666;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 2px;
}
.product-price-currency {
	top: -.4em;
	font-size: .7rem;
	position: relative;
}
.product-price-discount .product-price-currency {
	font-size: 0.7em;
	top: -0.3em;
}
.product-title {
	font-size: .84rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	display: inline-block;
	line-height: 1.3em;
	width: 100%;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-title:hover{
	text-decoration: none;
	color: #333;
}
.product-subtitle{
	display: none;
}
.product-authors{
	line-height: 1.2em;
	font-size: .74rem;
	margin: 2px 0 6px 0;
	max-height: 35px;
	overflow: hidden;
}
.product-author,
.product-editorial{
	font-size: .74rem;
	line-height: 1.4em;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
.product-author{
	display: inline;
}
.product-editorial{
	color: #999;
	font-size: .68rem;
	letter-spacing: .4px;
	margin-bottom: 4px;
	width: 100%;
}
.product-info-item{
	font-size: .74rem;
	line-height: 1.4em;
	color: #333;
	margin: 0 0 4px 0;
}
.product-info-item span{
	font-weight: 600;
}
.product-collection{
	display: none;
}
.product-ean {
	border: 1px solid #b5b5b5;
	padding: 3px 6px;
	border-radius: 2px;
	line-height: 1em;
	font-size: .74rem;
	letter-spacing: .6px;
	color: #666;
	display: none;
}
.product-amounts{
	position: absolute;
	top: 15px;
	right: 2px;
}
.product-amounts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	font-size: 14px;
	font-weight: 700;
	background: #ffda61;
	color: #544820;
	border-radius: 4px;
	padding: 6px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	line-height: .96;
	width: 50px;
	margin-bottom: 6px;
	text-align: center;
	text-decoration: none;
}
.product-amounts-item > span {
	display: block;
	font-size: 7px;
	letter-spacing: .2px;
	padding-left: 2px;
	text-transform: uppercase;
	padding-top: 1px;
}
.product-price-discount {
	color: #999;
	display: inline-block;
	font-size: .8rem;
	font-weight: 400;
	padding-left: 1px;
	text-decoration: line-through;
}
.product-price-discount-msg{
	background-color: #ff6001;
	color: #fff;
	border-radius: 3px;
	font-size: .6rem;
	padding: 2px 6px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 4px;
}
.product-price-offer {
	color: #ff6001;
}
.btn-interleo{
	text-align: center;
	border: 1px solid #eee;
	width: 89%;
	text-decoration: none;
	font-size: .7rem;
}
.btn-interleo img{
	width: 100px;
}
.product-language{
	display: none;
}
.product-international-discount{
	background-color: #ff6001;
	color: #fff;
	border-radius: 3px;
	font-size: .8rem;
	padding: 2px 6px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 0px;
}
.product-detail .product-international-discount{
	position: relative;
	top: 0;
	left: 0px;
	display: inline-block;
}
.product-buy-prices > div {
	border-left: 1px solid #eee;
	margin-left: 5px;
	padding-left: 10px;
}
.product-buy-prices > div:first-child{
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.list-layout .product-buy-prices{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.product-item .availability.availability-danger {
	color: #e10001;
	border-radius: 3px;
	padding: 2px 4px;
	font-size: .6rem;
	border: 1px solid #e10001;
	background: transparent;
	left: 310px;
}
/* IBD + No refund exception */
.grid-layout .product-item-ibd.product-item .availability.availability-danger {
	padding: 1px 3px;
	font-size: .56rem;
	position: absolute;
	left: 23px;
	top: 210px;
	background: #fff;
}



/* Product box */
.product-box{
	background-color: #edfbfd;
	border: 1px solid #92dee7;
	color: #07aec1;
	padding: 2px 0;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin: 2px 0 6px 0;
}
.product-box-unit{
	font-size: .84rem;
	font-weight: 600;
	text-align: center;
	width: 100%;
	border-left: 1px solid #92dee7;
}
.product-box-unit:first-child{
	border: none;
}
.product-box-unit .product-price-currency {
	top: -0.24em;
	font-size: .6rem;
}
.product-box-legend{
	font-size: .46rem;
	text-transform: uppercase;
	letter-spacing: .1px;
	margin-top: -1px;
	margin-bottom: 2px;
}


/* Product availability */
/*
.availability {
	font-size: .7rem;
	margin-bottom: 10px;
	font-weight: 500;
}
.availability.availability-success {
	color: #7cb73c;
}
.availability.availability-warning {
	color: #f9b12a;
}
.availability.availability-danger {
	color: #e10001;
}
*/
/* test */
.availability {
	font-size: .7rem;
	margin-bottom: 10px;
	font-weight: 500;
	display: inline-block;
	padding: 1px 8px;
	border-radius: 3px;
}
.availability.availability-success {
	color: #fff;
	background-color: #05bb11;
}
.availability.availability-warning {
	color: #fff;
	background-color: #f9b12a;
}
.availability.availability-danger {
	color: #fff;
	background-color: #e10001;
}


/* Product buttons */
.product-buttons {
	display: none;
	position: absolute;
	background: #fff;
	width: calc(100% - 18px);
	z-index: 9;
	left: 9px;
	border-radius: 6px;
	-webkit-transition: -webkit-box-shadow .12s linear;
	transition: -webkit-box-shadow .12s linear;
	-o-transition: box-shadow .12s linear;
	transition: box-shadow .12s linear;
	transition: box-shadow .12s linear, -webkit-box-shadow .12s linear;
	text-align: center;
	padding-bottom: 12px;
	margin-top: 6px;
}
.product-item-wrapper:hover .product-buttons{
	display: block;
	-webkit-box-shadow: 0 14px 14px -2px rgba(30,30,30,.25);
			box-shadow: 0 14px 14px -2px rgba(30,30,30,.25);
}
.btn-buy{
	width: 86%;
	background-color: #cc0000;
	color: #fff;
	font-weight: 600;
	font-size: .74rem;
	letter-spacing: .01rem;
	border: 0;
	cursor: pointer;
	text-align: center;
	padding: 6px 0;
	border-radius: 3px;
	margin-top: 5px;
	text-decoration: none;
}
.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active{
	-webkit-filter: saturate(130%);
	filter: saturate(130%);
}
.btn-buy-dropshipping{
	background-color: #ff9933;
}
.btn-buy-dropshipping,
.btn-buy i{
	top: 1px;
	position: relative;
}
.btn-buy-oneclick {
	background-color: #5cbbff;
}
.btn-buy-oneclick svg {
	width: 12px;
	height: 20px;
	fill: #fff;
	margin: -3px 2px 0 0;
}



/* Home */
.content-home .product-item .availability,
.content-home .product-item .product-quantity,
.content-home .product-item .btn-buy-oneclick,
.content-home .product-item .btn-buy-dropshipping{
	display: none;
}
.content-home .product-buttons{
	display: block;
	background: transparent;
}
.content-home .product-buttons .btn-buy {
	position: absolute;
	bottom: 19px;
	border-radius: 20px;
	width: 30px;
	font-size: 16px;
	right: 16px;
	padding: 2px;
}
.content-home .product-buttons .btn-interleo {
	position: absolute;
	bottom: 24px;
	border-radius: 20px;
	font-size: 16px;
	right: 16px;
	padding: .2rem .6rem;
	width: 84px;
}
.content-home .product-buttons .btn-interleo img{
	width: 100%;
}
.content-home .product-buttons .btn-buy span{
	display: none;
}
.content-home  .product-item-wrapper:hover .product-buttons {
	-webkit-box-shadow: none;
	box-shadow: none;
}


@media screen and (max-width: 768px) {
	.product-list-actions {
		font-size: .7rem;
		padding: 6px 0;
	}
	.product-list-order {
		font-size: .7rem;
	}
	.product-list-order .select-custom {
		width: 110px;
	}
}
@media screen and (max-width: 480px) {
	.product-list-view {
		display: none;
	}
	.product-img {
		height: auto;
	}
}

.disable-user-select {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Opera and Firefox */
}


/* Notifications */
.notification {
	opacity: 0;
	position: fixed;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: -1;
	top: 16px;
	right: -300px;
}
.notification.active {
	opacity: 1;
	z-index: 10000;
	right: 20px;
}
.notification-body{
	border-radius: 4px;
	padding: 10px 40px 10px 14px;
	margin-left: 20px;
	border-radius: 4px;
}
.notification-body .close {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10312;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	color: #000;
}
.notification-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9rem;
	box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
}
.notification-body .quantity,
.notification-body .status{
	font-weight: 600;
}
.notification-body i{
	font-size: 2rem;
	margin-right: 10px;
}
.notification-body.alert-success .close,
.notification-body.alert-success{
	color: green;
}
.notification-body.alert-warning .close,
.notification-body.alert-warning{
	color: #db930e;
}
.notification-body.alert-danger .close,
.notification-body.alert-danger{
	color: red;
}




.page-info {
	margin-left: 8px;
	border: none;
	background: transparent;
	color: #c5cff7;
	padding: 0;
	font-size: 1.4rem;
}


/* Tables basic */
.table thead th {
	border-bottom: none;
	color: #455678;
	background-color: #f1f5ff;
	text-transform: uppercase;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .6px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.table td, .table th {
	border-top: 1px solid #f2f2f2;
	font-size: .84rem;
	font-weight: 500;
	padding: .72rem .74rem;
	letter-spacing: .5px;
	vertical-align: middle;
}
.table td a {
	text-decoration: none;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #ffffff7a;
}

/* Tables utils */
.cell-right {
	text-align: right;
}
.cell-bold {
	font-weight: 700;
}
.table-filter-form{
	position: relative;
	overflow: hidden;
}
.table-header {
	border-top: 1px solid #dedeea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 6px;
	border-bottom: 1px solid #dedeea;
	-webkit-transition: 0.2s cubic-bezier(.45,.12,.48,.77);
	-o-transition: 0.2s cubic-bezier(.45,.12,.48,.77);
	transition: 0.2s cubic-bezier(.45,.12,.48,.77);
	-webkit-perspective: 600px;
	perspective: 600px;
	margin-bottom: 8px;
}
.table-header .form-control {
	font-size: .8rem;
}
.table-header .btn {
	font-size: .8rem;
	width: 100px;
}
.table-header .form-group {
	margin-bottom: 0;
}


.grouped-search .select-custom{
	border-radius: 4px 0px 0px 4px;
	background-color: #eef1fd;
}
.grouped-search .btn-primary{
	width: auto;
	margin-left: 10px;
}
.grouped-search-input{
	border-radius: 0px 4px 4px 0px;
	margin-left: -1px;
}
.table-search-item.grouped-search .form-group:last-child {
	margin-left: 0;
}
@media screen and (max-width: 1010px) {
	.table-search-item.grouped-search .form-group{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
	}
}
@media screen and (max-width: 768px) {
	.table-header .grouped-search .btn {
		width: auto;
		padding: .34rem .9rem;
	}
}
@media screen and (max-width: 480px) {
	.grouped-search .table-header .btn {
		padding: 4px 6px;
	}
	.grouped-search .select-custom {
		width: 20px !important;
		text-indent: -1000px;
	}
}

.proposal-header {
	border-top: 1px solid #dedeea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 6px;
	border-bottom: 1px solid #dedeea;
	-webkit-transition: 0.2s cubic-bezier(.45,.12,.48,.77);
	-o-transition: 0.2s cubic-bezier(.45,.12,.48,.77);
	transition: 0.2s cubic-bezier(.45,.12,.48,.77);
	-webkit-perspective: 600px;
	perspective: 600px;
	margin-bottom: 8px;
}
.proposal-header label{
	font-size: .8rem;
}



/* Tables search */
.table-search{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;
}
.table-search .input-search{
	background-image: url("../images/search-line.png");
	background-repeat: no-repeat;
	background-position: left .7em top 50%;
	background-size: 1.2em auto;
	padding-left: 30px;
	width: 160px;
	position: relative;
}
.table-search-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 22px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-left: 1px solid #d0d1d9;
	padding-left: 20px;
}
.table-search-item:first-child{
	border-left: none;
	padding-left: 0;
}
.table-search-item .form-group  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
}
.table-search-item .form-group label {
	text-align: left;
	font-size: .7rem;
	color: #8c98ad;
	line-height: 2em;
	font-weight: 300;
	margin-right: 6px;
}
.table-search-item .custom-control {
	line-height: 22px;
}
.table-search-item .custom-control-label {
	min-width: 122px;
	text-align: left;
	font-size: .73rem;
	color: #455678;
}
.filter-toogle{
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #cfd3df;
	display: none;
	padding: 4px 14px 4px 10px;
	border-radius: 4px;
	font-weight: 500;
	font-size: .8rem;
	cursor: pointer;
}
.filter-toogle i {
	color: #cc0000;
}
.filter-toogle.active {
	border-color: #cc0000;
	color: #cc0000;
	-webkit-box-shadow: 0 0px 0px 3px #cc000052;
			box-shadow: 0 0px 0px 3px #cc000052;
}



/* Temp home block */
.product-list-temp .product-item {
	width: calc((100% / 5) - 0.1px);
}
.product-list-left .product-item .product-authors,
.product-list-left .product-item .product-editorial {
	display: none;
}
.product-list-left {
	-ms-flex: 0 0 71%;
	flex: 0 0 71%;
	max-width: 71%;
}
.product-list-right {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width: 28%;
	margin-left: 1%;
}
.product-list-right .product-item {
	width: 100%;
}
.product-list-temp  .product-info {
	min-height: 100px;
}
.product-list-temp .product-info-metas {
	min-height: 68px;
}
.product-list-left .product-item .product-img {
	height: 175px;
}
.product-list-left .product-item .product-img img {
	max-height: 150px;
}

.product-list-right .product-item .product-img {
	height: 435px;
}
.product-list-right .product-item .product-img img {
	max-height: 370px;
}
.product-list-right .product-info-metas {
	min-height: 144px;
}
.product-list-right .product-title {
	font-size: 1.3rem;
}



.advanced-search-type {
	margin: 30px 0 26px -.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.advanced-search-type a{
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
	border-radius: 6px;
	min-height: 90px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border: 3px solid #eaeffc;
	margin :0 0 .5rem .5rem;
}
.advanced-search-type a.active,
.advanced-search-type a:hover{
	border: 3px solid #377cf6;
}
.advanced-search-type a i {
	font-size: 2.2rem;
	margin-top: 8px;
	color: #ebeffb;
}
.advanced-search-type a.active i,
.advanced-search-type a:hover i{
	color: #4b7dee;
}


/* Page header-actions */
.page-header-actions{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 14px 8px 4px;
	margin-bottom: 20px;
	color: #333;
	font-size: .8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}
.page-header-actions .select-custom {
	border: 1px solid #b3b3b3;
	width: 180px;
	margin-left: 10px;
	padding: .3em 2em .3em .4em;
	border-radius: 4px;
}
.page-header-actions label {
	font-weight: 500;
	margin: 0;
}

/* Campains */
.campain-item{
	background-color: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 3px 10px -3px rgba(30,30,30,.2);
	box-shadow: 0 3px 10px -3px rgba(30,30,30,.2);
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}
.campain-item:hover{
	-webkit-box-shadow: 0 3px 20px -3px rgba(30,30,30,.25);
	box-shadow: 0 3px 20px -3px rgba(30,30,30,.25);
}
/* New */
.campain-item .campaign-values {
	position: absolute;
	bottom: 86px;
	width: calc(100% - 36px);
	padding: 1rem;
	background: rgb(0,0,0);
/* 	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);  */
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(11, 12, 38) 100%);


/*
	border-radius: 4px;
	padding: 2rem;
	bottom: 30px;
*/
}
.campain-item .campaign-values ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.campain-item .campaign-values li{
	color: #fff;
	font-size: .9rem;
}
.campain-item .campaign-values li i {
    color: #f09d01;
	margin-right: 2px;
}




/*
.campain-body {
    display: none;
}
.campain-title {
    color: #fff !important;
    margin-bottom: 10px !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}
.campain-item .campaign-values li {
    padding-left: 20px;
}
.campain-item .campaign-values li:fisrt {
    padding-left: 20px;
}
*/



.campain-img {
	overflow: hidden;
}
.campain-img img{
/*   height: 200px; */
  height: 250px;
  -o-object-fit: cover;
	 object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.campain-img img:hover{
  -webkit-transform: scale(1.05);
	  -ms-transform: scale(1.05);
		  transform: scale(1.05);
}
.campain-body{
	padding: 16px 22px;
}
.campain-title{
	font-size: 1rem;
	text-transform: lowercase;
	text-decoration: none;
	color: #333;
	display: inline-block;
	font-weight: 500;
}
.campain-title::first-letter{
	text-transform: uppercase;
}
.campain-title:hover,
.campain-title:focus{
	color: #cc0000;
	text-decoration: none;
}




@media screen and (max-width: 992px) {
	.campain-img img {
		height: auto;
	}
}


/* Catalogs */
.catalog-item{
	background-color: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 3px 10px -3px rgba(30,30,30,.2);
	box-shadow: 0 3px 10px -3px rgba(30,30,30,.2);
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}
.catalog-item:hover{
	-webkit-box-shadow: 0 3px 20px -3px rgba(30,30,30,.25);
	box-shadow: 0 3px 20px -3px rgba(30,30,30,.25);
}
.catalog-img {
	overflow: hidden;
	padding: 14px 14px 4px 14px;
}
.catalog-img img {
	height: 320px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}
.catalog-img img:hover{
  -webkit-transform: scale(1.05);
	  -ms-transform: scale(1.05);
		  transform: scale(1.05);
}
.catalog-body{
	padding: 16px 22px;
}
.catalog-title{
	font-size: 1rem;
	text-transform: lowercase;
	text-decoration: none;
	color: #333;
	display: inline-block;
	font-weight: 500;
	padding-right: 30px;
}
.catalog-title::first-letter{
	text-transform: uppercase;
}
.catalog-title:hover,
.catalog-title:focus{
	color: #cc0000;
	text-decoration: none;
}
.catalog-body .btn-download{
	color: #757b91;
	background-color: #e5e8f4;
	position: absolute;
	right: 32px;
	bottom: 49px;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 20px;
}



/* Presales */
.product-list-presales .product-item {
	width: calc((100% / 2) - 0.1px);
}
.presales-item {
	margin-bottom: 20px;
	padding-left: 8px;
}
.presales-item-wrapper{
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 38px 32px 38px 32px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.presales-img {
	margin-right: 5%;
	margin-left: -50px;
}
.presales-img img{
	-webkit-box-shadow: 0 3px 10px -3px rgba(30,30,30,.4);
	box-shadow: 0 3px 10px -3px rgba(30,30,30,.4);
}
.presales-item .product-title {
	font-size: 1.1rem;
	margin-top: 10px;
}
.presales-item .product-authors {
	font-size: .9rem;
	color: #999;
	font-size: .8rem;
	letter-spacing: .4px;
	text-transform: uppercase;
}
.presales-item .product-editorial {
	font-size: .8rem;
}
.produtc-resume {
	font-size: .9rem;
	color: #666;
	line-height: 1.6em;
}
.product-promo{
	margin: 18px 0;
	min-height: 120px;
}
.presales-info{
	width: 100%;
}
.presales-item .product-subtitle {
	display: block;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3em;
	margin-bottom: 4px;
	border-top: 1px solid #eee;
	padding-top: 12px;
}
.product-date-release {
	color: #f09d01;
	padding: 8px 12px;
	font-size: .7rem;
	letter-spacing: .6px;
	border-radius: 4px;
	font-weight: 500;
	border: 1px solid #f09d01;
	width: auto;
	display: inline-block;
}
.presales-item .btn-buy {
	padding: 6px 10px;
}
.presales-item .product-quantity {
	display: inline-block;
	margin: 0;
}
.presales-item .product-quantity-input {
	max-width: 140px;
}
.presales-item .btn-primary {
	vertical-align: top;
}
.presales-item .product-amounts {
	right: 12px;
	top: 20px;
}
.presales-item .product-amounts-item {
	padding: 8px 6px;
}



/* Cart */
.table-cart {
	margin-top: 15px;
}
.table-cart .product-ean {
	display: inline-block;
	margin-top: 6px;
	opacity: .7;
}
.table-striped tbody .tr-total {
	background-color: transparent !important;
}
.table-cart .table td,
.table-cart .table th {
	vertical-align: middle;
}
.table-cart .table td {
	padding: 1rem .74rem;
}
.cart-total{
	font-size: 1.2rem;
	border-top: 1px solid #cdd2e1;
	background: #f1f5ff;
	padding: 20px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart-total-msg{
	color: #455678;
	font-size: .84rem;
	letter-spacing: 0;
	margin: 0;
	font-weight: 500;
}
.cart-total-msg p{
	margin: 0;
}
.cart-total-quantity{
	font-weight: 600;
	min-width: 170px;
}
.cart-total-quantity-extra {
	font-weight: 600;
	min-width: .8rem;
	color: #455678;
	font-size: .9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cart-total-quantity-extra > div{
	margin-left: 30px;
}
.cart-total-quantity-extra > div span{
	font-weight: 400;
	text-transform: uppercase;
	font-size: .8rem;
	padding-right: 3px;
}

@media screen and (max-width: 992px) {
	.cart-total-quantity-extra {
		flex-direction: column;
	}
	.cart-total-quantity-extra > div{
		margin-bottom: 6px;
	}
}

.table-cart .product-name{
	font-size: .84rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
}
.table-cart .product-editorial {
	font-size: .74rem;
	line-height: 1.4em;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}

@media screen and (max-width: 768px) {
	.cart-total {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cart-total-msg,
	.cart-total-quantity{
		width: 100%;
	}
	.cart-total-quantity{
		border-top: 1px solid #cdd2e1;
		padding-top: 10px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	#botonPedir {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9;
		border-radius: 0;
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
}
.box-white{
	box-shadow: none;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 20px;
	min-height: 196px;
}
.box-white-header{
	padding: 16px 24px;
	border-bottom: 1px solid #eee;
}
.box-white-header h3{
	font-size: .9rem;
	padding: 0;
	margin: 0;
	color: #212e46;
	font-weight: 600;
}
.box-white h4{
	font-size: .7rem;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
}
.box-white-body{
	padding: 24px;
}
.box-white thead th {
	padding: .4rem .74rem;
	font-size: .6rem;
}
.box-white td{
	letter-spacing: 0;
}
.box-white td b{
	font-weight: 500 !important;
}
.box-white td input{
	max-width: 60px;
	text-align: right;
}
.box-white .text-muted{
	font-size: .7rem;
}
.box-white-total{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	background-color: #8091bb;
	color: #fff;
	padding: 8px 14px;
	border-radius: 4px;
	font-weight: 600;
	margin-bottom: 20px;
}
.box-white-client{
	border: 1px solid #eee;
	padding: 14px 12px 20px 12px;
	text-align: center;
}
.box-white-client img{
	max-width: 250px;
}
.box-white-client p{
	font-size: .8rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.box-white-client input{
	font-size: .8rem;
}
.box-white-info {
	font-size: .8rem;
	margin-bottom: 8px;
}

.box-white-resume .btn {
	margin-top: 26px;
	padding: .6rem .9rem;
}
.box-resume-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 6px;
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	font-size: .9rem;
}
.cart-total-quantity-extra .product-price-currency,
.box-resume-item .product-price-currency {
	font-size: inherit;
	position: static;
	padding-left: 4px;
}
.cart-total-quantity-extra .product-price-currency {
	font-weight: 600;
}

@media screen and (max-width: 1200px) {
	.cart-actions .col{
		width: 100%;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.box-white{
		min-height: 0;
	}
}


/* Sidebar categories */
.sidebar-block-categories{
	margin-bottom: 10px;
}
.sidebar-block-categories-title{
	color: #333;
	font-weight: 600;
	font-size: .76rem;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.sidebar-category-item{
	text-decoration: none;
	padding: 3px;
	display: inline-block;
	font-size: .8rem;
	width: 100%;
	position: relative;
	color: #0d0d0d;
	cursor: pointer;
	font-weight: 500;
}
.sidebar-category-item.parent::after{
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.sidebar-category-submenu{
	list-style: none;
	padding-left: 10px;
	margin-bottom: 0;
}
.sidebar-category-submenu li a{
	text-decoration: none;
	padding: 3px;
	color: #7b7d7a;
	font-size: .8rem;
	text-transform: lowercase;
	display: inline-block;
	cursor: pointer;
}
.sidebar-category-submenu li a::first-letter{
	text-transform: uppercase;
}
.sidebar-category-submenu-extra{
	border-top: 1px solid #d5d5d5;
	text-decoration: none;
	padding: 6px 3px 3px 3px;
	font-size: .8rem;
	margin-top: 4px;
	text-transform: capitalize;
	color: #7b7d7a;
	margin-bottom: 10px;
	font-weight: 500px;
}
.sidebar-category-submenu-extra::after{
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}



/* 1 clic modal */
.compra-1-clic .quantity,
.compra-1-clic .reserved_units {
	font-weight: 600;
}
.compra-1-clic .status {
	font-weight: 600;
	text-transform: uppercase;
}
.compra-1-clic .pending .status {
	color: red;
}
.compra-1-clic .reserved .status {
	color: green;
}
.modal.mensajeCompra1Clic .modal-header {
	display: none;
}

.mensajeModal {
	word-break: break-word;
}
.modal.normal {
	display: none;
}
.loader {
	display: inline-block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}
.modal .loader {
	color: white;
	font-size: 3em;
}




.section-banners img{
	width: 100%;
}

/* Slider home sm  */
.slider-home-sm .slick-dots li {
	width: 10px;
	height: 10px;
}
.slider-home-sm .product-item {
	background: #fff;
	margin: 0 6px;
	border-radius: 6px;
}
.slider-home-sm .product-info {
	min-height: 0px;
	padding: 0px;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-home-sm .product-img {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	height: auto;
}
.slider-home-sm .product-img img {
	max-height: 160px;
}
.slider-home-sm .slick-dots {
	bottom: 3px;
}
.slider-home-sm.slick-dotted.slick-slider:first-child{
	margin-bottom: 22px;
}
.slider-home-sm .slick-track {
	margin-bottom: 0;
}
.slider-home-sm .product-item-wrapper:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.slider-home-sm .product-item-wrapper {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0;
	margin-left: 0;
	min-height: 206px;
	background-color: transparent;
	padding: 0 28px;
	border: none;
}
.slider-home-sm .btn-next,
.slider-home-sm .btn-prev {
	width: 30px;
	height: 30px;
	bottom: 3px;
	top: auto;
	background: transparent;
}
.slider-home-sm .btn-next i,
.slider-home-sm .btn-prev i {
	color: #c4c4c4;
	font-size: 1rem;
}
.slider-home-sm .btn-next{
	right: 10px;
}
.slider-home-sm .btn-prev {
	left: 10px;
}
.slider-home-sm .product-title {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.slider-home-sm-msg {
	background-color: #ff6001;
	color: #fff;
	border-radius: 3px;
	font-size: .6rem;
	padding: 2px 6px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 18px;
	left: 18px;
}
.slider-home-sm-presales .product-buy{
	display: none;
}
.slider-home-sm-stationery .product-editorial {
	display: none;
}

@media screen and (max-width: 1200px) {
	.slider-home-sm .product-item {
		margin: 0;
	}
	.slider-home.slick-slider {
		margin-bottom: 20px;
	}
}




.budget-list{
	max-width: 1150px;
	margin: 0 auto;
}
.budget-list-item{
	border-top: 1px solid #dee1e3;
	padding-top: 16px;
}
.budget-list-item .btn-primary {
	font-size: .7rem;
}
.budget-list-item form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}
.budget-list-item .btn-link {
	margin-left: 20px;
}


.titulo-ds {
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 20px;
}
.titulo-DS {
	display:flex;
	flex-wrap: nowrap;
}
.direccion-pedido-ds {
	margin-bottom: 28px;
}
.direccion-pedido-ds p{
	margin-bottom: 0px;
	font-size: .9rem;
}

.cestaDS-none {
	display:none;
}


@media screen and (max-width: 992px) {
	.budget-list-item form{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
}


/* Dropshipping modals */
.modal-ds-feedback.show .modal-dialog {
	min-width: 560px;
}
.modal-ds-feedback .btn-default{
	margin-right: auto;
	padding: 0;
	color: #ff1a1a;
}
.modal-ds-feedback .btn {
	font-size: .78rem;
}
@media screen and (max-width: 768px) {
	.modal-ds-feedback.show .modal-dialog {
		min-width: 0;
	}
	.modal-ds-feedback .btn {
	   display: block;
	   width: 100%;
	}
}
.modal-ds-address table{
	text-align: left;
}

.modal-ds-address table td{
	font-size: .7rem;
}
.modal-ds-address table td .btn {
	padding: .34rem .8rem;
	font-size: .7rem;
}


/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.cart-mobile{
	display: none;
}

/* Text pages */
.img-text{
	width: 100%;
	height: 310px;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-bottom: 20px;
}



/* Reserved msg */
@media screen and (min-width: 1200px) {
	.miniReservados:hover .mensaje,
	.miniReservadosBarco:hover .mensaje,
	.miniReservadosAvion:hover .mensaje {
		display: block !important;
	}
	.miniReservados,
	.miniReservadosBarco,
	.miniReservadosAvion {
		position: relative;
	}
	.header-carts .mensaje {
		position: absolute;
		background-color: #fff;
		border-radius: .25rem;
		width: 200px;
		z-index: 999;
		top: 50px;
		left: -38px;
		color: #333;
		padding: 20px;
		font-size: .8rem;
		text-align: center;
	}
	.header-carts .miniReservadosAvion .mensaje,
	.header-carts .miniReservadosBarco .mensaje {
		left: -78px;
	}
	.header-carts .mensaje::after{
		bottom: 100%;
		left: 48%;
		border: solid transparent;
			border-top-width: medium;
			border-right-width: medium;
			border-bottom-color: transparent;
			border-bottom-width: medium;
			border-left-width: medium;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-bottom-color: #fff;
		border-width: 8px;
	}
}


.color-free-price{
	color: #1b93e6;
}


/* Responsive */
@media screen and (max-width: 1650px) {
	/* 	layout */
	html, body {
		max-width: 100%;
		overflow-x: hidden;
	}
	.btn-next {
		right: -10px;
	}
	.btn-prev {
		left: -10px;
	}
	/* Desactivado para que se pueda ver el idioma en resoluciones mas pequeñas */
	/* .navbarIdiomas{
		display: none;
	} */

	.header-cart-type .item-quantity {
		display: none;
	}
	.header-cart-type .header-user-name,
	.header-cart-type h4 {
		display: none;
	}
	.client-canarias .header-user-name,
	.client-canarias .header-login .dropdown-toggle span{
		display: none;
	}
	.client-canarias .header-login .dropdown-toggle {
		position: absolute;
		width: 36px;
		right: 14px;
		height: 32px;
		top: 26px;
	}
	.client-canarias .header-login .dropdown-toggle::after {
		display: none;
	}
	.client-canarias .dropdown-menu-right::after {
		right: 11px;
	}
}
@media screen and (max-width: 1280px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: .74rem;
		padding-right: .5rem;
		padding-left: .5rem;
	}
}
@media screen and (max-width: 1200px) {
	.header-search {
		width: calc(100% - 230px);
	}
	.header-search input {
		width: calc(100% - 202px);
	}
	.header-search .select-custom {
		font-size: 11px;
		height: 38px;
	}
	.header-search input {
		height: 38px;
	}
	.header-top {
		padding: 16px;
	}
	.header-logo {
		width: 170px;
		min-width: 0;
		padding-right: 18px;
	}
	.header-actions-icon {
		margin-right: 8px;
	}
	.header-actions-icon .icon {
		height: 28px;
		width: 28px;
	}
	.header-actions-icon .icon-user {
		height: 22px;
		width: 22px;
	}
	.header-actions {
		font-size: 13px;
	}
	.header-user-name,
	.header-actions h4 span{
		display: none;
	}
	.item-quantity{
		display: none;
	}
	.header-cart-dropshipping img {
		width: auto;
		max-height: 28px;
	}
	.section-bestsellers .nav-pills .nav-link {
		font-size: .8rem;
		padding: .1rem .4rem;
	}
	.header-top {
		padding: 10px 12px;
	}
	.navbar {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media screen and (max-width: 1010px) {
	.table-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		background-color: #e9eef9;
		padding: 18px 16px;
	}
	.table-search {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	.table-search-item .form-group {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		display: inline-block;
		margin-right: 0;
	}
	.table-search-item .form-group:last-child {
		margin-left: 6px;
	}
	.table-search-item {
		padding-left: 0;
		border: none;
		width: 100%;
		margin-bottom: 8px;
		margin-right: 0;
		padding-bottom: 0px;
	}
	.table-search-item .custom-control {
		margin-bottom: 0px;
	}
	.table-search .input-search{
		width: 100%;
		margin-top: 6px;
	}

	.header-login a span{
		display: none;
	}
	.client-canarias .header-login .dropdown-toggle,
	.header-login .dropdown-toggle {
		position: absolute;
		width: 36px;
		right: -6px;
		height: 32px;
		top: 0;
	}
	.header-login .dropdown-toggle::after {
		display: none;
	}
	.dropdown-menu-right::after {
		right: 11px;
	}
}
@media screen and (max-width: 992px) {
	.main-nav .navbar{
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: .6rem .8rem;
		border-bottom: 1px solid #ffffff1a;
	}
	.navbar-nav .nav-link .item-number {
		bottom: 16px;
		right: auto;
	}
	.main-nav .dropdown-menu {
		background-color: #00000014;
		box-shadow: none;
		padding: 12px 0px;
		margin: 0;
	}
	.main-nav .dropdown-menu li a {
		color: #fff;
		font-size: .76rem;
		font-weight: 500;
	}
	.main-nav .dropdown-menu::after {
		display: none;
	}
	.main-nav .dropdown-item:focus,
	.main-nav .dropdown-item:hover,
	.main-nav .dropdown-item.active,
	.main-nav .dropdown-item:active {
		background-color: #f7f7f71c;
	}
	.navbar-toggler {
		position: absolute;
		top: -84px;
		left: 10px;
		z-index: 9999;
		padding: 0;
		font-size: 1rem;
	}
	.header-logo {
		width: 119px;
		padding: 6px 0 10px 44px;
		min-width: 0;
	}
	.header-top {
		display: block;
	}
	.header-search {
		width: 100%;
	}
	.header-search input {
		width: calc(100% - 194px);
	}
	.header-actions {
		position: absolute;
		top: 0;
		right: 20px;
	}
	.header-top {
		padding: 0;
	}
	.header-search {
		padding: 6px;
		background: #c3d2f7;
	}
	.header-actions {
		top: 5px;
	}
	.advanced-search-link {
		right: 124px;
		top: 12px;
	}
	.header-cart-type {
		padding: 0;
		min-height: 24px;
	}
	.header-cart-type-title::after {
		top: 9px;
	}
	.header-login .header-actions-icon {
		margin-right: 0;
	}
	.list-layout .product-buy {
		width: 172px;
		min-width: 172px;
	}
	.list-layout .product-item .availability.availability-danger {
/*
		right: 126px;
		top: 27px;
*/
		font-size: .5rem;
	}
}
@media screen and (max-width: 768px) {
	/* 	layout */
	.container {
		padding-right: 8px;
		padding-left: 8px;
	}

	/* 	header */
	.main-header {
		margin-bottom: 16px;
	}
	.navbar-toggler {
		top: -76px;
	}

	/* 	Basics */
	h1 {
		font-size: 1.1rem;
		margin: 0 0 8px 0;
	}
	h2 {
		font-size: 1.2rem;
	}


	/* 	Tables */
	.table-header {
		margin-top: 18px;
	}
	.table-search-item {
		display: block;
		margin-right: 0;
	}
	.header-page {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.table-search-item .form-group:last-child {
		margin-left: 0px;
	}
	.table-search-item {
		padding-bottom: 12px;
	}
	.table-filter-form {
		margin-left: -15px;
		margin-right: -15px;
	}
	.table-header{
		margin-top: -20em;
		border: none;
		background-color: #fff;
		padding-left: 28px;
		padding-right: 28px;
		-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.12) inset;
				box-shadow: 0 4px 5px 0 rgba(0,0,0,0.12) inset;
	}
	.table-header.open{
		margin-top: 1em;
	}
	.filter-toogle{
		display: block;
		font-size: .7rem;
	}
	.sidebar-toogle {
		padding: 2px 8px 2px 6px;
		font-size: .7rem;
		min-width: 67px;
	}
	.advanced-search-type a i {
		font-size: 1.8rem;
	}
	.advanced-search-type a {
		min-height: 80px;
	}

	.product-list-header{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 4px;
	}
	.product-list-order label,
	.product-list-items-mumber,
	.product-list-export,
	.product-list-view{
		display: none;
	}

	/* 	Paginatiion */
	.pagination {
		margin-bottom: 20px;
	}
	.page-link {
		font-size: .7rem;
	}
	.product-list-export {
		text-align: center;
	}
	.pagination-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.pagination-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.pagination-wrapper .product-list-export{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-actions-icon .icon {
		height: 24px;
		width: 24px;
	}
	.header-search input,
	.header-search .select-custom{
		height: 34px;
	}
	.header-search input {
		font-size: 14px;
	}
	.header-search input.btnSubmit {
		width: 35px;
		text-indent: -900px;
	}
	.header-search {
		padding: 4px;
	}
	.header-search input {
		font-size: 12px;
		background-image: url("../images/ico-search.png");
		background-repeat: no-repeat;
		background-size: 16px;
		background-position: 8px;
		width: calc(100% - 128px);
	}
	.advanced-search-link {
		right: 54px;
		top: 8px;
	}
	.section-bestsellers .nav-pills {
		top: 0;
		position: relative;
		width: 100%;
		overflow: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		padding-bottom: 13px;
	}
	.btn-checkout{
		width: 100%;
	}
	.presales-item-buy,
	.presales-item-wrapper {
	   -webkit-box-orient: vertical;
	   -webkit-box-direction: normal;
		   -ms-flex-direction: column;
			   flex-direction: column;
	}
	.presales-img {
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.presales-img img {
		width: 100px !important;
	}
	.presales-item .product-title {
		font-size: .9rem;
	}
	.product-date-release {
		width: 100%;
		margin-bottom: 10px;
	}
	.presales-share{
		display: none !important;
	}
	.presales-item {
		padding-left: 0;
	}
	.presales-item-wrapper {
		padding: 20px;
	}
	.presales-item .product-subtitle {
		font-size: .9rem;
	}

	.header-actions .header-cart-type{
		display: none;
	}
	.cart-mobile{
		display: block;
		padding: 0 4px;
	}
	.cart-mobile .header-cart-type {
		min-height: 42px;
		background: #660000a1;
		width: 100%;
		margin-top: 6px;
	}
	.cart-mobile .header-cart-type-title i {
		color: #fff;
	}
	.cart-mobile .header-cart-type h4 {
		text-transform: uppercase;
		color: #ff9999;
		font-size: 8px;
		font-weight: 600;
		letter-spacing: 1.2px;
		margin-bottom: 0;
		margin-top: 4px;
	}
	.cart-mobile .header-cart-type .item-quantity {
		display: block;
		font-size: .8rem;
	}
	.cart-mobile .header-cart-type a:hover {
		color: #fff;
	}
	.cart-mobile .header-cart-type .item-number {
		left: 22px;
		padding: 0px 4px;
		font-size: .6rem;
		bottom: -2px;
		right: auto;
	}

	.list-layout .product-item .availability.availability-danger {
		left: 270px;
	}
	.list-layout .product-img {
		width: 86px;
	}
	.list-layout .product-buy {
		width: 152px;
		min-width: 152px;
	}
	.list-layout .availability {
		left: 130px;
	}
	.list-layout .product-title {
		font-size: .8rem;
	}

	.filter-toogle {
		bottom: 10px !important;
		top: auto;
	}
	.header-page-actions {
   		margin: 10px 0;
	}


}
@media screen and (max-width: 480px) {
	.table-header .btn {
		width: 100%;
		padding: .6rem .9rem;
	}
	.list-layout .product-img {
		width: 86px;
	}
	.product-buttons,
	.product-amounts,
	.product-quantity{
		display: none !important;
	}
	.product-detail .product-amounts,
	.product-detail .product-quantity{
		display: block !important;
	}
	.product-info {
		min-height: 0;
	}
	.list-layout .product-title {
		font-size: .8rem;
	}
}

.w-85 {
	width: 85%;
	max-width: 85%;
}