
html { 
	font-size: 100%;
}
body {
	background-color: #ffffff /*{body|background-color}*/;
	background-image: none /*{body|background-image}*/;
	color: #222 /*{body|text-colour}*/;
}
h1, .h1 {
	font-size: clamp(2.25rem, 1.7rem + 1.9vw, 3rem);
	line-height: 1.2; 
}
h2, .h2 {
	font-size: clamp(1.5rem, 1.1rem + 1vw, 2rem);
	line-height: 1.3;
}
h3, .h3 {
	font-size: 18px;
}
p, .p {
	font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
	line-height: 1.6;
}

/* ——— LIST RESET & BASE ——— */
#homepage-content ul,
#homepage-content ol,
#description ul,
#description ol,
#specifications ul,
#specifications ol,
#warranty ul,
#warranty ol,
.n-responsive-content ul,
.n-responsive-content ol
 {
  margin: 0 0 1.25em 0;      /* same bottom rhythm as <p> */
  padding-inline-start: 1.2em; /* enough indent for bullets but not too deep */
  line-height: 1.6;           /* matches paragraph line-height */
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem); /* same as <p> */
}

#homepage-content li,
#description li,
#specifications li,
#warranty li,
.n-responsive-content li
{
  margin-bottom: 0.5em;       /* half-line gap between items */
}

/* ——— NESTED LISTS ——— */
#homepage-content li > ul,
#description li > ol,
#specifications li > ul,
#warranty li > ol,
.n-responsive-content li > ol
{
  margin-top: 0.5em;
  padding-inline-start: 1.2em;
}

/* ——— CUSTOM BULLET TOUCH (optional) ——— */
#homepage-content ul,
#description ul,
#specifications ul,
#warranty ul,
.n-responsive-content ul
 {
  list-style: none;           /* remove default bullets */
}

#homepage-content ul > li::before,
#description ul > li::before,
#specifications ul > li::before,
#warranty ul > li::before,
.n-responsive-content ul > li::before
{
  content: '•';               /* simple bullet */
  color: #28a745;             /* Evolution Gear green */
  font-weight: 600;           /* slightly bolder for contrast */
  display: inline-block;
  width: 0.75em;              /* aligns with text indent */
  margin-left: -0.75em;       /* pulls bullet into left gutter */
}

.summary-box  {
  background: #f5f7f9;              /* light grey */
  border-left: 4px solid #28a745;   /* Evolution-Gear green accent */
  padding: 1rem 1.25rem;
  margin: 1.75rem 0;                /* breathing space above & below */
  border-radius: 6px;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
  line-height: 1.6;
}

.summary-box strong {
  color: #212529;                   /* darker text for key words */
}

/* ─── Testimonial styling for blog call-outs ─── */
.customer-testimonial {
  background:#f9fafb;                 /* subtle grey backdrop */
  border-left:4px solid #28a745;      /* Evolution-Gear green accent */
  padding:1.25rem 1.5rem;
  margin:2rem 0;
  font-size:clamp(1rem,0.95rem + .2vw,1.125rem);
  line-height:1.6;
  font-style:italic;
  border-radius:6px;
}

.customer-testimonial footer{
  margin-top:.75rem;
  font-style:normal;
  font-weight:600;
  color:#374151;                      /* darker grey for name/date */
  text-align:right;
}


/* Styling the FAQ block */

/* ─── FAQ SECTION WRAPPER ─── */
.faq-section {
  margin: 2.5rem 0;
  padding: 1.5rem 1.75rem;
  background: #f5f7f9;               /* soft grey */
  border: 1px solid #e1e5e9;
  border-radius: 8px;
}

/* Headline (h2) inside FAQ wrapper */
.faq-section > h2 {
  margin-top: 0;
  font-size: clamp(1.5rem, 1.2rem + 0.7vw, 2rem);
  line-height: 1.3;
  color: #1f2933;                    /* slightly darker */
}

/* Question headings (h3) */
.faq-section > h3 {
  font-size: clamp(1.125rem, 1rem + 0.3vw, 1.25rem);
  margin: 1.25rem 0 0.25rem;
  line-height: 1.4;
  position: relative;
  padding-left: 1.25rem;
}

/* Question bullet icon */
.faq-section > h3::before {
  content: "?";
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;                    /* Evolution Gear green */
}

/* Answers (p) */
.faq-section > p {
  margin: 0 0 1rem 0;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
  line-height: 1.6;
}

/* End of FAQ style */


/* Start Styling for comparasion Table */

/* ─── Comparison table styling ─── */
.case-compare {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: clamp(1rem, 0.95rem + .2vw, 1.125rem);
  line-height: 1.5;
}

.case-compare caption {
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: left;
}

.case-compare th,
.case-compare td {
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
}

.case-compare thead th {
  background: #f5f7f9;
}

.case-compare tbody th {
  background: #fafafa;
  font-weight: 600;
}

@media (max-width: 640px) {
  .case-compare {
    display: block;
    overflow-x: auto;   /* allows sideways scroll on small screens */
    white-space: nowrap;
  }
}

/* End Styling for Comparasion Table */

#main-content {
	background-color: #ffffff;
}
#main-content > .row:first-child > .col-xs-12 {
	padding-top:15px;
}
a, a:hover, a:active {
	color: #333 /*{body|link-colour}*/
}
.wrapper-header {
	background-color: #ffffff /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
}
.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active 
  color: #1f1f1f /*{header|link-colour}*/
}
.wrapper-header .btn-default {
	background-color: #efefef /*{header|button-colour}*/;
	border-color: #efefef /*{header|button-colour}*/;
	color: #333333 /*{header|button-text-colour}*/;
}
.header-search .ajax_search {
	border-color: #2a2a2a;
	box-shadow: none;
	border-width: 2px;
}
.navbar {
	margin-bottom: 0;
	background-color: transparent;
	border-color: transparent;
}
.navbar.navbar-default {
	background-color: #201d14 /*{header|menu-background-colour}*/;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,.navigation-list li:hover a, .navigation-list li a {
	color: #ffffff /*{header|menu-colour}*/;
}
.wrapper-footer {
	background-color: #eaeaea /*{footer|background-color}*/;
	color: #222222 /*{footer|text-colour}*/;
	float: left;
	width: 100%;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: #333 /*{footer|link-colour}*/;
}
.nav > li > a:hover, .nav > li > a:focus {
	background:rgba(0, 0, 0, 0.1);
}
.btn-primary {
	color: #fff;
	background-color: #3CA400;
	border-color: #3f3926;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #3f3926 /*{buttons|primary-colour}*/;
	border-color: #3f3926 /*{buttons|primary-colour}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #3f3926 /*{buttons|primary-colour}*/;
	border-color: #3f3926 /*{buttons|primary-colour}*/;
}
.btn-success {
	color: #fff;
	background-color: #3CA400;
	border-color: #3CA400;
}
.btn-success:hover {
	color: #fff;
	background-color: #2d7b00;
	border-color: #2d7b00;
}
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #3f3926 /*{buttons|secondary-colour}*/;
	border-color: #3f3926 /*{buttons|secondary-colour}*/;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #3f3926 /*{buttons|secondary-colour}*/;
	border-color: #3f3926 /*{buttons|secondary-colour}*/;
}
a#cartcontentsheader {
    padding: 21px 17px;
    background-color: #201d14 /*{Cart-icon-background-colour}*/;
    color: #ffffff /*{Cart-icon-text-colour}*/;
    border: none;
}
.map-search {
	margin-bottom: 15px;
}
.geo_loc_list .resultmsg {
	padding: 15px;
}
.dark-bg {
	background-color: #000000 !important;
}
.light-bg {
	background-color: #FFFFFF !important;
}
.grey-bg {
	background-color: #2a2a2a !important;
}
.light-text, .light-text * {
	color:#FFFFFF !important;
}
.dark-text * {
	color: #000000 !important;
}
.wrapper-header {
	background-color: #000 !important;
}
.search-field {
	height: 40px !important;
	padding: 8px 14px !important;
}
.no-border {
	border:	none !important;
}
.std-font {
	font-size: 14px !important;
}
.lg-font {
	font-size: 18px !important;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.navbar-nav {
	display: block !important;
}
.hr-nav {
	margin-top: 16px;
	margin-bottom: 16px;
}
.input-group-lg > .form-control {
	border-radius: 0px;
}
.navbar-collapse {
	padding-left: 0px;
}
.dropdown-menu > li > a {
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover {
	background-color: #727272 !important;
}
.navbar {
	min-height: auto !important;
}
.map-search {
	margin-bottom: 15px;
}
.geo_loc_list .resultmsg {
	padding: 15px;
}
.dark-bg {
	background-color: #000000 !important;
}
.grey-bg {
	background-color: #2a2a2a !important;
}
.light-text * {
	color:#FFFFFF !important;
}
.dark-text * {
	color: #000000 !important;
}
.wrapper-header {
	background-color: #FFF !important;
}
.no-border {
	border:	none !important;
}
.std-font {
	font-size: 14px !important;
}
.lg-font {
	font-size: 18px !important;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.navbar-nav {
	display: block !important;
}
.hr-nav {
	margin-top: 16px;
	margin-bottom: 16px;
}
.navbar-collapse {
	padding-left: 0px;
	/* padding-right: 0; */
}
.dropdown-menu > li > a {
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover {
	background-color: #3ca400 !important;
}
.navbar {
	min-height: auto !important;
}
.cat-img {
	border: 5px solid #e7e7e7;
}
.home-heading {
	text-align: center;
}
.wrapper-thumbnail {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
/* Blog Thumbnails - Home Page */

.thumb-card {
  position: relative;
  overflow: hidden;
}

.badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hero-image {
	float:right;
	margin:0 0 1.5rem 0rem;
	max-width:100%;
}

.hero-image img {
  width:100%;
  height:auto;
}

/* Colour-code types */
.thumb-card.blog .badge { background:#1e3a8a; }   /* navy */
.thumb-card.pr   .badge { background:#28a745; }   /* brand green */

.blog-img {
    width: 100%;
    margin-bottom: 10px;
}
.blog-thumbs h4 {
    height: 70px;
}
.blog-thumbs div {
    margin-bottom: 25px;
}
.blog-thumbs p {
    height: 145px;
}
.wb-news {
	background-color: #2a2a2a;
}
.wrapper-pricing {
	padding-left: 0px !important;
}
.breadcrumb {
	background-color: inherit;
}
.input-md {
	height: 40px;
	padding: 13px 10px;
	font-size: 14px;
	line-height: 1;
	border-radius: 2px;
}
.row-padded {
	padding-top:15px;
	padding-bottom: 15px;
}
.info-bar {
	padding-top: 0px;
	padding-bottom: 0px;
}
.info-bar > .row {
	background-color: #c9cacc;
}
.info-bar > .row > .col-xs-12 > p {
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border: 3px solid #231f20;
	color: #231f20;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.carousel-control.right, .carousel-control.left {
	background-image: none !important;
}
.ph-header {
	float: right !important;
}
.ph-header > a {
	font-size: 25px;
	margin: 0px 15px;
	padding: 0 !important;
}
/*.productpricetext {
	font-size: 40px;
}*/
.wrapper-pricing, .fdbck-star {
	font-size: 14px;
}
.fa-star {
	color: #a1c900;
}
.evog-search {
	border-radius: 7px 0px 0px 7px !important;
}
.evog-search-btn {
	border-radius: 0px 7px 7px 0px !important;
	background-color: #2a2a2a !important;
	border-color: #2a2a2a !important;
	color: #fff !important;
}
.btn {
	border-radius: 7px;
}
.newsletter-footer {
	background-color: #eaeaea;
	padding: 30px 0; float: left; width: 100%;
}
.newsletter-header {
	text-transform: uppercase;
	font-weight: 200;
	color: #000;
	font-size: 17px;
	margin-top: 15px;
	text-align: right;
}
.newsletter-email {
	height: 45px;
}
.newsletter-btn {
	height: 45px;
	background-color: #2a2a2a;
	color: #fff;
	border: 1px solid #f1f2f2;
}
.category-thumbnail h3 {
	text-align: center;
	height: 2em;
}
.category-thumbnail:nth-child(3n+1) {
	clear: none;
}
.category-thumbnail h3 {
	margin: 15px 0 2px 0;
}
.size-subtitle {
	font-size: 13px;
	max-height: 13.2px !important;
}
/*.nav-pills > li > a {
	font-size: 13px !important;
	padding: 10px 7px !important;
}*/
@media (max-width: 767px) {
.thankupage {
    height: calc(100vh - 100px)!important;
    position: relative;
}
	.navbar-nav .dropdown-menu > li > a {
		color: #ffffff /*{header|menu-colour}*/;
	}
	.pd-fix {
		padding-top: 15px;
	}
	.blog-thumbs h4 {
        height: 75px;
        font-size: 15px;
    }
    .blog-thumbs p {
        height: 180px;
        font-size: 13px;
    }
    .btn {
    	padding: 10px 10px !important;
    	font-size: 12px !important;
    }
    .btn-checkout-2 {
    	margin-top: 15px;
    }
    .nav > li {
    	padding-top: 2px;
    	padding-bottom: 2px;
    	margin-top: 0px;
    	margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
		.size-subtitle {
			font-size: 11px;
		}
		.newsletter-header {
			text-align: center !important;
			margin-bottom: 10px !important;
		}
		.category-thumbnail > h3 {
			font-size: 1.2em;
		}
	}
@media (min-width: 768px) and (max-width: 991px) {
    .blog-thumbs p {
        height: 164px;
    }
    .ph-header > a {
    	font-size: 20px !important;
    }

    
}
@media (min-width: 992px) and (max-width: 1200px) {
    .blog-thumbs h4 {
        font-size: 17px;
    }
     .blog-thumbs p {
        height: 180px;
    }
}
@media (min-width: 1200px) {
	.navbar-nav > li {
		padding-left: 10px;
		padding-right: 10px;
	}
}
p > a {
	color: #5555E6;
}
.price {
	text-align: center;
}
.payment-icon-zippay {
	margin-top: 7px;
	height: 18px;
	background-position: 0 49px;
}
@media (max-width: 576px) {
	.cart-title {
		font-size: 12px !important;
	}
	.cart-img {
		min-width: 75px;
	}
	.qty-price, .cart-price-subtotal {
		font-size: 12px;
	}
	#recent_sales_ticker {
		display: none !important;
	}
}
.btn-checkout {
	max-height: 46px;
    padding: 11px 14px !important;
}
.btn-checkout-1 {
    max-width: 100%;
    display: inline;
}
.btn-checkout-2 {
    max-width: 234px;
    display: inline;
}
.product-image {
	margin-top: 12px;
}
.sale-menu {
	background-color:#a3dc18;
	padding-right: 10px !important;
}
.old-sku {
	font-size: 13px;
}
#recent_sales_ticker {
	bottom: 2px !important;
	border-radius: 0px !important;
	width: 450px !important;
	height: 110px !important;
}
#recent_sales_ticker img {
	width: 100px !important;
	margin-right: 15px !important;
}
.nav-tabs > li {
	padding-right: 0px;
	padding-left: 0px;
}
.nav-tabs > li.active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: transparent ;
	border: none;
	background-color: #a3dc18;
	color: #FFF;
}
.nav-tabs > li.active .fa-star {
	color: #FFF;
}
.nav-tabs > li > a {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}
.nav-tabs > li.active > a {
	color: #FFF;
	background-color: transparent;
	border: none;
}
#reviews > div > blockquote > h4 {
	font-weight: bold;
}
.geo_loc_item > div.thumb > img {
	min-width: 50px !important;
	width: 99% !important;
}
.content-tabs {
	margin-top: 25px;
}
.resources {
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 15px;
}

.resources a {
	color: #5555e6;
}

.foam-main-img img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.custom-foam-desc p {
    font-size: 18px;
    color: #212121;
    line-height: 30px;
    font-weight: 300;
}
.custom-foam-desc ul>li {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
    list-style: none;
}

.custom-foam-desc ul {
    padding: 0;
    margin-bottom: 40px;
}
.custom-foam h2 {
    font-weight: bold;
}
.custom-foam-form h2, .custom-foam-form p {
    text-align: center;
}
.custom-foam-form p {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
    margin-bottom: 30px;
}
.custom-foam-form h2 {
    margin-bottom: 25px;
}
.custom-foam-desc ul>li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 12px;
}
.custom-foam-desc .n-responsive-content:first-child {
    display: none;
}
.custom-foam-form {
    padding-top: 65px;
}
.custom-foam-desc .n-responsive-content {
    padding: 30px 0px;
}
.breadcrumb {
    padding: 8px 0!important;
}
.breadcrumb li>a{color:#000!important;font-weight:300;}
.custom-foam-form .form-control {
    border: 1px solid #dedede;
    box-shadow: none;
    height: 46px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 300;
    padding: 2px 10px 2px 35px;
}
.custom-foam-form .form-group {
    position: relative;
	    margin-bottom: 20px;
}
span.icon_fm {
    position: absolute;
    top: 13px;
    left: 14px;
    color: #6a6a6a;
    font-size: 14px;
}


.custom-foam-form .form-control::placeholder {
color: #6a6a6a;
}

.custom-foam-form .form-control:-ms-input-placeholder {
color: #6a6a6a;
}

.custom-foam-form .form-control::-ms-input-placeholder {
color: #6a6a6a;
}
.custom-foam-form textarea.form-control {
    height: 155px!important;
    width: 100%!important;
    padding-top: 12px;
}
.input_but input.btn.btn-lg.btn-default {
    background: #2a2a2a;
    color: #fff;
    border: 0px;
    padding: 14px 50px;
    text-transform: uppercase;
    font-size: 15px;
}
.foam-carousel .slick-slide {
    margin: 0 10px;
}
.foam-carousel .slick-slide img {
    max-width: 100%;
    width: 100%;
	  height: 202px;
    object-fit: cover;
}
.foam-carousel a.slick-arrow i {
    font-size: 40px;
    color: #000;
}
.foam-carousel a.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.foam-carousel a.slick-arrow.next{
	left:auto;
	right:-20px;
}

.form-group.foam-email::before {
	/* background-image: url("https://www.evolutiongear.com.au/assets/images/custom-envelop.png"); */
	background-repeat: no-repeat;
	width: 100%;
	background-position: right;
	position: absolute;
	left: 8px;
	top: 12px;
	content: "";
	width: 20px;
	height: 20px;
}
.form-group.foam-name::before {
	/* background-image: url(https://www.evolutiongear.com.au/assets/images/custom-user.png); */
	background-repeat: no-repeat;
	width: 100%;
	background-position: right;
	position: absolute;
	left: 8px;
	top: 12px;
	content: "";
	width: 20px;
	height: 20px;
}
.form-group.foam-number::before
{
		/* background-image: url("https://www.evolutiongear.com.au/assets/images/custom-phone.png"); */
		background-repeat: no-repeat;
		width: 100%;
		background-position: right;
		position: absolute;
		left: 8px;
		top: 12px;
		content: "";
		width: 20px;
		height: 20px;
}
.form-group.foam-msg::before
{
	/* background-image: url("https://www.evolutiongear.com.au/assets/images/custom-chat.png"); */
	background-repeat: no-repeat;
	width: 100%;
	background-position: right;
	position: absolute;
	left: 8px;
	top: 12px;
	content: "";
	width: 20px;
	height: 20px;
}
.form-group.foam-state::before {
    /* background-image: url("https://www.evolutiongear.com.au/assets/images/lc.png"); */
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    position: absolute;
    left: 8px;
    top: 12px;
    content: "";
    width: 20px;
    height: 20px;
}

@media only screen and (max-width:479px){
.foam-carousel .slick-slide img {
    height: auto;
    object-fit: cover;
}
}
.thanku-main-img img.thanku-img
{
    width: 100%;
    height: 373px;
    object-fit: cover;
}

#read-more {display:none;}

#read-more a {color:#222!important;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#read-more a:hover {color:#ed2d16!important;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#show-more, a#hide-less {
     color:#222!important;
}
.custom-foam-desc i.fa.fa-check-circle
{
    color: #3CA400;
    font-size: 55px;
	    margin-bottom: 10px;
}
.custom-foam-desc h2
{
	margin:0px;
	font-size: 20px;
	margin-bottom: 10px;
}
.custom-foam-desc p
{
 margin-bottom: 10px;
}
.thanku-home {
    border-radius: 5px;
    background-color: #000;
    border-color: #000;
    display: table;
    margin: 0 auto;
    padding: 10px 40px;
    color: #fff;
}
.thanku-home a
{
    color: #fff;
}
.thankupage {
    height: calc(100vh - 440px);
	position:relative;
}
.custom-foam-desc ul {
	padding: 0;
	margin-bottom: 40px;
}
.thanku-social-link .tu-links::before {
	display: none;
}
.thanku-social-link .tu-links a {
	text-align: center;
}
.thanku-social-link .tu-links a i {
	font-size: 42px;
	display: block;
}
.thanku-social-link .tu-links {
	float: left;
	padding: 0px 10px;
	font-size: 12px;
	text-transform: uppercase;
}
.thn-newscon {
	max-width: 600px;
	margin: 40px auto;
}
.thanku-header {
	font-size: 20px;
	font-weight: 500;
}
.thn-newscon .newsletter-btn {
	border: 1px solid #000;
    border-radius: 0px;
}
.custom-foam-desc ul {
	padding: 0;
	margin-bottom: 40px;
	display: table;
	margin: 20px 10px 20px 0px;
}
.thanku-page-social span {
	font-size: 20px;
}
.thanku-home a {
	color: #545454;
	text-decoration: underline;
}
.thanku-home {
	border-radius: 5px;
	background-color: transparent;
	display: table;
	margin: 0 auto;
	padding: 16px 40px;
	color: #545454;
	width: auto;
    border: 0 none;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 0;
	font-size: 19px;
}
/* 2-sep css start here */
	@media all and (max-width: 1023px){
		.thankupage {height: auto !important;}
	}
	@media all and (max-width: 767px){
		.custom-foam-desc h2{font-size: 20px;}
		.custom-foam-desc p{font-size: 16px;line-height: 1.6;}
		.thanku-page-social.col-md-12{padding: 0 !important;}
		.thanku-header{font-size: 18px;margin: 0 0 15px;}
		.custom-foam-desc ul{margin: 20px auto;}
		.thanku-social-link .tu-links{font-size: 10px;width: 20%;}
		.thanku-home{font-size: 14px;padding: 12px;}
		.thn-newscon{margin: 30px auto 20px;}
	}
	@media only screen and (max-width:767px){
  .foam-carousel .slick-slide img {
	height: 219px;
}
}
/* 2-sep css end here */

/* Colour Swatches css */
.nSwatchProduct {
    height:40px; width:40px; display:block;
}
.nColourSwatch._itmspec_lnk {
    display:inline-block;
    margin-right:5px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected {
    padding:4px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display:block;
    height:40px;
    width:40px;
    text-align: center;
    color:#333;
    position:absolute;
    content: "\f00c";
    font:normal normal normal 26px/1 FontAwesome;
    line-height: 40px;
    z-index: 10;
}
.nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
    opacity: .5;
}
.nColourSwatch ._itmspec_listitm {
    margin:0;
}

/* Colour Swatched on side bar */
.filter-colour {
    display: inline-block;
    padding: 10px 1px 0 8px;
}
.list-group > li + .filter.filter-colour > a:before {
    content: '';
}
.list-group > li + .filter.filter-colour > a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 1px 1px 2px #D6D6D6;
}
.filter-remove > a {
    border: 2px solid #AFAFAF;
}

/* Notice Bar - Header Announcement */
.bg-light {
	background: #3CA400;
	color: #FFF;
}
.py-2 {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*---6-11-2019--*/
.header-bottom .navbar.navbar-default,.header-bottom{
    background: #272727 !important;
}
.top-freeship p {
    margin: 0;
    font-size: 12px;
}
.container-fluid.header-middle .container.wrapper-header,.container-fluid.header-middle,.container-fluid.grey-bg.header-top {
    background: #000 !important;
}
.header-top .container .row {
    display: flex;
    align-items: center;
}
.header-top .container {
    /* border-bottom: 1px solid #333; */
    padding: 4px 0 0 0;
}
.header-top .nav > li > a {
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.header-top .nav-pills > li {
    padding: 10px 19px;
}
.header-top .nav-pills > li + li {
    margin-left: 0;
}
.header-top .nav-pills > li:last-child {
    padding-right: 0;
}
.container-fluid.header-middle .row.row-padded {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 2px;
}
.container-fluid.header-middle .container.wrapper-header {
    padding: 0;
}
.top-freeship p i {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
}
.col-md-4.hidden-xs .phn-header {
    margin-top: 20px;
    text-align: center;
}
.container-fluid.header-middle .phn-header a {
    color: #fff;
    font-size: 15px;
    padding-left: 0px;
    font-weight: 500;
    text-decoration: none;
}
.container-fluid.header-middle .phn-header a img {
    width: 50px;
}
.container-fluid.header-middle  .header-search,.container-fluid.header-middle  #header-cart,.container-fluid.header-middle  .nAccountButton {
    margin-top:8px;
}
.container-fluid.header-middle  .nAccountButton {
	margin-left:30px;
}
.container-fluid.header-middle .nAccountButton a.search-field {
    background: none !important;
    color: #fff !important;
    padding: 10px 15px 5px 15px !important;
    line-height: 21px !important;
    height: 45px !important;
    border-radius: 6px;
    font-size: 14px !important;
}
.container-fluid.header-middle .nAccountButton a.search-field .caret {
    border-width: 6px 6px 0;
    border-bottom-width: 0;
    color: #fff!important;
    margin-left: 5px;
    margin-top: -1px;
}
.dropdown-menu.grey-bg.light-text > li > a {
    padding: 7px 20px;
    transition: all .3s ease-in;
    border-radius: 17px;
    position:relative;
}
.dropdown-menu.grey-bg.light-text > li > a::after {
	content:'\f061';
	font-family:fontawesome, sans-serif;
	position:absolute; opacity:0;
	right:15px;transition: all .3s ease-in;
	webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);

}
.dropdown-menu.grey-bg.light-text > li > a:hover::after {
	content:'\f061';
	font-family:fontawesome, sans-serif;
	position:absolute; opacity:1;
	right:15px;transition: all .5s ease-in;
	webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);

}
.container-fluid.header-middle #header-cart a#cartcontentsheader {
    /* border: 1px solid #fff; */
    /* height: 45px !important; */
    border-radius: 6px;
    padding: 0 0px 0 19px !important;
    line-height: normal !important;
    padding-top: 10px !important;
}
.container-fluid.header-middle #header-cart a#cartcontentsheader i.fa.fa-caret-down {
    display: none;
}
.container-fluid.header-middle #header-cart a#cartcontentsheader i.fa.fa-shopping-cart {
    margin-right: 5px;
    font-size: 30px;
    color: #fff !important;
}
.header-middle .sign-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-middle .search-bar {
    padding-top: 20px;
    margin-left: 0px;
}
.header-middle .search-bar i.fa.fa-search {
    color: #fff;
    font-size: 20px;
}
.container-fluid.header-middle #header-cart {
    margin-right: 0px;
    margin-left: 18px;
}
.container-fluid.header-bottom .container .container-fluid,.container-fluid.header-bottom .container {
    padding: 0;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li {
    padding-left: 20px;
    padding-right: 20px;
    /* padding-top: 14px; */
    /* padding-bottom: 14px; */
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li:first-child {
    padding-left: 0;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li:last-child {
    padding-right: 0;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li > a {
    font-weight: 300;
    font-size: 15px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.navbar-default .navbar-nav > li > a{
padding: 10px 14px;
}
.tophead-menu .nav.nav-pills {
    text-align: right;
    float: right;
}
.header-top .nav-pills > li {
    padding: 5px 14px;
}




/*---6-11-2019--END*/

@media only screen and (max-width: 1199px){
.container-fluid.header-bottom .navbar-default .navbar-nav > li {
    padding-left: 5px;
    padding-right: 5px;
}
.container-fluid.header-middle .wrapper-logo {
    text-align: left;
}
.header-top .nav-pills > li {
    padding: 10px 6px;
}
.container-fluid.header-middle .phn-header a {
    font-size: 22px;
}
.header-top ul.nav.nav-pills {
    float: right;
    width: 100%;
}
.container-fluid.header-bottom .row.row-padded {
    padding-top: 12px;
    padding-bottom: 12px;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li > a {
    font-size: 14px;
}
}
@media only screen and (max-width: 991px){
.container-fluid.header-bottom	.nav > li > a {
    padding: 10px 7px;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li > a {
    font-size: 12px;
}
.container-fluid.header-bottom .row.row-padded {
    padding-top: 10px;
    padding-bottom: 10px;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li {
    padding-left: 0px;
    padding-right: 0px;
}
.header-top .nav-pills > li {
    padding: 10px 5px;
    /* display: inline-block; */
    /* text-align: right; */
    /* float: none; */
}
.header-top .nav > li > a {
    font-size: 10px;
}
.top-freeship p i {
    margin-top: 0px;
}
.header-top .container {
    padding: 4px 0 0;
}
.container-fluid.header-middle .phn-header a img {
    margin-right: 0px;
    margin-top: -7px;
}
.container-fluid.header-middle .phn-header a {
    font-size: 20px;
}
.top-freeship p {
    margin: 0;
    font-size: 10px;
}
.container-fluid.header-middle .phn-header a img {
    margin-right: -3px;
    margin-top: -7px;
}
.header-middle .logo {
    width: 200px;
}
.header-middle .search-bar {
    padding-left: 42px;
}
.container-fluid.header-middle #header-cart a#cartcontentsheader {
    height: 40px !important;
    padding: 8px 11px !important;
    line-height: 39px !important;
}
.container-fluid.header-middle .nAccountButton a.search-field {
    padding: 7px 10px !important;
    line-height: 14px !important;
    height: 40px !important;
    font-size: 14px !important;
}
.container-fluid.header-middle .row.row-padded {
    padding-bottom: 22px;
}
.header-middle .search-bar i.fa.fa-search {
    font-size: 18px;
}
.container-fluid.header-middle .nAccountButton a.search-field .caret {
    margin-top: -2px;
}
}

@media only screen and (max-width: 767px){
.container-fluid.grey-bg.header-top .top-freeship {
    width: 100%;
    margin: 0 auto;
    max-width: 240px;
    text-align: center;
    padding: 8px 0;
}
.top-freeship p i {
    float: none;
    margin-right: 5px;
}
.container-fluid.header-middle .phn-header a {
    font-size: 14px;
    width: 100%;
    float: left;
    text-align: right;
}
.container-fluid.header-middle .head-austno {
    position: absolute;
    top: 7px;
    left: auto;
    right: 0;
    display: inline-block;
    width: 100%;
}
.container-fluid.header-middle {
    position: relative;
}
.container-fluid.header-middle .row.row-padded {
    padding-bottom: 22px;
    padding-top: 30px;
}
.header-middle .logo {
    width: 200px;
    min-width: 200px;
}
.top-freeship p {
    font-size: 12px;
}
.container-fluid.header-middle .phn-header a img {
    margin-right: 2px;
    margin-top: -7px;
    width: 30px;
    height: 18px;
}
.container-fluid.header-bottom .row.row-padded {
    padding-top: 4px;
    padding-bottom: 0px;
}
.container-fluid.header-middle .wrapper-logo {
    text-align: left;
}
}


@media only screen and (max-width: 479px){
.header-middle .logo {
    width: 170px;
    min-width: 170px;
}
.container-fluid.header-middle .row.row-padded {
    padding-bottom: 22px;
    padding-top: 25px;
}
.search-bar-head .search-field {
    height: 36px !important;
}
.search-bar-head .input-group-lg > .form-control{
    font-size: 15px;
}
}
/*--Single Stockist----*/
#single-map {
    width: 100%;
    height: 466px;
}
ul#travelmode li {
    display: inline-block;
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: 40px;
    float: none;
    height: 20px;
    border-bottom: none;
    cursor: pointer;
}
ul#travelmode li span {
    text-indent: -10000px;
    padding: 0px 20px 5px 13px;
    display: block;
}
ul#travelmode li.car {
    background: url('/assets/sprite-icon.png') no-repeat center -40px;
}
ul#travelmode li.car:hover, ul#travelmode li.car.active {
    background: url('/assets/sprite-icon.png') no-repeat center -60px;
}
ul#travelmode li.bus {
    background: url('/assets/sprite-icon.png') no-repeat center -80px;
}
ul#travelmode li.bus:hover, ul#travelmode li.bus.active {
    background: url('/assets/sprite-icon.png') no-repeat center -100px;
}
ul#travelmode li.walk {
    background: url('/assets/sprite-icon.png') no-repeat center -120px;
}
ul#travelmode li.walk:hover, ul#travelmode li.walk.active {
    background: url('/assets/sprite-icon.png') no-repeat center -140px;
}
ul#travelmode li.bicycle {
    background: url('/assets/sprite-icon.png') no-repeat center -160px;
}
ul#travelmode li.bicycle:hover, ul#travelmode li.bicycle.active {
    background: url('/assets/sprite-icon.png') no-repeat center -180px;
}
/*--Single Stockist--END--*/
/* 19-11-2019 CSS START HERE */
.header-search .input-group.input-group-lg {
	width: 100%;
}
.header-search .ajax_search {
	border-color: #4d4d4d;
	border-width: 1px;
	height: 45px !important;
	background-color: transparent;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #a9a9a9;
	width: 100%;
}
.header-search ::-webkit-input-placeholder { /* Chrome */
	color: #a9a9a9;
}
.header-search :-ms-input-placeholder { /* IE 10+ */
	color: #a9a9a9;
}
.header-search ::-moz-placeholder { /* Firefox 19+ */
	color: #a9a9a9;
	opacity: 1;
}
.header-search :-moz-placeholder { /* Firefox 4 - 18 */
	color: #a9a9a9;
	opacity: 1;
}
.input-group-btn {
	width: 48px;
}
.header-search .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
	background-color: #fff !important;
	height: 45px !important;
	color: #000 !important;
	width: 100%;
}
.col-xs-12.col-md-8.wrapper-search .row{
	margin: 0 -5px !important;
}
.col-xs-12.col-md-8.wrapper-search .col-xs-12.col-md-6, .col-xs-12.col-md-8.wrapper-search .col-md-1.hidden-xs, .col-xs-12.col-md-8.wrapper-search .col-md-4.hidden-xs{
	padding: 0 5px !important;
	text-align: left !important;
}
.col-xs-12.col-md-8.wrapper-search .col-md-2.hidden-xs .btn-group.nAccountButton.light-text{
	display: block;
}
.col-xs-12.col-md-8.wrapper-search .col-md-2.hidden-xs .row,
.col-xs-12.col-md-8.wrapper-search .col-md-3.hidden-xs .row{
	margin: 0 !important;
}
.container-fluid.header-middle .nAccountButton a.search-field {
	font-weight: 300;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	width: 100%;
}
.container-fluid.header-middle .nAccountButton a.search-field i.fa.fa-user {
	font-size: 30px;
}
.container-fluid.header-middle #header-cart a#cartcontentsheader {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	position: relative;
}
.container-fluid.header-middle #header-cart a#cartcontentsheader span {
	position:absolute;
	color: #000;
	background: #fff;
	padding: 0 5px;
	left: 29px;
	top: -2px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	min-width: 20px;
	text-align: center;
	font-size: 12px;
}
.container-fluid.header-middle .phn-header a {
	font-size: 16px;
	font-weight: 300;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.col-md-4.top-freeship p{
	width: auto;
	float: left;
	padding: 5px;
	background: #3CA400;
}
#n_stockist .stockistname h1{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 15px 10px 40px;
	background: #3CA400 url(/assets/shop.png) no-repeat 15px center;
	background-size: 18px;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
}
#n_stockist .stockdesc{
	color: #989898;
	padding-bottom: 15px;
}
#n_stockist .sinlestockisstart{
	width: 100%;
	float: left;
}
#n_stockist .sinlestockisstart .border-box{
	border: 1px solid #ececec;
}
#n_stockist .sinlestockisstart .border-box h4 {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	padding: 10px 15px 10px 40px;
	background: #3CA400 url(/assets/Shop_Info.png) no-repeat 15px center;
	border: 1px solid #3CA400;
	background-size: 18px;
	margin: 0 0 15px;
}
#n_stockist .sinlestockisstart .border-box address{
	padding: 0 15px;
}
#n_stockist .sinlestockisstart .border-box address br{
	display: none;
}
#n_stockist .sinlestockisstart .border-box address p{
	color: #989898;
	font-size: 12px;
	margin: 0;
}
#n_stockist .sinlestockisstart .border-box address p:last-child{
	margin-top: 5px;
	border-bottom: 1px solid #ececec;
}
#n_stockist .sinlestockisstart .border-box img.singlestore-logo{
	display: block;
	margin: 0 auto 10px;
	width: 50%;
}
#travelmode {
	padding: 0;
	width: 80%;
	margin: 0 auto;
	padding: 0 0 10px;
	border-bottom: 1px solid #ececec;
}
.directions-tool {
	margin-bottom: 10px;
	overflow: auto;
}
.widget-directions-searchbox-handle {
	visibility: visible;
	position: absolute;
	height: 60px;
	width: 15px;
	padding: 8px 0 0 0;
	z-index: 4;
	transition: background-color 200ms cubic-bezier(0.52, 0, 0.48, 1);
}
.widget-directions-searchbox-handle .widget-directions-icon.waypoint-handle {
	background-position: 0 2px;
	width: 16px;
	height: 13px;
}
.widget-directions-searchbox-handle .widget-directions-icon {
	background: transparent url(/assets/omnibox-sprite.png) no-repeat -2px -31px;
	background-size: 20px 100px;
	width: 16px;
	height: 17px;
	text-indent: -10000px;
}
.widget-directions-searchbox-handle .widget-directions-icon {
	background: transparent url(/assets/omnibox-sprite.png) no-repeat -2px -31px;
	background-size: 20px 100px;
	width: 16px;
	height: 17px;
	text-indent: -10000px;
}
.widget-directions-searchbox-handle .widget-directions-icon {
	background: transparent url(/assets/omnibox-sprite.png) no-repeat -2px -31px;
	background-size: 20px 100px;
	width: 16px;
	height: 17px;
	text-indent: -10000px;
}
.widget-directions-searchbox-handle .widget-directions-icon.waypoint-bullet {
	background-position: 0 -12px;
	width: 11px;
	height: 20px;
	margin-top: 3px;
}
.form-inputs {
	padding-left: 22px;
}
.form-inputs input.start {
	border-top: 1px solid #ccc;
}
.form-inputs input {
	height: 34px;
	width: 95%;
	border: none;
	box-shadow: none;
	border-radius: 0;
	outline: 0;
}
.form-inputs input.end {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget-directions-right-overlay button {
	text-indent: -10000px;
	background: transparent url(/assets/omnibox-sprite.png) no-repeat center -64px;
	width: 20px;
	border: none;
	box-shadow: none;
	margin-top: 20px;
	outline: 0;
	opacity: 0.5;
	padding: 0;
}
.action.primary, button {
	background: #3c3c3c;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	text-shadow: none;
	white-space: nowrap;
	line-height: 38px;
	letter-spacing: 0px;
	padding: 0 18px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	float: none !important;
}
.action.primary:hover, button:hover{
	background: #3CA400;
}
.widget-directions-right-overlay {
	position: absolute;
	z-index: 3;
	top: 4px;
	bottom: 0;
	right: 0;
	width: 30px;
	border: 0;
	opacity: 1;
	transition: opacity 200ms cubic-bezier(0.52, 0, 0.48, 1);
}
.singlesearhloc {
	padding: 0 15px;
	position: relative;
}
.box-input.form-group.col-xs-12{
	position: relative;
	float: none;
	text-align: right;
	margin: 10px 0 20px;
}
#right-panel {
	height: 450px;
	overflow-y: auto;
}
.nAccountButton .dropdown-menu {
	top: 50px;
	z-index: 110000;
	right: 0;
	left: auto;
}

@media all and (max-width: 1199px){
	.container-fluid.header-middle #header-cart {
		margin-right: 0;
		display: block;
	}
	.container-fluid.header-middle #header-cart a#cartcontentsheader {
		font-size: 13px;
		/* padding: 0 5px !important; */
	}
	.container-fluid.header-middle .nAccountButton a.search-field{
		font-size: 13px;
	}
	.container-fluid.header-middle .phn-header a img {
		width: 35px;
	}
	.container-fluid.header-middle .phn-header a {
		font-size: 14px;
	}
}
@media all and (max-width: 1023px){
	.col-xs-12.col-md-8.wrapper-search .col-xs-12.col-md-5, .col-xs-12.col-md-8.wrapper-search .col-md-2.hidden-xs, .col-xs-12.col-md-8.wrapper-search .col-md-3.hidden-xs {
		width: 100%;
		float: left;
		text-align: center !important;
	}
	#travelmode {
		width: 100%;
	}
}
@media all and (max-width: 979px){
	.container-fluid.header-middle .container.wrapper-header {
		padding-right: 15px;
	}
	.container-fluid.header-middle .row.row-padded{
		display: block;
	}
	.col-xs-12.col-md-8.wrapper-search .col-xs-12.col-md-5{
		width: 40%;
	}
	.col-xs-12.col-md-8.wrapper-search .col-md-2.hidden-xs,
	.col-xs-12.col-md-8.wrapper-search .col-md-3.hidden-xs{
		width: 20%;
	}
	.container-fluid.header-middle .row.row-padded a{
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}

}
@media all and (max-width: 767px){
	.container-fluid.grey-bg.light-text.header-top{
		background: #3ca400 !important;
	}
	.col-md-4.top-freeship p {
		padding: 0;
		background: transparent;
	}
	.container-fluid.header-middle .row.row-padded {
		display: block;
		text-align: center;
	}
	.container-fluid.header-middle .row.row-padded a{
		/* display: block; */
		/* text-align: center; */
		/* margin: 0 0 10px; */
	}
	.container-fluid.header-middle .container.wrapper-header {
		padding-left: 15px;
	}
	.col-xs-12.col-md-8.wrapper-search .col-xs-12.col-md-5{
		width: 100%;
	}
	.container-fluid.header-bottom.light-text .navbar-nav {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		/* padding-left: 30px; */
		/* padding-right: 15px; */
	}
	.container-fluid.header-bottom .navbar-default .navbar-nav > li > a {
		font-size: 20px;
		font-weight: normal;
		padding-top: 23px !important;
		padding-bottom: 24px !important;
		padding-left: 30px;
		padding-right: 20px;
	}


	.container-fluid.header-bottom .grey-bg {
		background-color: #3c3a3a !important;
	}
	.navigation-list.list-inline.visible-xs.nMobileNav{
		display: none !important;
		align-items: center;
		justify-content: center;
	}

	.header-bottom .navbar.navbar-default, .header-bottom {
		background-color:#343434 !important;
	}
	body{
		overflow-x: hidden;
	}
}
/* 19-11-2019 CSS END HERE */

/* 11-11-2019 app.css start here */
.geo_loc_list ul::after{
    content: "";
    clear: both;
    display: table;
}
.geo_loc_list ul li{
    width: 33.3%;
    float: left;
    min-height: 314px;
    padding: 20px;
}
.geo_loc_list ul li:nth-child(3n+1){
  clear: left;
}
.geo_loc_list ul li br{
  display: none;
}
.geo_loc_list ul li a {
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  display: block;
  color: #5555e8;
  margin: 0 0 15px;
}
.geo_loc_list ul li a:hover{
  text-decoration: underline;
}
.geo_loc_list ul li span.address, .geo_loc_list ul li span.distance, .geo_loc_list ul li span.contact {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  display: block;
  line-height: 1.2;
  margin: 0 0 5px;
}
.geo_loc_list ul li span.contact{
  margin: 0 0 20px;
}
.geo_loc_list ul li p a{
  font-size: 16px;
  margin: 0;
}
@media all and (max-width: 1366px){
  .geo_loc_list ul li span.address, .geo_loc_list ul li span.distance, .geo_loc_list ul li span.contact{
    width: 75%;
  }
}
@media all and (max-width: 1199px){
  .geo_loc_list ul li{
    width: 50%;
  }
  .geo_loc_list ul li:nth-child(2n+1) {
     clear: inherit;
  }
  .geo_loc_list ul li {
    min-height: 375px;
  }
}
@media all and (max-width: 1023px){
  #geo_list{
    height: 450px;
  }
}
@media all and (max-width: 767px){
  .geo_loc_list ul li{
    width: 100%;
    min-height: inherit;
  }
}
  /* 11-11-2019 app.css start here */

.h2-home {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0px 30px 0px;
}

.supplying {
	padding-bottom:30px;
}


.btn-date {
	font-size: 11px;
	margin-bottom: 0px !important;
}

/** 14 aug 2020 by WB **/

a.wk_pdf-down-btn img{
	margin-bottom:25px;
}

[preorder-tooltip] {
  position: relative; 
}


[preorder-tooltip]::before,
[preorder-tooltip]::after {
  text-transform: none; 
  font-size: 14px; 
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[preorder-tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[preorder-tooltip]::after {
  content: attr(preorder-tooltip); 
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #EA961F;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}


[preorder-tooltip]:hover::before,
[preorder-tooltip]:hover::after {
  display: block;
}


[preorder-tooltip='']::before,
[preorder-tooltip='']::after {
  display: none !important;
}


[preorder-tooltip]:not([flow])::before,
[preorder-tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #EA961F;
}
[preorder-tooltip]:not([flow])::after,
[preorder-tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[preorder-tooltip]:not([flow])::before,
[preorder-tooltip]:not([flow])::after,
[preorder-tooltip][flow^="up"]::before,
[preorder-tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

@keyframes tooltips-wk {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}


[preorder-tooltip]:not([flow]):hover::before,
[preorder-tooltip]:not([flow]):hover::after,
[preorder-tooltip][flow^="up"]:hover::before,
[preorder-tooltip][flow^="up"]:hover::after{
  animation: tooltips-wk 300ms ease-out forwards;
}

/* Request a quote modal by WB on 1 oct 2020 */
a.btn.btn-lg.btn-block.wk_quote-btn {
    background: #3f3926;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    border-color: #3CA400;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    font-size: 18px;
}
a.btn.btn-lg.btn-block.wk_quote-btn:hover {
    background: #252216;
}
.quotemodal button.close {
    right: -11px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    padding: 3px 5px;
    border: 2px solid #fff;
    top: -9px;
    line-height: 15px;
    font-size: 15px;
}
.quotemodal button.close:focus {
    outline:0; 
}

.quotemodal h4.modal-title {
    text-align: center;
    position:relative;
    margin-bottom:20px;
    font-size: 22px;
}
.quotemodal h4.modal-title::after {
    content:'';
    border-bottom:3px solid #3ca400;
    width:110px;
    position:absolute;
    left:0;
    right:0;
    bottom:-5px;
    
margin:auto;
}
.quotemodal .modal-header p {
    text-align:center;
    font-size: 14px;
}

.quotemodal .modal-header {
    border-bottom: 0; padding-bottom:0px;
}
.quotemodal input.form-control {
    height: 44px;
    border-color: #bdbdbd;
    color: #7e7e7e;
}
.quotemodal textarea.form-control {
    height: 100px;
    border-color: #bdbdbd;
    color: #7e7e7e; padding-top:10px;
}
.quotemodal .form-group {
    padding: 0px;
    margin-bottom: 20px;
}

.quotemodal input.quotedetail_submit-btn {
    margin: 0 auto;
    float: none;
    background: #2d7b00;
    border: 0;
    color: #ffff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.quotemodal input.quotedetail_submit-btn:hover {
    background: #205202;
}
.quotemodal input.quotedetail_submit-btn:focus {
    outline:0;
}
.quotemodal .modal-body {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left:30px;
    padding-right:30px;
}

.quotemodal .modal-footer {
    border-top: 0;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}
.modal {
	z-index:10500;
}

/* USPs on product detail page */

.wk_usps .fa {
    color: #3ca400;
    font-size: 30px;
}
.wk_usps {
    margin-top: 30px;
    text-align:center;
    margin-left: 0;
    margin-right: 0;
}
.wk_usps .advert-custom{
    margin-bottom:20px;
}
.wk_usps h5 {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
}
.wk_usps .advert-custom .advert-usp-icon img {
	width: 100%;
	max-width: 120px;
}
.wk_usps p {font-size: 13px;}
.wk_usps .advert-usp-content {
    display: none;
}
/* homepage category tiles */
.row.home-featured-cat {
    background: #eee; margin-left:0; margin-right:0;
}
.cat-tiles {
    float: left;
    width: 20%;
    background: #eeeeee;
    padding: 10px;
    border-right: 0px solid #fff;
    position: relative; overflow:hidden;
}
.cat-tiles span.title {
    text-transform:uppercase;
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 5px 12px;
    bottom: 20px;
    height: auto;
    margin: 0 25px;
    transition: all .5s ease-in-out;
    font-size: 14px;
    overflow: hidden;
    /* display: inline-flex; */
    /* align-items: center; */
    background-image: linear-gradient(to bottom right,#3ca400 49.5%,black 50%);
    background-size: 200% 200%;
    background-position:bottom right;
} 
.cat-tiles a img {
	transition:all .5s ease-in-out;
	padding: 10px;
}
.cat-tiles a:hover img {
	transition:all .5s ease-in-out;
	transform:scale(1.05);
}
.cat-tiles a:hover span.title {
    /* background: #3ca400; */
    background-position: top left;
}
ul.nav li.dropdown.dropdown-hover ul.dropdown-menu {
    min-width: 680px;
    padding: 15px 15px 15px 0px;
    margin-top: 0px;
    border: 1px solid #3ca400;
    background-clip: unset;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 43%);
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s,-moz-transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
    visibility: hidden;
    display: inline;
}

ul.nav li.dropdown.dropdown-hover:hover > ul.dropdown-menu {
    /* display: block; */
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s 0s,visibility .3s 0s,-webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s,visibility .3s 0s,-moz-transform .3s 0s;
    transition: opacity .3s 0s,visibility .3s 0s,transform .3s 0s;
    visibility: visible;
}
ul.nav li.dropdown.dropdown-hover ul.dropdown-menu li {
    float: left;
    width: 43%;
    padding-left: 10px;
    margin-bottom: 5px;
}
ul.nav li:last-child:hover > ul.dropdown-menu, ul.nav li:last-child > ul.dropdown-menu, ul.nav li:nth-last-child(2):hover > ul.dropdown-menu, ul.nav li:nth-last-child(2) > ul.dropdown-menu  {
	right:0; left:unset;
}

ul.nav li.dropdown.dropdown-hover ul.dropdown-menu .sub-menu-img {
    float: right;
    width: 55%;
}

ul.nav li.dropdown.dropdown-hover ul.dropdown-menu .sub-menu-img img {width: 100%;border: 0;padding: 0px;box-shadow: 0px 0px 5px #000000b3;}

.extra-options .col-xs-12.add-to-cart-promo img {
    width: 100%; max-width:545px;
}

.wk_hidden-mob {
	display:block !important;
}
.wk_hidden-desk {
	display:none !important;
}


.zip-widget__tagline span.text, .zip-widget__tagline a.learn-more {
    font-size: 10px !important;
}

.row.testimonials {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
}
.row.testimonials .testimonial-box {
    float: left;
    width: 96%;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccccccc9;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 15px;margin-bottom:15px; height:330px;
}

.testi-logo {
    height: 75px;
    text-align: center;
    margin-bottom: 25px;
}

.testi-logo img {
    max-height: 75px;
    width: auto;
}

.testi-txt {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.testi-author {
    text-align: center;
    font-weight: 600;
    color: #666; position:relative;
}

.testi-author span {
    color: #989494;
    font-weight: 400;
    font-size: 13px;
}

.testi-txt::before {

content: open-quote;

font-size: 50px;

color: #3ca400;

vertical-align: -webkit-baseline-middle;vertical-align: -moz-middle-with-baseline;
}
.testi-txt::after {

content: close-quote;

font-size: 50px;

color: #3ca400;

vertical-align: -webkit-baseline-middle; vertical-align: -moz-middle-with-baseline;
}
.testi-author::before {
	content: "";
	border-top: 3px solid #3ca400;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
}
.lSAction {
    display: none;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0 !important;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #3ca400!important;
}
.partner-main-img {
    float: left;
    width: 100%;
}

.partner-main-img img {
    max-width: 100%;
    object-fit: cover;
}
.partner-page .advantages-cont {
    float: left;
    width: 100%;
    background: #3ca400;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 40px 40px;
}

.partner-page .advantages-cont .container {
    max-width: 1320px;
    width: 100%;
}

.partner-page .advantages-cont h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    position:relative;
}
.partner-page .advantages-cont h2:after {
	content: "";
    position: absolute;
    border-bottom: 5px solid #fff;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;
}
.partner-page .advantages-row {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.partner-page .advantage-box {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0px 40px;
}
.partner-page .advantage-box img {
    max-width: 130px !important;
}
.partner-page .advantage-box h3 {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
}

.partner-page .advantage-box p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.partner-page-desc h2.middle-heading, .partner-page h2.middle-heading {
  float: left;
  width: 100%;
  font-size: 36px;
  color: #000;
  text-align: center;
  position: relative;
  font-weight: 600;
  margin-bottom: 54px;
  margin-top: 25px;
}
.partner-page-desc {
    float: left;
    width: 100%;
}
.partner-page h2.middle-heading:after {content: "";position: absolute;border-bottom: 5px solid #3ca400;top: 0;bottom: -24px;left: 0;right: 0;width: 199px;text-align: center;margin: auto;}


.partner-page-desc .testimonial-cont {
    float: left;
    width: 100%; background:#f4f4f4; padding:70px; margin:50px 0;
}

.partner-page-desc .testimonial-cont ul#partner-testimonial-slider, .partner-page-desc .testimonial-cont ul#custom-testimonial-slider li{
    float: left;
    /* width: 100% !important; */
    list-style: none; background-image:none;
}
.partner-page-desc .testimonial-cont ul#partner-testimonial-slider li:before{
   display:none;
}
.partner-page .testimonial-cont .testi-author img {
    max-width:300px !important;
    width: 100%;
}
.partner-page-desc .lSSlideOuter .lSPager.lSpg > li {
	text-align:center; 
}
.partner-page-desc .lSSlideOuter .lSPager.lSpg > li:before {
	display:none;
}
.container-fluid.no-padding.partner-page-carousel {
    width: 100%;
    float: left;
}
.partner-page-desc ul {
	padding: 0;
	margin-bottom: 40px;
	/* display: table; */
	margin: 20px 10px 20px 0px;
}
.partner-page-desc ul>li {
    font-size: 18px;
    color: #212121;
    line-height: 30px;
    list-style: none;
}
.partner-page-desc ul>li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 12px;
}
.partner-page-desc p {
    margin-bottom: 10px;
}

.partner-page p {
    font-size: 18px;
    color: #212121;
    line-height: 30px;
    font-weight: 300;
}
.partner-page-carousel a.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.partner-page-carousel a.slick-arrow.next {
    left: auto;
    right: -20px;
}
.partner-page-carousel .slick-slide img {
    max-width: 100%;
    width: 100%;
    height: 202px;
    object-fit: cover;
}
.partner-page-carousel {
    position: relative;
    float: left;
    width: 100%;
}
.partner-page-carousel a.slick-arrow i {
    font-size: 40px;
    color: #000;
}
.partner-page-carousel .slick-slide {
	margin:0 10px;
}
.partner-page-carousel-cont {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.custom-foam-form .form-control {
    border: 1px solid #dedede;
    box-shadow: none;
    height: 46px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 300;
    padding: 2px 10px 2px 35px;
}
.custom-foam-form .form-group {
    position: relative;
	    margin-bottom: 20px;
}
span.icon_fm {
    position: absolute;
    top: 13px;
    left: 14px;
    color: #6a6a6a;
    font-size: 14px;
}
.partner-page-form {
	float:left; width:100%;
}
.partner-page-form .form-control {
    border: 1px solid #dedede;
    box-shadow: none;
    height: 46px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 300;
    padding: 2px 10px 2px 35px;
}
.partner-page-form .form-control::placeholder {
color: #6a6a6a;
}

.partner-page-form .form-control:-ms-input-placeholder {
color: #6a6a6a;
}

.partner-page-form .form-control::-ms-input-placeholder {
color: #6a6a6a;
}
.partner-page-form textarea.form-control {
    height: 155px!important;
    width: 100%!important;
    padding-top: 12px;
}
.partner-page-form .input_but input.btn.btn-lg.btn-default {
    background: #2a2a2a;
    color: #fff;
    border: 0px;
    padding: 14px 50px;
    text-transform: uppercase;
    font-size: 15px;
}
.partner-page-form .form-group {
    position: relative; float:left; width:100%;
}
.partner-page .testimonial-cont ul li:before {
    display: none;
}
.partner-page .testimonial-cont ul {
	padding:20px 0 0 0;
}
.partner-page-form p, .partner-page-form center {
    float: left;
    width: 100%;
}

.partner-page .video-row {
    float: left;
    width: 100%; margin:60px 0 0 0;
}
 .partner-page .video-row .container {
 	height: 0;
 	padding-bottom: 50%;
 	position:relative; max-width:1320px; margin:0 auto;
 }
 .partner-page .video-row .container iframe {
 	position:absolute;
 	left:0;
 	top:0;
 	bottom:0;
 	right:0;
 	width: 100%;
 	height: 100%;
 }

/** Custom foam page **/
h1.page-header.customfoam-title {
    border-bottom: 0;
    text-align: center;
    margin-top: 15px;
    font-size: 44px;
    text-transform: uppercase;
    color: #393939;
    font-weight: 600;
}

h3.customfoam-subtitle {
    text-align: center;
    color: #666;
    font-size: 28px;
    margin-bottom: 10px;
}


.custom-foam-page {
    /* float: left; */
    width: 100%;
    padding-top: 10px;
    background: #f4f4f4;
    margin-top: 0px;
}


.foam-page-desc h2.main-heading {
  float: left;
  width: 100%;
  font-size: 46px;
  color: #000;
  text-align: center;
  position: relative;
  font-weight: 600;
  margin-bottom: 54px;
  margin-top: 25px;
}
.foam-page-desc {
    float: left;
    width: 100%;
}
.foam-page-desc h2.main-heading:after {content: "";
    position: absolute;
    border-bottom: 5px solid #3ca400;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;

   }


.foam-page-desc p {
    font-size: 23px;
    color: #000;
    font-weight: 400;
}

.foam-page-desc .advantages-cont {
    float: left;
    width: 100%;
    background: #3ca400;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 40px 40px;
}

.foam-page-desc .advantages-cont .container {
    max-width: 1320px;
    width: 100%;
}

.foam-page-desc .advantages-cont h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    position:relative;
}
.foam-page-desc .advantages-cont h2:after {
	content: "";
    position: absolute;
    border-bottom: 5px solid #fff;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;
}
.foam-page-desc .advantages-row {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.foam-page-desc .advantage-box {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0px 40px;
}
.foam-page-desc .advantage-box img {
    max-width: 130px !important;
}
.foam-page-desc .advantage-box h3 {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
}

.foam-page-desc .advantage-box p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.foam-page-desc h2.main-heading {
  float: left;
  width: 100%;
  font-size: 46px;
  color: #000;
  text-align: center;
  position: relative;
  font-weight: 600;
  margin-bottom: 54px;
  margin-top: 25px;
}
.foam-page-desc {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
.foam-page-desc h2.main-heading:after {content: "";
    position: absolute;
    border-bottom: 5px solid #3ca400;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;

   }


.foam-page-desc p {
    font-size: 23px;
    color: #000;
    font-weight: 400;
}

.custom-foam-page .advantages-cont {
    float: left;
    width: 100%;
    background: #3ca400;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 40px;
}

.custom-foam-page .advantages-cont .container {
    max-width: 1320px;
    width: 100%;
}

.custom-foam-page .advantages-cont h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    position:relative;
}
.custom-foam-page .advantages-cont h2:after {
	content: "";
    position: absolute;
    border-bottom: 5px solid #fff;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;
}
.custom-foam-page .advantages-row {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.custom-foam-page .advantage-box {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0px 40px;
}
.custom-foam-page .advantage-box img {
    max-width: 130px !important;
}
.custom-foam-page .advantage-box h3 {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
}

.custom-foam-page .advantage-box p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.custom-foam-page .video-container {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f4f4f4;
}

.custom-foam-page .video-desc {
    float: left;
    width: 50%;
    padding-right: 80px;
}

.custom-foam-page .video-play {
    float: right;
    width: 50%;
}
.custom-foam-page .video-play img {
	max-width:100%;
}
.custom-foam-page .video-container h3 {
    font-size: 46px;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 40px;
}

.custom-foam-page .video-container p {
    font-size: 23px;
    font-weight: 400;
}
.custom-foam-page .prod-container {
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 40px;
}
.custom-foam-page .prod-container .prod-left{
	width: 50%;
	float: left;
	text-align: left;
}
.custom-foam-page .prod-container .prod-left img {
	max-width:92%;
	max-height: 500px;
}
.custom-foam-page .prod-container .prod-right {
	float: left;
	width: 50%;
	text-align: right;
}
.custom-foam-page .prod-container .prod-right img {
	max-width:92%;
	max-height: 500px;
}
.custom-foam-page .prod-container .prod-row h3 {font-size: 46px;font-weight: 600;color: #000;margin-bottom: 49px;text-align: left;}
.custom-foam-page .prod-container .prod-row p {font-size: 20px;font-weight: 400;line-height: 35px;margin-bottom: 17px;text-align: left;}
.custom-foam-page .prod-container .prod-row a.btn {
	
background: #3ca400;
	
padding: 16px 62px;
	
border-radius: 0;
	
color: #fff;
	
text-transform: uppercase;
	
font-size: 24px;
	
font-weight: 600;
	
float: left;
}

.custom-foam-page .prod-container .prod-row {
	float: left;width: 100%; margin-bottom: 165px;
}
.custom-foam-page .prod-container .prod-row.row1 .lSSlideOuter .lSPager.lSpg, .custom-foam-page .prod-container .prod-row.row3 .lSSlideOuter .lSPager.lSpg, .custom-foam-page .prod-container .prod-row.row5 .lSSlideOuter .lSPager.lSpg{
	margin-left:-173px!important;
}

.custom-foam-page .prod-container .prod-row.row2 .lSSlideOuter .lSPager.lSpg, .custom-foam-page .prod-container .prod-row.row4 .lSSlideOuter .lSPager.lSpg, .custom-foam-page .prod-container .prod-row.row6 .lSSlideOuter .lSPager.lSpg{
	margin-left:173px!important;
}
.custom-foam-page .testimonial-cont {
    float: left;
    width: 100%;
    background:#f4f4f4;
    padding: 50px 70px;
    
}

.custom-foam-page .testimonial-cont h2.main-heading {
	 /* float: left;*/ 
  width: 100%;
  font-size: 46px;
  color: #000;
  text-align: center;
  position: relative;
  font-weight: 600;
  margin-bottom: 54px;
  margin-top: 25px;
}



.custom-foam-page .testimonial-cont h2.main-heading:after {content: "";
    position: absolute;
    border-bottom: 5px solid #3ca400;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;

   }


.custom-foam-page .testimonial-cont ul#foam-testimonial-slider{
    float: left;
   width: 100%; 
    list-style: none;
    background-image:none;
}
.custom-foam-page .testimonial-cont ul#foam-testimonial-slider li:before{
  /* display:none;*/
}
.custom-foam-page .testimonial-cont .testi-author img {
    max-width:300px !important;
    width: 100%;
}
.custom-foam-page .lSSlideOuter .lSPager.lSpg > li {
	text-align:center; 
}
.custom-foam-page .lSSlideOuter .lSPager.lSpg > li:before {
	/*display:none;*/
}
.custom-foam-page .testi-txt {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 25px;
    font-style: italic;
}
.custom-foam-page .testimonial-cont .testimonial-box {
	float: left; width: 100%;
}
.custom-foam-page .testi-txt::before {

content:'';

}
.custom-foam-page .testi-txt::after {

content:'';


}
.custom-foam-page  .testi-author {
    text-align: center;
    font-weight: 600;
    color: #000;
    position:relative;
    font-size: 20px;
}
.custom-foam-page  .testi-author:before {
	content:'';
	border: 0;
	height: 0;
	margin-top: 0;
}

.custom-foam-page  .testi-author span {
    color: #989494;
    font-weight: 400;
    font-size: 20px;
}


.custom-foam-page .customfoam-page-carousel-cont {
    background: #fff;
    float: left;
    width: 100%;
    padding: 50px 0 25px 0;
}

.custom-foam-page .customfoam-page-carousel-cont h2.main-heading {
    float: left;
    width: 100%;
    font-size: 46px;
    color: #000;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 83px;
    margin-top: 25px;

}

.custom-foam-page .customfoam-page-carousel-cont h2.main-heading::after {
content: "";
    position: absolute;
    border-bottom: 5px solid #3ca400;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;
}

.customfoam-page-carousel {
    position: relative;
    float: left;
    width: 100%;
}
.customfoam-page-carousel a.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    z-index: 10000;
}
.customfoam-page-carousel a.slick-arrow.next {
    left: auto;
    right: -10px;
    z-index: 10000;
}
.customfoam-page-carousel .slick-slide img {
    max-width: 100%;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.customfoam-page-carousel a.slick-arrow i {
    font-size: 40px;
    color: #000;
}
.customfoam-page-carousel .slick-slide {
	margin:0 10px;
}
.customfoam-page-carousel .zoom {
    text-align: -webkit-center;
}
.custom-foam-page .proudly-cont {
    float: left;
    width: 100%;
    background: #fff;
    padding: 57px 0;
}
.custom-foam-page .proudly-cont h2.main-heading {
	  float: left;
	  width: 100%;
	  font-size: 46px;
	  color: #000;
	  text-align: center;
	  position: relative;
	  font-weight: 600;
	  margin-bottom: 83px;
	  margin-top: 25px;
}



.custom-foam-page .proudly-cont h2.main-heading:after {content: "";
    position: absolute;
    border-bottom: 5px solid #3ca400;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;

   }
.custom-foam-page .proudly-cont img {
	max-height: 135px;
	display: inline;
}

ul#customfoam-proudly-logos li {
    width: 20%;
    float: left;
}
.proudly-cont .supplying {
    padding-bottom: 30px;
    float: left;
    width: 100%;
    text-align: center;
}





.customfoam-form-container {
    float: left;
    width: 100%;
    padding: 85px 0;
    background: #f4f4f4;
}
.custom-foam-page .customfoam-form-container h2.main-heading {
	  float: left;
  width: 100%;
  font-size: 46px;
  color: #000;
  text-align: center;
  position: relative;
  font-weight: 600;
  margin-bottom: 54px;
  margin-top: 25px;
}



.custom-foam-page .customfoam-form-container h2.main-heading:after {content: "";
    position: absolute;
    border-bottom: 5px solid #3ca400;
    top: 0;
    bottom: -24px;
    left: 0;
    right: 0;
    width: 199px;
    text-align: center;
    margin: auto;

   }
   .custom-foam-page .customfoam-form-container p{
   	text-align:center; font-size:23px; margin-bottom:70px;
   }
.custom-foam-page .customfoam-form-container input, .custom-foam-page .customfoam-form-container textarea, .custom-foam-page .customfoam-form-container select {
	border:1px solid #c2c2c2;
	background:#fff;
	font-size:22px;
	color:#000;
	padding: 23px 20px; height: auto;
}
.custom-foam-page .customfoam-form-container input::placeholder, .custom-foam-page .customfoam-form-container textarea::placeholder { color:#000;
}
.custom-foam-page .customfoam-form-container input.btn.btn-lg.btn-default {
    background: #3ca400;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0;
    padding: 21px 87px;
}

.custom-foam-page .customfoam-form-container .input_but {
    text-align: center;
    margin-top: 25px;
}

.wk_sticky-nav {
	position:sticky;
	top:0;
	z-index: 10000;
}
.wk_map-footer {
	    background-color: #eaeaea;
    padding: 0px 0;
    float: left;
    width: 100%;
}
a.wk_req-custom-foam {
   position: fixed;
    bottom: 0;
    right: -5px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 17px 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s linear;
    z-index: 1000;
    width: 140px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

a.wk_req-custom-foam:hover {background: #3ca400;}
h4.sku-code {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
    margin-top: 13px;
}
.wk_183 .wk_req-custom-foam, .wk_189 .wk_req-custom-foam {
    display: none;
}

/** responsive styles by WB **/

@media(min-width:1350px) {
	.container{
		max-width: 1330px;
		padding-left:10px !important;
		padding-right:10px !important;
		width: 100%;
	}
}
@media(min-width:1400px) {
	.container{
		width:1350px; padding-left:0px !important; padding-right:0px !important;
	}
}
@media(max-width:1400px) {
	.partner-page-desc h2.middle-heading, .partner-page h2.middle-heading, .partner-page .advantages-cont h2, .custom-foam-page .customfoam-form-container h2.main-heading {
		font-size: 32px;
	}
	.foam-page-desc h2.main-heading, .custom-foam-page .testimonial-cont h2.main-heading,  .custom-foam-page .proudly-cont h2.main-heading, .custom-foam-page .advantages-cont h2, 
	.custom-foam-page .video-container h3, .custom-foam-page .prod-container .prod-row h3, .custom-foam-page .customfoam-page-carousel-cont h2.main-heading{
		font-size:32px;
	}
	.foam-page-desc p, .custom-foam-page .video-container p, .custom-foam-page .customfoam-form-container p {
		font-size:20px;
	}
	.custom-foam-page .prod-container .prod-row p {
		font-size:18px;
	}
}
@media (max-width:1200px) {
	a.btn.btn-lg.btn-block.wk_quote-btn, button.addtocart.btn.btn-success.btn-block.btn-lg.btn-loads {
		font-size:15px;
	}
	.wk_usps .advert-custom {
		/* min-height:127px; */
	}
	.cat-tiles {
		width:50%; border-bottom:0px solid #fff;
	}
	.partner-page-desc h2.middle-heading, .partner-page h2.middle-heading, .partner-page .advantages-cont h2 {
		font-size: 28px;
	}
	.partner-page .advantage-box {
   
    width: 50%; padding:0 30px;
    margin-bottom:40px
   
}
.partner-page .advantage-box p {
	height:85px;
}
}
@media (max-width:1199px){
	ul.nav li.dropdown.dropdown-hover ul.dropdown-menu {
		min-width: 570px;
	}
}
@media (max-width:1024px) {
	.header-top .nav-pills > li {
    display: inline-block;
    text-align: right;
    float: none;
}
.custom-foam-page .advantage-box {
	width:50%;
	margin-bottom:25px;
}
.custom-foam-page .video-desc, .custom-foam-page .video-play, .custom-foam-page .prod-container .prod-left, .custom-foam-page .prod-container .prod-right {
	width:100%;
	text-align:center;
	padding-right: 0;
}
.custom-foam-page .prod-container .prod-row h3 {
	text-align:center; margin-top:25px;
}
.custom-foam-page .prod-container .prod-row p {
	text-align:center;
}

.custom-foam-page .prod-container .prod-row a.btn {
	float:none;
}
.custom-foam-page .prod-container .prod-left, .custom-foam-page .prod-container .prod-right {
	margin-bottom:50px;
}
.custom-foam-page .prod-container .prod-row {
	margin-bottom:50px;
	display: flex;
	flex-direction: column;
}
.custom-foam-page .proudly-cont img {
	max-height:115px;
}
.custom-foam-page .prod-container .prod-row.row2, .custom-foam-page .prod-container .prod-row.row4, .custom-foam-page .prod-container .prod-row.row6 {
	flex-direction:column-reverse;
}
.custom-foam-page .prod-container .prod-row.row1 .lSSlideOuter .lSPager.lSpg, .custom-foam-page .prod-container .prod-row.row3 .lSSlideOuter .lSPager.lSpg, .custom-foam-page .prod-container .prod-row.row5 .lSSlideOuter .lSPager.lSpg{
	margin-left:0px!important;
}

.custom-foam-page .prod-container .prod-row.row2 .lSSlideOuter .lSPager.lSpg, .custom-foam-page .prod-container .prod-row.row4 .lSSlideOuter .lSPager.lSpg, .custom-foam-page .prod-container .prod-row.row6 .lSSlideOuter .lSPager.lSpg{
	margin-left:0px!important;
}
}
@media(min-width:768px) and (max-width:991px){
	form.buying-options .row.btn-stack:last-child .col-xs-6 {
    width: 100%;
    margin-bottom: 15px;
}
.wrapper-pricing, .fdbck-star {
    font-size: 12px;
}
.container-fluid.header-bottom .container .row {
	margin-left:0; margin-right:0;
}
ul.nav li.dropdown.dropdown-hover ul.dropdown-menu {
    min-width: 430px;
}
ul.nav li.dropdown.dropdown-hover ul.dropdown-menu .sub-menu-img {
    float: right;
    width: 48%;
}
.dropdown-menu.grey-bg.light-text > li > a {
	font-size: 12px;
	padding: 7px 10px;
}
ul.nav li.dropdown.dropdown-hover ul.dropdown-menu li {
	width:50%;
}
.col-md-4.top-freeship {
    width: 33.33333333%;
}
.col-md-8.tophead-menu 
{
	width: 66.6666%;
}
.header-top .nav-pills > li {
    
     display: inline-block;
     text-align: right; 
    float: none; 
}
.header-top .container .row {
	margin-right:0;
}
.wk_tab-filter-btn {

}
.wk_tab-filter-btn span {
    color: #4d4d4d; cursor:pointer;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #dddddd;
}
#left-sidebar {
	display:none;
	/* transition: all .5s linear; */
}
.wk_category-cont {
	width:100%;
	transition: all .3s ease-in;
}
.partner-page-desc h2.middle-heading, .partner-page h2.middle-heading, .partner-page .advantages-cont h2 {
		font-size: 26px;
	}
	.partner-page .advantages-cont {
		padding: 40px 20px 20px 20px;
	}
	.partner-page .advantage-box {
   
width: 50%;
   
padding:0 20px;
   
margin-bottom: 30px;
}
.partner-page .advantage-box p {
	height: 75px;
}

}
@media(max-width:979px) {
	.container-fluid.header-middle #header-cart a#cartcontentsheader span {
		
left: 20px;
	}

.wk_hidden-mob {
	display:none !important;
}
.wk_hidden-desk {
	display:block !important;
}

.header-mob-row {
    float: left;
    width: 100%;
}

.header-mob-row .header-phn-menu {
    float: left;
    width: 25%;
    text-align: left;
    margin-top: 20px;
}
.header-mob-row .menu-toggle {
	display:none;
}
.header-mob-row .wrapper-logo {
    float: left;
    width: 50%;
    text-align: center;
}

.header-mob-row .header-acct-cart {
    float: left;
    width: 25%;
    text-align: right;
}

.header-mob-row .header-acct-cart .btn-group.nAccountButton.light-text {
    margin-left: 0;
    margin-top: 2px;
}



.header-mob-row .header-acct-cart div#header-cart {
    display: inline-block;
    margin-left: 0;
    margin-top: 5px;
}

.header-mob-row .header-acct-cart div#header-cart a {
    padding-top: 5px !important;
}






}
@media(max-width:767px) {
	.wk_usps .advert-custom {
		min-height:unset;
	}
	ul.nav li.dropdown.dropdown-hover ul.dropdown-menu .sub-menu-img {
		display:none;
	}
	ul.nav li.dropdown.dropdown-hover ul.dropdown-menu li {
    float: none;
    width: 100%;
}
ul.nav li.dropdown.dropdown-hover ul.dropdown-menu {
	opacity:1;
	visibility:visible;
	display: none;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	min-width: unset;
	width: 100%;
	background-color: #000 !important;
	border: 0;
	box-shadow: none;
	padding-left: 30px;
	padding-right: 20px;
}
ul.nav li.dropdown.dropdown-hover ul.dropdown-menu li {
	width:100%;
}





.container-fluid.header-bottom .navbar-default .navbar-nav > li > a::after {

    content:'\f054';
    font-family:fontawesome;
    color:#fff;
    font-size:18px;
    float:right;
     transform:rotate(0deg);
    transition:all .3s ease-in-out;
}

.container-fluid.header-bottom .navbar-default .navbar-nav > li > a.wk-rotate::after {

    content:'\f054';
    font-family:fontawesome;
    color:#fff;
    font-size:18px;
    float:right;
    transform:rotate(90deg);
    transition:all .3s ease-in-out;
}


.container-fluid.header-bottom .navbar-default .navbar-nav > li ul.dropdown-menu li a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	padding-right: 0;
}

.container-fluid.header-bottom .navbar-default .navbar-nav > li ul.dropdown-menu li a:hover {
	background: none !important;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li ul.dropdown-menu li a::after {
    content:'\f054';
    font-family:fontawesome;
    color: #3ca400 !important;
    font-size:18px;
    float:right;
    position: static;
    opacity: 1;
    right: 0;
    transform: unset;
}


.header-mob-row .header-phn-menu {
 
margin-top: 0px;
 
padding-left: 20px;
}
.header-mob-row .phn-header {
    display:none;
}
.header-mob-row .menu-toggle {
	display:block;
	color: #fff;
}

.header-mob-row .menu-toggle a {
	display: inline !important;
	color: #fff;
	margin-bottom: 0 !important;
	font-size: 14px;
	text-align: left !important;
}
.header-mob-row .menu-toggle a span.icon {

font-size: 24px;

padding-left: 9px;
}

form.buying-options.wk_prod-detail-buy-opt .row.btn-stack:last-child .col-xs-6 {
    width: 100%;
    margin-bottom: 15px;
}
.container-fluid.newsletter-footer .col-xs-12.col-sm-4.text-center {
    
    display: flex;
   
    justify-content: center;
    
}
.partner-page-desc h2.middle-heading, .partner-page h2.middle-heading, .partner-page .advantages-cont h2 {
		font-size: 24px; line-height:30px;
	}
	.partner-page .advantages-cont {
		padding: 40px 20px 30px 20px;
	}
	.partner-page .advantage-box {
   
    width: 100%; padding:0 20px;
    margin-bottom:40px
   
}
.partner-page .advantage-box p {
	height:auto;
}
.partner-page .advantage-box img {
    max-width: 125px !important;
}
.partner-page-desc .testimonial-cont {
  
padding: 70px 30px;
}
.partner-page .video-row .container {
	padding-bottom:70%;
}
.custom-foam-page .prod-container .prod-row a.btn, .custom-foam-page .customfoam-form-container input.btn.btn-lg.btn-default {
	padding:16px 62px !important; font-size:20px !important;
}
.custom-foam-page .testimonial-cont {
	padding:50px;
}
.custom-foam-page .testimonial-cont ul#foam-testimonial-slider {
	margin-left:0 !important;
	padding-left:0 !important;
}
}
@media(max-width:640px){
	 .row.testimonials .testimonial-box { 
	 	width: 96%;
    margin-left: 2%;
    margin-right: 2%;
	 	  margin-bottom:25px;
	 	}
	 	.custom-foam-page .advantage-box {
	 		width:100%;
	 		padding: 0px 0px;
	 	}
}
@media(max-width:536px) {
	.container-fluid.header-middle .nAccountButton a.search-field i.fa.fa-user {
		font-size:22px;
	}
	.container-fluid.header-middle .nAccountButton a.search-field {
		font-size: 0px !important;
	}
	.container-fluid.header-middle #header-cart a#cartcontentsheader i.fa.fa-shopping-cart{
		font-size: 24px;
	}
	.container-fluid.header-middle #header-cart a#cartcontentsheader {
		padding-top:4px !important;
		padding-left:0 !important;
	}
	.container-fluid.header-middle #header-cart a#cartcontentsheader span {
    left: 8px;
}
}
@media (max-width:480px) {
	.wk_usps.row .col-xs-6{
		width:100%;
	}
	.cat-tiles {
		width:100%; border-bottom:0px solid #fff;
	}
	ul.breadcrumb {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 10px;
		line-height: 10px;
	}
	ul.breadcrumb li a {
		font-size:8px;
		padding: 0;
		margin: 0;
	}
	ul.breadcrumb li {
		line-height: 8px;
	}
	ul.breadcrumb > li + li:before {
		font-size: 8px;
    padding-left: 0;
    padding-right: 0;
    margin-right: -5px;

	}
	ul.breadcrumb li:nth-child(3),ul.breadcrumb li:nth-child(4)  {
		width: 75px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow:hidden;
	}
	#slideshow-logo {
		margin: auto;
		width: 50%;
	}
	.partner-page-carousel .slick-slide img.supporting-logos {
		width: 90% !important;
	}
}
@media (max-width:424px) {
[preorder-tooltip]::after {
  min-width: 9em;
  max-width: 15em;
  white-space: normal;
}
.container-fluid.header-middle .container.wrapper-header{
	padding-left:0 !important;
	padding-right:0 !important;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li > a {
    font-size: 18px;
   padding-top: 20px !important;
    padding-bottom: 21px !important;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li ul.dropdown-menu li a {
    
    font-size: 17px;
    
}
.header-mob-row .header-phn-menu {
	width: 20%;
	padding-left: 15px;
}
.header-mob-row .header-acct-cart {
    float: left;
    width: 30%;
    text-align: right;
}
}


@media (max-width:360px) {
.container-fluid.header-bottom .navbar-default .navbar-nav > li > a {
    font-size: 16px;
   padding-top: 18px !important;
    padding-bottom: 19px !important;
}
.container-fluid.header-bottom .navbar-default .navbar-nav > li ul.dropdown-menu li a {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: normal;
}
ul.nav li.dropdown.dropdown-hover ul.dropdown-menu {
	padding-left:20px;
}
.header-mob-row .wrapper-logo {
	width: auto;
	/* padding-left: 10px; */
}
.header-mob-row .header-acct-cart {
    /* float: left; */
    width: 26%;
    /* text-align: center; */
    padding-left: 0;
}
.container-fluid.header-middle .nAccountButton a.search-field {
	padding-left: 0 !important;
	padding-right: 5px !important;
}
.container-fluid.header-middle .nAccountButton a.search-field i.fa.fa-user {
	font-size: 20px !important;
}
.container-fluid.header-middle #header-cart a#cartcontentsheader i.fa.fa-shopping-cart{
	font-size:20px;
}
}

.thank-noform > form {
	display: inline-block;
}

.thanku-page-social > span {
	display: block;
}
ul.thanku-social-link {
	display: inline-block;
}

.home-featured-cat > .row {
	background: #eeeeee;
}

.partner-page-carousel .slick-slide img.supporting-logos {
    max-width: 90%;
    width: 50%;
    height: auto;
}


#totop {
  display: inline-block;
  background-color: #3CA400;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 110px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#totop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#totop:hover {
  cursor: pointer;
  background-color: #333;
}
#totop:active {
  background-color: #555;
}
#totop.show {
  opacity: 1;
  visibility: visible;
}