.navbar-brand{
   padding: 5px 15px;
}

.product-wrapper {
//   padding-bottom: 20px;
   background-color: #f4f4f4;
   padding: 15px;
   border-radius: 10px;
   margin-bottom: 10px;
   margin-left: -10px;
   margin-right: -10px;
}

.product-wrapper > p{
    min-height: 40px;
}

.product-wrapper button{
    margin-top: 15px;
}

.product-wrapper-sidebar-total{
  font-weight: normal;
  font-size: 24px;
}
.product-wrapper-sidebar-total hr{
  margin: 0px;
}

.product-descr {
    padding-top: 20px;
}

#accordion {
    list-style: none;
    padding-left: 0;
}
#accordion ul {
   list-style: none;
   padding-inline-start: 20px;
}
#accordion .badge {
   cursor: pointer;
}
.product-submit{
   cursor: pointer;
}
.product-info .add-to-basket{
   background-color: #eee;
   padding: 10px;
   border-radius: 10px;
}

.product-info .add-to-basket input{
  width: 40px;
  margin: 0px 15px;
  text-align: center;
}
.product-info .add-to-basket label{
  font-weight: normal;
}
.product-price {
  font-size: 20px
}
.product-price > span{
  font-weight: bold;
  font-size: 26px;
  color: #5cb85c;
}

#map_checkout{
  height: 500px;
}