/* Solicitud de presupuesto */
.page-header-page h1.entry-title  {
  font-weight: 900;
  padding-top: 80px;
  padding-bottom: 30px;
  display: block;
}
.page-header-page h1.entry-title::before {
  font-family: "Linearicons";
  content: "\e6d1";
  color: #fcaf05;
  font-size: 80px;
  margin-right: -30px;
  top: 10px;
  position: relative;
  z-index: -1;
  font-weight: 400;
}
.yith-ywraq-before-table .wc-backward:hover,
.update-list-wrapper .button:hover,
.raq-send-request-row .button:hover {
  background-color: #fcaf05 !important;
}
.update-list-wrapper {
 justify-content: start !important;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0px;
  width: 60px;
  vertical-align: middle;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove .remove {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  ackground-color: transparent;
  position: relative;
  font-size: 0;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove .remove:hover {
  background-color: red !important;
  color: #fff !important;
}
.woocommerce-cart .woocommerce table.shop_table td.product-remove .remove::after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 16px;
  vertical-align: middle;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail {
  width: 124px;
  padding-left: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail > a {
  max-width: 124px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail img {
  transition: transform .25s, visibility .25s ease-in;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail img:hover {
  transform: scale(1.25);
}
.woocommerce-cart .woocommerce table.shop_table td.product-name {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
  color: #094784;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a:hover {
  text-decoration: underline;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name .product_sku,
.woocommerce-cart .woocommerce table.shop_table td.product-name small {
  color: #000;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 2px;
}
.woocommerce-cart .woocommerce table.shop_table td.short_description {
  line-height: 20px;
  color: #666;
}
#yith-ywraq-form .product-quantity {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  width: auto;
}
.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
  margin-left: 2%;
  padding: 0 0 25px 25px;
}
.yith-ywraq-mail-form-wrapper .form-row.form-row-wide {
  padding-top: 0;
}