.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;

  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 8px;
  color: #000;
	font-siz: 15px;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav.nav-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav.nav-tabs > li {
  position: relative;
  display: block;
}
.nav.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  
}
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav.nav-tabs > li.disabled > a {
  color: #777;
}
.nav.nav-tabs > li.disabled > a:hover,
.nav.nav-tabs > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

article.youtubevideo {
    min-height: 420px;
    margin-bottom: 10px;
  	position: relative;
}

#blog-articles a.youtube.cboxElement {
    color: rgba(255, 255, 255, 0.5);
    font: normal normal normal 92px/1 FontAwesome;
    text-rendering: auto;
}

#blog-articles a.youtube.cboxElement:before {
    content: "\f01d";
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.press-title {
  margin-bottom: 30px;
}

#cboxCurrent {
  display: none !important;
}

.nav-tabs {
    border-bottom: 1px solid #E2D4CD;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
  list-style-type: none;
}

.nav-tabs>li>a {
  margin-right: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #E2D4CD!important;
    background: #ebc8c9!important;
    color: #000;
    border-radius: 0;
}

.tab-content {
    padding: 20px 10px;
  clear: both;
}

.tab-content .tab-pane {
  background: #fff;
}

#body-radiance-video li {
    width: auto;
    display: block;
    float: left;
    margin-right: 12px;
    text-align: left;
}

.radiance-image {
    background-size: cover!important;
    background-position: center center!important;
    height: 40px;
    overflow: hidden;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube .fa {
    color: #fff;
    font-size: 30px;
}

.productVideos ul.text-center {
  margin: 0;
}

.productVideos ul.text-center li {
  margin-left: 0;
}

.productVideos {
  padding: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}

.translations .oneThird {
    width: 30%;
    float: left;
    margin-right: 35px;
}

.translations .oneThird img {
    margin-bottom: 20px;
}

@media (max-width: 729px) {
.translations .oneThird {
    width: 100%;
}
}

select.single-option-selector {
  width: auto;
  padding: 0 35px 0 8px;
}

#cartform .form-vertical {
  text-align: center;
}

#cartform .form-vertical select {
  margin: auto;
  max-width: 220px;
  width: 100%;
}


.variant-sku {
  display: none;
}

ul.mega-stack {
  padding: 0;
}