@charset "utf-8";
@font-face {
    font-family: "TradeGothic";
    src: url("TradeGothicLT.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "TradeGothic";
    src: url("TradeGothicLTBold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "TradeGothic";
    src: url("TradeGothicLTLight.ttf");
    font-weight: 100;
}

/* CSS Document */
:root {
    --color-primary: #323232;
    --color-primary-rgb: 50,50,50;
    --color-primary-nav: #A8AB15;
    --color-primary-nav-rgb: 168,171,21;
    /* Kuler ADobe COMPLEMENTARIOS
	--color-secondary: rgba(179,118,21, 1);
	--color-secondary-rgb: 179,118,21;
   */
    /* TRIADA */
    --color-secondary: #A8AB15;
    --color-secondary-rgb: 168,171,21;
    --n-columns-3: 3;
    --n-columns-4: 4;
    --n-columns-5: 5;
    --n-columns-6: 6;
    --height-header-top: 80px;
    --height-nav: 60px;
}

html {
    font-size:17px;
}

body {
    margin:0;
    padding:0;
    font-family: 'Nunito Sans', sans-serif;
    font-size:17px;
    line-height: 1.4em;
    color:#333;
    background-repeat:repeat-x;
    background-position:top;
    background-color: #f5f5f5;
}

a {color:var(--color-secondary); text-decoration:none;line-height: 20px;}

h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 2.1em;
    margin: 10px 0;
    color: #000;
    line-height: 1.6em;
    text-transform: uppercase;
}

h2 {
    padding: 10px 0;
    font-weight: 800;
    font-size: 1.9rem;
    margin: 10px 0;
    color: rgb(50,50,50);
    opacity: 0.9;
    line-height: 1.6em;
    text-transform: uppercase;
    background: #fff;
}

h3 {
    font-family: 'TradeGothic';
    font-weight: bold;
    font-size: 1.6em;
    margin: 15px 0;
    color: #333;
    opacity: 0.9;
    line-height: 1.6em;
}

h4 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 1em;
}

.filter2white {
    filter: brightness(0) invert(1);
}
.filterinvert {
    filter: invert(1);
}
.pdtopbottom {padding-top: 20px;padding-bottom: 20px}
.txtcenter {text-align: center;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.txtsmall {font-size: 0.8em;}
.tagline {font-size: 0.6rem;color: #444;}
.ivatxt {font-size: 0.4em;}
.txtgrey {color: grey;}
.capital {text-transform: uppercase;}
.colorred {color: red;}
.linethrough {text-decoration: line-through;}
input.readonly {border: none;background: transparent;}
.w100 {width: 100%;}
.w200px {width: 200px !important;}

.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%;}
.col3b {width:31%;}
.col3 {width:25%;}
.col2 {width:16.6%;}
.col1 {width:8.3%;}
.nopadding {
    padding: 0 !important;
}

img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.close {
    z-index: 4;
}

.download {
    background: url(../images/icons/download.png) no-repeat right center !important;
    padding-right: 26px;
    margin-right: 30px;
}

/* SHADOWS */

.shadow--2dp, .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, .product-item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow--10dp {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.flexcontainer {
    display: flex;
    display: -webkit-flex;
}

.flexcolumn, .flexcol {
    flex-direction: column;
    display: flex;
    display: -webkit-flex;
}

.flexwrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.flexcenter {
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.flexsa {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

.flexbt {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.flexend {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.flexstart {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}

.flexaligncenter {
    align-items: center;
    display: flex;
    display: -webkit-flex;
}

/* SHADOWS END */

#wrapper {
    width:100%;
    margin:0 auto;
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.mid {
    width: 1200px;
    margin:0 auto;
}

.dnone {
    display: none;
}

main {
    height: 100%;
    margin-top: calc(var(--height-nav) + var(--height-header-top));
    flex: 1;
    padding-bottom: 40px;
    background-color: #fff;
}

#inner-main, #header-top > div, #nav ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

header {
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 2;
    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: #fff;
    height: var(--height-header-top);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#header-top * {
    color: #fff;
}

#header-top #searchform * {
    color: #323232;
}

#nav .mid .social {
    display: none;
}

#header-top .social {
    flex: 0 0 90px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    list-style: none;
    font-size: 0.9rem;
    align-items: center;
    gap: 10px;
}

#header-top .social * {
    white-space: nowrap;
}

#header-top .social .iconleft {
    background-size: 24px;
    font-size: 0.9em;
    height: 40px;
    padding: 6px 0 6px 25px;
    margin-right: 20px;
}


.social .whatsicon {
    background-image: url("../images/icons/whats.png");
}

.social .phoneicon {
    background-image: url("../images/icons/phone.png");
}

.social .mailicon {
    background-image: url("../images/icons/mail-w.png");
}
#header-top > div form {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#header-top > div {
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

#header-top > div > * {
    flex: 1 1 50px;
}

#logoheader {
    /*display: none;*/
}

#logo {
    height: 150%;
    width: 212px;
    margin-right: 7%;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    flex-direction: column;
    display: flex;
    justify-content: center;
    alignment-baseline: central;
    color:#fff;
}

#logo * {
    text-align: center;
    font-size: 0.6rem;
}

#logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#header-top > div form {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 50%;
    margin: 0 1%;
    height: 45%;
    min-height: 35px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#header-top > div #srch {
    width: 100%;
    border: none;
    padding: 0 0 0 20px;
    font-size: 0.8rem;
}

#header-top div #srch::placeholder {
    color: #fff;
}

#header-top > div input[type=image] {
    width: 50px;
    padding: 1%;
    border-left: 1px solid #ccc;
    background:#fff;
    opacity: 1;
}

#header-top #header-icons {
    display: flex;
    display: -webkit-flex;
    flex: 0 1;
}

#header-top #header-icons a, #header-top #header-right a {
    height: 37px;
    padding: 5px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#header-right {
    display: flex;
    display: -webkit-flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

#header-top #header-right a.cart-icon-top span {
    position: absolute;
    right: 9px;
    top: 0px;
    width: 16px;
    height: 16px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}

#header-top #header-right a.cart-icon-top {
    opacity: 0.7;
}

#header-top #header-icons a.login-top span {
    white-space: nowrap;
    margin: 0 5px;
    font-size: 11px;
}

#header-top #dealerslink {
    font-size: 0.8em;
    color: #555;
    text-align: center;
    padding: 3px;
    line-height: 1.1em;
}

#header-top #header-icons a#searchtoggle {
    display: none;
}

#header-top #header-icons a img {
    margin-right: 5px;
    width: auto;
    height: 90%;
}

.areaheader {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
}

.areaheader .areaactive {
    background: var(--color-primary);
    color: #fff;
}

.areaheader .not(.areaactive) {

}

.areaheader * {
    text-align: center;
    margin: 0;
    padding: 1px 6px;
    border: 1px solid transparent;
    font-size: 0.8rem;
    line-height: 1rem;
    white-space: nowrap;
}

.areaheader *:hover {
    border: 1px solid var(--color-primary);
}



/* NAV */

.scrolled #header-top {
    /*      height: calc(0.6 * var(--height-header-top));*/
}

.scrolled #nav {
    height: calc(0.7 * var(--height-nav));
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.scrolled #nav ul > li > ul {
    top: calc(0.7 * var(--height-nav));
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#nav {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: var(--color-primary-nav);
    z-index: 4;
    height: var(--height-nav);
}

#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;
    display: -webkit-flex;
    height: 100%;
}

#nav ul > li {
    flex:1 1;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
}

#nav ul > li > a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 100%;
    height: 100%;
}

#nav ul > li > ul {
    background: var(--color-primary-nav);
    display:none;
    top:var(--height-nav);
    width: 100%;
    min-width: 180px;
    left: 0;
    position: absolute;
    z-index:9;
    list-style:none;
    overflow:auto;
    box-shadow: 0 6px 12px rgba(0,0,0,.075);
    padding-bottom: 7px;
    max-height: calc(100vh - var(--height-header-top) - var(--height-nav));
}

#nav ul > li:hover ul{
    display: flex;
    flex-direction: column;
}

#nav ul > li > ul > li {
    flex: 0;
}

#nav ul > li > ul > li > a > img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
}

#nav ul > li > ul > li > a {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    white-space: nowrap;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 8px 15px;
    font-weight: 100;
}

#nav ul li ul li a:hover {
    background: rgba(var(--color-primary-nav-rgb), 0.1);
    /*color: var(--color-primary);*/
    opacity: 0.7;
}

.dropdown {
    background-image: url('../images/icons/dropdown-icon.svg');
    background-position: 90%;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-right: 30px;
}


.gear {
    background-image: url("../images/icons/gear.svg");
}

.dollarsign {
    background-image: url("../images/icons/dollar-sign.png");
}

.repairs {
    background-image: url("../images/icons/repairs.png");
}

.warranty {
    background-image: url("../images/icons/warranty.png");
}

.truck {
    background-image: url("../images/icons/truck.svg");
}

/* NAV END */

/* OVERLAY */

#overlay {min-width: 320px; min-height: 400px; position: fixed;left:0px; bottom: 0px; top:0px; right:0px; width: 50%; background: rgba(0,0,0,0.9); font-size: 13px; text-align: center; padding: 10px; z-index: 9999999999999; color: #FFF;line-height: 1.22; height: 40%; margin: auto;line-height: 30px;
	 }
#overlay > div#viptext {
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
#overlay > div#viptext a {
    color: var(--color-secondary);
    font-size: 30px;
}
#overlay > div#viptext a#closebtn {
    color: #fff;
    font-size: 20px;
}

#overlay * {
    margin: 20px 0;
    font-size: 1.3rem;
    color: #FFF;
    text-align: center;
}
#overlay a {
    color: #333;
    font-size: 0.9rem;
}
#overlay a:hover {
    color: #fff;
    font-size: 0.9rem;
}

/* END OVERLAY */


/* FOOTER */

footer {
    background: rgb(50, 50, 50);
    padding: 30px;
}

#footer {
    color: #fff;
    text-align: left;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

#footer h3 {
    text-transform: uppercase;
    color: var(--color-primary-nav);
    font-size: 1.5em;
    margin: 0;
}

#footer .logosfooter {
    gap: 20px;
}

#footer .logo {
    width: 100%;
    max-width: 250px;
}

#footer .logo2 {
    width: 40%;
    max-width: 120px;
}

#footer > :nth-child(2) {
    flex: 1 0 60%;
    max-width: 500px;
}

#footer > * {
    height: 100%;
    width: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    flex-direction: column;
    line-height: 1.4em;
    margin: 10px 0;
}

#footer ul.about {
    padding: 0 10px;
}

#footer ul.footerterms {
    padding: 0 10px;
    margin-top: 30px;
}

#footer ul.footerterms li {
    height: 30px;
    font-size: 12px;
}

#footer ul {
    list-style:none;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 2em;
}

#footer .capital {
    color: #ccc;
    font-weight: 600;
}

#footer ul li {
    padding: 0 0 10px 0;
}

#footer ul li a {
    color: #fff;
    display: flex;
    align-items: center;
}

.iconleft {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}

footer .iconleft {
    background-size: 20px;
    font-size: 0.9em;
    height: 40px;
    padding: 6px 0 6px 35px;
}

.shippingicon {
    background-image: url("../images/icons/shipping.svg");
    font-size: 15px;
    font-weight: 900;
}

.locicon {
    background-image: url("../images/icons/loc-w.png");
}

.whatsicon {
    background-image: url("../images/icons/whats.png");
}

.whatsicon-black {
    background-image: url("../images/icons/whats-black.png");
}

.phoneicon {
    background-image: url("../images/icons/phone-w.png");
}

.mailicon {
    background-image: url("../images/icons/mail-w.png");
}

.webicon {
    background-image: url("../images/icons/web.png");
}

.facebookicon {
    background-image: url("../images/icons/fb.png");
}

.twittericon {
    background-image: url("../images/icons/twitter.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 */

/* NEWSLETTER */

#footer h4 {
    margin-top: 40px;
}

#footer #newsletter-form {
    display: flex;
}

#footer #newsletter-form input::placeholder {
    color: #ddd;
    background: transparent;
}

#footer #newsletter-form .group {
    margin: 0;
}

#footer #newsletter-form .group label {
    background-color: var(--color-primary);
}

#footer #newsletter-form input {
    border: 1px solid #666;
    color: #eee;
    outline: none;
    background: transparent;
    padding: 10px 10px 10px 20px;
}

#footer #newsletter-form button {
    outline: none;
    border: none;
    padding: 0 10px;
    background-color: #bbb;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
}

#footer #newsletter-form button:hover {
    background: #fff;
}

/* END NEWSLETTER */


.brand-item {
    height: 200px;
    width: 100%;
    margin: auto;
    padding: 5%;
}

.brand-item:hover {
    filter: none;
}



#bread {
    padding: 20px 0 10px 0;
    font-size: 0.8rem;
    line-height: 2em;
}

#bread * {
    color: var(--color-secondary);
}

/* ACCORDION */

.accordion .accordion_title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 1.6em;
    cursor: pointer;
    margin: 0;
    padding: 12px 0;
}

.accordion > .accordion_title:before {
    padding-right: 10px;
    content: "+";
    font-family: 'Arial Unicode MS', 'Consolas';
    width: 35px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

#product-detail-wrap h3.accordion_title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-bottom: 1px solid #aaa;
    margin: 10px 0;
}

.accordion.open > .accordion_title:before {
    content: "-";
}

.accordion .accordion_content {
    padding: 0;
    max-height: 0;
    color: #222;
    height:auto;
    overflow: hidden;
}

.accordion.open > .accordion_content {
    overflow: visible;
    max-height: initial;
    padding: 5px 0 25px 0;
}

#product-detail-wrap #product-description {
    line-height: 1.5rem;
    font-size: 1rem;
}

#product-detail-wrap .accordion.open .accordion_content {
    padding-bottom: 20px;
}

#product-detail-wrap .accordion .accordion_content {
    padding-bottom: 0px;
}

.accordion > .accordion_content .accordion_title {
    color: var(--color-primary-rgb);
    padding: 8px 0;
    font-size: 1.1em;
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
}

#product-detail-wrap h3 .txtsmall {
    font-size: 0.5em;
    color: #555;
}

/* ACCORDION END */

/* SLIDER */

#slideshowwrap, .slide {
    height: calc(100vh - var(--height-nav) - var(--height-header-top) - 150px);
    min-height: 400px;
    overflow: hidden;
    position: relative;
}
#slideshowwrap {
    border-bottom: 2px solid var(--color-primary);
}

#slidewrap {
    height: 100%;
}

.slick-slide {
    position: relative;
}

.slidecaptionwrap {
    sbackground-image: linear-gradient(to right, transparent 0%, transparent 50%, rgba(var(--color-secondary-rgb),0.9) 60%, rgba(var(--color-secondary-rgb),0.9) 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    margin: auto;
    right: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.slidecaptionwrap * {
    text-align: right;
    margin-bottom: 20px;
}

.slidecaptionwrap .btn {
    margin-top: 3%;
    font-size: calc(0.8rem + 0.4vw);
    padding: calc(0.5rem + 1%);
    height: auto;
    min-width: 0;
    margin-right: 1vw;
}

.slidecaption {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: calc(1.2rem + 2vw);
    line-height: calc(4rem + 0.5vw);
    padding: 1vw;
    max-width: calc(50% + 150px);
    min-width: 320px;
    text-shadow: 2px 2px #000;
}

.slidecaptionsub {
    max-width: calc(50% + 150px);
    min-width: 320px;
    font-weight: 700;
    color: #fff;
    font-size: calc(0.8rem + 1vw);
    line-height: 1rem;
    padding: 1vw;
    text-shadow: 2px 2px #000;
}

.slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slide img.desk_show {
    display: block;
}

.slide img.mobile_show {
    display: none;
}

/* SLIDER END */

#homeintro {
    margin: 40px auto;
    font-weight: 100;
    left: 0;
    right: 0;
    font-size: calc(0.9vw + 0.7rem);
    line-height: calc(1.5vw + 1.5rem);
    padding: 2% 0;
    color: #333;
    z-index: 2;
    text-align: center;
    width: 45%;
    min-width: 320px;
}

/* INNOVA */

#innova {
    margin-top: 40px;
    display: flex;
    display: -webkit-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 */

/* BRANDS */
/* LOGOS CAROUSEL */

#brands-logos {
    padding: 30px 0;
    background: var(--color-terciary);
}

.brand-logo {
    display: flex;
    display: -webkit-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;
    display: -webkit-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 */


/* PRODUCTS */

.destacado-details {
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    padding: 25px 10px 20px;
    background-color: #f3f2f0;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.product-item.landscape {
    background: none;
    border: none;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    width: 30%;
    min-width: 300px;
    margin: 0 1%;
    padding: 10px 0;
}

.product-item.landscape .name-item:hover {
    color: var(--color-secondary);
}

.product-item.landscape .photo-item {
    margin-top: 0;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    font-size: 0.8em;
}

.product-item.landscape .name-item {
    margin-bottom: 0;
    font-size: 0.9em;
    background: none;
    justify-content: left;
    text-align: left;
    padding-left: 20px;
}


.onecol-list {
    display: flex;
    display: -webkit-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;
}

.nogap {
    grid-gap: 0;
}

.grid-rows-auto {
    grid-auto-rows: auto;
}

.fourcol-list {
    width: 97%;
    display: grid;
    grid-template-columns: repeat(var(--n-columns-5), 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 1vw 2vw;
}

.fourcol-list-4 {
    width: 97%;
    display: grid;
    grid-template-columns: repeat(var(--n-columns-4), 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 1vw 2vw;
}

.category-list {
    margin: 0;
}

.category-list .product-item {
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.product-list {
    width: 100%;
    min-height: 400px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
    grid-auto-rows: 370px;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
}

.product-list .product-item {
    border-radius: 10px;
}

.product-item {
    height: 90%;
    width: 90%;
    color: #333;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.product-item .logobrand {
    width: 84px;
    height: auto;
    align-self: flex-start;
    margin: 8px;
}

.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 .first-row {
    width: 90%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.product-item .first-row > * {
    margin: 0 10px 0 0;
}

.product-item .compare-item {
    font-size: 0.8em;
    display: flex;
    display: -webkit-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;
}

.category-list .product-item .photo-item {
    margin-top: 5px;
    width: 90px;
    height: 90px;
    padding: 8px;
    font-size: 0.8em;
    flex: 0 0 100px;
}

.product-item .photo-item {
    margin-top: 10px;
    width: 120px;
    height: 120px;
}

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

.category-list .product-item .name-item {
    text-align: left;
    padding: 15px;
    font-size: 0.9em;
}

.price-item {
    color: var(--color-secondary);
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.price-item .curr {
    font-size: 0.6em;
    font-weight: 100;
}

#products-filters {
    width: 300px;
    min-height: 400px;
    position: relative;
    padding: 0px 20px 0 0;
}

/* Filtros Ocultables en desktop - seguirlo trabajando */

/*
#products-filters {
	width: 300px;
	min-height: 400px;
	position: relative;
	padding: 0px 20px 0 0;

	z-index: -1;
    height: auto;
    display: block;
    top: 0;
    position: relative;
    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 2s ease-out;
    background: #eee;
    z-index: 2;
    padding-left: 20px;
}

#products-filters.active {
	left: 0;
	width: 0;
	z-index: -1;
	padding: 0;
}
#products-filters .close {
	display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.filtertoggle {
    padding: 10px;
    display: flex;
display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-align: center;
    margin: auto;
}
*/
#products-filters .close, .filtertoggle {
    display: none;
}


.filter_applied img {
    width: 24px;
    height: 24px;
}

#searched-results {
    margin: 0 0 15px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
}
#searched-results h3 {
    opacity: 1;
    font-size: 15px;
}

#searched-results * {
    margin: 0 5px;
}

#searched-results span {
    font-style: italic;
}

#products-filters .filters {
    margin: 30px 0;
}

#products-filters h3 {
    font-weight: 700;
    font-size: 1.1em;
    margin: 15px 0 0 0;
    color: #333;
    opacity: 0.9;
}

#products-filters ul {
    padding:0;
    list-style:none;
    text-align:left;
    justify-content: flex-start;
    align-items: center;
}

#products-filters ul li {
}

#products-filters ul li a {
    line-height: 1.2em;
    display:block;
    color:#555;
    padding:7px 0;
    font-size: 1.0em;
    font-weight: 100;
    opacity: 0.8;
}

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

.categorydescription > * {
    margin: 10px 0;
}

/* PRODUCTS END */

/* PRODUCT DETAIL */

#product-detail-wrap {
    margin:30px auto;
}

#product-detail-wrap #product-picture {
    height: 400px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 10px;
}

#product-detail-wrap #product-picture img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#product-detail-wrap #product-picture .logobrand {
    position: absolute;
    width: 100px;
    height: auto;
    top: 0;
    right: 0;
    align-self: flex-start;
    margin: 5px 0;
}

#product-detail-wrap #product-side {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding-right: 10px;
    text-align: justify;
}

#product-detail-wrap #product-side > * {
    margin: 16px 0;
}

#product-detail-wrap #product-side > h3 {
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    color: var(--color-primary);
    font-weight: 900;
    font-size: 2.5rem;
    margin-top: 0;
    line-height: 3.2rem;
}

#product-detail-wrap #product-side .price-item {
    gap: 10px;
    font-size: 2.4rem;
    line-height: 2.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#product-detail-wrap #product-side .price-item span.note {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.5rem;
}

#product-detail-wrap #product-side .price-item span.note.ml-q {
    margin-left: 90px;
}

#product-detail-wrap #product-side .price-item > .price-value {
    display: flex;
    flex-direction: row;
}

#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 > * img {
    height: 60px;
}

#product-detail-wrap #product-side .shipping-info {
    background-image: url('../images/icons/shipping.svg');
}

#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;
}
.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, form.mainform input[type=submit].btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    min-width: 200px;
    padding:5px 10px;
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 1rem;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn.disabledbtn, .btn.disabledbtn:hover {
    background-color: grey;
}

.btn * {
    margin: 0 4px;
}

.btn i {
    font-size: 20px;
}

.btn:hover {
    background-color: rgba(var(--color-primary-nav-rgb), 0.85);
}

.saveok {
    border: 1px solid var(--color-primary);
}

#product-detail-wrap .product-cols {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

#product-detail-wrap .product-cols > * {
    flex: 0 1 50%;
    max-width: 100%;
}

#product-detail-wrap .product-cols > * > * {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#product-detail-wrap #product-specs {
    /*      display: flex;
display: -webkit-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;
  width: 100%;*/
    column-width: 350px;
    column-gap: 30px;
}

#product-detail-wrap #product-specs .specs {
    font-size: 1rem;
    padding: 6px 0;
    margin: 0;
}

#product-detail-wrap #product-side .txtsmall {
    margin: 0;
}

#product-detail-wrap #product-side .specs {
    font-size: 0.8rem;
    line-height: 1rem;
    padding-bottom: 10px;
    margin: 0;
}

.product-list .product-specs {
    width: 90%;
    margin-bottom: 20px;
}

.product-list .product-specs .specs {
    font-size: 12px;
}

.specs {
    font-size: 1rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.specs {
    font-size: 1rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.specs:before {
    content: " ";
    font-size: 1em;
    display: flex;
    display: -webkit-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-related {
    width: 100%;
}


/* QUESTIONS */

#question_form {
    height: auto;
    max-width: 700px;
    flex-wrap: wrap;
    flex-direction: column;
}

#question_form .group {
    margin: 10px 0;
}

#question_form input:not([type="submit"]) {
    max-widthd: 700px;
}

#question_form input[type="submit"] {
    margin-top: 20px;
}

#questions_wrap {
    padding: 20px 0;
    font-size: 0.8rem;
}

#questions_wrap .question_wrap {
    padding: 20px 0;
    list-style-type: none;
    margin: 0;
}

#questions_wrap .question_wrap li {
    display: flex;
    align-items: center;
    padding: 6px 0 6px 25px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

#questions_wrap .question_wrap li.question {
    font-weight: 400;
    background-image: url('../images/icons/question-icon.png');
}

#questions_wrap .question_wrap li.answer {
    font-weight: 100;
    color: #888;
    background-image: url('../images/icons/answer-icon.png');
}

#questions_wrap .question_wrap li span {
    padding-left: 10px;
}

/* END QUESTIONS */



/* PRODUCT DETAIL END */

/* PRODUCT INNOVA AND MORE */

.product-more {
    position:relative;
    background: transparent;
    margin-top: 10px;
}

.sixcol-list, .sixcol-list.bar {
    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 */

/* 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: 50px;
    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;
    font-size: 0.8rem;
}

.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;
    max-width: 900px;
}

.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 {
    height: 80%;
    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 * {
    color: #000;
}
#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 */

/* 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 */

/* OTHER */

.resources .download {
    height: 25px;
    margin-right: 0;
}

.resources h4 {
    margin: 0;
}

#product-detail-wrap .bar .tablink {
    borders: 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;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
}

#sproduct-detail-wrap .bar .tablink.bgactive {
    color: #fff;
    background: var(--color-primary);
}

#product-detail-wrap .bar .tablink svg {
    height: 28px;
    width: 38px;
    transform: rotate(0deg);
    fill: var(--color-primary);
}

#product-detail-wrap .bar .tablink.bgactive svg {
    transform: rotate(180deg);
    fill: #fff;
}


#fabwrapper {
    position: fixed;
    bottom: 2vh;
    right: 2vw;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: end;
}

#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;
    display: -webkit-flex;
    align-items: center;
    color: #fff;
}

#whatsapp-msg {
    width: 50px;
}

#return-to-top {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    display: none;
    text-decoration: none;
    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 */

form.empresas.contactform.mainform {
    padding: 40px 0 0 0;
}

.contactinfo {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    list-style: none;
}

#contactwrap iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#contactwrap [class*="col"]:first-child {
    padding-right: 1%;
}

#contactwrap .g-recaptcha iframe {
    max-height: 80px;
    min-height: unset;
}

/*form contact */

/* INPUT MATERIAL */

.group {
    position:relative;
    margin-bottom:25px;
}
select option,select,.select2 {
    font-size: 15px;
    font-weight: 400;
}
input[type=checkbox] {
    display: inline;
}
input, textarea{
    font-size:15px;
    padding:10px 10px 10px 5px;
    display:block;
    width: 100%;
    border:none;
    border-bottom:1px solid var(--color-primary);
    background-color: transparent;
}
input:focus             { outline:none; }

/* LABEL ======================================= */
.group label {
    color:#999;
    font-size:15px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:8px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label,textarea:focus ~ label, input:valid ~ label,textarea:valid ~ label {
    top:-13px;
    font-size:13px;
}

input:valid:focus ~ label,textarea:valid:focus ~ label {
    color:var(--color-secondary);
}

/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block;}
.bar:before, .bar:after         {
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:var(--color-secondary);
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to    { width:0; background:transparent; }
}

/* END INPUT MATERIAL */

/* SELECT2 MATERIAL */

.pagarcontainer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
}

.pagarcontainer > *, form.mainform .pagarcontainer > input[type=submit] {
    margin-left: 10px;
    margin-top: 10px;
}

.pagarcontainer > img {
    width: 80px;
}

#checkoutform .select2-container--default .select2-selection--single {
    border: none;
}

#checkoutform .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
    color: #000;
    padding-top: 2px;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 100%;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: var(--color-secondary);
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: var(--color-secondary) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

/* END SELECT2 MATERIAL */


.mainform input[type=checkbox] + label {
    margin-left: 5px;
}

.loginwidget {
    border: 1px dotted #333;
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    max-width: 300px;
    align-items: center;
}

.loginwidget > * {
    margin: 5px auto;
}

.message {
    color: red;
    font-weight: 700;
    margin: 0;
}

.seldealer {
    line-height: 25px;
}

.dealer {
    font-size: 18px;
    color: var(--color-secondary);
    font-weight: 600;
}

.goback {
    display: inline-flex;
    align-items: center;
}

#checkoutform span {

}

#checkoutform iframe {
    min-height: 520px;
    /*height: 100%;*/
}

h4.subtitle {
    margin-bottom: 20px;
}

form.mainform {
    padding-top: 30px;
}

form.mainform textarea, form.mainform select, form.mainform .select2 {
    background-color: transparent;
    width: 100%;
    outline: none;
}

form.mainform textarea {
    padding: 10px;
}

form.mainform select, form.mainform .select2 {
    height: 40px;
    border: none;
    border-bottom:1px solid var(--color-primary);
}
form.mainform.contactform {
    padding: 0 0 0 40px;
}
form.mainform > div {
    clear: both;
    overflow: visible;
    min-height: 40px;
    margin: 0 0 40px 0;
}
form.mainform > div > fieldset > div > div {
    margin: 0 0 5px 0;
}
form.mainform > div > label,
legend {
    float: left;
    padding-right: 10px;
}
form.mainform > div > div,
fieldset {
    border: 0;
    padding: 0;
}

.leftformfield{width:48%; float:left; margin:0 2% 0 0;}
.rightformfield{width:48%; float:right; margin:0 0 0 2%;}

form.mainform input[type=checkbox] {
    width: 30px;
    height: 30px;
}

form.mainform input[type=submit],
form.mainform #saveForm {
    height: 40px;
    cursor: pointer;
    background: var(--color-secondary);
    color: #FFF;
    text-transform: uppercase;
    transition: background 0.3s ease;
    border: none;
    -webkit-appearance: none;
    font-size: 15px;
    width: 150px;
    margin-left: auto;
    border-radius: 5px;
}
form.mainform input[type=submit]:hover { background:var(--color-primary);transition: background 0.3s ease; -webkit-appearance: none;}
.tar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    align-items: center;
    justify-items: center;
    text-align: center;
    width: 320px;
    float: right;
}
.tar * {
    line-height: 20px;
}
form.mainform label.error {background:transparent;padding:3px; color:#FFF; font-size:1em;}

form.mainform input[type=text]:focus,
form.mainform input[type=email]:focus,
form.mainform input[type=url]:focus,
form.mainform input[type=password]:focus,
form.mainform textarea:focus {
    outline: 0;
    /*  border-color: #4697e4;*/
}

#contactformsent {
    line-height: 1.5em;
    font-size: 1.3em;
    font-weight: 600;
    padding: 40px 0;
}

.mercadopagologo {
    width: 80px;
}

.reviewpersonal {
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 16px;
}

/* END CONTACT */

/* CART */

.msgboxok {
    color: var(--color-primary);
    font-weight: 900;
}

.cartform {
    width: 100%;
    margin: 30px 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: 30px;
    max-width: 50px;
    height: auto;
    margin-right: 10px;
    display: flex;
    display: -webkit-flex;
}

.cartform tr td .itemname {
    color: #000;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.cartform tr td .subtotal {
    min-width: 70px;
}

.cartform tr td .delitem {
    height: 24px;
}

tr.cart_total_row td {
    border: none;
    font-size: 1.4em;
    font-weight: 900;
    padding: 10px 0;
}

#buyform {
    display: flex;
    display: -webkit-flex;
    font-size: 1rem;
}

.qty-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 41px;
    width: 60px;
    padding:5px 10px;
    background-color: #fff;
    color: #000;
    margin-left: 5px;
    font-size: 1.1em;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
}

.qty-cart.editqty {
    height: 50%;
    width: 70px;
}

.alreadyadded {
    font-size: 0.9rem;
    margin: 10px;
}

/* END CART */

/* REVIEWS */

.stars {color: #FFBF00; font-size: 15px;min-height: 20px;}

/* END REVIEWS */

/* WHATSAPP CONTACT */
.whatsapp-contact {
    background: var(--color-primary);
    width: 200px;
    color: white;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 20px;
}

.whatsapp-contact h3 {
    color: white;
    font-style: italic;
    font-size: 1em;
}

.whatsapp-contact ul {
    list-style: none;
    align-items: center;
}

.whatsapp-contact ul li {
    font-weight: bold;
    font-size: 0.9em;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 10px auto;
}

.whatsapp-contact img {
    width: 25px;
    height: 25px;
}
/* END WHATSAPP CONTACT */

/* MOBILE */

@media screen and (max-height: 760px) {
    #nav ul > li > ul {
	overflow: auto;
    }
}

@media screen and (max-width: 1200px) {
    .mid {width:96%;}
}

@media screen and (max-width: 991px) {
    :root {
	--n-columns-3: 3;
	--n-columns-4: 3;
	--n-columns-5: 3;
	--height-nav: 0px;
	--height-header-top: 95px;
	--color-primary: #A8AB15;
	--color-primary-rgb: 168,171,21;

    }

    #header-top {
	background: var(--color-primary);
    }

    #header-top #header-right {
	justify-content: end;
    }

    #header-top #searchform * {
	color: #fff;
    }

    #header-top #header-right a.cart-icon-top {
	opacity: 1;
    }

    #header-top #header-right a.cart-icon-top img {
	filter: invert(1);
    }

    #header-top > div {
	flex-wrap: wrap;
    }
    #header-top > div > * {
	flex: 0 0 50px;
    }
    #header-top > div > a.menutoggle {
	height: 45px;
    }
    #header-top > div > #logo {
	height: auto;
	flex: 0 1 50px;
    }

    #header-top > div > form {
	flex: 1 1 85%;
	margin: -5px 5px 0 5px;
	height: 35px;
	width: 100%;
	/*border: 0.5px solid #00000032;*/
    }

    #header-top > div > form input {
	/*background: #fff;*/
    }

    #header-top > div > #header-right {
	order: 2;
    }
    #header-top > div form input[type=image] {
	padding: 5px;
	opacity: 1;
    }

    #header-top #header-icons a#searchtoggle {
	display: flex;
	display: -webkit-flex;
    }

    #header-top #logoheader {
	display: block;
	flex: 0 1 90px;
	filter: brightness(0) invert(1);
    }

    #header-top .social {
	display: none;
    }

    #header-top #header-icons a.login-top {
	display: none;
    }

    #nav.active {
	left: 0;
    }

    #nav {
	height: 100%;
	--nav-width: 100%;
	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: #000;
	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;
	padding: 10px 15px;
    }
    #nav ul.mainmenu > li:first-of-type {
	margin-top: 30px;
    }
    #nav ul > li {
	flex-direction: column;
	margin: 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: grid;
	width: auto;
	height: unset;
	max-height: unset;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
    }

    #nav ul > li a {
	display:block;
	margin:0px;
	font-size:0.9rem;
	font-weight:400;
	text-decoration:none;
	padding:5px 0;
	text-transform:uppercase;
    }

    #nav ul > li > ul {
	display: none;
	box-shadow: none;
	position: relative;
	padding-left: 20px;
	top: 0;
    }
    #nav ul > li > ul > li {
	margin: 2px 0;
    }
    #nav ul > li > ul > li > a {font-size:0.7rem; padding: 3px 0;}
    #nav .mid .social {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
    }
    #nav .mid .social li {
	flex: 0 1 50px;
    }
    #nav .mid .social li.longsocial {
	flex: 1 1 100%;
    }
    #nav .mid .social li.longsocial a {
	height: auto;
    }
    #nav .mid .social li a {
	background-size: 20px;
	font-size: 0.9em;
	padding: 14px 0 6px 25px;
	margin-right: 20px;
	text-transform: none;
    }

    #nav ul > li > ul {
	background: rgba(0,0,0,0);
    }

    #logo {
	width: 200px;
	margin: 10px 0;
    }
    a.menutoggle {
	display: block;
	background-image: url('../images/icons/burguer-w.png');
	background-position: center;
	background-size: 28px;
	background-repeat: no-repeat;
	max-width: var(--height-header-top);
	height: var(--height-header-top);
    }
    #bread {
	padding: 15px 0 0 0;
	font-size: 0.8rem;
	line-height: 1.2rem;
    }
    [class*="col"] {
	margin: 10px 0;
	width: 100%;
    }
    .fourcol-list {
	width: 93%;
    }
    #homeintro {
	width: 80%;
    }
    #product-detail-wrap .product-cols {
	flex-direction: column;
    }
    #product-detail-wrap .product-cols #product-picture {
	order: -1;
	flex: 0;
	height: 300px;
	padding: 0;
    }
    #product-detail-wrap #product-side {
	padding: 0;
    }
    form.mainform.contactform {
	padding: 20px 0 0 0;
    }
    .fourcol-list {
	width: 95%;
    }
    .product-list {
	justify-content: center;
	/*grid-template-columns: repeat(auto-fit, minmax(200px, 250px));*/
    }
    #products-filters {
	height: 100%;
	left: -100%;
	width: 100%;
	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;
	background: #eee;
	z-index: 2;
	padding-left: 20px;
    }
    #products-filters.active {
	left: 0;
	width: 100%;
	z-index: 2;
    }
    #products-filters .close {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
    }
    .filtertoggle {
	padding: 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	text-align: center;
	margin: auto;
    }
    #footer > .about {
	line-height: 1.1rem;
    }
    .pagarcontainer {
	flex-direction: column;
	align-items: flex-start;
    }
    .pagarcontainer {
    }
    .reviewpersonal, .mainform > div > div.reviewpersonal {
	position: fixed;
	bottom: 0;
	width: 100vw;
	margin: 0;
	padding: 15px;
	left: 0;
	background: rgba(255,255,255,0.8);
    }
}

@media screen and (max-width: 768px) {
    :root {
	--n-columns-3: 2;
	--n-columns-4: 2;
	--n-columns-5: 2;
	--n-columns-6: 4;
    }

    #header-top > div > * {
	flex: 0 0 40px;
    }

    .cartform tr th:first-child, .cartform tr td:first-child {
	display: none;
    }

    .cartform tr th, .cartform tr td {
	font-size: 0.7rem;
    }

    .slide img.desk_show {
	display: none;
    }

    .slide img.mobile_show {
	display: block;
    }
}

@media screen and (max-width: 480px) {
    :root {
	--n-columns-3: 1;
	--n-columns-4: 1;
	--n-columns-5: 1;
	--n-columns-6: 3;
    }
    #header-top #header-icons a.login-top span {
	white-space: pre-wrap;
	margin: 0 5px;
	font-size: 11px;
    }
    #header-top #header-icons a, #header-top #header-right a {
	padding: 0;
    }

    #header-top > div > form {
	flex: 1 1 75%;
    }

    #header-top #header-right a.cart-icon-top span {
	right: 4px;
    }

    #header-top > div > * {
	flex: 0 0 30px;
    }
}
