/*
Theme Name: Pallant Bookshop
Theme URI: http://pallantbookshop.com
Author: Designbooth Ltd.
Author URI: http://designbooth.com
Description: 
Version: 1.2
*/

/* RESET CSS */
/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET CSS */

/* GENERAL */
body {
	font-family: 'franklin-gothic-urw', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
	color: #333333;
}

body p.demo_store {
	display: block;
	width: 100%;
	padding: 15px;
	color: #ffffff;
	background-color: #a01626;
	text-align: center;
	z-index: 9999;
	margin: 0;
	font-size: 0.9em;
}

input {
	box-shadow: none;
	border: 1px solid #cccccc;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #f7f7f7;
	border-radius: 2px;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'] {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

input[type='password'] {
	font: small-caption;
	font-size: 16px;
}

input[type='number'] {
	width: 3em;
	text-align: center;
}

textarea {
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	padding-left: 1%;
	padding-right: 1%;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='name'],
input[type='password'],
input[type='submit'],
textarea {
	/* Removes iOS rounded buttons/textboxes  etc. */
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px 5px;
	line-height: 1;
	height: 44px;
	cursor: pointer;
}

.select2-container .select2-choice {
	height: 44px;
	line-height: 42px;
}

input[type='text']:focus,
textarea:focus,
select:focus,
input[type='password']:focus,
input[type='phone']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='tel']:focus {
	border-color: #009c9f;
	outline: 0;
}

input[type='text'],
textarea,
input[type='password'],
input[type='phone'],
input[type='password'],
input[type='email'] {
	width: 100%;
}

.screen-reader-text {
	display: none;
}

/* Remove webkit number scrollers */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Colour Specific CSS */

/* General/neutral Sections follow book colour */
a:link {
	color: #a01626;
	text-decoration: none;
}
a:visited {
	color: #a01626;
	text-decoration: none;
}
a:hover {
	color: #a01626;
	text-decoration: underline;
}
a:active {
	color: #a01626;
	text-decoration: none;
}

li.product span.onsale,
div.product span.onsale {
	background-color: #ffffff;
	color: #a01626;
	-webkit-box-shadow: 2px 2px 2px rgba(171, 0, 56, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(171, 0, 56, 0.2);
	box-shadow: 2px 2px 2px rgba(171, 0, 56, 0.2);
}

button,
a.button,
input[type='submit'],
input[type='button'] {
	background-color: #a01626;
	color: #ffffff;
	padding: 12px 25px;
	border-radius: 4px;
	margin: 0;
	border: none;
	display: inline-block;
	font-size: 1.08rem;
	text-align: center;
}

body button.button--outline,
body a.button.button--outline,
body input[type='submit'].button--outline,
body input[type='button'].button--outline {
	background-color: transparent !important;
	color: #a01626 !important;
	padding: 12px 25px;
	border-radius: 2px;
	border: 1px solid #a01626 !important;
}

body button.button--outline:hover,
body a.button.button--outline:hover,
body input[type='submit'].button--outline:hover,
body input[type='button'].button--outline:hover {
	background-color: rgb(160 22 38 / 5%) !important;
}

body button.button--small,
body a.button.button--small,
body input[type='submit'].button--small,
body input[type='button'].button--small {
	padding: 8px 16px;
}

button:focus,
a.button:focus,
input[type='submit']:focus,
input[type='button']:focus {
	outline: none;
}

a.button[disabled],
input[disabled='disabled'],
input[disabled],
html input[disabled],
button[disabled] {
	opacity: 0.4;
	background-color: #999999;
	cursor: not-allowed;
}

.gfield_password_strength {
	font-weight: 700;
	font-size: 1.1em;
	margin-top: 1.2em;
}

.woocommerce-password-strength,
.gfield_password_strength.blank {
	color: #cccccc;
	font-weight: 400;
}
.woocommerce-password-strength.short,
.gfield_password_strength.short {
	color: red;
}
.woocommerce-password-strength.bad,
.gfield_password_strength.bad {
	color: #fb5d00;
}
.woocommerce-password-strength.good,
.gfield_password_strength.good {
	color: orange;
}
span.good {
	color: orange;
	font-weight: 400;
}
.woocommerce-password-strength.strong,
.gfield_password_strength.strong {
	color: green;
}

.gfield {
	margin-bottom: 24px;
}

li.product a.button {
	display: block;
	width: 100%;
	padding: 12px 20px;
}

a.button:hover,
a.button:focus {
	text-decoration: none;
	outline: none;
}

button:hover,
a.button:hover,
input[type='submit']:hover {
	background-color: #840d1b;
	color: #ffffff;
}
body.books .woocommerce-message a.button {
	color: #a01626;
}
body .woocommerce-message a.button {
	color: #a01626;
}

.button.button--green {
	background: #009c9f;
}

.button.button--green:hover {
	background: #008688;
}

#primary h1.page-title,
#primary div.page-title {
	background: #a01626;
}
.product-categories .menu li a:hover,
.product-categories .menu i.current-menu-item a {
	background: #a01626;
	color: #ffffff;
	border-bottom: 1px solid #a01626;
	text-decoration: none;
}

.star-rating span:before {
	color: #a01626;
}

::selection {
	background: #a01626;
	text-shadow: none;
	color: #ffffff;
}
::-moz-selection {
	background: #a01626;
	text-shadow: none;
	color: #ffffff;
}

/* Infinite scroll button */
.yith-infs-button-wrapper button {
	background: #009c9f !important;
	margin-bottom: 50px;
	display: block;
	width: 100%;
}

.yith-infs-button-wrapper button:hover {
	background: #008688 !important;
}

.yith-infs-button-wrapper button:focus {
	outline: none;
}

/* Books */
ul#menu-main-menu li.books a {
	color: #a01626;
}
body.books #primary h1.page-title,
body.books #primary div.page-title {
	background: #a01626;
}
body.books a:link {
	color: #a01626;
}
body.books a:visited {
	color: #a01626;
}
body.books a:hover {
	color: #a01626;
}
body.books a:active {
	color: #a01626;
}
body.books li.product span.onsale,
body.books div.product span.onsale {
	color: #a01626;
	-webkit-box-shadow: 2px 2px 2px rgba(171, 0, 56, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(171, 0, 56, 0.2);
	box-shadow: 2px 2px 2px rgba(171, 0, 56, 0.2);
}
body.books button,
body.books a.button,
body.books input[type='submit'] {
	background-color: #a01626;
	color: #ffffff;
}
body.books button:hover,
body.books a.button:hover,
body.books input[type='submit']:hover {
	background-color: #840d1b;
	color: #ffffff;
}
body.books .product-categories .menu li a:hover,
body.books .product-categories .menu li.current-menu-item a {
	background: #a01626;
	color: #ffffff;
	border-bottom: 1px solid #a01626;
}
body.books ::selection {
	background: #a01626;
	text-shadow: none;
	color: #ffffff;
}
body.books ::-moz-selection {
	background: #a01626;
	text-shadow: none;
	color: #ffffff;
}
body.books .woocommerce-message a.button {
	color: #a01626;
}
body.books .star-rating span:before {
	color: #a01626;
}
body.books input[type='text']:focus,
body.books textarea:focus,
body.books select:focus,
body.books input[type='password']:focus,
body.books input[type='phone']:focus,
body.books input[type='password']:focus,
body.books input[type='email']:focus,
body.books input[type='number']:focus,
body.books input[type='date']:focus {
	border-color: #a50042;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(171, 0, 56, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(171, 0, 56, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* Art */
ul#menu-main-menu li.art a {
	color: #009c9f;
}
body.art #primary h1.page-title,
body.art #primary div.page-title {
	background: #009c9f;
}
body.art a:link {
	color: #009c9f;
}
body.art a:visited {
	color: #009c9f;
}
body.art a:hover {
	color: #009c9f;
}
body.art a:active {
	color: #009c9f;
}
body.art li.product span.onsale,
body.art div.product span.onsale {
	color: #009c9f;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 173, 166, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0, 173, 166, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 173, 166, 0.2);
}
body.art button,
body.art a.button,
body.art input[type='submit'] {
	background-color: #009c9f;
	color: #ffffff;
}
body.art button:hover,
body.art a.button:hover,
body.art input[type='submit']:hover {
	background-color: #008688;
	color: #ffffff;
}
body.art .product-categories .menu li a:hover,
body.art .product-categories .menu li.current-menu-item a {
	background: #009c9f;
	color: #ffffff;
	border-bottom: 1px solid #009c9f;
}
body.art ::selection {
	background: #009c9f;
	text-shadow: none;
	color: #ffffff;
}
body.art ::-moz-selection {
	background: #009c9f;
	text-shadow: none;
	color: #ffffff;
}
body.art .woocommerce-message a.button {
	color: #009c9f;
}
body.art .star-rating span:before {
	color: #009c9f;
}
body.art input[type='text']:focus,
body.art textarea:focus,
body.art select:focus,
body.art input[type='password']:focus,
body.art input[type='phone']:focus,
body.art input[type='password']:focus,
body.art input[type='email']:focus,
body.art input[type='number']:focus,
body.art input[type='date']:focus {
	border-color: #009c9f;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(0, 173, 166, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(0, 173, 166, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* Products */
ul#menu-main-menu li.products a {
	color: #98927b;
}
body.products #primary h1.page-title,
body.products #primary div.page-title {
	background: #98927b;
}
body.products a:link {
	color: #98927b;
}
body.products a:visited {
	color: #98927b;
}
body.products a:hover {
	color: #98927b;
}
body.products a:active {
	color: #98927b;
}
body.products li.product span.onsale,
body.products div.product span.onsale {
	color: #98927b;
	-webkit-box-shadow: 2px 2px 2px rgba(33, 84, 120, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(33, 84, 120, 0.2);
	box-shadow: 2px 2px 2px rgba(33, 84, 120, 0.2);
}
body.products button,
body.products a.button,
body.products input[type='submit'] {
	background-color: #98927b;
	color: #ffffff;
}
body.products button:hover,
body.products a.button:hover,
body.products input[type='submit']:hover {
	background-color: #7b7354;
	color: #ffffff;
}
body.products .product-categories .menu li a:hover,
body.products .product-categories .menu li.current-menu-item a {
	background: #98927b;
	color: #ffffff;
	border-bottom: 1px solid #98927b;
}
body.products ::selection {
	background: #98927b;
	text-shadow: none;
	color: #ffffff;
}
body.products ::-moz-selection {
	background: #98927b;
	text-shadow: none;
	color: #ffffff;
}
body.products .woocommerce-message a.button {
	color: #98927b;
}
body.products .star-rating span:before {
	color: #98927b;
}
body.products input[type='text']:focus,
body.products textarea:focus,
body.products select:focus,
body.products input[type='password']:focus,
body.products input[type='phone']:focus,
body.products input[type='password']:focus,
body.products input[type='email']:focus,
body.products input[type='number']:focus,
body.products input[type='date']:focus {
	border-color: #98927b;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(33, 84, 120, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(33, 84, 120, 0.6);
	-webkit-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

body li.product.outofstock .button {
	background-color: #999999;
}

body li.product.outofstock .button:hover {
	background-color: #666666;
}

body.search-results .woocommerce-ordering {
	display: none;
}

/* TYPOGRAPHY */
p {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 1.4em;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: 700;
}

h1 {
	font-size: 2.1em;
	line-height: 1.1;
	margin-top: 0.7em;
}
h2 {
	font-size: 1.8em; /* line-height: 1.86666667em; */
	line-height: 1.2;
	margin-top: 0.93333334em;
}
h3 {
	font-size: 1.4em; /* line-height: 1.24444444em; */
	line-height: 1.3;
	margin-top: 1.24444444em;
}
h4 {
	font-size: 1.1em; /* line-height: 1.31764706em; */
	line-height: 1.4;
	margin-top: 1.31764706em;
}
h5,
h6 {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 1.4em;
}

fieldset {
	overflow: hidden;
	margin-top: 0;
}

fieldset legend {
	font-weight: 700;
	font-size: 1.0625em;
	line-height: 1.4em;
	margin-top: 1.31764706em;
}

h1.entry-title {
	margin: 0;
}

h3.pass {
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: 0.93333334em;
}

th {
	font-size: 1.1em;
}

ul,
ol {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 1.4em;
	font-weight: 400;
}

strong,
b,
label {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

table {
	margin-top: 1.4em;
}

small,
.woocommerce-breadcrumb,
.product_meta,
.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.75em;
	margin-top: 1.75em;
}

.product_meta a[href="https://pallantbookshop.com/product-category/trade/"]
{
	display: none;
}

.wp-caption-text {
	margin: 0;
	color: #999999;
}

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

mark {
	background: transparent;
	color: #333333;
	font-weight: 700;
}

.titled {
	text-transform: capitalize;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-alert {
	margin-top: 1.6em;
	padding: 15px;
	background-color: #eeeeee;
	border-radius: 6px;
}

@media (min-width: 992px) {
	.panel-alert {
		padding: 25px;
	}
}

.panel-alert > h2,
.panel-alert > h3 {
	margin: 0;
}

.panel-alert > p {
	margin-top: 1rem;
}

.panel-alert .button {
	border-radius: 2px;
}

.panel-alert--red {
	background-color: #fdeaec;
}

.icon {
	font-size: 0.95em;
}

.page-content th {
	font-size: 1em;
	background-color: #eeeeee;
}

.page-content img {
	max-width: 100%;
	height: auto;
}

.page-content td,
.page-content th {
	padding: 0.7em 10px;
	border: 1px solid #dddddd;
}

.page-content tr:nth-child(2n + 3) {
	background-color: #f7f7f7;
}

.page-content ul {
	list-style: disc;
}

.page-content li {
	margin-left: 2em;
}

.gform_body ul {
	list-style: none;
}

.gform_body li {
	margin-left: 0;
	margin-top: 1.4em;
}

.gform_body:first-child {
	margin-top: 0;
}

.gform_footer input[type='Submit'] {
	margin-top: 1.4em;
}

.gform_validation_container {
	display: none;
}

.addthis_sharing_toolbox {
	margin-top: 1.4em;
}

.validation_error,
.validation_message {
	color: #a01626;
}

.validation_error {
	font-size: 1.2em;
	margin-top: 1.3em;
}

.validation_message {
	font-size: 0.9em;
}

.gform_footer input[type='submit'] {
	margin-right: 8px;
}

/* LAYOUT */
/* Header */
#masthead {
	margin-bottom: 30px;
}

h1.logo,
div.logo {
	margin-top: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 93px;
	height: 65px;
	background-size: 93px 65px;
}

#mobile-menu div.logo {
	margin: 10px 0;
	background-repeat: no-repeat;
	width: 93px;
	height: 65px;
	background-size: 93px 65px;
	float: left;
	margin-left: 15px;
}

/* Logo changes colour based on which section the user is on */
h1.logo,
div.logo {
	background-image: url(./img/logo-2020.svg);
}

#admin-menu {
	width: 100%;
	height: 38px;
	background-color: #333333;
	font-size: 0.9em;
	font-size: 16px;
}

#admin-menu a {
	color: #cccccc;
}

#admin-menu a:hover,
#admin-menu li.current-menu-item a {
	color: #ffffff;
}

#admin-menu ul {
	margin: 0;
}

#admin-menu ul li {
	display: inline;
}

#admin-menu ul li a {
	line-height: 38px;
	display: inline-block;
}

#admin-menu {
	display: none;
}

#admin-menu li.menu-item-12436 a {
	background: #a01626;
	padding: 0 10px;
	color: #ffffff;
}

#admin-menu li.menu-item-12436 a:hover,
#admin-menu li.current-menu-item.menu-item-12436 a {
	border: 0;
	line-height: 38px;
	background: #8e002e;
}

@media (min-width: 768px) and (max-width: 992px) {
	#admin-menu li.menu-item-35 {
		display: none;
	}
}

#mobile-menu {
	display: block;
}

ul#menu-admin-menu-right {
	text-align: right;
}

ul#menu-admin-menu-left li {
	margin-left: 15px;
}

ul#menu-admin-menu-left li:first-child {
	margin-left: 0;
}

ul#menu-admin-menu-right li {
	margin-right: 15px;
}

ul#menu-admin-menu-right li:last-child {
	margin-right: 0;
}

ul#menu-main-menu.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}

#main-menu-container {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	top: 4px;
}

ul#menu-main-menu li.books,
ul#menu-main-menu li.art,
ul#menu-main-menu li.products {
	width: 100%;
}

ul#menu-main-menu li.menu-item-has-children a {
	background-color: transparent;
}

ul#menu-main-menu.nav li a .caret {
	float: right;
	border-top: 7px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: relative;
	top: 11px;
}

ul#menu-main-menu.nav li.open a .caret,
.nav li.open > a:hover .caret,
.nav li.open > a:focus .caret {
	border-top: none;
	border-bottom: 7px solid;
}

ul#menu-main-menu li a {
	display: block;
	position: relative;
	margin-top: 10px;
	font-weight: 700;
	font-size: 1.4em;
	border-bottom: 4px solid;
	line-height: 1.2em;
	text-decoration: none;
	padding-left: 0;
	padding-right: 0;
}

ul#menu-main-menu {
	width: 100%;
}

ul#menu-main-menu .dropdown-menu {
	position: relative;
	height: 0px;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	top: -4px;
	z-index: 5000;
}

ul#menu-main-menu li.books .dropdown-menu > li > a,
ul#menu-main-menu li.art .dropdown-menu > li > a,
ul#menu-main-menu li.products .dropdown-menu > li > a {
	border: none;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 10px 15px;
	margin: 0;
}

ul#menu-main-menu li.books .dropdown-menu > li > a {
	background-color: #a01626;
}
ul#menu-main-menu li.books .dropdown-menu > li > a:hover,
ul#menu-main-menu li.books .dropdown-menu li.current-menu-item a {
	background-color: #840d1b;
}

ul#menu-main-menu li.art .dropdown-menu > li > a {
	background-color: #009c9f;
}
ul#menu-main-menu li.art .dropdown-menu > li > a:hover,
ul#menu-main-menu li.art .dropdown-menu li.current-menu-item a {
	background-color: #008688;
}

ul#menu-main-menu li.products .dropdown-menu > li > a {
	background-color: #98927b;
}
ul#menu-main-menu li.products .dropdown-menu > li > a:hover,
ul#menu-main-menu li.products .dropdown-menu li.current-menu-item a {
	background-color: #7b7354;
}

.basket-qty {
	position: relative;
	display: inline-block;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
	background: #a01626;
	color: #ffffff;
	top: -2px;
	margin: 0 0 0 5px;
	padding: 0 2px 0 0;
}

#mobile-menu {
	width: 100%;
	min-height: 60px;
	background-color: #ffffff;
	margin-bottom: 1.4em;
	border-bottom: 1px solid #ddd;
}

#mobile-menu .nav > li.current-menu-item > a {
	background-color: #eeeeee;
}

#mobile-menu .basket-button,
#mobile-menu .navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 22px 10px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0px;
}

#mobile-menu .basket-button.active .glyphicon {
	color: #a01626;
}

#mobile-menu .basket-button {
	margin-top: 9px;
	margin-bottom: 9px;
}

#mobile-menu .glyphicon {
	top: 1px;
	line-height: 0.6;
	font-size: 1.3em;
	color: #333333;
}

#mobile-menu .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}

#mobile-menu .navbar-toggle .icon-bar {
	background-color: #333333;
}

#mobile-menu .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	max-height: none;
}

#mobile-menu .nav > li > a {
	color: #333333;
}

#mobile-menu .nav li a.register-link {
	color: #a01626;
}

/* Products */
ul#menu-main-menu li.products a {
	color: #98927b;
}

#search {
	position: relative;
}

#search-content {
	position: relative;
	left: 0;
	top: 0px;
	z-index: 1000;
}

#search p {
	font-size: 1.05em;
	margin-top: 0;
	color: #555555;
	display: inline-block;
}

#search p.delivery-flash {
	font-weight: 300;
	display: none;
}

#search p.welcome-flash {
	margin-top: 10px;
	display: none;
}

.navbar-nav {
	margin: 0;
}

#search label {
	display: none; /* Hidden but kept for screen readers */
}

#searchform {
	margin-top: 0px;
}

#searchform input[type='text'] {
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.search-container {
	position: relative;
}

button#searchsubmit {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: transparent;
	color: #cccccc;
	height: 43px;
	line-height: 30px;
	font-size: 1.5em;
}

button#searchsubmit:hover {
	color: #aaaaaa;
}

button#searchsubmit:focus {
	outline: 0;
}

/* LAYOUT */
/* Homepage */
body.home ul.products {
	margin-top: 0px;
}

body.home section {
	margin-top: 25px;
	margin-bottom: 25px;
}

body.home h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.93333334em;
}

body.home li.product h2 {
	border-bottom: none;
	font-weight: 700;
}

#carousel {
	position: relative;
}

#carousel .banner-caption {
	position: relative;
	bottom: 0px;
	left: 0px;
	background: #ffffff;
	padding: 10px 20px 10px 0px;
	font-size: 0.75em;
}

.banner-caption h4,
.banner-caption p {
	margin: 0;
}

.banner-caption h4 {
	line-height: 1.2em;
}

.banner-caption h4 {
	font-size: 2.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.banner-caption p {
	font-size: 1.5em;
}

.banner-caption a {
	text-decoration: none;
}

#carousel .item img {
	width: 100%;
	height: auto;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	right: 0px;
	bottom: -25px;
	left: initial;
	z-index: 15;
	width: auto;
	margin: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators .active {
	background-color: #a01626;
}

.carousel-indicators li {
	border: 1px solid #cccccc;
}

#news li p {
	margin-top: 0;
}

li.home-news + li.home-news {
	margin-top: 2.8em;
}

li.home-news img {
	float: left;
	margin: 0 1.4em 0.7em 0;
}

li.home-news h4 {
	clear: left;
	margin-bottom: 6px;
}

#image-space img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* Content */
#primary {
	position: relative;
	padding-top: 70px;
	margin-bottom: 1.4em;
}

#primary h1.page-title,
#primary div.page-title {
	background: #a01626;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0px;
	width: 400%;
	margin-left: -300%;
	text-indent: 75%;
	padding: 6px 0px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5em;
}

#primary div.page-title {
	line-height: 1.4em;
	margin-top: 0.7em;
}

#page-container {
	margin-bottom: 2.8em;
	position: relative;
}

#page-sidebar {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

#page-sidebar * + img {
	margin-top: 2em;
}

#page-sidebar img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
}

.caption {
	margin-top: 0;
	font-size: 0.9em;
	font-style: italic;
	color: #999999;
}

#news-feed article {
	margin-top: 50px;
	overflow: hidden;
}

#news-feed article img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

#news-feed h4 {
	margin-top: 0;
}

.wp-post-image,
.wp-caption {
	margin-top: 1.4em;
}

.wp-post-image {
	max-width: 100%;
	height: auto;
}

.news-sidebar {
	background: #f7f7f7;
	margin-top: 1.4em;
	padding: 15px;
	overflow: hidden;
}

.news-sidebar h4 {
	margin: 0;
}

.news-sidebar ul {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 1.4em;
}

.bio-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 1.4em;
}

.linked-products {
	border-top: 1px solid #eeeeee;
	padding-top: 12px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.linked-products__header {
	display: flex;
	align-items: baseline;
	margin-bottom: 22px;
}

.linked-products__title {
	margin-top: 0;
	margin-right: 0.4em;
}

.linked-products__link {
	text-decoration: underline !important;
}

.linked-products__cta {
	margin-top: 44px;
	text-align: center;
}

.linked-products li.product {
	width: 50%;
	margin-left: 0;
}

@media (max-width: 991px) {
	.linked-products li.product:nth-child(3) {
		display: none;
	}
}

@media (min-width: 992px) {
	.linked-products li.product {
		width: 33.333333%;
	}
}

/* Artists List */
#artists {
	list-style: none;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-moz-column-rule: none;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-webkit-column-rule: none;
	column-count: 1;
	column-gap: 0px;
	column-rule: none;
}

li.artist {
	margin-left: 0px;
}

/* Delivery Table */
.delivery-price {
	text-align: center;
}

.delivery-country {
	text-align: left;
}

.table-container {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Footer */
footer {
	width: 100%;
	padding: 40px 0px 100px 0px;
	background-color: #333333;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.secure {
	margin-top: 1.4em;
}

.secure img {
	width: auto;
	max-width: 100%;
	height: auto;
}

body.books footer a:link,
body.art footer a:link,
body.products footer a:link,
footer a:link {
	color: #ffffff;
}
body.books footer a:visited,
body.art footer a:visited,
body.products footer a:visited,
footer a:visited {
	color: #ffffff;
}
body.books footer a:hover,
body.art footer a:hover,
body.products footer a:hover,
footer a:hover {
	color: #dddddd;
	text-decoration: underline;
}
body.books footer a:active,
body.art footer a:active,
body.products footer a:active,
footer a:active {
	color: #ffffff;
}

footer p.social-icons {
	font-family: 'FontAwesome';
	font-size: 2em;
	margin-top: 20px;
}

body.books footer p.social-icons a:hover,
body.art footer p.social-icons a:hover,
body.products footer p.social-icons a:hover,
footer p.social-icons a:hover {
	color: #cccccc;
	text-decoration: none;
}

.social a,
.social a svg {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.social a + a {
	margin-left: 6px;
}

.social a:hover {
	opacity: 0.5;
}

footer li.gfield {
	margin-bottom: 0.7em;
}

footer .form-control {
	width: 100%;
}

footer input[type='text'],
footer textarea,
footer input[type='password'],
footer input[type='phone'],
footer input[type='password'],
footer input[type='email'] {
	color: #333333;
}

footer h3.gform_title {
	display: none;
}

/* WOO PRODUCT GRID */
ul.products {
	/* Acts as row */
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

li.product {
	/* Acts as column */
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 50%; /* 2 column grid */
	text-align: center;
	overflow: hidden;
	margin-bottom: 70px;
}

li.product a.button {
	margin: 0 auto;
}

li.product:nth-child(2n + 3) {
	clear: left;
}

li.product h2 {
	font-size: 1.1em;
	margin: 0;
	line-height: 1.2;
	height: 3.6em;
	overflow: hidden;
}

li.product .price {
	font-size: 1em;
	line-height: 1.2em;
	height: 1.2em;
	margin: 1.2em 0px;
}

.products .ywcrbp_regular_price,
.products .ywcrbp_sale_price,
.products .ywcrbp_your_price {
	font-size: inherit;
	text-align: center;
	display: inline-block;
}

.ywcrbp_regular_price {
	margin-right: 8px;
}

li.product a {
	text-decoration: none;
}

li.product a:hover {
	color: #333333;
}

li.product a.button:hover {
	color: #ffffff;
}

/*
li.product.outofstock .price{
	visibility: hidden;
}*/

div.product.outofstock .price {
	display: none;
}

div.product.outofstock .related .price,
div.product.outofstock .upsells .price {
	display: block;
}

div.product.outofstock .related li.outofstock .price,
div.product.outofstock .upsells li.outofstock .price {
	display: none;
}

/* New lightbox */
button.pswp__button {
	background-color: transparent !important;
}

.pswp__caption {
	display: none;
}

.summary #ppcp-messages {
	margin-top: 0.7em;
}

/* Prices */
.summary p.price {
	font-size: 1.25em;
	line-height: 1.12em;
	margin-top: 1.12em;
	font-weight: 500;
}

.summary .price del .amount {
	font-weight: 400;
}

.price del {
	font-size: 0.8em;
}

.price ins {
	text-decoration: none;
}

.center-fix {
	padding-top: 141%; /* Standard A-paper size ratio */
}

.img-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 0.7em;
}

.img-inner-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center; /* Align center inline elements */
	font: 0/0 a;
}

.img-inner-container .center-item {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.img-inner-container img {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
}

div.product {
	/* Acts as row */
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	position: relative;
	margin-top: 1.4em;
}

div.product .images,
div.product .summary {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%; /* single column grid */
}

div.product .woocommerce-tabs,
div.product .related,
div.product .upsells {
	clear: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
}

div.product .woocommerce-tabs {
	clear: none;
}

li.product span.onsale,
div.product span.onsale {
	position: absolute;
	top: 120px;
	left: 15px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.25em;
	height: 35px;
	line-height: 35px;
	margin: 0;
	text-align: Center;
	width: 70px;
	z-index: 1000;
}

span.onsale a {
	text-decoration: none;
}

/* WOO STYLING */
/* Product/category pages */
.product img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

li.product img {
	padding: 12px 12px 0 12px;
}

.price {
	display: block;
}

.additional-product-information {
	margin-bottom: 1.4em;
}

.bio-list {
	margin-top: 0;
}

.bio-list li {
	display: inline;
}

.bio-list li {
	display: inline;
}
.bio-list li:after {
	content: ',';
}
.bio-list li:last-child:after {
	content: '';
}

.stock {
	margin-bottom: 1.4em;
}

.summary .stock {
	font-weight: 700;
}

.stock.in-stock {
	color: #1f4c33;
}

.stock.out-of-stock {
	color: #a01626;
}

.plus,
.minus {
	border: none;
	background: none;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 28px;
	padding: 0px 10px;
	position: relative;
	top: 2px;
}

.plus:focus,
.minus:focus {
	outline: 0;
}

div.product form.cart .quantity {
	margin: 1.4em 0;
}

.wc-pao-addons-container {
	margin-top: 22px;
}

.wc-pao-addon-name {
	font-size: 1.1em;
	line-height: 1.4;
}

dt {
	margin-top: 6px;
	font-weight: 500;
}

dt p,
form.checkout dt p,
dd p,
form.checkout dd p {
	margin: 0;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	margin: 20px 0px;
	font-size: 0.95em;
	background-color: #eeeeee;
	padding: 10px;
	color: #333;
	border: 1px solid #dddddd;
}

body.woocommerce-account .woocommerce .woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-error,
body.woocommerce-account .woocommerce .woocommerce-info {
	margin: 0 15px;
}

.woocommerce-message a.button,
.woocommerce-message button,
.woocommerce-error a.button,
.woocommerce-error button,
.woocommerce-info a.button,
.woocommerce-info button {
	background-color: transparent;
	font-weight: 700;
	color: #a01626;
}

.woocommerce-error {
	border-color: #a01626;
	color: #a01626;
	background-color: #f7dce5;
}

div.product-categories ul {
	margin: 0;
}

div.product-categories .menu li a {
	display: block;
	padding: 0.7em 15px 0.7em 15px;
	border-bottom: 1px dotted #cccccc;
}

.result-count {
	margin-top: 12px;
}

.result-count .woocommerce-result-count,
.result-count .woocommerce-ordering {
	margin: 0;
	width: 100%;
}

.result-count .woocommerce-ordering select.orderby {
	width: 100%;
}

.hide-oos {
	width: 100%;
	margin-top: 12px;
}

.hide-oos label {
	font-weight: 400;
	position: relative;
	top: -3px;
	margin-left: 3px;
	cursor: pointer;
}

.hide-oos input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

select.orderby {
	height: 40px;
	border-radius: 2px;
	margin-top: 4px;
}

.thumbnails {
	margin-top: 1.4em;
}

.thumbnails img {
	margin-bottom: 1.4em;
}

/* Waitlist plugin */
.wcwl_notice_dismiss:before {
	color: #a01626;
}

.wcwl_notice_dismiss {
	top: 10px;
	right: 17px;
	padding: 0;
}

.waitlist-single-product {
	text-align: left;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
	align-items: center;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #f2f2f2;
}

.waitlist-single-product > a {
	grid-column: 1;
	display: grid;
	align-items: center;
	grid-template-columns: auto 80px;
	gap: 20px;
}

.waitlist-single-product > p {
	grid-column: 2;
	margin: 0;
	text-align: right !important;
}

.waitlist-title-link {
	margin: 0;
}

.waitlist-thumbnail,
.waitlist-thumbnail img {
	width: 120px;
	height: auto;
	display: block;
}

/* Reviews & Related Products (base of product page) */
#reviews h2,
.related h2,
.upsells h2,
.cross-sells h2 {
	border-bottom: 1px solid #ccc;
}

h2.woocommerce-loop-product__title {
	border: 0;
}

.upsells,
.related,
.cross-sells {
	clear: both;
}

.related h2,
.upsells h2,
.cross-sells h2 {
	margin-top: 1.86666667em;
}

ul.tabs {
	display: none;
}

.stars {
	width: 100%;
}

.stars a {
	display: block;
	width: 19%;
	margin-right: 1%;
	padding: 5px 10px;
	float: left;
	background-color: #f7f7f7;
	text-decoration: none;
	position: relative;
}

.stars a:after {
	content: '\f005';
	font-family: FontAwesome;
	position: absolute;
	top: 0.7em;
	width: 5.3em;
	right: 1em;
	font-size: 0.45em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-align: right;
	font-weight: 400;
	color: #444444;
}

.stars a.star-1:after {
	content: '\f005\f006\f006\f006\f006';
}
.stars a.star-2:after {
	content: '\f005\f005\f006\f006\f006';
}
.stars a.star-3:after {
	content: '\f005\f005\f005\f006\f006';
}
.stars a.star-4:after {
	content: '\f005\f005\f005\f005\f006';
}
.stars a.star-5:after {
	content: '\f005\f005\f005\f005\f005';
}

.woocommerce-noreviews {
	font-style: italic;
	color: #777;
	margin-bottom: 1.4em;
}

#review_form_wrapper {
	margin: 1.4em 0;
}

.comment-reply-title {
	font-weight: 500;
	font-size: 1.25em;
	margin-bottom: 1.4em;
	display: block;
}

img.avatar {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	float: left;
	margin-right: 1em;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 4.7em;
	font-family: 'FontAwesome';
	float: left;
	margin-right: 1em;
	margin-top: 2px;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating:before {
	content: '\f006\f006\f006\f006\f006';
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #cccccc;
}

.star-rating span:before {
	content: '\f005\f005\f005\f005\f005';
	top: 0;
	position: absolute;
	left: 0;
}

p.comment-form-comment label {
	margin-top: 1.4em;
}

p.stars {
	margin-top: 1px;
}

.comment_container {
	padding: 20px;
	background: #eeeeee;
	margin-bottom: 10px;
	overflow: hidden;
}

.comment-text .description p:first-child {
	margin-top: 0.3em;
}

.comment-text p.meta {
	margin: 0;
}

body .stars a:hover,
body .stars a.active {
	background-color: #cccccc;
	color: #333333;
}

.comment-form-comment {
	clear: left;
	margin-top: 3em;
}

.woocommerce-product-rating {
	margin-top: 1.4em;
}

.upsells {
	clear: left;
	overflow: hidden;
	margin-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Wishlist */
a.button.wl-add-to {
	padding: 10px 12px;
}

body a.button.wl-add-to {
	background: #999;
}

body a.button.wl-add-to:hover {
	background: #777;
}

#wl-wrapper .wl-already-in ul {
	list-style: disc;
}

#wl-wrapper.product {
	margin: 0px;
}

table.wl-table td {
	/* Overrides wishlist plugin css */
	vertical-align: middle !important;
	padding: 0.7em 10px !important;
	text-align: center;
}

.wl-table .product-price {
	display: none;
}

.wl-row {
	overflow: hidden;
	margin: 0.7em 0 !important; /* Overrides wishlist plugin css */
}

table.wl-table td p.stock {
	margin: 0;
}

table.wl-table input[type='text'] {
	width: 3em;
	text-align: center;
}

.wl-rad-table td label {
	padding-left: 10px;
}

/* Cart table */
table.cart {
	width: 100%;
	text-align: left;
}

table.cart td,
table.cart th {
	vertical-align: middle;
	padding: 15px;
}

table.cart td.actions {
	border: none;
	padding: 15px 0;
}

.product-thumbnail,
.product-price,
.product-quantity {
	display: none;
}

table.cart thead {
	background-color: #fafafa;
	font-weight: 700;
	border-bottom: 2px solid #eeeeee;
}

table.cart .cart_item {
	border-bottom: 1px solid #eeeeee;
}

table.cart .product-thumbnail img {
	width: 60px;
	height: auto;
}

.product-remove a {
	color: #a01626;
	font-size: 1.8em;
	text-decoration: none;
}

.product-remove {
	width: 5%;
	text-align: center;
}
.product-thumbnail {
	width: 15%;
}
.product-name {
	width: 30%;
}
.product-price {
	width: 10%;
}
.product-quantity {
	width: 20%;
}
.product-subtotal {
	width: 10%;
	text-align: right;
}

.cart-collaterals {
	float: right;
	width: 100%;
}

.cart_totals,
.cart_totals table {
	width: 100%;
}

.cart_totals th {
	text-align: left;
	font-weight: 700;
	padding: 0px 15px 0px 0px;
}

.cart_totals td {
	text-align: right;
	padding: 0px 0px 0px 15px;
}

.coupon {
	margin-bottom: 22px;
}

.coupon input[type='text'] {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	button[name='apply_coupon'],
	button[name='update_cart'],
	a.checkout-button {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.coupon {
		min-width: 400px;
	}

	button[name='update_cart'] {
		float: right;
		margin-top: 25px;
	}
}

table.cart td.actions .coupon input[type='submit'] {
	margin: 0.7em 0 2.8em 0;
}

table.cart td.actions input[type='submit'],
button[name='calc_shipping'] {
	background-color: #666666;
}

table.cart td.actions input[type='submit']:hover,
button[name='calc_shipping']:hover {
	background-color: #333333;
}

table.cart td.actions input.checkout-button {
	background-color: #a01626;
}

table.cart td.actions input.checkout-button:hover {
	background-color: #840d1b;
}

.wc-proceed-to-checkout {
	margin-top: 1.4em;
	text-align: right;
}

.woocommerce-shipping-calculator {
	margin-bottom: 0.7em;
}

/* Checkout */
body.woocommerce-checkout .woocommerce-info {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

form.checkout p {
	margin-top: 1em;
}

form.checkout h3 {
	margin-top: 0px;
}

form.checkout .col-1,
form.checkout .col-2 {
	width: 100%;
}

form.checkout .col-2 {
	margin-top: 1.4em;
}

/* .woocommerce-shipping-fields, .woocommerce-billing-fields{
    background-color: #eeeeee;
    padding: 15px 20px;
} */

form.checkout_coupon input#coupon_code {
	width: 100%;
}

form.checkout_coupon {
	margin-bottom: 2.8em;
}

form.checkout #customer_details {
	margin-bottom: 1.4em;
}

form.checkout label.checkbox {
	display: inline-block;
	font-weight: 700;
	padding-left: 0px;
}

form.checkout .create-account label {
	font-size: 1.2em;
}

form.checkout #order_review_heading {
	clear: left;
	margin-top: 1.4em;
	font-size: 1.5em;
}

form.checkout input[type='checkbox'] {
	margin-left: 0;
	margin-right: 7px;
}

.place-order #place_order {
	margin-top: 1.4em;
}

.about_paypal {
	display: none;
}

form.checkout label {
	display: block;
	margin-bottom: 1px;
	font-weight: 500;
}

#order_review table.shop_table {
	width: 100%;
	margin-top: 2.35em;
}

#order_review table.shop_table .product-name,
#order_review table.shop_table .product-total {
	width: 50%;
}

#order_review table.shop_table .product-name {
	text-align: left;
}

#order_review table.shop_table .product-total {
	text-align: right;
}

form.checkout .payment_methods label {
	display: inline-block;
}

.payment_methods > li {
	margin-bottom: 15px;
	background-color: #f7f7f7;
	padding: 15px;
}

.payment_methods > li label {
	cursor: pointer;
}

.payment_methods li input {
	background-color: #ffffff;
}

.payment_methods li input[type='radio'] + label {
	font-size: 1.2em;
	margin-left: 7px;
	font-weight: 700;
}

.payment_box {
	margin-top: 0.7em;
}

form.checkout .payment_methods p {
	margin-top: 0px;
	margin-bottom: 1.4em;
}

.form-row-last,
form.checkout .payment_methods p.form-row-last,
form.checkout .payment_method_sagepayform p {
	margin-bottom: 0;
}

form.checkout .cart-subtotal th,
form.checkout .shipping th,
form.checkout .order-total th {
	text-align: left;
}

form.checkout .cart-subtotal td,
form.checkout .shipping td,
form.checkout .order-total td {
	text-align: right;
}

.payment_box table input {
	margin: 0.7em 0;
}

li.payment_method_paypal img {
	width: 110px;
	height: auto;
	display: inline;
	margin: 0px 3px;
	position: relative;
	top: 10px;
}

.woocommerce-checkout-payment li img {
	display: none;
}

.checkout-button,
.single_add_to_cart_button {
	width: 100%;
}

/*
.payment_method_sagepaydirect{
	display: none;
}

body.admin-bar .payment_method_sagepaydirect{
	display: block;
} */

#sagepaydirect-cc-form .wc-credit-card-form-card-number,
#sagepaydirect-cc-form .wc-credit-card-form-card-expiry,
#sagepaydirect-cc-form .wc-credit-card-form-card-cvc,
#sagepaydirect-cc-form .wc-credit-card-form-card-type {
	font-size: 1em !important;
	padding: 10px 8px !important;
}

a.about_paypal {
	font-weight: 400;
	font-size: 0.9em;
}

/* Stripe */
#wc-stripe-cc-form .form-row {
	margin-bottom: 1em;
}

#wc-stripe-cc-form br {
	display: none;
}

.StripeElement,
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	background: #fff;
	padding: 15px 12px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-transition: #cccccc 0.25s ease-in-out 0s;
	-moz-transition: #cccccc 0.25s ease-in-out 0s;
	-o-transition: #cccccc 0.25s ease-in-out 0s;
	transition: #cccccc 0.25s ease-in-out 0s;
	cursor: text;
}

.StripeElement.invalid {
	border-color: #a01626;
}

.StripeElement.focused {
	border-color: #009c9f;
}

ul.wc-saved-payment-methods,
#wc-stripe-cc-form {
	list-style: none;
}

#wc-stripe-cc-form {
	margin: 0;
}

ul.wc-saved-payment-methods {
	margin: 12px 0;
}

ul.wc-saved-payment-methods li + li {
	margin-top: 4px;
}

.stripe-pf {
	display: none;
}

.wc-stripe-error {
	margin: 0;
}

.ElementsApp,
.ElementsApp .InputElement {
	color: #333333;
	font-size: 16px;
	font-family: 'franklin-gothic-urw', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
}

#payment .methods label[for='payment_method_stripe'],
#payment .methods label[for='payment_method_stripe_alipay'],
#payment .methods label[for='payment_method_stripe_bancontact'],
#payment .methods label[for='payment_method_stripe_eps'],
#payment .methods label[for='payment_method_stripe_giropay'],
#payment .methods label[for='payment_method_stripe_ideal'],
#payment .methods label[for='payment_method_stripe_multibanco'],
#payment .methods label[for='payment_method_stripe_p24'],
#payment .methods label[for='payment_method_stripe_sepa'],
#payment .methods label[for='payment_method_stripe_sofort'] {
	display: inline-block;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	float: right;
	max-width: 40px;
	padding-left: 3px;
	margin: 0;
}

.woocommerce-SavedPaymentMethods-saveNew {
	margin-bottom: none;
}

#wc-stripe-express-checkout-element {
	margin-top: 20px !important;
	padding-top: 20px;
	justify-content: left;
	position: relative;
}

.woocommerce-checkout #wc-stripe-express-checkout-element {
	justify-content: center;
}

#wc-stripe-express-checkout-element:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	position: absolute;
	top: 0;
	left: 0;
}

#wc-stripe-express-checkout-element .StripeElement {
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-transition: #cccccc 0.25s ease-in-out 0s;
	-moz-transition: #cccccc 0.25s ease-in-out 0s;
	-o-transition: #cccccc 0.25s ease-in-out 0s;
	transition: #cccccc 0.25s ease-in-out 0s;
	cursor: text;
}

#wc-stripe-express-checkout-element .StripeElement {
	width: 100%;
}

.wc-proceed-to-checkout #wc-stripe-express-checkout-element {
	justify-content: right;
}

.wc-proceed-to-checkout #wc-stripe-express-checkout-element:before {
	left: auto;
	right: 0;
}

#wc-stripe-express-checkout-button-separator {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}

.woocommerce-checkout #wc-stripe-express-checkout-element:before {
	display: none;
}

/* My Account Page */
#customer_login {
	width: 100%;
}

#customer_login label.inline {
	display: block;
	margin-top: 1.4em;
}

.order_details .product-name,
.order_details .product-total {
	width: 50%;
}

.order_details .product-quantity {
	width: 100%;
}

.order_details .product-total {
	text-align: left;
}

.order_details tfoot th,
.order_details .product-name {
	text-align: right;
}

.shop_table {
	width: 100%;
}

.shop_table th {
	font-size: 1em;
	background-color: #eeeeee;
}

.shop_table td,
.shop_table th {
	padding: 0.7em 10px;
	border: 1px solid #dddddd;
}

.shop_table tr:nth-child(2n + 3) {
	background-color: #f7f7f7;
}

.shop_table.cart tr {
	background-color: transparent;
}

.addresses {
	overflow: hidden;
}

.addresses .address {
	width: 49%;
	margin-right: 2%;
	float: left;
	background-color: #eeeeee;
	margin-top: 1.4em;
}

.addresses .address.col-2 {
	margin-right: 0;
}

.address header,
.address address {
	margin: 0 15px;
}

.address address {
	margin-bottom: 1.4em;
}

.addresses address p {
	margin-top: 0;
}

.woocommerce-pagination,
#pagination {
	margin: 0 0 50px 0;
	width: 100%;
	border-top: 1px solid #ccc;
}

#pagination {
	clear: left;
	margin-top: 1.4em;
	text-align: right;
}

#pagination span,
#pagination a {
	margin-top: 0.7em;
	display: inline-block;
}

ul.page-numbers {
	text-align: right;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

ul.page-numbers li {
	display: inline;
	margin-right: 0.5em;
}

ul.page-numbers li span.current,
#pagination span.current {
	color: #bbbbbb;
}

ul.page-numbers li:last-child {
	margin-right: 0;
}

/* My Account — New */
body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li
	a {
	display: block;
	padding: 0.7em 15px 0.7em 15px;
	border-bottom: 1px dotted #cccccc;
}

body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li.is-active
	a,
body.woocommerce-account
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li
	a:hover {
	background: #a01626;
	color: #ffffff;
	border-bottom: 1px solid #a01626;
	text-decoration: none;
}

.my_account_orders .order-date,
.my_account_orders .order-status {
	display: none;
}

.my_account_orders .order-actions a {
	margin-right: 5px;
}

.user-welcome h2 {
	margin-top: 0 !important;
}

.user-welcome h3 {
	font-size: 1.3em;
}

.user-welcome h3,
.user-welcome p {
	font-weight: 400;
	margin-top: 0.7em;
}

.user-welcome p {
	font-weight: 400;
	margin-top: 1em;
}

.user-welcome {
	margin-bottom: 2.8em;
	font-size: 1.3em;
	background: #f1f1f1;
	border: 1px solid #dddddd;
	padding: 25px;
}

span.coupon-code {
	color: #a01626;
	font-weight: 700;
}

/* New Woo store notice */
a.woocommerce-store-notice__dismiss-link {
	display: inline-block;
	margin-left: 8px;
	opacity: 0.65;
	color: #fff;
}

a.woocommerce-store-notice__dismiss-link:hover {
	color: #fff;
	opacity: 1;
}

/* Extra WooCommerce CSS */
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.woocommerce .blockUI.blockOverlay {
	position: relative;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
	height: 1em;
	width: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	display: block;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(./img/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

/* OTHERS */
.left {
	float: left;
	clear: both;
}

.right {
	float: right;
	clear: both;
}

/* Gravity forms extra styling */
.gfield_label_before_complex {
	margin-bottom: 10px;
}

.ginput_complex span label {
	/* font-size: 0.9em;
	color: #666666; */
	font-weight: 400;
}

.ginput_complex span {
	margin-top: 10px;
	display: block;
}

/* MEDIA QUERIES */
@media (max-width: 559px) {
	/* Changes link colour at mobile sizes to merge with bg color */
	body .stars a,
	body .stars a:link,
	body .stars a:visited {
		color: #f7f7f7;
	}

	body .stars a:active,
	body .stars a:hover,
	body .stars a.active {
		color: #cccccc;
	}

	.stars a:after {
		right: auto;
		left: 5px;
	}

	.woocommerce-breadcrumb {
		display: none;
	}
}

/* Yith product filter styling */
.yith-wcan-filters .filter-title {
	padding-top: 12px;
	border-top: 1px solid #eee;
	margin-bottom: 12px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
	line-height: inherit;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
	display: inline-block;
	padding: 8px 0;
}

.yith-wcan-filters .checkbox label {
	display: flex;
	align-items: center;
}

.yith-wcan-filters .checkbox input[type='checkbox'] {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

@media (min-width: 560px) {
	/* WOO PRODUCT GRID */
	div.product .images,
	div.product .summary {
		width: 50%; /* single column grid */
	}

	li.product a.button {
		width: 60%;
	}
}

@media (min-width: 768px) {
	/* LAYOUT */
	/* Header */
	h1.logo,
	div.logo {
		width: 174px;
		height: 122px;
		background-size: 174px 122px;
	}

	#admin-menu {
		display: block;
	}

	#mobile-menu {
		display: none;
	}

	#searchform {
		margin-top: 24px;
	}

	#search p.delivery-flash {
		display: block;
	}

	#search p.welcome-flash {
		display: block;
	}

	#primary h1.page-title,
	#primary div.page-title {
		font-size: 2em;
	}

	#admin-menu a:hover,
	#admin-menu li.current-menu-item a,
	body.woocommerce-cart #admin-menu li.basket a {
		line-height: 34px;
		border-bottom: 2px solid #ffffff;
		text-decoration: none;
		color: #ffffff;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}

	#primary h1.page-title,
	#primary div.page-title {
		width: 9999px;
		margin-left: -9279px;
		text-indent: 9279px;
	}

	#carousel .banner-caption {
		position: absolute;
		bottom: 100px;
		left: 0px;
		background: #ffffff;
		padding: 10px 20px 10px 0px;
		font-size: 1em;
	}

	#search-content {
		position: absolute;
		left: 0;
		top: 30px;
		z-index: 1000;
	}

	/* CONTENT */
	body.home section {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	li.home-news h4 {
		clear: none;
	}

	#page-container {
		margin-top: 1.4em;
	}

	#artists {
		list-style: none;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-moz-column-rule: none;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		-webkit-column-rule: none;
		column-count: 2;
		column-gap: 30px;
		column-rule: none;
	}

	.artist-search {
		font-size: 1.3em;
		font-weight: 500;
	}

	.artist-search,
	.artist-search:hover {
		text-decoration: none;
	}

	.artist-search:hover {
		color: #333333;
	}

	/* */
	div.product-categories {
		position: absolute;
		left: -15px;
		top: 145px;
	}

	.result-count {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.result-count__display {
		display: flex;
		align-items: baseline;
		justify-content: flex-end;
		font-size: 15px;
	}

	.result-count .hide-oos {
		text-align: right;
	}

	.result-count .woocommerce-result-count {
		margin-right: 15px;
	}

	/* WOO PRODUCT GRID */
	li.product:nth-child(2n + 3) {
		clear: none;
	}

	li.product {
		width: 25%; /* 4 column grid*/
		margin-bottom: 70px;
	}

	li.product a.button {
		width: 80%;
	}

	body.home li.product {
		margin-bottom: 40px;
	}

	li.product img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70); /* For IE8 and earlier */
	}

	body.archive li.product.first,
	body.search-results li.product.first {
		clear: left;
		margin-left: none;
	}

	body.archive li.product,
	body.search-results li.product {
		width: 33.33333333%; /* 3 column grid*/
	}

	div.product .images,
	div.product .summary {
		width: 50%; /* single column grid */
	}

	/* WOO STYLING */
	.col2-set,
	body.woocommerce-account .woocommerce {
		margin-left: -15px;
		margin-right: -15px;
	}

	body.woocommerce-account.woocommerce-lost-password .woocommerce {
		margin: 0;
	}

	.col2-set#customer_login {
		margin-left: 0;
	}

	body.woocommerce-account .woocommerce .woocommerce {
		margin: 0;
	}

	.col-1,
	.col-2 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
		float: left;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
	body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		margin-top: 1.4em;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		width: 25%;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
		margin: 0 0 1.4em 0;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		width: 75%;
	}

	body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
		margin-top: 1.86666668em;
	}

	.my_account_orders .order-date,
	.my_account_orders .order-status {
		display: table-cell;
	}

	/* Product/Category pages */
	.product-thumbnail,
	.product-price,
	.product-quantity {
		display: table-cell;
	}

	/* Reviews */
	.stars {
		width: 100%;
	}

	.stars a:after {
		top: 0.5em;
		font-size: 0.6em;
	}

	div.product .woocommerce-tabs {
		float: right;
		width: 50%;
	}

	#wl-wrapper.product .woocommerce-tabs {
		width: 100%;
		float: none;
		padding: 0;
	}

	/* Cart table */
	.cart-collaterals {
		overflow: hidden;
	}

	.cart-collaterals .cart_totals,
	.cart-collaterals .shipping_calculator {
		width: 50%;
		float: right;
		clear: both;
	}

	table.cart td.actions .coupon {
		width: 50%;
		float: left;
		text-align: left;
	}

	table.cart td.actions .coupon input[type='submit'] {
		margin: 0.7em 0 0.7em 0;
	}

	input[name='update_cart'] {
		margin-right: 0.7em;
	}

	table.cart td.actions input[name='update_cart'],
	table.cart td.actions input.checkout-button {
		margin-top: 67px;
	}

	/* Checkout */
	#customer_details {
		width: 50%;
		float: left;
	}

	#customer_details h3 {
		font-size: 1.5em;
	}

	h3#ship-to-different-address {
		font-size: 1.3em;
		margin-top: 1.4em;
	}

	#order_review_heading,
	#order_review {
		width: 50%;
		float: right;
	}

	form.checkout:after {
		content: '';
		clear: both;
		display: table;
	}

	form.checkout #order_review_heading {
		clear: none;
		margin-top: 0;
		font-size: 1.5em;
	}

	form.checkout .col-1,
	form.checkout .col-2 {
		width: 100%;
	}

	form.checkout .col-1 {
		padding-right: 15px;
	}

	form.checkout .col-2 {
		margin-top: 0px;
		padding-left: 15px;
	}

	form.checkout_coupon input#coupon_code {
		width: 49%;
	}

	.checkout-button,
	.single_add_to_cart_button,
	#wc-stripe-express-checkout-element .StripeElement,
	#wc-stripe-express-checkout-element:before {
		max-width: 300px;
	}

	.woocommerce-checkout #wc-stripe-express-checkout-element .StripeElement {
		max-width: calc(33.333333% - 10px);
	}

	/* #order_review table.shop_table{
        width: 49%;
    } */

	.ginput_complex {
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}

	.ginput_complex span {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
		width: 50%;
		margin-top: 0;
	}

	.ginput_complex.ginput_container_address span + span {
		margin-top: 10px;
	}

	.ginput_complex span.ginput_full {
		width: 100%;
	}
}

@media (min-width: 992px) {
	/* LAYOUT */
	/* Header */
	#searchform input[type='text'] {
		padding-left: 1%;
		padding-right: 1%;
	}

	#main-menu-container {
		float: left;
		width: 75%;
		padding: 0;
		position: relative;
		top: 113px;
	}

	.yith-infs-button-wrapper {
		margin-left: 25%;
	}

	.yith-infs-button-wrapper button {
		width: 50%;
		margin-left: 25%;
	}

	#search p.delivery-flash {
		display: inline;
	}

	#search p.welcome-flash {
		display: inline;
		float: right;
	}

	ul#menu-main-menu li.books,
	ul#menu-main-menu li.art,
	ul#menu-main-menu li.products {
		width: 33.33333333%;
	}

	ul#menu-main-menu .menu-3 {
		float: left;
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#searchform {
		margin-top: 0.5em;
	}

	#search p.welcome-flash {
		margin-top: 0em;
		float: right;
	}

	#primary h1.page-title,
	#primary div.page-title {
		margin-left: -9059px;
		text-indent: 9059px;
	}

	#primary {
		padding-top: 56px;
	}

	#primary h1.page-title,
	#primary div.page-title {
		top: -20px;
	}

	#artists {
		list-style: none;
		-moz-column-count: 4;
		-moz-column-gap: 30px;
		-moz-column-rule: none;
		-webkit-column-count: 4;
		-webkit-column-gap: 30px;
		-webkit-column-rule: none;
		column-count: 4;
		column-gap: 30px;
		column-rule: none;
	}

	/* Footer */
	/* Overriding annoying woocommerce clear — don’t want it in this media size as per bootstrap (maybe need to turn off woocommerce wishlist css?) */
	footer .clearfix:before,
	footer .clearfix:after {
		display: none;
		content: '';
		line-height: 0;
	}
	footer .clearfix:after {
		clear: none;
	}

	/* WOO STYLING */
	/* Product/Category pages */
	li.product h3 {
		height: 2.4em;
	}

	/* WOO PRODUCT GRID */
	li.product a.button {
		width: 65%;
	}

	li.product {
		width: 25%; /* 4 column grid*/
		margin-bottom: 70px;
	}

	li.product a.button {
		width: 80%;
	}

	body.home li.product {
		margin-bottom: 40px;
	}

	li.product img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70); /* For IE8 and earlier */
	}

	body.archive li.product.first,
	body.search-results li.product.first {
		clear: left;
		margin-left: 25%;
	}

	ul.products--flow li.product.first {
		clear: left;
		margin-left: 0;
	}

	body.archive li.product,
	body.search-results li.product {
		width: 25%; /* 4 column grid*/
	}
}

@media (min-width: 1200px) {
	/* WOO PRODUCT GRID */
	li.product a.button {
		width: 70%;
	}

	#primary h1.page-title,
	#primary div.page-title {
		margin-left: -8859px;
		text-indent: 8859px;
	}
}

/* Product slider CSS */
.owl-carousel .owl-item img {
	display: inline-block !important;
}

.ywcps-product-slider h3 {
	display: none;
}

.ywcps-product-slider {
	overflow: hidden;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	color: #333333 !important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev,
.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
	height: 42px !important;
	width: 31px !important;
	background-color: #333 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
	color: #333 !important;
	color: rgba(0, 0, 0, 0.7) !important;
	border: none !important;
}

.sell-to-us {
	margin: 2em 0;
}

/*
@media (min-width: 768px) and (max-height: 900px) {
   .container{
	   width: 970px;
   }
}
*/

/* Font Awesome CSS */
@font-face {
	font-family: FontAwesome;
	src: url(./fonts/fontawesome-webfont.eot?v=3.2.1);
	src: url(./fonts/fontawesome-webfont.eot?#iefix&v=3.2.1)
			format('embedded-opentype'),
		url(./fonts/fontawesome-webfont.woff?v=3.2.1) format('woff'),
		url(./fonts/fontawesome-webfont.ttf?v=3.2.1) format('truetype'),
		url(./fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1)
			format('svg');
	font-weight: 400;
	font-style: normal;
}
[class*=' icon-'],
[class^='icon-'] {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: 0.3em;
}
[class*=' icon-']:before,
[class^='icon-']:before {
	text-decoration: inherit;
	display: inline-block;
}
.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}
a [class*=' icon-'],
a [class^='icon-'] {
	display: inline;
}
[class*=' icon-'].icon-fixed-width,
[class^='icon-'].icon-fixed-width {
	display: inline-block;
	width: 1.1428571428571428em;
	text-align: right;
	padding-right: 0.2857142857142857em;
}
[class*=' icon-'].icon-fixed-width.icon-large,
[class^='icon-'].icon-fixed-width.icon-large {
	width: 1.4285714285714286em;
}
.icons-ul {
	margin-left: 2.142857142857143em;
	list-style-type: none;
}
.icons-ul > li {
	position: relative;
}
.icons-ul .icon-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit;
}
[class*=' icon-'].hide,
[class^='icon-'].hide {
	display: none;
}
.icon-muted {
	color: #eee;
}
.icon-light {
	color: #fff;
}
.icon-dark {
	color: #333;
}
.icon-border {
	border: solid 1px #eee;
	padding: 0.2em 0.25em 0.15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.icon-2x {
	font-size: 2em;
}
.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.icon-3x {
	font-size: 3em;
}
.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.icon-4x {
	font-size: 4em;
}
.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.icon-5x {
	font-size: 5em;
}
.icon-5x.icon-border {
	border-width: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
[class*=' icon-'].pull-left,
[class^='icon-'].pull-left {
	margin-right: 0.3em;
}
[class*=' icon-'].pull-right,
[class^='icon-'].pull-right {
	margin-left: 0.3em;
}
[class*=' icon-'],
[class^='icon-'] {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 0;
}
.dropdown-menu > .active > a > [class*=' icon-'],
.dropdown-menu > .active > a > [class^='icon-'],
.dropdown-menu > li > a:hover > [class*=' icon-'],
.dropdown-menu > li > a:hover > [class^='icon-'],
.dropdown-submenu:hover > a > [class*=' icon-'],
.dropdown-submenu:hover > a > [class^='icon-'],
.icon-white,
.nav-list > .active > a > [class*=' icon-'],
.nav-list > .active > a > [class^='icon-'],
.nav-pills > .active > a > [class*=' icon-'],
.nav-pills > .active > a > [class^='icon-'],
.navbar-inverse .nav > .active > a > [class*=' icon-'],
.navbar-inverse .nav > .active > a > [class^='icon-'] {
	background-image: none;
}
.btn [class*=' icon-'].icon-large,
.btn [class^='icon-'].icon-large,
.nav [class*=' icon-'].icon-large,
.nav [class^='icon-'].icon-large {
	line-height: 0.9em;
}
.btn [class*=' icon-'].icon-spin,
.btn [class^='icon-'].icon-spin,
.nav [class*=' icon-'].icon-spin,
.nav [class^='icon-'].icon-spin {
	display: inline-block;
}
.nav-pills [class*=' icon-'],
.nav-pills [class*=' icon-'].icon-large,
.nav-pills [class^='icon-'],
.nav-pills [class^='icon-'].icon-large,
.nav-tabs [class*=' icon-'],
.nav-tabs [class*=' icon-'].icon-large,
.nav-tabs [class^='icon-'],
.nav-tabs [class^='icon-'].icon-large {
	line-height: 0.9em;
}
.btn [class*=' icon-'].pull-left.icon-2x,
.btn [class*=' icon-'].pull-right.icon-2x,
.btn [class^='icon-'].pull-left.icon-2x,
.btn [class^='icon-'].pull-right.icon-2x {
	margin-top: 0.18em;
}
.btn [class*=' icon-'].icon-spin.icon-large,
.btn [class^='icon-'].icon-spin.icon-large {
	line-height: 0.8em;
}
.btn.btn-small [class*=' icon-'].pull-left.icon-2x,
.btn.btn-small [class*=' icon-'].pull-right.icon-2x,
.btn.btn-small [class^='icon-'].pull-left.icon-2x,
.btn.btn-small [class^='icon-'].pull-right.icon-2x {
	margin-top: 0.25em;
}
.btn.btn-large [class*=' icon-'],
.btn.btn-large [class^='icon-'] {
	margin-top: 0;
}
.btn.btn-large [class*=' icon-'].pull-left.icon-2x,
.btn.btn-large [class*=' icon-'].pull-right.icon-2x,
.btn.btn-large [class^='icon-'].pull-left.icon-2x,
.btn.btn-large [class^='icon-'].pull-right.icon-2x {
	margin-top: 0.05em;
}
.btn.btn-large [class*=' icon-'].pull-left.icon-2x,
.btn.btn-large [class^='icon-'].pull-left.icon-2x {
	margin-right: 0.2em;
}
.btn.btn-large [class*=' icon-'].pull-right.icon-2x,
.btn.btn-large [class^='icon-'].pull-right.icon-2x {
	margin-left: 0.2em;
}
.nav-list [class*=' icon-'],
.nav-list [class^='icon-'] {
	line-height: inherit;
}
.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%;
}
.icon-stack [class*=' icon-'],
.icon-stack [class^='icon-'] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
	*line-height: 2em;
}
.icon-stack .icon-stack-base {
	font-size: 2em;
	*line-height: 1em;
}
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
a .icon-spin,
a .icon-stack {
	display: inline-block;
	text-decoration: none;
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}
@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-rotate-90:before {
	display: inline-block;
}
.icon-glass:before {
	content: '\f000';
}
.icon-music:before {
	content: '\f001';
}
.icon-search:before {
	content: '\f002';
}
.icon-envelope-alt:before {
	content: '\f003';
}
.icon-heart:before {
	content: '\f004';
}
.icon-star:before {
	content: '\f005';
}
.icon-star-empty:before {
	content: '\f006';
}
.icon-user:before {
	content: '\f007';
}
.icon-film:before {
	content: '\f008';
}
.icon-th-large:before {
	content: '\f009';
}
.icon-th:before {
	content: '\f00a';
}
.icon-th-list:before {
	content: '\f00b';
}
.icon-ok:before {
	content: '\f00c';
}
.icon-remove:before {
	content: '\f00d';
}
.icon-zoom-in:before {
	content: '\f00e';
}
.icon-zoom-out:before {
	content: '\f010';
}
.icon-off:before,
.icon-power-off:before {
	content: '\f011';
}
.icon-signal:before {
	content: '\f012';
}
.icon-cog:before,
.icon-gear:before {
	content: '\f013';
}
.icon-trash:before {
	content: '\f014';
}
.icon-home:before {
	content: '\f015';
}
.icon-file-alt:before {
	content: '\f016';
}
.icon-time:before {
	content: '\f017';
}
.icon-road:before {
	content: '\f018';
}
.icon-download-alt:before {
	content: '\f019';
}
.icon-download:before {
	content: '\f01a';
}
.icon-upload:before {
	content: '\f01b';
}
.icon-inbox:before {
	content: '\f01c';
}
.icon-play-circle:before {
	content: '\f01d';
}
.icon-repeat:before,
.icon-rotate-right:before {
	content: '\f01e';
}
.icon-refresh:before {
	content: '\f021';
}
.icon-list-alt:before {
	content: '\f022';
}
.icon-lock:before {
	content: '\f023';
}
.icon-flag:before {
	content: '\f024';
}
.icon-headphones:before {
	content: '\f025';
}
.icon-volume-off:before {
	content: '\f026';
}
.icon-volume-down:before {
	content: '\f027';
}
.icon-volume-up:before {
	content: '\f028';
}
.icon-qrcode:before {
	content: '\f029';
}
.icon-barcode:before {
	content: '\f02a';
}
.icon-tag:before {
	content: '\f02b';
}
.icon-tags:before {
	content: '\f02c';
}
.icon-book:before {
	content: '\f02d';
}
.icon-bookmark:before {
	content: '\f02e';
}
.icon-print:before {
	content: '\f02f';
}
.icon-camera:before {
	content: '\f030';
}
.icon-font:before {
	content: '\f031';
}
.icon-bold:before {
	content: '\f032';
}
.icon-italic:before {
	content: '\f033';
}
.icon-text-height:before {
	content: '\f034';
}
.icon-text-width:before {
	content: '\f035';
}
.icon-align-left:before {
	content: '\f036';
}
.icon-align-center:before {
	content: '\f037';
}
.icon-align-right:before {
	content: '\f038';
}
.icon-align-justify:before {
	content: '\f039';
}
.icon-list:before {
	content: '\f03a';
}
.icon-indent-left:before {
	content: '\f03b';
}
.icon-indent-right:before {
	content: '\f03c';
}
.icon-facetime-video:before {
	content: '\f03d';
}
.icon-picture:before {
	content: '\f03e';
}
.icon-pencil:before {
	content: '\f040';
}
.icon-map-marker:before {
	content: '\f041';
}
.icon-adjust:before {
	content: '\f042';
}
.icon-tint:before {
	content: '\f043';
}
.icon-edit:before {
	content: '\f044';
}
.icon-share:before {
	content: '\f045';
}
.icon-check:before {
	content: '\f046';
}
.icon-move:before {
	content: '\f047';
}
.icon-step-backward:before {
	content: '\f048';
}
.icon-fast-backward:before {
	content: '\f049';
}
.icon-backward:before {
	content: '\f04a';
}
.icon-play:before {
	content: '\f04b';
}
.icon-pause:before {
	content: '\f04c';
}
.icon-stop:before {
	content: '\f04d';
}
.icon-forward:before {
	content: '\f04e';
}
.icon-fast-forward:before {
	content: '\f050';
}
.icon-step-forward:before {
	content: '\f051';
}
.icon-eject:before {
	content: '\f052';
}
.icon-chevron-left:before {
	content: '\f053';
}
.icon-chevron-right:before {
	content: '\f054';
}
.icon-plus-sign:before {
	content: '\f055';
}
.icon-minus-sign:before {
	content: '\f056';
}
.icon-remove-sign:before {
	content: '\f057';
}
.icon-ok-sign:before {
	content: '\f058';
}
.icon-question-sign:before {
	content: '\f059';
}
.icon-info-sign:before {
	content: '\f05a';
}
.icon-screenshot:before {
	content: '\f05b';
}
.icon-remove-circle:before {
	content: '\f05c';
}
.icon-ok-circle:before {
	content: '\f05d';
}
.icon-ban-circle:before {
	content: '\f05e';
}
.icon-arrow-left:before {
	content: '\f060';
}
.icon-arrow-right:before {
	content: '\f061';
}
.icon-arrow-up:before {
	content: '\f062';
}
.icon-arrow-down:before {
	content: '\f063';
}
.icon-mail-forward:before,
.icon-share-alt:before {
	content: '\f064';
}
.icon-resize-full:before {
	content: '\f065';
}
.icon-resize-small:before {
	content: '\f066';
}
.icon-plus:before {
	content: '\f067';
}
.icon-minus:before {
	content: '\f068';
}
.icon-asterisk:before {
	content: '\f069';
}
.icon-exclamation-sign:before {
	content: '\f06a';
}
.icon-gift:before {
	content: '\f06b';
}
.icon-leaf:before {
	content: '\f06c';
}
.icon-fire:before {
	content: '\f06d';
}
.icon-eye-open:before {
	content: '\f06e';
}
.icon-eye-close:before {
	content: '\f070';
}
.icon-warning-sign:before {
	content: '\f071';
}
.icon-plane:before {
	content: '\f072';
}
.icon-calendar:before {
	content: '\f073';
}
.icon-random:before {
	content: '\f074';
}
.icon-comment:before {
	content: '\f075';
}
.icon-magnet:before {
	content: '\f076';
}
.icon-chevron-up:before {
	content: '\f077';
}
.icon-chevron-down:before {
	content: '\f078';
}
.icon-retweet:before {
	content: '\f079';
}
.icon-shopping-cart:before {
	content: '\f07a';
}
.icon-folder-close:before {
	content: '\f07b';
}
.icon-folder-open:before {
	content: '\f07c';
}
.icon-resize-vertical:before {
	content: '\f07d';
}
.icon-resize-horizontal:before {
	content: '\f07e';
}
.icon-bar-chart:before {
	content: '\f080';
}
.icon-twitter-sign:before {
	content: '\f081';
}
.icon-facebook-sign:before {
	content: '\f082';
}
.icon-camera-retro:before {
	content: '\f083';
}
.icon-key:before {
	content: '\f084';
}
.icon-cogs:before,
.icon-gears:before {
	content: '\f085';
}
.icon-comments:before {
	content: '\f086';
}
.icon-thumbs-up-alt:before {
	content: '\f087';
}
.icon-thumbs-down-alt:before {
	content: '\f088';
}
.icon-star-half:before {
	content: '\f089';
}
.icon-heart-empty:before {
	content: '\f08a';
}
.icon-signout:before {
	content: '\f08b';
}
.icon-linkedin-sign:before {
	content: '\f08c';
}
.icon-pushpin:before {
	content: '\f08d';
}
.icon-external-link:before {
	content: '\f08e';
}
.icon-signin:before {
	content: '\f090';
}
.icon-trophy:before {
	content: '\f091';
}
.icon-github-sign:before {
	content: '\f092';
}
.icon-upload-alt:before {
	content: '\f093';
}
.icon-lemon:before {
	content: '\f094';
}
.icon-phone:before {
	content: '\f095';
}
.icon-check-empty:before,
.icon-unchecked:before {
	content: '\f096';
}
.icon-bookmark-empty:before {
	content: '\f097';
}
.icon-phone-sign:before {
	content: '\f098';
}
.icon-twitter:before {
	content: '\f099';
}
.icon-facebook:before {
	content: '\f09a';
}
.icon-github:before {
	content: '\f09b';
}
.icon-unlock:before {
	content: '\f09c';
}
.icon-credit-card:before {
	content: '\f09d';
}
.icon-rss:before {
	content: '\f09e';
}
.icon-hdd:before {
	content: '\f0a0';
}
.icon-bullhorn:before {
	content: '\f0a1';
}
.icon-bell:before {
	content: '\f0a2';
}
.icon-certificate:before {
	content: '\f0a3';
}
.icon-hand-right:before {
	content: '\f0a4';
}
.icon-hand-left:before {
	content: '\f0a5';
}
.icon-hand-up:before {
	content: '\f0a6';
}
.icon-hand-down:before {
	content: '\f0a7';
}
.icon-circle-arrow-left:before {
	content: '\f0a8';
}
.icon-circle-arrow-right:before {
	content: '\f0a9';
}
.icon-circle-arrow-up:before {
	content: '\f0aa';
}
.icon-circle-arrow-down:before {
	content: '\f0ab';
}
.icon-globe:before {
	content: '\f0ac';
}
.icon-wrench:before {
	content: '\f0ad';
}
.icon-tasks:before {
	content: '\f0ae';
}
.icon-filter:before {
	content: '\f0b0';
}
.icon-briefcase:before {
	content: '\f0b1';
}
.icon-fullscreen:before {
	content: '\f0b2';
}
.icon-group:before {
	content: '\f0c0';
}
.icon-link:before {
	content: '\f0c1';
}
.icon-cloud:before {
	content: '\f0c2';
}
.icon-beaker:before {
	content: '\f0c3';
}
.icon-cut:before {
	content: '\f0c4';
}
.icon-copy:before {
	content: '\f0c5';
}
.icon-paper-clip:before,
.icon-paperclip:before {
	content: '\f0c6';
}
.icon-save:before {
	content: '\f0c7';
}
.icon-sign-blank:before {
	content: '\f0c8';
}
.icon-reorder:before {
	content: '\f0c9';
}
.icon-list-ul:before {
	content: '\f0ca';
}
.icon-list-ol:before {
	content: '\f0cb';
}
.icon-strikethrough:before {
	content: '\f0cc';
}
.icon-underline:before {
	content: '\f0cd';
}
.icon-table:before {
	content: '\f0ce';
}
.icon-magic:before {
	content: '\f0d0';
}
.icon-truck:before {
	content: '\f0d1';
}
.icon-pinterest:before {
	content: '\f0d2';
}
.icon-pinterest-sign:before {
	content: '\f0d3';
}
.icon-google-plus-sign:before {
	content: '\f0d4';
}
.icon-google-plus:before {
	content: '\f0d5';
}
.icon-money:before {
	content: '\f0d6';
}
.icon-caret-down:before {
	content: '\f0d7';
}
.icon-caret-up:before {
	content: '\f0d8';
}
.icon-caret-left:before {
	content: '\f0d9';
}
.icon-caret-right:before {
	content: '\f0da';
}
.icon-columns:before {
	content: '\f0db';
}
.icon-sort:before {
	content: '\f0dc';
}
.icon-sort-down:before {
	content: '\f0dd';
}
.icon-sort-up:before {
	content: '\f0de';
}
.icon-envelope:before {
	content: '\f0e0';
}
.icon-linkedin:before {
	content: '\f0e1';
}
.icon-rotate-left:before,
.icon-undo:before {
	content: '\f0e2';
}
.icon-legal:before {
	content: '\f0e3';
}
.icon-dashboard:before {
	content: '\f0e4';
}
.icon-comment-alt:before {
	content: '\f0e5';
}
.icon-comments-alt:before {
	content: '\f0e6';
}
.icon-bolt:before {
	content: '\f0e7';
}
.icon-sitemap:before {
	content: '\f0e8';
}
.icon-umbrella:before {
	content: '\f0e9';
}
.icon-paste:before {
	content: '\f0ea';
}
.icon-lightbulb:before {
	content: '\f0eb';
}
.icon-exchange:before {
	content: '\f0ec';
}
.icon-cloud-download:before {
	content: '\f0ed';
}
.icon-cloud-upload:before {
	content: '\f0ee';
}
.icon-user-md:before {
	content: '\f0f0';
}
.icon-stethoscope:before {
	content: '\f0f1';
}
.icon-suitcase:before {
	content: '\f0f2';
}
.icon-bell-alt:before {
	content: '\f0f3';
}
.icon-coffee:before {
	content: '\f0f4';
}
.icon-food:before {
	content: '\f0f5';
}
.icon-file-text-alt:before {
	content: '\f0f6';
}
.icon-building:before {
	content: '\f0f7';
}
.icon-hospital:before {
	content: '\f0f8';
}
.icon-ambulance:before {
	content: '\f0f9';
}
.icon-medkit:before {
	content: '\f0fa';
}
.icon-fighter-jet:before {
	content: '\f0fb';
}
.icon-beer:before {
	content: '\f0fc';
}
.icon-h-sign:before {
	content: '\f0fd';
}
.icon-plus-sign-alt:before {
	content: '\f0fe';
}
.icon-double-angle-left:before {
	content: '\f100';
}
.icon-double-angle-right:before {
	content: '\f101';
}
.icon-double-angle-up:before {
	content: '\f102';
}
.icon-double-angle-down:before {
	content: '\f103';
}
.icon-angle-left:before {
	content: '\f104';
}
.icon-angle-right:before {
	content: '\f105';
}
.icon-angle-up:before {
	content: '\f106';
}
.icon-angle-down:before {
	content: '\f107';
}
.icon-desktop:before {
	content: '\f108';
}
.icon-laptop:before {
	content: '\f109';
}
.icon-tablet:before {
	content: '\f10a';
}
.icon-mobile-phone:before {
	content: '\f10b';
}
.icon-circle-blank:before {
	content: '\f10c';
}
.icon-quote-left:before {
	content: '\f10d';
}
.icon-quote-right:before {
	content: '\f10e';
}
.icon-spinner:before {
	content: '\f110';
}
.icon-circle:before {
	content: '\f111';
}
.icon-mail-reply:before,
.icon-reply:before {
	content: '\f112';
}
.icon-github-alt:before {
	content: '\f113';
}
.icon-folder-close-alt:before {
	content: '\f114';
}
.icon-folder-open-alt:before {
	content: '\f115';
}
.icon-expand-alt:before {
	content: '\f116';
}
.icon-collapse-alt:before {
	content: '\f117';
}
.icon-smile:before {
	content: '\f118';
}
.icon-frown:before {
	content: '\f119';
}
.icon-meh:before {
	content: '\f11a';
}
.icon-gamepad:before {
	content: '\f11b';
}
.icon-keyboard:before {
	content: '\f11c';
}
.icon-flag-alt:before {
	content: '\f11d';
}
.icon-flag-checkered:before {
	content: '\f11e';
}
.icon-terminal:before {
	content: '\f120';
}
.icon-code:before {
	content: '\f121';
}
.icon-mail-reply-all:before,
.icon-reply-all:before {
	content: '\f122';
}
.icon-star-half-empty:before,
.icon-star-half-full:before {
	content: '\f123';
}
.icon-location-arrow:before {
	content: '\f124';
}
.icon-crop:before {
	content: '\f125';
}
.icon-code-fork:before {
	content: '\f126';
}
.icon-unlink:before {
	content: '\f127';
}
.icon-question:before {
	content: '\f128';
}
.icon-info:before {
	content: '\f129';
}
.icon-exclamation:before {
	content: '\f12a';
}
.icon-superscript:before {
	content: '\f12b';
}
.icon-subscript:before {
	content: '\f12c';
}
.icon-eraser:before {
	content: '\f12d';
}
.icon-puzzle-piece:before {
	content: '\f12e';
}
.icon-microphone:before {
	content: '\f130';
}
.icon-microphone-off:before {
	content: '\f131';
}
.icon-shield:before {
	content: '\f132';
}
.icon-calendar-empty:before {
	content: '\f133';
}
.icon-fire-extinguisher:before {
	content: '\f134';
}
.icon-rocket:before {
	content: '\f135';
}
.icon-maxcdn:before {
	content: '\f136';
}
.icon-chevron-sign-left:before {
	content: '\f137';
}
.icon-chevron-sign-right:before {
	content: '\f138';
}
.icon-chevron-sign-up:before {
	content: '\f139';
}
.icon-chevron-sign-down:before {
	content: '\f13a';
}
.icon-html5:before {
	content: '\f13b';
}
.icon-css3:before {
	content: '\f13c';
}
.icon-anchor:before {
	content: '\f13d';
}
.icon-unlock-alt:before {
	content: '\f13e';
}
.icon-bullseye:before {
	content: '\f140';
}
.icon-ellipsis-horizontal:before {
	content: '\f141';
}
.icon-ellipsis-vertical:before {
	content: '\f142';
}
.icon-rss-sign:before {
	content: '\f143';
}
.icon-play-sign:before {
	content: '\f144';
}
.icon-ticket:before {
	content: '\f145';
}
.icon-minus-sign-alt:before {
	content: '\f146';
}
.icon-check-minus:before {
	content: '\f147';
}
.icon-level-up:before {
	content: '\f148';
}
.icon-level-down:before {
	content: '\f149';
}
.icon-check-sign:before {
	content: '\f14a';
}
.icon-edit-sign:before {
	content: '\f14b';
}
.icon-external-link-sign:before {
	content: '\f14c';
}
.icon-share-sign:before {
	content: '\f14d';
}
.icon-compass:before {
	content: '\f14e';
}
.icon-collapse:before {
	content: '\f150';
}
.icon-collapse-top:before {
	content: '\f151';
}
.icon-expand:before {
	content: '\f152';
}
.icon-eur:before,
.icon-euro:before {
	content: '\f153';
}
.icon-gbp:before {
	content: '\f154';
}
.icon-dollar:before,
.icon-usd:before {
	content: '\f155';
}
.icon-inr:before,
.icon-rupee:before {
	content: '\f156';
}
.icon-jpy:before,
.icon-yen:before {
	content: '\f157';
}
.icon-cny:before,
.icon-renminbi:before {
	content: '\f158';
}
.icon-krw:before,
.icon-won:before {
	content: '\f159';
}
.icon-bitcoin:before,
.icon-btc:before {
	content: '\f15a';
}
.icon-file:before {
	content: '\f15b';
}
.icon-file-text:before {
	content: '\f15c';
}
.icon-sort-by-alphabet:before {
	content: '\f15d';
}
.icon-sort-by-alphabet-alt:before {
	content: '\f15e';
}
.icon-sort-by-attributes:before {
	content: '\f160';
}
.icon-sort-by-attributes-alt:before {
	content: '\f161';
}
.icon-sort-by-order:before {
	content: '\f162';
}
.icon-sort-by-order-alt:before {
	content: '\f163';
}
.icon-thumbs-up:before {
	content: '\f164';
}
.icon-thumbs-down:before {
	content: '\f165';
}
.icon-youtube-sign:before {
	content: '\f166';
}
.icon-youtube:before {
	content: '\f167';
}
.icon-xing:before {
	content: '\f168';
}
.icon-xing-sign:before {
	content: '\f169';
}
.icon-youtube-play:before {
	content: '\f16a';
}
.icon-dropbox:before {
	content: '\f16b';
}
.icon-stackexchange:before {
	content: '\f16c';
}
.icon-instagram:before {
	content: '\f16d';
}
.icon-flickr:before {
	content: '\f16e';
}
.icon-adn:before {
	content: '\f170';
}
.icon-bitbucket:before {
	content: '\f171';
}
.icon-bitbucket-sign:before {
	content: '\f172';
}
.icon-tumblr:before {
	content: '\f173';
}
.icon-tumblr-sign:before {
	content: '\f174';
}
.icon-long-arrow-down:before {
	content: '\f175';
}
.icon-long-arrow-up:before {
	content: '\f176';
}
.icon-long-arrow-left:before {
	content: '\f177';
}
.icon-long-arrow-right:before {
	content: '\f178';
}
.icon-apple:before {
	content: '\f179';
}
.icon-windows:before {
	content: '\f17a';
}
.icon-android:before {
	content: '\f17b';
}
.icon-linux:before {
	content: '\f17c';
}
.icon-dribbble:before {
	content: '\f17d';
}
.icon-skype:before {
	content: '\f17e';
}
.icon-foursquare:before {
	content: '\f180';
}
.icon-trello:before {
	content: '\f181';
}
.icon-female:before {
	content: '\f182';
}
.icon-male:before {
	content: '\f183';
}
.icon-gittip:before {
	content: '\f184';
}
.icon-sun:before {
	content: '\f185';
}
.icon-moon:before {
	content: '\f186';
}
.icon-archive:before {
	content: '\f187';
}
.icon-bug:before {
	content: '\f188';
}
.icon-vk:before {
	content: '\f189';
}
.icon-weibo:before {
	content: '\f18a';
}
.icon-renren:before {
	content: '\f18b';
}
