body{font-size: 18px; background-color: #F2F2F2;}
header{background-color: #FFFFFF;}
footer{background-color: #464D51; color:#fff}
footer a{color:#fff}
footer p a{color:#fff}
footer p a:hover{color:#fff}

@media (max-width: 768px) {
  .pc_y_tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .solo_mobile {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .ocultar-movil {
    display: none !important;
  }
}


/**** ESTILOS ENLACES DE PÁRRAFOS Y LISTAS HTML ***/
p a {color: #1B5AA1;font-weight: bold;}
p a:hover {color: #0077FF;font-weight: bold;text-decoration: underline;}
p a:focus-visible {outline: 2px solid currentColor;outline-offset: 2px;}
p a:visited {color: #6b4aa5;}
/**** FIN ESTILOS ENLACES DE PÁRRAFOS Y LISTAS HTML ***/

a:hover{text-decoration: underline;}

/* estilos indice de contenidos */
.indice_contenidos {
  border: 2px solid #1B5AA1;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.indice_contenidos p.centrado {
  background-color: #1B5AA1;
  color: white;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  margin: -20px -20px 20px -20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.indice_contenidos ol {
  margin: 0;
  padding-left: 20px;
}

.indice_contenidos ol li {
  margin-bottom: 8px;
}

.indice_contenidos ol li a {
  color: #1B5AA1;
  text-decoration: none !important;
}

.indice_contenidos ol li a:hover {
  text-decoration: underline !important;
}

.indice_contenidos ul {
  margin: 0;
  padding-left: 20px;
}

.indice_contenidos ul li {
  margin-bottom: 8px;
}

.indice_contenidos ul li a {
  color: #007acc;
  text-decoration: none !important;
}

.indice_contenidos ul li a:hover {
  text-decoration: underline !important;
}
/* Fin indice de contenidos */


/*main menu, incluidos sus subelementos*/
.main-menu a, .main-menu span{background-color: #1B5AA1; font-size:18px;}

/*breadcrumbs*/
.mod-breadcrumbs{font-size: 16px;}
.mod-breadcrumbs a{color: #1B5AA1;}

/*buscador principal de VM*/
.vmbasic-search input{font-size: 18px;}

/*ajustes módulo carrito VM*/
.vmCartModule .btn-link{font-size:20px;}

/*ajustes del botones secundarios de VM*/
/*.btn-secondary{background-color: #1B5AA1;}*/

/* ------------------------ CARRITO ------------------- */

/*formulario de info de facturación del carrito*/
.vm-checkout-register-userfields{background-color: #efefef; padding:20px;}

/*formulario de info de envío del carrito*/
.vm-checkout-shipping-userfields{background-color: #efefef; padding:20px;}

/*formulario de método de envío del carrito*/
.vm-checkout-shipping{background-color: #efefef; padding:20px;}

/*formulario de método de pago del carrito*/
.vm-checkout-payment{background-color: #efefef; padding:20px;}

/*desplegables del carrito*/
.chosen-container{font-size: 18px;}

/* ------------------------ FIN CARRITO ------------------- */

/*icono de "i" para dar información al pasar el ratón por encima*/
.info-icono {
  display: inline-block;
  position: relative;
  cursor: help;
  margin-left: 5px;
  color: #007BFF;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border: 1px solid #007BFF;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 10px !important;
}
.info-icono .globo {
  visibility: hidden;
  width: 220px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 8px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.info-icono:hover .globo {
  visibility: visible;
  opacity: 1;
}

/*enlace del módulo de Carrito superior derecha*/
.total_products:hover{text-decoration: underline;}

/*ocultar variante de precio */
.PricebasePriceVariant.vm-display.vm-price-value {display: none;}

/*tachar el precio base */
.PricebasePrice {text-decoration: line-through;}

/*bloque de los productos del carrito*/
.vm-checkout-products{background-color: #eeeeee; padding:20px;}

/*zoom aplicado a la foto en la ficha de subcategoria
.browseProductImage.img-fluid {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.browseProductImage.img-fluid:hover {
  transform: scale(1.1);
}*/
/*zoom aplicado a las distintas formas de la imagen*/
img.img-fluid {
  transition: filter 0.25s ease;
}

img.img-fluid:hover {
  filter: contrast(1.06) saturate(1.05);
}

/* css aplicado a los titulos de la categoria*/
.vm-subcategory-title
 {
    font-size: 22px !important;
    font-weight: bold !important;
    text-decoration: underline;
}
/* css para el icono del carrito */
.addtocart-button i,
.addtocart-button-disabled i {
    margin-right: 0.5em;
}
/*no subrayar texto en titulos en span */
.vm-subcategory-title,
.span-categorias {
  text-decoration: none !important;
}
/* color de botones */
.product .product-inner .actions span.addtocart-button input
 {
    border: 2px solid #FF7F00 !important;
    color: #fff !important;
    background: #FF7F00 !important;
}
/* tamaño del texto del bootn del carrito en mobile */
@media (max-width: 768px) {
    .addtocart-button {
  font-size: 14px !important;
  border: 2px solid #E07000 !important;
  color: #fff !important;
  background: #E07000 !important;
}
.addtocart-button:hover {
  background: #fff !important;
  color: #E07000 !important;
  border-color: #E07000 !important;
}
.show-cart {
  /*font-size: 22px;*/
  border: 2px solid #FF7F00 !important;
  color: #fff !important;
  background: #E07000 !important;
  transition: all 0.3s ease;
}

.show-cart:hover {
  background: #fff !important;
  color: #E07000 !important;
  border-color: #E07000 !important;
}
}

/* tamaño del texto del bootn del carrito en desktop */
@media (min-width: 768px) {
    .addtocart-button {
  font-size: 18px !important;
  border: 2px solid #E07000 !important;
  color: #fff !important;
  background: #E07000 !important;
  border-radius: 6px;
}
.addtocart-button:hover {
  background: #fff !important;
  color: #E07000 !important;
  border-color: #E07000 !important;
}
.show-cart {
  /*font-size: 22px;*/
  border: 2px solid #FF7F00 !important;
  color: #fff !important;
  background: #E07000 !important;
  transition: all 0.3s ease;
}

.show-cart:hover {
  background: #fff !important;
  color: #E07000 !important;
  border-color: #E07000 !important;
}
}

/* tamaño del texto del precio , plantilla del producto */
.vm-product-details-container .vm-price-value .PricesalesPrice {
    font-size: 40px !important;
    font-weight: 300 !important;
    color: #000;
}

@media (min-width: 1200px) {
    .vm-price-value span:only-child {
        margin: 0 auto;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }
}
.vm-price-value span:only-child {
    margin-left: auto;
}

@media (min-width: 1200px) {
    .vm-price-value span:only-child {
        margin: 0 auto !important;
        color: #000 !important;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 700 !important;
    }
}
.product-price .vm-price-value span:only-child {
    font-size: 20px;
    font-weight: 700;
}

/* ajustamos estilo al precio tachado */
.product-price .vm-price-value span.PricebasePrice {
    color: #999 !important;
    font-weight: 300 !important;
}

/* altura de indicadores de cantidad ficha de producto */
.quantity-box {
  height: 48px; /* iguala la altura al botón */
  display: flex;
  align-items: stretch;
}

.quantity-box .form-control,
.quantity-box .btn {
  height: 100%;
}
@media (min-width: 1080px) {
  .quantity-box {
    height: 48px;
    display: flex;
    align-items: stretch;
    padding-left: 0%;
    width: max-content;
  }
}
/* reubicar el selector de cantidad en vista cat */
.view-cat-product .col-auto {
    flex: none;
    width: max-content;
    padding-left: 25%;
    padding-bottom: 5%;
}
/* estilo del titulo en la vista cat producto */
/*@media (width >= 1200px) {
.vm-product-title
{
        font-size: 24px !important;
        font-weight: bold !important;
        text-decoration: none !important;
}
  }*/
/*@media (width >= 1200px) {
  .vm-product-title,
  .vm-product-title a {
    font-size: 24px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }
}*/
@media (width >= 1200px) {
    .vm-product-title, 
    .vm-product-title a {
        font-size: 20px !important;
        font-weight: bold !important;
        text-decoration: none !important;
        color: #000; /* color normal */
        transition: color 0.3s ease, text-decoration 0.3s ease; /* suave transición */
    }

    .vm-product-title:hover a,
    .vm-product-title a:hover {
        /*color: #1B5AA1 !important;  color cuando pasa el mouse */
        text-decoration: underline !important; /* subraya en hover (opcional) */
    }
}

/* bloque de ordenar productos en la vista cat producto */
@media (width >= 1200px) {
    .orderby-displaynumber {
        background-color: #efefef;
        padding: 20px;
    }
}
/* borde de producto en cat */
/*@media (width >= 1200px) {*/
    .product-container
 {
        /*border: 1px solid #ccc;*/
        border-radius: 6px;
        padding: 5px;
        background-color: #fff;
    }
/*}*/
/* estilo de titulos en ficha de productos */
@media (width >= 1200px) {
    .vm-page-title {
        font-size: 36px !important;
        font-weight: bold !important;
        color: #000000 !important;
    }
}
/* fondo de botonera cantidad carrito ficha de productos */
/*@media (width >= 1200px) {
    .mt-auto {
        background-color: #efefef;
        padding: 10px;
    }
}*/
/* color carrito metodo pago / envio / textos */
.list-group-item-primary {
  --bs-list-group-color: #131212; /* negro suave */
  --bs-list-group-bg: #d1e7dd; /* verde claro */
  --bs-list-group-border-color: #a3cfbb; /* borde verde */
}
/* color de los checks y radiobuton del carrito */
.form-check-input:checked {
    background-color: #1B5AA1;
    border-color: #1B5AA1;
}
/* referencia en carrito #A0A0A0 */
.vm-cart-item-sku,
.vm-cart-item-cfields,
.vm-cart-item-basicprice del {
    color: #555 !important;
}
.addtocart-bar .col-auto {
    padding-left: 50px;
    margin-bottom: 5px;
}
.manufacturer a
 {
    color: #1B5AA1;
}
/*#ProOPC, #ProOPC span, #ProOPC div, #ProOPC p, #ProOPC input, #ProOPC select, #ProOPC button, #ProOPC h1, .proopc-finalpage h3, .proopc-finalpage h2, .proopc-finalpage h1, .proopc-finalpage h4, .proopc-register-login h3, .proopc-register-login h2, .proopc-register-login h4, .proopc-register-login h1
 {
    font: 16px / 1.55 Verdana, helvetica, sans-serif;
}*/
/* Revierte los estilos a la capitalización original si es necesario */
.proopc-finalpage h1.cart-page-title,
.proopc-finalpage thead th span {
    /* Esto hará que el texto sea "normal" como viene en el HTML */
    text-transform: none; 
}

/* Aplica 'capitalize' a los títulos de los bloques */
.proopc-finalpage h3.proopc-process-title {
    text-transform: capitalize;
    font-weight: bold; /* Mantiene la negrita */
}

/* Aplica 'capitalize' a las etiquetas de los campos */
.proopc-finalpage .inner-wrap label span,
.proopc-finalpage .inner-wrap label,
.proopc-finalpage .inner-wrap label .hover-tootip,
.proopc-finalpage .inner-wrap .st-same-checkbox {
    text-transform: capitalize;
    font-size: 14px; /* Mantiene el tamaño de fuente */
}

/* Para los textos de "Precio del producto calculado:", "Envío", "Total:", etc. */
.proopc-finalpage .sub-headings span,
.proopc-finalpage .vmshipment_name,
.proopc-finalpage .vmpayment_name,
.proopc-finalpage .grand-total .sub-headings span {
    text-transform: capitalize;
}
#ProOPC .proopc-process-title
{
    /*background: #a19999 !important;*/
    background: #e9e9e9 !important;
     
}
/* color de precio de venta*/
.PricesalesPrice {
    color: black !important;
}
/* alineo el span de envio a la derecha */
.vmshipment_name,
.vmshipment_description {
    display: inline-block;
    float: right;
    /*text-align: right;*/
    text-transform: capitalize;
}
/* alineo a la derecha el transporte */
.vmpayment_name {
    display: block;
    margin-left: auto;
    text-align: right;
}
/* oculto el label de envio */
.vmshipment_name{
  display:none;
}
/* titulo del carrito capitalizado */
.cart-page-title {
    text-transform: capitalize !important;
}
.cart-page-title,
#proopc-item-count {
    text-transform: capitalize !important;
}
/* orderdone */
/* Contenedor principal */
.vm-post-payment-container {
    max-width: 500px;
    margin: -20px auto;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    text-align: center;
}

/* Encabezado */
.vm-post-payment-header {
    text-align: center;
    margin-bottom: 25px;
}

/* Ícono de check (verde) */
.vm-post-payment-check-icon {
    margin-bottom: 15px;
}

.vm-post-payment-check-icon svg {
    color: #28a745;
}

/* Título y subtítulo */
.vm-post-payment-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.vm-post-payment-subtitle {
    font-size: 16px;
    color: #666;
    margin: 5px 0 0;
}

/* Contenido (detalles del pedido) */
.vm-post-payment-content {
    text-align: left;
    margin-bottom: 25px;
}

.vm-post-payment-content .vm-post-payment-info {
    line-height: 1.6;
    margin-bottom: 15px;
}

.vm-post-payment-content strong {
    color: #333;
    font-weight: bold;
}

/* Nota final del pedido */
.vm-post-payment-note {
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    line-height: 1.6;
}

.vm-post-payment-email {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.vm-post-payment-email:hover {
    text-decoration: underline;
}

/* Botón "Ver mi pedido" */
.vm-post-payment-button {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.vm-post-payment-button:hover {
    background-color: #0056b3;
    color: #fff;
}
/* colores de los botones */
/*@media (width >= 1200px) {
    .btn-secondary {
        --bs-btn-color: #f8f9fa;
        --bs-btn-bg: #27a844;
        --bs-btn-border-color: #EFEFEF;
        --bs-btn-hover-bg: #2d713b;
        --bs-btn-hover-border-color: #333;
        --bs-btn-active-bg: #333;
        --bs-btn-active-border-color: #333;
        color: var(--bs-btn-color);
        background-color: var(--bs-btn-bg);
        border: 1px solid var(--bs-btn-border-color);
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border-radius: 0.25rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }
}*/
@media (width >= 1200px) {
    .com-users-login__submit .btn-primary {
        background-color: #28a745 !important;
        border-color: #28a745 !important;
    }

    .com-users-login__submit .btn-primary:hover {
        background-color: #1B5AA1 !important;
        border-color: #1B5AA1 !important;
    }
}
/* tamaño de igual que facturacion */
#proopc-st-address .st-same-checkbox {
    font-size: 16px; 
}
/* tamaño de finalizar compras */
button#proopc-order-submit.proopc-btn {
    font-size: 18px !important;
}
/* texto de envio reealineado */
.vmshipment .fee,
.vmpayment .fee {
    margin-left: 0 !important;
}
/* color de fondo boton de compra */
/*#proopc-order-submit {
    background-color: #007bff !important;
    border-color: #007bff !important;
}*/
#proopc-order-submit {
    background: #0056b3 !important;
    background-image: none !important;
    border-color: #0056b3 !important;
}
#proopc-order-submit:hover {
    background: #004085 !important;
    border-color: #004085 !important;
    color: #fff !important;
}
/* capitalize del texto del titulo en carrito */
body .proopc-product-name a, body .col-name a {
    text-transform: capitalize;
}
/* titulos de la ficha de productos en carritos */
h3.proopc-process-title {
  font-size: 19px !important;
}
/* mover datos en la pagina de pedidos */
.table.table-order-details.td-50 span.vmshipment_name,
.table.table-order-details.td-50 span.vmshipment_description {
    float: none !important;
    text-align: inherit !important;
}
.table.table-order-details.td-50 .vmpayment_name {
    text-align: inherit !important; 
}
.table-order-billing.td-50 td,
.table-order-billing.td-50 th {
    min-width: 20% !important;
}
/* css para desplegable */
.d-flex.justify-content-between.justify-content-md-end a[href="/acceder"],
.d-flex.justify-content-between.justify-content-md-end a[href="/registro"] {
    font-size: 17px;
} 
.billto-shipto span, a.terms-of-service {
    font-size: 17px !important;
}
/*columna de impuestos y textos */
.col-tax{display:none;}
.proopc-loggedin-user{display:none;}
.proopc-continue-link{display:none !important;}
.payment-row{display:none !important;}
.tax-per-bill.separate-tax-heading.vpopc-price{display:none !important;}

/* negrita de los tiulos de onepagecheckout */

th.col-name span {
    font-weight: bold !important;
}
th.col-sku span {
    font-weight: bold !important;
}
th.col-price span {
    font-weight: bold !important;
}
th.col-price span {
    font-weight: bold !important;
}
th.col-qty span {
    font-weight: bold !important;
}
th.col-discount span {
    font-weight: bold !important;
}
th.col-total span {
    font-weight: bold !important;
}

#ProOPC .proopc-process-title
 {
    /*font-size: 14px !important;*/
    font-weight: bold !important;
  }

.cart-page-title 
 {
    font-size: 28px !important;
    font-weight: normal !important;
 }

 #proopc-item-count
  {
    font-size: 28px !important;
    font-weight: normal !important;
 }

.vm-post-payment-container + #form-login {
    display: none !important;
}


/* css para tabla de pedidos en movil */
/*@media (max-width: 768px) {
  .table-responsive thead {
    display: none;
  }

  .table-responsive table,
  .table-responsive tbody,
  .table-responsive tr,
  .table-responsive td {
    display: block;
    width: 100% !important;
  }

  .table-responsive tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  .table-responsive td {
    text-align: left !important;
    border: none !important;
    padding: 6px 10px;
  }

  .table-responsive td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
    color: #333;
  }
}*/


#ProOPC .cart-page-title
{
    
    font-weight: 1000 !important;
}

#ProOPC .cart-page-title span
{
    
    font-weight: 1000 !important;
}
.proopc-process-title i.fas.fa-shopping-cart {
    display: none;
}
a.btn.btn-sm.btn-primary[href="/mis-pedidos?layout=list"] {
    font-size:18px; 
    text-transform: none;
}

.vm-page-title {
    background-color:#DDD;
    padding: 10px;
}
.table.table-order-billing.td-50 th[colspan="2"] {
    background-color:#DDD;
    padding: 10px;
}
.table.table-order-shipping.td-50 th {
    background-color:#DDD;
    padding: 10px;
}
.table-responsive .table a {
    color: #333 !important;
}
.table-responsive .table a:hover {
    color: #555 !important;
}
.vm-orders-list .table-responsive .table a {
    color: #1B5AA1 !important;          
    
}
.vm-orders-list .table-responsive .table a:hover {
    color: #22B77E !important;      
}
/*.priceColor2.text-nowrap{ display:none;}*/
.cart-summary .PricebasePriceVariant {
  text-decoration: line-through;
}
.vm-product-details-container .vm-page-title {
  background-color: transparent !important;
 
}
.com-users-login__submit .btn-primary {
    //padding: 15px 0;
    font-size: 22px;
}
.vm-add-edit-address > a, .vm-order-list a
{
    font-weight: 600;
    color: #1B5AA1 !important;
}
.sp-page-builder .page-content #section-id-d3ab611f-8036-4a62-93ad-7811eb24d997 {
     padding-top: 0px !important;
  }
@media (max-width: 768px) {

  #floatSearchBox {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 99999;
    background: white;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  }

  #floatClose {
    position: absolute;
    top: -10px;
    right: -10px;
    background: black;
    color: white;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer;
  }

}
/* ============================
   CORRECCIÓN DEL LAYOUT
   ============================ */

/* Evita que Bootstrap empuje el contador */
.addtocart-bar .col-auto {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
    display: flex !important;
    justify-content: center !important;
}

/* Centrado general dentro de add-to-cart */
.addtocart-bar .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Centrar la columna del botón */
.addtocart-bar .vm-addtocart-button-col {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

/* ============================
   ESTILO DEL CONTADOR
   ============================ */

/* Contenedor del contador */
.addtocart-bar .quantity-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: auto !important;
}

/* Evitar que los botones se estiren */
.addtocart-bar .quantity-minus,
.addtocart-bar .quantity-plus {
    flex: 0 0 auto !important;
    padding: 0 !important;
}

/* Evitar que el input se aplaste */
.addtocart-bar .quantity-input {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    flex: 0 0 50px !important;
    text-align: center !important;
    border-radius: 6px !important;
}

/* ============================
   BOTÓN AÑADIR AL CARRITO
   ============================ */

.addtocart-bar .vm-addtocart-button-wrapper {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}
/* ============================
   CENTRAR EL PRECIO
   ============================ */

.product-price {
    text-align: center !important;
}
/* ===========================
   PRECIO UNO ARRIBA DEL OTRO CUANDO
   ESTA DE PRODUCT-PRICE
   ============================ */

product-container .product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* ===========================
   ocultar las estrellitas de los productos
   ============================ */

.vm-ratingbox-unrated svg { display: none !important; }

/* ===========================
   cambiar tamaño de texto del titulo en productos
   ============================ */

/*.vm-product-title {
    font-size: 14px !important;
    font-weight: 400;
}*/

/* ===========================
   ocultar cantidad
   ============================ */

.product-container .quantity-box {
    display: none !important;
}

/* ===========================
   ocultar precios
   ============================ */

/*.product-container .product-price {
    display: none !important;
}*/
.vm-stock-text {
    font-size: 14px !important;
}
/* ===========================
   cuando la pantalla es menor a 1200 
   se pone el borde
   ============================ */


@media (max-width: 1200px) {
    .product-container {
        /*border: 1px solid #444;*/
        border-radius: 6px;
        padding: 5px;
    }
}
@media (max-width: 500px) {
    .vm-stock-text {
        font-size: 14px !important;
    }
}
p.vm-product-s-desc.text-center.text-secondary {
    display: none !important;
}
.availability.d-flex.align-items-center.justify-content-between.px-3.py-2.mb-3.flex-column {
    display: none !important;
}
.vm-customfields-wrap {
    margin-bottom: 0 !important;
}
.my-3 {
    margin-top: 1px !important;
}
.product-neighbours.btn-group {
    display: none !important;
}
@media (max-width: 768px) {
    .vm-price-value span:only-child {
        margin-left: 0;        /* anulamos el anterior */
        margin-right: 0;
        margin-inline: auto;   /* centrado automático */
    }
}

/* textos del stock */
@media (min-width: 769px) {
    .vm-stock-text {
        font-size: 14px !important;
    }
}
@media (max-width: 769px) {
    .vm-stock-text {
        font-size: 12px !important;
    }
}

/* tabla compatibles en la ficha de producto */
/* Cabecera: Marcas / Modelos */
.product-description.mb-5 ul.compatibility {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
  font-weight: 600;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 8px 8px 0 0;
}

/* Columna título "Marcas" */
.product-description.mb-5 ul.compatibility li.marcas {
  white-space: nowrap;
  min-width: 110px;   /* ajusta si quieres más/menos hueco de marca */
}

/* Columna título "Modelos" */
.product-description.mb-5 ul.compatibility li.modelos {
  flex: 1;
}

/* Cada fila de compatibles (marca + modelos) */
.product-description.mb-5 ul.brick {
  list-style: none;
  margin: 0;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 16px;
  background: #ffffff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-top: 1px solid #f0f0f0;
}

/* Última fila: cierre de la “tabla” */
.product-description.mb-5 ul.brick:last-of-type {
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0 0 8px 8px;
}

/* Columna marca en cada fila */
.product-description.mb-5 ul.brick li.marca {
  white-space: nowrap;
  font-weight: 600;
  min-width: 110px;   /* mismo ancho aproximado que la cabecera */
}

/* Columna modelos en cada fila */
.product-description.mb-5 ul.brick li.modelo {
  flex: 1;
}

/* Lista interna de modelos: en horizontal, pegados a la izquierda */
.product-description.mb-5 ul.brick li.modelo > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;          /* separación entre modelos */
}

.product-description.mb-5 ul.brick li.modelo > ul > li {
  white-space: nowrap;
}



/* ajustes en el bloque de la descripción larga en la ficha de producto */
@media (min-width: 768px) {
  .product-description.mb-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ajustes en el bloque de la descripción corta en la ficha de producto */
@media (min-width: 768px) {
  .product-short-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ajustes en los datos técnicos de la ficha de producto */
.product-description.mb-5 > ul:not([class]) {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  font-size: 15px;
}

/* Cada línea de datos técnicos */
.product-description.mb-5 > ul:not([class]) > li {
  padding: 0.35rem 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  gap: 4px;
}

/* Último elemento sin línea inferior */
.product-description.mb-5 > ul:not([class]) > li:last-child {
  border-bottom: none;
}

/* Etiquetas (Largo, Diámetro, Material...) */
.product-description.mb-5 > ul:not([class]) strong {
  font-weight: 600;
  min-width: 130px; /* ajusta si quieres más/menos ancho de etiqueta */
}

/* Quitar los <br> que mete VirtueMart */
.product-description.mb-5 > ul:not([class]) br {
  display: none;
}


/* Estilo al Bloque de Menu de Usuario (Ya logueado) */
.estilo_menu_de_usuario{
    background-color: #ffffff; 
    padding: 10px;
}


/* Estilos de los Métodos de Pago que se ve en la ficha de Producto */
/* Bloque general */
.srvk-payment-methods {
  padding: 12px 18px;
  text-align: center;
  font-size: 14px;
  color: #4a4f5a;
  margin-top: 10px;
}

/* Título */
.srvk-payment-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
}

/* Grid de métodos */
.srvk-payment-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

/* Cada método */
.srvk-payment-item {
  flex: 0 0 32%;
  border: 1px solid #d7dde8;
  border-radius: 4px;
  padding: 8px 10px;
  background: #f5f7fb;
  font-size: 14px;
}

/* Iconos */
.srvk-payment-icon {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 4px;
}

/* Opcional: mejora en pantallas pequeñas */
@media (max-width: 480px) {
  .srvk-payment-item {
    flex: 0 0 48%;
  }
}


/* Estilos de Bloque envíos + devoluciones */
.srvk-shipping-returns {
  border: 1px solid #F9F9F9;
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Cada columna */
.srvk-sr-item {
  width: 48%;
  padding: 5px 0;
}

/* Iconos */
.srvk-sr-icon {
  font-size: 28px;
  margin-bottom: 5px;
}

/* Texto */
.srvk-sr-text {
  margin: 5px 0 0;
}

/* Opcional: mejor comportamiento en móvil */
@media (max-width: 480px) {
  .srvk-sr-item {
    width: 48%;
  }
}
/* pone las estrellas en amarillo */
.vm-ratingbox-unrated svg, .vm-ratingbox-rated svg {
    color: #ffc107 !important;
}
/**** acodmoda las estrellas ****/
.vm-ratingbox-rated {
    left: 25px !important;
}
/*** sin tachado de precios , si no hay descuentos ****/
.cart-summary td.col-discount.cell-empty ~ td .PricebasePriceVariant {
    text-decoration: none !important;
}
/*** ocultar sus pedidos ****/
#adminForm #ui-tabs #tabs li:nth-child(2) {
    display: none !important;
}

