.carro-overlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    display: none;
}
.carro-overlay .salir-over{
  position: absolute;
  top: 0px;
  width: 68%;
  height: 95%;
  background-color: transparent;
}
.ficha-resumen b{
  font-weight: 800;
}
.ficha-resumen .list-group-item{
  font-size: 1rem;
}
.alto-descripcion
{
  height: 100px;
}
.carro-contenedor {    
    position: fixed;
    right: 0;
    background: #fff;
    height: 100%;
    width: 30%;
}
.carro-titulo{
    height: 50px;
    background-color: rgb(216, 68, 0);
}
.carro-articulos{
    overflow-y:scroll;
    height: 500px;
}
.carro-articulos h6
{
    font-size: 1.3rem;
    font-weight: 700;
}
.carro-articulos .borrar
{
    font-size: 1.3rem;
    font-weight: 700;
    color: crimson;
}
.carro-subtotal
{
	background-color: #fff;
    position: fixed;
    bottom: 0px;
    height: 180px;
    padding-top: 20px;
    width: 30%;
    box-shadow: 0px 6px 5px #d2d2d2, 0px -6px 5px #d2d2d2;
}
.carro-cerrar
{
}

.tituloCar{

    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}


/*carrito*/

/* Global settings */
 
.product-image {
    float: left;
    width: 20%;
  }
   
  .product-details {
    float: left;
    width: 25%;
  }
   
  .product-price {
    float: left;
    width: 9%;
  }
   
  .product-quantity {
    float: left;
    width: 10%;
  }

  .product-empaque {
    float: left;
    width: 9%;
  }

  .product-equivalencia {
    float: left;
    width: 9%;
  }
   
  .product-removal {
    float: left;
    width: 5%;
  }
   
  .product-line-price {
    float: left;
    width: 12%;
    text-align: right;
  }
   
  /* This is used as the traditional .clearfix class */
  .group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
  .group:after,
  .shopping-cart:after,
  .column-labels:after,
  .product:after,
  .totals-item:after {
    content: '';
    display: table;
  }
   
  .group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    clear: both;
  }
   
  .group, .shopping-cart, .column-labels, .product, .totals-item {
    zoom: 1;
  }
   
  /* Apply clearfix in a few places */
  /* Apply dollar signs */
  .product .product-price:before, .product .product-line-price:before, .totals-value:before {
    /*content: '$';*/
  }
   
  /* Body/Header stuff */
  /*body {
    padding: 0px 30px 30px 20px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
  }*/
   
  /*h1 {
    font-weight: 100;
  }*/
   
  .shopping-cart label {
    color: #aaa;
  }
   
  .shopping-cart {
    margin-top: -45px;
  }
   
  /* Column headers */
  .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
  }
  .column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
    /*text-indent: -9999px;*/
  }
   
  /* Product entries */
  .product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
  }
  .product .product-image {
    text-align: center;
  }
  .product .product-image img {
    width: 120px;
  }
  .product .product-details .product-title {
    margin-right: 20px;
    font-weight: bold;
  }
  .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
  }
  .product .product-quantity input {
    width: 40px;
  }
  .product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
  }
  .product .remove-product:hover {
    background-color: #a44;
  }
   
  /* Totals section */
  .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    /*margin-bottom: 10px;*/
  }
  .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
  }
  .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
  }
  .totals .totals-item-total {
  }
   
  .checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
  }
   
  .checkout:hover {
    background-color: #df633a;
  }
   
  /* Make adjustments for tablet */
  @media screen and (max-width: 650px) {

	.soferts
	{
		width: 25% !important;
		top: 110px;
		left: 10px;
	}
	.carro-contenedor {
		height: 100%;
		width: 80% !important;
	}
	.carro-subtotal {
		height: 180px;
		padding-top: 20px;
		width: 80%;
	}
	.product-image {
		width: 15%;
	}
	.product-empaque {
		width: 18%;
	}
    .shopping-cart {
      margin: 0;
      padding-top: 20px;
      border-top: 1px solid #eee;
    }
   .size-precio
   {
	   font-size: 18px;
   }
    .column-labels {
      display: none;
    }
   
    .product-image {
      float: right;
      width: auto;
    }
    .product-image img {
      margin: 0 0 10px 10px;
    }
   
    .product-details {
      float: none;
      margin-bottom: 10px;
      width: auto;
    }
   
    .product-price {
      clear: both;
      width: 70px;
    }
   
    .product-quantity {
      width: 100px;
    }
    .product-quantity input {
      margin-left: 20px;
    }
   
    .product-quantity:before {
      content: 'x';
    }
   
    .product-removal {
      width: auto;
    }
   
    .product-line-price {
      float: right;
      width: 70px;
    }
  }
  /* Make more adjustments for phone */
  @media screen and (max-width: 350px) {

	
    .product-removal {
      float: right;
    }
   
    .product-line-price {
      float: right;
      clear: left;
      width: auto;
      margin-top: 10px;
    }
   
    .product .product-line-price:before {
      content: 'Item Total: $';
    }
   
    .totals .totals-item label {
      width: 60%;
    }
    .totals .totals-item .totals-value {
      width: 40%;
    }


    .chequeo{

      width:200px;
      height:15px

    }

    .container-fluid {
      width: 70%;
    }

   
  }

  .confirmation-image{
    width:1px;
    height:1px

  }