.bg--secondary {
  /*background: #94d61c !important;*/
}
.bg-blue {
  background-color: #05cbd2 !important;
}
.bg-green {
  background-color: #94d61c !important;
}
.bg-orange {
  background-color: #ffb400 !important;
}
.bg-pink {
  background-color: #ec008c !important;
}
.bg-blue-elite {
  background-color: #00aeef !important;
}
.bg-white {
  background-color: white !important;
}
.bg-gray {
  background-color: #6a797b !important;
}
.bg-nugray1 {
  background-color: #6c7086 !important;
}
.bg-nugray2 {
  background-color: #7f849a !important;
}
.bg-nugray3 {
  background-color: #bbc0d3 !important;
}
.bg-nugray4 {
  background-color: #ebedf2 !important;
}
.bg-hm {
  background-color: #ba3034 !important;
}
.bg-yellow {
  background-color: yellow !important;
}


.color-blue {
  color: #05cbd2 !important;
}
.color-green {
  color: #94d61c !important;
}
.color-orange {
  color: #ffb400 !important;
}
.color-pink {
  color: #ec008c !important;
}
.color-blue-elite {
  color: #00aeef !important;
}
.color-white {
  color: white !important;
}
.color-gray {
  color: #6a797b !important;
}
.color-nugray1 {
  color: #6c7086 !important;
}
.color-nugray2 {
  color: #7f849a !important;
}
.color-nugray3 {
  color: #bbc0d3 !important;
}
.color-nugray4 {
  color: #ebedf2 !important;
}
.color-red {
  color: red !important;
}
.color-hm {
  color: #ba3034 !important;
}
.color-yellow {
  color: yellow !important;
}
.grad-blue-green {
  background: -webkit-linear-gradient(#05cbd2, #94d61c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad-green-blue {
  background: -webkit-linear-gradient(#94d61c, #05cbd2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rounded-4 {
  border-radius: 4px;
}
.rounded-8 {
  border-radius: 8px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-24 {
  border-radius: 24px;
}

.lead-25 {
  font-size: 1rem;
  font-weight: 300;
}
.lead25 {
  font-size: 1.5rem;
  font-weight: 300;
}

.lead-rounded {
  border-radius: 1rem !important; 
}
.rt90cw {
	-ms-transform: rotate(90deg); /* IE 9 */
	 -webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(-90deg);
}
.rt90ccw {
	-ms-transform: rotate(-90deg); /* IE 9 */
  	-webkit-transform: rotate(-90deg); /* Safari */
	transform: rotate(-90deg);
}

.lh-1-0 {
  line-height: 1.0 !important;
}
.lh-1-1 {
  line-height: 1.1 !important;
}
.lh-1-2 {
  line-height: 1.2 !important;
}
.lh-1-3 {
  line-height: 1.3 !important;
}
.lh-1-4 {
  line-height: 1.4 !important;
}
.lh-1-5 {
  line-height: 1.5 !important;
}
.lh-1-6 {
  line-height: 1.6 !important;
}
.lh-1-7 {
  line-height: 1.7 !important;
}
.lh-1-8 {
  line-height: 1.8 !important;
}
.lh-1-9 {
  line-height: 1.9 !important;
}
.lh-2-0 {
  line-height: 2.0 !important;
}


.type--space-25 {
	letter-spacing: .25px;
}
.type--space-50 {
	letter-spacing: .5px;
}
.type--space-100 {
	letter-spacing: 1px;
}

/* Test Classes */
.tb-red {
  border: 1px solid red;
}
.tb-blue {
  border: 2px solid #05cbd2;
}
.tb-green {
  border: 2px solid #94d61c;
}
.bg-blue {
  background-color: #05cbd2;
}


a>h6.color--lighter-gray:hover {
  color: #ebedf2; /* $brand_gray_4 */
}
a.ftr-link:hover>h6, a.ftr-link:hover>.font-size-h6 {
  color: #94d61c !important; /* $brand_gray_4 */
}
a.ftr-social-fb:hover>i {
  color: #2841ff !important;
}
a.ftr-social-tw:hover>i {
  color: #69e0e4 !important;
}
a.ftr-social-ig:hover>i {
  color: #f8d700 !important;
}
a.ftr-social-pi:hover>i {
  color: #E23636 !important;
}
a.ftr-social-li:hover>i {
  color: #2841ff !important;
}
a.ftr-social-yt:hover>i {
  color: #E23636 !important;
}

/* Product Card Styles */

.block-card {
	margin: 0 !important;
	padding: 0 !important;
}

.pos-parent {
	position: relative !important;
}
.pos-parent > .card-settings {
	position: absolute;
	top: .25em;
	right: .25em;
}
.card-settings-box {
	background-color: #ffffff;
	opacity: .75;
}
.card-settings-link {
	opacity: .75 !important;
	color: #263238; 
}

/* core_stack mods */

.label--left {
	/* display: inline-block; */
	font-size: 11px !important; 
	font-weight: 600 !important; 
	letter-spacing: 2px !important; 
	color: #6c7086 !important; 
	/*text-transform: uppercase; */
	height: auto !important; 
	/* min-width: 65px; */
	/* padding: 0 8px; */
	/* text-align: center; */
	/* border-radius: 50px; */
	/* left: 5% !important; */
	/* right: auto !important;  */
	background-color: #ebedf2 !important;
	opacity: .75;
	padding-top: 7px !important;
	/*z-index: 3;*/
	top: 1.23809524em;
	right: auto !important;
	left: 1.23809524em !important;
}
.label--bonus {
	/* display: inline-block; */
	font-size: 11px !important; 
	font-weight: 600 !important; 
	letter-spacing: .5px !important; 
	color: #6c7086 !important; 
	/*text-transform: uppercase; */
	height: auto !important; 
	/* min-width: 65px; */
	/* padding: 0 8px; */
	/* text-align: center; */
	/* border-radius: 50px; */
	/* left: 5% !important; */
	/* right: auto !important;  */
	background-color: #ebedf2 !important;
	opacity: .75;
	padding-top: 7px !important;
	z-index: 1;
	top: auto !important;
	right: auto !important;
	left: 1.23809524em !important;
	bottom: 1.23809524em;
}
.label--bonus-pill {
	/* display: inline-block; */
	font-size: 11px !important; 
	font-weight: 600 !important; 
	letter-spacing: 2px !important; 
	color: #6c7086 !important; 
	/*text-transform: uppercase; */
	height: auto !important; 
	/* min-width: 65px; */
	/* padding: 0 8px; */
	/* text-align: center; */
	/* border-radius: 50px; */
	/* left: 5% !important; */
	/* right: auto !important;  */
	background-color: #ebedf2 !important;
	opacity: .75;
	padding-top: 7px !important;
	z-index: 13;
	top: auto !important;
	right: auto !important;
	left: 1.23809524em !important;
	bottom: 1.23809524em;
}

.card-prod {

}

.btn-full-width {
	display: block !important;
	width: 100% !important;
}

#page-container.page-header-fixed #main-container {
  padding-top: 0 !important;

}
/*.section-top {
  padding-top: 10% !important;
}*/

.content-header {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: horizontal;*/
  /*-webkit-box-direction: normal;*/
      /*-ms-flex-direction: row;*/
          /*flex-direction: row;*/
  /*-webkit-box-pack: justify;*/
      /*-ms-flex-pack: justify;*/
          /*justify-content: space-between;*/
  /*-webkit-box-align: center;*/
      /*-ms-flex-align: center;*/
          /*align-items: center;*/
  /*margin: 0 auto;*/
  /*padding: 16px 18px;*/
  /*height: 10vh !important;*/
}

.trigger-parent {
	position: relative;
}
.trigger-child-top {
	position: absolute;
	top: 66px;
}

.white-button-header .transparent .btn-login {
	color: #fff !important;
	border-color: #fff !important;
	/*background-color: #6c7086;*/
}
.white-button-header .transparent .btn-login>i {
	color: #fff !important;
}
.white-button-header .transparent .btn-login:hover {
	color: #ffffff !important;
	border-color: #ffffff !important;
	background-color: #6c7086 !important;
}

.white-button-header #page-header.transparent  button > * {
    color:#fff;
}

.white-button-header #page-header.transparent .content-header-item  * {
    color:#fff !important;
}
.white-button-header .transparent .btn-login:hover>i {
	color: #ffffff !important;
}

.btn-login {
	color: #6c7086 !important;
	border-color: #6c7086 !important;
	/*background-color: #6c7086;*/
}
.btn-login>i {
	color: #6c7086 !important;
}
.btn-login:hover {
	color: #ffffff !important;
	border-color: #ffffff !important;
	background-color: #6c7086 !important;
}
.btn-login:hover>i {
	color: #ffffff !important;
}

#page-header.transparent {
	background: transparent !important;
	box-shadow: none !important;
}
#page-header.dark-nav {
	background: #6c7086 !important;
}

/* Dark Login Button */
.btn-login.dark-nav {
	color: #ebedf2 !important;
	border-color: #ebedf2 !important;
	/*background-color: #ebedf2;*/
}
.btn-login.dark-nav>i {
	color: #ebedf2 !important;
}
.btn-login.dark-nav:hover {
	color: #6c7086 !important;
	border-color: #6c7086 !important;
	background-color: #ebedf2 !important;
}
.btn-login.dark-nav:hover>i {
	color: #6c7086 !important;
}

/* Transparent Login Button */
.btn-login.transparent {
	color: #ebedf2 !important;
	border-color: #ebedf2 !important;
	/*background-color: #ebedf2;*/
}
.btn-login.transparent>i {
	color: #ebedf2 !important;
}
.btn-login.transparent:hover {
	color: #6c7086 !important;
	border-color: #6c7086 !important;
	background-color: transparent !important;
}
.btn-login.transparent:hover>i {
	color: #6c7086 !important;
}

/* CTA Link Effects */

.text-light2 {
  color: #ffffff !important;
}

a.text-light2.link-effect::before {
  background-color: #f8f9fa;
}

a.text-light2:hover, a.text-light:focus {
  color: #cdf5f6 !important;
}
.btn-group.strizzetch>.btn {
	flex: 1;
}
/* Policies and Procedures */

.pnp-sec>ul>li>i {
	color:#05cbd2; 
	font-size:1.1em; 
	line-height:1.6em; 
	float:left; 
	padding-right:5px;
}
.pnp-sec>ul>li>p {
	margin-left:20px; 
	font-size:1.1em; 
	line-height:1.6em;
}

  /*       */
 /*  PNP  */
/*       */

.help-block.pnp-form {
  padding-bottom: 15px;
}

ul.bs-docs-sidebar > li {
  /*padding-left:5px;*/
  padding-top:4px;
  padding-bottom:4px;
  margin-top:5px;
  margin-bottom:5px;
}
ul.bs-docs-sidebar > li > a {
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  padding-left:10px;
  color: #05cbd2;
  margin:0;
  padding-top:2px;
  padding-bottom:2px;
}
ul.bs-docs-sidebar > li > a:hover {
  font-weight: 700;
  border-left: 3px solid #05cbd2;
  padding-left:7px;
  
}
ul.bs-docs-sidebar > ul.nav > li {
  padding-top:3px;
  padding-bottom:3px;
  margin-top:4px;
  margin-bottom:4px;
}
ul.bs-docs-sidebar > ul.nav > li > a {
  font-size:.9em;
  line-height:.9em;
  color: #999999;
  padding-left:20px;
  font-weight: 500;
  margin:0;
  padding-top:0px;
  padding-bottom:3px;
}
ul.bs-docs-sidebar > ul.nav > li > a:hover {
  color: #999999;
  padding-left:18px;
  font-weight: 600;
  border-left: 2px solid #999999;
}

/*  pnp-body  */
.pnp-sec-start {
  /*border-bottom: 2px solid #999999;*/
  height:3em;
  width: 50%;
}
.pnp-sec > h1 {
  font-size: 1.75em;
  font-weight: 600;
  color: #ffb400;
  padding-top:15px;
}
.pnp-sec > h2 {
  font-size: 1.5em;
  font-weight: 500;
  color: #6c7086;
}
.pnp-sec > p {
  font-size:1.25em;
  line-height: 1.6em;
  color:#999999;
}
ul.pnp-sec {
  list-style: none inside none !important; 
  padding:0; 
}
td > p.lead {
	color: 7f849a;
}

.pro-badge {
    position:absolute;
    top: -2%;
    z-index: 101;
}

/* VS Table */

.table-vs th.vs-criteria {
	color: white;
	background-color: #6c7086;
	font-size: 1.5em;
	text-align: center;
} 
.table-vs p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.table-vs td {
	text-align: center;
	min-width: 150px;
}
.table-vs .vs-rcmd td {
	text-align: left;
}
.table-vs .vs-rcmd li {
	padding-bottom: 10px;
	font-size: 1em;
	font-weight: 600;
	color: #6c7086;
}
.vs-sizes td {
	font-size: 1.5em;
	color: #6c7086;
}
.vs-caff {
	font-size: 2em;
	color: #6c7086;
}

.grid-vs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(10, 1fr); 
}

.logo-bfree {
	grid-column: 2/3;
	grid-row: 1/2;
}
.logo-blite {
	grid-column: 3/4;
	grid-row: 1/2;
}
.logo-bxtra {
	grid-column: 4/5;
	grid-row: 1/2;
}

.logo-ls-check {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 40px;
	width: 100px;
}

/* Personally Enrolled */

.mobile-cols > .col-3 {
  height: 675px !important;
  border: 1px solid #69e0e4;
}
.tt-each-user-card {
  background-color: white;
  padding: 10px;
  
  border-radius: 12px;
  /*border: 1px solid #bbc0d3;*/
  width: 100%;
  min-height: 70px;
  /*height: 100%;*/
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.ttea-wrapper {
  position: relative;
  
  /*margin-top: 15px;*/
  margin-bottom: 10px;
  /*padding: 2px;*/
  /*border: 1px solid red;*/
  height: auto;
}
.tt-user-badge-wrapper {
  width: 75%;
  height: 30px;
  /*border: 1px solid yellow;*/
  /*background-color: pink;*/
  position: absolute;
  bottom: -15px;
  right: 0;
  margin-left: 50px;
  z-index: 100;
  display: flex;
}
.tt-user-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid red;
  margin-right: 10px;
}
.tt-user-badge i {

}
.tt-user-details-wrapper {
  width: 90%;
  height: 300px;
  background-color: green;
  /*position: absolute;*/
  /*bottom: -300;*/
  
  margin: -45px auto 20px auto;
  z-index: -100;
}
.tt-toolbar {
  width: 100%;
  
}
.tt-toolbar > .btn-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tt-toolbar .dropdown-toggle::after {
  content: none !important;
}
.avi-ctr {
  width: 70px;
  height: 70px;
  padding: 5px;
  margin-right: 5px;
  position: relative;
  text-align: left;
  /*border: 1px dotted red;*/
}
.badge.lb-pro {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.tteu-item {
  background-color: #ffe199;
  border: 1px solid #ffb400;
  width: 70px;
  height: 70px;
  padding: 5px;
}

.tt-lead {
  font-size: 1.25em;
  line-height: 1;
  margin: 0 !important;
  /*padding-bottom: 1px;*/
}
.tt-user {
  font-size: 1em;
  line-height: 1.25;
  /*font-style: italic;*/
  font-weight: 600;
  margin-top: 2px;	
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.tt-lead-25 {
  font-size: 1em;
  margin: 0 !important;
  /*font-style: italic;*/
}
.filter-select {
  z-index: 101;
}
.badge-orange {
  color: #fff;
  background-color: #ffb400;
}

.badge-orange[href]:hover, .badge-orange[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ffe199;
}

.team-side-left2 {
	position: absolute;
	left: -15px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #05cbd2;
}
.team-side-right2 {
	position: absolute;
	right: -15px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #ec008c;
}
.team-side-left {
	position: absolute;
	left: -15px;
	/*height: 30px;*/
	/*width: 30px;*/
	/*border-radius: 50%;*/
	/*background-color: #05cbd2;*/
}
.team-side-right {
	position: absolute;
	right: -15px;
	/*height: 30px;*/
	/*width: 30px;*/
	/*border-radius: 50%;*/
	/*background-color: #ec008c;*/
}
h1.tb-anchor::before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
  pointer-events: none;

}

/* New Cart */
.tmb-summary {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid #ebedf2;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.tmb-summary > img {
  border-radius: 12px;
}
.tmb-summary-alt {
  width: 20%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ebedf2;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.tmb-summary-alt > img {
  border-radius: 8px;
}
.tmb-qty-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #94d61c;
  position: absolute;
  top: -8px;
  right: -8px;
}


/* Custom Utility Classes */
.bb-1-blue {
  border-bottom: 1px solid #05cbd2;  
}
.bb-1-nugray3 {
  border-bottom: 1px solid #bbc0d3;  
}

.box-shadow {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04); }
.box-shadow-darker {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }  

.box-shadow-shallow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06); }

.box-shadow-wide {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2); }

  /* Start of Walters CSS */
  /*
  [node-id] rect {
  fill: #94d61c;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06); 
}
.field_0 {
  font-family: Impact;
  text-transform: uppercase;
  fill: #ffffff;
}
.field_1{
  font-family:Impact;
  fill:#ffffff;
}
.tree-layout line{
  stroke:#F57C00;
}
.node.template2 rect {
  font-family: Impact;
  text-transform: uppercase;
  fill: #ffffff;
}
*/

/* Barlow Font Classes */

.barlow {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 400;
}
.barlow-italic {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 400;
  font-style: italic !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* Codebase buttons extended */
/*
.btn-white {
  color: white;
  background-color: white;
  border-color: white;
}

.btn-white:hover, .btn-white:focus, .btn-white.focus {
  color: #fff;
  background-color: white;
  border-color: white
}

.btn-white.disabled, .btn-white:disabled {
  background-color: white;
  border-color: white;
}

.btn-white:not([disabled]):not(.disabled):active {
  background-color: white;
  border-color: white;
}

.btn-white:not([disabled]):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  background-color: white;
  background-image: none;
  border-color: white
}

.btn-white.btn-noborder {
  border-color: white;
}

.btn-white.btn-noborder:hover, .btn-white.btn-noborder:focus, .btn-white.btn-noborder.focus {
  border-color: white;
}

.btn-white.btn-noborder.disabled, .btn-white.btn-noborder:disabled, .btn-white.btn-noborder:not([disabled]):not(.disabled):active, .btn-white.btn-noborder:not([disabled]):not(.disabled).active {
  border-color: white;
}

.show > .btn-white.btn-noborder.dropdown-toggle {
  border-color: white;
}
*/

.btn-outline-white {
  color: white;
  background-color: transparent;
  background-image: none;
  border-color: white;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus {
  color: #6c7086 !important;
  background-color: white;
  border-color: white;
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: white;
  background-color: transparent;
}

.btn-outline-white:not([disabled]):not(.disabled):active {
  color: white;
  background-color: transparent;
  border-color: white;
}

.btn-outline-white:not([disabled]):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #6c7086;
  background-color: white;
  border-color: white;
}

.btn-outline-white.btn-noborder {
  border-color: transparent;
}

.btn-outline-white.btn-noborder:not([disabled]):not(.disabled):active, .btn-outline-white.btn-noborder:not([disabled]):not(.disabled).active {
  border-color: transparent;
}

/* Custom: Core4 */
.bg-hero-mtn-hiker {
  background-image: url('/assets/Images/use/core4/bg-hero-mtn-hiker.jpg');
}
.bg-gym-kettle {
  background-image: url('/assets/Images/use/core4/bg-hero-gym-kettle-ball.jpg');
}
.bg-hex {
  background-image: url('/assets/Images/use/core4/bg-core4-hex.jpg');
}
.bg-hex-white {
  background-image: url('/assets/Images/use/core4/bg-core4-hex-white.jpg');
}
.bg-rings-right {
  background-image: url('/assets/Images/use/core4/bg-rings-right.jpg');
}
.bg-rings-left {
  background-image: url('/assets/Images/use/core4/bg-rings-left.jpg');
}
.bg-rings-right-place {
  position: relative;
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-rings-left-place {
  position: relative;
  background-position: 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-shadow-k-2 {
  text-shadow:2px 2px 2px #000000;
}
.text-strike {
  text-decoration: line-through;
}

/* Background Image Utilities */
.bg-pos-cc {
  background-position: center center !important;
}

/* Stack-Codebase Merge Fixes */
.btn-label {
  top: -0.92857143em !important;
  right: -3.71428571em !important;
}

/* images for radio buttons */

.flav-selector input{
    margin:0;padding:0;
    visibility: hidden;
    display: none;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.flav-bb {
  background-image:url(/assets/Images/use/mz-sticks/icons/mz-flav-bb.png);
}
.flav-ll {
  background-image:url(/assets/Images/use/mz-sticks/icons/mz-flav-ll.png);
}

.flav-selector input:active +.flav-sel-bb {
  /*opacity: .5;*/
}
.flav-selector input:active +.flav-sel-ll {
  /*opacity: .5;*/
}
.flav-selector input:checked +.flav-sel-bb {
  background-image:url(/assets/Images/use/mz-sticks/icons/mz-flav-bb-sel.png) !important;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.flav-selector input:checked +.flav-sel-ll {
  background-image:url(/assets/Images/use/mz-sticks/icons/mz-flav-ll-sel.png) !important;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.flav-sel-bb {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display: block;
    background-image:url(/assets/Images/use/mz-sticks/icons/mz-flav-bb.png);
    width:auto;
    height:80px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
.flav-sel-ll {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display: block;
    background-image:url(/assets/Images/use/mz-sticks/icons/mz-flav-ll.png);
    width:auto;
    height:80px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
.flav-sel-bb:hover {
  background-image:url(/assets/Images/use/mz-sticks/icons/mz-flav-bb-hov.png) !important;
}
.flav-sel-ll:hover {
  background-image:url(/assets/Images/use/mz-sticks/icons/mz-flav-ll-hov.png) !important;
}

.no-max-width {
  max-width: none !important;
}