@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;800&display=swap");
.btn-main {
  border: 2px solid #FFD700;
  border-radius: 25px;
  padding: 7px 30px;
  color: #000;
  transition: 0.3s ease;
  font-weight: 600; }
  .btn-main:hover {
    background: #FFD700;
    color: #fff; }

.woocommerce-info {
  background: #FFD700 !important;
  font-size: 14px; }

.storefront-sticky-add-to-cart {
  display: none !important; }

html body .product_featured ul.products li.product.last {
  margin-right: 30px !important; }
  @media screen and (max-width: 768px) {
    html body .product_featured ul.products li.product.last {
      margin-right: 0 !important; } }

.woocommerce-breadcrumb {
  margin: 25px 0 20px; }

html {
  font-family: 'Nunito Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }
  html a {
    color: #FFD700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-user-select: none;
  /*   -khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none; */ }

*,
*::before,
*::after,
input[type="search"] {
  box-sizing: inherit; }

body {
  font-size: 1rem;
  line-height: 1.5; }

body,
html {
  height: 100%; }

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0; }

blockquote,
dd,
dl,
figure,
p,
pre,
span,
b,
strong,
a,
li,
div {
  font-family: 'Nunito Sans', sans-serif; }

button {
  background: transparent;
  border: 0;
  padding: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

iframe {
  border: 0; }

a:focus,
.focus a {
  outline: none !important; }

nav ul {
  list-style: none; }

img {
  max-width: 100%; }

[tabindex="-1"]:focus {
  outline: none !important; }

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

@media screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px !important;
    padding-right: 30px !important;
    padding-left: 30px !important; } }
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0 !important; }

.site-main {
  margin: 0 !important; }

body.active_mobile_menu {
  overflow-y: hidden; }

header.header-menu-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999; }
header.site-header {
  padding: 10px 0; }
  @media screen and (max-width: 1024px) {
    header.site-header {
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16); } }
  header.site-header .col-logo .custom-logo-link img {
    max-height: 100px !important; }
  header.site-header .col-inicial-nav {
    display: inherit;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    header.site-header .col-inicial-nav .col-inicial-nav-main {
      display: inherit;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
    @media screen and (min-width: 1024px) {
      header.site-header .col-inicial-nav .col-inicial-nav-secondary {
        display: none; } }
    header.site-header .col-inicial-nav .col-inicial-nav-secondary .mobile-menu-toggle {
      cursor: pointer;
      display: inline-block; }
      header.site-header .col-inicial-nav .col-inicial-nav-secondary .mobile-menu-toggle i {
        font-size: 20px;
        color: #000; }
    header.site-header .col-inicial-nav .col-inicial-nav-secondary .shortcuts {
      margin: 0;
      display: inline-flex; }
      header.site-header .col-inicial-nav .col-inicial-nav-secondary .shortcuts a {
        margin-right: 0;
        margin-left: 15px; }
    @media screen and (max-width: 1023px) {
      header.site-header .col-inicial-nav .col-inicial-nav-main {
        display: none; } }
    header.site-header .col-inicial-nav .prod-search {
      position: relative; }
      header.site-header .col-inicial-nav .prod-search .woocommerce-product-search {
        margin: 0; }
        header.site-header .col-inicial-nav .prod-search .woocommerce-product-search .search-field {
          border: unset;
          box-shadow: unset;
          background: #eeeeee;
          border-radius: 50px;
          padding: 10px 30px;
          transition: 0.3 ease; }
          header.site-header .col-inicial-nav .prod-search .woocommerce-product-search .search-field:focus {
            outline-color: #FFD700; }
        header.site-header .col-inicial-nav .prod-search .woocommerce-product-search button[type="submit"] {
          display: none; }
      header.site-header .col-inicial-nav .prod-search i {
        position: absolute;
        top: 16px;
        right: 15px;
        font-size: 16px; }
    header.site-header .col-inicial-nav .shortcuts {
      margin: 7px 0 0 30px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      align-content: center; }
      header.site-header .col-inicial-nav .shortcuts a {
        display: block;
        text-align: center;
        margin-right: 25px; }
        header.site-header .col-inicial-nav .shortcuts a:last-of-type {
          margin-right: 0; }
        header.site-header .col-inicial-nav .shortcuts a i {
          color: #000;
          font-size: 19px; }
        header.site-header .col-inicial-nav .shortcuts a span {
          display: block;
          color: #000;
          margin-top: -3px;
          font-size: 14px; }
header.new-menu {
  border-bottom: solid 1px #eee; }
  header.new-menu .row {
    align-items: center; }
  header.new-menu .col-logo {
    text-align: center; }
    header.new-menu .col-logo img {
      margin: 0 auto; }
  header.new-menu .prod-search {
    position: relative;
    float: left;
    margin-right: 15px; }
    header.new-menu .prod-search .woocommerce-product-search {
      margin: 0; }
      header.new-menu .prod-search .woocommerce-product-search .search-field {
        border: unset;
        box-shadow: unset;
        background: transparent;
        border: solid 1px #eee;
        border-radius: 5px;
        padding: 10px 30px;
        transition: 0.3 ease; }
        header.new-menu .prod-search .woocommerce-product-search .search-field:focus {
          outline-color: #FFD700; }
      header.new-menu .prod-search .woocommerce-product-search button[type="submit"] {
        display: none; }
    header.new-menu .prod-search i {
      position: absolute;
      top: 16px;
      right: 15px;
      font-size: 16px; }
  header.new-menu .shortcuts {
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center; }
    header.new-menu .shortcuts a {
      display: block;
      text-align: center;
      margin-right: 25px; }
      header.new-menu .shortcuts a:last-of-type {
        margin-right: 0; }
      header.new-menu .shortcuts a i {
        color: #000;
        font-size: 19px; }
      header.new-menu .shortcuts a span {
        display: block;
        color: #000;
        margin-top: -3px;
        font-size: 14px; }
@media screen and (max-width: 1023px) {
  header .hidden-responsive {
    display: none; } }

.cat-menu-wrapper {
  height: 46px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .cat-menu-wrapper {
      display: none; } }
  .cat-menu-wrapper .cat-menu {
    width: 100%;
    z-index: 2; }
    .cat-menu-wrapper .cat-menu.cat-menu-sticky {
      position: fixed;
      top: 0;
      z-index: 999999999; }
    .cat-menu-wrapper .cat-menu nav {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-left: 0 !important; }
      .cat-menu-wrapper .cat-menu nav .nav-main-menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0; }
        .cat-menu-wrapper .cat-menu nav .nav-main-menu li {
          cursor: default;
          white-space: nowrap;
          text-align: center; }
          .cat-menu-wrapper .cat-menu nav .nav-main-menu li:last-of-type {
            border-right: none; }
          .cat-menu-wrapper .cat-menu nav .nav-main-menu li:hover .sub-menu {
            display: block; }
          .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu {
            display: none;
            position: absolute;
            background: #fff;
            z-index: 99999999;
            width: 100%;
            width: auto;
            left: auto;
            padding: 0;
            padding-bottom: 10px;
            margin: 0;
            border: solid 1px #eeeeee; }
            .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu .col-img-cat-menu img {
              width: 60%;
              margin: 0 auto; }
            .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul {
              margin: 0; }
              .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul li {
                text-align: left;
                position: relative;
                padding: 0 30px; }
                .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul li a {
                  padding: 10px 0 0;
                  text-align: left;
                  font-size: 14px;
                  display: inline-block; }
                .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul li .show-sub-menu {
                  display: inline-block;
                  margin-left: 7px;
                  padding: 0 5px;
                  cursor: pointer;
                  position: relative;
                  top: 2px; }
                  .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul li .show-sub-menu.show-sub-menu-active i {
                    transform: rotate(180deg); }
                  .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul li .show-sub-menu i {
                    font-size: 18px;
                    color: #FFD700;
                    transition: 0.3s ease-in; }
                .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul li ul {
                  display: none;
                  margin: 0;
                  position: absolute;
                  left: 100%;
                  width: auto;
                  background: #fff;
                  z-index: 9;
                  top: 0;
                  padding: 10px;
                  border: solid 1px #eeeeee;
                  border-left-color: #fff; }
                  .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul li ul li {
                    padding-left: 0; }
                    .cat-menu-wrapper .cat-menu nav .nav-main-menu li .sub-menu ul li ul li:first-of-type a {
                      padding: 0; }
          .cat-menu-wrapper .cat-menu nav .nav-main-menu li a {
            padding: 10px 20px;
            font-size: 15px;
            text-decoration: none;
            font-weight: 500;
            color: #000 !important;
            display: block;
            position: relative; }
            .cat-menu-wrapper .cat-menu nav .nav-main-menu li a:hover {
              color: #FFD700 !important; }
        .cat-menu-wrapper .cat-menu nav .nav-main-menu .active-cat > a {
          color: #FFD700 !important; }

.banners_homepage .owl-banner-homepage {
  position: relative; }
  .banners_homepage .owl-banner-homepage .owl-dots {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 50%; }
    .banners_homepage .owl-banner-homepage .owl-dots button.owl-dot {
      margin-right: 7px; }
      .banners_homepage .owl-banner-homepage .owl-dots button.owl-dot.active {
        border: 2px solid #fff;
        border-radius: 100%; }
      .banners_homepage .owl-banner-homepage .owl-dots button.owl-dot span {
        background: #fff;
        margin: 3px; }
.banners_homepage .item {
  background-position: center;
  background-size: cover;
  min-height: 55vh; }
  .banners_homepage .item .content_banner {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 40%; }
    .banners_homepage .item .content_banner h2 {
      font-weight: 800;
      color: #fff; }
    .banners_homepage .item .content_banner .btn-main {
      border-color: #fff;
      color: #fff; }
    .banners_homepage .item .content_banner h2 {
      margin-bottom: 0; }
    .banners_homepage .item .content_banner h2 + h3 {
      text-transform: initial;
      color: #fff;
      padding-top: 5px;
      border-top: none; }

.featured_cats {
  padding: 80px 0 0; }
  .featured_cats .wrapper_cat {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
    margin: 0 5px 40px;
    overflow: hidden; }
    .featured_cats .wrapper_cat a:hover {
      text-decoration: none; }
      .featured_cats .wrapper_cat a:hover img {
        transform: scale(1.2); }
    .featured_cats .wrapper_cat .cat_img {
      overflow: hidden;
      height: 550px; }
      .featured_cats .wrapper_cat .cat_img img {
        transition: 0.6s ease; }
    .featured_cats .wrapper_cat .content_cat {
      background: #fff;
      padding: 30px 0;
      text-align: center;
      position: absolute;
      top: calc(50% - 46px);
      background: transparent;
      margin: 0 auto;
      width: 100%;
      left: 0;
      right: 0;
      padding: 0; }
      .featured_cats .wrapper_cat .content_cat h3 {
        font-weight: 800;
        color: #000;
        font-size: 22px;
        color: #fff; }
      .featured_cats .wrapper_cat .content_cat .btn-main {
        margin-top: 15px;
        font-size: 15px;
        border-color: #fff;
        color: #fff; }
  .featured_cats .featuredsmall .cat_img {
    height: 250px; }

.product_featured h3 {
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 34px;
  margin-bottom: 65px; }
  @media screen and (max-width: 1024px) {
    .product_featured h3 {
      font-size: 31px; } }

ul.products {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  ul.products li.product {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.18);
    padding: 10px 0;
    margin-bottom: 40px !important;
    margin-right: 30px !important;
    transition: 0.3s ease; }
    @media screen and (max-width: 767px) {
      ul.products li.product {
        margin-right: 0 !important; } }
    ul.products li.product:hover {
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24); }
    ul.products li.product a:hover {
      text-decoration: unset; }
    ul.products li.product a h2 {
      color: #000 !important;
      font-weight: 600 !important;
      font-size: 18px !important;
      margin: 20px 0 10px !important;
      text-align: left; }
    ul.products li.product a .price,
    ul.products li.product a bdi {
      text-align: left;
      color: #000;
      font-size: 14px;
      font-weight: 800 !important;
      margin-bottom: 0; }
    ul.products li.product .add_to_cart_button,
    ul.products li.product .fpd-catalog-customize {
      display: none !important; }
    ul.products li.product span.onsale {
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
      background: black;
      border: none;
      font-size: 10px;
      font-weight: 900; }

.about_store_info {
  background: #eeeeee;
  padding: 20px 0;
  background: #000; }
  @media screen and (max-width: 1024px) {
    .about_store_info {
      padding: 35px 0; } }
  .about_store_info .col-store-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .about_store_info .col-store-info:last-of-type .wrapper_store_info {
        margin-bottom: 0 !important; } }
    .about_store_info .col-store-info .wrapper_store_info {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .about_store_info .col-store-info .wrapper_store_info {
          margin-bottom: 25px; } }
      .about_store_info .col-store-info .wrapper_store_info .col-icon-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end; }
        .about_store_info .col-store-info .wrapper_store_info .col-icon-wrapper .icon_wrapper {
          background: #e2e3e5;
          padding: 13px;
          border-radius: 100%; }
          .about_store_info .col-store-info .wrapper_store_info .col-icon-wrapper .icon_wrapper i {
            width: 29px;
            height: 29px;
            font-size: 23px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            color: #FFD700; }
            @media screen and (max-width: 1024px) {
              .about_store_info .col-store-info .wrapper_store_info .col-icon-wrapper .icon_wrapper i {
                width: 26px;
                height: 26px;
                font-size: 20px; } }
      .about_store_info .col-store-info .wrapper_store_info .col-info-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center; }
        .about_store_info .col-store-info .wrapper_store_info .col-info-wrapper .info_wrapper h4 {
          font-size: 18px;
          font-weight: 500;
          color: #000;
          margin-bottom: 0; }
          @media screen and (max-width: 1024px) {
            .about_store_info .col-store-info .wrapper_store_info .col-info-wrapper .info_wrapper h4 {
              font-size: 16px; } }
        .about_store_info .col-store-info .wrapper_store_info .col-info-wrapper .info_wrapper h5 {
          margin: 5px 0 0;
          font-size: 14px;
          text-transform: initial; }
          @media screen and (max-width: 1024px) {
            .about_store_info .col-store-info .wrapper_store_info .col-info-wrapper .info_wrapper h5 {
              font-size: 13px; } }
  .about_store_info .container > .row {
    border-bottom: solid 1px #fff;
    padding: 10px 0; }
    .about_store_info .container > .row .wrapper_store_info .info_wrapper h4,
    .about_store_info .container > .row .wrapper_store_info .info_wrapper h5 {
      color: #fff; }
    .about_store_info .container > .row .wrapper_store_info .icon_wrapper {
      background: transparent; }
      .about_store_info .container > .row .wrapper_store_info .icon_wrapper i {
        color: #fff; }

footer.site-footer {
  background: #000;
  padding: 90px 0 70px;
  padding: 70px 0 80px; }
  @media screen and (max-width: 1024px) {
    footer.site-footer {
      padding: 60px 0; } }
  @media screen and (max-width: 1024px) {
    footer.site-footer .col-footer-menu {
      margin-bottom: 40px; } }
  footer.site-footer .col-footer-menu h4 {
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 25px; }
    @media screen and (max-width: 1024px) {
      footer.site-footer .col-footer-menu h4 {
        font-size: 18px; } }
  footer.site-footer .col-footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer.site-footer .col-footer-menu ul li {
      margin: 0 0 7px; }
      footer.site-footer .col-footer-menu ul li a {
        color: #fff !important;
        text-decoration: unset !important;
        font-weight: 300; }
        @media screen and (max-width: 1024px) {
          footer.site-footer .col-footer-menu ul li a {
            font-size: 15px; } }
        footer.site-footer .col-footer-menu ul li a:hover {
          text-decoration: underline !important; }
  footer.site-footer .col-social-media ul {
    display: inline-flex; }
    footer.site-footer .col-social-media ul li {
      margin-right: 10px; }
      footer.site-footer .col-social-media ul li a i {
        font-size: 25px;
        margin-right: 20px;
        text-align: center; }
  footer.site-footer .row-author-info {
    margin-top: 80px; }
    @media screen and (max-width: 1024px) {
      footer.site-footer .row-author-info {
        margin-top: 0; } }
    footer.site-footer .row-author-info h6 {
      text-transform: initial;
      color: #fff !important;
      font-weight: 300 !important;
      font-size: 14px; }
      @media screen and (max-width: 1024px) {
        footer.site-footer .row-author-info h6 {
          line-height: 22px; } }
      footer.site-footer .row-author-info h6 a {
        color: #fff !important;
        text-decoration: none !important;
        font-weight: 600; }
        footer.site-footer .row-author-info h6 a:hover {
          text-decoration: underline !important; }

.storefront-breadcrumb {
  margin-bottom: 0 !important; }

.col-title-shop header {
  padding: 50px 0 80px; }
  @media screen and (max-width: 1024px) {
    .col-title-shop header {
      padding: 20px 0 50px; } }
  .col-title-shop header h1 {
    font-weight: 500;
    color: #000;
    font-size: 37px; }
    @media screen and (max-width: 1024px) {
      .col-title-shop header h1 {
        font-size: 32px; } }
.col-title-shop .woocommerce-products-header-img {
  padding: 0 !important;
  height: 250px;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-size: cover !important;
  background-position: center !important; }
  .col-title-shop .woocommerce-products-header-img h1 {
    font-weight: 500;
    color: #fff;
    font-size: 37px;
    z-index: 2;
    margin: 0; }
  .col-title-shop .woocommerce-products-header-img .overlay-header {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.col-prods-shop .woocommerce-result-count {
  display: none; }
.col-prods-shop ul.products {
  justify-content: unset; }
.col-prods-shop .storefront-sorting {
  padding: 0 15px; }
  .col-prods-shop .storefront-sorting .woocommerce-ordering {
    float: right; }
    @media screen and (max-width: 1024px) {
      .col-prods-shop .storefront-sorting .woocommerce-ordering {
        float: left; } }
    .col-prods-shop .storefront-sorting .woocommerce-ordering select {
      background: unset;
      border: 2px solid #FFD700;
      border-radius: 5px;
      padding: 4px 10px; }
  .col-prods-shop .storefront-sorting:last-of-type {
    display: none; }

@media screen and (max-width: 1024px) {
  .col-filter-shop {
    margin-bottom: 35px; } }
.col-filter-shop .filter-cat h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 50px 25px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 500;
  position: relative; }
  .col-filter-shop .filter-cat h3::after {
    content: "";
    width: 50px;
    display: inline-block;
    background: #FFD700;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0; }
.col-filter-shop .filter-cat ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .col-filter-shop .filter-cat ul li {
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      .col-filter-shop .filter-cat ul li.active-cat > ul {
        display: block; } }
    .col-filter-shop .filter-cat ul li a {
      color: #555555;
      font-size: 15px;
      transition: 0.2s ease; }
      .col-filter-shop .filter-cat ul li a:hover {
        color: #404040;
        text-decoration: unset; }
    .col-filter-shop .filter-cat ul li .trigger-expand-sub-menu,
    .col-filter-shop .filter-cat ul li .trigger-expand-sub-sub-menu {
      display: inline-block;
      padding: 0 10px;
      cursor: pointer;
      transition: 0.6s ease;
      transform: rotate(0deg); }
      .col-filter-shop .filter-cat ul li .trigger-expand-sub-menu.rotate-trigger,
      .col-filter-shop .filter-cat ul li .trigger-expand-sub-sub-menu.rotate-trigger {
        transform: rotate(180deg); }
      .col-filter-shop .filter-cat ul li .trigger-expand-sub-menu i,
      .col-filter-shop .filter-cat ul li .trigger-expand-sub-sub-menu i {
        color: #FFD700; }
    .col-filter-shop .filter-cat ul li ul {
      display: none;
      margin: 10px 0 15px 10px; }
      .col-filter-shop .filter-cat ul li ul li {
        margin-bottom: 7px; }

.single-product .fpd-modal-product-designer .fpd-container {
  margin: 0 auto; }
.single-product .fpd-modal-product-designer .fpd-done.fpd-btn {
  margin-left: 48%; }
.single-product #fpd-start-customizing-button {
  display: block;
  margin: 40px 0 0;
  width: 35%;
  text-align: center;
  background: #000;
  transition: 0.3s ease; }
  @media screen and (max-width: 1024px) {
    .single-product #fpd-start-customizing-button {
      width: 100%; } }
  .single-product #fpd-start-customizing-button:hover {
    background: #FFD700;
    color: #fff;
    text-decoration: none; }
.single-product div.product {
  margin: 30px 0 0; }
.single-product .share_social_media {
  margin: 30px 0 0; }
  .single-product .share_social_media h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000; }
  .single-product .share_social_media .share_icons {
    margin-top: 15px; }
    .single-product .share_social_media .share_icons a {
      background: #FFD700;
      padding: 9px;
      border-radius: 100%;
      display: inline-flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      margin-right: 5px; }
      .single-product .share_social_media .share_icons a:hover {
        text-decoration: none;
        background: #FFD700; }
      .single-product .share_social_media .share_icons a i {
        font-size: 15px;
        width: 15px;
        height: 15px;
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        color: #fff; }
.single-product .storefront-product-pagination {
  display: none; }
.single-product .product .variations td {
  margin: 0; }
.single-product .product .variations .label {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px; }
  .single-product .product .variations .label span {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px; }
.single-product .product .variations .reset_variations {
  margin: 0;
  color: #FFD700; }
.single-product .product .summary h1 {
  font-size: 28px;
  font-weight: 500;
  color: #000; }
.single-product .product .summary .price {
  margin: 0 0 25px; }
  .single-product .product .summary .price span {
    font-size: 18px;
    color: #FFD700;
    font-weight: 500; }
.single-product .product .summary .woocommerce-product-details__short-description {
  margin-right: 100px; }
  .single-product .product .summary .woocommerce-product-details__short-description p {
    color: #000;
    font-weight: 300;
    font-size: 15px; }
.single-product .product .summary .single_add_to_cart_button {
  background: #FFD700;
  padding: 10px 25px;
  transition: 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px; }
  .single-product .product .summary .single_add_to_cart_button:hover {
    background: #FFD700; }
.single-product .product .summary .product_meta span {
  color: #000;
  font-weight: 400;
  font-size: 14px; }
  .single-product .product .summary .product_meta span a {
    font-weight: 400;
    font-size: 14px;
    color: #FFD700; }
.single-product .product .woocommerce-tabs .tabs li a {
  font-size: 16px; }
  .single-product .product .woocommerce-tabs .tabs li a:hover {
    text-decoration: unset; }
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none; }
.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel p {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px; }
.single-product .product .summary h1 {
  margin-bottom: 0; }
.single-product .product .summary .price span {
  font-weight: 800;
  color: #000; }
.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product ul.products li.product .price,
.single-product .onsale,
.single-product .wc-block-grid__product-onsale,
.single-product .widget_search form:before,
.single-product .widget_product_search form:before {
  color: #000; }
.single-product span.onsale {
  color: white;
  background: black;
  border: none;
  font-size: 10px;
  font-weight: 900; }
.single-product .woocommerce-tabs ul.tabs li::after {
  color: #000; }

.related h2 {
  font-size: 27px !important;
  font-weight: 800;
  color: #000;
  margin-bottom: 50px !important; }

.container-texts h1 {
  margin: 50px 0;
  font-size: 40px;
  text-transform: uppercase;
  color: #000; }
.container-texts p,
.container-texts li {
  color: #000;
  font-size: 15px;
  font-weight: 300; }
  .container-texts p strong,
  .container-texts li strong {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
    display: inline; }
  .container-texts p img,
  .container-texts li img {
    margin: 10px 0; }

.template_cats .wrapper_cat {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  margin: 0 5px 40px;
  overflow: hidden; }
  .template_cats .wrapper_cat a:hover {
    text-decoration: none; }
  .template_cats .wrapper_cat .cat_img {
    overflow: hidden;
    padding: 20px; }
    .template_cats .wrapper_cat .cat_img img {
      transition: 0.6s ease; }
      .template_cats .wrapper_cat .cat_img img:hover {
        transform: scale(1.2); }
  .template_cats .wrapper_cat .content_cat {
    background: #fff;
    padding: 30px 0;
    text-align: center; }
    .template_cats .wrapper_cat .content_cat h3 {
      font-weight: 500;
      color: #000;
      font-size: 18px; }
    .template_cats .wrapper_cat .content_cat .btn-main {
      margin-top: 15px;
      font-size: 14px;
      padding: 7px 20px; }

.contacts {
  padding: 70px 0; }
  .contacts .col-contact-form input[type="text"] {
    background: #fff;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 2px;
    margin: 5px 0 !important; }
    .contacts .col-contact-form input[type="text"]:focus {
      border-color: #FFD700 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 51, 65, 0.25) !important;
      box-shadow: 0 0 0 0.2rem rgba(186, 51, 65, 0.25) !important;
      outline: none; }
  .contacts .col-contact-form textarea {
    height: 200px;
    resize: none;
    background: #fff;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 2px;
    margin: 5px 0 !important; }
    .contacts .col-contact-form textarea:focus {
      border-color: #FFD700 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 51, 65, 0.25) !important;
      box-shadow: 0 0 0 0.2rem rgba(186, 51, 65, 0.25) !important;
      outline: none; }
  .contacts .col-contact-form .gform_footer .gform_button {
    background: #FFD700;
    color: #fff;
    border: 1px solid #FFD700;
    transition: 0.4s ease;
    padding: 7px 25px; }
    .contacts .col-contact-form .gform_footer .gform_button:hover {
      color: #000;
      background: transparent; }
  .contacts .col-contacts-info .wrapper_contacts {
    padding: 35px 75px 35px 30px;
    background: #FFD700;
    margin-left: 20px;
    display: inline-block; }
    .contacts .col-contacts-info .wrapper_contacts ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .contacts .col-contacts-info .wrapper_contacts ul li {
        margin-bottom: 9px; }
        .contacts .col-contacts-info .wrapper_contacts ul li i {
          margin-right: 8px;
          color: #fff;
          font-size: 16px; }
        .contacts .col-contacts-info .wrapper_contacts ul li span {
          color: #fff;
          font-size: 14px;
          font-weight: 400; }
        .contacts .col-contacts-info .wrapper_contacts ul li a {
          color: #fff;
          font-size: 16px;
          font-weight: 400; }

.about_us {
  padding: 70px 0; }
  .about_us h3 {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 36px;
    color: #000; }
  .about_us p {
    font-size: 15px;
    color: #000; }

.woocommerce-cart .entry-header {
  padding: 0 50px;
  margin: 20px 0 0 !important; }
  .woocommerce-cart .entry-header h1 {
    font-size: 34px;
    font-weight: 500; }
.woocommerce-cart .shop_table tr th,
.woocommerce-cart .shop_table tr td {
  color: #000;
  font-size: 15px; }
  .woocommerce-cart .shop_table tr th span,
  .woocommerce-cart .shop_table tr td span {
    color: #000;
    font-size: 15px; }
.woocommerce-cart .woocommerce-cart-form input[type="text"] {
  background: #fff;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 2px;
  margin: 5px 0 !important;
  padding: 7px 10px; }
  .woocommerce-cart .woocommerce-cart-form input[type="text"]:focus {
    border-color: #FFD700 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 51, 65, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(186, 51, 65, 0.25) !important;
    outline: none; }
.woocommerce-cart .woocommerce-cart-form button {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: 0.4s ease;
  padding: 7px 25px; }
  .woocommerce-cart .woocommerce-cart-form button:hover {
    color: #000;
    background: transparent;
    border-color: #000; }
.woocommerce-cart .cart-collaterals h2 {
  color: #000;
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 800; }
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  background: #FFD700;
  color: #fff;
  border: 1px solid #FFD700;
  transition: 0.4s ease;
  padding: 7px 25px; }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
    background: #000;
    border-color: #000; }

.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none; }

.woocommerce-checkout #payment #place_order {
  background: #FFD700;
  color: #fff;
  border: 1px solid #FFD700;
  transition: 0.4s ease;
  padding: 9px 25px; }
  .woocommerce-checkout #payment #place_order:hover {
    color: #fff;
    background: #000;
    border-color: #000; }
.woocommerce-checkout #order_review tr th,
.woocommerce-checkout #order_review tr td {
  color: #000;
  font-size: 15px; }
  .woocommerce-checkout #order_review tr th span,
  .woocommerce-checkout #order_review tr td span {
    color: #000;
    font-size: 15px; }
.woocommerce-checkout h3 {
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px; }
.woocommerce-checkout label {
  display: block;
  width: 100%;
  margin-bottom: 5px; }
.woocommerce-checkout span.woocommerce-input-wrapper {
  width: 100%; }
  .woocommerce-checkout span.woocommerce-input-wrapper input[type="text"],
  .woocommerce-checkout span.woocommerce-input-wrapper input[type="tel"],
  .woocommerce-checkout span.woocommerce-input-wrapper input[type="email"] {
    background: #fff;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 2px;
    margin: 5px 0 !important;
    padding: 7px 10px;
    width: 100%; }
    .woocommerce-checkout span.woocommerce-input-wrapper input[type="text"]:focus,
    .woocommerce-checkout span.woocommerce-input-wrapper input[type="tel"]:focus,
    .woocommerce-checkout span.woocommerce-input-wrapper input[type="email"]:focus {
      border-color: #FFD700 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(186, 51, 65, 0.25) !important;
      box-shadow: 0 0 0 0.2rem rgba(186, 51, 65, 0.25) !important;
      outline: none; }

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    display: block;
    padding: 13px 10px !important;
    color: #000;
    font-weight: 500; }
    .woocommerce-MyAccount-navigation ul li a:hover {
      background: #eeeeee;
      text-decoration: none; }

.woocommerce-MyAccount-content {
  padding-left: 35px; }
  @media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content {
      padding: 0;
      margin-top: 30px; } }
  .woocommerce-MyAccount-content strong {
    display: initial !important; }
  .woocommerce-MyAccount-content h2 {
    font-size: 34px;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
    display: block; }
  .woocommerce-MyAccount-content .woocommerce-button {
    color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: unset !important;
    padding: 8px 12px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    transition: 0.3s ease !important;
    font-weight: 500 !important;
    background: #000 !important; }
    .woocommerce-MyAccount-content .woocommerce-button:hover {
      background: #FFD700 !important;
      border-color: #FFD700 !important; }
  .woocommerce-MyAccount-content table p,
  .woocommerce-MyAccount-content table span,
  .woocommerce-MyAccount-content table th,
  .woocommerce-MyAccount-content table td,
  .woocommerce-MyAccount-content table strong {
    color: #000;
    font-weight: 200;
    margin: 0 0 25px; }
    .woocommerce-MyAccount-content table p strong,
    .woocommerce-MyAccount-content table span strong,
    .woocommerce-MyAccount-content table th strong,
    .woocommerce-MyAccount-content table td strong,
    .woocommerce-MyAccount-content table strong strong {
      font-weight: 500; }
  .woocommerce-MyAccount-content .woocommerce-Button {
    color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: unset !important;
    padding: 17px 15px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    transition: 0.3s ease !important;
    font-weight: 500 !important;
    background: #000 !important;
    margin-top: 25px; }
    .woocommerce-MyAccount-content .woocommerce-Button:hover {
      background: #FFD700 !important;
      border-color: #FFD700 !important; }
  .woocommerce-MyAccount-content p {
    color: #000;
    font-weight: 500;
    margin: 0 0 25px; }
    .woocommerce-MyAccount-content p strong {
      font-weight: 500; }
  .woocommerce-MyAccount-content a {
    color: #FFD700;
    font-weight: 500; }
  .woocommerce-MyAccount-content .edit-account .password-input {
    display: block;
    width: 100%; }
  .woocommerce-MyAccount-content .edit-account input {
    margin: 0px;
    line-height: normal;
    border: 1px solid #d8d8d8 !important;
    background-color: unset !important;
    color: #000 !important;
    font-size: 14px;
    cursor: auto;
    padding: 10px 15px;
    width: 100%;
    display: block; }

.mobile-menu-overlay-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none; }
  .mobile-menu-overlay-wrapper .close-menu {
    position: absolute;
    top: 20px;
    right: 20px; }
    .mobile-menu-overlay-wrapper .close-menu i {
      font-size: 25px;
      color: #fff; }
  .mobile-menu-overlay-wrapper.mobile-menu-overlay-wrapper-active {
    display: flex; }
  .mobile-menu-overlay-wrapper .nav-mobile-menu-overlay-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 80%;
    overflow-y: scroll; }
    .mobile-menu-overlay-wrapper .nav-mobile-menu-overlay-wrapper li {
      margin-bottom: 10px;
      text-align: center;
      padding: 0 15px; }
      .mobile-menu-overlay-wrapper .nav-mobile-menu-overlay-wrapper li .show-sub-menu {
        display: inline-block;
        margin-left: 7px;
        transition: 0.3s ease; }
        .mobile-menu-overlay-wrapper .nav-mobile-menu-overlay-wrapper li .show-sub-menu.rotate_active_menu {
          transform: rotate(180deg); }
        .mobile-menu-overlay-wrapper .nav-mobile-menu-overlay-wrapper li .show-sub-menu i {
          color: #fff; }
      .mobile-menu-overlay-wrapper .nav-mobile-menu-overlay-wrapper li a {
        font-size: 15px;
        color: #fff;
        font-weight: 500; }
      .mobile-menu-overlay-wrapper .nav-mobile-menu-overlay-wrapper li ul {
        display: none;
        margin: 15px 0px 5px;
        padding: 0;
        list-style: none; }
        .mobile-menu-overlay-wrapper .nav-mobile-menu-overlay-wrapper li ul li ul {
          display: none; }

a.woocommerce-loop-product__link {
  padding-left: 10px;
  padding-right: 10px; }
  a.woocommerce-loop-product__link h2 {
    text-transform: initial; }

p.site-description,
.site-header,
.storefront-handheld-footer-bar {
  color: #000 !important; }

.woocommerce > h2 {
  color: #000; }
.woocommerce .woocommerce-info {
  background: #eee !important;
  color: #000; }
  .woocommerce .woocommerce-info:before {
    color: #000;
    content: ""; }
.woocommerce a:focus,
.woocommerce button:focus,
.woocommerce .button.alt:focus,
.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce input[type="button"]:focus,
.woocommerce input[type="reset"]:focus,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="search"]:focus {
  outline-color: #FFD700; }
.woocommerce .form-row label {
  margin-right: 20px; }
.woocommerce .woocommerce-info .woocommerce-Button {
  display: none; }

.topbar-menu {
  background: #000;
  padding: 10px 0; }
  .topbar-menu a {
    color: #fff; }
  .topbar-menu .menu-left {
    float: left; }
  .topbar-menu .menu-right {
    float: right;
    width: auto; }
    .topbar-menu .menu-right a {
      margin-left: 20px; }
  .topbar-menu #menu-topbar {
    display: flex;
    margin: 0;
    list-style: none; }
    .topbar-menu #menu-topbar a {
      color: #fff; }
    .topbar-menu #menu-topbar li {
      margin-right: 10px; }
      .topbar-menu #menu-topbar li:last-of-type {
        margin-right: 0; }

.livro-reclamacoes img {
  margin-top: 20px; }

.about_store_homepage {
  padding: 70px 0; }
  .about_store_homepage h3 {
    text-align: center;
    font-weight: 500;
    color: #000;
    font-size: 34px;
    margin-bottom: 65px; }
    @media screen and (max-width: 1024px) {
      .about_store_homepage h3 {
        font-size: 31px; } }
  .about_store_homepage p {
    color: #000; }
  .about_store_homepage .about_image {
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%; }
  .about_store_homepage .center-align {
    display: flex;
    justify-content: center;
    align-items: center; }

.featured_cats .wrapper_cat .content_cat .btn-main {
  margin-top: 0; }

.col-payment-methods {
  margin-bottom: 35px; }

.col-filter-shop .filter-cat ul li.active-cat ul {
  display: block; }

@media screen and (max-width: 991px) {
  .featured_cats .wrapper_cat .cat_img {
    height: 330px; }

  .featured_cats .featuredsmall .cat_img {
    height: 200px; } }
.accordion-outer .panel.panel-default {
  margin-bottom: 30px; }
.accordion-outer a {
  cursor: pointer;
  font-size: 1em;
  color: #000;
  font-weight: 800 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif; }
  .accordion-outer a:hover {
    outline: none;
    text-decoration: unset; }
.accordion-outer .panel-collapse {
  margin-top: 10px; }

/*# sourceMappingURL=styles.css.map */
