/* Declaração das fontes do tema */

@import 'https://fonts.googleapis.com/css?family=PT+Sans+Narrow';
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
  .title_box_heading{
    float: left;
    font-size: 11px;
    width: 100%;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    padding: 0px !important;
  }
  #related .product-block .image{
    margin-left: 50%;
    transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    
  }
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.ttf');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic.woff') format('woff'),
         url('../fonts/OpenSans-Italic.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
 font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family:'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.woff') format('woff'),
         url('../fonts/OpenSans-Light.ttf') format('truetype'),
         url('../fonts/OpenSans-Light.svg') format('svg');
  font-weight: lighter;
  font-style: normal;
}



body {
  /*background-size: 100%;*/
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

.open > .dropdown-menu{
  display: inline-block;
  padding: 10px;
  color: #666666;
  font-size: 11px;
}
.open > .dropdown-menu a{
  color: #333;
}

.fa.font-li {
  font-family: Open Sans;
}

#wrapper {
  /*background-image: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavcustom/bgdinac.jpg');
  background-position: center;
  background-repeat: no-repeat;*/
}
  
/* Classes utilitárias */

.item-list-user.mobile {}

.zoomContainer {
    display: none;
}

.btn.btn-incart {
  background-color: #FFA500;
  border-color: #FFA500;
  color: #FFF;
}

.col-without-padding {
  padding: 0px;
}
.col-without-padding-left {
  padding-left: 0px;
}
.col-without-padding-right {
  padding-right: 0px;
}
.row-without-margin {
  margin: 0px;
}
/*/ Classes utilitárias /*/

/* Links Rápidos */

.quick-links {
  text-align: right;
  margin-top: 3px;
}
.quick-links ul.quick-links-list {
  margin: 0px;
}
.quick-links-list .item-quick-list a , .quick-links-list .item-list-user a {
  font-size: 11px;  
}

.quick-links-list .item-quick-list ,.quick-links-list .item-list-user  {
  padding: 0px;
}

.quick-links-list .item-quick-list a {
  border-right: 1px solid #666;
  padding:0px 12px;
  color: #0060a8;
}

.quick-links-list .item-list-user a {
  border-right: 1px solid #666;  
  padding:0px 12px;
  color: #0060a8;
}

.quick-links-list .item-list-user a {
  color: #666666;
}

.quick-links-list li:nth-child(7) a {
  border:none;
}

.quick-links-list .item-list-combo button {
  background: none;
  border-radius: 5px;
  border: 1px solid #0060a8;
  padding:0px 5px;
}

.quick-links-list .item-list-combo button span  { 
  font-size: 10px;
  color: #0060a8;
  text-transform: uppercase;
}

.fa.fa-chevron-down {
  color: #0060a8;
  font-weight: normal;
}

.quick-links-list .item-list-combo 

/*/ Links Rápidos /*/

/* Header */
#header-content {
  
}

  .top-container {
    /*padding-left: 0px;*/
  }

  .logo-container {
    padding-left: 0px;
  }
  
  /* Logo e Busca */
  .input-group-search {
    position: relative;
  }

  .busca-header {
    margin-top: 20px;
  }

  .input-group-search .busca-input {
    font-size: 11px;
    height: 35px;
  }

  .input-group-search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
  }

  .btn-search > .btn {
    padding: 7px 18px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    
    background-color: #1F74B2;
    background: -webkit-linear-gradient(#0276ce, #0060aa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0276ce, #0060aa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0276ce, #0060aa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0276ce, #0060aa); /* Standard syntax */
    
    color: #FFF;
  }

  .btn-search > .btn:hover {
    color: #FFF;
  }
  /*/ Logo e Busca /* /

  
  /* Login e Carrinho */
  .info-container {
    margin-top: 17px;
  }

  .info-login {
    float: left;
    margin-top: 10px;
    width: 61% !important;
    display: inline-flex;
  }
  
  .text-center.welcome-text {
    width: 100%;
    display: inline-table;
    width: 100%;
    text-align: left;
}
.clique_aqui {
  font-size: 14px;
  color: #999FA5;
  margin: 0px -29px 10px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 18px;
  width: 100%;
    
}

  @media(max-width: 991px){
    .info-login{
      width: 100%;
    }
  }

  .info-login .welcome-text .login-span,
  .info-login .welcome-text .cadastre-span {
    font-size: 11px;
    font-weight: bold;
    color: #0060a8;
    padding: 0px 10px;
  }  

  .info-login .welcome-text a.login-span {
    border-right: 1px solid #0060a8;
  }

  .welcome-text .logged-msg, .welcome-text .logout-msg {
    font-weight: bold;
    font-size: 14px;      
  }

  .welcome-text .logout-msg {
    text-transform:  none;    
  }

  .info-cart {
    float: right;
  }

  .info-cart .heading > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
  }

  .cart-header-icon {    
    font-size: 24px;
    width: 40px;
    padding: 5px;
    height: 35px;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    background-color: #1F74B2;
    background: -webkit-linear-gradient(#0276ce, #0060aa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0276ce, #0060aa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0276ce, #0060aa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0276ce, #0060aa); /* Standard syntax */
  }

  .cart-title {
    font-weight: bold;
    color: #0060a9;
  }
  .detalhes-produtos {
    text-align: center;
  }

  .detalhes-produtos span.quantidade {
    color: #666666;
  }
  /*/ Login e Carrinho /*/
/*/ Header /*/
.tooltip {
  text-transform: none;
}
/**  Mensagens de Login   **/

/*** Carrinho do Header ***/
.cart-header {
  position: relative;
  z-index: 30;
}

.cart-header .content {
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 45px;
  width: 400px;
  z-index: 10;
}
.cart-header:hover .content,
.cart-header.active .content{
  display: block;
}

.info-cart-menu-mobile .cart-header:hover .content,
.info-cart-menu-mobile .cart-header.active .content {
  display: none;
}

.cart-header .content .name a{
  color: #1f74b2;
}

.cart-header .heading{
  color: #0274ca;
  cursor: pointer;  
}

.cart-header:hover .heading,
.cart-header.active .heading{
  background-position: left top;
  /*color: #fff;*/
}

/*.cart-header .heading .fa.cart-header-icon{  
  background-color: #0274ca;
  color: #FFF;
  padding: 5px 10px;
  font-size: 32px;  
  border-radius: 5px;
}*/

.resumo-container {
  height: 48px;
}

.cart-header .heading .resumo-container .detalhes-produtos .icon-detalhes-carrinho {
  float: right;
}

#header #cart.cart-header .heading .cart-title{  
  font-size: 16px;  
  text-transform: uppercase;
}

#header #cart.cart-header .heading #cart-total{
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.cart-header .heading a {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-header .table td{
  padding: 4px;
  font-size: 12px;
  color: #0060A8;
  vertical-align: middle;
  border-top: 1px solid #1f74b2;
}

.cart-header .table tfoot tr td,
.cart-header tbody tr:first-child td{
  border-top: none;
}

.cart-header tfoot tr:first-child td{
  border-top: 1px solid #1f74b2;
}

.cart-header tfoot tr td{
  text-align: right;
}

.cart-header .empty{
  text-align: center;
  font-weight: bold;
  color: #0060A8;
  text-transform: none;
}

.cart-header .btn{
  width: 100%;
}
.cart-header .btn-cart{
  background-color: #fff;
  color: #1f74b2;
  border: 1px solid  #1f74b2;
}

.cart-header .btn-cart:hover{
  /*background-color: #000;*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.cart-header .btn-checkout{
  background-color: #1f74b2;
  color: #fff;
}

.cart-header .btn-checkout:hover{
  opacity: 0.7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/** Carrinho do Header **/


/** Estilos do Menu **/

#pos-mainmenu {
  margin-top: 15px;
}

.megamenu {
  background-color: #0060aa;
  font-size: 0;
  margin: 0;
  float: none;
  position: relative;
}

.megamenu .cols6 {
  margin: 0;
}

.megamenu .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.megamenu .mega-group .dropdown-toggle {
  display: inline-block;
  margin-bottom: 10px;
}

.megamenu .cols6 {
  min-width: 1100px;
}

.megamenu .mega-cols, .megamenu .level1 {
    padding: 36px 40px 26px;
}

.megamenu .mega-group .caret {
  display: none;
}

/*.megamenu .dropdown:hover .dropdown-menu {
  display: block;
}*/

.megamenu .mega-group .menu-title {
  font-size: 20px;
  font-weight: bold;
  color: #0060aa;
  margin-bottom: 10px;
}

.megamenu .level2 .mega-col {
  padding: 0;
}

.megamenu .level2 .mega-group {
  margin-bottom: 5px;
}

.megamenu .level2 .menu-title {
  font-size: 12px;
  color: #777777;
  font-weight: normal;
  text-transform: capitalize;
}

.megamenu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  padding-top: 5px;
  height: 50px;
  text-align: center;
  width: 106px;
  position: static;
}

.megamenu > li:hover {
  background-color: #fff100;
  cursor: pointer;
  background: -webkit-linear-gradient(#c3b905, #fff100); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#c3b905, #fff100); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#c3b905, #fff100); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#c3b905, #fff100); /* Standard syntax */
}

.megamenu > li:hover > a {
  color: #0d5215;
  cursor: pointer;
}

.megamenu > li > a {
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  padding: 0;
  display: block;
  /*display: block;
  padding:0px 15px;  */
}

.megamenu > li > a .menu-icon {
  padding: 0;
}

.megamenu > li > a::before {
  display: block;
  text-align: center;  
}

.nav>li>a:hover,
.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus, 
.nav>li>a:focus {
  background-color: transparent;
}

/* Ver todos produtos */
li.all-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/allitens.png');  
}
li.all-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/allitenshover.png');  
}
/* Ver todos produtos */

/* Produtos Novos */
li.new-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/star.png');
}

li.new-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/starhover.png');
}
/* Produtos Novos */

/* Promoção */
li.special-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/special.png');
}

li.special-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/specialhover.png');  
}
/* Promoção */

/* Elétrico */
li.eletric-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/eletric.png');
}

li.eletric-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/eletrichover.png');  
}
/* Elétrico */

/* Iluminação */
li.light-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/light.png');
}

li.light-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/lighthover.png');  
}
/* Iluminação */

/* Ferramentas */
li.tools-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/tools.png');
}

li.tools-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/toolshover.png');  
}
/* Ferramentas */

/*Ferragem*/
li.ferr-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/ferr.png');
}

li.ferr-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/ferrhover.png');  
}
/*Ferragem*/

/* Química */
li.quimic-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/quimic.png');
}

li.quimic-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/quimichover.png');  
}
/* Química */

/* Solda */
li.solda-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/solda.png');
}

li.solda-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/soldahover.png');
}
/* Solda */ 

/* Hidráulica */
li.hidra-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/hidra.png');
}

li.hidra-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/hidrahover.png');
}
/* Hidráulica */

/* Pintura */
li.pintura-products > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/pintura.png');
}
 
li.pintura-products:hover > a::before {
  content: url('https://images.n49shop.com.br/n49shopv2_dinac/images/pavmegamenu/pinturahover.png');
}
/* Pintura */

/** Estilos do Menu **/

/** Carrossel de Banners **/

.camera_wrap {
  z-index: 2;
}

.camera_wrap .camera_prev,
.camera_wrap .camera_next {
  display: none;
}

.camera_pag {
  position: absolute;
  bottom: 10px;  
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.camera_wrap .camera_pag .camera_pag_ul {
  background-color: #0060a9;
  border-radius: 10px;
  height: 16px;
  display: inline-block;
  padding: 1px 10px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  margin:0px 5px;
  background-color: #FFF;
}


 .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent span , .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background-color:#fff200;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}

/*.banner-controls .buttons-wrapper .button-banner {
  color: #FFF;
  cursor: pointer;
  margin: 2px;
}

.banner-controls .buttons-wrapper .button-banner.active , .banner-controls .buttons-wrapper .button-banner:hover {
  color: #fff100;
}*/
/** Carrossel de Banners **/

/* Carrosel de produtos por tabs */

.producttabs {
  clear: both;
  border:1px solid #e2e2e2;
  margin-bottom: 15px;
}

.producttabs .row {
  margin: 0;
}

.producttabs ul {
  font-size: 0;
}

/*.producttabs ul li:first-child {
  border-left: 1px solid #e2e2e2;
}

.producttabs ul li:last-child {
  border-right: 1px solid #a9a9a9;
}*/

.producttabs ul li {
  width: 33.3%;
  text-align: center;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e2e2e2;
  margin: 0px;
}


.producttabs ul li a {
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFF;
  color: #a9a9a9;
}

.producttabs ul li.active a {
  background-color: #0060a9;
  color: #FFF;
}

.producttabs ul li.active::after {  
    content: ' ';
    height: 0;
    margin-left:auto;
    margin-right:auto;
    width: 0;
    border: 12px solid transparent;
    border-top-color: #0060a9;

    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}


/* Carrosel de produtos por tabs */


/* Footer */

#footer-top {
  margin-top: 10px;
  margin-bottom: 10px;
}

.newsletter-container {
  border-radius: 3px;
  min-height: 60px;
  background-color: #1F74B2;
  background: -webkit-linear-gradient(#0c4d80, #2972ab); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#0c4d80, #2972ab); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#0c4d80, #2972ab); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#0c4d80, #2972ab); /* Standard syntax */
  padding-bottom: 10px;
}

.newsletter-container .newsletter-info {
  text-align: center;    
}

.newsletter-container .newsletter-info > * {
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-transform: none;
  line-height: 20px;
  margin-top: 20px;
  display: inline-block;
}

.btn-newsletter {
  background-color: #fff200;
  color: #0e5083;
  font-size: 14px;
  font-weight: bold;
}

.input-newsletter {
  margin-top: 15px;
}

.logo-rodape-container {
  margin-top: 40px;
}

#footer-content {

}

.info-rodape-title {
  font-size: 16px;
  font-weight: bold;
  color: #0060a9;
}

.rodape-list .rodape-list-item a, .relacionamento-container p {
  color: #888888;
  text-transform: none;
  font-size: 12px;
}

.info-atendimento-container p {
  font-size: 14px;
  font-weight: bold;
  color: #0060a9;
  margin-bottom: 0;
}

.info-atendimento-container .info-telefone {
  color: #545454;
  font-weight: bold;
  font-size: 15px;
}
.quick-links-rodape {
  margin-top: 20px;
}
.quick-links-rodape p {
  font-size: 15px;
  color: #7c7c7c;
}

.btn-fale-conosco {
  border-radius: 0px;
  border:1px solid #888888;
  width: 60%;
  background-color: #FFF;
  color: #0060a9;
  font-size: 12px;
}

.footer-bottom {
  margin-top: 30px;  
}

.footer-bottom-container {
  padding-top: 20px;
  border-top:1px solid #EFEFEF;
}

.footer-bottom p {
  color: #888888;
  font-size: 12px;
  text-transform: none;
}

.list-meios-pagamento li {
  padding: 0px;
}

.list-redes-sociais > li {
  padding: 0;
}

.footer-center {
  margin-top: 20px;
}

/* Footer */

/** Estilos Menu Mobile **/

.header-content-mobile {
  position: relative;
}

.menu-open {
  position: absolute;
  top: 10px;
  z-index: 99;
}

.menu-mobile-button .button-menu-mobile {
  background-color: #0060a9;  
}

.menu-mobile-button .button-menu-mobile:active , .menu-mobile-button .button-menu-mobile:focus {
  outline: none;
}

.menu-mobile-button .button-menu-mobile .fa-bars {
  color: #FFF100;  
}

.top-container-mobile {
  margin-bottom: 15px;
  margin-top: 10px;
}

.logo-container-mobile {
  margin-bottom: 10px;
}

.menu-on {
  overflow: hidden;
}

.menu-mobile-container {  
  background: #0060a9;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  top: 0;
  width: 85%;
  max-width: 280px;
  z-index: 1100;
  transform: translate(-100%,0);
  transition: all 300ms ease;
  
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.menu-on .menu-mobile-container {
  
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);  
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);

  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  
  box-shadow: -1px 0px 50px 40px rgba(0, 0, 0, 0.5);
}

.menu-mobile-container .menu-mobile-wrapper {
  height: 100%;
  left: 0px;
  margin-left: 0;
  margin-right: 0;
  overflow-y: scroll;
  overflow: auto;
  position: fixed;
  width: 100%;
  margin-top: 0px;
  text-align: center;
}


button.close-menu-mobile {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #FFF;
  border: none;
  font-size: 20px;
  z-index: 1;
}

.info-cart.info-cart-menu-mobile {
  float: none;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom:1px solid #FFF;  
}

.info-cart.info-cart-menu-mobile .cart-title , .info-cart.info-cart-menu-mobile .quantidade {
  color: #FFF;
  font-weight: normal;
}

.info-login.info-login-menu-mobile {
  float: none;
  padding-bottom: 10px;
  width: 100% !important;
  display: inline-block;
  margin-left: 12%;
}
.info-login-menu-mobile {

}
.info-login.info-login-menu-mobile .welcome-text a.login-span {
  border-right: 1px solid #FFF;
}
.info-login.info-login-menu-mobile .welcome-text a {
  color: #FFF;
  font-weight: normal;
  font-size: 14px;
}

#quick-links-mobile {
  text-align: center;
}

#quick-links-mobile .quick-links-list li a {
  color: #FFF;
  border:none;
  display: block;
  padding-top: 10px;
}

.megamenu.menu-mobile {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
}

.megamenu.menu-mobile > li {
  width: auto;
  height: auto;  
  padding: 0px;
  display: block;    
}
.megamenu.menu-mobile > li > a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.megamenu.menu-mobile > li.submenu-mobile {
  padding: 0;
}

.megamenu.menu-mobile > li.submenu-mobile .dropdown-menu {
  position: static;
  float: none;
  padding: 0;
  min-width: 100%;
}

.megamenu.menu-mobile > li.submenu-mobile .dropdown-menu .mega-col {
  text-align: center;
}

.megamenu.menu-mobile > li > a::before {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 40px;
}

/*/ Estilos Menu Mobile /*/



/*/ Estilo do Carrossel de Produtos de fabricante /*/

/*.cat_posts_box {
  text-align: center;
}*/

.productcarousel {
  padding: 0;
  padding-bottom: 20px;
  border:1px solid #e2e2e2;  
  margin-bottom: 30px; /* Para igualar a margem do banner que fica do lado desse caroussel */
}

.manufacturer-carrousel.productcarousel {
  margin-left: 15px;  
}

.productcarousel .row {
  margin: 0;
}

.productcarousel .module-tit {
  padding:10px 20px;
  border-bottom: 1px solid #e2e2e2;
}

.productcarousel .module-tit span {
  font-size: 18px;
  font-weight: bold;
  color:#0060a9;
}

.carousel-controls .carousel-control{
  background: none;
  opacity: 1;
}

.carousel-controls .carousel-control span {
  color: #0060a9;
  font-size: 50px;
  position: absolute;
  top: 40%;  
  z-index: 999;
  padding: 10px;
  background-color: rgba(249,249,249,0.6);
}

.carousel-controls .carousel-control.right span {
  right: 0px;  
}

.carousel-controls .carousel-control.left span {
  left: 0px;  
}

.carousel-controls .carousel-control.left span::before {
  content: "\f104";
}

.carousel-controls .carousel-control.right span::before {
  content: "\f105";
}

.layerslider-wrapper.small-banner-2 {
  float: right;
}

/*/ Estilo do Carrossel de Produtos de fabricante /*/

.banner-caroussel-fabricantes .bannercontainer {
  margin: 0 !important;
  padding: 0 !important;
}

/* Estilo dos produtos nas listagens */

.product-block {
  width: 165px;
  min-height: 290px;
  margin: 15px auto 0;
}

.product-block .image {
  height: 165px;
  width: 165px;
  margin-bottom: 10px;
}

.product-block .product-meta .info {
  height: 90px;
  overflow: hidden;
}

.product-meta {

}
.rating, .norating {
  display: none;
}
  
.product-meta .description_integracao {
  color: #909090;
  font-size: 12px;
}

.product-meta .name a {
  color:#545454;
  font-size: 12px;
  font-weight: bold;
}

.product-meta .cart .btn-details-product {
  padding: 1px 13px;
  background-color: #0060a9;
}

.product-meta .price-login-msg {
  font-size: 10px;
  color: #0060a9;
}

.product-meta .name {
  margin: 0;
  /*height: 55px;*/
}

.product-meta .name a {
  display: inline-block;
  line-height: 15px;
}

.product-meta .price {
  font-size: 12px;
  color: #0060a9;
  font-weight: bold;
  text-transform: uppercase;
}

.product-meta .price .special-price::after {
  /*content:' un.';
  text-transform: none;*/
}

.product-meta .cart .btn-details-product .text {
  text-transform: uppercase;
  color: #FFF;
  font-size: 10px;
}

.product-meta p.product-model {
  color: #808080;
  font-size: 12px;
  text-transform: none;
}

.btn-comprar-container-info {
  /*height: 70px;*/
}

.btn-comprar-container-info .info-qtde-added {
  font-size: 11px;
  background-color: #E7E7E7;
  padding: 1px 5px;
  display: inline-block;
  color: #6C6C6C;
  text-transform: none;
  border-radius: 3px;
  margin-bottom: 3px;
}
.btn-comprar-container-info > .span-blank
{
  min-height: 15px;
  min-width: 50px;
  background-color: #fff;
}
.btn-comprar-container .input-group {
  width: 51%;
}

.latest-articles-container.home {
  margin-bottom: 10px;
}

.title-latest-blog {
  font-size: 25px;
  font-weight: bold;
  color: #0060A9;
  text-transform: none;
  margin-top: 0;
}

.latest-articles-container.home .latest-posts-list {
  list-style: none;
  margin: 0;
  padding:0;
}

.latest-articles-container.home .latest-posts-list .post-created-date {
  font-size: 11px;
  color: #0060a9;
  margin:0;
}

.latest-posts-list-item.list-item {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
}

.latest-posts-list-item.list-item:last-child {
  border-bottom: none;
}

.latest-articles-container.home .latest-posts-list .post-title a {
  font-size: 16px;
  color: #545454;
  font-weight: bold;
  text-transform: none;
}

.latest-articles-container.home .latest-posts-list .post-short-description {
 font-size: 12px;
 color: #888888;
 text-transform: none;
}

.latest-articles-container.home .latest-posts-list .btn-post-more {
  font-size: 10px;
  color: #0060A9;
  padding: 2px 15px;
  border: 1px solid #0060A9;
  border-radius: 2px;
  text-decoration: none;
}

.latest-articles-container.home .more-posts-btn {
  background-color: #e2e2e2;
  font-size: 12px;
  font-weight: bold;
  color: #878787;
  margin-top: 10px;
  border-radius: 1px;
}

.producttabs {
  padding-bottom: 20px;
}

.product-col {
  margin-top: 15px;
}
/*/ Estilo dos produtos nas listagens */
.cadastro_mask{
  background: rgba(0,0,0,0.6);
  display: none;
  left: 0;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.product-block-qtde {
  padding: 6px;
}

/* Media Queries */
@media (max-width: 1200px) {
  .logo-rodape-container {
    margin-top: 0;
  }

  .footer-top , .footer-bottom , .footer-center {
    text-align: center;
  }

  .plataforma-link-container {
    margin-top: 15px;
  }

  .product-block {
    text-align: center;
  }

  .btn-comprar-container .input-group {
    margin: 0 auto;
  }

  .producttabs ul li {
    width: 100%;
  }

  .producttabs ul li.active::after {
    display: none;
  }

  .manufacturer-carrousel.productcarousel {
    margin-left: 0;
    /*clear: both;*/
  }
  
}

@media (max-width: 991px) { 
  .content-top .layerslider-wrapper {
    padding: 0;
    text-align: center;
  }

  .layerslider-wrapper.small-banner-2 {
    float: none;
  }
}
/* Media Queries */
.menu-mobile .dropdown-toggle{
  width: 100%;
  height: 100%;
}
.logo-loja img{
  max-width: 100%;
}
@media(min-width: 991px){
  .menu-mobile-container{
    display: none;
  }
}
.newsletter-info p{
  display: none !important;
}
@media(min-width: 991px) and (max-width: 1200px){
  .newsletter-container .newsletter-info > *{
    font-size: 17px;
  }
}
/**
  Header fixed
**/
  .header-relative .mega-menu{
    display: block;
  }
  .btn-menu-fixed{
    display: none;
  }
  .menu-clone-fixed{
    display: none;
  }
  .header-fixed .menu-relative{
    display: none;
  }
  .header-fixed .menu-clone-fixed{
    display: block;
  }
  .header-fixed{
    position: fixed;
    z-index: 9999;
    width: 100%;
    max-width: 100% !important;
    top: 0px;
    background: white;
  }
  .header-fixed > .row:first-child{
    box-shadow: 0px 4px 11px rgba(0,0,0,0.3);
  }
  .header-fixed .menu-clone-fixed .mega-menu{
    max-width: 1170px;
    margin: auto;
    display: none;
  }
  .header-fixed .header-content{
    max-width: 1170px;
    margin: auto;
    width: 100%;
    float: none;
  }
  .header-fixed #quick-links{
    display: none;
  }
  .header-fixed #pos-mainmenu{
    margin-top: 0px;
  }
  .header-fixed .btn-menu-fixed{
    display: block;
  }
  .header-fixed .btn-menu-fixed button:active,
  .header-fixed .btn-menu-fixed button:focus,
  .header-fixed .btn-menu-fixed button:active:focus,
  .header-fixed .btn-menu-fixed button{
    padding: 7px 18px;
    background: #0060aa;
    color: white;
    text-transform: uppercase;
    border: 0px;
    border-radius: 3px;
    margin-top: 14px;
    box-shadow: 0px;
    outline: none;
  }
  .header-fixed .logo-container{
    padding-top: 12px;
  }
  .header-fixed .dropdown-menu{
    margin-top: -1px;
  }
  .header-fixed .info-login{
    margin-top: 10px;
  }
  .header-fixed .info-container{
    margin-top: 11px;
    margin-bottom: 6px;
  }
  .header-fixed .busca-header{
    margin-top: 14px;
  }
  
  @media (min-width: 1024px){
   .item-list-user.mobile {
      display: none;
    }    
    .text-center.welcome-text {
      width: 100%;
      display: inline-table;
      width: 87%;
      text-align: left;
    }

    .clique_aqui {
      font-size: 14px;
      color: #999FA5;
      margin: 0px -30px 10px;
      font-family: 'PT Sans Narrow', sans-serif;
      line-height: 18px;
      width: 96%;
    }
    .info-login {
      float: left;
      margin-top: 10px;
      width: 59% !important;
      display: inline-flex;
    }
  }
  
  @media(max-width: 768px){
    .item-list-user.mobile{
      display: block;
      color: #FFF;
      margin-top: 10px;
    }
    .borderMobile{
      border: 1px solid;
      width: 100%;
    }
    .quick-links-list .item-list-user a {
      color: #FFF;
      border-right: 0px ;
    }
    .menu-mobile-container .menu-mobile-wrapper {    
      overflow-y: auto;
      overflow-x: hidden;
    }

    
        .text-center.welcome-text {
        width: 100%;
        display: inline-table;
        width: 77%;
        text-align: center;
      }

        .clique_aqui {
          font-size: 14px;
          color: #999FA5;
          margin: 0px -30px 10px;
          font-family: 'PT Sans Narrow', sans-serif;
          line-height: 18px;
          width: 50%;
      }
        .info-login {
          float: left;
          margin-top: 10px;
          width: 59% !important;
          display: inline-flex;
      }
  }

  .cabecalho-pagina-conteudo
  {
    background-color: rgb(0, 96, 168);
    margin: 25px 0 60px 0;
  }

  .cabecalho-pagina-conteudo > label
  {
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin: 10px 10px 10px 10px;
  }

  .box-imagem-galeria
  {
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }

  .box-imagem-galeria > img
  {
    cursor: pointer;
  }

  .box-imagem-galeria > div
  {
    cursor: pointer;
  }

  .imagem-galeria
  {
    margin: 0 0 0 0;
    border: solid 2px rgb(0, 96, 168);
  }

  .imagem-galeria-detalhe
  {
    margin: 0 0 0 0;
    border: solid 2px rgb(0, 96, 168);
  }

  .imagem-label-data
  {
    font-weight: lighter;
    float: left;
  }
  .imagem-label-nome
  {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
  }
  .module-galeria-pagination
  {
    margin: 20px 0 0px 0;
  }

  .module-galeria-pagination > .galerianav > label
  {
    font-weight: lighter;
  }

  .module-galeria-pagination > nav > .pagination
  {
    margin: 5px 0 40px 0;
  }

  .nome-galeria-titulo
  {
    font-weight: lighter;
  }

  .imagem-titulo
  {
    width: 100%;
  }

  .imagem-nav > span > a
  {
    color: rgb(84, 84, 84);
  }

  .imagem-nav > span > a
  {
    color: rgb(84, 84, 84);
  }

  .imagem-titulo > .link-close
  {
    color: rgb(0, 0, 0);
  }

  .imagem-titulo > .link-close > .btn:hover
  {
    color: rgb(0, 0, 0);
  }

  .imagem-titulo > .link-close
  {
    float: right;
    margin: 0 0 5px 0;
    cursor: pointer;
  }

  .fancybox-nav-custom {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  .fancybox-prev-custom {
    left: 0;
  }

  .fancybox-next-custom {
    right: 0;
  }

  .fancybox-nav-custom span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;

  }

  .fancybox-nav-custom > span > a{
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
  }

  .fancybox-prev-custom span {
    left: 10px;
    background-position: 0 -36px;
  }

  .fancybox-next-custom span {
    right: 10px;
    background-position: 0 -72px;
  }

  .imagem-conteudo
  {
    position: relative;
  }

  .imagem-expandir
  {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
  }

  .imagem-expandir > a
  {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
  }

  .linha-divsoria
  {
    border: 1px solid rgb(211, 211, 211);
  }

  .pagination > .current > .pag-atual
  {
    color: #23527c ;
    background-color: #eee;
    border-color: #ddd;
  }

.footer-bottom p.plataforma-n49 {
  vertical-align: middle;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
}

.category {
  margin-top: 17px;
}

.box-category {
  list-style: none;
  margin-left: -1px;
  padding: 13px;
  border: 1px solid #ccc;
}

.itens-filtro {
  font-size: 10px;
  display: inline-block;
  font-weight: bold;
  /* padding: 5px; */
  margin-top: 3px;
  position: absolute;
}


