.my_logo{margin:auto; text-align: center;margin-bottom: 10px;}

.bootstrap_form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 34px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bootstrap_form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.bootstrap_form .btn{margin-bottom: 20px;}

.modal-footer{

  width: 100%; border-top:1px solid #dede; margin-top: 10px; padding: 10px;
}

.modal-footer button{float:right; margin-right: 10px;}


.product {width:10%; height: 100px; text-align: center; font-size: 0.9rem; font-weight: bold; 
  border-radius:10px; background-color: beige; overflow: hidden; float:left;}

.product .name{width: 100%; height: auto; margin-top: 10%;}
.product .quantity {width:100%; margin: auto;}
.cart{margin-top: 20px;}

.category_title{font-size: 25px; font-weight: bold;  padding-top: 15px; padding-bottom: 15px;}

.manytomany{min-height: 100px !important;}