
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #06091e;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
    font-family: 'Muli', sans-serif;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    padding:0;
    margin:0;
    font-size:18px;
}

.contentwrap {
    max-width:1200px;
    margin: 0 auto;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border:none;
    max-width:100%;
    height:auto !important;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

header .contentwrap,
footer .contentwrap {
    position: relative;
    padding: 40px 0;
    padding-left: 250px;
    font-size: 14px;
    text-align: right;
}
footer .contentwrap {
    padding-bottom: 0;
}
header .contact-details,
.social-links,
footer .contact-details,
.catalogue {
    display: inline-block;
    vertical-align: top;
}
.contact-details p {
    margin: 5px 0;
}
.logo {
    position: absolute;
    top:50%;
    margin-top: -25px;
    left:0;
    width: 230px;
    height:auto;
}
.logo h1 {
    margin:0;
}
.thin {
    font-weight: normal;
}
a.site-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
}
a.site-link img {
    width: 35px;
    height: 35px;
}
/*============ header ============*/
header {
    font-size:14px;
    color:#ffffff;
    background: #06091e;
}
.header-menu,
header .details {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
header .details {
    width: 400px;
}
header .social-links {
    margin-left: 2%;
}
/* menu */
header ul {
    padding:0;
    list-style:none;
    margin:0;
}
header li {
    display: inline-block;
    vertical-align:top;
}
.header-menu li.depth-0 {
    vertical-align:middle;
    text-transform: capitalize;
}
.header-menu a {
    display:block;
    padding: 15px;
}
.header-menu a[href="/content/product/"] {
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 20px;
    padding: 10px 30px;
    border: 1px solid #FFF;
}
.header-menu li > ul {
    position:absolute;
    top: 100%;
    left:0;
    right:0;
    background:#f6f6f6;
    color:#082133;
    z-index:10000;
    text-align: left;
    display:none;
}
.header-menu li:hover > ul {
    display:block;
}
.header-menu li > ul::before,
.header-menu li > ul::after {
    content:"";
    background:#f6f6f6;
    position:absolute;
    top:0;
    bottom:0;
    width:0;
    height:100%;
}
.header-menu .depth-1 {
    font-size:18px;
}
#mobile-menu {
    display: none;
    position: absolute;
    top:5px;
    right:20px;
    background: #d3d3d3 url(https://keo-cms.appspot.com.storage.googleapis.com/sites/frenchstyle/app_files/img/menu-icon.svg) center no-repeat;
    background-size: 24px;
    font-size: 24px;
    padding: 8px;
    width: 24px;
    height: 24px;
    margin: 2px;
    margin-bottom: 0;
    cursor: pointer;
    z-index:100;
}
/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #ccc;
    width:240px;
    z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	left: -240px;
	overflow-y:scroll;
}
.slide-menu-active .slide-menu {
    left: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    left:0;
}
/* transition for menu slide */
.slide-menu,
.site-content-menu-slide,
#mobile-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slide-menu h3 {
	padding: 1em;
	color:#fff;
	background:#999;
	margin:0;
}
.slide-menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide-menu ul ul {
	background:#999;
}
.slide-menu ul ul ul{
	background:#666;
}
.slide-menu li {
    position:relative;
}
.slide-menu li > ul {
    display:none;
}
.slide-menu li.expand-active > ul {
    display:block;
}
.slide-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #666;
	padding: 18px;
	text-decoration:none;
}
.slide-menu a:hover {
	background: #06091e;
}
.expand {
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    height: 100%;
}
.expand i {
    content:"";
    display: block;
    height: 10px;
    width: 10px;
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/frenchstyle/app_files/img/cat-drop.svg') no-repeat center center;
    background-size: contain;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.slide-menu ul .expand {
    border-left: 1px solid #030b16;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    height: 62px;
    width: 48px;
    background: url('https://keo-cms.appspot.com.storage.googleapis.com/sites/frenchstyle/app_files/img/menu-drop.svg') no-repeat center center;
    background-size: 30%;
}
.expand-active > .expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*============ footer ============*/
footer {
    background:#06091e;
    color:#fff;
}
.site-map ul {
    list-style:none;
    padding:0;
    margin:0;
}
.site-map > ul {
    display:table;
    width:100%;
}
.site-map > ul > li {
    display:table-cell;
    padding:20px 0;
}
.site-map li li {
    display:block;
    margin:10px 0;
}
.site-map a {
    color:inherit;
    text-decoration:none;
    display:block;
    padding-left:30px;
    position:relative;
    line-height:30px;
}
.catalogue {
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 20px;
    margin-left: 4%;
}
.catalogue a {
    display: block;
    padding: 10px 40px;
    border: 1px solid #FFF;
}

/** bykeo ***/
.bykeo {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 250px;
    width: 100%;
    box-sizing: border-box;
}
.bykeo a {
    color: grey;
    text-decoration:none;
}
.bykeo img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bykeo a:hover img{
    transform-origin: center;
    transform: translateX(-200%) rotate(-360deg);
}


/*============ splash ============*/
/*  banner */
.banners-home .banner {
    position: relative;
    display:block;
    background-position:center;
    background-size:cover;
}
.banners-home .banner-content {
    position: relative;
    max-width: 1200px;
    min-height: 250px;
    padding-top: 10%;
    padding-left: 40%;
    padding-bottom: 5%;
    text-align: right;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banners-home .banner-name,
.banners-home .banner-title,
.banners-home .banner-caption {
    display: block;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
}
.banners-home .banner-name {
    color: #FFF;
    font-size: 25px;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.banners-home .banner-title {
     font-family:'as_speedwayregular', cursive;
     font-size: 80px;
     word-spacing: 12px;
     padding-top: 10px;
     padding-bottom: 8%;
     text-shadow:
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF;
}
.banners-home .banner-caption .banner-item-content {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1% 8%;
    background-color: #06091e;
    background-color: rgba(6,9,30,0.7);
    color: #FFF !important;
    border: 1px solid #FFF;
    outline: 10px solid #06091e;
    outline: 10px solid rgba(6,9,30,0.7);
    margin-bottom: 20px;
}
.banners-home .banner-navigation {
    display:none;
}

/*** promoted ***/
#promotions {
    text-align: center;
    padding: 60px 0;
}
.promo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #d3d3d3;
    width: 32%;
    padding-top: 32%;
    box-sizing: border-box;
    margin: 0.5%;
    border: 1px solid #b9b9b9;
}
.promo.product .border {
    position: absolute;
    top:0;
    left:0;
    width: 82%;
    height: 82%;
    margin: 8%;
}
.promo.product:nth-of-type(odd) .border{
    border: 5px solid #FFF;
    border-bottom: 0;
    border-bottom: 0;
}
.promo.product:nth-of-type(even) .border{
    border: 5px solid #000;
    border-bottom: 0;
}
.border p {
    position: absolute;
    bottom:-12px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin:0;
}
.promo.product:nth-of-type(odd) .border p {
    color: #FFF;
}
.promo.product:nth-of-type(even) .border p {
    color: #000;
}
.border p:before,
.border p:after {
    content:"";
    position: absolute;
    top: 50%;
    width: 20%;
    height: 5px;
}
.promo.product:nth-of-type(odd) .border p:before,
.promo.product:nth-of-type(odd) .border p:after {
    background: #FFF;
}
.promo.product:nth-of-type(even) .border p:before,
.promo.product:nth-of-type(even) .border p:after {
    background: #000;
}
.border p:before {
    left: -5px;
}
.border p:after {
    right: -5px;
}
.promo .graphic,
.promo .fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.table-wrap {
/* set height */
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.promo .table {
    position: relative;
    display: table;
    color: #FFF;
    text-align: center;
    padding: 8%;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.promo .cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
}
p.outline {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #FFF;
}
.promo .highlight,
.product .highlight {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 1.3;
    margin:0;
    margin-top: 10px;
}
.product .highlight {
    font-size: 32px;
}
/*** shoe scroller ***/
#shoe-scroller {
    margin-bottom: 80px;
}
#shoe-scroller .button-wrap {
    position: relative;
}
.overflow {
    height: 300px;
    overflow: hidden;
}
#shoe-scroller .scroll {
    white-space: nowrap;
    overflow: hidden;
}
#prev,
#next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-size: 10px 20px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}
#prev {
    left:-60px;
    background-image:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/frenchstyle/app_files/img/left.png');
}
#next {
    right:-60px;
    background-image:url('https://keo-cms.appspot.com.storage.googleapis.com/sites/frenchstyle/app_files/img/right.png');
}
#prev.active,
#next.active {
    background-color: #ece5ce;
}
#shoe-scroller .product {
    width: 300px;
    height: 300px;
}
#shoe-scroller .graphic,
#shoe-scroller .fallback {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#shoe-scroller .product.view-all {
    text-align: center;
}
.product.view-all a.table {
    display:table;
    padding: 8%;
    width:100%;
    height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product.view-all .cell {
    display: table-cell;
    vertical-align: middle;
    height:100%;
}
.product.view-all .cell p {
    margin: 10px;
}

/*** content + contact deets ***/
.t-home #content {
    background: #eee9d4;
}
.t-home #content .contentwrap {
    display: table;
}
.t-home .page-content,
.t-home #content .contact-details {
    display: table-cell;
    padding: 40px;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t-home .page-content {
    position: relative;
    padding-left: 100px;
}
.t-home .page-content .social-links {
    position: absolute;
    left:0;
    top: 0;
    padding-top: 70px;
    width: 100px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t-home .page-content .social-links a.site-link {
    display: block;
    width: 100%;
}
.t-home #content .contact-details {
    background-color: #06091e;
    font-size: 16px;
    color: #FFF !important;
    width: 350px;
}
.t-home #content .contact-details h2 {
    text-transform: uppercase;
    font-weight: normal;
}
.t-home #content .contact-details h2:first-of-type {
    margin-top: 0;
}
span.opening-hours {
    display: block;
    margin: 5px 0;
}
.t-home #content .contact-details .opening-days:after {
    content:" | ";
}

/****** contact map ********/
.map-wrap {
    position: relative;
}
#map {
    width: 100%;
    height: 460px;
}
#map-click {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}


/*============ page ============*/


/*============ Products ============*/
.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.col {
    display: table-cell;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.top {
    position: relative;
    border-bottom: 6px solid #06091e;
    padding: 40px 0;
    margin-bottom: 60px;
}
.top h1,
div.filter {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
div.filter {
    float: right;
    font-size: 14px;
    margin: 25px 0;
}
div.filter nav {
    display: inline-block;
    vertical-align: top;
}
div.filter nav:first-of-type {
    padding-right: 30px;
}
ul#sort-filter,
ul#number-filter {
    display: block;
    margin:0;
    padding:0;
    list-style-type: none;
}
li.drop {
    position: relative;
    cursor: pointer;
}
li.drop > ul {
    position: absolute;
    top:100%;
    left:0;
    width: 100%;
    display: none;
    background-color: #FFF;
    margin:0;
    padding:0;
    list-style-type: none;
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.41);
    z-index: 10;
}
li.drop.expand-active > ul {
    display:block;
}
li.drop .expand {
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
}
li.drop .expand i {
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #06091e transparent transparent transparent;
}
li.drop li > a {
    display: block;
    padding: 5px 10px;
}
/* category sidebar */
.sidebar.col {
    width: 150px;
    font-size: 13px;
}
.sidebar h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.sidebar .highlight {
    font-size: 22px;
    line-height: 22px;
}
/** filters **/
.sidebar ul {
    padding:0;
    list-style-type:none;
    margin-top:0;
    margin-bottom: 60px;
}
.side-filter > ul > li {
    display: inline-block;
    vertical-align: top;
    min-width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar li.active {
    font-weight: bold;
}
.sidebar li a {
    position: relative;
    display: block;
    padding-left: 15px;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar li a:before {
    content:"";
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -3px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
}
.sidebar li.active a:before {
    background-color: #000;
}
.sidebar li.drop a {
    display: inline-block;
}
.sidebar ul.brands li {
    width: 100%;
}
.sidebar ul.brands li a {
    padding-left: 0;
}
.sidebar ul.brands li a:before {
    width:0;
    height:0;
    border:0;
    margin:0;
}

/** sub taxonomies **/
.side-filter > .expand {
    position: static;
    display: none;
    width: 20px;
    height: 20px;
}
.side-filter > .expand i {
    width: 20px;
    height: 20px;
    background-size: 15px 15px;
    background-position: center;
}
.side-filter li.drop .expand {
    position: static;
    padding-left: 10px;
}
.sidebar ul.sub {
    position: static;
}
.sidebar li.drop.expand-active > ul {
    display:block;
}
..li-drop ul.sub {
    display: none;
    margin-bottom:0;
}
.side-filter {
    position: relative;
}

/*** products ***/
.products.col {
    padding-left: 4%;
    text-align: right;
}
.product {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #d3d3d3;
    width: 32%;
    box-sizing: border-box;
    margin: 0.5%;
    border: 1px solid #b9b9b9;
    min-height:200px;
}
.product img.graphic,
.product img.fallback {
    width: 100% !important;
    height: auto !important;
}
a.hover {
    position: absolute;
    display: none;
    top:0;
    left:0;
    padding: 8%;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product:hover a.hover {
    display: block;
}
.product .wrap {
    width: 100%;
    height: 100%;
    white-space: normal;
    border: 1px solid #FFF;
}
/*** inline lightbox ***/
.lightbox {
    position: relative;
    display: block;
    background: #ece5ce;
    max-width: 400px;
    margin: 20px auto;
}
.lightbox .graphic,
.lightbox .fallback {
    position: relative;
    width: 100%;
}
.lightbox .text {
    padding: 20px;
    font-size: 16px;
}
.lightbox span {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.lightbox span.store {
    text-align: right;
}
.lightbox span.title {
    text-transform: capitalize;
}

/*** paging ***/
.paging-bar {
    background: #ece5ce;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
}
a.button.number {
    padding: 0 5px;
    border: 1px solid #06091e;
}
a.button.number.active {
    color: #FFF;
    background-color: #06091e;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1500px){
    .banners-home .banner-content,
    .contentwrap {
        width: 90%;
    }
    #shoe-scroller .button-wrap {
        padding: 0 50px;
    }
    #prev { left:0; }
    #next { right:0; }
}
@media only screen and (max-width: 1350px){
    .banners-home .banner-content {
        text-align: left;
        padding-left:0;
        padding-right: 50%;
    }
    /* product font */
    .product .highlight,
    .promo .highlight {
        font-size: 20px;
    }
}
@media only screen and (max-width: 960px) {
/* header + footer */
    #mobile-menu {
        display:block;
    }
    header .contentwrap.table,
    header .details {
        display: block;
    }
    header .details {
        width: 100%;
    }
    header .contentwrap.table,
    footer .contentwrap {
        text-align: center;
        padding: 10px 0;
    }
    footer .contentwrap {
        padding-bottom:0;
    }
    .bykeo {
        padding-right:0;
    }
    .logo {
        position: static;
    }
    footer .logo img {
        margin-bottom: 5px;
    }
    header .contact-details {
        text-align: left;
    }
    .header-menu {
        display:none;
    }
    .slide-menu {
        display:block;
    }
    .slide-menu-active .site-content-menu-slide {
        left: 240px;
    }
    .slide-menu-active #mobile-menu {
        left: 260px;
    }
/* home */
    .banners-home .banner-content {
        padding-top: 5%;
    }
    .banners-home .banner-title {
        font-size: 50px;
        line-height: 1.1;
    }
    #promotions {
        padding: 20px 0;
    }
    .promo {
        padding-top: 49%;
    }
    #shoe-scroller {
        margin-bottom: 40px;
    }
    #shoe-scroller .button-wrap {
        padding: 0 30px;
    }
    #prev,
    #next {
        top:0.5%;
        width: 30px;
        margin-top: 0;
        height: 100%;
    }
    .t-home #content .contentwrap,
    .t-home .page-content,
    .t-home #content .contact-details {
        display: block;
        width: 100%;
        padding-bottom: 40px;
    }
    .t-home #content .contact-details {
        padding-left: 100px;
    }
    .t-home #content .contentwrap {
        padding-bottom: 0;
    }
    #map {
        height: 250px;
    }
/* product list */
    div.top {
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .top h1,
    div.filter {
        display: block;
        line-height: 1.1;
    }
    div.filter {
        float: none;
        margin: 0;
    }
    div.filter nav {
        margin: 10px 0;
    }
    .product,
    .promo {
        width: 49%;
        font-size: 14px;
    }
}
@media only screen and (max-width: 760px) {
    a {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;

        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;

        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
/** home **/
    .banners-home .banner-content {
        padding-right:0;
    }
    /* shoe scroller */
    .overflow {
        height: 200px;
    }
    #shoe-scroller .product {
        width: 200px;
        height: 200px;
    }
    #shoe-scroller .product {
        font-size: 14px;
    }
    #shoe-scroller .product p {
        margin: 10px 0;
    }
    #shoe-scroller .product .highlight {
        font-size: 20px;
    }
}
@media only screen and (max-width: 700px){
/* product list mobile filters */
    div.top {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .t-catelogue .contentwrap > .table,
    .t-catelogue .contentwrap > .table > .col {
        display: block;
    }
    .sidebar.col {
        width: 100%;
    }
    .products.col {
        padding-left:0;
        text-align:center;
    }
    .side-filter {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }
    .sidebar h3 {
        display: inline-block;
        margin-top:0;
    }
    .side-filter .expand {
        display: inline-block;
        vertical-align: middle;
    }
    .sidebar ul {
        display: none;
        position: absolute;
        margin-bottom:0px;
        z-index: 10;
    }
    .side-filter.expand-active ul {
        display: block;
    }
    .side-filter > ul > li {
        background-color: #FFF;
        text-align: center;
        border: 0.5px solid #d1d1d1;
        border-bottom: 0;
    }
    .side-filter li:nth-of-type(even){
        border-left: 0;
    }
    .sidebar li:nth-last-of-type(-n+2) {
        border-bottom: 0.5px solid #d1d1d1;
    }
    .side-filter ul.brands li:nth-last-child(2){
        border-bottom:0;
    }
    .sidebar ul.brands li {
        border-left: 0.5px solid #d1d1d1;
    }
    .side-filter > ul > li > a  {
        height: 40px;
        line-height: 40px;
    }
    .sidebar li a {
        padding-left: 0;
    }
    .sidebar li a:before {
        display: none;
    }
}
@media only screen and (max-width:660px){
/* home */
    .t-home .page-content,
    .t-home #content .contact-details {
        padding-left: 5%;
        padding-right: 5%;
    }
    .t-home .page-content {
        padding-top: 20px;
    }
    .t-home .page-content .social-links {
        position: static;
        display: block;
        text-align: center;
        padding-top:0;
        width: 100%;
    }
    .t-home .page-content .social-links a.site-link {
        display: inline-block;
        width: 50px;
        height: 50px;
    }
/* products */
    .instore {
        font-size: 16px;
        white-space: nowrap;
    }
    .side-filter,
    .sidebar ul.brands li{
        width: 50%;
    }
    .sidebar ul.brands li:nth-of-type(even) {
        border-left: 0;
    }
    .side-filter ul.brands li:nth-last-child(2) {
        border-bottom: 0.5px solid #d1d1d1;
    }
    .side-filter.expand-active ul {
        text-align: left;
    }
    .side-filter > ul > li {
        text-align: center;
    }
}
@media only screen and (max-width:450px){
/* home */
    .banners-home .banner-content {
        padding-left: 0;
    }
    .banners-home .banner-caption .banner-item-content {
        font-size: 16px;
        padding: 1% 4%;
        margin-right: 20px;
    }
    .promo {
        width: 80%;
        padding-top: 80%;
        margin-bottom: 10px;
    }
/* products */
    .top {
        text-align: center;
    }
    .instore {
        display: none;
    }
    .sidebar.col {
        margin-bottom: 20px;
    }
    .side-filter {
        width: 100%;
    }
    .side-filter {
        text-align: center;
        border: 1px solid #d1d1d1;
        margin-bottom: 5px;
    }
    .sidebar h3 {
        margin: 5px 0;
    }
    .sidebar ul {
        position: static;
    }
    .sidebar li:nth-of-type(odd),
    .sidebar li:nth-of-type(odd){
        border-left: 0;
    }
    .sidebar li:nth-of-type(even) {
        border-right: 0;
    }
    /** products - remove the hover **/
    .product {
        min-height: 0;
    }
    .product .wrap {
        display: none;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}