/*
 * Custom code goes here.
 * FIXED VERSION - SIN DESBORDE
 */
.block-onepagecheckout .card-block.cart-summary-totals .cart-summary-line.cart-total .label, .block-onepagecheckout .cart-summary-line .label {
    text-align: right;
    width: calc(90% - 90px);
    display: inline-block;
} 
 .block-onepagecheckout .cart-summary-line .label {
    text-align: right;
    width: calc(90% - 100px);
    display: inline-block;
}

.opc-custom-voucher,
.block-promo,
.cart-voucher,
.promo-code {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.opc-custom-voucher {
  margin-top: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 6px;
}

.promo-discounts {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.promo-discounts li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}








.regular-price {
	color: #ff0202;
	text-decoration: line-through;
}

span.old_price {
    color: #ff0202 !important;
}


/* SOLO DESKTOP */
@media (min-width: 992px) {

    /* CONTENEDOR PRINCIPAL OCULTO */
    #category-292 > .collapse,
    #category-280 > .collapse,
    #category-266 > .collapse {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 280px;
        background: #fff;
        z-index: 999;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    /* HOVER → MOSTRAR */
    #category-292:hover > .collapse,
    #category-280:hover > .collapse,
    #category-266:hover > .collapse {
        display: block !important;
    }

    /* SUBMENÚS INTERNOS (nivel 3 y 4) */
    #category-292 .collapse .collapse,
    #category-280 .collapse .collapse,
    #category-266 .collapse .collapse {
        display: none !important;
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        min-width: 250px;
    }

    /* HOVER EN SUBNIVELES */
    #category-292 li:hover > .collapse,
    #category-280 li:hover > .collapse,
    #category-266 li:hover > .collapse {
        display: block !important;
    }

    /* QUITAR ICONOS MOBILE */
    .navbar-toggler {
        display: none !important;
    }

}



@media (min-width: 992px) {

    /* LISTA PRINCIPAL */
    #category-292 .top-menu,
    #category-280 .top-menu,
    #category-266 .top-menu {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    /* ITEMS */
    #category-292 .top-menu > li,
    #category-280 .top-menu > li,
    #category-266 .top-menu > li {
        width: 220px;
        margin-bottom: 10px;
    }

    /* LINKS */
    #category-292 a,
    #category-280 a,
    #category-266 a {
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
    }

}



@media (min-width: 992px) {
    .collapse {
        display: none;
    }
}























.product-quantities {
    display: none;
} 
.price_outstanding .product-prices .product-price .current-price .price_with_tax {
	font-size: 18px;
font-weight:100;
}
#product .product_topview .product-description p {
    font-size: 14px;
    line-height: 22px;
}
#product .product_name {
	font-size: 15px;
font-weight:100;}

.tax-shipping-delivery-label {
    display: none;
}

.col-md-12.form-control-valign {
    display: none;
}
button.continue.btn.btn-primary

 {
    width: 70%;
}

.top-menu {
    display: block;
   
} 

p.h1.products-section-title {
    text-align: left;
    text-transform: uppercase;
}

section.featured-products.clearfix.--mt-16 {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1800px;
        max-width: 100%;
    }
}



@media (min-width: 1200px) {
  .carousel .carousel-inner {
    height: 700px;
  }
}


.categorias {
  padding: 40px 0;
  text-align: center;
	    width: 90%;
    margin: 0 auto;
}

.categorias h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: 2px;
	
}

.grid-categorias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.categoria {
  position: relative;
  overflow: hidden;
}

.categoria img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.categoria:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 500;
  text-align: center;
}

/* OSCURECER UN POCO LA IMAGEN */
.categoria::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .grid-categorias {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .grid-categorias {
    grid-template-columns: 1fr;
  }

  .categoria img {
    height: 450px;
  }
}


/* más categorias */

.allinsoft-categorias {
  
    margin: 40px auto;
   
	width: 90%;
   
}

.allinsoft-titulo {
  
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* GRID */
.allinsoft-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ITEM */
.allinsoft-item {
    position: relative;
    overflow: hidden;
}

.allinsoft-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.allinsoft-item:hover img {
    transform: scale(1.05);
}

/* TEXTO CENTRADO */
.allinsoft-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0,0,0,0.3);
    padding: 10px 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .allinsoft-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .allinsoft-grid {
        grid-template-columns: 1fr;
    }

    .allinsoft-item span {
        font-size: 18px;
    }
}


/* Marcas */

.allinsoft-marcas {
   
    margin: 40px auto;
    padding: 0 15px;
	width: 90%;
}

.allinsoft-marcas-titulo {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* GRID PRINCIPAL */
.allinsoft-marcas-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

/* IZQUIERDA */
.allinsoft-marcas-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* TOP (2 columnas) */
.allinsoft-marcas-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* CAJAS */
.allinsoft-box {
    display: block;
    position: relative;
    overflow: hidden;
}

.allinsoft-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.allinsoft-box:hover img {
    transform: scale(1.05);
}

/* IMAGEN GRANDE */
.allinsoft-big {
    height: 100%;
}

/* INSTAGRAM */
.allinsoft-instagram {
    height: 100%;
}

.allinsoft-instagram span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #a0522d;
    font-size: 22px;
    font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .allinsoft-marcas-grid {
        grid-template-columns: 1fr;
    }

    .allinsoft-marcas-right {
        order: 1;
    }
}

@media (max-width: 768px) {
    .allinsoft-marcas-top {
        grid-template-columns: 1fr;
    }
}


