.tab {
    display: flex;
    width: 100%;
}
.tab button {
   background-color: #fff;
    border-bottom: 3px #bbb solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #999;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    text-transform: uppercase;
    width: 33%;
}
.tabcontent p {
   font-size: 16px;
   line-height: 1.8;
}

@media (min-width: 600px) {
.tab button {
    font-size: 20px;
   padding: 14px 16px;
}
}
.tab button:hover {
   border-bottom-color: #666;
    color: #666;
}
.tab button.active {
    border-bottom-color: #333;
    color: #333;
}
.tabcontent {
    display: none;
    flex-flow: column;
    padding: 30px 20px 0;
    border: 1px solid #ccc;
    margin-bottom: 0;
    border: none;
    width: 100%;
}
@media (min-width: 600px) {
.tabcontent {
    margin-bottom: 90px;
}
}
.selectFlavor {
 margin-top: 40px;
}
.show {display:block;}

.select-menu select {
  background:none;
  border: 1px solid transparent;
  outline: none;
  box-sizing: border-box;
  appearance: none; 
  font-size:1em;
  color: #444;
  padding: .6em 1.9em .5em .8em;
   margin:0;
  line-height:1.3;
  width: 100%;
}

.select-menu {
  border: 2px #ccc solid;
  border-radius: 5px;
  display: block; 
  margin: 0 0 30px;
  padding: 8px;
  width: 100%;
}
@media screen and (min-width: 600px) {
.select-menu {
   margin: 30px 0 60px;
  width: 88%;
}
}

@media screen and (min-width: 768px) {
.select-menu {
  width: 70%;
}
}

@media screen and (min-width: 1024px) {
.select-menu {
  width: 45%;
}
}

#flavorselector {
  background-image: url('https://rxbarm2-stage.smarterspecies.com/media/wysiwyg/homepage/arrow-black.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 4%;
}

#flavorselector option {
  background-image: url('https://rxbarm2-stage.smarterspecies.com/media/wysiwyg/homepage/chocolate_seasalt_opt.jpg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 4%;
}
.flavors {
  display: none;
  text-align: center;
}

#Nutrition, #Ingredients {
  justify-content: center;
  align-items: left;
  flex-flow: column;
}
.product.attribute.overview {
  max-width: 85%;
  margin: 0 auto;
}
