.carousel {
  height: 170px !important;
  margin-left: 1%;
  margin-right: 1%;
  
}
.flickity-viewport{
  height: 170px !important;
}
.carousel-cell {
  width: 330px !important;
  height: 150px !important;
  margin-top: 10px;
  margin-right: 10px;
  box-shadow: none !important;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  border-radius: 5px;
}

#ofBar {
background: #1A1E21;
z-index: 999999999;
font-size: 16px;
color: #fff;
padding: 16px;
font-weight: 400;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
bottom: 20px;
width: 80%;
border-radius: 5px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25), 0 8px 16px -8px rgba(0,0,0,0.3), 0 -6px 16px -6px rgba(0,0,0,0.025);
}
#ofBar-logo img {
  height: 50px;
}
#ofBar-content {
  display: inline;
  padding: 0 15px;
}
#ofBar-right {
  display: flex;
  align-items: center;
}
#ofBar b {
  font-size: 15px !important;
}
#btn-bar {
  cursor: pointer;
  background-color: #fff;
  color: #40312d;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  opacity: .95;
  margin-right: 20px;
  box-shadow: 0 5px 10px -3px rgba(0,0,0,.23), 0 6px 10px -5px rgba(0,0,0,.25);
}
#close-bar {
  font-size: 17px;
  opacity: 0.5;
  cursor: pointer;
}

@media (min-width:992px){
  .price-tag{
    width:20%;
    padding-left:10px;
    padding-right:10px;
  }
  }

  @media (max-width:672px){
  .btn, .navbar .navbar-nav > li > a.btn {
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 12px 20px;
  margin: 10px 1px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

}

.what-float{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10rem;
  right: 1rem;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.myWhat-float{
	margin-top:15px;
  margin-left:2px;
}


.imagebox{
  max-width: 900px;
position: relative;
}
.imagebox img{
  width: 100%;
}