.brandSection{
  padding: 5px 0px;
	overflow-y: auto; 
	overflow-x: hidden;
}
.product, .product--grey {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  height: auto;
  border-radius: 3px;
  padding: 1.3em;
  margin: 1em;
  border: 2px solid #000000;
  overflow: hidden;
  position: relative;
  flex: auto;
}
.product--grey {
  background: #ffffff;
}
.product img, .product--grey img {
  max-width: 100%;
  max-height: 200px;
  text-align: center;
  margin: 1.5em 0;
}
.product_inner {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
}
.product_inner .head{
  font-size: 16px
}
.product_inner p, .product_inner h3 {
  color: rgba(0, 0, 0, 0.9);
}
.product_inner button {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  border-radius: 3px;
  padding: .6em 1.8em;
  margin: .6em 0.3em;
  background: rgb(43, 45, 66);
  font-weight: 500;
  cursor: pointer;
  transition: background ease-in 0.5s;
}
.product_inner button:hover {
  background: rgba(43, 45, 66, 0.3);
  color: #2B2D42;
  transition: background ease-in 0.5s;
}
.product_inner button:hover:before {
  color: #2B2D42;
}
.mb-01 {
	margin-bottom: 0.1em !important;
}
.font-open-sans {
  font-family: "Open Sans Condensed", sans-serif !important;
}
.color-dark {
  color: #000000;
}
.form-row input::-webkit-outer-spin-button,
.form-row input::-webkit-inner-spin-button,
.form-wrapper input::-webkit-outer-spin-button,
.form-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-row select, .form-wrapper select{
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #9e9e9e !important;
  border-radius: 0 !important;
  outline: 0 !important;
  height: 3rem !important;
  width: 100% !important;
  font-size: 16px !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-transition: border .3s, -webkit-box-shadow .3s !important;
  transition: border .3s, -webkit-box-shadow .3s !important;
  transition: box-shadow .3s, border .3s !important;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s !important;
}
select.form-control:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-bottom: 1px solid #26a69a !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-wrapper select.form-control:focus {
  color: #ffffff !important;
  background-color: transparent !important;
  border-bottom: 1px solid #ffffff !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-wrapper select.form-control option {
  color: #495057 !important;
  background-color: #ffffff !important;
}