<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* â€“â€“â€“â€“â€“â€“  FAMILY BARIATRIC CSS  â€“â€“â€“â€“â€“â€“ */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700);

/* ================= CORE ================= */

body {
	font-family:'Lato', arial, sans-serif;
	color:#433;
	font-size:13px;
	background:#f4f4f4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Arial, Helvetica, Sans-serif;
	color:#433;
	font-weight:400;
}

.h3, h3 {
    font-size: 24px;
    line-height: 32px;
    text-transform: inherit;
}

.h4, h4 {
    font-size: 18px;
    text-transform: inherit!important;
    line-height: 26px;
}

.spacer10 {margin-top:10px;}
.spacer15 {margin-top:15px;}
.spacer20 {margin-top:20px;}
.spacer30 {margin-top:30px;}
.spacer40 {margin-top:40px;}
.spacer50 {margin-top:50px;}

.spacerb10 {margin-bottom:10px;}
.spacerb15 {margin-bottom:15px;}
.spacerb20 {margin-bottom:20px;}
.spacerb30 {margin-bottom:30px;}
.spacerb40 {margin-bottom:40px;}
.spacerb50 {margin-bottom:50px;}

.lpadding0 {padding-left:0px;}
.rpadding0 {padding-right:0px;}
.lpadding10 {padding-left:10px!important;}
.rpadding10 {padding-right:10px!important;}
.lpadding20 {padding-left:20px;}
.rpadding20 {padding-right:20px;}	

.btn {font-family:Lato, sans-serif;}
a {
	color:#2db2ea;
}
a:hover {
	color: #000;
	text-decoration:none;
}
.btn-quickview,ul#Footer_menu &gt; li &gt; a:hover {background:#e74c3c;}
@media (min-width: 768px) {  .Horizontal_Nav_Menu &gt; li &gt; a:hover, .Horizontal_Nav_Menu &gt; li &gt; p:hover{background: #434356;}
  .Horizontal_Nav_Menu &gt; li &gt; ul &gt; li &gt; a {font-size:1.5em;font-family:"Lato", sans-serif}
}
::selection {background:#e74c3c;}


.greybg {
    background-color: #f6f3f2;
}

.whitebg {
    background-color: #ffffff;
}

.pagebody-wrapper {
    padding-top: 30px;
    background: #f6f3f2;
}

.hidden-md {display: none;}


/* ================= BUTTONS ================= */

.btn {
	border-radius:0;
    border: none;
	font-family: 'Lato', Arial, Helvetica, Sans-serif;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary {
    position: relative;
    padding: 10px 40px;
    background: #006dc1;
    border-color: #006dc1;
    font-size: 13px;
    color: #fff;
}

.btn-primary:hover {
	background:inherit;
	border-color:inherit;
}

.btn-primary:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-primary:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #5dcc87;
}

.btn-primary:hover:after, .btn-primary:active:after {
    width: 100%;
}

.backtotop-arrow {
	position: absolute;
    right: 1%;
}

.btn-quickview:hover, .open .dropdown-toggle.btn-primary {
    background: #006dc1!important;
    border-color: #006dc1!important;
	color:#ffffff!important;
}


/* ================= HEADER ================= */

.topbar {
    padding: 0;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
}

.topbar .homeicon {
	display:none;
}

.topbar .btn-default, .topbar .tablinks a {
    font-weight: 500;
    color: #333;
    height: 28px;
}

.topbar .btn-default, .topbar .tablinks a {
    font-size: 13px;
    padding: 9px 15px;
    height: 35px;
    transition: background .3s ease;
    text-transform: none;
    letter-spacing: 0;
}

.topbar .tablinks a {
    display: block;
    float: left;
    line-height: inherit;
    color: #000;
    padding: 0;
    font-weight: 500;
    border-right: 1px solid #ebebeb;
    padding: 9px 20px;
}

.topbar a {
    color: #000;
    text-transform: none;
    font-weight: 500;
}

.topbar .btn-default:hover, .topbar .tablinks a:hover {
    color: #966bd6;
	background:none;
}

.topbar .discount {
    background: #f25a28;
    color: #fff!important;
    padding: 9px 20px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.topbar .discount .menuItemLabel {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);  
  display: inline-block;
}

.brand a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin: 0;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center center!important;
}

.brand img {
    vertical-align: middle;
    max-width: 500px;
}

ul#Header_menu&gt;li {
    list-style: none;
    float: left;
    color: #dcdcdc;
    font-weight: 300;
}

.header {
    padding: 0;
    height: 150px;
	background:#ffffff;
}

#nsc_cart_container .btn-primary {
    border: 1px solid #f35928!important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #f35928;
    padding: 12px 17px;
    width: 100%;
}
#nsc_cart_container .btn-primary:hover {
    background: none!important;
    border: 1px solid #f35928!important;
    color: #333!important;
}

#nsc_cart_container&gt;ul {
    padding-left: 0;
    margin: 0;
}

ul.dropdown-cart {
    left: auto;
    right: -10px;
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    float: left;
    padding: 5px 0;
    margin: 10px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
}

.items {
	font-size:12px;
}

.cart-items {
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid #dcdcdc;
    border-right: 0;
    text-align: center;
    padding: 10px;
}

.cart-total {
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    color: #333333;
    border: 1px solid #dcdcdc;
    padding: 10px;
    text-align: center;
    border-right: 0;
}
.cart-total::first-letter { 
    font-size: 12px;
}

.cart-button {
	padding:0;
}

.btnempty {
	background: #dcdcdc;
    padding: 12px 11px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border: 1px solid #dcdcdc;
}

.findPanel:after {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 28px;
    color: #dcdcdc;
}

.basketcount {
    background: #e412c1;
    border-radius: 10px;
    padding: 1px 6px 2px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    height: auto;
    width: auto;
    top: 3px;
    font-size: 11px;
    font-weight: 700;
    left: 60px;
}

.form-control {
    display: block;
    width: 100%;
    height: inherit;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff!important;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid #dcdcdc;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.searchwrapper {
    margin-top: 20px!important;
	padding:0;
}

.findPanel input[type=search], .findPanel input[type=text] {
    width: 100%;
    margin-top: 10px;
}

.findPanel label.text-small {
    display:none;
}

/* -------------- Secondary Nav -------------- */

.secondary-nav {
	margin: 15px auto 5px;
}


.secondary-nav .fa-stack {
    float: left;
    margin-right: 8px;
}

.snav-text {
    float: left;
}

.snav-text h5 {
    margin: 0;
}

.snav-text p {
	font-size: 12px;
}

.secondary-nav .fa-circle:before {
    content: "\f111";
    color: #5ecc87;
}

/* ================= MAIN NAVIGATION ================= */

.navbar-inverse {
    background: #006dc1;
    border: none;
    border-bottom: 0;
}

.navbar-inverse .navbar-header {
}

.Horizontal_Nav_Menu&gt;li&gt;a, .Horizontal_Nav_Menu&gt;li&gt;span {
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 15px;
    transition: background .3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.Horizontal_Nav_Menu &gt; li &gt; a, .Horizontal_Nav_Menu &gt; li &gt; p {
    font-family: "Lato", sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    color: #fff;
    font-size: 1.3em!important;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 15px 15px!important;
    transition: background 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
}

.Horizontal_Nav_Menu&gt;li&gt;ul&gt;li&gt;a span {
    color: #0878ce;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
    background: none;
    padding: 0;
    width: 100%;
    text-align: left;
	font-weight: 700;
}
.Horizontal_Nav_Menu&gt;li&gt;ul&gt;li&gt;a span:hover {
    background: #dcdcdc;
}
.Horizontal_Nav_Menu&gt;li&gt;ul&gt;li&gt;a:hover {
    text-decoration: none;
    background: none;
}
.Horizontal_Nav_Menu&gt;li&gt;ul&gt;li&gt;ul li {
    list-style-type: none;
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
	line-height: 24px;
	text-transform: lowercase;
}
.Horizontal_Nav_Menu&gt;li&gt;ul&gt;li&gt;ul li a {
    color: #333333;
}
.Horizontal_Nav_Menu&gt;li&gt;ul&gt;li&gt;ul li a:hover {
    color: #2db2ea;
}

.Horizontal_Nav_Menu&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
    border-left: 4px solid #f4f4f4;
	padding-left: 10px;
	margin:5px 0;
}
.Horizontal_Nav_Menu&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul li {
    list-style-type: none;
    font-size: 14px;
    font-weight: 300;
	margin-left:5px;
}

/* ================= HOMEPAGE SLIDER ================= */

.slideCaption {
}

.slideCaption h3 {
    font-family: 'Lato', arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.slideCaption p {
	font-family: 'Lato', Arial, Helvetica, Sans-serif;
}

.image-carousel .slide img {
    width: 100%;
    height: auto;
    border: 20px solid #ffffff;
}

.btn-primary:empty {
   display: none;
}

.image-carousel .slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    background-image: none;
    z-index: 1;
}

/* ================= QUICKLINKS ================= */

.page-home .pagebody-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.qlcontainer {
    padding: 20px;
    background: #ffffff;
    height: auto;
    overflow: hidden;
    text-align: center;
	z-index: 0;
}
	
#quicklinks .thumbnail {
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1;
}

#quicklinks .thumbnail .caption {
    padding: 0;
    color: #333;
}

#quicklinks img {
    margin-bottom: 20px;
	width:100%;
}

#quicklinks h3 {
    font-size: 15px;
	font-weight:300;
	text-transform:uppercase;
}

/* ================= CAROUSELS ================= */

.carouselwrapper h2 {
    font-weight: 300;
    padding: 25px 0 15px;
    background: #fff;
    margin: 0;
    margin: auto;
}

.carouselwrapper h2 .bold {
	font-weight:700;
}

.product-carousel-wrapper {
    padding-bottom: 0px;
}

.image-carousel .slide:before {
    display: none;
}

.page-home .product-carousel-wrapper .container {
}

product-carousel-newproduct {
}

.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 5px 0;
    margin: 0 20px;
}
.owl-item .thumbnail .caption {
    position: absolute;
    bottom: 10px;
    width: 95%;
    padding: 5%;
    text-align: center;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
}

.owl-item .thumbnail {
    width: auto;
    margin: 0;
    min-height: 365px;
    box-shadow: none;
}

.owl-item .thumbnail a.product-thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.carouselwrapper {
    overflow: hidden;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
}

.nav-tabs {
    background: #ffffff;
    border-bottom: 0;
    width: 100%;
    margin: auto;
}

.nav-tabs&gt;li {
    float: none;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
}

.product-carousel-wrapper h3 {
    display:none;
}

.nav-tabs&gt;li&gt;a:hover {
    border-color: transparent;
}

.nav-tabs .active {
	border-bottom: 1px solid #000;
	position: relative;
}

.nav&gt;li&gt;a {
    margin: 0 15px;
}

.nav-tabs&gt;li&gt;a {
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
	color: #333;
}
.nav-tabs .active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 5px;
	margin-left: -5px;
}

.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 0;
}

.owl-item .thumbnail, .product-list-item .thumbnail {
    border-color: transparent!important;
}

.brands .image-carousel .slide img {
    width: 100%;
    height: auto;
    border: 0;
}

.page-home .carouselwrapper {
    overflow: hidden;
    height: auto;
    text-align: center;
    margin-bottom: 0;
}


/* ================= SUBSCRIBE ================= */

.newsletter-wrapper {
    background: transparent;
}

.newsletter {
    text-align: center;
    background: #006dc1;
}

.newsletter .row {
    padding: 15px 100px;
}

.newsletter .row form {
    margin-top: 0;
    text-align: center;
}

.newsletter h4 {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
}

.ctct-form-footer {
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0;
    color: #bedbf1!important;
    font-weight: 300;
    line-height: 14px;
    margin-top: 20px;
}

.newsletter .input-group-btn .btn-primary {
    position: relative;
    padding: 17px 60px;
    background: #04406e;
    border: 0;
}

.newsletter .input-group-btn .btn-primary:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.newsletter .input-group-btn .btn-primary:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #5dcc87;
}

.newsletter .input-group-btn .btn-primary:hover:after, .newsletter .input-group-btn .btn-primary:active:after {
    width: 100%;
}

#success_message {
	color: #fff;
    font-size: 26px;
    font-weight: 300;
}

.brands {
    padding: 40px;
}

.brands .image-carousel .slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    background-image: none;
    z-index: 1;
}

.brands img {
    padding: 0 30px;
}

.brands .btn {
    display:none;
}

.product-carousel-wrapper h3 {
    margin: 20px 10px 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
}

.owl-item .thumbnail, .product-list-item .thumbnail {
	transition: all .2s ease-in-out;
}
.owl-item .thumbnail:hover, .product-list-item .thumbnail:hover {
    transform: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
}


/* ================= BREADCRUMBS ================= */


.breadcrumb-wrapper .container .col-xs-12 {
    background: #fff;
    margin-bottom: 5px;
}

.breadcrumb-wrapper {
    background: #f4f4f4;
    height: auto;
    overflow: hidden;
}

.breadcrumb a {
    font-size: 12px;
    color: #50307d;
}

.breadcrumb&gt;.active {
    color: #777;
    font-size: 12px;
}

/* ================= PRODUCT LISTINGS ================= */

.owl-item .thumbnail .caption h5 a, .product-list-item .thumbnail .caption h5 a {
    color: #000;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}


/* ================= FOOTER ================= */

footer {
    background: #6a7b82;
    color: #dcdcdc;
    padding: 40px 40px 0;
    text-align: left;
    height: auto;
    overflow: hidden;
}

footer a {
    color: #fff;
    font-weight: 300;
    line-height: 24px;
} 
footer a:hover {
    color: #c5d2d6;
}

footer h6 {
    color: #c8d7dc;
}

footer.btn-default {
    background-color: #2db2ea;
}

.smallprint {
    margin: 20px 0 0;
    border-top: 1px solid #7f9096;
    padding: 20px 0;
}

a.footerLogo {
    display: none;
}

footer ul {
    padding: 0;
}

.footer-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    list-style-type: none;
    color: #ffffff;
}

.footer-title ul {
    margin: 10px 0;
}

.footer-title li {
    font-size: 14px;
    list-style-type: none;
    text-transform: initial;
    font-weight: 300;
    line-height: 24px;
}

footer li {
    list-style-type: none;
}

footer h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e6ddce;
	margin-top: 0;
}



@media (min-width: 768px) {
.Horizontal_Nav_Menu&gt;li:hover, .Horizontal_Nav_Menu&gt;li&gt;a:hover, .Horizontal_Nav_Menu&gt;li&gt;span:hover {
    cursor: pointer;
    background: #1293ca;
}
}


/* â€“â€“â€“â€“â€“â€“  MODALS  â€“â€“â€“â€“â€“â€“ */

.notice-item-success {
    background-color: #dade55;
    border: none;
    color: #333;
    font-weight: 300;
    border-radius: 0;
}
.notice-item-success h4, .notice-item-success p {
    color: #333;
}

.notice-item-success a {
    color: #1f8012;
}


/**************  PRODUCT PAGES  **************/

.page-product .product-info {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    z-index: 0;
}

/* â€“â€“â€“â€“â€“â€“  DEPARTMENT HEADER  â€“â€“â€“â€“â€“â€“ */
.page-department #customcontent img {
	width:100%;
}

.page-department .pagebody-wrapper {
    padding-top: 0px;
}

.department-header h3 {
    padding: 0;
    margin: 0 0 15px;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 20px 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 300;
    line-height: 1;
    color: #333;
    text-transform: none;
}

.page-header {
    padding-bottom: 18px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #ababab;
}

/* â€“â€“â€“â€“â€“â€“  PRODUCT LISTINGS &amp; CAROUSELS  â€“â€“â€“â€“â€“â€“ */

.product-list-item:hover .quickviewlink {
    visibility: visible;
    opacity: 1;
    background: rgba(0,0,0,0.25);
    color: #fff;
}

.category-pictures-panel .thumbnail, .product-list .thumbnail {
    border-color: #ebebeb;
    border-radius: 0;
    box-shadow: none;
	z-index: 0;
}

.owl-item .thumbnail .caption,  .product-list-item .thumbnail .caption {
}

.page-search h1.heading-main {
    margin-left: 15px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 15px;
}

.page-search legend {
    display: none;
}

/* product Flags */

.product-list .img-productflag {
}

.product-list .flag-new {
}

.product-list .flag-special {
}

.product-list .flag-sale {
}
#text-yourprice .label {
	display:none;
}

#text-percentage {
}

#text-percentage .label {
}

.product-list .price-percentage {
	display:none;
}

#text-yourprice .text-price {
    font-weight: 700;
    font-size: 18px;
}

.page-product .product-carousel-wrapper h3 {
	display:none;
}
.product-carousel-wrapper h3.text-center {
	display:block;
}

div#layer_field1 {
    max-height: 220px;
    overflow: auto;
}

.product-list .label {
    display: inline;
    padding: inherit;
    font-weight: 300;
    line-height: inherit;
    color: #7a7a7a;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.product-list .text-pricestrike {
    text-decoration: line-through;
    color: #7a7a7a;
    margin-right: 5px;
    font-weight: 300;
}

.product-list #text-regularprice {
	float: right;
    margin-top: 5px;
}

.product-list .thumbnail .caption {
    padding: 12px 22px;
    color: #333;
}


.pfs ul li a {
    margin-left: 4px;
    color: #333;
    font-size: 15px!important;
    font-weight: 500;
}
.pfs h5 {
    margin: 0;
    padding: 10px;
    border-bottom: dotted 1px #333;
    border-top: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
}
/*** custom checkboxes ***/

#panel-filteredsearch ul li input {
    cursor: pointer;
    margin-right: 10px;
}

#panel-filteredsearch ul {
    max-height: inherit;
}

#panel-filteredsearch label {
    display: inherit;
}

.pfs ul li a {
    font-size: 1.1em;
    color: #333;
    font-weight: 500;
    text-transform: lowercase;
}

input[type=checkbox] {
     position: relative;
}

/* to hide the checkbox itself */
label&gt;input[type=checkbox]:before {
	position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f111";
    letter-spacing: 10px;
    color: #ebebeb;
    font-size: 20px;
    margin: -4px 0 0;
}

/* space between checkbox and label */
label&gt;input[type=checkbox]:checked:before {
	font-family: FontAwesome;
    display: inline-block;
    content:"\f111";
    letter-spacing: 10px;
	color:#0075be;
}
/* allow space for check mark */


/* â€“â€“â€“â€“â€“â€“  CONTACT PAGE  â€“â€“â€“â€“â€“â€“ */

.page-contact .panel {
    padding: 2em;
    width: 100%;
}

.page-contact iframe {
	border: 5px solid #fff!important;
	box-shadow: 0 3px 16px -2px rgba(0,0,0,.15);
}

#customcontent form button, .page-contact input[type=submit] {
    text-transform: uppercase;
    font-family: Lato,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #fff;
    background-color: #2db2ea;
    border: 0;
    border-radius: 0px;
    padding: 6px 12px;
    transition: background .3s ease;
}

#customcontent form button:hover, .page-contact input[type=submit]:hover {
    background-color: #0878ce;
}


/**************  CHECKOUT AREA  **************/


.page-checkoutstep2 #checkout-first-column, .page-checkoutstep2 div.checkout-panel {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 0;
}

#checkout-section-coupon {
	border: 10px solid #4cd1d0;
    background: #a2f0f2;
}

.page-checkoutstep2 #btn-make-payment {
    background: #2db2ea;
    border-color: #2db2ea;
    border-radius: 0;
	padding: 13px 20px;
    font-size: 20px;
    font-weight: 300;
}

.page-checkoutstep2 #btn-make-payment:hover {
    background: #0878ce;
    border-color: #0878ce;
    border-radius: 0;
}

#billing_joinlist_options {
	display:none!important;
}

#mailinglistrow input[type=checkbox] {
	margin: 45px 0 0;
}

#mailinglistrow label {
    padding-left: 15px;
    display: inherit;
    border: 1px solid #dcdcdc;
    border-right: 0;
    border-left: 0;
    padding: 20px;
    margin: 20px 0;
}

#label_shipping_ship_to_billing, #shipping-method-list label, .page-checkoutstep2 .checkbox label {
    padding-left: 25px;
    display: inherit;
}

/**************  CUSTOM CONTENT  **************/

#customcontent {
	padding:0px 0 50px;
}

.page-home #customcontent {
	padding:0;
}

#customcontent form br {
	display:none;
}

#customcontent input[type=checkbox], #customcontent input[type=radio] {
    margin: 4px 0 0 15px;
}

#customcontent input[type=checkbox]:first-child, #customcontent input[type=radio]:first-child {
    margin: 4px 0 0 0px;
}

#customcontent #label_field_18, #customcontent #label_field_15, #customcontent #label_field_17 {
	clear:right;
	display: block;
}

.page-content-215 .thumbnail {
    display: block;
    padding: 20px 40px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align: center;
}

.page-content-215 .thumbnail ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
    margin-left: -40px;
}

/**************  TABLET SPECIFIC  **************/

@media all and (max-width: 1199px) {

#nsc_cart_container .btn-primary {
    border: 1px solid #f35928!important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #f35928;
    width: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 12px;
}

.navbar-header a.mobileMenuLink {
    display: block!important;
}
.hidden-md {
    display:none;
}
.mm-menu.mm-offcanvas.mm-current {
    display: block!important;
}
.Horizontal_Nav_Menu {
    display: none;
}
.navbar-header .dropdown-toggle, .navbar-header&gt;.btn {
    background: #2db2ea;
    border: 1px solid #2db2ea;
}

.mm-menu.mm-offcanvas.mm-current {
    display: block;
    background: #2db2ea;
}

#menu img {
	max-width:100%;
}

.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
    border-color: inherit;
    text-align: left;
}

.mm-panels&gt;.mm-panel&gt;.mm-listview:first-child, .mm-panels&gt;.mm-panel&gt;.mm-navbar+.mm-listview {
    margin-top: 0;
    display: block;
    margin: 0;
}
.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
    border-color: inherit;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
    padding: 5px;
    width: 100%;
    border-left: 0;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;*, .mm-menu em.mm-counter {
    color: #000;
    font-size: 1.6em;
    font-weight: 300;
}

.department-header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #333;
    background-color: inherit;
    padding: 0 0 20px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 0px;
}

select.form-control {
    padding-right: 27px;
}

.page-home .nav-tabs {
    border-bottom: 0;
    padding: 0 15px;
    margin-top: 0;
    border-bottom: none;
}

.page-home .nav-tabs&gt;li {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #fff;
}
.page-home .nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px;
    background: transparent;
}

.page-home .nav-tabs&gt;li.active&gt;a:focus, .page-home .nav-tabs&gt;li.active&gt;a:hover {
    color: #fff;
    cursor: default;
    background-color: #2db2ea;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.page-home .nav-tabs&gt;li.active&gt;a:after {
    display: none;
}

.page-search h1.heading-main {
    margin: 0 0 30px 15px;
}
.pagination {
    margin-top: 10px;
}
.mm-panels&gt;.mm-panel&gt;.mm-listview:first-child, .mm-panels&gt;.mm-panel&gt;.mm-navbar+.mm-listview {
    margin-top: 0;
    display: block;
}
}

@media all and (max-width: 991px) {
.navbar-header a.mobileMenuLink {
    display: block!important;
}
.Horizontal_Nav_Menu {
    display: none;
}
.mm-menu.mm-offcanvas.mm-current {
    display: block!important;
}


.navbar-header .dropdown-toggle, .navbar-header&gt;.btn {
    background: #2db2ea;
    border: 1px solid #2db2ea;
}

.mm-menu.mm-offcanvas.mm-current {
    display: block;
    background: #2db2ea;
}

#menu img {
	max-width:100%;
}

.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
    border-color: inherit;
    text-align: left;
}

.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
    border-color: inherit;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
    padding: 5px;
    width: 100%;
    border-left: 0;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;*, .mm-menu em.mm-counter {
    color: #000;
    font-size: 1.6em;
    font-weight: 300;
}

.department-header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #333;
    background-color: inherit;
    padding: 0 0 20px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 0px;
}

select.form-control {
    padding-right: 27px;
}

.page-home .nav-tabs {
    border-bottom: 0;
    padding: 0 15px;
    margin-top: 0;
    border-bottom: none;
}

.page-home .nav-tabs&gt;li {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #fff;
}
.page-home .nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px;
    background: transparent;
}

.page-home .nav-tabs&gt;li.active&gt;a:focus, .page-home .nav-tabs&gt;li.active&gt;a:hover {
    color: #fff;
    cursor: default;
    background-color: #2db2ea;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.page-home .nav-tabs&gt;li.active&gt;a:after {
    display: none;
}

.page-search h1.heading-main {
    margin: 0 0 30px 15px;
}
.pagination {
    margin-top: 10px;
}
.mm-panels&gt;.mm-panel&gt;.mm-listview:first-child, .mm-panels&gt;.mm-panel&gt;.mm-navbar+.mm-listview {
    margin-top: 0;
    display: block;
}
.btnempty {
    background: #dcdcdc;
    padding: 12px 8px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border: 1px solid #dcdcdc;
}

}



/**************  MOBILE  **************/

.navbar-header a.mobileMenuLink {
    padding-right: 10px;
    margin-right: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
    letter-spacing: 0;
}

.navbar-header .dropdown-toggle, .navbar-header&gt;.btn {
    background: #2db2ea;
    border: 0;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}


@media all and (max-width: 480px) {

.topbar .discount {
    background: #f25a28;
    color: #fff!important;
    padding: 10px 10px;
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.topbar .discount .menuItemLabel {
    -ms-transform: skewX(0);
    -webkit-transform: skewX(0);
    transform: skewX(0);
    display: inline-block;
}

.navbar-header a.mobileMenuLink {
    padding-right: 10px;
    margin-right: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
    letter-spacing: 0;
}

.navbar-header .dropdown-toggle, .navbar-header&gt;.btn {
    background: #2db2ea;
    border: 0;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

#nsc_cart_container .btn-primary {
    border: 0!important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #f35928;
    padding: 20px;
    width: 100%;
}
#nsc_cart_container .btn-primary:hover {
    border: 0!important;
}

.navbar-header .fa {
	clear: both;
    display: block;
}

.cartMobile {
    padding: 0!important;
    margin: 0;
}

.cartMobile span {
	padding:0;
}

.btnempty {
    background: #2196F3;
    padding: 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    width: 100%;
    letter-spacing: 0;
    font-weight: 500;
}

.hidden-md {
    display: block;
    padding: 10px;
    text-align: center;
}

.cart-mobile {
	padding-top:0;
}

.mm-menu.mm-offcanvas.mm-current {
    display: block;
    background: #2db2ea;
}

#menu img {
	max-width:100%;
}

.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
    border-color: inherit;
    text-align: left;
}

.mm-panels&gt;.mm-panel&gt;.mm-listview:first-child, .mm-panels&gt;.mm-panel&gt;.mm-navbar+.mm-listview {
    margin-top: 0;
    display: block;
    margin: 0;
}

.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
    border-color: inherit;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
    padding: 5px;
    width: 100%;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;*, .mm-menu em.mm-counter {
    color: #000;
    font-size: 1.6em;
    font-weight: 300;
}

.department-header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #333;
    background-color: inherit;
    padding: 0 0 20px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 0px;
}

select.form-control {
    padding-right: 27px;
}

.page-home .nav-tabs {
    border-bottom: 0;
    padding: 0 15px;
    margin-top: 0;
    border-bottom: none;
}

.page-home .nav-tabs&gt;li {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #fff;
}
.page-home .nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px;
    background: transparent;
}

.page-home .nav-tabs&gt;li.active&gt;a:focus, .page-home .nav-tabs&gt;li.active&gt;a:hover {
    color: #fff;
    cursor: default;
    background-color: #2db2ea;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.page-home .nav-tabs&gt;li.active&gt;a:after {
    display: none;
}

.page-search h1.heading-main {
    margin: 0 0 30px 15px;
}
.pagination {
    margin-top: 10px;
}

.slideCaption {
    display:none;
}

.newsletter .input-group-btn {
    float: left;
}

.product-list .product-list-item {
    width: 100%;
}

}


@media all and (max-width: 767px) {

.topbar .discount {
    background: #f25a28;
    color: #fff!important;
    padding: 10px 10px;
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.topbar .discount .menuItemLabel {
    -ms-transform: skewX(0);
    -webkit-transform: skewX(0);
    transform: skewX(0);
    display: inline-block;
}

.navbar-header a.mobileMenuLink {
    padding-right: 10px;
    margin-right: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
    letter-spacing: 0;
}

.navbar-header .dropdown-toggle, .navbar-header&gt;.btn {
    background: #2db2ea;
    border: 0;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

#nsc_cart_container .btn-primary {
    border: 0!important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #f35928;
    padding: 20px;
    width: 100%;
}
#nsc_cart_container .btn-primary:hover {
    border: 0!important;
}

.navbar-header .fa {
	clear: both;
    display: block;
}

.cartMobile {
    padding: 0!important;
    margin: 0;
}

.cartMobile span {
	padding:0;
}

.btnempty {
    background: #2196F3;
    padding: 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    width: 100%;
    letter-spacing: 0;
    font-weight: 500;
}

.hidden-md {
    display: block;
    padding: 10px;
    text-align: center;
}

.cart-mobile {
	padding-top:0;
}

.mm-menu.mm-offcanvas.mm-current {
    display: block;
    background: #2db2ea;
}

#menu img {
	max-width:100%;
}

.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
    border-color: inherit;
    text-align: left;
}

.mm-panels&gt;.mm-panel&gt;.mm-listview:first-child, .mm-panels&gt;.mm-panel&gt;.mm-navbar+.mm-listview {
    margin-top: 0;
    display: block;
    margin: 0;
}

.mm-listview&gt;li, .mm-listview&gt;li .mm-next, .mm-listview&gt;li .mm-next:before, .mm-listview&gt;li:after {
    border-color: inherit;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
    padding: 5px;
    width: 100%;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar&gt;*, .mm-menu em.mm-counter {
    color: #000;
    font-size: 1.6em;
    font-weight: 300;
}

.department-header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #333;
    background-color: inherit;
    padding: 0 0 20px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 0px;
}

select.form-control {
    padding-right: 27px;
}

.page-home .nav-tabs {
    border-bottom: 0;
    padding: 0 15px;
    margin-top: 0;
    border-bottom: none;
}

.page-home .nav-tabs&gt;li {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #fff;
}
.page-home .nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px;
    background: transparent;
}

.page-home .nav-tabs&gt;li.active&gt;a:focus, .page-home .nav-tabs&gt;li.active&gt;a:hover {
    color: #fff;
    cursor: default;
    background-color: #2db2ea;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.page-home .nav-tabs&gt;li.active&gt;a:after {
    display: none;
}

.page-search h1.heading-main {
    margin: 0 0 30px 15px;
}
.pagination {
    margin-top: 10px;
}

.slideCaption {
    display:none;
}

.newsletter .input-group-btn {
    float: left;
}

.product-list .product-list-item {
    width: 100%;
}

}

#collapsePFS label {
    position: relative;
}</pre></body></html>