@import url("https://fonts.googleapis.com/css2?family=Grandstander:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap");
.error404 section > h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.error404 section > h2:before {
  content: url("../assets/images/icons/ico-h2.png");
  width: 31px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}
.error404 section > h2:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #dcdcdc;
  margin-left: 20px;
}
.error404 section:not(:last-child) {
  margin-bottom: 60px;
}
.error404 .products .product {
  border: 1px solid #DEDEDE;
}

.woocommerce-cart .woocommerce-cart-form__contents tr:last-child {
  border: none;
}
.woocommerce-cart .button {
  height: 42px;
}
.woocommerce-cart .return-to-shop .button {
  height: auto;
}
.woocommerce-cart .cart_totals .shop_table td {
  text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout .ppcp-messages {
  display: none !important;
}
.woocommerce-cart .cross-sells {
  margin-top: 80px;
}
.woocommerce-cart .cross-sells > h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-cart .cross-sells > h2:before {
  content: url("../assets/images/icons/ico-h2.png");
  width: 31px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-cart .cross-sells > h2:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #dcdcdc;
  margin-left: 20px;
}
.woocommerce-cart .cross-sells .products .product {
  border: 1px solid #DEDEDE;
}
.woocommerce-cart .cross-sells .products .product .button {
  height: auto;
}

body .woocommerce-pagination {
  float: left;
}
body .woocommerce-pagination .page-numbers li .page-numbers {
  padding: 7px 10px;
  min-width: 30px;
}
body .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
  background: #ffffff;
  color: #1BA298;
}
body .woocommerce-pagination .page-numbers li .page-numbers:not(.current):hover {
  background: #D9E9E9;
}
body .woocommerce-pagination .page-numbers li .page-numbers:not(.current) a {
  color: #1BA298;
}
body .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #1BA298;
  color: #ffffff;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-top: 15px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: none;
  border: none;
  padding: 0;
  color: #000000;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #1BA298;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #000000;
}
.woocommerce-checkout .checkout_coupon button {
  height: 42px;
}
.woocommerce-checkout label .optional {
  display: none;
}
.woocommerce-checkout #woocommerce_eu_vat_compliance_vat_number {
  margin-top: 15px;
}
.woocommerce-checkout #woocommerce_eu_vat_compliance_self_certify {
  display: inline-block;
}
.woocommerce-checkout #woocommerce_eu_vat_compliance_self_certify .woocommerce-input-wrapper {
  line-height: 30px;
}
.woocommerce-checkout #woocommerce_eu_vat_compliance_self_certify .woocommerce-input-wrapper input {
  position: relative;
  top: 8px;
  margin-right: 5px;
}
.woocommerce-checkout #ship-to-different-address {
  margin-top: 50px;
}
.woocommerce-checkout #ship-to-different-address span {
  font-weight: bold;
  color: #000000;
}
.woocommerce-checkout #ship-to-different-address span:hover {
  color: #1BA298;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 50px;
}
.woocommerce-checkout .ppcp-messages {
  display: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td {
  text-align: right;
}
.woocommerce-checkout #place_order {
  height: 42px;
}

#colophon {
  background: #000000;
  color: #ffffff;
}
#colophon .item {
  padding: 20px;
}
#colophon .item.footer-1 {
  border-bottom: 1px solid #F1F2F2;
}
#colophon .item.footer-1 .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  #colophon .item.footer-1 .footer-wrapper {
    flex-direction: row;
  }
}
#colophon .item.footer-1 .footer-wrapper .footer-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #colophon .item.footer-1 .footer-wrapper .footer-left {
    justify-content: flex-start;
  }
}
#colophon .item.footer-1 .footer-wrapper .footer-left .ico-customeeple {
  margin-right: 10px;
}
#colophon .item.footer-1 .footer-wrapper .footer-right {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  #colophon .item.footer-1 .footer-wrapper .footer-right {
    justify-content: flex-end;
    flex-direction: row;
  }
}
#colophon .item.footer-1 .footer-wrapper .footer-right .footer-menu {
  margin: 20px 0 30px 0;
}
@media (min-width: 992px) {
  #colophon .item.footer-1 .footer-wrapper .footer-right .footer-menu {
    margin: 0;
  }
}
#colophon .item.footer-1 .footer-wrapper .footer-right .rrss {
  margin-left: 30px;
}
#colophon .item.footer-1 .footer-wrapper .footer-right .rrss a {
  display: inline-block;
  margin-left: 15px;
  color: #1BA298;
  font-weight: bold;
}
#colophon .item.footer-1 .footer-wrapper .footer-right .rrss a.tienda {
  color: #abd1dc;
}
#colophon .item.footer-1 .footer-wrapper .footer-right .rrss a:hover {
  color: #D9E9E9;
}
#colophon .item.footer-1 .footer-wrapper .footer-right .rrss a i {
  font-size: 18px;
}
#colophon .item.footer-2 {
  padding: 10px 0;
}
#colophon .item.footer-2 .footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  #colophon .item.footer-2 .footer-logos {
    justify-content: flex-end;
    flex-direction: row;
  }
}
#colophon .item.footer-2 .footer-logos img {
  margin-top: 10px;
  margin-bottom: 10px;
}
#colophon .item.footer-2 .footer-logos img:not(:first-child) {
  margin-left: 40px;
}
#colophon a {
  color: #ffffff;
}
#colophon a:hover {
  color: #abd1dc;
}

.button {
  background: #1BA298;
  font-weight: 400;
  color: #ffffff !important;
  padding: 8px 20px;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.button:hover {
  background: #1BA298 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #000000 !important;
}
.button:focus {
  outline: none;
  box-shadow: none;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text, select {
  background: #ffffff;
  border: 1px solid #DEDEDE;
  outline: none;
  box-shadow: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus, select:focus {
  background: #ffffff;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #DEDEDE;
  height: 40px;
  padding: 5px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}
body.home, body.archive {
  background: #F1F2F2;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Grandstander", cursive;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: normal;
}
body h1 span, body h2 span, body h3 span, body h4 span, body h5 span, body h6 span {
  color: #1BA298;
}
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
  color: #000000;
  font-weight: 600 !important;
}
body h1, body h1.entry-title {
  font-size: 27px;
}
body h2 {
  font-size: 27px;
}
body h3 {
  font-size: 22px;
}
body h4 {
  font-size: 20px;
}
body h5 {
  font-size: 18px;
}
body h6 {
  font-size: 16px;
}
body.home .entry-content > h2,
body h1.entry-title,
body h1.page-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.home .entry-content > h2:before,
body h1.entry-title:before,
body h1.page-title:before {
  content: url("../assets/images/icons/ico-h2.png");
  width: 31px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}
body.home .entry-content > h2:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #dcdcdc;
  margin-left: 20px;
}
body a, body a:focus, body a:active {
  outline: none;
}

#primary {
  margin-bottom: 80px;
}

#main {
  margin-top: 20px;
}
#main .entry-content a, #main .entry-content a:hover {
  font-weight: 400;
}
#main img {
  border-radius: 0;
}

body.no-sidebar #primary {
  width: 100%;
  margin-right: 0;
}

.stock {
  margin: 10px 0 0 0;
}
.stock:before {
  display: none;
}
.stock.in-stock {
  color: #abd1dc;
  display: none;
}

.woocommerce-breadcrumb a {
  color: #1BA298;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: #000000;
}
.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}
.woocommerce-breadcrumb .breadcrumb-separator {
  color: #000000;
}
.woocommerce-breadcrumb .breadcrumb-separator:after {
  opacity: 1;
}

.woocommerce-error {
  background-color: #FFE5E4;
  border: 1px solid #FFE5E4;
  color: #000000;
}
.woocommerce-error:before {
  display: none;
}

.woocommerce-message, .woocommerce-info {
  background-color: #DBE4B5;
  border: 1px solid #DBE4B5;
  color: #000000;
}
.woocommerce-message:before, .woocommerce-info:before {
  display: none;
}
.woocommerce-message button, .woocommerce-message a.button, .woocommerce-info button, .woocommerce-info a.button {
  text-transform: none;
  padding: 2px 15px;
}
.woocommerce-message button:before, .woocommerce-message button:after, .woocommerce-message a.button:before, .woocommerce-message a.button:after, .woocommerce-info button:before, .woocommerce-info button:after, .woocommerce-info a.button:before, .woocommerce-info a.button:after {
  display: none;
}
.woocommerce-message:focus, .woocommerce-message:focus-visible, .woocommerce-info:focus, .woocommerce-info:focus-visible {
  outline: none;
}

.woocommerce .amount {
  color: #1BA298;
}

#top-bar {
  background: #1BA298;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 5px 15px;
}
#top-bar .spacer {
  padding: 0 5px;
}
#top-bar a {
  color: #ffffff;
}
#top-bar a:hover {
  color: #D9E9E9;
}

#masthead {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: #B4DDD9;
}
@media (min-width: 1199px) {
  #masthead {
    padding: 30px 0;
  }
}
#masthead .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#masthead .header-wrapper .header-left {
  order: 2;
  width: 251px;
}
@media (min-width: 1199px) {
  #masthead .header-wrapper .header-left {
    order: 1;
  }
}
#masthead .header-wrapper .header-left .custom-logo-link {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1199px) {
  #masthead .header-wrapper .header-left .custom-logo-link {
    justify-content: flex-start;
  }
}
#masthead .header-wrapper .header-left .custom-logo-link img {
  margin: 0;
  max-width: 150px;
}
@media (min-width: 1199px) {
  #masthead .header-wrapper .header-left .custom-logo-link img {
    max-width: 200px;
  }
}
#masthead .header-wrapper .header-center {
  order: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 1199px) {
  #masthead .header-wrapper .header-center {
    order: 2;
  }
}
#masthead .header-wrapper .header-center .toggle-menu {
  cursor: pointer;
  color: #000000;
  font-size: 22px;
}
@media (min-width: 1199px) {
  #masthead .header-wrapper .header-center .toggle-menu {
    display: none;
  }
}
#masthead .header-wrapper .header-right {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#masthead .header-wrapper .header-right .buscador {
  overflow: visible;
  cursor: pointer;
}
#masthead .header-wrapper .header-right .buscador .buscador-header {
  padding: 30px 20px 20px 20px;
  background: #D9E9E9;
  border: 1px solid #B4DDD9;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10;
  left: -20px;
  width: 100vw;
}
@media (min-width: 576px) {
  #masthead .header-wrapper .header-right .buscador .buscador-header {
    left: auto;
    width: 350px;
  }
}
#masthead .header-wrapper .header-right .buscador .buscador-header form {
  margin: 0;
}
#masthead .header-wrapper .header-right .buscador .buscador-header form .form-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#masthead .header-wrapper .header-right .buscador .buscador-header form .form-content input {
  flex: 1;
  border-color: #ffffff;
}
#masthead .header-wrapper .header-right .buscador .buscador-header form .form-content button {
  background: #1BA298;
  color: #ffffff;
}
#masthead .header-wrapper .header-right .buscador.visible .buscador-header {
  opacity: 1;
}
#masthead .header-wrapper .header-right .user {
  display: none;
}
@media (min-width: 1199px) {
  #masthead .header-wrapper .header-right .user {
    display: block;
    margin-left: 20px;
  }
}
#masthead .header-wrapper .header-right .cart {
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
#masthead .header-wrapper .header-right .cart .cart-items-count {
  background: #1BA298;
  color: #ffffff;
  padding: 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 17px;
  height: 17px;
}
#masthead .header-wrapper .header-right .cart > a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header {
  background: #D9E9E9;
  border: 1px solid #B4DDD9;
  width: 350px;
  position: absolute;
  right: 0;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  transition: all 0.5s ease;
  padding-top: 50px;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header p {
  padding: 0 20px;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header p.buttons {
  padding: 15px 20px;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header p.total {
  border-bottom: 1px solid #ffffff;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header .product_list_widget li {
  border-bottom: 1px solid #ffffff;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header .mini_cart_item {
  padding-left: 50px;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header .mini_cart_item a {
  font-size: 14px !important;
  color: #000000;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header .mini_cart_item a:hover {
  color: #1BA298;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header .mini_cart_item a.remove {
  left: 20px;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header .mini_cart_item a.remove:before {
  content: "\f00d";
  color: darkred;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header .mini_cart_item .quantity {
  margin-top: 5px;
  font-size: 14px;
}
#masthead .header-wrapper .header-right .cart .mini-cart-header .mini_cart_item .quantity .amount {
  color: #000000;
}
@media (min-width: 768px) {
  #masthead .header-wrapper .header-right .cart:hover .mini-cart-header {
    opacity: 1;
    visibility: visible;
  }
}
#masthead .header-wrapper .header-right .wpml-ls-legacy-dropdown {
  width: auto;
  display: none;
}
@media (min-width: 1199px) {
  #masthead .header-wrapper .header-right .wpml-ls-legacy-dropdown {
    margin-left: 20px;
    display: block;
  }
}
#masthead .header-wrapper .header-right .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
}
#masthead .header-wrapper .header-right .wpml-ls-statics-shortcode_actions a {
  border: none;
  background: #D9E9E9;
  color: #000000;
}
#masthead .header-wrapper .header-right .wpml-ls-statics-shortcode_actions a:hover {
  color: #1BA298;
}
#masthead .header-wrapper .header-right .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:hover {
  color: #000000;
}

@keyframes slideDown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
body.scrolled #masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: slideDown 0.5s forwards;
  z-index: 999;
  padding: 5px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1199px) {
  body.scrolled #masthead {
    padding: 15px 0;
  }
}
body.scrolled #masthead .header-wrapper .header-left .custom-logo-link img {
  margin: 0;
}

.home #main .entry-content {
  padding-top: 50px;
}

.zn_submit_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.zn_submit_container .zn_contact_submit.btn--rounded {
  background: #1BA298;
  color: #ffffff;
  padding: 10px 35px;
  border-radius: 20px;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s ease;
}
.zn_submit_container .zn_contact_submit.btn--rounded:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: 400;
}

.header-wrapper #site-navigation {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
.header-wrapper #site-navigation ul.menu,
.header-wrapper #site-navigation ul.nav-menu {
  margin: 0;
}
.header-wrapper ul#menu-main-menu > li > a:hover {
  color: #1BA298;
}
.header-wrapper ul#menu-main-menu li.mobile, .header-wrapper ul#menu-main-menu li.wpml-ls-item {
  display: none;
}

@media (max-width: 1200px) {
  .header-wrapper #site-navigation ul#menu-main-menu {
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
    max-width: 550px;
    position: fixed;
    background-color: #D9E9E9;
    top: 0;
    left: 0;
    z-index: 30;
    text-align: left;
    transform: translateX(-100vw);
    transition: all 0.5s ease;
    padding: 30px 0;
  }
  .header-wrapper #site-navigation ul#menu-main-menu.visible {
    transform: translateX(0);
  }
  .header-wrapper #site-navigation ul#menu-main-menu.visible li.mobile, .header-wrapper #site-navigation ul#menu-main-menu.visible li.wpml-ls-item {
    display: block;
  }
  .header-wrapper #site-navigation ul#menu-main-menu > li {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #ffffff;
  }
  .header-wrapper #site-navigation ul#menu-main-menu > li > a {
    padding: 10px 0;
    display: block;
  }
  .header-wrapper #site-navigation ul#menu-main-menu > li > a:hover {
    color: #1BA298;
  }
  .header-wrapper #site-navigation ul#menu-main-menu li.toggle-menu {
    text-align: right;
    font-size: 24px;
    border-bottom: none;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .sub-menu {
    background-color: #D9E9E9;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    float: none;
    display: none;
    margin: 0 0 10px 15px;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .sub-menu.active {
    display: block;
    visibility: visible;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .sub-menu li {
    width: 100%;
    display: block;
    padding-right: 15px;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #F1F2F2;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .sub-menu li:last-child {
    padding-bottom: 0;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .sub-menu a {
    padding: 8px 0;
    display: block;
    width: auto;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .sub-menu a:hover {
    background: transparent;
    color: #1BA298;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .menu-item-has-children > a:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    transition: transform 0.3s ease;
    float: right;
  }
  .header-wrapper #site-navigation ul#menu-main-menu .menu-item.active > a:after {
    transform: rotate(180deg);
  }
  .header-wrapper #site-navigation ul#menu-main-menu a {
    cursor: pointer;
  }
  .header-wrapper #site-navigation ul#menu-main-menu li.active > a {
    color: #1BA298;
  }
}
#menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu-footer-menu li {
  display: inline-block;
}
#menu-footer-menu li:not(:first-child) {
  margin-left: 15px;
}
#menu-footer-menu a {
  font-weight: bold;
}

.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  background: #D9E9E9;
  border-bottom: 1px solid #ffffff;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active {
  background: #ffffff;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a {
  color: #000000;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  color: #1BA298;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li:not(.is-active):hover a {
  color: #1BA298;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li:not(.is-active):hover a::before {
  color: #1BA298;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a::before {
  float: left;
  margin-right: 15px;
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-orders tbody th, .woocommerce-account .woocommerce-MyAccount-orders tbody td {
  background: #ffffff !important;
}
.woocommerce-account table.woocommerce-table--order-details .product-total, .woocommerce-account table.woocommerce-table--order-details tfoot td {
  text-align: right;
}
.woocommerce-account .woocommerce-customer-details {
  margin-top: 50px;
}
.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-Address-title h2 {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-Address-title:before, .woocommerce-account .woocommerce-Address-title:after {
  display: none !important;
}
.woocommerce-account .woocommerce-Address-title a.edit {
  margin-top: 0;
}
.woocommerce-account .woocommerce-address-fields #vat_number_field {
  border: none;
  padding: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset, .woocommerce-account .woocommerce-EditAccountForm legend {
  background: #F1F2F2;
}
.woocommerce-account .woocommerce-info {
  background: #F1F2F2;
  border: 1px solid #F1F2F2;
  color: #000000;
  padding: 15px;
  line-height: 30px;
}
.woocommerce-account .woocommerce-info:before {
  display: none;
}
.woocommerce-account .woocommerce-info .button.wc-forward {
  padding: 5px 10px;
}
.woocommerce-account #customer_login {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .woocommerce-account #customer_login.col2-set .col-1 {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 80px;
  }
  .woocommerce-account #customer_login.col2-set .col-2 {
    width: 45%;
  }
}
.woocommerce-account #customer_login .woocommerce-form-login__submit {
  margin-top: 20px;
}

body.single-product {
  background: #ffffff;
}
body.single-product div.product h1.entry-title {
  margin-bottom: 30px;
  line-height: 1.3;
}
body.single-product div.product h1.entry-title:before {
  display: none;
}
body.single-product div.product .price, body.single-product div.product .amount {
  color: #1BA298;
  font-size: 22px;
}
body.single-product div.product .woocommerce-variation-price .price {
  font-size: 22px;
}
body.single-product div.product form.cart {
  border-bottom: 1px solid #DEDEDE;
  padding: 15px 0;
  margin-bottom: 30px;
}
body.single-product div.product table.variations tr {
  border: none;
}
body.single-product div.product table.variations select {
  max-width: 70%;
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 5px;
  margin-top: 5px;
  background: white;
}
body.single-product div.product table.variations select:focus {
  outline: none;
}
body.single-product div.product .ppcp-messages {
  margin-bottom: 10px;
}
body.single-product div.product .summary .quantity .qty {
  width: 70px;
  margin-right: 10px;
}
body.single-product div.product .summary .button {
  width: calc(100% - 100px);
  height: 42px;
}
body.single-product div.product .product_meta {
  margin-top: 20px;
  border-top: 0;
  font-size: 15px;
}
body.single-product div.product .product_meta .sku_wrapper {
  margin-bottom: 10px;
}
body.single-product div.product .product_meta .posted_in, body.single-product div.product .product_meta .tagged_as {
  margin-bottom: 8px;
}
body.single-product div.product .product_meta .posted_in a, body.single-product div.product .product_meta .tagged_as a {
  font-weight: 400;
  color: #1BA298;
}
body.single-product div.product .product_meta .posted_in a:hover, body.single-product div.product .product_meta .tagged_as a:hover {
  color: #000000;
}
body.single-product div.product form.cart .button {
  font-size: 22px;
}
body.single-product div.product .woocommerce-product-gallery__wrapper img {
  border: 1px solid #DEDEDE;
}
body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: calc(25% - 10px);
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #DEDEDE;
}
body.single-product .related.products,
body.single-product .up-sells {
  margin-top: 60px;
  width: 100%;
  float: left;
}
body.single-product .related.products > h2,
body.single-product .up-sells > h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.single-product .related.products > h2:before,
body.single-product .up-sells > h2:before {
  content: url("../assets/images/icons/ico-h2.png");
  width: 31px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}
body.single-product .related.products > h2:after,
body.single-product .up-sells > h2:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #dcdcdc;
  margin-left: 20px;
}
body.single-product .related.products .products .product,
body.single-product .up-sells .products .product {
  border: 1px solid #DEDEDE;
}
body.single-product #product-tabs {
  width: 100%;
  clear: both;
  float: left;
  margin: 30px 0;
}
body.single-product #product-tabs .product-tab-item {
  background: #ffffff;
  border: 1px solid #F1F2F2;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 2px 2px 4px rgba(0, 0, 0, 0.08);
  margin-right: 10px;
  margin-left: 10px;
}
body.single-product #product-tabs .product-tab-item:not(:last-child) {
  margin-bottom: 30px;
}
body.single-product #product-tabs .product-tab-item .product-tab-title {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  padding: 30px;
  text-align: left;
  color: #000000;
}
body.single-product #product-tabs .product-tab-item .product-tab-title:hover {
  color: #1BA298;
}
body.single-product #product-tabs .product-tab-item .product-tab-title i {
  float: right;
}
body.single-product #product-tabs .product-tab-item .product-tab-content {
  display: none;
  padding: 0 30px 30px 30px;
}
body.single-product #product-tabs .product-tab-item .product-tab-content.active {
  display: block;
}
body.single-product #product-tabs .product-tab-item .product-tab-content h2 {
  display: none;
}
body.single-product #product-tabs .product-tab-item .product-tab-content .moreinfo {
  background: #D9E9E9;
  margin-bottom: 20px;
}
body.single-product #product-tabs .product-tab-item .product-tab-content .moreinfo p {
  color: #000000;
}
body.single-product #product-tabs .product-tab-item .product-tab-content .moreinfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.single-product #product-tabs .product-tab-item .product-tab-content table {
  border: 1px solid #DEDEDE;
}

.woocommerce .products .product {
  background: #ffffff;
  padding: 0 0 20px 0;
}
.woocommerce .products .product h2.woocommerce-loop-product__title {
  border-top: 1px solid #F1F2F2;
  padding: 15px 10px 15px 10px;
  margin: 0 !important;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.woocommerce .products .product .amount {
  color: #1BA298;
  font-size: 16px;
}
.woocommerce .products span.onsale {
  margin: 0;
  padding: 5px 10px;
  border-radius: 0;
  text-align: center;
}
.woocommerce .products .button {
  text-transform: none;
}

@media (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-right: 0;
  }
}

#secondary {
  background: #fff;
}
#secondary .marcas {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

table {
  border-collapse: collapse;
}

table:not(.has-background) th {
  background-color: #F1F2F2;
}
table:not(.has-background) td {
  background-color: #fff;
}
table:not(.has-background) tr {
  border: 1px solid #F1F2F2;
}

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