body {
    min-width: 0;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    clear: both;
    max-width: 767px;
}

.hideOnmobile {
    display: none !important;
}

/*** HOMEPAGE ***/

/* HEADER */
header.header {
    max-height: 80px;
    height: 80px;
    position: relative;
    z-index: 91;
}

header.header > .wrapper > .left > #logo {
    width: 97px;
    height: 56px;
}

header.header > .wrapper > .right {
    float: right;
    width: calc(100% - 100px);
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header.header > .wrapper > .right > .bottom {
    margin-top: 20px;
    width: auto;
}

header.header > .wrapper > .right > .bottom > .carrinho {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 53px;
}

header.header > .wrapper > .right > .bottom > .carrinho > a {
    font: 700 15px/100% "Lato", sans-serif;
    color: #ff0000;
}

/** NAVIGATION MOBILE **/

#burgerNav {
    width: 30px;
    height: 23px;
    float: right;
    position: relative;
    margin-top: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#burgerNav span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #424252;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#burgerNav span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

#burgerNav span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

#burgerNav span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

#burgerNav.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 0;
}

#burgerNav.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#burgerNav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 0;
}

nav.nav_mobile.close {
    display: none;
}

nav.nav_mobile {
    width: 100%;
    background-color: #424253;
    height: auto;
    height: 100vh;
    display: block;
    padding-bottom: 50px;
    z-index: 90;
    position: relative;
    overflow-y: auto;
    max-height: 100%;
}

nav.nav_mobile > .separa {
    width: 100%;
    height: 1px;
    background-color: #535362;
}

nav.nav_mobile > .wrapper > .makeItCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

nav.nav_mobile > .wrapper > .makeItCenter > ul.lingua {
    margin: 0;
    padding: 0;
    float: left;
}

nav.nav_mobile > .wrapper > .makeItCenter > ul.lingua > li {
    float: left;
}

nav.nav_mobile > .wrapper > .makeItCenter > ul.lingua > li > a {
    font: 700 12px/100% "Lato", sans-serif;
    float: left;
    text-transform: uppercase;
    color: #ffffff;
}

nav.nav_mobile > .wrapper > .makeItCenter > ul.lingua > li:after {
    content: "|";
    margin: 0 20px;
    float: left;
    font: 700 12px/100% "Lato", sans-serif;
    color: #ffffff;
}

nav.nav_mobile > .wrapper > .makeItCenter > ul.lingua > li:last-child:after {
    content: "";
    margin: 0;
}

nav.nav_mobile > .wrapper > .makeItCenter > ul.lingua > li.activo > a {
    color: #dd008d;
}

nav.nav_mobile > .wrapper > .makeItCenter > form {
    width: 100%;
    max-width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav.nav_mobile > .wrapper > .makeItCenter > form > .pesquisa_mobile {
    background: none;
    border: none;
    color: #aaaaaa;
    padding: 0;
    margin: 0;
    height: auto;
}

nav.nav_mobile > .wrapper > .makeItCenter > form > .btn_pesquisa_mobile {
    background: url("../img/icon-pesquisa.svg") no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 0;
    background-size: 100%;
}

nav.nav_mobile > .wrapper > ul.login_registar {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0;
}

nav.nav_mobile > .wrapper > ul.login_registar > li.minha_conta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}

nav.nav_mobile > .wrapper > ul.login_registar:before {
    content: "";
    background: url("../img/icon-login.png") no-repeat;
    background-size: 100%;
    width: 11px;
    height: 14px;
    margin-right: 15px;
}

nav.nav_mobile > .wrapper > ul.login_registar > li:not(.minha_conta):after {
    content: "|";
    margin: 0 20px;
    float: left;
    font: 400 11px/100% "Lato", sans-serif;
    color: #ffffff;
}

nav.nav_mobile > .wrapper > ul.login_registar > li > a,
nav.nav_mobile > .wrapper > ul.login_registar > li > span {
    font: 400 12px/100% "Lato", sans-serif;
    float: left;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.5;
}

nav.nav_mobile > .wrapper > ul.login_registar > li.minha_conta > span {
    opacity: 1;
}

nav.nav_mobile > .wrapper > ul.login_registar > li.minha_conta:after {
    content: "";
    width: 8px;
    height: 4px;
    background: url(../img/seta_conta_white.svg) no-repeat;
    position: relative;
    left: 5px;
}

nav.nav_mobile > .wrapper > ul.login_registar > li:first-child:after,
nav.nav_mobile > .wrapper > ul.login_registar > li:last-child:after {
    content: "";
    margin: 0;
}

nav.nav_mobile > .wrapper > ul.login_registar > li {
    float: left;
}

nav.nav_mobile > .wrapper > ul.login_registar > li > a {
    float: left;
}

nav.nav_mobile > .wrapper > ul.navigation {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
}

nav.nav_mobile > .wrapper > ul.navigation.bottom {
    padding-bottom: 20px;
}

nav.nav_mobile > .wrapper > ul.navigation > li > a {
    text-decoration: none;
    font: 400 16px/270% "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #ffffff;
    text-align: left;
}

nav.nav_mobile > .wrapper > ul.navigation.bottom > li > a {
    font: 400 13px/250% "Lato", sans-serif;
}

nav.nav_mobile > .wrapper > ul.navigation > li.link_destaque > a {
    color: #dd008e;
}

nav.nav_mobile > .main_menuConta {
    background: #f9f9f9;
}

nav.nav_mobile > .main_menuConta.closed {
    display: none;
}

nav.nav_mobile > .main_menuConta ul#menuConta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 0;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li {
    margin-top: 10px;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li > a {
    font: 400 14px/150% "Lato", sans-serif;
    color: #373737;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li.active > a.item_orcamento,
nav.nav_mobile > .main_menuConta ul#menuConta > li.active > a.item_tabela_precos,
nav.nav_mobile > .main_menuConta ul#menuConta > li.active > a.item_export,
nav.nav_mobile > .main_menuConta ul#menuConta > li.active > a.item_margens {
    font: 900 12px/100% "Lato", sans-serif;
    color: #545454;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_orcamento,
nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_tabela_precos,
nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_export,
nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_margens {
    margin-left: 0;
    font: 700 12px/100% "Lato", sans-serif;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_orcamento::before {
    content: "";
    background: url("../img/orcamentos-off.svg") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 8px;
}
nav.nav_mobile > .main_menuConta ul#menuConta > li.active > a.item_orcamento::before {
    background: url("../img/orcamentos-on.svg") no-repeat;
    background-size: 100%;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_tabela_precos::before {
    content: "";
    background: url("../img/precos-off.svg") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 8px;
}
nav.nav_mobile > .main_menuConta ul#menuConta > li.active > a.item_tabela_precos::before {
    background: url("../img/precos-on.svg") no-repeat;
    background-size: 100%;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_export::before {
    content: "";
    background: url("../img/margens-off.svg") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 8px;
}
nav.nav_mobile > .main_menuConta ul#menuConta > li.active > a.item_export::before {
    background: url("../img/margens-on.svg") no-repeat;
    background-size: 100%;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_margens::before {
    content: "";
    background: url("../img/catalogo-off.svg") no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 8px;
}
nav.nav_mobile > .main_menuConta ul#menuConta > li.active > a.item_margens::before {
    background: url("../img/catalogo-on.svg") no-repeat;
    background-size: 100%;
}

nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_orcamento,
nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_tabela_precos,
nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_export,
nav.nav_mobile > .main_menuConta ul#menuConta > li > a.item_margens {
    text-transform: uppercase;
}

/*** SLIDE HOMEPAGE ***/

#owl-homepage .item {
    max-width: 737px;
    max-height: 315px;
}

#owl-homepage .item span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#owl-homepage .item .boxText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 60px;
    bottom: 0;
    margin: auto;
}

#owl-homepage .item .boxText span.titulo {
    font: 300 23px/100% "Lato", sans-serif;
    color: #ffffff;
    width: 100%;
    max-width: 230px;
}

#owl-homepage .item .boxText b.subtitulo {
    font: 700 23px/100% "Lato", sans-serif;
    width: 100%;
    color: #ffffff;
}

#owl-homepage .item .boxText a.btn-saibamais {
    margin-left: 0;
    margin-top: 5.25%;
    padding: 12px;
    max-width: 144px;
}

#owl-homepage .owl-controls {
    display: none;
}

#owl-homepage .owl-controls .owl-dots {
    position: absolute;
    bottom: 14.5%;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#owl-homepage .owl-controls .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
}

/** DESTAQUES HOMEPAGE **/

section.destaquesHomepage {
    padding-top: 35px;
    clear: both;
    display: block;
    max-height: none;
    height: auto;
}

section.destaquesHomepage.listaNovPromo {
    padding-top: 30px;
}

section.destaquesHomepage > .novidades {
    width: 100%;
    height: auto;
}

section.destaquesHomepage > .promocoes > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
}

section.destaquesHomepage > .novidades > .product {
    padding: 0;
}

section.destaquesHomepage > .novidades > .product,
section.destaquesHomepage > .promocoes > div > .product {
    max-height: none;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

section.destaquesHomepage > .novidades > .product > .info,
section.destaquesHomepage > .promocoes > div > .product > .info {
    width: auto;
}

section.destaquesHomepage > .novidades > .product > .img-wrap,
section.destaquesHomepage > .promocoes > div > .product > .img-wrap {
    max-height: 180px;
    width: auto;
    padding-top: 0;
    margin-bottom: 10px;
}

section.destaquesHomepage > .promocoes > div > .product:hover:before,
section.destaquesHomepage > .novidades > .product:hover:before {
    content: "";
    display: none;
}

section.destaquesHomepage > .novidades > .product:hover > a > .small_img,
section.destaquesHomepage > .promocoes > div > .product:hover > a > .small_img {
    display: none;
}

section.destaquesHomepage > .novidades > .product:hover > .info > a.btn,
section.destaquesHomepage > .promocoes > div > .product:hover > .info > a.btn {
    background-color: #333333;
}

section.destaquesHomepage > .novidades > .product:hover > .small_img,
section.destaquesHomepage > .promocoes > div > .product:hover > .small_img {
    display: none;
}

form.advanced_search > .pa_textInputs,
form.advanced_search > .pa_selectInputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

#content form.advanced_search > .pa_textInputs > .search_input,
#content form.advanced_search > .pa_selectInputs > .sp_select > select {
    margin-bottom: 10px;
}

#content form.advanced_search > .pa_selectInputs > .btn.btn-search {
    margin-bottom: 30px;
}

section.destaquesHomepage > .promocoes {
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 53px;
}

section.destaquesHomepage > .promocoes > div > .product {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin-top: 30px;
    padding-bottom: 30px;
}

section.destaquesHomepage > .promocoes > div > .product:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

section.destaquesHomepage.listaNovPromo > .novidades {
    width: 100%;
    margin-right: 0;
}

section.destaquesHomepage.listaNovPromo > .promocoes > div > .product {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin-top: 30px;
    padding-bottom: 30px;
}

section.destaquesHomepage.listaNovPromo > .promocoes > div > .product:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/*** BANNER HOMEPAGE ***/

section.bannerHomepage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.bannerHomepage > .banner.l-635 {
    max-height: none;
    overflow: visible;
    max-width: 320px;
}

section.bannerHomepage > .banner {
    max-width: 320px;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
}

section.bannerHomepage > .banner.l-635 > a > picture > img {
    max-width: 100%;
}

/** CATALOGO **/

div#titulo_pagina {
    display: block !important;
    padding: 27px 0 22px 0;
    clear: both;
}

div#titulo_pagina h1 {
    font: 300 25px/100% "Lato", sans-serif;
    color: #dd008d;
    text-transform: uppercase;
    letter-spacing: -2px;
}

section.containerSearch {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
    border-left: none;
    margin-left: 0;
}

section.containerSearch > .filtro {
    display: block !important;
}

section.containerSearch > .filtro > .quick_search {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 15px;
    border: none;
    background-color: #f7f7f7;
}

section.containerSearch > .filtro > .quick_search > .sem_filtro {
    display: block !important;
    margin-top: 40px;
    margin-bottom: 20px;
}

section.containerSearch > .filtro > .quick_search > .box_filtro {
    display: block !important;
    max-height: 40px;
    height: 40px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

section.containerSearch > .filtro > .quick_search > .box_filtro > .conta_filtro,
section.containerSearch > .filtro > .quick_search > .father > span.title > .conta_filtro {
    width: 24px;
    height: 24px;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

section.containerSearch > .filtro > .quick_search > .box_filtro > .conta_filtro > span,
section.containerSearch > .filtro > .quick_search > .father > span.title > .conta_filtro > span {
    font: 700 11px/100% "Lato", sans-serif;
    color: #df008e;
    margin-left: -1px;
}

section.containerSearch > .filtro > .quick_search > .box_filtro:after {
    content: "";
    background: url("../img/dropBox-seta.svg") no-repeat;
    background-size: 100%;
    width: 7px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

section.containerSearch > .filtro > .quick_search > .box_filtro > span {
    font: 700 12px/100% "Lato", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

section.containerSearch > .filtro > .quick_search.closed > .father,
section.containerSearch > .filtro > .quick_search.closed > .sem_filtro {
    display: none !important;
}

section.containerSearch > .filtro > .quick_search > .box_filtro + .father {
    border-top: 1px solid #dddddd;
}

section.containerSearch > .filtro > .quick_search > .father {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

section.containerSearch > .filtro > .quick_search > .father.opened {
    padding-bottom: 20px;
}

section.containerSearch > .filtro > .quick_search > .father > .title {
    margin-bottom: 0;
    font: 700 14px/100% "Lato", sans-serif;
    color: #555555;
    text-transform: none;
    max-height: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

section.containerSearch > .filtro > .quick_search > .father > .title:before {
    content: "";
    background: url(../img/openFiltro.svg) no-repeat;
    background-size: 100%;
    width: 7px;
    height: 5px;
    margin-right: 10px;
    -webkit-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

section.containerSearch > .filtro > .quick_search > .father > .title.rotateG:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.containerSearch > .filtro > .quick_search > .father > .all,
section.containerSearch > .filtro > .quick_search > .father > .son {
    display: none;
    height: 28px;
    margin-bottom: 1px;
    position: relative;
}

section.containerSearch > .filtro > .quick_search > .father > .all > a,
section.containerSearch > .filtro > .quick_search > .father > .son > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    position: absolute;
    top: 0;
    left: 0;
}

section.containerSearch > .filtro > .quick_search > .father > .all > a.active,
section.containerSearch > .filtro > .quick_search > .father > .all > a:hover,
section.containerSearch > .filtro > .quick_search > .father > .son > a.active,
section.containerSearch > .filtro > .quick_search > .father > .son > a:hover {
    margin-left: 6px;
}

section.containerSearch > .filtro_container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.containerSearch > .filtro_container > .item {
    width: 33%;
}

/** CATAGLOGO MARCA PRODUTOS **/

section.containerSearch > .marca_filtro {
    padding: 30px 0;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
}

section.containerSearch > .c_produtos > table > tbody > tr,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr {
    display: table-row;
    float: left;
    position: relative;
    padding-bottom: 15px;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.img_cam,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.img_cam {
    width: 100px;
    display: table;
    float: left;
    margin-top: 25px;
    max-width: none;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.bold_produto {
    width: calc(100% - 120px) !important;
    display: table;
    float: left;
    max-width: none !important;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    min-height: 50px;
    margin-left: 20px;
    padding-left: 20px;
}

section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.bold_produto {
    float: left;
    max-width: none !important;
    width: 100% !important;
    padding: 0;
    padding-top: 10px;
}

section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.subtitle {
    padding: 0;
    padding-top: 10px;
}

section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.buy_produto,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.bold_produto {
    margin-top: 0;
    margin-bottom: 10px;
}

section.containerSearch > .c_produtos > table > tbody > tr > td {
    padding: 0;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.img_cam > a,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.img_cam > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

section.containerSearch.marcas_produtos > .c_produtos > table > tbody > tr > td.bold_produto,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.bold_produto {
    max-width: none !important;
    width: calc(100% - 120px) !important;
}

section.containerSearch.marcas_produtos > .c_produtos > table > tbody > tr > td.subtitle,
section.containerSearch > .c_produtos > table > tbody > tr > td.subtitle,
section.containerSearch.marcas_produtos > .c_produtos > table > tbody > tr > td.bold_produto.price_produto,
section.containerSearch > .c_produtos > table > tbody > tr > td.bold_produto.price_produto,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.subtitle {
    max-width: none !important;
    width: 100% !important;
    position: absolute;
    right: 0;
    bottom: 70px;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.comparar,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.comparar {
    max-width: 80px;
    width: auto;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 35px;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.price_produto {
    margin: 0;
    padding: 0;
    width: auto;
    min-height: 0;
    margin-top: 9%;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.buy_produto,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.buy_produto {
    width: 25.843%;
    float: right;
    margin-top: 5%;
    margin-bottom: 25px;
    position: relative;
    right: 0;
    padding: 30px 0 0 0;
}

section.containerSearch.marcas_produtos > .c_produtos > table > tbody > tr > td.buy_produto,
section.containerSearch > .c_produtos > table > tbody > tr > td.buy_produto,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.buy_produto {
    max-width: 767px !important;
    width: 23% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.buy_produto > form > .tabela_action > div,
#content section.containerSearch > .c_produtos > table > tbody > tr > td.buy_produto > form > .tabela_action > input[type="text"],
section.containerSearch > .c_produtos > table > tbody > tr > td.buy_produto > form > .tabela_action > div > .prod_btn {
    height: 40px;
}

.c_produtos_pag {
    display: block;
    padding-top: 25px;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.buy_produto > form > .tabela_action > div > .prod_btn {
    background-position: 12px 13px;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.bold_produto > span,
section.containerSearch > .c_produtos > table > tbody > tr > td.bold_produto > a {
    font: 700 14px/120% "Lato", sans-serif;
    color: #373737;
}

section.containerSearch > .c_produtos_pag {
    padding-right: 0;
    padding-top: 25px;
}

/*** PRODUTO DETALHES ***/

section.containerSearch > .marcaDetalhe {
    left: 0;
    margin-top: 30px;
}

section.containerSearch > .detalhes {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.containerSearch > .detalhes > .leftDetalhe {
    max-width: 767px;
    width: 100%;
    padding-right: 0;
}

section.containerSearch > .detalhes > .leftDetalhe > .big-images .item .img-wrap {
    height: auto;
}

section.containerSearch > .detalhes > .leftDetalhe > .big-images .item {
    width: 100%;
    height: 100%;
    max-height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.containerSearch > .detalhes > .leftDetalhe > .zoomImage {
    margin-top: 30px;
}

section.containerSearch > .detalhes > .rightDetalhe {
    max-width: 767px;
    margin-top: 55px;
}

section.containerSearch > .detalhes > .rightDetalhe > .compra > div.b_compra > span.preco > b {
    font: 900 19px/100% "Lato", sans-serif;
    color: #464543;
    margin-right: 4px;
}

section.containerSearch > .detalhes > .rightDetalhe > .detalhe_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.containerSearch > .detalhes > .rightDetalhe > .detalhe_links > .social_share {
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 65px;
    position: relative;
}

#content #contactoFrom {
    position: absolute;
    top: -65px;
    left: 0;
}

section.containerSearch > .detalhe_mais {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    margin-top: 0;
}

section.containerSearch > .detalhe_mais > .leftDetalhe {
    margin-bottom: 50px;
    max-width: 767px;
}

section.containerSearch > .detalhe_mais > .leftDetalhe > ul.caracteristicas {
    width: 100%;
}

section.containerSearch > .detalhe_mais > .rightDetalhe,
section.containerSearch > .detalhe_mais > .rightDetalhe > p {
    max-width: 767px;
}

section.containerSearch > .c_produtos > table > tbody > tr > td.buy_produto > form > .tabela_action,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.buy_produto > form > .tabela_action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
section.containerSearch > .c_produtos > table > tbody > tr > td.buy_produto > form > .tabela_action > div,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr > td.buy_produto > form > .tabela_action > div {
    margin-top: 0;
}

section.containerSearch > .c_produtos > table > tbody > tr,
section.containerSearch > .detalhe_acessorios > .c_produtos > table > tbody > tr {
    width: 100%;
}

section.containerSearch > .detalhes > .rightDetalhe > .compra > div.b_compra > form > .tabela_action > div {
    margin-left: 5px;
}

section.containerSearch > .detalhe_video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
}
section.containerSearch > .detalhe_video > .video-info {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

section.containerSearch > .detalhe_video > .video-video {
    max-width: 767px;
}

.btn-share {
    margin-top: 0;
}

/*** PORTFOLIO ***/

section.portfolio > .filtrar_area > #contactoFrom {
    position: absolute;
    top: 70px !important;
    right: -20px;
}

.portfolio-download {
    position: absolute;
    top: 30px;
    left: 0;
    right: inherit;
}

section.portfolio > .portfolios > ul > li.item:nth-child(n + 6) {
    margin-top: 0;
}
section.portfolio > .portfolios > ul > li.item:nth-child(n + 4) {
    margin-top: 0.8%;
}

section.portfolio > .portfolios > ul > li.item:nth-child(5n + 5) {
    margin-right: 0.74%;
}

section.portfolio > .portfolios > ul > li.item {
    width: 32.8%;
    min-width: 160px;
    min-height: 200px;
}

section.portfolio > .portfolios > ul > li.item:nth-child(3n + 3) {
    margin-right: 0;
}

section.portfolio > .portfolios > ul > li.item > .info > span.titulo {
    font: 400 16px/117% "Lato", sans-serif;
}

section.portfolio > .filtrar_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 135px 0 25px 0;
}

section.portfolio > .filtrar_area > span {
    margin-bottom: 15px;
}

section.portfolio > .filtrar_area > .select_c,
#content section.portfolio > .filtrar_area > .select_c > select {
    width: 100%;
}

section.portfolio > .portfolios > .item > .info > span.titulo {
    font-size: 16px;
}

/*** DETALHE PORTFOLIO ***/
.modal_back > .modal {
    max-width: 767px;
    padding: 45px 20px 22px 20px;
    width: calc(100% - 40px);
    margin-top: 15px;
}

.modal_back > .modal > .close_portfolio {
    right: -15px;
}

.detalhe_portfolio > .info_portfolio > #contactoFrom {
    top: -60px;
}

.detalhe_portfolio > span.titulo {
    font: 300 20px/100% "Lato", sans-serif;
    margin-bottom: 20px;
}

.detalhe_portfolio > .info_portfolio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 65px;
}

.detalhe_portfolio > .info_portfolio > .info {
    width: 100%;
    max-width: 767px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
}

.detalhe_portfolio > .info_portfolio > .redeSocial {
    top: 0;
    margin-top: 35px;
}

.detalhe_portfolio #detalheSlider {
    margin-top: 45px;
}

.detalhe_portfolio > .info_portfolio > .info > table.info_detalhe {
    border-left: 0;
    border-top: 1px solid #dddddd;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
}

.detalhe_portfolio #detalheSlider .item {
    max-height: 320px;
}

.detalhe_portfolio #detalheSlider .item .img-wrap.center > span > picture > img,
.detalhe_portfolio #detalheSlider .item .img-wrap.center > span > img {
    height: 100%;
    width: auto;
    max-width: none;
}

.detalhe_portfolio #detalheSlider .owl-controls .owl-prev,
.detalhe_portfolio #detalheSlider .owl-controls .owl-next {
    width: 20px;
    height: 25px;
}

.detalhe_portfolio > a > .proposta {
    max-height: 110px;
}

.detalhe_portfolio > a > .proposta > span.titulo {
    font: 700 20px/100% "Lato", sans-serif;
}

.detalhe_portfolio > a > .proposta > span.subtitulo {
    font: 700 14px/100% "Lato", sans-serif;
}

.detalhe_portfolio > a > .proposta > span.subtitulo > span {
    display: block;
    margin-top: 4px;
}

/**** LOJA *****/

/*** CARRINHO ***/
section.carrinho > .titulo_pagina {
    font-size: 25px;
}

section.carrinho > .subtitulo {
    padding-left: 5px;
    display: block;
}

section.carrinho > section.table_carrinho {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
    border-top: 1px solid #dddddd;
}

section.carrinho > section.table_carrinho > form > .content_carrinho {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
    height: auto;
    padding: 10px 0 20px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row > .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    width: 160px;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row > span.qtd_titulo > input.refresh {
    display: block !important;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row:nth-child(1) {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
section.carrinho > section.table_carrinho > form > .content_carrinho > .row:nth-child(2) {
    margin-bottom: 12px;
}
section.carrinho > section.table_carrinho > form > .content_carrinho > .row:nth-child(3) {
    margin-bottom: 8px;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row:nth-child(2),
section.carrinho > section.table_carrinho > form > .content_carrinho > .row:nth-child(3),
section.carrinho > section.table_carrinho > form > .content_carrinho > .row:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 160px;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row > .img-wrap > img {
    height: 55px;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row > .info > span.titulo {
    margin-top: 5px;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row {
    height: auto;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row > span.price_titulo,
section.carrinho > section.table_carrinho > form > .content_carrinho > .row > span.qtd_titulo {
    display: block !important;
    font: 700 10px/100% "Lato", sans-serif;
    color: #858585;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 6px;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row > input.qtd {
    width: 71px;
    height: 42px;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 104px;
    left: 25px;
}

section.carrinho > section.table_carrinho > .action_carrinho {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 42px;
}

section.carrinho > section.table_carrinho > .action_carrinho > .total_checkout > span.price {
    margin-left: 12px;
}

section.carrinho > section.table_carrinho > .action_carrinho > .action {
    width: 100%;
    margin-top: 32px;
}

.btn-ctCompra {
    font: 700 11px/100% "Lato", sans-serif;
    max-width: none;
    padding: 6px 5px;
}

section.carrinho > section.table_carrinho > .action_carrinho > .action > .anula {
    margin-left: 10px;
}

section.carrinho > section.table_carrinho > .action_carrinho > .total_checkout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.btn-checkout {
    max-width: 767px;
    width: 100%;
    margin-top: 22px;
    height: 43px;
}

section.carrinho > section.table_carrinho > form > .pagamentos,
section.carrinho > .confirmar > .colRight > .pagamentos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.carrinho > section.table_carrinho > form > .pagamentos > .item,
section.carrinho > .confirmar > .colRight > .pagamentos > .item {
    margin-bottom: 15px;
}

section.carrinho > section.table_carrinho > form > .pagamentos > .item:not(:last-child),
section.carrinho > .confirmar > .colRight > .pagamentos > .item:not(:last-child) {
    margin-right: 0;
}

/** CARRINHO CONFIRMAR **/
section.carrinho > .confirmar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

section.carrinho > .confirmar > .colLeft {
    max-width: 767px;
    margin-right: 0;
}

section.carrinho > .confirmar > .colLeft > .box > .body_box {
    padding: 20px 19px;
}

section.carrinho > .confirmar > .colLeft > .box > .body_box > .filtrar_area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0 8px 0;
}

section.carrinho > .confirmar > .colLeft > .box > .body_box > .filtrar_area > span {
    margin-bottom: 20px;
}

section.carrinho > .confirmar > .colLeft > .box > .body_box > .filtrar_area > .select_c {
    width: 100%;
}

#content section.carrinho > .confirmar > .colLeft > .box > .body_box > .filtrar_area > .select_c > select {
    max-width: 767px;
    width: 100%;
}

.radio_group {
    margin-top: 20px;
    margin-bottom: 12px;
}

section.carrinho > .confirmar > .colLeft > .box.alternate > .body_box > textarea {
    height: 150px;
}

section.carrinho > .confirmar > .colRight {
    max-width: 767px;
}

section.carrinho > .confirmar > .colRight > .box > .body_box > .produto > .prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

section.carrinho > .confirmar > .colRight > .box > .body_box > .produto > .prices > .row {
    margin-bottom: 10px;
}

section.carrinho > .confirmar > .colRight > .box > .body_box > .produto {
    padding-bottom: 10px;
}

section.carrinho > .confirmar > .colRight > .box > .body_box > .finalizar_encomenda {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}
#content section.carrinho > .confirmar > .colRight > .box > .body_box > .finalizar_encomenda > .btn-checkout {
    max-width: 767px;
    width: 100%;
    margin-bottom: 25px;
}

section.carrinho > .confirmar > .colRight > .box > .header_box > span {
    font: 700 13px/100% "Lato", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

section.carrinho > .confirmar > .colLeft > .box.alternate > .body_box > .morada_alternativa .form-group .cp {
    width: 180px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.carrinho > .confirmar > .colLeft > .box.alternate > .body_box > .morada_alternativa .form-group .local {
    width: 350px;
}

/*** CARRINHO CONFIRMA SUCESSO ***/
section.carrinho.sucesso > .confirmar > .colRight {
    margin-top: 40px;
}

/*** ORCAMENTO ***/

section.area_reservada > .conteudo_area > .titulo_pagina {
    font-size: 25px;
    padding-top: 25px;
}

#content .formArea1 > .box > .body_box > .group_box > .gb_sup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#content .formArea1 > .box > .body_box > .group_box > .gb_sup > .formColLeft,
#content .formArea1 > .box > .body_box > .group_box > .gb_sup > .formColRight {
    max-width: 767px;
    width: 100%;
}

#content .formArea1 > .box > .body_box > .group_box > .gb_sup > .formColRight {
    margin-left: 0;
}

#content .formArea1 > .box > .body_box.dados_box > .group_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#content .formArea1 > .box > .body_box.dados_box > .group_box > .colLeft,
#content .formArea1 > .box > .body_box.dados_box > .group_box > .colLeft > a {
    margin-top: 5px;
    max-width: 767px;
    margin-bottom: 15px;
}

#content .formArea1 > .box > .body_box.dados_box > .group_box > .colRight > .form-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#content .formArea1 > .box > .body_box.dados_box > .group_box > .colRight > .form-group > .input_big {
    max-width: 767px;
    width: 100%;
    margin-bottom: 15px;
}

#content .formArea1 > .box > .body_box.dados_box > .group_box > .colRight > .form-group > .input_small {
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 15px;
}

#content .formArea1 > .box > .body_box.dados_box > .group_box > .colRight > .form-group > .input_small_125,
#content .formArea1 > .box > .body_box.dados_box > .group_box > .colRight {
    margin-left: 0;
}

#content .formArea1 > .box > .body_box > .group_box {
    padding: 32px 0 24px 0;
}

#content .formArea1 > .box > .body_box.dados_box > .group_box {
    padding: 18px 0 15px 0;
}

#content .formArea1 > .box > .body_box.dados_box > .group_box > .colRight > .form-group > .input_small_125 {
    max-width: 767px;
}

#content .formArea1 > .orcamentoCalc {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 33px 0 20px 0;
}

#content .formArea1 > .orcamentoCalc > .form-group {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#content .formArea1 > .orcamentoCalc > .form-group > .input_small_125 {
    max-width: 100px;
    width: 100%;
}

#content .formArea1 > .prazo_entrega {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
}

#content .formArea1 > .prazo_entrega > .form-group {
    margin-left: 0;
    max-width: 767px;
    width: 100%;
}

#content .formArea1 input[type="submit"],
#content .formArea1 > .prazo_entrega > .form-group input[type="text"] {
    float: right;
    max-width: 767px;
    width: 100%;
    margin-right: 0;
}

/*** NAVBAR ***/

.navbar > span,
.navbar > a {
    margin-left: 10px;
}

/** FOOTER **/

.logos-parceiros img {
    margin-top: 15px;
}

footer.footer {
    margin-top: 33px;
    padding: 50px 0 41px 0;
}

footer.footer > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer.footer > .wrapper > section.links > ul.menu_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer.footer > .wrapper > section.links > ul.menu_footer > li {
    margin-bottom: 35px;
}

footer.footer > .wrapper > section.links > ul.menu_footer > li:last-child {
    margin-bottom: 35px;
}

footer.footer > .wrapper > section.links {
    width: 100%;
    padding-left: 30px;
    max-width: none;
    border-bottom: 1px solid #535362;
}

footer.footer > .wrapper > section.pagamentos {
    max-width: none;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #535362;
    padding-left: 30px;
    padding-right: 30px;
}

footer.footer > .wrapper > section.pagamentos > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer.footer > .wrapper > section.pagamentos > ul > li {
    margin-bottom: 0;
}

footer.footer > .wrapper > section.newsletter {
    max-width: none;
    width: 100%;
    margin-top: 35px;
}

footer.footer > .wrapper > section.newsletter > form > .form-group > .btn.btn-nobackground {
    margin-top: 20px;
}

footer.footer > .wrapper > section.links > ul.menu_footer > li > ul.menu_social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    max-width: none;
}
footer.footer > .wrapper > section.links > ul.menu_footer > li > ul.menu_social > li {
    margin-bottom: 0;
}
footer.footer > .wrapper > section.links > ul.menu_footer > li > ul.menu_social > li:nth-child(3n + 3) {
    margin-right: 10px;
}

section.copyright {
    height: auto;
    float: left;
    padding-bottom: 25px;
}

section.copyright > .wrapper > .left,
section.copyright > .wrapper > .right {
    height: auto;
}

section.copyright > .wrapper > .left {
    margin: 20px 0 25px 0;
}

section.copyright > .wrapper > .right {
    float: left !important;
    margin-left: 55px;
}

/*** LOGIN REGISTO ***/

.login_registo.registo > .colLeft .form-group.checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

/*** MARCAS ***/
section.marcas > ul > li {
    width: 31%;
    max-width: 210px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}

section.marcas > ul > li:nth-child(n + 7) {
    margin-top: 0;
}

section.marcas > ul > li:nth-child(n + 4) {
    margin-top: 2%;
}

/*** DOWNOADS ***/
section.area_reservada {
    padding-top: 20px;
}

section.downloads > .box > .bodyBox > .filtrar_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

section.downloads > .box > .bodyBox > .filtrar_area > span {
    margin-bottom: 10px;
}

#content section.downloads > .box > .bodyBox > .filtrar_area > .select_c > select,
section.downloads > .box > .bodyBox > .filtrar_area > .select_c {
    width: 100%;
}

/*** LOGIN REGISTO ***/

.login_registo,
.recuperarConta {
    padding-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login_registo > .colLeft,
.recuperarConta > form > .box,
.recuperarConta > form {
    margin-right: 0;
    max-width: 767px;
}

.login_registo > .colRight {
    margin-top: 40px;
}

/*** COMPARADOR ***/

.comparador .items .box {
    max-width: 84px;
    margin-right: 5px;
}

.comparador .itemsOpcoes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 68px;
    margin-left: 0;
}

.comparador .itemsOpcoes span {
    border-radius: 0;
    width: 68px;
    height: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    max-height: 68px;
}

.comparador .itemsOpcoes span:before {
    margin-right: 0;
    margin-bottom: 10px;
}

.comparador .items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.carrinho > section.table_carrinho > form > .content_carrinho > .row > span.qtd_titulo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

section.carrinho .confirmar > .colLeft > .box > .body_box > .filtrar_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

section.carrinho .confirmar > .colLeft > .box > .body_box > .filtrar_area > .select_c,
#content section.carrinho .confirmar > .colLeft > .box > .body_box > .filtrar_area > .select_c > select,
section.carrinho .confirmar > .colLeft > .box.alternate > .body_box > .morada_alternativa .form-group > .select_c,
#content section.carrinho .confirmar > .colLeft > .box.alternate > .body_box > .morada_alternativa .form-group > .select_c > select {
    width: 100%;
}

section.carrinho .confirmar > .colLeft > .box > .body_box > .filtrar_area > .select_c {
    position: relative;
    margin-top: 10px;
}

section.carrinho .confirmar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
}

section.carrinho .confirmar > .colRight > .box > .body_box > .total_confirma > div > span.price {
    font: 900 18px/100% "Lato", sans-serif;
}

section.carrinho .confirmar > .colLeft > .box > .header_box > span,
section.carrinho .confirmar > .colRight > .box > .header_box > span {
    font: 700 12px/100% "Lato", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

#content section.carrinho .confirmar > .colRight > .box > .body_box > .finalizar_encomenda > .btn-checkout {
    margin-top: 0;
}

section.carrinho .confirmar > .colRight > .box > .body_box > .finalizar_encomenda {
    width: 100%;
}

section.carrinho .confirmar > .colLeft > .box.alternate > .body_box > .morada_alternativa .form-group .local {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}

section.carrinho .confirmar > .colLeft > .box.alternate > .body_box > .morada_alternativa .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*** COMPARADOR **/

.comparador .items .box .produto img {
    max-width: 50px;
    max-height: 40px;
}

/*** COMPARADOR MODAL **/
.modalB_compare > .modal > .containerModal {
    height: 90vh;
    overflow-x: auto;
}

.modalB_compare > .modal {
    width: 100%;
}

.modalB_compare {
    overflow: auto;
}

.modalB_compare > .modal {
    position: absolute;
    min-width: 960px;
    overflow: scroll;
}

.modalB_compare > .modal > .containerModal > .row.body > .containerRow > .produtoInfo > .action ul {
    height: 33vh;
}

.modalB_compare > .modal > .containerModal > .row.body > .containerRow.leftMenu,
.modalB_compare > .modal > .containerModal > .row > .action {
    max-width: 150px;
}

.modalB_compare > .modal > .containerModal > .close {
    position: fixed;
    top: 0;
    right: 0px;
}

/*** SUGIRA ***/

.login_registo.sugira > form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login_registo.sugira > form > .colLeft .box:first-child,
.login_registo.sugira > form > .colRight .box:first-child,
.login_registo.sugira > form > .colFull .box:first-child {
    margin-right: 0;
}

.login_registo.sugira > form > .colLeft .box,
.login_registo.sugira > form > .colRight .box,
.login_registo.sugira > form > .colFull .box {
    width: 100%;
    max-width: 767px;
}

.login_registo.sugira > form > .colLeft,
.login_registo.sugira > form > .colRight {
    margin-right: 0;
    width: 100%;
    max-width: 767px;
}

.login_registo.sugira > form > .colLeft,
.login_registo.sugira > form > .colRight,
.login_registo.sugira > form > .colFull {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*** COOKIES ***/

#cookiePolicy {
    background: #eeeeee;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#cookiePolicy > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    height: auto;
}

#cookiePolicy > .container > p > a {
    font: 700 14px/120% "Lato", sans-serif;
    color: #777777;
    text-decoration: underline;
}

#cookiePolicy > .container > span.dismiss {
    position: relative;
    margin-left: 0;
    width: 100%;
    text-align: center;
    right: 0;
    margin-top: 40px;
}

/**** GESCONTEUDO ****/

.gesConteudo .btn.btn-downloadPDF {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px !important;
}

.gesConteudo.withMenuLateral {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
    border-left: none;
    margin-left: 0;
}

.GCASuporte {
    flex-direction: column;
}

.GCASuporte .menuLateralGCA {
    width: 100%;
}

.GCASuporte .menuLateralGCA ul li:first-child {
    width: 100%;
    padding: 0 15px;
    border: none;
    background-color: #f7f7f7;
    max-height: 40px;
    height: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 700 12px/100% "Lato", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

section.destaquesHomepage .listagem-product-novidades .product:nth-child(odd) {
    margin-right: 0;
}
section.destaquesHomepage .listagem-product-novidades {
    justify-content: center;
}
.pedidos_assistencia .colRight .middle .marcas {
    width: 20%;
}
.pedidos_assistencia .colRight .middle .swiper-container {
    width: 80%;
}
.pedidos_assistencia .colRight {
    max-width: 100%;
}
.pedidos_assistencia .colRight .middle .swiper-container .swiper-wrapper .swiper-slide-active .line,
.pedidos_assistencia .colRight .middle .swiper-container .swiper-wrapper .swiper-slide-active .header {
    padding-left: 40px;
}

nav.nav_mobile > .wrapper > ul.navigation > li > .submenu {
    display: block;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 40px;
    height: calc(100vh - 80px);
    box-shadow: none;
    columns: auto;
    background: #ffffff;
    overflow-y: hidden;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
nav.nav_mobile > .wrapper > ul.navigation > li.fixed >.submenu {
    width: 100%;
    transform: translate(0, 0);
    overflow-y: auto;
}
nav.nav_mobile > .wrapper > ul.navigation > li.fixed >.submenu .submenu-wrapper {
    height: auto;
    display: block;
    padding-top: 0;
    max-height: none;
}
nav.nav_mobile > .wrapper > ul.navigation > li.fixed > .submenu .voltar {
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    background-image: url(/temas/esistemas2017/img/voltar.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.86;
    text-align: left;
    color: #000;
}
nav.nav_mobile > .wrapper > ul.navigation > li.fixed > .submenu .submenu-item {
    margin-right: 0;
}