* { text-decoration: none; margin: 0 auto; padding: 0; box-sizing: border-box; }

body {
	font-family: 'Lato', Arial, Verdana;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	line-height: normal;
        font-display: swap;
}

@font-face {
    font-family: 'georgiabold_italic';
    src: url('../font/georgia_bold_italic-webfont.eot');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'georgiabold';
    src: url('../font/georgia_bold-webfont.eot');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'georgiaitalic';
    src: url('../font/georgia_italic-webfont.eot');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

img {
	display: block;
	margin: 0;
	max-width: 100%;
}

button {
	border: none;
	background: none;
	font-family: inherit;
}

.clearfix:before, 
.clearfix:after {
	content: ''; 
	clear: both;
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

.cl, 
.clfix:after {
	clear: both;
}

.wrapper {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.topBanner {
	background-color: #222;
    text-align: center;	
    float: left;
    width: 100%;
    margin-bottom: 1.5rem;
}

.topBanner p {
	padding: 8px;
    color: #fff;
    font-size: 16px;
}

.topBanner p span {
	font-size: 26px;
	font-weight: 700;
}

.navUser {
    padding: 0 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50;
    float: right;
    width: 100%;
}

.navUser ol, .navUser ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navUser-section {
    position: relative;
}

.navUser-section--alt {
    float: right;
    margin-left: 1.5rem;
}

.navUser ol li, .navUser ul li {
    margin: 0;
    padding: 0;
}

.navUser ul li.newlabel {
	position: relative;
}

.navUser ul li.newlabel .newText {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background-color: rgba(79, 201, 241, 0.9);
	width: 53px;
	height: 30px;
	border-radius: 2px;
	line-height: 28px;
	text-transform: uppercase;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navUser ul li.newlabel .newText:after,
.navUser ul li.newlabel .newText:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: -10px;
	right: 0;
	margin: 0 auto;
}

.navUser ul li.newlabel .newText:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: rgba(79, 201, 241, 0.9);	
	border-width: 5px;
}

.navUser-item {
    float: left;
}

.navUser-item {
    display: block;
}

.navUser-item--compare {
    display: none;
}

.navUser-action {
    color: #333;
    font-weight: 700;
    padding: 2px .78571rem;
    font-size: 1rem;
}

.countPill--alt {
	background-color: #ccc;
    color: #333;
}

.countPill--positive {
	display: inline-block;
}

.countPill {
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-left: .21429rem;
    text-align: center;
    width: 20px;
}

.navPages-action, .navUser-action, .ribbon {
    text-transform: uppercase;
}

.headerContent {
	float: left;
	width: 100%;
	padding: 12px 10px 0 0;
}

.logo {
	float: left;
	width: 25%;
	padding: 0 15px 0 5px;
}

.logo img {
	width: 275px;
}

.searchBar {
	float: left;
	width: 75%;
	padding: 0 15px;
}

.form {
	margin-bottom: 1.5rem;
}

.form-fieldset {
    border-width: 0;
    margin: 0;
    padding: 0;
}

fieldset {
	border: 1px solid silver;
}

.form-field {
    display: block;
    margin: 0 0 2rem;
    max-width: none;
}

.form-label {
	color: #666;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.is-srOnly, .u-hiddenVisually {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}


.form-prefixPostfix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form-prefixPostfix .button, .form-prefixPostfix .form-input {
    width: auto;
}

.form-prefixPostfix .button, .form-prefixPostfix .form-input {
    display: block;
    width: 100%;
}

.form-prefixPostfix .form-input {
    -ms-flex: 1;
    flex: 1;
}

.bl_searchfield {
    border-radius: 0;
    height: 52px;
}

.bl_banner p span {
	display: inline;
}

.bl_banner span {
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
}

.topBanner .bl_banner p {
	margin-bottom: 5px !important;
}

.bl_banner span a {
	color: #fff !important;
	text-decoration: underline;
}

.form-input {
    appearance: none;
    background-color: #fff;
    border-color: #ccc;
    color: #666;
    font-size: 1rem;
    font-smoothing: antialiased;
    height: 3rem;
    padding: .75rem 1rem;
    transition: border-color .1s ease-out;
    width: 100%;
}


.form-input, .form-select {
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    margin: 0;
}

.bl_search_submit {
    width: 65px;
    background-color: #4FC9F1;
    color: #fff;
    cursor: pointer;
}

.fa.fa-search {
	font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

.navigationMenu {
	background-color: #232f3d;
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainMenu ul li {
  display: inline-block;
}

.mainMenu ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: .78571rem 1.14286rem 1.14286rem;
}
 
.mainMenu ul li .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  background-color: #232f3d;
  z-index: 999;
}

.mainMenu ul li .nav-dropdown li a {
	text-transform: capitalize;
}

.navPage-subMenu-item a {
	display: none !important;
}

.navPage-subMenu-item a.navPage-subMenu-action {
	display: block !important;
	text-align: left;
	padding-left: 0;
}

.navPage-subMenu-item>.navPage-subMenu-action {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.14286rem;
}

.navPage-subMenu-item .navPages-action {
    text-transform: none;
    width: 100%;
}

.navPage-subMenu-action {
    padding: .78571rem 0 1.14286rem;
    display: inline-block;
}

.navPage-subMenu-item {
    width: 25%;
    float: left;
    padding: 0 .75rem!important;
}



.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}

.nav-mobile {
	display: block;
}

.mainMenu {
	width: 100%;
}
.mainMenu ul {
	display: none;
}

.mainMenu ul li a {
	padding: 15px;
	line-height: 20px;
}
.mainMenu ul li ul li a {
	padding-left: 30px;
}

.nav-dropdown {
	position: static;
}

.nav-list {
	display: block !important;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}


#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.mobile {
	display: none;
}

.homePage {
	float: left;
	width: 100%;
	margin-top: 64px;
}

.colLeft {
	float: left;
	width: 41.66666667%;
	padding: 0 15px;
}

.pf-selection-wrapper {
	padding: 1rem 0;
}

.pf-selection-wrapper:last-child {
	padding-bottom: 0;
}

.pfSearchContainer {
	background-color: #2cacdb;
	padding: 35px 28px;
	text-align: center;
}

.pfSearchContainer h4 {
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	letter-spacing: .25px;
    margin-bottom: .78571rem;
}

.pfSearchContainer label {
	display: block;
	font-size: 1rem;
	color: #333;
	margin-bottom: 5px;
}

.pfSearchContainer select {
	width: 100%;
	height: 40px;
	padding: 10px;
}

.colRight {
	float: left;
	width: 58.33333333%;
	padding: 0 15px;
}

.pfsearchicon {
	display: none;
}

.single-item {
	position: relative;
}

.colRight .slick-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5%;
	font-size: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	opacity: .5;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
	z-index: 99;
}

.colRight .slick-prev:before {
	content: "";
	background: url('https://cdn11.bigcommerce.com/s-c91ymf1aq/product_images/uploaded_images/left-arrow.png?t=1578406937&_ga=2.223043803.1167233670.1578404259-372410219.1578404259') no-repeat left center;
	background-size: 30px;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.colRight .slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 5%;
	font-size: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	opacity: .5;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
	z-index: 99;
}

.colRight .slick-next:after {
	content: "";
	background: url('https://cdn11.bigcommerce.com/s-c91ymf1aq/product_images/uploaded_images/arrow-point-to-right.png?t=1578406834&_ga=2.222962267.1167233670.1578404259-372410219.1578404259') no-repeat right center;
	background-size: 30px;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
}

.popularProducts {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.popularProducts h1 {
	text-align: center;
	margin: 0 0 3rem;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.25px;
	color: #444;
}

.productList ul li {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.productList ul li .image {
	height: 265px !important;
}

.productList ul li .card-title a {
	color: #333;
	font-size: 15px;
	line-height: 22px;
	display: block;
}

.productList ul li .bl-addcart a {
	padding: 1.4375rem 2.125rem 1.375rem;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.154;
	letter-spacing: .125rem;
	text-transform: uppercase;
	box-shadow: 0 0 0 1px transparent inset;
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
	border-radius: 0 !important;
	background-color: #face2f;
	border-color: #face2f;
	color: #000;
	display: inline-block;
	margin-top: 15px;
	font-family: "News Cycle",Arial,Helvetica,sans-serif;
	transition: 0.7s;
}

.productList ul li .bl-addcart a:hover {
	background-color: #666;
	border-color: #666;
	color: #fff;
	transition: 0.7s;
}

span.price.price--withoutTax {
	color: #0077b4;
	font-size: 150%;
	font-weight: bolder;
	display: block;
	margin: 20px 0 5px 0;
}

.price-section {
	color: #888;
	font-size: 65%;
}

.price-section span {
	text-decoration: line-through;	
}

.padtop {    
    float: left;
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 40px;
}

.padbottomLabel {
    margin-bottom: 20px;
}

.padbottomLabel {
	float: left;
	width: 50%;
}

.padbottomLabel .fa {
	font-size: 2rem;
	font-weight: 900;
	color: #0077B4;
}

.padbottomLabel h3 {
	font-size: 22px;
	color: #444;
	margin: 5px 0 0.78571rem 0;	
	letter-spacing: 0.25px;
	line-height: 33px;
}

.padbottomLabel span {
	font-size: 1rem; 
	color: #333;
}

.testimonials {
	padding-bottom: 6rem;
}

.testimonials h2 {
	padding: 15px 0 25px;
	margin-top: 25px;
	color: #444;
	letter-spacing: .25px;
	margin-bottom: .78571rem;
	text-align: center;
	font-size: 25px;
	font-family: "News Cycle",Arial,Helvetica,sans-serif;
}

.testimonials blockquote {
	border: 0;
	padding: 0;
	background: 0 0;
	color: gray;
	font-family: Georgia,serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.4 !important;
	margin: 0;
	position: relative;
	text-shadow: 0 1px #fff;
	z-index: 600;	
}

.testimonials blockquote p {
	color: #56564f;
	line-height: 1.3 !important;
	font-size: 16px;
	margin-bottom: 1.5rem;
}

.testimonials blockquote p:before {
	content: '\201C';
    color: #81bedb;
    font-family: Georgia,serif;
    font-size: 4.5rem;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -7px;
    text-shadow: none;
    z-index: -300;
}

.testimonials cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px #fff;
}

.testimonials cite i {
	font-size: 2rem;
	color: #face2f;
}

.testimonials .equalHeights {
	padding: 45px 15px 15px 45px;
	background: #ebebe7;
	margin-right: 10px;
}

.testimonials .equalHeights:hover {
	background: rgba(235,235,231,.5) none repeat scroll 0 0;
}

.testimonials .equalHeights:nth-child {
	margin-right: 0;
}

.testimonials .slick-prev {
	font-size: 0;
	border: none;
	background: none;
}

.testimonials .slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 44px;
	display: block;
	position: absolute;
	bottom: -30px;
	right: 30px;
	z-index: 999;
	cursor: pointer;
}

.testimonials .slick-next {
	font-size: 0;
	border: none;
	background: none;
}

.testimonials .slick-next:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 44px;
	display: block;
	position: absolute;
	right: 5px;
	bottom: -30px;
	z-index: 999;
	cursor: pointer;
}

footer {
	background-color: #232f3d;
	padding: 3rem 0;
	border-top: 1px solid #e5e5e5;
	float: left;
	width: 100%;
}

.footer-info-col--small {
	width: 16.66667%;
	text-align: left;
}


.footer-info-col {
	padding-left: .75rem;
	padding-right: .75rem;
	color: #ccc;
	display: inline-block;
	float: none;
	font-size: 1rem;
	margin-bottom: 3rem;
	vertical-align: top;
}

.footer-info-col > :first-child {
	margin-top: 0;
}

.footer-info-heading {
	color: #4FC9F1;
	font-size: 1rem;
	text-transform: inherit;
	letter-spacing: .25px;
	margin-bottom: .78571rem;
}

.footer-info-col {
	color: #ccc;
	font-size: 1rem;
}

.footer-info-list a {
	color: #ccc;
	text-decoration: none;
	line-height: 21px;
}

.footer-info-col address {
	line-height: 21px;
	padding-bottom: 5px;
}

.footer-info-col p {
	margin-bottom: 1.5rem;
}

.searchMenuBar {
	display: flex;
}

.searchMenuBar form {
	display: flex;
}

.searchMenuBar .input {
	height: 48px;
	padding: 0 0 0 16px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(208, 51, 31);
	width: 252px;
}

.searchMenuBar .button {
	background-color: #face2f;
	border: 1px solid #face2f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	width: 90px;
	height: 48px;
	cursor: pointer;
}

.footer-copyright > .powered-by {
	color: #ccc;
	font-size: 12px;
	margin: 0;
	line-height: 18px;
}

.bl-disclaimer {
	padding-bottom: 20px;
}

.blogContent {
	background-color: #d0efff;
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 20px;
}

.blogContent h2 {
	text-align: center;
	margin: 37px 0;
	font-size: 25px;
	font-weight: 400;
	color: #444;
}

.blogList ul li {
	float: left;
	width: 33.33333333%;
	margin-bottom: 15px;
	padding: 0 15px;
}

.blogList ul li h4 {
	font-size: 20px;
	color: #444;
	letter-spacing: .25px;
	margin-top: 5px;
	margin-bottom: .78571rem;
	color: #333;
	line-height: 27px;
	text-decoration: underline;
	font-family: "News Cycle",Arial,Helvetica,sans-serif;
}

.blogList ul li h4 a {
	color: #333;
}

.blogList ul li p {
	line-height: 1.7rem;
	margin-bottom: 1.5rem;
	font-size: 15px;
	font-weight: 400;
}

.blogList ul li p a {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
}

.blogList ul li .blog-content-data {
	padding: 20px;
	background-color: #fff;
}

.blogList ul li .img-responsive {
	text-align: center;
}

.blogList ul li .img-responsive img {
	display: inline-block;
}



@media only screen and (max-width: 1198px){
	.wrapper {
		width: 96%;
	}
}

@media only screen and (max-width: 999px){
	.searchMenuBar .input {
		width: 150px;
	}
}

@media only screen and (max-width: 800px){

	.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 55px;
		z-index: 9999;
		box-shadow: 0 0 4px rgba(0,0,0,0.4);
		background-color: #fff;
	}

	.topBanner {
		margin-top: 55px;
	}

	.mobile .logo {
		width: 275px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	h4.menuToggle {
		display: block;
		cursor: pointer;
		color: #444;
		font-weight: 400;
		font-size: 22px;
	}

	.mobile .navigationMenu {
		display: block;
		width: auto;
		background-color: inherit;
		margin-top: 13px;
		position: static;
	}

	

	
    .navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99999;
        background-color:#0077b4;
        height: 100vh;
        overflow-x: scroll;
        padding: 0 0 20px;
    }


	.navigationMenu {
		display: none;
	}	

	.mainMenu ul li {
		width: 100%;
		position: relative;
	}

	ul.nav-dropdown a {
		display: none !important;
	}

	ul.nav-dropdown a.navPage-subMenu-action {
		display: block;
	}

	.mainMenu ul li .nav-dropdown {
		top: 2px;
		position: relative;
		left: 0;
	}

	.mainMenu ul li .nav-dropdown li a {
		padding: 0 0 13px 10px;
		margin: 0 0 13px 0;
	}

	.navPage-subMenu-item > .navPage-subMenu-action {
		margin-bottom: 10px;
	}

	.mainMenu ul li a {
		text-align: left;
		padding: 12px;
	}

	.mainMenu ul li a:focus {
		outline: none;
	}

	.mobile .logo {
		display: block;
		width: 159px;
		top: 13px;
	}

	.mobile .logo img {
		width: 159px;
	}

	.logo {
		display: none;
	}

	.cart {
		display: block;
		float: right;
		margin-top: 15px;
	}

	.mobile .navUser-item-cartLabel {
		font-size: 1.333rem;
	}

	.navUser {
		display: none;
	}

	.headerContent {
		padding: 0;
	}

	.searchBar {
		width: 100%;
		padding: 0;
	}

	.homePage {
		margin: 0;
	}

	.colLeft {
		width: 100%;
		padding: 0;
	}

	.colRight {
		width: 100%;
		margin-top: 15px;
		padding: 0;
	}

	.padbottomLabel {
		width: 100%;
		margin-bottom: 20px;
	}

	.padbottomLabel:last-child {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 768px){

	.productList ul li {
		width: 33.333%;
	}

	.blogContent {
		margin-top: 30px;
	}

	.blogContent h2 {
		margin: 25px 0;
	}

	.blogList ul li {
		width: 100%;
	}

	.testimonials {
		padding-bottom: 3rem;
	}

	.testimonials h2 {
		margin: 10px 0 0 0;
		padding: 15px 0;
	}

	.footer-info-col {
		width: 50%;
		float: left;
	}

	.searchMenuBar .input {
		width: 70%;
	}

	.searchMenuBar .button {
		width: 30%;
	}

}

@media only screen and (max-width: 550px){

	.popularProducts h1 {
		font-size: 24px;
	}

	.productList ul li {
		width: 50%;
		text-align: center;
	}

	.productList ul li .bl-addcart a {
		padding: 1.4375rem 1.125rem 1.375rem;
	}

	footer {
		padding: 2rem 0;
	}

	.footer-info-col {
		width: 100%;
		margin: 0 0 15px 0;
		text-align: center;
	}

	.footer-info-col:last-child {
		margin-bottom: 30px;
	}
}

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

	.bl_banner {
		padding: 10px !important; 
	}

	.bl_banner span {
		font-size: 13px;
	}

	.bl_banner p span {
		font-size: 20px !important;
	}

	.topBanner .bl_banner p {
		font-size: 13px;
	}

	.topBanner .bl_banner p {
		margin-bottom: 0 !important;
		padding: 0 0 2px 0 !important; 
	}

	.bl_banner p strong {
		line-height: 30px;
	}
}

@media only screen and (max-width: 420px){

	.popularProducts {
		margin-top: 30px;
	}

	.productList ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.productList ul li:last-child {
		margin-bottom: 0;
	}
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media (max-width: 767px) {
.productList ul li .image { height: initial !important; }
}