@charset "utf-8";
/* CSS Document */

:root {
	--color-primary: rgba(255,135,43,1);
	--color-primary-rgb: 255,135,43;
	--color-secondary: rgba(115,182,103, 1);
	--color-secondary-rgb: 115,182,103;
	--n-columns-3: 3;
	--n-columns-4: 4;
	--n-columns-6: 6;
	--height-header-top: 90px;
	--height-nav: 60px;
	--mid-width: 1200px;
}

html {
	font-size:14px;
	scroll-behavior:smooth;
}

body {
	margin:0;
	padding:0;
    font-family: 'Open sans', sans-serif;
	font-size:14px;
	color:#333;
	background-repeat:repeat-x;
	background-position:top;
	background-color: #fafafa;
}	

a {color:var(--color-primary); text-decoration:none;line-height: 20px;}

h1 {
	font-weight: 900;
	font-size: 2.1em;
	margin: 10px 0 10px 0;
	color: #000;
	line-height: 1.6em;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

h2 {
	background: #eee;
	padding: 10px;
	font-weight: 700;
	font-size: 1.6em;
	margin: 10px 0;
	color: #333;
	opacity: 0.9;
	line-height: 1.6em;
	text-transform: uppercase;
}

h3 {
	font-weight: 700;
	font-size: 1.4em;
	margin: 15px 0;
	color: #333;
	opacity: 0.9;
	line-height: 1.6em;
}


h4 {
	font-weight: 700;
	font-size: 1em;
	margin: 5px 0;
	color: #333;
	line-height: 1.2em;
}

p {
    font-weight: 400;
    font-size: 1.1rem;
    padding: 15px 0;
    line-height: 1.3rem;
    text-align: justify;
}

ul {
	padding-left: 15px;
	line-height: 1.3rem;
}

#blogwrap.detail .blogdetailcontent blockquote {
    margin: 20px;
    border-left: 5px #ddd solid;
    padding-left: 20px;
    font-style: italic;	
}


.bannerhack {
	width: 100%;
	height: calc(0.122 * var(--mid-width));
	background-image: url('../images/special/dia-de-la-primavera-cabezal-1280-156.jpg');
	background-size: cover;
}
.fr {float: right !important;}
.pdtopbottom {padding-top: 20px;padding-bottom: 20px}
.txtcenter {text-align: center;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.txtsmall {font-size: 0.8em;}
.txtgrey {color: grey;}
.capital {text-transform: uppercase;}
.colorred {color: red;}
.linethrough {text-decoration: line-through;}
input.readonly {border: none;background: transparent;}
.filterinvert {filter: invert(1);}
.w100 {width: 100%;}
.expandmore {
	text-align: center;
}

.capital {
	text-transform: uppercase;
}

.mtopauto {
	margin-top: auto !important; 
}

.displaynone {
	display: none;
}

.displayflex {
	display: flex !important;
}

.flexcontainer {
	display: flex;
}

.flexcolumn, .flexcol {
	flex-direction: column;
	display: flex;
}

.gap10 {
	gap: 10px;
}

.flexwrap {
	display: flex;
	flex-wrap: wrap;
}

.flexcenter {
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap; 
}

.flexsa {
	display: flex;
	justify-content: space-around;
}

.flexbt {
	display: flex;
	justify-content: space-between;
}

.flexend {
	display: flex;
	justify-content: flex-end;
}

.flexaligncenter {
	align-items: center;
	display: flex;
}

.buttonhome {
    font-size: 1.4rem;
    border-radius: 7px;
    margin: 30px;
    font-weight: 900;
    color: #fff;
    background-color: var(--color-secondary);
    padding: 30px;
    align-self: center;
}

.btn, .mainform input[type=submit].btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	height: 51px;
	padding:5px 10px;
	background-color: var(--color-secondary);
	border-radius: 5px;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
}

.download {
    background: url(../images/icons/download.png) no-repeat left center !important;
    padding-left: 26px;
    margin-left: 30px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	text-transform: uppercase;
	height: 51px;
	min-width: 120px;
	padding:5px 10px;
	background-color: var(--color-secondary);
	border-radius: 7px;
	color: #fff;
	font-size: 14px;
	border: none;
	outline: none;
	cursor: pointer;
}

.btn.disabledbtn, .btn.disabledbtn:hover, .mainform input[type=submit]:disabled, .mainform input[type=submit]:disabled:hover, input:disabled, input:disabled:hover {
	background-color: grey;
}

.col12 {width:100%;}
.col10 {width:83.3%;}
.col9 {width:75%;}
.col8 {width:66.7%;}
.col7 {width:58.3%;}
.col6 {width:50%;}
.col6b {width:49%;}
.col6b:nth-child(2n+1){margin-right:1%;}
.col6b:nth-child(2n){margin-left:1%;}
.col5 {width:41.6%;}
.col4 {width:33.3%;}
.colpd + .colpd {
    padding-left: 40px;
}
.col3b {width:31%;}
.col3 {width:25%;}
.col2 {width:16.6%;}
.col1 {width:8.3%;}

img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

/* SHADOWS */

.shadow--2dp, #header-top form, .material-card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.shadow--4dp {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadow--6dp {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadow--8dp, .material-card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow--10dp, #fab:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


/* SHADOWS END */

#wrapper {
	width:100%;
	margin:0 auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.mid {
	width: var(--mid-width);
	margin:0 auto;
}

.pr {position: relative;}

main {
	height: 100%;
	margin-top: calc(var(--height-nav) + var(--height-header-top));
	padding-bottom: 40px;
	flex: 1;
}

#header-top > div, #nav ul:first-child {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);	
}

#header-top #header-icons a.login-top span {
    white-space: nowrap;
    margin: 0 5px;
    font-size: 11px;
}

#inner-main {
	display: flex;
	flex-direction: column;
}

header {
	width: 100%;
	z-index: 3;
	top:0;
	position: fixed;
/*    border-bottom: 1px solid #EEEEEE;*/
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.14);
}

a.menutoggle {
	display: none;
}

#header-top {
	background: #eee;
	height: var(--height-header-top);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#header-top > div {
	height: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

#header-top > div > * {
	flex: 1 1 50px;
	height: 80%;
}

#header-top > div #logo {
	height: 100%;
	flex: 0 1 auto;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display: flex;
	align-items: center;
}

#header-top > div #logo img {
	object-fit: contain;
	width: auto;
	max-width: 230px;
	height: 80%;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#logonav {
    display: none;
}

#header-top > div form {
    display: flex;
    flex: 1 1 auto;
    height: 70%;
    margin: 0 5%;
}

#header-top > div #srch {
	width: 100%;
    border: none;
    padding: 0 0 0 20px;
    font-size: 1.1em;
}

#header-top > div input[type=image] {
	width: 50px;
	padding: 1%;
    border: none;
    background:#eee;
    opacity: 0.3;
}

#header-top #header-icons {
	display: flex;
	flex: 0 1;
	align-items: center;
}

#header-top #header-icons a {
	padding: 0.4vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #111;
	position: relative;
}

#header-top #header-icons span {
  white-space: nowrap;
}

#header-top #header-icons a#searchtoggle {
	display: none;
}

#header-top #header-icons a img {
	margin-right: 5px;
	width: auto;
	height: calc(var(--height-header-top) * 0.4);
}

#header-top #header-icons a.cart-icon-top span {
    position: absolute;
    right: 4px;
    top: 8px;
    width: 16px;
    height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
}

/* NAV */

#nav #navcontact {
	display: none;
}

#nav {
	background: #333;
	z-index: 4;
	height: var(--height-nav);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);	
}

.scrolled #header-top, .scrolled #nav {
	height: calc(0.7 * var(--height-header-top));
}

.scrolled #nav ul > li > ul {
	top: calc(0.7 * var(--height-header-top));
}

#dealeraccess {
	position: relative;
}

#dealeraccess #dhoverimg {
	display: none;
}

#dealeraccess:hover #dhoverimg {
	display: block;
	width: auto;
	position: absolute;
	bottom: -30px;
	z-index: 1;
	left: -16px;
	filter: unset;
}

#nav .mid {
	height: 100%;
}

#nav .close {
	display: none;
}

#nav .mid > ul {
	padding:0;
	list-style:none;
	text-align:center;
	justify-content: space-around;
	align-items: center;	
	display: flex;
	height: 100%;
}

#nav ul > li {
	flex:1 1;
	position: relative;
	background: #333;
	display: flex;
	align-items: center;
	height: 100%;
}

#nav ul > li a {
	color:#fff;
	text-transform: uppercase;
	font-size: 1.0em;
	width: 100%;
}

#nav ul > li:after {
	content: "|";
	float: right;
	color: #fff;
}

#nav ul > li:last-child:after, #nav ul > li > ul > li:after {
	content: "";
}

#nav ul > li > ul {
	display:none;
	top:var(--height-nav);
	width: 150%;
	flex-direction: column;
	position: absolute;
	z-index:9;
	list-style:none;
	overflow:hidden;
	box-shadow: 0 6px 12px rgba(0,0,0,.075);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#nav ul > li:hover ul{
	display:flex;
}

#nav ul > li > ul > li > a {
	text-align:left;
	font-size:1em;
	text-transform:uppercase;
	line-height: 2em;
    padding: 5px 0 5px 15px;
}

#nav ul li ul li a:hover{
	background:#888;
}

.dropdown {
	background-image: url('../images/icons/dropdown-icon.svg');
	background-position: 90%;
	background-size: 20px;
	background-repeat: no-repeat;
	padding-right: 30px;
}

/* NAV END */

/* SLIDER */

#slideshowwrap, .slide {
  height: calc(200px + 12vw);
  overflow: hidden;
  position: relative;
}

#slidewrap {
  height: 100%;
}

.slick-slide {
  position: relative;
}

.slidecaptionwrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 70%;
    color: #fff;
    margin: auto;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slidecaptionwrap * {
	text-align: center;
    margin-bottom: 20px;	
}

.slidecaptionwrap .btn {
    margin: 3% 0 0 0;
    font-size: calc(0.8rem + 0.4vw);
    padding: calc(0.5rem + 1%);
    height: auto;
    min-width: 0;
}

.slidecaption {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: calc(1rem + 2vw);
    line-height: calc(2rem + 0.5vw);
    background: rgba(0,0,0,0.5);
    padding: 1vw;
}

.slidecaptionsub {
    font-weight: 700;
    color: #fff;
    font-size: calc(0.8rem + 1vw);
    line-height: 1rem;
    background: rgba(0,0,0,0.5);
    padding: 1vw;
}

.slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* SLIDER END */

#homeintro {
	margin: 0px auto;
	font-weight: 100;
	left: 0;
	right: 0;
	color: #fff;
	font-size: calc(0.9vw + 0.7rem);
	line-height: calc(1vw + 1.5rem);
	padding: 2% 0;
	background: #555;
	z-index: 2;
	text-align: center;
}

#bread {
  padding: 10px 0;
  font-size: 1em;
  line-height: 2em;
}

#bread * {
	color: var(--color-primary);
}

h2.home {
	background-color: transparent;
}

/* INNOVA */

#innova {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
}

.homeblock > * {
	justify-content: center;
}

.homeblock h2 {
	border: none;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0;
}

.homeblock p {
  font-size: 1.2em;
  color: #333;
  font-weight: 400;
  padding:0 40px;
  margin:10px 40px;
  line-height: calc(0.6em + 2vw);
  position: relative;
}

.homeblock img {
	object-fit: cover;
}

.homeblock.borderleft p {
	text-align: left;
    padding-right:0px;
}

.homeblock.borderright p {
	text-align: left;
    padding-left:0px;
}

.homeblock.borderleft p:before {
	content: "";
    border-left: 5px solid var(--color-secondary);
	position: absolute;
	top: 10%;
	bottom: 10%;
	left:0px;
}

.homeblock.borderright p:after {
	content: "";
    border-right: 5px solid var(--color-secondary);
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: 0px;
}

/* INNOVA END */

/* DISTRIBUIDORES */

#distribuidores {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ddd;
}

#distribuidores div {
	display: flex;
	justify-content: center;
	align-items: center;	
}

/* DISTRIBUIDORES END */

/* RESOURCES */


/* RESOURCES END */

/* FOOTER */

footer {
	background: #333;
	padding: 30px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.14);
	color: #fff;
}

#footer {
	display: grid;
	grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
	align-items: stretch;
	flex-wrap: wrap;
}

#footer > * {
	padding: 5%;
}

#footer > *:first-child {
	padding: 5% 20%;
}

#footer ul {
	list-style:none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#footer .capital {
	color: #aaa;
	font-weight: 600;
}

#footer ul li {
	padding: 10px 0;
}

#footer ul li a {
	color: #fff;
}

.iconleft {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
}

footer .iconleft {
	background-size: 16px;
	font-size: 0.8em;
}

.mailicon {
	background-image: url("../images/icons/contact-white.png");
}

.facebookicon {
	background-image: url("../images/icons/fb.png");
}

.instagramicon {
	background-image: url("../images/icons/instagram.png");
}

.youtubeicon {
	background-image: url("../images/icons/youtube.png");
}

.linkedinicon {
	background-image: url("../images/icons/linkedin.png");	
}

/* FOOTER END */

/* PRODUCTS */

#products_page_title h1 {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#products_page_title h1 img {
	width: 150px;
}

.product-item.landscape {
	background: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	/*border-bottom: 1px solid #eee;*/
}

.product-item.landscape .photo-item {
	margin-top: 0;
	padding: 15px;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    font-size: 0.8em;
}

.product-item.landscape .name-item {
	margin-bottom: 0;
	font-size: 1em;
	background: none;
	justify-content: left;
}

.product-list {
	justify-content: space-between;
	align-items: center;
	justify-items: center;
}

.onecol-list {
	display: flex;
	flex-direction: column;
}

.twocol-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 1vw 2vw;	
}

.threecol-list {
	display: grid;
	grid-template-columns: repeat(var(--n-columns-3), 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 1vw 2vw;	
}

.grid-rows-auto {
	grid-auto-rows: auto;
}

.fourcol-list {
	display: grid;
	grid-template-columns: repeat(var(--n-columns-4), 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 1vw 2vw;
}

.product-list {
	width: 100%;
	min-height: 400px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
	grid-auto-rows: 410px;
	justify-content: flex-start;
	align-items: center;
	justify-items: center;
}

.category-list {
	margin-left: 20px;
	padding: 10px 0;
}

.category-list .product-item {
	width: 100%;
	height: 100%;
	border: none;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
	position: relative;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
/*	box-shadow: none;*/
}

.product-item {
	height: 90%;
	width: 90%;
	color: #333;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.product-item .name-item .txtsmall {
	color: #444;
	font-size: 0.7em;
}

.product-item .special-label {
	border-radius: 0 10px;
	background-color: var(--color-primary);
	color: #fff;
	padding: 7px;
	width: 50px;
	font-size: 0.8em;
	text-align: center;
	position: absolute;
	top:0;
	left: 0;
	margin:5px;
}

.product-item .special-label.product-discount {
	background-color: #555;
	top: 30px;
}

.product-item .logobrand {
    width: 84px;
    height: auto;
    align-self: flex-start;
    margin: 8px;
}

.product-item .first-row {
	width: 90%;
	display: flex;
	justify-content: flex-end;
}

.product-item .first-row > * {
	margin: 0 10px 0 0;
}

.product-item .compare-item {
	font-size: 0.8em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-item .compare-item input {
	margin-right: 5px;
}

.product-item .wish-icon {
	font-size: 20px;
    opacity: 0.3;
}

.product-item .photo-item {
	margin-top: 10px;
	width: 170px;
	height: 170px;
}

.product-item .photo-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-item .star-icon {
	color: #f8d64e;
	font-size: 15px;
}

.product-item .name-item {
	color: #000;
	font-size: 1em;
	width: 90%;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

.category-list .product-item .name-item {
	text-align: left;
	padding-right: 7px;
}

.price-item {
	color: var(--color-primary);
	font-size: 2.3em;
	font-weight: 500;
	margin-bottom: 10px;
}

 .product-item .price-item {
 	margin-bottom: 30px;
}

#products-filters {
	width: 300px;
	min-height: 400px;
	position: relative;
	padding: 0px 20px 0 0;
}

.onecol-list .material-card {
	margin: 5px 0;
}

.product-item.landscape {
	background: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	/*border-bottom: 1px solid #eee;*/
}

.product-item.landscape .photo-item {
	padding: 15px;
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    font-size: 0.8em;
}

.product-item.landscape .name-item {
	font-size: 1em;
	background: none;
	justify-content: left;
	padding-right: 7px;
}

.category-list {
	margin-left: 20px;
	padding: 10px 0;
}

.onecol-list .product-item {
    background: none;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 5%;
    width: auto;
}

.onecol-list .product-item .photo-item {
	padding: 0 5%;
    flex: 1 1 160px;
    display: flex;
    justify-content: center;
    height: 180px;
}

.onecol-list .product-item .product-specs {
    flex: 1 0 60%;
    padding: 3% 5%;
}

.onecol-list .product-item .name-item {
	font-size: 1.3rem;
	color: var(--color-primary);
	text-transform: uppercase;
	background: none;
	justify-content: space-between;
	padding: 5px 0;
	font-weight: bold;
	margin-bottom: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.onecol-list .product-item .name-item .txtsmall {
	font-size: 0.6em;
	color: #555;
	margin-top: 4px;
}

#moresections {
	line-height: 30px;
	margin-top: 50px;
	padding: 30px 0;
}

#moresections a {
	font-weight: 600;
}

#moresections a:hover {
	text-decoration: underline;
	text-underline-position: under;
}

.sectionhead {
    font-weight: 400;
    font-size: 1.1rem;
    padding: 15px 0;
    line-height: 1.3rem;
    text-align: justify;
}

/* PRODUCTS END */

/* PRODUCT DETAIL */

#product-detail-wrap #product-side h3 {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 900;
	text-align: left;
}

#product-detail-wrap {
}

#product-detail-wrap h2 {
	border: none;
	display: flex;
    align-items: center;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: space-between;
}

#product-detail-wrap .txtsmall {
	font-size: 0.5em;
	color: #555;
}

/*#product-detail-wrap h2:after {
    background-color: #000;
    margin-left: 15px;
    flex-grow: 1;
    content: "";
    height: 3px;
}*/

#product-detail-wrap .product-cols {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}

#product-detail-wrap .product-cols > * {
	flex: 0 1 49%;
	max-width: 100%;
}

#product-detail-wrap .product-cols > * > * {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#product-detail-wrap #product-picture {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 450px;
	position: relative;
}

#product-detail-wrap #product-picture .logobrand {
	position: absolute;
    width: 100px;
    height: auto;
    top: 0;
    align-self: flex-start;
    margin: 5px 0;
}

#product-detail-wrap #product-picture img {
	object-fit: contain;
	height: 100%;
	margin:0;
}

#product-detail-wrap #product-side {
	display: flex;
	flex-direction: column;
}

#product-detail-wrap #product-side > * {
	margin: 7px 0;
	font-size: 1.2em;
	text-align: justify;
}

#product-detail-wrap #product-side .pay-info, #product-detail-wrap #product-side .shipping-info {
	font-size: 1em;
	display: flex;
	flex-direction: column;
	line-height: 1.5em;
	padding-left: 30px;
	background-position: left top;
	background-size: 20px;
	background-repeat: no-repeat;

}

#product-detail-wrap #product-side .pay-info {
	background-image: url('../images/icons/payment.svg');
	position: relative;
    display: flex;
    flex-direction: row;
}

#product-detail-wrap #product-side .pay-info > div:first-child {
	display: flex;
    flex-direction: column;
    margin-right: 20px;
}

#product-detail-wrap #product-side .pay-info .mplogo {
    width: 120px;
    right: 0;
}

#product-detail-wrap #product-side .shipping-info {
	background-image: url('../images/icons/shipping.svg');
}

#product-detail-wrap #product-side #product-description {
	line-height: 1.4em;
	color: #333;
	margin: 20px 0 0 0;
}

#buyform {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#buyform .qty-cart {
	opacity: 0;
}

#buyform .material-icons {
	font-size: 18px;
	padding-left: 4px;
}

#buyform > * {
	margin: 5px;
}

#buyform #whatsapp-msg-product {
	width: 30px;
}

.comprasegura {
	font-family: sans-serif;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 900;
	align-items: center;
	padding: 8px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #555;
}

.comprasegura span {
	margin: 2px 0;
}

.comprasegura span:last-child {
	color: rgb(62,172,93);
}

.comprasegura img {
	margin-right: 5px;
	height: 32px;
	width: 32px;
}

.complete{
    display:none;
}

.more {
}

.teaser:after {
    content: "+ Ver más";
}

.complete:after {
    content: "- Contraer";
}

.teaser:after, .complete:after {
    background: #aaa;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
}

.complete {
   	display: none;
}

.alreadyadded {
	font-size: 0.7em;
    margin: 0;
    font-weight: 900;
    top: 0px;
    position: relative;
    line-height: 15px;
    text-align: center;
}

#product-detail-wrap #product-specs {
/*	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -20px;*/
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px 30px;*/
	column-width: 350px;
	column-gap: 30px;
}

#product-detail-wrap #product-specs .specs {
	padding: 6px 0;
}

.specs {
	font-size: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	line-height: 1.5rem;
	align-items: center;
	border-bottom: 0.5px solid #eee;
	/*margin: 0 20px;*/
}

.specs:before {
	content: " ";
	font-size: 1em;
	display: flex;
	justify-content: center;
	line-height: 1.5em;
/*	padding: 10px;
	margin-right: 10px;
	margin-left: -20px;*/
	background-position: center;
	background-size: auto 15px;
	background-repeat: no-repeat;
}

.specs :nth-child(1) {
	flex: 1 1 60%;
	text-align: left;	
}

.specs :last-child {
	font-weight: 700;
	text-align: right;
}

#product-detail-wrap #product-side .price-item {
	color: var(--color-primary);
    font-size: 2.1em;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 0;
}

#product-detail-wrap #product-side .productpdfs {
	font-size: 0.9rem;
}

.cartform .txtsmall {
	font-size: 0.7em;
	color: #555;
	text-align: right;
}


/* CART */

.msgboxok {
	color: var(--color-primary);
	font-weight: 900;
}

.cartform {
	width: 100%;
	margin: 0;
}

.cartform tr {
}

.cartform tr th, .cartform tr td {
	height: 80px;
	vertical-align: middle;
	min-width: 20px;
}

.cartform tr th {
	border-bottom: 2px solid #999;
}

.cartform tr td {
	border-bottom: 1px solid #ccc;
}

.cartform tr td .itemimage {
	width: 40%;
	min-width: 60px;
	max-width: 100px;
	height: 100%;
	margin-right: 10px;
	display: flex;
	position: relative;
	flex-direction: column;
}

.cartform tr td .itemname {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cartform tr td .itemimage img.brandlogocart {
    width: 45px;
    height: auto;
    padding: 3px;
}

.cartform tr td .itemimage img {
	height: auto;
}

.cartform tr td .subtotal {
	min-width: 70px;
}

.cartform tr td .delitem {
	height: 24px;
}

.cartform tr.cart_total_row td {
	border: none;
	padding: 10px 0;
}

.cartform tr.cart_total_row td #cart_total{
	font-size: 1.2rem;
	font-weight: 900;
}


.qty-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	height: 51px;
	width: 70px;
	padding:5px 10px;
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 1.1em;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
}

.qty-cart.editqty {
    height: 50%;
    width: 60px;
    padding: 2px;
    text-align: center;
}

/* END CART */

/* CART ADD BANNER */

#cart-add-banner * {
	line-height: 20px;
}

#cart-add-banner {
	min-height: 120px;
	background-color: #eee;
	display: flex;
	flex-direction: column;
}

#cart-add-banner > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	flex-wrap: wrap;
	flex: 1;
	padding: 10px 0;
}

#cart-add-banner > div > * {
	margin: 10px 0;
	text-align: center;
}

#cart-add-banner .product-picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #fff;
    height: 80px;
    width: 80px;
}

#cart-add-banner .product-picture :first-child {
	height: 25%;
	width: 50px;
}

#cart-add-banner .product-picture img {
	max-height: 100%;
	height: 50%;
	width: auto;
	object-fit: contain;
}

/* END CART ADD BANNER */
	
/* PRODUCT INNOVA AND MORE */

.product-more {
	position:relative;
    background: transparent;
    margin-top: 10px;
}

.sixcol-list {
	display: grid;
	grid-template-columns: repeat(var(--n-columns-6), 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 1vw 2vw;	
}

.bar .tablink {
	flex: 1 1;
    outline: none;
    display: block;
    cursor: pointer;
	background: transparent;
	font-size: calc(0.8em + 0.2vw);
	border: none;
}

.product-more .bar .tablink {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
	color: #666;
	text-transform: uppercase;
}

.product-more .bar .tablink > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	display: flex;
    flex-direction: column;
}

.product-more .bar .tablink > div > div:first-child {
	flex: 0 0 70%;
    border: 1px solid #888;
    padding: 2px;
	font-size: calc(0.8em + 0.2vw);
}

.product-more .bar .tablink > div > :last-child {
	border-top: 8px solid transparent;
    padding: 0;
}

.product-more .bar .tablink > div > div {
	flex: 0 0 30%;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #222;
	font-size: calc(0.6em + 0.2vw);
}

.product-more .tabitem {
	padding: 10px 0;
    border-top: none;
}

.product-more .bar .tablink.bgactive {
	opacity: 1;
	filter: none;
	background: transparent;
	color: var(--color-primary);
}

.product-more .bar .tablink.bgactive > div > :last-child {
	border-color: var(--color-primary);
    padding: 0;
}

.product-more .bar .tablink:hover {
	background: transparent;
}

.product-more .bar .tablink img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.tabitem {
	line-height: 1.3em;
	display: none;
}

/* PRODUCT INNOVA AND MORE END */

#product-location .bar {
	justify-content: space-between;
	padding: 0;
}

#product-location .bar .tablink {
    border: 1px solid var(--color-primary);
    height: 50px;
    flex: 0 0 45%;
	color: var(--color-primary);
    font-size: 1.1em;
    text-align: left;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#product-location .bar .tablink.bgactive {
    color: #fff;
    background: var(--color-primary);
}

#product-location .bar .tablink svg {
	height: 28px;
	width: 38px;
	transform: rotate(0deg);
	fill: var(--color-primary);
}

#product-location .bar .tablink.bgactive svg {
	transform: rotate(180deg);
	fill: #fff;
}

/* PRODUCT DETAIL END */

/* SEARCH */

.search-results {
	width: 100%;
}

.search-results .search-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px;
	grid-gap: 10px;
}

#suggestions .search-results .search-item {
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	box-shadow: none;
}

#suggestions .search-results .search-item .title-item {
	text-align: left;
}

#suggestions .search-results .search-item:hover .title-item {
	color: var(--color-secondary);
}

.search-results .search-item .image-item {
	height: 100%;
	flex: 1 1 20%;
}

.search-results .search-item .title-item {
	flex: 1 1 80%;
	line-height: 1.4em;
	color: #333;
	text-align: left;
	display: flex;
	flex-direction: column;
}

.search-results .search-item .title-item img {
	width: 80px;
}

.noresults {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.noresults > div:first-child {
    width: 20%;
    height: 20%;
    margin: 3%;
    max-width: 200px;
    min-width: 150px;
    padding: 2%;
}

.noresults > div:last-child {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5em;
}

.noresults > div:last-child > div {
	margin: 20px 0;
}

.noresults ul {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.7rem;
	padding-left: 0;
    list-style-type: none;
}

.noresults ul li {
	padding: 10px 0;
	height: 70px;
}

.noresults ul li a {
	vertical-align: middle;
}

.noresults ul li img {
	width: auto;
	height: 30px;
}

#suggestions .noresults ul {
	font-size: 1rem;
}

#suggestions .noresults > div:last-child {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 2.2em;
}

#suggestions .noresults > div:first-child {
	display: none;
}

#suggestions .search-results .search-item .title-item {
	line-height: 1em;
}

#searchform {
	position: relative;
}
.suggestionsBox {
	position: absolute;
	left: 0px;
	top:43px;
	width: 100%;
	z-index:99;
	min-width: 320px;
}

.scrolled .suggestionsBox {
	top: 31px;
}

#suggestionsList {
	position:absolute;
	padding: 10px;
	width:100%;
	overflow-y:auto;
	max-height: 50vh;
	min-height: 50vh;
	top: 0;
	bottom: 0;
	background-color: #eee;
	color: #333;
}
#suggestionsList h3 {
	font-size: 12px;
	margin: 0;
	float: right;
}
#suggestionsList .search-results {
	border-bottom: 1px solid #bbb;
	width: 100%;
	position: relative;
}

.load{
background-image:url(images/loader.gif);
background-position:right;
background-repeat:no-repeat;
}

/* END SEARCH */

/* BLOG */

#blogwrap {
	padding: 5px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 1vw 2vw;	
}

#blogwrap.detail {
	display: flex;
	flex-wrap: wrap;
}

#blogwrap.detail .blogdetailcontent {
    line-height: 1.5em;
    padding: 10px 0;
    text-align: justify;
}

:target::before {
    content: '';
    display: block;
    height:      100px;
    margin-top: -100px;
}

#blogwrap.detail .blogdetailcontent * {
    line-height: 1.3em;
    padding: 5px 0;
    text-align: justify;
    color: #000;
}

#blogwrap.detail .blogdetailcontent a {
	color: var(--color-primary);
}

#blogwrap.detail .blogdetailcontent h1, #blogwrap.detail .blogdetailcontent h1 * {
	font-size: 1.7rem;
	font-weight: 900;
	border: none;
	background-color: transparent;
	color: #000;
	margin: 15px 0 5px 0;
    text-align: initial;
}

#blogwrap.detail .blogdetailcontent h2, #blogwrap.detail .blogdetailcontent h2 * {
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	background-color: transparent;
	text-decoration: none;
	margin: 15px 0 5px 0;
    text-align: initial;
}

.blogdetailinfo {
	font-weight: 900;
	margin: 10px 0;
}

#blogwrap.detail .blogpost {
    height: 120px;
    display: flex;
    margin-bottom: 10px;
}

#blogwrap.detail .blogpost .blogimg {
	height: 100%;
	width: 60%;
	flex: 1 1 60%;
}

#blogwrap.detail .blogpost .blogtitle {
	font-size: 0.8rem;
}

#blogwrap.detail .blogpost .blogdate {
	font-size: 0.8rem;
}

.blogpost:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  color: initial;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.blogpost {
  color: #222;
  background: #fff;
  overflow: hidden;
  height: 100%;
  width: 100%;
  line-height: 1.5em;
}

.blogpost > .blogimg {
	width: 100%;
	object-fit: cover;
	height: 300px;
}

.blogpost .blogimg img {
	object-fit: cover;
}

.blogpost .bloginfo {
	width: 100%;
	height: 20%;
	padding: 2% 5%;
	font-size: calc(0.7em + 0.4vw);
  line-height: 1.5em;
}

.blogpost .bloginfo .blogtitle {
  margin: 0;
  text-transform: uppercase;
  padding: 10px 0;
  color: var(--color-4);
  border: none;
  overflow: hidden;
  font-size: 1.1rem;
  background: transparent;
}

.blogpost .bloginfo .blogdate {
	font-size: 0.7em;
	color: #777;
	display: flex;
	justify-content: space-between;
}

.blogpost .bloginfo .blogintro {
  margin: 0;
  padding: 0;
  color: #222;
  border: none;
  text-transform: none;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.8em;
}

.bloggal {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 0.5vw;
	padding: 10px 0;
}

.bloggal > * {
	width: 100%;
	height: 100%;
	padding-top: 10px;
}

.bloggal > a > img {
	object-fit: cover;
}

/* BLOG END */

/* BRANDS */
/* LOGOS CAROUSEL */

#brands-logos {
	padding: 30px 0;
	background: var(--color-terciary);
}

.brand-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.brand-logo:hover {
  filter: none;
}

.brand-logo * {
  object-fit: contain;
  height: 120px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;    
}

.owl-theme .owl-controls {
  height: auto;
  bottom: -20px;
}

.owl-theme .owl-controls .owl-nav div {
  background-color: var(--color-4);
}

#brands-logos .owl-stage-outer {
	padding-bottom: 0;
}

/* END LOGOS CAROUSEL */

a.disabledlink {
  pointer-events: none;
  color: #000;
}

.brand-item {
	height: 200px;
    width: 100%;
    margin: auto;
    padding: 5%;
}

.brand-item:hover {
	filter: none;
}


/*.brand-item * {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2vw;    
}

.brand-item > :first-child {
	height: 70%;
	object-fit: cover;
	width: 100%;
}

.brand-item > :last-child {
	padding: 10%;
	height: auto;
	object-fit: contain;
}*/

/* END BRANDS */

/* ACCORDION */

.accordion .accordion_title {
	display: flex;
	align-items: center;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
    margin: 0;
    padding: 12px 0;
    background: #ddd;
}

#product-detail-wrap .accordion h3.accordion_title {
	display: flex;
	align-items: center;
	font-size: calc(1em + 0.2vw);
	border-bottom: 1px solid #ddd;
	background: #eee;
	border: none;
	padding: 10px;
    margin: 10px 0;
}

.accordion > .accordion_title:before {
	padding-right: 10px;
	content: "[+]";
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordion.open {
	margin-bottom: 20px;
}

.accordion.open > .accordion_title:before {
	content: "[-]";
}

.accordion .accordion_content {
	max-height: 0;
  	transition: all 0.3s ease-in-out;
  	color: #222;
  	overflow: hidden;
	height:auto;
}

.accordion.open > .accordion_content {
	max-height: initial;
	overflow: visible;
}

#product-detail-wrap .accordion.open .accordion_content {
  	padding-bottom: 20px;
}

#product-detail-wrap .accordion .accordion_content {
  	padding-bottom: 0px;
}

.accordion > .accordion_content .accordion_title {
	margin-left: 20px;
	background: #eee;
	padding: 8px 0;
	font-size: 1em;
}

/* ACCORDION END */

/* OTHER */

#fabwrapper {
	position: fixed;
	bottom: 5vh;
	right: 5vw;
	z-index: 2;
	display: flex;
	flex-direction: column;
}

#fabwrapper > * {
	margin: 10px 0;
}

#fab {
	border-radius: 50px;
	background-image: url('../images/icons/cart-white.png');
	background-color: var(--color-secondary);
	background-position: center center;
	background-size: 30px;
	background-repeat: no-repeat;
	padding: 30px;
	width: 50px;
	display: flex;
	align-items: center;
	color: #fff;
}

#whatsapp-msg {
	width: 64px;
}

#return-to-top {
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
    background: rgba(255, 255, 255, 1);
	padding: 30px;
    display: none;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: var(--color-secondary);
    margin: 0;
    position: relative;
    font-size: 45px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* END OTHER*/

/* CONTACT */

#contactwrap iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}

#contactwrap [class*="col"]:first-child {
	padding-right: 1%;
}


.loginwidget {
    border: 1px dotted #333;
    padding: 20px;
    display: flex;
    flex-direction: column;
	grid-gap: 20px;
	max-width: 300px;
	align-items: center;
}

.message {
	color: red;
	font-weight: 700;
}

.seldealer {
	line-height: 25px;
}

.dealer {
	font-size: 18px;
	color: var(--color-secondary);
	font-weight: 600;
}

.goback {
    display: inline-flex;
    align-items: center;
}

#passwords {
	display: none;
}

#passwords input[type="password"] {
	display: none;
}

#checkoureview {
	line-height: 1.4rem;
}

#pagarconmp {
	background-image: url(../images/mp-isotipo.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 50px;
    width: 170px;
    text-align: left;
    justify-content: flex-start;
    padding: 15px;
}

#checkoutform span {
	font-weight: 700;
}

#checkoutform iframe {
    min-height: 520px;
    /*height: 100%;*/
}

.pagarcontainer {
	display: flex;
	gap: 10px;
	width: auto;
	align-items: center;
	justify-content: flex-end;
}

.pagarcontainer img {
	height: 30px;
	width: auto;
	margin-left: 10px;
}

.medios {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.medios > * {
	width: 60px;
	padding: 5px;
}

#loginformwrapNOVA {
	display: none;
}

#loginformwrapNOVA input {
	display: none;
}

h4.subtitle {
	margin-bottom: 20px;
}

.mainform.contactform > div {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.mainform > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
.mainform > div > label, legend {
  float: left;
  padding-right: 10px;
}
.mainform > div > div,
fieldset {
	border: 0;
	padding: 0;
}

.mainform input,
.mainform textarea, .mainform select, .mainform .select2 {
  width: 100%;
  border: 1px solid #B2B2B2;
  padding: 0 10px;
  color:#666;
  resize:none;
  font-family:inherit;
  font-size:13px;
  background: #fff;
}

.mainform textarea {
	padding: 10px;
}

.mainform input,
.mainform select, .mainform .select2 {
  height: 35px;
}

.mainform .select2-container .select2-selection--single {
	border: none;
	height: auto;
}

.mainform .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: auto;
	color: inherit;
	line-height: 38px;
	padding: 0;
}


.leftformfield{width:48%; float:left; margin:0 2% 0 0;}
.rightformfield{width:48%; float:right; margin:0 0 0 2%;}

.mainform input[type=checkbox] {
	width: 30px;
}

.mainform input[type=checkbox] + label {
	margin-left: 5px;
}

.mainform input[type=submit] {
    cursor: pointer;
    background: var(--color-secondary);
    color: #FFF;
    text-transform: uppercase;
    transition: background 0.3s ease;
    border: none;
    -webkit-appearance: none;
    font-size: 18px;
    width: auto;
    border-radius: 7px;    
}
.mainform input[type=submit]:hover { background:var(--color-primary);transition: background 0.3s ease; -webkit-appearance: none;}
.tar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
    align-items: center;
    justify-items: center;
    text-align: center;
    float: right;
    flex-wrap: wrap;
}
.tar * {
	line-height: 20px;
}
.mainform label.error {background:transparent;padding:3px; color:#FFF; font-size:1em;}

.mainform input[type=text]:focus,
.mainform input[type=email]:focus,
.mainform input[type=url]:focus,
.mainform input[type=password]:focus,
.mainform textarea:focus {
  outline: 0;
/*  border-color: #4697e4;*/
}

#contactformsent {
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: 600;
}

.mercadopagologo {
	width: 80px;
}

.reviewpersonal {
	margin: 20px;
	line-height: 19px;
	font-size: 12px;
}

/* END CONTACT */

/* FANCYBOX */

.fancybox-button--close {
	width: 60px;
	height: 60px;
	padding: 5px;
	background-color: var(--color-secondary);
	color: #fff;
}

/* END FANCYBOX */

/* MOBILE */

@media screen and (max-width: 1200px) {
	:root {
		--mid-width: 96%;
	}
	.bar {padding: 0px;}
	.bannerhack {
		width: 100%;
		height: calc(0.122 * 96vw);
		background-image: url('../images/special/dia-de-la-primavera-cabezal-1280-156.jpg');
		background-size: cover;
	}
}

@media screen and (max-width: 991px) {
	:root {
		--n-columns-3: 3;
		--n-columns-4: 3;
	}
	#blogwrap {
		grid-template-columns: repeat(2, 1fr);
	}
	[class*="col"] {
	margin: 10px 0;
	width: 100%;
	}
	#fabwrapper {
		position: fixed;
		bottom: 13vh;
	}	
	#checkoureview {
		flex-direction:	column-reverse;
	}
	.reviewpersonal, .mainform > div > div.reviewpersonal {
		position: fixed;
		bottom: 0;
	    width: 100vw;
	    margin: 0;
	    padding: 5%;
	    left: 0;
	    background: rgba(255,255,255,0.8);		
	}
	#header-top #header-icons a.cart-icon-top span {
	    font-size: 0.6rem;
	    width: 14px;
	    height: 14px;
	    top: 0px;
	}
	.colpd {
		padding: 0 !important;
	}
	h1 {
		font-size: 1.7em;
		border-bottom: none;
	}	
	.brandslist {
		grid-template-columns: repeat(4, 1fr);
	}
	.qty-cart.editqty {
		width: 30px;
	}
	#cart-add-banner > div {
		flex-direction: column;
	}
}


@media screen and (max-width: 768px) {
	:root {
		--n-columns-3: 2;
		--n-columns-4: 2;
		--n-columns-6: 4;
		--height-nav: 0px;
		--height-header-top: 50px;
	}
	.bannerhack {
		width: 100%;
		height: calc(0.372 * 96vw);
		background-image: url('../images/special/dia-de-la-primavera-cabezal-360-134.jpg');
	}
	#nav #navcontact {
		display: block;
	}

	#nav #navcontact li a {
		display: flex;
		height: 40px;
		align-items: center;
		flex-direction: row;		
	}

	#nav #navcontact img {
		height: 20px;
		width: auto;
		margin-right: 10px;
	}

	#product-detail-wrap .product-cols {
		margin: 0;
		flex-direction: column;
	}
	#product-detail-wrap .product-cols #product-picture {
		height: 300px;
	}
	#header-top > div {
		flex-wrap: wrap;
		padding: 0;
		width: 100%;
	}
	#header-top #logorumbo {
		display: none;
	}
	#header-top > div > * {
		height: 100%;
	}
	#header-top > div > form {
		order:3;
		display: none;
		flex: 1 1 100%;
		margin: 5px;
		height: 35px;
		width: 100%;
	}
	#header-top > div > #header-icons {
		order:2;
	}
	#header-top > div form input[type=image] {
	    padding: 5px;
	    opacity: 1;
	}

	#header-top #header-icons a	span {display: none;}
	#header-top #header-icons a#searchtoggle {
		display: flex;
	}

	.mobile-menu-overlay {
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background-color: rgba(0,0,0,0.5);
	    opacity: 0;
	    visibility: hidden;
	    z-index: 3;
	    -webkit-transition: opacity 0.2s ease-out, visibility 0.3s ease-out;
	    -moz-transition: opacity 0.2s ease-out, visibility 0.3s ease-out;
	    -o-transition: opacity 0.2s ease-out, visibility 0.3s ease-out;
	    transition: opacity 0.2s ease-out, visibility 0.3s ease-out;
	}

	main.searchenabled {
		--height-nav: 45px;
	}

	#logonav {
	    width: 109px;
	    display: flex;
	    margin: 20px 5px;
	}

	#nav.active {
		left: 0;
	}

	#nav {
		height: 100%;
		--nav-width: 300px;
		left: calc(-1 * var(--nav-width));
		width: var(--nav-width);
		display: block;
		top: 0;
		bottom: 0;
		position: fixed;
		overflow: scroll;
		-webkit-transition: left 0.2s ease-out;
		-moz-transition: left 0.2s ease-out;
		-o-transition: left 0.2s ease-out;
		transition: left 0.2s ease-out;
	}
	#nav .close {
		position: absolute;
		right: 15px;
		top: 15px;
		color: #fff;
		font-size: 1em;
		display: block;
		z-index: 10;
	}
	#nav .mid > ul {
		display: block;
		height: auto;
		text-align: left;
		flex-direction: column;
		align-items: flex-start;
	}
	#nav ul > li {
		flex-direction: column;
		margin: 10px 0 10px 0;
		align-items: flex-start;
	}
	#nav ul > li:hover ul {
		display: none;	
	}
	#nav ul > li:target ul {
	    display: none;
	}	
	#nav ul > li ul.activesub {
	    display: flex;
	    width: auto;
	}	
	#nav ul > li > ul > li {
		margin: 5px 0 5px 0;
	}
	#nav ul > li:after {
		content: "";
	}
	#nav ul > li a{display:block; margin:0px;font-size:1.1em;  font-weight:400; text-decoration:none;padding:5px; text-transform:uppercase;}
	#nav ul > li > ul {
		display: none;
		box-shadow: none;
		position: relative;
		padding-left: 20px;
		top: 0;
	}

	#nav ul > li > ul > li > a {font-size:0.8em; padding: 3px 0;}

	a.menutoggle {
		display: block;
		background-image: url('../images/icons/burguer.png');
		background-position: center;
		background-size: 28px;
		background-repeat: no-repeat;
		max-width: var(--height-header-top);
		height: var(--height-header-top);
		background-color: #bbb;
		filter: invert(1);
	}
	#product-side .specs {display: none;}
	#contactwrap [class*="col"]:first-child {
		padding: 0;
	}
	#blogwrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.brandslist {
		grid-template-columns: repeat(3, 1fr);
	}
	.cartform tr th, .cartform tr td {
		font-size: 0.8rem;
	}
	.mainform .pagarcontainer input[type=submit].btn {
		font-size: 0.9rem;
		padding: 10px 5px;
		height: auto;
		min-width: unset;
		white-space: normal;
		height: 55px;
	}
	#pagarconmp {
	    background-size: 25px;
	    padding: 15px 10px;
	    height: 55px;
	}
}

@media screen and (max-width: 480px) {
	:root {
		--n-columns-3: 1;
		--n-columns-4: 1;
		--n-columns-6: 3;
	}
#header-top > div #logo {
height: 70%;
flex: 0 0 80px;	
}
	#header-top #header-icons a img {
		margin-right: 5px;
	}
	.brandslist {
		grid-template-columns: repeat(2, 1fr);
	}
}