﻿
/*iv2019*/
/*
    -body
    -container
    -bx slider produtos por familia
    -bx slider produto
    -2 colunas familias e subfamilias em mobile
    -breadcrumb
    -header
    -top bar
    -textbox pesquisa e newsletter
    -navbar-search
    -navbar e footer fixos
    -menu dropdown
    -menu mobile
    -produto
    -tab-panel especificacoes produto
    -Paginacao
    -adicionar ao carrinho
    -botoes no carrinho compras
    -nav steps carrinho compras
    -paginacao
    -carrinho pagina de layout 
    -slider principal - titulo e subtitulo
    -pesquisa mobile
    -estado do stock
    -pesquisa por filtros
    -tabela resultados catalogo
*/

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
/*@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
*/
/* CORES DO CARRINHO */

.a-1 { background-color: rgb(0,128,192,0.1) !important } /*aveiro*/
.a-2 { background-color: rgb(0,64,0,0.1)!important } /*braga*/
.a-3 { background-color: rgb(64,0,0,0.1)!important } /*lisboa*/
.a-6 {  background-color: rgb(0,0,128,0.1)!important }/*Porto*/
.a-9999 {  background-color: rgb(24, 159, 75,0.1) !important }/*Remoto*/

/* Versões mais suaves para linhas ímpares */
.table-striped tbody tr:nth-of-type(odd).a-1 { background-color: rgba(0,128,192,0.09) !important; }
.table-striped tbody tr:nth-of-type(odd).a-2 { background-color: rgba(0,64,0,0.09) !important; }
.table-striped tbody tr:nth-of-type(odd).a-3 { background-color: rgba(64,0,0,0.09) !important; }
.table-striped tbody tr:nth-of-type(odd).a-6 { background-color: rgba(0,0,128,0.09) !important; }
.table-striped tbody tr:nth-of-type(odd).a-9999 { background-color: rgba(24, 159, 75, 0.09) !important; }

.tab-pane input[type="text"], .tab-pane active .input-text {
    background-color: white !important;
    border-color: transparent !important
}
.qtdlinkRemove.myBtn.btn-danger {
    border-color: #d9534f !important;
}
.qtdlink.myBtn.btn-success {
    border-color: #5cb85c !important;
}
.carrinho .table td, .table th {
    border-top: 1px solid #fff !important;
}


body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
}

.container {
    max-width: 1200px;
}

.padding20 {
    padding: 20px;
}

.iframe {
    height: 300px
}

/* ADDED */
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.CarrinhoFinal .panel-body {
    padding: 15px 0;
}

.pq{
    font-size:11px;
    line-height:15px;
    margin-bottom:8px
}
.btn-group{
    display: block;
}
    .icon{
    font-size:25px;
    line-height:30px;
    width:15px;
    text-align:center
}
.glyph .icon {
    width: 100% !important;
}

.icon.email{
    font-size:20px;
    line-height:20px;
    width:15px;
    text-align:center
}
.DispFlex{
    display:flex;
    align-content:center;
    margin-bottom:17px
}
.DispFlex > div{
    margin-right:17px;
}
/** BRAND SLIDER===================================*/
.carousel ul {
    margin: 0;
    padding: 0;
}
.carousel li {   list-style: outside none none;}
.brandslider .bx-controls {    display: none !important;}
html .carousel-brand .bx-controls-direction a i {    color: #000000;}
html .carousel-brand .bx-controls-direction a.bx-next {  background: none repeat scroll 0 0 white !important;  border: 1px solid white !important;  color: #fff;  font-size: 32px !important;  font-weight: normal;  padding: 0px !important;  font-family: Arial;}
html .carousel-brand .bx-controls-direction a.bx-next .fa-angle-right {   padding: 0px !important;    }
html .carousel-brand .bx-controls-direction a.bx-prev {   background: none repeat scroll 0 0 white !important; border: 1px solid white !important; color: #fff; font-size: 32px !important; font-weight: normal; padding: 0px !important; font-family: Arial; }
html .carousel-brand .bx-controls-direction a.bx-prev .fa-angle-left {    padding: 0px !important;    }
html .carousel-brand .bx-controls-direction a i { transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px) !important; -webkit-transform: rotate(360deg) scale(1.003) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px) !important;  -o-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px) !important; -ms-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px) !important;   color: #000000 !important; }
.carousel-testi .bx-wrapper .bx-pager {   background: none repeat scroll 0 0 #2e375f;   bottom: 25px;   display: block !important;   height: 40px;   position: absolute;   right: 0;   width: 175px;}
.carousel-testi .bx-wrapper .bx-pager:after {   border: 20px solid transparent; border-bottom-color: #2e375f; border-right-color: #2e375f; border-top-color: transparent; border-width: 20px 10px 20px 10px;  content: ""; display: inline-block; left: -20px; position: absolute; top: 0;}
.carousel-testi .bx-controls-direction {    display: none !important;}
.carousel-3 .carousel-item-content {    padding: 20px; }
.carousel-3 .carousel-text {    padding: 0px;    text-align: left;}
.carousel-3 .carousel-item-content .carousel-title { color: #000000; display: inline-block; font-family: latoregular; font-size: 18px; margin: 20px 0 0 0px; text-align: left; text-transform: none; width: 100%; }
.carousel-testi .bx-wrapper .bx-pager.bx-default-pager a { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #666c8c;  border-radius: 0; display: block;  height: 10px;  margin: 0 5px; outline: 0 none; position: relative; text-indent: -9999px;   top: -5px;    width: 10px; }
.carousel-3 .carousel-item-content .btn {    margin-top: 15px;}
.meta {   font-size: 11px;   color: #999999;}
.meta-i {  display: inline-block;  margin-right: 5px; }
.meta a {   color: #999999; }
.carousel-1 .carousel-item-content .carousel-title {  font-size: 16px;}
.carousel-reviews .bx-controls-direction {    margin: 20px auto;   text-align: center;   width: 1px;}
.carousel-reviews .bx-wrapper .bx-controls-direction a:hover {   opacity: 0.9;}
.carousel-reviews .bx-controls-direction { transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);  -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);  -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);   -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);}
html .carousel-reviews .bx-controls-direction a { transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);  -webkit-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);  -o-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);   -ms-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px); }
.carousel-reviews .bx-wrapper .bx-controls-direction a i {  transform: rotate(0deg) scale(1.003) skew(22deg) translate(0px);  -webkit-transform: rotate(0deg) scale(1.003) skew(22deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(22deg) translate(0px);  -o-transform: rotate(0deg) scale(1.003) skew(22deg) translate(0px);   -ms-transform: rotate(0deg) scale(1.003) skew(22deg) translate(0px);}
.carousel-reviews ul {   margin: 0;   padding: 0; }
.bx-wrapper {   margin: 0 auto;   padding: 0;   position: relative;}
.bx-wrapper .bx-viewport {   -webkit-transform: translatez(0);  -moz-transform: translatez(0); -ms-transform: translatez(0); -o-transform: translatez(0); transform: translatez(0);    }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%;    }
.bx-wrapper .bx-loading { min-height: 50px; height: 100%;  width: 100%;  position: absolute;  top: 0;  left: 0;  z-index: 2000; }
/* PAGER */
.bx-viewport ul {    margin: 0;    padding: 0;}
.bx-wrapper .bx-pager { text-align: center;  font-size: .85em; font-family: Arial; font-weight: bold;  color: #666;  padding-top: 20px;  display: none !important; }
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {        display: inline-block;        *zoom: 1;        *display: inline;    }
.bx-wrapper .bx-pager.bx-default-pager a {   background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0;    -moz-border-radius: 5px;   -webkit-border-radius: 5px;  border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {            background: none repeat scroll 0 0 #999999;   border: medium none;  }
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-next {  right: -40px;  -webkit-transition: all 0.3s ease-out;  -moz-transition: all 0.3s ease-out;  -ms-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;}
.bx-wrapper .bx-prev {   left: -40px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.bx-viewport:hover .bx-wrapper .bx-prev {    left: 10px;}
.bx-viewport:hover .bx-wrapper .bx-next {    right: 10px;}
.bx-controls-direction {  margin: 0px 0 0;  text-align: center;  position: absolute;  top: -51px;  right: 30px;}
.bx-wrapper .bx-controls-direction a { color: #fff; display: inline-block;  height: 32px;  margin: 0 5px;  outline: 0 none;  text-decoration: none !important;  top: 0;  width: 32px;  z-index: 9; }
.bx-wrapper .bx-controls-direction a:hover {        text-decoration: none;    }
.bx-wrapper .bx-controls-direction a { padding: 6px 13px;  background: none ;  border: 1px solid #eeeeee;  font-size: 18px;  font-weight: normal;  transform-style: flat;  -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;  -ms-transform-style: flat;  color: #fff;  display: inline-block;  height: 49px;  margin: 0 5px;  z-index: 9;}
.bx-wrapper .bx-controls-direction a i {  display: block;   transform-style: flat;   -webkit-transform-style: flat;  -moz-transformtransform-style: flat; -ms-transform-style: flat; transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
        -webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);  -moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);  -o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);  -ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);    }
.bx-wrapper .bx-controls-direction a.disabled { opacity: 0.6;    }
html .carousel-brand .bx-controls-direction a { background: none repeat scroll 0 0 RED;  border: 1px solid #000000;  color: #fff;  font-size: 18px;  font-weight: normal;  padding: 0 12px 0 15px;  position: absolute;  top: 20%;}
html .carousel-brand .bx-controls-direction a i { transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);   -webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
        -moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px); -o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);   -ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);    }
html .carousel-brand .bx-controls-direction a.bx-next { background: none repeat scroll 0 0 red; border: 1px solid #000000; color: #fff;      font-size: 18px;      font-weight: normal;       padding: 30px 12px 0 15px;     }
html .carousel- .bx-controls-direction a.bx-next {background: none repeat scroll 0 0 red;    border: 1px solid #000000;    color: #fff;    font-size: 18px;    font-weight: normal;    padding: 6px 12px; }

/* FOOTER */
.DFlexCentro {
    display: flex;
    align-items: center;
}
.DFlexCentro img {
    display: inline-block;
    margin-right:20px
}
.DFlexFim img {
margin-left:auto;
margin-right:0
}
  .acc-btn {display: flex;align-items: center; gap: .5rem;padding: .5rem .75rem .5rem 0; border-radius:0; background: transparent !important;margin: 0;cursor: pointer;  }
  .acc-btn:hover, .acc-btn:focus, .acc-btn:active {color:#000 !important  }
  .acc-btn .icon::before { content: "+"; font-weight: 700; }
  .acc-btn[aria-expanded="true"] .icon::before { content: "−"; }
  .acc-panel {max-height: 0;overflow: hidden;transition: max-height 0.4s ease;}
  .acc-panel.open {padding: .5rem .0rem;}

/* /FOOTER */
.imgNoticia {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    display: block;
    position: relative;
    width:100%; 
        height:350px;
        margin-bottom:20px
}




.media {
    display: inline-block;
    vertical-align: middle;
    margin-top:30px
}
.media > img {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#sliderProdDestaque {
    border-top: 1px solid #e6e6e6; /*#ffd530*/
    margin-bottom:0px
}

/*bx slider produto*/
#sliderProduto .bx-wrapper .bx-controls-direction a {
    padding: 6px 12px;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    transform-style: unset;
    -webkit-transform-style: unset;
    -moz-transformtransform-style: unset;
    -ms-transform-style: unset;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#sliderProduto .bx-controls-direction {
    text-align: center;
    background-color:#fff;
}

#sliderProduto .fa.fa-angle-left, #sliderProduto .fa.fa-angle-right {    font-style: italic; }

.carousel-brand.animated.detalhe .bx-wrapper{
    margin:0 !important
}


/*2 colunas familias e subfamilias em mobile*/
@media (max-width: 768px) {
    ul .products li.product {  width: 46.411765% !important; float: left !important; margin: 0.06em 0; margin-right: 5.8823529412%;    }
    ul.products li.product:nth-of-type( 2n ) {            margin-right: 0;      }
}

button.btn .fa, a.btn .fa{
    font-size: 20px;
}
button.btn.btn-primary.btn-icon-right .fa, a.btn .fa {
    font-size: 20px;
    line-height: 10px;
    overflow: hidden
}
a.btn .fa {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden
}
a.btn{
    padding-top:5px !important;
    padding-bottom:5px !important
}


/*breadcrumb*/
.breadcrumb {
    color: #818a91;
    text-align: center;
    /*border-bottom: 1px solid #ddd;*/
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding-top: 32px;
}
.breadcrumb > li > a {   color: #818a91; }

/*header*/
section header h1, section header .h1 {
    font-size: 1.2em;
    line-height: 1.6em;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 0.400em;
    position: relative;
    margin-bottom: 0;
}

.site-header {
    padding: 1.786em 0 0 0;
}
/*top bar*/
.menu-itemLogin { /*texto opcoes login */
    font-size: 1.10em;
    line-height: 10px;
    color: #000000e3;
}
.menu-itemLogin:hover { /*texto opcoes login */
    color: #044a1f;
}

.menu-itemLogin:before {
    content: '|';
    color: #cad5d5;
    display: inline-block;
    margin: 0 1em;
    padding-right:1em;
}
.menu-itemLinguas { /*texto opcoes login */
    font-size: 1.10em;
    color: #000000e3;
}

.top-bar{    padding:0 0; }

.top-bar .nav-inline .menu-item > a {
    display: inline-block;
    background-color: transparent;
}

.top-bar .nav-inline .menu-item > a:hover {    color: #044a1f; }
#navTop-barMobile {    float: right;    font-size: 0.9em;  }
#navTop-barMobile .nav > li > a {    padding: 0px;}
#top-BarMobile {    border-bottom: 1px solid #f5f5f5; }
#top-BarMobileLogin a.menu-itemLogin:before {   content: '';   padding-right:0px;}
#top-BarMobileLogin a.menu-itemLogin:hover {    background-color: #fff;    color: #000000e3;}
#top-BarMobilePesquisa {
    border-top: 1px solid #efefef;
    padding: 10px 0 0 0;
    background-color: transparent;
}

.top-bar .nav.nav-inline { /*para alterar top bar no mobile*/
    /*float: none;*/
    text-align: right;
}

#myHeaderSm .handheld-header {   margin-bottom: 0;}

#myHeaderSm .top-cart .qty-top-cart-active {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    font-size: 50px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 200px;
    width: 27px;
}

/*textbox e btn pesquisa e newsletter*/
.MyInput {
    height: 44px;
    border-right: 0px;
}

.MyInputPesqRma {
    height: 50px;
    border-right: 0px;
}

.navbar-search .btn, .navbar-search .hero-action-btn, .navbar-search button, .btn-custom {
    padding: 0.82em 1.00em;
}

.search-icon {
    width: 60px;
    min-width: 60px;
    height: 44px;
}

/*.btn-custom {  height: 43px;}*/
.topM {
    margin-top:38px
}
/*navbar-search*/
.navbar-search {
    float: left;
    width: 52%;
}
    
/*navbar e footer fixos*/
.navbar {    border: 0px; }
.fixed-nav-bar {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.footer-fixo {
    position: fixed;
    bottom: -10px;
    z-index: 999;
    width: 100%;
    min-height: 50px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    background-color: #189f4b;
    -webkit-box-shadow: 0 6px 25px 6px #000000;
    box-shadow: 0 6px 25px 6px #000000;
}

.divOut {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: 600;
}

.divIn {
    width: 15%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.divInMobile {
    width: 30%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
}
.hide {  display: none; }

.navbar-primary .navbar-nav > .menu-item > a {
    font-size: 1.0em;
    line-height: 0.2em;
}

/*menu dropdown*/
#myHeader .dropdown-toggle:after { /*seta do menu*/
    content: '\f078';
    font-family: FontAwesome;
    font-style: normal;
    font-size:0.8em;
    font-weight: 100;
    pointer-events: none;
    border-top:0;
    vertical-align:baseline;
}

#myHeader ul {
    list-style: none;
    margin: 0;
}

#myHeader li {
    display: block;
    float: left;
    width: auto;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

#myHeader li:hover {
    cursor: pointer;
}

#myHeader ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 200% /* 5rem*/;
    position: absolute;
    transition: all 0.5s ease;
    padding: 0rem;
    left: 0;
    display: none;
}

#myHeader ul li:hover > ul,
#myHeader ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

    #myHeader ul li ul li:hover { /*opcoes submenu*/
        background-color: rgba(24, 159, 75,0.4);
    }

#myHeader ul li ul li {
    clear: both;
    width: 100%;
    color: #000000;
    padding: 10px 18px !important;
}

#myHeader .dropdown-header {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 15px !important;
}

#myHeader .dropdown {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,0.15);
    border-top: 8px solid #189f4b;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

/* menu mobile */
.handheld-navigation {
    background-color: #fff;
    /*height:100%;*/
}


.handheld-navigation .ehm-close:before {
    display:none;
}

.handheld-navigation .ehm-close:after {
    font-family: "FontAwesome";
    font-weight: normal;
    content: '\f00d';
    float: right;
    font-size: 1em;
    pointer-events: none;
    border-top: 0;
    vertical-align: baseline;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.handheld-navigation ul li a {
    padding: .857em 1em;
    display: inline-block;
    width: 100%;
    color: #000000;
}

.handheld-navigation ul .dropdown-menu {
    position: relative;
    background-color: #fff;
    color: #000000;
    width: 100%;
    transition: all .3s ease;
    border: none;
    padding: 3px;
}

.handheld-navigation ul .dropdown-menu a {
    color: #000000;
}

.handheld-navigation ul .dropdown-menu a:hover {
    color: #fff;
    background-color: #808080;
    transition: all .3s ease;
}

#default-hh-header { /*menu mobile*/
    background-color: #fff;
    font-size: 0.9em;
    border-right: 1px solid #e8e8e8;
}

#default-hh-header::-webkit-scrollbar { /*scrollbar do menu mobile*/
    display: none;
}

.panel-title { /*opcoes de menu*/
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
}
.panel-default > .panel-heading, .panel-default  .panel-heading {
    color: #000000;
    background-color: #fff;
    font-size: 1.3em;
    padding-right: 15px;
}
.panel-default {
    border-color: transparent;
}

.iconMenuMobile > a:after { /*seta menu mobile*/
    float: right;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 1.3em;
    font-weight: normal;
    pointer-events: inherit;
    border-top: 0;
    vertical-align: baseline;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pMobile > a{
    font-weight:normal;
    font-size:1.3em;
}
/*produto*/
a.anexo{
    font-size:16px;
    line-height:25px;
    font-weight:bold;
}
.product-localizacao {
    height: 19px
}
.mostraPQ {
    display: none
}
.product-category.product {
    text-align: center
}
.product-loop-categories .product-category.product img {
    margin: 0 auto 1.429em auto;
}
/*.product-loop-categories .product-category.product h3 {
    height: 2.286em;
}*/
.product-loop-categories {
    padding: 0;
}

.product-category a:hover .button {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.product-category a:hover img { opacity:0.7 }

.product-bottom button.stock-sold {
    padding: 0.90em;
    width:47px
}
.product-bottom button.stock-sold i {
    font-size: 22px;
}
/*.product-det {
    height: 45px;
}
.product-desc{
    min-height:55px
}*/
.product-desc {
    position:relative
}

.product-desc h5 {
    margin-bottom: 0em;
    font-size: 14px;
}
    .product-desc h5 span {
        font-weight: 600;
        font-size: 16px;
    }

.product-bottom {
    display: inline-block;
    float: right;
    height: 47px;
}
.product-category{
    padding:15px;
}
.product-category h3 { /*para mostrar as 2 linhas de texto da designacao do produto*/
    font-size: 1.286em;
    font-weight: normal;
    height: 2.286em;
    margin-bottom: 0;
}

.prcProduto {
    font-size: 18px; /*26px*/
    font-weight: 600;
}
.prcProdutoList {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

li.product .product-thumbnail {
    padding-bottom: 0.0%;
}

.pagination{
    text-align:right;
}
.registos{
    line-height: 30px;
    text-align:right
}
.registos > div, .registos > ul{
    display:inline-block;
    margin-left:15px
}

ul.pagination > li {
    display: inline;
}

#exTab2  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

#exTab2 .nav-tabs > li > a {
    border: 0px;
    font-size: 20px;
    color: #000000;
    margin-right: 2px;
    line-height: 1.428571429;
    padding: 10px 15px;
    display:block;
    position:relative
}

    #exTab2 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, #exTab2 .nav-tabs > li > a:hover {
        color: #000000;
        background-color: #fff;
        font-weight: bolder;
        border-bottom: 2px solid #189f4b;
    }

#exTab2 .tab-content {
    border: 1px solid #efefef;
    min-height: 200px;
    margin-bottom: 20px;
    padding:30px
}

/*adicionar ao carrinho*/
.single_add_to_cart_button.button {
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    padding: 0.8em;
}
    .single_add_to_cart_button.button.qtdAlerta {
        background-color: #e5ab09e6
    }
    .single_add_to_cart_button.button.Remoto {
        background-color: #2875e9
    }
    .single_add_to_cart_button.button.qtdAlerta:hover, .single_add_to_cart_button.button.Remoto:hover {
        background-color: #000000
    }

.single_add_to_cart_button.button.active, .single_add_to_cart_button.button:hover, .single_add_to_cart_button.button:focus, .single_add_to_cart_button.button:visited {
    color: #fff !important;
}
.novaDetP {
    color: #333E48;
    font-weight: bold;
    font-size: 1em;
    padding: 0.60em;
    border-radius: 1.571em;
    display: inline-block;
    background-color: #cccccc;
    margin-bottom: 15px;
    min-width: 145px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.novaDetP:hover {
    color: #fff;
    background-color: #0062bd;
}
.table-responsive {
    overflow-x: hidden;
}

.novaDetP i {
    font-size: 1.5em
}
#CatalogoPreco a h5 {
    color: #0062bd;
}
#CatalogoPreco .qtyAdiciona {
    height: 0px
}
#CatalogoPreco .catBT .qtyAdiciona {
    height: auto;
    display: contents
}
#CatalogoPreco .price {
    line-height: 1.2em;
}

#CatalogoPreco .single_add_to_cart_button.button {
    padding: 0.60em;
}
.catBT .btn-group.pq{
    display:block
}
/*#CatalogoPreco .single_add_to_cart_button.button {
    min-width: 150px
}*/
.novaDetP.VerPQ {
    display: none
}

button {
    padding: 0.849em 2.134em;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 1.571em;
    border-top-left-radius: 1.571em;    
    float: none;
}
/*botoes no carrinho compras*/
.myBtn, input[type="button"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #efecec;
    border-radius: 1.571em; /*4px*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type="button"].myBtnMinusAdd {
    border-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
input[type="button"].myBtnMoreAdd {
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}


.checkbox input[type=checkbox]#recebePendentes {
    position: absolute;
    margin-top: .85rem;
    margin-left: 0;
}


/*nav steps carrinho compras*/
.nav-pills {
    background-color: #efefef;
/*    margin-bottom: 30px;
*/}
.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    color:#000000;
    border-radius: 0px;
    font-size:14px;
    padding:10px
}

/*.nav-pills > li + li {
    margin-left: 2px;
}*/

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #000000;
    background-color: #000000;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.qtytotal{
    width:320px
}
.text-qty{
    padding-left:55px !important;
}
.qtygroup {
    width: 170px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.botoesCart {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
}

.qtyAdiciona {
    float: left;
    margin: 5px 5px 15px 0; 
    position: relative;
    width: 100%;
}
.catBT .pq{
    margin-bottom:1px
}
.catBT .qtyAdiciona {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
.qtyAdiciona div{ 
    display:block;
    margin-bottom:7px
}
.txtbox {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #e6e6e6 !important;
    padding: 10px  15px !important;
    width: 150px;
}
.catBT .txtbox {
    padding: 6px 7px !important;
    width: 40px;
    text-align: center;
}
.price {
    color: #000000e3;
    font-size: 1.4em;
    line-height: 1.4em;
}
.impostos {
    display: block;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 0px;
}
.precoCore{
    font-size:16px;
    margin-top:10px; 
    margin-bottom:20px; 
    display:block
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
    .row-flex > div {
        display: flex;
        flex-direction: column;
    }
        .row-flex > div > div {
            flex-grow: 1;
            align-items: flex-start;
        }
.imgCentro img {
    /*    width: 100%;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    flex-grow: 1;
    min-height:180px;
    margin-bottom:10px*/
    max-height: 180px;
    margin: auto auto 20px auto;
}
.grupoTxt, .grupoTxt a {
    font-weight: bold;
    text-transform: uppercase;
    color: green;
}
    .grupoTxt {
        border-bottom: 1px solid;
    }
.familiaTxt, .familiaTxt a {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #000000;
    margin-left:2px
}
.subfamiliaTxt {
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 600;
    color: #333;
}

.qtyAdiciona .minus.myBtn {
    position: absolute;
    top: 7px;
    left: 118px;
    line-height: 14px;
    width: 24px;
    padding: 5px;
    font-weight: bold;
    font-size: 15px
}
.qtyAdiciona .add.myBtn {
    position: absolute;
    top: 7px;
    left: 88px;
    line-height: 14px;
    width: 24px;
    padding: 5px;
    font-weight: bold;
    font-size: 15px
}

.catBT .qtyAdiciona .minus.myBtn {
    top: 2px;
    left: 118px;
    line-height: 14px;
    width: 24px;
    padding: 5px;
}
.catBT .qtyAdiciona .add.myBtn {
    top: 2px;
    left: 48px;
    line-height: 14px;
    width: 24px;
    padding: 5px;
}


/*paginacao*/
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

a:active, a:hover {    outline: 0; }
a, a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}
    a:focus, a:hover {
        color: #044a1f;
        text-decoration: none;
    }
.Vplus {
    padding: 5px 10px;
    font-size: 35px;
    line-height: 30px;
}


/*carrinho pagina de layout*/
.header .top-cart {
    float: none;
    margin: 30px auto 20px auto;
    position: relative;
    width: 120px;
}

.header .top-cart .qty-top-cart-active {
    right: 14px;
    top: -3px;
}

#main-menu-container {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.top-cart {     margin: 0px 25px 0 auto; }

.top-cart i, .top-cart .icon-basket {
    color: #000000;
    font-size: 22px;
}

.top-cart .qty-top-cart-active {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #189f4b;
    border-radius: 50%;
    font-size: 1em;
    color:#ffffff;
    position: relative; /*absolute;*/
    right: 15px;
    text-align: center;
    top: 14px;
    padding: 4px;
    min-width: 25px !important;
    background-color: #189f4b;
    display: inline-block;
}
.top-cart .cart-items-total-price.total-price{
    display:inline-block
}

.amount {
    font-size: 16px;
    font-weight: 600;
}
a:hover .ec.ec-shopping-bag{
    opacity:0.7
}


/*pesquisa mobile*/
#ModalPesquisa { 
    z-index: 9999;
    margin-top: 60px;
}
    #ModalPesquisa input[type=text] {
        border: 0px;
        border-bottom: 1px solid #189f4b;
        box-shadow: 0 1px 0 0 #189f4b;
        border-radius: 0px;
    }
        #ModalPesquisa input[type=text]:focus:not([readonly]) {
            border: 0px;
            border-bottom: 1px solid #189f4b;
            box-shadow: 0 1px 0 0 #189f4b;
            border-radius: 0px;
        }
#ModalPesquisa .ec, .active-cyan-2 .ec {   color: #000000; }
#btnPesquisaMobile {
    background-color: #189f4b;
    padding: 0.5em 1.0em 0.15em 1.0em /*2.134em*/;
}
#btnPesquisaMobile:hover {   color: #000000; }

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1rem;
    outline: 0;
}

.modal-header .close {
    padding-top: 4px;
    padding-right: 10px;
    font-size:2em;
    background-color:transparent;
}

.modal-header {
    max-height: 20px;
    padding: 0px;
    border-bottom: 0;
}

.modal-footer {  border-top: 0;}

/* USADO PARA MOSTRAR O ESTADO DO STOCK*/
.estadoProduto {
    background-color: #efefef;
    color: #000000;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 120px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.disponivel {   color:green;   font-weight:bold; }
.sobEncomenda {   color: gray; font-weight: normal;   }
.esgotado{    color: #efecec;    font-weight: bold; }

#formPesquisa .form-control {
    border-radius: 0.367em;
}
#formPesquisa > p {
    font-size: 1.5em;
    text-align: center;
    margin:0px 0px 10px 5px;
}

#btnPesquisaVeiculo {
    border-radius: 0.367em;
    padding: 5px;
}

/*pesquisa por filtros*/
.Pesquisa_Marca_Modelo {
    border: 0px solid #f5f5f5 /*#000000*/;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 25px 25px 0 0 ;
    background-color: rgba(0, 0, 0, 0.08);
}

.Pesquisa_Caracteristicas {
    margin: 5px;
    font-size: 0.9em;
}
    .Pesquisa_Caracteristicas .OpcoesPesquisa {
        margin: 5px;
        display: inline-block;
        max-width: 250px;
        vertical-align: bottom;
    }
.Pesquisa_Caracteristicas .OpcoesPesquisa select {
    padding: 5px 10px;
    border-radius:20px !important;
    border:0
}
    .Pesquisa_Caracteristicas #formPesquisa .form-control.search-field {
        padding: 7px 10px;
        border: 0;
        background-color: #fff;
        border-radius: 20px 0 0 20px !important;
    }
    .OpcoesPesquisa .form-control {
        padding: 0.101em 1em;
        font-size:13px
    }
.Pesquisa_Caracteristicas #formPesquisa .OpcoesPesquisa.GR .form-control.search-field {
    padding: 15px 20px;
}

.OpcoesPesquisa.GR .form-control {
    padding: 0.501em 1.5em 0.501em 1.2em;
    font-size: 16px;
    color: #ffffff;
    background-color: #189f4b;
    font-weight:800
}

/*select.form-control {
    appearance: none;*/ /* Remove a seta padrão */
    /*-webkit-appearance: none;*/ /* Compatibilidade com WebKit */
    /*-moz-appearance: none;*/ /* Compatibilidade com Firefox */
    /*padding-right: 30px;*/ /* Espaço para a nova seta */
    /*position: relative;*/ /* Para adicionar conteúdo ::after */
    /*font-family: Arial, sans-serif;*/ /* Ajuste da fonte do texto */
/*}

    select.form-control::after {
        content: '\f078';*/ /* Código Unicode para o ícone de seta da Font Awesome */
        /*font-family: FontAwesome;
        font-weight: 900;*/ /* Peso para o ícone */
        /*position: absolute;
        right: 10px;*/ /* Distância do lado direito */
        /*top: 50%0;*/ /* Alinhamento vertical */
        /*transform: translateY(-50%);*/ /* Centraliza verticalmente */
        /*pointer-events: none;*/ /* Garante que o ícone não interfira na interação */



        /*font-style: normal;
        font-size: 0.8em;
        border-top: 0;
        vertical-align: baseline;
    }*/
.input-group-btn.GR {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
    .input-group-btn.GR .search-icon {
        width: 60px;
        min-width: 60px;
        height: 40px; 
    }
    .input-group-btn.GR:last-child > .btn, .input-group-btn.GR:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-radius: 1.571em;
        padding: .375rem;
        background-color: black;
        color: white;
    }
    .Pesquisa_Caracteristicas .OpcoesPesquisa .search-icon {
        width: 40px;
        min-width: 40px;
        height: 31px;
        padding: 0;
    }
    .Pesquisa_Caracteristicas .OpcoesPesquisa .input-group-btn button {
       background-color: #fff
    }
    .Pesquisa_Caracteristicas .OpcoesPesquisa .input-group-btn button:hover {
       background-color: #000
    }
.filtrosCatalogos {
    background-color: #e8e8e8;
    height: 4em;
    display:flex;
    justify-content: center;
    align-items: center;
}

#formFiltros {
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 3%;
    background-color: #e8e8e8;
}

#formFiltros .form-control {
    border-radius: 0.367em;
    font-size: 0.95em;
    line-height: 2em;
    padding: 0.701em 2.134em;
}
.ProdutoEmDestaque {
    height: 362px;
    width: 264px;
    background-color: #000000;
    border-radius: 3%;
    padding: 30px;
    color: white;
}

.ProdutoEmDestaque img {   padding-bottom: 20px;}

/*tabela resultados catalogo*/
.table{
    margin:0px
}
#tabelPrcCatalogo {
    margin-top: 30px;
    margin-left: 20px;
    width: auto;
    border-left: 1px solid #cdcdcd;
    /*border-radius: 7px;*/
    padding: 20px;
    max-width: 270px;
    margin-left: auto;
}
#CatalogoPreco #tabelPrcCatalogo {
    margin-top: 0px;
    margin-left: 20px;
    border:0px solid #ddd;
    padding: 0px;
    max-width: 270px;
    margin-left: auto;
}

#tabelPrcCatalogo.detprod {
    max-width: 100%;
}
.alturaDet{ margin-top:50px}
#tabelResultCatalogo {
    border-bottom: 1px solid rgba(0,0,0,0.075);
    padding:10px 0
}
    #tabelResultCatalogo:nth-child(even) {
        background: rgba(0,0,0,0.02);
    }

.table-responsive {
    border: 0px !important
}
#tabelResultCatalogo > div {
    display: inline-block;
    width: 110px;
    vertical-align: top;
    /*    margin-top: 25px;*/
}

#tabelResultCatalogo > div.catImg div {
   max-width:110px;   
/*    height: 200px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    #tabelResultCatalogo > div.catDesc h3, #tabelResultCatalogo > div.catRef h2 {
        font-size: 15px;
        margin: 0;
        margin-bottom:5px;
        font-weight: 600;
    }
.limitDescricao {
/*    max-height: 80px;
     overflow: hidden;*/
   font-size: 12px;
    line-height: 17px;
} 
.limitDescricao strong{
    font-weight:200;
}
.prodVermais {
    text-transform: uppercase;
    color: #044a1f;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
}
/*#tabelResultCatalogo > div:last-child {
    width: 170px;
    margin-left:auto
}*/
    #tabelResultCatalogo > div:nth-child(2), #tabelResultCatalogo > div:nth-child(3) {
        padding-left: 10px;
        width:130px
    }
    #tabelResultCatalogo > div:nth-child(2){
        width:calc( 100% - 660px)
    }
    #tabelResultCatalogo > div:last-child{
        width:280px;
        text-align:right
    }
.catRef{
    text-align:center
}
    .catRef a.btn.qtdlk.button {
        padding: 0.3em 0.9em;
        margin-top: 5px;
    }
    .NomeArmazem{
    font-size:10px;
    font-weight:bold;
    line-height:14px;
    display:inline-block
}
    .NomeArmazem.meu {
        font-size: 13px;
        line-height:14px
    }
    #tabelPrcCatalogo div div {
        border-top: 0;
        border-bottom: 0;
    }

#tabelPrcCatalogo .prcProduto {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

#CatalogoPreco  #tabelPrcCatalogo .prcProduto {
    border-bottom: 0px solid #efefef;
    padding-bottom: 0px;
}
.SemLinha{ border:0 !important}
#tabelResultCatalogo tbody > div > div { /*padding-top: 2em;*/
    vertical-align: middle;
}
#CatalogoPreco h4 {
    margin-bottom: 0em;
    font-size: 13px;
    font-weight: 600;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.mostramobile {
    display: none
}
#dTotaisEncomenda{
    width:100%;
    font-size:16px
}
.Ttotal{
    width:70%;

}
.BtGr {
    font-size: 18px;
    padding: 8px 22px;
}

.btn-inline{
    display: inline-block
}
.btn-primary.BtGr:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #000000
}
.mb-1{
    margin-bottom:50px
}
.mb-2{
    margin-bottom:25px
}
.mb-3{
    margin-bottom:75px
}
.mt-1 {
    margin-top: 50px
}
.mt-2 {
    margin-top: 25px
}
.mt-3 {
    margin-top: 45px
}

.h6 {
    margin-bottom: 0.05em;
}
.product-thumbnail {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-default.dropdown-toggle, .btn.btn-success.refresh {
    padding-top: 8px;
    padding-bottom: 8px
}
.myBtn.btn-default.dropdown-toggle{
    border: 1px solid #ddd
}
.panel-heading a {
    display:block
}
.panel-heading .collapsed {
    font-weight: normal
}
.panel-heading a [data-toggle="collapse"], .panel-heading a:hover {
    font-weight: bold
}
.pMobile {
    padding-left: 25px;
    background-color: #efefef;
    padding-bottom: 10px
}
.pMobile a {
    display:block
}

.pMobile a:hover {
    font-weight: bold
}
.pMobile hr {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.menu-item.animate-dropdown span {
    line-height:18px
}
    .menu-item.animate-dropdown span.top-phone {
        line-height: 26px;
        font-size: 13px;
        font-weight:700
    }
    .menu-item.animate-dropdown span.top-phone .pq {
        display:inline-block
    }
.menu-item.animate-dropdown span ul.dropdown {
    visibility: hidden;
    opacity: 0;
    min-width: 60px;
    position: absolute;
    transition: all 0.5s ease;
    padding: 0.5rem 0.2rem;
    display: none;
    margin-left:8px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    z-index:9999
}

.menu-item.animate-dropdown span:hover ul.dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-top:-2px
}
.menu-item.animate-dropdown span ul.dropdown li {
    clear: both;
    width: 100%;
    color: #000000;
    padding: 6px 10px !important;
    text-align: center;
    list-style: none;
}
    .menu-item.animate-dropdown span ul.dropdown li a:hover {
        color: #189f4b;
    }

/* MAP */
#google-container {  position: relative;  width: 100%;   height: 300px;    background-color: #189f4b; }
#cd-google-map {  position: relative; }
#cd-google-map address {  position: absolute;  width: 100%;  bottom: 0;  left: 0;  padding: 1em 1em;      color: white; font-size: 13px;   font-size: 0.8125rem; background-color: rgba(253,213,48,0.9);    }
#cd-zoom-in, #cd-zoom-out { height: 32px; width: 32px; cursor: pointer;  margin-left: 10px;  background-color: rgba(253,213,48,0.9);  background-repeat: no-repeat;  background-size: 32px 64px;  background-image: url("../Images/cd-icon-controller.svg"); }
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {    background-color: #000000;}
#cd-zoom-in {  background-position: 50% 0;  margin-top: 10px;    margin-bottom: 1px; }
#cd-zoom-out {   background-position: 50% -32px;}
#map {    height: 300px;    width: 100%;}


.title-wrapper h4{ margin-bottom:0; padding-bottom:15px;border-bottom: 2px solid #189f4b; }
.title-wrapper {display: inline-block;}

#addDet{
    display:none;
}
.show{ display:block}
.hide{ display:none}

.imagensCate{ 
    width:100%!important; 
    height:250px;
    background-repeat:no-repeat!important;
    background-size: 80%!important;
    background-position:center!important
}

.video-wrapper iframe{
    height:230px
}

.botaoSobe{
    display:none
}

#imgidTransportador, #imgMetodoPagamento {
    max-width: 100px;
}

#HistoricoDetalhes > td {
    padding: 0px 2px 2px 2px !important
}

#cookieNotice {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 20px 49px;
    box-shadow: 1px 2px 30px #000000;
}



/*===================================================================================*/
/*  Yellow Color
/*===================================================================================*/
/*  Base File For Colors
/*===================================================================================*/
.footer-call-us .call-us-icon i,
.header-support-info .support-icon i,
.widget_electro_products_filter .widget_layered_nav li > a:hover::before,
.widget_electro_products_filter .widget_layered_nav li > a:focus::before,
.widget_electro_products_filter .widget_product_categories li > a:hover::before,
.widget_electro_products_filter .widget_product_categories li > a:focus::before,
.widget_electro_products_filter .widget_layered_nav li.chosen > a::before,
.widget_electro_products_filter .widget_product_categories li.current-cat > a::before,
.features-list .media-left i,
p.stars a {
    color: #189f4b;
}

.primary-nav .nav-inline > .menu-item .dropdown-menu,
.navbar-primary .navbar-nav > .menu-item .dropdown-menu,
.vertical-menu .menu-item-has-children > .dropdown-menu,
.top-bar .nav-inline > .menu-item .dropdown-menu {
    border-top-color: #189f4b;
}

.primary-nav .nav-inline .yamm-fw.open > a::before {
    border-bottom-color: #189f4b;
}

.navbar-primary,
.footer-newsletter,
.button:hover::before,
li.product:hover .button::before,
li.product:hover .button,
li.product:hover .added_to_cart::before,
.owl-item .product:hover .button::before,
.owl-item .product:hover .button,
.owl-item .product:hover .added_to_cart::before,
.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-pagination ul.page-numbers > li a.current,
.woocommerce-pagination ul.page-numbers > li span.current,
.pagination ul.page-numbers > li a.current,
.pagination ul.page-numbers > li span.current,
.owl-dots .owl-dot.active,
.products-carousel-tabs .nav-link.active::before,
.deal-progress .progress-bar,
.products-2-1-2 .nav-link.active::before,
.ad .neo-action > a::after,
.header-v1 .navbar-search .input-group .btn,
.header-v3 .navbar-search .input-group .btn,
.vertical-menu > li:first-child,
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus,
.navbar-mini-cart .cart-items-count,
.wc-tabs > li.active a::before,
.ec-tabs > li.active a::before,
.electro-nav-tabs > li.nav-item a.active::before,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
.products-2-1-2 .nav-link:hover::before,
.single_add_to_cart_button,
.wpb-accordion .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:not(.collapsed):before,
ul.products > li.product.list-view:not(.list-view-small) .button:hover,
ul.products > li.product.list-view:not(.list-view-small) .button:focus,
ul.products > li.product.list-view:not(.list-view-small) .button:active,
ul.products > li.product.list-view.list-view-small .button:hover::after,
ul.products > li.product.list-view.list-view-small .button:focus::after,
ul.products > li.product.list-view.list-view-small .button:active::after,
.widget_electro_products_carousel_widget .section-products-carousel .owl-nav .owl-prev:hover,
.widget_electro_products_carousel_widget .section-products-carousel .owl-nav .owl-next:hover,
.full-color-background .header-v3,
.full-color-background .top-bar,
.pace .pace-progress {
    background-color: #189f4b;
}

    .widget_price_filter .ui-slider .ui-slider-handle:last-child,
    section header h1::after,
    section header .h1::after,
    .products-carousel-tabs .nav-link.active::after,
    section.section-product-cards-carousel header ul.nav .active .nav-link,
    .products-2-1-2 .nav-link.active::after,
    .header-v1 .navbar-search .input-group .form-control,
    .header-v1 .navbar-search .input-group .input-group-addon,
    .header-v1 .navbar-search .input-group .btn,
    .header-v3 .navbar-search .input-group .form-control,
    .header-v3 .navbar-search .input-group .input-group-addon,
    .header-v3 .navbar-search .input-group .btn,
    .widget.widget_tag_cloud .tagcloud a:hover,
    .widget.widget_tag_cloud .tagcloud a:focus,
    .navbar-primary .navbar-mini-cart .dropdown-menu-mini-cart,
    .woocommerce-checkout h3::after,
    #customer_login h2::after,
    .customer-login-form h2::after,
    .navbar-primary .navbar-mini-cart .dropdown-menu-mini-cart,
    .woocommerce-edit-address form h3::after,
    .edit-account legend::after,
    .woocommerce-account h2::after,
    .address header.title h3::after,
    .addresses header.title h3::after,
    .woocommerce-order-received h2::after,
    .track-order h2::after,
    .wc-tabs > li.active a::after,
    .ec-tabs > li.active a::after,
    .electro-nav-tabs > li.nav-item a.active::after,
    .comments-title::after,
    .comment-reply-title::after,
    .pings-title::after,
    #reviews #comments > h2::after,
    .single-product .woocommerce-tabs ~ div.products > h2::after,
    .single-product .electro-tabs ~ div.products > h2::after,
    .cart-collaterals h2::after,
    .footer-widgets .widget-title:after,
    .sidebar .widget-title::after,
    .sidebar-blog .widget-title::after,
    .contact-page-title::after,
    .widget_electro_products_carousel_widget .section-products-carousel .owl-nav .owl-prev:hover,
    .widget_electro_products_carousel_widget .section-products-carousel .owl-nav .owl-next:hover,
    .wpb-accordion .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:not(.collapsed):before,
    h1.linha::after, #column-left h3.linha::after {
        border-color: #189f4b;
    }

.widget_price_filter .price_slider_amount .button,
.dropdown-menu-mini-cart .wc-forward.checkout,
table.cart .actions .checkout-button,
.customer-login-form .button,
.btn-primary,
input[type="submit"] {
    color: #ffffff;
    background-color: #189f4b;
    border-color: #189f4b;
}

    .widget_price_filter .price_slider_amount .button:hover,
    .dropdown-menu-mini-cart .wc-forward.checkout:hover,
    table.cart .actions .checkout-button:hover,
    .customer-login-form .button:hover,
    .btn-primary:hover,
    input[type="submit"]:hover {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

    .widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .button.focus,
    .dropdown-menu-mini-cart .wc-forward.checkout:focus,
    .dropdown-menu-mini-cart .wc-forward.checkout.focus,
    table.cart .actions .checkout-button:focus,
    table.cart .actions .checkout-button.focus,
    .customer-login-form .button:focus,
    .customer-login-form .button.focus,
    .btn-primary:focus,
    .btn-primary.focus,
    input[type="submit"]:focus,
    input[type="submit"].focus {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

    .widget_price_filter .price_slider_amount .button:active, .widget_price_filter .price_slider_amount .button.active,
    .open > .widget_price_filter .price_slider_amount .button.dropdown-toggle,
    .dropdown-menu-mini-cart .wc-forward.checkout:active,
    .dropdown-menu-mini-cart .wc-forward.checkout.active,
    .open >
    .dropdown-menu-mini-cart .wc-forward.checkout.dropdown-toggle,
    table.cart .actions .checkout-button:active,
    table.cart .actions .checkout-button.active,
    .open >
    table.cart .actions .checkout-button.dropdown-toggle,
    .customer-login-form .button:active,
    .customer-login-form .button.active,
    .open >
    .customer-login-form .button.dropdown-toggle,
    .btn-primary:active,
    .btn-primary.active,
    .open >
    .btn-primary.dropdown-toggle,
    input[type="submit"]:active,
    input[type="submit"].active,
    .open >
    input[type="submit"].dropdown-toggle {
        color: #333e48;
        background-color: #000000;
        border-color: #000000;
        background-image: none;
    }

        .widget_price_filter .price_slider_amount .button:active:hover, .widget_price_filter .price_slider_amount .button:active:focus, .widget_price_filter .price_slider_amount .button:active.focus, .widget_price_filter .price_slider_amount .button.active:hover, .widget_price_filter .price_slider_amount .button.active:focus, .widget_price_filter .price_slider_amount .button.active.focus,
        .open > .widget_price_filter .price_slider_amount .button.dropdown-toggle:hover,
        .open > .widget_price_filter .price_slider_amount .button.dropdown-toggle:focus,
        .open > .widget_price_filter .price_slider_amount .button.dropdown-toggle.focus,
        .dropdown-menu-mini-cart .wc-forward.checkout:active:hover,
        .dropdown-menu-mini-cart .wc-forward.checkout:active:focus,
        .dropdown-menu-mini-cart .wc-forward.checkout:active.focus,
        .dropdown-menu-mini-cart .wc-forward.checkout.active:hover,
        .dropdown-menu-mini-cart .wc-forward.checkout.active:focus,
        .dropdown-menu-mini-cart .wc-forward.checkout.active.focus,
        .open >
        .dropdown-menu-mini-cart .wc-forward.checkout.dropdown-toggle:hover,
        .open >
        .dropdown-menu-mini-cart .wc-forward.checkout.dropdown-toggle:focus,
        .open >
        .dropdown-menu-mini-cart .wc-forward.checkout.dropdown-toggle.focus,
        table.cart .actions .checkout-button:active:hover,
        table.cart .actions .checkout-button:active:focus,
        table.cart .actions .checkout-button:active.focus,
        table.cart .actions .checkout-button.active:hover,
        table.cart .actions .checkout-button.active:focus,
        table.cart .actions .checkout-button.active.focus,
        .open >
        table.cart .actions .checkout-button.dropdown-toggle:hover,
        .open >
        table.cart .actions .checkout-button.dropdown-toggle:focus,
        .open >
        table.cart .actions .checkout-button.dropdown-toggle.focus,
        .customer-login-form .button:active:hover,
        .customer-login-form .button:active:focus,
        .customer-login-form .button:active.focus,
        .customer-login-form .button.active:hover,
        .customer-login-form .button.active:focus,
        .customer-login-form .button.active.focus,
        .open >
        .customer-login-form .button.dropdown-toggle:hover,
        .open >
        .customer-login-form .button.dropdown-toggle:focus,
        .open >
        .customer-login-form .button.dropdown-toggle.focus,
        .btn-primary:active:hover,
        .btn-primary:active:focus,
        .btn-primary:active.focus,
        .btn-primary.active:hover,
        .btn-primary.active:focus,
        .btn-primary.active.focus,
        .open >
        .btn-primary.dropdown-toggle:hover,
        .open >
        .btn-primary.dropdown-toggle:focus,
        .open >
        .btn-primary.dropdown-toggle.focus,
        input[type="submit"]:active:hover,
        input[type="submit"]:active:focus,
        input[type="submit"]:active.focus,
        input[type="submit"].active:hover,
        input[type="submit"].active:focus,
        input[type="submit"].active.focus,
        .open >
        input[type="submit"].dropdown-toggle:hover,
        .open >
        input[type="submit"].dropdown-toggle:focus,
        .open >
        input[type="submit"].dropdown-toggle.focus {
            color: #ffffff;
            background-color: #0f4323;
            border-color: #0f4323;
        }

    .widget_price_filter .price_slider_amount .button.disabled:focus, .widget_price_filter .price_slider_amount .button.disabled.focus, .widget_price_filter .price_slider_amount .button:disabled:focus, .widget_price_filter .price_slider_amount .button:disabled.focus,
    .dropdown-menu-mini-cart .wc-forward.checkout.disabled:focus,
    .dropdown-menu-mini-cart .wc-forward.checkout.disabled.focus,
    .dropdown-menu-mini-cart .wc-forward.checkout:disabled:focus,
    .dropdown-menu-mini-cart .wc-forward.checkout:disabled.focus,
    table.cart .actions .checkout-button.disabled:focus,
    table.cart .actions .checkout-button.disabled.focus,
    table.cart .actions .checkout-button:disabled:focus,
    table.cart .actions .checkout-button:disabled.focus,
    .customer-login-form .button.disabled:focus,
    .customer-login-form .button.disabled.focus,
    .customer-login-form .button:disabled:focus,
    .customer-login-form .button:disabled.focus,
    .btn-primary.disabled:focus,
    .btn-primary.disabled.focus,
    .btn-primary:disabled:focus,
    .btn-primary:disabled.focus,
    input[type="submit"].disabled:focus,
    input[type="submit"].disabled.focus,
    input[type="submit"]:disabled:focus,
    input[type="submit"]:disabled.focus {
        background-color: #189f4b;
        border-color: #189f4b;
    }

    .widget_price_filter .price_slider_amount .button.disabled:hover, .widget_price_filter .price_slider_amount .button:disabled:hover,
    .dropdown-menu-mini-cart .wc-forward.checkout.disabled:hover,
    .dropdown-menu-mini-cart .wc-forward.checkout:disabled:hover,
    table.cart .actions .checkout-button.disabled:hover,
    table.cart .actions .checkout-button:disabled:hover,
    .customer-login-form .button.disabled:hover,
    .customer-login-form .button:disabled:hover,
    .btn-primary.disabled:hover,
    .btn-primary:disabled:hover,
    input[type="submit"].disabled:hover,
    input[type="submit"]:disabled:hover {
        background-color: #189f4b;
        border-color: #189f4b;
    }

.navbar-primary .navbar-nav > .menu-item > a:hover,
.navbar-primary .navbar-nav > .menu-item > a:focus {
    background-color: #ffffff;
}

.navbar-primary .navbar-nav > .menu-item > a {
    border-color: #ffffff;
}

.single-product div.thumbnails-all .synced a {
    border-bottom-color: #189f4b;
}

.home-search {
    background-color: #f9f9f9;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
     overflow:hidden;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 3em;
}

    .home-search h1 {
        margin-bottom: 0.7em;
    }

.home-v1-slider .btn-primary,
.home-v2-slider .btn-primary,
.home-v3-slider .btn-primary {
    background-color: #189f4b !important;
}

    .home-v1-slider .btn-primary:hover,
    .home-v2-slider .btn-primary:hover,
    .home-v3-slider .btn-primary:hover {
        background-color: #eac600 !important;
    }


.pesquisaBox{
    margin-top:20px
}



/* AREA RESERVADA */
.Vendedores {
    margin-bottom:50px
}
    .Vendedores .btn.btn-primary, .Vendedores .btn.btn-default {
        padding: 0.4em 2.134em;
    }


.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-wrapper input {
        width: 100%;
        padding-right: 40px;
        font-size: 16px;
    }

    .password-wrapper button {
        position: absolute;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 1.2em;
        color: #898585;
    }


/* SERVICOS */

article.post.servico {
    background-color: #f2f2f2
}
.servico .entry-thumbnail.img img{
    margin:auto;
    display:block
}
.servico h3 {
    color: #189f4b;
    font-weight: bold;
    margin-bottom: 20px;
}
.servico .row {
    display: flex;
    flex-wrap: wrap;
}
.servico .entry-main, .servico .entry-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-bottom:0
}
article.post.servico .entry-content p {
    margin-bottom: 0;
}



/*//MUDAR param SCREEN menu*/
ul li.mega-menu:hover > ul {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

ul li.mega-menu > ul {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.mega-menu {
    position: relative;
}

    .mega-menu > ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        background: white;
        min-width: 200px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .mega-menu:hover > ul {
        opacity: 1;
        visibility: visible;
    }
/*ate aqui*/

    @media(max-width :1400px) {
        .hero-1 {
            font-size: 42px;
            line-height: 45px;
            margin-bottom: 10px;
        }

        .hero-subtitle {
            font-size: 18px;
            line-height: 27px;
        }
    }

    @media(max-width :1220px) {
        .col-md-offset-6.col-xl-6.col-lg-7.col-md-12.conteudoSlide {
            margin-left: 30%;
        }
    }

    @media(max-width : 998px) {
        .footer-newsletter .newsletter-title {
            font-size: 1.4em;
        }

        .qtygroup {
            width: 120px;
        }

        .qty {
            padding-left: 5px !important;
            padding-right: 5px !important
        }

        .qtytotal {
            width: 260px
        }

        .text-qty {
            padding-left: 55px !important;
        }

        #myHeaderSm .top-cart .qty-top-cart-active {
            font-size: 17px;
            height: 25px;
            line-height: 16px;
            left: 88%;
            top: 23px;
            width: 25px;
            color: black;
        }
        /*    .product-desc {        min-height: 75px; }*/
        .LingMobile {
            display: flex;
            justify-content: space-between;
        }
    }

    @media(max-width : 992px) {
        .divInMobile {
            width: auto;
            float: right;
        }

        #myHeaderSm .top-cart .qty-top-cart-active {
            left: 24px;
            padding: 4px 0px;
        }

        .padding20 {
            padding: 50px 20px 20px 20px;
        }
    }

    @media(max-width : 991px) {
        .footer-bottom-widgets .columns {
            position: relative;
            float: left;
            min-height: 1px;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            width: 49%;
        }

        .top-cart i, .top-cart .icon-basket {
            color: #ffffff;
        }

        .top-cart {
            margin: 15px 25px 0 10px;
        }

        .pMobile {
            padding: 0
        }

        .handheld-navigation ul li a {
            padding: 15px 0 0 15px;
            color: #999999;
            border-top: 1px solid;
        }

        .handheld-navigation ul li ul li a {
            color: #000000;
            padding: 15px 0 15px 25px;
            border: 0;
            font-weight: bold
        }

            .handheld-navigation ul li ul li a:hover {
                color: #044a1f;
            }

            .panel-heading.panel-title.iconMenuMobile .active, .handheld-navigation ul li ul li a.active {
                color: green
            }

        .col-md-offset-6.col-xl-6.col-lg-7.col-md-12.conteudoSlide,
        .col-md-offset-1.col-xl-6.col-lg-7.col-md-12.conteudoSlide {
            margin-left: auto;
            margin-right: auto
        }
    }

    @media(max-width : 768px) {
        .alturaDet {
            margin-top: 0
        }

        .footer-newsletter .newsletter-title {
            font-size: 1.11em;
            padding-top: 15px;
        }

            .footer-newsletter .newsletter-title::before {
                margin-right: 5px;
            }

        .breadcrumb {
            display: none
        }

        #exTab2 .tab-content {
            padding: 15px
        }

        .mostramobile {
            display: block
        }

        .botoesCart {
            width: 100px;
            padding: 0 !important
        }

        .BtGr {
            font-size: 16px;
            padding: 8px 19px;
        }

        #myHeaderSm .top-cart .qty-top-cart-active {
            line-height: 14px;
            top: 23px;
            width: 25px;
        }

        .footer-contact {
            margin-bottom: 50px
        }

        #addDet, .flutua {
            position: fixed;
            z-index: 9999;
            background-color: #f5f5f5;
            width: 100%;
            height: 77px;
            padding-top: 15px;
            bottom: 40px;
            left: 0
        }

            #addDet, .flutua .qtyAdiciona div {
                display: none
            }

            #addDet, .flutua .qtyAdiciona .minus.myBtn, #addDet, .flutua .qtyAdiciona .add.myBtn {
                top: 7px;
            }

            .flutua .qtyAdiciona {
                float: left;
                width: auto;
                margin: 0px 5px;
            }

                .flutua .qtyAdiciona .minus.myBtn {
                    top: 8px;
                    right: 38px;
                    left: auto;
                }

                .flutua .qtyAdiciona .add.myBtn {
                    top: 8px;
                    right: 13px;
                    left: auto;
                }

            .flutua .txtbox {
                padding: 12px 15px !important;
            }

            .flutua div {
                margin: auto;
                max-width: 280px;
            }

        .btn-group.pq.flutua .botaoSobe {
            display: inline-block;
            width: 38px;
            float: right;
            position: absolute;
            vertical-align: top;
            top: 30px;
            right: 50px;
        }

        #scrollup {
            border: 2px solid #666;
            border-radius: 50px;
            padding: 11px 15px;
            cursor: pointer
        }

        .btn-group.pq.flutua .single_add_to_cart_button.button {
            margin-top: 1px;
        }

        .video-wrapper iframe {
            height: 430px;
        }

        .CatDescricao {
            margin-top: 50px;
            margin-bottom: 50px
        }

        .sm-mt1 {
            margin-top: 50px
        }

        #owl-main .item {
            height: 300px;
        }

        .col-md-4.pbloco {
            margin-top: 70px !important
        }

        #tabelResultCatalogo > div, #tabelResultCatalogo > div.catImg div {
            display: block;
            text-align: center !important;
            width: 100% !important;
            margin: 0px auto 10px auto
        }

        .row-flex {
            flex-direction: column; /* Empilha os itens verticalmente em vez de lado a lado */
        }

            .row-flex > div {
                width: 100%; /* Cada coluna ocupa 100% da largura */
            }

/*        .imgCentro {min-height: 200px;}*/

        .imgNoticia {
            height: 300px;
        }

        .servico .entry-main {
            text-align: center;
            padding: 30px 20px;
        }
    }

    @media(max-width : 658px) {
        .qtytotal {
            width: 140px
        }

        .qtygroup, .botoesCart {
            display: block
        }

        .botoesCart {
            margin: 5px auto auto
        }

        #tabelResultCatalogo > div {
            display: block;
            width: 100%;
        }

        #tabelPrcCatalogo {
            max-width: 100%;
        }

        .btn-group.pq {
            width: 100%
        }

        .catImg, .catDesc {
            display: inline-block !important;
            width: 50% !important
        }

        #CatalogoPreco #tabelPrcCatalogo {
            display: none
        }

        .novaDetP.VerPQ {
            display: block
        }

        .novaDetP.VerPQ {
            max-width: 150px;
            margin-top: 20px
        }

        .novaDetP {
            background-color: #000000;
            color: #ffffff
        }

        .Pesquisa_Caracteristicas .OpcoesPesquisa {
            margin: 5px auto;
            display: block;
        }

        .hero-1 {
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .hero-subtitle {
            font-size: 16px;
            line-height: 20px;
        }
    }

    @media (max-width: 544px) {
        .DFlexCentro {
            display: block;
            align-items: center;
            text-align:center
        }
        .DFlexFim img {
            margin-left: auto;
            margin-right: auto;
            margin-top:20px
        }
        .footer-newsletter .newsletter-title {
            font-size: 1em;
            padding-top: 7px;
        }

        .footer-newsletter form {
            margin-top: 0em;
        }

        .top-cart {
            margin: -5px 15px 0 10px;
        }

        #myHeaderSm .top-cart .qty-top-cart-active {
            top: 5px;
        }

        .xs-mt1 {
            margin-top: 50px
        }

        .product-thumbnail {
            height: auto;
        }
        /*    li .product-category .product-desc {   min-height: 100px; }*/
        .mostraGR {
            display: none
        }

        .mostraPQ {
            display: block
        }

        .product-det {
            display: inline-block;
        }

        .product-loop-categories .product-category {
            margin-bottom: 0px;
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 35px;
            margin-top: 0px;
            padding-top: 30px;
        }

        .bx-wrapper .product-loop-categories .product-category {
            margin-bottom: 20px;
            border-bottom: 0px solid #eaeaea;
            margin-top: 0px;
        }

        .bx-wrapper .product-det {
            display: block;
        }

        .video-wrapper iframe {
            height: 300px;
        }

        .imgNoticia {
            height: 250px;
        }
    }

    @media (max-width: 480px) {
        .flutua div {
            margin-left: 20px;
        }
    }

    @media (max-width: 400px) {
        .BtGr {
            font-size: 14px;
            padding: 8px 16px;
        }

        #myHeaderSm .top-cart .qty-top-cart-active {
            left: 62%;
        }

        .video-wrapper iframe {
            height: 220px;
        }

        .btn-group.pq.flutua .botaoSobe {
            right: 20px;
        }

        .flutua div {
            margin-left: 14px;
        }
    }

    @media (max-width: 320px) {
        .footer-newsletter .newsletter-title {
            font-size: 1em;
            padding-top: 0px;
        }

        #myHeaderSm .top-cart .qty-top-cart-active {
            left: 50%;
        }
    }

    @media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 780px) {
        .fixed-nav-bar {
            position: relative !important;
        }

        .navbar-primary {
            position: relative !important;
        }
    }
