body{font-size: 18px;}

@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;
  }
}

a:hover{text-decoration: underline;}

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

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

/*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: #0D8048;}*/

/* ------------------------ 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: transform 0.3s ease;
  cursor: pointer;
}

img.img-fluid:hover {
  transform: scale(1.2);
}
/* 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 */
.addtocart-button {
  font-size: 22px;
  border: 2px solid #FF7F00 !important;
  color: #fff !important;
  background: #FF7F00 !important;
}
.addtocart-button:hover {
  background: #fff !important;
  color: #FF7F00 !important;
  border-color: #FF7F00 !important;
}
.show-cart {
  /*font-size: 22px;*/
  border: 2px solid #FF7F00 !important;
  color: #fff !important;
  background: #FF7F00 !important;
  transition: all 0.3s ease;
}

.show-cart:hover {
  background: #fff !important;
  color: #FF7F00 !important;
  border-color: #FF7F00 !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: 300 !important;
    }
}
.product-price .vm-price-value span:only-child {
    font-size: 28px;
}
/* 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: 24px !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: #0D8048 !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: 10px;
        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: #0D8048;
    border-color: #0D8048;
}
/* 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: #0D8048;
}
/*#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: #0D8048 !important;
        border-color: #0D8048 !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: #0D8048 !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: #0D8048 !important;
}
.sp-page-builder .page-content #section-id-d3ab611f-8036-4a62-93ad-7811eb24d997 {
     padding-top: 0px !important;
  }