body {
    overflow-x: hidden !important;
}

.flex-center {
  /*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;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999999;
  text-align: center;
  vertical-align: middle;

}

.logo-preloader {
    margin: 0 auto;
    top: calc(50% - 200px);
    position: absolute;
    left: calc(50% - 200px);
}

.logo-preloader img {
    width: 50%;
}

.dots {

    margin: 0 auto;
    top: calc(50% - 20px);
    position: absolute;
    left: calc(50% - 70px);
}

.dots .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 10px;
  border-radius: 50%;
  background: #0f2e93;
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite;
}

.dots .dot:nth-child(2) {
  animation-delay: .2s;
}

.dots .dot:nth-child(3) {
  animation-delay: .4s;
}

@keyframes dot-dot-dot {
  0%, 60%, 100% {
    -webkit-transform: initial;
      -ms-transform: initial;
        transform: initial;
  }
  30% {
    -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
        transform: translateY(-25px);
  }
}






.ebook-container {
    margin: 20px auto;
}

.ebook-container .wowbook {
    margin: 0 auto;
}
.titulo_d {
    color: #0f2e93;
    text-align: center;
    font: 600 30px/30px Open Sans;
    /*background: #959595;*/
    padding: 20px 0;
    text-transform: uppercase;
}

.title h2 {
    color: #ff5624;
    font-family: Open Sans;
    padding: 0 40px;
    font-weight: bold;
}


#representacoes .title h2 {
    color: #000;
    font-family: Open Sans;
    padding: 0 40px;
    font-weight: normal;
}

.carrinho_menu {
    width: 260px;
    font-size: 11px;
    padding: 5px;
    margin-top: 33px;
    float: right;
    position: relative;
}

.menu_area_privada {
    display: inline-block;
    text-align: center;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    float: left;
    margin-left: 30px;
    max-width: 200px;
}

.menu_area_privada > a {
    display: inline-block;
    color: #284b72;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.menu_area_privada > a img {
    margin-right: 10px;
}

.menu_area_privada .menu_logado_pop a{
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    font:600 15px/17px Open Sans;
    color: #284b72;
}
.menu_area_privada .menu_logado_pop:after{
    right: 80px;
    border-bottom-color: #ff5624;
    bottom: 100%;
    border: solid #0000;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #88b7d500;
    border-bottom-color: #ff5624;
    border-width: 7px;
    margin-left: -7px;
}

.menu_area_privada .menu_logado_pop a:hover{
    background: #ff5624;
    color: #fff;
}

.menu_logado_pop {
    display: none;
    position: absolute;
    z-index: 999999;
    background: #fff;
    width: 200px;
    left: 0;
    border-top: 2px solid #ff5624;
    top: 69px;
        -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
}

#search_block_top .btn.button-search {
    background: #ff5624;
}
#cart_block_top {
    background: #fff;
    padding: 0;
    display: inline-block;
    min-height: auto;
    position: relative;
    float: right;
    /*min-height: 104px;*/

}
.search_cart {
    color: #284b72;
}
.search_cart .cart-bonus .cartitems .itens {
	color: #284b72;
        font-weight: 600;
}
.search_cart .cart-bonus .cartitems .itensvalue{
	color: #284b72;
    font-weight: 600;
    font-size: 12px;
}
.search_cart .cart-bonus::after {
    color: #284b72;
}
.top_menu ul {
    padding: 3px 0;
}
.top_menu > ul > li > a {
    font-size: 12px;
}

#header_logo {
    max-width: 176px;
}

.tabs .active .titulo-edit, .tabs .tab .titulo-edit:hover {
    color: rgb(252, 120, 3);
}

header .row #header_logo {
    /*position: absolute;*/
    margin: 0;
    bottom: 0;
}

header .topo .dados-contacto {
    /*min-height: 80px;*/
    line-height: 39px;
}

.background .compraboxinner .produto_wrapper .figura {
    width: 100%;
    display: block;
    max-width: 50px;
}
.background .compraboxinner .produto_wrapper .figura img{
    width: 100%;
}


.dados-contacto a {
    position: relative;
    margin-right: 20px;
}

.menu_urls {
    margin-top: 38px;
    text-align: center;
}

.menu_urls a {
    display: inline-block;
    color: #284b72;
    font-weight: 700;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
}

.dados-contacto a img {
    max-width: 38px;
}

header .topo {
    max-height: 25px;
    /*border: solid 2px #000;*/
    background: #0f2e93;
    min-height: 42px;
}

.fw-langs {
    line-height: 39px;
    float: left;
}
.fw-langs select {
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0px;
    /*background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;*/
    height: 20px;
    line-height: 20px;
    width: 130px;
    font-size: 11px
}
.fw-langs select option{font-size: 12px}

.horario {
    float: left;
    padding:0;
}

.horario .line {
    /*width: 100%;*/
    padding: 5px 0;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.horario .line label {
    display: inline-block;
    color: #fff;
}

.horario .line a {
    display: inline-block;
}

.horario .line  a img {
    max-width: 20px;
    display: inline-block;
}
header .footer {
        /*height: 22px;*/
    min-height: 2px;
    border-top: 0px;
    overflow: hidden;
    background: #0f2e93;
}
.menu_img {
    background: #232323;
	/*display:none*/
}
.menu_img .item {
    background: #232323;
}
.menu-slider li {
    background-color: #232323;
    color: #FFF;
}
.menu-slider li .txt {
    padding:10px;
}

/*.menu_img .item .img path {
  fill: #fff;
}*/

.container-fluid {
    width: 100%;
    display: inherit;
}

#promocoes1 {
    display: inline-block;
    width: 100%;
    min-height: 140px;
}

#promocoes2 {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#promocoes1 .link {
    text-align: right;
    margin-right: 100px;
    line-height: 140px;
}

#promocoes1 .link a {
    /*padding: 25px 80px;*/
    background: #ef9c00;
    /*border-radius: 30px;*/
    display: inline-block;
    color: #fff;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
}
#promocoes1 .text {
    color: #000;
    padding: 20px;
    font-size: 25px;
    line-height: 2;
}
#promocoes1 .link a h3{
    margin: 0;
    padding: 0;
    line-height: 2.4em;
}

#promocoes2 .link {
    text-align: right;
    line-height: 120px;
}

#promocoes2 .link a {
    background: #ef9c00;
    display: inline-block;
    color: #fff;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
}
#promocoes2 .text {
    color: #000;
    padding: 10px;
    font-size: 25px;
    line-height: 2;
}
#promocoes2 .link a h3{
    margin: 0;
    padding: 0;
    line-height: 2.4em;
}

.contactos {
    margin: 40px 0;
}

.container .noticia {
    margin: 40px 0;
    /*cursor: pointer;*/
}

.container .noticia a{
    color: #000;
}

.container .noticia .imagem {
    /*border: solid 2px #000;*/
}
.container .noticia .noticiatext {
    padding: 0 20px;
}

.container .noticia .noticiatext .noticiatitulo {
    font: 700 14px/14px Open Sans;
    padding: 0;
    padding-bottom: 10px;
    color: #436eb3;
    text-transform: uppercase;
}

.container .noticia .noticiatext .noticiaresumo {
    font: 400 13px/15px Open Sans;
    margin-bottom: 20px;
    color: #000;
}

.contactos .entry-title {
    margin: 0;
    padding: 0;
    color: #436eb3;
    padding-bottom: 20px;
}
.page-container {
	background:#FFF !important;
}
.filtros_wrapper {
    padding: 10px;
    padding-bottom: 0;
    background: #fff;
}
.left-col {
	height:auto !important;
}
.catprod_wrap {
    padding: 40px;
}

.breadcrumb a:hover {
    color: rgb(255, 86, 36);
}

.catprod_wrap li {
    border-bottom: none;
}
.catprod_wrap .list-enderecos li {
    width: 100%;
}

.noticia-pagina {
    padding: 20px 0;
}

section.posts {
    padding: 20px 0;
}

section.posts article.post {
    padding-bottom: 20px;
}

section.posts article.post .thumbnail{
    border: 0;
}

section.posts article.post .title h2{
    font: 700 17px/17px Open Sans;
    padding: 0;
    padding-bottom: 10px;
    color: #436eb3;
}
.footer-container #footer h4 {
    font: 600 13px Open Sans;
    color: #ff5624;
    margin: 10px 10px 10px 0px;
    border-bottom: none;
    padding-bottom: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-container #footer .newsletter_fot h4 {
    color: #fff;
    font: 700 12px Open Sans;
}

.footer-container #extras h4{
    display: none;
}

.footer-container #extras ul li{
    width: 100%;
    text-align: center;
}
#footer{
	padding-top: 20px
}
.footer-container #footer ul li a {
    color: #FFF;
    font: 12px/13px Open Sans;
    display: block;
    padding: 3px 0;
}
.footer-container #footer ul li {
    padding-bottom: 2px;
    font-size: 12px;
}

.footer-container #footer .newsletter_fot span {
    color: #FFF;
    font: 600 12px/13px Open Sans;
    display: block;
}

.footer-container #footer .footer-block:first-child{
    margin-left: 10px !important;
}

.footer2 .bottom-footer1 {
    font:12px/12px Open Sans;
    line-height: 36px;
    margin-left: 10px !important;
}

.footer2 .bottom-footer1 a{
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 200;
}

.footer2 .bottom-footer2 {
    line-height: 36px;
    font:12px/12px Open Sans;
}

.footer2 .bottom-footer2 a {
    color: #fff;
    font:12px/12px Open Sans;
    line-height: 36px;
}

.footer2 .bottom-footer2 a:hover {
    text-decoration: underline;
    color: #999;
}
.footer2 .bottom-footer2 a:after {
    color: #fff;
    font: 14px/14px Arial;
    content: "|";
    padding: 0 10px;
}
.footer2 .bottom-footer2 a:last-child:after {
    display: none;
}

.footer3 {
    background: #fff;
    min-height: 100px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.prd_d .prd_title a {
    text-align: center;
    color: #403a3b;
    text-decoration: none;
    font-size: 12px;
    line-height: 21px;
    font-weight: lighter;
}
.prd_d .prd_title a:first-letter {
  text-transform: uppercase;        /* Make the first letters uppercase      */
}

.prd_d .prdprice_n div.price {
    font-size: 22px;
}

.search_hinters {
    z-index: 9999;
}

.btn {
    text-shadow: none;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    /*width: 50px;*/
}

.carousel-wrap > * {
        opacity:0
}


/* Navigation */
.carousel-nav {
    margin:0;
    padding:0;
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
    top: 0;
    display: block;
    height: 100%;

}

.carousel-nav .prev{
    position: absolute;
    top: 35%;
    margin-top: -10px;
    outline: 0;
    width: 24px;
    height: 43px;
    /*text-indent: -9999px;*/
    left: 5%;
    font-size: 40px;
    z-index: 2;
}

.carousel-nav .prev span:after{
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 24px;
    height: 43px;
    background-image: url(arrow-left.png);
    background-repeat: no-repeat;
}

#representacoes .carousel-nav .prev{
    left: 0;
    top: 45%;
}

.carousel-nav .next span:after{
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 24px;
    height: 43px;
    background-image: url(arrow-right.png);
    background-repeat: no-repeat;
}


.carousel-nav .next{
    position: absolute;
    top: 35%;
    margin-top: -10px;
    outline: 0;
    width: 24px;
    height: 43px;
    /*text-indent: -9999px;*/
    right: 5%;
    font-size: 40px;
    z-index: 2;
}

#representacoes .carousel-nav .next{
    right: 0;
    top: 45%;
}

/*.carousel-nav li {
        position:relative;
        list-style-type:none;
        display:inline-block
}*/

.carousel-nav li + li {
}

.carousel-nav li a.btn {
        width:46px;
        height:46px;
        line-height:46px
}

.btn[class*="btn-icon-"] {
        padding:0;
        height:36px;
        width:36px;
        line-height:36px;
        margin:0;
        color:#56a9de;
        box-shadow: none;
}


.btn.btn-icon-prev:before {
        font-family:'FontAwesome';
        content:"\f104"
}

.btn.btn-icon-next:before {
        font-family:'FontAwesome';
        content:"\f105"
}
.btn-primary {
    border-radius: 0;
    text-shadow: none;
    border: none;
    box-shadow: none;
    background: #000;
    width: auto;
    font: 600 13px/13px Arial;
    text-transform: uppercase;
}

.panel-title {
    font: 600 14px/14px Arial;
}

.menu_urls a {
    height: 30px;
    line-height:30px
}
.menu_urls a img {
    height: 20px;
    margin:5px;
}
.bottom-footer3 a.nobullet img {
    width: 100%;
    max-width: 250px;
}

.wp-buttons > .button3 {
    margin: 0 !important;
    text-transform: uppercase;
    font:600 12px/12px Open Sans;
    padding: 10px;
}

.btn-form {

}
a.t {
    background-color: transparent;
}
.destaque_img .titulo span {
    font-weight: 700;
    color: rgb(64, 58, 59);
}
.destaque_img .titulo span.bracket {
    font-weight: 600;
    color: rgb(64, 58, 59)
}
.footer-container {
    background: #434343;
}
/* .breadcrumb {
    background: #e6e6e6;
} */

.footer-container3 .footer3 .nobullet.float-right {
    margin-left: 30px;
}
header .middle {
    background: #fff
}
header .middle .container {
    background: #fff;
    min-height: auto;
    padding: 0;
    border: 0;
}

header .navbar-inner {
    text-align: center;
}
header .nav {
    background: transparent;
    padding: 0;
    /*float: right;*/
}

.navbar-collapse.collapse {
    display: inline-block !important;
}

#search_block_top #search_query_top {

    background: #fff;
    line-height: 24px;
    flex-basis: 0.000000001px;
    flex:1;
    font-family: 'Roboto', 'Noto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#000;
    box-shadow: none;
}
.breadcrumb a {
    font:700 13px/13px Arial;
    text-transform: uppercase;
    background: transparent;
}
.breadcrumb .breadfinal {
    color: rgb(255, 86, 36);
}
.breadcrumb .navigation-pipe {
    background: transparent;
}
.breadcrumb a.home {
    background:transparent;
    font-size: 20px;
    color: #000;
}
.price {
    font-size: 20px;
    color: #999;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
}
.primary_block{
	max-width: 1024px
}
.prd_d .prodby{
    background:#434343;
    border-radius: 5px;
    font-size: 12px;
    text-indent: 20px;

}
 .prd_d .prodby:before {
    content: "";
    background: url("../images/carrinho_icon.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position-x: 30%;
    background-position-y: 100%;
    left: 3px;

}
 .prd_d .prodby:hover:before {
    content: "";
    background: url("../images/carrinho_icon_black.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position-x: 30%;
    background-position-y: 100%;
    left: 3px;
}
}
.prd_d:hover .prodby {
   /*background:#006699*/
}

.prd_d .prodby-des {
    width: 135px;
    background-color: transparent;
    text-indent: 0;
    line-height: initial;
    margin-top: -5px;
}

.prd_d .prodby-des:after {
    color: #000;
    font-size: 28px;
    top: 3px;
    right: 0;
}

.prd_d:hover .prodby-des {
    background-color: transparent;
    color: #000;
}


/* .prodby-des{display:none !important} */
.drop ul ul li a:hover {
    color: #ff8a00;
}
li.active > a {
    color: #7d7d7d !important;
}

.search_cart{font-family: Open Sans;}
.search_cart .cart-bonus:after{top:0px; color: #fff !important; display: none;}
.drop ul ul li a, .drop h4{line-height:36px;float: none;color:#7d7d7d}
.drop > ul > li > ul > li > a:after {
    color: #7d7d7d;
    content: "\f107";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    right: 5px;
    top: 0;
}
.drop > ul > li > ul > li > a.no:after {
    color: #7d7d7d;
    content: "" !important;
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    right: 5px;
    top: 0;
}

.drop > ul > li > ul > li.t{
   border-bottom:#fff 2px solid;
   height:auto;
}
.drop > ul > li.active > ul > li.t.active > a:after {
    color: #ff8a00;
    content: "\f106";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 0;
}

.form-control {
    height: 35px !important;
    color: rgb(0, 0, 0);
    padding: 6px 12px;
}

.icon-coracao {
    margin-left: 12px;
    font-size: 20px;
    /*color: #006699;*/
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  /*border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(15, 46, 147);
  /*border-radius: 10px;*/
}

/*.scroll {
  width: 100%;
  display: inline-block;
  scrollbar-width: thin;
  scrollbar-color: #0f2e93 lightgrey;
}
*/



#listProdsCart {
    width: 380px;
    border: 0;
    padding: 0;
    border-top: 2px solid rgb(255, 86, 36);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    right: -26px;
}

.prod-popup {
    padding:10px 0;
    border-bottom: solid 1px rgb(255, 86, 36);
    margin-bottom: 10px;
}
.prod-popup:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.prod-popup .wp-side-text {
    width: 65%;
}

#listProdsCart .cart-visual {
    padding: 20px 0;
}

#listProdsCart:after {
    right: 80px;
    border-bottom-color: rgb(255, 86, 36);
}

#listProdsCart .prod-list {
    max-height: 350px;
    overflow-y: auto;
    padding: 15px;
}

.background .compraboxinner .butoes .botaocontinuar {
    border-radius: 0;
}

.background .compraboxinner .butoes .botaofinalizar {
    border-radius: 0;
}

#listProdsCart .total {
    padding: 20px;
    background: #ff5624;
    color: #fff;
    width: 100%;
}
#listProdsCart .total .label{
    display: inline-block;
    font-family: Open Sans;
    font-weight: 600;
}
#listProdsCart .total .valor{
    display: inline-block;
    font-family: Open Sans;
    float: right;
}

.wp-buttons {
    padding: 20px;
    background: rgb(255, 86, 36);
    padding-top: 0;
}

.wp-buttons > .button3 {
    margin: 0 !important;
    text-transform: uppercase;
    /*font-family: Gotham-Book;*/
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.drop > ul > li > ul > li > ul > li > a:after {
    color: #222;
    content: "";
    font-family: fontawesome;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 0;
}
li > a.t {font-size:14px !important;font-weight:normal; color:#ff8a00}

li.active > a{color:#ff8a00 !important}
li.active > a{font-weight:bold !important}
li.hover > a{font-weight:bold !important}


.drop li img {
    max-width: 30px !important;
    margin-right: 10px !important;
}

header .login2
{
    padding-top: 9px;
}
.separator{ height:25px;background:#ff8a00}
.destaque_img .titulo {
    padding-bottom: 0;
    margin-bottom: 10px;
	border: #000 0px solid;
	padding: 13px;
	display: inline-block;
    float: left;
    color: rgb(255, 86, 36);
}

.relacionados_wp.destaque_img .titulo {
    text-transform: uppercase;
    color: rgb(255, 86, 36);
}
.eenergia2{
	right: 7px;
	font-size: 13px;
	color:#FFF !important;
	height: 26px;
}
.eenergia{
	right: 7px;
	font-size: 13px;
	color:#FFF !important;
	height: 26px;
}
.tags {
    right: 7px;
    font-size: 13px;
    color: #FFF !important;
    height: auto;
    width: auto;
}
.tags {
    z-index: 955;
    text-decoration: none;
    position: absolute;
    background: #88b7d5;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    padding: 5px;
    right: 10px;
    top: 26px;
    text-shadow: 1px 1px #000;
    text-align: center;
    line-height: 15px;
}
.prd_ref span{display:block;right: 7px;
	font-size: 13px;
	color:#FFF !important;
	height: 26px;
	position: absolute;
}

.blocos_escolha {
    border: #ff8a00 1px solid;
	background:#FFF
}
.blocos_escolha .termos{
	color:#ff8a00 !important
}
.blocos_escolha .floatright{ color:#ff8a00 !important}

.btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button{background:rgb(67, 67, 67) !important; border-radius: 5px;}
.btn.ajax_add_to_cart_button:hover, .btn.ajax_add_to_cart_product_button:hover{background:#000 !important}

.btn.ajax_add_to_cart_product_button:before {
    content: "";
    background: url(../images/carrinho_icon.png);
    width: 45px;
    height: 38px;
    display: inline-block;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 100%;
    transition: transform 0.1s ease-in-out;
}

.btn.ajax_add_to_cart_product_button:hover:before {
    content: "";
    background: url(../images/carrinho_icon_black.png);
    width: 45px;
    height: 38px;
    display: inline-block;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 100%;
    transition: transform 0.1s ease-in-out;
}


.button3-sub:hover {
    background: #a7446f;
}




.svg {
 background-color: #cccccc;
 -webkit-filter: hue-rotate(180deg);
 border-radius: 50%;
 border: 1px solid;
 padding: 1px;
}


nav.powerlistmenu div.drawer {
    position: absolute;
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    left: 0;
    top: 0;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: rgb(67, 67, 67);

}

nav.powerlistmenu div.drawer div.breadcrumb span.left {
    margin-right: 5px;
    font-weight: normal;
    font-size: 18px;
    color: #9DA2A6;
}

nav.powerlistmenu div.drawer ul li a {
    text-decoration: none;
    display: block;
    padding: 6px;
    border-bottom: none;
    text-align: left;
    font-size: 12px;
    color: #fff;

}
nav.powerlistmenu div.drawer ul li.login-m a {
    text-decoration: none;
    display: block;
    padding: 6px;

    text-align: left;
    font-size: 12px;
    color: #fff;
	text-transform: uppercase;

}
nav.powerlistmenu div.drawer ul li a:hover {
    color: rgb(255, 86, 36);
}
nav.powerlistmenu div.drawer div.breadcrumb {
    position: relative;
    padding: 10px;
    border-bottom: solid 1px #fff;
    background: #FFF;
    font-weight: 100;
    cursor: pointer;
    text-align: left;
    color: rgb(255, 86, 36);
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0px;
}

footer .newsletter form .floatleft2 input[type="text"] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

a.t {
    background-color: transparent;
}

.button3:hover {
    background: rgb(15, 46, 147);
}

/*div.apprise {
    left: 40% !important;

}*/
div.apprise .apprise-inner {
    background: #fff;
}
div.apprise .img-inside {
    height: auto !important;
}
div.apprise .img-inside img {
    height: auto;
    width: 100%;
    max-height: auto !important;
    max-width: 150px !important;
}

div.apprise .apprise-content {
    width: 100% !important;
}
div.apprise .apprise-buttons {
    background: #a7446f;
}

.resp-tab-content {
    border: 0;
}
.resp-tabs-list li.resp-tab-item {
    border: 0;
    text-align: left;
    background: rgb(255, 158, 130);
    color: #fff;
}
.resp-tabs-list li.resp-tab-active {
    color: #fff;
    background: rgb(255, 86, 36);
    padding: 12px 14px 13px !important;
}

.fa-search{color: #000}
li.pesqm .fa-search{color: #000}
.fa-star-o{color: #000}
/*.fa-shopping-cart{color: #fff}*/
.fa-bars{color: #000}


#search_block_top .btn.button-search:hover {
    background: #000000;

}
/*

@media (max-width: 767px) {
    .fa-search{color: #fff}
    .fa-star-o{color: #fff}
    .fa-shopping-cart{color: #fff}
    .fa-bars{color: #fff}
}
*/

.tabs-content {
    margin-top: 10px;
    /*border: solid 1px #ccc;*/
    padding: 10px;
}
.tabs .tab {
    float: left;
    /*max-width: 310px;*/
    padding-left: 5px;
    cursor: pointer;
    /*border: solid 1px #ccc;*/
    text-align: center;
    padding-right: 5px;
    padding-top: 10px;
	margin-right: 5px;
}
.textarea-mobile { height: 150px !important; display: block}
.condicoes-compra-mobile { display: none; }
.mobile {display: none}
.pc {display: inline-block}

.boxs .info {
    margin-bottom: 20px;
}

@media (max-width: 769px) {
    .textarea-mobile { height: 50px !important}
    .mobile {display: inline-block}
    .pc {display: none}
    .panel{margin-bottom: 10px}
    .boxs .info {margin-bottom: 10px}
    .titulo_b{margin: 10px 0}
    .totals .totals-item label {width: 75%}
    .totals .totals-item .totals-value {width: 25%}
}

@media only screen and (max-width: 767px) and (min-width: 10px) {
    .catprod_wrap {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0;
        padding-bottom: 16px;
    }
}
@media (max-width: 479px) {
    .filtro_view{display: none !important}
    .breadcrumb a {padding: 0 1px;font-size:10px}
    .catalogo_topo_filtros .float-right {float:right !important;width:100%;text-align:center}
    .catalogo_topo_filtros .float-right .paginacao{float:none}
    .catalogo_topo_filtros .filtros {padding:0}
    .prd_d .prd_ref {display:none}
    .prd_d .prd_img {height:auto}

    .footer-container .container {padding-bottom:40px;padding-top:30px}
    .footer-container #footer .bottom-footer2 {padding: 20px 0px 0px 0px;font-size: 13px}
    .footer-container #footer h4 {font-size: 13px}

    .header-container {
    	background: #fff;
	}

	.destaque_img .titulo {
    width: 100%;
    text-align: center;
	}


}



.lSSlideOuter .lSPager.lSGallery img {
    max-height: 246px;
}


.product-gallery-block .lSPager li {
    border: #cccccc 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.product-gallery-block .lSPager li.active {
    border: #ff8a00 1px solid;
    display: flex;
    opacity: 1;
}


div.prd_d:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.1s ease-in-out;
}

div.prd_d:hover .prodby {
  background:#000;

}
.zoom:hover
{
    cursor: zoom-in;
}


/* effect-shine */
a.effect-shine:hover {
  -webkit-mask-image: -webkit-linear-gradient(165deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}

/*.menu-container {
    background: #FFF !important;
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	margin-bottom:1px
}*/

#cssmenu,#cssmenu ul{margin:0}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{/* content:"."; */display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif;background:transparent !important}
#cssmenu > ul > li + #cssmenu > ul > li:after{content:"|";position:absolute;top:0;left:0}
#cssmenu > ul > li{float:left; padding-left: 15px;}
#cssmenu > ul > li > a{padding:10px;font-size:14px;letter-spacing:0;text-decoration:none;color:#fff;font-weight:700;font-family: Open Sans,Arial;text-transform:uppercase}
.nav > li > a:hover, .nav > li > a:focus {background: transparent;}
#cssmenu > ul > li:hover > a{color: #ff5624}
#cssmenu ul li.active a{color:#0f2e93}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}
/* #cssmenu > ul > li.has-sub > a{padding-right:30px} */
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;/* content:'' */}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;/* content:''; */-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position: absolute;left: -9999px;top: 54px;z-index: 9999999; padding: 22px 0; background: rgba(255, 255, 255, 0.5);}
#cssmenu ul ul li{height:auto;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:transparent;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:-30px}
#cssmenu li:hover > ul > li{min-height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{padding:11px 15px;width:170px;font-size:14px;text-decoration:none;color:#000;font-weight:400; text-align: center; font-family: Open Sans;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; background: #ff5624;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;/* content:'' */}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;/* content:''; */-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#ff8a00 !important; color:#FFF !important}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

.menu-desk span{padding-left: 10px}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.m_social a svg{color:#000}

.sidebar-prod {
    margin: 0 !important;
    border: 0;
    border-bottom: 1px solid #e0e0e0;

}




@media only screen and (max-width :768px)
{
    /*Vamos reduzir o tamanho dos objetos para ficar 2 em 2*/
    .prd_d .prd_img {height:100px;margin-top:5px;margin-bottom:5px;text-align:center;width:100%;margin:0 auto}
    .prd_d .prd_img img {max-width:100px;max-height: 95px !important}
    .prd_d .prd_img a {display:inline-block;vertical-align:middle;width:100px;height:100px}
    .catprod_wrap li {max-width:145px;padding:5px}
    .catprod_wrap .list-enderecos li {width: 100%; max-width: initial;}
    .prd_d {width:100%;min-width:100px;min-height:140px;background:#F9F8F8;display:inline-block;position:relative;margin-bottom:0px;padding:0px;max-height:414px}
    .prd_d .prd_title {width:100%;height:42px;text-align:center;font-size:10px;margin:0px auto;line-height:12px;overflow:hidden;padding:5px}
    .prd_d .prd_title a {text-align:center;color:#403a3b;text-decoration:none;font-size:10px;line-height:13px;font-weight:bold}
    .prd_d .prd_subtitle {display: none}
    .prd_d .prdprice_n {width:100%;min-height:80px;text-align:left;font-size:12px;color:#000;float:left;padding-top:5px;background:none;margin-bottom:0px}
    .prd_d .prdprice_n div.price {text-align:center;font-size:12px;font-weight:bold;padding:5px 5px 5px;margin-right:0;color:#403a3b;border-bottom:0px solid #e4e4e4;margin-bottom:0px}
    .prd_d .prdprice_n .esgotado {font-size:10px;display:inline-block;height:25px;width:45px;margin-left:2px}
    .prd_d .prdprice_n .disponivel{font-size:10px;display:inline-block;height:25px;width:45px;margin-left:2px}
    .prd_d .prdprice_n .porencomenda{font-size:10px;display:inline-block;height:25px;width:45px;margin-left:2px}
    .icon-coracao {margin-left:10px;font-size:12px}
    .prd_d .prodby-des{margin: 0 auto 0px}
    .prd_d .prodby-des:after{font-size: 20px; top: 4px; right: 4px; color:#FFF;}
    .prd_d:hover .prodby-des:after {background-color: transparent;color: #000;}
    .prd_d .prodby, .prd_d .prodby_disabled{width:100%;margin: 0 0px 0 auto}
    .prd_d .prodby-des {width: 100%;background-color: #e4c26f; color:#FFF; font-size: 9px;padding-left: 5px;}
    .prd_d .prdprice_n div.price {font-size:12px !important}
    .product-gallery-resp li {max-width: 100% !important}
    .pb-center-column h1 {font-size:20px}
    .btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {width: 100%}

	/*.prd_d .prodby-des::before{content:"PEDIR INFO ";font-family:Arial;position:absolute;font-size:12px;color:#FFF}*/

}

.home-destaque{visibility:hidden; background: #fff;}
.home-maisvendido{visibility:hidden; background: #fff;}
.menu-slider{visibility:hidden; background: #fff;}
.home-promocao{visibility:hidden; background: #fff;}


@media (max-width: 767px)
{
    .footer-container #footer .footer-block:first-child{
        margin-left: 24px !important;
    }

    .footer-container #footer #extras h4{
        display: block;
    }

    .footer-container .footer2{
        text-align: center;
    }

    .footer-container .footer2 .bottom-footer3{
        text-align: center !important;
    }

    .footer-container3 .footer3 a {
        display: block;
        width: 100%;
        float: none !important;
        text-align: center;
    }

    #promocoes2 .text {
        padding: 10px;
        font-size: 20px;
    }

}

[data-accordion] [data-control] {
    border-bottom: none !important;
}

[data-control], [data-content] > * {
    border-bottom: none !important;
}

.filtros_wrapper .filtro {
    background: #fff;
}

button:focus {
    outline: none;
}

div.t {
    background: #fff;
}

.loginbox2 {
    background: #a6446f !important;
    color: #fff;
}

.powerlistmenu .loginbox2 {
    background: #434343 !important;
}

.loginbox2 a.link-register {
    color: #fff !important;
}

.loginbox2 a.link-recuperate {
    color: #fff !important;
}

.loginbox2 .button3-sub:hover {
    background: #fff;
    color: #000;
}

.button3 {
    border-radius: 0px;
    padding: 5px 10px;
}

nav.powerlistmenu div.drawer div.breadcrumb svg.left {
    margin-left: 5px;
}

#catalogo {
    /*padding-bottom: 40px;*/
    /*max-width: 1150px;*/
    /*margin: 0 auto;*/
}

/*.caroufredsel_wrapper{
    max-width: 1150px;
    margin: 0 auto;
}*/
.carousel-wrap {
    max-width: 1350px !important;/*
   max-width: 1050px;*/
    margin: 0 auto;
}

#representacoes {
    background: #ebebeb;
    position: relative;
}

#representacoes .carousel-wrap {
   max-width: 100%;
    margin: 0 auto;
}

#representacoes .title > *{
    margin: 0;
    padding: 0;
}
#representacoes .title {
    text-align: center;
    padding-top: 20px;
    color: #000;
}

#familias_loja {
    padding-bottom: 40px;
}

#catalogo .title.title-section {
    color: #ff5624;
    font-family: Open Sans;
    padding: 0 40px;
}

#familias_loja .title.title-section {
    color: #000;
    font-family: Open Sans;
    padding: 0 40px;
}

.carousel > * {
    float: left;
    display: block;
    margin: 0 40px;
}

.carousel .client img {
    width: 100%;
}

.project-heading {
    cursor: pointer;
    text-align: center;
}

.project-heading .img-thumbnail, .thumbnail {
    padding: 10px;
    border: solid 0px #000;
    min-height: 190px;
}
.project-heading .img-thumbnail, .showroom.thumbnail {
    border: solid 1px transparent;
}

.project-heading .text{
    min-height: 60px;
    font-size: 13px
}

.project-heading .thumbnail .img-figure {
    width: 100%;
    height: 220px;
    background: #0000;
    overflow: hidden;
    margin: 0;
}

.project-heading .thumbnail .img-figure img {
    max-width: 237px;
    width: 100%;
    transition: .3s ease-in-out;
    padding: 10px;
}

.catalogos .thumbnail .img-figure img {
    transition: .3s ease-in-out;
    padding: 10px;
}

.catalogos .lista-catalogos > div {
    padding-bottom: 20px;
}

.catalogos .title h2 {
    color: #436eb3;
}
.clients.catalogo > a { max-width: 635px; }


.catalogos .lista-catalogos > div > a {
    max-width: 270px;
    display: inline-block;
}

.project-heading .showroom.thumbnail .img-figure {
    text-align: center;
}

.project-heading .showroom.thumbnail .img-figure img {
    width: 50%;
    transition: .3s ease-in-out;
    padding: 10px;
}
.project-heading .showroom.project-title {
    font-size: 18px;
    color: #000;
    max-width: 200px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    min-height: 27px;
}

.project-heading:hover .thumbnail .img-figure img {
    transform: scale(1.05);
}
.catalogos .lista-catalogos > div > a:hover .thumbnail .img-figure img {
    transform: scale(1.05);
}
.project-heading:hover .project-content {
    background: #0f2e93;
    border: solid 1px #0f2e93;
}

.project-heading .project-content {
    padding: 10px 10px;
    background: #ff5624;
    border: solid 1px #ff5624;
    color: #fff;
}

.project-heading .showroom.project-content {
    padding: 10px;
    background: rgb(15, 46, 147);
    border: solid 1px rgb(15, 46, 147);
    color: #fff;
    display: inline-block;
}

.project-heading .project-content .project-title {
    padding: 15px 10px;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 14px;
    font-family: Open Sans;
    padding: 10px;
    font-weight: 700
}
.catalogos .thumbnail {
    border: 0;
}
.catalogos .project-heading .project-content {
    width: 260px;
    padding: 15px 10px;
    background: transparent;
    border: 0;
    color: #000;
    margin: 0 auto;
}

.catalogos .lista-catalogos {
    max-width: 1050px;
    margin: 0 auto;
}

.catalogos .lista-catalogos .row{
    padding-bottom: 20px;
}

.catalogos .lista-catalogos .entry-content h3.entry-title {
    padding: 15px 10px;
    background: transparent;
    border: 0;
    color: #000;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-family: Open Sans;
    padding: 10px;
    font-weight: 700
}


#empresa .title h2{
    font-size: 30px;
    color: #0f2e93;
    font-weight: bold;
}

#empresa article .entry-title{
    font-size: 24px;
    color: #ff5624;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}

#visao_missao {
    margin-bottom: 40px;
}

#visao_missao .thumbnail {
    border: none;
    min-height: inherit;
}
#visao_missao .thumbnail .img-figure {
    /*text-align: center;*/
}
#visao_missao .thumbnail .img-figure img {
    width: 50%;
}


[data-control], [data-content] > * {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

article .title{padding: 10px}
article .text{padding: 10px}

#marcas_drop {
    width: 100%;
    border: solid 1px #f60;
    padding: 8px;
    text-align: center;
    color: #f60;
    font-weight: bold;
    text-transform: uppercase;
}

#catalogos .thumbnail {height: 280px;width: 260px;margin: 0 auto;}
#catalogos .thumbnail .img-figure {height: 260px}
#catalogos .thumbnail .img-figure img {width: 260px;height: 260px}
#catalogos .project-heading .showroom.thumbnail .img-figure img { width: 100%;}