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

/* Base 
-------------------------------------------------- */
html {
    background: #fff;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html body {
	background: url('../images/body_bg.png') repeat;
}

body,
button,
input,
select,
textarea {
    color: #333;
    background: #efefef;
    font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px; 
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
}

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

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
    -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
    -o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
    -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
}

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;
}

/* Base - Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #262626;
    margin: 1.6em 0 .8em 0;
}

h1 {
	font-size: 1.8em;
	font-weight: 600;
	margin: 0 0 0.5em 0;
}

h2 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 500;
}

h3 {
    font-size: 1.25em;
    line-height: 1.4;
}

h4 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: .4em;
}

h5, h6 {
    font-size: 1em;
    line-height: 1.6;
}

p {
    font-size: 1.1em;
    margin: 0 0 .8em 0;
}

ul, ol {
    margin: 0 0 1.6em 3.2em;
    padding: 0;
}

ul li,
ol li {
    font-size: 1.1em;
    margin: 0 0 .4em 0;
}

.button,
.button:visited {
	background: #000;
	color: #FFF;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
	margin-right: 1em;
	padding: 0.5em 1em;
	-webkit-border-radius: 0.15em; 
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;	
}

.button:hover {
	background: #333;
	color: #eee;
	cursor: pointer;
	text-decoration: none;
}

.button.last {
	margin-right: 0;
}

/* 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;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 13px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 .5em 0 0;
    padding: 1em 1.2em;
    text-shadow: none;
    -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;
    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;
}

/* 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%;
}

/* Main Elements
-------------------------------------------------- */
#container {
    margin: 0 auto;
    max-width: 71.25em;
    padding: 0 2%;
}

.box-button {
	background: #efefef;
	border: 1px solid #DDD;
	margin: 1.5em 0 0.5em 0;
	padding: 1em;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}

.box-button h3 {
	float: left;
	font-size: 2.2em;
	font-weight: 500;
	margin: 0 !important;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.78);
}

.box-button p {
	clear: both;
	float: left;
	font-weight: 500;
	margin-bottom: 0.1em;
}

.box-button a {
	display: inline-block;
	float: right;
	margin: -1.5em 0 0 1em;
}

/* Header
-------------------------------------------------- */
.site-header {}

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

.brand {
    float: left;
    text-align: center;
    width: 100%;
}

.logo {
    font-size: 1.4em;
    margin: 0.7em 0;
}

.logo a {
    color: #ccc;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    display: block;
}

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

.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 .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%;
}

/* Content Blocks
-------------------------------------------------- */
.body_index .content-area {
    margin-top: 1em;
}

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

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

.index-photogallery-wrapper {
	background: #ea0889 url('../images/gallery-bg.jpg') repeat;
	border-top: 1px solid #efeade;
	border-bottom: 1px solid #efeade;
	width: 100%;
}

.index-photogallery {
    margin: 3em auto 0 auto;
    max-width: 71.25em;
	padding-bottom: 2em;    	
    text-align: center;
}

.index-photogallery .text-header {
	margin: 0 0 1.5em 0;
	text-align: center;
}

.index-photogallery h4 {
	color: #ea0889;
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0.3em 0 0 0;
}

.index-photogallery img {
	display: block;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.index-content-wrapper {
    margin: 3em auto 0 auto;
    max-width: 71.25em;	
}


/* Breadcrumbs
-------------------------------------------------- */
.breadcrumbs {
	border-bottom: 1px solid #DDD;
	color: #262626;
	font-size: 0.75em;
	text-align: left;
	margin: 0 1.8% 0.1em 1.8%;
	padding: 1em 0;
	width: 96.4%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}

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

.breadcrumbs a {
    color: #262626;
}

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

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

/* Navigation
-------------------------------------------------- */
.body_index .nav-main {
	background: #010101;
	border: 2px solid #ea0889;
	margin: 0 auto 1.2em auto;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}

.nav-main {
	background: #010101;
	margin: 0 auto;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em 0.2em 0 0;
}

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

.nav-main ul.navigation {
	float: left;
	margin: 0 auto;
	max-width: 71.25em;
	text-align: left;
	width: 80%;
}

.nav-main .navigation li {
	display: inline;
}

.nav-main .navigation > li:before {
	margin-right: 0.2em;
	color: #d7087c;
	font-size: 1em;
	content: "\00b7";
	position: relative;
	text-shadow: 1px 1px 1px #000;
}

.nav-main .navigation > li:first-of-type a {
	margin-left: 0.5em;
}

.nav-main .navigation > li:first-of-type:before {
    content: '';
    margin: 0;
}

.nav-main .navigation a {
	color: #FFF;
	padding: 0.8em 0.5em;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.04em;
	transition: all 0.3s;
}

.nav-main .navigation a:hover {
    color: #ea0889;
    cursor: pointer;
    text-decoration: none;
}

.nav-main .navigation .selected a {

}

.nav-main ul.navigation-extra {
	background: #ea0889;
	float: right;
	margin: 0;
	text-align: right;
	position: relative;
	width: 20%;
}

.nav-main ul.navigation-extra:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 80, 96, 0);
	border-right-color: #ea0889;
	border-width: 24px;
	margin-top: -24px;
}

.nav-main ul.navigation-extra li {
	display: inline;
} 

.navigation-extra li a {
	color: #FFF;	
	display: inline-block;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.06em;	
}

.navigation-extra .account-links {
	color: #FFF;
	margin-right: 1em;
}

.navigation-extra .account-links a {
	padding: 0.8em 0;
}

.navigation-extra .account-links .fa {
    color: #fff;
    margin-right: 0.3em;
}

.contact-us-link {
	display: none !important;
}

.navigation-extra li.contact-us-link a {
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
	background: #fbbf2a;
	display: inline-block;
	margin: 0 0.4em;
	padding: 0.3em 0.8em;
}

.navigation-extra li.contact-us-link a:hover {
	text-decoration: none;
}

.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 {
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    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;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    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;
}

.nav-main ul.navigation li ul {
	background: #010101;
	margin-top: 0.7em;
}

.nav-main ul.navigation li ul li {
	background: #010101;
	border-bottom: 1px solid #444;
	float: left;
	width: 100%;
}

.nav-main ul.navigation li ul li a {
	background: #010101; 
	color: #FFF;
	display: block;
	border-bottom: 1px solid #444;
	font-size: 0.85em;
	padding: 0.8em 1.3em;
}

/* Site Content
-------------------------------------------------- */
.body_index .site-content {
	background: none;
	padding: 1em 0;
}

.site-content {
	background: #FFF;
	float: left;
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
}

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

.site-content h3 {
	color: #ea0889;
	margin: 0 0 0.5em 0;
}

.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;
}

.marketing-banner {
    background: #e74c3c;
    display: none;
    text-align: center;
    padding: 0.2em 0;
}

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

.button.pink {
	background: #ea0889;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea0889), to(#d0077a));
	background-image: -webkit-linear-gradient(#ea0889, #d0077a);
	background-image: linear-gradient(#ea0889, #d0077a);	
	color: #FFF;
}

.button.pink:hover {
	background: #c40c75;	
}

.index-next-event {
	background: #FFF;
	border: 3px solid #fff;
	position: relative;
} 

.index-next-event h5 {
	color: #ea0889;
	font-size: 2em;
	margin: -0.3em 0 0.2em 0;
}

.index-next-event .col {
	margin: 0;
	padding: 0;
	width: 50%;
}

.index-next-event .col.image {

}

.index-next-event .col.image img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.index-next-event .col.description {
	background: #FFF;
}

.index-next-event .col.description .inner {
	padding: 1em;
}

.index-next-event .col.description h2 {
	border-bottom: 2px solid #ea0889;
	font-size: 1.6em;
	font-weight: 500;
	margin: -0.2em 0 0.5em 0;
	padding: 0 0 0.3em 0;
	text-align: left;
}

.index-next-event .col.description .date {
	background: #ea0889;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea0889), to(#d0077a));
	background-image: -webkit-linear-gradient(#ea0889, #d0077a);
	background-image: linear-gradient(#ea0889, #d0077a);
	color: #FFF;
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	padding: 0.35em 1em 0.5em 1em;
	letter-spacing: 0.04em;
	position: absolute;
	left: 1em;
	line-height: 1.2em;
	bottom: 1em;
	-webkit-border-radius: 0.15em; 
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
}

.index-next-event .col.description p {
	font-size: 1em;
	font-weight: 300;
}

.index-next-event .col.description .buttons {
	margin: 1em 0 0 0;
	width: 100%;
}

.index-next-event .col.description .buttons .button {
	font-size: 1em;
	width: 30%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}

.index-next-event .col.description .buttons .button:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	font-size: 1.5em;
	top: 0em;
	right: 0.5em;
}

.index-split .col {
	background: #FFF;
	margin-top: 1.5em;
	padding: 1em 1em 3em 1em;
	width: 49%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}

.index-split .col-first {
	margin-right: 2%;
}

.index-mission-statement h1,
.index-upcoming-event h4 {
	border-bottom: 2px solid #ea0889;
	font-size: 1.6em;
	font-weight: 500;
	margin: 0.2em 0 0.5em 0;
	padding: 0 0 0.3em 0;
	text-align: left;
}

.index-mission-statement,
.index-upcoming-event {
	position: relative;
}

.big-pink-link,
.big-pink-link:visited {
	color: #ffb3e1;
	font-size: 3em;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	right: 0.2em;
	bottom: 0;
}

.big-pink-link:hover {
	color: #ea0889;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;	
}

.advert {
	margin: 1.5em 0 0 0;
}

.index-upcoming-event .date {
	background: #ea0889;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea0889), to(#d0077a));
	background-image: -webkit-linear-gradient(#ea0889, #d0077a);
	background-image: linear-gradient(#ea0889, #d0077a);
	color: #FFF;
	-webkit-border-radius: 0.15em; 
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	margin: 0 0 0.5em 0;
	padding: 0.5em;
}

.index-upcoming-event .buttons {
	margin: 1em 0 0 0;
	width: 100%;
}

.index-upcoming-event .buttons .button:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	font-size: 1.5em;
	top: 0em;
	right: 0.5em;
}

.index-upcoming-event .buttons a {
	font-size: 1em;
	width: 30%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;	
}

.accordion {
	margin-bottom: 1em;
}

.site-content .accordion:last-of-type {
	margin-bottom: 0;
}

.accordion header {
	background: #FFF;
	border: 1px solid #e3e3e3;
	font-size: 1.4em;
	letter-spacing: 0.03em;
	text-align: left;
}

.accordion header h4 {
	color: #ea0889;
	font-weight: 500;
	margin: 0;
	font-size: 1em;
	padding: 0.7em;
}

.accordion header h4 .fa {
	color: #ea0889;
	float: right;
	font-size: 1.2em;
	margin: 0.12em 0 0 0;
}

.accordion .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;
}

.accordion 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; 
}

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

.accordion section p:last-of-type {
	margin-bottom: 0;
}

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

/* Slider 
-------------------------------------------------- */
.site-slider {
    margin: 0.7em 0;
}

.site-slider .slider-container,
.site-slider .slide,
.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 {
    background: #111;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 6em;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.site-slider .text-area {
    margin: 1em 0 1em 1.5em;
    position: relative;	
}

.site-slider .text-area h4 {
    color: #FFF;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
}

.site-slider .text-area h4 a {
    color: #FFF;
    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 .cta-button {
	background: #FFF;
	color: #000;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0.2em 0 0 1em;
	padding: 0.5em 1em;
	position: absolute;
	right: 1.3em;
	text-decoration: none;
	top: 0.45em;
	-webkit-box-shadow: 0 10px 6px -6px #000;
	-moz-box-shadow: 0 10px 6px -6px #000;
	box-shadow: 0 10px 6px -6px #000;
}

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

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

.department-feature-image .text,
.search-results-image .text {
	height: 100%;
    padding: 1.5em;
    position: absolute;
    width: 60%;
    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 {
    color: #FFF;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}

.department-feature-image .text .description,
.search-results-image .text .description {
    color: #999;
}

.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 {
	border: 3px solid #333;
	float: left;
	margin: 2% 1% 0 0;
	padding: 0;
	width: 49.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.departments li:hover {
    border-color: #ea0889;
}

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

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

.thumbnail-link {
    display: block;
}

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

.departments li .info-panel {
    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;
}

.departments li .info-panel h3 {
	font-weight: 600;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

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

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

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

.department-bottom-info {
	border-top: 1px solid #e3e3e3;
	float: left;
	padding: 1em 0 0 0;
	width: 100%;
}

.department-bottom-info h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
}

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

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

.department-sidebar .filter-box {
    border-top: 1px solid #DDD;
}

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

.department-sidebar .filter-box header h6 {
    background: #eee;
    border-bottom: 1px solid #e3e3e3;
    color: #555;
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: 600;
    padding: 0.8em;
    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: #eee;
    border-bottom: 1px solid #e3e3e3; 
    color: #555;
    padding: 0.5em 0.8em;
    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 {
    -webkit-border-radius: 0.30em;
    -moz-border-radius: 0.30em;
    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,
.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: 100%;
}

.department-content h1 {
	line-height: 0.8em;
	margin: 0 0 1em 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%;
}

/* Products
-------------------------------------------------- */
.products-wrapper {
    max-width: 71.25em;
}

.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 {
	border: 1px solid #DDD;
    float: left;
    margin: 1em 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.products > li:first-of-type {
    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 {
	float: left;
	padding: 1em;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.product-event-information {
	list-style: none;
	margin: 0;
}

.product-event-information li {
	display: inline;
}

.product-event-information li:first-of-type {
	margin-right: 0.5em;
}

.products h3 {
	border-bottom: 2px solid #ea0889;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.3em 0;
	text-align: left;
	word-wrap: break-word;
}

.products h3 a {
	color: #262626;
	text-decoration: none;
}

.products h3 a:hover {
	text-decoration: none;
}

.products .thumbnail {
	float: left;
	margin: 0;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;	
}

.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: 400;
    letter-spacing: 0.02em;
    margin: 0 auto 1em auto;
    padding: 0 0 1.2em 0;
    width: 80%;
}

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

.addtocart input[type="submit"], 
input#addtocartbtn {
	background: #ea0889;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea0889), to(#d0077a));
	background-image: -webkit-linear-gradient(#ea0889, #d0077a);
	background-image: linear-gradient(#ea0889, #d0077a);
	color: #FFF;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
	font-size: 1em;
	font-weight: 500;
	margin: 1em 0 0 0;
	padding: 0.5em 0.7em;
	position: relative;
}

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

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

a.action-enquire {
    background: #000;
    color: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    display: inline-block;
    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;
    margin: 0.1em 0 0.3em 0;
}

.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: 1em auto;
    width: 100%;
}

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

.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: 1px solid #e3e3e3;
    -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: 1px solid #e3e3e3;
    float: left;
    height: 36em;
    width: 30%;
}

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

.review-summary header {
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0.5em 0;
    text-align: center;
}

.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: 400;
}

.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: 1px solid #e3e3e3;
    margin: 0;
    text-align: center;
}

.review-summary .review-write-a-review-button {
    background: #000;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    color: #FFF;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 500;
    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: 1px solid #e3e3e3;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0.5em 0;
    text-align: center;
}

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

.review-details .review-holder {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    margin: 0 0 1.5em 0;
}

.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;
    margin: 4em 0 0 0;
}

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

.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;
}

.product-wrapper {
    position: relative;
}

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

.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;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    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-description {
	float: left;
	width: 68%;
}

.product-details-right {
	float: right;
	margin-right: 2%;
	position: relative;
	width: 30%;
}

.product-download {
	display: none;
	background: #333;
	border: 3px solid #333;
	color: #FFF;
	float: right;
	margin: 0 0 0 2%;
	padding: 1em;
	text-align: center;
	position: absolute;
	bottom: 10em;
	right: 0;
	width: 30%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
}

.product-download a {
	color: #FFF;
	font-size: 1.5em;
	margin: 0;
	text-transform: uppercase;	
}

.product-details {
	background: #ea0889;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea0889), to(#d0077a));
	background-image: -webkit-linear-gradient(#ea0889, #d0077a);
	background-image: linear-gradient(#ea0889, #d0077a);
	border: 3px solid #ea0889;
	color: #FFF;
	float: right;
	margin: 0 0 0 2%;
	padding: 1em;
	text-align: left;
	position: absolute;
	bottom: 1em;
	right: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;
}

.product-details h4 {
	color: #FFF;
	font-size: 1.5em;
	margin: 0;
	text-transform: uppercase;
}

.product-details #default_product_price,
.product-details #default_product_currency {
	font-size: 2em;
}

.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: 400;
    margin: 0;
    padding: 0;
}

.product-details .price {
    font-size: 1.8em;
    margin: 0 0 0.4em 0;
    color: #555;
    font-weight: 600;

    border-bottom: 1px solid #e3e3e3;
    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: 500;
}

.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: 60%;
    margin: 0 auto;
    padding: 0.3em;
    text-align: center;
    font-size: 1em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
}

#productview_form h2 {
	margin: 0.5em 0;
}

.form-product-quantity {
	background: #f0f0f0;
	margin: 1em 0 0 0;
	padding: 1em;
	text-align: left;
	border-radius: 0.2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
	width: 20%;
}

.form-product-quantity-line {
	display: none;
}

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

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

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

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

.product-description h1 {
	font-size: 1.3em;
}

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

.product-description h3 {
	margin: 0 0 0.2em 0;
	font-size: 1.7em;
}

.product-details-wrapper {
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
	position: relative;
}

.product-details-form h3 {
	margin: 0 0 0.2em 0;
	font-size: 1.7em;	
}

.product-details-form .wrap {
	margin: 0.1em 0 0.5em 0;
	padding: 0.5em 0;
}

.product-details-form .wrap.last {
	padding-bottom: 0;
}

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

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

.photogallery-container li {
	display: inline; 
	float: left;
	margin: 0;
	padding: 1%;
	position: relative;
	width: 20%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}

.photogallery-container li:hover img {}

.photogallery-container img {
    background: #FFF;
    border: 1px solid #dbaec8; 
    box-shadow: 0 .063em .375em rgba(0, 0, 0, .15); 
    padding: 0.4em;
    display: block;
    max-width: 100%;
    margin: 0 auto; 
    opacity: 1; 
    transition: opacity 1s ease-in-out;
}

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

.cart-list-headings {
    border-bottom: 1px solid #e3e3e3;
}

.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: 1px solid #e3e3e3;
    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;
}

.cart-empty p {
    background: #faf8ca;
    font-weight: 600;
    padding: 0.7em 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: 1px solid #e3e3e3;
	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: 1px solid #e3e3e3;
    clear: left;
    float: left;
    padding: .5em 5% .5em 0;
    width: 44.5%;
}

dl.cart-totals dd {
    border-bottom: 1px solid #e3e3e3;
    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;
    width: 100%;
}

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

.order-details .billing-info-full {
	margin: 0;
	width: 105%;
}

.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;
}

.shipping-schedule-message {
    margin: 0.5em 0 0.5em 0;
    padding-bottom: .8em;
    text-align: center;
    width: 100%;
    float: left;
}

.shipping-schedule-message p {
    background: #faf8ca;
    font-weight: 600;
    padding: 0.7em 0;
    margin: 0;
}

.gymnast-general-info {
	
}

.gymnast-general-info fieldset {
	float: left;
	width: 50%;
}

.gymnast-information {
	background: #fbfbfb;
	border: 1px solid #e3e3e3;
	border-top:3px solid #ea0889;
	margin: 1.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;
}

.gymnast-information:first-of-type {
	margin-top: 0;
}

.gymnast-information fieldset {
	float: left;
	width: 50%;
}

.gymnast-information fieldset:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.gymnast-information fieldset:nth-last-child(-n+2) input[type="text"] {
	margin-bottom: 0.5em;
}

/* 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 {
    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-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;
}

/* Site map
-------------------------------------------------- */
.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: #181d20;
    border-bottom: 2px solid #ea0889;
    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;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/* Search
-------------------------------------------------- */
.search {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin: 2.1em 0 0 0;
    padding: 0 0 1em 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;
    padding-right: 0.6em;
    height: 2.2em;
    width: auto;
}

.search input[type="search"] {
    min-width: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    height: 2.2em;
    font-size: 1em;
    background: #fff;
    width: 100%;
    outline: 0;
}

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

.search button[type="submit"] {
    background: #222;
    color: #aaa;
    border: none;
    height: 2.1em;
    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.05em;
    right: 3.58em;
    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.7em;
    font-size: 1.2em;
}

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

/* =Site Footer
-------------------------------------------------- */
.site-footer {
	background: #ea0889;
	border-top: 1px solid #c50773;
	color: #FFF;
	clear: both;
}

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

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

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

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

.site-footer h3 {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0.5em 0;
}

.site-footer p, 
.site-footer li {
	font-size: 1em;
	-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: #262626;
	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: #262626;
	color: #FFF;
	float: right;
	font-weight: 500;
	margin: 0;
	padding: 0.5em 0.8em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	border-radius: 0.15em;	
}

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

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

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

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

.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 {
	border-top: 1px solid #c10771;
	margin: 0 auto;
	max-width: 71.25em;
	text-align: left;
	padding: 1em 0;
}

.site-footer .nav-legal a {
    color: #7f044b;
    text-decoration: none;
}

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

.site-footer .nav-legal li {
	color: #610339;
	display: inline;
	font-weight: 300;
	font-size: 0.9em;
	margin-right: .4em;
}

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

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

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

/* 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 {
    margin: 0;
}

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

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

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

.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;
}

/* Modal - Cart
-------------------------------------------------- */
.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-order-details h3 {
    color: #000;
    font-size: 0.8em;
    font-weight: 600;
    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%;
}

.full-width-promo {
	float: left;
}

#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: #333;
}

.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;
}

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

/* My Accoiunt
-------------------------------------------------- */
.myaccount-content h2 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 0 0.5em 0;
}

.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 {
    width: 65%;
}

.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 h2 a {
    color: #000;
}

.blog-post h2 a:hover {
    color: #333;
}

.blog-post-information,
.blog-post-tags,
.blog-post-categories {
    font-size: 0.9em;
}

.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,
.blog-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.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;
}

/* Landing Page
-------------------------------------------------- */
.body_page_landing .extraheader,
.body_page_landing .nav-main,
.body_page_landing .breadcrumbs,
.body_page_landing .search,
.body_page_landing .brand,
.body_page_landing .cart .button-wrapper {
	display: none;
}

.body_page_landing #container {
	margin-top: 3.45em;
}

.body_page_landing .search {
	border-bottom: none;
	margin: 1em auto 0 auto; 
	padding-bottom: 0;
	width: 100%;	
}

.body_page_landing .cart {
	width: 100%;
}

.body_page_landing .mobile-header,
.body_page_landing .turtle-mobile-menu-button {
	display: block;
}

.body_page_landing .landing-key-features {
	margin: 7em 0 0 0;
}

.body_page_landing .landing-key-features .col .icon {
	float: left;
	margin: 0.5em 1em 7em 0;
	
}

.body_page_landing .landing-key-features .col .icon .fa {
	font-size: 2.8em;
}

.body_page_landing .landing-key-features .col h4 {
	font-size: 1.3em;
	font-weight: 400;
	margin: 0;
}

.body_page_landing .landing-key-features .col p {
	color: #79787A;
	font-size: 1em;	
}


.body_page_landing .landing-more-information h3 {
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-align: left;
	padding: 0.7em;
	margin: 0;
}

.body_page_landing .landing-more-information .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;
	margin-bottom: 1em;
}

.body_page_landing .landing-contact-form-container {
	width: 25%;
	float: right;
	top: 1em;
	right: 1em;
	z-index: 888;
	position: absolute;
	background: #f8f8f8;
	padding: 1em;
}

.body_page_landing .landing-contact-form-container .contact-form .actions,
.body_page_landing .landing-contact-form-container .contact-form .actions input[type="submit"] {
	margin: 0;
	width: 100%;
}

.body_page_landing .landing-contact-form-container .contact-form fieldset {
	width: 100%;
}

.body_page_landing .landing-contact-form-container h3 {
	margin: 0;
}

.body_page_landing .landing-contact-form-container .contact-form fieldset input[type="text"] {
	box-sizing: border-box;
	width: 100%;
}

.body_page_landing .landing-feature-image {
    margin: 0 0 1em 0;
    position: relative;
}

.body_page_landing .landing-feature-image .text {
	height: 100%;
    padding: 1.5em;
    position: absolute;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.body_page_landing .landing-feature-image .text h1 {
    color: #FFF;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.body_page_landing .landing-feature-image .text h2 {
	color: #ccc;
	margin: 0.5em 0 0 0;	
}

.body_page_landing .landing-feature-image .text .description {
    color: #999;
}

/* 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: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* 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%;
    }
    
    .body_page_landing .landing-feature-image {
	    margin: 0 0 9em 0;
    }
    
    .product-details h4 {
	    font-size: 1.5em;
    }
}

@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;
    }
    
    .body_page_landing .landing-feature-image {
	    margin: 0 0 10em 0;
    }
    .body_page_landing .landing-contact-form-container {
	    width: 30%;
    }
}

@media only screen and (max-width: 53em) {
	.mobile-hide-53,
	.search, 
	.cart .button-wrapper, 
	.extraheader,
	.product-filter-right,
	.site-slider .black-panel,
	.brand,
	.share-this,
	.index-next-event .col.description p { 
        display: none;
    }    
    
    .index-next-event .col.description h2,
    .index-mission-statement h1, 
    .index-upcoming-event h4 {
	    font-size: 1.4em;
    }
    
    .body_index .site-content {
	    padding: 0;
    }
    
    .index-split .col {
	    padding: 0.5em 0.5em 3em 0.5em;
    }
    
    .big-pink-link, .big-pink-link:visited {
	    font-size: 2em;
    }
    
    .advert {
	    margin: 0.7em 0 0.5em 0;
    }
    
    .index-photogallery h4 {
	    margin: 0;
    }
    
    .index-photogallery {
	    margin: 1em auto 0 auto;
	    padding-bottom: 1em; 
    }
    
    .index-photogallery .text-header {
	    margin: 0;
    }
    
    .index-photogallery .photos {
	    margin: 0 1em;
    }
	
    #container {
        margin-top: 3em;
        padding: 0;
    }
    
    .search-suggestions {
	    top: 2.9em;
		right: 7.6em;
    }
    
    .search-suggestions a {
	    font-size: 1.1em;
	    padding: 0.5em;
    }
    
    h1 {
	    font-size: 1.5em;
    }
    
	.department-feature-image .text, 
	.search-results-image .text {
		padding: 1em;
	}
	
	.department-feature-image .text .description, 
	.search-results-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;
    }
	
	.modal-box {
		top: 9em;
	}
	
    .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.95em;
	    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;
    }
    
    .small-device-gallery {
	    text-align: center;
    }   
    
    .product-details .sale {
	    font-size: 1em;
	    right: 0.5em;
    } 
    
    .body_page_landing .landing-feature-image {
	    margin: 0 0 12em 0;
    }
}

@media only screen and (max-width: 50em) {
	.mobile-hide-50,
	.index-next-event .col.description .buttons .button:after {
		display: none;
	}
	
	.product-details h4 {
		font-size: 1.3em;
	}
	
    .products h3 {
	    font-size: 1em;
    }
    
    .product-event-information li {
	    font-size: 1em;
    }
    
    .products li .info-panel {
	    padding: 0.5em;
    }
    
    .addtocart input[type="submit"], 
    input#addtocartbtn {
	    font-size: 0.9em;
	    padding: 0.4em 0.7em;
    }
	
    .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; 
   }   
   
   .product-event-information li {
	   float: left;
	   width: 100%;
   }
   
   .department-sidebar .filter-box header h6 {
		font-weight: 600;
		padding: 0.6em 0.5em;	   
   }
   
   .cart-list .cart-product img {
	   width: 20%;
   }
   
   .breadcrumbs {
	   margin-top: 0.7em;
   }
   
   .cart-product {
	   font-size: 0.9em;
   }
   
   .cart-remove a {
	   font-size: 0.75em;
   }
   
   .body_page_landing .landing-feature-image {
	    margin: 0 0 1em 0;
    }
    .body_page_landing .landing-contact-form-container {
	    width: 100%;
		position: static;
		top: auto;
		right: auto;
		box-sizing: border-box;
    }
}

@media only screen and (max-width: 48em) {
	.mobile-hide-48,
	.blog-cols .col-second {
		display: none;
	}
	
	.departments li .info-panel h3 {
		font-size: 1.4em;
	}
	
	.index-split .col {
		margin-top: 0.8em;
	}
	
	.index-next-event .col {
		width: 100%;
	}
	
	.index-next-event .col.description p {
		display: block;
	}
	
    .site-slider .owl-pagination {
		bottom: 0;
		top: auto;
		left: 31.33333%;
		right: 31.33333%;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 30em; 
   } 
	
    .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%;
    }

    .landing-key-features .col,
    .landing-key-features .col.last {
	    width: 50%;
	    margin: 0;
    }
    
    .body_page_landing .landing-key-features .col .icon {
	    margin: 0.5em 1em 4em 0;
    }
    
    .form-product-quantity {
	    width: 25%;
    }
}

@media only screen and (max-width: 41em) {
	.mobile-hide-41,
	.site-slider .owl-pagination,
	.department-feature-image .text .description, 
	.search-results-image .text .description,
	.pagination .total,
	.recently-view-products,
	.advert {
		display: none;
	}
	
	.product-description {
		width: 50%;
	}
	
	.product-details,
	.product-download {
		width: 50%;
	}
	
	.products .thumbnail {
		width: 100%;
	}
	
	.products h3 {
		font-size: 1.2em;
	}
	
	.products li .info-panel {
		padding: 1em;
		width: 100%;
	}
	
	.mobile-col-break-41 .col {
		width: 100%!important;
		border-right: 0;
		border-left: 0;
		margin-top: 0;
	}
	
	.index-next-event .col.description .buttons .button {
		width: auto;
	}
	
	.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%;
	}
	
	.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%;
    }

    .product-extra-info {
        margin-bottom: 0;
    }

    .product-details h1 {
        font-size: 1.4em;
    }

    .product-details .price {
        font-size: 1.4em;
    }
    
    .photogallery-container {
	    text-align: center;
    }

    .photogallery-container li {
		display: inline-block;
		float: none;
		width: 16%;
    }

    .extraheader .col-second {
        width: 100%;
    }

    .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;
    }
    
    .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,
	.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,
    .header-mini-menu,
    .index-mission-statement {
        display: none;
	}
	
	.product-download a {
		font-size: 1.2em;
	}
	
	.product-details, .product-download {
		width: 40%;
	}
	
	.product-download {
	bottom: 8em;
	}
	
	.product-details h4 {
		font-size: 1.1em;
	}
	
	.product-details #default_product_price, .product-details #default_product_currency {
		font-size: 1.5em;
	}
	
	.index-next-event .col.description {
		height: auto !important;
	}
	
	.index-split .col {
		width: 100%;
	}
	
	#container {
		margin-top: 3.02em;
		padding: 0;
	}
	
	.departments li .info-panel h3 {
		font-size: 1.2em;
	}
	
	.body_index .content-area {
		margin-top: 0.5em;
	}
	
	.index-upcoming-event {
		margin: 1em 0;
	}
	
	.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;
    }

    .department-sidebar {
        width: 100%;
    }

    .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;
    }

    .site-footer .col {
        width: 46%;
    }

    .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%;
    }

    .addresses .shipping-address, dl.order-view-totals dd {
        text-align: left;
    }

    .blog-cols .col-first, .blog-cols .col-second {
        width: 100%;
    }

    .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:0;
		padding-top: 0.6em;
	}
	
	.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,
	.site-content .cart-list-headings {
		display: none;
	}
	
	.products li .info-panel {
		padding: 0.5em;
	}
	
	.product-description {
		width: 100%;
	}
	
	.product-download,
	.product-details  {
		bottom: 0;
		float: none;
		margin: 0.5em 0;
		position: initial;
		width: 100%;		
	}
	
	.form-product-quantity {
		width: 100%;
	}
	
	#productview_quantity {
		float: right;
	}

	.site-footer #main_newsletter_submit {
		float: left;
	}
	
	.products li .product-event-information li, 
	.departments li .product-event-information li {
		margin-bottom: 0.3em;
	}
	
	.products li, 
	.departments li {
		margin: 0 0 1em 0;
		width: 100%;
	}
	
	
	.products li:last-of-type, 
	.departments li:last-of-type {
		margin-bottom: 0;
	}	
	
	.site-footer .nav-legal {
		border-radius: 0.15em 0.15em 0 0;
	}
	
	.site-header .search .fa-search {
		font-size: 1.3em;
	}
	
	.site-footer > .inner {
		padding-top: 0;
	}
    
    .myaccount-button-wrapper {
	    top: 0.2em;
    }	
    
    .products li:nth-of-type(3n),                                   
    .departments li:nth-child(3n) {
	    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%;
	}
	
    .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;
    }

    .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 {
        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: 400;
    }
    
    .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;
	}	
	
	.search button[type="submit"] {
		width: 5em;
	}
	
	.search-suggestions {
		right: 5.6em;
    }
    
    #productview_quantity {
	    width: 20%;
    }
    
    .photogallery-container li {
	    background: none;
	    border: none;
	    box-shadow: none;
	    width: 100%;
    }
    
    .photogallery-container li:nth-child(-n+5) {
	    margin-top: 2%;
    }
	
	h1,
	.serif-title {
		font-size: 1.2em;
	}
	
	.department-feature-image .text h1, 
	.search-results-image .text h1 {
		font-size: 1.3em;
		margin-top: 0.3em;		
	}
  
    .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;	    
    }
    
    .gymnast-general-info fieldset,
    .gymnast-information fieldset {
	    width: 100%;
    }
    
    .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 {
	     margin-right: 0;
     }    
        
    .photogallery-container li:nth-child(3n) {
	    margin-right: 0 !important;
    }

    .photogallery-container li:nth-child(5n) {
	    margin-right: 2%
    }
    
    .photogallery-container img {
	    max-height: inherit;
    }
    
    .landing-key-features .col,
    .landing-key-features .col.last {
	    width: 100%;
	    margin: 0;
    } 
    
    .body_page_landing .landing-key-features .col .icon {
	    margin: 0.5em 1em 3em 0;
    }
}

@media only screen and (max-width: 20em) {
	.mobile-hide-20,
	.breadcrumbs,
	.mobile-hide,
	#product-filter-form fieldset.last,
	.body_product .product-review .stars {
		display: none;
	}	
	
	.mobile-site-icon-cart {
		padding: 0.5em 0.3em 0.5em 0.5em;		
	}
	
	.mobile-site-icon-cart .mobile-count {
		right: -0.25em;
	}
	
	.department-feature-image .text h1, 
	.search-results-image .text h1 {
		font-size: 1em;
		font-weight: 500;
		margin-top: 0;		
	}
	
	.departments li .info-panel h3,
	.products li h3 {
		font-size: 1em;
		margin: 0;
	}
	
	.products .product-review p {
		font-size: 0.8em;
	}

    .site-header .search {
        width: 100%;
    }
    
    .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%;
    }    
}

/* Helpers
-------------------------------------------------- */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* Clearfix
-------------------------------------------------- */
.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    * zoom: 1;}