<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Lato:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap');
@font-face {
    font-family: 'QuattrocentoSans-Bold';
    src: url('../fonts/QuattrocentoSans/QuattrocentoSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'QuattrocentoSans-Regular';
    src: url('../fonts/QuattrocentoSans/QuattrocentoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Assistant-Regular';
    src: url('../fonts/Assistant/Assistant-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/FontAwesome/fontawesome-webfont.eot");
    src: url("../fonts/FontAwesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg") format("svg");
}

a {
    color: #000000;
    text-decoration: none;
}

a:active,
a:focus,
input:focus,
.input-text:focus,
button {
    outline: none;
}

.hide {
    display: none !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.text-center {
    text-align: center!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.col-left {
    width: 20%;
}

.col-right {
    width: 20%;
}

.col-main {
    width: 80%;
}

#ui-datepicker-div {
    min-width: 250px;
}

.cms-page-view .std h1,
.cms-no-route .std h1,
.cms-page-view .std h2,
.cms-no-route .std h2,
.block-title h2,
.block-title h3,
.block-title strong {
    color: #444;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: none;
}

.cms-page-view .std h1 {
    color: #00642A;
}

.messages li li {
    padding: 15px 10px 15px 20px;
}


/**** Header ****/

#header {
    max-width: 100%;
    padding: 0;
    z-index: 1000;
    width: 100%;
    background: #282828 linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.cms-home #header {
    background: transparent;
    position: absolute;
}

.catalog-category-view #header,
.cms-bertazzoni #header,
.cms-lofra #header,
.cms-elica #header,
.cms-tecno #header,
.cms-liebherr #header {
    position: absolute;
    background: transparent;
}

#header .page-header-brands-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}

#header .page-header-brands-container .header-brands {
    background: rgba(85, 85, 85, 0.6);
    width: 600px;
    height: 60px;
    border-radius: 10px;
    text-align: center;
}

#header .page-header-brands-container .header-brands .brand {
    height: 53px;
}

#header .page-header-brands-container .header-brands .brand.active {
    display: inline-block;
}

#header .page-header-brands-container .header-brands .brand a {
    display: inline-block;
}

#header .page-header-brands-container .header-brands .brand a span {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url("../images/logos-peq.png");
    background-position-y: -40px;
    height: 53px;
    margin: 0 10px;
}

#header .page-header-brands-container .header-brands .brand a span:hover {
    background-position-y: 0;
}

#header .page-header-brands-container .header-brands .brand-liebherr a span {
    background-position-x: -28px;
    width: 125px;
}

#header .page-header-brands-container .header-brands .brand-bertazzoni a span {
    background-position-x: -178px;
    width: 125px;
}

#header .page-header-brands-container .header-brands .brand-lofra a span {
    background-position-x: -331px;
    width: 105px;
}

#header .page-header-brands-container .header-brands .brand-tecno a span {
    background-position-x: -468px;
    width: 115px;
}

#header .page-header-brands-container .header-brands .brand-elica a span {
    background-position-x: -605px;
    width: 67px;
}

#header .page-header-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 200px;
    height: 50px;
}

#header .page-header-container .logo-container {
    width: 190px;
    height: 100%;
    float: left;
}

#header .page-header-container .logo-container a {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    min-height: 100%;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: 10px;
}

#header .page-header-container .logo-container a img {
    max-width: 100%;
}

#header .page-header-container .marcas-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .page-header-container .marcas-container img {
    padding: 0px 20px;
}

#header .page-header-container .menu-container {
    width: 640px;
    height: 100%;
    float: left;
}

#header .page-header-container .menu-container .menu {
    height: 100%;
}

#header .page-header-container .menu-container .menu li {
    padding: 15px 10px;
    margin-right: 0;
}

#header .page-header-container .menu-container .menu li a {
    color: #eee;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}

#header .page-header-container .menu-container .menu li a.active,
#header .page-header-container .menu-container .menu li:hover a.active {
    font-weight: 500;
}

#header .page-header-container .search-account-cart-container {
    float: left;
    height: 100%;
    width: 200px;
}

#header .page-header-container .search-account-cart-container .menu {
    height: 100%;
}

#header .page-header-container .search-account-cart-container .menu li {
    margin: 20px;
}

#header .page-header-container .search-account-cart-container .menu li a {
    display: inline-block;
}

#header .page-header-container .search-account-cart-container .menu li .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
}

#header .page-header-container .search-account-cart-container .menu li.search a {
    cursor: pointer;
}

#header .page-header-container .search-account-cart-container .menu li.search .icon {
    background-image: url("../images/ic-busca.png");
}

#header .page-header-container .search-account-cart-container .menu li.account .icon {
    background-image: url("../images/ic-minhaconta.png");
}

#header .page-header-container .search-account-cart-container .menu li.account {
    padding: 15px 20px;
    margin: 0;
}

#header .page-header-container .search-account-cart-container .menu li.account:hover {
    background: #F3F3F3;
}

#header .page-header-container .search-account-cart-container .menu li.account:hover .icon {
    background-position-y: -33px;
}

#header .page-header-container .search-account-cart-container .menu .account .links {
    background: #F3F3F3;
    position: absolute;
    margin: 5px 0 0 -20px;
    display: none;
    z-index: 1000;
    padding: 10px 20px;
}

#header .page-header-container .search-account-cart-container .menu .account:hover .links {
    display: block;
}

#header .page-header-container .search-account-cart-container .menu .account .links li {
    margin: 10px;
}

#header .page-header-container .search-account-cart-container .menu .account .links a,
#header .page-header-container .search-account-cart-container .menu .account .links span {
    color: #585858;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

#header .page-header-container .search-account-cart-container .menu li.cart .icon {
    background-image: url("../images/ic-carrinho.png");
}

#header .page-header-desktop.fixed {
    background: #272727;
    position: fixed;
    width: 100%;
    z-index: 1000;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: padding .3s ease;
    top: 0;
    left: 0;
}

#header .page-header-desktop.fixed .page-header-brands-container {
    display: none;
}

#header .page-header-desktop.fixed .page-header-container {
    height: 75px;
}

.desktop-search-container {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.desktop-search-container.active {
    display: block;
}

.desktop-search-container #search {
    width: 600px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    color: #999999;
    font-weight: 300;
    padding: 10px 150px 10px 50px;
    background: url("../images/busca.png") no-repeat 15px #fff;
}

.desktop-search-container #search_mini_form .input-box {
    position: relative;
    height: 60px;
    width: 660px;
    margin: 0 auto;
    margin-top: 10%;
}

.desktop-search-container #search_mini_form .close {
    display: block;
    float: right;
    font-size: 40px;
}

.desktop-search-container #search_mini_form .close a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-image: url("../images/ico-fechar.png");
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    padding: 5px;
}

.desktop-search-container #search_mini_form .search-button {
    text-indent: 0;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    width: 150px;
    background: url('../images/fdo-pesquisar.png') no-repeat;
    margin: 5px 0;
    position: absolute;
    top: 0;
    right: 60px;
}

.desktop-search-container #search_mini_form .search-button:before {
    content: none;
}

.items-in-cart {
    background: #fff;
    padding: 2px 7px;
    border-radius: 10px;
    position: relative;
    top: 8px;
    left: 20px;
    font-weight: 600;
    color: #00642A;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

#header .page-header-container .menu-container .menu li .menu-rollover {
    display: none;
    background: #FBFBFB;
    z-index: 1000;
    width: 100%;
    left: 0;
    position: fixed;
    margin: 20px 0;
    padding: 50px;
}

#header .page-header-container .menu-container .menu li .ajuda-menu {
    display: none;
    background: rgba(255, 255, 255, 0.99);
    z-index: 1000;
    width: 255px;
    margin-top: 15px;
    padding: 10px;
    position: absolute;
    margin-left: -10px;
}

#header .page-header-container .menu-container .menu li:hover .ajuda-menu,
#header .page-header-container .menu-container .menu li.active .ajuda-menu {
    display: block;
}

#header .page-header-container .menu-container .menu li .ajuda-menu .links li,
#header .page-header-container .menu-container .menu li .ajuda-menu .links li:hover {
    text-align: left;
    margin: 10px;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.99);
}

#header .page-header-container .menu-container .menu li .ajuda-menu .links li a {
    color: #585858;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

#header .page-header-container .menu-container .menu li:hover,
#header .page-header-container .menu-container .menu li.active {
    background: #FBFBFB;
}

#header .page-header-container .menu-container .menu li:hover a,
#header .page-header-container .menu-container .menu li.active a {
    color: #00642A;
    font-weight: 400;
}

#header .page-header-container .menu-container .menu li:hover .menu-rollover,
#header .page-header-container .menu-container .menu li.active .menu-rollover {
    display: block;
}

#header .page-header-container .menu-container .menu li .menu-rollover ul {
    width: 1090px;
    margin: 0 auto;
}

#header .page-header-container .menu-container .menu li .marcas-menu.menu-rollover ul,
#header .page-header-container .menu-container .menu li .onde-encontrar-menu.menu-rollover ul {
    width: 872px;
}

#header .page-header-container .menu-container .menu li .menu-rollover li,
#header .page-header-container .menu-container .menu li .menu-rollover li:hover {
    display: inline-block;
    padding: 0;
    margin: 5px;
    border: 1px solid #ddd;
    width: 208px;
    height: 285px;
    float: left;
}

#header .page-header-container .menu-container .menu li .menu-rollover li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.adegas a {
    background-image: url("../images/categ-adegas.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.refrigeradores a {
    background-image: url("../images/categ-refrigeradores.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.umidor-de-charutos a {
    background-image: url("../images/categ-umidor.jpg");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.lava-loucas a {
    background-image: url("../images/categ-lavaloucas.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.cook-tops a {
    background-image: url("../images/categ-cooktops.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.range-tops a {
    background-image: url("../images/categ-rangetops.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.fornos a {
    background-image: url("../images/categ-fornos.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.fornos-combinados a {
    background-image: url("../images/categ-micro-ondas.jpg");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.fogoes a {
    background-image: url("../images/categ-fogoes.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.coifas a {
    background-image: url("../images/categ-coifas.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.outlet-premium a {
    background-image: url("../images/categ-outletpremium.png");
}

#header .page-header-container .menu-container .menu li .menu-rollover li.conheca-produtos a {
    background: url("../images/menu-conheca-produtos.jpg") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.fale-especialista a {
    background: url("../images/menu-fale-especialista.jpg") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.solicite-orcamento a {
    background: url("../images/menu-solicite-orcamento.jpg") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.sketchup a {
    background: url("../images/menu-biblioteca-sketchup.png") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.mnk a {
    background: url("../images/menu-mnk.png") 13px center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.manuais a {
    background: url("../images/menu-manuais.png") center 60px no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.folders a {
    background: url("../images/menu-folder.png") center 40px no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.servicos-autorizados a {
    background: url("../images/menu-manuais.png") center 60px no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.revendedores a {
    background: url("../images/menu-revendedores.jpg") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.sac a {
    background: url("../images/menu-sac.jpg") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.garantia a {
    background: url("../images/menu-garantia.png") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.extensao a {
    background: url("../images/menu-extensao-garantia.png") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.receitas a {
    background: url("../images/menu-receitas.jpg") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li.faqs a {
    background: url("../images/menu-faq.png") center no-repeat;
}

#header .page-header-container .menu-container .menu li .menu-rollover li a span {
    color: #333;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 17px;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 208px;
    position: relative;
    top: 215px;
    line-height: 22px;
    padding: 0 20px;
}

#header .page-header-container .menu-container .menu li .menu-rollover .submenu li {
    display: inline-block;
    padding: 0;
    margin: 0 21px 20px 21px;
    border: none;
    width: 230px;
    height: 30px;
    background: none;
    text-transform: uppercase;
}

#header .page-header-container .menu-container .menu li .menu-rollover .submenu li.active {
    border-bottom: 2px solid #00642A;
}

#header .page-header-container .menu-container .menu li .menu-rollover .submenu li.active:before {
    content: '';
    border: solid 9px transparent;
    border-top-color: #00642A;
    margin-top: 30px;
    position: absolute;
    margin-left: 105px;
}

#header .page-header-container .menu-container .menu li .menu-rollover .submenu li.active:after {
    content: '';
    border: solid 9px transparent;
    border-top-color: rgba(255, 255, 255, 0.98);
    margin-top: 28px;
    position: absolute;
    margin-left: -125px;
}

#header .page-header-container .menu-container .menu li .menu-rollover .submenu li a {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #565656;
    height: 100%;
}

#header .page-header-container .menu-container .menu li .menu-rollover .submenu li.active a,
#header .page-header-container .menu-container .menu li .menu-rollover .submenu li:hover a {
    color: #00642A;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista {
    width: 1090px;
    height: 584px;
    margin: 50px auto;
    background: url("../images/fundo-fale-com-especialista.jpg");
    border: 1px solid #ddd;
    padding: 20px 15px;
    text-align: left;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista p,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista span {
    text-align: left;
    width: 700px;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    color: #585858;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .livechat_button {
    display: inline-block;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .title {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .subtitle {
    color: #595959;
    font-size: 16px;
    font-weight: 500;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .phone,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .livechat_button a {
    font-weight: 500;
    color: #00A427;
    font-size: 16px;
    text-decoration: none;
    font-family: "Ubuntu", sans-serif;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista ul {
    text-align: left;
    width: 700px;
    height: 100px;
    padding: 0 40px;
    font-size: 16px;
    color: #585858;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista ul li,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista ul li:hover {
    display: list-item;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: auto;
    background: none;
    text-align: left;
    list-style-type: disc;
    line-height: 22px;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista #contactForm,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista #contactForm4 {
    padding: 0 10px;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .form-list {
    text-align: left;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .fields {
    width: 600px;
    float: left;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field {
    width: 23%;
    float: left;
    padding-right: 5px;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field-nome,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field-telefone,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field-button {
    width: 27%;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field-captcha {
    width: 55%;
    margin-top: 9px;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field label {
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field input,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field input:hover,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field select,
#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field select:hover {
    height: 38px;
    border: 1px solid #585858;
    border-radius: 5px;
    margin: 0;
    padding: 0 10px;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field input.validation-failedm #header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field select.validation-failed {
    border-color: #f00;
}

#header .page-header-container .menu-container .submenu-content-fale .fale-com-especialista .field button {
    background: #01A72B;
    padding: 20px 0;
    width: 175px;
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    text-transform: uppercase;
}

#header .page-header-container .menu-container .menu li .marcas-menu li.lofra a {
    background: url("../images/marca-lofra.png") center 55px no-repeat;
}

#header .page-header-container .menu-container .menu li .marcas-menu li.tecno a {
    background: url("../images/marca-tecno.png") center 55px no-repeat;
}

#header .page-header-container .menu-container .menu li .marcas-menu li.liebherr a {
    background: url("../images/marca-liebherr.png") center 55px no-repeat;
}

#header .page-header-container .menu-container .menu li .marcas-menu li.elica a {
    background: url("../images/marca-elica.png") center 45px no-repeat;
}

#header .page-header-container .menu-container .menu li .marcas-menu li.bertazzoni a {
    background: url("../images/marca-bertazzoni.png") center 30px no-repeat;
}

#header .page-header-container .menu-container .menu li .marcas-menu li a span {
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
    top: 125px;
}

#header .page-header-container .menu-container .menu li .produtos-menu li a {
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

#header .page-header-container .menu-container .menu li .produtos-menu li a span {
    height: 35px;
    top: 248px;
    padding: 0;
}

.cms-home .std .messages {
    z-index: 2000;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

.cms-home .std .messages li {
    margin: 0;
}


/**** Main Container ****/

.cms-home .main-container {
    max-width: 100%;
    padding: 0 !important;
}

.main-container {
    position: relative;
    min-height: 400px;
}

.onestepcheckout-index-index .main-container {
    padding: 0 30px 30px 30px;
}

.footer-container {
    position: relative;
}

#main-banner {
    width: 100%;
    margin-bottom: 50px;
}

#category-banner {
    width: 100%;
    margin-bottom: 30px;
}

#main-banner img,
#category-banner img {
    width: 100%;
}

#main-banner .degrade,
#category-banner .degrade {
    width: 100%;
    height: 170px;
    background: linear-gradient(#0B0B0B, rgba(0, 0, 0, 0));
    z-index: 100;
    position: absolute;
}

#main-banner .items {
    width: 100%;
    margin-top: -6px;
}

#main-banner .items ul {
    height: 90px;
}

#main-banner .items ul li {
    margin: 0;
    height: 100%;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 21px;
    cursor: pointer;
    font-weight: 300;
    background: #F8F8F8;
    color: #696969;
}

#main-banner .items ul li.active,
#main-banner .items ul li:hover {
    background: #EEE;
    color: #00642A;
}

#main-banner .items ul li:not(.last) {
    border-right: 1px solid #ddd;
}

#main-banner .items ul li a,
#main-banner .items ul li a:hover {
    display: flex;
    padding: 0;
    color: #000000;
    text-decoration: none;
}

#main-banner .items ul li .description {
    max-width: 205px;
    min-width: 150px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    word-spacing: 5px;
}

#sec-banner {
    width: 100%;
}

#sec-banner .row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#sec-banner .row .banner {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

#sec-banner img {
    width: 100%;
}

#sec-banner .arrow {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 19px transparent;
    position: absolute;
    top: 44%;
}

#sec-banner .arrow-left {
    border-right-color: #fff;
    right: 0px;
}

#sec-banner .arrow-right {
    border-left-color: #fff;
    left: 0px;
}

#sec-banner .description {
    max-width: 80%;
}

#sec-banner .description a {
    color: #444444;
    font-size: 25px;
    line-height: 33px;
    font-family: 'QuattrocentoSans-Bold';
    text-decoration: none;
}

.category-banner-block .banner-empty,
.cms-bertazzoni .banner-empty,
.cms-elica .banner-empty,
.cms-liebherr .banner-empty,
.cms-lofra .banner-empty,
.cms-tecno .banner-empty {
    min-height: 143px;
    max-width: 100%;
    padding: 0;
    z-index: 1000;
    width: 100%;
    background: #282828;
}

#category-banner .items ul {
    margin: 20px 0 0 0;
}

#category-banner .items ul li {
    background: #CCCCCC;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin: 0 8px !important;
    cursor: pointer;
}

#category-banner .items ul li.active,
#category-banner .items ul li:hover {
    background: #676767;
}

.compare-block {
    position: fixed;
    top: 250px;
    right: 0;
    background: #1C3172;
    background-image: url("../images/ico-compare.png");
    background-repeat: no-repeat;
    background-position: center 35px;
    padding: 10px;
    z-index: 100;
    min-height: 138px;
    min-width: 120px;
}

.compare-block.open {
    background-image: none;
}

.compare-block .compare-block-content {
    display: none;
}

.compare-block.open .compare-block-content {
    display: flex;
    align-items: center;
}

.compare-block span {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    font-size: 15px;
    top: 70px;
    line-height: 16px;
    left: 0;
    text-align: center;
}

.compare-block.open span {
    display: none;
}

.compare-block a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.compare-block a.toggle {
    text-decoration: none;
    cursor: pointer;
    background-color: #1C3172;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: -10px;
    left: -15px;
    border-radius: 20px;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
}

.compare-block a.toggle i::before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-style: normal;
    font-size: 24px;
    position: absolute;
    top: -6px;
    left: 7px;
}

.compare-block.open a.toggle i::before {
    content: "\f105";
    left: 9px;
}

.compare-block .img {
    background: #fff;
    display: block;
    margin: 5px 0;
}

.compare-block .img img {
    margin: 0 auto;
}

.compare-block a.link-remove-compare {
    text-decoration: none;
    cursor: pointer;
    background-image: url("../images/ico-fechar.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    color: transparent;
    padding: 5px;
}

.compare-block .link-compare {
    color: #fff;
    text-decoration: none;
    float: left;
    border-radius: 20px;
    padding: 5px 15px;
    background: #213E8E;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
}

.compare-block ul {
    float: left;
    max-width: 300px;
}

.compare-block ul li {
    line-height: 16px;
    width: 80px;
    min-height: 130px;
    margin: 0 10px;
    float: left;
    text-align: center;
}

.dashboard .welcome-msg .hello a {
    color: #585858;
}

.breadcrumbs {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

.breadcrumbs li strong,
.breadcrumbs li a,
.breadcrumbs li a:hover {
    font-size: 15px;
    text-transform: none;
    text-decoration: none;
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.breadcrumbs i,
.breadcrumbs i:hover {
    font-size: 21px;
    color: #585858;
}

.breadcrumbs .breadcrumb-right {
    width: 6px;
    height: 12px;
    padding: 0;
    background: url("../images/flecha-migalha.png") no-repeat;
    margin: 5px 15px;
}

.category-title {
    float: left;
}

.category-description {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: 10px 0 0 0;
}

.note-msg {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.toolbar {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    float: right;
}

.toolbar select {
    border: 1px solid #CDCDCD;
    padding: 6px;
    border-radius: 10px;
    width: 150px;
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/seta-select.png") no-repeat calc(100% - 10px) #fff;
    cursor: pointer;
}

.category-title h1 {
    font-size: 20px;
    text-transform: none;
    color: #777;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.category-title span {
    font-size: 15px;
    text-transform: none;
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
}

.sidebar .block-layered-nav .state {
    display: none;
}

.category-products .block-layered-nav .block-title,
.category-products .block-layered-nav .block-subtitle,
.category-products .block-layered-nav dl {
    display: none;
}

.block-layered-nav,
.block-content,
.state {
    float: left;
    width: 100%;
    margin: 0;
}

.category-products .block-layered-nav {
    margin: 15px 0 0 0;
}

.block-layered-nav .actions {
    width: 90px;
    text-align: left;
    height: 50px;
    padding: 5px 10px 6px;
    background: #007631;
    float: left;
    margin: 0;
}

.block-layered-nav .actions .ico-close {
    width: 20px;
    position: relative;
    float: right;
    height: 20px;
    top: -25px;
    left: 24px;
    background: url("../images/ico-fechar-filtros.png") 25px;
}

.block-layered-nav .actions a {
    color: #fff;
    text-decoration: none;
}

.block-layered-nav .actions a span {
    font-weight: 600;
}

.block-layered-nav .currently {
    float: left;
}

.block-layered-nav .currently .btn-remove {
    margin: 0;
    border: none;
    top: 10px;
    left: 30px;
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
    background: url("../images/ico-fechar-filtros.png") -15px;
}

.block-layered-nav .currently .btn-remove:after {
    content: none;
}

.block-layered-nav .currently ol {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.block-layered-nav .currently ol li {
    float: left;
    border: 1px solid #CDCDCD;
    padding: 5px 30px 6px 10px;
    margin: 0 5px 5px 0;
    font-family: "Lato";
    font-size: 15px;
    color: #777;
    line-height: 18px;
    white-space: nowrap;
    min-height: 50px;
}

.block-layered-nav .currently ol li .label {
    font-weight: 600;
}

.block-layered-nav input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #585858;
    border-radius: 5px;
    margin-bottom: -4px;
    margin-right: 5px;
}

.block-layered-nav input[type="checkbox"]:disabled {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.block-layered-nav input[type="checkbox"]:after {
    position: relative;
    display: none;
    content: '\2713\0020';
    color: #007631;
    font-size: 20px;
    line-height: 0.8;
}

.block-layered-nav input[type="checkbox"]:checked:after {
    display: block;
}

.block-layered-nav input[type="checkbox"]:disabled:after {
    border-color: #7b7b7b;
}

.category-products .children {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.category-products .children .title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #777;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.category-products .children .description {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #777;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.products-grid {
    float: left;
}

.products-grid .item {
    border: 1px solid #fff;
    margin: 20px 20px 10px 0;
    padding: 5px;
    width: 292px !important;
    min-height: 650px;
    height: auto;
}

.products-grid .item:hover {
    border: 1px solid #fff;
}


.products-grid&gt;li {
    margin: 10px !important;
}

.products-grid .item .short-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;   
}

.products-grid .item .product-info {
    padding: 10px 10px 0 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #585858;
    text-align: center;
    min-height: 95px !important;
}

.products-grid .item .product-info a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #585858;
    text-transform: none;
    line-height: 18px;
}

.products-grid .item .product-image,
.products-grid .item .product-image:hover {
    border: none;
}

.products-grid .item .price-box .price {
    color: #111;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    line-height: 18px;
}

.products-grid .item .price-box .price.original-price {
    text-decoration: line-through;
}

.products-grid .item .layer-button {
    margin: 0;
    padding: 0;
    text-align: center;
}

.products-grid .item .layer-button .flags {
    width: 100%;
    color: #000000;
    display: inline-block;
    line-height: 20px;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-grid .item .layer-button .flags span {
    width: 100%;
    float: left;
    line-height: 28px;
    font-size: 15px;
}

.products-grid .item .layer-button a {
    display: inline-block;
    margin: 10px auto;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #444;
    text-decoration: none;
}

.products-grid .item .layer-button .product-name {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    width: 100%;
    display: block;
    margin: 80px 0 20px 0;
    text-transform: none;
    line-height: 20px;
    height: 40px;
}

.products-grid .item .layer-button .short-description {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    width: 100%;
    display: block;
    height: 95px;
    overflow: hidden;
}

.products-grid .item .layer-button .view-product {
    display: block;
    text-transform: uppercase;
    width: 200px;
    margin: 10px auto;
    padding: 18px;
    color: #fff;
    border: 1px solid #000000;
    background-color: #000000;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.products-grid .item .layer-button .view-product:hover {
    color: #fff;
    border: 1px solid #000000;
    background-color: #000000;
}

.products-grid .item .price-box {
    font-size: 14px;
    margin: 10px 0;
}

.products-grid&gt;li:nth-child(3n+1) {
    clear: left;
}

.block-layered-nav .block-title {
    margin-bottom: 10px;
}

.block-layered-nav .block-title strong span {
    color: #007631;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.block-layered-nav .block-content&gt;dl&gt;dt,
.block-layered-nav .block-content&gt;dl&gt;dt:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #007631;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
}

.block-layered-nav .block-content&gt;dl&gt;dt:before {
    padding-right: 5px;
    font-size: 20px;
}

.block-layered-nav .block-content&gt;dl&gt;dd {
    padding: 0 0 10px 0;
    border: none;
}

#narrow-by-list .block-button-filter {
    display: none;
}

.block-layered-nav dl span,
.block-layered-nav dl a {
    color: #585858;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 0 !important;
    line-height: 24px;
    text-decoration: none;
    background: none;
}

.block-layered-nav .count {
    color: #a0a0a0;
}

.sidebar #narrow-by-list.no-display {
    display: block !important;
}

#narrow-by-list .block-subtitle {
    display: none;
}

.products-slider ul {
    margin: 0 auto;
    width: 890px;
    max-width: 90%;
    float: none;
}

.products-slider h1 {
    text-transform: none;
    color: #585858;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-weight: 400;
}

.slick-custom-arrow,
.slick-custom-arrow:hover {
    font-size: 36px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border-radius: 50px;
    outline: none;
    background: #dddddd;
    color: #585858;
    z-index: 999;
}

.slick-custom-arrow.prev-arrow {
    left: -100px;
    padding: 3px 14px;
}

.slick-custom-arrow.next-arrow {
    right: -75px;
    padding: 3px 18px;
}

.slick-custom-arrow.prev-arrow-home {
    left: 30px;
    padding: 3px 14px;
}

.slick-custom-arrow.next-arrow-home {
    right: 30px;
    padding: 3px 18px;
}

.catalog-product-compare-index .page-title {
    width: 70%;
    margin: 0 auto;
    height: 120px;
}

.catalog-product-compare-index .page-title h1 {
    margin: 10px 0;
    border: none;
    color: #585858;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    text-transform: none;
}

.catalog-product-compare-index .link-print {
    background: url("../images/ico-print.png") no-repeat 25px #A2CB23;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px 12px 70px;
    border-radius: 30px;
    float: left;
}

.catalog-product-compare-index .data-table th {
    text-transform: none;
    background: none;
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
}

.catalog-product-compare-index .data-table td {
    border: 1px solid #fff;
    background: #EBF0F4;
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: center;
}

.catalog-product-compare-index .data-table td .price-box span {
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.catalog-product-compare-index .data-table .product-image-row td {
    background: #fff;
}

.catalog-product-compare-index .data-table .product-image-row td img {
    margin: 0 auto;
}

.catalog-product-compare-index .data-table .product-stock-row td {
    background: #fff;
    line-height: 0;
}

.catalog-product-compare-index .data-table .product-stock-row td span {
    color: #4C8443;
    text-transform: uppercase;
    background: url("../images/fundo-flag.png") no-repeat;
    padding: 8px 10px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.catalog-product-compare-index .data-table .product-name-row {
    height: 70px;
}

.catalog-product-compare-index .data-table .product-name-row td {
    background-color: #1C648B;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #fff;
    vertical-align: middle;
}

.catalog-product-compare-index .data-table .product-attributes-row td .bullet {
    background: #1C648B;
    padding: 10px;
    position: absolute;
    border-radius: 10px;
    margin: 0 -10px;
}

.catalog-product-compare-index .data-table .product-name-row td.col1,
.catalog-product-compare-index .data-table .product-attributes-row td.col1 .bullet {
    background-color: #1C648B;
}

.catalog-product-compare-index .data-table .product-name-row td.col2,
.catalog-product-compare-index .data-table .product-attributes-row td.col2 .bullet {
    background-color: #68903D;
}

.catalog-product-compare-index .data-table .product-name-row td.col3,
.catalog-product-compare-index .data-table .product-attributes-row td.col3 .bullet {
    background-color: #B34A47;
}

.catalog-product-compare-index .data-table .product-name-row td.col4,
.catalog-product-compare-index .data-table .product-attributes-row td.col4 .bullet {
    background-color: #D99849;
}

.catalog-product-compare-index .data-table .product-name-row td.col5,
.catalog-product-compare-index .data-table .product-attributes-row td.col5 .bullet {
    background-color: #2A85D0;
}

.catalog-product-compare-index .data-table .product-attributes-row td.col1 {
    background-color: #EBF0F4;
}

.catalog-product-compare-index .data-table .product-attributes-row td.col2 {
    background-color: #F1F4ED;
}

.catalog-product-compare-index .data-table .product-attributes-row td.col3 {
    background-color: #F6EAEA;
}

.catalog-product-compare-index .data-table .product-attributes-row td.col4 {
    background-color: #FFF5EB;
}

.catalog-product-compare-index .data-table .product-attributes-row td.col5 {
    background-color: #E9F3FC;
}

.catalog-product-compare-index .data-table .product-shop-row td {
    background: #fff;
}

.catalog-product-compare-index .data-table .product-attributes-row td a {
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: center;
}

.catalog-product-compare-index .data-table .product-attributes-row td.ico-pdf {
    background-image: url("../images/ico-pdf.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 25px 25px 25px 58px;
}

.catalog-product-compare-index .data-table .product-shop-row td button {
    display: block;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 10px auto;
    padding: 16px 10px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #000000;
    background: linear-gradient(#000000 45%, #000000);
}

@media print {
    .catalog-product-compare-index .link-print,
    .catalog-product-compare-index .data-table .product-shop-row td button {
        display: none;
    }
    .catalog-product-compare-index .page-title {
        height: 50px;
    }
    .catalog-product-compare-index .data-table td {
        color: #000 !important;
    }
    .catalog-product-compare-index .data-table .product-attributes-row td .bullet {
        background: #000 !important;
    }
}

.cms-page-view .breadcrumbs {
    border: none;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.cms-page-view .breadcrumbs li strong {
    font-weight: 600;
}

.cms-page-view .page-title,
.cms-page-view .std {
    max-width: 970px;
    margin: 0 auto;
}

.cms-page-view .page-title h1 {
    text-align: center;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #333;
}

.cms-page-view .std h2 {
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #585858;
    margin: 60px 0 30px 0;
    padding: 0 30px;
}

.cms-page-view .std h2.first {
    margin: 30px 0 30px 0;
}

.cms-page-view .std p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #585858;
    margin-bottom: 20px;
}

.cms-page-view .std a {
    color: #00A526;
    text-decoration: none;
    word-break: break-word;
}

.cms-page-view .std .text-head {
    padding: 30px 30px 10px 30px;
    background-color: #F7F7F7;
    float: left;
}

.cms-page-view .std .text-head p,
.cms-page-view .std .text-head span,
.cms-page-view .std .text-head a {
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
}

.cms-page-view .std .text-head strong,
.cms-page-view .std .text-content strong {
    font-weight: 600;
}

.cms-page-view .std .text-content {
    padding: 0 0 20px 0;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.cms-page-view .std .text-content p {
    padding: 0 30px;
}

.cms-page-view .std .text-content ul {
    margin-left: 50px;
}

.cms-page-view .std .text-content li {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #585858;
    list-style: none;
}

.cms-page-view .std .text-content h2 {
    margin: 50px 0 30px 0;
}

.cms-page-view .block-2column {
    float: left;
    width: 50%;
    text-align: left;
}

.cms-page-view .std .arquivos-marca {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.cms-page-view .std .arquivos-marca h1 {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-size: 20px;
    color: #777;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.cms-page-view .std .arquivos-marca ul {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.cms-page-view .std .arquivos-marca ul li {
    display: inline;
    width: 17%;
    margin: 1.5%;
    float: left;
}

.cms-page-view .std .arquivos-marca ul li a,
.cms-page-view .std .arquivos-marca ul li a:hover {
    text-decoration: none;
    font-style: normal;
    padding-bottom: 15px;
    font-size: 15px;
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.cms-page-view .std .arquivos-marca ul li a img {
    margin: 0 auto 10px auto;
    border: 1px solid #585858;
}

.cms-page-view .std .arquivos-marca ul li a span {
    max-width: 140px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.cms-page-view .form-suporte {
    width: 100%;
    float: left;
    padding: 20px;
}

.cms-page-view .form-suporte form h1 {
    padding-left: 10px;
}

.cms-page-view .form-suporte form .input-box {
    float: left;
    margin-right: 20px;
    max-width: 22%;
    width: 200px;
}

.cms-page-view .form-suporte form .input-box.small {
    width: 115px;
}

.cms-page-view .form-suporte form .input-box label {
    font-size: 15px;
    color: #777;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.cms-page-view .form-suporte form .input-box select {
    text-transform: capitalize;
}

.cms-page-view .form-suporte form .input-box button {
    display: block;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 25px 0 0 0;
    padding: 3px 20px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #000000;
    background: linear-gradient(#000000 45%, #000000);
}

.cms-page-view .form-suporte-resultados {
    width: 100%;
    float: left;
    padding: 0 20px;
    margin-bottom: 30px;
}

.cms-page-view .form-suporte-resultados h1 {
    color: #00642A;
    margin-bottom: 0;
    padding: 0 30px;
}

.cms-page-view .form-suporte-resultados .resultado {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 20px 30px;
}

.cms-page-view .form-suporte-resultados .resultado div {
    width: 50%;
    float: left;
}

.cms-page-view .form-suporte-resultados .resultado div span {
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.cms-page-view .form-suporte-resultados .resultado div span.nome {
    font-weight: 600;
}

.cms-onde-encontrar-servicos-autorizados .main-container,
.cms-onde-encontrar-revendedores .main-container {
    max-width: 100%;
    padding: 30px 0;
}

.cms-onde-encontrar-servicos-autorizados .main-container .map,
.cms-onde-encontrar-revendedores .main-container .map {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.cms-onde-encontrar-servicos-autorizados .main-container .map iframe,
.cms-onde-encontrar-revendedores .main-container .map iframe {
    width: 100%;
    height: 560px;
}

.cms-page-view .contact-form {
    padding: 10px 35px;
}

.cms-page-view .contact-info {
    padding: 20px 0;
}

.cms-page-view .contact-form p {
    max-width: 100%;
}

.cms-page-view .contact-form ul {
    list-style: none;
    float: left;
    max-width: 100%;
    margin-left: 0 !important;
}

.cms-page-view .contact-form ul li {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #585858;
}

.cms-page-view .contact-form ul li label {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #585858;
    padding-left: 5px;
}

.cms-page-view .contact-form ul li label.required:after {
    display: none;
}

.cms-page-view .contact-form ul li label em {
    display: block;
    float: right;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #585858;
}

.cms-page-view .std .text-content .contact-form .required-fields {
    text-align: left;
    float: left;
    width: 100%;
    font-style: italic;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
}

.cms-page-view .std .text-content .contact-form p.title {
    padding: 0;
    margin: 5px 0;
    font-weight: 600;
    font-size: 17px;
    color: #00642A;
}

.cms-page-view .std .text-content .contact-form .input-note {
    text-align: left;
    width: 100%;
    font-style: italic;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cms-page-view .std .text-content .contact-form .form-list .field {
    margin-bottom: 20px;
}

.cms-page-view .std .text-content .contact-form .form-list .fields .field {
    width: 50%;
    float: left;
    padding-left: 8px;
}

.cms-page-view .std .text-content .contact-form .form-list .fields .field-estado {
    width: 35%;
}

.cms-page-view .std .text-content .contact-form .form-list .fields .field-cidade {
    width: 65%;
}

.cms-page-view .std .text-content .contact-form .form-list .fields .field.first {
    padding-left: 0;
    padding-right: 8px;
}

.cms-page-view .std .text-content .contact-form .form-list .fields.entrega .field {
    width: 33%;
}

.cms-page-view .std .text-content .contact-form .form-list .fields.entrega .field.first {
    padding: 0;
}

.cms-page-view .std .text-content .contact-form .input-box {
    padding: 0;
}

.cms-page-view .std .text-content .contact-form .input-box input,
.cms-page-view .std .text-content .contact-form .input-box textarea {
    border-radius: 5px;
    width: 100%;
    height: 35px;
    background: #f7f7f7;
    border: 1px solid #676767;
}

.cms-page-view .std select {
    border-radius: 5px;
    width: 100%;
    height: 34px;
    border: 1px solid #666666;
    padding: 4px 6px;
    color: #585858;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("../images/seta-select.png") no-repeat calc(100% - 10px) center #f7f7f7;
    cursor: pointer;
    margin-top: 0;
}

.cms-page-view .std .text-content .contact-form .input-box textarea {
    height: 200px;
}

.cms-page-view .std .text-content .contact-form .validation-failed {
    border: 1px solid #FF0000 !important;
    background-color: #FEF0EF !important;
}

.cms-page-view .std .text-content .contact-form .validation-advice {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #FF0000;
}

.cms-page-view .std .text-content .contact-form .buttons-set {
    border: none;
    padding: 0 50px;
}

.cms-page-view .std .text-content .contact-form .buttons-set button.button {
    display: block;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 0 auto;
    padding: 18px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #000000;
    background: linear-gradient(#000000 45%, #000000);
}

.cms-page-view .std .text-content .contact-info p {
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    margin: 30px 0;
    padding: 0 25px;
}

.cms-page-view .std .text-content .contact-info p a {
    color: #585858;
    font-weight: 600;
}

.cms-page-view .std .text-content .contact-info img {
    padding-left: 25px;
    max-width: 100%;
}

.cms-page-view .std .text-content .contact-info p img {
    padding: 5px 0;
}

.cms-page-view .footer-marca {
    max-width: 1030px;
    margin: 0 auto;
}

.cms-page-view .footer-marca .left {
    width: 30%;
    float: left;
    text-align: center;
}

.cms-page-view .footer-marca .right {
    width: 70%;
    float: left;
    text-align: center;
}

.cms-page-view .footer-marca span {
    font-size: 15px;
    text-decoration: none;
    color: #585858;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.cms-page-view .footer-marca ul {
    list-style: none;
    margin: 20px auto;
    width: 480px;
    max-width: 100%;
    height: 72px;
}

.cms-page-view .footer-marca ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

.cms-page-view .footer-marca .left ul {
    background: url("../images/fundo-marca.png") no-repeat;
    width: 250px;
    height: 72px;
    margin: 20px auto;
}

.cms-page-view .footer-marca .left ul li a {
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    width: 100%;
    display: block;
    height: 100%;
}

.cms-page-view .footer-marca .left ul li a.bertazzoni {
    background-image: url("../images/logo-marca-bertazzoni.png");
}

.cms-page-view .footer-marca .left ul li a.elica {
    background-image: url("../images/logo-marca-elica.png");
}

.cms-page-view .footer-marca .left ul li a.lofra {
    background-image: url("../images/logo-marca-lofra.png");
}

.cms-page-view .footer-marca .left ul li a.liebherr {
    background-image: url("../images/logo-marca-liebherr.png");
}

.cms-page-view .footer-marca .left ul li a.tecno {
    background-image: url("../images/logo-marca-tecno.png");
}

.cms-page-view .footer-marca .right ul li {
    float: left;
    width: 150px;
    max-width: 33%;
    background: #333;
    padding: 9px;
    margin: 0 5px;
    border-radius: 8px;
}

.cms-page-view .footer-marca .right ul li a {
    display: block;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/logos-peq.png");
    background-position-y: -41px;
    color: transparent;
    margin: 0 auto;
}

.cms-page-view .footer-marca .right ul li a:hover {
    background-position-y: -1px;
}

.cms-page-view .footer-marca .right ul li a.bertazzoni {
    background-position-x: -179px;
    width: 123px;
}

.cms-page-view .footer-marca .right ul li a.elica {
    background-position-x: -606px;
    width: 65px;
}

.cms-page-view .footer-marca .right ul li a.lofra {
    background-position-x: -333px;
    width: 102px;
}

.cms-page-view .footer-marca .right ul li a.liebherr {
    background-position-x: -25px;
}

.cms-page-view .footer-marca .right ul li a.tecno {
    background-position-x: -469px;
    width: 113px;
}

.cms-page-view .main-container iframe {
    max-width: 100%;
}

.galeria-de-projetos .projeto {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.galeria-de-projetos .projeto h1 {
    color: #00642A;
    font-family: 'Lato-Light';
    font-size: 29px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}

.galeria-de-projetos .projeto .main-image {
    width: 99.35vw;
    max-width: 1911px !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.galeria-de-projetos .projeto .main-image img {
    margin: 0 auto;
}

.galeria-de-projetos .projeto .main-image p {
    margin: 10px auto;
    max-width: 800px;
    width: 100%;
    padding: 10px;
    line-height: 16px;
}

.galeria-de-projetos .slider-nav .slick-list {
    max-width: 800px;
    margin: 0 auto;
}

.galeria-de-projetos .slider-nav .nav-item {
    padding: 0 5px;
    cursor: pointer;
}


/**** Footer ****/

.footer-container {
    max-width: 100%;
    padding: 0;
    background: #fff;
}

.footer-container .skip-footer {
    width: 100%;
    border-top: 1px solid #ddd;
    float: left;
}

.footer-container .footer {
    background-color: #fff;
    border-top: none;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
}

.footer-container .footer a,
.footer-container .footer span,
.footer-container .footer label {
    font-weight: 300;
    font-size: 17px;
    color: #666;
    font-family: 'Ubuntu', sans-serif;
}

.footer-container .footer .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-container .footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 0;
}

.footer-container .footer #footer_links ul,
.footer-container .footer #footer_social ul {
    text-transform: uppercase;
    margin: 0;
    height: 45px;
}

.footer-container .footer .block-subscribe {
    width: 100%;
    margin: 0;
}

.footer-container .footer .block-subscribe .input-box {
    float: left;
    width: 78%;
    padding-top: 0;
}

.footer-container .footer .block-subscribe .input-text {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-style: italic;
    font-size: 17px;
}

.footer-container .footer .block-subscribe label {
    padding: 0;
    margin-bottom: 1px;
    width: 48%;
    justify-content: left;
}

.footer-container .footer .block-subscribe .form-group {
    width: 52%;
}

.footer-container .footer .block-subscribe .actions {
    float: left;
    width: 22%;
    margin: 0;
}

.footer-container .footer .block-subscribe .actions .button {
    background: #444;
    background-image: url("../images/bto-ir.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 22.5px 28px;
    border-radius: 3px;
    margin: 0 5px;
}

.footer-container .footer #footer_telephones .telephone {
    margin-bottom: 15px;
    background: url("../images/ic-telefone.png") no-repeat 0 7px;
    padding-left: 30px;
    float: left;
    width: 100%;
}

.footer-container .footer #footer_telephones .telephone.whatsapp {
    background: url("../images/ico-instagram.png") no-repeat 0;
}

.footer-container .footer #footer_telephones .telephone .title {
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.footer-container .footer #footer_telephones .telephone a {
    font-weight: 500;
    font-size: 26px;
    text-decoration: none;
}

.footer-container .footer #footer_payment,
.footer-container .footer #footer_secure {
    margin-bottom: 20px;
}

.footer-container .footer #footer_payment .title,
.footer-container .footer #footer_secure .title {
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.footer-container .footer #footer_payment img {
    max-width: 100%;
}

#lcqualitybadge {
    text-align: right;
    padding: 0 15px;
}

#lcqualitybadge svg {
    max-width: 100%;
}

.footer-container .footer-text {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.footer-container .footer_copyright {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 22px 0 21px 0;
    display: inline-flex;
    justify-content: center;
}

.footer-container .footer_copyright div {
    padding: 0 10px;
}

.product-view .entrega-modal {
    display: none;
}

.product-view .entrega-modal.active {
    display: grid;
    justify-content: center;
}

.product-view .entrega-modal {
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
}

.product-view .entrega-agendada {
    background: #fff;
    width: 790px;
    height: 564px;
    margin-top: 5%;
}

.product-view .entrega-agendada .entrega-content-modal {
    padding: 5%;
}

.product-view .entrega-agendada .entrega-content-modal p {
    padding-bottom: 2%;
}

.product-view .entrega-agendada .close {
    font-size: 50px;
    background: transparent;
    float: right;
    position: relative;
    right: 10px;
    border: none;
}

.modal-aviso-compra {
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.modal-aviso-compra.active {
    display: grid;
    justify-content: center;
}

.modal-aviso-compra .modal-content {
    background: #fff;
    max-width: 100%;
    width: 400px;
    height: 230px;
    margin-top: 25%;
    padding: 30px;
}

.modal-aviso-compra .modal-content .texto {
    font-size: 16px;
    text-align: center;
}

.modal-aviso-compra .modal-content .texto a {
    color: #666;
    font-weight: bold;
}

.modal-aviso-compra .button {
    background: none;
    margin: 10px 0;
    width: 100%;
}

.modal-aviso-compra .button button {
    background-position-x: center;
    text-indent: 0;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    width: 110px;
    color: #fff;
    border: 1px solid #000000;
    background: linear-gradient(#000000 45%, #000000);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 14px;
}


/* Checkout */

#header.page-header-checkout {
    background: none;
    border: none;
}

#header.page-header-checkout .page-header-container {
    padding: 0;
    width: 1200px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}

#header.page-header-checkout .page-header-container .secure-container {
    width: 190px;
    height: 100%;
    float: right;
    background: url("../images/site-seguro.png") no-repeat center;
    background-size: 190px;
}

#header.page-header-checkout .page-header-container .secure-container img {
    width: 100%;
    margin: 10px 0;
}

.header-top {
    background: #fff;
    border-bottom: 3px solid #999999;
}

.header-navigation {
    margin: 20px 0 0 0;
}

.bs-wizard {
    display: flex;
    justify-content: center;
}

.bs-wizard&gt;.bs-wizard-step {
    padding: 0;
    position: relative;
    text-align: center;
}

.bs-wizard&gt;.bs-wizard-step .bs-wizard-stepnum {
    color: #888888;
    font-size: 12px;
    margin: 23px 17px 0 17px;
    text-transform: uppercase;
}

.bs-wizard&gt;.bs-wizard-step.complete .bs-wizard-stepnum {
    color: #cccccc;
}

.bs-wizard&gt;.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard&gt;.bs-wizard-step&gt;.bs-wizard-dot {
    position: absolute;
    width: 42px;
    height: 42px;
    display: block;
    background: #CDCDCD;
    top: 0px;
    left: 50%;
    margin-left: -21px;
    border-radius: 50%;
}

.bs-wizard&gt;.bs-wizard-step&gt;.bs-wizard-dot i {
    display: none;
}

.bs-wizard&gt;.bs-wizard-step.check&gt;.bs-wizard-dot i,
.bs-wizard&gt;.bs-wizard-step.active&gt;.bs-wizard-dot i {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
    background: #000000;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px;
    color: #fff;
}

.bs-wizard&gt;.bs-wizard-step.check&gt;.bs-wizard-dot i {
    background: #CDCDCD;
}

.bs-wizard&gt;.bs-wizard-step&gt;.progress {
    position: relative;
    border-radius: 0px;
    height: 4px;
    box-shadow: none;
    margin: 20px 0;
    background: #CDCDCD;
}

.bs-wizard&gt;.bs-wizard-step&gt;.progress&gt;.progress-bar {
    width: 0px;
    box-shadow: none;
    background-color: #e9e9e9;
}

.bs-wizard&gt;.bs-wizard-step.complete&gt;.progress&gt;.progress-bar {
    width: 100%;
}

.bs-wizard&gt;.bs-wizard-step.active&gt;.progress&gt;.progress-bar {
    width: 50%;
}

.bs-wizard&gt;.bs-wizard-step:first-child.active&gt;.progress&gt;.progress-bar {
    width: 0%;
}

.bs-wizard&gt;.bs-wizard-step:last-child.active&gt;.progress&gt;.progress-bar {
    width: 100%;
}

.bs-wizard&gt;.bs-wizard-step.disabled&gt;.bs-wizard-dot {
    background-color: #E3E3E3;
    width: 18px;
    height: 18px;
    margin-top: 6px;
}

.bs-wizard&gt;.bs-wizard-step.disabled&gt;.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard&gt;.bs-wizard-step:first-child&gt;.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard&gt;.bs-wizard-step:last-child&gt;.progress {
    width: 50%;
}

.bs-wizard&gt;.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.customer-account-create .button,
.customer-account-login .button {
    border: 1px solid #000000;
    background: linear-gradient(#000000 45%, #000000);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: normal;
    font-family: "Lato";
    line-height: 24px;
}

.customer-account-login .page,
.customer-account-create .page,
.checkout-cart-index .page {
    background: #eeeeee;
}

.checkout-cart-index .cart .page-title {
    margin-bottom: 15px;
    border-bottom: none;
}

.checkout-cart-index .cart .page-title {
    display: none;
}

.checkout-cart-index .cart-table {
    font-family: "Lato";
    background: #fff;
    width: 100%;
    border: 1px solid #D9D9D9;
}

.checkout-cart-index .cart-table tfoot {
    display: none;
}

.checkout-cart-index .cart-table tr {
    border: none;
}

.checkout-cart-index .cart-table thead th {
    border: none;
    font-family: "Lato";
    padding: 15px;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
    color: #999;
    font-size: 16px;
}

.checkout-cart-index .cart-table tbody td {
    border: none;
    font-family: "Lato";
    padding: 15px;
    border-bottom: 1px dotted #d9d9d9;
}

.checkout-cart-index .cart-table .price {
    font-weight: 600;
}

.checkout-cart-index .cart-table .product-name {
    font-weight: normal;
}

.checkout-cart-index .cart-table .product-cart-sku {
    display: none;
}

.checkout-cart-index .cart-table .product-cart-short-description {
    width: 100%;
    margin: 15px 0;
}

.checkout-cart-index .cart-table tbody td.product-cart-image {
    max-width: 110px;
}

.checkout-cart-index .cart-table .product-cart-image .product-image img {
    width: 110px;
    height: 110px;
    border: none;
    margin: 0 auto;
    max-width: 110px;
}

.checkout-cart-index .cart-table .product-cart-image .product-image {
    border: none;
}

.checkout-cart-index .cart-totals,
.cart-forms .discount,
.checkout-cart-index .cart-forms .giftcard,
.checkout-cart-index .cart-forms .shipping {
    background: #fff;
    border: 1px solid #d9d9d9;
    font-family: "Lato";
}

.checkout-cart-index .cart-totals-wrapper {
    padding: 0;
    width: 34%;
    float: left;
    clear: none;
}

.checkout-cart-index .cart-forms {
    width: 66%;
    float: left;
    padding: 0;
    clear: none;
}

.checkout-cart-index .cart-forms .discount,
.checkout-cart-index .cart-forms .shipping {
    width: 49%;
    float: left;
    margin-right: 1%;
    padding: 20px 10px;
}

.checkout-cart-index .cart .cart-totals table,
.checkout-cart-index .cart-forms .form-list label,
.checkout-cart-index #discount-coupon-form label,
.checkout-cart-index .cart .giftcard label {
    font-family: "Lato";
}

.checkout-cart-index .cart .cart-totals table tfoot strong span,
.checkout-cart-index .cart .cart-totals table tfoot span.price {
    font-family: 'Lato';
}

.checkout-cart-index .cart .cart-totals table tfoot td {
    width: 200px;
    padding: 0;
    text-align: right;
}

.checkout-cart-index .cart .cart-totals table tfoot {
    border: none;
}

.checkout-cart-index .shipping .form-list .shipping-postcode {
    width: 100%;
    margin: 0;
    padding: 0;
}

.checkout-cart-index #discount-coupon-form .input-text,
.checkout-cart-index .cart .giftcard .input-text,
.checkout-cart-index #discount-coupon-form .field-wrapper,
.checkout-cart-index .cart .giftcard .field-wrapper {
    width: 100%;
}

.checkout-cart-index #discount-coupon-form .button-wrapper,
.checkout-cart-index .cart .giftcard .button-wrapper {
    float: right;
}

.checkout-cart-index .shipping #co-shipping-method-form .sp-methods dd label:hover,
.checkout-cart-index .shipping #co-shipping-method-form .sp-methods dd label {
    background: #fff;
    border: none;
    font-style: initial;
    font-family: 'Lato';
}

.checkout-cart-index .shipping .sp-methods label span {
    font-family: 'Lato';
}

.checkout-cart-index .btn-remove {
    background-image: url("../images/ico-cart-excluir.png");
    background-position: 0 0;
    width: 20px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: auto;
}

.cart-totals .btn-checkout {
    font-weight: 600 !important;
    font-size: 21px !important;
    padding: 15px 30px !important;
    margin-bottom: 15px !important;
}

.cart-totals .btn-more-products,
.cart-totals .btn-more-products:hover {
    border: 1px solid #717171;
    background: linear-gradient(#717171 45%, #3B3B3B);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: normal;
    font-family: "Lato";
}

.checkout-cart-index .col1-layout .col-main {
    width: 100%;
}

.onestepcheckout-index-index .page {
    background: #EEEEEE;
}

.onestepcheckout-index-index .onestepcheckout-title-description {
    display: none;
}

.onestepcheckout-index-index .opc {
    background: #fff;
    border-radius: 15px;
}

.onestepcheckout-index-index .opc .section .step-title,
.onestepcheckout-index-index .opc .section.active .step-title {
    border-radius: 15px 15px 0 0;
    border-top: none;
    border-bottom: 0;
    padding: 15px;
    background: #D9D9D9;
}

.onestepcheckout-index-index .opc .section .step-title .number {
    display: none !important;
}

.onestepcheckout-index-index .opc .section.allow .step-title:hover h2,
.onestepcheckout-index-index .opc .section.active .step-title h2 {
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #666;
    font-size: 17px;
}

.onestepcheckout-index-index label {
    font-family: "Lato";
    font-weight: normal;
    color: #585858;
}

.onestepcheckout-index-index .required .required {
    display: none;
}

.onestepcheckout-index-index .btn-proceed-checkout,
.onestepcheckout-index-index .btn-proceed-checkout:hover {
    width: 80%;
    margin: 5% 10%;
    padding: 15px;
    border-radius: 20px;
    font-size: 20px;
    background-image: linear-gradient(#008337, #01662C);
    font-family: "Lato";
    font-weight: normal;
}

.onestepcheckout-index-index .input-box input,
.onestepcheckout-index-index .input-box select {
    border-radius: 5px;
    border: 1px solid #999;
    height: 34px;
}

.onestepcheckout-index-index .input-text:focus {
    border: 1px solid #007531;
}

.onestepcheckout-index-index .input-box input.validation-failed,
.onestepcheckout-index-index .input-box select.validation-failed {
    border: 1px solid #df280a;
}

.onestepcheckout-cart-table thead {
    display: none;
}

.onestepcheckout-cart-table tfoot td,
.onestepcheckout-cart-table tfoot th {
    border-bottom: none;
    padding: 5px 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
}

.onestepcheckout-cart-table .product-name {
    min-width: 140px;
}

#mundipagg_boleto #boleto {
    float: left;
}

#mundipagg_boleto #boleto img {
    float: left;
    padding-right: 10px;
}

.footer-container-checkout {
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
    background: #fff;
}

.footer-container-checkout .footer .secure-text {
    color: #666;
    width: 615px;
    margin: 0 auto;
    font-size: 13px;
    max-width: 100%;
}

.footer-container-checkout .footer .secure-text img {
    float: left;
    width: 110px;
    margin-top: 25px;
}

.footer-container-checkout .footer .secure-text span {
    font-weight: 400;
    margin-left: 15px;
    float: left;
}

.footer-container-checkout .footer .secure-text ul {
    margin-top: 5px;
    float: left;
}

.footer-container-checkout .footer .secure-text ul li {
    /* background-image: url("../images/seguro-seta.png");
    background-repeat: no-repeat;
    background-size: 20px; */
    padding: 0 0 0 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    font-family: 'Ubuntu', sans-serif;
}

.footer-container-checkout .footer address {
    border: none;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    font-family: 'Ubuntu', sans-serif;
}

.mundipagg-standard-cancel .page,
.mundipagg-standard-fcancel .page,
.mundipagg-standard-partial .page,
.mundipagg-standard-success .page,
.checkout-onepage-success .page,
.checkout-onepage-failure .page {
    background: #EEEEEE;
    margin: 0;
}

.mundipagg-standard-cancel .col-main,
.mundipagg-standard-fcancel .col-main,
.mundipagg-standard-partial .col-main,
.mundipagg-standard-success .col-main,
.checkout-onepage-success .col-main,
.checkout-onepage-failure .col-main {
    text-align: left;
    color: #636363;
}

.mundipagg-standard-cancel .col-main p,
.mundipagg-standard-fcancel .col-main p,
.mundipagg-standard-partial .col-main p,
.mundipagg-standard-success .col-main p,
.checkout-onepage-success .col-main p,
.checkout-onepage-failure .col-main p {
    margin-bottom: 20px;
    font-size: 19px;
}

.mundipagg-standard-cancel .col-main p a,
.mundipagg-standard-fcancel .col-main p a,
.mundipagg-standard-partial .col-main p a,
.mundipagg-standard-success .col-main p a,
.checkout-onepage-success .col-main p a,
.checkout-onepage-failure .col-main p a {
    font-weight: bold;
    color: #000000;
}

.mundipagg-standard-cancel .buttons-set button,
.mundipagg-standard-fcancel .buttons-set button,
.mundipagg-standard-partial .buttons-set button,
.mundipagg-standard-success .buttons-set button,
.checkout-onepage-success .buttons-set button {
    background-position-x: center;
    text-indent: 0;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    height: 52px;
    color: #fff;
    border: 1px solid #000000;
    background: linear-gradient(#000000 45%, #000000);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-transform: none;
    font-weight: 400;
    padding: 0 25px;
    float: none;
}

.checkout-onepage-failure .buttons-set button {
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    color: #636363;
    border: none;
    background: none;
    text-transform: none;
    font-weight: bold;
    padding: 0 25px;
    float: none;
}

.mundipagg-standard-cancel .buttons-set,
.mundipagg-standard-fcancel .buttons-set,
.mundipagg-standard-partial .buttons-set,
.mundipagg-standard-success .buttons-set,
.checkout-onepage-success .buttons-set,
.checkout-onepage-failure .buttons-set {
    margin: 75px 0 10px 0;
    text-align: center;
}

.mundipagg-standard-cancel .col-main h1,
.mundipagg-standard-fcancel .col-main h1,
.mundipagg-standard-partial .col-main h1,
.mundipagg-standard-success .col-main h1,
.checkout-onepage-success .col-main h1,
.checkout-onepage-failure .col-main h1 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.mundipagg-standard-cancel .col-main h2,
.mundipagg-standard-fcancel .col-main h2,
.mundipagg-standard-partial .col-main h2,
.mundipagg-standard-success .col-main h2,
.checkout-onepage-success .col-main h2,
.checkout-onepage-failure .col-main h2 {
    font-size: 23px;
    text-transform: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}

@media (max-width: 1260px) {
    /**** Header ****/
    #header .page-header-desktop,
    #header .page-header-desktop div {
        display: none;
    }
    #header .page-header-mobile {
        display: block;
    }
    #header .page-header-mobile .menu-container {
        width: 100%;
        padding: 10px 20px;
    }
    #header .page-header-mobile .menu-container ul {
        margin: 0;
    }
    #header .page-header-mobile .menu-container ul li .icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        background-repeat: no-repeat;
    }
    #header .page-header-mobile .menu-container ul li.logo {
        max-width: 100%;
        min-height: 100%;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        min-width: 100px;
        text-align: left;
    }
    #header .page-header-mobile .menu-container ul li.logo img {
        max-width: 100%;
        max-height: 30px;
        margin: 0 auto;
        padding: 0 5px 0 25px;
    }
    #header .page-header-mobile .menu-container ul li.menu-hamb a {
        display: block;
        width: 29px;
        height: 29px;
    }
    #header .page-header-mobile .menu-container ul li.menu-hamb .icon {
        background-image: url("../images/menu-hamburguer.png");
        margin-top: 5px;
    }
    #header .page-header-mobile .menu-container ul li.menu-hamb.active .icon {
        background-image: url("../images/ico-fechar.png");
        margin: 0;
    }
    #header .page-header-mobile .menu-container ul li.account {
        margin-right: .5rem;
    }
    #header .page-header-mobile .menu-container ul li.account {
        margin-right: 5px;
        padding: 10px;
    }
    #header .page-header-mobile .menu-container ul li.account .icon {
        background-image: url("../images/ic-minhaconta.png");
        margin-top: 5px;
    }
    #header .page-header-mobile .menu-container ul li.account.active {
        background: #F3F3F3;
    }
    #header .page-header-mobile .menu-container ul li.account.active .icon {
        background-position-y: -33px;
    }
    #header .page-header-mobile .menu-container ul li.account .links {
        background: #F3F3F3;
        position: absolute;
        margin: 0 0 0 -120px;
        display: none;
        z-index: 1000;
        padding: 10px;
    }
    #header .page-header-mobile .menu-container ul li.account.active .links {
        display: block;
    }
    #header .page-header-mobile .menu-container ul li.account .links li {
        margin: 10px;
    }
    #header .page-header-mobile .menu-container ul li.account .links a {
        color: #585858;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 400;
        text-decoration: none;
    }
    #header .page-header-mobile .menu-container ul li.cart .icon {
        background-image: url("../images/ic-carrinho.png");
    }
    #header .page-header-mobile .search-container {
        width: 100%;
        padding: 0 20px;
    }
    #header .page-header-mobile .search-container .search-button {
        background-color: #008337;
        width: 55px;
        height: 45px;
        border-radius: 0 3px 3px 0;
    }
    #header .page-header-mobile .search-container #search {
        border-radius: 3px;
        height: 45px;
        background-color: #EEEEEE;
        color: #979797;
        font-weight: 500;
        font-style: italic;
        font-size: 18px;
    }
    #header .page-header-mobile .search-container .search-button:before {
        background: url("../images/ic-busca.png") no-repeat center;
    }
    #header .page-header-brands-container {
        padding: 0;
    }
    #header .page-header-brands-container .header-brands {
        background: #434343;
        border-radius: 0;
        width: 100%;
        height: 40px;
        margin: 0 auto;
    }
    #header .page-header-brands-container .header-brands .brand a span {
        height: 20px;
        background-size: 500px;
        margin: 10px 0;
    }
    #header .page-header-brands-container .header-brands .brand a span:hover {
        background-position-y: -11.5px;
    }
    #header .page-header-brands-container .header-brands .brand-liebherr a span {
        width: 90px;
        background-position-x: -21px;
    }
    #header .page-header-brands-container .header-brands .brand-bertazzoni a span {
        width: 90px;
        background-position-x: -127px;
    }
    #header .page-header-brands-container .header-brands .brand-tecno a span {
        background-position-x: -335px;
        width: 80px;
    }
    #header .page-header-brands-container .header-brands .brand-elica a span {
        background-position-x: -432px;
        width: 47px;
    }
    #header .page-header-brands-container .header-brands .brand-lofra a span {
        background-position-x: -237px;
        width: 75px;
    }
    #header,
    .cms-home #header,
    .catalog-category-view #header,
    .cms-bertazzoni #header,
    .cms-elica #header,
    .cms-lofra #header,
    .cms-liebherr #header,
    .cms-tecno #header {
        background: #282828;
        position: inherit;
        height: 180px;
    }
    #search_mini_form .close {
        display: none;
    }
    .menu-hamburger {
        z-index: 1000;
        position: absolute;
        background: #282828;
        margin: 0;
        padding: 20px 10px;
        min-height: 600px;
        width: 100%;
        display: none;
    }
    .menu-hamburger.active {
        display: block;
    }
    .menu-hamburger .menu li {
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        border-bottom: 1px solid #353535;
        padding: 10px 0;
        font-size: 16px;
        cursor: pointer;
        background-image: url("../images/seta-fechado.png");
        background-repeat: no-repeat;
        background-position: right 18px;
    }
    .menu-hamburger .menu li span {
        width: 100%;
        display: block;
    }
    .menu-hamburger .menu li.active {
        background-image: url("../images/seta-aberto.png");
        border-bottom: none;
    }
    .menu-hamburger .submenu {
        display: none;
    }
    .menu-hamburger .active .submenu {
        display: block;
    }
    .menu-hamburger .submenu li {
        background: #353535;
        margin: 5px 0;
        padding: 10px 10px 5px 10px;
    }
    .menu-hamburger .submenu li a {
        color: #eee;
        display: block;
        width: 100%;
        height: 100%;
    }
    .menu-hamburger .submenu-marcas {
        margin-top: 10px;
    }
    .menu-hamburger .submenu-marcas li {
        width: 100%;
        height: 100px;
        background: no-repeat center #fff;
        margin: 0;
        padding: 0;
    }
    .menu-hamburger .submenu-marcas li.lofra {
        background-image: url("../images/marca-lofra.png");
    }
    .menu-hamburger .submenu-marcas li.tecno {
        background-image: url("../images/marca-tecno.png");
    }
    .menu-hamburger .submenu-marcas li.liebherr {
        background-image: url("../images/marca-liebherr.png");
    }
    .menu-hamburger .submenu-marcas li.elica {
        background-image: url("../images/marca-elica.png");
    }
    .menu-hamburger .submenu-marcas li.bertazzoni {
        background-image: url("../images/marca-bertazzoni.png");
    }
    .menu-hamburger .submenu-marcas li a {
        color: transparent;
        width: 100%;
        height: 100%;
        display: block;
    }
    .menu-hamburger .submenu-links {
        margin-top: 20px;
    }
    .menu-hamburger .submenu-links li {
        background: none;
        border: none;
        margin: 5px 10px;
        padding: 0;
    }
    /**** Main Container ****/
    .cms-onde-encontrar-servicos-autorizados .main-container,
    .cms-onde-encontrar-revendedores .main-container {
        max-width: 1260px;
        padding: 15px;
    }
    .products-grid .item {
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
        border: none;
        margin: 0 !important;
    }
    .breadcrumbs {
        display: block;
    }
    .category-title h1 {
        float: left;
        padding: 0 5px 10px 0;
    }
    .category-title .number-products {
        float: left;
        font-size: 16px;
    }
    .category-title .number-products:before {
        content: "(";
    }
    .category-title .number-products:after {
        content: ")";
    }
    .category-banner-block .banner-empty,
    .cms-bertazzoni .banner-empty,
    .cms-elica .banner-empty,
    .cms-liebherr .banner-empty,
    .cms-lofra .banner-empty,
    .cms-tecno .banner-empty {
        min-height: 0;
    }
    .block-layered-nav .block-subtitle--filter,
    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #eee;
        color: #017630;
        border-radius: 5px;
        width: 170px;
        padding: 10px;
        text-transform: none;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        float: left;
    }
    .block-layered-nav .block-content&gt;dl&gt;dd {
        display: block;
    }
    .block-layered-nav .block-subtitle--filter:after,
    .block-layered-nav .block-subtitle--filter:hover:after,
    .block-layered-nav .block-subtitle--filter.active:after,
    .block-layered-nav .block-content.accordion-open&gt;dl&gt;dt.current:after,
    .block-layered-nav .block-content&gt;dl&gt;dt:after {
        content: none;
    }
    .block-layered-nav .block-title {
        display: none;
    }
    #narrow-by-list,
    #narrow-by-list2 {
        border: none;
        padding: 0;
        clear: both;
    }
    #narrow-by-list {
        width: 100%;
        background: #fff;
        padding: 0;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 2000;
        height: 100%;
        overflow-y: scroll;
    }
    .sidebar #narrow-by-list.no-display {
        display: none !important;
    }
    #narrow-by-list .block-subtitle {
        display: block;
        width: 100%;
        border-radius: 0;
        text-transform: uppercase;
        background-color: #008838;
        color: #fff;
        padding: 20px;
        font-size: 20px;
        margin: 0 0 10px 0;
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        float: left;
    }
    #narrow-by-list dt,
    #narrow-by-list dd {
        padding: 5px 10px;
    }
    #narrow-by-list .close {
        text-decoration: none;
        cursor: pointer;
        background-image: url(../images/ico-fechar.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 29px;
        color: transparent;
        width: 29px;
        height: 29px;
        z-index: 1000;
        float: right;
        position: relative;
        margin-right: 10px;
    }
    #narrow-by-list .block-button-filter {
        display: block;
        position: sticky;
        bottom: 0;
        background: #01b22e;
        width: 100%;
        height: 60px;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        margin-top: 20px;
    }
    #narrow-by-list .block-button-filter a {
        display: block;
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        z-index: 1000;
    }
    #chat-widget-container {
        z-index: 1999 !important;
    }
    .products-slider h1 {
        margin-bottom: 80px;
        font-size: 25px;
    }
    .slick-custom-arrow.prev-arrow {
        left: 0;
        top: 150px;
    }
    .slick-custom-arrow.next-arrow {
        right: 0;
        top: 150px;
    }
    .slick-custom-arrow.prev-arrow-home {
        left: 10px;
        padding: 3px 14px;
    }
    .slick-custom-arrow.next-arrow-home {
        right: 10px;
        padding: 3px 18px;
    }
    .cms-page-view .std div,
    .cms-page-view .std p,
    .cms-page-view .std ul,
    .cms-page-view .std ul li {
        max-width: 100%;
    }
    .cms-page-view .block-2column {
        width: 100%;
        padding-bottom: 30px;
    }
    .cms-page-view .form-suporte form .input-box,
    .cms-page-view .form-suporte form .input-box.small {
        width: 100%;
        max-width: 100%;
    }
    .cms-page-view .form-suporte-resultados h1 {
        padding: 0 10px;
    }
    .cms-page-view .form-suporte-resultados .resultado {
        padding: 20px 10px;
    }
    .cms-page-view .form-suporte-resultados .resultado div {
        width: 100%;
        margin-bottom: 15px;
    }
    .cms-page-view .std .arquivos-marca ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .cms-page-view .footer-marca .left,
    .cms-page-view .footer-marca .right {
        width: 100%;
    }
    .cms-page-view .footer-marca ul {
        max-width: 310px;
    }
    .cms-page-view .footer-marca .right ul li {
        min-width: 141px;
        margin-bottom: 10px;
    }
    .cms-page-view .main-container iframe {
        height: auto;
    }
    /**** Footer ****/
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .footer-container .footer .row .footer-col-1,
    .footer-container .footer .row .footer-col-2,
    .footer-container .footer .row .footer-col-3,
    .footer-container .footer .row .footer-col-4,
    .footer-container .footer .row .footer-col-5,
    .footer-container .footer .row .footer-col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #footer_store_address {
        margin: 20px 0 40px 0;
        width: 250px;
    }
    #lcqualitybadge {
        text-align: left;
        padding: 0 0 30px 0;
    }
    .footer-container .footer .block-subscribe label {
        width: 100%;
    }
    .footer-container .footer .block-subscribe .form-group {
        width: 100%;
        margin: 10px 0 30px 0;
    }
    .footer-container .footer #footer_links ul {
        display: inline-block !important;
    }
    .footer-container .footer #footer_links ul li {
        width: 100%;
        max-width: 100%;
    }
    .footer-container .footer_copyright {
        display: inline-block;
    }
    .footer-container .footer_copyright div {
        width: 100%;
        float: left;
        padding: 0 0;
        margin-bottom: 20px;
    }
    .checkout-cart-index .main-container,
    .customer-account-login .main-container,
    .customer-account-create .main-container,
    .onestepcheckout-index-index .main-container {
        padding-top: 30px;
    }
    #header.page-header-checkout .page-header-container {
        display: grid;
        grid-template-columns: 100%;
        height: auto;
    }
    #header.page-header-checkout .page-header-container .marcas-container {
        order: 1;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
        padding: 10px 0;
    }
    #header .page-header-container .marcas-container img {
        padding: 0;
        margin: 0 auto;
    }
    #header .page-header-container .logo-container {
        display: none;
    }
    #header .page-header-container .logo-container a {
        margin-left: 15px;
    }
    #header.page-header-checkout .page-header-container .secure-container {
        background: url(../images/site-seguro-mobile.png) no-repeat center;
        background-size: 25px;
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        top: 25px;
    }
    #header.page-header-checkout {
        height: auto;
    }
    .header-top {
        border: none;
        background: #fff;
    }
    #header.page-header-checkout {
        background: #fff;
        border-bottom: 3px solid #999999;
    }
    .header-navigation {
        max-width: 100%;
        margin: 10px 0 20px 0;
    }
    .bs-wizard&gt;.bs-wizard-step .bs-wizard-stepnum {
        font-size: 12px;
        margin: 23px 5px 0 5px;
    }
    .checkout-cart-index .cart-table .product-cart-image .product-image img {
        width: auto;
        height: auto;
    }
    .footer-container-checkout .footer .secure-text img {
        display: none;
    }
    .footer-container-checkout .footer .secure-text {
        padding: 0 20px;
    }
    .footer-container-checkout .footer .copyright {
        padding: 20px 20px 50px 20px;
    }
    .checkout-cart-index .cart-forms .discount,
    .checkout-cart-index .cart-forms .shipping {
        width: 100%;
        float: left;
    }
    .checkout-cart-index .cart-forms,
    .checkout-cart-index .cart-totals-wrapper {
        width: 100%;
    }
    .checkout-cart-index .cart-table tbody td {
        border: none;
    }
    .mundipagg-standard-cancel .buttons-set button,
    .mundipagg-standard-fcancel .buttons-set button,
    .mundipagg-standard-partial .buttons-set button,
    .mundipagg-standard-success .buttons-set button,
    .checkout-onepage-success .buttons-set button,
    .checkout-onepage-failure .buttons-set button {
        font-size: 20px;
    }
    .galeria-de-projetos div {
        max-width: unset !important;
    }
    .galeria-de-projetos .slider-nav .slick-list {
        max-width: 200px !important;
    }
}

@media (min-width: 1261px) {
    /**** Header ****/
    #header .page-header-desktop {
        display: block;
    }
    #header .page-header-desktop.page-header-logo-brand-container {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #header .page-header-desktop.page-header-logo-brand-container div {
        margin: 5px;
    }
    #header .page-header-mobile {
        display: none;
    }
    /**** Footer ****/
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
    .footer-container .footer .row .footer-col-1,
    .footer-container .footer .row .footer-col-4 {
        -ms-flex: 0 0 36.1%;
        flex: 0 0 36.1%;
        max-width: 36.1%;
    }
    .footer-container .footer .row .footer-col-2 {
        -ms-flex: 0 0 22.7%;
        flex: 0 0 22.7%;
        max-width: 22.7%;
    }
    .footer-container .footer .row .footer-col-3 {
        -ms-flex: 0 0 41.2%;
        flex: 0 0 41.2%;
        max-width: 41.2%;
    }
    .footer-container .footer .row .footer-col-5 {
        -ms-flex: 0 0 32.9%;
        flex: 0 0 32.9%;
        max-width: 32.9%;
    }
    .footer-container .footer .row .footer-col-6 {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
}

@media (min-width: 768px) {
    /**** Main Container ****/
    #main-banner,
    #sec-banner,
    #category-banner {
        display: block;
    }
    #main-banner-mobile,
    #sec-banner-mobile,
    #category-banner-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #main-banner,
    #sec-banner,
    #category-banner {
        display: none;
    }
    #main-banner-mobile,
    #sec-banner-mobile,
    #category-banner-mobile {
        display: block;
        width: 100%;
    }
    #main-banner-mobile img,
    #sec-banner-mobile img,
    #category-banner-mobile img {
        width: 100%;
    }
    #main-banner-mobile .description {
        padding: 20px 0;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        line-height: 20px;
        height: auto;
        display: flex;
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
        background: #F8F8F8;
        color: #696969;
    }
    #main-banner-mobile .items ul,
    #category-banner-mobile .items ul {
        margin: 10px 0 50px 0;
    }
    #main-banner-mobile .items ul li,
    #category-banner-mobile .items ul li {
        background: #CCCCCC;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        margin: 0 10px !important;
    }
    #main-banner-mobile .items ul li.active,
    #category-banner-mobile .items ul li.active {
        background: #676767;
    }
    #sec-banner-mobile .item {
        margin: 50px 15px;
    }
    #sec-banner-mobile .item::after {
        clear: both;
    }
    #sec-banner-mobile .item .description {
        border: 1px solid #ddd;
        text-align: center;
        padding: 15px 10px;
    }
    #sec-banner-mobile .item .description a {
        color: #444;
        text-decoration: none;
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 770px) {
    .block-layered-nav .block-title {
        display: none;
    }
    .category-products .block-layered-nav {
        margin: -30px 0 0 0;
    }
    .toolbar {
        position: relative;
        top: -44px;
        padding: 5px 0 0 0;
    }
}

@media (max-width: 365px) {
    .cms-page-view .footer-marca .right ul {
        max-width: 150px;
    }
}

@media (max-width: 360px) {
    .category-products .block-layered-nav {
        margin: 0 0 0 0;
    }
    .toolbar select {
        width: 145px;
    }
}

@media (max-width: 350px) {
    .toolbar select {
        width: 120px;
    }
}

@media (max-width: 330px) {
    .toolbar select {
        width: 110px;
    }
}

.banner-popup {
    width: 100%;
    height: 100%;
    min-height: 1000px;
    position: absolute;
    z-index: 10000;
    display: none;
}

.banner-popup.open {
    display: block;
}

.banner-popup .content {
    opacity: 1;
    position: absolute;
    z-index: 10002;
    width: 550px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: justify;
    min-height: 10px;
}

.banner-popup .content img {
    max-width: 100%;
}

.banner-popup .background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10001;
    background: #000;
    opacity: 0.5;
}

.banner-popup .content .fechar {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

@media (max-width: 980px) {
    .banner-popup .content {
        max-width: 90%;
    }
}

.product-view .outlet-premium {
    background-color: #000000;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #fff;
    padding: 4.5px 7px;
    display: inline-block;
    margin-bottom: 30px;
}

.more-views .product-image-thumbs a { padding: 5px; }</pre></body></html>