/** Mixins */
.lg-share-extended {
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

#lg-share-whatsapp .lg-share-extended {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: #25d366;
  color: #fff;
  border-radius: 100%; }

#lg-share-email .lg-share-extended {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: #383838;
  color: #fff;
  border-radius: 100%; }

#lg-share-telegram .lg-share-extended {
  color: #0088cc; }

.update_cart_button {
  display: none; }

.uncode-cart img {
  max-width: 70px; }

.uncode-cart .cart-desc {
  overflow: unset; }

.cantidad-wrapper {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px; }
  .cantidad-wrapper .cantidad-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    padding: 2px; }
    .cantidad-wrapper .cantidad-inner input {
      border: none;
      margin: 0;
      box-shadow: none;
      width: 100%;
      padding-right: 0; }
    .cantidad-wrapper .cantidad-inner .separador {
      margin: 0 5px; }
    .cantidad-wrapper .cantidad-inner .unidad-venta {
      margin-right: 5px; }

#unit_stock_form label {
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
  margin-right: 20px; }
  #unit_stock_form label input {
    position: absolute;
    left: 0;
    top: 0px; }
    #unit_stock_form label input:before {
      content: "";
      background: #ebebeb;
      border-radius: 100%;
      width: 21px;
      height: 21px;
      position: absolute;
      top: -1px;
      left: 0;
      margin: auto;
      transition: all ease 0.3s; }
    #unit_stock_form label input:checked:hover:before {
      background: #303133; }
    #unit_stock_form label input:checked:before {
      background-color: #303133;
      border-radius: 100%;
      width: 21px;
      height: 21px;
      position: absolute;
      top: -1px;
      left: 0;
      margin: auto; }
    #unit_stock_form label input:checked:after {
      content: "";
      background: #fff;
      border-radius: 100%;
      width: 7px;
      height: 7px;
      position: absolute;
      top: 5px;
      left: 7px; }
    #unit_stock_form label input:hover:before {
      background: #c0c0c0; }
    #unit_stock_form label input:hover {
      cursor: pointer; }
  #unit_stock_form label:hover {
    cursor: pointer; }

#unit_stock_form em {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
  padding-top: 20px;
  color: #000; }

form.woocommerce-cart-form .js-quantity-wrapper {
  display: inline-block; }

form.woocommerce-cart-form .full-batch,
form.woocommerce-cart-form .update_cart_button {
  text-transform: uppercase;
  font-size: 12px;
  background: #f7f7f7;
  padding: 13px 13px 12px;
  border: 1px solid #ccc; }

form.woocommerce-cart-form .full-batch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%; }

.cart-item-list .remove {
  display: none !important; }

button[name="add-to-cart"].loading {
  text-indent: -99999em;
  position: relative;
  min-width: 50px;
  pointer-events: none; }
  button[name="add-to-cart"].loading:after {
    content: "";
    background: url(../assets/images/loading.gif) center center no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px; }

.swal-modal {
  width: calc((100% - 20px) / 2);
  box-shadow: 2px 2px 22px 0px black; }
  @media (max-width: 768px) {
    .swal-modal {
      width: calc(100% - 20px); } }
  .swal-modal .swal-title {
    color: #000;
    padding: 10px 0px 15px 26px; }
  .swal-modal .swal-text {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-top: 25px;
    color: #000; }
  .swal-modal .swal-footer {
    border-top: 1px solid #000;
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .swal-modal .swal-footer .swal-button {
      border-radius: 0;
      padding: 5px 10px;
      border: 1px solid #303133;
      min-width: 75px;
      font-weight: 500; }
      .swal-modal .swal-footer .swal-button.swal-button--cancel {
        background: none;
        color: #000; }
        .swal-modal .swal-footer .swal-button.swal-button--cancel:hover {
          background: #303133;
          color: #fff; }
      .swal-modal .swal-footer .swal-button.swal-button--ok {
        background: #303133;
        color: #fff; }
        .swal-modal .swal-footer .swal-button.swal-button--ok:hover {
          background: none;
          color: #000; }
      .swal-modal .swal-footer .swal-button:focus {
        outline: none; }

.woocommerce table.shop_table td {
  padding: 18px 10px; }

button.disabled {
  opacity: 0.5; }

.full-lot-label {
  padding: 11px 8px;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center; }

@media (max-width: 580px) {
  li.cart-item-list.clearfix,
  li.subtotal {
    display: none; } }

.shop_table_responsive .coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px; }
  .shop_table_responsive .coupon button.button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px !important;
    margin-bottom: 5px; }
  .shop_table_responsive .coupon #coupon_code {
    margin: 0 !important; }

.shop_table_responsive .continue_shop {
  display: flex !important;
  justify-content: flex-end;
  align-content: center; }
  @media (max-width: 960px) {
    .shop_table_responsive .continue_shop {
      justify-content: center; } }
  .shop_table_responsive .continue_shop span.button {
    width: 100% !important;
    margin: 0; }

/** Outlet **/
.page-template-outlet-product .main-container .row-container .row-parent {
  padding-top: 1.3rem; }
  @media (max-width: 959px) {
    .page-template-outlet-product .main-container .row-container .row-parent {
      padding-top: 2.5rem; } }
  @media (max-width: 425px) {
    .page-template-outlet-product .main-container .row-container .row-parent {
      padding: 0.9375rem; } }
  @media (max-width: 959px) {
    .page-template-outlet-product .main-container .row-container .row-parent .xana-outlet-sidebar {
      display: none; } }

.page-template-outlet-product .section-filters {
  display: none; }
  @media screen and (max-width: 959px) {
    .page-template-outlet-product .section-filters {
      display: flex;
      align-items: center;
      background-color: #eaeaea;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      flex-wrap: wrap; } }
  .page-template-outlet-product .section-filters .xana-outlet-filter {
    width: 100%;
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 569px) {
      .page-template-outlet-product .section-filters .xana-outlet-filter {
        width: 100%;
        flex: 1 1 auto;
        padding: 10px; } }
    .page-template-outlet-product .section-filters .xana-outlet-filter__name {
      position: relative;
      display: flex;
      justify-content: flex-end;
      gap: 0.6rem; }
    .page-template-outlet-product .section-filters .xana-outlet-filter-lista {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 32px);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 300px;
      background-color: white;
      border: 1px solid black;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0;
      z-index: 12; }
      .page-template-outlet-product .section-filters .xana-outlet-filter-lista a {
        color: inherit;
        text-decoration: none;
        width: 100%; }
      .page-template-outlet-product .section-filters .xana-outlet-filter-lista.mostrar {
        visibility: visible;
        opacity: 1; }
      .page-template-outlet-product .section-filters .xana-outlet-filter-lista__enlace {
        padding: 0 15px 0;
        transition: all ease .4s; }
        .page-template-outlet-product .section-filters .xana-outlet-filter-lista__enlace.selected {
          font-weight: 400;
          background-color: #eaeaea; }
        .page-template-outlet-product .section-filters .xana-outlet-filter-lista__enlace:hover {
          background-color: #eaeaea; }
  .page-template-outlet-product .section-filters .boton-filtro-m {
    border: none;
    border-left: 1px solid;
    width: 100%;
    flex: 1 1 50%; }
    @media (max-width: 569px) {
      .page-template-outlet-product .section-filters .boton-filtro-m {
        width: 50%;
        flex: 1 1 auto;
        border-left: none;
        border-top: 1px solid; } }
    .page-template-outlet-product .section-filters .boton-filtro-m .boton-filtro-m__titulo {
      text-transform: capitalize;
      font-weight: 400;
      font-size: 13px; }

.page-template-outlet-product .boton-filtro-m {
  display: none; }
  @media (max-width: 959px) {
    .page-template-outlet-product .boton-filtro-m {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      background-color: #eaeaea;
      border-top: 1px solid black;
      border-bottom: 1px solid black; } }
  .page-template-outlet-product .boton-filtro-m__titulo {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700; }
  .page-template-outlet-product .boton-filtro-m .fa-filter {
    position: relative;
    z-index: 10; }
    .page-template-outlet-product .boton-filtro-m .fa-filter::before {
      content: "\f0b0";
      font-family: "uncodeicon";
      font-size: 1.3rem;
      padding-left: 5px; }
    .page-template-outlet-product .boton-filtro-m .fa-filter .fa-filter-2::before {
      content: "\f0b0";
      font-family: "uncodeicon";
      position: absolute;
      bottom: 8px;
      left: 4px;
      color: #909090;
      font-size: 1.3rem;
      padding-left: 5px;
      z-index: -1; }
  .page-template-outlet-product .boton-filtro-m .bg-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s; }
    .page-template-outlet-product .boton-filtro-m .bg-shadow.active {
      opacity: 1;
      visibility: visible; }

.page-template-outlet-product .overlay-filtro {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999999;
  width: 80%;
  height: 100%;
  background-color: #fff;
  transition: all ease 0.6s; }
  .page-template-outlet-product .overlay-filtro.active {
    right: 0; }
  .page-template-outlet-product .overlay-filtro .contenido {
    padding: 15px;
    height: 100%;
    overflow-y: auto; }
    @media (max-width: 959px) {
      .page-template-outlet-product .overlay-filtro .contenido .WOM-menu.modoVisual {
        display: none; } }
    @media (max-width: 550px) {
      .page-template-outlet-product .overlay-filtro .contenido .WOM-menu.modoVisual ul li {
        width: 100%; } }
  .page-template-outlet-product .overlay-filtro__cerrar {
    position: relative; }
  .page-template-outlet-product .overlay-filtro .fa-close {
    content: "\f00d";
    position: absolute;
    font-family: "uncodeicon";
    top: 0;
    left: 0;
    transform: translateX(-100%);
    font-size: 2rem;
    background-color: #000;
    color: white;
    padding: 8px; }

.page-template-outlet-product .overlay-filtro .filtro-vertical {
  grid-template-columns: 1fr; }

.page-template-outlet-product form.cart button {
  padding: 13px 8px;
  margin: 0; }
  @media (max-width: 480px) {
    .page-template-outlet-product form.cart button {
      margin-bottom: 5px; } }
  .page-template-outlet-product form.cart button:hover {
    background: #eaeaea;
    color: #000; }

.page-template-outlet-product form.cart + .cart-link {
  display: none;
  height: 48px; }
  .page-template-outlet-product form.cart + .cart-link.already-added {
    display: inline-flex;
    font-style: normal;
    height: 48px; }
    .page-template-outlet-product form.cart + .cart-link.already-added a {
      width: 100%;
      text-align: center; }

.page-template-outlet-product .cart-link {
  flex-basis: 100%;
  margin-top: 10px; }
  .page-template-outlet-product .cart-link a {
    text-decoration: underline; }

.page-template-outlet-product .cart-link {
  text-transform: uppercase; }
  .page-template-outlet-product .cart-link a {
    text-decoration: none;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 600 !important;
    cursor: pointer;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: #f7f7f7;
    padding: 13px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    color: inherit;
    width: 100%;
    text-align: center; }

.page-template-outlet-product .header-bg {
  background-color: black !important; }

@media (max-width: 959px) {
  .page-template-outlet-product .xana-outlet-sidebar.col-lg-3 {
    display: none; } }

@media (max-width: 959px) {
  .page-template-outlet-product .xana-outlet-content.col-lg-9 {
    padding: 0 !important; } }

.page-template-outlet-product .xana-outlet-content .xana-outlet-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .page-template-outlet-product .xana-outlet-content .xana-outlet-filter__name {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem; }
    .page-template-outlet-product .xana-outlet-content .xana-outlet-filter__name:hover {
      cursor: pointer; }
  .page-template-outlet-product .xana-outlet-content .xana-outlet-filter-lista {
    position: absolute;
    top: 30px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 320px;
    background-color: white;
    border: 1px solid black;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    z-index: 10; }
    .page-template-outlet-product .xana-outlet-content .xana-outlet-filter-lista a {
      color: inherit;
      text-decoration: none;
      width: 100%; }
    .page-template-outlet-product .xana-outlet-content .xana-outlet-filter-lista.mostrar {
      visibility: visible;
      opacity: 1; }
    .page-template-outlet-product .xana-outlet-content .xana-outlet-filter-lista__enlace {
      padding: 0 15px 0;
      transition: all ease .4s; }
      .page-template-outlet-product .xana-outlet-content .xana-outlet-filter-lista__enlace.selected {
        font-weight: 400;
        background-color: #eaeaea; }
      .page-template-outlet-product .xana-outlet-content .xana-outlet-filter-lista__enlace:hover {
        background-color: #eaeaea; }
  @media (max-width: 959px) {
    .page-template-outlet-product .xana-outlet-content .xana-outlet-filter-m {
      display: none; } }

.page-template-outlet-product .grid-outlet {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; }
  @media (max-width: 1710px) {
    .page-template-outlet-product .grid-outlet {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1366px) {
    .page-template-outlet-product .grid-outlet {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 959px) {
    .page-template-outlet-product .grid-outlet {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .page-template-outlet-product .grid-outlet {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 680px) {
    .page-template-outlet-product .grid-outlet {
      grid-template-columns: repeat(1, 1fr); } }
  .page-template-outlet-product .grid-outlet .price-outlet {
    padding-top: 10px; }
    .page-template-outlet-product .grid-outlet .price-outlet h3 {
      display: flex;
      align-items: center; }
      @media (max-width: 400px) {
        .page-template-outlet-product .grid-outlet .price-outlet h3 {
          flex-wrap: wrap; } }
      .page-template-outlet-product .grid-outlet .price-outlet h3 .price-regular {
        padding-top: 0px; }

.page-template-outlet-product .cart-link.already-added a {
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  font-size: 12px;
  border-radius: 2px;
  font-weight: 600 !important;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  padding: 13px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  color: inherit; }
  .page-template-outlet-product .cart-link.already-added a:hover {
    color: #000;
    background: #eaeaea; }

.page-template-outlet-product .carrito-productos {
  display: inline-flex;
  width: 100%; }
  .page-template-outlet-product .carrito-productos form.cart {
    display: inline-flex;
    width: 100%; }
    .page-template-outlet-product .carrito-productos form.cart .js-quantity-wrapper {
      width: 100%; }
    .page-template-outlet-product .carrito-productos form.cart .single_add_to_cart_button {
      width: 100%; }

.page-template-outlet-product .WOM-menu.modoVisual {
  display: none; }

.page-template-outlet-product .WOM-menu.vertical h5 {
  margin: 10px 0; }

.page-template-outlet-product .tmb-light.tmb .t-entry-visual a {
  display: flex !important;
  justify-content: center; }

@media (max-width: 959px) {
  .page-template-outlet-product ul.filtro-vertical {
    display: grid;
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 768px) {
  .page-template-outlet-product ul.filtro-vertical {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 680px) {
  .page-template-outlet-product ul.filtro-vertical {
    grid-template-columns: repeat(1, 1fr); } }

/** Outlet **/
/** Single Product **/
@media (max-width: 425px) {
  .single-product .main-container .row-container .row-parent {
    padding: 15px; } }

.single-product form.cart {
  display: flex;
  float: left; }
  @media (max-width: 576px) {
    .single-product form.cart {
      width: 100%; } }
  @media (max-width: 375px) {
    .single-product form.cart {
      flex-wrap: wrap; } }
  .single-product form.cart button {
    padding: 13px 8px;
    margin: 0; }
    @media (max-width: 480px) {
      .single-product form.cart button {
        margin-bottom: 5px; } }
    .single-product form.cart button:hover {
      background: #eaeaea;
      color: #000; }
  .single-product form.cart + .cart-link {
    display: inline-block;
    height: 48px; }
    @media (max-width: 425px) {
      .single-product form.cart + .cart-link {
        display: none !important; } }
    .single-product form.cart + .cart-link.already-added {
      display: inline-flex;
      font-style: normal;
      height: 48px; }
      @media (max-width: 576px) {
        .single-product form.cart + .cart-link.already-added {
          margin-top: 0;
          margin-left: 0; } }
      @media (max-width: 425px) {
        .single-product form.cart + .cart-link.already-added {
          display: none !important; } }
      .single-product form.cart + .cart-link.already-added a {
        width: 100%;
        text-align: center; }
  @media (max-width: 413px) {
    .single-product form.cart {
      margin-bottom: 0px !important; } }
  .single-product form.cart .js-quantity-wrapper {
    width: 100%; }
    @media (max-width: 425px) {
      .single-product form.cart .js-quantity-wrapper {
        width: 100%; } }
    .single-product form.cart .js-quantity-wrapper .cantidad-wrapper .cantidad-inner input {
      border: none;
      margin: 0;
      box-shadow: none;
      width: 110px;
      padding-right: 0; }
      @media (max-width: 480px) {
        .single-product form.cart .js-quantity-wrapper .cantidad-wrapper .cantidad-inner input {
          width: 80px; } }
      @media (max-width: 425px) {
        .single-product form.cart .js-quantity-wrapper .cantidad-wrapper .cantidad-inner input {
          width: 90px; } }
      @media (max-width: 375px) {
        .single-product form.cart .js-quantity-wrapper .cantidad-wrapper .cantidad-inner input {
          width: 150px; } }
    .single-product form.cart .js-quantity-wrapper .cantidad-wrapper .cantidad-inner .cantidad {
      width: 100%; }
    @media (max-width: 375px) {
      .single-product form.cart .js-quantity-wrapper .cantidad-wrapper {
        margin-right: 0px; } }
  .single-product form.cart .single_add_to_cart_button {
    width: 100%;
    margin-top: 0; }

.single-product .metas_icat,
.single-product .already-added,
.single-product .product_meta {
  clear: both;
  display: block; }

.single-product .cart-link {
  margin-top: 18px;
  margin-left: 5px;
  margin-bottom: 15px; }
  @media (max-width: 427px) {
    .single-product .cart-link {
      margin-bottom: 1rem;
      margin-top: 0;
      margin-left: 0px; } }
  .single-product .cart-link:after {
    display: none; }
  .single-product .cart-link a {
    text-transform: uppercase;
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 13px 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #777777;
    display: block;
    border-radius: 2px; }
    .single-product .cart-link a:hover {
      background: #eaeaea;
      color: #000; }

.single-product .price-outlet {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .single-product .price-outlet .price-regular {
    padding-top: 0; }

/** Single Product **/
/** Estilos Outlet perdidos **/
.cajaCantidad .cajaCantidadInner {
  display: flex;
  justify-content: space-between; }

.cajaCantidad .cajaCantidadInner > div {
  margin: 0 2px; }

.cajaCantidad {
  border: 1px solid #ccc;
  padding: 8px 5px;
  font-size: .9em; }

.cajaCantidad .cajaCantidadInner .cantidad input {
  width: 100%;
  text-align: center;
  padding: 0;
  border: none;
  margin-top: 0px !important;
  box-shadow: none !important; }

.cajaLoteCompleto {
  border: 1px solid #ccc;
  text-transform: uppercase;
  padding: 9px 2px;
  text-align: center;
  font-size: .8em; }

.cajaLoteCompleto_cart {
  border: 1px solid #ccc;
  text-transform: uppercase;
  padding: 4px 2px;
  text-align: center;
  font-size: .7em; }

.cajaSubmit button,
.cajaSubmit span {
  width: 100%;
  text-transform: uppercase;
  padding: 6px 2px !important; }

.carrito-productos.WOM-gestionPedido {
  max-width: none; }

.WOM-gestionPedido {
  max-width: 300px; }

.gestionPedidoItem {
  margin-top: 15px; }

.gestionPedidoItem .row,
.icat-login .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  display: inline-flex; }

.gestionPedidoItem .row .noPadding {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.noPadding {
  padding: 0; }

.gestionPedidoItem .row .col-md-6 {
  width: 50% !important; }

.icat-login .row .col-md-6 {
  padding: 0px 10px;
  width: 50% !important; }

.gestionPedidoItem .row .col-md-5 {
  width: 41.66666667%; }

.gestionPedidoItem .row .col-md-7 {
  width: 58.33333333%; }

.btn.btn-default.btn-default-outlet {
  padding: 9px 4px !important;
  width: 100%;
  height: 100%;
  font-size: 11px !important;
  margin-top: 0px !important; }

.price-outlet h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.tax-productos-cart {
  margin-top: 4px !important;
  font-size: 14px;
  font-weight: 400; }

.gestionPedidoItem .cajaCantidad.disabled {
  background-color: #eee; }

.gestionPedidoItem .cajaCantidad.disabled .cajaCantidadInner .cantidad input {
  background-color: #eee; }

.gestionPedidoItem .row {
  margin-left: -5px;
  margin-right: -5px; }

.gestionPedidoItem .cajaLoteCompleto_cart {
  border: 1px solid #ccc;
  text-transform: uppercase;
  padding: 4px 4px;
  text-align: center;
  font-size: .7em;
  height: 100%;
  vertical-align: middle !important;
  justify-content: space-between;
  display: table-caption; }

.woocommerce table.cart th {
  text-transform: uppercase; }

.single_add_to_cart_button.button.alt {
  align-self: flex-start;
  height: 48px; }

.product-remove a.remove {
  border: 1px solid red;
  color: red; }

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: right !important;
  height: 48px; }

td.product-quantity {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 35px 10px !important;
  width: 100%; }

span.icon .fa {
  width: 20px !important;
  margin-right: 30px !important;
  font-size: 20px !important;
  position: relative !important;
  padding-right: 10px !important; }

span.icon {
  display: inline-block; }

span.text {
  display: none; }

.extras-productos-outlet {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 6px 0px; }

.infopedidos .disclaimer {
  margin-top: 30px !important; }

.infopedidos .disclaimer p {
  margin-top: 5px !important;
  font-size: .9em !important; }

.metas_icat_outlet .tax-productos-cart {
  margin-top: 0px !important;
  font-size: 15px;
  font-weight: 500; }

.price-outlet h3 {
  text-align: left;
  position: relative; }

.metas_icat_outlet .price-outlet {
  margin-top: 18px;
  display: flex; }

.metas_icat_outlet .gestionPedidoItem .row {
  width: 50% !important; }

span.price-regular {
  text-decoration-line: line-through;
  font-size: 17px !important;
  display: inline-flex;
  padding-left: 10px;
  padding-top: 13px;
  color: #9f9f9f !important;
  font-weight: 300 !important; }

.icat-stock-orange {
  color: #ff6719; }

.woocommerce a.button.added.product_type_simple:before,
.woocommerce button.button.added.product_type_simple:before,
.woocommerce input.button.added.product_type_simple:before,
.woocommerce #respond input#submit.added.product_type_simple:before,
.woocommerce #content input.button.added.product_type_simple:before {
  top: 8px !important;
  right: 8px; }

.woocommerce a.added_to_cart {
  display: block !important;
  text-align: center !important; }

/* para checkout page */
.woocommerce-checkout span.optional {
  display: none; }

table.shop_table.woocommerce-checkout-review-order-table {
  display: none; }

.woocommerce-privacy-policy-text {
  display: none; }

.woocommerce #payment {
  border: none !important; }

.style-light .woocommerce #payment .place-order {
  background-color: #ffffff !important; }

div#order_review {
  text-align: center !important; }

/*span.price-regular {
    display: none;
}*/
span.button {
  border: 1px solid;
  background-color: #f7f7f7;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: initial;
  margin: 9px 0px 0px 0px;
  padding: 13px 15px 13px 15px;
  max-width: 260px; }

.woocommerce button.button:disabled {
  border: 1px solid #777;
  background-color: #f7f7f7 !important;
  color: #777 !important; }

button#btnUpdateCart {
  background-color: #ff6719;
  color: #fff; }

.details-cart {
  font-size: 0.75em !important;
  padding-top: 5px;
  left: 5px;
  position: absolute;
  top: 35px; }

.icat-stock-grey {
  color: #777777 !important; }

.swal-button--confirm {
  background-color: #ff6719 !important; }

.swal-title:first-child {
  margin-top: 13px !important;
  border-bottom: 1px solid #cdcdcd; }

.swal-title {
  font-weight: 500 !important;
  font-size: 20px !important;
  text-align: left !important; }

/** Estilos Outlet perdidos **/
