/*=============================================
CARRITO DE COMPRAS
=============================================*/
.cabeceraCarrito{
	height:40px;
}

.cabeceraCarrito h3{
	margin-top:-5px
}

.cabeceraCheckout{
	height:66px;
}

/*=============================================
CHECKOUT
=============================================*/

.contenidoCheckout, .contenidoCheckout .row{
	padding:0px 20px;
}

.formEnvio{
	display:none;
}

/*=============================================
BREADCRUMB CARRITO DE COMPRAS
=============================================*/
.breadcrumb2{

}
.text-uppercase2 li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #9d9999;
  text-transform: capitalize; 
}

.fondoBreadcrumb2 li + li::before {
  content: "›";
  margin: 0 8px;
  color: #999;
  font-weight: 700;
}

.fondoBreadcrumb2 li a {
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 4px 6px;
  border-radius: 4px;
    color: white;

}

.fondoBreadcrumb2 li a:hover {
  color: yellow;
  background-color: rgba(30, 115, 190, 0.1);
}

.pagActiva2 {
  color: #222;
  text-transform: uppercase !important; 
  letter-spacing: 1px;       
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #2a5498; 
    border: 1px solid #2a5498;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-default>.panel-heading {
    color: #333;
    background-color:  #2a5498;
    border-color: #ddd;
}

.text-muted.text-uppercase2{
  display: block;
    width: 100%;
    margin-top: 12px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.col-sm-2 h3 small {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
.col-md-2.col-sm-1.col-xs-0.text-center h3 small {
  color: #fff; 
  font-weight: 400;
  line-height: 1;
}
.col-md-6.col-sm-7.col-xs-12.text-center h3 small{

 color: #fff; 
  font-weight: 400;
  line-height: 1;

}
.col-xs-6{
   color: #fff; 
  font-weight: 400;
  line-height: 1;
}
.sumaSubTotal{
  color: #fff; 
  font-weight: 400;
  line-height: 1;
}
.backColor2{
  background-color: rgb(199, 195, 195);
  color:white;

}
.panel-default {
    border-color: #2a5498;
}
.well {
color: white;
}


/*========================= 
ETIQUETA
==========================*/
.productos .label-warning {
  font-size: 9px;
  padding: 4px 8px;
  margin: 6px auto; 
  background: #f0ad4e;
  color: white;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/*===================
PRECIO
======================*/
.productos .precio {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  justify-content: center;
  text-align: center;
  font-family: sans-serif;
  width: 100%;
  margin: 6px 0;
  flex-shrink: 0;
}

.productos .precio h2 {
  font-size: 18px;
  font-weight: 800;
  color: #e63946;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15); 
  letter-spacing: 0.5px;
}

.productos .precio .oferta {
  font-size: 13px;
  text-decoration: line-through;
  color: white;
  background-color: #f0ad4e;
  margin-right: 6px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
}

/*=======================
ENLACES
=========================*/
.productos .enlaces {
  display: flex;
  justify-content: center; 
  align-items: center; 
  gap: 8px;
  margin-top: auto;
  width: 100%;
  text-align: center;
}

/*===========================
BOTON DISEÑO CUADRO
=============================*/
.productos .enlaces .btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  color: #444;
  font-size: 13px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.productos .enlaces .btn:hover {
  background-color: #e0e0e0;
  border-color: #bbb;
  color: #000;
}
