@font-face {
	font-family: 'icomoon';
	src: url('/fonts/icomoon.eot?5dlxy5');
	src: url('/fonts/icomoon.eot?5dlxy5#iefix') format('embedded-opentype'),
		  url('/fonts/icomoon.ttf?5dlxy5') format('truetype'),
		  url('/fonts/icomoon.woff?5dlxy5') format('woff'),
		  url('/fonts/icomoon.svg?5dlxy5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	background-color: #2d3439;
	color: #8d996e;
}
body {
	margin: 0;
	padding: 0;
	font-family: Merriweather, Georgia, 'Times New Roman', Times, serif;

	-webkit-text-size-adjust: 100%;
}
a {
	background-color: #2d3439;
	color: #fff;
}
a:hover,
a:focus,
a:active {
	background-color: #2d3439;
	color: #a3a6a8;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
h4,
h5,
h6,
b,
strong,
th {
	font-weight: 700;
}

h1,
.site-content-heading,
h2,
.site-content-sub-heading,
h3 {
	font-weight: 400;
}

h1,
.site-content-heading {
	margin: 0.55em 0;
	font-size: 2.5em;
	line-height: 1.2;
	letter-spacing: 0.055em;
}
.site-content-heading {
	text-align: center;
}

@media screen and (min-width: 30em) and (max-width: 47.4375em) {
	.site-content-heading {
		margin-top: 1.1em;
	}
}

@media screen and (min-width: 47.5em) {
	h1,
	.site-content-heading {
		margin: 0.6em 0;
		font-size: 3.125em;
		line-height: 1.2;
	}
	.site-content-heading {
		margin-top: 1.2em;
	}
}

h2,
.site-content-sub-heading {
	margin: 0.733333em 0;
	font-size: 1.875em;
	line-height: 1.133333;
}

.site-content-summary {
	max-width: 25em;
	margin: -1em auto 1.2em;
	font-size: 1.25em;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-align: center;
	text-transform: uppercase;
}

h3,
.site-content-sub-sub-heading {
	margin: 1.1em 0;
	font-size: 1.25em;
	line-height: 1.2;
}
p,
h4,
h5,
h6,
ul,
ol,
table,
pre,
.page-nav,
.font-size-default {
	margin-top: 1.375em;
	margin-bottom: 1.375em;
	font-size: 1em;
	line-height: 1.5;
}
.font-small {
	margin: 1.2857142857em 0;
	font-size: 0.875em;
	line-height: 1.2857142857;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0;
	font-size: 1em;
}
nav ul,
form ol,
form ul {
	list-style: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
}
input,
button,
select,
textarea {
	background-color: #fff;
	color: #2d3439;
	border: 1px solid #fff;
	font-family: Lato, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	transition: all 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #9cf;

	box-shadow: 0 0 0.286em -1px #36f;
}
input:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring {
	outline: transparent;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input.submit,
button,
input.button {
	cursor: pointer;
}
button,
input.button {
	background-color: #666;
	color: #fff;
	border-color: #666;
}
button:hover,
input.button:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}
input.submit,
button.submit {
	background-color: #8d996e;
	color: #fff;
	border-color: #8d996e;
}
input.submit:hover,
button.submit:hover {
	background-color: #2d3439;
	color: #fff;
	border-color: #2d3439;
}
form p {
	font-size: 1em;
}
form ol,
form ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace, monospace;
}
pre {
	padding: 1em;
	overflow: auto;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after {
	content: '';
	display: table;
}
.clear-self:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-centre {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-lato {
	font-family: Lato, Verdana, Helvetica, Arial, sans-serif;
}
.font-default {
	font-family: Merriweather, Georgia, 'Times New Roman', Times, serif;
}
.float-container {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.remove {
	display: none !important;
}
.js .remove-if-js-enabled {
	display: none;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relative {
	position: relative;
}
.list-reset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

/* ------ Mini Modules ------ */
.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #eaf5ea;
	color: #393;

	box-shadow: 0 0 0.429em #393;
}
.error {
	background-color: #fae5e5;
	color: #c00;

	box-shadow: 0 0 0.429em #c00;
}

.webwiz_table {
	border-collapse: collapse;
}
.webwiz_table th,
.webwiz_table td {
	padding: 0.25em;
	text-align: left;
}
.webwiz_table th:first-child,
.webwiz_table td:first-child {
	padding-left: 0;
}

.no-img,
.embedded-map {
	height: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.no-img {
	background-color: rgba(0, 0, 0, 0.2);
	color: #2d3439;
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	background-color: rgba(0, 0, 0, 0.25);
	color: #2d3439;
}
.embedded-map {
	padding: 0 0 100%;
	color: #2d3439;
}
.embedded-map {
	background-color: rgba(0, 0, 0, 0.1);
}
.embedded-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.no-img p {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 90%;
	margin: 0 !important;

	-webkit-transform: translate(-5%, -50%);
	-ms-transform: translate(-5%, -50%);
	transform: translate(-5%, -50%);
}

@media screen and (min-width: 26.25em) {
	.embedded-map {
		padding: 0 0 47.39884393063583815%;
	}
}

.icon-icomoon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "\e903";
}
.icon-basket:before {
  content: "\e904";
}
.icon-cart:before {
  content: "\e905";
}
.icon-pinterest:before {
	content: "\e901";
}
.icon-instagram:before {
	content: "\e900";
}
.icon-film4:before {
	content: "\e961";
}
.icon-zoom-in2:before {
	content: "\eb31";
}
.icon-menu7:before {
	content: "\ec6e";
}
.icon-arrow-up4:before {
	content: "\edb7";
}
.icon-arrow-down4:before {
	content: "\edbf";
}
.icon-circle-right5:before {
	content: "\ee29";
}
.icon-google-plus:before {
	content: "\eee4";
}
.icon-facebook:before {
	content: "\eee8";
}
.icon-twitter:before {
	content: "\eeed";
}

.prompt-right {
	border-width: 0.4375em 0.75em;
	border-style: inset none inset solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.simple-prompt-left,
.simple-prompt-right {
	font-style: normal;
}
.simple-prompt-left:before {
	content: '<';
}
.simple-prompt-right:before {
	content: '>';
}

/*.bg-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}*/

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */
.wrapper {
	max-width: 67.375em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.site-content-1-2 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid-adjust-3-col,
.grid-adjust-default {
	margin-right: -0.625em;
	margin-left: -0.625em;
}
.grid-adjust-4-col {
	margin-right: -0.5625em;
	margin-left: -0.5625em;
}
.grid-adjust-7-col {
	margin-right: -0.4375em;
	margin-left: -0.4375em;
}
.standard-padding,
.gutter-default {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.double-padding {
	padding-right: 1.25em;
	padding-left: 1.25em;
}

.site-content-primary > .padding {
	padding-right: 0.625em;
	padding-left: 0.625em;
}

@media screen and (min-width: 37.5em) {
	.site-footer-primary,
	.site-footer-secondary {
		display: inline-block;
		vertical-align: middle;
	}
	.site-footer-primary {
		width: 66.6666666667%;
	}
	.site-footer-secondary {
		width: 33.3333333333%;
	}
}

@media all and (min-width: 45em) {
	.site-content-1-2 {
		width: 50%;
	}
}

@media screen and (min-width: 56.25em) {
	.site-content-primary,
	.site-content-secondary {
		display: inline-block;
		vertical-align: top;
	}
	.site-content-primary {
		width: 66.6666666667%;
	}
	.site-content-secondary {
		width: 33.3333333333%;
	}
	.pull-site-content-primary,
	.push-site-content-primary,
	.pull-site-content-secondary,
	.push-site-content-secondary {
		position: relative;
	}
	.pull-site-content-primary {
		left: -66.6666666667%;
	}
	.push-site-content-primary {
		left: 66.6666666667%;
	}
	.pull-site-content-secondary {
		left: -33.3333333333%;
	}
	.push-site-content-secondary {
		left: 33.3333333333%;
	}

	.site-content-primary > .padding {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}

@media all and (min-width: 80em) {
	.grid-adjust-default {
		margin-right: -1.25em;
		margin-left: -1.25em;
	}
	.gutter-default {
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}

/* ------ Modules ------ */
.cw-ob-1 {
	background-color: #36393c;
	color: #fff;
}
.cw-ob-1 a {
	background-color: transparent;
	color: #8d996e;
}
.cw-ob-1 a:hover,
.cw-ob-1 a:focus,
.cw-ob-1 a:active {
	background-color: #36393c;
	color: #a3a6a8;
}
.cw-ob-2 {
	background-color: #fff;
	color: #2d3439;
}
.cw-ob-2 a {
	background-color: #fff;
	color: #666a41;
}
.cw-ob-2 a:hover,
.cw-ob-2 a:focus,
.cw-ob-2 a:active {
	background-color: #fff;
	color: #4b4f29;
}
.cw-default {
	background-color: #2d3439;
	color: #8d996e;
}
.cw-default a {
	background-color: #2d3439;
	color: #fff;
}
.cw-default a:hover,
.cw-default a:focus,
.cw-default a:active {
	background-color: #2d3439;
	color: #a3a6a8;
}

.keyline-1 {
	border: 1px solid #d1d2bf;
}

.horizontal-divider {
	border-top: 1px solid #fff;
}

.site-header {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 30em) {
	.site-header {
		border-bottom: 1px solid #36393c;
	}

	.site-header.no-top-image {
		border-bottom-color: #fff;
	}
}

.logo a {
	display: block;
	max-width: 20.3125em;
	margin: 0.75em auto;
}
.logo img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 19.9375em) {
	.contact-header {
		display: none;
	}
}

@media screen and (min-width: 20em) {
	.contact-header {
		margin-top: -3.375em;
		background-color: transparent;
		color: #fff;
		text-align: right;
	}
	.contact-header p {
		font-style: italic;
	}
	.contact-header p.w-basket {
		margin-top: 0.5em;
	}
}

@media screen and (min-width: 37.5em) {
	.logo,
	.contact-header {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}

	.logo a {
		margin-right: auto;
		margin-left: 0;
	}

	.contact-header {
		margin-top: 0;
	}
}

.site-header-navs {
	position: relative;
	/*margin-right: -1.25em;
	margin-left: -1.25em;*/
}
.site-header-navs.fixed {
	position: fixed;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
}

.nav-main a,
.nav-booking a {
	display: block;
	padding: 0.1875em 0.5em;
	text-decoration: none;
}
.nav-booking a,
.nav-booking ul {
	background-color: #2d3439;
	color: #fff;
}
.nav-booking a:hover,
.nav-booking a:focus,
.nav-booking a:active {
	background-color: #2d3439;
	color: #a3a6a8;
}
.nav-main .nav-btn,
.nav-booking .nav-btn {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}
.nav-main .nav-btn .icon-icomoon,
.nav-booking .nav-btn .icon-icomoon {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.25em;
}
.nav-main ul,
.nav-booking ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0.625em 0;
}

.nav-booking ul:target {
	display: block;
}
.nav-booking .show {
	display: block;
}

.nav-main li,
.nav-booking li {
	margin-right: 0.75em;
	margin-left: 0.75em;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.nav-main li:first-child,
.nav-booking li:first-child {
	border-top: 0;
}

@media screen and (min-width: 30em) {
	.site-header-navs {
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		max-width: 22.5em;
		margin-top: 1px;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 30em) and (max-width: 61.1875em) {
	.site-header-navs.fixed {
		right: 0;
		left: auto;
		margin-top: 0;
	}
}

@media screen and (max-width: 61.1875em) {
	.site-header-navs .wrapper {
		padding-right: 0;
		padding-left: 0;
	}

	.nav-main,
	.nav-booking {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		text-align: center;
	}
	.nav-main a,
	.nav-main ul {
		background-color: #2d3439;
		color: #fff;
	}
	.nav-main a:hover,
	.nav-main a:focus,
	.nav-main a:active {
		background-color: #2d3439;
		color: #a3a6a8;
	}

	.nav-main ul:target {
		display: block;
	}
	.nav-main .show {
		display: block;
	}
}

@media screen and (min-width: 61.25em) {
	.site-header-navs {
		position: absolute;
		top: auto;
		bottom: 0;
		max-width: none;
		margin-top: 0;

		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.site-header-navs.fixed {
		background-color: #2d3439;
		color: #fff;
	}

	.nav-main {
		margin: 0.375em 1.25em;
		text-align: right;
	}
	.nav-main .nav-btn {
		display: none;
	}
	.nav-main a {
		padding: 0.125em;
		background-color: transparent;
		color: #fff;
	}
	.nav-main a:hover,
	.nav-main a:focus,
	.nav-main a:active {
		background-color: transparent;
		color: #8d996e;
	}

	.site-header-navs.fixed .nav-main a:hover,
	.site-header-navs.fixed .nav-main a:focus,
	.site-header-navs.fixed .nav-main a:active {
		background-color: transparent;
		color: #a3a6a8;
	}

	.nav-main > ul {
		display: block;
		position: static;
		padding: 0;
	}
	.nav-main > ul > li,
	.nav-main > ul > li > a {
		display: inline-block;
		vertical-align: middle;
	}
	.nav-main > ul > li {
		margin: 0;
		border-top: 0;
	}
	.nav-main > ul > li:before {
		content: '-';
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.7142857142857em;
		margin-left: 0.7142857142857em;
		font-size: 0.75em;
		line-height: 1;
	}
	.nav-main > ul > li:first-child:before {
		content: '';
		display: none;
	}

	.nav-booking {
		position: absolute;
		top: 100%;
		right: 1.25em;
		width: 100%;
		max-width: 11.25em;
		margin-top: 1px;
		text-align: center;
	}
	.nav-booking > ul {
		right: 0;
		left: auto;
		width: 100%;
	}
}

.site-content {
	position: relative;
	z-index: 1;
}

.site-content-1-2 {
	display: inline-block;
	vertical-align: top;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (min-width: 45em) {
	.site-content-1-2 {
		width: 50%;
	}
}

.top-section {
	text-align: center;
}
.top-image {
	height: 0;
	padding: 0 0 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.top-section .heading .smaller {
	font-size: 0.6em;
}

@media screen and (min-width: 20em) {
	.top-section,
	.top-section.no-video {
		position: relative;
	}
	.top-section.w-video {
		position: initial;
	}
	.top-section .heading-group {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;

		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
	}
	.top-section.w-video .heading-group {
		top: 60%;
	}
	.top-section .heading {
		margin-top: 0;
		padding-right: 0.5em;
		padding-left: 0.5em;

		-webkit-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
		-moz-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
		-ms-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
		-o-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
		text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
	}
	.top-section .site-content-summary {
		padding-right: 1em;
		padding-left: 1em;

		-webkit-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
		-moz-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
		-ms-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
		-o-text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
		text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);
	}
}

@media screen and (max-width: 32.4375em) {
	.top-section .down-prompt {
		display: none;
	}
}

@media screen and (min-width: 32.5em) {
	.top-section .heading-group {
		top: 40%;
	}
	.top-section.w-video .heading-group {
		top: 50%;
	}

	.top-section .down-prompt {
		margin: 4.7% 0 0;
	}
	.js .top-section .down-prompt {
		opacity: 0;

		-webkit-transition: opacity 0.25s;
		-o-transition: opacity 0.25s;
		transition: opacity 0.25s;
	}
	.js .top-section .down-prompt.reveal {
		opacity: 1;
	}
	.top-section .down-prompt a {
		display: inline-block;
		vertical-align: top;
		background-color: transparent;
		color: #fff;
		text-decoration: none;
	}
	.top-section .down-prompt .icon-icomoon,
	.top-section .down-prompt .icon-icomoon:before {
		display: block;
	}
	.top-section .down-prompt .icon-icomoon {
		padding: 0.4166666667em;
		font-size: 1.5em;
		border: 1px solid #fff;

		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.top-section .down-prompt .icon-icomoon {
		background-color: rgba(0, 0, 0, 0.19);

		-webkit-transition: background-color 0.15s ease;
		-o-transition: background-color 0.15s ease;
		transition: background-color 0.15s ease;
	}
	.top-section .down-prompt a:hover .icon-icomoon,
	.top-section .down-prompt a:focus .icon-icomoon,
	.top-section .down-prompt a:active .icon-icomoon {
		background-color: rgba(0, 0, 0, 0.4);
	}
}

@media screen and (max-width: 33.75em) {
	.top-section.w-video .heading-group {
		font-size: 13px;
	}
}

@media screen and (min-width: 40em) {
	.top-image {
		padding-bottom: 72.9%;
	}
}

@media screen and (min-width: 47.5em) {
	.top-section .heading {
		padding-right: 0.4em;
		padding-left: 0.4em;
	}
}

@media screen and (min-width: 60em) {
	.top-image {
		padding-bottom: 59.35%;
	}
}

@media screen and (min-width: 80em) {
	.top-image {
		padding-bottom: 45.8%;
	}
}

.main-page-content {
	padding-top: 0.625em;
	padding-bottom: 1.25em;
}

.content-section {
	margin-top: -1.375em;
	overflow: hidden;
}
.content-section img {
	display: block;
	width: 100%;
	margin: 1.25em auto;
}
.content-section img.block {
	margin-right: 0;
	margin-left: 0;
}

@media all and (min-width: 37.5em) {
	.content-section img.pull-left {
		float: left;
		margin-right: 1.25em;
		margin-left: 0;
	}
	.content-section img.pull-right {
		float: right;
		margin-right: 0;
		margin-left: 1.25em;
	}
}

.site-content-panel {
	margin: 1.375em 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

	-webkit-border-radius: 0.1875em;
	-moz-border-radius: 0.1875em;
	-ms-border-radius: 0.1875em;
	-o-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
.site-content-panel .heading {
	margin: 0.4em 0;
}
.site-content-panel .webwiz_table,
.site-content-panel p {
	margin: 0.5em 0;
}

.side-images {
	padding: 0.625em 0;
	text-align: center;
}
.side-images .item {
	width: 100%;
	margin: 0.625em 0;
	vertical-align: top;
}
.side-images .container {
	max-width: 21.625em;
	vertical-align: top;
	margin: 0 auto;
}
.side-images img {
	display: block;
	width: 100%;
}

.js .side-images-cycle .item {
	width: 100% !important;
	background-color: #2d3439;
	color: #fff;
}

@media screen and (min-width: 37.5em) {
	.side-images {
		max-width: 45.75em;
		margin-right: auto;
		margin-left: auto;
	}
	.side-images .item {
		width: 50%;
	}
	.side-images .container {
		margin: 0 0.625em;
	}

	.js .side-images-cycle {
		max-width: none;
	}
}

@media screen and (min-width: 56.25em) {
	.side-images {
		max-width: none;
	}
	.side-images .item {
		width: 100%;
	}
	.side-images .container {
		margin-right: 0;
		margin-left: 0;
	}

	.side-images-cycle .item {
		display: none;
	}
	.side-images-cycle .item:first-child {
		display: block;
	}
}

.cycle-nav {
	position: absolute;
	z-index: 101;
	top: 50%;
	padding: 0.5em;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;

	transform: translateY(-50%);
}
.cycle-prev {
	left: 0;
}
.cycle-next {
	right: 0;
}

.simple-inline-form {
	font-size: 0.875em;
	line-height: 1.285714;
}
.simple-inline-form input {
	padding: 0.285714em;
}

.product-detail-purchase-form {
	margin-bottom: 2.75em;
}
.product-detail-purchase-form .submit {
	display: block;
	padding: 0.5em 1em;
}
.product-detail-purchase-form .quantity-to-purchase {
	width: 3.5em;
	padding: 6px 3px;
	text-align: center;
}

.standard-form {
	max-width: 20.625em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.375em;
	margin-bottom: 1.375em;
	font-size: 1em;
	line-height: 1.25;
}
.standard-form legend {
	margin: 0;
	padding: 0.25em 0;
	border-bottom: 1px solid #d1d2bf;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2;
}
.standard-form fieldset.styled,
.standard-form .control-actions {
	margin: 1.875em 0;
	padding: 1em;
	box-shadow: 0 0 1em 1px rgba(0, 0, 0, 0.2);
}
.standard-form .control-actions {
	padding-top: 1em;
	padding-bottom: 1em
}
.standard-form li {
	margin: 0.3125em 0;
}
.standard-form li.required label:after {
	content: '\0000a0*';
	background-color: transparent;
	color: #c00;
}
.standard-form p.note {
	margin-bottom: 0.625em;
}
.standard-form li:first-child p.note {
	margin-top: 0.625em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.25em;
	vertical-align: top;

	-webkit-border-radius: 0.1875em;
	-moz-border-radius: 0.1875em;
	-ms-border-radius: 0.1875em;
	-o-border-radius: 0.1875em;
	border-radius: 0.1875em;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	margin: 0.25em 0 0;
	border: 0;
	vertical-align: middle;
}
.standard-form input.submit,
.standard-form input.button,
.standard-form button {
	width: auto;
	padding-right: 1.875em;
	padding-left: 1.875em;
}

@media screen and (min-width: 61.875em) {
	.standard-form {
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}
	.standard-form label,
	.standard-form .label {
		width: 7.625em;
		margin-top: 0.25em;
		vertical-align: top;
	}
	.standard-form li.required:after {
		content: '\0000a0*';
		background-color: transparent;
		color: #c00;
	}
	.standard-form li.required label:after {
		content: '';
	}
	.standard-form input,
	.standard-form textarea {
		width: 20.625em;
	}
	.standard-form select {
		width: auto;
		min-width: 20.625em;
	}
	.standard-form .no-label {
		margin-left: 7.625em;
	}
}

.awards-accolades-container {
	padding-top: 1.375em;
	padding-bottom: 1.375em;
}
.awards-accolades-container a {
	background-color: #fff;
	color: #2d3439;
	text-decoration: none;
}
.awards-accolades-container a:hover,
.awards-accolades-container a:focus,
.awards-accolades-container a:active {
	background-color: #fff;
	color: #666a41;
}
.awards-accolades-container a .prompt-right {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.4375em;
	border-left-color: #b3b79e;
}
.awards-accolades-container .heading {
	margin: 0.8333333333em 0;
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.2222222222;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.awards-accolades {
	margin: 1.375em 0;
	border-top: 1px solid #ded8d8;
	border-bottom: 1px solid #ded8d8;
}
.awards-accolades .grid-child {
	margin-top: 0;
	margin-bottom: 0;
}

.grid-child {
	margin: 1.375em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	list-style: none;
}
.grid-small {
	max-width: 19.5em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.grid-child .item {
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.grid-small .item {
	width: 50%;
}
.grid-child .item a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.grid-download a {
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.grid-download a:hover,
.grid-download a:focus,
.grid-download a:active {
	background-color: transparent;
	color: #8d996e;
}
.grid-child .container {
	width: 100%;
	vertical-align: top;
}
.grid-standard .container {
	max-width: 22.875em;
	margin: 2.7322404371584699% 0;
}
.grid-small .container {
	max-width: 9.75em;
	margin: 4.487179487179487179487% 0;
}
.grid-child .content {
	display: block;
}
.grid-standard .content {
	margin: 0 2.7322404371584699%;
}
.grid-small .content {
	margin: 0 4.487179487179487179487%;
}
.grid-standard .content {
	position: relative;
}
.grid-standard .hover-caption-present .content {
	overflow: hidden;
}
.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}
.grid-child .large-item .no-img {
	padding-bottom: 48.595505617977528%;
}
.grid-standard-with-image .heading {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	margin: 0;
	font-size: 1.875em;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;

	-webkit-text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.87);
	-moz-text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.87);
	-ms-text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.87);
	-o-text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.87);
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.87);

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.grid-standard .hover-caption-present .heading {
	-webkit-transition: top 0.25s ease;
	-o-transition: top 0.25s ease;
	transition: top 0.25s ease;
}*/
.grid-standard .hover-caption-present a:hover .heading,
.grid-standard .hover-caption-present a:focus .heading,
.grid-standard .hover-caption-present a:active .heading {
	top: -50%;
}
.grid-standard a .hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);

	-webkit-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.grid-standard a:hover .hover-overlay,
.grid-standard a:focus .hover-overlay,
.grid-standard a:active .hover-overlay {
	background-color: rgba(0, 0, 0, 0.56);
}
.grid-standard .hover-caption-present a .hover-overlay {
	/*top: 100%;
	display: none;*/
}
.grid-standard .hover-caption-present a:hover .hover-overlay,
.grid-standard .hover-caption-present a:focus .hover-overlay,
.grid-standard .hover-caption-present a:active .hover-overlay {
	top: 0;
	display: block;
}
.grid-standard .hover-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin: 0;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grid-standard .hover-content .hover-text {
	margin: 0.5em 0;
}
.grid-standard .hover-caption-present a .hover-overlay img,
.grid-standard .hover-caption-present a .hover-overlay p {
	display: none;
}
.grid-standard .hover-caption-present a:hover .hover-overlay img,
.grid-standard .hover-caption-present a:hover .hover-overlay p {
	display: block;
}
.grid-standard .hover-content .svg {
	width: 44.94382022471909721162%;
	margin-right: auto;
	margin-left: auto;
}
.grid-standard .hover-content .svg.wine-bottle-1,
.grid-standard .hover-content .svg.wine-bottle-2,
.grid-standard .hover-content .svg.wine-glass {
	width: 18.497109826589595375722543352601%;
}
.grid-standard .large-item .hover-content .svg.wine-bottle-1,
.grid-standard .large-item .hover-content .svg.wine-bottle-2,
.grid-standard .large-item .hover-content .svg.wine-glass {
	width: 14.606741573033707865168539325843%;
}
.grid-child .summary {
	margin: -0.7333333333em 0 1.4666666667em;
	font-size: 0.9375em;
	line-height: 1.2;
}
.grid-gallery-item .icon-icomoon,
.grid-gallery-item .icon-icomoon:before {
	display: block;
}
.grid-gallery-item .icon-icomoon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grid-gallery-item .icon-icomoon:before {
	margin: 0 auto;

	-webkit-transition: font-size 0.25s;
	-o-transition: font-size 0.25s;
	transition: font-size 0.25s;
}
.grid-gallery-item .icon-film4:before {
	font-size: 4em;
}
.grid-gallery-item a:hover .icon-film4:before,
.grid-gallery-item a:focus .icon-film4:before,
.grid-gallery-item a:active .icon-film4:before {
	font-size: 0;
}
.grid-gallery-item .icon-zoom-in2:before {
	font-size: 0;
}
.grid-gallery-item a:hover .icon-zoom-in2:before,
.grid-gallery-item a:focus .icon-zoom-in2:before,
.grid-gallery-item a:active .icon-zoom-in2:before {
	font-size: 4em;
}
.grid-download .heading {
	margin-top: 0.5em;
}
.grid-download .svg-container {
	position: relative;
	height: 0;
	padding: 0 0 26.011560693641618497109826589595%;
}
.grid-download .svg-container .svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	max-width: 100%;
}
.grid-download .svg-container .svg[src$="png"] {
	left: 50%;
	max-width: 104px;
	margin-right: auto;
	margin-left: auto;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.grid-gallery-item .caption {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

@media screen and (min-width: 30em) {
	.grid-small {
		max-width: 29.25em;
	}
	.grid-small .item {
		width: 33.3333333333%;
	}
}

@media screen and (min-width: 37.5em) {
	.grid-standard {
		max-width: 45.75em;
		margin-right: auto;
		margin-left: auto;
	}
	.grid-standard .item {
		width: 50%;
	}
	.grid-standard .large-item {
		width: 100%;
	}
	.grid-standard .large-item .container {
		max-width: 45.75em;
		margin: 1.366120218579234972677595628% 0;
	}
	.grid-standard .large-item .content {
		margin: 0 1.366120218579234972677595628%;
	}
}

@media screen and (min-width: 40em) {
	.grid-small {
		max-width: none;
	}
	.grid-small .item {
		width: 20%;
	}
}

@media screen and (min-width: 56.25em) {
	.grid-standard {
		max-width: none;
	}
	.grid-standard .item {
		width: 33.3333333333333%;
	}
	.grid-standard .large-item {
		width: 66.6666666666667%;
	}

	.grid-small .item {
		width: 14.28571428571428647558%;
	}
}


.list-child {
	margin: 1.375em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
}
.list-child .item {
	border-top: 1px dashed #d1d2bf;
}
.list-child .item:first-child {
	border-top: 0;
}
.list-child .image {
	max-width: 22.875em;
	margin-right: auto;
	margin-left: auto;
}
.list-child img,
.list-child .no-img {
	margin: 1.375em 0;
}
.list-child img {
	display: block;
	width: 100%;
}
.list-child .no-img {
	padding: 0 0 67.05202312138728323699%;
}
.list-child .text .padding {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
.list-child .more-link {
	text-decoration: none;
}

@media screen and (min-width: 40em) {
	.list-child .image,
	.list-child .text {
		display: inline-block;
		vertical-align: top;
	}
	.list-child .image {
		width: 33.3333333333%;
	}
	.list-child .text {
		width: 66.6666666667%;
	}
	.list-child .text .padding {
		padding-left: 1.25em;
	}
}

.page-nav {
	margin: 0;
}
.page-nav .prev,
.page-nav .next {
	width: 33%;
}
.page-nav .page-list {
	width: 34%;
	text-align: center;
}
.page-nav .next {
	text-align: right;
}

.site-footer {
	padding-top: 0.4375em;
	padding-bottom: 0.4375em;
	text-align: center;
}
.site-footer a {
	text-decoration: none;
}

.nav-footer ul {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}
.nav-footer li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.list-social-media {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}
.list-social-media .item {
	display: inline-block;
	vertical-align: top;
	margin: 0.4375em;
}
.list-social-media .icon-icomoon,
.list-social-media .icon-icomoon:before {
	display: block;
}
.list-social-media .icon-icomoon {
	width: 1em;
	font-size: 2em;
}

.contact-footer p,
.contact-footer li {
	margin: 0.5em 0;
}
.contact-footer ul {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 37.5em) {
	.nav-footer {
		text-align: left;
	}
	.nav-footer li {
		display: inline-block;
		vertical-align: middle;
	}
	.nav-footer li:before {
		content: '-';
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.42857142857em;
		margin-left: 0.42857142857em;
		background-color: transparent;
		color: #fff;
	}
	.nav-footer li:first-child:before {
		content: '';
		display: none;
	}

	.list-social-media {
		text-align: right;
	}
}

@media screen and (min-width: 56.25em) {
	.contact-list li {
		display: inline-block;
		vertical-align: top;
	}
	.contact-list li:before {
		content: '-';
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.42857142857em;
		margin-left: 0.42857142857em;
	}
	.contact-list li:first-child:before {
		content: '';
		display: none;
	}
}
.ui-state-active, .ui-widget-content .ui-state-active {
		background: #000 !important;
}


.first-visit-popup-box {
	display: none;
	text-align: center;
}
.mfp-container .first-visit-popup-box {
	display: block;
	max-width: 43.75em;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
@media all and (max-width: 28.75em) {
	.mfp-container .first-visit-popup-box {
		font-size: 0.875em;
	}
}
.mfp-container .first-visit-popup-box a.relative {
	display: block;
}
.mfp-container .first-visit-popup-box .popup-box-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.popup-box-overlay p {
	font-size: 1.25em;
	margin: 1em 0;
}
.mfp-container .first-visit-popup-box .content-module {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;

	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.87);

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mfp-container .first-visit-popup-box .image-module img {
	width: 100%;
	max-width: 43.75em;
	display: block;
}
@media screen and (min-width: 30em) {
	.mfp-container .first-visit-popup-box .site-content-heading {
		margin-top: 0.6em;
	}
}

.basket-line-table {
	width: 100%;
	border-collapse: collapse;
}
.basket-line-table th,
.basket-line-table td {
	text-align: left;
	padding: 0.5em;
}
.basket-line-table th {
	text-transform: uppercase;
}

.basket-line-table tbody th,
.basket-line-table tbody td {
	padding-top: 0.625em;
	padding-bottom: 0.625em;
}

.basket-line-table .basket-line-item-image {
	width: 85px;
}
.basket-line-table .basket-line-item-image img {
	display: block;
}

.basket-line-table .total-with-user-input {
	width: 20em;
}

.basket-line-table thead tr,
.basket-line-item {
	border-bottom: 1px solid #dedede;
}
.basket-line-item-name a {
	text-decoration: none;
}
.basket-line-quantity {
	width: 5em;
	padding: 0.625em 0.4375em;
}

.basket-line-table .sub-total th,
.basket-line-table .sub-total td {
	padding-top: 2.5em;
}

.basket-line-table .totals input {
	display: inline-block;
	vertical-align: top;
	height: 3.25em;
	padding: 0.625em 0.4375em;
}
.basket-line-table .totals input[type="text"] {
	width: 11em;
}

@media all and (max-width: 44.9375em) {
	.basket-line-table thead {
		display: none;
	}
	.basket-line-table tr {
		display: block;
		margin-bottom: 1em;
		border-bottom: none;
	}
	.basket-line-table tbody tr:after {
		content: "";
		display: table;
		clear: both;
	}
	.basket-line-table tbody td {
		display: block;
		clear: left;
		float: left;
		width: 100% !important;
		border-bottom: 1px solid #fff;
		text-align: right;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.basket-line-table tbody td:last-child {
		border-bottom: none;
	}
	.basket-line-table tbody td:before {
		content: attr(data-label);
		float: left;
		margin-right: 1em;
		font-weight: 700;
		text-transform: uppercase;
	}

	.basket-line-table .totals th,
	.basket-line-table .order-total-row th {
		display: none;
	}
}

.basket-variable-list {
	max-width: 42.5em;
}
.basket-variable-list li,
.basket-payment-options-list li {
	margin: 1em 0;
	padding-right: 0.3125em;
	padding-left: 0.3125em;
}
.basket-variable-list li {
	min-height: 2.5em;
}
.basket-variable-list .label,
.basket-variable-list input,
.basket-variable-list select,
.basket-variable-list textarea,
.basket-variable-list button {
	display: inline-block;
	width: 50%;
}
.basket-variable-list .label {
	padding-right: 0.625em;
	text-transform: uppercase;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.basket-variable-list input,
.basket-variable-list select,
.basket-variable-list textarea,
.basket-variable-list button {
	padding: 0.4375em 0.625em;
}
.basket-variable-list .basket-variable-with-hidden-label input,
.basket-variable-list .basket-variable-with-hidden-label select,
.basket-variable-list .basket-variable-with-hidden-label textarea,
.basket-variable-list .basket-variable-with-hidden-label button {
	margin-left: 50%;
}

.basket-variable-list input[type="radio"],
.basket-variable-list input[type="checkbox"] {
	width: auto !important;
	vertical-align: top;
}

.basket-variable-list input[readonly],
.basket-variable-list textarea[readonly],
.basket-variable-list .basket-variable-readonly select {
	color: #7b7b7b !important;
	border-color: #ececec !important;

	box-shadow: none;
}

.basket-variable-list .required .label:after {
	content: "*";
	margin-left: 0.25em;
}

.basket-variable-list .type-checkbox .label {
	position: relative;
}
.basket-variable-list .type-checkbox input[type="checkbox"] {
	position: absolute;
	top: 0.375em;
	left: 100%;
	margin: 0;
}

.basket-variable-list .type-textarea .label,
.basket-variable-list .type-textarea textarea,
.basket-variable-list .deliveryaddressselection .label {
	vertical-align: top;
}
.basket-variable-list .type-textarea .label,
.basket-variable-list .deliveryaddressselection .label {
	margin-top: 0.5em;
}
.basket-variable-list .type-textarea textarea {
	height: 10.375em;
}

.basket-variable-list .delivertobillingaddress .label {
	line-height: 1.25;
	text-transform: none;
}

.basket-variable-list input.button,
.basket-variable-list input.submit {
	margin: 0.375em 0 0 auto;
}
.no-js .basket-variable-list input.remove-if-js-enabled.button,
.no-js .basket-variable-list input.remove-if-js-enabled.submit {
	display: block;
}

.basket-variable-list label,
.basket-variable-list .bvinput {
	width: 20em;
	display: inline-block;
	vertical-align: middle;
}

.basket-buttons-module input,
.basket-buttons-module button {
	display: inline-block;
	vertical-align: top;
	margin: 0.3125em;
	padding: 0.625em;
}

.saved-delivery-address-list {
	border: 1px solid #ececec;
}
.saved-delivery-address-list .address-list-item {
	position: relative;
	margin: 0;
	padding: 0.625em 2.5em 0.625em 0.625em;
	border-top: 1px solid #ececec;
}
.saved-delivery-address-list .address-list-item:first-child {
	border-top: 0;
}
.saved-delivery-address-list .address-list-item:nth-child(odd) {
	background-color: #f6f6f6;
}
.saved-delivery-address-list .address-list-item.selected {
	background-color: #f8e7e7 !important;
}
.saved-delivery-address-list .address-list-item input[type="radio"] {
	position: absolute;
	top: 0.625em;
	right: 0.625em;
}

@media all and (max-width: 25.562em) {
	.basket-variable-list .label {
		width: auto;
		margin-top: 0;
		margin-bottom: 0.375em;
	}
	.basket-variable-list input,
	.basket-variable-list select,
	.basket-variable-list textarea,
	.basket-variable-list button {
		display: block;
		width: 100%;
	}

	.basket-variable-list .basket-variable-with-hidden-label input,
	.basket-variable-list .basket-variable-with-hidden-label select,
	.basket-variable-list .basket-variable-with-hidden-label textarea,
	.basket-variable-list .basket-variable-with-hidden-label button {
		margin-left: 0;
	}

	.basket-variable-list .type-checkbox .label {
		padding-right: 1.5em;
	}
	.basket-variable-list .type-checkbox input[type="checkbox"] {
		right: 0;
		left: auto;
	}
}

@media all and (min-width: 45em) and (max-width: 49.9375em) {
	.site-content-1-2 .basket-variable-list .label {
		width: auto;
		margin-top: 0;
		margin-bottom: 0.375em;
	}
	.site-content-1-2 .basket-variable-list input,
	.site-content-1-2 .basket-variable-list select,
	.site-content-1-2 .basket-variable-list textarea,
	.site-content-1-2 .basket-variable-list button {
		display: block;
		width: 100%;
	}
	.site-content-1-2 .basket-variable-list .basket-variable-with-hidden-label input,
	.site-content-1-2 .basket-variable-list .basket-variable-with-hidden-label select,
	.site-content-1-2 .basket-variable-list .basket-variable-with-hidden-label textarea,
	.site-content-1-2 .basket-variable-list .basket-variable-with-hidden-label button {
		margin-left: 0;
	}
	.site-content-1-2 .basket-variable-list .type-checkbox .label {
		padding-right: 1.5em;
	}
	.site-content-1-2 .basket-variable-list .type-checkbox input[type="checkbox"] {
		right: 0;
		left: auto;
	}
}

.basket-form h3 {
	font-weight: 700;
}
.basket-form .text-right .submit {
	margin: 0.9375em 0;
	font-size: 1em;
	padding: 0.25em 0.9375em;
	line-height: 1.66666667;
}
.basket-summary ul {
	margin: 0.5em 0;
}
.basket-summary li {
	font-weight: normal;
}

.basket-summary li .link-text {
	display: none;
}

.basket-summary li a {
	text-decoration: none;
}

.basket-summary .icon-icomoon {
	font-size: 1.75em;
}
.basket-summary-total {
	font-size: 1.5em;
	margin-left: 0.25em;
}

.cw-overlay,
.cw-overlay-base {
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
}
.cw-overlay a {
	background-color: transparent;
	color: #fff;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #e1e1e1;
}



.cookie-consent-not-confirmed .site-footer > div {
	padding-bottom: 3.25em;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
.cookies-eu-banner .text,
.cookies-eu-banner .pseudo-button {
	vertical-align: middle;
}
.cookies-eu-banner .pseudo-button {
	margin-left: 0.2857em;
	padding: 0.5em 1em;
	cursor: pointer;
	background: #f00;
}