@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

body {
  background-color: #f7f7f7;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /* font-size: 13px; */
  /* line-height: 20px; */
}

/* Garante que o cabeçalho (e o mini-carrinho dentro dele) sempre fique acima
   do conteúdo da página, mesmo com carrosséis (Owl Carousel) que criam seu
   próprio contexto de empilhamento via transform. */
header {
  position: relative;
  z-index: 1000;
}

.shopping {
  position: absolute;
  top: 39px;
  left: -25px;
  font-size: 36px;
}

#logo {
  margin-top: 4px;
  margin-bottom: 25px;
}

/*
*** NC2web 
*** Altera os parametros dados da conta usuario ao lado da pesquisa
*/
.conta {
  padding-left: 12px;
  font-size: 15px;
  width: 50%;
  float: left;
  color: #c1c1c1;
}

.conta-hover:hover {
  color: #F5811E;
}

.conta a {
  color: #c1c1c1;
}

.cart {
  padding-left: 18px;
  line-height: 20px;
  float: left;
  width: 50%;
}

/* Alinha o resumo do carrinho (toggle "N R$X,XX") na borda direita real do
   cabeçalho, e não apenas na borda direita da coluna/container que o contém. */
header #search-bar {
  position: relative;
}
header #search-bar .cart {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  float: none;
  width: auto;
  padding-left: 0;
}

/*
*** NC2web 
*** Altera a cor da fonte e do fundo do menu ao passar o mouse 
*/
#menu .menu > li > a:hover {
  background-color: #174994;
  color: #fff;
}

.disponibilidade {
  float: left;
  margin-top: 20px;
}

.carregando {
  color: #c1c1c1;
}

.carregado,
.price-tax {
  display: none;
}

#cart .carregado p {
  color: #174994;
}

.caption a {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}

.product-thumb a {
  color: #001086;
  text-align: center;
}

.cart-table_infor {
  background: #fff;
  float: left;
  margin-top: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.33);
  padding: 10px;
  position: absolute;
  width: 360px;
  right: 0;
  top: 10px;
  z-index: 9999 !important;
}

li {
  list-style-type: none;
}

#button-cart {
  height: 55px;
  font-size: 19px;
  font-weight: 700;
}

/*
*** NC2web 
*** Altera a cor do preco do produto
*/
.price {
  margin-bottom: 0;
  font-size: 22px !important;
  font-weight: 600;
  color: #ff0000;
  text-align: left;
}

.caption .product-thumb {
  border: 3px solid #fff;
  padding: 20px;
  background: #fff;
  min-height: 440px !important;
}


/*
*** NC2web 
**** Altera a ultima linha do sub menu principal
*/
#menu .dropdown-menu .see-all:hover {
  background-color: #f2f2f2;
  color: #174994;
}

#menu .dropdown-menu .see-all {
  display: block;
  line-height: 1.8;
  color: #082c5c;
  padding: 10px;
  background: #fff;
}

.pull-righ {
  float: right;
}

.list-unstyled i {
  font-size: 17px;
  background: #082c5c;
  padding: 9px 10px;
  border-radius: 32px;
  width: 35px;
  text-align: center;
  color: #fff;
}

.col-sm-3 li i {
  margin-right: 5px;
}


/*
*** NC2web 
*** Altera os parametros cor do sub menu ao passar o mouse
*/
#menu .dropdown-menu li > a:hover {
  background-color: #f2f2f2;
  color: #174994;
}

.texcopy {
  float: left;
  opacity: 0.5;
}

.socialm {
  background-color: #ff0001;
  border-radius: 20px;
  padding: 8px 9px;
}

.quadro_lis {
  background-color: #e8e8e8;
  padding: 0;
  margin-top: -5px;
  padding-bottom: 0;
}

.btn-comprar {
  font-size: 14px !important;
  text-transform: unset !important;
  background: transparent;
  border: 1px solid;
  border-color: #082c5c;
  color: #082c5c !important;
  margin-top: 7px;
  border-radius: 25px 25px 25px 25px;
}

.btn-comprar:hover {
  font-size: 14px !important;
  text-transform: unset !important;
  background: #082c5c;
  border: 1px solid;
  border-color: none;
  color: #fff !important;
  margin-top: 7px;
  border-radius: 25px 25px 25px 25px;
}

.btn-detalhes {
  font-size: 14px !important;
  text-transform: unset !important;
  background: transparent;
  border: 1px solid;
  border-color: #F5811E;
  color: #F5811E !important;
  margin-top: 7px;
  border-radius: 25px 25px 25px 25px;
}

.btn-detalhes:hover {
  font-size: 14px !important;
  text-transform: unset !important;
  background: #F5811E;
  border: 1px solid;
  border-color: none;
  color: #fff !important;
  margin-top: 7px;
  border-radius: 25px 25px 25px 25px;
}

#cart {
  cursor: pointer;
}

.llog {
  float: left;
  width: 100%;
}

.border-theme a i {
  font-size: 22px;
}

.swiper-container {
  direction: ltr !important;
  background: #fff !important;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  display: none !important;
}

.icon_cart {
  display: table-caption;
  background: #000;
  color: #fff;
  font-size: 10px;
  right: 0;
  border-radius: 30px;
  margin-top: -15px;
  padding: 8px 10px 7px;
}

.titlebanner {
  background-color: rgba(0, 0, 0, 0.51);
  float: right;
  position: absolute;
  bottom: 100px;
  right: 40px;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 45px;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  z-index: 2;
  background-image: none;
}

.swiper-viewport .swiper-button-prev {
  opacity: 0.7;
  left: 10px !important;
}

.swiper-viewport .swiper-button-next {
  opacity: 0.7;
  right: 10px !important;
}

.arrows {
  font-size: 40px;
  color: #fff !important;
  text-shadow: none !important;
  padding: 10px;
  height: 35px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  padding-left: 5px !important;
}

.swiper-button-next,
.swiper-button-prev:hover {
  opacity: 0.5;
}

.cart-table,
.menu-fixo {
  left: 0;
}

#menu .dropdown-menu .see-all,
#menu .menu > li > a,
.btn-primary,
footer h5 {
  text-transform: uppercase;
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.cart-table {
  position: absolute;
  width: 100%;
  z-index: 1;
  right: 0;
}

/*
*** NC2web 
*** Altera a cor dos icones apos o banner principal
*/
.content-icon {
  width: 26%;
  float: left;
  font-size: 50px;
  margin-top: -15px;
  color: #082c5c;
}

.content-icon:hover {
  color: #4a7bb5;
}

.menu-fixo {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}

.swiper-viewport {
  margin: 0 !important;
  background: 0 0 !important;
  z-index: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  position: relative !important;
  overflow: visible !important;
}

/*
*** NC2web 
*** Altera a cor da fonte do menu apos banner principal
*/
.content-title {
  font-size: 14px;
  padding-bottom: 0;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  color: #082c5c;
  margin-left: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#menu,
header #store-info #logo {
  text-align: center;
}

.content-box-right {
  margin-top: 30px;
  color: #5a5a5a;
}

/*
*** Garante que o link do box "Tire suas Duvidas" (WhatsApp)
*** se comporte como bloco, igual aos demais boxes .inner que sao div
*/
.pavo-widget-featuredbox .inner {
  display: block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #F5811E;
}

header .nav .open > a.btn-tran-white,
header .nav .open > a.btn-tran-white:focus,
header .nav .open > a.btn-tran-white:hover {
  background-color: transparent;
}

/*
*** NC2web 
*** Altera a cor da borda do submenu dentro do top menu
*/
footer hr,
header .tool .dropdown-menu li + li {
  border-top: 0px solid #c1c1c1;
  color: #ffb600;
}

/*
*** NC2web
*** Remove o fundo escuro padrão do Bootstrap (#141414) nos itens do
*** dropdown "Central de Atendimento" / "Olá, bem-vindo" e aplica um tom
*** levemente mais escuro que o header (#f4f4f4).
*/
header .tool .dropdown-menu > li > a {
  background: #e0e0e0;
}


.cor-texto-cabecalho-rodape {
  color: #082c5c;
  font-weight: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px
}

.cor-texto-rodape {
  color: #082c5c;
  font-weight: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px
}

.cor-texto-copy {
  color: #082c5c;
  font-weight: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px
}

.cor-texto-branco a {
  color: #082c5c;
  font-weight: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px
}

.cor-texto-branco li {
  color: #082c5c;
  font-weight: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px
}

.cor-texto-branco h5 {
  color: #082c5c;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.facebook-fixo {
  position: fixed;
  bottom: 190px;
  right: 0px;
  z-index: 999;
}

.instagram-fixo {
  position: fixed;
  bottom: 125px;
  right: 0px;
  z-index: 999;
}

.whatsapp-fixo {
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 999;
}

.messenger-fixo {
  position: fixed;
  bottom: 25px;
  left: 15px;
  z-index: 999;
}

.fa-chevron-up {
  position: fixed;
  bottom: 14px;
  right: 13px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #000;
  font-size: 13px;
  color: #FFF;
  padding: 13px 13px 13px 13px;
  z-index: 999;
}

.bg-footer {
  background-image: none;
  background-color: #e8e8e8;
}

.icone-top-menu{
color: #ffffff94;
}

.icone-top-menu:hover{
  color: #fff;
  }
  
/*
*** NC2web 
*** Altera top menu
*/
header .tool {
  height: 44px;
  padding: 5px 0;
  font-size: 12px;
  background: #f4f4f4;
}

/*
*** NC2web 
*** Altera a cor da fonte do top menu
*/
header .tool a {
  color: #c1c1c1;
  font-size: 13px;
}

/*
*** NC2web 
*** Altera a cor da da fonte do top menu quano passa o mouse
*/
header .tool a:focus,
header .tool a:hover {
  color: #fff;
}

footer,
header .tool ul.list-inline > li {
  color: #696969;
}

/*
*** NC2web 
*** Altera a cor do PIPE que divide as escritas
*/
header .tool ul.list-inline > li + li::before {
  content: "|";
  color: #000;
  padding-right: 12px;
}

footer a,
footer a:focus,
footer a:hover {
  color: #5a5a5a;
}

header .tool .navbar-header h1 {
  margin: 0;
  font-size: 1.8em;
}

/*
*** NC2web 
*** Altera a cor de fundo do bloco onde fica a caixa de PESQUISA
*/
header #search-bar {
  padding-top: 0;
  width: 100%;
  background: #f4f4f4;
}

/*
*** NC2web
*** Fundo do header virou claro (#f4f4f4): reforça contraste do texto/ícones
*** que antes eram brancos para leitura sobre fundo escuro.
*/
header .tool a,
header .tool a:focus,
.icone-top-menu,
.conta,
.conta a,
#cart h4 {
  color: #082c5c !important;
}

header .tool a:hover,
.icone-top-menu:hover {
  color: #000 !important;
}

header #search-bar #search {
  width: 100%;
  margin-top: 34px;
}

.btn-search {
  background: #082c5c;
  border-color: #082c5c;
  color: #fff;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  background: #061f42;
  border-color: #061f42;
  color: #fff;
}

header #store-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

header #store-info #logo img {
  max-width: 100%;
  height: 60px;
  margin: 20px auto;
}

footer {
  padding: 30px 0;
  background: #e8e8e8;
}

footer h5 {
  font-size: 16px;
  color: #F5811E;
}

footer a {
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  line-height: 7px !important;
}

footer li {
  margin-bottom: 4px;
}

footer #contact-us li + li {
  margin-top: 10px;
}

footer #contact-us strong {
  color: #eee;
}

@media screen and (max-width: 1920px) {
  .cart {
    color: #174994;
  }

  .conta a:hover {
    color: #F5811E;
  }
}

@media screen and (max-width: 767px) {
  .cart-table_infor {
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.33);
    padding: 10px;
    position: relative;
    width: 310px;
    right: 10%;
    top: 10px;
    z-index: 1000;
  }

  .conta {
    padding-left: 12px;
    font-size: 15px;
    display: none;
  }

  .cart,
  .conta {
    width: 90%;
    float: left;
    margin-left: 30px;
  }

  .cart {
    color: #174994;
  }

  .conta a {
    color: #F5811E;
  }

  header .tool .navbar-header {
    display: none;
  }

  footer .copyright {
    text-align: center;
  }
}

.border-theme {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.border-theme a {
  display: block;
}

.breadcrumb {
  padding: 15px 20px;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.requif57b00 > label::after {
  content: "*";
  color: #F5811E;
  margin-left: 3px;
  font-size: 1.1em;
}

.end-buttons {
  padding-top: 30px;
  padding-bottom: 30px;
}

.end-buttons ul li {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #F5811E;
  border-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #f57b00;
  border: none;
}

#menu .dropdown-menu .see-all,
#menu .dropdown-menu li + li {
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-tran-white {
  background-color: transparent;
  color: #ccc;
}

.btn-tran-primary,
.btn-tran-primary:active,
.btn-tran-primary:focus,
.btn-tran-primary:hover,
.btn-tran-white:active,
.btn-tran-white:focus,
.btn-tran-white:hover {
  background-color: transparent;
  color: #F5811E;
}

.module-filter .list-checkbox-button {
  width: auto;
  margin: 5px 0;
}

/*
*** NC2web 
*** Altera a cor do valor do carrinho de compra
*/
#cart h4 {
  margin-bottom: 0;
  font-size: 22px !important;
  margin-top: 0;
  color: #fff;
  font-weight: 500;
}

#modal-cart.modal.in .modal-dialog {
  -webkit-transform: translate(0, 13%);
  -ms-transform: translate(0, 13%);
  -o-transform: translate(0, 13%);
  transform: translate(0, 13%);
}

#modal-setting.modal.in .modal-dialog {
  -webkit-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  -o-transform: translate(0, 15%);
  transform: translate(0, 15%);
}

#form-currency,
#form-language {
  margin-top: 10px;
}

#form-currency hr,
#form-language hr {
  margin-top: 5px;
  margin-bottom: 8px;
}

#form-currency .row > div,
#form-language .row > div {
  margin-bottom: 8px;
}

#menu {
  border-radius: 0;
  background: #082c5c;
}

#menu .menu {
  margin-bottom: 0;
}

#menu .menu > li {
  font-size: 1.2em;
  display: inline-flex;
  list-style: none;
  color: #000;
}

#menu .menu > li + li {
  margin-left: 10px;
}

#menu .menu > li > a {
  line-height: 3.5;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

#menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#menu .dropdown-menu li {
  line-height: normal;
  background: #fff;
}

#menu .dropdown-menu li > a {
  display: block;
  font-size: 13px;
  color: #000;
  padding: 12px 14px;
}

/* Ícone escolhido para o item de menu (categoria/menu/submenu): glifo simples,
   sem o "selo" circular laranja aplicado genericamente a ícones em .list-unstyled */
#menu .menu i,
#menu .dropdown-menu i {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  font-size: inherit !important;
  color: inherit !important;
  margin-right: 4px;
}
#menu .dropdown-submenu > a .fa-angle-right {
  margin-right: 0;
}

/* Submenu de 3º nível (menu > submenu): abre para o lado ao passar o mouse */
#menu .dropdown-submenu {
  position: relative;
}
#menu .dropdown-submenu > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
#menu .dropdown-submenu > a .fa-angle-right {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  font-size: 9px !important;
  line-height: 1;
  color: #333 !important;
  margin-left: 6px;
}
#menu .dropdown-submenu .submenu-flyout {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 100;
}
#menu .dropdown-submenu:hover > .submenu-flyout {
  opacity: 1;
  visibility: visible;
}
#menu .dropdown-submenu .submenu-flyout li {
  line-height: normal;
  background: #fff;
}
#menu .dropdown-submenu .submenu-flyout li > a {
  padding: 12px 14px;
}

@media screen and (max-width: 767px) {
  #menu .dropdown-submenu .submenu-flyout {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    display: none;
  }
  #menu .dropdown-submenu:hover .submenu-flyout,
  #menu .dropdown-submenu.open .submenu-flyout {
    display: block;
  }
}

#menu #category {
  padding: 9px 11px;
  margin-top: 7px;
  margin-bottom: 8px;
  float: left;
  font-size: 1.2em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #menu .menu > li > a {
    color: #fff;
    width: 100%;
    display: block;
  }

  .dropdown-menu {
    width: 100%;
  }

  /*
  *** NC2web 
  *** Altera a cor do menu para mobile
  */
  #menu {
    text-align: left;
    background: #082c5c;
    width: 100%;
    margin-top: 0;
    top: 0;
  }

  #menu .menu > li {
    display: block;
    line-height: 2.5;
  }

  #menu .menu > li + li {
    border-top: 1px solid #eee;
    margin-left: 0;
  }
}
 
#checkout-cart h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #174994;
  font-size: 14px;
}

#checkout-cart .modules {
  border-top: 4px solid #ececec;
}

#checkout-cart .row + .row {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

#content {
  margin-bottom: 100px;
}

#content > .row:last-child {
  padding-bottom: 20px;
}

.product-layout {
  margin-bottom: 30px;
}

/*
*** NC2web 
*** Altera cor da borda do produto pagina home
*/
.product-thumb {
  border-radius: 7px;
  border-top: 4px solid #174994;
  border-left: 1px solid #b6b6c6;
  border-bottom: 1px solid #b6b6c6;
  border-right: 1px solid #b6b6c6;
  padding: 20px;
  background: #fff;
  min-height: 300px;
}

/*
*** NC2web 
*** Altera cor da borda do produto pagina home ao passar o mouse
*/
.product-thumb:hover {
  border-radius: 7px;
  border-top: 4px solid #0d2857;
  border-left: 1px solid #b6b6c6;
  border-bottom: 1px solid #b6b6c6;
  border-right: 1px solid #b6b6c6;
  padding: 20px;
  background: #fff;
  min-height: 300px;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .product-thumb .caption > div:first-child > h4 {
    min-height: 30px;
    font-size: 15px;
  }

  .product-thumb .caption > div:first-child > p {
    min-height: 60px;
    color: #000;
  }
}

/*
*** NC2web 
*** Altera parametros descricao do produto na pagina home
*/
.product-thumb .caption {
  padding: 7px;
  color: #696969;
  text-align: center;
}

/*
*** NC2web 
*** Altera cores da descrição do produto na pagina home
*/
.product-thumb .caption h4 {
  font-weight: 500;
  font-size: 13px !important;
  color: #082c5c;
  text-align: center;
}

.product-thumb .caption .price p {
  margin-bottom: 0;
  font-size: c !important;
  font-weight: 500;
  color: #082c5c;
  text-align: left;
}

.product-thumb .caption .price .price-new {
  color: #2458a7;
}

.product-thumb .caption .price .price-old {
  font-size: 0.8em;
  text-decoration: line-through;
}

.product-thumb .caption .price .price-tax {
  font-weight: 400;
  font-size: 15px;
  color: #b1b1b1;
  width: 100%;
}

.product-thumb .caption .rating {
  font-size: 7px;
  line-height: 5;
  text-align: left;
}

.product-thumb .caption .rating .fa-star-o {
  color: #5a5a5a;
}

/* Altrera a cor do % promoção */
.product-thumb .caption .rating .fa-star {
  color: #082c5c;
}

.product-thumb .button-group {
  border-top: 1px solid #e1e1e1;
  display: none;
}

.product-thumb .button-group ul {
  margin-bottom: 0;
}

.product-thumb .button-group ul li {
  line-height: 3;
  margin-right: -4px;
  width: 24.1111%;
  text-align: center;
}

.product-thumb .button-group ul li:first-child {
  width: 48.3333%;
}

.product-thumb .button-group ul li + li {
  border-left: 1px solid #e1e1e1;
}

.product-thumb .button-group a {
  color: #2d3542;
  transition: all 0.5s;
  display: block;
}

.product-thumb .button-group a:focus,
.product-thumb .button-group a:hover {
  color: #1fe2ff;
}

#product-product .button-tab li:focus > a,
#product-product .button-tab li:hover > a,
.product-thumb .button-group a.short-add:focus,
.product-thumb .button-group a.short-add:hover,
.product-thumb .button-group a.short-compare:focus,
.product-thumb .button-group a.short-compare:hover,
.product-thumb .button-group a.short-wishlist:focus,
.product-thumb .button-group a.short-wishlist:hover {
  color: #352f61;
}

@media screen and (max-width: 767px) {
  .product-thumb .button-group ul li,
  .product-thumb .button-group ul li:first-child {
    width: 32.3333%;
  }
}

.product-list + .product-list .product-thumb {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .product-list .product-thumb {
    border: 0 solid #e1e1e1;
  }

  .product-list .product-thumb .image {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 8px;
    display: inline-block;
    width: 31.3333%;
    vertical-align: top;
  }

  .product-list .product-thumb .image + div {
    margin-left: 1.3333%;
    display: inline-block;
    width: 64.6666%;
    vertical-align: top;
  }

  .product-list .product-thumb .button-group {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
  }

  .product-list .product-thumb .button-group ul {
    margin-bottom: 0;
  }

  .product-list .product-thumb .button-group ul li {
    width: 32.3333%;
  }

  .product-list .product-thumb .button-group ul li + li {
    border-left: 1px solid #e1e1e1;
  }

  .product-list .product-thumb .caption > div:first-child > h4 {
    min-height: auto;
  }
}

#filter {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 7px;
}

#filter .row {
  padding: 0;
}

#filter .form-group {
  margin-bottom: 0;
}

#product-category h2 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 15px;
}

#product-category .category-information img {
  max-width: 100%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #product-category
    .product-grid
    .product-thumb
    .caption
    > div:first-child
    > p {
    min-height: 66px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  #product-category
    .product-grid
    .product-thumb
    .caption
    > div:first-child
    > p {
    min-height: 105px;
  }
}

#product-category .product-grid .product-thumb .button-group ul li,
#product-category .product-grid .product-thumb .button-group ul li:first-child {
  width: 33.1111%;
}

#product-category .product-grid .product-thumb .button-group ul li span {
  display: none;
}

#product-category .product-list .product-thumb .caption .rating {
  text-align: left;
}

@media screen and (max-width: 991px) {
  #product-category .product-list .product-thumb .caption .rating {
    text-align: right;
  }
}

#product-product h1 {
  margin-top: 19px;
  float: left;
}

#product-product h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 35px;
  color: #174994;
}

#product-product h2 small {
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
}

#product-product h3 {
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 0;
}

#product-product h3 small {
  font-weight: 700;
}

#product-product h3.discount {
  line-height: 1.4;
  font-size: 1.2em;
  margin-bottom: 0;
}

#product-product h3.discount small {
  font-size: 0.8em;
}

#product-product .product-thumbnails {
  max-width: 1200px;
  margin-bottom: 10px;
  background: #fff;
}

#product-product .product-thumbnails .product-thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

#product-product .thumbnails {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#product-product .thumbnails li {
  width: calc(100% * (1 / 5) - 5px);
  list-style: none;
  margin-left: 3px;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  header #search-bar #search {
    padding: 0;
    margin: 0;
  }

  .btn-group,
  .btn-group-vertical {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .shopping {
    position: absolute;
    top: 11px;
    left: -25px;
    font-size: 36px;
  }

  .pa-row-inner {
    display: none;
  }

  #product-product .thumbnails li {
    width: calc(100% * (1 / 3) - 3px - 1px);
  }
}

#product-product .button-tab {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#product-product .button-tab li {
  width: calc(100% * (1 / 3) - 5px);
  list-style: none;
  border-bottom: 2px solid #f4f5f7;
  text-align: center;
  line-height: 2.6;
  transition: all 0.5s;
}

#product-product .button-tab li:focus,
#product-product .button-tab li:focus.active,
#product-product .button-tab li:hover,
#product-product .button-tab li:hover.active {
  border-bottom: 2px solid #000;
}

#product-product .button-tab li + li {
  margin-left: 5px;
}

#product-product .button-tab li.active {
  border-bottom: 2px solid #f57b00;
}

#product-product .button-tab li > a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

#product-product .tab-content ol,
#product-product .tab-content ul {
  margin-left: 20px;
  font-size: 16px !important;
  font-family: Montserrat, sans-serif !important;
}

#product-product .tab-content img {
  max-width: 100%;
}

#product-product .stock-message {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  padding: 6px 12px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2;
}

#product-product .stock-message.stock-green {
  border-color: #ba0000;
  background-color: #ba0000;
  color: #fff;
}

#product-product .stock-message.stock-f57b00 {
  border-color: #911f00;
  background-color: #ff2c4d;
  color: #fff;
}

#product-product .stock-message.stock-blue {
  border-color: #348ae8;
  background-color: #1eabff;
  color: #fff;
}
/* aqui */
#product-product .stock-message.stock-yellow {
  border-color: #ffb600;
  background-color: #ffc500;
  color: #fff;
}

#product-product .split-line {
  margin-top: 5px;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 5px;
}

#product-product .discount-list {
  font-size: 1.3em;
}

#product-product .discount-list li {
  list-style: none;
  line-height: 1.8;
}

#product-product .discount-list li + li {
  border-top: 1px dashed #c1c1c1;
}

#product-product .new-price {
  color: #174994;
  font-size: 45px;
}

#product-product .tax {
  color: #352f61;
  display: none;
}

#product-product .rating .fa-stack {
  width: 1em;
  height: 2em;
  font-size: 1.5em;
}

#product-product .rating .fa-stack .fa-star,
#product-product .rating .fa-stack .fa-star-o {
  color: #ff0001;
}

#product-product #content > .row {
  padding-bottom: 20px;
}

#product-product #review {
  position: relative;
  margin-bottom: 40px;
}

#product-product #review:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2d3542;
  left: 0;
}

#product-product #review .info {
  margin-left: 0;
  margin-bottom: 0;
}

#product-product #review .info li {
  display: inline;
  position: relative;
}

#product-product #review .info li + li {
  margin-left: 25px;
}

#product-product #review .info li + li::before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  color: #ccc;
  bottom: 2px;
  left: -18px;
  font-size: 0.5em;
}

#product-compare .fa-stack .fa-star,
#product-compare .fa-stack .fa-star-o,
#product-product #review .fa-stack .fa-star,
#product-product #review .fa-stack .fa-star-o {
  color: #e8a00c;
}

#product-product #review .fa-stack {
  width: 1em;
  height: 1em;
}

#product-product #review .fa-stack .fa-stack-2x {
  font-size: 1em;
  line-height: 1;
}

#product-product #review .review-text {
  border: 1px dashed #e1e1e1;
  border-radius: 4px;
  margin-top: 5px;
  padding: 8px;
  background-color: #f4f5f7;
}

.list-checkbox-button input[type="checkbox"]:checked ~ .button-checkbox::before,
.list-radio-button input[type="radio"]:checked ~ .button-radio::before {
  background: #ff2c00;
}

#product-compare .fa-stack {
  width: 1.5em;
  height: 1.5em;
}

#product-compare .fa-stack .fa-stack-2x {
  font-size: 1.5em;
  line-height: 1;
}

.list-checkbox-button input[type="checkbox"]:checked ~ label,
.list-radio-button input[type="radio"]:checked ~ label {
  color: #ff2c00;
}

#product-manufacturer .list-letter {
  margin-bottom: 0;
}

#product-manufacturer .list-letter li {
  display: inline-flex;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  line-height: 2;
}

#product-manufacturer .list-letter li a {
  display: block;
  padding: 0 12px;
}

#product-manufacturer .border-theme {
  margin-bottom: 15px;
  text-align: center;
}

#product-manufacturer .border-theme img {
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

#product-manufacturer .border-theme a {
  line-height: 80px;
}

#common-success #content > div {
  border: 1px dashed #e1e1e1;
  padding: 6px 12px;
  border-radius: 4px;
}

#common-success #content h1 {
  font-weight: 700;
}

#account-account .row > div {
  min-height: 80px;
  margin-bottom: 15px;
}

#account-account .row > div p {
  text-align: center;
}

#account-account .h3 {
  margin-top: 10px;
}

#information-sitemap .sitemap ul {
  margin-left: 0;
}

#information-sitemap .sitemap ul li {
  list-style: none;
  line-height: 2;
  font-size: 1.1em;
}

#information-sitemap .sitemap ul li + li {
  border-top: 1px solid #e1e1e1;
}

#information-sitemap .sitemap ul.sub-category {
  margin-bottom: 10px;
}

#information-sitemap .sitemap ul.sub-category li {
  font-size: 0.9em;
}

#information-sitemap .sitemap ul.sub-category li::before {
  content: " - ";
}

#information-sitemap .sitemap ul.sub-category li + li {
  border-top: 1px dashed #e1e1e1;
}

#information-contact address {
  margin-bottom: 0;
}

#information-contact dl dd,
#information-contact dl dt {
  vertical-align: top;
  display: inline-block;
}

#information-contact dl dt {
  width: 28%;
}

#information-contact dl dd {
  width: 71%;
}

@media screen and (max-width: 992px) {
  #information-contact dl dd,
  #information-contact dl dt {
    width: 100%;
  }
}

#information-contact img {
  margin-left: auto;
  margin-right: auto;
}

#information-contact hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

#information-contact .store + .store {
  margin-top: 15px;
  padding-top: 15px;
}

.list-radio-button {
  margin-top: 5px;
}

.list-radio-button li {
  list-style: none;
  position: relative;
  display: inline-block;
  width: 32.5%;
}

.list-radio-button input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.list-radio-button input[type="radio"]:checked ~ .button-radio {
  border: 5px solid #ff2c00;
}

.list-radio-button .button-radio {
  display: block;
  position: absolute;
  border: 5px solid #e1e1e1;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  z-index: -1;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.list-radio-button .button-radio::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.list-radio-button .button-radio ~ label {
  padding-left: 30px;
  margin-top: 3px;
  cursor: pointer;
}

.list-checkbox-button {
  width: fit-content;
  margin: 10px auto 20px;
}

@media screen and (max-width: 767px) {
  .list-checkbox-button {
    margin-left: 0;
    margin-right: 0;
  }
}

.list-checkbox-button input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.list-checkbox-button input[type="checkbox"]:checked ~ .button-checkbox {
  border: 5px solid #1eb7f5;
}

.list-checkbox-button .button-checkbox {
  display: block;
  position: absolute;
  border: 5px solid #e1e1e1;
  border-radius: 3px;
  height: 25px;
  width: 25px;
  z-index: -1;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.list-checkbox-button .button-checkbox::before {
  display: block;
  position: absolute;
  border-radius: 1px;
  content: "";
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.list-checkbox-button .button-checkbox ~ label {
  padding-left: 30px;
  margin-top: 3px;
  cursor: pointer;
}

.custom-field .list-checkbox-button {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.custom-field .list-checkbox-button li {
  list-style: none;
  display: inline-block;
  width: 24%;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .custom-field .list-checkbox-button li {
    width: 32.5%;
  }
}

#alert-box {
  position: fixed;
  bottom: -15px;
  transition: all 0.5s;
  z-index: 99;
  right: 15px;
}

#alert-box.open {
  bottom: 15px;
}

@media screen and (max-width: 767px) {
  .custom-field .list-checkbox-button li {
    width: 49%;
  }

  #alert-box {
    padding: 15px;
  }

  #alert-box.open {
    right: 0;
  }
}