/*
Theme Name: Forme Bathroom Collections
Theme URI: http://formebathroomcollection.com.au
Author: Bolder Creative
Author URI: http://boldercreative.com.au
Description: The Forme Bathroom Collections theme.
Version: 1.0.0
Text Domain: forme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Forme Bathroom Collections is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
    font-family: '911_porscharegular';
    src: url('fonts/911porschav3-webfont.woff2') format('woff2'),
         url('fonts/911porschav3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurostileregular';
    src: url('fonts/neurostile-webfont.woff2') format('woff2'),
         url('fonts/eurostile-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

html,
body {
	height: 100%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	outline: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #dddddc;
	border: 0;
	height: 1px;
	margin: 0;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label {
	font-weight: 600;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #00587c;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: 600;
}

a.btn {
	box-shadow: none !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #00587c;
	background: #ececec;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
input {
	color: #3c3c3c;
	border: 2px solid #efefef;
	border-radius: 0;
	padding: 10px 20px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	   appearance: none;
	outline: none;	   
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #3c3c3c;
}

textarea {
	width: 100%;
	height: 122px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #2d2d2d;
}

a:visited {
	color: #2d2d2d;
}

a:hover,
a:focus,
a:active {
	color: #00587c;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## GENERAL
--------------------------------------------------------------*/

.site-branding {
	font-family: '911_porscharegular', sans-serif;
	font-size: 47px;
	line-height: 1;
	margin-top: -14px;
}

.site-branding .e {
	font-family: 'eurostileregular', sans-serif;
	color: #327099;
	display:inline-block;
	-webkit-transform:scale(2.28,1); 
	-moz-transform:scale(2.28,1); 
	-ms-transform:scale(2.28,1);
	-o-transform:scale(2.28,1); 
	transform:scale(2.28,1); 
	margin-top: 4px;
	margin-left: 12px;
	font-size: 51px;
}

.site-branding a {
	color: #2d2d2d;
}

.site-branding a e {
	color: #327099;
}

div.mobile {
	display: none;
}

.site {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	
}

.site-content {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.site-footer .container {
	max-width: 1115px;
}

.vc_row.vc_inner.container {
	margin: 0 auto !important;
}

span.blue {
	color: #00587c;
}

.blue-section {
	padding: 35px 0 50px;
	background: #00587c;
	color: #fff;
	margin-top: -36px;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

h2 {
	font-size: 31px;
	color: #00587c;
	margin: 55px 0 !important;
}

h3 {
	font-size: 20px;
}

.blue-section h2 {
	color: #fff;
}

::-webkit-input-placeholder { 
    color: #3c3c3c;
}
:-moz-placeholder { 
   color: #3c3c3c;
   opacity:  1;
}
::-moz-placeholder { 
   color: #3c3c3c;
   opacity:  1;
}
:-ms-input-placeholder {
	color: #3c3c3c;
}

.center-outer {
	display: table;
	width: 100%;
	height: 100%;
}

.center-inner {
	display: table-cell;
	vertical-align: middle;
}

.entry-header {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	position: relative;
	margin-bottom: 20px;
}

.page-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	
}

.page-title h1 {
	margin: 0;
	color: #2d2d2d;
	font-size: 70px;
	font-weight: 300;
}

a.btn {
	background: #edecec;
	border: 2px solid #efefef;
	padding: 15px;
	border-radius: 0;
}

a.btn em {
	font-style: normal;
	font-weight: 300;
}

.flexslider {
	border-radius: 0;
	box-shadow: none;
	border: none;
}

.flex-direction-nav a:before {
  font-family: "Ionicons";
  font-size: 50px;
  display: inline-block;
  content: "\f3cf";
  color: #dddddc;
  text-shadow: none;
}
.flex-direction-nav a.flex-next:before {
   content: "\f3d1";
}

@media(min-width: 992px) { .col5{ width: 20%; float: left; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } }

#accordion .section-title h2 {
	font-size: 31px;
	color: #00587c;
	margin: 55px 0 !important;
}

#accordion .section-title h2 a {
	color: #00587c;
}

#accordion.panel-group .panel {
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

#accordion .panel-body {
	padding: 0;
}

/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/

.home .flexslider {
	width: 100%;
	margin: 0;
}

.home-search {
	text-align: center;
}

.home-search input {
	color: #3c3c3c;
	border: 2px solid #efefef;
	max-width: 480px;
	width: 100%;
	height: 43px;
	border-radius: 0;
	box-shadow: 0;
	padding: 0 20px;
}

.explore-by-brand {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
}

.explore-by-brand li {
	position: relative;
	font-size: 15px;
	margin: 0 9px 18px 9px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	max-width: 243px;
	width: 100%;
	height: 219px;
}

.explore-by-brand li a {
	display: block;
	height: 100%;
	border: 3px solid #fff;
	margin: 0;
	position: relative;
}

.explore-by-brand li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #00587c;
	font-size: 19px;
	padding: 0 40px;
	opacity: 0;
}

.explore-by-brand li a:hover .overlay {
	opacity: 1;
}

.explore-by-brand li img {
	max-width: 150px;
	width: 100%;
}

ul.explore-by-category {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
	max-width: 1022px;
	width: 100%;
}

ul.explore-by-category li {
	font-size: 15px;
	width: 18.27%;
	display: inline-block;
	margin: 0 11px 22px 11px;
	text-align: center;
	vertical-align: top;
	min-height: 80px;
}

ul.explore-by-category li:nth-of-type(5n + 1) {
	margin-left: 0;
}

ul.explore-by-category li:nth-of-type(5n) {
	margin-right: 0;
}

ul.explore-by-category li a {
	border: 3px solid #efefef;
	padding: 20px 40px;
	background: #fff;
	color: #00587c;
	display: block;
	height: 100%;
	font-size: 19px;
	text-decoration: none;
}

ul.explore-by-category li a:hover {
	border: 3px solid #fff;
	background: #00587c;
	color: #fff;
}

.side-padding {
	padding: 0 70px;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

.site-header {
	padding: 30px 0px 25px 0px;
}

.mobile-header {
	display: none;
}

.site-header .search-wrapper input {
  width: 50px;
  border: none;
  border-radius: 0;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  height: 46px; 
  position: absolute;
  top: 0;
  right: 0; 
}

.site-header .top-navigation.active .search-wrapper input {
  width: 170px;
  font-size: 16px;
  color: #666;
  -webkit-text-fill-color: #666;
  background: #fff;
  border: 2px solid #efefef;
}

.site-header .search-wrapper .fa {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 46px;
  line-height: 46px;
  background: #00587c;
  color: #fff;
  text-align: center;
}

.top-navigation {
	padding-right: 70px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.top-navigation.active {
	padding-right: 200px;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.site-footer {
	background: #ececec;
	padding: 40px 0 85px 0;
}

.site-footer .col-8 {
	width: 12.5%;
	float: left;
	padding: 0 15px;
}

.site-footer .widget-title {
	color: #00587c;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 15px 0 !important;
}

.site-footer .widget .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.site-footer .widget .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

.site-info {
	border-top: 2px solid #00587c;
	padding-top: 40px;
}

.footer-logo {
	display: block;
}

.footer-contact-info {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 600;
	width: 80%;
	float: left;
}

.site-info .email {
	display: inline-block;
}

.footer-contact-info a {
	color: #2d2d2d;
	text-decoration: none;
}

.footer-contact-info span {
	display: inline-block;
	margin-left: 15px;
}

.footer-contact-info span.first {
	margin-left: 0;
}

.social-media {
	width: 20%;
	float: left;
	text-align: right;
}

.social-media a {
	display: inline-block;
	background: #00587c;
	color: #ececec;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
	line-height: 20px;
}

@-moz-document url-prefix() {
	.social-media a {
	line-height: 19px;
	}
}

/*--------------------------------------------------------------
## CONTACT
--------------------------------------------------------------*/

.contact-title p {
	margin-bottom: 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form .form-field {
	margin-bottom: 8px;
}

.wpcf7-form input.wpcf7-submit {
	width: auto;
}

div.wpcf7-validation-errors,
.wpcf7-form.invalid input.wpcf7-validates-as-required.wpcf7-not-valid,
.wpcf7-form.invalid textarea.wpcf7-validates-as-required.wpcf7-not-valid {
	border: 2px solid #00587c;
}

div.wpcf7-validation-errors {
	margin: 8px 0 20px 0;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 31px;
	line-height: 1.1;
	color: #00587c;
}


div.wpcf7 form.wpcf7-form span.ajax-loader {
	width: 32px; 
	height: 32px; 
	background-image:url(images/loading.gif); 
	background-size: 32px;
}

.wpcf7-form.invalid input.wpcf7-validates-as-required.wpcf7-not-valid,
.wpcf7-form.invalid textarea.wpcf7-validates-as-required.wpcf7-not-valid {
	margin-bottom: 5px;
}

span.wpcf7-not-valid-tip {
	color: #00587c;
}

.wpcf7-form textarea {
	height: 122px;
}

/*.site-header .row .col-sm-3 {
    width: 33.3333% !important;
    float: left !important;
}

.site-header .row .col-sm-7 {
    width: 66.6667% !important;
    float: left !important;
    padding-right: 95px !important;
}*/

/*--------------------------------------------------------------
## BRANDS
--------------------------------------------------------------*/

.brands-description {
	padding: 0 70px;
}

.brands-explore-by-brand {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: center;
}

.brands-explore-by-brand li {
	position: relative;
	font-size: 19px;
	margin: 0 9px 18px 9px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	max-width: 189px;
	width: 100%;
	height: 188px;
	background: #00587c;
	color: #fff;
}

.brands-explore-by-brand li a {
	display: block;
	height: 100%;
	border: 3px solid #fefcfc;
	margin: 0;
	position: relative;
	color: #fff;
	padding: 20px;
}

.brands-explore-by-brand li a:hover {
	border: 3px solid #efefef;
}

.brands-explore-by-brand li .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #00587c;
	font-size: 19px;
	padding: 0;
	opacity: 0;
}

.brands-explore-by-brand li a:hover .overlay {
	opacity: 1;
}

.brands-explore-by-brand li .overlay p {
	margin: 0;
}

.brands-explore-by-brand li img {
	max-width: 150px;
	width: auto;
	max-height: 100px;
}


/*--------------------------------------------------------------
## PRODUCTS - SINGLE
--------------------------------------------------------------*/

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin: 0;
}

.tax-product_cat .site-content {
	margin-bottom: 80px;
}

.single-product .site-content {
	margin-top: 130px;
	margin-bottom: 155px;
}

.product-info {
	float: left;
	width: 23%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 77%;
	text-align: right;
	margin: 0 0 35px 0;
	padding: 0 0 0 40px;
}

.product-info h2 {
	margin: 0 !important;
}

.sku {
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 1px dotted #404040;
}

a.button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.yith-wcwl-add-to-wishlist a {
	display: inline-block;
	width: 100%;
	background: #00587c;
	color: #fff;
	padding: 12px 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius: 0;
	float: none !important;
}

a.button:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.yith-wcwl-add-to-wishlist a:hover {
	background: #edecec;
	color: #00587c;
}

.button.find-a-store {
	text-align: left;
}

a.btn {
	white-space: normal;
}

a {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

a.button.grey,
button.button.grey {
	background: #edecec;
	color: #00587c;
}

a.button.grey:hover,
button.button.grey:hover {
	color: #fff;
	background: #00587c;
}

a.button.grey .ion {
	color: #00587c;
	border-color: #00587c;
}

a.button.grey:hover .ion {
	color: #fff;
	border-color: #fff;
}

a.button.center {
	text-align: center;
}

.yith-wcwl-add-to-wishlist span {
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
}

.yith-wcwl-add-to-wishlist {
	padding: 0;
	margin: 35px 0 15px 0;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}

.yith-wcwl-add-to-wishlist a {
	position: relative;
	border-radius: 0 !important;
}

.yith-wcwl-add-to-wishlist a:after {
	border: 2px solid #fff;
	color: #fff;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	top: 6px;
	right: 15px;
	content: "\f489";
	font-family: "Ionicons";
}

#yith-wcwl-popup-message {
	display: none !important;
}

a.button .ion,
button.button .ion {
	border: 2px solid #fff;
	color: #fff;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	position: absolute;
	top: 4px;
	right: 15px;
}

.product-image-container {
	border: 2px solid #efefef;
	max-width: 813px;
	width: 100%;
	height: 455px;
}

.woocommerce div.product div.images img {
	max-width: 100%;
	width: auto;
	max-height: 390px;
	margin: 0 auto;
}

.woocommerce div.product div.images div.thumbnails {
	padding: 0;
	margin-top: 8px;
}

.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {
	display: inline-block;
	float: none;
	max-width: 99px;
	max-height: 99px;
	height: 99px;
	border: 2px solid #efefef;
	padding: 5px;
	margin: 0 0 0 8px;
}

.images #slider.flexslider {
	border: 2px solid #efefef;
	max-width: 813px;
	width: 100%;
	height: 455px;
	margin: 0;
}

.images #slider.flexslider .slides {
	max-height: 455px;
	height: 455px;
}

.images #slider.flexslider .slides > li {
	height: 100%;
}

.images #slider.flexslider img {
	max-width: 100%;
	width: auto;
	max-height: 390px;
	margin: 0 auto;
}

.images #carousel.flexslider {
	margin: 8px 0 0 0;
	padding: 0 50px;
}


.images #carousel.flexslider .slides li {
	max-width: 99px;
	max-height: 99px;
	height: 99px;
	border: 2px solid #efefef;
	padding: 5px;
	margin: 0 0 0 13px;
	opacity: 0;
}

.images #carousel.flexslider .slides li img {
	max-height: 85px;
	max-width: 85px;
}

.images #carousel.flexslider .slides li.show {
	opacity: 1;
}

.images .flex-right .slides {
	width: 100%!important; 
	text-align: right;
}

.images .flex-right .slides li {
	display: inline-block !important; 
	*display: inline !important; 
	float: none !important;
	opacity: 1 !important;
}

.images .flex-direction-nav a {
	opacity: 1;
	height: 60px;
}

.images #carousel.flexslider .flex-direction-nav a {
	top: 35%;
}

.images .flex-direction-nav .flex-prev {
	left: 20px;
	opacity: 1;
	text-align: left;
}

.images .flex-direction-nav .flex-next {
	right: 20px;
	text-align: right;
	opacity: 1;
}

.woocommerce ul.products {
	text-align: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 2px solid #efefef;
	margin: 0 8px 16px 8px;
	max-width: 179px;
	width: 100%;
	height: 179px !important;
	float: left;
}

.woocommerce ul.products li.product a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	background: #00587c;
	color: #fff;
	font-size: 16px;
	opacity: 0;
}

.woocommerce ul.products li.product a:hover .overlay {
	opacity: 1;
}

.woocommerce ul.products li.product a h2 {
	color: #fff;
	margin: 0 auto !important;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none !important;
}

.related {
	margin-bottom: 160px;
	text-align: center;
}

.related h2 {
	text-align: center;
}

.related .desktop a {
	border: 2px solid #efefef;
	margin: 0;
	display: inline-block;
	max-width: 209px;
	width: 100%;
	min-height: 208px;
	height: 208px;
}

.related .desktop a img {
	max-height: 188px;
	max-width: 166px;
	width: auto;
}

.related .flexslider {
	border: 2px solid #efefef;
	margin: 0;
}

.product-info-lists {
	font-size: 20px;
}

.row.product-info-heading .col-md-3 {
	width: 25% !important;
	float: left !important;
}

.product-info-heading a {
	display: block;
	width: 100%;
	background: #edecec;
	color: #00587c;
	padding: 12px 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.product-info-heading a:hover {
	background: #00587c;
	color: #fff;
}

.product-info-heading span {
	display: block;
	width: 100%;
	background: #edecec;
	color: #ccc;
	padding: 12px 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.product-info-lists .left {
	padding-right: 30px;
}

.product-info-lists .right {
	padding-left: 30px;
}

.product-info-lists p {
	margin-bottom: 15px;
}

ul.product-info-list {
	margin: 0 0 55px 0;
	padding: 0;
	list-style: none;
}

ul.product-info-list li {
	margin: 0 0 10px 0;
	padding: 0 30px 0 0;
	list-style: none;
	width: 50%;
	float: left;
}

ul.product-info-list li:nth-of-type(2n) {
	padding: 0 0 0 30px;
}

ul.product-info-list li.clear {
	padding: 0;
	float: none;
	width: 100%;
}

ul.product-info-list li p {
	margin: 0;
}

ul.product-info-list li .label-title,
ul.product-info-list li .value {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	float: left;
	padding: 5px 15px;
}

ul.product-info-list li .label-title {
	background: #edecec;
	border: 2px solid #edecec;
}

ul.product-info-list li .value {
	border: 2px solid #efefef;
}

.product-dl {
	margin-bottom: 55px;
}

.product-dl a {
	display: block;
	width: 100%;
	background: #edecec;
	padding: 12px 5px;
	text-align: center;
	margin-bottom: 15px;
}

.product-videos .video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.product-videos .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## WISHLIST
--------------------------------------------------------------*/

.wishlist-item {
	border-bottom: 1px solid #dddddc;
	padding: 30px 35px;
	min-height: 122px;
}

.wishlist-item:first-of-type {
	border-top: 2px solid #dddddc;
} 

.wishlist-item:nth-child(2) {
	border-bottom: 2px solid #dddddc;
}

.wishlist-item .product-thumbnail img {
	width: 143px;
	max-height: 122px;
}

.wishlist-item .product-thumbnail {
	border: 2px solid #efefef;
	display: inline-block;
}

.wishlist-item .product-thumbnail .center-inner {
	width: 143px;
	max-height: 122px;
}

.wishlist-item a.button {
	margin-bottom: 8px;
}

.wishlist-item a.remove_from_wishlist {
	background: #fff;
	color: #00587c;
}

.wishlist-item a.product-title {
	color: #00587c;
}

.pagination-row,
.wishlist-share {
	margin: 55px 0;
}

.wishlist-share button.button,
.wishlist-share a.button {
	text-transform: none;
	padding: 30px;
	font-size: 25px;
	font-weight: 400;
	background: #fff;
	color: #00587c;
	border: 2px solid #efefef;
}

.wishlist-share button.button:hover,
.wishlist-share a.button:hover,
.wishlist-share a.share-my-wishlist.active {
	background: #00587c;
	color: #fff;
	border: 2px solid #00587c;
}

.share-my-wishlist-items {
	width: 100%;
	text-align: center;
	padding: 30px;
	border: 2px solid #efefef;
	border-top: none;
	font-size: 30px;
	display: none;
}

.share-my-wishlist-items.active {
	display: block;
}

.share-my-wishlist-items ul {
	margin: 0;
	padding: 0;
}

.share-my-wishlist-items ul li a {
	display: inline-block;
	background: #00587c;
	color: #ececec;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	line-height: 50px;
}

@-moz-document url-prefix() {
	.share-my-wishlist-items ul li a {
	line-height: 48px;
	}
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: #edecec;
	border-color: #00587c;
}

.woocommerce-message:before {
	color: #00587c;
}

.wishlist-empty {
	text-align: center;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.error404 .page-content {
	text-align: center;
}

/*--------------------------------------------------------------
## CATEGORY
--------------------------------------------------------------*/

#content .woocommerce-result-count {
	float: none;
	padding: 0 8px;
}

.footer-notice {
	padding: 0 8px;
}

.pagination {
	margin-left: 8px;
	margin-right: 8px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 11px;
	font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #00587c;
	color: #fff;
}

.woocommerce ul.products li.product a img {
	max-width: 175px;
	max-height: 175px;
	width: auto;
	margin: 0 auto;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
	padding: 0.45em 0.5em 0.55em 0.5em;
}

.tax-product_cat .col-md-9 {
	padding-left: 30px;
}

.category-filters .panel {
	box-shadow: none;
}

.category-filters .panel-default > .panel-heading {
	background: transparent;
}

.category-filters .panel-heading,
.category-filters .panel-body {
	padding: 0;
	border: none !important;
}

.category-filters .panel-group .panel {
	border-radius: 0;
}

.category-filters .panel-default {
	border: none;
}


.filters, .category-filters.deactive h2 {
	margin-bottom: 35px !important;
}

.category-filters h2 {
	margin: 0 !important;
	background: #00587c;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
}

.category-filters h2 a {
	color: #fff;
	cursor: default;
	display: block;
	padding: 15px 20px;
}

.filters {
	font-size: 12px;
	font-weight: 600;
	display: block;
}

.filters.deactive {
	display: none;
}

.filter-section h3 {
	margin: 0;
	color: #00587c;
	font-size: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}

.filter-section h3.deactive {
	padding-bottom: 0;
}

.filter-section h3:after {
	display: block;
	height: 30px;
	width: 30px;
	content: "\f209";
	font-family: "Ionicons";
	position: absolute;
	right: 0;
	top: 15px;
}

.filter-section h3.deactive:after {
	content: "\f218";
}

.filter-section {
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #404040;
}

.filter-section.deactive {
	display: none;
}

.filters .filter-by-brand, 
.filters .filter-by-category {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

.filters .filter-by-brand li,
.filters .filter-by-category li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.filters li.current a {
	color: #00587c;
}

.filters #form-ui .filter-item {
	width: 100%;
}

.filters input[type="checkbox"] {
    display:none;
}

.filters input[type="checkbox"] + label span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -2px 8px 0 0;
    vertical-align: middle;
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.filters input[type="checkbox"]:checked + label span {
   background: #00587c;
}

.filters input[type="checkbox"]:checked + label span:after {
	position: relative;
	top: -6px;
	left: 2px;
	width: 10px;
	height: 10px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	content: "\f3fd";
	font-family: "Ionicons";
}

.category-filters .woocommerce-product-search input {
	width: 100%;
}

/*--------------------------------------------------------------
## STORE LOCATOR
--------------------------------------------------------------*/

#wpsl-wrap {
	margin: 50px 0 0 0;
}

.wpsl-search {
	background: transparent;
	padding: 0;
	font-size: 11px;
	font-weight: 600;
	padding: 0 12px !important;
}

#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label {
	display: block;
}

#wpsl-search-wrap label,
.wpsl-search label,
#wpsl-search-wrap div label,
.wpsl-category label,
input#wpsl-search-input {
	width: 100%;
	margin: 0;
	color: #00587c;
	font-size: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	float: none;
	line-height: 1;
}

#wpsl-search-wrap #wpsl-checkbox-filter label {
	padding: 0;
	line-height: 1.7;
	color: #404040;
}

.filter-section.postcode {
	padding-bottom: 0;
}

input#wpsl-search-input {
	border: none;
}

#wpsl-search-wrap ::-webkit-input-placeholder { 
   color: #00587c;
}
#wpsl-search-wrap :-moz-placeholder { 
   color: #00587c;
   opacity:  1;
}
#wpsl-search-wrap ::-moz-placeholder { 
   color: #00587c;
   opacity:  1;
}
#wpsl-search-wrap :-ms-input-placeholder {
	color: #00587c;
}

#wpsl-category .wpsl-dropdown,
#wpsl-search-wrap div {
	width: 100% !important;
	margin: 0;
}

#wpsl-search-btn {
    margin-right: 0 !important;
} 

.product-dropdown-wrapper {
	display: none;
}

.filter-section.search {
	margin: 15px 0 15px 0 !important;	
	border: none;
}

#wpsl-search-wrap .filter-section #wpsl-search-btn {
	border: none;
	display: inline-block;
	width: auto;
	background: #00587c;
	color: #fff;
	padding: 12px 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius: 0;
	float: none !important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
	padding: 10px 10px 10px 0;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	border-bottom: none;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li .exclusive-wrapper {
	display: none;
	float: left;
	width: 50%;
}

#wpsl-wrap.wpsl-store-below .from-product-page #wpsl-result-list li .exclusive-wrapper {
	float: left;
	width: 50%;
	display: none;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li .wpsl-store-location,
#wpsl-wrap.wpsl-store-below .from-product-page #wpsl-result-list li .wpsl-store-location {
	float: left;
	width: 50%;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li  .wpsl-direction-wrap
#wpsl-wrap.wpsl-store-below .from-product-page #wpsl-result-list li  .wpsl-direction-wrap {
	display: block;
	clear: both;
}

a.wpsl-directions {
	display: table;
	width: auto;
	background: #edecec;
	color: #00587c;
	margin: 10px 0;
	padding: 12px 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius: 0;
	float: none !important;
	text-align: center;
}

a.wpsl-directions:hover {
	color: #fff;
	background: #00587c;
}

#wpsl-wrap #wpsl-result-list li.show-me {
	border: 1px solid red;
}

#wpsl-wrap #wpsl-result-list li.hide-me {
	border: 1px solid #ccc;
	opacity: .5;
}

/*--------------------------------------------------------------
## GALLERY HOTSPOT
--------------------------------------------------------------*/

.galleryhotspotwrapper img {
	max-width: 100%;
}

.galleryhotspotthumb.mobile {
	display: none;
}

.galleryhotspotthumb {
	margin: 40px 0 0 0;
	padding: 0 25px;
}

.galleryhotspotthumb img {
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
}


.galleryhotspotthumb .flex-direction-nav a {
	opacity: 1;
	height: 60px;
}

.galleryhotspotthumb.flexslider .flex-direction-nav a {
	top: 35%;
}

.galleryhotspotthumb .flex-direction-nav .flex-prev {
	left: 0px;
	opacity: 1;
	text-align: left;
}

.galleryhotspotthumb .flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
	opacity: 1;
}

.imagemapper-wrapper {
	max-width: 100%;
}

.flexslider .slides .imagemapper-wrapper img.pin-mini-style {
	/*opacity: 0;*/
	width: auto;
}

.flexslider .slides .imagemapper-wrapper .pin-style {
	width: 22px !important;
	margin-top: -22px;
}

button.slick-arrow {
	padding: 0;
	background: transparent;
	color: #dddddc;
	font-size: 40px;
}

.slick-prev {
	position: absolute;
	top: 30%;
	left: -10px;
}

.slick-next {
	position: absolute;
	top: 30%;
	right: -10px;
}


#galleryhotspot.flexslider .slides li .custom-pin {
	background: #edecec;
	color: #00587c;
	box-shadow: 0px 0px 5px #999;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	line-height: 28px;
	position: relative;
	top: -20px;
	right: 10px;
	font-family: "Ionicons";
}

.imapper-content-text {
	padding: 10px 20px;
}

.arrow-left,
.arrow-right,
.arrow-right-border,
.arrow-up,
.arrow-bottom,
.arrow-down,
.arrow-bottom-border,
.arrow-left-border,
.arrow-top-border {
	display: none;
}

.hotspot-product-info,
.hotspot-product-info h2,
.content-below-text h2 {
	font-family: 'Open Sans', sans-serif;
}

.hotspot-product-info h2,
.content-below-text h2 {
	margin: 0 0 10px 0 !important;
	font-size: 20px;
}

.hotspot-product-info h3,
.content-below-text h3 {
	font-size: 15px;
	margin: 0 0 10px 0;
}

.hotspot-product-info .yith-wcwl-add-to-wishlist,
.content-below-text .yith-wcwl-add-to-wishlist {
	margin: 0;
}

.hotspot-product-info a.view-product {
	text-transform: uppercase;
	font-weight: bold;
	color: #00587c;
	padding: 13px 15px;
	display: inline-block;
	text-align: left;
	width: 100%;
}

.gallery-hotspot-mobile {
	display: none;
}

.hotspot-product-info img {
	max-width: 100%;
	width: 100%;
}

.imapper-content-below {
	position: relative;
	width: 100%;
	background: transparent;
	padding: 0;
}

.imapper-content-below .content-below-header {
	padding: 0;
}

.imapper-content-below .content-below-text {
	width: 270px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: #fff;
	padding: 15px;
	color: inherit;
}

.mCSB_container {
	top: 0 !important;
}

.mCSB_inside > .mCSB_container {
	margin-right: 0;
	top: 0 !important;
}

.mCSB_scrollTools {
	display: none !important;
}

/*--------------------------------------------------------------
## RESPONSIVE
--------------------------------------------------------------*/

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

	.site-header .row {
		margin-right: 0;
	}


}

@media screen and (max-width: 1145px) { 
	body {
		padding: 0 15px;
	}
	
	.single-product {
		padding: 0 35px;
	}
	
	.site-header {
		padding: 30px 0px 25px 0px;
	}
	
	.desktop-header {
		display: none;
	}
	
	.mobile-header {
		display: block;
	}	
	
	.site-header .search-wrapper input:focus {
	  width: 100%;
	}
	
	.site-footer {
		margin: 0 -15px;
	}
	
	.single-product .site-footer {
		margin: 0 -35px;
	}
	
	.site-footer .container {
		padding: 0 15px;
	}
	
	.site-header {
			margin-left: -15px;
			margin-right: -15px;
			padding: 23px 35px;
			height: 72px;
		}
		
		.page-title h1 {
			font-size: 35px;
		}
	
		html.menu-open, body.menu-open {
		    overflow: hidden;
		    width: 100%;
		    height: 100%;
		}
		
		.site-header.menu-open {
			background: #00587c;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
			margin: 0;
		}
	
		.site-header .row .col-sm-3 {
		   /* width: 172px !important;*/
		    float: left !important;
		    position: relative;
		    z-index: 2;
		}
		
		.site-branding {
			font-size: 25px;
			margin-top: -8px;
		}
		
		.site-branding a {
		    position: relative;
		    top: 3px;
		 }   
		
		.site-branding .e {
		    font-size: 27px;
		    margin-left: 7px;
		}
		
		.site-header.menu-open .row .col-sm-3 {
			position: fixed;
			z-index: 9999999;
		}
		
		.site-header .row .col-sm-2 {
			position: relative;
			float: right;
			top: -35px;
			right: 50px;
			width: 40%;
		}
		
		.site-header.menu-open .row .col-sm-2 {
			top: -10px;
		}
		
		
		.site-header .search-wrapper input {
		  width: 100%;
		  font-size: 16px;
		  color: #666;
		  -webkit-text-fill-color: #666;
		  border: 2px solid #efefef;
		}
			
		.site-header .row .col-sm-7 {
		    width: 100% !important;
		    float: left !important;
		    position: relative;
		    right: 0;
		    top: -45px;
		    z-index: 0;
		}
		
		.site-header.menu-open .row .col-sm-7 {
			position: absolute;
			top: 0px;
			left: 0;
			width: 100% !important;
			height: 100%;
			overflow-x: scroll;
		}
		
		.site-header .main-navigation {
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.site-header.menu-open #mega-menu-wrap-primary .mega-menu-toggle {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			border-radius: 0;
			height: 72px;
			background: #fff;
			z-index: 999999;
		}
		
		.site-header.menu-open #mega-menu-wrap-primary {
			padding-top: 72px;
		}
		
		#mega-menu-wrap-primary .mega-menu-toggle {
			background: #fff;
			border-radius: 0;
			height: 72px;
		}
		
		#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
			margin: 0;
		}
		
		#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
			font-size: 50px !important;
			position: relative;
			top: 16px;
			right: -16px;
		}
		
		#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before {
			right: 15px;
		}
		
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
			text-align: center;
		}
		
		#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
			color: #fff;
			text-align: center;
			padding: 15px 0 !important;
			height: auto;
			line-height: inherit;
			font-size: 25px !important;
		}
		
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu,
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
			background: transparent !important;
			color: #fff;
			font-size: 18px !important;
		}
		
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
		#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
			color: #fff;
			background: #004669 !important;
		}
		
		#mega-menu-wrap-primary #mega-menu-primary li.mega-mobile-search {
			padding: 23px 25px;
		}
		
		#mega-menu-wrap-primary #mega-menu-primary li .mega-search-wrap {
			margin: 0 !important;
		}
		
		#mega-menu-wrap-primary #mega-menu-primary li input {
			border: 2px solid #efefef !important;
			line-height: 20px !important;
			height: auto !important;
			padding: 10px 5px !important;
			-webkit-appearance: none;
			   -moz-appearance: none;
			   appearance: none;
			text-align: center;	   
		}
		
		#mega-menu-wrap-primary #mega-menu-primary li .mega-search .search-icon:before {
			height: 45px !important;
			line-height: 45px !important;
		}
		
	
}

@media screen and (max-width: 1060px) { 
	
	.explore-by-brand {
		margin: 0 35px;
	}
	
	.explore-by-brand li {
		max-width: none;
		width: 100%;
		margin: 0 0 25px 0;
		height: 84px;
		border: 3px solid #efefef;
	}
	
	.explore-by-brand li img {
		display: none;
	}
	
	.explore-by-brand li .overlay {
		opacity: 1;
		font-size: 24px;
	}
	
	ul.explore-by-category {
		padding: 0 35px;
	}
	
	ul.explore-by-category li {
		width: 100%;
		float: none;
		display: block;
		height: 84px;
		margin: 0 0 25px 0px !important;
	}
	
	ul.explore-by-category li a {
		font-size: 15px;
	}
	
	.home-search input {
		text-align: center;
	}
	
	
}

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

	.product-videos .col-md-6 {
		margin-bottom: 35px;
	}
	
	.product-videos .col-md-6:last-of-type {
		margin-bottom: 0;
	}
	
	.wishlist-item {
		padding: 30px 15px;
	}
	
	.wishlist-share .col-md-4 {
		margin: 0 0 8px 0;
	}
	
	.share-my-wishlist-items ul li a {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: inherit;
	}
	
	.wishlist-item {
		text-align: center;
	}
	
	.wishlist-item .product-add-to-cart {
		margin-top: 35px;
	}
	
	
	.category-filters {
		margin: 0 -15px 35px -15px;
	}
	
	.category-filters h2 {
		margin: 0 0 5px 0 !important;
		cursor: pointer;
	}
	
	.category-filters h2 a:after {
		border: 2px solid #fff;
		color: #fff;
		width: 25px;
		height: 25px;
		text-align: center;
		border-radius: 50%;
		font-size: 22px;
		line-height: 21px;
		position: absolute;
		top: 10px;
		right: 45px;
		content: "\f462";
		font-family: "Ionicons";
	}
	
	.category-filters .panel-heading.deactive h2 a:after {
		content: "\f489";
	}
	
	.category-filters h2 a {
		cursor: pointer;
		padding: 15px 55px;
	}
	
	.filters {
		padding: 0 35px;
		text-align: left;
	}
	
	.product-search-widgets {
		text-align: center;
	}
	
	.tax-product_cat.woocommerce ul.products {
		margin: 0 auto;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		max-width: 118px;
		height: 118px !important;
	}
	
	.woocommerce ul.products li.product a img {
		max-width: 114px;
		max-height: 114px;
	}
	
	.woocommerce ul.products li.product a .overlay {
		padding: 15px;
		font-size: 13px;
	}
	
	.category-filters .woocommerce-product-search {
		padding: 0 35px;
	}
	
	.category-filters .woocommerce-product-search input {
		width: 100%;
	}
	
	.tax-product_cat .col-md-9 {
		padding-left: 15px;
	} 
	
	.page-template-page-storelocator .entry-header {
		margin-bottom: 0;
	}
	
	#content #wpsl-stores, #content #wpsl-direction-details, #content #wpsl-gmap {
		height: 408px !important;
		width: auto;
		margin: 0 -15px;
	}
	
	#wpsl-wrap {
		margin: 0;
		overflow: visible;
	}
	
	#wpsl-search-wrap {
		width: auto;
		margin: 0 -12px;
		padding: 0;
	}
	
	.page-template-page-storelocator .filters {
		padding: 0;
		margin: 0 !important;
	}
	
	.page-template-page-storelocator .filter-section {
		padding: 0 35px;
		border: none;
	}
	
	.page-template-page-storelocator .filter-content {
		padding-bottom: 15px;
		border-bottom: 1px dotted #404040;
	}
	
	.page-template-page-storelocator .wpsl-input.filter-section.postcode {
		padding-top: 15px;
	}
	
	#wpsl-search-input {
		border-top: 1px dotted #404040 !important;
		border-bottom: 1px dotted #404040 !important;
	}
	
	.page-template-page-storelocator .filter-section.search {
		padding: 0;
	}
	
	#wpsl-search-wrap .filter-section #wpsl-search-btn {
		width: 100%;
		text-align: left;
		padding-left: 55px;
	}
	
	.page-template-page-storelocator .category-filters.deactive h2 {
		margin-bottom: 0 !important;
	}
	
	.wpsl-store-below .category-filters {
		margin: 0;
	}
	
	.wpsl-store-below .row {
		margin: 0 !important;
	}
	
	.wpsl-store-below .col-md-3 {
		padding: 0;
		margin: 0 -15px;
	}
	
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
		padding: 10px 0;
		width: 100%;
		text-align: center;
	}
	
	
	
	#wpsl-wrap.wpsl-store-below .from-product-page #wpsl-result-list li .exclusive-wrapper,
	#wpsl-wrap.wpsl-store-below .from-product-page #wpsl-result-list li .wpsl-store-location {
		float: none;
		width: 100%;
	}
	
	#wpsl-wrap.wpsl-store-below .from-product-page #wpsl-result-list li .exclusive-wrapper {
		margin-bottom: 20px;
	}
	
	a.wpsl-directions {
		display: block;
		width: auto;
	}
	
	.btn {
		width: 100%;
	}
	
	.tax-product_cat .site-content {
		padding: 0 20px;
	}
	
	.tax-product_cat.category .entry-header {
		margin-bottom: 0;
	}
	
	.tax-product_cat.category .col-md-3 {
		margin: 0 -20px;
		text-align: center;
	}
	
	#content .woocommerce-result-count {
		text-align: center;
	}
	

}

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

.galleryhotspotthumb.desktop {
	display: none;
}

.galleryhotspotthumb.mobile {
	display: block;
	padding: 0;
	margin-top: 15px;
}

.galleryhotspotthumb.mobile .slick-track {
	width: auto !important;
	transform: none !important;
}

.galleryhotspotthumb.mobile .slick-slide {
	width: 50% !important;
	margin-bottom: 15px;
	padding-left: 7.5px;
}

.galleryhotspotthumb.mobile .slick-slide:nth-child(2n) {
	padding-left: 0;
	padding-right: 7.5px;
}

.galleryhotspotthumb.mobile img {
	padding: 0;
}

.galleryhotspotthumb.mobile .slick-slide.slick-cloned {
	border: 1px solid #333;
	display: none;
}

.imapper-content-text {
	padding: 30px 0 0 20px;	
}


.imapper-content-wrapper {
	z-index: 99999 !important;
}

.hotspot-product-info {
	text-align: center;
}

.imapper-pin-wrapper .imapper-content {
	padding-top: 0 !important;
	/*width: 200px !important;
	height: 600px !important;*/
	border-color: #fff !important;
}

.mCSB_container {
    overflow: auto;
    width: 100%;
    height: 100%;
 }
 
 .mCustomScrollbar.mCS_no_scrollbar {
 	height: 100% !important;
 	width: 100% !important;
 	padding: 0 !important;
 	margin: 0 !important;
 }   
 
 .imagemapper-wrapper .mCustomScrollBox {
 	max-height: 100% !important;
 }   
 
 .hotspot-product-info img {
 	max-width: 50% !important;
 	margin: 0 auto;
 }
 
 .imapper-content-below {
 	position: relative;
 	width: 100%;
 	background: transparent;
 	padding: 0;
 	top: 0 !important;
 	margin-bottom: 0 !important;
 }
 
 .imapper-content-below .content-below-header {
 	padding: 0;
 }
 
 .imapper-content-below .content-below-text {
 	width: 100%;
 	margin: 0 auto;
 	position: relative;
 	top: 0;
 	right: 0;
 	padding: 15px 0;
 	
 }
 


	div.desktop {
		display: none;
	}
	
	div.mobile {
		display: block;
	}

		
	.entry-content {
		text-align: center;
	}
	
	.wpb_row.vc_inner .vc_column-inner {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.site-footer {
		text-align: center;
		padding: 10px 0 40px 0;
	}
	
	a.back-to-top {
		font-size: 25px;
		color: #00587c;
		display: inline-block;
		margin-bottom: 13px;
	}
	
	.site-info {
		padding-top: 30px;
		font-size: 13px;
	}
	
	.site-info .email {
		display: block;
	}
	
	.footer-contact-info,
	.social-media {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.social-media {
		margin-top: 10px;
	}
	
	.blue-section {
		padding: 0 35px;
	}
	
	.overflow-auto {
		overflow: visible !important;
	}
	
	.home .flexslider {
		height: 491px;
	}
	
	.home .flexslider img {
		display: none;
	}
	
	.home .flexslider .slides li {
		height: 491px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.home-search {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 32px;
		margin: 0 auto !important;
		padding: 0 35px;
	}
	
	.explore-by-brand {
		margin: 0;
	}
	
	h2 {
		font-size: 25px;
	}
	
	.home h2 {
		font-size: 31px;
	}	
	
	.side-padding {
		padding: 0;
	}
	
	.wpcf7-form .form-submit {
		margin: 12px -35px 0 -35px;
	}
	
	div.wpcf7 {
		margin-bottom: 20px;
	}
	
	.wpcf7-form input.wpcf7-submit {
		width: 100%;
	}
	
	.single-product  {
		padding: 0 35px;
	}
	
	.single-product .site-content {
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	.product-quick-look {
	    display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    box-orient: vertical;
	    margin: 0 -35px;
	}
	
	.images #carousel.flexslider,
	.product-info {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 0 40px 0;
		text-align: center;
	    -webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    box-ordinal-group: 1;
	}
	
	.product-info {
		width: 100%;
		float: none;
		text-align: center;
	    -webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    box-ordinal-group: 2;
	}
	
	.related {
		margin-bottom: 25px;
	}
	
	.product-in-depth {
		text-align: center;
	}
	
	.product-in-depth hr {
		display: none;
	}
	
	.product-in-depth {
		margin: 0 -35px;
	}
	
	#accordion .panel-collapse {
		margin: 0;
		padding: 0 35px;
	}
	
	#accordion .section-title h2 {
		background: #edecec;
		color: #00587c;
		text-align: center;
		text-transform: uppercase;
		padding: 15px;
		font-size: 16px;
		font-weight: 600;
		margin: 0 0 8px 0 !important;
	}
	
	#accordion .section-title.active h2 {
		background: #00587c;
		color: #fff;
		margin-bottom: 40px !important;
	}
	
	#accordion .section-title.active h2 a {
		color: #fff;
	}
	
	.product-info-lists .left {
		padding-right: 15px;
	}
	
	.product-info-lists .right {
		padding-left: 15px;
	}	
	
	
	ul.product-info-list li,
	ul.product-info-list li:nth-of-type(2n) {
		margin-bottom: 12px;
		width: 100%;
		float: none;
		padding: 0;
	}
	
	ul.product-info-list li .label-title {
		width: 100%;
		float: none;
		text-align: left;
	}
	
	ul.product-info-list li .value {
		width: 100%;
		float: none;
		text-align: left;
		border: none;
		padding: 0px 3px;
	}
	
	ul.product-info-list li .value .center-outer {
		border: 2px solid #efefef;
		border-top: none;
		padding: 5px 15px;
	}
	
	.images #carousel.flexslider .slides {
		text-align: center;
	}
	
	.images #slider.flexslider .flex-direction-nav {
		display: none;
	 }
	 
	 .images #carousel.flexslider {
	 	margin-top: 20px;
	 }
	 
	 .product-quick-look .button {
	 	text-align: left;
	 	padding-left: 20px !important;
	 	padding-right: 20px !important;
	 }
	 
	 a.button .ion {
	 	right: 15px;
	 }
	 
	.yith-wcwl-add-to-wishlist a {
	text-align: left;
	}
	 
	 .related .flex-direction-nav .flex-prev {
	   left: -25px;
	   opacity: 1;
	   text-align: left;
	 }
	 
	 .related .flex-direction-nav .flex-next {
	   right: -25px;
	   text-align: right;
	   opacity: 1;
	 }
	 
	 .related .flexslider .slides img {
	 	margin: 0 auto;
	 	max-height: 150px;
	 	width: auto;
	 }
	 
	 .flex-direction-nav a:before {
	 	font-size: 25px;
	 }
	 
	 ul.product-info-list {
	 	margin-bottom: 40px;
	 }
	 
	 .product-dl {
	 	margin-bottom: 20px;
	 }
	 
	 .woocommerce ul.products {
	 	text-align: center;
	 }
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		float: none !important;
		display: inline-block;
		vertical-align: top;
	}
	
	
	.brands-explore-by-brand li {
		max-width: none;
		width: 100%;
		height: 84px;
		margin: 0 0 25px 0;
		font-size: 15px;
	}
	
	.brands-explore-by-brand li a:hover {
		border: 3px solid #fefcfc;
	}
	
	.brands-explore-by-brand li a:hover .overlay {
		opacity: 0;
	}
	
	.brands-description {
		padding: 0;
		margin-top: -10px;
		text-align: center;
	}
	
	.site-header .search-wrapper {
		display: none;
	}
	
}


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

	.page-title h1 {
		font-size: 25px;
	}
	
}	


@media print {
	
	.pagination-row,
	.wishlist-share, 
	.wishlist-item .product-add-to-cart,
	#site-navigation,
	.social-media {
		display: none !important;
	}
	
	.footer-contact-info {
		width: 100%;
	}
	
	.wishlist-item .col-md-2, .wishlist-item .col-md-7 {
		float: left;
	}
	
	a[href]:after, img[src]:after { 
	content: none !important;
	}
	
	h2 {
		font-size: 120%;
	}
}

