.app-content {
    margin-left: 0;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
    min-height: 300px;
}
.loading_stripe {
    width: 75px;
    height: 75px;
    background-image: url('../images/loading.gif');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    position: absolute;
    top: 43%;
    left: 43%;
}

.error_info {
    display: none;
    color: #c00;
}
.warning {
    border: 1px solid #c00;
}

.form-group-checkbox a {
    color: #4454c3;
    font-weight: 500;
}
.form-group-checkbox a:hover {
    opacity: 0.8;
}

.has-error .form-control {
  border-color: #dd4b39 !important;
  box-shadow: none;
}
.form-control.has-error {
  border-color: #dd4b39 !important;
  box-shadow: none;
}

.material-item {
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 15px;
}
.material-item .price {
    font-size: 20px;
}
.material-item select {
    display: inline-block;
    width: auto;
}
.material-item select.talla {
    width: 70%;
}
.material-item select.cantidad {
    float: right;
}
.material-item strong {
    font-size: 16px;
}
.material-item.total {
     background-color: #f2f6f9;
     font-weight: 500;
}

.flotante {
    position: fixed;
    bottom: -35px;
    background-color: rgba(100,100,100,0.2);
    height: 100px;    
    z-index: 9999;    
}
.flotante button {    
    margin: 0 auto;
    float: none !important; 
    display: inherit;
    margin-top: 30px;
}
.flotante .error_info {
    width: 100%;
    text-align: center;
    margin: 15px 0 -15px 0;
}


@media screen and (max-width: 350px) {

	.cantidad {
		width: 65px !important;
        }

}