﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed:400,700,900');
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
body {
  background: #262626;
  color: #efefef;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
a {
  color: #FFF100;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  color: #FFF100;
}
heading-one {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-one {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.3em;
}
h2 {
  font-size: 18px;
  margin: 15px 0 18px 0;
}
h2 > span {
  display: block;
  margin-top: -5px;
}
p.lead {
  font-family: 'Oswald', sans-serif;
}
@media screen and (min-width: 768px) {
  .mobile-hide {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile-show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mobile-show {
    display: none;
  }
}
.btn.btn-danger {
  background-image: linear-gradient(to bottom, #b92a26 0%, #96130f 100%);
}
.btn.btn-danger:hover {
  background-image: linear-gradient(to bottom, #d04541 0%, #b12521 100%);
  background-position: 0;
}
.btn-validation {
  font-weight: bold;
  color: red;
}
/*------ header ------- */
#header-wrapper {
  background-color: #000000;
  background-image: url('/Content/images/combs.png');
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #header-wrapper {
    background-image: url('/Content/images/combs-mobile.png');
    border-bottom: 2px solid #fff100;
    border-top: none;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 53px;
  }
}
@media screen and (max-width: 768px) {
  #header-wrapper header {
    margin-bottom: 5px;
  }
}
#header-wrapper header #brand-logo {
  height: 70px;
  margin: 23px 0 12px;
}
#header-wrapper header .glyphicon {
  top: 3px;
}
#header-wrapper header .flags {
  padding: 0;
}
#header-wrapper header .flags img {
  max-width: 25px;
  padding-bottom: 3px;
}
#header-wrapper header .flags img.active {
  max-width: 30px;
  border-bottom: 3px solid #FFFFFF;
}
#header-wrapper header .navbar-brand img {
  width: 125px;
}
@media screen and (max-width: 768px) {
  #header-wrapper header .navbar-brand {
    padding: 12px 10px;
  }
  #header-wrapper header .navbar-brand img {
    width: 125px;
  }
}
#header-wrapper header .nav > li > a:hover,
#header-wrapper header .nav > li > a:focus {
  text-decoration: none;
  background-color: #000000;
}
#header-wrapper header .navbar-toggle {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #header-wrapper header .navbar-toggle {
    padding: 5px 10px;
    font-size: 1.8rem;
    background-color: #FFF100;
    color: #000000;
  }
}
@media screen and (max-width: 768px) {
  #header-wrapper header .navbar-collapse {
    background-color: rgba(38, 38, 38, 0.96);
    border-bottom: 3px solid #29BFAE;
  }
}
#header-wrapper header .navbar-collapse .flags {
  text-align: right;
  padding: 0 10px;
}
#header-wrapper header .phone-number {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 30px;
  color: #FFF100;
  margin-top: 32px;
}
#header-wrapper header .phone-number a:hover {
  color: #fff54d;
}
#header-wrapper header .phone {
  text-align: center;
}
#header-wrapper header .phone h2 {
  color: #efefef;
  padding: 0;
  margin: 0;
  font-size: 17px;
  letter-spacing: .5px;
}
#header-wrapper header .qfImages {
  text-align: right;
}
#header-wrapper header .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #343434;
}
#header-wrapper header .header-text {
  color: black;
  font-size: 2rem;
  margin-top: 15px;
}
#desktop-badge {
  padding: 3px 7px;
  color: #111;
  background-color: #29BFAE;
  margin-left: -18px;
}
#mobile-badge {
  color: #111;
  background-color: #29BFAE;
}
.header-link {
  letter-spacing: .5px;
  -moz-transition: background-color linear 75ms;
  -o-transition: background-color linear 75ms;
  -webkit-transition: background-color linear 75ms;
  transition: background-color linear 75ms;
}
.header-link .fa {
  padding: 0 5px 0 5px;
}
.header-link:hover {
  cursor: pointer;
}
.cart-transition {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cart-transition-bezier {
  -moz-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  -o-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  -webkit-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
}
#cart {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #333333;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10999;
  right: 0;
  -moz-transform: translateX(800px);
  -ms-transform: translateX(800px);
  -o-transform: translateX(800px);
  -webkit-transform: translateX(800px);
  transform: translateX(800px);
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.36);
  font-size: 1rem;
  letter-spacing: .5px;
}
@media (min-width: 768px) {
  #cart {
    width: 450px;
  }
}
#cart.cart-active {
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -moz-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  -o-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  -webkit-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
}
#cart .heading {
  text-transform: uppercase;
  padding: 12px 0;
  margin: 0;
  letter-spacing: 2px;
}
#cart .heading.no-items {
  padding: 40px;
}
#cart .cart-body a {
  cursor: pointer;
  text-decoration: underline;
}
#cart .cart-body .cart-close {
  color: #585858;
  padding: 10px 0;
  float: right;
  cursor: pointer;
}
#cart .cart-body .cart-item-image-container {
  width: 100px;
}
#cart .cart-body .cart-item-image {
  max-width: 100px;
  margin: 0 auto;
  padding: 9px;
}
#cart .cart-body .action-remove {
  cursor: pointer;
  margin: 15px 12px 0 0;
  font-size: 1em;
  text-decoration: underline;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}
#cart .cart-body .action-remove:hover {
  color: #bbbbbb;
}
#cart .cart-body .cart-product-action {
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 12px;
}
#cart .cart-body .cart-product-action.action-increase {
  color: #38d438;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}
#cart .cart-body .cart-product-action.action-increase:hover {
  color: #139f13;
}
#cart .cart-body .cart-product-action.action-decrease {
  color: #e00505;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}
#cart .cart-body .cart-product-action.action-decrease:hover {
  color: #e12121;
}
#cart .cart-body .cart-product-quantity {
  padding: 5px 0;
  line-height: 17px;
}
#cart .cart-body .cart-product-quantity .cart-option {
  font-size: 1em;
}
#cart .cart-body .cart-product-detail {
  padding: 0 10px 0 0;
}
#cart .cart-body .cart-product-detail .cart-product-title {
  padding: 5px 0;
  text-transform: uppercase;
}
#cart .cart-body .cart-product-detail .cart-product-title a {
  font-weight: bold;
}
#cart .cart-body .cart-product-detail .cart-reg-price {
  text-decoration: line-through;
}
#cart .cart-body .cart-product-detail .cart-sale-price {
  color: #d9534f;
  font-weight: bold;
}
#cart .cart-body .cart-order-detail {
  font-size: 1em;
}
#cart .cart-body .table {
  margin-bottom: 0;
}
#cart .cart-body .table tr.cart-product {
  background-color: #555555;
}
#cart .cart-body .table > tfoot > tr > td .sub-total {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
}
#cart .cart-body .table > tfoot > tr > td .sub-text {
  font-size: 1em;
  padding: 10px;
  font-style: italic;
}
#cart .shipping-time-info {
  font-size: 1em;
  font-weight: 300 !important;
}
#cart .checkout {
  color: #fff;
  border: 0;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.cart-active {
  -moz-transform: translateX(-480px) !important;
  -ms-transform: translateX(-480px) !important;
  -o-transform: translateX(-480px) !important;
  -webkit-transform: translateX(-480px) !important;
  transform: translateX(-480px) !important;
  -moz-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  -o-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  -webkit-transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  transition: all cubic-bezier(0.5, 0.87, 0.77, 1) 0.6s;
  /*@media (min-width: @screen-xs-min) {
        -moz-transform: translateX(-400px) !important;
        -ms-transform: translateX(-400px) !important;
        -o-transform: translateX(-400px) !important;
        -webkit-transform: translateX(-400px) !important;
        transform: translateX(-400px) !important;
    }*/
}
.header-copy {
  background-color: #fff100;
  padding: 5px 0;
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header-copy {
    display: none;
  }
}
/*--- header end ------*/
/*--- custom css ---*/
.category-product {
  padding-bottom: 15px;
}
/*--- custom css end ---*/
/*--- slickjs multiple images ------*/
#ws-product-images {
  padding: 10px 0 0;
}
#ws-product-images img {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 320px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #ws-product-images img {
    max-width: 100%;
  }
}
#ws-product-images.slick-slider {
  margin-bottom: 30px;
}
#ws-product-images .slick-slide {
  text-align: center;
  opacity: .3;
  -moz-transition: all linear 100ms;
  -o-transition: all linear 100ms;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
  padding: 0px 10px;
}
#ws-product-images .slick-slide.slick-active {
  opacity: 1;
}
#ws-product-images .slick-dots {
  bottom: -40px;
}
#ws-product-images .slick-dots li {
  margin: 0;
}
#ws-product-images .slick-dots li.slick-active button:before {
  opacity: .7;
  content: '\f111';
}
#ws-product-images .slick-dots li button:before {
  font-family: 'FontAwesome';
  content: '\f10c';
  opacity: .2;
  font-size: .7rem;
  color: #FFFFFF;
}
#ws-product-image-thumbs {
  display: none;
}
@media (min-width: 768px) {
  #ws-product-image-thumbs {
    display: block;
  }
}
#ws-product-image-thumbs .thumbnail {
  cursor: pointer;
  border-radius: 3px;
  padding: 0;
  opacity: .3;
}
#ws-product-image-thumbs .thumbnail.active {
  opacity: 1;
}
/*--- slickjs multiple images end ------*/
/*--- accessory items ------*/
.accessory-img {
  display: inline-block;
  margin: 5px;
  height: 40px;
  border-radius: 3px;
}
.accessory-price {
  position: relative;
  bottom: 22px;
  margin: 0px 81px 0px;
}
.accessory-a {
  position: relative;
  bottom: 10px;
  margin-left: 15px;
}
/*--- accessory items end ------*/
/*------ content ------- */
.main-section {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .main-section {
    margin-top: 51px;
  }
}
.main-section .content {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
}
.main-section .content p {
  margin: 0 0 10px 0;
}
.main-section .index-content-description .well {
  background-color: #96130f;
  background-image: none;
  border: 0;
}
.main-section .index-content-description .well h1,
.main-section .index-content-description .well .heading-one {
  font-size: 1.8em;
  margin: 0 0 10px;
}
.main-section .index-content-description .well h2 {
  margin: 0;
  font-size: 1.6em;
}
/*------ footer ------- */
#footer-wrapper {
  background: none repeat scroll 0 0 #1e1e1e;
  color: #65676b;
  text-align: center;
  padding: 20px 0;
}
footer hr {
  border-color: #3c3c3c;
}
footer p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
footer a {
  color: #E0E0E0;
}
footer a:hover {
  color: #ffffff;
}
footer h2 {
  color: #FFFFFF;
  font-size: 14px;
}
footer .flags {
  padding: 0;
  text-align: right;
}
footer .flags img {
  max-width: 25px !important;
  margin: 0 !important;
  padding: 0 0 5px !important;
}
footer .flags img.active {
  max-width: 30px;
  border-bottom: 3px solid #FFFFFF;
}
footer .menu-section {
  text-align: left;
  padding-bottom: 10px;
}
footer .menu-section .menu {
  margin: 15px 0 0 25px;
}
@media screen and (max-width: 768px) {
  footer .menu-section .menu {
    margin: 0;
  }
}
footer .menu-section img {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}
footer .menu-section .distributor {
  width: 150px;
}
footer .headline {
  margin-top: 5px;
}
/*--- footer end ------*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.headline {
  display: block;
  margin: 10px 0 10px 0;
  border-bottom: 3px solid #29BFAE;
}
.headline h1,
.headline .heading-one {
  color: #fff;
  margin: 0 0 -3px 0;
  font-size: 27px;
  display: inline-block;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .headline h1,
  .headline .heading-one {
    font-size: 20px;
  }
}
.headline h2 {
  color: #fff;
  margin: 0 0 -3px 0;
  font-size: 22px;
  display: inline-block;
  line-height: normal;
  border-bottom: 3px solid #29BFAE;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .headline h2 {
    font-size: 18px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu {
  margin: 25px 0 0 25px;
}
@media screen and (max-width: 768px) {
  .menu {
    margin: 0;
  }
}
.menu a {
  font-size: 16px;
}
.menu a:hover {
  color: #fff;
}
.menu li {
  padding: 0 0 8px 0;
}
.ContentMenu {
  margin: 0;
}
.padding-top {
  margin-top: 24px;
}
.MainContent h1,
.MainContent .heading-one {
  font-size: 30px;
}
.MainContent h3 {
  padding: 0px;
  margin: 22px 0 4px 0;
  font-size: 18px;
}
.chatlio-widget .chatlio-title-bar {
  background-color: #505050 !important;
  border-bottom: 2px solid #29BFAE;
}
.index-content {
  float: none !important;
  z-index: 1;
}
#batch-verification {
  background-color: #262626;
  position: relative;
  padding-bottom: 25px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #batch-verification {
    margin-top: 15px;
  }
}
#batch-verification .well.error {
  color: #FFFFFF;
  background: #B90000;
  padding: 10px;
  margin: 10px 0;
  border: 0;
  border-radius: 0;
}
#batch-verification .well.error p {
  margin-bottom: 0;
}
#batch-verification .batch-valid {
  font-weight: bold;
  color: #00b20f;
}
#batch-verification .batch-recall-title {
  font-weight: bold;
  color: #B90000;
}
#batch-verification .batch-loading {
  text-align: center;
}
#batch-verification .batch-loading .batch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.88);
  z-index: 100;
}
#batch-verification .batch-loading .bl-message {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 200;
}
#batch-verification .batch-expired strong {
  font-size: 20px;
  margin: 0 5px;
}
#batch-verification .batch-info {
  margin: 10px;
}
#batch-verification .batch-info p {
  margin: 0;
}
#batch-verification .batch-info .btn {
  margin: 10px 0;
  float: right;
}
#batch-verification #batch-verification-form img {
  margin-bottom: 20px;
}
#batch-verification #batch-verification-form form input {
  color: #000000;
}
.product-options p.select-option {
  margin-bottom: 5px;
  font-weight: bold;
}
.product-options .options-tabs {
  list-style: none;
  padding: 0;
}
.product-options .options-tabs li {
  display: inline-block;
}
.product-options .options-tabs li .label {
  margin: 4px;
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 992px) {
  .product-options .options-tabs li .label {
    display: inline-block;
    margin: 5px;
  }
}
.product-options .options-tabs li.active .label {
  border: 1px solid #d24d4d;
  background-color: #d24d4d;
}
@media only screen and (max-width: 768px) {
  .top-content-section {
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.products-section .product {
  margin: 0 15px;
  padding-bottom: 15px;
}
.products-section .product strong {
  font-weight: 700;
  font-size: 17px;
}
.products-section .product .product-image {
  max-width: 130px;
  margin: 5px auto;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .products-section .product .product-description {
    font-size: 12px;
  }
}
.btn {
  width: 100%;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .btn {
    font-size: 12px;
  }
  .btn strong {
    font-size: 13px !important;
  }
}
.form-control {
  border: none;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}
a.anchor {
  display: block;
  position: relative;
  top: -40px;
  visibility: hidden;
}
.flags {
  padding: 20px 0;
}
.flags img {
  max-width: 40px;
  padding-bottom: 5px;
}
.flags img.active {
  max-width: 50px;
  border-bottom: 3px solid #FFFFFF;
}
#product-container .price {
  font-weight: bold;
  font-size: 2rem;
}
#product-container .product-description {
  padding: 20px 0;
}
#product-container .product-image img {
  margin: 2px auto;
}
#product-container .shipping-time-info {
  font-size: 1.3rem;
  padding-top: 10px;
  margin-top: 15px;
  border-bottom: 1px solid #7f7f7f;
  border-top: 1px solid #7f7f7f;
}
#product-container #product-accessories {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  padding: 9px 0;
  margin: 20px 0;
}
.ws-product-option.active .label {
  background-color: #d24d4d !important;
}
.ws-product-option .label {
  padding: 10px 20px;
}
#featured-products .product-description {
  height: 40px;
}
.category-item {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 15px;
  background-color: #333;
  margin-top: 15px;
  margin-bottom: 15px;
}
.category-item .category-item-image {
  margin-bottom: 15px;
}
#category-dropdown {
  display: inline;
}
#category-dropdown .menu-dropdown-toggle {
  padding-right: 7px;
  padding-left: 12px;
}
#category-dropdown .dropdown-menu {
  background-color: #02142d;
  line-height: normal;
  position: fixed;
  margin: 0;
  border-radius: 0;
  /*top: 49px;
        left: 0;
        width: 100%;
        overflow-y: scroll;
        padding: 0;*/
}
@media (min-width: 768px) {
  #category-dropdown .dropdown-menu {
    position: absolute;
    right: 15px;
    left: auto;
    width: 420px;
    height: auto;
    padding: 0;
    overflow-y: hidden;
  }
}
@media (min-width: 992px) {
  #category-dropdown .dropdown-menu {
    /*left: 15px;*/
  }
}
#category-dropdown .dropdown-menu #category-menu {
  /*.card-shadow();*/
  background-color: #262626;
}
#category-dropdown .dropdown-menu #category-menu a.category-link {
  /*color: blue;*/
  margin: 5px;
  padding: 7px 10px;
  font-size: 1.8rem;
  /*font-weight: 700;*/
  display: block;
  background-color: #262626;
  transition: all linear 100ms;
}
#category-dropdown .dropdown-menu #category-menu a.category-link:not(:first-child) {
  border-top: 1px solid #29BFAE;
}
#category-dropdown .dropdown-menu #category-menu a.category-link:hover {
  /*background-color: blue;*/
  color: #FFFFFF;
}
#category-dropdown .dropdown-menu #menu-featured-items .mfi-single {
  display: inline-block;
  background-color: blue;
  background-repeat: no-repeat;
  background-position: 130px 25px;
  padding: 10px;
  text-align: left;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  #category-dropdown .dropdown-menu #menu-featured-items .mfi-single {
    width: auto;
  }
}
#category-dropdown .dropdown-menu #menu-featured-items .mfi-single:first-child {
  background-color: lightblue;
}
#category-dropdown .dropdown-menu #menu-featured-items .mfi-single a {
  color: #FFFFFF;
}
#category-dropdown .dropdown-menu #menu-featured-items .mfi-single .menu-featured-name {
  background-color: rgba(12, 39, 79, 0.52);
  text-transform: uppercase;
  padding: 10px;
  color: #FFFFFF;
  font-size: .9rem;
}
#category-dropdown .dropdown-menu #menu-featured-items .mfi-single .learn-more {
  padding: 10px;
  font-size: .75rem;
  text-decoration: underline;
}
#category-dropdown .dropdown-menu #menu-featured-items .mfi-single .btn {
  margin-bottom: 15px;
}
.category-item-desc p {
  height: 40px;
}