@charset "UTF-8";
/*
Theme Name:     Vida Nature Theme
Theme URI:      https://www.site.pt
Author:         Site.pt
Author URI:     https://www.site.pt
Template:     	storefront
Description:  	Vida Nature theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	vida nature, site.pt, ideoma.pt
*/
/*
 * Add your own custom css below this text.
 */
/* VAIAVEIS */
/* GENERICO */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i|Roboto:400,700");
*, a {
  outline: none !important; }

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0.3px; }
  
   body {
          -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
      }

body .alpha, body h1 {
  letter-spacing: 0.3px; }

body .input-text, body input[type=email], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body textarea {
  background: transparent;
  border: 1px solid #dadada;
  box-shadow: none !important;
  padding: 6px 9px !important; }
  body .input-text:focus, body input[type=email]:focus, body input[type=password]:focus, body input[type=search]:focus, body input[type=tel]:focus, body input[type=text]:focus, body input[type=url]:focus, body textarea:focus {
    border-color: #fcce00;
    background: transparent !important; }

a {
  color: #ebc000; }
  a:hover {
    color: #ebc000; }

a.remove::before {
  color: #ebc000; }

.right-sidebar .widget-area {
  width: 100% !important; }

.entry-title {
  font-family: "Roboto Condensed", sans-serif !important; }

.storefront-breadcrumb .col-full {
  max-width: 100% !important;
  padding: 0 !important; }

.nopad {
  padding: 0 !important; }

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
  text-decoration: none;
  padding: 8px 20px;
  text-transform: uppercase;
  transition-duration: 0.3s;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  border-radius: 0px;
  color: #fff;
  border: 1px solid #1A1A1A;
  background: #1A1A1A; }
  input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .widget-area .widget a.button.alt:hover {
    background: #fcce00 !important;
    border: 1px solid #fcce00 !important;
    color: #1A1A1A !important; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
  font-family: "Roboto Condensed",sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  text-transform: uppercase; }

.btn {
  text-decoration: none;
  padding: 8px 20px;
  text-transform: uppercase;
  transition-duration: 0.3s;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  border-radius: 0px; }

.btn-transparent {
    background: #f7c51e !important;
    border-color: #f7c51e !important;
    color:#1a1a1a !important;
}

.btn-dark {
  color: #fff;
  border: 1px solid #f7c51e;
  background: #f7c51e;
  color:#000 !important;
  }

/* HEADER */
header.site-header {
  padding: 25px 0 0; }

header.site-header .row {
  align-items: flex-end; }

.areaExtra {
  text-align: right; }

.areaMenu {
  text-align: left; }

.areaLogo {
  text-align: center; }

.areaLogo img {
  display: inline;
  max-width: 222px; }

.site-header .custom-logo-link, .site-header .site-logo-anchor, .site-header .site-logo-link {
  display: block;
  margin-bottom: 25px !important; }

.site-header .custom-logo-link {
  text-align: left; }

.home .caminhos {
  display: none; }

/* MENU PRINCIPAL HEADER */
.menu-principal-container .menu a {
  text-transform: uppercase; }

.menu-principal-container .menu a .fas {
  color: #DFB781;
  margin-right: 3px;
  display: none; }

.menu-principal-container .menu li.icon a {
  color: #DFB781; }

/* CATEGORIAS */
.shopbar .product-categories {
  width: 100% !important; }

.product-categories {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.product-categories li {
  border-bottom: 1px solid #ddd; }

.product-categories li a {
  color: #000 !important;
  padding: 10px 4px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none; }

/* First Level */
.product-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd; }

.product-categories ul li a {
  color: #000 !important;
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 12px 20px;
  text-decoration: none; }

.product-categories ul li a:hover {
  background: rgba(147, 59, 49, 0.3);
  text-decoration: none; }

/* Second Level */
.product-categories ul ul {
  border-bottom: none; }

.product-categories ul ul li {
  background: rgba(147, 59, 49, 0.3); }

.product-categories ul ul li a {
  color: #000 !important;
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 0.5em 1em 0.5em 2.5em; }

.product-categories ul ul li a:hover {
  background: rgba(147, 59, 49, 0.3); }

/* Third Level */
.product-categories ul ul ul {
  border-top: 1px solid #ddd; }

.product-categories ul ul ul li {
  border: none; }

.product-categories ul ul ul li a {
  padding-left: 3.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em; }

/* Accordion Button */
ul li.has-subnav .accordion-btn {
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  font-size: 16px; }

ul li.has-subnav .accordion-btn.accordion-expanded {
  background: rgba(147, 59, 49, 0.5); }

@media screen and (max-width: 1024px) {
  .product-categories {
    width: 40%; } }
@media screen and (max-width: 700px) {
  .product-categories {
    width: 100%; } }
.product-categories .active > a {
  color: #000 !important;
  background: rgba(147, 59, 49, 0.5); }

/* FIM CATEGORIAS */
/* MENU */
.main-navigation ul li, .navPrincipal, .areaMenu {
  position: unset !important; }

.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
  left: auto;
  background-color: #fff !important;
  display: none;
  top: 100%;
  padding: 20px !important; }
  .main-navigation ul.menu ul.sub-menu li, .main-navigation ul.nav-menu ul.children li {
    margin-bottom: 5px; }
    .main-navigation ul.menu ul.sub-menu li a, .main-navigation ul.nav-menu ul.children li a {
      color: #1A1A1A;
      text-decoration: none !important;
      background: transparent !important;
      padding: 0px !important;
      text-transform: initial;
      font-size: 14px; }
      .main-navigation ul.menu ul.sub-menu li a:hover, .main-navigation ul.nav-menu ul.children li a:hover {
        color: #fcce00; }

.menu-item-has-children a:after {
  display: none !important; }
.menu-item-has-children:hover ul.sub-menu {
  display: block !important; }

.superMenuCustom {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%; }

.superMenuCustom .container-supermenu {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2); }

.link-subcategory-menu {
  padding: 0px !important; }

.superMenuCustom h4 {
  color: #1A1A1A;
  text-align: left;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif; }
  .superMenuCustom h4:hover {
    color: #ebc000; }

.superMenuCustom .row {
  align-items: flex-start !important; }

.superMenuCustom ul {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  position: relative !important;
  left: 0 !important; }

.superMenuCustom ul li {
  display: block;
  background: transparent !important; }

.superMenuCustom ul li a {
  width: 100% !important;
  display: block !important;
  text-decoration: none;
  color: #1A1A1A !important;
  background: transparent !important;
  padding: 0px !important;
  text-transform: initial !important;
  font-size: 14px !important; }
  .superMenuCustom ul li a:hover {
    color: #ebc000 !important; }

.abrirSuper {
  display: block; }

.woocommerce-active .site-header .main-navigation {
  width: 100% !important;
  float: right !important;
  margin-right: 0 !important;
  text-align: right; }

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  padding: 10px 5px 25px !important;
  font-size: 14px;
  text-decoration: none !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold; }
  .main-navigation ul.menu > li > a:hover, .main-navigation ul.nav-menu > li > a:hover {
    color: #fcce00; }

.main-navigation ul.menu > li:last-child > a, .main-navigation ul.nav-menu > li:last-child > a {
  padding-right: 0 !important; }

.btNavMobile, .btNavMobile:hover {
  background: transparent;
  padding: 0;
  display: none; }

.btNavMobile span {
  height: 2px;
  width: 30px;
  background: #fff;
  margin-bottom: 4px;
  display: block; }

.btNavMobile:hover span {
  background: #fff; }

.btNavMobile span:last-child {
  margin-bottom: 0px; }

.navExtra .menu, .navMobile ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.navExtra .menu .menu-item {
  display: inline-block;
  margin-right: 15px; }

.navExtra .menu .menu-item:last-child {
  margin-right: 0; }

.navMobile ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-align: center; }

.navMobile ul li a {
  display: block;
  color: #000;
  text-decoration: none; }

.navMobile ul li a:hover {
  color: #88271d; }

.areaSairMenu {
  margin: 0;
  text-align: right; }

#sairMenu {
  color: #ddd;
  cursor: pointer;
  font-size: 20px; }

#sairMenu:hover {
  color: #88271d; }

.navMobile {
  position: fixed;
  top: 0;
  left: -41%;
  width: 40%;
  z-index: 999;
  background: white;
  height: 100%;
  padding: 15px;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
  transition: left 0.3s ease; }

.abrirMobile {
  left: 0 !important; }

/* PESQUISA HEADER */
#searchform {
  height: 0px;
  width: calc(100% - 30px);
  position: absolute;
  overflow: hidden;
  z-index: 9;
  transition: height 0.3s ease;
  top:109px;
}

.abreSearch {
  height: 45px !important; }

.headSearch {
  height: 0; }

.headSearch form {
  margin-bottom: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  background: #f2f2f2; }

.headSearch input[type="text"] {
  width: calc(100% - 110px);
  border: none;
  box-shadow: none;
  height: 100%;
  padding: 8px 13px !important; }

.headSearch input[type="submit"] {
  background-color: #f2f2f2;
  border-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }

/* FILTROS */
.woof_list .woof_term_546 > input, .woof_list .woof_term_546 > .woof_checkbox_label .woof_checkbox_count, .woof_list .woof_term_546 > .woof_childs_list_opener, .woof_list .woof_term_546 > .woof_childs_list_opener .woof_is_opened {
  display: none; }

.woof_list .woof_term_546 {
  margin-left: 0 !important; }

.woof_list .woof_term_546 > .woof_checkbox_label, .woof_container h4 {
  font-size: 15px;
  line-height: 1.618;
  font-weight: 400;
  border-bottom: 1px solid #E5E5E5;
  display: block !important;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin-left: 0 !important;
  font-family: "Roboto Condensed", sans-serif; }

.woof_childs_list_546 {
  margin: 7px 0 0 0 !important; }

.woof_list li {
  margin-left: 0; }

.woof_container {
  padding-bottom: 20px; }

.woof_price_search_container {
  padding-bottom: 0;
  margin-top: 12px; }

.woof .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fcce00;
  width: 22px;
  height: 22px;
  border: 6px solid #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }

.woof .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #fcce00; }

.woof_childs_list {
  margin-top: 15px !important; }

.shopbar h4 {
  margin-bottom: 15px; }

/* HOME BANNER */
.slidebanner .owl-item article {
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 104px); }

.slidebanner .owl-item article .container {
  min-height: 100%; }

.slidebanner .owl-item article .row {
  align-items: center;
  height: calc(100vh - 135px); }

.slidebanner .owl-item article h1 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 0px 0px 5px #969696; }

.slidebanner .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  text-align: center; }

.slidebanner .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  border: 2px solid #fff;
  transition: background-color 0.3s ease; }

.slidebanner .owl-dots .owl-dot.active {
  background-color: transparent; }

.slidebanner .slider-content {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%; }
  .slidebanner .slider-content .container {
    display: flex;
    height: 100%;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center; }
    .slidebanner .slider-content .container a {
      align-self: flex-start;
      margin-top: 29px; }
  .slidebanner .slider-content h2 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 40px; }
  .slidebanner .slider-content p {
    color: #fff;
    max-width: 35%; }

.bannerExtra img {
  border-radius: 0;
  width: 100%; }

/* NOVIDADES / PROMOÇÕES */
.novpromo {
  margin-top: 15px;
  margin-left: -7.5px;
  margin-right: -7.5px; }

.novpromo a {
  display: block;
  text-decoration: none; }

.novpromo a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
  background-color: rgba(10, 7, 2, 0.15);
  transition: background-color 0.3s ease; }

.novpromo a:hover > div {
  background-color: rgba(235, 192, 0, 0.8); }

.novpromo a h2 {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin:0;
    font-size:38px;
}

.novpromo span {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  transition-duration: 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px; }

.novpromo .multiple-span-category {
  display: inline-flex; }

.novpromo .multiple-span-category span {
  margin: 0 5px; }

.novpromo a:hover span {
  color: #1A1A1A;
  background-color: #fff; }

.novpromo .promocao {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.novidade a, .promocao a {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px; }

/* HOME BLOG */
.blogArea .blogdesejados {
  margin-bottom: 30px; }

.blogArea .blogdesejados a {
  text-decoration: none;
  padding: 10px;
  display: block; }

.blogArea .blogdesejados a h3 {
  font-size: 16px; }

.blogArea .blogdesejados a img {
  margin-bottom: 20px; }

.blogArea .blogdesejados a:hover {
  -webkit-box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1); }

.areaFundoNovidades {
  background-color: #f3f3f3; }

/* MARCAS HOME */
.destMarca a {
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block; }

.destMarca a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 25vh;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease; }

.destMarca a:hover > div {
  background-color: rgba(0, 0, 0, 0.6); }

.destMarca a > div h2 {
  color: #fff;
  text-align: center; }

.areaMarcas .todos {
  margin-top: 20px; }

/* DESEJADOS */
.desejados {
  margin-top: 75px;
  margin-bottom: 75px; }

.areaFundoNovidades .desejados {
  margin-top: 40px;
  margin-bottom: 40px; }

.desejados .titulo h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase; }

.desejados .todos {
  text-align: center; }

.desejados .todos a {
  color: #0A0702;
  text-decoration: underline;
  display: inline-block;
  text-transform: uppercase;
  transition-duration: 0.3s; }

.desejados .todos a:hover {
  color: #C78833; }

.desejados .slidedesejados {
  margin: 20px 0; }

.desejados .products.columns-4 {
  display: flex; }

.desejados .products.columns-4 li {
  margin-right: 15px;
  margin-bottom: 0; }

.desejados .products.columns-4 li:last-child {
  margin-right: 0; }

/* FOOTER MARCAS */
.marcas {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 100px; }

.marcas .slidemarcas article a {
  display: flex;
  align-items: center;
  height: 85px; }

/*.marcas .slidemarcas article a {
  display:block;height:100%; }*/
.marcas .slidemarcas article img {
  height: 100%; }

/* FOOTER RODAPÉ*/
.copyright {
  text-align: center;
  color: #747474;
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .copyright a {
    color: #fff;
    text-decoration: none; }
    .copyright a:hover {
      color: #fcce00; }

.rodapeMenus {
  padding-top: 50px;
  padding-bottom: 50px; }
  .rodapeMenus h5 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto Condensed",sans-serif;
    margin-bottom: 20px; }
  .rodapeMenus ul {
    margin: 0px;
    list-style: none; }
    .rodapeMenus ul li {
      margin-bottom: 1px; }
      .rodapeMenus ul li:last-child {
        margin-bottom: 0px; }
      .rodapeMenus ul li a {
        font-size: 13px !important;
        color: #747474 !important;
        text-decoration: none !important; }
        .rodapeMenus ul li a:hover {
          color: #fcce00 !important; }
  .rodapeMenus .col-social {
    text-align: center; }
    .rodapeMenus .col-social a {
      float: right;
      width: 40px;
      height: 40px;
      background-color: #363636;
      color: #fff;
      display: flex;
      align-items: center;
      text-align: center;
      margin-bottom: 15px;
      text-decoration: none !important; }
      .rodapeMenus .col-social a i {
        margin: auto;
        font-size: 18px; }
      .rodapeMenus .col-social a:hover {
        background-color: #fcce00;
        color: #1A1A1A; }

.rodape {
  background-color: #fff;
  border-top: 2px solid #DFB781;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }

.rodape .menuRodape {
  padding-top: 50px; }

.rodape .menuRodape .navExtra {
  padding-top: 50px;
  border-top: 1px solid #E9CEAA; }

.rodape .menuRodape .menu {
  display: flex;
  justify-content: space-around; }

.rodape .menuRodape .menu .menu-item a {
  color: #0A0702;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.3s; }

.rodape .menuRodape .menu .menu-item a:hover {
  color: #C78833; }

/* REDES SOCIAIS */
.rodape .redesSociais a {
  display: inline-block; }

.rodape .fab {
  margin: 20px 5px 0 5px;
  background: #DFB781;
  font-size: 25px;
  color: #ffF;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  transition-duration: 0.3s; }

.rodape .fab:hover {
  background: #C78833; }

/* NEWSLETTER */
.wrapChimp {
  border: 1px solid #E9CEAA;
  display: flex;
  width: 280px;
  margin: 0 auto 15px; }

.rodape .newsletter {
  padding-top: 50px;
  border-top: 1px solid #E9CEAA;
  margin-top: 50px; }

.mc4wp-form {
  margin-top: 30px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%; }

.mc4wp-form-fields {
  font-size: 12px; }

.mc4wp-form-fields a {
  color: #D5A058;
  text-decoration: none; }

.mc4wp-form-fields a:hover {
  text-decoration: underline; }

.mc4wp-form button {
  padding: 7px 17px 7px 19px;
  background-color: #DFB781;
  border: none;
  font-size: 20px;
  color: #ffffff;
  transition-duration: 0.3s; }

.mc4wp-form button:hover {
  background-color: #C78833;
  color: #fff;
  border: none; }

.mc4wp-form input[type=email] {
  padding: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  border: none;
  width: 100%; }

/* FOOTER FINAL*/
footer {
  background-color: #1A1A1A; }

.rodapeFinal {
  text-transform: uppercase;
  border-top: 1px solid #363636; }

.rodapeFinal strong {
  color: #0A0702; }

.menuFinal {
  text-align: right; }

.rodapeFinal .menuFinal .menu .menu-item a {
  color: #0A0702;
  text-decoration: none; }

.rodapeFinal .menuFinal .menu .menu-item a:hover {
  text-decoration: underline; }

/* LOOP LOJA */
.products li .add_to_cart_button {
  display: none; }

ul.products li a.woocommerce-loop-product__link {
  text-decoration: none;
  padding-bottom: 5px; }

ul.products li .box-product {
  float: left;
  width: 100%;
  z-index: 2;
  transition: box-shadow 0.3s ease;
  }
  ul.products li .box-product div.shopswatchinput {
    display: none;
    transition: all 200ms;
    margin-bottom: 15px; }

ul.products li:hover .box-product {
  -webkit-box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.1);
  /*position: absolute !important;*/ 
    
}
  ul.products li:hover .box-product > div.shopswatchinput {
    display: block;
    transition: all 300ms; }

ul.products li.product .button {
  display: none !important; }

/* PAG MARCAS */
#page-marcas .row {
  align-items: center; }

#page-marcas .row .marca a {
  text-decoration: none;
  display: block;
  height: 100px;
  background-color: rgba(140, 46, 37, 0.1);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease; }

#page-marcas .row .marca a h1 {
  margin: 0;
  font-size: 20px; }

#page-marcas .row .marca a:hover {
  -webkit-box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

/* SINGLE PRODUCT */
.summary.entry-summary h3.marcaTitulo {
  color: #933b31; }

.stock.in-stock, .comStock {
  display: none; }

.related.products h2:first-child {
  text-transform: uppercase; }

.related.products h2 {
  display: inline-block;
    
}

.related.products ul.products {
  padding: 15px; }

.single_add_to_cart_button {
  background-color: #fcce00 !important;
  border-color: #fcce00 !important;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color:#000 !important;
}

@media (max-width: 991px) {
  .btNavMobile, .btNavMobile:hover {
    display: inline-block; }

  .main-navigation {
    display: none !important; }

  .site-main .related.products ul.products li.product {
    width: 48%;
    margin-right: 4%;
    float: left; }

  .site-main .related.products ul.products li.product:nth-child(even) {
    margin-right: 0; } 
    
    ul.products li:hover .box-product {
        position:relative!important;
    }    
    
}
@media (max-width: 576px) {
  .areaLogo img {
    width: 100%; }

  .site-main .related.products ul.products li.product {
    width: 100%;
    margin-right: 0; } }
/* WOOCOMMERCE */
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
  height: auto; }

ul.products li.product {
  margin-bottom: 35px !important; }
  @media (min-width: 768px) {
    ul.products li.product {
      width: 32% !important;
      margin-right: 2% !important; } }
  ul.products li.product h2 {
    font-size: 14px !important;
    min-height:60px !important;
}
  ul.products li.product span.price {
    font-size: 16px;
    font-weight: 900; }
  ul.products li.product .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 900; }

.products .product .product_type_simple {
  display: none; }

.col2-set#customer_login .col-1, .col2-set.addresses .col-1 {
  flex: 0 0 42% !important;
  max-width: 42% !important; }

.col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
  margin-right: 0 !important;
  flex: 0 0 52% !important;
  max-width: 52% !important; }

.u-column1.col-1, .u-column2.col-2, #customer_details .col-1, #customer_details .col-2 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset; }

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  background-color: #DFB781 !important; }

#customer_details input, #customer_details textarea, #customer_details span {
  width: 100% !important;
  display: block; }

#customer_details select, #customer_details input[type="checkbox"] {
  width: auto !important;
  display: inline-block; }

.woocommerce-result-count, .woocommerce-ordering {
  font-size: 14px; }

.storefront-product-pagination a {
  text-decoration: none; }

.wc-tabs li a {
  text-decoration: none;
  color: #272727; }

.wc-tabs li a:hover {
  color: #C78833; }

.wc-tabs li.active a {
  font-weight: bold; }

/* BLOG */
.hentry.type-post .entry-content {
  width: 100% !important; }

.listaBlog article {
  margin-bottom: 40px !important; }

.listaBlog article .posted-on a, .listaBlog article h2 a {
  color: #272727;
  text-decoration: none; }

.listaBlog article .posted-on a:hover, .listaBlog article h2 a:hover {
  color: #8c2f26; }

/* RESPONSIVO */
@media screen and (max-width: 767px) {
  .rodapeFinal {
    text-align: center; }

  .navMobile {
    left: -51%;
    width: 50%; }

  .menuFinal {
    margin-bottom: 25px;
    text-align: center; }

  .shopbar {
    margin-bottom: 40px; } }
@media screen and (max-width: 576px) {
  .woocommerce-customer-details .col-1 {
    flex: 0 0 100% !important;
    max-width: 100% !important; }

  /*.slidebanner .owl-dots {
    position: relative;
    top:10px;
    bottom: unset;
    left: 0; }*/
  /*.slidebanner .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.25); }*/
  /*.slidebanner .owl-dots .owl-dot.active {
    background-color: #000; }*/
  .novpromo a > div {
    height: 36vh; }

  .navExtra .menu .menu-item {
    margin-right: 10px; }

  .navExtra .menu .menu-item .searchExtra {
    width: 22px;
    height: 22px; }

  .navExtra .menu .menu-item .logExtra {
    width: 24px;
    height: 22px; }

  .navExtra .menu .menu-item .cartExtra {
    width: 27px;
    height: 22px; }

  header.site-header {
    padding: 10px 0; }

  .areaLogo {
    text-align: left; }

  .navMobile {
    left: -101%;
    width: 100%; }

  .slidebanner .owl-item article .row {
    height: calc(100vh - 105px); }

  .desejados .products.columns-4 {
    display: flex;
    flex-wrap: wrap; }

  .desejados .products.columns-4 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px; }

  .desejados .products.columns-4 li:nth-child(even) {
    margin-right: 0; }

  .novpromo .novidade {
    margin-bottom: 30px; } }
@media screen and (max-width: 345px) {
  .rodape .menuRodape .menu {
    flex-wrap: wrap; }

  .mc4wp-form {
    width: 280px; } }
.woocommerce-breadcrumb {
  color: #1A1A1A;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase; }
  .woocommerce-breadcrumb .breadcrumb-separator::after {
    content: "/" !important;
    color: #B4B4B4 !important;
    opacity: 1 !important; }
  .woocommerce-breadcrumb a:first-of-type::before {
    display: none !important; }
  .woocommerce-breadcrumb a {
    color: #B4B4B4;
    text-decoration: none !important; }
    .woocommerce-breadcrumb a:hover {
      color: #fcce00; }

.archive.woocommerce h1 {
  background: #fcce00;
  padding: 12px 25px;
  font-size: 20px;
  text-transform: uppercase;
  color: #1A1A1A;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0px; }

.sidebar-parent-cat ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .sidebar-parent-cat ul li {
    border-bottom: 1px solid #E5E5E5; }
    .sidebar-parent-cat ul li a {
      padding: 12px 20px;
      text-transform: uppercase;
      color: #1A1A1A;
      width: 100%;
      text-decoration: none !important;
      font-family: "Roboto Condensed", sans-serif;
      display: inline-block; }
      .sidebar-parent-cat ul li a:hover {
        color: #fcce00; }

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  background-color: #e6e6e6 !important;
  border-left: 0.6180469716em solid #fcce00 !important;
  color: #1A1A1A !important;
  padding: 13px 20px !important; }

@media (min-width: 768px) {
  .storefront-breadcrumb {
    margin: 0 0 2em !important; } }
.section-cat {
  margin-bottom: 10px; }
  .section-cat .header-section-cat {
    background-color: #363636;
    margin-bottom: 20px; }
    .section-cat .header-section-cat a.title-cat {
      color: #fff;
      padding: 13px 20px;
      padding-right: 30px;
      display: inline-flex;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      text-decoration: none !important;
      position: relative;
      overflow: hidden;
      z-index: 0; }
      .section-cat .header-section-cat a.title-cat:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: -1;
        transform: skewX(-20deg);
        transform-origin: 0 0;
        background-color: #1A1A1A; }
      .section-cat .header-section-cat a.title-cat:hover {
        color: #1A1A1A; }
        .section-cat .header-section-cat a.title-cat:hover:after {
          background-color: #fcce00; }
    .section-cat .header-section-cat a.link-cat {
      float: right;
      margin-top: 14px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      font-size: 13px;
      margin-right: 15px;
      text-decoration: none !important; }
      .section-cat .header-section-cat a.link-cat:hover {
        color: #fcce00; }
    .section-cat .header-section-cat .arrows-slider-cat {
      float: right;
      margin-top: 12px;
      margin-right: 20px; }
      .section-cat .header-section-cat .arrows-slider-cat i {
        color: #fff;
        font-size: 24px;
        margin-left: 5px;
        cursor: pointer; }
        .section-cat .header-section-cat .arrows-slider-cat i:hover {
          color: #fcce00; }
  .section-cat .content-section-cat {
    overflow: unset;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 15px; }
    .section-cat .content-section-cat li.product {
      margin-bottom: 0px !important;
      width: 100% !important;
      margin: 0px !important; }

/*
.owl-item {
  opacity: 0;
  transition: opacity 500ms; }

.owl-item.active {
  opacity: 1; }
*/
span.onsale {
  display: none; }

.storefront-sorting .woocommerce-ordering {
  float: right;
  margin-right: 0px; }

.woocommerce-pagination {
  float: none !important; }
  .woocommerce-pagination a {
    text-decoration: none !important;
    background: transparent !important;
    color: #1A1A1A !important;
    color: #1a1a1a; }
    .woocommerce-pagination a:hover {
      color: #fcce00 !important; }
  .woocommerce-pagination span.current {
    background-color: #1A1A1A !important;
    color: #fff !important;
    color: #1a1a1a; }

.storefront-sorting select {
  background: #fff;
  height: 48px;
  border: 1px solid #E5E5E5; }

@media (min-width: 768px) {
  .woocommerce-result-count {
    padding: 0.8em 0 !important; } }
.woof_products_top_panel {
  display: none !important; }

.shopbar {
  margin-top: 30px; }
  .shopbar .widget h3 {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin-bottom: 20px; }
  .shopbar .widget .price_slider_amount button {
    display: none; }
  .shopbar .widget .woof_submit_search_form_container {
    margin-top: 30px; }
    .shopbar .widget .woof_submit_search_form_container button {
      text-decoration: none;
      padding: 8px 20px;
      text-transform: uppercase;
      transition-duration: 0.3s;
      font-family: "Roboto Condensed",sans-serif;
      font-weight: bold;
      font-style: italic;
      font-size: 15px;
      border-radius: 0px;
      background: #fff;
      border: 1px solid #fcce00;
      color: #1A1A1A;
      margin-right: 10px; }
      .shopbar .widget .woof_submit_search_form_container button:hover {
        background: #fcce00; }
  .shopbar .widget .woof_list_checkbox li div {
    margin-top: -7px; }
  .shopbar .widget .woof_front_toggle {
    margin-top: 11px; }

.woof.woof_sid.woof_sid_auto_shortcode {
  display: none !important; }

.textos h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px; }
.textos a {
  color: #1A1A1A; }
  .textos a:hover {
    color: #1A1A1A; }

.gform_wrapper .top_label .gfield_label {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 13px; }
.gform_wrapper .gform_footer input[type=submit] {
  text-decoration: none;
  padding: 8px 30px;
  text-transform: uppercase;
  transition-duration: 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #fcce00;
  color: #1A1A1A;
  margin-right: 10px; }
  .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #fcce00; }
.gform_wrapper .gform_footer.top_label {
  text-align: center; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.medium {
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 6px 9px !important; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea.medium:focus {
    border: 1px solid #fcce00; }

.faqs .hentry {
  margin-bottom: 20px; }

#accordion-faqs {
  margin-bottom: 4em; }
  #accordion-faqs .card .card-header {
    padding: 0px; }
    #accordion-faqs .card .card-header h2 {
      font-family: 'Lato', sans-serif; }
      #accordion-faqs .card .card-header h2 button {
        float: left;
        width: 100%;
        padding: 20px;
        text-align: left;
        color: #1A1A1A;
        text-decoration: none;
        background-color: #fbfbfb;
        font-size: 16px !important;
        text-transform: initial;
        font-weight: normal;
        font-style: normal; }
  #accordion-faqs .card .card-body {
    padding: 20px; }
  #accordion-faqs .card {
    border-radius: 0px; }

.site-header ul.menu li.current-menu-item > a, .site-header ul.menu li.current-menu-ancestor > a {
  color: #fcce00 !important; }

.single-product div.product .product_meta {
  display: none !important; }

.pswp__caption {
  display: none !important; }

.pswp__bg {
  background: rgba(0, 0, 0, 0.8) !important; }

.single-product div.product {
  overflow: visible !important; }
  .single-product div.product a.reset_variations {
    display: none !important; }
  .single-product div.product div.images {
    margin-bottom: 3em;
    width: 60%;
    margin-right: auto; }
  .single-product div.product div.summary {
    width: 37%; }
    .single-product div.product div.summary .single_add_to_cart_button {
      display: block;
      width: 100%;
      margin-top: 20px;
      float: left; }

.woocommerce-tabs {
  overflow: visible !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .woocommerce-tabs ul.tabs {
    width: 100% !important;
    margin: 0px !important;
    border: 0px !important; }
    .woocommerce-tabs ul.tabs li {
      display: inline-block !important;
      border: 0px !important; }
      .woocommerce-tabs ul.tabs li a {
        padding: 10px 20px !important;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 15px;
        font-weight: normal !important;
        transform: skew(20deg);
          
        }
        .woocommerce-tabs ul.tabs li a:hover {
          color: #ebc000; }
      .woocommerce-tabs ul.tabs li.active {
        background-color: #F4F5F7; }
        .woocommerce-tabs ul.tabs li.active:after {
          display: none; }
  .woocommerce-tabs .panel {
    padding: 45px 0 !important;
    margin-bottom: 0px;
    margin-top: 50px !important;
    background-color: #F4F5F7;
    }
    .woocommerce-tabs .panel .container {
      padding: 0 30px; }
    .woocommerce-tabs .panel#tab-description p:last-child {
      margin-bottom: 0px; }
    .woocommerce-tabs .panel h2 {
      display: none !important; }

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes {
  margin-bottom: 0px;
  border-top: 0px; }

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:first-child th, .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes tr:first-child td {
  padding-top: 0px; }

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes th {
  font-weight: 400;
  text-transform: uppercase; }

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes td {
  background: none !important;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 1em 1.41575em;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5; }

.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .container table.shop_attributes th {
  font-weight: 600;
  text-transform: uppercase;
  background: none !important; }

#respond {
  padding: 0px !important;
  background: none !important; }

form.comment-form input[type="text"], form.comment-form input[type="email"], form.comment-form textarea {
  background: transparent;
  border: 1px solid #dadada;
  box-shadow: none !important;
  padding: 6px 9px !important; }
  form.comment-form input[type="text"]:focus, form.comment-form input[type="email"]:focus, form.comment-form textarea:focus {
    border-color: #fcce00; }
form.comment-form input[type="submit"] {
  text-decoration: none;
  padding: 8px 30px;
  text-transform: uppercase;
  transition-duration: 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #fcce00;
  color: #1A1A1A; }
  form.comment-form input[type="submit"]:hover {
    background-color: #fcce00; }

.required {
  color: #ebc000 !important; }

.related.products {
  margin-top: 60px; }
  .related.products .header-section-cat {
    background-color: #F4F5F7; }
    .related.products .header-section-cat .arrows-slider-cat i {
      color: #1A1A1A; }
      .related.products .header-section-cat .arrows-slider-cat i:hover {
        color: #ebc000; }
    .related.products .header-section-cat .title-cat {
      color: #fff !important; }
    .related.products .header-section-cat .title-cat:after {
      background-color: #1A1A1A !important; }

.twist-pgs .btn-prev, .twist-pgs .btn-next {
  border-radius: 4px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 19px;
  cursor: pointer; }

.twist-pgs .btn-prev:hover, .twist-pgs .btn-next:hover {
  background-color: #fcce00; }

.twist-pgs:hover .btn-next {
  margin-right: 16px; }

.twist-pgs:hover .btn-prev {
  margin-left: 16px; }

.twist-pgs .slick-slide {
  cursor: pointer;
  pointer-events: none; }
  .twist-pgs .slick-slide img {
    width: 100% !important; }
  .twist-pgs .slick-slide .venobox.vbox-item {
    cursor: pointer;
    pointer-events: none; }

.variations .label {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 6px; }
  .variations .label label {
    margin-bottom: 1px !important; }
.variations label[for="pa_cor"] {
  display: none; }
.variations .select.swatch-control .select-option.swatch-wrapper {
  border: 0px !important;
  border-bottom: 2px solid transparent !important;
  padding: 0px !important;
  padding-bottom: 7px !important;
  margin: 0 10px 5px 0; }
  .variations .select.swatch-control .select-option.swatch-wrapper:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important; }
  .variations .select.swatch-control .select-option.swatch-wrapper.selected {
    border-bottom: 2px solid #1A1A1A !important; }
  .variations .select.swatch-control .select-option.swatch-wrapper a {
    width: 50px !important;
    height: 50px !important; }
    .variations .select.swatch-control .select-option.swatch-wrapper a img {
      max-width: 50px;
      height: 50px;
      width: 50px; }
.variations .tawcvs-swatches .swatch {
  line-height: 26px;
  margin-right: 5px;
  background: transparent;
  opacity: 1;
  color: #1A1A1A;
  font-family: "Roboto Condensed", sans-serif;
  border-width: 2px;
  border-color: transparent; }
  .variations .tawcvs-swatches .swatch:hover {
    border-color: rgba(0, 0, 0, 0.2); }
  .variations .tawcvs-swatches .swatch.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #1A1A1A !important;
    opacity: 1; }

.tm-extra-product-options .tm-cell {
  margin: 0px !important; }
.tm-extra-product-options .tm-epo-field-label {
  display: block;
  margin: 0;
  position: relative;
  float: none;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 8px; }
  .tm-extra-product-options .tm-epo-field-label i {
    color: #ebc000; }

.tc-totals-form {
  display: none !important; }

.tm-extra-product-options input.use_images + img.radio_image {
  border: 2px solid transparent;
  padding: 0px !important;
  border-radius: 0px !important; }
  .tm-extra-product-options input.use_images + img.radio_image:hover {
    border-color: rgba(0, 0, 0, 0.2); }

.tm-extra-product-options input.use_images:checked + img.radio_image, .tm-extra-product-options input.use_images:checked + .tc-lightbox-image-wrap img.radio_image, .tm-extra-product-options input.use_images:checked + .tmhexcolorimage.radio_image, .tm-extra-product-options input.use_images:checked + .tc-lightbox-wrap img.radio_image, .tm-extra-product-options input.use_images:checked + img.checkbox_image, .tm-extra-product-options input.use_images:checked + .tc-lightbox-image-wrap img.checkbox_image, .tm-extra-product-options input.use_images:checked + .tmhexcolorimage.checkbox_image, .tm-extra-product-options input.use_images:checked + .tc-lightbox-wrap img.checkbox_image {
  border-color: #1A1A1A !important;
  border-width: 2px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.radio_image_label, .checkbox_image_label {
  padding: 0.4em 0;
  font-weight: normal !important; }

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
  padding: 0px !important; }

h3.tm-epo-field-label.tm-section-label a.link-see-example {
  float: right;
  font-size: 13px;
  text-transform: initial;
  color: #B4B4B4;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  text-decoration: underline; }
  h3.tm-epo-field-label.tm-section-label a.link-see-example:hover {
    color: #ebc000; }

.modal-content {
  border-radius: 0px;
  border: 0px; }
  .modal-content .close {
    position: absolute;
    top: -27px;
    right: -17px;
    background: transparent;
    font-size: 27px;
    color: #fff;
    opacity: 1;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3); }
    .modal-content .close:hover {
      color: #fcce00 !important; }

.banner-cat {
  height: 320px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.products-home {
  margin-top: 45px;
  margin-bottom: 60px; }
  .products-home .outer-tabs {
    text-align: center;
    margin-bottom: 30px; }
    .products-home .outer-tabs .nav-tabs-home {
      display: inline-block;
      border: 0px !important;
      margin: 0px; }
      .products-home .outer-tabs .nav-tabs-home li {
        display: inline-block;
        padding-left: 16px;
        padding-right: 16px; }
        .products-home .outer-tabs .nav-tabs-home li a {
          border: 0px !important;
          text-transform: uppercase;
          color: #1A1A1A !important;
          padding-left: 0px;
          padding-right: 0px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-style: italic;
          font-size: 16px;
          padding-top: 0px;
          padding-bottom: 5px; }
          .products-home .outer-tabs .nav-tabs-home li a.active {
            border-bottom: 2px solid #1A1A1A !important; }
          .products-home .outer-tabs .nav-tabs-home li a:hover {
            border-bottom: 2px solid #1A1A1A !important; }
  .products-home .content-section-cat {
    position: relative;
    overflow: unset; }
    .products-home .content-section-cat ul.products {
      margin: 0 60px !important; }
    .products-home .content-section-cat .arrows-home-slider {
      border-radius: 4px;
      box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
      width: 40px;
      height: 40px;
      line-height: 42px;
      font-size: 19px;
      cursor: pointer;
      text-align: center;
      z-index: 99999;
      background: #fff; }
      .products-home .content-section-cat .arrows-home-slider:hover {
        background-color: #fcce00; }
      .products-home .content-section-cat .arrows-home-slider.arrows-home-slider-left {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -20px; }
      .products-home .content-section-cat .arrows-home-slider.arrows-home-slider-right {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px; }

.outer-btn-see-all {
  text-align: center;
  margin-top: 20px; }

.super:hover .superMenuCustom {
  display: block;
  color: #000; }
.super .col-logo-menu {
  margin: 10px 0;
  text-align: center;
  flex: 0 0 10%;
  max-width: 10%; }
.super .logo-menu {
  max-width: 100%;
  max-height: 83px;
  margin: auto; }

.tc-extra-product-options {
  display: none; }

.tc-extra-product-options.tc-show, .tc-extra-product-options.tc-show-override {
  display: block; }

label.wcva_single_textblock {
  text-transform: uppercase;
  border-radius: 50% !important;
  background: #fff !important;
  border: 0px !important;
  color: #1A1A1A;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold !important;
  border: 2px solid transparent !important;
  max-width: 32px;
  max-height: 32px;
  line-height: 28px;
  padding: 0 9px; }
  label.wcva_single_textblock:hover {
    border: 2px solid rgba(0, 0, 0, 0.2) !important; }

label.selectedswatch.wcva_single_textblock.selectedswatch {
  border: 2px solid #1A1A1A !important;
  color: #1A1A1A;
  font-weight: bold !important; }

div.swatchinput {
  padding-right: 3px; }

label.wcvaswatchlabel.wcvasquare {
  border: 0px !important;
  margin: 0px !important;
  outline: 0 !important;
  position: relative; }

label.wcvasquare {
  position: relative; }
  label.wcvasquare:hover:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 2px;
    bottom: -7px;
    background: rgba(0, 0, 0, 0.2); }

label.selectedswatch.wcvasquare {
  border: 0px !important;
  margin: 0px !important;
  outline: 0 !important; }
  label.selectedswatch.wcvasquare:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 2px;
    bottom: -7px;
    background: #1A1A1A; }

div.wcvaswatchinput.shopswatchinputwrap {
  display: inline-block !important; }

ul.products li div.wcvashopswatchlabel {
  padding: 0px !important;
  border: 0px !important;
  outline: 0 !important;
  position: relative !important; }
ul.products li div.wcvashopswatchlabel.wcvasquare:hover {
  padding: 0px !important;
  border: 0px !important;
  outline: 0 !important;
  position: relative !important; }
  ul.products li div.wcvashopswatchlabel.wcvasquare:hover:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 2px;
    bottom: -7px;
    background: #1A1A1A;
    left: 0; }

.custom-link-loop {
  float: left;
  width: 100%;
  text-decoration: none !important; }

body .woocommerce-error .button, body .woocommerce-info .button, body .woocommerce-message .button, body .woocommerce-noreviews .button, body p.no-comments .button {
  color: #1A1A1A !important;
  border-left-color: #1A1A1A !important;
  text-transform: uppercase;
  border: 0px;
  text-decoration: none; }
  body .woocommerce-error .button:hover, body .woocommerce-info .button:hover, body .woocommerce-message .button:hover, body .woocommerce-noreviews .button:hover, body p.no-comments .button:hover {
    color: #ebc000 !important; }
body .wc-proceed-to-checkout .button.checkout-button, body #payment .place-order .button {
  font-size: 1.2em !important; }
body .woocommerce-error a, body .woocommerce-info a, body .woocommerce-message a, body .woocommerce-noreviews a, body p.no-comments a {
  color: #ebc000; }
  body .woocommerce-error a:hover, body .woocommerce-info a:hover, body .woocommerce-message a:hover, body .woocommerce-noreviews a:hover, body p.no-comments a:hover {
    color: #ebc000; }
body .woocommerce-MyAccount-navigation ul li a {
  color: #1A1A1A !important; }

.activeMenu {
  display: block; }

@media (max-width: 991px) {
  header.site-header .row {
    align-items: center; }

  header.site-header {
    padding: 14px 0 14px; }

  .site-header .custom-logo-link, .site-header .site-logo-anchor, .site-header .site-logo-link {
    margin-bottom: 0px !important; }

  .novpromo a > div {
    height: 250px; }

  ul.products li .box-product div.shopswatchinput {
    display: none !important; }

  .navMobile ul li a {
    color: #1A1A1A !important;
    text-align: left;
    text-transform: uppercase; } }
@media (max-width: 767px) {
  .rodapeMenus {
    padding-bottom: 15px; }
    .rodapeMenus > .container > .row > div {
      margin-bottom: 25px; }
    .rodapeMenus .col-social a {
      float: left; }

  .products-home .outer-tabs .nav-tabs-home li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px; }

  .products-home .outer-tabs .nav-tabs-home li a {
    font-size: 13px; }

  .products-home .content-section-cat .arrows-home-slider {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px !important; }

  .btn {
    font-size: 13px; }

  .novpromo span {
    font-size: 13px; }

  .novpromo a > div {
    height: 200px; }

  .slidebanner .slider-content h2 {
    font-size: 28px; }

  .slidebanner .slider-content p {
    max-width: 50%;
    font-size: 13px; }

  .slidebanner .owl-dots .owl-dot {
    width: 12px;
    height: 12px; }

  .archive.woocommerce h1 {
    font-size: 18px; }

  .sidebar-parent-cat ul li a {
    font-size: 13px; }

  .sidebar-parent-cat ul li a {
    padding: 8px 20px; }

  .sidebar-archive {
    margin-bottom: 30px; }

  .storefront-sorting .woocommerce-ordering {
    display: none; }

  .woocommerce-result-count {
    display: none; }

  .single-product div.product div.images {
    width: 100%; }

  .single-product div.product div.summary {
    width: 100%; }

  .woocommerce-tabs .panel {
    margin-top: 0px !important; }

  h1.product_title.entry-title {
    font-size: 20px; }

  .btn {
    white-space: normal; } }
    
/*Custom Code 20/03 before launch */
.stock.out-of-stock{
    display:none;
}
.custom_out_of_stock{
    color:#e2401c;
}
.single-product .btn.btn-dark{
    color:#fff;
}
.wcml-cs-active-currency{
    display:inline-block;
}
.menu-menu-icones-pesquisa-perfil-e-carrinho-container{
    display:inline-block;
}
.wcml_currency_switcher{
    display:inline-block;
}
.wcml-dropdown{
    width:unset;
}
.wcml-dropdown li{
    border: 1px solid #1a1a1a !important;
    background-color: #1a1a1a !important;
}
.wcml-dropdown .wcml-cs-submenu{
    border-top:1px solid #1a1a1a !important;
    color:#fff;
}
.wcml-dropdown .wcml-cs-submenu li{
    border:1px solid #1a1a1a !important;
}
.wcml-dropdown li:hover, .wcml-dropdown li:focus{
    background-color:#fcce00 !important;
    border:1px solid #fcce00 !important;
    color:#000;
}
.wcml-dropdown .wcml-cs-submenu li a{
    font-size:13px;
}
.menu-menu-icones-pesquisa-perfil-e-carrinho-ingles-container{
    display:inline-block;
}
.woof_price_filter h4{
    display:none !important;
}
.menu-menu-icones-pesquisa-perfil-e-carrinho-espanhol-container{
    display:inline-block;
}
.woocommerce .wcml-dropdown.product{
    margin:0 !important;
}

.banner-lang-style{
  display: none;
  position: absolute;
}
.active-lang:hover .banner-lang-style{
    display: grid;
    margin-left: -17px;
    z-index:9999999999;
}
.active-lang:hover ~ .banner-lang-style li{
	float:none;
}
.right-navbar li {
	line-height:23px;
	list-style:none;
	margin-left:11px;
	display:inline-block;
}
.right-navbar a{
  display: block;
}
.right-navbar{
	padding:0;
	margin-left:5px;
	margin-bottom:0;
	display:inline-block;
}
.right-navbar i{
	font-size:18px;
}
.active-lang a{
	padding:0 10px !important;
}
.right-navbar a:first-of-type{
	margin-right:-30px;
}
.outer-navbarNav-mobile .right-navbar a:first-of-type{
	margin-right:-70px !important;
}
.outer-navbarNav-mobile .right-navbar ul li{
}
.banner-lang-style-mobile a{
	margin-top:-10px !important;
}
.right-navbar img{
    display:inline-flex;
    margin-right: 6px;
}
.banner-lang-style li a{
    padding:0 !important;
    background-color: #1a1a1a;
    box-shadow:0 0 14px 7px rgba(0,0,0,.1);
}
.banner-lang-style li:hover a{ 
    background-color: #fcce00;
}
@media screen and (max-width:767px){
    .wcml-dropdown{
        margin-right:-11px;
    }
}
header.site-header{
    width:100%;
    position:fixed;
    transition:0.3s ease;
}
.site-header.navbar-sticky{
    padding-top:0;
    padding:10px 0 0;
}
.site-header.navbar-sticky a{
    margin-bottom:0 !important;
}
#content{
    margin-top:109px;
}
.site-header.navbar-sticky .custom-logo-link img{
    max-width: 155px;
    max-height: 50px;
    margin-bottom:10px;
}
.novpromo .promocao a .icon_promotions{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 110px solid #fcce00;
    border-left: 125px solid transparent;
    transition:0.5s ease;
}
.novpromo .promocao a:hover .icon_promotions{
    border-bottom: 450px solid rgba(252, 206, 0, 0.8);
    border-left: 450px solid transparent;
}
.novpromo .promocao a:hover img{
    width: 150px;
}
.novpromo .promocao a .wrapper_content{
    transform:translateX(-100%);
    transition:0.7s ease;
    opacity:0;
}
.novpromo a > div{
    background-color:rgb(16, 16, 16, 0.80);
    transition: 0.3s ease;
}
.novpromo .promocao a:hover .wrapper_content{
    transform:translateX(0%);
    opacity:1;
}
.novpromo .promocao a img{
    width: 45px;   
    position:absolute;
    right: 10px;
    bottom: 10px;
    transition:0.5s;
}
.novpromo a > div{
    position:relative;
}

li.product a{
    transition:0.3s ease;
}
li.product a img{
    transition:0.3s ease;
}
/*
li.product a:hover img{
    transform: scale(1.1);
}
*/
.super:hover > .superMenuCustom{
    display:block;
}
.upsells{
    margin:60px 0 0;
}
.upsells_header{
    margin-bottom: 20px;
    background: #F4F5F7;
}
.upsells_header h2{
    color: #fff;
    padding: 13px 20px;
    padding-right: 30px;
    display: inline-flex;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin:0;
    font-size:14px;
}
.upsells_header h2::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transform: skewX(-20deg);
    transform-origin: 0 0;
    background-color: #1A1A1A;
}
.main-navigation ul.menu > li > a{
    padding-bottom:22px !important;
}
.top-rated-products-sidebar{
    margin:20px 0 0;
}
.top-rated-products-sidebar .products{
    display:inline-grid;
}
html body .top-rated-products-sidebar .products li{
    width:100% !important;
}
.top-rated-products-sidebar .products li .box-product{
    float:unset;
    display:flex;
    align-items: center;
}
.top-rated-products-sidebar .products li .box-product .custom-link-loop{
    width: auto;
    display: inline-block;
    float: unset;
}
.top-rated-products-sidebar .products li .box-product img{
    width: 100px;
    margin: 0;
}
.top-rated-products-sidebar .products li .box-product .custom-link-loop{
    float:unset;
    text-align: left;
    padding:0 5px;
}
.top-rated-products-sidebar .products li .box-product .star-rating{
    margin:0 0 .5407911001em !important;
}
.top-rated-products-sidebar .products li .box-product .price{
    margin:0;
    color: #676767 !important;
    transition:0.3s ease;
}
.top-rated-products-sidebar .products li .box-product h2.woocommerce-loop-product__title{
    font-size: 15px !important;
    font-weight: 600;
    margin: 0 0 5px;
    color: #676767;
    transition:0.3s ease;
}
.top-rated-products-sidebar .products li .box-product:hover .price, .top-rated-products-sidebar .products li .box-product:hover h2.woocommerce-loop-product__title{
    color:#ebc000 !important;
}
.top-rated-products-sidebar .products li .box-product .woocommerce-Price-amount {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.top-rated-products-sidebar h4{
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
}
.top-rated-products-sidebar h4:before{
content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    height: 4px;
    width: 80px;
    max-width: 90%;
    background-color: #fcce00;
}
.single-product h1.product_title{
    font-weight: 700;
    font-size: 38px;
}
.single-product .woocommerce-product-rating{
    margin-bottom:0;
}
.single-product .price{
    margin: 15px 0 10px;
    font-size: 22px;
}
.single-product .variations select{
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    height: 41px;
    padding: 6px 12px;
    color: #555;
    color: rgba(102,102,102,.75);
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .2s;
    border-radius: 0px;
    vertical-align: middle;
    max-width: 100%;
}
.single-product .woocommerce-product-details__short-description p{
    color:#999;
}
.single-product .quantity{
    display: inline-flex;
    align-items: center;
}
.single-product .quantity .remove_number_qty{
    margin-right: 10px;
    width: 42px;
    height: auto;
    padding: 15px 15px;
    border-radius: 0;
    outline: none;
    /* font-size: 18px; */
    line-height: 12px;
    font-weight: 100;
    font-style: normal;
    background: #eaeaea;
    color: inherit;
    position: relative;
    float: left;
    border: 0;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
    text-shadow: none !important;
}
.single-product .quantity .add_number_qty{
    margin-left: 10px;
    width: 42px;
    height: auto;
    padding: 15px 15px;
    border-radius: 0;
    outline: none;
    /* font-size: 18px; */
    line-height: 12px;
    font-weight: 100;
    font-style: normal;
    background: #eaeaea;
    color: inherit;
    position: relative;
    float: left;
    border: 0;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
    text-shadow: none !important;
}
.single-product .single_add_to_cart_button{
    position:relative;
}
.single-product .single_add_to_cart_button:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 31px;
    height: 104%;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #1a1a1a;
    z-index: 1;
}
.single-product .single_add_to_cart_button:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f7c51e;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    line-height: 42px;
    padding: 0 4px;
    z-index: 2;
}
.woocommerce-tabs .panel{
    float:unset !important;
    width:100% !important;
}
.woocommerce-tabs ul.tabs li{
    background: #e2e2e2;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 30px 0 30px;
    margin: 0 -4px 0 0;
    vertical-align: top;
    line-height: 2;
    border-right: solid 2px #fff;
    -ms-transform: skew(-20deg);
    -webkit-transform: tskew(-20deg);
    transform: skew(-20deg);
    border-right: 3px solid #fff !important;
}
.woocommerce-tabs ul.tabs li:last-of-type{
    border-right:unset !important;
}
.woocommerce-tabs ul.tabs{
    overflow:hidden;
    background:#e2e2e2;
}
.woocommerce-tabs ul.tabs li.active{
    background:#fcce00;
    margin-left: -5px;
}
.woocommerce-tabs ul.tabs li:first-of-type{
    margin-left: -20px;
    padding-left: 30px;
}
.add_number_qty:hover, .remove_number_qty:hover{
    cursor:pointer;
}
#comments .commentlist{
    margin: 35px 0;
}
#comments .commentlist li{
    padding: 0 !important;
    background: transparent;
    box-shadow: unset !important;
}
#reviews .commentlist li .comment_container .comment-text{
    float: left !important;
    margin-left: 30px !important;
}
#tab-reviews #comments .commentlist li .meta{
    display:inline-flex;
    margin:0;
}
#tab-reviews #comments .commentlist li .meta span{
    margin: -3px 5px 0;
}
#tab-reviews #comments .commentlist li .meta time{
    margin-top: -3px;
}
.ywar-description .review_title{
    display:none !important;
}
.ywar-description .review_content{
    color:#999;
}
#tab-reviews #comments .commentlist li .star-rating{
    position:relative !important;
    margin-top:0 !important;
}
#tab-reviews #comments .commentlist li{
    margin:0;
}
#review_form_wrapper form .upload_section {
    display:none !important;
}
.single-product div.product div.images{
    
}
.search_products .woocommerce-product-search input{
    width:64%;
}
.single-product div.product div.images{
    width:40%;
}
.single-product div.product div.summary{
    width:55%;
}
.single-product div.product div.summary .single_add_to_cart_button{
    width:45%;
    margin-top:0;
}
@media screen and (max-width:767px){
    .single-product div.product div.images, .single-product div.product div.summary{
        width:100%;
    }
    .single-product div.product div.summary .single_add_to_cart_button{
        margin-top:20px;
    }
    .single-product .single_add_to_cart_button:before{
        top: -2px;
        height: 110%;
    }
    .woocommerce-tabs ul.tabs li:first-of-type{
        margin:0 !important;
        padding:0 !important;
    }
    .woocommerce-tabs ul.tabs li{
        margin:0;
        padding:0;
        border:none !important;
    }
    .woocommerce-tabs ul.tabs li{
        transform:unset;
        width:100%;
    }
    .woocommerce-tabs ul.tabs li.active{
        margin-left:0;
    }
    #reviews .commentlist li .comment_container .comment-text{
        margin-left:0 !important;
    }
    .woocommerce-tabs .panel .container{
        padding:0 !important;
    }
    #reviews .commentlist{
        padding:0 10px;
    }
    #ywar_reviews{
        padding: 0 10px;
        text-align: center;
    }
    #review_form{
        padding:0 10px;
    }
}
@media screen and (min-width:768px) and (max-width:1023px){
    .col_sidebar{
        display:none;
    }
}
ul.products li .box-product{
    background-color: #f0f0f0;
    text-align: left;
}
ul.products li .box-product .custom-link-loop{
    padding: 30px 15px 0;
    position:relative;
}
ul.products li .box-product .custom-img-loop{
    padding:0;
}
ul.products li .box-product .star-rating{
    margin:0 15px 10px !important;
    display:none !important;
}
.wrapper_product{
    position: relative;
    display: inline-block;
}
.btn-cart{
    position: absolute;
    z-index: 99;
    left: 0;
    top: -20px;
    color: #000 !important;
    border: 1px solid #f7c51e;
    background: #f7c51e;
    transition: 0.3s ease !important;
}
.btn-cart:after{
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f7c51e;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    line-height: 42px;
    padding: 0 4px;
    z-index: 2;
    transition: 0.3s ease !important;
}
.btn-cart:before{
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 31px;
    height: 104%;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #1a1a1a;
    z-index: 1;
    transition: 0.3s ease !important;
}
.btn-cart:hover:before{
    left: 95%;
}
.btn-cart:hover:after{
    left: 94%;
}
.custom-mini-logo-wrapper{
    display:none;
    float:left;
}
.custom-mini-logo-wrapper img{
    margin-bottom: 11px;
    max-height: 40px;
}
.cn-button:before, .cn-button:after{
    content:unset !important;
}
.slider-product ul.products li .box-product .custom-link-loop{
    padding:0 15px 15px;
}
@media screen and (max-width:767px){
    .btn-cart:before{
        height:105%;
    }
    .custom-mini-logo-wrapper img{
        max-height:100%;
    }
    ul.products li .box-product{
        margin-bottom:30px;
    }
}
.top-rated-products-sidebar .products li .box-product{
    background:#fff;
}
.top-rated-products-sidebar .products li .box-product .btn-cart{
    display:none !important;
}
.top-rated-products-sidebar .products li .box-product .star-rating{
    display:block !important;
}
html body .top-rated-products-sidebar .products li{
    margin-bottom: 15px !important;
}
#respond form{
    border-top: solid 3px #d8d7d7;
    display: flex;
    flex-direction: column;
}
#respond form .comment-form-title{
    order:3;
}
#respond form .form-submit{
    order:4;
}
#respond form .comment-form-rating{
    margin:25px 0 25px;
}
#respond form #uploadFileList{
    display:none;
}
#respond form p{
    margin: 0;
}
#respond form .comment-form-comment{
    margin-bottom:25px;
}
#respond form .comment-form-comment label{
    margin:0;
}
#respond form .comment-form-comment textarea{
    line-height: 20px;
    resize: inherit;
    height: 120px;
}
#respond form .comment-form-title{
    display:none;
}

#respond form .comment-form-title label{
    margin-bottom:0;
}
.lg-outer .lg-sub-html{
    display:none !important;
}
.lg-backdrop{
   background-color:rgba(0, 0, 0, 0.8); 
}

.single_add_to_cart_button:before, .single_add_to_cart_button:after{
    transition:0.3s ease;
}
.single_add_to_cart_button:hover:before{
    left: 95%;
}
.single_add_to_cart_button:hover:after{
    left: 94%;
}
#reviews_order{
    display:none;
}
.single-product div.product .woocommerce-product-rating{
    margin-bottom:0 !important;
}
.price{
    color: #fcce00 !important;
}
.search_products{
    position:relative;
}
.search_products button{
    position: absolute;
    right: 0;
    padding: 6px 20px;
    color: #000;
    border: 1px solid #f7c51e;
    background: #f7c51e;
}
.search_products button:hover{
    background: #f7c51e;
}
form.comment-form input[type="submit"]{
    position: relative;
    z-index: 99;
    color: #000;
    border: 1px solid #f7c51e;
    background: #f7c51e;
}
form.comment-form input[type="submit"]:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 31px;
    height: 104%;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #1a1a1a;
    z-index: 1;
    transition: 0.3s ease !important;
}
form.comment-form input[type="submit"]:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f7c51e;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    line-height: 42px;
    padding: 0 4px;
    z-index: 2;
    transition: 0.3s ease !important;
}
.cross-sells .btn-cart{
    width:75%;
    font-size: 10px;
    padding: 8px 14px;
}
.cross-sells .btn-cart:before{
    height:106%;
}
.cross-sells .btn-cart:after{
    top:-4px;
}

@media screen and (min-width:767px){
    html body .cart-collaterals .cross-sells ul.products li.product:nth-child(2n){
        margin-right:2% !important;
    }
}
.cart-collaterals .cross-sells{
    margin-top:40px;
}
.checkout-button{
    background: #f7c51e;
    border-color: #f7c51e;
    color:#000 !important;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity .qty {
  -moz-appearance: textfield;
}
.btn-cart:hover, .checkout-button:hover, html body .single_add_to_cart_button:hover, .btn-dark:hover, .btn-transparent:hover{
    background:#1a1a1a !important;
    border-color:#1a1a1a !important;
    color:#f7c51e !important;
}
.quantity .qty{
    font-size: 16px;
    font-weight: 600;
    padding: 0 !important;
    width: 30px !important;
}

.cart_widget {
  display: inline-block;
  position: relative;
}

.cart_widget.active .cart_contents {
  display: block;
}

.cart_widget .cart_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    padding: 5px 13px;
    border-radius: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 7px;
}

.cart_widget .cart_header i {
  display: inline-table;
  color: #fff;
  margin-right: 8px;
}

.cart_widget .cart_header .quantity_cart {
  color: #fff;
}

.cart_widget .cart_contents {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 30px;
  min-width: 500px;
  right: 0;
  z-index:99999;
}

@media screen and (max-width: 860px) {
  .cart_widget .cart_contents {
    min-width: 360px;
  }
  .cart_widget .cart_contents .finish_order .text-finish{
      font-size:15px !important;
  }
}

.cart_widget .cart_contents .control_contents i {
  font-size: 25px;
  cursor: pointer;
  color:#000;
}

.cart_widget .cart_contents .control_contents {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 25px;
  top: 20px;
}

.cart_widget .cart_contents h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align:left;
}

.cart_widget .cart_contents ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart_widget .cart_contents ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 15px;
}

.cart_widget .cart_contents ul li .product_quantity select {
  padding: 8px 10px;
  border: unset;
  background: #f6f6f6;
  border-bottom: 1px solid #c9c9c9;
}

.cart_widget .cart_contents ul li .wrapper_info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart_widget .cart_contents ul li .wrapper_info .product_info {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_widget .cart_contents ul li .wrapper_info .product_info a {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height:24px;
}

.cart_widget .cart_contents ul li .product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
}

.cart_widget .cart_contents .finish_order {
  margin-top: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px, rgba(0, 0, 0, 0.04) 0px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px, rgba(0, 0, 0, 0.04) 0px 4px 4px;
  color: #fff;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_widget .cart_contents .finish_order:hover{
    text-decoration:none;
}
.cart_widget .cart_contents .finish_order .quantity-cart {
    display: inline-flex;
    border: 1px solid #fff;
    padding: 4px 10px;
    align-items: center;
    justify-content: center;
}

.cart_widget .cart_contents .finish_order .text-finish {
  font-weight: 600;
  font-size: 17px;
}

.cart_widget .cart_contents .finish_order .total-cart {
  font-weight: 600;
}
.navExtra{
    position:relative;
}
@media screen and (max-width:767px){
    .cart_widget .cart_contents{
        right: -100px !important;
        max-width:200px !important;
    }
}
.product-search{
    width: calc(100% - 30px);
    position: absolute;
    overflow: hidden;
    z-index: 9;
    transition: height 0.3s ease;
    top: 112px;
    height:0px;
}
.product-search.abreSearch{
    height:45px;
}
.cart_widget:hover .cart_contents{
    display:block;
}

.added-to-cart .cart_contents{
    display:block;
}
.added-to-cart .remove-auto.cart_contents{
    display: none;
}
ul.products li.product img{
    margin:0 !important;
}

.addthis_inline_share_toolbox{
	margin:30px 0 15px !important;
}
/*# sourceMappingURL=main.css.map */
