
.icon-cart-header {
	border-left: 1px solid #000;
	padding-left: 5px;
    margin-left: 3px;
}
.wrap {
	display: inline-block;
    vertical-align: middle;
    float: none;
}

/*------------------------------------------------------------------------------------------------------
 CAMPO BUSQUEDA
 -------------------------------------------------------------------------------------------------------*/
/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
/* scroll results */
.ui-autocomplete {
    max-height: 300px;
    max-width: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}
.ui-autocomplete::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;        
}    
.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #fff;   
}
.result {
	padding-bottom: 12px;
}
.result h2{
	font-size: 1.4em;
}
.sin-result {
	padding-top: 80px;
	padding-bottom: 100px;
}
.sin-result h2{
	font-size: 1.4em;
}
.sin-result i{
	font-size: 5em;
}


/*------------------------------------------------------------------------------------------------------
PRODUCTOS
 -------------------------------------------------------------------------------------------------------*/

.nav-pills > li {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.form-inline {
	display: inline-block;
	vertical-align: middle;
}
.filt_home {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.filters label {
	font-weight: normal;
	margin-bottom: 0;
}
.elemento {
  visibility: hidden;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
.filters i {
	vertical-align: middle;
}






/*------------------------------------------------------------------------------------------------------
CLIENTES
 -------------------------------------------------------------------------------------------------------*/
#list-productos {
	padding-top: 60px;
	padding-bottom: 60px;
}
.table-ficha > thead > tr > th, 
.table-ficha > tbody > tr > th, 
.table-ficha > tfoot > tr > th, 
.table-ficha > thead > tr > td, 
.table-ficha > tbody > tr > td, 
.table-ficha > tfoot > tr > td {
	vertical-align: middle;
}
.table-ficha .foto {
	vertical-align: top;
}
.sep-filt {
	border-right: 2px solid #000;
}

.pager li > a, .pager li > span {
	background-color: #dadada;
	color: #000;
	border-radius: 0;
}



#error_cart {
	text-align: center;
    position: fixed;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 3000;
}
.close_alert:focus, .close_alert:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.alert-dismissable .close_alert, .alert-dismissible .close_alert {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button.close_alert {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close_alert {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  position: relative;
  border-radius: 0;
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.input-group-btn-vertical > .btn:first-child {
	text-align: center;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 768px){
	.action_cart {
		margin-top:18px;
		display: block;
	}
	.action_cart i {
		vertical-align: middle;
	}
	.btnBack {
		float: left;
	}
	.btnNext {
		float: right;
	}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.action_cart {
		text-align:center;
		margin-top:18px;
	}
	.action_cart a{
		margin-bottom:4px;
	}
}
#cart {
	padding-bottom: 60px;
	border-top: 1px solid #ccc;
}
.tit-cart h1{
	font-size:2.4em;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 800;
}
.titulo_carro {
	font-style: normal;
	line-height: normal;
	color: #fff;
	font-weight: 300 !important;
}


