* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: MontserratLight;
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
    background: #ffffff;
}

.clear {
    display: block;
    clear: both;
    height: 0;
}

a img {
    border: none;
}

a {
    outline: none;
}

body.home {
    opacity: 0;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

.loaded *,
.loaded {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type="submit"] {
    -webkit-appearance: none;
}

/***** Fonts *****/

@font-face {
    font-family: 'MontserratHairline';
    src: url('fonts/montserrat-hairline_0-webfont.eot');
    src: url('fonts/montserrat-hairline_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-hairline_0-webfont.woff2') format('woff2'), url('fonts/montserrat-hairline_0-webfont.woff') format('woff'), url('fonts/montserrat-hairline_0-webfont.ttf') format('truetype'), url('fonts/montserrat-hairline_0-webfont.svg#montserrathairline') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratLight';
    src: url('fonts/montserrat-light_0-webfont.eot');
    src: url('fonts/montserrat-light_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-light_0-webfont.woff2') format('woff2'), url('fonts/montserrat-light_0-webfont.woff') format('woff'), url('fonts/montserrat-light_0-webfont.ttf') format('truetype'), url('fonts/montserrat-light_0-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratSB';
    src: url('fonts/montserrat-semibold-webfont.eot');
    src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('fonts/montserrat-semibold-webfont.woff') format('woff'), url('fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***** Wrapper *****/

#wrapper {
    border-top: 14px solid #ffffff;
    border-right: 18px solid #ffffff;
    border-bottom: 14px solid #ffffff;
    border-left: 18px solid #ffffff;
    position: relative;
    overflow-x: hidden;
}

/***** Menu *****/

#nav {
    position: fixed;
    right: 18px;
    top: 0;
    z-index: 5000;
    padding-left: 17px;
    background-color: #ffffff;
}

#menu {
    list-style: none;
}

#menu>li {
    float: left;
    padding: 16px 17px 10px 17px;
}

#menu li a {
    text-decoration: none;
    color: #6c7479;
    font-size: 20px;
    line-height: 30px;
    background-color: #ffffff;
    display: block;
    border-bottom: 3px solid #ffffff;
    padding: 2px 0;
}

#menu li a:hover,
#menu li.current-menu-item a,
#menu li.current_page_parent a {
    border-color: #8ec642;
}

#menu li.cart {
    margin-left: 17px;
    padding: 0;
}

#menu li.cart a {
    padding-left: 81px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 13px;
    position: relative;
    background-color: #8ec642;
    color: #ffffff;
    font-size: 16px;
    font-family: MontserratSB;
    border: none;
}

#menu li.cart a .counter {
    position: absolute;
    left: 49px;
    top: 11px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #ffffff;
    color: #6c7479;
    font-size: 18px;
    font-family: MontserratSB;
    z-index: 10;
}

#menu li.cart a:before {
    content: "";
    display: block;
    width: 28px;
    height: 21px;
    background: transparent url(images/cart-icon-green.png) no-repeat left top;
    background-size: 28px auto;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

#menu li.cart a:hover {
    background-color: #3e5559;
}

#menu li.cart a:hover:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#nav.scrolled {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.35);
}

#nav.scrolled #menu li {
    padding-top: 7px;
    padding-bottom: 7px;
}

#nav.scrolled #menu li.cart {
    padding: 0
}

#nav.scrolled #menu li.cart a {
    padding-top: 11px;
    padding-bottom: 10px;
}

#nav.scrolled #menu li.cart a .counter {
    top: 3px;
}

#nav.scrolled #menu li.cart a:before {
    top: 15px;
}

#mobile-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6500;
    background-color: #ffffff;
    padding-top: 68px;
    display: none;
}

#mobile-menu {
    list-style: none;
    border-top: 1px solid #eaeaea;
}

#mobile-menu li {
    display: block;
    border-bottom: 1px solid #eaeaea;
}

#mobile-menu li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #6c7479;
    font-size: 16px;
    line-height: 24px;
}

#mobile-menu li.current-menu-item a,
#mobile-menu li.current_page_parent a {
    background-color: #8ec642;
    color: #ffffff;
}

#mobile-menu li.cart a {
    background: #3f5559 url(images/cart-icon-white.png) no-repeat 15px 10px;
    background-size: 18px auto;
    padding-left: 40px;
    color: #ffffff;
}

#menu-button {
    cursor: pointer;
    display: none;
    height: 20px;
    left: 20px;
    position: absolute;
    text-decoration: none;
    top: 24px;
    transform: rotate(0deg);
    width: 20px;
    z-index: 9999;
    transition: none !important;
}

#menu-button span.lines {
    left: 0;
    position: absolute;
    top: 0;
}

#menu-button span.lines span {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out 0s;
    width: 20px;
}

#menu-button span.lines span:nth-child(1) {
    top: 0;
}

#menu-button span.lines span:nth-child(2),
#menu-button span:nth-child(3) {
    top: 8px;
}

#menu-button span.lines span:nth-child(4) {
    top: 16px;
}

#menu-button.close span.lines span {
    background-color: #ffffff;
}

#menu-button.close span.lines span:nth-child(1) {
    left: 50%;
    top: 8px;
    width: 0;
}

#menu-button.close span.lines span:nth-child(2) {
    transform: rotate(45deg);
}

#menu-button.close span.lines span:nth-child(3) {
    transform: rotate(-45deg);
}

#menu-button.close span.lines span:nth-child(4) {
    left: 50%;
    top: 8px;
    width: 0;
}

#menu-button.close span.lines span {
    background-color: #8ec642;
}

/***** Cart *****/

#cart {
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 7000;
    background-color: #8ec642;
    width: 286px;
    padding: 20px 20px 28px 20px;
}

#cart #close-cart {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 14px;
    display: inline-block;
    background: transparent url(images/close-arrow.png) no-repeat right center;
    padding-right: 25px;
    margin-left: 8px;
}

#cart #close-cart:hover {
    color: #5f751a;
}

#cart h2 {
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    background: transparent url(images/cart-icon-green.png) no-repeat right center;
    background-size: 28px auto;
    margin: 17px 8px 0 8px;
    font-size: 20px;
    font-family: Montserrat;
    color: #3f372d;
}

#cart h3 {
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    margin: 9px 8px 0 8px;
    font-size: 21px;
    font-family: Montserrat;
    color: #000000;
}

#cart #proceed-to-checkout {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    color: #3f372d;
    font-size: 19px;
    font-family: Montserrat;
    padding: 12px 0 10px 0;
    margin-top: 31px;
}

#cart #proceed-to-checkout:hover {
    background-color: #5f751a;
    color: #ffffff;
}

#cart ul {
    list-style: none;
    border-top: 1px solid #79a838;
    margin: 13px 0 0 0;
}

#cart ul li {
    position: relative;
    display: block;
    padding: 14px 60px 10px 10px;
    border-bottom: 1px solid #79a838;
}

#cart ul li span {
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    font-family: Montserrat;
}

#cart ul li span.title {
    float: left;
}

#cart ul li span.quantity {
    float: left;
    clear: left;
}

#cart ul li span.price {
    float: right;
}

#cart ul li span.clear {
    display: block;
    clear: both;
    height: 0;
}

#cart ul li .remove {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: normal !important;
    color: #ffffff !important;
    background-color: #000000;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    position: absolute;
    right: 8px;
    top: 17px;
    text-decoration: none;
    font-family: MontserratSB;
    font-size: 13px;
}

#cart ul li .remove:hover {
    background-color: #5f751a;
    color: #ffffff;
}

/***** Home Slider *****/

#home-slider .slides li {
    background-size: cover !important;
    position: relative;
}

#home-slider .slides li img {
    display: none;
}

#home-slider .slides li .slider-content {
    margin-left: 27.8%;
    position: absolute;
    left: 0;
    bottom: 79px;
}

#home-slider .slides li .slider-content h1 {
    max-width: 800px;
    font-weight: normal;
    color: #ffffff;
    font-size: 80px;
    line-height: 74px;
    font-family: MontserratSB;
    padding-bottom: 24px;
    position: relative;
}

#home-slider .slides li .slider-content h1:before {
    content: "";
    position: absolute;
    left: -88px;
    top: 62px;
    width: 74px;
    height: 2px;
    background-color: #ffffff;
    display: block;
}

#home-slider .slides li .slider-content h2 {
    max-width: 400px;
    font-weight: normal;
    color: #ffffff;
    font-size: 24px;
    line-height: 44px;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: 7px;
    padding-bottom: 29px;
}

/* 
#home-slider .slides li .slider-content a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    background: #3e5559 url(images/cart-icon-white.png) no-repeat 20px center;
    padding: 22px 28px 18px 69px;
    background-size: 28px auto;
    font-size: 20px;
    text-decoration: none;
}

#home-slider .slides li .slider-content a:hover {
    background-color: #8ec642;
} */

/***** Home Slider Buttons *****/

#home-slider-buttons-container {
    background-color: #eaeee2;
    position: relative;
    z-index: 1500;
    text-align: center;
}

#home-slider-buttons-container .images {
    width: 27.8%;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 62px;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 41px;
}

#home-slider-buttons-container .images img {
    display: block;
    max-width: 100%;
    height: auto;
}

#home-slider-buttons-container .buttons {
    padding: 14px 16px 0 0;
    margin-left: 27.8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

#home-slider-buttons-container .buttons a {
    display: block;
    float: left;
    margin-left: 0.8%;
    width: 16%;
    background-color: #ffffff;
    text-decoration: none;
    color: #445058;
    font-size: 24px;
    line-height: 28px;
    font-family: Montserrat;
    margin-bottom: 12px;
}

#home-slider-buttons-container .buttons a.empty {
    display: none !important;
}

#home-slider-buttons-container .buttons a:nth-child(2) {
    margin-left: 0;
}

#home-slider-buttons-container .buttons img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}

#home-slider-buttons-container .buttons .inner {
    display: block;
    padding: 26px 20px 17px 20px;
    position: relative;
}

#home-slider-buttons-container .buttons .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15px;
    border-top: 9px solid #ffffff;
    background-color: #ffffff;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

#home-slider-buttons-container .buttons a:hover .inner:before,
#home-slider-buttons-container .buttons a.flex-active .inner:before {
    top: -24px;
    border-color: #8ec642;
}

#home-slider-buttons-container #scroll-down {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #3e5559;
    font-size: 16px;
    padding-right: 29px;
    background: transparent url(images/scroll-down-arrow.png) no-repeat right center;
    margin-bottom: 3px;
}

#home-slider-buttons-container #scroll-down:hover {
    color: #8ec642;
}

/***** Home Slider Logo *****/

#home-slider-logo {
    position: absolute;
    left: 0;
    top: 38px;
    display: block;
    width: 27.8%;
    z-index: 1500;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 62px;
}

#home-slider-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

/***** Social Icons *****/

#social-icons {
    position: absolute;
    right: 0;
    top: 163px;
    z-index: 1500;
}

#social-icons a {
    display: block;
    width: 49px;
    height: 54px;
}

#social-icons a.facebook {
    background: #29656d url(images/facebook-icon.png) no-repeat center center;
    background-size: 12px auto;
    margin-bottom: 2px;
}

#social-icons a.instagram {
    background: #29656d url(images/instagram-icon.png) no-repeat center center;
    background-size: 27px auto;
}

#social-icons a:hover {
    background-color: #8ec642;
}

/***** Benefits *****/

#benefits-container {
    background: #eaeee2 url(images/benefits-bg.png) no-repeat left 47px;
    padding: 122px 15px 64px 15px;
    text-align: center;
}

#benefits {
    max-width: 1620px;
    margin: 0 auto;
}

#benefits .benefit {
    float: left;
    width: 13%;
    margin-right: 4.4%;
    margin-top: 39px;
}

#benefits .benefit:nth-child(6n) {
    margin-right: 0;
}

#benefits .benefit img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#benefits h1 {
    font-weight: normal;
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #6a6b68;
}

#benefits h2 {
    font-weight: normal;
    display: block;
    font-size: 26px;
    line-height: 28px;
    color: #445058;
    padding: 32px 0 36px 0;
}

#benefits ul {
    text-align: left;
    list-style: none;
    font-size: 18px;
    line-height: 36px;
    color: #445058;
}

#benefits ul li {
    position: relative;
    padding-left: 9px;
}

#benefits ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    background-color: #445058;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/***** Contact Us *****/

#contact-us {
    text-align: center;
    padding: 94px 0 92px 0;
}

#contact-us .buy {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    background: #3e5559 url(images/cart-icon-white.png) no-repeat 20px center;
    padding: 22px 28px 18px 69px;
    background-size: 28px auto;
    font-size: 20px;
    text-decoration: none;
    margin-right: 85px;
}

#contact-us .buy:hover {
    background-color: #8ec642;
}

#contact-us .phone {
    display: inline-block;
    font-size: 26px;
    color: #6c7479;
}

#contact-us .phone a {
    text-decoration: none;
    color: #6c7479;
}

#contact-us .phone a i {
    color: #8ec642;
    margin: 0 5px 0 9px;
    position: relative;
    top: 3px;
}

#contact-us .phone a:hover {
    color: #8ec642;
}

/***** Customise Your Towels *****/

#customise-your-towels-container {
    position: relative;
    color: #ffffff;
}

#customise-your-towels-container img {
    display: block;
    width: 100%;
    height: auto;
}

#customise-your-towels {
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
}

#customise-your-towels .inner {
    max-width: 1564px;
    margin: 0 auto;
}

#customise-your-towels .inner .content {
    padding: 0 15px;
    max-width: 520px;
}

#customise-your-towels h1 {
    font-weight: normal;
    color: #ffffff;
    font-size: 48px;
    line-height: 37px;
    font-family: MontserratHairline;
    padding: 0 0 47px 0;
}

#customise-your-towels p {
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    font-family: Montserrat;
}

/***** Suitability *****/

#suitability-container {
    text-align: center;
    padding: 153px 0 141px 0;
}

#suitability-container h1 {
    display: block;
    color: #6a6b68;
    font-family: MontserratHairline;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    padding-bottom: 50px;
}

#suitability .suitability {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    margin: 0 14px;
    margin-top: 40px;
}

#suitability .suitability img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 26px auto;
}

#suitability .suitability p {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-family: MontserratSB;
    color: #5a5a5a;
}

/***** About Us *****/

#about-us-container {
    padding: 0 15px;
    background-size: cover !important;
}

#about-us {
    max-width: 850px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    padding: 131px 0 270px 0;
}

#about-us h1 {
    display: block;
    color: #ffffff;
    font-family: MontserratLight;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    padding-bottom: 57px;
}

#about-us p {
    padding-bottom: 13px;
}

/***** Footer *****/

#footer {
    margin-top: 34px;
    background-color: #eaeee2;
    padding: 14px 15px 21px 15px;
}

#footer-stuff {
    float: left;
    margin-left: 7%;
}

/***** Footer Logo *****/

#footer-logo {
    display: block;
    float: left;
    margin: 0 0 0 29px;
}

#footer-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

/***** Footer Menu *****/

#footer-nav {
    margin: 79px 0 0 0;
}

#footer-menu {
    list-style: none;
}

#footer-menu li {
    display: inline-block;
    margin-right: 22px;
}

#footer-menu li a {
    display: inline-block;
    text-decoration: none;
    color: #6c7479;
    font-size: 20px;
    line-height: 30px;
}

#footer-menu li a i {
    color: #8ec642;
    margin-right: 5px;
}

#footer-menu li a:hover,
#footer-menu li.current-menu-item a {
    color: #8ec642;
}

/***** Copyright *****/

#copyright {
    margin: 47px 0 0 0;
}

#copyright p {
    font-size: 14px;
    line-height: 29px;
    color: #616161;
}

#copyright p a {
    text-decoration: none;
    color: #616161;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 18px;
}

#copyright p a:hover {
    color: #8ec642;
}

/***** Credits *****/

#credits {
    float: right;
    clear: both;
    text-decoration: none;
    font-size: 14px;
    line-height: 29px;
    color: #616161;
    margin-top: -29px;
}

#credits:hover {
    color: #8ec642;
}

/***** Page Banner *****/

#page-banner-container {
    background-size: cover !important;
    position: relative;
    padding: 23px 15px 68px 66px;
}

/***** Logo *****/

#logo {
    display: block;
    max-width: 300px;
    float: left;
}

#logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

/***** Page Title *****/

#page-title h2 {
    float: left;
    font-weight: normal;
    color: #ffffff;
    font-size: 80px;
    line-height: 74px;
    font-family: MontserratSB;
    padding-bottom: 24px;
    position: relative;
    margin: 132px 0 0 160px;
}

#page-title h2:before {
    content: "";
    position: absolute;
    left: -88px;
    top: 62px;
    width: 74px;
    height: 2px;
    background-color: #ffffff;
    display: block;
}

#page-title .free-shipping {
    display: block;
    background-color: #8ec642;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 111px;
    font-family: MontserratSB;
    font-size: 25px;
    line-height: 36px;
    padding: 10px 22px 9px 22px;
}

/***** Content *****/

#container {
    padding: 76px 0 30px 0;
}

#content {
    max-width: 1100px;
    margin: 0 auto;
    color: #4e4e4e;
}

#content h1 {
    font-weight: normal;
    font-size: 27px;
    line-height: 33px;
    padding: 0 0 11px 0;
}

#content h1 a {
    color: #4e4e4e;
}

#content h1 a:hover {
    color: #8ec642;
}

#content h2 {
    font-weight: normal;
    font-size: 21px;
    line-height: 33px;
    padding: 0 0 3px 0;
    font-family: MontserratSB;
}

#content .product h2 {
    font-family: MontserratLight;
    font-size: 19px;
    line-height: 29px;
    min-height: 61px;
}

#content .product span.price {
    min-height: 37px;
}

#content strong {
    font-weight: normal;
    font-family: MontserratSB;
}

#content p {
    padding-bottom: 28px;
}

#content ul {
    color: #3f6d00;
    font-family: Montserrat;
    list-style: none;
    padding: 0 0 12px 0;
}

#content ul li {
    position: relative;
    padding: 0 0 7px 10px;
}

#content ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #3f6d00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 12px;
}

#content img {
    max-width: 100%;
    height: auto;
    margin: 11px 0 104px 0;
}

#content .aligncenter {
    display: block;
    margin: 11px auto 104px auto;
}

#content a {
    color: #8ec642;
    text-decoration: none;
}

#content a:hover {
    color: #4e4e4e;
}

/***** FAQ's *****/

#content #faqs {
    max-width: 920px;
    margin: 0 auto;
}

#content #faqs .faq {
    border-top: 1px solid #d1d1d1;
    padding: 17px 0 17px 0;
}

#content #faqs .faq:first-child {
    border-top: none;
}

#content #faqs .faq .faq-question {
    font-size: 27px;
    line-height: 44px;
    display: block;
    padding-left: 36px;
    margin-bottom: 5px;
    position: relative;
}

#content #faqs .faq .faq-question:before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    top: 13px;
    background: transparent url(images/faq-plus.png) no-repeat left top;
}

#content #faqs .faq .faq-answer {
    display: none;
    color: #4e4e4e;
    padding: 0 0 0 36px;
}

#content #faqs .faq .faq-answer p:last-of-type {
    padding-bottom: 0px;
}

#content #faqs .faq .faq-question.active:before {
    top: 21px;
    background: transparent url(images/faq-minus.png) no-repeat left top;
    height: 3px;
}

#content #faqs .faq .faq-answer.active {
    display: block;
}

/***** Testimonials *****/

#content #testimonials {
    max-width: 724px;
    margin: 0 auto;
}

#content blockquote {
    display: block;
    position: relative;
    color: #4e4e4e;
    padding: 42px 0 42px 38px;
}

#content blockquote:before {
    content: "“";
    font-family: MontserratLight;
    font-size: 120px;
    line-height: 44px;
    color: #8ec642;
    position: absolute;
    left: 0;
    top: 56px;
}

#content cite {
    display: block;
    font-family: MontserratSB;
    font-weight: normal;
    font-style: normal;
    color: #8ec642;
    padding-top: 5px;
}

/***** News *****/

#content #news-intro {
    color: #4e4e4e;
    max-width: 600px;
    margin-bottom: 40px;
}

#content #posts .post {
    margin-bottom: 70px;
}

#content #posts .post:last-of-type {
    margin-bottom: 0;
}

#content #posts .post .post-thumbnail {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-top: 4px;
}

#content #posts .post .post-thumbnail a {
    display: block;
    border: 1px solid #c3e0ef;
    overflow: hidden;
}

#content #posts .post .post-thumbnail a img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    margin: 0;
}

#content #posts .post .post-thumbnail a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#content #posts .post .post-content {
    float: left;
    width: 50%;
}

#content #posts .post .post-content h1 {
    padding-bottom: 23px;
}

#content #posts .post .post-content .read-more {
    display: inline-block;
    margin-top: 9px;
}

#content #posts .post-single img {
    margin: 0 0 20px 0;
}

/***** Uses *****/

#container.uses #content {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
}

#content #uses-intro {
    color: #4e4e4e;
    max-width: 886px;
    margin: 0 auto 12px auto;
}

#content #uses .use {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding: 55px 0;
}

#content #uses .use:nth-child(4n) {
    margin-right: 0;
}

#content #uses .use:nth-child(4n+1) {
    clear: left;
}

#content #uses .use h1 {
    min-height: 66px;
}

#content #uses .use img {
    margin: 0 0 0 0;
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
}

#content #uses .use .image {
    display: block;
    overflow: hidden;
    margin: 0 0 65px 0;
}

#content #uses .use .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/***** Forms *****/

#content .gform_wrapper {
    width: 100% !important;
    max-width: 612px !important;
    margin-top: 30px;
}

#content .gform_wrapper ul {
    padding: 0;
    margin: 0;
}

#content .gform_wrapper ul li {
    padding: 0 0 0 130px;
    margin: 0 0 8px 0;
    display: block;
    max-width: none !important;
    width: 100% !important;
    position: relative;
}

#content .gform_wrapper ul li br {
    display: none;
}

#content .gform_wrapper .gfield_required {
    display: none;
}

#content .gform_wrapper label {
    position: absolute;
    left: 10px;
    top: 0;
    width: 117px;
    color: #4e4e4e;
    font-size: 20px;
    font-weight: normal;
    line-height: 46px;
    margin: 0 !important;
    padding: 0 !important;
}

#content .gform_wrapper input {
    height: 46px;
    line-height: 46px;
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #96bb00;
    background-color: #ffffff;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MontserratLight;
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
}

#content .gform_wrapper textarea {
    height: 121px;
    line-height: 46px;
    border: 1px solid #96bb00;
    background-color: #ffffff;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MontserratLight;
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
}

#content .gform_wrapper input[type="submit"] {
    color: #ffffff;
    background-color: #8ec642;
    text-align: center;
    text-transform: uppercase;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
}

#content .gform_wrapper input[type="submit"]:hover {
    cursor: pointer;
    background-color: #29656d;
}

#content .gform_wrapper .gform_footer {
    padding: 7px 0 0 130px;
    margin: 0;
}

#content .gform_wrapper .ginput_container {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#content .gform_wrapper li.gfield_error {
    border: none !important;
    background-color: transparent !important;
}

#content .gform_wrapper li.gfield_error label {
    color: #f00;
}

#content .gform_wrapper li.gfield_error input,
#content .gform_wrapper li.gfield_error textarea {
    border-color: #f00;
}

#content .gform_wrapper .validation_message {
    display: none !important;
}

#content .validation_error {
    color: #f00;
    border: none;
    padding: 0 0 20px 0;
    margin: 0;
    text-align: left;
    font-weight: normal;
}

/***** Woocommerce *****/

#container .woocommerce-info {
    border-color: #8ec642 !important;
    margin-bottom: 20px !important;
}

#container .woocommerce-info::before {
    color: #8ec642 !important;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0 !important
}

#content ul.products li a.product_type_simple {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #fff !important;
    margin-top: 0;
}

#container span.onsale {
    font-size: 19px;
    line-height: 32px;
    font-family: MontserratSB;
    background-color: #8ec642;
    font-weight: normal;
    text-transform: uppercase;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    min-height: 1px;
    min-width: 1px;
    width: 67px;
    text-align: center;
    top: 21px;
    left: 0;
}

body.single-product #content .woocommerce-message a.wc-forward {
    display: none;
}

body.single-product #content .woocommerce-Price-amount {
    text-decoration: none;
    color: #445058;
    font-size: 24px;
    line-height: 28px;
    font-family: MontserratSB;
    font-weight: normal;
}

body.single-product #content .summary {
    padding-top: 5px;
}

body.single-product #content .shipping-info {
    display: block;
    color: #717171;
    padding: 15px 0 15px 0;
}

body.single-product #content .packs {
    display: inline-block;
    vertical-align: middle;
    color: #8ec642;
    font-family: MontserratSB;
    font-size: 21px;
}

body.single-product input.input-text.qty {
    height: 42px;
    line-height: 42px;
    width: 80px;
    border: 1px solid #8ec642;
    color: #8ec642;
    background-color: #ffffff;
    font-size: 21px;
    font-family: MontserratSB;
}

body.single-product div.product form.cart div.quantity {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce #content div.product form.cart .button {
    color: #f6f6f6;
    font-family: MontserratLight;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px 5px 14px 5px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #8ec642;
    min-width: 199px;
    margin-right: 13px;
}

.woocommerce #content div.product form.cart .button:hover {
    background-color: #3e5559;
}

.woocommerce #content div.product form.cart .checkout-button-single {
    text-align: center;
    display: inline-block;
    color: #606060;
    font-family: MontserratLight;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 13px 5px 15px 5px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #d1d1d1;
    min-width: 199px;
}

.woocommerce #content div.product form.cart .checkout-button-single:hover {
    background-color: #3e5559;
    color: #ffffff;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 16px;
}

/***** Woocommerce Single Product *****/

body.single-product #suitability-container {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

body.post-type-archive-product #suitability-container {
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

body.post-type-archive-product #container #content {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
}

body.post-type-archive-product #container #content h1.page-title {
    display: none;
}

/***** Woocommerce Products List *****/

#content ul.products {
    padding: 20px 0 0 0;
    margin: 0;
    display: block;
    width: 100% !important;
}

#content ul.products li:before {
    display: none !important;
}

#content ul.products li {
    padding: 0;
    margin: 0 2% 60px 0;
    width: 23.5%;
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: none;
}

#content ul.products li:nth-child(4n) {
    margin-right: 0;
}

#content ul.products li:nth-child(4n+1) {
    clear: left;
}

#content ul.products li img {
    display: block;
    margin: 0;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

#content ul.products li a p {
    padding-bottom: 0;
}

#content ul.products li a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#content ul.products li .product-image {
    position: relative;
    display: block;
    overflow: hidden;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    margin-bottom: 10px;
}

#content ul.products li .product-image * {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

#content ul.products li .product-image br {
    display: none;
}

#content ul.products li .onsale {
    z-index: 1500;
}

#content ul.products li h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 5px 0;
    font-family: MontserratLight;
    font-weight: normal;
    color: #445058;
}

#content ul.products li a {
    color: #445058 !important;
}

#content ul.products li a:hover h3 {
    color: #8ec642 !important;
}

#content ul.products li .price {
    color: #445058;
    font-size: 28px;
    font-family: MontserratSB;
    font-weight: normal;
    padding-bottom: 9px;
    background: transparent url(images/check-icon.png) no-repeat right center;
}

#content ul.products li .price del,
#content ul.products li .price ins {
    display: inline-block;
    margin-right: 6px;
}

#content ul.products li .price ins {
    text-decoration: none;
}

#content ul.products li .add_to_cart_button {
    color: #f6f6f6 !important;
    font-family: MontserratLight;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px 5px 14px 5px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #8ec642 url(images/cart-icon-white.png) no-repeat 20px center;
    background-size: 28px auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#content ul.products li .add_to_cart_button:hover {
    background-color: #3e5559;
}

#content ul.products li .added_to_cart {
    text-align: center;
    display: inline-block;
    color: #606060;
    font-family: MontserratLight;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 13px 5px 13px 5px;
    margin: 5px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #d1d1d1;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content ul.products li .added_to_cart:hover {
    background-color: #3e5559;
    color: #ffffff !important;
}

#content ul.products li input.input-text.qty {
    height: 42px;
    line-height: 42px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #8ec642;
    color: #8ec642;
    background-color: #ffffff;
    font-size: 21px;
    font-family: MontserratSB;
}

#content ul.products li .quantity {}

#content ul.products li .qty-title {
    color: #8ec642;
    font-family: MontserratSB;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 7px;
}

#content ul.products li .product-qty-selector {
    margin-bottom: 10px;
    position: relative;
    padding-right: 70px;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    position: absolute;
    right: 15px;
}

/***** Woocommerce Cart *****/

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #f6f6f6 !important;
    font-family: MontserratLight;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px 15px 14px 40px !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #8ec642 !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #3e5559 !important;
    color: #ffffff !important;
}

.woocommerce a.button br {
    display: none !important;
}

.woocommerce .coupon #coupon_code {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    width: auto !important;
    border: 1px solid #8ec642;
}

.woocommerce .cart_item .quantity input {
    height: 34px;
    line-height: 34px;
    width: 60px;
    background-color: #ffffff;
    border: 1px solid #8ec642;
    font-size: 18px;
    font-family: MontserratLight;
    font-weight: normal;
}

/***** Woocommerce Checkout *****/

#content .woocommerce-checkout {
    padding-top: 15px;
}

#content .woocommerce-checkout label {
    color: #4e4e4e;
    font-size: 20px;
    font-weight: normal;
    margin: 0 !important;
    padding: 0 !important;
}

#content .woocommerce-checkout input {
    height: 46px;
    line-height: 46px;
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #96bb00;
    background-color: #ffffff;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MontserratLight;
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
}

#content .woocommerce-checkout textarea {
    height: 121px;
    line-height: 46px;
    border: 1px solid #96bb00;
    background-color: #ffffff;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MontserratLight;
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
}

#content .woocommerce-checkout input[type="submit"] {
    line-height: 1;
}

#content .woocommerce-checkout .select2-container .select2-choice {
    height: 46px;
    line-height: 46px;
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #96bb00;
    background-color: #ffffff;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MontserratLight;
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#content .woocommerce-checkout .select2-container .select2-choice .select2-chosen {
    line-height: 44px;
}

#content .woocommerce-checkout h3 {
    padding-bottom: 15px;
}

#content .wc_payment_methods li:before {
    display: none !important;
}

#content ul.wc_payment_methods {
    position: relative;
    padding: 0;
    margin: 0;
}

#content ul.wc_payment_methods li {
    padding: 0;
    margin: 0;
    color: #4e4e4e;
    font-weight: normal;
}

#content ul.wc_payment_methods li:before {
    display: none;
}

#content #createaccount {
    height: auto;
    width: auto;
    position: relative;
    top: -1px;
}

#content .checkout_coupon {
    padding-bottom: 4px;
    margin-top: 0;
}

#content .checkout_coupon input {
    height: 46px;
    line-height: 46px;
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #96bb00;
    background-color: #ffffff;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MontserratLight;
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
    margin-bottom: 10px;
}

#content .checkout_coupon input[type="submit"] {
    line-height: 1;
}

#content .checkout_coupon p {
    padding: 0;
}

#content form.login {
    padding-bottom: 4px;
    margin-top: 0;
}

#content form.login input {
    height: 46px;
    line-height: 46px;
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #96bb00;
    background-color: #ffffff;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: MontserratLight;
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
    margin-bottom: 10px;
}

#content form.login input[type="submit"] {
    line-height: 1;
}

#content form.login p {
    padding: 0;
}

#content form.login p:first-of-type {
    padding-bottom: 20px;
}

#content form.login br {
    display: none;
}

#content form.login #rememberme {
    width: auto;
    height: auto;
}

/***** Media Queries *****/

@media screen and (max-width: 1800px) {
    #home-slider-buttons-container .buttons a {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    #home-slider-buttons-container .buttons img {
        margin-bottom: 20px;
    }
    #home-slider-buttons-container .buttons .inner {
        padding: 26px 5px 17px 5px;
    }
}

@media screen and (max-width: 1660px) {
    #footer-logo {
        max-width: 180px;
        margin-left: 0;
    }
    #footer-stuff {
        margin-left: 4%;
    }
    #footer-nav {
        margin: 15px 0 0 0;
    }
    #footer-menu li {
        margin-right: 15px;
    }
    #footer-menu li a {
        font-size: 18px;
        line-height: 28px;
    }
    #copyright {
        margin: 26px 0 0 0;
    }
    #copyright p {
        font-size: 14px;
        line-height: 29px;
        color: #616161;
    }
    #copyright p a {
        text-decoration: none;
        color: #616161;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 18px;
    }
    #copyright p a:hover {
        color: #8ec642;
    }
    #content ul.products li {
        margin: 0 2% 60px 0;
        width: 18.4%;
    }
    #content ul.products li:nth-child(5n) {
        margin-right: 0;
    }
    #content ul.products li:nth-child(5n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1600px) {
    #nav {
        padding-left: 17px;
    }
    #menu li {
        padding: 14px 12px 11px 12px;
    }
    #menu li a {
        font-size: 18px;
        line-height: 28px;
    }
    #menu li.cart a {
        padding-top: 17px;
        padding-bottom: 15px;
    }
    #nav.scrolled #menu li.cart a {
        padding-top: 10px;
        padding-bottom: 11px;
    }
    #home-slider-logo {
        top: 80px;
        display: block;
        width: 27.8%;
        padding-right: 40px;
        padding-left: 40px;
    }
    #home-slider-buttons-container .images {
        bottom: 50px;
        padding-right: 40px;
        padding-left: 30px;
    }
    #home-slider .slides li .slider-content {
        bottom: 50px;
    }
    #home-slider .slides li .slider-content h1 {
        font-size: 60px;
        line-height: 54px;
        padding-bottom: 20px;
    }
    #home-slider .slides li .slider-content h1:before {
        left: -66px;
        top: 45px;
        width: 60px;
        height: 2px;
    }
    #home-slider .slides li .slider-content h2 {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 5px;
        padding-bottom: 25px;
    }
    /* #home-slider .slides li .slider-content a {
        background: #3e5559 url(images/cart-icon-white.png) no-repeat 15px center;
        padding: 18px 20px 14px 59px;
        background-size: 26px auto;
        font-size: 18px;
    } */
    #page-title h2 {
        font-size: 60px;
        line-height: 54px;
        margin-left: 100px;
    }
    #page-title h2:before {
        left: -66px;
        top: 45px;
        width: 60px;
        height: 2px;
    }
    #page-banner-container {
        padding: 23px 15px 68px 55px;
    }
    #page-title .free-shipping {
        left: 0;
        top: 94px;
        font-size: 22px;
        line-height: 36px;
        padding: 8px 22px 8px 22px;
    }
    #content ul.products li {
        margin: 0 2% 60px 0;
        width: 23.5%;
    }
    #content ul.products li:nth-child(5n) {
        margin-right: 2%;
    }
    #content ul.products li:nth-child(5n+1) {
        clear: none;
    }
    #content ul.products li:nth-child(4n) {
        margin-right: 0;
    }
    #content ul.products li:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1380px) {
    #home-slider-buttons-container .buttons a {
        font-size: 16px;
        line-height: 22px;
    }
    #home-slider-buttons-container .buttons img {
        margin-bottom: 15px;
    }
    #home-slider-buttons-container .buttons .inner {
        padding: 20px 5px 11px 5px;
    }
    #home-slider-buttons-container .buttons .inner:before {
        height: 10px;
        border-top: 9px solid #ffffff;
    }
    #home-slider-buttons-container .buttons a:hover .inner:before,
    #home-slider-buttons-container .buttons a.flex-active .inner:before {
        top: -19px;
        border-color: #8ec642;
    }
    #home-slider-logo {
        top: 50px;
    }
    #home-slider .slides li .slider-content h1:before {
        left: -46px;
        width: 40px;
    }
    #page-title h2:before {
        left: -46px;
        width: 40px;
    }
    #benefits-container {
        padding: 80px 15px 50px 15px;
    }
    #benefits .benefit {
        width: 31.5%;
        margin-right: 2.75%;
        margin-top: 39px;
    }
    #benefits .benefit:nth-child(6n) {
        margin-right: 2.75%;
    }
    #benefits .benefit:nth-child(3n) {
        margin-right: 0;
    }
    #benefits .benefit:nth-child(3n+1) {
        clear: left;
    }
    #benefits .benefit img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #benefits h1 {
        font-size: 40px;
        line-height: 40px;
    }
    #benefits h2 {
        font-size: 24px;
        line-height: 26px;
        padding: 25px 0 20px 0;
    }
    #benefits ul {
        text-align: center;
    }
    #benefits ul li {
        padding-left: 0;
    }
    #benefits ul li:before {
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    #customise-your-towels-container {
        background-size: cover !important;
    }
    #customise-your-towels-container img {
        display: none;
    }
    #customise-your-towels {
        position: relative;
        left: auto;
        top: auto;
    }
    #customise-your-towels .inner .content {
        padding: 200px 15px;
    }
    #customise-your-towels h1 {
        font-size: 40px;
        line-height: 40px;
        padding: 0 0 37px 0;
    }
    #customise-your-towels p {
        color: #ffffff;
        font-size: 18px;
        line-height: 36px;
        font-family: Montserrat;
    }
    #suitability-container {
        text-align: center;
        padding: 100px 0 100px 0;
    }
    #suitability-container h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 35px;
    }
    #suitability .suitability {
        width: 160px;
        vertical-align: top;
        margin: 0 40px;
        margin-top: 40px;
    }
    #about-us {
        padding: 100px 0 200px 0;
    }
    #about-us h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 45px;
    }
    #benefits-container {
        background-position: left bottom;
    }
    #page-title h2 {
        font-size: 60px;
        line-height: 54px;
        margin-left: 100px;
    }
    #page-title h2:before {
        left: -66px;
        top: 45px;
        width: 60px;
        height: 2px;
    }
    #page-banner-container {
        padding: 50px 15px 50px 40px;
    }
    #logo {
        max-width: 270px;
    }
    #container.uses #content {
        padding-left: 0;
        padding-right: 0;
    }
    #content #uses .use {
        width: 32%;
        margin-right: 2%;
        padding: 40px 0;
    }
    #content #uses .use:nth-child(4n) {
        margin-right: 2%;
    }
    #content #uses .use:nth-child(4n+1) {
        clear: none;
    }
    #content #uses .use:nth-child(3n) {
        margin-right: 0;
    }
    #content #uses .use:nth-child(3n+1) {
        clear: left;
    }
    #page-title .free-shipping {
        left: 0;
        top: 84px;
        font-size: 20px;
        line-height: 32px;
        padding: 6px 15px 6px 15px;
    }
    body.post-type-archive-product #container #content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    #footer-stuff {
        margin-left: 3%;
    }
    #footer-nav {
        margin: 15px 0 0 0;
    }
    #footer-menu li {
        margin-right: 15px;
    }
    #footer-menu li a {
        font-size: 16px;
        line-height: 26px;
    }
    #copyright {
        margin: 26px 0 0 0;
    }
    #copyright p {
        font-size: 14px;
        line-height: 29px;
        color: #616161;
    }
    #copyright p a {
        text-decoration: none;
        color: #616161;
        display: inline-block;
        text-transform: uppercase;
        margin-left: 18px;
    }
    #copyright p a:hover {
        color: #8ec642;
    }
}

@media screen and (max-width: 1160px) {
    #menu li {
        padding: 12px 8px 9px 8px;
    }
    #menu li a {
        font-size: 16px;
        line-height: 26px;
    }
    #menu li.cart a {
        padding-left: 65px;
        padding-right: 15px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    #nav #menu li.cart a .counter {
        top: 5px;
        left: 34px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
        font-size: 14px;
    }
    #nav #menu li.cart a:before {
        top: 16px;
        left: 10px;
    }
    #nav.scrolled #menu li.cart a {
        padding-top: 9px;
        padding-bottom: 12px;
    }
    #home-slider-logo {
        top: 70px;
        padding-right: 40px;
        padding-left: 15px;
    }
    #home-slider .slides li .slider-content {
        bottom: 30px;
    }
    #home-slider .slides li .slider-content h1 {
        font-size: 50px;
        line-height: 47px;
        padding-bottom: 10px;
        padding-right: 15px;
    }
    #home-slider .slides li .slider-content h1:before {
        left: -36px;
        top: 29px;
        width: 30px;
        height: 2px;
    }
    #home-slider .slides li .slider-content h2 {
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 3px;
        padding-bottom: 15px;
    }
    /* #home-slider .slides li .slider-content a {
        background: #3e5559 url(images/cart-icon-white.png) no-repeat 10px center;
        padding: 13px 20px 9px 45px;
        background-size: 22px auto;
        font-size: 18px;
    } */
    #page-title h2 {
        font-size: 50px;
        line-height: 47px;
        padding-bottom: 10px;
        padding-right: 15px;
    }
    #page-title h2:before {
        left: -36px;
        top: 29px;
        width: 30px;
        height: 2px;
    }
    #home-slider-buttons-container .images {
        width: 23%;
        padding-left: 15px;
    }
    #home-slider-buttons-container .buttons {
        margin-left: 21%;
        padding-top: 8px;
    }
    #home-slider-buttons-container .buttons img {
        margin-bottom: 5px;
        max-height: 58px;
        width: auto;
    }
    #home-slider-buttons-container .buttons .inner {
        padding: 15px 5px 11px 5px;
    }
    #home-slider-buttons-container .buttons a {
        font-size: 14px;
        line-height: 22px;
    }
    #home-slider-buttons-container .buttons .inner:before {
        height: 7px;
        border-top: 9px solid #ffffff;
    }
    #home-slider-buttons-container .buttons a:hover .inner:before,
    #home-slider-buttons-container .buttons a.flex-active .inner:before {
        top: -16px;
    }
    #contact-us {
        padding: 50px 0 50px 0;
    }
    #contact-us .buy {
        margin-right: 40px;
    }
    #footer-nav {
        display: none;
    }
    #footer-logo {
        max-width: 140px;
    }
    #footer-stuff {
        margin-left: 30px;
    }
    #copyright {
        margin-top: 50px;
    }
    #container {
        padding: 60px 0 20px 0;
    }
    #content p {
        padding-bottom: 28px;
    }
    #content img {
        max-width: 100%;
        height: auto;
        margin: 11px 0 50px 0;
    }
    #content .aligncenter {
        display: block;
        margin: 11px auto 50px auto;
    }
    #page-title .free-shipping {
        left: 0;
        top: 67px;
        font-size: 18px;
        line-height: 28px;
        padding: 6px 15px 6px 15px;
    }
    body.post-type-archive-product #suitability-container {
        display: none;
    }
    #content ul.products li {
        margin: 0 2% 40px 0;
        width: 32%;
    }
    #content ul.products li:nth-child(5n) {
        margin-right: 2%;
    }
    #content ul.products li:nth-child(5n+1) {
        clear: none;
    }
    #content ul.products li:nth-child(4n) {
        margin-right: 2%;
    }
    #content ul.products li:nth-child(4n+1) {
        clear: none;
    }
    #content ul.products li:nth-child(3n) {
        margin-right: 0;
    }
    #content ul.products li:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 980px) {
    #wrapper {
        border: none;
    }
    #menu-button {
        display: block;
    }
    #nav {
        display: none;
    }
    #social-icons {
        display: none;
    }
    #home-slider-logo {
        width: 320px;
        padding: 0;
        left: 50%;
        margin-left: -160px;
        top: 40px;
    }
    #home-slider .slides li {
        background-position: 75% center !important;
    }
    #home-slider-buttons-container .images {
        display: none !important;
    }
    #home-slider-buttons-container .buttons {
        margin-left: 0;
        padding: 10px 15px 0 15px;
    }
    #home-slider .slides li .slider-content {
        padding: 0 15px;
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
    #home-slider .slides li .slider-content h1:before {
        display: none;
    }
    #home-slider .slides li .slider-content h1 {
        max-width: none;
    }
    #home-slider .slides li .slider-content h2 {
        max-width: none;
    }
    #benefits-container {
        padding: 60px 15px 40px 15px;
    }
    #benefits .benefit {
        width: 48%;
        margin-right: 4%;
    }
    #benefits .benefit:nth-child(6n) {
        margin-right: 4%;
    }
    #benefits .benefit:nth-child(3n) {
        margin-right: 4%;
    }
    #benefits .benefit:nth-child(3n+1) {
        clear: none;
    }
    #benefits .benefit:nth-child(2n) {
        margin-right: 0%;
    }
    #benefits .benefit:nth-child(2n+1) {
        clear: left;
    }
    #benefits .benefit img {
        max-height: 60px;
    }
    #benefits h2 {
        padding: 15px 0 10px 0;
    }
    #customise-your-towels .inner .content {
        padding: 150px 15px;
    }
    #suitability-container {
        padding: 70px 0 70px 0;
    }
    #suitability-container h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 35px;
    }
    #suitability .suitability {
        width: 160px;
        vertical-align: top;
        margin: 0 40px;
        margin-top: 40px;
    }
    #suitability .suitability img {
        max-height: 80px;
        margin-bottom: 15px;
    }
    #about-us {
        padding: 80px 0 150px 0;
    }
    #about-us h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 35px;
    }
    #footer {
        margin-top: 0;
    }
    #content {
        padding: 0 15px;
    }
    #page-banner-container {
        padding: 40px 0 0 0;
    }
    #logo {
        max-width: 320px;
        float: none;
        margin: 0 auto;
    }
    #page-title {
        float: none;
        text-align: left;
        padding: 60px 15px 30px 15px;
        margin: 0 auto;
        text-align: center;
    }
    #page-title h2 {
        float: none;
        margin: 0;
    }
    #page-title h2:before {
        display: none;
    }
    #container {
        padding: 40px 0 10px 0;
    }
    #content p {
        padding-bottom: 20px;
    }
    #content img {
        max-width: 100%;
        height: auto;
        margin: 11px 0 40px 0;
    }
    #content .aligncenter {
        display: block;
        margin: 11px auto 40px auto;
    }
    #content #faqs .faq {
        padding: 12px 0 12px 0;
    }
    #content #faqs .faq .faq-question {
        font-size: 22px;
        line-height: 38px;
        padding-left: 28px;
    }
    #content #faqs .faq .faq-question:before {
        width: 17px;
        height: 17px;
        left: 0;
        top: 11px;
        background-size: 17px 17px;
    }
    #content #faqs .faq .faq-question.active:before {
        top: 18px;
        background-size: 17px 2px;
        height: 2px;
    }
    #content #faqs .faq .faq-answer {
        padding-left: 28px;
    }
    #content blockquote {
        padding: 30px 0 30px 34px;
    }
    #content blockquote:before {
        top: 40px;
        font-size: 100px;
    }
    #content #posts .post {
        margin-bottom: 50px;
    }
    #container.uses #content {
        padding-left: 15px;
        padding-right: 15px;
    }
    #content #uses .use {
        width: 49%;
        margin-right: 2%;
        padding: 30px 0;
    }
    #content #uses .use .image {
        margin-bottom: 30px;
    }
    #content #uses .use:nth-child(4n) {
        margin-right: 2%;
    }
    #content #uses .use:nth-child(4n+1) {
        clear: none;
    }
    #content #uses .use:nth-child(3n) {
        margin-right: 2%;
    }
    #content #uses .use:nth-child(3n+1) {
        clear: none;
    }
    #content #uses .use:nth-child(2n) {
        margin-right: 0;
    }
    #content #uses .use:nth-child(2n+1) {
        clear: left;
    }
    #content .gform_wrapper {
        max-width: none !important;
        margin-top: 15px;
    }
    #content .gform_wrapper ul li {
        padding: 0 0 0 0;
        margin: 0 0 8px 0;
    }
    #content .gform_wrapper label {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 5px;
    }
    #content .gform_wrapper input[type="submit"] {
        height: 56px;
        line-height: 56px;
        font-size: 18px;
    }
    #content .gform_wrapper .gform_footer {
        padding: 7px 0 0 0;
    }
    #page-title .free-shipping {
        display: none;
    }
    body.post-type-archive-product #container #content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 760px) {
    #home-slider-logo {
        width: 216px;
        margin-left: -108px;
        top: 10px;
    }
    #home-slider .slides li {
        min-height: 360px !important;
    }
    #home-slider .slides li .slider-content {
        width: auto;
        padding: 0 50px;
        left: 0;
        margin-left: 0;
        bottom: 20px;
    }
    #home-slider .slides li .slider-content h1 {
        max-width: none;
        font-size: 34px;
        line-height: 31px;
    }
    #home-slider .slides li .slider-content h2 {
        display: none;
    }
    /* #home-slider .slides li .slider-content a {
        padding: 7px 18px 6px 40px;
        background-size: 18px auto;
        font-size: 12px;
        margin-top: 4px;
    } */
    #home-slider-buttons-container .buttons {
        padding: 5px 10px 0 10px;
    }
    #home-slider-buttons-container .buttons a {
        font-size: 13px;
        line-height: 16px;
        margin-left: 0%;
        margin-right: 1.1%;
        width: 32.6%;
        margin-bottom: 5px;
    }
    #home-slider-buttons-container .buttons a img {
        max-height: 41px;
    }
    #home-slider-buttons-container .buttons a:before {
        display: none !important;
    }
    #home-slider-buttons-container .buttons a:hover:before,
    #home-slider-buttons-container .buttons a.flex-active .inner:before {
        display: none !important;
    }
    #home-slider-buttons-container .buttons a:hover,
    #home-slider-buttons-container .buttons a.flex-active {
        background-color: #f6fbef;
    }
    #home-slider-buttons-container .buttons a:nth-child(4n) {
        margin-right: 0;
    }
    #home-slider-buttons-container .buttons a:nth-child(7n) {
        margin-right: 0;
    }
    #home-slider-buttons-container .buttons a:nth-child(5n) {
        clear: left;
    }
    #home-slider-buttons-container #scroll-down {
        font-size: 12px;
        padding-right: 20px;
        background-size: 12px auto;
    }
    #benefits-container {
        padding: 60px 15px 40px 15px;
        background-size: 100% auto;
    }
    #benefits .benefit {
        width: auto;
        margin-right: 0 !important;
        float: none !important;
    }
    #benefits .benefit img {
        max-height: 44px;
    }
    #benefits h1 {
        font-size: 36px;
        line-height: 36px;
    }
    #benefits h2 {
        font-size: 20px;
        line-height: 22px;
        padding: 15px 0 10px 0;
    }
    #benefits ul li {
        font-size: 16px;
        line-height: 26px;
    }
    #contact-us {
        padding: 25px 15px;
    }
    #contact-us .buy {
        background: #3e5559 url(images/cart-icon-white.png) no-repeat 10px center;
        padding: 7px 18px 6px 40px;
        background-size: 18px auto;
        font-size: 12px;
        margin-top: 4px;
        margin-right: 10px;
    }
    #contact-us .phone {
        display: inline-block;
        font-size: 16px;
    }
    #contact-us .phone a i {
        top: 0;
        margin-left: 4px;
    }
    #customise-your-towels .inner .content {
        padding: 60px 15px;
    }
    #customise-your-towels h1 {
        font-size: 36px;
        line-height: 36px;
        padding: 0 0 25px 0;
    }
    #customise-your-towels p {
        font-size: 16px;
        line-height: 32px;
    }
    #suitability-container {
        padding: 40px 0 40px 0;
    }
    #suitability-container h1 {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    #suitability .suitability {
        width: 160px;
        vertical-align: top;
        margin: 0 40px;
        margin-top: 40px;
    }
    #suitability .suitability p {
        font-size: 16px;
        line-height: 24px;
    }
    #about-us {
        padding: 50px 0 70px 0;
    }
    #about-us h1 {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 35px;
    }
    body {
        font-size: 16px;
        line-height: 24px;
    }
    #footer {
        text-align: center;
    }
    #footer-logo {
        float: none;
        margin: 0 auto;
    }
    #footer-stuff {
        float: none;
        margin: 0;
    }
    #credits {
        float: none;
        margin: 0;
    }
    #copyright {
        margin: 20px 0 0 0;
    }
    #copyright p a {
        display: block;
        margin: 0;
    }
    #page-banner-container {
        padding-top: 10px;
    }
    #logo {
        max-width: 216px;
    }
    #page-title {
        padding: 40px 50px 30px 50px;
        text-align: left;
    }
    #page-title h2 {
        font-size: 34px;
        line-height: 31px;
    }
    #container {
        padding: 30px 0 20px 0;
    }
    #content p {
        padding-bottom: 14px;
    }
    #content img {
        max-width: 100%;
        height: auto;
        margin: 11px 0 30px 0;
    }
    #content .aligncenter {
        display: block;
        margin: 11px auto 30px auto;
    }
    #content #faqs .faq {
        padding: 10px 0 10px 0;
    }
    #content #faqs .faq .faq-question {
        font-size: 20px;
        line-height: 34px;
        padding-left: 22px;
    }
    #content #faqs .faq .faq-question:before {
        width: 14px;
        height: 14px;
        left: 0;
        top: 11px;
        background-size: 14px 14px;
    }
    #content #faqs .faq .faq-question.active:before {
        top: 17px;
        background-size: 14px 2px;
        height: 2px;
    }
    #content #faqs .faq .faq-answer {
        padding-left: 22px;
    }
    #content blockquote {
        padding: 15px 0 15px 28px;
    }
    #content blockquote:before {
        top: 20px;
        font-size: 80px;
    }
    #content #news-intro {
        margin-bottom: 20px;
    }
    #content #posts .post {
        margin-bottom: 40px;
    }
    #content #posts .post .post-thumbnail {
        float: none;
        width: auto;
        margin: 0 0 25px 0;
    }
    #content #posts .post .post-content {
        float: none;
        width: auto;
    }
    #content #posts .post .post-content .read-more {
        margin-top: 0;
    }
    #content #uses .use {
        width: auto !important;
        float: none !important;
        margin-right: 0 !important;
        padding: 15px 0;
    }
    #content #uses .use h1 {
        min-height: 1px !important;
    }
    #content #uses .use .image {
        margin-bottom: 20px;
    }
    body.single-product #content .woocommerce-Price-amount {
        font-size: 21px;
    }
    #content ul.products li {
        margin: 0 2% 40px 0;
        width: 49%;
    }
    #content ul.products li:nth-child(5n) {
        margin-right: 2%;
    }
    #content ul.products li:nth-child(5n+1) {
        clear: none;
    }
    #content ul.products li:nth-child(4n) {
        margin-right: 2%;
    }
    #content ul.products li:nth-child(4n+1) {
        clear: none;
    }
    #content ul.products li:nth-child(3n) {
        margin-right: 2%;
    }
    #content ul.products li:nth-child(3n+1) {
        clear: none;
    }
    #content ul.products li:nth-child(2n) {
        margin-right: 0;
    }
    #content ul.products li:nth-child(2n+1) {
        clear: left;
    }
    #content ul li:before {
        top: 8px;
    }
    #content #posts .post-single img {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width: 500px) {
    #home-slider .slides li .slider-content {
        padding: 0 15px;
    }
    #suitability .suitability {
        width: 160px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #suitability .suitability img {
        max-height: 70px;
        margin-bottom: 15px;
    }
    #page-title {
        padding: 40px 15px 30px 15px;
        text-align: left;
    }
    .woocommerce #content div.product form.cart .button {
        display: block;
        margin: 0 2% 0 0;
        float: left;
        width: 49%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 10px;
        font-size: 18px;
        clear: none;
        min-width: 1px;
    }
    .woocommerce #content div.product form.cart .checkout-button-single {
        display: block;
        margin: 0 0 0 0;
        float: left;
        width: 49%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 10px;
        font-size: 18px;
        clear: none;
        min-width: 1px;
    }
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size: 18px;
        padding: 10px 10px 10px 10px !important;
    }
    #content ul.products li {
        width: 100%;
        float: none;
        clear: both;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }
    .woocommerce .coupon #coupon_code {
        float: none !important;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
    .woocommerce .coupon .button {
        width: auto !important;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: auto;
    }
    #content .woocommerce-checkout label {
        font-size: 18px;
        line-height: 28px;
    }
    #content .woocommerce-checkout input {
        height: 40px;
        line-height: 1;
    }
    #content .woocommerce-checkout textarea {
        height: 100px;
        line-height: 1;
    }
    #content .woocommerce-checkout input[type="submit"] {
        line-height: 1;
    }
    #content .woocommerce-checkout .select2-container .select2-choice {
        height: 40px;
        line-height: 1;
    }
    #content .woocommerce-checkout .select2-container .select2-choice .select2-chosen {
        line-height: 38px;
    }
    #content form.login p:first-of-type {
        padding-bottom: 14px;
    }
}