@charset "UTF-8";
/* COTIZACIÓN */
.yith-request-a-quote-page .ywraq-with-form .ywraq-form-table-wrapper.wide {
  gap: 50px;
}
.yith-request-a-quote-page .gform_heading {
  display: none;
}
.yith-request-a-quote-page form .cart_item {
  border: solid 1px #424243;
  margin-bottom: 10px;
}
.yith-request-a-quote-page form .cart_item .product-thumbnail {
  width: 150px;
  padding: 10px;
}
.yith-request-a-quote-page form .cart_item .product-quantity {
  height: 30px;
}
.yith-request-a-quote-page form .cart_item .product-quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* //border: 1px solid black; */
  width: 65px;
  background: white;
  font-size: 14px;
}
.yith-request-a-quote-page form .cart_item .product-quantity .quantity .minus, .yith-request-a-quote-page form .cart_item .product-quantity .quantity .plus, .yith-request-a-quote-page form .cart_item .product-quantity .quantity input {
  display: none;
}
.yith-request-a-quote-page form .cart_item .product-quantity .quantity .custom-quantity {
  /* font-size: 16px;
          display: flex;
          flex-direction: row;
          gap: 5px; */
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid black;
  width: 65px;
  background: white;
  font-size: 12px;
}
.yith-request-a-quote-page form .update-list-wrapper button, .yith-request-a-quote-page form .update-list-wrapper input[type="submit"] {
  border: 1px solid #ED3224;
  background-color: #ED3224;
  color: white;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  margin: 0 !important;
}
.yith-request-a-quote-page .button-quote {
  width: 100%;
}
.yith-request-a-quote-page .button-quote .custom-quantity {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid black;
  width: 65px;
  background: white;
  font-size: 12px;
}
@media (min-width: 768px) {
  .yith-request-a-quote-page .button-quote .custom-quantity {
    height: 48px;
    width: 100px;
    font-size: 16px;
  }
}
.yith-request-a-quote-page .button-quote .custom-quantity__btn {
  cursor: pointer;
}
@media (min-width: 768px) {
  .yith-request-a-quote-page .button-quote .shop_table .custom-quantity {
    height: 30px;
    width: auto;
    font-size: 16px;
  }
}
.yith-request-a-quote-page .button-quote .stock {
  display: none;
}
.yith-request-a-quote-page .button-quote .quantity .qty {
  display: none;
}
.yith-request-a-quote-page .button-quote .yith-ywraq-add-to-quote {
  display: flex;
  justify-content: space-around;
}
.yith-request-a-quote-page .button-quote .yith-ywraq-add-to-quote .quantity {
  margin-top: 16px;
}
.yith-request-a-quote-page .button-quote .yith-ywraq-add-to-quote .quantity .action {
  display: none;
}
.yith-request-a-quote-page .button-quote .yith-ywraq-add-to-quote .add-request-quote-button.button {
  /*  background: #ED3224 !important;
      border: 1px solid #FFF !important; */
  border-radius: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 24px;
  padding: 0.218em 1em;
}
@media (min-width: 768px) {
  .yith-request-a-quote-page .button-quote .yith-ywraq-add-to-quote .add-request-quote-button.button {
    padding: 0.618em 1em;
    font-size: 18px;
  }
}
.yith-request-a-quote-page .button-quote .yith-ywraq-add-to-quote .add-request-quote-button.button:hover {
  background: elementor(25d993c) !important;
  border: 1px solid elementor(secondary) !important;
  color: elementor(secondary) !important;
}
@media screen and (max-width: 768px) {
  .yith-request-a-quote-page table.shop_table.ywraq_responsive .product-remove {
    padding: 0;
  }
  .yith-request-a-quote-page form .cart_item .product-thumbnail {
    width: 100px;
  }
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: transparent !important;
}
.product-remove {
  width: 4%;
}
/* .yith_ywraq_add_item_product_message,
.yith_ywraq_add_item_response_message {
  font-size: 7px;
  line-height: 7px;
  color: black;
  margin: 0 0.1rem;
  padding: 0.2rem;
  background: #ffffff;
  border: 1px solid;
  text-align: center;
  min-height: 30px;
  width: 100%;
  max-width: 100px;

  @media (min-width: 768px) {
    margin: 0px;
    padding: 0.5rem;
    font-size: 11px;
    line-height: 15px;
    min-height: 48px;
    max-width: 200px;
  }
}

.yith_ywraq_add_item_browse_message {
  display: block;
  color: black;
  background: transparent;
  border: 1px solid;
  border-top: 0px;
  margin: 0;
  padding: 0.5rem;
  font-size: 7px;
  line-height: 7px;
  position: absolute;
  bottom: -23.5px;
  right: 2.2px;
  text-align: center;
  max-width: 100px;
  width: 100%;

  @media (min-width: 768px) {
    margin: 0;
    padding: 0.5rem;
    font-size: 11px;
    line-height: 15px;
    bottom: -32px;
    right: 18px;
    text-align: center;
    max-width: 200px;
  }
}

.button-quote.elementor-widget .yith_ywraq_add_item_browse_message {
  background-color: white;
  right: 85px;
  bottom: -24px;

  @media (min-width: 768px) {
    right: 5px;
    bottom: -32px;
  }
}





.open-lista .yith-ywraq-list-content {
  visibility: visible !important;
  opacity: 1 !important;
} */

