.inner-search-button > input {
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
}
#myfavorites, #myaccount, #mycart {
    text-transform: uppercase !important;
}
#main {
    padding: 0px 0px !important;
}
.div-shadow .elementor-divider-separator{
-webkit-box-shadow: -3px 3px 4px 0px rgba(43,43,43,1);
-moz-box-shadow: -3px 3px 4px 0px rgba(43,43,43,1);
box-shadow: -3px 3px 4px 0px rgba(43,43,43,1);
}
.cat-container .elementor-image-box-img img {
  border-radius: 18px;
}
.text-big {
    font-size: 60px !important;
}
.tit-services{
    position: absolute !important;
    top: 112px !important;
    left: 18px !important;
}
.shop-by-diet-block2 {
    min-height: 484px !important;
}
.product-flags li {
    background: #FDD500;
    color: #3F3F40;
    margin-bottom: 10px;
    font-size: 16px;
    font-height: 500;
    line-height: 18px;
    padding: 8px 19px;
    text-align: center;
    font-family: Poppins, Arial;
    text-transform: uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;    
}
.tax-shipping-delivery-label {
    display: none;
}
.price-shw {
-webkit-box-shadow: 0px 10px 5px 0px rgba(219,219,219,1);
-moz-box-shadow: 0px 10px 5px 0px rgba(219,219,219,1);
box-shadow: 0px 10px 5px 0px rgba(219,219,219,1);    
}
#quantity_wanted {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.add-to-cart {
-webkit-border-radius: 14px !important;
-moz-border-radius: 14px !important;
border-radius: 14px !important;    
    margin-left: 15px !important;
    font-size: 18px !important;
}
.hk-prices-table{
  width: 100%;
  float: left;
border-spacing: 0;  
  border-collapse: separate;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:solid #3F3F40 1px;
overflow: hidden;
}
.hk-prices-table th:not(:last-child),
.hk-prices-table td:not(:last-child) {
 border-right: 1px solid #3F3F40;
}

/* Apply a border to the bottom of all but the last row */
.hk-prices-table>thead>tr:not(:last-child)>th,
.hk-prices-table>thead>tr:not(:last-child)>td,
.hk-prices-table>tbody>tr:not(:last-child)>th,
.hk-prices-table>tbody>tr:not(:last-child)>td,
.hk-prices-table>tfoot>tr:not(:last-child)>th,
.hk-prices-table>tfoot>tr:not(:last-child)>td,
.hk-prices-table>tr:not(:last-child)>td,
.hk-prices-table>tr:not(:last-child)>th,
.hk-prices-table>thead:not(:last-child),
.hk-prices-table>tbody:not(:last-child),
.hk-prices-table>tfoot:not(:last-child) {
 border-bottom: 1px solid #3F3F40;
}
#product h1 {
    line-height: 1.1em !important;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0.5em !important;
}
.product-available, .product-last-items {
    color: #005f57 !important;
}
.tabs-container {
    margin-top: 0.5em !important;
}
#ref_pdto {
    margin-top: -0.5em !important;
}
#ref_pdto .nav {
    display: none !important;
}
#ref_pdto .product-features h3 {
    display: none !important;
}
#ref_pdto .product-manufacturer,
#ref_pdto .product-quantities {
  display: none !important;
}
#pdto_title .h1 {
    margin-top: 0em !important;
}
#ref_pdto .data-sheet {
  display: inline-block;
  padding: 2px 8px; /* Reducimos el padding */
  border: 2px solid #333;
  border-radius: 12px;
  font-family: 'Segoe UI', sans-serif;
  font-weight: bold;
  font-size: 0.9em; /* Más pequeño que 1.2em */
  color: #333;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  white-space: nowrap; /* Evita que se rompa en varias líneas */
  width: fit-content; /* Ajusta el ancho al contenido */
  max-width: 100%; /* Previene desbordes si se usa en layouts flexibles */
  margin: 0;
  padding: 0;
}

#ref_pdto .name.feat1 {
  display: none; /* Ocultamos el label "Referencia" */
}

#ref_pdto .value.feat1::before {
  content: "REF: ";
}

#ref_pdto .value.feat1 {
  display: inline;
}
#ref_pdto .product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    border-bottom: none !important;
}
#ref_pdto section.product-features:first-of-type {
  display: none;
}