@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,300italic,400italic,600italic,700italic,900italic|Montserrat:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/*
Theme Name: LUCIDERM 
Author: JM@Discovery Design Limited Base Theme.
Copyright: Discovery Design Limited - wwww.discoverydesign.co.uk
Version: 1.0
 
*/

/* Base
-------------------------------------------------- */
:root {
    --theme-colour-background-1: #fff;
    --theme-colour-background-2: #F8F8F8;
    --theme-colour-light-1: #fff;
    --theme-colour-dark-1: #58585A;
    --theme-colour-neutral-1: #B5B8BA;
    --theme-colour-accent-1: #2EACAA;
    --theme-colour-accent-2: #59BA9D;
    --theme-colour-accent-3: #82C79D;
    --theme-colour-accent-4: #E0E68E;

    --max-inline-size-main: 1640px;

    --padding-inline-main: clamp(16px, 6vmin, 60px);
    --block-sizing--35px: clamp(2.4rem, 4vmin, 3.5rem);
    --block-sizing--40px: clamp(3.2rem, 4.25vmin, 4rem);
    --block-sizing--40px-alt: clamp(1.6rem, 4.25vmin, 4rem);
    --block-sizing--50px: clamp(3.2rem, 4.5vmin, 5rem);
    --block-sizing--75px: clamp(3.2rem, 6.75vmin, 7.5rem);
    --block-sizing--100px: clamp(3.2rem, 9vmin, 10rem);
    --block-sizing--125px: clamp(3.2rem, 11vmin, 12.5rem);
    --block-sizing--150px: clamp(3.2rem, 13vmin, 15rem);
}

html {
    background: var(--theme-colour-background-1);
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    color: var(--theme-colour-neutral-1);
    background: var(--theme-colour-background-1);
    font-family: 'Montserrat', Arial, serif;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

a:not([class]) {
    color: var(--theme-colour-accent-1);
    text-decoration: none;
    transition: color 500ms ease-in-out, background-color 500ms ease-in-out, border-color 500ms ease-in-out, opacity 500ms ease-in-out;
}

a:not([class]):hover,
a:not([class]):focus-visible {
    color: var(--theme-colour-accent-3);
}

/* a:visited {
    color: #666;
}

a:hover,
a:focus,
a:active,
.telephone-number a {
    color: #000;
    outline: 0;
    text-decoration: underline;
} */

/* a[href^="tel"] {
    color: #000;
} */

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.list-unstyled {
    padding-inline-start: unset;
    margin: unset;
    list-style: none;
}

.link-flex {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 3vmin, 30px);
}

.link-flex--center {
    justify-content: center;
}

.px--main {
    padding-inline: var(--padding-inline-main);
}

.mw--main {
    margin-inline: auto;
    max-inline-size: var(--max-inline-size-main);
    inline-size: 100%;
}

.mw--1920 {
    margin-inline: auto;
    max-inline-size: 1920px;
    inline-size: 100%;
}

.mw--1364 {
    margin-inline: auto;
    max-inline-size: 1364px;
    inline-size: 100%;
}

.mw--1088 {
    margin-inline: auto;
    max-inline-size: 1088px;
    inline-size: 100%;
}

/* Base - Typography
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: unset;
    font-weight: normal;
}

p {
    margin: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

h1,
.h1 {
    font-size: 4rem;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 3rem;
    line-height: 1.325;
}

h3,
.h3 {
    font-size: 2.6rem;
    line-height: 1.325;
}

h4,
.h4 {
    font-size: 2.3rem;
    line-height: 1.5;
}

h5,
.h5 {
    font-size: 2rem;
    line-height: 1.5;
}

h6,
.h6 {
    font-size: 1.8rem;
    line-height: 1.6;
}

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

    h1,
    .h1 {
        font-size: 3.5rem;
    }

    h2,
    .h2 {
        font-size: 2.8rem;
    }

    h3,
    .h3 {
        font-size: 2.4rem;
    }

    h4,
    .h4 {
        font-size: 2.2rem;
    }

    h5,
    .h5 {
        font-size: 1.9rem;
    }

    h6,
    .h6 {
        font-size: 1.7rem;
    }
}

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

    h1,
    .h1 {
        font-size: 3rem;
    }

    h2,
    .h2 {
        font-size: 2.6rem;
    }

    h3,
    .h3 {
        font-size: 2.2rem;
    }

    h4,
    .h4 {
        font-size: 2rem;
    }

    h5,
    .h5 {
        font-size: 1.8rem;
    }

    h6,
    .h6 {
        font-size: 1.7rem;
    }
}

.serif-title {
    color: #50ac95;
    font-family: 'Montserrat', Arial, serif;
    font-size: 1.5em;
    text-transform: uppercase;
}

/* Base - Tables
-------------------------------------------------- */
table {
    text-align: left;
    width: 100%;
}

.responsive-table {
    max-width: 100%;
    overflow: scroll;
}

table thead tr {
    border-bottom: 1px solid #e3e3e3;
}

table thead th {
    background: #f6f6f6;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
}

table tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

table tbody td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
}

/* Base - Forms
-------------------------------------------------- */
fieldset {
    border: 0 !important;
    margin: 0 0 .8em 0;
    padding: 0;
}

label {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: .4em;
}

button,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    vertical-align: baseline;
    * vertical-align: middle;
}

button,
input {
    line-height: normal;
    * overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #000;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Montserrat', Arial, serif;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 13px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 .5em 0 0;
    padding: 1em 1.2em;
    text-shadow: 0;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="submit"].secondary {
    background-color: #e3e3e3;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.47);
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    margin: 0 .6em 0.6em 0;
    padding: 0;
    position: relative;
    top: .25em;
}

input[type="search"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
    border: 1px solid #e3e3e3;
    color: #777;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 .8em 0;
    padding: 0.6em;
    width: 95%;
    background: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    outline: 0;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
textarea:focus {
    border-color: #ccc;
    color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #bbb;
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    padding: .5em;
}

input[type="number"].field-qty {
    min-width: 0;
    width: 3em;
    margin: 0;
    padding: 0.3em;
    text-align: center;
}

.chrome select,
.safari select {
    background: #fff url('../graphics/select-pointer.gif') no-repeat right 50%;
    padding: .5em .5em .5em .5em;
}

.chrome select:disabled,
.safari select:disabled {
    background: #eee url('../graphics/select-pointer.gif') no-repeat right 50%;
}

select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    color: #777;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 .8em;
    padding: .5em .5em .5em .5em;
    -webkit-appearance: button;
    width: 92%;
    min-width: 17em;
    background: #fff;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

select:disabled {
    background: #eee;
}

select:hover {
    border-color: #ccc;
}

select:focus {
    border-color: #bbb;
    outline: none;
}

textarea {
    height: 15em;
    overflow: auto;
    padding-left: 3px;
    resize: vertical;
    vertical-align: top;
    width: 80%;
    padding: 0.5em;
}

label span.mandatory {
    color: #f64333;
}

.actions {
    clear: both;
    padding: .8em 0;
}

.company-logo {
    display: block;
    inline-size: 100%;
    max-inline-size: clamp(150px, 34vmin, 250px);
}

.body-lock {
    overflow: hidden;
    scrollbar-gutter: stable;
}

.text-colour--accent-1 {
    color: var(--theme-colour-accent-1)
}

.text-colour--dark-1 {
    color: var(--theme-colour-dark-1)
}

.text-colour--neutral-1 {
    color: var(--theme-colour-neutral-1)
}

/* Base - Button styles
-------------------------------------------------- */

.btn-link {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: clamp(44px, 4.5vmin, 48px);
    padding-inline: 1em;
    min-inline-size: min(100%, 250px);
    max-inline-size: fit-content;
    text-decoration: none;
    background-color: var(--theme-colour-neutral-1);
    color: var(--theme-colour-light-1);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.btn-link--box-shadow-white {
    box-shadow: 0 0 0 1px var(--theme-colour-light-1);
}

.btn-link--primary {
    background-image: linear-gradient(90deg, var(--theme-colour-accent-1) 0%, var(--theme-colour-accent-2) 33%, var(--theme-colour-accent-3) 66%, var(--theme-colour-accent-4) 100%);
    background-size: 100%;
    background-position: center;
    transition: background-size 500ms ease-in-out;
}

.btn-link--primary:hover,
.btn-link--primary:focus-visible {
    background-size: 300%;
}

.btn-link--secondary {
    background-color: var(--theme-colour-light-1);
    color: var(--theme-colour-accent-1);
    transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
}

.btn-link--secondary:hover,
.btn-link--secondary:focus-visible {
    background-color: var(--theme-colour-dark-1);
    color: var(--theme-colour-light-1);
}

/* Base - Columns
-------------------------------------------------- */
.col-wrapper {
    clear: both;
    margin: 0;
}

.col {
    float: left;
    margin-right: 5%;
    padding: .063em 0;
}

.col-wrapper .col.last {
    margin-right: 0;
}

.col-span-1 .col {
    margin-right: 0;
    width: 100%;
}

.col-span-2 .col {
    width: 47.5%;

}

.col-span-3 .col {
    width: 30%;
}

.col-span-4 .col {
    width: 21.22%;
}

/* Container
-------------------------------------------------- */
#container {
    background: #FFF;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    margin: 0 auto;
    max-width: 71.25em;
    padding: 0 2%;
}

/* Header
-------------------------------------------------- */
.burger-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: unset;
    min-inline-size: 44px;
    min-block-size: 44px;
    padding: unset;
    margin: unset;
    background-color: var(--theme-colour-accent-1);
    color: var(--theme-colour-light-1);
    transition: all 500ms ease-in-out;
}

.burger-menu-button:hover,
.burger-menu-button:focus-visible {
    background-color: var(--theme-colour-accent-4);
    color: var(--theme-colour-dark-1);
}

.header {
    background-color: var(--theme-colour-background-1);
    padding-inline: var(--padding-inline-main);
}

.header .header__wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(16px, 3vmin, 32px);
    align-items: center;
    inline-size: 100%;
    max-inline-size: var(--max-inline-size-main);
    margin-inline: auto;
    padding-block: clamp(1.6rem, 4.5vmin, 5rem);
}

.header nav[aria-label="primary"],
.header .burger-menu-button {
    justify-self: end;
}

.header .header__links {
    display: flex;
    gap: clamp(16px, 3vmin, 32px);
    align-items: center;
    list-style: none;
    padding-inline-start: unset;
    margin: unset;
}

.header .header__link-wrapper {
    margin: unset;
}

.header .header__link-wrapper:not(.header__link-wrapper--icon) {
    display: none;
}

.header .header__link {
    display: flex;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    color: var(--theme-colour-neutral-1);
    text-decoration-line: unset;
    transition: all 500ms ease-in-out;
}

.header .header__link:hover,
.header .header__link:focus-visible,
.header .header__link[aria-current="page"] {
    color: var(--theme-colour-accent-1);
    text-decoration-line: unset;
}

.header .header__link:not(.header__link--icon) {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding-inline: 0.25em;
}

.header .header__link--icon {
    font-size: 2rem;
    color: var(--theme-colour-accent-1);
}

.header .header__link--icon:hover,
.header .header__link--icon:focus-visible {
    color: var(--theme-colour-neutral-1);
}

.drawer {
    visibility: visible;
    position: fixed;
    background-color: var(--theme-colour-background-2);
    color: var(--theme-colour-dark-1);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    inline-size: 100%;
    max-inline-size: min(400px, 100%);
    translate: 0%;
    transition: translate 500ms ease-out, visibility 500ms ease-out;
}

.drawer:not(.active) {
    translate: 100%;
    visibility: hidden;
}

.drawer .drawer__wrapper {
    padding-inline: var(--padding-inline-main);
    padding-block: clamp(1.6rem, 4.5vmin, 5rem);
    max-height: 100%;
    overflow: auto;
}

.drawer .burger-menu-button {
    margin-block-end: clamp(16px, 3vmin, 32px);
    margin-inline-start: auto;
}

.drawer .drawer__links {
    display: grid;
    gap: clamp(16px, 3vmin, 32px);
    list-style: none;
    padding-inline-start: unset;
    margin: unset;
}

.drawer .drawer__link {
    color: var(--theme-colour-dark-1);
    text-decoration-line: unset;
    transition: all 500ms ease-in-out;
}

.drawer .drawer__link:hover,
.drawer .drawer__link:focus-visible,
.drawer .drawer__link[aria-current="page"] {
    color: var(--theme-colour-accent-1);
    text-decoration-line: unset;
}

@media screen and (min-width: 756px) {
    .company-logo {
        max-inline-size: 300px;
    }
}

@media screen and (min-width: 1350px) {
    .header .header__wrapper {
        grid-template-columns: auto 1fr;
        gap: 16px;
    }

    .header .header__links {
        gap: 16px;
    }

    .header .header__link-wrapper:not(.header__link-wrapper--icon) {
        display: block;
    }

    .header .burger-menu-button {
        display: none;
    }

    .drawer {
        display: none;
    }
}

@media screen and (min-width: 1600px) {
    .company-logo {
        max-inline-size: 400px;
    }

    .header .header__link:not(.header__link--icon) {
        letter-spacing: 0.2em;
        text-transform: uppercase;
        padding-inline: 0.5em;
    }
}


.site-header {
    background: #FFF;
}

.site-header>.inner {
    background: #FFF;
    position: relative;
    margin: 0 auto;
    max-width: 71.25em;
}

.extraheader {
    display: none;
    background: #50ac95;
    font-family: 'Montserrat', Arial, serif;
    text-transform: uppercase;
}

.extraheader>.inner {
    position: relative;
    margin: 0 auto;
    max-width: 71.25em;
    padding: 0 2%;
}

.extraheader .col-span-2 .col {
    margin: 0;
    padding: 0;
    width: 50%;
}

.extraheader .eh-contact p {
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    margin: 0.6em 0 0.4em 0;
    text-align: left;
}

.extraheader .eh-contact .telephone-number {
    color: #3a5e9e;
    font-weight: 700;
}

.header-mini-menu {}

.header-mini-menu ul {
    float: right;
    font-size: 1em;
    margin: 0.5em 0;
}

.header-mini-menu li {
    display: block;
    font-size: 1em;
    float: left;
    margin: 0;
}

.header-mini-menu li:first-child a {
    border-left: none;
    padding-left: 0;
}

.header-mini-menu li:last-child a {
    margin-right: 0;
}

.header-mini-menu li a {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0 1em 0 0;
}

.header-mini-menu li a:hover {
    text-decoration: none;
}

.header-mini-menu li a .fa {
    color: #3a5e9e;
    font-size: 1.4em;
    margin-right: 0.2em;
}

.brand {
    float: left;
    width: 100%;
}

.logo {
    font-size: 1.4em;
    margin: 1.7em 0 1.2em 0;
    text-align: center;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
    width: 40%;
}

.site-description {
    color: #666;
    float: left;
    font-size: 1em;
    margin: 0;
}

.cart {
    color: #999;
    float: right;
    width: 30%;
}

.cart h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 10% .4em 10%;
}

.cart p {
    margin: 0.7em 0;
    text-align: right;
    font-size: 1.2em;
}

.cart a {
    color: #fff;
}

.cart .button-wrapper {}

.cart .button-wrapper .fa-shopping-cart {
    font-size: 1.1em;
    margin: 0 0.5em 0 0;
    color: #666;
}

.cart .button-wrapper a {
    color: #666;
    padding: 0;
}

.cart .button-wrapper a:hover {
    text-decoration: none;
}

.cart-shopping-cart-text-mobile {
    display: none;
}

.cart .button-wrapper a:hover {
    color: #CCC;
}

.othersearch #main_search {
    width: 50%;
}

/* Footer */

.footer {
    background-color: var(--theme-colour-background-1);
    color: var(--theme-colour-neutral-1);
}

.footer .footer__wrapper {
    display: grid;
    gap: var(--block-sizing--50px) clamp(16px, 3vmin, 32px);
    padding-block: var(--block-sizing--75px);
}

.footer .footer__title {
    margin-block-end: var(--block-sizing--40px-alt);
    color: var(--theme-colour-dark-1);
}

.footer nav[aria-label="social"] {
    margin-block-start: var(--block-sizing--35px);
}

.footer .footer__text-with-icon {
    display: grid;
    align-items: baseline;
    grid-template-columns: auto 1fr;
    gap: 8px;
}

.footer .footer__text-with-icon>span:first-child {
    color: var(--theme-colour-accent-1);
}

.footer .footer__text-with-icon+.footer__text-with-icon {
    margin-block-start: 1em;
}

.footer .footer__nav ul {
    padding-inline-start: unset;
    margin: unset;
    list-style-position: inside;
}

.footer .footer__nav li::marker {
    color: var(--theme-colour-accent-1);
}

.footer .footer__nav-link,
.footer .footer__text-with-icon-link {
    text-decoration: none;
    color: var(--theme-colour-neutral-1);
    transition: all 500ms ease-in-out;
}

.footer .footer__nav-link:hover,
.footer .footer__nav-link:focus-visible,
.footer .footer__text-with-icon-link:hover,
.footer .footer__text-with-icon-link:focus-visible {
    color: var(--theme-colour-accent-3);
}

.footer-legal {
    background-color: var(--theme-colour-background-2);
    color: var(--theme-colour-dark-1);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    text-align: center;
    min-height: 44px;
    padding-block: 0.5em;
    display: grid;
    align-items: center;
}

.footer-legal a {
    color: inherit;
    transition: all 500ms ease-in-out;
    text-decoration: none;

}

.footer-legal a:hover,
.footer-legal a:focus-visible {
    color: var(--theme-colour-accent-3);
}

@media screen and (min-width: 756px) {
    .footer .footer__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1200px) {
    .footer .footer__wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Content Area (mid div)
-------------------------------------------------- */
.body_index .content-area {
    margin-top: 0;
}

.content-area {
    background: #FFF;
    margin-top: 1em;
}

.content-area>.inner {
    margin: 0 auto;
    max-width: 71.25em;
}

.body_index h1 {
    font-family: 'Montserrat', Arial, serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.breadcrumbs {
    background: #FFF;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    font-size: 0.75em;
    text-align: left;
    margin: 0 0 1.7em 0;
    padding: 0 0 0.4em 0;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.breadcrumbs .sep {
    color: #666;
    margin: 0 .25em;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    color: #000;
}

.breadcrumbs a:last-of-type {
    color: #666;
    text-decoration: none;
}

/* Index 
-------------------------------------------------- */
.latest-collections .serif-title,
.shop-by-room .serif-title,
.feature_products .serif-title {
    display: block;
    color: #50ac95;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.latest-collections .serif-title {
    margin: 1.2em auto;
}

.departments-wrapper.shop-by-room .serif-title {
    margin: 1.2em auto 1.2em auto;
}

.latest-collections-block-1 {
    margin-bottom: 2%;
}

.latest-collections-block-1 .col,
.latest-collections-block-2 .col {
    width: 49%;
    margin: 0 2% 0 0;
    padding: 0;
}

.latest-collections-block-1 .col-second .departments li,
.latest-collections-block-2 .col-first .departments li {
    margin: 0;
    width: 100%;
}

.latest-collections-block-1 .departments li,
.latest-collections-block-2 .departments li {
    margin: 0 3% 0 0;
    width: 48.5%;
}

.latest-collections-block-1 .departments li:nth-child(1),
.latest-collections-block-1 .departments li:nth-child(2),
.latest-collections-block-2 .departments li:nth-child(1),
.latest-collections-block-2 .departments li:nth-child(2) {
    margin-top: 0 !important;
}

.latest-collections-block-1 .departments li:nth-child(2),
.latest-collections-block-2 .departments li:nth-child(2),
.latest-collections-block-2 .departments li:nth-child(4),
.latest-collections-block-2 .departments li:nth-child(4) {
    margin-right: 0;
}

.latest-collections-block-1 .departments li:nth-child(3),
.latest-collections-block-2 .departments li:nth-child(4),
.latest-collections-block-1 .departments li:nth-child(3),
.latest-collections-block-2 .departments li:nth-child(4) {
    margin-top: 3%;
}

.latest-collections-block-1 .departments li:nth-child(-n+4),
.latest-collections-block-2 .departments li:nth-child(-n+4) {
    margin-top: 3%;
}

.latest-collections-block-1 .col .departments li img,
.latest-collections-block-2 .col .departments li img {
    width: 100%;
}

.latest-collections-block-1 .col-second li,
.latest-collections-block-2 .col-first li {
    background: #000;
}

.latest-collections-block-1 .col-second .info-panel h3,
.latest-collections-block-2 .col-first .info-panel h3 {
    font-size: 1.7em;
    font-weight: 700;
}

.shop-by-room .departments li {
    background: #3a5e9e;
    width: 18.4%;
}

.shop-by-room .departments li:nth-child(4n) {
    margin-right: 2%;
}

.shop-by-room .departments li:nth-child(5n) {
    margin-right: 0;
}

.shop-by-room .departments li:nth-child(-n+5) {
    margin-top: 0;
}

/* =Nav main
-------------------------------------------------- */
.nav-main {
    background: #FFF;
    border: 1px solid #3a5e9e;
    margin: 1em 0;
}

.nav-main ul,
.nav-main li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-main ul {
    margin: 0 auto;
    max-width: 71.25em;
}

.nav-main li {
    float: left;
}

.nav-main a {
    border-right: 1px solid #3a5e9e;
    color: #3a5e9e;
    display: block;
    padding: 0.6em 1.4em;
    font-size: 0.9em;
    letter-spacing: -0.02em;
    font-family: 'Montserrat', Arial, serif;
}

.nav-main>ul>li>ul {
    border: 1px solid #3a5e9e;
    margin-left: -0.05em;
}

.nav-main>ul>li>ul li a {
    border-right: none;
    border-top: 1px solid #3a5e9e;
}

.nav-main>ul>li>ul li a:before {
    color: #CCC;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: 400;
    margin-right: 0.5em;
}

.nav-main>ul>li>ul li:first-of-type a {
    border-top: none;
}

.nav-main li:first-child a {
    border-left: none;
}

.nav-main li:last-of-type a {
    border-right: none;
}

.nav-main a:hover {
    background: #ebeff5;
    color: #3a5e9e;
    cursor: pointer;
    text-decoration: none;
}

.nav-main .selected a {
    background: #3a5e9e;
    color: #FFF;
}

.turtle-mobile-menu-button-container {
    height: 41px;
    text-align: center;
    left: 0.5em;
    top: 0.5em;
    position: absolute;
    z-index: 9999;
}

.turtle-mobile-menu-button-container .turtle-mobile-menu-button {
    border-radius: 0.2em;
    background: #555;
    color: #FFF;
    font-size: 1.5em;
    padding: 0.1em 0.5em 0 0.5em;
    text-align: center !important;
    text-decoration: none;
}

.turtle-mobile-menu-container li {
    text-align: left !important;
    border: 1px solid #ccc;
    width: 100% !important;
    border-radius: 5px;
    font-size: 15px;
    background: #FFF;
    margin: 0 0 20px 0 !important;
    padding: 5px 10px !important;
    box-sizing: border-box;
}

.turtle-mobile-menu-container li a,
a.turtle-mobile-menu-button {
    color: #555;
    text-decoration: none;
}

.turtle-mobile-menu-container li {
    text-decoration: none;
}

.turtle-mobile-menu-container li:active,
.turtle-mobile-menu-container li:hover {
    background: #eee;
}

.turtle-mobile-menu-container .menu-has-children:hover {
    background: #FFF;
}

.turtle-mobile-menu-container ul>li>ul li .fa {
    margin-right: 0.3em;
}

.turtle-mobile-menu-button {
    width: 100% !important;
    box-sizing: border-box;
}

.turtle-mobile-menu-container li a {
    font-weight: 500;
}

.index-columns {
    margin: 0 0 2em 0;
}

.index-columns .col-first {
    margin: 0 5% 0 0;
    width: 61.5%;
}

.index-columns .col-second {
    margin: 0;
    width: 33.5%;
}

.index-columns h5 {
    color: #65686c;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}

.beauty-treatment-blog {
    border: 1px solid #e3e3e3;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.beauty-treatment-blog h5 {}

.beauty-treatment-blog img {
    margin: 0 0 0.5em 0;
}

.news-post-link {
    margin: 0;
}

.news-post-link a {
    color: #3a5e9e;
    border-radius: 0.1em;
    font-family: 'Montserrat', Arial, serif;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 400;
    padding: 0.2em 0.6em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #3a5e9e;
}

.news-post-link a:hover {
    background: #3a5e9e;
    color: #FFF;
}

.news-post-link a:last-of-type {
    background: #65686c;
    border: 2px solid #65686c;
    color: #FFF;
    margin-left: 0.3em;
}

/* Site Content
-------------------------------------------------- */
.marketing-banner {
    background: #e74c3c;
    display: none;
    text-align: center;

    padding: 0.2em 0;
}

.marketing-banner p {
    color: #FFF;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0.3em 0;
    text-transform: uppercase;
}

.site-content {
    float: left;
    padding: 0;
    width: 100%;
}

.site-content img {
    max-width: 100%;
}

.site-content .col-first img {
    border: 1px solid #e3e3e3;
}

.no-image,
.no-image img,
.no-image a {
    display: block;
}

no-image:hover {
    cursor: pointer;
}

.page-feature-image {
    margin: 0 0 1em 0;
    text-align: center;
}

.pricelist-menu {
    border-top: 1px solid #29426f;
    border-bottom: 1px solid #29426f;
    list-style: none;
    margin: 1.5em 0 1.4em 0;
}

.pricelist-menu li {
    text-align: center;
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pricelist-menu li a {
    background: #3a5e9e;
    border-right: 1px solid #29426f;
    color: #FFF;
    font-size: 1em;
    display: block;
    font-weight: 600;

    padding: 0.2em 0.5em 0.3em 0.5em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pricelist-menu li a:hover {
    background: #436cb6;
}

.pricelist-menu li:first-of-type {
    border-left: 1px solid #29426f;
}

.pricelist-menu li:last-of-type {
    padding-bottom: 0;
}

.pricelist {}

.pricelist section {
    border: 1px solid #e3e3e3;
    margin: 2em 0 0 0;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pricelist section#dermapen {
    margin-bottom: 1.5em;
}

.pricelist section:first-of-type {
    margin-top: 0;
}

.pricelist h4 {
    background: #50ac95 url('../images/all-treatments-pricelist.jpg') no-repeat center center;
    color: #FFF;
    font-size: 1.8em;
    margin: 0 0 0.3em 0;
    padding: 0.3em 0.6em 0.4em 0.6em;
    border-radius: 0.1em;
    position: relative;
    text-shadow: 0 2px 2px #317463, 0 1px 1px #317463;
}

.pricelist p {
    font-size: 1.1em;
}

.pricelist ul {
    list-style: none;
    margin: 0;
}

.pricelist li {
    border-bottom: 2px dotted #CCC;
    font-size: 1.1em;
    margin: 0;
    padding: 0.5em 0;
}

.pricelist li:last-of-type {
    border-bottom: none;
}

.pricelist li span {
    background: #3a5e9e;
    color: #FFF;
    font-weight: 600;
    border-radius: 0.2em;
    float: right;
    padding: 0 0.5em;
    min-width: 4.4em;
    text-align: right;
}

/* Sliders 
-------------------------------------------------- */
.site-slider {
    border: 2px solid #65686c;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.site-slider .slider-container {
    position: relative;
}

.site-slider .slide {
    position: relative;
}

.site-slider .owl-carousel .owl-wrapper-outer {
    position: relative;
}

.site-slider img,
.site-slider .slide>a {
    max-width: 100%;
    display: block;
}

.site-slider .black-panel {
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

.site-slider .text-area {
    position: relative;
}

.site-slider .text-area h4 {
    color: #FFF;
    font-size: 2em;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #000, 0 1px 1px #000;
}

.site-slider .text-area h4 a {
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
}

.site-slider .text-area p {
    color: #FFF;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}

.site-slider .owl-pagination {
    margin: 1em 0;
    position: absolute;
    top: 0em;
    right: 0.7em;
    z-index: 99999;
}

.site-slider .owl-theme .owl-controls .owl-page span {
    background: #FFF;
}

.splash,
.splash img {
    display: block;
    height: auto;
    width: 100%;
    z-index: 0;
}

.site-slider .links {
    margin: 0 auto;
    padding-top: 1em;
    text-align: center;
}

.site-slider .cta-button {
    color: #FFF;
    font-family: 'Montserrat', Arial, serif;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    border-radius: 0.1em;
    padding: 0.2em 0.6em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #FFF;
}

.site-slider .cta-button:hover {
    background: #FFF;
    border-color: #FFF;
    color: #444;
}

.site-slider .cta-button.contact {
    border: 2px solid #abd7de;
    color: #abd7de;
    margin: 0 0 0 1em;
}

.site-slider .cta-button.contact:hover {
    background: #abd7de;
    border-color: #abd7de;
    color: #FFF;
}

.shop-by-room {
    margin: 2% 0;
}

.sidebar-pricelist {
    background: #50ac95 url('../images/all-treatments-pricelist.jpg') no-repeat center center;
    border: 2px solid #50ac95;
    margin: 0 0 1.6em 0;
    padding: 1em;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.index-view-all {
    background: #50ac95 url('../images/all-treatments-pricelist.jpg') no-repeat center center;
    border: 2px solid #50ac95;
    margin: 0 0 1.6em 0;
    text-align: center;
}

.index-view-all:hover {
    opacity: 0.9;
}

.index-view-all h4 {
    font-size: 2em;
    font-family: 'Montserrat', Arial, serif;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #317463, 0 1px 1px #317463;
}

.department-bottom-info .sidebar-pricelist h4,
.page-main-cols .sidebar-pricelist h4 {
    font-size: 1.5em;
    font-family: 'Montserrat', Arial, serif;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #317463, 0 1px 1px #317463;
}

.page-main-cols {
    margin-bottom: 1.5em;
}

.index-view-all h4 a,
.sidebar-pricelist a {
    color: #FFF;
    display: block;
    padding: 1em 0;
    text-decoration: none;
}

.book-a-consultation.index {
    background: #FFF url('../images/book-a-consultation.jpg') no-repeat center center;
    border: 2px solid #65686c;
    height: 222px;
    text-align: right;
}

.book-a-consultation.index .inner {
    float: right;
    margin: 0 5% 0 0;
    width: 50%;
}

.book-a-consultation.index h4 {
    color: #65686c;
    font-size: 2em;
    margin: 1.5em 0 0 0;
}

.book-a-consultation.index p {
    color: #999;
    font-style: italic;
}

.book-a-consultation.index .button {
    color: #65686c;
    font-family: 'Montserrat', Arial, serif;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    border-radius: 0.1em;
    padding: 0.2em 0.6em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #65686c;
}

.book-a-consultation.index .button:hover {
    background: #65686c;
    color: #FFF;
}

.vertical-slider {
    --swiper-pagination-right: clamp(8px, 3vmin, 32px);
    --swiper-pagination-bullet-size: clamp(16px, 2vmin, 20px);
    --swiper-pagination-color: var(--theme-colour-background-1);
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-pagination-bullet-vertical-gap: clamp(8px, 2vmin, 30px);

    max-inline-size: 100%;
}

.vertical-slider .swiper {
    inline-size: 100%;
    max-block-size: clamp(400px, 75vh, 1080px);
    max-block-size: clamp(400px, 75svh, 1080px);
}

.vertical-slider .swiper-pagination-bullet {
    box-shadow: 0 0 0 2px var(--theme-colour-light-1);
}

.vertical-slider .vertical-slide {
    position: relative;
    display: grid;
    inline-size: 100%;
    block-size: 100%;
}

.vertical-slider .vertical-slide>* {
    grid-column: 1/-1;
    grid-row: 1/-1;
}

.vertical-slider .vertical-slide__image {
    position: relative;
    inline-size: 100%;
    block-size: 100%;
}

.vertical-slider .vertical-slide__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: hsla(0 0% 10% / 25%);
}

.vertical-slider .vertical-slide__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vertical-slider .vertical-slide__text {
    position: relative;
    align-self: end;
}

.vertical-slider .vertical-slide__text-wrapper {
    padding-block: var(--block-sizing--50px);
    margin-block-end: clamp(0px, 6vmin, 70px);
}

.vertical-slider .vertical-slide__text-title {
    color: var(--theme-colour-light-1);
    margin: unset;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-shadow: 0 6px 10px hsl(0 0% 0% / 16%);
}

.vertical-slider .vertical-slide__text-content {
    color: var(--theme-colour-light-1);
    margin-block-start: clamp(1.6rem, 3vmin, 3.2rem);
    letter-spacing: 0.05em;
    text-shadow: 0 6px 10px hsl(0 0% 0% / 16%);
    max-inline-size: 575px;
    font-size: 1.6rem;
}

.vertical-slider .link-flex {
    margin-block-start: clamp(1.6rem, 3vmin, 3.2rem);
}

.testimonial-slider {
    display: flex;
    gap: 16px;
}

.testimonial-slider .testimonial-slider-prev,
.testimonial-slider .testimonial-slider-next {
    display: grid;
    align-self: center;
    justify-self: center;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    letter-spacing: 0;
    cursor: pointer;
}

.testimonial-slider .testimonial-slider-prev {
    order: 1;
}

.testimonial-slider .swiper {
    order: 2;
    align-items: unset;
    min-width: 0px;
}

.testimonial-slider .testimonial-slider-next {
    order: 3;
}

@media screen and (max-width: 576px) {
    .testimonial-slider {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-slider .swiper {
        order: 1;
        grid-column: 1 / -1;
    }

    .testimonial-slider .testimonial-slider-prev {
        order: 2;
    }

    .testimonial-slider .testimonial-slider-next {
        order: 3;
    }
}

/* Departments
-------------------------------------------------- */
.department-short-descrip {
    background: #f0f8fb;
    border: 1px solid #dee5e8;
    margin: 0 0 1em 0;
    padding: 1em 1.5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.department-short-descrip h1 {
    color: #50ac95;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.department-short-descrip .description {
    color: #444;
    text-align: left;
    margin: 0;
    font-size: 1.2em;
}

.body_department .departments-wrapper {
    margin: 0 0 3% 0;
}

.departments-wrapper {}

.departments-wrapper .serif-title {
    margin: 0 0 0.5em 0;
}

.departments {}

.department-feature-image,
.search-results-image,
.body_page_contact .page-feature-image {
    margin: 0 0 1em 0;
    position: relative;
}

.department-feature-image .text,
.search-results-image .text,
.body_page_contact .page-feature-image .text {
    height: 100%;
    padding: 1em 1.5em;
    position: absolute;
    width: 70%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.department-feature-image .text h1,
.search-results-image .text h1,
.body_page_contact .page-feature-image .text h1 {
    color: #50ac95;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.department-feature-image .text .description,
.search-results-image .text .description,
.body_page_contact .page-feature-image .text .description {
    color: #444;
    text-align: left;
    font-size: 1em;
}

.search-results-image .text .description span {
    color: #FFF;
    font-weight: 600;
}

.no-department-feature-image,
.no-search-results-image {
    margin: 0 0 1em 0;
}

.no-department-feature-image h1 {
    margin: 0;
    padding: 0;
}

.departments,
.departments li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.departments li {
    background: #3a5e9e;
    border: 2px solid #3a5e9e;
    float: left;
    margin: 2% 2% 0 0;
    padding: 0;
    width: 23.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.departments li:hover {
    background: #50ac95;
    border: 2px solid #50ac95;
}

.departments li:hover .info-panel h3 a {
    color: #FFF;
    transition: none;
    text-shadow: none;
}

.departments li:hover .info-panel {
    background: #50ac95;
}

.departments li:nth-child(4n) {
    margin-right: 0;
}

.departments li:nth-child(-n+4) {
    margin-top: 0;
}

.thumbnail-link {
    display: block;
}

.thumbnail-link:hover {
    cursor: pointer;
}

.departments li .info-panel {
    background: #3a5e9e;
    float: left;
    padding: 5%;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    text-shadow: 0 2px 2px #2b2c2e, 0 1px 1px #2b2c2e;
}

.departments li .info-panel:hover {
    text-shadow: none;
    transition: none;
}

.departments li .info-panel h3 {
    font-family: 'Montserrat', Arial, serif;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    word-wrap: break-word;
    /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.89); */
}

.departments li .info-panel h3 a {
    color: #FFF;
    margin: 0.1em 0 0 0;
    display: block;
}

.departments li .info-panel h3 a:hover {
    text-decoration: none;
    color: #FFF;
    text-shadow: none;
}

.departments .thumbnail {
    float: left;
    text-align: center;
    margin: 0;
    width: 100%;
}

.departments li img {
    display: block;
    height: auto;
    opacity: 1;
    max-width: 100%;
    width: 100%;
}

.department-bottom-info {
    float: left;
    width: 100%;
}

.department-bottom-info h4 {
    font-size: 1.2em;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.department-bottom-info .description {
    color: #666;
    font-size: 1.1em;
}

.department-sidebar {
    float: left;
    margin: 0 2% 0 0;
    width: 18%;
}

.body_page_id_16 .address-details {
    border: 1px solid #e3e3e3;
}

.body_page_id_16 .address-details .col {
    margin-right: 2%;
    padding: 1em;
    width: 49%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.body_page_id_16 .address-details .col-second {
    margin-right: 0;
}

.body_page_id_16 .address-details .col-first {
    border-right: 1px solid #e3e3e3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.body_page_id_16 .address-details h3 {
    color: #50ac95;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.department-sidebar .filter-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.department-sidebar .filter-box.last {
    margin: 0;
}

.department-sidebar .filter-box header h6 {
    background: #000;
    border-bottom: 1px solid #e3e3e3;
    color: #FFF;
    font-size: 0.9em;
    line-height: 0.9em;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 700;
    padding: 0.8em;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.department-sidebar>header {
    display: none;
    /* Only for mobile for experiences */
}

.department-sidebar>header h6 {
    background: #000;
    color: #FFF;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 700;
    padding: 0.5em 0.8em;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 1em;
}

.department-sidebar>header>span {
    float: right;
}

.department-sidebar .filter-box .scroll-box {
    max-height: 10em;
    overflow: auto;
    padding: 2% 6%;
    width: 88%;
}

.department-sidebar .filters-container {
    margin-bottom: 1em;
}

.department-sidebar .filter-box .scroll-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.53em;
}

.department-sidebar .filter-box .scroll-box::-webkit-scrollbar-thumb {
    border-radius: 0.30em;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.department-sidebar .filter-box .scroll-box .fa {
    color: #aaa;
    margin: 0 0.6em 0 0;
}

.department-sidebar .filter-box .scroll-box .fa-check-square-o {
    color: #000;
    margin: 0 0.4em 0 0;
}

.department-sidebar .filter-box .scroll-box ul {
    list-style: none;
    margin: 0;
}

.department-sidebar .filter-box .scroll-box li {
    color: #555;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0.3em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.department-sidebar .filter-box .scroll-box li.ticked {
    font-weight: 500;
}

.department-sidebar .filter-box .scroll-box li.ticked a {
    font-weight: 500;
}

.department-sidebar .filter-box .scroll-box li a,
.department-sidebar .filter-box .scroll-box li a:visited {
    color: #000;
    text-decoration: none;
}

.department-sidebar .filter-box .scroll-box li a:hover {
    color: #777;
}

.department-content {
    float: left;
    width: 80%;
}

.department-content h1 {
    line-height: 0.8em;
    margin: 0 0 0.5em 0;
    padding: 0;
}

.product-filter {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0.6em 0;
}

#product-filter-form {
    margin: 0 auto;
}

.product-filter-left {
    float: left;
    text-align: left;
    width: 50%;
}

.product-filter-right {
    float: left;
    text-align: right;
    width: 50%;
}

.pages-quick-swap {
    color: #666;
    font-size: 0.9em;
    margin: 0.2em 0 0 0;
}

.pages-quick-swap span {
    margin: 0 0.3em;
}

.pages-quick-swap a {
    color: #777;
}

.pages-quick-swap a.selected {
    color: #8a2e2e;
    font-weight: 600;
}

.pages-quick-swap a:first-of-type {
    margin: 0 0 0 0.3em;
}

.pages-quick-swap a:last-of-type {
    margin: 0 0.3em 0 0;
}

#product-filter-form fieldset {
    display: inline-block;
    margin: 0 1em 0 0;
}

#product-filter-form fieldset.last {
    margin-right: 0;
}

#product-filter-form fieldset label {
    float: left;
    text-align: left;
    margin: 0.3em 0 0 0;
}

#product-filter-form .fieldset.filter-pagination {
    width: 50%;
}

#product-filter-form label {
    font-size: 0.8em;
}

#product-filter-form select {
    font-size: 0.8em;
    margin: 0 0 0 0.5em;
    min-width: 9em;
    padding: 0.3em 0.5em;
    width: 9em;
}

#content .related-departments {
    float: left;
    width: 100%;
}

#newslettersignup_emailaddress,
#newslettersignup_invalid_emailaddress {
    padding: 1.12em 1% 1em 1%;
    margin: 0 1% 0 0;
    width: 40%;
}

.department-main-cols .col-first,
.page-main-cols .col-first {
    margin-right: 2%;
    width: 70%;
}

.department-main-cols .col-second,
.page-main-cols .col-second {
    width: 28%;
}

.department-feature-columns {}

.department-feature-columns .col {
    margin-bottom: 2%;
    margin-right: 0%;
    width: 100%;
}

.department-feature-columns header {
    background: #FFF;
    border: 1px solid #e3e3e3;
    font-family: 'Montserrat', Arial, serif;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: left;
}

.department-feature-columns header h4 {
    color: #3a5e9e;
    margin: 0;
    font-size: 1em;
    padding: 0.7em;
}

.department-feature-columns header h4 .fa {
    color: #CCC;
    float: right;
    font-size: 1.2em;
    margin: 0.12em 0 0 0;
}

.department-feature-columns .inner {
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.department-feature-columns .faqs {}

.department-feature-columns .faqs section {
    background: #FFF;
    border: 1px solid #e3e3e3;
    margin: 1em 0 0 0;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.department-feature-columns .faqs section:first-of-type {
    margin-top: 0;
}

.department-feature-columns .faqs section p:last-of-type,
.suitability .inner p:last-of-type {
    margin-bottom: 0;
}

.department-feature-columns .faqs section h5 {
    font-size: 1.2em;
    margin: 0;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 700;
    color: #50ac95;
    text-transform: uppercase;
}

.department-feature-columns .suitability {}

.suitability h5,
.department-main-cols .col-first h5 {
    margin: 0.5em 0 0 0;
}

.department-main-cols .col-first ul {
    margin: 0 0 0 1.5em;
}

.department-main-cols .col-first li {
    list-style: none;
    border-bottom: 2px dotted #DDD;
    padding: 0.5em 0;
}

.department-main-cols .col-first li:before {
    color: #50ac95;
    font-family: FontAwesome;
    content: "\f0a3";
    font-weight: 400;
    margin-right: 0.5em;
}

.department-main-cols .col-first li:first-of-type {
    padding-top: 0;
}

.department-main-cols .col-first li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

/* =Products
-------------------------------------------------- */
.products-wrapper {
    max-width: 71.25em;
    margin: 2% 0;
}

.products-wrapper .serif-title {
    margin: 0 0 0.5em 0;
}

.products {
    margin: 0;
}

.products,
.products li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products li {
    background: #000;
    border: 3px solid #000;
    float: left;
    margin: 3% 2% 0 0;
    padding: 0;
    position: relative;
    width: 23.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.products li:hover {
    background: #50ac95;
    border: 3px solid #50ac95;
}

.products li:hover .info-panel {
    background: #50ac95;
}

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

.products li:nth-child(-n+4) {
    margin-top: 0;
}

.products .sale {
    background: #f64333;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    right: -.5em;
    padding: 1em 0.55em;
    letter-spacing: 0.13em;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: 0.1em;
}

.products li .info-panel {
    background: #000;
    float: left;
    padding: 5%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.products h3 {
    font-weight: 400;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.products li .info-panel a {
    color: #FFF;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 600;
    text-transform: uppercase;
}

.info-panel .addtocart {
    text-align: center;
}

.products .thumbnail {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}

.products .thumbnail a {
    display: block;
}

.products .thumbnail img {
    display: block;
    height: auto;
    opacity: 1;
    max-width: 100%;
    width: 100%;
}

.products .rrp {
    color: #e74c3c;
    font-weight: 700;
    margin: 0 0.3em 0 0;
    text-decoration: line-through;
}

.products .description {
    border-bottom: 1px solid #dfdfdf;
    color: #666;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin: 0 auto 1em auto;
    padding: 0 0 1.2em 0;
    width: 80%;
}

.products .price {
    color: #FFF;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
    margin: 0;
    width: 100%;
}

.addtocart input[type="submit"],
input#addtocartbtn {
    background: #000;
    font-family: 'Montserrat', Arial, serif;
    font-size: 1.1em;
    font-weight: 700;
    margin: 1em 0 0 0;
    text-transform: uppercase;
    padding: 0.5em 0.7em;
}

.action-addtocart .addtocart input[type="submit"],
.action-addtocart input#addtocartbtn {
    float: left;
    margin: 0.2em 0 0 0;
}

.addtocart input[type="submit"]:hover,
input#addtocartbtn:hover {
    background: #333;
}

a.action-enquire {
    background: #000;
    color: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    display: inline-block;
    font-family: 'Montserrat', Arial, serif;
    text-transform: uppercase;
    float: left;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0.2em 0 0 1em;
    padding: 0.26em 0.7em;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a.action-enquire:hover {
    background: #333;
    text-decoration: none;
}

.products .price .from {
    color: #999;
    font-size: 50%;
    font-weight: normal;
    margin-right: .25em;
}

.products-similar {
    margin-bottom: 0;
}

.feature_products .products li input[type="submit"] {
    margin-bottom: 1em;
}

.stock-level {
    color: #000;
    font-size: 0.55em;
    font-family: 'Montserrat', Arial, serif;
    margin: 0.1em 0 0.3em 0;
    text-transform: uppercase;
}

.stock-level .fa {
    margin: 0 0.2em 0 0;
}

.stock-level.in-stock .fa-check-square {
    color: #2ecc71;
}

.stock-level.out-of-stock .fa-square {
    color: #e74c3c;
}

.stock-level.low-stock .fa-minus-square {
    color: #f1c40f;
}

.stock-level.out-of-stock .fa-stack {
    width: 0.7em;
    height: 1em;
    margin-right: 0.3em;
    padding-top: 0.25em;
    float: left;
}

.stock-level.out-of-stock .fa-square {
    font-size: 0.75em;
}

.stock-level.out-of-stock .fa-times {
    color: #FFF;
    margin: 0;
    line-height: 1.38em;
    font-size: 0.55em;
}

.products .product-review {
    float: left;
    margin: 0.5em 0 0.3em 0;
    width: 100%;
}

.products .product-review p {
    font-size: 1.2em;
    margin: 0;
}

.product-review.top-reviews {
    font-size: 0.6em;
}

.body_product .product-review.top-reviews .review-link {
    font-size: 0.7em;
    font-weight: 600;
    margin: 0.9em 0 0 0;
}

.products .product-review .fa-star,
.products .product-review .fa-star-half-o,
.body_product .product-review .fa-star,
.body_product .product-review .fa-star-half-o {
    color: #fcd450;
    margin: 0 0.1em 0 0;
}

.products .product-review .fa-star-o,
.body_product .product-review .fa-star-o {
    color: #e3e3e3;
}

.products .product-review .review-link {
    margin: 0 0 1em 0;
}

.products .product-review .review-link a {
    color: #CCC;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.products .product-review .review-link a:hover {
    color: #aaa;
}

.body_product .product-review .stars {
    float: left;
    margin: 0.1em 0.5em 0 0;
    text-decoration: none;
}

.product-review a:hover {
    text-decoration: none;
}

.body_product .product-review p {
    margin: 0;
}

.body_product .product-review a.review-link {
    color: #999;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.feature_products {
    min-height: 0;
    margin: 0 auto 1em auto;
    width: 100%;
}

.feature_products .serif-title {
    margin: 0 0 1em 0;
}

.recently-view-products .serif-title {
    margin: 1.1em auto 1.2em auto;
}

.products-content {
    margin: 0 auto;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer {
    margin: 0 auto;
    width: 95%;
}

.owl-products.products li,
.owl-products.departments li {
    min-height: 0;
    margin: 0;
    width: 88%;
}

.feature_products .item {
    display: block;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    text-align: center;
}

.feature_products .owl-theme .owl-controls .owl-buttons div {
    padding: 0.313em 0.563em;
}

.feature_products .owl-theme .owl-buttons i {
    margin-top: 0.125em;
}

.feature_products .owl-theme .owl-controls .owl-buttons div {
    background: none;
    position: absolute;
}

.feature_products .owl-theme .owl-controls .owl-buttons .fa-stack {
    font-size: 2em;
}

.feature_products .owl-theme .owl-controls .owl-buttons .fa-circle {
    color: #ccc;
}

.feature_products .owl-theme .owl-controls .owl-buttons .fa-arrow-right {
    color: #FFF;
    margin: 0.2em 0 0 0.05em;
    text-shadow: 1px 1px 1px #adadad;
}

.feature_products .owl-theme .owl-controls .owl-buttons .fa-arrow-left {
    color: #FFF;
    margin: 0.2em 0 0 -0.05em;
    text-shadow: 1px 1px 1px #adadad;
}

.feature_products .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -5.9em;
    top: 33%;
}

.feature_products .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -5.9em;
    top: 33%;
}

#product-reviews

/* Larger review box */
    {
    border: 3px solid #000;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    float: left;
    margin: 0 0 1em 0;
    height: 36em;
    width: 100%;
}

#product-reviews .review-summary {
    border-right: 3px solid #000;
    float: left;
    height: 36em;
    width: 30%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.review-summary .inner {
    padding: 5%;
}

.review-summary header {
    border-bottom: 3px solid #000;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0.5em 0;
    font-family: 'Montserrat', Arial, serif;
    text-align: center;
    text-transform: uppercase;
}

.review-summary header h3,
.review-details>header h3,
.review-header h3 {
    margin: 0;
    font-size: 1em;
}

.review-summary .review-avg-score {
    color: #666;
    font-size: 5em;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    margin: 0;
    padding: 0.1em 0;
    text-align: center;
    text-transform: uppercase;
}

.review-summary .review-avg-visual-score {
    font-size: 1.2em;
    margin: 0;
    text-align: center;
}

.review-summary .review-avg-visual-score .fa-star,
.review-summary .review-avg-visual-score .fa-star-half-o {
    color: #f1c40f;
    margin: 0 0.2em 0 0;
}

.review-summary .review-avg-visual-score .fa-star-o {
    color: #ccc;
}

.review-summary .review-review-count {
    color: #CCC;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0.5em 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.review-summary .review-breakdown {
    margin: 2.5em 1em 0.5em 1.5em;
    list-style: none;
}

.review-summary .review-breakdown li {
    margin: 0 auto 1.2em auto;
    float: left;
    width: 100%;
}

.review-summary .review-breakdown li:last-of-type {
    margin: 0;
}

.review-summary .review-breakdown li .fa {
    color: #e3e3e3;
    font-size: 1.2em;
    margin: 0 0.5em 0 0;
}

.review-summary .review-breakdown li .review-breakdown-number {
    font-weight: 300;
}

.review-summary .review-breakdown li .review-bar-rating {
    float: left;
    margin: 0.1em 0 0 0;
    width: 75%;
}

.review-summary .review-breakdown li .review-bar-text {
    float: left;
    margin: 0 4% 0 0;
}

.review-summary .review-breakdown li .review-bar-rating-bar {
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    display: block;
    height: 1.5em;
    position: relative;
    width: 100%;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-1 {
    background: #eee;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-2 {
    background: #ddd;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-3 {
    background: #ccc;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-4 {
    background: #bbb;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-5 {
    background: #aaa;
}

.review-summary footer {
    border-top: 3px solid #000;
    margin: 0;
    text-align: center;
}

.review-summary .review-write-a-review-button {
    background: #000;
    color: #FFF;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    font-family: 'Montserrat', Arial, serif;
    letter-spacing: 0.05em;
    margin: 0.7em 0 0.5em 0;
    padding: 0.4em 0.7em;
    text-transform: uppercase;
}

.review-summary .review-write-a-review-button:hover {
    background: #333;
    text-decoration: none;
}

#product-reviews .review-details {
    float: left;
    width: 69.8%;
}

.review-details>header {
    border-bottom: 3px solid #000;
    font-family: 'Montserrat', Arial, serif;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0.5em 0;
    text-align: center;
    text-transform: uppercase;
}

.review-details>.inner {
    height: 30.1em;
    padding: 2.7%;
    overflow-x: auto;
}

.review-details .review-holder {
    border: 3px solid #000;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    margin: 0 0 1.5em 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.review-details .review-holder .inner {
    padding: 0.5em;
}

.review-details .review-holder header {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 0.5em 0;
}

.review-details .review-display-name {
    color: #666;
    float: left;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0.2em 0 0 0;
    text-align: left;
}

.review-details .review-mini-star-rating {
    float: right;
    margin: 0 0 0.3em 0;
}

.review-details .review-mini-star-rating .fa-star,
.review-details .review-mini-star-rating .fa-star-half-o {
    color: #f1c40f;
    margin: 0 0.2em 0 0;
}

.review-details .review-mini-star-rating .fa-star-o {
    color: #ccc;
}

.review-details .review-content {
    margin: 0.3em 0 0 0;
    width: 100%;
    float: left;
}

.review-details .review-content p {
    font-size: 0.9em;
    font-weight: 400;
}

.review-details .review-recommend {
    color: #666;
    float: left;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.review-details .review-recommend .fa-thumbs-o-up {
    color: #2ecc71;
}

.review-details .review-recommend .fa-thumbs-o-down {
    color: #f64333;
}

.review-details .review-recommend .review-recommend-choice {
    font-weight: 700;
}

.review-details footer {
    padding: 0.1em 0 0 0;
}

.review-details .review-timestamp {
    color: #AAA;
    float: right;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.timestamp-mobilestring {
    display: none;
}

.review-write-a-review fieldset {
    margin-bottom: 0.5em;
}

.review-write-a-review input[type="text"],
.review-write-a-review select {
    width: 99.5%;
}

.review-write-a-review .long input[type="text"] {
    width: 99.5%;
}

.review-write-a-review textarea {
    height: 8.3em;
    width: 99.5%;
}

.review-write-a-review .short-left {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.review-write-a-review .short-right {
    width: 49%;
}

.review-write-a-review .actions {
    padding: 0;
}

#review-write-a-review-submit {
    font-weight: 600;
    text-transform: uppercase;
}

.review-write-a-review .long {
    width: 99%;
}

.review-write-a-review-recommended-text {
    color: #555;
    line-height: 2em;
}

#review-write-a-review-recommended {
    margin: 0.5em 0.5em 0 0;
}

.review-disclaimer {
    color: #666;
    font-size: 0.9em;
    margin: 0.8em 0 0 0;
}

.review-disclaimer .fa-exclamation-circle {
    color: #000;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0.4em 0.2em 0 0;
}

.no-reviews {
    text-align: center;
}

.no-reviews h4 {
    color: #ccc;
    font-size: 3em;
    text-transform: uppercase;
    margin: 4em 0 0 0;
}

.no-reviews p {
    color: #555;
    text-transform: uppercase;
}

.no-reviews a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.ajax-loading {
    text-align: center;
    margin: 1em 0 0 0;
    width: 100%;
}

.ajax-loading p {
    color: #ccc;
    margin: 0;
}

.ajax-loading .fa {
    color: #aaa;
    margin: 0 0 0.5em -0.4em;
}

.share-this {
    margin: 1em 0;
    text-align: center;
}

/* =Photogallery
-------------------------------------------------- */
.photogallery-container {
    margin: 0.7em 0 0 0;
    width: 100%;
    float: left;
}

.photogallery-container ul {
    list-style: none;
    margin: 0;
}

.photogallery-container li {
    background: #FFF;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    float: left;
    margin: 0 2% 2% 0;
    padding: 1%;
    width: 16.1%;
}

.photogallery-container li:hover {
    border: 1px solid #CCC;
}

.photogallery-container li:nth-child(- n + 5) {
    margin-top: 0;
}

.photogallery-container li:nth-child(5n) {
    margin-right: 0;
}

.photogallery-container img {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    width: 100%;
}

.photogallery-container img:hover {
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
    -o-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
    -ms-transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
    transition: opacity .55s ease-in-out, box-shadow .55s ease-in-out;
}

.mfp-bottom-bar {
    -webkit-border-radius: 0 0 0.15em 0.15em;
    -moz-border-radius: 0 0 0.15em 0.15em;
    border-radius: 0 0 0.15em 0.15em;
    padding: 0.7em 0;
    margin-top: -50px !important;
}

.mfp-figure figure {
    background: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    padding: 0em;
}

.mfp-img {
    -webkit-border-radius: 0.2em 0.2em 0 0;
    -moz-border-radius: 0.2em 0.2em 0 0;
    border-radius: 0.2em 0.2em 0 0;
}

.mfp-title {
    color: #333 !important;
    font-weight: 600;
    margin: 0 0 0 2%;
}

.mfp-counter {
    color: #000 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    line-height: 1em !important;
    font-weight: normal;
    top: 1em !important;
    right: 2% !important;
}

/* =Product Details
-------------------------------------------------- */
.product-wrapper {
    position: relative;
}

.product-gallery {
    float: left;
    margin-bottom: 1.6em;
    width: 50%;
}

.no-image {
    margin: 0 auto;
}

.product-gallery .large-device-gallery {
    display: block;
}

.product-gallery .small-device-gallery {
    display: none;
}

.product-gallery .product-image-main {
    margin: 0 0 .5em 0;
    position: relative;
}

.zoom-icon {
    background: #000;
    bottom: 0;
    left: 0;
    padding: 0.7em 0.9em;
    position: absolute;
}

.zoom-icon .fa {
    color: #FFF;
    font-size: 1.6em;
}

.product-gallery .product-image-main img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-gallery .product-image-main a.product-image-zoom {
    display: block;
}

.product-gallery ul,
.product-gallery li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-gallery ul {
    padding-top: 1em;
    padding-bottom: .5em;
}

.product-gallery li {
    float: left;
    margin-left: 2.5%;
    width: 23%;
}

.product-gallery li:first-child {
    margin-left: 0;
}

.product-gallery li a {
    padding-right: 25%;
}

.product-gallery li a img {
    height: auto;
    opacity: 1;
    width: 100%;
}

.product-gallery li a img:hover {
    opacity: 0.8;
}

.product-details {
    float: right;
    margin: 0 0 0 2%;
    padding: 0 1% 0 1%;
    width: 46%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.product-details .sale {
    background: #f64333;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    right: -.5em;
    padding: 1em 0.55em;
    letter-spacing: 0.13em;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: 0.1em;
}

.product-details .free-delivery {
    color: #000;
    font-size: 0.55em;
    font-weight: 600;
    margin: 0.5em 0 0.3em 0;
}

.product-details .free-delivery .fa {
    color: #e74c3c;
    margin: 0 0.2em 0 0;
}

.product-details h1 {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.product-details .price {
    font-size: 1.8em;
    margin: 0 0 0.4em 0;
    color: #000;
    font-weight: 900;
    border-bottom: 3px solid #000;
    padding: 0 0 0.3em 0;
}

.product-details .rrp {
    color: #999;
    font-size: 0.7em;
    font-weight: 400;
    margin: 0 0 0 0.5em;
}

.product-details .rrp .currency,
.product-details .rrp .rrp_price {
    color: #f64333;
    font-weight: 600;
}

.product-details .price .from {
    color: #999;
    font-size: 1em;
    font-weight: normal;
}

#productview_form fieldset label {
    font-weight: 600;
    font-family: 'Montserrat', Arial, serif;
    text-transform: uppercase;
}

.product-details fieldset {
    border: none;
    margin: 0 0 0.4em 0;
    ;
    padding: 0.5em 0 0.1em 0;
    border-bottom: 1px solid #e3e3e3;
    width: 70%;
}

#productview_quantity {
    width: 20%;
    margin: 0;
    padding: 0.3em;
    float: left;
    text-align: center;
    font-size: 1em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
}

.product-details .form-product-quantity {
    margin: 0 0 0.8em 0;
    padding: 0 0 0.4em 0;
}

.form-product-quantity-line {
    border-bottom: 3px solid #000;
    width: 100%;
}

.product-options {
    border-bottom: 3px solid #000;
    float: left;
    margin: 0;
    padding: 0.3em 0 0 0;
    width: 100%;
}

.product-options:first-of-type {
    border-top: 3px solid #000;
}

.product-details .description p {
    font-size: 1em;
}

.product-description h3 {
    margin: 0 0 0.5em 0;
}

.product-description .symbols {
    border-top: 1px solid #DDD;
    margin: 1em 0 0 0;
}

.product-description .symbols ul {
    list-style: none;
    margin: 1.3em 0 0 0;
}

.product-description .symbols li {
    margin: 0;
    text-align: center;
}

/* =Shopping cart
-------------------------------------------------- */
.cart-wrapper {
    margin: 0 0 3.2em 0;
}

.cart-list-headings {
    border-bottom: 3px solid #000;
}

.cart-list-headings h3 {
    color: #555;
    float: left;
    font-size: 0.9em;
    margin: 0 0 .8em 0;
}

h3.order-status-notes {
    color: #555;
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0.5em 0;
}

.title-cart-product {
    width: 39%;
}

.cart-list-orderreview .title-cart-product {
    width: 53%;
}

.title-cart-remove {
    width: 15%;
}

.title-cart-price-per {
    width: 15%;
}

.title-cart-price-qty {
    width: 15%;
}

.title-cart-price-total {
    width: 15%;
}

.title-cart-remove.right {
    text-align: right;
}

.cart-list,
.cart-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-list {
    margin: 0.5em 0 1.6em 0;
    list-style: none;
}

.cart-list .cart-item {
    background: #fff;
    border-bottom: 3px solid #000;
    clear: both;
    padding: .8em 0;
}

.cart-list .cart-item:nth-child(even) {
    background: #fcfcfc;
}

.cart-product {
    float: left;
    padding-right: 2%;
    width: 37%;
}

.cart-list-orderreview .cart-product {
    width: 51%;
}

.cart-remove {
    float: right;
    width: 10%;
    margin: 0 auto;
    padding: 0 1% 0 0;
    text-align: right;
}

.cart-remove a {
    background: #FFF;
    border: 1px solid #DDD;
    font-size: 0.8em;
    font-weight: 600;
    padding: 0.4em 0.5em;
    text-decoration: none;
}

.cart-remove a .fa {
    color: #e74c3c;
    margin: 0 0.2em 0 0;
}

.cart-price-per {
    float: left;
    padding-right: 2%;
    width: 13%;
}

.cart-price-qty {
    float: left;
    font-size: 0.9em;
    padding-right: 2%;
    width: 13%;
}

.cart-price-qty label,
.cart-price-qty span {
    display: none;
}

.cart-price-total {
    float: left;
    font-size: 0.9em;
    padding-right: 0;
    width: 15%;
}

.cart-list .cart-product img {
    float: left;
    margin: 0 .8em 0 0;
    width: 20%;
    min-width: 6em;
}

.cart-message {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 1.6em 0;
    padding-bottom: .8em;
    text-align: center;
}

.cart-empty {
    margin: 2em 0;
}

dl.cart-totals,
dl.cart-totals dt,
dl.cart-totals dd {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}

.view-cart-summary dl.cart-totals {
    border: none;
    padding: 0;
}

dl.cart-totals {
    border: 3px solid #000;
    margin: 1em 0 0 0;
    padding: 1em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

dl.cart-totals dt {
    border-bottom: 3px solid #000;
    clear: left;
    float: left;
    padding: .5em 5% .5em 0;
    width: 44.5%;
}

dl.cart-totals dd {
    border-bottom: 3px solid #000;
    float: left;
    padding: .5em 0;
    width: 50%;
}

dl.cart-totals dd.right {
    text-align: right;
}

dl.cart-totals .cart-grand-total {
    border-bottom: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0;
}

dl.cart-totals dt:first-of-type,
dl.cart-totals dd:first-of-type {
    padding-top: 0;
}

.cart-actions {
    margin: 0.5em 0 1em 0;
}

.cart-actions input {
    padding: 1em;
}

.cart-actions #viewcart_updatecart,
.cart-actions #viewcart_emptycart {
    float: left;
    margin: 0 5% .8em 0;
    width: 47.5%;
}

.cart-actions #viewcart_emptycart {
    margin-right: 0;
}

.cart-actions #viewcart_continuecheckout {
    display: block;
    font-size: 1.35em;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.order-details .order-details-short-left,
.order-details .order-details-short-right {
    width: 49%;
}

.order-details #orderdetails_billing_country,
.order-details #orderdetails_shipping_country {
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    width: 95%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#review_additional_container input[type="checkbox"] {
    margin: 0.2em 0.5em 0.2em 0;
}

/* =Order Details
-------------------------------------------------- */

.body_order_details textarea {
    width: 100%;
}

#orderdetails_shippinginformation,
#review_additional_container label {
    clear: both;
}

.body_order_review .col-first {
    margin: 0;
}

.body_order_review #review_container .col.col-first {
    float: right;
}

.body_order_review .col-second {
    margin-right: 5%;
}

.body_order_review .site-footer .col-first,
.body_order_review .site-footer .col-second {
    margin-right: 5%;
}

/* Pagination
-------------------------------------------------- */
.pagination {
    background: #FFF;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    letter-spacing: 0.05em;
    margin: 0 0 1.6em 0;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pagination.last {
    margin: 0 0 1.5em 0;
}

.pagination ul,
.pagination li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination li {
    border-left: 1px solid #e3e3e3;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
}

.pagination li a {
    color: #999;
    display: block;
    font-weight: bold;
    padding: .5em 1em;
}

.pagination li a.selected {
    background: #e7e7e7;
    color: #6d6761;
}

.pagination li a:hover {
    background: #f2f2f2;
    color: #6d6761;
    text-decoration: none;
}

.pagination .first {
    border-left: 0;
}

.pagination .last {
    border-right: 1px solid #e3e3e3;
}

.pagination .total,
.pagination .summary {
    border: 0;
    border-left: 1px solid #e3e3e3;
    color: #999;
    float: right;
    font-weight: bold;
    margin: 0;
    padding: .5em 1em;
}

/* =Contact form
-------------------------------------------------- */
.contact-page .col-first {
    margin-right: 1%;
    width: 69%;
}

.contact-page .col-second {
    width: 30%;
}

.contact-page .col-second h6 {
    color: #000;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

.contact-page .col-second h6.second {
    border-top: 1px solid #DDD;
    margin: 1em 0 0.5em 0;
    padding: 1em 0 0 0;
}

.contact-page .col-second p {
    font-size: 1.1em;
}

.contact-page .col-second p:last-of-type {
    margin-bottom: 0;
}

.contact-form fieldset {
    /* IE7, IE8 */
    padding: 0;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    float: left;
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    padding-right: 2%;
    width: 49%;
    height: 4em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.contact-form fieldset.textarea {
    height: auto;
    margin-bottom: 0;
    width: 100%;
}

.contact-form fieldset textarea {
    width: 96%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.contact-form fieldset.fieldset-full {
    float: none;
    width: 100%;
    height: auto;
    padding-right: 0;
}

.contact-form fieldset.captcha {
    border-bottom: 0;
}

.contact-form fieldset.captcha img {
    display: block;
    margin: .8em 0;
}

.contact-form .actions {
    clear: both;
    float: left;
    margin: 2.5em 0 0 0;
}

.contact-form ul,
.contact-form ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-form ul li {
    float: left;
    width: 50%;
}

.contact-form fieldset.fieldset-full ul li {
    float: left;
    width: 25%;
}

.contact-company-details {
    margin: 1.9em 0 0 0;
    width: 100%;
}

.contact-company-details header {
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    font-family: 'Montserrat', Arial, serif;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: left;
    padding: 0.7em;
}

.contact-company-details header h3 {
    margin: 0;
    font-size: 1em;
}

.contact-company-details .inner {
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.body_page_id_14 fieldset:nth-child(1),
.body_page_id_14 fieldset:nth-child(2) {
    width: 33.33333%;
}

.body_page_id_14 fieldset:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
    width: 33.33333%;
}

.body_page_id_14 fieldset.textarea {
    width: 100%;
}

.body_page_id_14 fieldset.textarea textarea {
    width: 100%;
}

.body_page_id_14 .actions {
    margin-top: 0;
}

/* =Site map
-------------------------------------------------- */

.sitemap-wrapper {}

.sitemap-wrapper h2 {
    border-top: 1px solid #e3e3e3;
    clear: left;
    float: left;
    margin: 0;
    color: #555;
    font-weight: 500;
    padding-top: 0.9em;
    padding-right: 5%;
    width: 20%;
}

.sitemap-wrapper ul,
.sitemap-wrapper ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-wrapper ul {
    border-top: 1px solid #e3e3e3;
    float: left;
    margin: 0 0 1.6em 0;
    padding-top: 1em;
    width: 75%;
}

.sitemap-wrapper ul li {
    margin: 0 0 .4em 0;
}

/* =Supplier
-------------------------------------------------- */

.supplier-information-wrapper {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.supplier-information-wrapper img {
    max-width: 100%;
}

.supplier-information-wrapper .no-image {
    background: #f6f6f6;
    color: #999;
    display: block;
    padding: 10em 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
}

/* =Mobile Header
-------------------------------------------------- */
.mobile-header {
    display: none;
    background: #000;
    padding: 0.2em 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.mobile-header-buttons {
    float: right;
    margin-top: -2.9em;
}

.mobile-header-buttons a {
    color: #fff;
    display: block;
    float: left;
    font-size: 1.4em;
    line-height: 0;
    margin: 0 0.2em 0 0;
    padding: 0.5em;
    position: relative;
}

.mobile-site-icon-cart .mobile-count {
    background: #f64333;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    color: #FFF;
    font-size: 0.6em;
    line-height: 1.2em;
    font-weight: 600;
    padding: 0.1em 0.56em 0.08em 0.4em;
    position: absolute;
    top: 0.24em;
    right: -0.1em;
    height: 1.1em;
    width: 0.4em;
}

.mobile-logo {
    float: left;
    width: 100%;
}

.mobile-logo img {
    max-height: 2.5em;
    padding: 0.25em 0;
    margin: 0 auto;
    display: block;
}

/* =Search
-------------------------------------------------- */
.search {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.search .inner {
    margin: 0 auto;
    max-width: 71.25em;
}

.search .col.last {
    margin: 0;
    width: 47.2%;
}

.search h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: #FFF;
    text-shadow: 1px 1px 2px #1F81B3;
    margin: 0.8em 0.5em
}

.search-padding {
    overflow: hidden;
    height: 2.35em;
    padding-right: 0;
    width: auto;
}

.search input[type="search"] {
    min-width: 0;
    border: none;
    height: 2.35em;
    font-size: 1em;
    background: #fff;
    width: 100%;
    outline: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', Arial, serif;
}

.search input[type="search"]:focus {
    outline: none;
}

.search button[type="submit"] {
    background: #000;
    border-radius: 0;
    height: 2.3em;
    color: #aaa;
    border: none;
    font-size: 1em;
    margin: 0;
    float: right;
    padding: 0;
    width: 3em;
}

.search button[type="submit"]:hover {
    background: #333;
    color: #fff;
}

.search-suggestions {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 0 0.15em 0.15em;
    -moz-border-radius: 0 0 0.15em 0.15em;
    border-radius: 0 0 0.15em 0.15em;
    display: none;
    position: absolute;
    top: 2.35em;
    right: 3em;
    left: 0;
    z-index: 999;

}

.search-suggestions ul {
    list-style: none;
    margin: 0;
}

.search-suggestions li {
    border-bottom: 1px solid #DDD;
    font-size: 0.9em;
    margin: 0;
    width: 100%;
}

.search-suggestions li:last-of-type {
    border-bottom: none;
}

.search-suggestions li:hover,
.search-suggestions li:active {
    background: #efefef;
}

.search-suggestions a {
    background: #efefef;
    color: #000;
    display: block;
    font-size: 0.9em;
    padding: 0.3em 0.5em;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.search-suggestions a:hover {
    color: #666;
}

.search-suggestions li:nth-child(even) a {
    background: #FFF;
}

.search-suggestions span {
    background: #000;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    color: #FFF;
    float: right;
    margin: 0 0.2em 0 0.3em;
    padding: 0 0.4em;
    text-align: center;
    text-shadow: 1px 2px 1px #c1991c;
}

.search-content h3.search-tips {
    font-weight: 400;
    margin: 0 0 0.5em 0;
    padding: 0;
}

.results-page-search {
    border-bottom: none;
    width: 60%;
}

.results-page-search input[type="submit"] {
    background: #222;
    color: #aaa;
    border: none;
    height: 2.6em;
    font-size: 1.2em;
    margin: 0;
    float: right;
    padding: 0;
    width: 5em;
}

.results-page-search input[type="submit"]:hover {
    background: #333;
    color: #fff;
}

.results-page-search input[type="search"] {
    height: 2.6em;
    border: 3px solid #000;
    font-size: 1.2em;
}

.results-page-search .search-padding {
    height: 4em;
}

/* =Sidebar
-------------------------------------------------- */
.sidebar {
    float: left;
    position: relative;
    width: 22.5%;
    margin-right: 2.5%;
}

.sidebar h3 {
    font-size: 1.125em;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 2em 0 0 0;
    color: #666;
    font-style: italic;
    padding: 0.5em 0;
}

/* base sidebar nav */

.sidebar nav ul,
.sidebar nav li {
    list-style: none;
    margin: 0;
    padding: 0 0.5em;
    background: hsl(0, 0%, 97%);
}

.sidebar nav a {
    border-bottom: 1px solid #dedede;
    color: #8E8E8E;
    text-shadow: 1px 1px 2px #FFF;
    font-size: 1em;
    display: block;
    padding: .7em 0;
}

.sidebar nav li:last-child a {
    border-bottom: none;
}

.sidebar nav a:hover {
    color: #999;
}

.sidebar nav .selected a {
    color: #666;
}

.sidebar nav .selected a:before {
    content: '\00bb';
    margin-right: .5em;
}

/* =Site Footer
-------------------------------------------------- */
.footer-newsletter {
    background: #000;
    margin: 2.5% 0;
}

.footer-newsletter h4 {
    color: #FFF;
    font-size: 1.5em;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 600;
    margin: 0;
    padding: 1em;
    text-transform: uppercase;
}

.footer-newsletter .col {}

#main_newsletter_emailaddress {
    font-size: 1.7em;
    margin: 0;
    color: #CCC;
    width: 90%;
    background: #000;
    border: none;
    border-bottom: 2px dotted #FFF;
    padding: 0.6em 0;
}

.footer-newsletter .col .fa-angle-right {
    font-size: 4em;
    font-weight: 700;
}

.footer-newsletter .col button {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0 2.5%;
    width: 10%;
    float: right;
}

.footer-newsletter .col form {
    margin: 1.2em 0 0 0;
}

.footer-social {
    border: 1px solid #e3e3e3;
    margin: 0 0 2% 0;
}

.footer-social .col {
    background: #fbfbfb;
    border-right: 1px solid #e3e3e3;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 25%;
}

.footer-social .col.last {
    border-right: none;
}

.footer-social .col:hover {
    background: #f3f3f3;
}

.footer-social .fa {
    color: #005595;
}

.footer-social .col p {
    font-weight: 600;
    font-size: 1.8em;
    margin: 0.5em 0;
}

.footer-social .col a {
    text-decoration: none;
}

.site-footer {
    background: #222;
    color: #FFF;
    clear: both;
}

.site-footer>.inner {
    margin: 0 auto;
    max-width: 71.25em;
    padding: 0.8em 2% 0 2%;
}

.site-footer .col ul {
    list-style: none;
    margin: -0.5em 0 0 0;
    padding: 0;
}

.site-footer .col ul li {
    margin: 0;
}

.site-footer h4 {
    border-bottom: 2px dotted #ccc;
    color: #FFF;
    font-size: 1em;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0.1em;
    margin: 0.5em 0 1em 0;
}

.site-footer p,
.site-footer li {
    font-size: 0.95em;
    text-shadow: 1px 1px 2px #000;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}

.site-footer .nav-footer {
    margin: 1.5em 0 0 0;
}

.site-footer #main_newsletter_emailaddress {
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    background: #444;
    border: none;
    color: #fff;
    padding: 0.7em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.site-footer #main_newsletter_submit {
    background: #555;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    color: #FFF;
    float: right;
    font-weight: 500;
    margin: 0;
    padding: 0.5em 0.8em;
}

.site-footer #main_newsletter_submit:hover {
    background: #777;
}

.site-footer .col {
    text-align: left;
    width: 21.1%;
    padding: 0;
}

.site-footer .col .inner {
    padding: 0 0 1em 0;
}

.footer-logo img {
    margin: 25% 0 0 0;
}

.site-footer .col-second li,
.site-footer .col-third li {
    line-height: 2em;
    font-size: 0.9em;
}

.site-footer .col-third .fa {
    font-size: 2.5em;
    margin: 0.5em 0.15em 0 0;
}

.site-footer .col-third .fa:last-child {
    margin-right: 0;
}

.site-footer .col-fourth li:first-child {
    margin-bottom: 0.5em;
}

.site-footer .col-fourth .fa {
    margin-right: 0.5em;
}

.site-footer .col-fourth .fa-facebook-square {
    color: #3B5998;
}

.site-footer .col-fourth .fa-twitter-square {
    color: #55ACEE;
}

.site-footer .col a {
    color: #FFF;
    font-weight: 500;
}

.site-footer .nav-legal,
.site-footer .nav-legal li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .nav-legal {
    background: #000;
    border-top: 1px solid #2e2e2e;
    text-align: center;
    margin: 1em auto 0 auto;
    padding: 0.8em 0;
}

.site-footer .nav-legal a {
    color: #cdcdcd;
}

.site-footer .nav-legal a:hover {
    color: #FFF;
}

.site-footer .nav-legal li {
    color: #cdcdcd;
    display: inline;
    font-size: 0.8em;
    margin-right: .4em;
}

.site-footer .nav-legal li:before {
    content: '\00b7';
    margin-right: .7em;
}

.site-footer .nav-legal li:first-of-type:before {
    content: '';
    margin: 0;
}

.site-footer .nav-legal li:last-of-type {
    margin-right: 0;
}

.aboutlogos {
    border-bottom: 1px solid #e3e3e3;
    margin-top: 2em;
}

.whowesupport {
    border-bottom: none;
}

.aboutlogos h5 {
    margin: 0 0 1em 0;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.aboutlogos ul {
    list-style: none;
    margin: 0 auto;

}

.aboutlogos li {
    float: left;
    text-align: center;
    margin: 0 auto;
}

.ourpartners li {
    width: 33.33333%;
}

.whowesupport li {
    margin: 0 12.5%;
    width: 25%;
}


.site-content .col-first .aboutlogos li img {
    border: none;
}


/* =Modal Box
-------------------------------------------------- */
.modal-box {
    background: #fff;
    width: 28em;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -11em;
    margin-top: -6em;
    z-index: 1002;
    padding: 0;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.modal-box form {
    padding: 1em;
}

.modal-box h3 {
    font-family: 'Montserrat', Arial, serif;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.modal-box .actions {
    padding: 0.8em 0 0 0;
}

.modal-box .actions input.close {
    background-color: #e3e3e3;
    color: #333;
    margin: 0 5% 0 0;
    text-transform: uppercase;
}

.modal-box .actions input {
    width: 47.5%;
    padding: 1em;
    margin: 0;
    float: left;
    text-transform: uppercase;
}

.modal-dim {
    background: #000;
    z-index: 20;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 1001;
}

.modal-box.hide,
.modal-dim.hide {
    display: none;
}

/* =Modal Filter Progress
-------------------------------------------------- */
.modal-progress-dim {
    background: #000;
    z-index: 20;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 1001;
}

.modal-progress {
    background: #fff;
    width: 1.5em;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -0.75em;
    margin-top: -0.75em;
    z-index: 1002;
    padding: 0;
    text-align: center;
    font-size: 5em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
}

/* =Cart Modal
-------------------------------------------------- */

.modal-box .cart-list {
    margin: 0;
}

.modal-box .cart-list .cart-product img {
    min-width: 4.5em;
    max-height: 5em;
}

.modal-box .cart-product {
    font-size: 0.9em;
    width: 60%;
}

.modal-box .error_msg {
    list-style: none;
    margin: 1em 0;
}

.modal-box .error_msg li {
    margin: 0.5em 0;
}

.modal-box .error_msg li.first {
    margin: 0 0 0.5em 0;
}

.modal-box .error_msg li.last {
    margin: 0.5em 0 0 0;
}

.modal-box.product-options-error .close {
    background-color: #e3e3e3;
    color: #999;
    margin: 0 auto;
    width: 100%;
    float: none;
}

/* =Shopping Cart
-------------------------------------------------- */
.view-cart-page p.error_msg {
    margin: 1em 0;
}

.cart-empty p {
    background: #faf8ca;
    font-weight: 600;
    padding: 0.7em 0;
}

.cart-order-details h3 {
    color: #000;
    font-size: 0.8em;
    font-weight: 600;
    font-family: 'Montserrat', Arial, serif;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

.cart-order-details .fa {
    color: #333;
    margin: 0 0.4em 0 0;
}

#shipping_container_ajax dd {
    margin: 0 0 0 1.3em;
    font-weight: 600;
}

.order-details .action {
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    padding: 0 0 1.7em 0;
    text-align: right;
    width: 100%;
}

.order-details .action #orderdetails_continuecheckout,
#review_buttonholder_inner #order_review_completeandpay,
#paypalForm input[type="submit"] {
    margin-right: 0;
    font-size: 1.1em;
    font-weight: 600;
}

#review_buttonholder_inner #order_review_completeandpay {
    background: #27ae60;
}

.promotion-details input {
    width: 100%;
}

#review_buttonholder_inner {
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    padding: 0 0 1.7em 0;
    text-align: right;
    width: 100%;
}

#review_container #review_additional_container {
    background: #faf8ca;
    color: #111;
    margin: 1.5em 0;
    padding: 0.4em 1em;
}

#review_container #review_additional_container h3 {
    margin: 0.5em 0;
}

#review_additional_container a,
.myaccount-register-terms a {
    color: #000;
    font-weight: 600;
}

#orderdetails_shipping_same_as_billing_address {
    margin: 0.9em 1em;
}

#orderdetails_shipping_option_information label {
    background: rgb(247, 247, 247);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    color: #777;
    letter-spacing: 0;
    padding: 0.7em 0.5em;
    text-transform: none;
}

.order-details-short-left {
    width: 49%;
    float: left;
}

.order-details-short-right {
    width: 49%;
}

#orderdetails_billing_address,
#orderdetails_shipping_address {
    width: 96%;
}

.payment-gateway-loading {
    margin: 1em 0;
    text-align: center;
}

.login-choice-type .col.last {
    margin-right: 0;
    border-left: 2px solid #eee;
    padding: 0 0 0 4%;
    width: 43%;
}

.login-choice-type .col .fa {
    color: #bbb;
    margin: 0 0.4em 0 0;
}

.cards-accepted {
    margin-bottom: 1em;
}

.cards-accepted h3 {
    margin: 0 0 0.5em 0;
}

.cards-accepted ul {
    list-style: none;
    margin: 0;
}

.cards-accepted li {
    display: block;
    float: left;
    font-size: 2.2em;
    margin: 0 0.5% 0 0;
}

.cards-accepted li .fa {
    color: #000;
    font-size: 1.3em;
}

.cards-accepted li:last-child {
    margin-right: 0;
}

.cart-order-details h1,
.body_order_status h1 {
    margin: 0 0 0.5em 0;
    padding: 0;
}

.body_viewcart .view-cart-page h1 {
    margin: 0;
    text-transform: uppercase;
}

#paypalForm {
    margin: 0 0 1em 0;
    text-align: center;
}

/* =My Account
-------------------------------------------------- */
.myaccount-content h2 {
    font-size: 1.8em;
    font-family: 'Montserrat', Arial, serif;
    font-weight: 600;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

.myaccount-wrapper {
    font-weight: 400;
    margin: 0 0 1.7em 0;
    width: 100%;
}

.myaccount-register,
.myaccount-settings {
    margin: 0 0 2em 0;
}

.register-account-form,
.myaccount-forgot-pass {
    margin: 1em 0 2em 0;
}

.myaccount-register .col-first,
.register-account-form .col-first {
    border-right: 1px solid #e3e3e3;
    margin-right: 4.5%;
}

.myaccount-wrapper header {
    font-size: 1.1em;
    font-weight: 600;
    padding: 0 0 0em 0;
    position: relative;
}

.myaccount-wrapper .inner {
    margin: 1em 0 0 0;
    padding: 0;
    border: 1px solid #e3e3e3;
}

.myaccount-addresses .table-list-headings h3,
.myaccount-orders .table-list-headings h3 {
    color: #000;
    font-size: 0.8em;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.register-account-form .order-details-short-left {
    width: 48%;
}

.register-account-form .order-details-short-right {
    width: 49%;
}

.myaccount-addresses .table-list-headings h3.table-cell-20,
.myaccount-addresses .table-item .table-cell-20,
.myaccount-orders .table-list-headings h3.table-cell-20,
.myaccount-orders .table-item .table-cell-20 {
    text-align: center;
}

.myaccount-addresses .table-list-headings h3.table-cell-20.right,
.myaccount-addresses .table-item .table-cell-20.right,
.myaccount-orders .table-list-headings h3.table-cell-20.right,
.myaccount-orders .table-item .table-cell-20.right {
    text-align: right;
}

.myaccount-orders .table-list-headings h3.first,
.myaccount-orders .table-item .first,
.myaccount-orders .table-list-headings h3.second,
.myaccount-orders .table-item .second {
    text-align: left;
}

.myaccount-addresses .table-item .table-cell-20 input,
.myaccount-orders .table-item .table-cell-20 input {
    float: none;
    margin: 0;
    text-align: center;
}

.addresses .shipping-address,
dl.order-view-totals dd {
    text-align: right;
}

.addresses h3 {
    color: #333;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0.5em 0;
}

#orderstatus_container .fa {
    color: #bbb;
    margin: 0 0.4em 0 0;
}

.no-items {
    margin: 0;
    text-align: center;
}

.no-items p {
    margin: 1em;
}

.myaccount-fieldset-50 {
    width: 50%;
    float: left;
}

.body_myaccount .nav-myaccount-dashboard a:before,
.body_myaccount_modify_addresses .nav-myaccount-dashboard a:before,
.body_myaccount_orders .nav-myaccount-orders a:before,
.body_myaccount_settings .nav-myaccount-settings a:before {
    content: '\00bb';
    margin-right: .5em;
}

.body_myaccount .nav-myaccount-dashboard a,
.body_myaccount_modify_addresses .nav-myaccount-dashboard a,
.body_myaccount_orders .nav-myaccount-orders a,
.body_myaccount_settings .nav-myaccount-settings a {
    background-color: #fff;
    color: #111 !important;
}

.myaccount-button-wrapper {
    margin: 0;
    position: absolute;
    top: 0em;
    right: 0;
}

.myaccount-button-wrapper a {
    background: #000;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    color: #fff;
    font-size: 0.7em;
    font-weight: 600;
    padding: .45em 1em;
    float: right;
}

.myaccount-button-wrapper a:hover {
    background-color: #333;
    text-decoration: none;
}

.myaccount-forgotpassword {
    font-weight: 600;
}

.myaccount-update-settings {
    width: 50%;
}

.settings_submit,
.myaccount-content .settings_submit {
    font-size: 1em;
    font-weight: 500;
    padding: 0.6em 1em;
}

#modify_address_address_container {
    margin: 1em 0 0 0;
}

/* =Blog
-------------------------------------------------- */
.blog-content h1 {
    margin: 0 0 0.5em 0;
    padding: 0;
}

.blog-wrapper {
    margin-bottom: 1em;
}

.blog-cols .col-first {
    margin: 0;
    width: 100%;
}

.blog-cols .col-second {
    width: 30%;
}

.blog-posts .blog-post {
    border-top: 1px solid #e3e3e3;
    padding-top: 0.5em;
}

.blog-posts .blog-post:first-of-type {
    border-top: none;
    padding-top: 0;
}

.blog-posts .blog-post:first-child h2 {
    /* margin-top: 0; */
}

.blog-post h2 {
    /* font-size: 1.4em;
    font-weight: 600;
    margin: 0.5em 0; */
}

.blog-post :is(h2, h3, h4, h5, h6) {
    margin-block: 1.5em 0.75em;
}

/* .blog-post h2 a {
    color: #000;
}

.blog-post h2 a:hover {
    color: #333;
} */

.blog-post-information,
.blog-post-tags,
.blog-post-categories {
    background: #f0f8fb;
    border: 1px solid #dee5e8;
    margin: 0 0 1em 0;
    padding: 1em 1.5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.blog-post-tags {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 0.7em 0;
    padding: 0 0 0.5em 0;
}

.blog-cols .col-second .blog-posts-archive h3 {
    margin-top: 0;
}

.blog-cols .col-second h3 {
    margin: 1em 0 0 0;
}

.blog-posts .fa {
    color: #000;
    margin: 0 0.2em 0 0;
}

.blog-feature-image {
    margin: 0 0 1em 0;
    text-align: center;
}

.blog-post img {
    max-width: 100% !important;
    height: auto !important;
}

.blog-menu li a {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: .5em 0;
}

.blog-menu a:hover {}

.blog-posts-related-no-posts,
.blog-posts-related-no-posts {
    border-bottom: 1px solid #e3e3e3;
}

.sidebar-menu,
.blog-posts-archive,
.blog-posts-related-posts {
    border: 1px solid #e3e3e3;
    margin: 1.5em 0;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.blog-posts-archive h3,
.blog-posts-related-posts h3 {
    color: #3a5e9e;
    margin: 0 0 0 0.4em;
}

.sidemenu {}

.sidemenu ul {
    margin: 0;
    list-style: none;
}

.sidemenu li {
    float: left;
    width: 100%;
}

.sidemenu li a {
    background: #FFF;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    font-weight: 600;
    padding: 0.5em;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.sidemenu li:last-of-type a {
    border-bottom: none;
    padding-bottom: 0;
}

.sidemenu li a:hover {
    color: #50ac95;
}

/* =Responsive Tables
-------------------------------------------------- */

.table-wrapper {
    margin: 0 0 3.2em 0;
}

.table-list-headings {
    border-bottom: 1px solid #e3e3e3;
}

.table-list-headings h3 {
    float: left;
    color: #555;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 0 0.4em 0;
    text-transform: uppercase;
}

.table-item>div {
    float: left;
}

.table-cell-40 {
    width: 40%;
}

.table-cell-20 {
    width: 20%;
}

.table-list,
.table-list li {
    list-style: none;
    margin: 0;
    padding: 0.7em;
}

.table-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-list .table-item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    font-size: 0.95em;
    padding: 1em;
}

.table-list .table-item:nth-child(even) {
    background: #fcfcfc;
}

.table-list .table-item:last-of-type {
    border-bottom: none;
}

.table-cell-mobile-content {
    display: none;
}

/* =Browswer compat
-------------------------------------------------- */
.ie-8 .extraheader .col-second p {
    margin-right: 0;
}

.ie-8 .products .thumbnail {
    min-height: 15em;
    height: auto !important;
    height: 15em;
}

.ie-8 .products h3 {
    min-height: 2.8em;
    height: auto !important;
    height: 2.8em;
}

.body_product.ie-8 h1 {
    margin-top: 0;
}

.ie-8 .cards-accepted ul {
    margin-left: -40px;
}

.ie-8.body_viewcart h1 {
    font-size: 1.4em;
    margin-top: 0;
}

.ie-8.body_order_choice h2 {
    font-size: 1.3em;
}

.ie-8 #orderdetails_shipping_same_as_billing_address {
    margin-top: 8px;
}

.ie-8 #orderdetails_shipping_option_information label {
    padding-bottom: 1em;
    word-break: break-word;
}

.ie-8 .order-details-short-left {
    width: 43%;
}

.ie-8 .order-details-short-right {
    width: 43%;
}

.ie-7 .blog-post img,
.ie-8 .blog-post img {
    width: inherit;
}

.ie-7 .cards-accepted ul,
.ie-8 .cards-accepted ul {
    margin-left: 0.2em !important;
}

/* Even though supported, disable due to fa conflict. */
.ie7 .department-sidebar .filter-box .scroll-box li,
.ie8 .department-sidebar .filter-box .scroll-box li,
.ie9 .department-sidebar .filter-box .scroll-box li {
    text-overflow: none;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {

    .mobile-hide-68,
    .cart-shopping-cart-text {
        display: none;
    }

    .cart-shopping-cart-text-mobile {
        display: inline-block;
    }

    .product-extra-info .col {
        width: 48%;
    }

    #product-reviews .review-details {
        width: 69.7%;
    }
}

@media only screen and (max-width: 66em) {
    .mobile-hide-66 {
        display: none;
    }

    .review-summary .review-breakdown li .review-bar-rating {
        width: 70%;
    }
}

@media only screen and (max-width: 62.5em) {

    .mobile-hide-62,
    .product-gallery .large-device-gallery,
    .cart-shopping-cart-text {
        display: none;
    }

    .product-gallery .small-device-gallery {
        display: block;
    }

    .cart-shopping-cart-text-mobile {
        display: inline;
    }

    .product-extra-info header {
        font-size: 1.2em;
    }

    .product-extra-info .col {
        width: 48.7%;
    }

    #product-reviews .review-details {
        width: 69.7%;
    }

    .site-footer p,
    .site-footer li {
        font-size: 0.85em;
    }

    .nav-legal a {
        font-size: 1em;
    }

    .review-summary .review-write-a-review-button {
        margin-top: 0.9em;
    }

    #review-write-a-review-recommended {
        margin: 0.4em 0.5em 0 1em;
    }

    .footer-newsletter h4 {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 53em) {

    .mobile-hide-53,
    .search,
    .sidebar-menu,
    .cart .button-wrapper,
    .extraheader,
    .product-filter-right,
    .brand,
    .share-this,
    .nav-main.turtle-menu>ul {
        display: none;
    }

    .sidebar-pricelist {
        background-position: bottom center;
    }

    .news-post-link a:last-of-type {
        margin-left: 0;
        margin-top: 0.8em;
    }

    .nav-main.turtle-menu {
        display: block;
    }

    #container {
        margin-top: 3em;
    }

    .nav-main {
        background: none;
        border: none;
        margin: 0;
    }

    .departments li .info-panel h3 {
        letter-spacing: 0;
    }

    .index-columns h5 {
        font-size: 1.5em;
    }

    .book-a-consultation.index h4 {
        font-size: 1.4em;
        margin: 2.5em 0 0 0;
    }

    .footer-social .col p {
        font-size: 1.3em;
    }

    .search {
        margin: 1.5em 0 0.6em 0;
    }

    .cart {
        width: 100%;
    }

    .search input[type="search"] {
        border: 3px solid #000;
    }

    .search-suggestions {
        top: 2.9em;
        right: 7.6em;
    }

    .search-suggestions a {
        font-size: 1.1em;
        padding: 0.5em;
    }

    h1 {
        font-size: 1.5em;
    }

    .footer-newsletter h4 {
        font-size: 1em;
    }

    #main_newsletter_emailaddress {
        font-size: 1.2em;
    }

    .footer-newsletter .col form {
        margin: 0.6em 1em 0 0;
    }

    .latest-collections .serif-title {
        margin: 0.3em auto 1em auto;
    }

    .department-feature-image .text,
    .search-results-image .text,
    .body_page_contact .page-feature-image .text {
        padding: 1em;
    }

    .department-feature-image .text .description,
    .search-results-image .text .description,
    .body_page_contact .page-feature-image .text .description {
        font-size: 0.9em;
    }

    .site-slider {
        margin: 0.5em 0 0.7em 0;
    }

    .site-slider .owl-pagination {
        bottom: 0;
        top: auto;
        left: 33.33333%;
        right: 33.33333%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 30em;
        -moz-border-radius: 30em;
        border-radius: 30em;
    }

    .owl-theme .owl-controls .owl-page {
        margin-top: 0.3em;
    }

    .mobile-header {
        display: block;
    }

    .body_search_results .search {
        display: block;
        /* Show search by default on search page */
    }

    .site-header .search {
        border-bottom: none;
        margin: 1.8em auto 0 auto;
        padding-bottom: 0;
        width: 100%;
    }

    .search input[type="search"] {
        margin-bottom: 0;
    }

    .search-padding {
        height: 3em;
    }

    .search input[type="search"] {
        height: 3em;
    }

    .search button[type="submit"] {
        height: 2.97em;
        width: 7em;
    }

    .site-header .cart {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .products .product-review p {
        font-size: 1em;
    }

    .product-gallery {
        width: 75%;
        margin: 0 auto;
        float: none;
    }

    .product-details {
        margin: 0 0 1.3em 0;
        padding: 2%;
        width: 96%;
    }

    .small-device-gallery {
        text-align: center;
    }

    .product-details .sale {
        font-size: 1em;
        right: 0.5em;
    }

    .product-details {
        margin: 0 0 1.3em 0;
        padding: 0%;
        width: 100%;
    }
}

@media only screen and (max-width: 50em) {
    .mobile-hide-50 {
        display: none;
    }

    .myaccount-register .col-first {
        border-right: none;
    }

    .site-slider .owl-pagination {
        bottom: 0;
        top: auto;
        left: 32.33333%;
        right: 32.33333%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 30em;
    }

    .department-sidebar .filter-box header h6 {
        font-weight: 600;
        padding: 0.6em 0.5em;
    }

    .cart-list .cart-product img {
        width: 20%;
    }

    .cart-product {
        font-size: 0.9em;
    }

    .cart-remove a {
        font-size: 0.75em;
    }
}

@media only screen and (max-width: 48em) {
    .mobile-hide-48 {
        display: none;
    }

    .site-slider .owl-pagination {
        bottom: 0;
        top: auto;
        left: 31.33333%;
        right: 31.33333%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 30em;
    }

    .department-main-cols .col-first,
    .page-main-cols .col-first {
        margin-bottom: 1em;
        width: 100%;
    }

    .department-main-cols .col-second,
    .page-main-cols .col-second {
        width: 100%;
        margin-bottom: 1em;
    }

    .review-write-a-review-recommended-text {
        font-size: 0.9em;
    }

    .review-disclaimer {
        font-size: 0.8em;
    }

    .site-content {
        margin: 0 auto;
    }

    .review-summary .review-breakdown li .review-bar-rating {
        width: 55%;
    }

    .body_product .review-summary .review-write-a-review-button {
        margin: 1.5em 0 0 0;
    }

    .timestamp-mobilestring {
        display: inline;
    }

    .timestamp-fullstring {
        display: none;
    }

    .site-footer .col {
        margin-right: 4%;
        width: 48%;
    }

    .site-footer .col:nth-child(2n + 2) {
        margin-right: 0;
    }

    .site-footer .nav-legal li {
        font-size: 0.7em;
    }

    .nav-legal a {
        font-size: 0.9em;
    }

    .cart-remove {
        width: 12%;
    }

    #orderdetails_promotion_coupon,
    #orderdetailsfile {
        width: 95%;
    }

    .order-details .action {
        width: 97.7%;
    }

    .myaccount-settings .col-first {
        margin-right: 2%;
        width: 49%;
    }

    .blog-cols .col-first {
        width: 100%;
    }

    .blog-cols .col-second {
        display: none;
    }
}

@media only screen and (max-width: 41em) {

    .mobile-hide-41,
    .site-slider .owl-pagination,
    .department-feature-image .text .description,
    .search-results-image .text .description,
    .body_page_contact .page-feature-image .text .description {
        display: none;
    }

    .mobile-col-break-41 .col {
        width: 100% !important;
        border-right: 0;
        border-left: 0;
        margin-top: 0;
    }

    .mobile-col-break-41 .col-second {
        margin-top: 1em;
    }

    .register-account-form input[type="text"],
    .register-account-form input[type="email"],
    .register-account-form input[type="password"] {
        width: 100%;
    }

    .register-account-form .order-details-short-right {
        width: 49%;
    }

    .departments li .info-panel {
        padding: 5% 2%;
    }

    .departments li .info-panel h3 {
        font-size: 0.75em;
    }

    .book-a-consultation.index h4 {
        font-size: 1.2em;
    }

    .register-account-form .order-details-short-left {
        width: 49%;
        margin-right: 2%;
    }

    #register_country,
    #register_account_type {
        width: 97%;
    }

    .myaccount-register input[type="text"],
    .myaccount-register input[type="password"] {
        width: 100%;
    }

    .department-feature-image .text h1,
    .search-results-image .text h1 {
        margin: 1em 0 0 0;
    }

    .products .sale {
        font-size: 0.6em;
        padding: 0.8em 0.30em;
    }

    .product-extra-info .col {
        margin-bottom: 1.7em;
        width: 100%;
    }

    .footer-social .col p {
        font-size: 1.2em;
    }

    .product-extra-info {
        margin-bottom: 0;
    }

    .product-details h1 {
        font-size: 1.4em;
    }

    .product-details .price {
        font-size: 1.4em;
    }

    .photogallery-container li {
        width: 16%;
    }

    .extraheader .col-second {
        width: 100%;
    }

    .pagination .total {
        display: none;
    }

    .cart-product {
        font-size: 0.9em;
    }

    .cart-remove a {
        font-size: 0.9em;
        padding: 0.2em 0.4em;
    }

    .cart-remove a .fa {
        margin: 0;
    }

    #product-filter-form fieldset label {
        margin: 0.4em 0 0 0;
    }

    .department-sidebar .filter-box .scroll-box {
        padding: 2%;
    }

    .pagination.last {
        margin-bottom: 1.6em;
    }

    .contact-page .col {
        margin: 0;
        width: 100%;
    }

    .contact-page .col-second {
        border-top: 1px solid #e3e3e3;
        margin: 0.5em 0 0 0;
        padding: 1em 0 0 0;
    }

    .contact-page .col h6.second {
        border-top: none;
        padding: 0;
    }

    .contact-company-details {
        margin: 1em 0 1em 0;
    }

    .recently-view-products {
        display: none;
    }

    .body_product .product-details .price {
        font-size: 2em;
    }

    .cart-remove,
    .title-cart-remove {
        width: 7%;
    }

    .title-cart-product {
        width: 46%;
    }

    .cart-product {
        width: 44%;
    }
}

@media only screen and (max-width: 37.5em) {

    .mobile-hide,
    .breadcrumbs,
    .mobile-hide-37,
    .site-slider,
    .review-header,
    .table-cell-mobile-hide,
    .pagination .first,
    .pagination .last,
    .pagination .page,
    #product-filter-form fieldset,
    .cart-shopping-cart-text-mobile,
    .department-sidebar .filter-box .scroll-box,
    .department-sidebar .filters-container,
    #product-reviews .review-breakdown,
    .review-summary footer,
    #product-reviews .review-summary,
    .site-footer .col-first {
        display: none;
    }

    .index-columns {
        margin: 0 0 0.8em 0;
    }

    .index-columns .col {
        margin: 0;
        width: 100%;
    }

    .site-footer .col {
        margin: 0 0 1em 0;
        width: 100%;
    }

    .site-footer .col:last-of-type {
        margin-bottom: 0;
    }

    .index-columns .col-first {
        margin-bottom: 1.5em;
    }

    .index-view-all {
        margin-bottom: 0;
    }

    .index-view-all h4 {
        font-size: 1.5em;
    }

    .book-a-consultation.index h4 {
        font-size: 1.2em;
    }

    #container {
        margin-top: 4em;
    }

    .departments li .info-panel h3 {
        font-size: 0.7em;
    }

    .latest-collections-block-1 .col-second .info-panel h3,
    .latest-collections-block-2 .col-first .info-panel h3 {
        font-size: 1.2em;
    }

    .department-feature-image .text h1,
    .search-results-image .text h1 {
        margin-top: 0.7em;
    }

    .department-sidebar>header h6 {
        margin: 0;
    }

    .site-header .search {
        margin: 0.5em auto 0.7em auto;
    }

    .view-cart-summary .col {
        width: 100%;
    }

    .extraheader>.inner {
        padding: 0;
    }

    .departments li h3 {
        text-align: center;
    }

    .cart-shopping-cart-text {
        display: inline;
    }

    .cart p {
        margin: 0 0 0.5em 0;
        text-align: center;
    }

    .content-area {
        margin-top: 0;
    }

    .contact-form fieldset.fieldset-full ul li {
        float: left;
        width: 50%;
    }

    h1 {
        font-size: 1.5em;
    }

    .form-product-quantity label {
        float: left;
        margin: 0.25em 0 0 0;
    }

    #productview_quantity {
        margin: 0 0 0 1em;
    }

    .product-details .price {
        font-size: 1.4em;
    }

    #product-reviews {
        height: auto !important;
        overflow: auto;
    }

    .product-extra-info .col {
        width: 100%;
    }

    .product-extra-info .col-first {
        margin-bottom: 1.7em;
    }

    .nav-legal a {
        font-size: 1em;
    }

    .site-footer .nav-legal li::before {
        content: "";
        margin: 0;
    }

    .header-mini-menu {
        display: none;
    }

    .department-sidebar {
        width: 100%;
        margin: 0 2% 2.5% 0;
    }

    .department-sidebar .filter-box .scroll-box {
        max-height: none;
        height: auto;
        width: auto;
    }

    .department-sidebar .filter-box {
        margin: 0;
    }

    .department-sidebar>header {
        display: block;
    }

    #content {
        width: 100%;
    }

    .modal-box {
        margin-left: -14em;
    }

    .order-details .col {
        float: none;
        margin-left: 0;
    }

    #product-reviews .review-summary {
        height: 13.8em;
    }

    #product-reviews .review-details {
        height: 20em;
    }

    .review-summary header {
        height: 1.5em;
    }

    .order-details .action {
        margin-bottom: 1.7em;
    }

    #product-reviews .review-summary {
        border-right: none;
    }

    .review-details>header {
        text-align: left;
        text-indent: 3.5em;
    }

    .write-a-review>header {
        text-align: left;
        text-indent: 1.5em;
    }

    .review-write-a-review .short-left {
        margin-right: 6%;
        width: 45%;
    }

    .review-write-a-review .short-left,
    .review-write-a-review .short-right {
        width: 46%;
    }

    .review-details>.inner {
        height: 20em;
    }

    .product-description .inner,
    .product-custom-area .inner,
    .product-extra-info .col {
        height: auto;
    }

    #product-reviews .review-summary,
    #product-reviews .review-details {
        width: 100%;
    }

    #product-reviews .review-details {
        margin-top: 1em;
    }

    #product-reviews {
        height: 37em;
    }

    .review-summary .review-avg-score {
        font-size: 3em;
        margin-top: 0.3em;
    }

    .review-summary footer {
        border-top: none;
    }

    .review-summary .review-write-a-review-button {
        font-size: 0.9em;
        padding: 0.3em 0.5em;
    }

    .review-summary .inner {
        padding: 1% 1% 0 1%;
    }

    .body_product .review-summary .review-write-a-review-button {
        margin-top: 0.65em;
    }

    .review-write-a-review .short-left,
    .review-write-a-review .short-right {
        margin-right: 0;
        width: 99%;
    }

    .review-write-a-review input[type="text"],
    .review-write-a-review select {
        width: 96%;
    }

    #review-write-a-review-recommended {
        margin: 0.2em 0.5em 0 0em;
    }

    .no-reviews h4 {
        margin: 2em 0 0 0;
    }

    .order-details .col-span-2 .col {
        width: 100%;
    }

    #review_container .col-span-2 .col {
        width: 100%;
    }

    .body_order_details .site-content input[type="text"],
    .body_order_details .site-content input[type="email"],
    .body_myaccount_modify_addresses .site-content input[type="text"],
    .body_myaccount_modify_addresses .site-content input[type="email"],
    .body_order_details .site-content select,
    .body_myaccount_modify_addresses .site-content select,
    .body_order_details .site-content textarea,
    .promotion-details input {
        width: 95%;
    }

    .order-details-short-left,
    .order-details-short-right {
        float: left;
        width: 100%;
        margin-left: 0;
    }

    .body_contact .site-content fieldset {
        width: 100%;
        padding-right: 0 !important;
    }

    .body_contact .site-content input[type="text"],
    .body_contact .site-content input[type="email"],
    .body_contact .site-content select,
    .body_contact .site-content textarea {
        width: 100%;
    }

    /* My Account */
    .addresses .shipping-address,
    dl.order-view-totals dd {
        text-align: left;
    }

    /* Blog */
    .blog-cols .col-first,
    .blog-cols .col-second {
        width: 100%;
    }

    /* Responsive Tables */
    .table-cell-mobile-80 {
        width: 80%;
    }

    .table-cell-mobile-70 {
        width: 70%;
    }

    .table-cell-mobile-60 {
        width: 60%;
    }

    .table-cell-mobile-30 {
        width: 30%;
    }

    .table-cell-mobile-content {
        display: block;
        color: #999;
        font-size: 1em;
    }

    .pagination .summary,
    .pagination .previous {
        border-left: none;
    }

    .modal-box .actions input {
        font-size: 0.8em;
    }

    .breadcrumbs {
        margin-bottom: 1.3em;
        padding-top: 0;
    }

    .product-filter-left {
        width: 100%;
    }

    #product-filter-form fieldset.first,
    #product-filter-form fieldset.last {
        width: 46.5%;
        display: block;
    }

    .refine-by-header {
        border: 1px solid #e3e3e3;
        font-size: 0.9em;
        font-weight: 500;
    }

    .department-sidebar .filter-box {
        border-top: none;
    }

    .department-sidebar .filter-box:last-of-type h6 {
        -webkit-border-radius: 0.15em;
        -moz-border-radius: 0.15em;
        border-radius: 0 0 0.15em 0.15em;
    }

    .refine-by-header .fa {
        float: right;
        font-size: 1.5em;
    }

    .department-sidebar .filter-box header h6 {
        border-top: none;
    }

    .department-sidebar .filter-box header h6 {
        font-weight: 500;
    }

    .department-feature-image,
    .search-results-image {
        margin-bottom: 0.5em;
    }

    .product-filter {
        margin: 0.7em 0 0 0;
    }

    .products-wrapper {
        margin: 3% 0;
    }

    .products .product-review p {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 33.75em) {

    .mobile-hide-small,
    .mobile-hide-33,
    .shop-by-room .departments li:nth-child(10) {
        display: none;
    }

    .site-footer .col.footer-logo {
        text-align: center;
    }

    .shop-by-room .departments li {
        margin: 0 2% 2% 0;
        width: 32%
    }

    .shop-by-room .departments li:nth-child(3) {
        margin-right: 0;
    }

    .shop-by-room .departments li:nth-child(5) {
        margin-right: 2%;
    }

    .footer-logo img {
        margin: 5% auto 0 auto;
        width: 40%;
    }

    .site-footer .nav-legal {
        border-radius: 0.15em 0.15em 0 0;
    }

    .site-header .search .fa-search {
        font-size: 1.3em;
    }

    .footer-social .col p {
        font-size: 1em;
    }

    .footer-newsletter .col button {
        padding: 0 3%;
    }

    .footer-newsletter .col .fa-angle-right {
        font-size: 2.5em;
        font-weight: 700;
    }

    .footer-newsletter .col button {
        padding: 0.5em 3% 0 3%;
    }

    .site-footer>.inner {
        padding-top: 0;
    }

    .products li,
    .departments li {
        margin: 3% 3% 0 0;
        width: 31.3333%;
    }

    .myaccount-button-wrapper {
        top: 0.2em;
    }

    .products li:nth-of-type(3n),
    .departments li:nth-child(3n),
    .latest-collections-block-1 .departments li:nth-child(4),
    .latest-collections-block-2 .departments li:nth-child(4) {
        margin-right: 0 !important;
    }

    .products li:nth-child(4n),
    .departments li:nth-child(4n) {
        margin-right: 3%;
    }

    .products li:nth-child(-n+3),
    .departments li:nth-child(-n+3) {
        margin-top: 0;
    }

    .products li:nth-child(4),
    .departments li:nth-child(4) {
        margin-top: 3%;
    }

    .latest-collections-block-1 .departments li:nth-child(3),
    .latest-collections-block-2 .departments li:nth-child(3) {
        margin-right: 3% !important;
    }

    .site-footer .nav-legal li {
        font-size: 0.9em;
        list-style: none;
        margin: 0 0 0 2%;
        float: left;
        text-align: left;
        width: 80%;
    }

    .site-footer .col {
        min-height: 0;
    }

    /* Only target content cart lists */
    .site-content .cart-list-headings {
        display: none;
    }

    .site-content .cart-product {
        clear: both !important;
        float: none !important;
        width: 100% !important;
    }

    .site-content .cart-price-per,
    .site-content .cart-price-qty,
    .site-content .cart-price-total,
    .site-content .cart-remove {
        padding-top: .6em;
        padding-right: 3%;
        width: 22%;
    }

    .site-content .cart-price-qty {
        text-align: right;
        width: 34%;
    }

    .site-content .cart-price-total,
    .site-content .cart-remove {
        padding-top: 2.6em;
    }

    .site-content .cart-list-orderreview .cart-price-qty,
    .site-content .cart-list-orderreview .cart-price-total {
        padding-top: .8em;
    }

    .site-content .cart-list-orderreview .cart-price-total {
        width: 34%;
    }

    .site-content .cart-price-per {
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
    }

    .site-content .title-cart-remove {
        padding-right: 0;
        width: 25%;
    }

    .site-content .cart-price-qty label {
        display: block;
    }

    .site-content .cart-price-qty span {
        display: inline-block;
    }

    .modal-box {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .site-footer .col {
        margin-right: 0;
        width: 100%;
    }

    .product-gallery {
        width: 100%;
    }

    .cart-actions {
        padding: 0.3em 0 0 0;
    }

    .action-addtocart input#addtocartbtn {
        margin-left: 0;
    }

    .review-details .review-holder {
        margin-bottom: 0.5em;
    }

    li.cart-product img {
        float: none;
        margin: 0 0 .8em 0;
        width: 100%;
    }

    .cart h3,
    .cart dl,
    .cart p {
        margin-left: 5%;
        margin-right: 5%;
    }

    .view-cart-page .cart-product a {
        font-size: 1.2em;
    }

    .cart-list .cart-product img {
        border: 1px solid #DDD;
    }

    .site-content .cart-price-total {
        font-size: 1.2em;
        padding-top: 2em;
    }

    .cart-order-details h3 {
        margin-top: 0;
    }

    .order-details {
        margin: 0 0.5em 0 0;
    }

    .body_contact .site-content input[type="text"],
    .body_contact .site-content input[type="email"],
    .body_contact .site-content select {
        width: 100%;
    }

    .details-additional-information {
        margin: 1em 0 0 0;
    }

    .body_order_review .details-payment-method {
        float: left !important;
        margin: 1em 0 0 0 !important;
    }

    .body_order_review .details-order-total {
        margin: 1em 0 0 0 !important;
    }

    /* .blog-post h2 {
        font-size: 1em;
    } */

    .blog-title {
        font-size: 1em;
        font-weight: 500;
        margin: 0 0 0.5em 0;
    }

    .blog-post-information {
        border-bottom: 1px solid #e3e3e3;
        border-top: 1px solid #e3e3e3;
        padding: 0.6em 0;
    }

    .blog-post-tags {
        border-top: 1px solid #e3e3e3;
        padding: 0.6em 0 0 0;
    }

    .blog-post-categories {
        margin: 0;
    }

    .blog-posts .blog-post {
        border-bottom: none;
        padding: 0;
    }

    .blog-posts .pagination {
        margin-top: 0.8em;
    }

    .blog-post-content {
        font-weight: 300;
    }

    .department-bottom-info p {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 27.5em) {

    .mobile-hide-27,
    .cart-shopping-cart-text,
    .form-product-quantity-line,
    .review-link {
        display: none;
    }

    .department-feature-columns header h4 {
        font-size: 0.8em;
    }

    .search button[type="submit"] {
        width: 5em;
    }

    .departments li .info-panel h3 {
        font-size: 0.6em;
    }

    .search-suggestions {
        right: 5.6em;
    }

    #productview_quantity {
        width: 20%;
    }

    h1,
    .serif-title {
        font-size: 1.2em;
    }

    .department-feature-image .text h1,
    .search-results-image .text h1 {
        font-size: 1.1em;
        margin-top: 0.5em;
    }

    .cart-shopping-cart-text-mobile {
        display: inline;
    }

    #register_country,
    #register_account_type {
        width: 96%;
    }

    .addtocart input[type="submit"],
    input#addtocartbtn {
        font-size: 1.1em;
    }

    a.action-enquire {
        font-size: 1.3em;
    }

    .product-details .actions {
        text-align: left;
    }

    .action-addtocart input#addtocartbtn,
    a.action-enquire {
        font-size: 1.3em;
        margin: 0 0 1em 0;
        float: none;
        width: 100%;
    }

    .product-details .form-product-quantity {
        border-bottom: none;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .product-details .form-product-quantity label {
        display: inline-block;
        float: none;
        margin: 0 0 0.6em 0;
        width: 100%;
        text-align: left;
    }

    #productview_quantity {
        border: 1px solid #CCC;
        float: none;
        font-size: 1.2em;
        -webkit-appearance: none;
        display: inline-block;
        margin: 0;
        padding: 0.5em;
    }

    .action-addtocart .mobile-cart-button-add:nth-child(2) {
        margin-bottom: 0;
    }

    .product-details fieldset {
        width: 100%;
    }

    .product-details fieldset select {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .photogallery-container li {
        width: 29.5%;
    }


    .footer-newsletter h4 {
        font-size: 0.9em;
    }

    .footer-newsletter .col {
        margin: 0;
        width: 100%;
    }

    .footer-newsletter .col-first {
        text-align: center;
    }

    .footer-newsletter .col form {
        margin: 0 auto 1em auto;
        width: 80%;
    }

    .index-view-all h4 {
        font-size: 1.2em;
    }

    .index-view-all {
        margin-bottom: 0.7em;
    }

    .footer-social .col p .fa {
        display: none;
    }
}

@media only screen and (max-width: 20em) {

    .mobile-hide-20,
    .breadcrumbs,
    .mobile-hide,
    #product-filter-form fieldset.last {
        display: none;
    }

    .mobile-site-icon-cart {
        padding: 0.5em 0.3em 0.5em 0.5em;
    }

    .index-view-all h4 {
        font-size: 1em;
    }

    .mobile-site-icon-cart .mobile-count {
        right: -0.25em;
    }

    .photogallery-container li {
        width: 29%;
    }

    .department-feature-image .text h1,
    .search-results-image .text h1,
    .body_page_contact .page-feature-image .text h1 {
        font-size: 1em;
        font-weight: 500;
        margin-top: 0;
    }

    .departments li .info-panel h3,
    .products li h3 {
        font-size: 0.8em;
    }

    .products .product-review p {
        font-size: 0.8em;
    }

    .site-header .search {
        width: 100%;
    }

    .body_product .product-review .stars {
        float: none;
    }

    .product-details h1,
    .body_product .product-details .price,
    .body_product .product-review p {
        text-align: center;
    }

    .products h3 {
        margin: 0.9em 0 0 0;
    }

    #product-filter-form fieldset.first {
        text-align: center;
        width: 100%;
    }

    #product-filter-form fieldset label {
        float: none;
        display: inline-block;
    }

    .product-filter {
        border-bottom: none;
    }

    .products li:nth-child(3n),
    .departments li:nth-child(3n) {
        margin-right: 0;
    }

    #productview_quantity {
        width: 40%;
    }

    #productview_form fieldset label,
    .product-details .form-product-quantity {
        text-align: center;
    }


    .footer-social .col p {
        font-size: 0.7em;
    }

    .departments li .info-panel h3,
    .products li h3,
    .latest-collections-block-1 .col-second .info-panel h3,
    .latest-collections-block-2 .col-first .info-panel h3 {
        font-size: 0.65em;
    }

    shop-by-room.departments h3 {
        font-size: 0.8em;
    }

    .latest-collections-block-1 .col,
    .latest-collections-block-2 .col {
        margin: 0;
        width: 100%;
    }

    .latest-collections-block-1 .departments li,
    .latest-collections-block-2 .departments li {
        margin: 2% 2% 0 0;
        width: 49%;
    }

    .latest-collections-block-1 .departments li:nth-child(2),
    .latest-collections-block-1 .departments li:nth-child(4),
    .latest-collections-block-2 .departments li:nth-child(2),
    .latest-collections-block-2 .departments li:nth-child(4) {
        margin-right: 0%;
    }

    .latest-collections-block-1 .departments li:nth-child(1),
    .latest-collections-block-1 .departments li:nth-child(3),
    .latest-collections-block-2 .departments li:nth-child(1),
    .latest-collections-block-2 .departments li:nth-child(3) {
        margin-right: 2% !important;
    }

    .latest-collections-block-1 .departments li:nth-child(3),
    .latest-collections-block-1 .departments li:nth-child(4),
    .latest-collections-block-2 .departments li:nth-child(3),
    .latest-collections-block-2 .departments li:nth-child(4),
    .latest-collections-block-2 .departments li:nth-child(1) {
        margin-bottom: 3%;
    }
}

/* Helpers
-------------------------------------------------- */
/* for screen readers */

.assistive-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* clearfix class */
.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    /* * zoom: 1; */
}

/* Homepage */
/* Homepage - text block */
.homepage-text-block .simple-text-block__content {
    margin-block-start: var(--block-sizing--50px);
}

.homepage-text-block .homepage-text-block__list {
    --gap: clamp(16px, 3vmin, 32px);
    --columns: 1;
    --columns-subbed: calc(var(--columns) - 1);

    display: flex;
    flex-wrap: wrap;
    column-gap: var(--gap);
    row-gap: var(--block-sizing--50px);
    justify-content: center;
    margin-block-start: var(--block-sizing--50px);
}

.homepage-text-block .homepage-text-block__list>* {
    flex: 1 0 calc((100% / var(--columns)) - var(--gap));
    max-width: calc((100% / var(--columns)) - ((var(--gap) * (1 / var(--columns))) * var(--columns-subbed)));
}

@media screen and (min-width: 991px) {
    .homepage-text-block .homepage-text-block__list {
        --columns: 2;
    }
}

@media screen and (min-width: 1366px) {
    .homepage-text-block .homepage-text-block__list {
        --columns: 3;
    }
}

.homepage-text-block .homepage-text-block__list-item-content {
    max-inline-size: 30ch;
    inline-size: 100%;
    margin-inline: auto;
    text-transform: inherit;
    letter-spacing: inherit;
    margin-block-start: var(--block-sizing--35px);
}

.homepage-text-block .link-flex {
    margin-block-start: var(--block-sizing--100px);
}

/* Homepage - treatments */
.homepage-treatments {
    background-color: var(--theme-colour-background-2);
    text-align: center;
    padding-block: var(--block-sizing--125px);
}

.homepage-treatments .homepage-treatments__list {
    display: grid;
    gap: 16px;
    margin-block-start: var(--block-sizing--50px);
}

.homepage-treatments .homepage-treatment {
    display: grid;
    grid-template-rows: auto 1fr;
    block-size: 100%;
    text-decoration: unset;
}

@supports not (aspect-ratio: 1 / 1) {
    .homepage-treatments .homepage-treatment__image {
        position: relative;
    }

    .homepage-treatments .homepage-treatment__image::before {
        content: "";
        display: block;
        padding-top: calc((1/1) * 100%);
    }

    .homepage-treatments .homepage-treatment__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        object-fit: cover;
    }
}

@supports (aspect-ratio: 1 / 1) {
    .homepage-treatments .homepage-treatment__image img {
        aspect-ratio: 1/1;
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}

.homepage-treatments .homepage-treatment__title {
    display: grid;
    align-items: center;
    background-image: linear-gradient(90deg, var(--theme-colour-accent-1) 0%, var(--theme-colour-accent-2) 33%, var(--theme-colour-accent-3) 66%, var(--theme-colour-accent-4) 100%);
    background-size: 100%;
    background-position: center;
    transition: background-size 750ms ease-in-out;
    min-height: 44px;
    padding-block: clamp(0.25em, 1vmin, 0.6em);
    padding-inline: 0.5em;
    color: var(--theme-colour-light-1);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.homepage-treatments .homepage-treatment:hover .homepage-treatment__title,
.homepage-treatments .homepage-treatment:focus-visible .homepage-treatment__title {
    background-size: 300%;
}

@media screen and (min-width: 576px) {
    .homepage-treatments .homepage-treatments__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1050px) {
    .homepage-treatments .homepage-treatments__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Shop archive - treatments */
.treatments {
    text-align: center;
    padding-block: var(--block-sizing--150px);
}

.treatments .treatments__list {
    display: grid;
    gap: 16px;
    margin-block-start: var(--block-sizing--50px);
}

.treatments .treatment {
    display: grid;
    grid-template-rows: auto 1fr;
    block-size: 100%;
    text-decoration: unset;
}

@supports not (aspect-ratio: 1 / 1) {
    .treatments .treatment__image {
        position: relative;
    }

    .treatments .treatment__image::before {
        content: "";
        display: block;
        padding-top: calc((503/812) * 100%);
    }

    .treatments .treatment__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        object-fit: cover;
    }
}

@supports (aspect-ratio: 1 / 1) {
    .treatments .treatment__image img {
        aspect-ratio: 812/503;
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}

.treatments .treatment__title {
    display: grid;
    align-items: center;
    background-image: linear-gradient(90deg, var(--theme-colour-accent-1) 0%, var(--theme-colour-accent-2) 33%, var(--theme-colour-accent-3) 66%, var(--theme-colour-accent-4) 100%);
    background-size: 100%;
    background-position: center;
    transition: background-size 750ms ease-in-out;
    min-height: 44px;
    padding-block: clamp(0.25em, 1vmin, 0.6em);
    padding-inline: 0.5em;
    color: var(--theme-colour-light-1);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.treatments .treatment:hover .treatment__title,
.treatments .treatment:focus-visible .treatment__title {
    background-size: 300%;
}

@media screen and (min-width: 576px) {
    .treatments .treatments__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* generic */
/* generic - social navigation */
nav[aria-label="social"] ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* generic - text block */

.simple-text-block {
    text-align: center;
}

.simple-text-block .simple-text-block__wrapper {
    margin-block: var(--block-sizing--150px);
}

.simple-text-block .simple-text-block__title span {
    display: block;
    margin-block-start: 1em;
}

.simple-text-block .simple-text-block__content {
    max-inline-size: 1080px;
    inline-size: 100%;
    margin-inline: auto;
    margin-block-start: var(--block-sizing--40px);
}

.simple-text-block .simple-text-block__content :is(ul, ol) {
    list-style-position: inside;
}

.simple-text-block .simple-text-block__content>:is(ul, ol) {
    padding-inline-start: unset;
}

.simple-text-block .simple-text-block__content :is(ul, ol) li::marker {
    color: var(--theme-colour-accent-1);
}

.simple-text-block .simple-text-block__content :is(ul, ol) li+li {
    margin-block-start: 1em;
}

.simple-text-block .simple-text-block__content iframe {
    margin-block: 2em;
}

.simple-text-block .simple-text-block__content :is(h2, h3, h4, h5, h6) {
    margin-block: 1.5em 0.75em;
}

.simple-text-block .link-flex {
    margin-block-start: var(--block-sizing--50px);
}

/* generic - Consultation CTA */
.consultation-cta {
    display: grid;
    min-height: clamp(250px, 40vmin, 425px);
    text-align: center;
}

.consultation-cta>* {
    grid-column: 1/-1;
    grid-row: 1/-1;
}


.consultation-cta .consultation-cta__image {
    position: relative;
    inline-size: 100%;
    block-size: 100%;
}

.consultation-cta .consultation-cta__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, var(--theme-colour-accent-1) 0%, var(--theme-colour-accent-2) 33%, var(--theme-colour-accent-3) 66%, var(--theme-colour-accent-4) 100%);
    background-size: 100%;
    background-position: center;
    opacity: 0.5;
}

.consultation-cta .consultation-cta__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultation-cta .consultation-cta__text {
    align-self: center;
    position: relative;
}

.consultation-cta .consultation-cta__text-wrapper {
    padding-block: var(--block-sizing--35px);
}

.consultation-cta .consultation-cta__text-title,
.consultation-cta .consultation-cta__text-content {
    color: var(--theme-colour-light-1);
}

.consultation-cta .consultation-cta__text-content {
    margin-block-start: var(--block-sizing--40px);
}

.consultation-cta .link-flex {
    margin-block-start: var(--block-sizing--40px);
}

/* generic - testimonials */
.testimonials .testimonials__wrapper {
    margin-block: var(--block-sizing--150px);
}

.testimonials .testimonials__title {
    text-align: center;
}

.testimonials .testimonial-slider {
    margin-block-start: var(--block-sizing--50px);
}

.testimonial {
    background-color: var(--theme-colour-background-2);
    padding: clamp(16px, 3vmin, 36px);
    height: 100%;
}

.testimonial .testimonial__text {
    margin-block: var(--block-sizing--50px);
}

.testimonial .testimonial__quote--right {
    text-align: end;
}

/* generic - hero section */
.hero-section {
    display: grid;
}

.hero-section>* {
    grid-column: 1/-1;
    grid-row: 1/-1;
}

.hero-section .hero-section__image {
    position: relative;
}

.hero-section:has(.hero-section__text) .hero-section__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: hsla(0 0% 10% / 25%);
}

@supports not (aspect-ratio: 1 / 1) {
    .hero-section .hero-section__image::before {
        content: "";
        display: block;
        padding-top: calc((550/1920) * 100%);
    }

    .hero-section .hero-section__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        object-fit: cover;
    }
}

@supports (aspect-ratio: 1 / 1) {
    .hero-section .hero-section__image img {
        aspect-ratio: 1920/550;
        height: auto;
        width: 100%;
        object-fit: cover;
        min-height: 250px;
    }
}

.hero-section .hero-section__text {
    position: relative;
    align-self: end;
}

.hero-section .hero-section__text-wrapper {
    margin-block-start: 16px;
    margin-block-end: clamp(16px, 7vmin, 100px);
}

.hero-section .hero-section__text-title {
    color: var(--theme-colour-light-1);
    margin: unset;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-shadow: 0 6px 10px hsl(0 0% 0% / 16%);
}

.hero-section .hero-section__text-content {
    color: var(--theme-colour-light-1);
    margin-block-start: clamp(1.6rem, 2vmin, 2rem);
    letter-spacing: 0.05em;
    text-shadow: 0 6px 10px hsl(0 0% 0% / 16%);
    max-inline-size: 525px;
    font-size: 1.6rem;
}

/* generic - accordion section */
.accordion-section .accordion-section__wrapper {
    margin-block: var(--block-sizing--125px);
}

.accordions {
    display: grid;
    gap: clamp(16px, 3vmin, 35px);
    padding-inline-start: unset;
}

.accordions .accordion {
    --background: var(--theme-colour-background-1);
    --colour: var(--theme-colour-dark-1);
    --box-shadow: var(--theme-colour-accent-1);
    --hover-background: var(--theme-colour-background-1);
    --hover-colour: var(--theme-colour-dark-1);
    --hover-box-shadow: var(--theme-colour-accent-1);

    @supports (background-color: color-mix(in srgb, rgb(0 0 0) 20%, transparent)) {
        --hover-box-shadow-ring: color-mix(in srgb, var(--theme-colour-accent-1) 50%, transparent);
    }

    @supports not (background-color: color-mix(in srgb, rgb(0 0 0) 20%, transparent)) {
        --hover-box-shadow-ring: var(--theme-colour-accent-1);
    }

    box-shadow: 0 0 0 1px var(--box-shadow);
    transition: background-color 500ms ease-in-out,
    color 500ms ease-in-out,
    box-shadow 500ms ease-in-out;
    text-align: start;
    overflow: hidden;
}

.accordions .accordion:has(.accordion__trigger:focus-visible) {
    box-shadow: 0 0 0 1px var(--hover-box-shadow), 0 1px 3px 0 hsl(0deg 0% 0% / 30%), 0 0 0 5px var(--hover-box-shadow-ring);
}

.accordions .accordion__trigger {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: baseline;
    width: 100%;
    min-height: clamp(42px, 5vmin, 72px);
    padding-block: clamp(1.6rem, 3vmin, 2.2rem);
    padding-inline: clamp(16px, 3vmin, 26px);
    cursor: pointer;
    border: unset;
    box-shadow: unset;
    background-color: var(--background);
    color: var(--colour);
    font-weight: normal;
    font-size: clamp(1.8rem, 2.5vmin, 2.5rem);
    line-height: inherit;
    letter-spacing: 0.2em;
}

.accordions .accordion__title-text {
    text-align: start;
}

.accordions .accordion__icon {
    display: grid;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    color: var(--theme-colour-accent-1);
    transition: rotate 500ms ease-in-out;
}

.accordions .accordion__trigger[aria-expanded="true"] .accordion__icon {
    rotate: 180deg;
}

.accordions .accordion__contents {
    display: grid;
    grid-template-rows: 0fr;

}

@media (prefers-reduced-motion: no-preference) {
    .accordions .accordion__contents {
        transition: grid-template-rows 500ms ease-in-out;
    }
}

.accordions .accordion__contents[aria-hidden="false"] {
    grid-template-rows: 1fr;
}

.accordions .accordion__contents>div {
    overflow: hidden;
}

.accordions .accordion__contents-inner {
    background-color: var(--background);
    padding-block-end: clamp(1.6rem, 3vmin, 2.2rem);
    padding-inline: clamp(16px, 3vmin, 26px);
}

.accordions .accordion__contents-inner ul,
.accordions .accordion__contents-inner ol {
    padding-inline: 1em;
    list-style-position: inside;
}

.accordions .accordion__contents-inner>ul,
.accordions .accordion__contents-inner>ol {
    margin-block: 1em;
}

.accordions .accordion__contents-inner ul li::marker,
.accordions .accordion__contents-inner ol li::marker {
    color: var(--theme-colour-accent-1);
}

.accordions .accordion__contents-inner ul li+li,
.accordions .accordion__contents-inner ol li+li {
    margin-block-start: 1em;
}

/* generic - video section */
.video-section .video-section__wrapper {
    margin-block: var(--block-sizing--125px);
}

.video-section iframe {
    aspect-ratio: 1920/1080;
    width: 100%;
    height: auto;
}

/* generic - single logo section */
.single-logo-section .single-logo-section__wrapper {
    margin-block: var(--block-sizing--100px);
}

.single-logo-section img {
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
}

/* generic - consultation form */
.consultation-form-section .consultation-form-section__wrapper {
    margin-block: var(--block-sizing--125px);
}

.consultation-form-section .consultation-form-section__title,
.consultation-form-section .consultation-form-section__content {
    text-align: center;
}

.consultation-form-section .consultation-form-section__content {
    margin-block: var(--block-sizing--50px);
}

.consultation-form-section ul.error_msg {
    padding-inline-start: unset;
    list-style-position: inside;
}

.consultation-form-section ul.error_msg li::marker {
    color: red;
}

.consultation-form-section form {
    display: grid;
    gap: clamp(24px, 5vmin, 64px);
}

.consultation-form-section form fieldset {
    width: 100% !important;
    height: 100%;
    padding: unset !important;
    margin: unset !important;
    display: grid;
    grid-template-rows: auto 1fr;
}

.consultation-form-section form fieldset label {
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.consultation-form-section form fieldset>* {
    width: 100% !important;
}

.consultation-form-section form fieldset input,
.consultation-form-section form fieldset textarea,
.consultation-form-section form fieldset input:hover,
.consultation-form-section form fieldset textarea:hover,
.consultation-form-section form fieldset input:focus-visible,
.consultation-form-section form fieldset textarea:focus-visible {
    border-color: var(--theme-colour-accent-1);
}

.consultation-form-section form fieldset input,
.consultation-form-section form fieldset textarea {
    margin-block-end: unset;
}

@media screen and (min-width: 756px) {
    .consultation-form-section form {
        grid-template-columns: repeat(2, 1fr);
    }

    .consultation-form-section form fieldset:nth-child(1),
    .consultation-form-section form fieldset:nth-child(2),
    .consultation-form-section form fieldset:nth-child(3) {
        grid-column: 1/2;
    }

    .consultation-form-section form fieldset:nth-child(1) {
        grid-row: 1/2;
    }

    .consultation-form-section form fieldset:nth-child(2) {
        grid-row: 2/3;
    }

    .consultation-form-section form fieldset:nth-child(3) {
        grid-row: 3/4;
    }

    .consultation-form-section form fieldset:nth-child(4) {
        grid-column: 2/3;
        grid-row: 1/4;
    }

    .consultation-form-section form .link-flex {
        grid-column: 1/-1;
    }

    .consultation-form-section form fieldset input,
    .consultation-form-section form fieldset textarea {
        height: 100%;
    }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color: #000;
font-size: 3em;
font-weight: 600;
right: -15px;
top: 9px;
text-align: right;
padding-right: 6px;
width: 100%;}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px 0 20px;
margin: 0 auto;}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url('../graphics/grabbing.png') 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url('../graphics/AjaxLoader.gif') no-repeat center center
}
/*
	Copyright © Discovery Design Limited. All rights reserved.
*/
 
body.prevent-scrolling {
	position: fixed;
	overflow: hidden;
	width: 100%;
}
 
.turtle-menu {}
 
.turtle-mobile-menu-button {
    display: none;
    padding: 1em;
}
 
.turtle-mobile-menu-container .turtle-mobile-menu-button  {
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 1em;
}
 
.turtle-menu > ul > li {
    white-space: nowrap; /* Force on online for the calculations */
    position: relative;    
}
 
.turtle-menu > ul > li > ul {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0; /* Set with JS */
    min-width: 10em;
    z-index: 99999;
}
 
.turtle-menu > ul > li > ul.edge{
    left: auto;
    right: 0;
}
 
.turtle-menu ul > li > ul > li {
    width: 100%;
    display: block;
}
 
.turtle-mobile-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    z-index: 99998;
    overflow: scroll;
    display: none;
    padding: 5em 5% 5% 5%;
}
 
.turtle-mobile-menu-container ul > li > ul {
	display: none;
}
 
.turtle-mobile-menu-container ul, 
.turtle-mobile-menu-container li {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.turtle-mobile-menu-container i.turtle-sub-button {
    color: #666;
    display: block;
    font-size: 2em;
    float: right;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.19);
    /* width: 4%; */
}
 
.turtle-mobile-menu-container li a {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1em;
    padding: 0.5em 0;
    width: 93%;
}
 
.turtle-mobile-menu-container .menu-has-children {
	border-bottom: 1px solid #ccc;
}
 
.turtle-mobile-menu-container .menu-has-children.selected a {
	border-bottom: 1px solid #ccc;
}
 
.turtle-mobile-menu-container .menu-has-children.selected li:last-child a {
	border-bottom: none;
}
 
 
.turtle-mobile-menu-container ul > li > ul {
	margin-left: 0%;
}
 
.turtle-mobile-menu-container h3 {
    border-top: 1px solid #CCC;
    color: #555;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 1.2em 0 0.5em 0;
    padding: 1.5em 0 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #FFF;
}

.turtle-mobile-menu-container .menu-has-children .turtle-sub-button .fa-caret-down {
	display: none;
} 

.turtle-mobile-menu-container ul > li > ul {
	margin-top: 1em;
}

.turtle-mobile-menu-container ul > li > ul li:last-of-type {
	margin-bottom: 7px !important;
}
 
.turtle-mobile-menu-container h3:first-of-type {
    border-top: none;
    padding: 0;      
}
 
/* Mobile View */
@media only screen and (max-width: 53em) {
    .turtle-menu {
            display: none;
    }
    .turtle-mobile-menu-button {
            display: block;
    }
}