.border-radius-100 {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.solid-tabs .tab-menu [type="radio"] {
  /* hide radio buttons */
  display: none;
}
.solid-tabs .tab-marker > li {
  position: relative;
  z-index: 10;
  -webkit-perspective: 1500px;
     -moz-perspective: 1500px;
          perspective: 1500px;
  margin-right: 0.625em;
  min-width: 8em;
}


.solid-tabs .tab-marker > li.wheretobuy {
  position: relative;
  z-index: 10;
  -webkit-perspective: 1500px;
     -moz-perspective: 1500px;
          perspective: 1500px;
  background-color: #00a66c!important;
  float:right;
  min-width: 8em;
}


.solid-tabs .tab-marker > li:last-child {
  margin-right: 0;
}
.solid-tabs .tab-marker label {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  font-size: 0.8em;
  text-transform:uppercase;
  font-weight: bold;
  background: #939598;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}



.solid-tabs .tab-marker > li.wheretobuy label {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  font-size: 0.8em;
  text-transform:uppercase;
  font-weight: bold;
  background: #a5cc39;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}




.solid-tabs .tab-marker label i {
  margin-right: 8px;
}
.solid-tabs .tab-marker.tab-marker-icon-block > li label {
  padding: 7px 1em 5px 1em;
}
.solid-tabs .tab-marker.tab-marker-icon-block > li label i {
  display: block;
  margin: 0 auto 4px auto;
}
.solid-tabs .tab-marker.tab-marker-icon-only label strong {
  display: none;
}
.solid-tabs .tab-marker.tab-marker-icon-only label i {
  margin-right: 0;
}
.solid-tabs .tab-content-container {
  -webkit-perspective: 2500px;
  -moz-perspective: 2500px;
       perspective: 2500px;
  position: relative;
  z-index: 10;
}
.solid-tabs .tab-content {
  width: 100%;
  display: none;
  background: #ffffff;
  overflow: hidden;
}
