::selection {
  color: #fff;
  background: #000;
}

body {
  color: var(--e-global-color-text);
}

/* CHECKS */
/* 
input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox; 
  -moz-appearance: checkbox;
  background-color: initial;
  border: initial;
  width: auto;
  height: auto;
  margin-right: 8px;
  cursor: pointer;
}

@supports (
  (-webkit-appearance: none) 
  and (appearance: none) 
  and (not (-moz-appearance: none))
) {
  input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    background-color: #fff;
    margin: 0;
    margin-right: 8px;
    font: inherit;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 0;
    transform: translateY(-1px);
    display: grid;
    place-content: center;
  }

  input[type="checkbox"]::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: .12s transform ease-in-out;
    box-shadow: inset 1em 1em var(--e-global-color-primary);
    transform-origin: bottom left;
    clip-path: polygon(
      14% 44%,
      0 65%,
      50% 100%,
      100% 16%,
      80% 0%,
      43% 62%
    );
  }

  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
}

@supports ( (-webkit-appearance: none) and (appearance: none) and (not (-moz-appearance: none)) ) {
    .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row .input-checkbox {
        width: 18px;
        min-width: 18px;
        max-width: 18px;
        height: 18px;
    }
} */

/* CATEGORIA POST BLOG */

.sp-cabecera-categoria-post-blog {
  padding: 200px 10px;
  background-color: #000;
  position: relative;
  background-size: cover;
  background-position: center;
}

.sp-cabecera-categoria-post-blog:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: rgba(0, 0, 0, 0.2); */
  z-index: 1;
}

.sp-cabecera-categoria-post-blog .titulo-categoria {
  color: #fff;
  text-align: left;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  max-width: var(--content-width);
  /* text-shadow: 0 0 20px black; */
}

@media (max-width: 991px) {
  .sp-cabecera-categoria-post-blog {
    padding: 120px 20px;
  }
}

/* WOOCOMMERCE */

:focus-visible {
  outline: unset;
}

.carrusel_sombra_items .swiper-slide.e-loop-item {
  padding: 8px 32px 28px 0px;
}

.carrusel_sombra_items .swiper-slide.e-loop-item > a {
  box-shadow: 12px 8px 18px 0px #00000014;
}

@media (max-width: 767px) {
  .carrusel_sombra_items .swiper-slide.e-loop-item {
    padding: 0px 20px 26px 0px;
  }

  .carrusel_sombra_items .swiper-slide.e-loop-item > a {
    box-shadow: 4px 0px 10px 0px #00000014;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
}

.woocommerce
  .elementor-43
  .elementor-element.elementor-element-d77256b
  .woocommerce-tabs
  ul.wc-tabs
  li.active {
  background-color: var(--e-global-color-primary);
}

.woocommerce-tabs ul.wc-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
  border-top: 1px solid var(--e-global-color-primary) !important;
  margin-top: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  text-align: center;
  /* white-space: nowrap;
    flex: 1; */
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.woocommerce table.shop_attributes {
  border: 0;
  border-top: none;
  margin-bottom: 1.618em;
  width: 100%;
}

.woocommerce table.shop_attributes tr {
  background: white;
}

.woocommerce table.shop_attributes th {
  width: unset;
  padding: 15px;
  border-top: 0;
  border-bottom: none;
  margin: 0;
  line-height: 1.5;
  text-align: left;
  background: white;
  padding-left: 0px;
  border: none;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
}

.woocommerce table.shop_attributes td {
  font-style: unset;
  padding: 0;
  border-top: 0;
  border-bottom: none;
  margin: 0;
  line-height: 1.5;
  text-align: right;
  background: white;
  border: none;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: #fff;
}

.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations tr th,
.woocommerce div.product form.cart .variations tr td {
  background: #fff;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  vertical-align: middle;
}

.woocommerce div.product form.cart .variations th {
  text-align: left;
  padding-left: 0;
}

.woocommerce div.product form.cart .variations td {
  text-align: right;
  padding-right: 0;
}

.contenedor_tabla_variaciones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 30px;
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight,
.woocommerce table.shop_attributes .woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions{
  display:none;
}

.reset_variations {
  text-align: center;
  margin-inline-start: 0 !important;

  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;

  margin-top: 10px !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-radius: 0px 0px 0px 0px !important;
  background-color: var(--e-global-color-cd27ae3) !important;
  color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
  border-radius: 0;
  text-align: center;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
  gap: 8px;
}

.woocommerce-LostPassword {
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}

.show-password-input:hover {
  background-color: unset !important;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 0px;
}

:root {
  --woocommerce: #000;
  --wc-green: #62bb69;
  --wc-red: #e7494f;
  --wc-orange: #e5ab0f;
  --wc-blue: #77a7ca;
  --wc-primary: #000;
  --wc-black: #000;
  --wc-white: #fff;
  --wc-primary-text: #fff;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #000;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
  --wc-form-border-color: #afa997;
  --wc-form-border-radius: 0;
  --wc-form-border-width: 1px;
}

.woocommerce-price-suffix {
  font-size: 12px !important;
}

.woocommerce span.onsale {
  min-height: 0;
  width: 90px;
  height: 34px;
  padding: 10px !important;
  transform: rotate(-45deg);
  min-width: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 1;
  padding: 10px;
  top: 27px;
  left: -1px;
  margin: 0;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}

.woocommerce span.onsale:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 0px;
  position: absolute;
  border-style: solid;
  border-width: 0px 1px 34px 34px;
  border-color: #000 #000 #000 transparent;
  right: 89px;
}

.woocommerce span.onsale:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 0px;
  position: absolute;
  border-style: solid;
  border-width: 0 34px 34px 1px;
  border-color: #000 transparent #000 #000;
  left: 89px;
}

.woocommerce a.remove,
.woocommerce a.remove:hover {
  background-image: url(../img/close_1.svg);
  background-position: center;
  background-size: contain;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: var(--e-global-color-primary);
}

body.single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  .out-of-stock {
  display: block;
  color: white !important;
  background-color: var(--wc-red) !important;
  text-align: center;
  padding: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  border: 2px dashed var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: var(--e-global-typography-text-font-weight);
  text-align: center;
  background-color: #fff;
  padding: 8px 16px;
  margin: 20px 0px;
}

.woocommerce-variation-price {
  padding-bottom: 30px;
}

.woocommerce-variation-price .price {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size) !important;
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: var(--wc-black);
  color: var(--wc-white);
  border-top: none;
  border: 2px solid var(--e-global-color-primary);
  font-family: var(--e-global-typography-accent-font-family);
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table;
}
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  content: "\e028"/"";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}
.woocommerce-message {
  border-top-color: unset;
  border-color: var(--wc-orange);
  background-color: var(--wc-orange);
}
.woocommerce-message::before {
  content: "\e015";
  color: var(--wc-white);
}
.woocommerce-info {
  border-top-color: unset;
  border-color: var(--wc-blue);
  background-color: var(--wc-blue);
}
.woocommerce-info::before {
  color: var(--wc-white);
}
.woocommerce-error {
  border-top-color: unset;
  border-color: var(--wc-red);
  background-color: var(--wc-red);
}
.woocommerce-error::before {
  content: "\e016";
  color: var(--wc-white);
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: white !important;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce-error button,
.woocommerce-info button,
.woocommerce-message button {
  border: 2px solid var(--e-global-color-accent) !important;
  background-color: var(--e-global-color-accent) !important;
  color: white !important;
  border-radius: 0 !important;
  transition: background-color 0.3s, color 0.3s;
}

.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-error button:hover,
.woocommerce-info button:hover,
.woocommerce-message button:hover {
  border: 2px solid var(--e-global-color-accent) !important;
  background-color: white !important;
  color: var(--e-global-color-accent) !important;
  text-decoration: underline !important;
}

/* SELECT2 */

.woocommerce-checkout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-address-fields
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
}

/* THANKYOU */

.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received h2 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-secondary-font-size) !important;
  font-weight: var(--e-global-typography-secondary-font-weight) !important;
  line-height: var(--e-global-typography-secondary-line-height) !important;
  color: var(--e-global-color-primary) !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  text-align: center !important;
}

.woocommerce-order-received h2 {
  text-align: left !important;
}

.woocommerce-order-received .woocommerce-order p {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
  color: var(--e-global-color-primary) !important;
}

.woocommerce-order-received .woocommerce ul.order_details {
  margin: 0 0 3em !important;
  list-style: none !important;
  background: white !important;
  text-align: center !important;
  padding: 20px !important;
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 40px !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
  color: var(--e-global-color-text) !important;
  line-height: var(--e-global-typography-text-line-height) !important;
}

.woocommerce-order-received table.woocommerce-table--order-details {
  background-color: transparent !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  font-size: 0.9em !important;
  width: 100% !important;
}

.woocommerce-order-received .woocommerce-order-details {
  margin-bottom: 4em !important;
}

.woocommerce-order-received table.woocommerce-table--order-details td,
.woocommerce-order-received table.woocommerce-table--order-details th {
  border: 1px solid hsla(0, 0%, 50%, 0.502) !important;
  border-left: none !important;
  border-right: none !important;
  line-height: 1.5 !important;
  padding: 15px !important;
  vertical-align: top !important;
}

.woocommerce-order-received table.woocommerce-table--order-details th {
  font-weight: 700 !important;
}

.woocommerce-order-received table.woocommerce-table--order-details tfoot th,
.woocommerce-order-received table.woocommerce-table--order-details thead th {
  font-size: 1em !important;
}

.woocommerce-order-received
  table.woocommerce-table--order-details
  caption
  + thead
  tr:first-child
  td,
.woocommerce-order-received
  table.woocommerce-table--order-details
  caption
  + thead
  tr:first-child
  th,
.woocommerce-order-received
  table.woocommerce-table--order-details
  colgroup
  + thead
  tr:first-child
  td,
.woocommerce-order-received
  table.woocommerce-table--order-details
  colgroup
  + thead
  tr:first-child
  th,
.woocommerce-order-received
  table.woocommerce-table--order-details
  thead:first-child
  tr:first-child
  td,
.woocommerce-order-received
  table.woocommerce-table--order-details
  thead:first-child
  tr:first-child
  th {
  border-block-start: 1px solid hsla(0, 0%, 50%, 0.502) !important;
}

.woocommerce-order-received
  table.woocommerce-table--order-details
  tbody
  > tr:nth-child(odd)
  > td,
.woocommerce-order-received
  table.woocommerce-table--order-details
  tbody
  > tr:nth-child(odd)
  > th {
  background-color: #fff !important;
}

.woocommerce-order-received
  table.woocommerce-table--order-details
  tbody
  tr:hover
  > td,
.woocommerce-order-received
  table.woocommerce-table--order-details
  tbody
  tr:hover
  > th {
  background-color: #f2f2f2 !important;
}

.woocommerce-order-received
  table.woocommerce-table--order-details
  tbody
  + tbody {
  border-block-start: none !important;
}

.woocommerce-order-received table.woocommerce-table--order-details thead,
.woocommerce-order-received
  table.woocommerce-table--order-details
  tfoot
  tr:last-child {
  background-color: #000 !important;
}

.woocommerce-order-received table.woocommerce-table--order-details tfoot th,
.woocommerce-order-received table.woocommerce-table--order-details tfoot td,
.woocommerce-order-received table.woocommerce-table--order-details thead th {
  color: #000 !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: 700 !important;
}

.woocommerce-order-received table.woocommerce-table--order-details thead th {
  color: #fff !important;
}

.woocommerce-order-received
  table.woocommerce-table--order-details
  tfoot
  tr:last-child
  th,
.woocommerce-order-received
  table.woocommerce-table--order-details
  tfoot
  tr:last-child
  td {
  color: #fff !important;
  font-size: 2em !important;
}

.woocommerce-order-received table.woocommerce-table--order-details tfoot tr th {
  text-align: right !important;
}

.woocommerce-order-received table.woocommerce-table--order-details tfoot tr td,
.woocommerce-order-received
  table.woocommerce-table--order-details
  .woocommerce-table__line-item
  .woocommerce-table__product-total,
.woocommerce-order-received
  table.woocommerce-table--order-details
  .woocommerce-table__product-table.product-total {
  text-align: center !important;
}

.woocommerce-order-received table.woocommerce-table--order-details tbody td {
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
  color: var(--e-global-color-primary) !important;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: none;
  border-bottom-width: 0px;
  border-right-width: 0px;
  text-align: left;
  width: 100%;
  border-radius: 0px;
  padding: 12px 24px;
  box-sizing: border-box;
  background: white;

  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
  color: var(--e-global-color-text) !important;
  line-height: var(--e-global-typography-text-line-height) !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f2f2f2;
  border: 2px solid black;
  border-radius: 0px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #999;
  margin: 0;
  list-style: none outside;
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
  content: " ";
  display: table;
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
  clear: both;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::before {
  content: " ";
  display: table;
}

#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice)::after {
  clear: both;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 0px;
  line-height: 1.5;
  font-family: var(--e-global-typography-text-font-family);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #f2f2f2;
  color: #000;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #f2f2f2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#place_order {
  border-width: 2px !important;
  padding: 20px 100px !important;
  border-radius: 0px !important;
}

#place_order:hover {
  color: #000 !important;
}

@media (max-width: 991px) {
  #place_order {
    padding: 20px 0px !important;
    width: 100% !important;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
  }
}

.woocommerce-order-pay #order_review {
  font-family: var(--e-global-typography-text-font-family);
}

.woocommerce-order-pay #order_review #payment {
  width: 40%;
}

.woocommerce-order-pay #order_review .shop_table thead tr {
  margin-bottom: 20px !important;
}

.woocommerce-order-pay #order_review .shop_table thead tr {
  color: #fff !important;
  background: #000 !important;
}
.woocommerce-order-pay #order_review .shop_table thead tr th {
  padding: 15px !important;
  text-align: center;
}

.woocommerce-order-pay #order_review .shop_table tr td.product-quantity,
.woocommerce-order-pay #order_review .shop_table tr td.product-subtotal {
  text-align: center;
}

.woocommerce-order-pay #order_review .shop_table tfoot td {
  color: #000 !important;
  text-align: center !important;
}

.woocommerce-order-pay #order_review .shop_table tfoot th {
  color: #000 !important;
}

.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 1.4em !important;
}
.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child th,
.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child td {
  color: #fff !important;
}

.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child th {
  text-align: right !important;
}

#order_review {
  display: flex;
  gap: 50px;
}

@media (max-width: 767px) {
  #order_review {
    flex-direction: column;
  }

  .woocommerce-order-pay #order_review #payment {
    width: 100%;
  }
}

.order-actions--heading {
  display: none;
}
.woocommerce-order-received th.order-actions--heading + td {
  display: none;
}

.elementor-widget-woocommerce-my-account {
  font-family: var(--e-global-typography-text-font-family);
}

.elementor-widget-woocommerce-checkout-page a:hover {
  color: var(--e-global-color-accent);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-terms-and-conditions {
  font-family: var(--e-global-typography-text-font-family);
}














.sp-filter-item.sp-filter-attribute.sp-filter-pesso,
.sp-filter-item.sp-filter-attribute.sp-filter-requiere-montaje,
.sp-filter-item.sp-filter-attribute.sp-filter-watios,
.sp-filter-item.sp-filter-attribute.sp-filter-bombilla_tipo,
.sp-filter-item.sp-filter-attribute.sp-filter-bombilla_incluida,
.sp-filter-item.sp-filter-attribute.sp-filter-casquillo_tipo,
.sp-filter-item.sp-filter-attribute.sp-filter-tipo_base,
.sp-filter-item.sp-filter-attribute.sp-filter-tipo-aplique,
.sp-filter-item.sp-filter-attribute.sp-filter-cableado-incluido,
.sp-filter-item.sp-filter-attribute.sp-filter-color_tapa,
.sp-filter-item.sp-filter-attribute.sp-filter-color_floron,
.sp-filter-item.sp-filter-attribute.sp-filter-color-aplique-techo,
.sp-filter-item.sp-filter-attribute.sp-filter-material_base_lamparas,
.sp-filter-item.sp-filter-attribute.sp-filter-print,
.sp-filter-item.sp-filter-attribute.sp-filter-voltaje,
.sp-filter-item.sp-filter-attribute.sp-filter-watios,
.sp-filter-item.sp-filter-attribute.sp-filter-fish,
.sp-filter-item.sp-filter-attribute.sp-filter-complementos,
.sp-filter-item.sp-filter-attribute.sp-filter-forma,
.sp-filter-item.sp-filter-attribute.sp-filter-modelo,
.sp-filter-item.sp-filter-attribute.sp-filter-acabados,
.sp-filter-item.sp-filter-attribute.sp-filter-diseno{

  display:none;

}