@charset "UTF-8";

/* CSS Document */

body {
    font-family: "brandon-grotesque", sans-serif;
    color: #434343;
}

.category-menu {
    margin-bottom: 40px;
    margin-top: 30px;
}

.category-menu ul {
    list-style: none;
    margin: 0 0px;
    padding: 0;
}

.category-menu ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.category-menu ul li a {
    display: block;
    padding: 8px 15px;
    background: #eee;
    font-family: "brandon-grotesque", sans-serif;
    text-align: center;
    color: #222;
    text-decoration: none;
    font-size: 17px;
}

#banner {
    max-height: 654px;
    overflow: hidden;
}

#banner img {
    margin-top: -10%
}

sup {
    font-size: 8px;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

#discountResponseText p {
    font-size: 15px !important;
    font-style: italic;
    color: #ef1424;
}

.container {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    max-width: 1526px;
    margin: 0 auto;
    display: block;
    position: relative
}

header {
    display: block;
    overflow: hidden;
    background: #424445;
    height: 114px;
}

.mini-nav {
    font-family: "Helvetica Neue", "lato", sans-serif;
    background: #5a5b5d;
    padding: 13px 0 7px 0;
    height: 30px;
}

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

.mini-nav li {
    display: inline-block;
    list-style: none;
    line-height: 22px;
}

.mini-nav li a {
    color: #9b9fa3;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    padding: 0 20px 0 0;
}

.mini-nav li a:hover {
    color: #fff;
}

.mini-nav ul.right {
    text-align: right;
    padding: 0 0 0 0;
    list-style: none;
}

.mini-nav ul.right li {
    display: inline-block;
    line-height: 22px;
}

.mini-nav ul.right li a.str {
    margin: 0px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    vertical-align: top;
    line-height: 22px;
    display: inline-block;
    padding: 2px 0 0 16px;
}

.mini-nav ul.right li a {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    vertical-align: top;
    line-height: 22px;
    display: inline-block;
    padding: 0 0 0 16px;
}

.mini-nav ul.right li a img {
    width: 22px;
    padding: 2px 0 0 0;
    display: inline-block;
}

figure.logo {
    width: 207px;
    height: 71px;
    display: block;
    margin: 20px 0 0 0;
    float: left;
}

figure.dmlogo {
    width: 96px;
    height: 71px;
    display: block;
    margin: 20px 15px 0 0px;
    float: left;
}

.search {
    float: right;
    max-width: 315px;
    border: 3px solid #595a5b;
    display: block;
    width: 100%;
    margin: 35px 0 0 10px;
    position: relative;
    background: #fff;
}

.search input {
    background: #fff;
    display: block;
    outline: none;
    font-family: "Helvetica Neue", "lato", sans-serif;
}

.search input[type="text"] {
    border: none;
    height: 20px;
    width: 100%;
    max-width: 285px;
    padding: 10px 10px 10px 18px !important;
    background: #fff;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    color: #7a7a7a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search input[type="submit"] {
    position: absolute;
    right: 14px;
    top: 10px;
    background: url(../img/src-icn.png) center center no-repeat;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 0px;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #7a7a7a;
}

.search input[type="text"]::-moz-placeholder {
    color: #7a7a7a;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #7a7a7a;
}

.search input[type="text"]:-moz-placeholder {
    color: #7a7a7a;
}

.banner {
    position: relative;
    z-index: 999;
}

#bannav {
    background: #424445;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 18px !important;
    font-weight: 800!important;
    color: #727474;
    text-transform: uppercase;
    width: 438px;
    height: 34px;
    padding: 16px 0 5px 0;
    transition: all 0.5s ease;
}

#bannav .owl-prev {
    position: absolute;
    left: 25px;
    top: 16px;
    display: block;
    width: 60px;
    transition: all 0.5s ease;
}

#bannav .owl-next {
    position: absolute;
    right: 25px;
    top: 16px;
    display: block;
    width: 60px;
    text-align: right;
    transition: all 0.5s ease;
}

#bannav .owl-prev:hover,
#bannav .owl-next:hover {
    color: #ed1b2e;
    cursor: pointer;
}

#bannav .owl-prev.disabled:hover,
#bannav .owl-next.disabled:hover,
#bannav .owl-prev.disabled,
#bannav .owl-next.disabled {
    color: #1f2224;
    cursor: default;
}

#dotted {
    width: 100%;
    display: block;
    text-align: center;
}

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    background: none repeat scroll 0 0 #6d6f70;
    border-radius: 20px;
    display: block;
    height: 13px;
    margin: 0 7px 0 0;
    opacity: 1;
    width: 13px;
    transition: all 0.5s ease;
}

.owl-dot span:hover,
.owl-dot.active span {
    background: #e2e3e4;
    cursor: pointer;
}

a.print {
    color: #111;
    padding: 1px 5px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    text-decoration: none;
    background: -webkit-linear-gradient(top, #D6D6D6, #eee, #fff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #D6D6D6, #eee, #fff);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #D6D6D6, #eee, #fff);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #D6D6D6, #eee, #fff);
    /* Standard syntax */
}

nav.main {
    width: 100%;
    background: #f4f4f4;
    text-align: center;
    position: relative;
    z-index: 9999;
}

nav.main>ul>li {
    display: inline-block;
    margin-right: 30px;
}

nav.main>ul>li:last-child {
    margin-right: 0px;
}

nav.main>ul>li>a {
    color: #424445;
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    padding: 14px 0px 14px 0;
    font-family: "lato", sans-serif;
}

nav.main>ul>li>a:hover {
    border-bottom: 2px solid #ef1424;
    padding: 14px 0px 12px 0;
}

nav.main li>div {
    position: absolute;
    left: auto;
    transition: all 0.5s ease;
    top: 48px;
    display: none;
    opacity: 0;
    background: #fff;
    padding: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-top: 4px solid #5a5b5d;
    z-index: 1001;
}

nav.main li:hover>div,
.nav li>a:hover>div {
    display: block;
    opacity: 1;
}

.menu-text {
    display: block;
    margin-bottom: 20px;
}

.menu-text h1 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left !important;
}

.menu-text p {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-align: left !important;
}

.menu-text p a {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-align: left !important;
    color: #434343;
}

.menu-text p a.button {
    font-weight: 400;
}

.menu-text p a:hover {
    color: #EF1420;
}

.menu-text hr.red {
    width: 50px;
    height: 2px;
    background: #EF1420;
    border: 0;
    margin: 10px 0 20px 0
}

.menu-text .button.small {
    font-size: 11px !important
}

.feature-link {
    background: #222;
    color: #fff;
    display: block
}


/* COLUMNS */

.container-drop ul {
    margin: 0;
    float: left;
    padding: 0 0px;
}

.container-drop ul li a {
    text-align: left !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding: 3px 0;
    color: #666;
    text-decoration: none;
}

.container-drop ul li a:hover {
    color: #EF1420;
}

.col-sm {
    width: 250px !important;
}


/* Drop Column */

.container-drop {
    width: 40%;
}

.inner {
    padding: 30px 45px;
    display: block;
    overflow: hidden
}

.banner figcaption {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: 43px;
    width: 100%;
    background: #444444;
    z-index: 999;
    padding: 18px 0;
}

.banner figcaption a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 15px;
    border: 1px #ffffff solid;
}

.banner figcaption a:hover {
    cursoro: pointer;
    color: #ef1424;
    border: 1px #ef1424 solid;
}

.overlay {
    position: absolute;
    width: 100%;
}

.overlay article {
    background: url(../img/overlay-border.png) no-repeat;
    max-width: 365px;
    height: 458px;
    margin: 16% 0;
    float: right;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
}

.overlay article>div {
    padding: 45% 35px
}

.overlay article h1 {
    text-transform: uppercase;
    letter-spacing: 12px;
    font-size: 32px;
    display: block;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    padding-left: 6px
}

.overlay article h1 sup {
    font-size: 16px;
    margin-left: -7px;
}

.overlay article h2 {
    font-weight: 700;
    display: block;
    font-size: 49px;
    letter-spacing: 5px;
    text-transform: uppercase
}

.overlay article p {
    font-style: italic;
    font-size: 22px;
    float: left;
}

.overlay article hr {
    width: 15px;
    height: 2px;
    background: #fff;
    border: 0;
    margin: 13px 0 0 0
}

.overlay article hr.lhr {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.overlay article hr.rhr {
    float: right;
    margin-top: 15px;
}

.overlay article a {
    position: absolute;
    bottom: 0;
    background: #ef1424;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    padding: 12px 15px;
    width: 120px;
    text-decoration: none;
    left: 106px
}

.content-container {
    padding: 0 0 0 0;
    display: block;
    overflow: hidden;
    background: linear-gradient(180deg, #eeeeee 50%, #ffffff 50%);
}

.content-container figure {
    position: relative
}

.category-feature {
    display: block;
    overflow: hidden
}

.category-text.over-img {
    position: absolute;
    top: 35%;
    padding: 0 20px
}

.category-text {
    padding: 30% 0 0 0;
    text-align: center
}

.category-text h3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.category-text h4 {
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
    color: #666
}

.category-text hr {
    height: 2px;
    width: 35px;
    margin: 15px auto;
    background: #d6d6d6;
}

.category-text p {
    font-size: 18px;
    color: #666;
    max-width: 50%;
    margin: 0 auto;
    font-weight: 300;
}

.category-text.over-img p {
    max-width: 70%
}

.category-text.over-img.white-bg {
    background: #fff;
    padding: 40px 30px;
    top: 18%;
}


/* Category Page New Template */

.category-page a {
    color: #59595d;
}

.category-page {
    padding: 20px 0px;
}

.category-page article {
    padding-bottom: 70px;
}

h1.category-heading {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

h2.category-heading {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #59595d;
    padding-right: 130px;
    font-weight: 700;
}

.grey article.small {
    padding: 20px 30px !important;
}

.sml-padding-lft {
    padding-left: 20px;
}

.category-page .button.dark {
    float: left;
}

.grey a {
    color: #59595d;
}

.category-page p {
    font-size: 17px;
    line-height: 23px;
    color: #59595d;
    padding-right: 13px;
}

.product {
    text-align: center;
}

.strls {
    float: right;
}

.category-page .product {
    border: 1px solid #eaeaea;
    margin: 5px;
    text-align: center;
    min-height: 380px;
}

.category-page .product article {
    padding: 50px 40px;
}

.category-page .product .was {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.category-page .product h1 {
    font-size: 18px;
    color: #595a5d;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 24px;
    margin: 20px 0px;
}

.category-page h1 .small {
    font-size: 20px;
    font-weight: 400;
}

.category-page .product .overlay {
    opacity: 0.0;
    position: absolute;
    z-index: 9999;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background: url('../img/hover.png');
    padding: 140px 0px
}

.category-page .product .overlay a.button {
    background: #ef1424;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    text-align: center;
    max-width: 100px;
    border: none;
    padding: 0px;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.category-page .product .overlay:hover {
    opacity: 1.0
}

.category-page .product .enquire {
    text-transform: uppercase;
    font-size: 14px;
    color: #ef1424;
    font-weight: 500;
}

.grey article h2.sub-heading {
    margin-bottom: 15px;
}

nav.new {
    padding: 17px 0px 17px 0px;
    clear: both;
    display: block;
}

nav.new ul li {
    color: #444444;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 2px;
    font-size: 13px;
    text-decoration: none;
}

nav.new ul li a {
    color: #444;
    text-decoration: none;
}

nav.new .parent {
    color: #ef1424 !important;
}

nav.new ul li:nth-child(3) a {
    color: #EF1424;
}

nav.new ul li:nth-child(5) a {
    color: #EF1424;
}


/* Misc. */

.product-icons {
    position: absolute;
    right: 30px;
}

.product-icons li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}

.imported {
    background: url(/images/imported-icn.gif);
    width: 52px;
    height: 53px;
    display: inline-block;
}

.nzmade {
    background: url(/images/nzmade-icn.gif);
    width: 52px;
    height: 53px;
    display: inline-block;
}

.newdesign-icn {
    background: url(/images/newdesign-icon-sml.png);
    width: 64px;
    height: 64px;
    display: inline-block;
}

.stressless-icn {
    background: url(/images/stressless-icn.png);
    width: 80px;
    height: 63px;
    display: inline-block;
}

.bos-icn {
    background: url(/images/bos-icn.jpg);
    width: 56px;
    height: 52px;
    display: inline-block;
}

.sealy-icn {
    background: url(/images/sealy-icn.jpg);
    width: 80px;
    height: 63px;
    display: inline-block;
}

.sealy-aspi {
    background: url(/img/sealy-aspire.jpg);
    width: 100px;
    height: 79px;
    display: inline-block;
}

.sealy-enha {
    background: url(/img/sealy-enhance.jpg);
    width: 100px;
    height: 79px;
    display: inline-block;
}

.sealy-exqu {
    background: url(/img/sealy-exquisite.jpg);
    width: 100px;
    height: 79px;
    display: inline-block;
}

.sealy-prem {
    background: url(/img/sealy-premier.jpg);
    width: 146px;
    height: 79px;
    display: inline-block;
}

.sorting {
    padding: 7px;
    margin: 30px 0px 15px;
    background: #eaeaea;
}

.sorting .dropdown-sml {
    border: 1px solid #d9d9d9;
    color: #444444;
    font-family: "brandon-grotesque", sans-serif;
    padding: 7px 10px;
    font-size: 14px;
    width: 120px;
}

.sorting .dropdown {
    border: 1px solid #d9d9d9;
    color: #444444;
    font-family: "brandon-grotesque", sans-serif;
    padding: 7px 10px;
    font-size: 14px;
    width: 150px;
}

.sublink-box {
    background: #f3f3f3;
    padding: 20px;
}

.sublink-box ul {
    margin-left: 0;
}

.sublink-box ul li {
    line-height: 30px;
    font-size: 16px;
    color: #59595d;
    list-style: none;
    font-weight: 500;
}

.sublink-box ul li a {
    color: #59595d;
    text-decoration: none;
}

.sublink-box p {
    color: #59595d;
    font-size: 16px;
    line-height: 18px;
    padding-right: 0px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sublink-box .bold {
    color: #444;
    font-weight: 500;
    font-size: 20px;
}

.sublink-box a {
    color: #444;
    text-decoration: none;
}

.sublink-box a.active {
    color: #ef1524
}


/* CSS From old CSS file - used on Standard templates */

.standard-content {
    display: block;
    overflow: hidden;
    margin-left: -60px
}

.standard-content article {
    padding: 30px 0 30px 60px;
}

.standard-content.promo article {
    padding: 30px 30px 30px 0;
}

.standard-content.contact .col-12 article .col-6:nth-of-type(even) section {
    padding-left: 30px;
}

.standard-content.contact .col-12 article .col-6:nth-of-type(odd) section {
    padding-right: 30px;
}

.standard-content.contact .col-12 article .col-6.cpleft section {
    padding-left: 30px;
    padding-right: 0px;
}

.standard-content.contact .col-12 article .col-6.cpright section {
    padding-right: 30px;
    padding-left: 0px;
}

.standard-content.contact img {
    width: 100%;
}

.standard-content p {
    margin: 5px 0;
    padding: 5px 0;
    line-height: 21px;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

.standard-content a {
    color: #3e3e3e;
}

a#fullpinfo {
    color: #ff0029;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.standard-content ul {
    margin: 5px 0;
    padding: 15px 15px;
}

.standard-content li {
    line-height: 22px;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15px;
    font-weight: 300
}

.standard-content strong {
    font-weight: 600;
    font-size: 17px;
}

.standard-content h2,
.cart-container h2 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -1px;
}

.standard-content.blog h2,
.cart-container.blog h2 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1px;
}

.standard-content.blog h2 a,
.cart-container.blog h2 a {
    text-decoration: none;
}

.standard-content h3,
.cart-container h3 {
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
    color: #8a8a8b;
    margin: 15px 0letter-spacing: -1px;
}

.standard-content h4,
.cart-container h4 {
    font-weight: 600;
    font-size: 14px;
    color: #8a8a8b;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.standard-content h5,
.cart-container h5 {
    color: #999;
    font-size: 12px;
    font-style: italic;
    /*font-family: 'Merriweather', serif;*/
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.standard-content hr.red,
.cart-container hr.red,
.content-grid hr.red,
.standard-content.blog hr.red {
    width: 50px;
    height: 2px;
    background: #EF1420;
    border: 0;
    margin: 10px 0 10px 0
}

.stocked hr.red {
    width: 50px;
    height: 2px;
    background: #EF1420;
    border: 0;
    margin: 10px auto 30px auto
}

.standard-content img {
    width: 80%;
}

.standard-content.blog img {
    width: 100%;
}

.container.theblog p a {
    color: #3e3e3e;
}

.standard-content article.stressed {
    width: 80%;
}

.standard-content .stressed img {
    width: 100%;
}

.standard-content .stressed>div img {
    height: 41px;
}

.standard-content a:hover {
    color: #EF1420
}

.standard-content hr,
.cart-container hr {
    background: #eee;
    height: 1px;
    border: 0;
    margin: 20px 0
}

.standard-content.blog hr,
.cart-container.blog hr {
    background: #eee;
    height: 1px;
    border: 0;
    margin: 10px 0 5px 0
}

.standard-content .tab-content section {
    max-width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0
}

.standard-content .tabs nav a {
    text-decoration: none;
}

.side-bx {
    background: #eaeaea;
    display: block;
    padding: 35px;
    margin-bottom: 10px;
}

.side-bx h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 25px;
    max-width: 75%;
    margin-bottom: 20px;
}

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

.side-bx li {
    display: block;
    background: #f3f3f3;
    padding: 10px;
    margin: 5px 0;
    font-size: 16px;
    font-weight: 300
}

.side-bx strong {
    font-weight: 400;
}

.side-bx i.icn {
    display: block;
    float: left;
    width: 30px;
}

.side-bx article {
    padding: 10px 15px;
}

.side-bx article strong {
    display: block;
    margin-bottom: 20px;
}

.side-bx article p {
    font-weight: 700 !important;
    font-size: 20px !important;
    -webkit-font-smoothing: antialiased;
    display: block;
    height: 35px;
}

.side-bx li.sdw {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}

.side-bx small {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3px;
    color: #666
}

.side-bx a {
    display: inline-block;
    color: #444;
    text-decoration: none;
    margin: 5px 0
}

.side-bx.small {
    padding: 20px;
    margin-bottom: 50px;
}

.side-bx.small h4 {
    max-width: 100%;
}

.contact .col-sm-3 p {
    padding-right: 30px;
}

.store-locator aside a {
    text-decoration: none !important;
}

.findit {
    background: url(../img/icn-find.gif) 0px 5px no-repeat;
    height: 40px;
    margin: 2px 20px 0 0
}

.collect {
    background: url(../img/icn-collect.gif) 0px 5px no-repeat;
    height: 40px;
    margin: 2px 20px 0 0
}

.nz {
    background: url(../img/icn-nz.gif) 0px 5px no-repeat;
    height: 40px;
    margin: 2px 20px 10px 0
}

.dispatch {
    background: url(../img/icn-dispatch.gif) 0px 5px no-repeat;
    height: 40px;
    margin: 2px 20px 0 0
}

.returns {
    background: url(../img/icn-returns.gif) 0px 5px no-repeat;
    height: 40px;
    margin: 2px 20px 0 0
}

.phone {
    background: url(../img/icn-phone.gif) 0px 0px no-repeat;
    height: 30px;
    margin: 2px 10px 0 0
}

.email {
    background: url(../img/icn-email.gif) 0px 0px no-repeat;
    height: 30px;
    margin: 2px 10px 0 0
}

.imgborder {
    width: auto !important;
    float: right;
    margin: 0 0 0 30px;
}

.tab-content img {
    width: auto !important
}

.stressless-thumbs img {
    width: auto !important;
    margin: 10px;
}

.cat-header {
    display: block;
    padding: 30px 0 30px 0
}

.cat-header h1 {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 1px;
}

.dark-grey {
    background: #5a5b5d;
}

.button.light {
    background: #eee;
    color: #5a5b5d;
}

.button.dark {
    border: 2px #5a5b5d solid;
    color: #5a5b5d;
}

.a-right {
    text-align: right;
}

.filters {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.ftShop {
    display: block;
    font-size: 15px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    color: #5a5b5d;
    padding: 10px 0 5px 0;
}

#topcontent {
    background: url(../img/bg-repeat.jpg) top center repeat-x;
    padding: 5.4% 0 2% 0;
}

#topcontent .stores {
    padding: 4% 0 9% 0;
}

#topcontent h3 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 32px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 0.7px;
    color: #ffffff;
    margin: 0 0 35px 0;
}

#topcontent .stores h4 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 36px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #424445;
    margin: 20px 0 15px 0;
    text-align: center;
}

#topcontent .stores p {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #878c8e;
    margin: 0 0 38px 0;
    text-align: center;
}

#topcontent h4 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 36px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #424445;
    margin: 20px 0 15px 0;
}

#topcontent p {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #898e90;
    margin: 0 0 38px 0;
}

#topcontent p a {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    color: #898e90;
    text-decoration: none;
    border-bottom: 2px #2c2f31 solid;
    transition: all 0.5s ease;
}

#topcontent p a:hover {
    color: #ed1b2e;
    border-bottom: 2px #ed1b2e solid;
}

#topcontent .storetext {
    padding: 30px 40px;
    max-width: 428px;
}

#topcontent #expand p,
#topcontent #expand2 p {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #9b9fa3;
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue", "lato", sans-serif;
}

#topcontent figure>div {
    max-width: 430px;
}

#topcontent figure>figcaption {
    padding: 2% 0 0 4%;
}

#topcontent figure img {
    max-width: 410px;
}

#topcontent figure.rightimg img {
    max-width: 436px;
    margin: 0 auto;
}

#topcontent figure.rightimg a {
    float: right;
    background: #424445;
    display: block;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15.5px;
    font-weight: 800;
    line-height: 15.5px;
    color: #fff;
    width: 100%;
    max-width: 356px;
    display: block;
    border: none;
    text-decoration: none;
    padding: 19px 40px;
    text-align: left;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
}

#topcontent figure.rightimg a:hover {
    background: #ed1b2e;
    color: #fff;
}

#topcontent figure.rightimg a img {
    max-width: 32px;
    display: inline-block;
    line-height: 15px;
    margin: -3px 0 0 16px;
    vertical-align: middle;
}

#topcontent figure.storesblock {
    background: #eeeeee;
    width: 100%;
    max-width: 508px;
}

#topcontent figure.storesblock img {
    max-width: 454px;
    margin: -50px 0 0 0;
}

#topcontent figure.storesblockr {
    background: #eeeeee;
    width: 100%;
    max-width: 508px;
}

#topcontent figure.storesblockr img {
    max-width: 454px;
    margin: -50px 0 0 0;
}

#topcontent figure.storesblock>figcaption {
    padding: 10px 0 60px 0;
    margin: 0 0 0 -58px;
}

#topcontent figure.storesblockr>figcaption {
    padding: 10px 0 60px 0;
    margin: 0 -58px 0 0;
}

#topcontent figure.storesblock figcaption h4 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 36px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #424445;
    margin: 20px 0 10px 0;
}

#topcontent figure.storesblock figcaption h5 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #9b9fa3;
    text-transform: uppercase;
}

#topcontent figure.storesblockr figcaption h4 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 36px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #424445;
    margin: 20px 0 10px 0;
    text-align: right;
}

#topcontent figure.storesblockr figcaption h5 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #9b9fa3;
    text-transform: uppercase;
    text-align: right;
}

#topcontent figure.storesblock figcaption h4 a,
#topcontent figure.storesblock figcaption h5 a,
#topcontent figure.storesblockr figcaption h4 a,
#topcontent figure.storesblockr figcaption h5 a {
    color: inherit;
    text-decoration: none;
}

#topcontent p a.exlink {
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 22px 12px 22px;
    margin: 0;
    border: 2px #6d6e71 solid;
    position: relative;
    text-align: left;
    outline: none;
    background: none;
    color: #6d6e71;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.5s ease;
}

#topcontent p a.exlink:hover {
    border: 2px #ed1b2e solid;
    color: #ed1b2e;
}

#topcontent .button {
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 22px 14px 22px;
    margin: 0;
    border: 2px #ffffff solid;
    position: relative;
    text-align: left;
    outline: none;
    background: none;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.5s ease;
}

#topcontent .button:hover {
    border: 2px #ed1b2e solid;
    color: #ed1b2e;
}

.col-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

.special {
    max-height: 770px;
    overflow: hidden;
    display: block
}

.preview-wrapper .description {
    padding: 0;
}

.description {
    display: block;
    overflow: hidden;
    padding: 30px 0;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 400;
}

.description p {
    line-height: 20px;
    color: #666;
    text-indent: 0;
    font-size: 14px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 400;
}

.description h2 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #3b3c3d;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-details {
    display: block;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-style: normal;
    padding: 30px 0 0 0;
}

.product-price {
    color: #5a5b5d;
    font-size: 24px;
    font-weight: 300;
    display: block;
    padding: 20px 0 25px 0;
}

span.priceRRP {
    font-size: 18px !important;
    font-family: "brandon-grotesque", sans-serif;
}

h2#noresults {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-weight: 700;
    color: #3b3c3d;
    font-size: 26px;
    padding: 20px 0;
}

.shop-feature {
    display: block;
    overflow: hidden;
}

.products-grid {
    display: block;
    padding: 40px 0 0 0;
    overflow: hidden;
}

.products-grid h1 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    line-height: 30px;
    color: #9b9fa3;
    letter-spacing: -1px;
    margin: 0 0 40px 0;
}

.products-grid ul {
    display: block;
    position: relative;
    margin: 25px 0;
    padding: 50px 10%;
    list-style: none;
    background: #fff;
}

.products-grid ul {
    display: flex;
    padding: 50px 10%;
    list-style: none;
    background: #fff;
    height: 100%;
    flex-flow: row wrap;
}

.products-grid li {
    margin-bottom: 15px;
}

.products-grid li a {
    text-decoration: none;
    color: #595a5c
}

.products-grid figure {
    height: 220px;
    display: block;
    overflow: hidden;
    padding: 20px;
}

.products-grid figure img {
    width: 100%;
    height: auto;
}

.products-grid h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    color: #424445;
    max-width: 90%;
}

.products-grid p {
    font-size: 18px;
    letter-spacing: -1px;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #999;
}

.products-grid p span.sale {
    color: #ef1424;
    display: inline-block;
    margin: 0 5px;
}

.products-grid p span.original {
    text-decoration: line-through;
    display: inline-block;
    margin: 0 5px;
}

.products-grid li div.price {
    display: block;
    margin: 0;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.products-grid li div.price span {
    text-decoration: line-through;
    color: #999;
    font-weight: 500;
}

products-grid li div.price strong {
    font-weight: 500;
    color: #ef1424;
}

.content-bubble {
    padding: 0 5%;
}

.content-feature {
    display: block;
    overflow: hidden;
}

.content-grid {
    display: block;
    padding: 40px 0 0 0;
    overflow: hidden;
}

.content-grid>ul {
    display: block;
    position: relative;
    margin: 25px 0;
    padding: 50px 10%;
    list-style: none;
    background: #fff;
}

ul#stck {
    display: block;
    position: relative;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    background: #fff;
}

.content-grid li {
    margin-bottom: 15px;
}

.content-grid li>div {
    padding: 0 5% 0 5%;
}

li.stocked {
    background: #eee;
    padding: 4% 0;
}

li.stocked>div {
    text-align: center;
}

.content-grid li>div ul,
.content-grid li>div ol {
    margin: 5px 0 5px 0 !important;
    padding: 15px 15px;
}

.container.theblog .content-grid li>div ul,
.container.theblog .content-grid li>div ol {
    padding: 15px;
    margin: 10px !important;
}

.content-grid li>div li {
    line-height: 22px;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15px;
    font-weight: 300;
    list-style: disc;
    margin-bottom: 5px;
}

.content-grid li img {
    width: 100%;
}

li.stocked figure {
    width: auto;
    height: 125px;
    line-height: 125px;
    display: inline-block;
    margin: 0 3% 3% 0;
    vertical-align: middle;
}

li.stocked figure img {
    width: auto;
    max-height: 125px;
    display: inline-block;
    vertical-align: middle;
    mix-blend-mode: multiply;
}

.content-grid li figure img {
    width: 90%;
    margin: 0 auto 5% auto;
}

.content-grid h2,
li.stocked h2 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -1px;
}

.content-grid h3,
li.stocked h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -1px;
}

.content-grid p,
li.stocked p {
    color: #666;
    margin: 5px 0;
    padding: 5px 0;
    line-height: 21px;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.content-grid p a {
    color: #434343;
}

.content-grid p a:hover {
    color: #ef1524;
}

.content-grid p strong {
    font-weight: 400;
}

.content-grid>li li {
    margin: 5px 0;
    padding: 5px 0;
    line-height: 21px;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.blogmenu>div {
    padding: 30px 0 30px 0;
}

nav#recent a,
nav#cats a {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #EF1420;
    display: block;
    border-top: 1px #eeeeee solid;
    padding: 10px 0 5px 0;
    margin: 5px 0 0 0;
    text-decoration: none;
}

nav#recent a:hover,
nav#cats a:hover {
    text-decoration: underline;
}

.footer {
    background: #3d3f43;
    display: block;
    overflow: hidden
}

.brands {
    font-family: "Helvetica Neue", "lato", sans-serif;
    background: #5a5b5d;
    padding: 32px 0 0 0 !important;
    position: relative !important;
    float: none !important;
    height: 53px;
}

.brands h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin: 0 0 0 0;
}

.brands h5 span {
    font-size: 18px;
    color: #9b9fa3;
    font-weight: 400;
    padding: 0 0 0 5%;
}

.brands h5 span a {
    font-size: 18px;
    color: #9b9fa3;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s ease;
}

.brands h5 span a+a {
    padding: 0 0 0 27px;
}

.brands h5 span a:hover {
    text-decoration: none;
    color: #ef1424;
}

.bos,
.eden,
.stressless-btn,
.meluka {
    position: absolute;
    text-indent: -9999em;
    display: block;
    background: none;
    width: 70px;
    height: 50px;
    left: 0;
    z-index: 999;
}

.bos {
    left: 165px;
    width: 60px
}

.eden {
    left: 235px;
}

.stressless-btn {
    left: 320px;
    width: 50px;
}

.meluka {
    left: 380px;
    width: 50px;
}

.about article {
    border-left: 1px solid #5a5b5d;
    padding: 25px 0 25px 40px
}

footer {
    padding: 40px 0 35px 0;
    display: block;
    overflow: hidden
}

footer ul {
    list-style: none;
    margin: 0 7% 0 0 !important;
    padding: 0;
    float: left;
}

footer ul#wider {
    list-style: none;
    margin: 0 7% 0 0 !important;
    width: 45%;
    padding: 0;
    float: left;
}

footer .title {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}

footer .title2 {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 15px;
    color: #9b9fa3;
    font-weight: 800;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}

footer li {
    font-family: "Helvetica Neue", "lato", sans-serif;
    color: #9b9fa3;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    display: block;
}

footer li a {
    color: #9b9fa3;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

footer li a:hover {
    color: #fff
}

footer h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}

footer h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

footer p {
    color: #9b9fa3;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    max-width: 90%;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", "lato", sans-serif;
}

.soc {
    display: block;
    float: left;
    margin: 10px 10px 0 0;
    padding: 0;
}

.copyright {
    display: block;
    padding: 5px 0;
    color: #99999b;
    line-height: 52px;
}

p .copyright {
    display: block;
    padding: 5px 0;
    color: #99999b;
    line-height: 20px;
}

.copyright span {
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 13px;
    color: #99999b;
    font-weight: 300;
    display: block;
    margin: 0 0;
    float: left;
}

.products-grid li div.price strong {
    font-weight: 500;
    color: #ef1424;
}

.products-grid li div.price span {
    text-decoration: line-through;
    color: #999;
    font-weight: 500;
}

.products-grid li div.price,
.products-grid li p {
    display: block;
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 16px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.button {
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 22px 14px 22px;
    margin: 0;
    border: 2px #5a5b5d solid;
    position: relative;
    text-align: left;
    outline: none;
    background: none;
    color: #5a5b5d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.5s ease;
}

.button:hover,
.button:hover:visited {
    border: 2px #ed1b2e solid;
    color: #ed1b2e;
}

.fancybox-title-float-wrap .child a {
    color: #fff !important;
    text-decoration: none;
}


/* Product Page New Template */

nav.product {
    position: relative;
    width: 100%;
    background: #f3f3f3;
    display: block;
    margin: 0 !important;
}

nav.product>ul>li {
    display: block;
    float: left;
    margin-right: 30px;
    font-family: "Helvetica Neue", "lato", sans-serif
}

nav.product>ul>li>a {
    color: #5b5b59;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 0px 12px 0;
}

nav.product>ul>li>a:hover {
    border-bottom: 2px solid #ef1424;
    padding: 13px 0px 10px 0;
}

.break {
    height: 4px;
    border: none;
    background: #eaeaea;
    width: 100%;
}

.grey {
    background-color: #eaeaea;
}

.grey article {
    padding: 40px 30px !important;
}

.grey p {
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    color: #59595d;
    font-weight: 400;
}

.side-bx.grey p {
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #59595d;
    font-weight: 400;
}

.grey h3 {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 35px;
}

.fbem {
    display: inline;
    max-width: 550px;
}

.fbem img {
    display: inline;
    width: auto;
    margin: 33px 5px 0px 0px;
    float: right;
}

.email-header {
    position: absolute;
    right: 510px !important;
    height: 65px !important;
    display: block;
    overflow: hidden;
}

.email-header img {
    margin-top: 26px !important;
}

.facebook-header {
    position: absolute;
    right: 470px !important;
    height: 65px !important;
    display: block;
    overflow: hidden;
    z-index: 99999;
    margin-top: 37px !important;
}

.instagram {
    width: 23px;
}

.mini {
    width: 26px;
    height: 3px;
    border: none;
    background-color: #c6c6c7;
    margin-top: 25px;
    margin-bottom: 25px;
}

.product-page article {
    padding: 75px 0px;
}

h1.product-header {
    font-family: "brandon-grotesque";
    font-weight: 700;
    font-size: 48px;
    color: #444444;
    margin-bottom: 20px;
}

h2.sub-heading {
    text-transform: uppercase;
    font-size: 25px;
    color: #444;
    font-weight: 700;
}

.reduced {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #ef1524;
    padding: 6px;
    display: inline-block;
}

.strike {
    text-transform: uppercase;
}

.now {
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    color: #ee1324;
    font-weight: 500;
    font-size: 20px;
}

.small-img {
    max-width: 92px;
    border: 2px solid #d4d4d4;
    margin-right: 10px;
    display: inline;
    margin-top: 12px;
    margin-bottom: 60px;
}

.product-col {
    width: 72%;
    float: left;
    position: relative;
}

.product-col p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #59595d;
    text-align: center;
}

.product-col p#viewenlarge {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #59595d;
    text-align: center;
    padding: 10px 0;
}

.product-col ul {
    margin-top: 10px;
}

.product-col ul li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #59595d;
    list-style-image: url('../img/dot.png');
    padding: 0 8px;
}

.product-col ul.thumbs li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #59595d;
    list-style-image: url('../img/dot.png');
    padding: 8px;
}

.side-col {
    width: 27%;
    float: right;
}

.side-col .side-bx {
    margin-top: 30px;
}

.cart-box {
    background-color: #f3f3f3;
    padding: 12px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.cart-box input[type="number"] {
    background: #eee;
    border: 1px solid #d9d9d9;
    width: 70px;
    padding: 7px 10px;
    color: #3b3c3d;
    font-weight: 700;
    font-family: "lato", sans-serif;
    font-size: 18px;
}

.button.cart-btn {
    background: #ef1424;
    color: #fff;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0px;
    border: none;
    display: block;
    width: 100%;
}

.cart-box img {
    width: auto;
    display: inline;
}

.cart-box span {
    font-size: 12px;
    text-transform: uppercase;
    color: #717171;
}

.cart-box span.in-stock {
    color: #50a228;
}

.enquiry {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin-top: 15px;
    color: #444;
    text-decoration: none;
    margin-bottom: 10px;
}

.soc-med {
    background-color: #eaeaea;
    margin-top: 2px;
}

.soc-med article {
    padding: 11px 30px;
}

.specs article {
    padding: 30px 20px 60px;
}

.specs .col-12 article {
    padding: 0px 20px 60px;
}

.specs .col-6:first-child article {
    padding-left: 0px;
}

.association-items {
    display: block;
    margin: 30px 0;
}

.association-items .thumbs {
    margin: 20px 30px 0 0;
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
}

.thumbs li {
    float: left;
    display: block;
    width: 23%;
    padding: 0px 1%;
}

.thumbs a {
    display: block;
    padding: 10px;
}

.thumbs img {
    width: auto;
    margin: 0 auto;
}

.enlarge li {
    width: 130px;
    border: 1px solid #d9d9d9;
    margin-right: 7px;
    display: inline-block;
}

ul.enlarge {
    margin-bottom: 20px;
}

#dimensionsList p {
    font-size: 16px;
    margin-bottom: 8px;
}

#dimensionsList {
    padding: 20px;
    width: auto;
}


/* Category Page New Template */

.category-page {
    padding: 20px 0px;
}

.category-page article {
    padding-bottom: 70px;
}

h1.category-heading {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

.grey article.small {
    padding: 20px 30px !important;
}

.sml-padding-lft {
    padding-left: 20px;
}

.category-page p {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #59595d;
    padding-right: 13px;
}

.product {
    text-align: center;
}

.category-page .product {
    border: 1px solid #eaeaea;
    margin: 5px;
    text-align: center;
    min-height: 415px;
}

.category-page .product article {
    padding: 50px 40px;
}

.category-page .product .was {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.category-page .product .overlay {
    opacity: 0.0;
    position: absolute;
    z-index: 9999;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background: url('../img/hover2.png');
    padding: 140px 0px
}

.category-page .product .overlay a.button {
    background: #ef1424;
    padding: 12px 37px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    text-align: center;
    max-width: 100px;
    line-height: 20px;
}

.category-page .product .overlay:hover {
    opacity: 1.0
}

.category-page .product .enquire {
    text-transform: uppercase;
    font-size: 14px;
    color: #ef1424;
    font-weight: 500;
}

.sorting {
    padding: 7px;
    margin: 30px 0px 15px;
    background: #eaeaea;
}

.sorting .dropdown-sml {
    border: 1px solid #d9d9d9;
    color: #444444;
    font-family: "brandon-grotesque", sans-serif;
    padding: 7px 10px;
    font-size: 14px;
    width: 120px;
}

.sorting .dropdown {
    border: 1px solid #d9d9d9;
    color: #444444;
    font-family: "brandon-grotesque", sans-serif;
    padding: 7px 10px;
    font-size: 14px;
    width: 150px;
}

.sublink-box {
    background: #f3f3f3;
    padding: 20px;
}

.sublink-box ul {
    margin-left: 0;
}

.sublink-box ul li {
    line-height: 30px;
    font-size: 15px;
    color: #59595d;
    list-style: none;
    font-weight: 300;
}

.sublink-box ul li a {
    color: #59595d;
    text-decoration: none;
}

.sublink-box ul li a:hover {
    color: #ef1524;
    text-decoration: none;
}

.sublink-box p {
    color: #59595d;
    font-size: 16px;
    line-height: 18px;
    padding-right: 0px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sublink-box .bold {
    color: #444;
    font-weight: 500;
    font-size: 20px;
}

.sublink-box a {
    color: #444;
    text-decoration: none;
}

.sublink-box a.active {
    color: #ef1524
}

.pagination {
    border-top: 1px solid #eee;
    display: block;
    padding: 15px 0;
    font-family: "Helvetica Neue", "lato", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #ccc;
    margin: 50px 0 0 0
}

.pagination nav {
    float: left;
    display: block;
    width: 70%;
}

.pagination nav a {
    color: #5a5b5d;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin: 0 8px;
}

.pagination nav a:hover {
    color: #ef1424;
}

.pagination nav span {
    border-bottom: 2px solid #ef1424;
    color: #222;
    font-weight: 700;
    display: inline-block;
    margin: 0 5px;
}

.custom_stock_message {
    font-weight: 700 !important;
    color: #ef1424 !important;
    font-size: 16px !important;
    margin-top: 5px;
    display: block;
}

ul.pdfs li,
ul.pdfs li a {
    list-style: none;
    color: #59595d;
}

ul.pdfs li .fa-li {
    color: #EE1324;
}


/* Overview Page */

.overview-page article {
    padding-top: 20px;
}

.sml-padding-right {
    padding: 0px 20px 0 0 !important
}

.feature-box figure {
    background: #fff;
    position: absolute;
    z-index: 900;
    top: 23%;
    padding: 45px 20px 25px;
    left: 320px;
    text-align: center;
    width: 170px;
}

.feature-box figure h5 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 900;
    line-height: 16px;
}

.feature-box figure p {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}

.feature-box figure hr {
    height: 3px;
    display: block;
    margin: 10px auto;
    background: #eaeaea;
    border: 0;
    width: 30px;
}

.feature-box p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #59595d;
}

.feature-box article {
    padding: 70px 45px 50px 165px;
    border: 1px solid #eee;
}

.feature-box .opt {
    color: #ef1424;
}

.overview-page h1 {
    text-transform: uppercase;
    color: #444444;
    font-weight: 500;
    font-size: 23px;
    margin-top: 10px;
    text-align: right;
}

.overview-page .break {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lb-crnr {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.btm {
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 90%;
}

.btm h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
    float: left;
}

.overview-page .feature-heading {
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
}

.overview-page .price {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
}

.overview-page .red-btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    padding: 11px 19px;
    background: #ef1424;
    text-decoration: none;
    margin-right: 6px;
    border: none;
}

.overview-page a.wht-btn {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    font-size: 10px;
    padding: 8px 18px;
    text-decoration: none;
}

.overview-page a.wht-btn:hover {
    background: #ef1424;
    border: 1px solid #ef1424;
}

.feature-product {
    padding: 30px 50px;
}

.feature-product .enquire {
    font-size: 12px !important;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 500;
}

.padding-right {
    padding-right: 5px;
    padding-top: 8px !important;
}

.padding-left {
    padding-left: 5px;
    padding-top: 8px !important;
}

.big-padding {
    padding-right: 5px;
    padding-top: 0px !important;
}

.small-padding {
    padding-left: 3px;
    margin-bottom: 7px;
    padding-top: 0px !important
}

.red {
    color: #ef1524;
}

.red-sign {
    background: #ef1524;
    padding: 6px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 2%;
    z-index: 999;
    text-transform: uppercase;
    font-size: 10px;
}


/* Changes */

.customer {
    position: relative;
}

.customer aside {
    max-width: 320px;
    float: right;
    width: 28%;
}

.customer .side-bx {
    padding: 25px 15px !important;
}

.customer .side-bx article {
    position: relative !important;
    left: 0px;
    top: 0px;
    max-width: 300px !important;
    background: #f3f3f3;
}

.customer .side-bx h4 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.store-locator aside {
    width: 100% !important;
}

.customer .email {
    margin: 2px -50px 0 0 !important;
}

.customer .phone {
    margin: 0px -50px 0 0 !important;
}

.customer span {
    margin-left: -55px;
}

.hide {
    display: none;
}

.category-text a.btn {
    background: #ef1424;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    padding: 12px 15px;
    width: 120px;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.category-text a {
    text-decoration: none;
}

.category-text p {
    margin-bottom: 30px;
}

.category-text {
    padding: 25% 0 0 0;
    text-align: center;
}

.side-bx {
    background: #eaeaea;
    background-color: rgb(234, 234, 234);
    display: block;
    padding: 35px;
    margin-bottom: 10px;
}

#successPixel img {
    width: auto;
    height: auto;
}

#nav-mobile-top {
    display: none;
    font-size: 27px;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 999;
}

.nav-mobile-close nav>ul {
    background: #EEEDED;
    padding: 30px;
    box-sizing: border-box;
}

.nav-mobile-close nav li {
    color: #595959;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.nav-mobile-close nav li a {
    color: #595959;
    text-decoration: none;
    padding-bottom: 25px;
    display: block;
    width: 100%;
}

.nav-mobile-close nav li ul {
    display: none;
}

.nav-mobile-close nav li.menu-parent.active ul {
    display: block;
    padding-left: 30px;
}

.nav-mobile-close nav li.menu-parent {
    position: relative;
}

.nav-mobile-close nav li.menu-parent:after {
    content: '\f067';
    font-family: 'fontAwesome';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 13px;
}

.nav-mobile-close nav li.menu-parent.active:after {
    content: '\f068';
}

.nav-mobile-close {
    display: none;
    background: #EEEDED;
}

.nav-mobile-close.active {
    display: block;
}

.nav-mobile-close .search {
    margin: 20px 0 0;
}

.nav-mobile-close .search form {
    position: relative;
}

.nav-mobile-close .search {
    padding: 0 20px;
    box-sizing: border-box;
    background: none;
    border: 0;
}

.nav-mobile-close .search input[type="text"] {
    color: #595959;
    font-weight: 500 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    box-shadow: none;
    border: 1px solid #595959;
    border-radius: 0;
    border-right: none;
    padding-left: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.nav-mobile-close .search input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 13px 15px 12px;
    top: 0;
    right: 0;
    border-radius: 0;
}

.hide {
    display: none !important;
}

.hidemb {
    display: block !important;
}


/* Media Queries */

@media all and (max-width:1300px) {
    .fbem {
        width: 58%;
    }
}

@media all and (max-width:1380px) {
    .container-drop .button {
        margin-left: 0px !important;
        margin-bottom: 10px;
    }
    .wrapper {
        width: 95%
    }
}

@media all and (max-width: 1280px) and (min-width: 1200px) {
    nav.main>ul>li {
        margin-right: 25px;
    }
}

@media all and (max-width: 1200px) and (min-width: 900px) {
    .wrapper {
        width: 95%
    }
    .wrapper-sml {
        width: 100%;
        max-width: 900px;
        min-width: 200px;
        margin: 0 auto;
        position: relative;
        z-index: 800;
    }
    nav.main>ul>li>a {
        font-size: 15px;
    }
    nav.main>ul>li {
        margin-right: 15px;
    }
    nav.main li>div {
        top: 46px;
    }
    .overlay article {
        margin: 60px 0
    }
    .newsletter h4 {
        width: 40%
    }
    .newsletter form {
        width: 55%
    }
    .newsletter input[type="text"] {
        width: 30%
    }
    .products-grid li {
        min-height: 350px;
    }
    .side-bx {
        padding: 25px;
    }
    .side-bx i.icn {
        display: none
    }
    .footer-fbxs article {
        top: 27%;
        left: 170px;
        max-width: 150px;
    }
    footer ul {
        margin: 0 5% 0 0
    }
    .side-bx h4 {
        font-size: 20px;
    }
    .fbem img {
        margin: 35px 2px;
    }
    .nav>li>div {
        top: 41px;
    }
    .search input[type="text"] {
        max-width: 245px;
    }
    .email-header {
        position: relative
    }
    .fancybox-title {
        display: none !important
    }
    .brand-logos img {
        max-height: 40px;
        margin: 0 14px 0 0;
    }
    #topcontent #expand p,
    #topcontent #expand2 p {
        font-size: 14px;
        line-height: 22px;
    }
    .mini-nav li a {
        padding-right: 10px;
    }
    .overlay article {
        margin: 60px 0
    }
    .newsletter h4 {
        width: 40%
    }
    .newsletter form {
        width: 55%
    }
    .newsletter input[type="text"] {
        width: 30%
    }
    .products-grid li {
        min-height: 350px;
    }
    .side-bx {
        padding: 25px;
    }
    .side-bx i.icn {
        display: none
    }
    .footer-fbxs article {
        top: 27%;
        left: 170px;
        max-width: 150px;
    }
    footer ul {
        margin: 0 5% 0 0
    }
    .side-bx h4 {
        font-size: 20px;
    }
    #topcontent figure>figcaption {
        padding: 2% 0 0 3%;
    }
    .wrapper-sml2 {
        max-width: 850px;
    }
    #topcontent figure.storesblock figcaption h4,
    #topcontent figure.storesblockr figcaption h4 {
        font-size: 26px;
    }
    #topcontent figure.storesblock,
    #topcontent figure.storesblockr {
        background: #eeeeee;
        width: 100%;
        max-width: 410px;
    }
    #topcontent figure.storesblock img {
        max-width: 300px;
        margin: -25px 0 0 0;
    }
    #topcontent figure.storesblockr img {
        max-width: 300px;
        margin: -25px 0 0 0;
    }
}

@media all and (min-width:990px) {
    #menu {
        display: none;
    }
    .mobmenu {
        display: block;
    }
}

@media all and (max-width:990px) {
    .specs .col-6:nth-child(2) article {
        padding-bottom: 0px;
    }
    .specs article {
        padding: 30px 20px 20px;
    }
    nav.main {
        display: none;
    }
    #nav-mobile-top,
    nav#recent,
    nav#cats {
        display: block;
    }
    .mobmenu {
        display: block;
    }
    .mini-nav ul.col-6:first-child {
        display: none;
    }
    .email-header,
    .youtube-header,
    .facebook-header,
    .instagram-header,
    .pinterest-header {
        display: none !important
    }
    .fancybox-title {
        display: none !important
    }
}

@media screen and (max-width:800px) {
    .hide {
        display: block !important;
    }
    #nav-mobile-top {
        display: block;
    }
    figure.logo {
        margin: 12px auto;
        float: none;
    }
    .brand-logos {
        width: 100%;
        margin: 3px auto 0px auto;
        float: none;
        text-align: center;
    }
    .search {
        width: 99%;
        margin-bottom: 10px;
    }
    .email-header {
        float: none !important;
        height: auto !important;
    }
    .home-hide {
        display: none !important
    }
    .stockists-list {
        float: none;
        width: 100% !important;
    }
    .promo-horizontal img {
        width: 100%
    }
    .col-right {
        position: relative;
        width: 100%;
    }
    #topcontent figure.storesblock {
        background: #eeeeee;
        width: 100%;
        max-width: 100%;
    }
    #topcontent figure.storesblockr {
        background: #eeeeee;
        width: 100%;
        max-width: 100%;
    }
    #topcontent figure.storesblock>figcaption,
    #topcontent figure.storesblockr>figcaption {
        padding: 10px 0 20px 0;
        margin: 0 0 0 0px;
        text-align: center;
    }
    #topcontent figure>div {
        max-width: 90%;
        margin: 0 auto;
    }
    #topcontent figure.storesblockr img,
    #topcontent figure.storesblock img.right {
        max-width: 454px;
        margin: 0 auto 0 auto;
        float: none !important;
    }
    #topcontent h3 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 15px 0;
        text-align: center;
    }
    #topcontent p,
    #topcontent p a {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 14px 0;
        text-align: center;
    }
    #topcontent .button {
        margin: 0 auto;
        display: block;
        max-width: 300px;
        text-align: center;
    }
    #topcontent figure.rightimg img {
        max-width: 436px;
        margin: 30px auto 0 auto;
        float: none;
    }
    #topcontent figure.storesblockr figcaption h4,
    #topcontent figure.storesblockr figcaption h5 {
        text-align: center;
    }
    #topcontent .storetext {
        padding: 30px 40px 0 40px;
        max-width: 100%;
    }
    footer h5 {
        font-size: 12px;
    }
    .about article {
        border-left: none;
        padding: 25px 0 25px 0;
    }
    .brands h5 {
        text-align: center;
    }
    .copyright span {
        text-align: center;
        float: none;
    }
    #bannav {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
    }
    #topcontent figure.rightimg a {
        float: none;
        margin: 0 auto;
    }
    header {
        height: auto;
        padding: 0 0 25px 0;
    }
    figure.logo {
        margin: 12px auto 0 auto;
    }
}

@media all and (max-width: 450px) and (min-width: 200px) {
    #nav-mobile-top {
        display: block;
    }
    .content-bubble {
        position: relative;
    }
    .content-bubble img {
        max-width: 100% !important;
    }
    h1.product-header {
        font-family: "brandon-grotesque";
        font-weight: 700;
        font-size: 23px;
        color: #444444;
        margin-bottom: 3px;
        text-align: center;
    }
    .product-col .discount-bubble {
        top: auto;
        bottom: 15px;
        right: 20px;
        font-size: 11px;
        width: 50px;
        height: 40px;
    }
    .product-col .discount-bubble .half {
        padding: 0 0 0 0;
    }
    .category-page .store-locator {
        margin-bottom: 30px;
    }
    .email-header {
        position: relative;
        right: 0 !important;
        float: right;
    }
    .promo-banner {
        position: relative;
        height: auto;
        top: 0
    }
    .promo-banner .cc-cards {
        float: none;
        margin-top: 8px;
    }
    .promo-banner p {
        margin: 0
    }
    .wrapper {
        width: 95%
    }
    .overlay {
        position: relative;
        background: #ddd;
        overflow: hidden;
        display: block
    }
    .overlay article {
        margin: 20px auto;
        background: none;
        height: auto;
        min-height: 200px;
        max-width: 350px;
        float: none
    }
    nav.main {
        position: relative
    }
    .overlay article>div {
        padding: 0px;
        position: relative
    }
    .overlay article a {
        position: relative;
        left: auto;
        top: 30px;
    }
    .overlay article hr.lhr {
        display: none
    }
    .overlay article hr.rhr {
        display: none
    }
    .overlay article p {
        float: none;
        text-align: center
    }
    .category-text {
        padding: 40px;
    }
    .newsletter h4 {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0
    }
    .newsletter form {
        float: none;
        width: 100%
    }
    .special img {
        width: auto;
        margin: 0 auto
    }
    .newsletter input[type="text"] {
        width: 93%;
        float: none;
        margin: 3px 0px
    }
    .newsletter {
        padding: 10px;
    }
    .side-bx h4 {
        font-size: 20px;
    }
    .products-grid figure {
        height: auto
    }
    .footer-fbxs>div.feature {
        width: 100%;
        float: none
    }
    .footer-fbxs article {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
    }
    .store-locator aside {
        float: none;
        width: 100%;
        max-width: none;
        padding: 30px 0px 0px;
    }
    .store-locator p {
        margin: 10px auto 30px;
    }
    .button.redbg {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .stockists-list {
        width: 100% !important;
    }
    .map-area {
        float: none !important;
        width: 100% !important;
    }
    .footer-fbxs figure {
        max-width: none
    }
    .category-text.over-img {
        position: relative;
        top: 0;
    }
    .category-text.over-img.white-bg {
        top: 0
    }
    .content-container a {
        text-decoration: none
    }
    .content-container {
        padding: 20px 0;
    }
    footer ul {
        margin: 0 0 20px 20px;
        float: none
    }
    .about article {
        border-left: none;
        padding: 20px;
        text-align: center;
    }
    .products-grid h1 {
        text-align: center;
        font-size: 26px;
    }
    .brands h5 {
        float: none;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .side-col,
    .product-col {
        width: 100%;
        float: none;
        clear: both;
    }
    .features {
        float: none;
        padding-right: 0px;
        width: 100%;
    }
    .warranty {
        float: none;
        padding-left: 0px;
        width: 100%;
    }
    .sml-padding-lft {
        padding-left: 0px;
    }
    .category-page p {
        padding-right: 10px;
    }
    h1.category-heading {
        font-size: 40px;
    }
    .category-page article {
        padding-bottom: 35px;
    }
    nav.product>ul>li>a {
        border-left: 1px solid #eee;
        padding: 10px 0;
        display: inline-block;
        width: 100%;
        height: 35px;
        font-size: 16px;
    }
    nav.product>ul>li {
        padding: 0;
        background: none;
        display: inline-block;
        float: left;
        width: 50%;
        text-align: center;
        border-bottom: 1px solid #eee;
        margin-right: 0px;
    }
    .feature-box article {
        padding: 40px 30px;
    }
    .sml-padding-right {
        padding: 0px !important;
    }
    .padding-right {
        padding-right: 0px;
    }
    .padding-left {
        padding-left: 0px;
    }
    .specs article {
        padding-bottom: 0px;
    }
    .product-page article {
        padding-bottom: 35px;
    }
    .thumbs li {
        float: left;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .thumbs img {
        max-width: 100%;
        margin: 0 auto;
    }
    .thumbs .clearfix {
        display: none;
    }
    .thumbs::after {
        display: block;
        content: '';
        clear: both;
    }
    .store-locator aside a {
        text-decoration: none !important;
    }
    .customer aside {
        width: 100%;
    }
    .remove {
        display: none !important;
    }
    .hide {
        display: block !important;
    }
    .hidemb {
        display: none !important;
    }
    .mini-nav li {
        display: inline-block;
        width: 42%;
        padding: 0;
        text-align: left;
    }
    .mini-nav ul.right {
        float: left !important;
        margin-top: 10px;
        text-align: left;
        margin-left: 10px;
    }
    .mini-nav ul.right li {
        width: 28%;
        padding-left: 20px;
    }
    .mini-nav ul.right li a {
        padding-left: 0px;
    }
    .customer .side-bx li {
        margin: 5px 0px 0 30px;
    }
    .customer span {
        margin-left: 40px;
    }
    .customer .email {
        margin: 7px 10px 0px 0px !important;
    }
    .nav>li:hover>div {
        display: none;
    }
    nav.main,
    nav.product {
        padding-left: 5px;
    }
    nav.main>ul>li>a {
        font-size: 13px;
    }
    .side-bx a {
        margin-left: 0px;
    }
    .fancybox-title {
        display: none !important
    }
    form div.combined p {
        width: 100%;
    }
    .soc {
        display: inline-block;
        float: none;
        margin: 0 5px 0 5px;
        padding: 0;
    }
    ul.enlarge {
        margin: 0 0 20px 0;
    }
    .enlarge li {
        width: 44%;
        border: 1px solid #d9d9d9;
        margin: 0px auto;
        display: block;
        padding: 2%;
        float: left;
        margin: 0 0.5%;
    }
    .product-col p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 5px;
        text-align: center;
        color: #59595d;
    }
    .content-grid>ul {
        padding: 30px 5%;
    }
}

@media screen and (max-width:450px) {
    .product-icons,
    #bannav {
        display: none;
    }
    header {
        height: auto;
    }
    #topcontent .button {
        text-align: center;
    }
    .mini-nav ul.right {
        margin: 0px;
        float: none !important;
        text-align: center;
    }
    .mini-nav ul.right li {
        padding-left: 0px;
        padding-right: 0px;
        width: 35%;
        box-sizing: border-box;
    }
    .mini-nav ul.right li:first-of-type {
        padding-left: 20px;
    }
    .fbem {
        margin: 0px;
    }
    .search {
        margin: 30px 0px 30px;
    }
    .brand-logos {
        padding: 7px 0 0 0;
        margin: 3px 0px 0px 0px !important;
        text-align: center;
    }
    .brand-logos img {
        width: auto;
        display: inline-block;
        float: none;
        max-height: 25px;
        margin: 0 3px 0 0;
    }
    .promo-banner p {
        text-align: center;
        float: none;
    }
    .promo-banner .cc-cards {
        text-align: center;
    }
    .banner figcaption {
        font-size: 10px;
        font-weight: 400;
        line-height: 24px;
        position: relative;
        top: auto;
        width: 100%;
    }
    .banner figcaption a {
        color: #fff;
        font-size: 8px;
        font-weight: 400;
        line-height: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 8px;
        border: 1px #ffffff solid;
    }
    #topcontent figure.storesblockr img {
        margin: 0px 0 0 0;
    }
    #topcontent p a.exlink {
        font-size: 16px;
        padding: 8px 12px 8px 12px;
        margin: 10px 0 0 0;
    }
    h1.category-heading {
        font-size: 35px;
    }
    h2.category-heading {
        padding: 0px;
    }
    .filters {
        display: none;
    }
    #topcontent figure>div {
        max-width: 90%;
        margin: 0 auto;
        padding: 2% 0 0 0;
    }
    #topcontent figure>figcaption {
        padding: 2% 0 0 0;
        max-width: 90%;
        margin: 0 auto;
    }
    #topcontent h3,
    #topcontent h4 {
        font-size: 20px;
        line-height: 24px;
    }
    #topcontent p {
        font-size: 14px;
        margin: 0 0 7% 0;
    }
    #topcontent #expand p,
    #topcontent #expand2 p {
        font-size: 14px;
    }
    #topcontent p a {
        font-size: 14px;
    }
    .category-page {
        padding: 0px;
    }
    .category-page .col-3 .grey {
        display: none;
    }
    .category-page .promo-square {
        display: none;
    }
    .category-page article {
        padding-bottom: 20px;
    }
    .category-page .product {
        margin: 5px 0px;
        min-height: 300px;
    }
    hr.wrapper.break {
        margin-bottom: 20px;
    }
    .specs .col-6 article {
        padding: 0 0 20px 0;
    }
    .product-name .item {
        font-size: 12px;
    }
    .cart-table thead {
        font-size: 12px;
    }
    .cart-table tbody tr td,
    .cart-table thead tr th {
        font-size: 12px;
    }
    .user-account {
        padding: 20px;
    }
    .login-text {
        text-align: left;
    }
    .side-bx {
        padding: 20px;
        display: none;
    }
    .dashboard-grid li a {
        padding: 20px;
    }
    .pagination nav {
        width: 100%;
        float: none;
    }
    .brands {
        padding: 20px 0 20px 0 !important;
    }
    .brands .col-7.right {
        width: 70% !important;
        margin: 0 auto;
        float: none !important;
    }
    .brands p {
        float: none;
        clear: both;
        margin: 6px auto 0px;
        text-align: center;
    }
    .brands img {
        margin: 5px 0;
    }
    .finance-cards {
        float: none;
        margin: 25px auto 0px;
        text-align: center;
    }
    .gem,
    .qcard,
    .gem2 {
        float: none;
        display: inline-block;
    }
    .finance-cards img {
        display: inline-block;
    }
    .check label {
        width: 80%;
    }
    .copyright figure {
        float: none;
        margin: 0 auto;
    }
    .copyright img {
        margin: 0 auto;
    }
    .copyright span {
        margin: 0 auto;
        float: none;
        text-align: center;
        font-size: 10px;
    }
    .copyright figure.right {
        margin: 0 auto 10px auto !important;
        float: none !important;
    }
    form>div>p:last-child {
        margin-bottom: 13px !important;
    }
    .form_fields.hasCustomSelect {
        width: 100% !important;
    }
    footer {
        padding: 40px 0;
    }
    footer.wrapper {
        text-align: center;
    }
    footer p {
        max-width: 100%;
    }
    footer ul {
        margin: 5% 0 0 0 !important;
    }
    figure.dmlogo {
        max-width: 100%;
        margin: 10px auto;
        float: none;
    }
    .search {
        float: none;
        max-width: 100%;
        clear: both;
        margin: 20px 0 20px 0;
        padding: 0px;
    }
    .search input[type="text"] {
        max-width: 97%;
        padding: 10px 0 10px 0 !important;
        text-indent: 18px;
    }
    .search input[type="submit"] {
        position: absolute;
        right: 14px;
        top: 9px;
    }
    .email,
    .facebook,
    .instagram,
    .pinterest,
    .youtube {
        float: initial;
        display: inline-block;
    }
    .ph {
        float: initial;
    }
    .newsletter {
        padding: 35px;
        margin: 10px 0;
    }
    .newsletter input[type="text"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        width: 100%;
        float: none;
        margin: 3px 0px 7px;
        box-sizing: border-box;
        padding: 15px 20px;
    }
    .newsletter input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        float: right;
        margin-top: 5px;
    }
    .newsletter h4 {
        text-align: left;
        margin: 0px 0 13px;
        padding: 0;
        font-size: 24px;
        line-height: 1.2;
    }
    .wrapper {
        width: 90%;
    }
    .sorting .dropdown-sml {
        width: 19%;
    }
    .mini-nav ul.right {
        text-align: right;
    }
    .mini-nav ul.right .cn {
        float: left;
    }
    .mini-nav ul.right li {
        text-align: right;
        width: initial;
        margin-left: 16px;
    }
    .promo-banner {
        padding: 20px 0;
    }
    .promo-banner .cc-cards img {
        margin: 7px 4px 0;
        width: 75px;
        height: auto;
    }
    .brand-logos img {
        padding-top: 10px;
    }
    #special-homepage {
        display: none;
    }
    .store-locator .find {
        padding: 15px 0;
    }
    .fbem .search {
        margin: 10px 0;
    }
    .flexslider .flex-direction-nav {
        display: block;
        position: absolute;
        width: 100%;
        height: 40px;
        opacity: 1;
        top: 25%;
        opacity: 0.8;
    }
    .flex-direction-nav a {
        width: 40px !important;
        height: 40px !important;
        background-size: cover !important;
    }
    .flex-direction-nav .flex-prev {
        left: 8px !important;
    }
    .flex-direction-nav .flex-next {
        left: inherit !important;
        right: 8px !important;
    }
    #gridrooms-homepage .col-8 figure {
        width: 100%!important;
        position: relative !important;
        top: 0 !important;
        margin-bottom: 20px;
    }
    #promo-banner-bottom {
        display: block;
    }
    #promo-banner-top {
        display: none;
    }
    #nav-mobile-top {
        display: inline-block;
    }
    #nav-mobile-top:hover {
        cursor: pointer;
    }
    .nav-mobile-close nav {
        display: block !important;
    }
    #search-mobile {
        display: none;
    }
    .desktop-slider {
        display: none;
    }
    .mobile-slider {
        display: block;
    }
    .flexslider.mobile-slider .overlay a {
        text-decoration: none !important;
        padding-top: 20px !important;
    }
    .flexslider.mobile-slider .overlay a article {
        min-height: 180px;
        max-height: initial;
        height: initial;
        padding: 0;
        margin: 0px auto 0;
    }
    .flexslider.mobile-slider .overlay a article p {
        font-size: 17px;
    }
    .flexslider.mobile-slider .overlay a article span {
        background: #ef1424;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        border: 0;
        padding: 12px 15px;
        width: 150px;
        text-decoration: none;
        left: 0;
        right: 0;
        margin: 20px auto 0;
        position: relative;
        float: initial;
        top: 23px;
    }
    .flexslider.mobile-slider .overlay a {
        display: block;
        background-image: none;
        position: relative;
        width: -webkit-fill-available;
        background: none;
        padding: initial;
        bottom: initial;
    }
    .category-text p {
        max-width: 85%;
    }
    .hidemb {
        display: none !important;
    }
    .hide {
        display: block !important;
    }
    .sorting .dropdown {
        width: 45%;
    }
    .sorting .right .dropdown {
        width: 100%;
    }
    .sorting .dropdown-sml {
        width: 45%;
    }
    .cat-header {
        padding: 30px 0 30px 0;
    }
    .cat-header h1 {
        text-align: center;
    }
    .content-grid {
        padding: 0 0 0 0;
    }
    .category-page .product .overlay a.button {
        display: inline-block;
        line-height: 20px;
    }
    .button {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "Helvetica Neue", "lato", sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 11px;
        padding: 7px 0 6px 0;
        margin: 0 0 10px 0 !important;
        border: 1px #5a5b5d solid;
        position: relative;
        text-align: center;
        outline: none;
        background: #fff;
        width: 80%;
    }
    .standard-content.contact .col-12 article .col-6:nth-of-type(2n) section {
        padding: 20px 0 0 0;
    }
    .standard-content.contact .col-12 article .col-6:nth-of-type(2n+1) section {
        padding-right: 0px;
    }
    .product-col ul li {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 5px;
    }
    h2.sub-heading {
        font-size: 22px;
        padding: 20px 0;
        text-align: center;
    }
    .association-items .thumbs {
        margin: 0 0 0 0;
        padding: 0;
        list-style: none;
        display: block;
        overflow: hidden;
    }
    .product-icons {
        position: relative;
        right: auto;
    }
    .brandsimg img {
        width: auto !important;
        max-width: 80% !important;
        margin: 0 0 10px 0;
    }
    .blogmenu>div {
        padding: 5% 0;
    }
    .standard-content {
        margin-left: 0px;
    }
    .standard-content article {
        padding: 10px 0 10px 0;
    }
    .standard-content.blog h2,
    .cart-container.blog h2 {
        font-size: 17px;
    }
    .preview-wrapper .description h2 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    .preview-wrapper .description p {
        line-height: 14px !important;
        font-size: 12px !important;
    }
    .preview-wrapper,
    .preview-product {
        padding: 15px !important;
    }
    #topcontent figure.rightimg a {
        width: 100%;
        max-width: 356px;
        padding: 21px 0px;
        text-align: center;
    }
    #topcontent figure.storesblock>figcaption,
    #topcontent figure.storesblockr>figcaption {
        padding: 0 0 20px 0;
        margin: 0 0 0 0;
        text-align: center;
        max-width: 100%;
    }
    #topcontent figure.storesblock figcaption h4,
    #topcontent figure.storesblockr figcaption h4 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
    }
    #topcontent {
        padding: 10% 0 10% 0;
    }
    #topcontent figure.storesblockr figcaption h5 {
        text-align: center;
    }
}

.highlight-formfield {
    border: 1px solid #f66 !important;
}

.banner-squeare-inside {
    text-decoration: none;
}

.promo-text-square {
    background: #ef1524;
    margin-top: 15px;
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.category-page .promo-text-square p,
.product-page .promo-text-square p {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

.category-page .promo-text-square p.text2,
.product-page .promo-text-square p.text2 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700
}

.discount-bubble {
    background: #ef1424;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 5%;
    box-sizing: border-box;
    display: table;
    position: absolute;
    z-index: 999;
    right: 5px;
}

.category-page .discount-bubble {
    width: 60px;
    height: 50px;
    top: 12px;
    right: 12px;
}

.category-page .discount-bubble p {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 11px;
    margin: 0;
    padding: 0;
}

.product-col .discount-bubble {
    bottom: 30%;
    font-size: 20px;
    width: 120px;
    height: 110px;
}

.menu-fixed section.category-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fefefe;
    z-index: 99999;
    padding: 20px 0;
    margin: 0;
}

.menu-fixed section.category-menu ul {
    max-width: 1280px;
    margin: 0 auto;
}

.menu-fixed .sorting {
    position: fixed;
    width: 100%;
    left: 0;
    top: 76px;
    z-index: 99999;
    box-shadow: 0px 3px 9px -3px rgba(0, 0, 0, 0.19);
    margin: 0;
}

.menu-fixed .sorting .sorting__container {
    max-width: 1280px;
    margin: 0 auto;
}

@media all and (min-width:990px) and (max-width:1400px) {
    .menu-fixed section.category-menu {
        padding: 20px 15px;
    }
    .sorting {
        padding: 7px 15px;
        box-sizing: border-box;
    }
}

@media all and (max-width:990px) {
    .menu-fixed section.category-menu {
        padding: 20px 15px;
    }
    .sorting {
        padding: 7px 15px;
        box-sizing: border-box;
    }
}