:root {
  --colLight: #FFFFFF;
  --colDark: #333333;
  --colbgLight: #FFFFFF;
  --colbgDark: #333333;
  --colAccentOne: #1A171B; /* Colore nero Cappellotto */
  --colAccentOneVariant: #2E2222;
  --colAccentTwo: #004687; /* Colore Blu Cappellotto */
  --colAccentTwoVariant: #0066CC;
  --colAccentThree: #004687; /* Colore Blu Cappellotto */
  --colAccentThreeVariant: #550807;
  --colgreyOne: #e3dcca; /* Colore Tortora istituzionale Cappellotto */
  --colgreyTwo: #BDBDBD;
  --colgreyThree: #808080;
  --colgreyFour:#333333;
  --colgreyFive: #000000;
  --ColSuccess: #45BA3C;
  --ColError: #AE1F1F;
  --ColWarning: #FF9800;
  --colProdTitle: #333333;
  --colEndPrice: #3E3E3E;
  --colPrevPrice: #808080;
  --colPageTitle: #4F4F4F;
  --colBgForm: #F2F2F2;
  --colgreyBorder: #BDBDBD;
  --colTargetBar: #BDBDBD;
  --colConnectBar: #333333;
  --colHandle: #333333;
}

.id-main-general-bg {
	background-image: url("https://crm.cappellottosrl.com/infinity//dms/B2B/Gallery/bg-login-b2b.jpg");
    background-repeat: no-repeat;
    background-size: cover;         
    background-position: center;    
    padding-top: 60px;
    padding-bottom: 60px;
}

.invalid-label {
  color: red;          
  font-weight: bold;  
}

.id-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Gestione tabella carrello */
.product-prices {
  display: flex;
  gap: 12px;
}

/* Prezzo */
.product-prices .product-price:not(.total):not(.id-sconti) {
  flex: 0 0 110px;
}

/* SCONTI → più spazio */
.product-prices .product-price.id-sconti {
  flex: 0 0 140px; /* ← aumenta qui */
}

/* Totale */
.product-prices .product-price.total {
  flex: 0 0 120px;
}

.product-price.id-sconti .column-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-price.id-sconti .column-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px; /* coerente con la colonna */
}

/*.badge-slot{
  min-height: 28px;         
  margin-top: 6px;
}*/

/*.badge-slot { outline: 2px solid red; background: rgba(255,0,0,.05); }*/

.product-info .title.product-name{
  padding-bottom: 34px;   /* spazio riservato al badge SEMPRE */
  position: relative;
}
.product-info .badge-slot{
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 28px;
}


.badge-on-request {
  display: inline-block;
  margin-top: 0;
  padding: 4px 10px;
  font-size: 12px !important;
  font-weight: 500;
  color: #8a6d3b;
  background-color: #f5efe3;
  border: 1px solid #e2d8c3;
  border-radius: 12px;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

.badge-on-request::before {
  content: "⏳ ";
}

.basket-badge-slot{
  width: 100%;
  padding-left: 4px;   
  box-sizing: border-box;
  margin-top: 4px;
}

.basket-badge-on-request{
  display: inline-flex;
  align-items: center;

  margin: 0;            
  padding: 4px 10px;

  font-size: 12px !important;
  font-weight: 500;
  color: #8a6d3b;
  background-color: #f5efe3;
  border: 1px solid #e2d8c3;
  border-radius: 12px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  white-space: nowrap;
}

.basket-badge-on-request::before{
  content: "⏳ ";
}


