/************************************************* 
* The Victorian Emporium main styles 
* 
* Colours
* Text: #333
* Primary: #8123da
* Dark Purple: #390068
* Light Purple: 
* Text/Pink: #f69
* Button/Pink: #ff73c5
* Button/Pink:hover #ea62bd
* Seconday/Info: #4bc0b9
* Teal: #4bc0b9;
* Dark Teal: #54a79b;
* Light Teal: #d6ecea;
*
**************************************************/

:root {
	--ve-main-bg-color: #fff;
	--ve-alt-bg-color: #c2b59b;
	--ve-secondary-bg-color: #390068;
	--ve-tertiary-bg-color: #4bc0b9;
	--ve-tertiary-alt-bg-color: #54a79b;
	--ve-feature-bg-color: #d6ecea;
	--ve-primary-color: #8123da;
	--ve-secondary-color: #f69;
	--ve-heading-color: #ffffff;
	--ve-text-color: #333;
	--ve-link-color: #8123da;
	--ve-button-primary-text: #fff;
	--ve-button-primary-color: #ff73c5;
	--ve-button-primary-hover: #ea62bd;
	--ve-button-secondary-text: #fff;
	--ve-button-secondary-color: #4bc0b9;
	--ve-button-secondary-hover: #54a79b;
	--ve-button-tertiary-text: #fff;
	--ve-button-tertiary-color: #ccc;
	--ve-button-tertiary-hover: #bbb;
	--ve-panel-bg-color: #fafafa;
	--ve-panel-border-color: #e6e6e6;
	--ve-menu-bg-color: #f3f3f3;
	--ve-menu-border-color: #e3e3e3;
	--ve-info-panel-border: #dccdea;
}


/* Font loads */
@font-face {
	font-family:"calluna";
	src:url("https://use.typekit.net/af/bccc98/000000000000000000014868/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/bccc98/000000000000000000014868/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/bccc98/000000000000000000014868/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
	font-display:swap;font-style:normal;font-weight:300;
}

/* ---------- Overall Specifications ---------- */

body {
	font-family: Roboto, sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5em;
}
h1, h2, h3 {
	margin-bottom: 0.5em;
	font-family: calluna, serif;
	font-weight: 300;
}
h2, h3, h4 {
	margin-top: 1.25em;
}
h1:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
}
h1 {
	margin-top: 0;
	color: #111;
	font-weight: normal;
	font-size: 40px;
	line-height: 42px;
}
h1.small {
	font-size: 28px;
}
h2 {
	font-size: 27px; /* 14px > 28px */
	line-height: 29px;
	color: #111;
	font-weight: normal;
}
h3 {
	font-size: 22px; /* 14px > 20px */
	line-height: 24px;
	color: #111;
	font-weight: normal;
}
h4 {
	font-size: 1.143em; /* 14px > 16px */
	color: #000000;
}
p {
	margin: 0 0 1.2em;
}

hr {
	border-top-color: #ddd;
}
b, strong {
	font-weight: 500;
}
label, .label {
	font-weight: 400;
}
@media (max-width: 479px) {
	h1 {
		font-size: 30px; /* 14px > 28px */
	}
	h2 {
		font-size: 22px; /* 14px > 20px */
	}
	h3 {
		font-size: 18px; /* 14px > 20px */
	}
}

blockquote cite {
	display: block;
	margin-top: 10px;
	color: #999;
	font-family: calluna, serif;
}
blockquote cite:before {
	content: "\2013";
	margin-right: 5px;
}
blockquote cite:after {
	content: "\2013";
	margin-left: 5px;
}

/* essential startups */

.no-js img.lazyload, .no-js img.lazyreveal, .no-js .layerslider img.ls-lazy {
	display: none !important;
}
.no-js .lazy-preloader {
	display: none !important;
}
ul, ol {
	margin-bottom: 1em;
}
ul p, ol p {
	margin: 0.5em 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.875em;
  margin: 10px 0;
  width: 100%;
  font-weight: 300;
}
table table {
  font-size: 1em;
}
table form {
	margin: 0;
}
table tr th {
	/*background: #d4d4d4;*/
	border-bottom-style: none;
	font-weight: normal;
	font-size: 1.1em;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #000;
}
table tbody tr th, table tbody tr td, .table > tbody > tr > th, .table > tbody > tr > td {
  vertical-align: middle;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
tr th {
	font-weight: 600;
}
table tfoot tr td {
	border-top: 2px solid #e6e6e6;
	font-weight: bold;
}

tr.odd {
  background: #fcfcfc;
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

.table-overflow {
	margin-bottom: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}
.table-overflow table {
 margin: 0 !important;
}


/* ---------- Bootstrap Extras ----------- */

.container, .container-fixed {
	position: relative;
	margin: 0 auto;
	width: auto;
	max-width: 1500px;
}
.container {
	padding: 0 20px;
}

/*.wide .container, .wide .container-fixed {
	width: auto;
	max-width: 1560px; max-width: 1420px;
}*/
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 1189px) {
	.container-fixed {
		width: auto;
	}
}
@media (max-width: 767px) {
	.container, .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 480px) {
	.visible-xxs {
		display: none !important;
	}
}

.visible-xxs {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
	.visible-xxs {
		display: block !important;
	}
  table.visible-xxs {
		display: table !important;
	}
	tr.visible-xxs {
		display: table-row !important;
	}
	th.visible-xxs,
	td.visible-xxs {
		display: table-cell !important;
	}
	.visible-xxs-block {
		display: block !important;
	}
	.visible-xxs-inline {
		display: inline !important;
	}
	.visible-xxs-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 479px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hidden-xxs {
		display: none !important;
	}

	.col-xxs-1,
	.col-xxs-2,
	.col-xxs-3,
	.col-xxs-4,
	.col-xxs-5,
	.col-xxs-6,
	.col-xxs-7,
	.col-xxs-8,
	.col-xxs-9,
	.col-xxs-10,
	.col-xxs-11 {
		float: left;
	}

	.col-xxs-1 {
		width: 8.333333333333332%;
	}
	.col-xxs-2 {
		width: 16.666666666666664%;
	}
	.col-xxs-3 {
		width: 25%;
	}
	.col-xxs-4 {
		width: 33.33333333333333%;
	}
	.col-xxs-5 {
		width: 41.66666666666667%;
	}
	.col-xxs-6 {
		width: 50%;
	}
	.col-xxs-7 {
		width: 58.333333333333336%;
	}
	.col-xxs-8 {
		width: 66.66666666666666%;
	}
	.col-xxs-9 {
		width: 75%;
	}
	.col-xxs-10 {
		width: 83.33333333333334%;
	}
	.col-xxs-11 {
		width: 91.66666666666666%;
	}
	.col-xxs-12 {
		width: 100%;
	}

	.col-xxs-push-1 {
		left: 8.333333333333332%;
	}
	.col-xxs-push-2 {
		left: 16.666666666666664%;
	}
	.col-xxs-push-3 {
		left: 25%;
	}
	.col-xss-push-4 {
		left: 33.33333333333333%;
	}
	.col-xxs-push-5 {
		left: 41.66666666666667%;
	}
	.col-xxs-push-6 {
		left: 50%;
	}
	.col-xxs-push-7 {
		left: 58.333333333333336%;
	}
	.col-xxs-push-8 {
		left: 66.66666666666666%;
	}
	.col-xxs-push-9 {
		left: 75%;
	}
	.col-xxs-push-10 {
	   left: 83.33333333333334%;
	}
	.col-xxs-push-11 {
	   left: 91.66666666666666%;
	}
	.col-xxs-pull-1 {
		right: 8.333333333333332%;
	}
	.col-xxs-pull-2 {
		right: 16.666666666666664%;
	}
	.col-xxs-pull-3 {
		right: 25%;
	}
	.col-xxs-pull-4 {
		right: 33.33333333333333%;
	}
	.col-xxs-pull-5 {
		right: 41.66666666666667%;
	}
	.col-xxs-pull-6 {
		right: 50%;
	}
	.col-xxs-pull-7 {
		right: 58.333333333333336%;
	}
	.col-xxs-pull-8 {
		right: 66.66666666666666%;
	}
	.col-xxs-pull-9 {
		right: 75%;
	}
	.col-xxs-pull-10 {
		right: 83.33333333333334%;
	}
	.col-xxs-pull-11 {
		right: 91.66666666666666%;
	}

	.col-xxs-offset-0 {
		margin-left: 0 !important;
	}
	.col-xxs-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-xxs-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-xxs-offset-3 {
		margin-left: 25%;
	}
	.col-xxs-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-xxs-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-xxs-offset-6 {
		margin-left: 50%;
	}
	.col-xxs-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-xxs-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-xxs-offset-9 {
		margin-left: 75%;
	}
	.col-xxs-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-xxs-offset-11 {
		margin-left: 91.66666666666666%;
	}

}

.nav.nav-tabs.large {
	border-bottom: 0;
}
.nav.nav-tabs.large > li > a {
	font-size: 18px;
	font-weight: 300;
	color: #888;
	border: 1px solid #dddddd;
}
@media (min-width: 992px) {
	.nav.nav-tabs.medium > li > a {
		padding: 8px 30px;
		font-size: 18px;
	}
	.nav.nav-tabs.large > li > a {
		padding: 15px 25px;
		font-size: 20px;
	}
}
.nav-tabs.nav-tabs-primary {
	border-bottom: 1px solid var(--ve-primary-color);
}
.nav-tabs.nav-tabs-primary>li>a {
	color: #000;
	border: 1px solid #ebf0ef;
	border-bottom: none;
	position: relative;
}
.nav-tabs.nav-tabs-primary>li.active>a, .nav-tabs.nav-tabs-primary>li.active>a:hover, .nav-tabs.nav-tabs-primary>li.active>a:focus {
	background-color:  var(--ve-primary-color);
	border: 1px solid  var(--ve-primary-color);
	color: #fff !important;
}
.num-counter {
	position: relative;
}
.nav-tabs > li > a {
	font-size: 16px;
}
.nav-tabs.nav-tabs-primary>li>a .num, .num-counter .num {
	position: absolute;
	top: -5px;
	right: -5px;
	line-height: 18px;
	text-align: center;
	width: 18px;
	height: 18px;
	background: #fff;
	color: #333;
	font-size: 11px;
	border: 1px solid #ccc;
	border-radius: 50%;
	z-index: 2;
}
.nav-tabs > li.active.nav-info > a {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.nav-tabs > li.active.nav-success > a {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.nav-tabs > li.active.nav-danger > a {
	background-color: #f2dede;
	border-color: #ebccd1;
}
.nav-tabs > li.active.nav-primary > a {
	background-color: #f1e2f8;
	border-color: #e6c9f3;
}
.nav-tabs > li.active.nav-warning > a {
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #000 !important;
}
.nav .label {
	display: inline;
	padding: .2em .6em .3em;
	margin: 0 0 0 .6em;
	font-size: 60%;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: .25em;
}
.alert-primary {
	background-color: #f1e2f8;
	border-color: #e6c9f3;
}
.panel-primary {
	border-color: #e6c9f3;
}
.panel-primary > .panel-heading {
	color: inherit;
	background-color: #f1e2f8;
	border-color: #e6c9f3;
}
.label-primary, .label-success, .label-info, .label-danger, .label-primary {
	display: inline-block;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
}
.label-primary {
	background-color: #337ab7;
}
.label-success {
	background-color: #5cb85c;
}
.label-info {
	background-color: #5bc0de;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-danger {
	background-color: #d9534f;
}
.label-primary {
	background-color: #7700aa;
}




.d-table {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: normal;
}
.d-table-cell {
	display: table-cell;
	height: 100%;
	padding: 5px;
	vertical-align: middle;
	overflow: hidden;
}




/* Bootstrap dropdown */
.dropdown-menu>.active>label, .dropdown-menu>.active>label:hover, .dropdown-menu>.active>label:focus {
	background: #efefef !important;
	color: #111 !important;
}
.dropdown-menu ul, .dropdown-menu li {
	padding: 0 4px;
}
.dropdown-menu>li>a {
	padding: 5px 3px;
	overflow: hidden;
}
.dropdown-menu .thumb {
	display:inline;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #eee;
	vertical-align: middle;
	margin-left: -4px;
}

.dropdown-menu.dropdown-scrollable {
	height: auto;
	max-height: 240px;
	overflow-x: hidden;
		max-width: 100%;
}
.dropdown-menu.dropdown-scrollable::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
}
.dropdown-menu.dropdown-scrollable::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: lightgray;
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}

.dropdown-radio label { 
  display:block; position:relative;
  margin:0;
  width:100%; overflow:hidden; text-overflow:ellipsis;
  border-bottom:1px solid #eaeaea; 
  cursor:pointer;
  color: #666;
}
.dropdown-radio input { 
  visibility: hidden; 
  position:absolute; left: -30px; }
.dropdown-radio i { 
  font-weight:normal; font-style:normal; 
  display:block; padding:7px; 
}




/* Bootstrap alerts */
.alert h4 {
	font-family: calluna, serif;
}
.alert p {
	margin: 0 0 1em 0;
	padding: 0;
}
.alert-light {
	color: #666;
	background-color: #f6f6f6;
	border-color: #e6e6e6;
}
.alert-notice, .alert-message {
	color: #333;
	background-color: var(--ve-panel-bg-color);
	border-width: 3px;
	border-radius: 5px;
}
.alert-notice:not(.alert-primary):not(.alert-secondary):not(.alert-success):not(.alert-danger):not(.alert-warning):not(.alert-info):not(.alert-light):not(.alert-dark) {
	border-color: var(--ve-info-panel-border);
}
.alert-message:not(.alert-primary):not(.alert-secondary):not(.alert-success):not(.alert-danger):not(.alert-warning):not(.alert-info):not(.alert-light):not(.alert-dark) {
	border-color: #4f4f4f;	
}
.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}
.alert-lightblue {
	color: #1b1e21;
	background-color: #EFFBFF;
	border-color: #d9edf7;
}
.alert ul {
	padding-left: 1em;
}
.alert p:last-child, .alert ul:last-child {
	margin-bottom: 0;
}
.alert h4 {
	font-size: 20px;
	font-weight: 400;
}
.alert-glyphicon {
	position: relative;
	min-height: 55px;
	font-family: Roboto, sans-serif;
	margin: 1em 0;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.alert-glyphicon .content {
	flex: 1;
	position: relative;
	padding: 15px 10px;
}
.alert-glyphicon .content p:last-child {
	margin-bottom: 0;
}
.alert-glyphicon .fa {
	flex: 0 0 6%;
	font-size: 45px;
	color: #ffcc00;
	padding: 10px;
	text-align: center;
}
.alert-sm {
	min-height: 32px;
}
.alert-sm .fa {
	font-size: 26px;
}
.fa.yellow {
	color: #ffcc00;
}
.text-normal {
	font-weight: normal;
}

.bordered.alert, .bordered.alert-glyphicon {
	border: 3px solid #ffcc00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.boxshadow.alert {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.alert.alert-glyphicon .fa,
.bordered.alert-glyphicon .fa {
	padding-left: 20px;
}
.alert-glyphicon.alert-sm .fa {
	flex: 0 0 4%;
}

/* Elements */

.vertical-center, .vertical-center-xs {
	display: table;
	table-layout: fixed;
}
.vertical-center > [class^="col-"],
.vertical-center-xs > [class^="col-"],
.vertical-center > [class*=" col-"],
.vertical-center-xs > [class*=" col-"] {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	  float: none;
}

@media (min-width: 480px) {
	.vertical-center-xxs {
		display: table;
		table-layout: fixed;
	}
	.vertical-center-xxs > [class^="col-"],
	.vertical-center-xxs > [class*=" col-"] {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		  float: none;
	}
}
@media (min-width: 768px) {
	.vertical-center-sm {
		display: table;
		table-layout: fixed;
	}
	.vertical-center-sm > [class^="col-"],
	.vertical-center-sm > [class*=" col-"] {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		  float: none;
	}
}

.spacerule {
	margin: 30px 0;
	border-bottom: 1px solid #ccc;
}
.spacerule-text {
	margin: 50px 0;
	position: relative;
	height: 1px;
	text-align: center;
}
.spacerule-text .text {
	display: inline-block;
	transform: translateY(-50%);
}
.spacerule-text:before, .spacerule-text:after {
	content:"";
	position: absolute;
	border-bottom: 1px solid #ccc;
	left: 0;
	right: 60%;
}
.spacerule-text:after {
	left: 60%;
	right: 0;
}

@media (max-width: 991px) {
	.spacerule-md {
		margin: 30px 0;
		border-bottom: 1px solid #ccc;
	}
}
@media (max-width: 767px) {
	.spacerule-sm {
		margin: 30px 0;
		border-bottom: 1px solid #ccc;
	}
}

.collapse-margins {
	margin: 0 !important;
}
.collapse-margin-top {
	margin-top: 0 !important;
}
.collapse-margin-bottom {
	margin-bottom: 0 !important;
}

/* Boostrap buttons */

.btn-lg {
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 0.03em;
	padding: 12px 20px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.btn.btn-responsive, .btn-responsive .btn {
	white-space: normal;
	line-height: 120%;
}

.btn.btn-pink {
	background: #FF73C5;
	border-color: #FF73C5;
	color: #fff;
}
.btn.btn-pink, .btn.btn-pink:focus, .btn.btn-pink:hover {
	text-shadow: none;
	outline: none;
}
.btn.btn-pink:focus, .btn.btn-pink:hover {
	background: #e266ae;
	border-color: #e266ae;
}

.btn.btn-light-pink {
	background: #fff;
	border-color: #f69;
	color: #ff4583;
}
.btn.btn-light-pink:focus, .btn.btn-light-pink:hover {
	background: #fff8fb;
	color: #ff4583;
	text-shadow: none;
	outline: none;
}

.btn.btn-teal {
	background: #4bc0b9;
	border-color: #54a79b;
}
.btn.btn-teal, .btn.btn-teal:focus, .btn.btn-teal:hover {
	text-shadow: none;
	outline: none;
	color: #fff;
}
.btn.btn-teal:focus, .btn.btn-teal:hover {
	background: #54a79b;
	border-color: #54a79b;
}

.btn.btn-grey {
	background: #ccc;
	border-color: #ccc;
	color: #fff;
}
.btn.btn-grey, .btn.btn-grey:focus, .btn.btn-grey:hover {
	text-shadow: none;
	outline: none;
}
.btn.btn-grey:focus, .btn.btn-grey:hover {
	background: #bbb;
	border-color: #bbb;
}
.btn-outline {
	border-color: var(--ve-link-color);
}
.btn-outline:hover {
	border-color: #000;
}

.rounded.btn {
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	padding: 7px 40px;
}
.rounded.btn.btn-sm {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 6px 40px;
}
.rounded.btn.btn-md {
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	font-family: calluna, serif;
	font-size: 22px;
	padding: 6px 40px;
}
.rounded.btn.btn-lg {
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	font-family: calluna, serif;
	font-size: 24px;
	padding: 10px 40px;
}

.btn-nostyle {
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.btn.btn-wide,
.rounded.btn.btn-wide {
	padding-left: 15%;
	padding-right: 15%;
}
.btn.active {
	opacity: 0.7;
}
.btn .btn-loadadmin {
	display: none;
	visibility: hidden;
	margin-right: -20px;
}
.btn.active .btn-loadadmin {
	display: inline-block;
	visibility: visible;
}
.btn-submit {
	margin-top: 1.5em;
	margin-bottom: 1em;
}


/* Other */

.col-center-block {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.thin-underline, .thin-underline a {
	text-decoration: none !important;
	color: inherit;
	border-bottom: 1px solid #222;
	border-bottom-color: rgba(34, 34, 34, 0.25);
}
a.thin-underline:hover, .thin-underline a:hover {
	text-decoration: none;
	opacity: 0.7;
	border-bottom-style: dotted;
}
.text-wrap {
	white-space: normal;
	word-wrap: break-word; 
}
figure.image, figure.image_resized {
	position: relative;
	max-width: 100%;
	margin-bottom: 0.75em;
}
figure.image_resized {
	position: relative;
}
@media (max-width: 767px) {
	figure.image_resized, img.image_resized {
		min-width: 100%;
	}
}
figure.image img, figure.image_resized img, video {
	max-width: 100%;
}

/* Bootstrap fixes */
.caret {
	border-top: 4px solid;
}

.flex-column-reverse {
	display: flex !important;
	flex-direction: column-reverse;
}
@media (max-width: 767px) {
	.flex-sm-column-reverse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
}
@media (max-width: 990px) {
	.flex-md-column-reverse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
}
.modal {
	z-index: 99991;
}
.form-group-lg .form-control {
	font-size: inherit;
}


/* jQury UI */

div.ui-tooltip-content {
	font-size: 12px;
}
div.tooltip {
	font-family: Roboto, sans-serif;
}
div.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}
div.tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}
div.tooltip-inner {
	padding: 10px;
	font-size: 14px;
	max-width: 300px;
	border-radius: 5px;
	font-family: Roboto, sans-serif;
	background: #fff;
	color: #666;
	box-shadow: 0px 1px 37px 0px rgba(0,0,0,0.26);
}
div.tooltipStyle {
	font-size:10px !important;
	font-family: Roboto, sans-serif;
}

/* Components */

.pad-left-right {
	padding-left: 3% !important;
	padding-right: 3% !important;
}
.faded {
	opacity: 25%;
}
.fade-in {
	-webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
		 -o-transition: opacity 0.3s ease-out;
			transition: opacity 0.3s ease-out;
	opacity: 1;
}
.overflow-hidden {
	overflow: hidden;
}

/* ---------- Fonts ---------- */


body .grid-image .caption .title {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 15px;
}
/* Conflicting - remove when upgraded to FontAwesome version 6 */
.fa {
	font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", 'Font Awesome 5 Free', FontAwesome !important;
	font-weight: inherit !important;
}

/* ------------------ Skip links ------------------ */

#skip-link {
	left: 50%;
	margin-top: 0;
	position: absolute;
	width: auto;
	z-index: 9999;
	top: -1px;
	height: 1px;
}
#skip-link a {
	position: relative;
	top: -100px;
	margin-left: -50%;
	display: inline-block;
	background: #444;
	background: rgba(0, 0, 0, 0.6);
	font-size: 0.94em;
	line-height: 1.7;
	padding: 4px 10px 4px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
	color: #fff;
	text-decoration: none;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
	outline: 0;
	top: 0;
}


/* ---------- Overall Layout Styles ----------- */


#outer-wrapper.section-checkout, #outer-wrapper.minimal {
	padding-top: 46px;
}
#wrapper {
	position: relative;
	clear: both;
}
#header, .footer-row, .centered {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#header-wrapper {
	position: relative; 
	z-index: 101;
	min-height: 45px;

	background: #2b0058;
	background: -moz-radial-gradient(circle at 20% 40%, #7f32d1 10%, #2b0058 50%);
	background: -webkit-radial-gradient(circle at 20% 40%, #7f32d1 10%, #2b0058 50%);
	background: radial-gradient(circle at 15% 30%, #7f32d1 20%, #2b0058 40%);

}
#header-wrapper a {
	color: #fff;
}

#wrapper {
	position: relative; z-index: 1;

	background-color: rgba(239, 239, 239, 0.5);
	/* IE9, iOS 3.2+ */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZGZkZmUwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwLjAxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(223, 223, 224)),color-stop(0.01, rgba(254, 254, 254, 0)));
	/* Android 2.3 */
	background-image: -webkit-linear-gradient(top,rgb(223, 223, 224) 0%,rgba(254, 254, 254, 0) 380px);
	/* IE10+ */
	background-image: -ms-linear-gradient(top,rgb(223, 223, 224) 0%,rgba(254, 254, 254, 0) 380px);
	background-image: linear-gradient(to bottom,rgb(223, 223, 224) 0%,rgba(254, 254, 254, 0) 380px);
}
.no-cssgradients #wrapper {
	background: url(../images/bg_main.gif) repeat-x center top;
}


#footer {
	background: #e6e6e6 url(../images/bg_cornice.png) repeat-x center top;
	position: relative; 
	z-index: 0;
	clear: both;
	padding-top: 50px;
}
#canvas {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 993px) {
	#canvas {
		-webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.25);
	}
}

.no-boxshadow #canvas {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#container {
		clear: both;
		position: relative;
		z-index: 1;
	}
	#container:before,
	#container:after {
		content: " ";
		display: table;
	}
	#container:after {
		clear: both;
}
#canvas.shade, #container.shade, #outer-wrapper.shade {
	background-color: #fff;

	background: -moz-linear-gradient(top, rgba(194,197,199,1) 0, rgba(233,235,235,1) 6px, rgba(255,255,255,1) 20px);
	background: -webkit-linear-gradient(top, rgba(194,197,199,1) 0,rgba(233,235,235,1) 6px,rgba(255,255,255,1) 20px);
	background: linear-gradient(to bottom, rgba(194,197,199,1) 0,rgba(233,235,235,1) 6px,rgba(255,255,255,1) 20px);

	background-size: 100% 30px;
	background-repeat: no-repeat;
}
#canvas.shade:after, #container.shade:after, #outer-wrapper.shade:after, #footer:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;

	background: -moz-linear-gradient(bottom, rgba(233,235,235,1) 0, rgba(255,255,255,1) 20px);
	background: -webkit-linear-gradient(bottom, rgba(233,235,235,1) 0, rgba(255,255,255,1) 20px);
	background-image: linear-gradient(to top, rgba(233,235,235,1) 0, rgba(255,255,255,1) 20px);

	background-size: 100% 30px;
	background-repeat: no-repeat;

	pointer-events: none;
	z-index: -1;
}
#footer:before {
	top: -30px;
	bottom: auto;
	left: 0;
}

.no-cssgradients #canvas.shade, .no-cssgradients #container.shade, .no-cssgradients #outer-wrapper.shade {
	background: #fff url(../images/bg_content.gif) repeat-x left top;
}
.has-header #canvas.shade, .has-header #container.shade, .has-header #outer-wrapper.shade, 
.no-cssgradients .has-header #canvas.shade, .no-cssgradients .has-header #container.shade, .no-cssgradients .has-header #outer-wrapper.shade {
	background: #fff;
}

@media (max-width: 1189px) {
	#header, #canvas, .footer-row, #header-util {
		width: auto;
	}
	#wrapper #canvas #shadow-left {
		margin-left: 0;
		padding-left: 0;
		background: none;
	}
	#wrapper #canvas #shadow-right {
		margin-right: 0;
		padding-right: 0;
		background: none;
	}

}
@media (min-width: 1288px) {
	/* Set this if we want wider margins for large screen sizes */
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	#container #featured .featured-items {
		padding-left: 40px;
		padding-right: 40px;
	}
}


#minicp-wrap, #footer-admin {
	display: none;
}


/* ---------- Columns ----------- */

#header #drape, #sidebar-left, #side-content {
	width: 310px;
	font-size: 14px;
}
#header #header-inner, #main .pad-left, #content-header .pad-left, .toolbar-container, .pre-header .pad-left {
	padding-left: 310px;
}
#sidebar-left, #side-content {
	margin-left: -310px;
}
#main-content .toolbar-container {
	padding-left: 0;
}

@media (max-width: 1179px) {
	#header #drape, #sidebar-left, #side-content {
		width: 280px;
	}
	#header #header-inner, #main .pad-left, #content-header .pad-left, .toolbar-container, .pre-header .pad-left {
		padding-left: 280px;
	}
	#sidebar-left, #side-content {
		margin-left: -280px;
	}

}

@media (max-width: 991px) {
	#header #drape, #sidebar-left, #side-content {
		width: 240px;
	}
	#header #header-inner, #main .pad-left, #content-header .pad-left, .pre-header .pad-left {
		padding-left: 240px;
	}
	#sidebar-left, #side-content {
		margin-left: -240px;
	}
	.toolbar-container {
		padding-left: 0;
	}
}

#main-content .toolbar-container, #main-header .toolbar-container {
	padding-left: 0;
}



/* ------------------ Header Bar ------------------ */

#header-bar {
	position: absolute;
	top:0;
	margin: 0;
	width:100%;
	min-width: 320px;
	min-height: 40px;
	max-width: 100%;
	padding: 0;
	z-index:1002;
	font-size: 14px;
	color: #FFFFFF;
	background: #8123DA;
	border-bottom: 1px solid #4E0E8C;
	border-bottom: 1px solid rgba(43, 0, 88, 0.6);
	-moz-box-shadow: 0px 1px 15px rgba(43, 0, 88, 0.9);
	-webkit-box-shadow: 0px 1px 15px rgba(43, 0, 88, 0.9);
	box-shadow: 0px 1px 15px rgba(43, 0, 88, 0.9);
	-webkit-backface-visibility: hidden; /* prevent WebKit/Chrome re-painting on scroll */
	backface-visibility: hidden; /* prevent WebKit/Chrome re-painting on scroll */

}
.dev #header-bar:before, .sandbox #header-bar:before, .staging #header-bar:before {
	content: 'DEV';
	padding: 0px 5px;
	display: block;
	position: absolute;
	bottom: 17px;
	left: -15px;
	width: 43px;
	height: 12px;
	line-height: 12px;
	background: #ff6600;
	transform: rotate(-90deg);
	font-size: 10px;
	text-align: center;
	pointer-events: none;
	overflow: hidden;
}
.sandbox  #header-bar:before {
	content: 'SANDBOX';
}
.staging  #header-bar:before {
	content: 'STAGE';
	background: #009900;
}
#header-bar.fixed {
	position: fixed;
}
#header-bar.fixed #headerbar-nav {
	background: none;
}
.mm-opened #header-bar {
	position: fixed;
}
.lt-ie8 #header-bar {
	overflow: hidden;
}

#header-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header-bar ul li {
	margin: 0;
	padding: 0;
}

#header-bar a {
	color: #fff;
}
#header-bar a:focus {
	outline: none;
}
	#header-bar .navbar-brand {
		height: auto;
	}
	#header-bar #codeigniter_profiler, #header-bar #expressionengine_template_debug {
		display: none;
	}
#header-bar #minicp-widget {
	position: relative;
}
#header-bar #headerbar-nav {
	height: 46px;
}
#headerbar-nav #headerbar-location .icon-location {
	display: block;
	padding: 10px;
}

/* Header icons */

#headerbar-nav li a.icon {
	position: relative;
	display: inline-block;
	height: 40px;
	padding-left: 45px;
	vertical-align: bottom;
	background: transparent no-repeat left top;
}
#headerbar-nav li a.icon:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../svg/header-icons-sprite.svg) transparent no-repeat left top;
}
.no-svgasimg #headerbar-nav li a.icon:before {
	background-image: url(../svg/header-icons-sprite.png);
}
#headerbar-nav li a.icon:hover:before, 
#headerbar-nav li a.icon:focus:before {
	background-position: 0 -40px;
}

#headerbar-nav #headerbar-account a.icon:before {
	background-position: -40px 0;
}
#headerbar-nav #headerbar-account a.icon:hover:before,
#headerbar-nav #headerbar-account a.icon:focus:before {
	background-position: -40px -40px;
}

#headerbar-nav #headerbar-fav a.icon:before,
#headerbar-nav #headerbar-lists a.icon:before {
	background-position: -80px 0;
}
#headerbar-nav #headerbar-fav a.icon:hover:before,
#headerbar-nav #headerbar-fav a.icon:focus:before,
#headerbar-nav #headerbar-lists a.icon:hover:before,
#headerbar-nav #headerbar-lists a.icon:focus:before {
	background-position: -80px -40px;
}
#headerbar-nav #headerbar-wishlist a.icon:before {
	background-position: -120px 0;
}
#headerbar-nav #headerbar-wishlist a.icon:hover:before,
#headerbar-nav #headerbar-wishlist a.icon:focus:before {
	background-position: -120px -40px;
}


/* header location */

#headerbar-nav #headerbar-location a.icon:before {
	background-position: 0 0;
}
#headerbar-nav #headerbar-location a.icon:hover:before,
#headerbar-nav #headerbar-location a.icon:focus:before {
	background-position: 0 -40px;
}
#headerbar-nav #headerbar-location a.icon:hover:after,
#headerbar-nav #headerbar-location a.icon:focus:after {
	background-position: 0 0;
}

/* header location flag icons */

#headerbar-nav .location-select.dropdown .dropdown-toggle {
	width: auto;
}
#headerbar-nav #headerbar-location .location-select .icon:before {
	filter: sepia(1) saturate(4) hue-rotate(230deg);
	opacity: 0.2;
}
#headerbar-nav #headerbar-location .location-select.active .icon:before,
#headerbar-nav #headerbar-location .location-select .icon:hover:before {
	filter: none;
	opacity: 1;
}

#headerbar-nav #headerbar-location a.icon-location {
	position: relative;
	display: inline-block;
	height: 40px;
	padding-left: 48px;
	vertical-align: bottom;
	background: transparent no-repeat left top;
}

#headerbar-nav #headerbar-location a.icon-location:before, 
#headerbar-nav #headerbar-location a.icon-location:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 40px;
	height: 27px;
	background: transparent no-repeat 0 0;
	background-size: cover;
	border: none;
}
#headerbar-nav #headerbar-location a.icon-location:before {
	filter: invert(0) sepia(0.9) contrast(1.2) saturate(3) hue-rotate(230deg);
}
#headerbar-nav #headerbar-location a.icon-location:after {
	background-position: 0 40px;
}

/* flags */

.flag-icon {
	display: inline-block;
	width: 40px;
	height: 27px;
	background: transparent no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	margin: -5px 5px -5px 0px;
}
.flag-icon-left {
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
.flag-icon-left .flag-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.flag-icon.UK,
.location-select .UK.icon:before, 
#headerbar-nav #headerbar-location a.icon-location.UK:before, 
#headerbar-nav #headerbar-location a.icon-location.UK:after {
	background-image: url(../images/flags/GB.svg);
}
.flag-icon.UK_OTHER,
.location-select .UK_OTHER.icon:before, 
#headerbar-nav #headerbar-location a.icon-location.UK_OTHER:before, 
#headerbar-nav #headerbar-location a.icon-location.UK_OTHER:after {
	background-image: url(../images/flags/GB_OTHER.svg);
}
.flag-icon.EU,
.location-select .EU.icon:before,
#headerbar-nav #headerbar-location a.icon-location.EU:before, 
#headerbar-nav #headerbar-location a.icon-location.EU:after {
	background-image: url(../images/flags/EU.svg);
}
.flag-icon.US,
.location-select .US.icon:before,
#headerbar-nav #headerbar-location a.icon-location.US:before, 
#headerbar-nav #headerbar-location a.icon-location.US:after {
	background-image: url(../images/flags/US.svg);
}
.flag-icon.WORLD,
.location-select .WORLD.icon:before,
#headerbar-nav #headerbar-location a.icon-location.WORLD:before, 
#headerbar-nav #headerbar-location a.icon-location.WORLD:after {
	background-image: url(../images/flags/WORLD.svg);
}



/* header basket */

#headerbar-nav #header-basket a.basket-btn {
	background: #fff;
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
	padding-left: 45px;
}
#headerbar-nav #header-basket a.items-btn {
	background: #c09def;
	color: #fff;
	border-bottom-right-radius: 16px;
	border-top-right-radius: 16px;
}
#headerbar-nav #header-basket a.basket-btn, #headerbar-nav #header-basket a.items-btn {
	height: 32px;
	border: 2px solid #fff;
	font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 500;
	overflow: hidden;
}
#headerbar-nav #header-basket a.icon:before {
	top: -5px;
	left: 3px;
	background-position: -400px 0;
}
#headerbar-nav #header-basket a.icon:hover:before,
#headerbar-nav #header-basket a.icon:focus:before {
	background-position: -400px -40px;
}
#headerbar-nav #header-basket .hasitems a.icon:before {
	background-position: -400px -40px;
}
#headerbar-nav #header-basket .hasitems a.icon:hover:before,
#headerbar-nav #header-basket .hasitems a.icon:focus:before {
	background-position: -400px 0;
}
#headerbar-nav #headerbar-logo {
	display: none;
	position: absolute;
	left: 50%;
	/* top: -15px; */
	margin-left: -52px;
	width: 104px;
	bottom: 5px;
}
#headerbar-nav #headerbar-logo img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 991px) {
	#headerbar-nav #headerbar-logo {
		display: inline-block;
	}
	#headerbar-nav .caret {
		display: none;
	}
	#headerbar-nav #header-basket .cart-items .btn.dropdown-toggle .caret {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	#headerbar-nav #headerbar-nav {
		padding-left: 5px;
		padding-right: 5px;
	}
	#headerbar-nav #headerbar-nav #header-basket a.icon {
		padding-left: 45px;
		padding-right: 12px;
	}
}
@media (max-width: 359px) {
	#headerbar-nav #headerbar-logo {
		width: 26%;
		margin-left: 0;
		transform: translateX(-50%);
		bottom: 8px;
	}
}

/* Header items */

#headerbar-nav .cart_info {
	line-height: 25px;
}
#headerbar-nav .cart_info a.cart_icon {
	background: url(../images/header-icon-basket.png) no-repeat 10px center;
	padding-left: 50px;

}
#headerbar-nav .navbar-nav.navbar-right:last-child {
	margin-right: 0;
}
#headerbar-nav .navbar-buttons {
	padding-left: 10px;
}
#headerbar-nav .btn {
	color: #111;
}
#headerbar-nav .nav {
	padding: 3px 0;
	margin: 0 -5px;
}
#headerbar-nav .nav li a.btn {
	padding: 4px 15px 6px 15px;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #666;
}
#headerbar-nav .nav li a.btn.btn-pink {
	background: #ff73c5;
	border-color: #ea62bd;
	color: #fff;
}
#headerbar-nav .nav li a.btn.btn-pink:hover, #headerbar-nav .nav li a.btn.btn-pink:active {
	background: #ea62bd;
}
#headerbar-nav .navbar-toggle {
	background-color: #e1e1e1;
	border:none;
	background:none; 
	margin: 2px 8px 2px -5px;
	position: relative;
	width: 50px;
	height: 34px;
	padding: 6px 12px;
}
#headerbar-nav .navbar-toggle .icon-bar, #headerbar-nav .navbar-toggle .icon-bar:before, #headerbar-nav .navbar-toggle .icon-bar:after {
	position: relative;
	display: block;
	background-color:#fff;
	width: 26px;
	height: 2px;
	border-radius: 1px;

	transition-timing-function: ease;
	transition-duration: 0.15s;
	transition-property: transform;
}

#headerbar-nav .navbar-toggle .icon-bar:before, #headerbar-nav .navbar-toggle .icon-bar:after {
	content: "";
}

#headerbar-nav .navbar-toggle:hover, #headerbar-nav .navbar-toggle:focus {
	background-color: rgba(255,255,255,0.2);
}

#headerbar-nav .navbar-toggle .icon-bar {
	top: 2px; 
}
#headerbar-nav .navbar-toggle .icon-bar:before {
	top: 8px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
}
#headerbar-nav .navbar-toggle .icon-bar:after {
	top: 14px; 
}


/* Slidein menu */

body.mm-wrapper_opened {
	position: fixed; /* fixes open menu width and height with menu footer at bottom */
}

/* hide elements */
body.mm-wrapper_opened .widget-visible {
	visibility: hidden !important;
}

/* icon anim */
.mm-opened #headerbar-nav .navbar-toggle .icon-bar,
.mm-wrapper_opened #headerbar-nav .navbar-toggle .icon-bar {
  transform: translate3d(0, 8px, 0) rotate(45deg); 
}
.mm-opened #headerbar-nav .navbar-toggle .icon-bar::before,
.mm-wrapper_opened #headerbar-nav .navbar-toggle .icon-bar::before {
	transform: rotate(-45deg) translate3d(5px, -6px, 0);
	opacity: 0;
}
.mm-opened #headerbar-nav .navbar-toggle .icon-bar::after,
.mm-wrapper_opened #headerbar-nav .navbar-toggle .icon-bar::after {
	transform: translate3d(0, -16px, 0) rotate(-90deg); 
}


#header-bar .header-totals .items_count {
	min-width: 18px;
	display: inline-block;
}
#header-bar .header-totals .items_total {
	min-width: 85px;
	display: inline-block;
}
#header-bar .header-totals .cart_subtotal_plus_tax {
	min-width: 40px;
	display: inline-block;
}

@media (max-width: 991px) {
	#header-bar .header-totals .items_count {
		display: inline-block;
		width: 18px;
		height: 18px;
		line-height: 19px;
		font-size: 13px;
		font-weight: normal;
		text-align: center;
		margin: 0 1px;
		border: 1px solid #ccc;
		color: #ddd;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;

		position: absolute;
		top: 2px;
		right: 6px;
		background: #985cda;
	}
	#header-bar .header-totals .items_total {
		display: none;
	}
	#header-bar a.header-totals:hover .items_count {
		border-color: #fff;
		color: #fff;
	}
}
@media (max-width: 380px) {
	#headerbar-nav .navbar-toggle {
		margin-right: 0;
	}
}



/* Header Bar Menus */
#headerbar-nav .dropdown-menu {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#headerbar-nav .dropdown-menu {
	padding-top: 12px;
	padding-bottom: 12px;
	min-width: 220px;

	border-top: 1px solid #561A96;
	margin-top: 3px;

	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

	border-bottom: 1px solid #D9D6D6;

	background: #fff;
	background: -moz-linear-gradient(top,  #7a6e87 0,#a69cbf 5px,#d9dae2 15px,#fffcfc 30px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#7a6e87), color-stop(5px,#a69cbf), color-stop(15px,#d9dae2), color-stop(30px,#fffcfc));
	background: -webkit-linear-gradient(top,  #7a6e87 0,#a69cbf 5px,#d9dae2 15px,#fffcfc 30px);
	background: -o-linear-gradient(top,  #7a6e87 0,#a69cbf 5px,#d9dae2 15px,#fffcfc 30px);
	background: -ms-linear-gradient(top,  #7a6e87 0,#a69cbf 5px,#d9dae2 15px,#fffcfc 30px);
	background: linear-gradient(to bottom,  #7a6e87 0,#a69cbf 5px,#d9dae2 15px,#fffcfc 30px);

	background-repeat: no-repeat;
	background-position: right bottom;
}

#headerbar-nav .dropdown a:active, #headerbar-nav .dropdown a:focus {
	text-decoration: none;
}

#headerbar-nav .dropdown-menu > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}
#headerbar-nav .dropdown.open > a {
	color: #fff;
}
#headerbar-nav .dropdown.top-dropdown li a {
	color: #333333;
}
#headerbar-nav .dropdown-menu li.active > a {
	color: #fff;
}
#headerbar-nav .dropdown .dropdown-header {
	margin-top: 0px;
	margin-bottom: 3px;
}
#headerbar-nav .dropdown-menu > li > a, #headerbar-nav .dropdown-header {
	padding-left: 15px;
	padding-right: 15px;
}
#headerbar-nav .dropdown-menu > li > a:hover, #headerbar-nav .dropdown-menu > li > a:focus,
#headerbar-nav .dropdown-menu > li > label:hover, #headerbar-nav .dropdown-menu > li > label:focus  {
	background-color: rgba(25, 25, 25, 0.05);
}
#headerbar-nav .dropdown-menu > .active > label, #headerbar-nav .dropdown-menu > .active > label:hover, #headerbar-nav .dropdown-menu > .active > label:focus {
	background-color: #428bca;
}

#headerbar-nav .dropdown-header {
	color: #888;
	text-transform: uppercase;
	font-size: 13px;
	font-family: calluna, serif;
}
#headerbar-nav .dropdown-menu .fa {
	color: #70a;
}
#headerbar-nav .dropdown-menu label {
	display: block;
	width: 100%;
	margin: 0;
	padding: 6px 15px;
	text-align: left;
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	font-family: Roboto, sans-serif;
}
#headerbar-nav .dropdown-menu hr {
	margin: 5px;
}
#headerbar-nav .dropdown-menu input {
	display: none;
}

.dropdown-menu > li > label:hover,
.dropdown-menu > li > label:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

#headerbar-nav .navbar-buttons a {
	color: #333333;
}

@media (max-width: 479px) {
	#headerbar-nav .nav > li {
		position: static;
	}
	#headerbar-nav .nav > li .dropdown-menu {
		position: absolute;
		margin: 0;
		left: 6px;
		right: 6px;
	}
}

#header .account_info a {
	display: inline-block;
}
body #headerbar-nav .loggedin,
body #header .loggedin {
	display: none;
}
body.loggedin #headerbar-nav .loggedin {
	display: block;
}
body.loggedin #header .loggedin {
	display: inline-block;
}
body.loggedin #headerbar-nav .loggedout, 
body.loggedin #header .loggedout {
	display: none !important;
}


/* Header Bar Form */
#headerbar-nav .header_location_form {
	position: static;
	margin: 0;
	padding: 0;
	color: #333333;
}
#headerbar-nav ul ul {
	margin: 0;
	padding: 0;
}
#headerbar-nav ul ul li {
	list-style-type: none;
}
#headerbar-nav .header_location_form label {
	text-decoration: none;
	color: #262626;
}
#headerbar-nav .header_location_form label:hover, #headerbar-nav .header_location_form label:focus {
	background-color: rgba(25, 25, 25, 0.05);
}
#headerbar-nav .header_location_form .active label {
	background-color: #428bca;
	color: #fff;
}


/* Header Basket */

#headerbar-nav #header-basket {
	position: relative;
	margin-right: 5px;
}

#headerbar-nav #header-basket ul a {
	color: #666;
}
#headerbar-nav #header-basket li {
	padding: 0;
	line-height: 1.25em;
}
#headerbar-nav #header-basket .dropdown-menu {
	background: #fff;
	border: 1px solid #adadad;
}

#headerbar-nav #header-basket .cart-items {
	height: 40px;
}
#headerbar-nav #header-basket .cart-items .btn.dropdown-toggle {
	z-index: 992;
}

#headerbar-nav #header-basket .cart-items .btn.dropdown-toggle .caret {
	margin-left: 2px;
	margin-right: 2px;
}
#headerbar-nav #header-basket .cart-items.open .btn.dropdown-toggle {
	height: 40px;
	background: #c09def;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}
#headerbar-nav #header-basket .cart-items .dropdown-menu {
	padding: 10px 10px 0 10px;
	color: #999;
	position: absolute;
	right: 0;
	left: auto;
	z-index: 991;
	width: 400px;
	margin-top: 4px;

	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;

	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;

	border: 2px solid #e6e7e8; 

}


#headerbar-nav #header-basket .cart-items .item h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 2px 0;
}
#headerbar-nav #header-basket .cart-items .item h4 a {
	color: #000000;
}
#headerbar-nav #header-basket .cart-items p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
}
#headerbar-nav #header-basket .cart-items .item {
	padding: 2px 0;
	border-bottom: #D6D6D6 1px dotted;
}
#headerbar-nav #header-basket .cart-items .header-basket-btn {
	margin: 10px 0;
}
#headerbar-nav #header-basket .cart-items .header-basket-btn .btn {
	/*font-family: calluna, serif;*/
	font-family: Roboto, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 7px;
	border-radius: 8px;
	background-color: #f7f7f7;
	/*border-color: #FF73C5;
	color: #FF73C5;*/
}
#headerbar-nav #header-basket .cart-items .header-basket-btn .btn-primary {
	margin: 0;
	font-size: 20px;
	color: #fff;
	background-color: #70a;
	border-color: #550080;
}
#headerbar-nav #header-basket .cart-items .header-basket-btn .btn-primary:hover {
	background-color: #440066;
}
#headerbar-nav #header-basket .cart-items .header-basket-btn .btn.basket-link {
	background: #FF73C5;
	color: #fff;
}
#headerbar-nav #header-basket .cart-items .header-basket-btn .btn.basket-link:hover {
	background: #e266ae;
}
#headerbar-nav #header-basket .cart-items .header-basket-btn .btn.checkout-link {
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;

	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}
#headerbar-nav #header-basket .cart-items-list {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	margin: 0 -10px 5px -10px;
}
#headerbar-nav #header-basket .cart-items-list a {
	color: #444;
	padding: 5px 20px 5px 10px;
}
#headerbar-nav #header-basket .cart-items-list .product-image-thumb {
	float: left;
}
#headerbar-nav #header-basket .cart-items-list a .price {
	color: #999;
}
#headerbar-nav #header-basket .cart-totals {
	margin: 15px 0;
}
#headerbar-nav #header-basket .cart-totals p {
	font-size: 15px;
	line-height: 20px;
	color: #444;
}
#headerbar-nav #header-basket .cart-totals p strong {
	font-size: 13px;
	font-weight: normal;
	color: #999;
}

#headerbar-nav #header-basket .cart-loader {
	display: none;
}
#headerbar-nav #header-basket .cart-loading .cart-loader {
	display: block;
}
#headerbar-nav #header-basket .cart-loading .cart-loader .fa {
	position: absolute;
	top: 5px;
	right: 5px;
}

#headerbar-nav #header-basket .cart-list {
	position: relative;
}
#headerbar-nav #header-basket .cart-list:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	margin-left: -25px;
	height: 0;
	width: 50px;
	margin-top: 1px;
	background: url(../images/header/header-basket-scroll-down-arrow.png) no-repeat left bottom;
	-webkit-transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}
#headerbar-nav #header-basket .scrollbar .cart-list:after {
	height: 12px;
}
#headerbar-nav #header-basket .scrollbar .cart-list.scrollend:after {
	height: 0;
}

@media (min-width: 992px) {
	#headerbar-nav #header-basket .cart-items .btn.dropdown-toggle {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 767px) {
	#header-bar #headerbar-nav {
		padding-left: 7px;
		padding-right: 7px;
	}
	#headerbar-nav .nav {
		margin: 0;
	}
	#headerbar-nav #minicp-widget .minicp-left {
		display: none;
	}
	#headerbar-nav #header-basket {
		margin-right: 0;
	}
	#headerbar-nav #header-basket .cart-items .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 479px) {
	#headerbar-nav #header-basket {
		position: static;
	}
	#headerbar-nav #header-basket .btn-group {
		position: static;
	}
	#headerbar-nav #header-basket .cart-items {
		position: static;
	}
	#headerbar-nav #header-basket .cart-items .dropdown-menu {
		position: absolute;
		left: 7px;
		right: 7px;
		width: auto;
		margin-top: 0;
	}
}
@media (max-width: 340px) {
	#headerbar-nav #header-basket .cart-items .dropdown-menu {
		width: 290px;
	}
}


/* Header Promos */
body.has-header-top {
	padding-top: 45px;
}
#header-bar #headerbar-promo {
	position: relative;
	z-index: 999;
	padding-bottom: 18px;
	background: #392261;
	color: #ffdf61;
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
}
#header-bar #headerbar-promo a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
	background-image: linear-gradient(to right, rgba(255,255,255,0.5) 33%, rgba(0,0,0,0.5) 0%);
	background-position: center 92%;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
#header-bar #headerbar-promo a:hover {
	opacity: 0.7;
}
#header-bar #headerbar-promo .content {
	min-height: 45px;
	text-align: center;
	padding: 10px 20px 5px 10px;
}
#header-bar #headerbar-promo .content p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#header-bar #headerbar-promo h1, #header-bar #headerbar-promo h2, #header-bar #headerbar-promo h3, #header-bar #headerbar-promo h4 {
	color: inherit;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.2em;
}
@media (max-width: 991px) {
	#header-bar #headerbar-promo h1, #header-bar #headerbar-promo h2, #header-bar #headerbar-promo h3, #header-bar #headerbar-promo h4 {
		font-size: 3vw;
	}
}
#header-bar #headerbar-promo .content .remaining {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: strong;
}
#header-bar #headerbar-promo .content strong {
	color: #fff;
}
#header-bar #headerbar-promo.hide-header .content {
	display: none;
}
.has-header-top #header-bar.fixed #headerbar-promo,
.has-header-top #header-bar.fixed #headerbar-promo .close-btn {
	display: none;
}
#header-bar #headerbar-promo .toggle-btn {
	position: absolute;
	/*bottom: 0;*/
	left: 50%;
	display: block;
	padding: 0 5px;
	margin: 0;
	border: none;
	width: 104px;
	margin-left: -52px;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	line-height: 18px;
	height: 21px;
	border-radius: 2px;
	border-bottom: 1px solid rgba(255,255,255,0.2);

background: #8f49d1;
color: #fff;

}
#header-bar #headerbar-promo .toggle-btn:hover {
	filter: brightness(125%);
}
#header-bar #headerbar-promo .toggle-btn .fa {
	font-size: 14px;
	margin-left: 5px;
}
#header-bar #headerbar-promo.hide-header .toggle-btn .fa:before {
	content: "\f078";
}
#header-bar #headerbar-promo.hide-header .close-btn {
	display: none;
}

#header-bar #headerbar-promo.no-pad:not(.hide-header),
#header-bar #headerbar-promo.no-pad .container,
#header-bar #headerbar-promo.no-pad .content,
#header-bar #headerbar-promo.no-pad p {
	padding: 0;
	margin: 0;
	max-width: none;
}
#header-bar #headerbar-promo.no-pad:not(.hide-header) .toggle-btn {
	display: none;
}

/* Sprite Icons */
.breadcrumb-icon {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(../svg/menu-icons-sprite.svg) transparent no-repeat left center;
}
.breadcrumb-icon.menu-icon {
	background-image: url(../svg/menu-icons-sprite.svg);
}
.no-svgasimg .breadcrumb-icon.menu-icon {
	background-image: url(../svg/menu-icons-sprite.png);
}
.breadcrumb-icon.icon-home {
	background-position: 0 center;
}


/* Store Icons */
.sprite-icon {
	position: relative;
	padding-left: 48px;
	display: inline-block;
	line-height: 40px;
	min-height: 40px;
}
.sprite-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../svg/store-icons-sprite.svg) transparent no-repeat left center;
}
.sprite-icon.icon-delivery:before {
	background-position: 0 center;
}
.sprite-icon.icon-product-search:before {
	background-position: -80px center;
}

.vertical-center {
	display: table;

	line-height: inherit;
}
.vertical-center-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


/* Basket items */

.cart-items-list {
	max-height: 340px;
	overflow-y: auto;
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	border-bottom: 1px solid #eee;
}
.cart-items-list li {
	margin: 0 !important;
	padding: 0;
	border-top: 1px solid #eee;
	clear: both;
}
.cart-items-list li:first-child {
	border-top: none;
}
.cart-items-list a {
	display: block;
	color: #333;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
}
.cart-items-list a:hover, .cart-items-list a:focus {
	text-decoration: none;
}
.cart-items-list a .text {
	display: block;
	padding-bottom: 16px;
	margin-right: 5%;
}
.cart-items-list a .price {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10px 5px 0;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #999;
}
.cart-items-list a:hover .price {
	text-decoration: none;
}
.cart-items-list > li > a:hover, .cart-items-list > li > a:focus {
	background-color: rgba(25, 25, 25, 0.05);
}
.cart-items-list img {
	margin: 0 5px 0 0 !important;
	padding: 0;
	float: left;
	width: 50px !important;
	border: none;
	outline: 1px solid rgba(0, 0, 0, 0.1);
	outline-offset: -1px;
}
.cart-items-list::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
}
.cart-items-list::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: lightgray;
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}
.product_samples > img {
	border-radius: 50%;
}
ul.items-in-basket {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	border: 4px solid #f3f3f3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.items-in-basket ul {
	margin: 0;
}
ul.items-in-basket .pad {
	padding: 5px;
}
.items-in-basket .cart-items-list {
	min-height: 150px;
}
.items-in-basket .cart-items-list a {
	padding: 5px;
}
.items-in-basket .cart-totals {
	padding: 5px;
	text-align: right;
}
.items-in-basket .cart-totals p {
	margin: 4px 0;
	clear: both;
}
.items-in-basket .cart-totals hr {
	margin: 4px 0;
	border-color: #f3f3f3;
}
.items-in-basket .cart-totals strong {
	float: left;
}


.order-complete #header-bar #headerbar-nav ul {
	margin: 0;
	padding-top: 5px;
	list-style-type: none;
	float: right;
}
.order-complete #header-bar #headerbar-nav li {
	margin: 0 10px;
	padding: 0;
	float: left;
}
.order-complete #header-bar #headerbar-nav a {
	padding-top: 4px;
}



/* ---------- Header ----------- */

#header-wrapper .header-decor {
	background: #eee url(../images/header/header_decor.png) repeat-x center bottom;
	padding-bottom: 38px;
}

#header {
	position: relative;
	padding-top: 60px; /* allow for top bar */
	font-size: 14px;
}

#header #header-inner {
	position: relative;
}
#header #drape {
	position: absolute;
	left: 0;
	top: -60px;
	min-width: 230px;
	padding: 0 20px 0 0;
	z-index: 2;
}

#header #drape .inner {
	position: relative;
	padding-bottom: 40px;
	/*background: url(../images/drape.png) no-repeat center bottom;*/
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATYAAAH0CAMAAACAQvEkAAAAz1BMVEUAAAAQAB4TACMYAC0RACEWACkSACAZAC8aADAcADQYACwaADAYACwVACcZAC4cADMdADUbADEbADIbADMbADEZAC8bADIfADodADUeADYeADgdADUbADMfADkeADYhAD0hADwgADoeADcgADofADg5Amc6AmotAFIiAD4gADs1AWIzAV06AmkuAVQqAEwrAU82AWIzAV01AWE2AmE6Amo4AmY7A2szAVwzAVw6A2kwAVgyAlouAVMpAUw0Al8zAlwzAVwvAVUrAU45AGg7Amx8suVbAAAAQ3RSTlMABAwjBxURLzRYGzkfGCtRYkBMST0oRYFda3hnQ3JvlpKJdYZ87/i4no3XxuiNq57fzL2x4NC/ppuXgGh5WXBC8ePSB4pl1wAABcZJREFUeNrt131TEmsAxuGno53sFJiZL6SYiWaCYKGlmfZ2+P6f6TzLAi4ICIjCmbl+f7HMODXX7HPvEv7VBAUE2LBhwyZs2LBhwyZs2LBhwyZs2LBhwyZs2LBhwyZs2LBhwyZs2LBhwyZs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4YNGwJs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LBhEzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2LAJGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZs2IQNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZswoYNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNGzZhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4YNm7Bhw4btAWs0GtjGA/vw6/efw9rhn9+/PswlXpg7sINy5fBjtsNK+WDe8MIcgr1rtntTvGrizc+xDfMA1jj49Pmw1tE6Ojp6Hyu1Sy7id0e7ux8PP386mAe7MGOxNlhHq1TaiO3v77/ttP92fz/5cqPU9NutRbwZn9owY7AbriZMgrW3Vyzu7BQKha20+Kmws1Ms7u297fiV3ke88vHMTm2YxYgdlyNY9811o7W19Sq2ubn5vFO8SL5LBLv9Su9qs5m8MAuwrFbCld5bqVbTaXl5+XVsNSn5EK+XW4C9fgngSa3yyJMXHgmsER+TtXe9N1ehdXO17q1Ua3V1fX17ZWXlTbv4eXt7fb0pONhv4+QRJy88Elipc3N1H8WW1nJG60VsKfasXXKxFL9MAYf7JXiPMHnhYVe/Ujvp7Hz/o9jU2k7urRutfD6/traQaW0tn28D3u1XKFZP6l8edPLCA41YfEyebPTsfL+jmNV61tF6GfsnU7wc32+nel5/qOdFmP7qJ2Ctm2ur/821csPVpbWQauVyT9P+btb8mHuayw3xezHQr1g9r5xNffLCFEfs+EsEy+788+zNtbre5yj2aOXaVn/dqg3Yzy+f9XvTz69YPa1Mc/LCdFb/S/2kutO7869v73zvUUxOYKr1NKO1mPakVetyoN/LLr9nXX7pK0z6ArN5dXE6pckL935MRrDCqDvf5yje0noypJH8Fvr6pTdg/N9tXl7Uyx/uiRcmH7Fy/TyCjbXzN0fxFlcXT+jTcL/WAua6HyB9/FoH+NXlef0ekxcmATurnFeLQ165+u78gKN4J9eU/Zayft/j82KiyQtjrn7ltFqccOfvqTWRX/zX7/JbiXhjT14Y/TGZgN06iuPu/BS0xvH7a6Bf7wvg6o/q6eiTF0Z5TJ5eXD0f9Mo1wc6HB2s0vyEvgNdXF1/PRrALw8Di6kewATu/MI2dn0u/F9eXd01eGAB2Vr+4vJ74lWtmXFP0e/P9cvDkhV6wxtnXCLY9s51/RL/FEfy24/Oi3LiFF7rAvl1dL7Ua45VrcY617vAb7QU6v/rjW/fkhSbY8ddv33/mkj/KZWr/ls78RFzs1PP+Hv5/DfgNkj3HrVeZtJc/I15r8kITLGjUUrz/AB7vw/HisqsmAAAAAElFTkSuQmCC') no-repeat center bottom;
	z-index: 2;
	-webkit-box-shadow: 8px -8px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 8px -8px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 8px -8px 10px 0px rgba(0,0,0,0.25);
}
#header #drape #logo {
	text-align: center;
	padding: 40px 15% 0;
	font-size: 20px;
	background: #390068;
	background: -moz-radial-gradient(ellipse at 50% 40%, #7a2ec7 10%, #390068 68%);
	background: -webkit-radial-gradient(ellipse at 50% 40%, #7a2ec7 10%, #390068 68%);
	background: radial-gradient(ellipse at 50% 40%, #7a2ec7 10%, #390068 68%);
}
#header #logo {
	display: block;
}
#header #logo a {
	display: block;
	color: #ffffff;
	height: 180px;
		margin-top: 15px;
}
#header #logo img {
	width: 170px;
	max-width: 100%;
	margin: 0 auto;
}
#header #logo-scale a {
	display: inline-block;
	margin-bottom: 10px;
}
#header #logo-scale a:hover {
	opacity:0.8;
}
#header #utility {
	text-align: right;
	color: #ffffff;
	font-size: 13px;
	height: 90px;
}
#header #utility .account_info {
	float: left;
	margin: 4px 0 6px 0;
	line-height: 25px;
		letter-spacing: 0.025em;
}
#header #utility .account_info .icon {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 0px;
	margin-left: -10px;
	margin-top: -7px;
	background: url(../svg/header-icons-sprite.svg) no-repeat -40px 0;
}
.no-svgasimg #header #utility .account_info .icon {
	background-image: url(../images/header/header-icons-sprite.png);
}
#header #utility .account_info:hover .icon {
	background-position: -40px -40px;
}
#header #main-menu {
	position: relative;
	z-index: 999;
	color: #fff;
	padding-bottom: 2px;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}


/* fluid */
#header.fluid #drape {
	width: 25%;
	padding-right: 15px;
}
#header.fluid #header-inner {
	padding-left: 25%;
}

@media (max-width: 991px) {
	#header #header-inner, #header.fluid #header-inner {
		padding-left: 0;
	}
	#canvas.shade, #container.shade {
		background-image: none;
	}
}
@media (max-width: 767px) {
	#header {
		padding-top: 0;
	}
}




/* ------------------ Header Nav ------------------ */

#header #nav {
	clear: both;
	height: 45px;
	margin: 0 -5px 0 -15px;
}

/* Main Menu */
ul#topnav {
	width: 100%;
}
@media (max-width: 991px) {
	ul#topnav {
		width: auto;
	}
}

/* Header links */
#header #header-links {
	float: right;
	clear: right;
	margin: 4px 0 12px 0;
	padding: 0;
	text-align: right;
	position: relative;
	z-index: 1;
	list-style-type: none;
	font-size: 13px;
}
#header #header-links li {
	position: relative;
	text-align: center;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	line-height: 20px;
}
#header #header-links .navinfo {
	position: absolute;
	overflow: visible;
	top: 100%;
	right: 0;
	margin-top: 7px;
	padding: 4px;
	font-size: 12px;
	text-align: left;
	z-index: 9999;
	color: rgba(255,255,255,0.5);
	white-space: nowrap;
}
#header #header-links .navinfo a {
	color: rgba(255,255,255,0.5);
}
#header #header-links li > a {
	display: block;
	border: 2px dotted #813ae1;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	padding: 5px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
#header #header-links li > a:focus {
	outline: none;
}
#header #header-links li > a span {
	display: block;
	background-color: #813ae1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 10px;
	height: 20px;
	line-height: 21px;
}
#header #header-links li > a br {
	display: none;
}
#header #header-links li > a:hover, #header #header-links li > a.selected {
	text-decoration: none;
	border-color: #F7EFFF;
}
#header #header-links li > a:hover span {
	color: #70a;
	background: #F7EFFF;
}

@media (max-width: 991px) {
	#header #nav {
		text-align: center;
	}
}


/* Social icons */

#header #header-links li.icon > a {
	display: block;
	border: none;
	padding: 0;
	width: 35px;
	height: 35px;
	text-decoration: none;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #420F7D url(../svg/header-icons-sprite.svg) no-repeat left top;
	background-color: rgba(129,58,225,0.3);
}
.no-svgasimg #header #header-links li.icon > a {
	background-image: url(../images/header/header-icons-sprite.png);
}
#header #header-links li.icon > a span {
	background: none;
	text-indent: -999em;
}
#header #header-links li.icon > a:hover,
#header #header-links li.icon > a:focus {
	background-position: 0 -42px;
	background-color: rgba(129,58,225,1);
}
#header #header-links li.icon.facebook > a {
	background-position: -202px -2px;
}
#header #header-links li.icon.facebook > a:hover,
#header #header-links li.icon.facebook > a:focus {
	background-position: -202px -42px;
}
#header #header-links li.icon.twitter > a {
	background-position: -242px -2px;
}
#header #header-links li.icon.twitter > a:hover,
#header #header-links li.icon.twitter > a:focus {
	background-position: -242px -42px;
}
#header #header-links li.icon.pinterest > a {
	background-position: -282px -2px;
}
#header #header-links li.icon.pinterest > a:hover,
#header #header-links li.icon.pinterest > a:focus {
	background-position: -282px -42px;
}
#header #header-links li.icon.instagram > a {
	background-position: -322px -2px;
}
#header #header-links li.icon.instagram > a:hover,
#header #header-links li.icon.instagram > a:focus {
	background-position: -322px -42px;
}
#header #header-links li.icon.x > a {
	background-position: -442px -2px;
}
#header #header-links li.icon.x > a:hover,
#header #header-links li.icon.x > a:focus {
	background-position: -442px -42px;
}



/* ------------------ Main ------------------ */

#main {
	min-height: 80vh;
	padding-bottom: 1em;

		width: 100%;
			left: 0; /* pull override */
}
#main-content {
	float: right;
		width: 100%;
			left: 0; /* pull override */

	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;

}
#main-header {
	padding-top: 15px;
}
#main-content #main-header {
	padding-top: 5px;
}
#sidebar-left {
	float: left;
	position: relative;
	margin-top: 105px;
	min-height: 70px;
	right: 0; /* pull override */
	min-height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}
#content #sidebar-left {
	margin-top: 0;
}
.has-header #sidebar-left {
	margin-top: 80px;
}
#outer-wrapper.section-checkout #sidebar-left,
#outer-wrapper.minimal #sidebar-left {
	margin-top: 0;
}

#side-content {
	float: left;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
		padding-top: 15px;
}
#side-content section, 
#side-content .side-panel {
	margin-bottom: 1em;
}
#side-content .side-panel.block {
	margin-bottom: 2em;
}
#content #side-content {
	margin-top: 30px;
}
#content #sidebar-left + #side-content {
	margin-top: 0;
}

@media (max-width: 991px) {

	#main-content {
		width: 100%;
			left: 0; /* pull override */
	}
	#main-header .pad-left, #content-header .pad-left, .pre-header .pad-left {
		padding-left: 0;
	}
	#main-header {
		padding-top: 0;
	}
	#sidebar-left {
		right: 0; /* pull override */
	}
	#sidebar-left, .has-header #sidebar-left {
		margin-top: 0;
	}

}
@media (max-width: 767px) {
	#main-content {
		float: none;
		clear: both;
		/*padding-top: 0;*/
	}
	#main .pad-left {
		padding-left: 0;
	}
	#sidebar-left {
		display: none;
	}
	#side-content {
		width: 100%;
		margin-left: 0;
	}
}


h1#homeheading {
	display: block;
	margin: 15px 0 10px 0;
	font-family: calluna, serif;
	font-size: 22px;
	line-height: 22px;
	color: #666666;
}
#main-header {
		min-height: 175px;
	}
	#main-header:before,
	#main-header:after {
		content: "";
		display: table;
	}
	#main-header:after {
		clear: both;
}

#main-header .title {
	font-size: 30px;
	padding: 0 0 0 0;
	color: #000;
}
#main-header .titlebar {
	position: relative;
	padding: 8px 12px;
	margin-top: 20px;
}

/* Geotrust icon */
#main-header .geotrust-popup, #main-header .secure-popup {
	float: right;
	margin-top: -10px;
	max-width: 20%;
	position: relative;
	cursor: pointer;
	color: #666;
	z-index: 2;
}
#main-content #main-header .geotrust-popup, #main-content #main-header .secure-popup { 
	margin-top: 5px;
}
#main-header .geotrust-icon, #main-header .secure-icon {
	max-width: 100%;
	z-index: 1;
}
#main-header .titlebar.geotrust, #main-header .titlebar.secure-badge {
		padding-right: 80px;
		margin-bottom: 20px;
}
#main-header .titlebar .geotrust-icon, #main-header .titlebar .secure-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	max-width: 20%;
}
#main-header .getgeotrustsslseal, #main-header .secure-info {
	cursor: default;
	font-size: 12px;
	line-height: 17px;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 240px;
	padding: 10px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);

	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.2);

	z-index: 2;
}
#main-header .getgeotrustsslseal a, #main-header .secure-info a {
	display: inline-block; text-align:center; margin:0 auto; color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;
}
#main-header .getgeotrustsslseal span, #main-header .secure-info .text {
	display: block;
	margin-top: 5px;
	font: bold 7px verdana,sans-serif;
	letter-spacing:.5px;
}
#main-header .geotrust-popup:hover .getgeotrustsslseal,
#main-header .secure-popup:hover .secure-info {
	display: block;
}

@media (max-width: 991px) {
	#main-header {
		min-height: 0;
	}
	#main-header .titlebar {
		font-size: 28px;
		padding: 8px 0;
		color: #000;
		margin: 0;
		background: none;
	}

}

#content-header {
	min-height: 78px;
	background: #39005f;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#700eb5), to(#39005f));
	background-image: -webkit-linear-gradient(left, #700eb5, #39005f);
	background-image: -moz-linear-gradient(left, #700eb5, #39005f);
	background-image: -ms-linear-gradient(left, #700eb5, #39005f);
	background-image: -o-linear-gradient(left, #700eb5, #39005f);
	background-image: linear-gradient(to right, #700eb5, #39005f);
	color: #c09df0;
	position: relative;
	z-index: 10;
	clear: both;
	padding-bottom: 16px;
	margin-bottom: 10px;
}
.lt-ie9 #content-header  {
	background: #39005f url(../images/subnav-zigzag-shadow.png) repeat-x left bottom;
}

#content-header:after {
	background: linear-gradient(-45deg, #ffffff 12px, transparent 0), linear-gradient(45deg, #ffffff 12px, transparent 0);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 18px 18px;
	content: "";
	display: block;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 0px;
	pointer-events: none;
}

#content {
	padding-bottom: 50px;
}
#main img {
	max-width: 100%;
	height: auto !important;
}
@media (max-width: 1189px) {
	#main img {
		height: auto !important;
	}
}
#main .sidebar img {
	width: auto;
}
#articles {
	clear: both;
	padding-top: 6px;
	padding-bottom: 10px;
}
#articles h3 {
	font-family: calluna, serif;
}
#banner {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 1000px;
}

/* Full size */

.fullsize #container .container,
.fullsize #container  #content,
.fullsize #container  #main {
	margin: 0;
	padding: 0;
}

.fullsize #triptych-container {
	margin-top: 0;
}


/* Content sub nav */

#sub-nav {
	position: relative;
	padding-top: 15px;
	padding-bottom: 12px;
	min-height: 60px;
}
#sub-nav ul {
		clear: both;
		padding: 0;
		list-style-type: none;
	}
	#sub-nav ul:before,
	#sub-nav ul:after {
		content: "";
		display: table;
	}
	#sub-nav ul:after {
		clear: both;
}

#sub-nav li {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
}
#sub-nav li a {
	display: block;
	padding: 5px 15px;
	color: #BD8FFF;
}
#sub-nav li.active > a, #sub-nav li.parent-active > a {
	color: #fff;
}
#sub-nav ul#sub-menu > li {
	display: inline;
	display: inline-block;
	text-align: center;
}
#sub-nav ul#sub-menu > li a:hover {
	color: #fff;
	text-decoration: none;
}

#sub-nav .search-bar .search-btn {
	color: inherit;
	top: 10px;
}

#sub-nav .dropdown {
	margin: 0 -10px;
	z-index: 10;
}
#sub-nav #subNavBtn.btn.dropdown-toggle {
	background: none;
	font-family: calluna, serif;
	font-size: 21px;
	line-height: 22px;
}
#sub-nav #subNavBtn.btn:hover, #sub-nav #subNavBtn.btn:focus {
	color: #fff;
}
#sub-nav ul#sub-menu.dropdown-menu {
	margin: 0 10px;
	padding: 5px 0;
	float: none;
	width: 95%;
}
#sub-nav ul#sub-menu.dropdown-menu li {
	display: block;
	text-align: left;
}
#sub-nav ul#sub-menu.dropdown-menu li a {
	color: #666;
	font-size: 16px;
	font-weight: 300;
}
#sub-nav ul#sub-menu.dropdown-menu li.active a {
	background: #efefef;
	color: #609;
}

#sub-nav ul#sub-menu.dropdown-menu li.overview {
	border-bottom: 1px solid #e5e5e5;
	font-family: calluna, serif;
	font-weight: normal;
	font-size: 18px;
}
#sub-nav ul#sub-menu.dropdown-menu li.overview a {
	font-weight: normal;
	font-size: 18px;
}

@media (min-width: 768px) {
	#sub-nav {
		text-align: center;
	}
	#sub-nav #subNavBtn {
		display: none;
	}
	#sub-nav ul#sub-menu {
		text-align: center;

	}
	#sub-nav ul#sub-menu.dropdown-menu {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#sub-nav ul#sub-menu.dropdown-menu li {
		display: inline;
		display: inline-block;
		text-align: center;
		border-right: 1px solid #7E33D1;
	}
	#sub-nav ul#sub-menu.dropdown-menu li.last {
		border: none;
	}
	#sub-nav ul#sub-menu.dropdown-menu li a {
		color: #BD8FFF;
		font-size: 15px;
	}
	#sub-nav ul#sub-menu.dropdown-menu li a:hover, #sub-nav ul#sub-menu.dropdown-menu li a:focus {
		background: none;
		color: #fff;
	}
	#sub-nav ul#sub-menu.dropdown-menu li.active a {
		background: none;
		color: #fff;
	}
	#sub-nav ul#sub-menu.dropdown-menu li.overview {
		display: none;
	}
}




/* ---------- Generic Forms ----------- */


form {
	position: relative;
	margin-bottom: 1em;
}
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
input[type="date"],
input.input,
textarea, 
select
{
	padding: 10px 10px;
	border: 1px solid #DDDDDD;
	background: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	width: 100%;
	max-width: 100%;
	/*-webkit-appearance: none;
	-moz-appearance: none;*/
		/*height: auto;*/
}
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
input[type="date"],
input.input,
select {
	min-height: 34px;
}
select {
	background: white;
}
/*input.input:hover, input.text:hover, textarea.textarea:hover {*/
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type="date"]:hover,
input.input:hover,
textarea:hover, 
select:hover
{
	border: 1px solid #dcc9e5;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(147, 215, 226, 0.4);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(147, 215, 226, 0.4);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(220, 201, 229, 0.4);
}
/*input.input:focus {*/
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type="date"]:focus,
input.input:focus,
textarea:focus, 
select:focus
{
	border: 1px solid #dcc9e5;
	outline: 1px solid #dcc9e5;
}

input[type="date"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
input::-webkit-calendar-picker-indicator {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    padding: 0;
    -webkit-user-modify: read-only !important;
  
}

/* webkit ios reset */
select {

	-webkit-align-items: center;
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-writing-mode: horizontal-tb;

	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	box-sizing: border-box;

	letter-spacing: normal;
	line-height: normal;
 
	text-align: start;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	vertical-align: middle;
	white-space: pre;
	word-spacing: 0px;
	height: 40px;

	padding-right: 20px !important;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll right 8px center;
	background-position: -webkit-calc(100% - 8px) center;  /* Sf 6 */
	background-position: right 8px center; /* Cr 25+, FF 13+, IE 9+, Op 10.5+ */
}
input, textarea, select {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
input[disabled], select[disabled], textarea[disabled] {
	color: #ccc; 
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #999;
}
/* Hide reveal password button (Eye) from Edge */
	  input::-ms-reveal,
	  input::-ms-clear {
		display: none;
	  }
form .placeholder {
	color: #999;
}
select optgroup {
	margin: 0;
	padding: 0;
	text-indent:0px;
}

form fieldset {
	margin: 0.5em 0 1.5em 0;
	clear:both;
}
form.bordered fieldset {
	margin: 8px 0;
	padding: 6px 8px 6px 8px;
	border: solid 1px #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	width: 100%;
}
legend {
	font-family: calluna, serif;
	font-size: 26px;
	/*font-family: Roboto, sans-serif;
	font-size: 20px;*/
	font-weight: 300;
}
form.bordered fieldset legend {
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: #111;
	font-style: normal;
	width: auto;
	padding: 0 10px;
	border: none;
	height: 30px;
	line-height: 30px;
	text-align: inherit;
	margin: 0;
	white-space: nowrap;
}
form.bordered.form-horizontal fieldset legend {
	margin: 10px 0;
}
form legend label {
	float: none !important;
	display: inline !important;
	margin-right: 4px;
}

.password-toggle {
	position: relative;
	overflow: hidden;
}
.password-toggle input[type=password] {
	padding-right: 40px;
	z-index: 1;
}
.password-toggle .toggle-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 14px 0;
	width: 40px;
	text-align: center;
	background: transparent;
	z-index: 9999;
	font-size: 18px;
	cursor: pointer;
	opacity: 0.3;
}

/* inline form */
.inline-form p, .inline-form .control-group {
	margin: 10px 0;
	padding: 0;
}
.inline-form label {
	clear: both;
	padding: 8px 0 0 0;
				margin: 0;
}
.inline-form label, .inline-form .label, .inline-form .label:empty {
	float: left;
	display: inline-block;
	width: 30%;
	margin-right: 2%;
	margin-bottom: 3px;
	line-height: 110%;
}
.inline-form.label-right label, .inline-form.label-right .label {
	text-align: right;
}
form label.inline, form .inline label {
	float: none;
	display: inline;
	display: inline-block;
	padding-top: 4px;
	width: auto;
}
.inline-form input[type=text],
.inline-form input[type=url],
.inline-form input[type=tel],
.inline-form input[type=number],
.inline-form input[type=color],
.inline-form input[type=email],
.inline-form input[type=password],
.inline-form input.input,
.inline-form textarea, 
.inline-form select,
.inline-form .inline-field
{
	width: 68%;
	float: right;
}
.inline-form label.error, .inline-form .value {
	width: 68%;
	float: right;
	padding: 6px 0 4px 0;
	margin: 0;
}
.inline-form .inline-field input {
	display: inline-block;
	width: 100%;
	float: none;
}
.inline-form span.label, .inline-form span.input {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* intl phone */
form .iti {
	display: block;
	z-index: 10;
}
form .iti input.iti__tel-input {
	/*padding-left: 47px !important;*/
	transition: none !important;
}
.inline-form .iti {
	width: 68%;
	float: right;
}
.inline-form .iti input {
	float: none;
	width: 100%;
}


/* with validation error handling */
.input-group input {
	top: 0;
}
.form-group {
	position: relative;
}
.form-group label.error,
.input-group label.error {
	position: relative;
	margin-top: -10px;
	left: 0;
}
#inline-errors {
	display: none;
	border-bottom:1px solid #ff0000;
	color: #ff0000;
	font-weight:500;
	font-family: Roboto, sans-serif;
	margin-bottom: 5px;
}
#inline-errors .errors {
	margin-bottom: 0;
}
#inline-errors:before {
	content: "Error found:";
}
.errors {
	list-style-type: none;
	color: #ff0000;
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
	font-family: Roboto, sans-serif;

}
.errors li {
	font-weight:300;
}


form p:before, form p:after, form .control-group:before, form .control-group:after, form .form-group:after  { content: ""; display: table; }
form p:after, form .control-group:after, form .form-group:after { clear: both; }  
form p, form .control-group, form .form-group {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
form .fields {
	float: left;
	display: inline;
}
form .row {
	display: block;
	clear: both;
}
form .hiddenFields {
	display: none;
}
form .radio label {
	width: auto;
		text-align: left;
}
form label.error {
	color: #ff0000;
	width: auto;
	font-size: 12px;
	line-height: 100%;
	text-align: left;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin-top: 3px;
}
form .indent {
	margin-left: 2%;
	padding-left: 30%;
}
form.block, .contentblock {
	clear: both;
	padding: 15px;
	background: #F5F5F5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form.block fieldset:first-child, form.block fieldset:first-of-type {
	margin-top: 0;
}
form.block fieldset:last-child, form.block fieldset:last-of-type {
	margin-bottom: 5px;
}
form.block legend {
	font-size: 24px;
}
form .note {
	font-size: 80%;
	line-height: 110%;
	color: #999;
	font-family: Roboto, sans-serif;
	text-transform: none;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}
form legend .note {
	display: inline-block;
}
form .note.indent {
	width: auto;
}
form legend .note {
	margin: 0 10px;
	font-size: 14px;
}
form #billing .note, form #shipping .note {
	min-height: 24px;
	display: block;
}

@media (max-width: 767px) {
	.inline-form label, .inline-form .label, .inline-form .label:empty {
		float: none;
		width: auto;
		text-align: left !important;
		padding-top: 2px;
	}
	.inline-form p, .inline-form .control-group {
		padding-top: 0;
	}
	.inline-form.label-right {
		text-align: left;
	}
	.inline-form input[type=text],
	.inline-form input[type=url],
	.inline-form input[type=tel],
	.inline-form input[type=number],
	.inline-form input[type=color],
	.inline-form input[type=email],
	.inline-form input[type=password],
	.inline-form input.input,
	.inline-form textarea, 
	.inline-form select,
	.inline-form .inline-field
	{
		width: 100%;
		float: none;
	}
	.inline-form label.error, .inline-form .value {
		width: 100%;
		float: none;
	}
	form .indent {
		margin-left: 0;
		padding-left: 0;
	}
}


/* field types */

p.checkbox {
	padding-left: 20px;
	margin: 0;
}
p.checkbox label {
	width: auto;
	padding-bottom: 5px;
	padding-left: 0;
}
p.checkbox label.error {
	width: 100%;
}

form input.small, form .input.small {
	width: 25%;
}
form input.xsmall, form .input.xsmall {
	width: 10%;
}


/* Multi Upload Field */

.field-upload-input {
	margin: 14px 0 !important;
}
.field-upload-input input, .field-upload-input input::placeholder, .field-upload-input .text {
	color: #ccc;
	background: #fff;
}
.field-upload-input.dragover input, .field-upload-input.dragover .text {
	/*-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.5);*/
	outline: 2px solid rgba(0,0,0,0.5);
}
.field-upload-input.added {
	-webkit-box-shadow: 0px 0px 0px 2px rgba(119,0,170,0.2);
	-moz-box-shadow: 0px 0px 0px 2px rgba(119,0,170,0.2);
	box-shadow: 0px 0px 0px 2px rgba(119,0,170,0.2);
}
.field-upload-input .browse {
	cursor: pointer;
}
.field-upload-input .preview {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
}
.field-upload-input .preview .fa {
	font-size: 20px;
}
.field-upload-input .preview.image {
	border: 1px solid #fff;
	outline: 1px solid #ccc;
}
.field-upload-input .preview.image .fa {
	visibility: hidden;
}
.field-upload-input .preview .fa-file-pdf-o {
	color: #cc0000;
}
.field-upload-input.added .preview {
	background-color: #fff;
	color: #009900;
}

.field-upload-input label.error {
	display: none !important;
	margin: 0;
	padding: 5px;
	transform: translateY(-50%);
}
.field-upload-input.error label.error {
	display: block !important;
	position: absolute;
	top: 50%;
	left: 55px;
	background: #fff;
}

.field-upload-input .add-btn {
	display: none;
	color: #009900;
}
.field-upload-input .add-btn:hover {
	color: #00cc00;
}

.multi-upload-field.multi .field-upload-input .add-btn {
	display: inline-block;
}
.multi-upload-field.multi .field-upload-input .remove-btn, .field-upload-input.added .clear-btn, .field-upload-input.added .remove-btn {
	color: #990000;
}
.multi-upload-field.multi .field-upload-input .remove-btn {
	display: none;
}
.multi-upload-field.multi .field-upload-input.cloned .add-btn {
	display: none;
}
.multi-upload-field.multi .field-upload-input.cloned .remove-btn {
	display: inline-block;
}
.field-upload-input .remove-btn {
	color: #999;
}
.field-upload-input .remove-btn:hover {
	color: #cc0000;
}

.field-upload-input label {
	display: inline-block;
}
.field-upload-input label.btn {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 32px;
}

.field-upload-input .output,
.field-upload-input .upload-file-field {
	position: relative;
	z-index: 3;
}
.field-upload-input .upload-file-field input[type=file] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	cursor: pointer;
	border-radius: 0;
	/*opacity: 0;*/
}
.field-upload-input .upload-file-field input, .field-upload-input .upload-file-field .text {
	border-radius: 0;
	width: 100%;
	height: 100%;
	align-content: center;
	border: 1px solid #ddd;
	padding: 10px;
}
.field-upload-input .upload-file-field .text + input[type=file] {
	opacity: 0;
}
.field-upload-input .upload-file-field input[type=file]::file-selector-button {
	cursor: pointer;
	height: 100%;
	background: #fff;
	color: #666;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	border-right: 1px solid #ccc;
  display: none;  
}
.field-upload-input .output .clear-btn,
.field-upload-input .upload-file-field .clear-btn {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #990000;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background: transparent;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 3;
}
.field-upload-input.added .output .clear,
.field-upload-input.added .upload-file-field .clear-btn {
	display: inline-block;
}
.field-upload-input .output .clear-btn:hover,
.field-upload-input .upload-file-field .clear-btn:hover {
	color: #cc0000;
}

.field-upload-input .upload-file-field:after {
	content: "\f0ee";
	display: inline-block;
	font: normal normal normal 30px/1 "Font Awesome 6 Pro", FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	opacity: 0.1;
	z-index: 0;
}
.field-upload-input.added .upload-file-field:after {
	display: none;
}
.field-upload-input.error {
	border-bottom: 2px solid #ff0000;
}
.multi-upload-field-error {
	display: none;
}

/* Multi Upload Field Bootstrap table > Flex Override */
.multi-upload-field .input-group {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
		height: 60px;
}
.multi-upload-field .input-group > div {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	align-content: center;
}
.multi-upload-field .input-group .input-group-addon {
	display: flex;
	flex-grow: 0;
}
.multi-upload-field .input-group .input-group-btn {
	display: flex;
	flex-grow: 0;
	width: auto;
}
.multi-upload-field .input-group input {
	display: block;
}
.multi-upload-field .input-group .input-group-btn > * {
	height: 100%;
	align-content: center;
}

/* vertical align center */

.multi-upload-field .input-group label, 
.multi-upload-field .input-group .input-group-addon {
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

@media (max-width: 767px) {
	.multi-upload-field .input-group label {
		display: none;
	}
}





/* price field */
form .price_field {
	position: relative;
	display: inline-block;
	width: 25%;
}
form .price_field input {
	padding-left: 20px;
	width: auto !important;
}
form .price_field .prefix {
position: absolute;
	padding: 11px 0 0 5px;
	color: #999;
	font-size: 18px;
}

/* messages */
span.required {
	color: #FF6699;
}
span.red {
	color: #ff0000;
}

.user_success {
	color: #FF6699;
}

/* bootstrap inputs */
.btn-md {
	padding: 9px 12px;
}
form .btn-file {
	position: relative;
	overflow: hidden;
}
form .btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.dropdown-menu ul, .dropdown-menu li {
	margin: 0;
}



/* Input button styles */

.field-radio-btn, .field-checkbox-btn {
    position: relative;
    /*overflow: hidden;*/
    display: block !important;
    min-height: 34px;
    line-height: 18px;
    margin: 5px 0;
    padding-left: 40px !important;
    padding-top: 9px !important;
    padding-right: 20px !important;
}
#basket_content .location-selector .field-radio-btn, #basket_content  .location-selector .field-checkbox-btn {
	margin-bottom: 0;
}
form .field-radio-btn label:not(.error), form .field-checkbox-btn label:not(.error) {
	padding-top: 0;
	cursor: pointer;
	font-weight: normal;
	display: block !important;
	float: none !important;
	width: auto !important;
}
.field-radio-btn label:not(.error):before, .field-checkbox-btn label:not(.error):before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: #fff;

	border: 3px solid #dddddd;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	z-index: 1;
}
.field-radio-btn label:not(.error):before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
form .field-radio-btn label.error, form .field-checkbox-btn label.error {
	width: auto;
	float: none;
}

.field-radio-btn input[type=radio], .field-checkbox-btn input[type=checkbox] {
	position: absolute;
	/*left: -50px;*/
	left: 10px;
	top: 5px;
	/*visibility: hidden;*/
	opacity: 0;
}
.field-radio-btn.inline, .field-checkbox-btn.inline {
	display: inline-block !important;
	vertical-align: middle;
}
.field-radio-btn input[type=radio]:checked + label:after,
.field-checkbox-btn input[type=checkbox]:checked + label:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 16px;
	height: 16px;
	background: #ff73c5;

	z-index: 2;
}
.field-radio-btn input[type=radio]:checked + label:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.field-checkbox-btn input[type=checkbox]:checked + label:after {
	content: "";
	background-color: transparent;

	/* position the checkbox */
	position: absolute;
	left: 10px;
	top: 4px;

	/* setting the checkbox */
	/* short arm */
	width: 12px;
	border-bottom: 4px solid #ff73c5;
	/* long arm */
	height: 20px;
	border-right: 4px solid #ff73c5;

	/* rotate the mirrored L to make it a checkbox */
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.field-checkbox-btn input[type=checkbox]:focus + label:before,
.field-radio-btn input[type=radio]:focus + label:before {
	border-color: #999;
}
.field-checkbox-btn input.error + label:before,
.field-radio-btn input.error + label:before {
	border-color: #ff0000 !important;
}

.lt-ie9 .field-checkbox-btn input[type=checkbox], 
.lt-ie9 .field-radio-btn input[type=radio] {
	/* target ie 8 with the below if we want to allow for this */
	z-index: 3;
	margin: 0;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
}
.lt-ie9 .field-checkbox-btn label:before, 
.lt-ie9 .field-radio-btn label:after {
	display: none;
}

	/* Freeform */

	.freeform-field-checkbox .freeform-input-only-label,
	.freeform-field-mailing_list .freeform-input-only-label {
		position: relative;
	}
	.freeform-field-checkbox .freeform-input-only-label input[type=checkbox],
	.freeform-field-mailing_list .freeform-input-only-label input[type=checkbox] {
		width: 16px !important;
		height: 16px !important;
		margin: 6px 15px 6px 8px !important;
		z-index: -1;
		position: static;
		vertical-align: middle;
	}
	.freeform-field-checkbox .freeform-input-only-label input[type=checkbox]:before, .freeform-field-checkbox .freeform-input-only-label input[type=checkbox]:after,
	.freeform-field-mailing_list .freeform-input-only-label input[type=checkbox]:before, .freeform-field-mailing_list .freeform-input-only-label input[type=checkbox]:after {
		content: "";
		position: absolute;
		z-index: 2;
		cursor: pointer;
	}
	.freeform-field-checkbox .freeform-input-only-label input[type=checkbox]:before,
	.freeform-field-mailing_list .freeform-input-only-label input[type=checkbox]:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		background: #fff;
		border: 3px solid #dddddd;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		z-index: 1;
	}
	.freeform-field-checkbox .freeform-input-only-label input[type=checkbox]:checked:after,
	.freeform-field-mailing_list .freeform-input-only-label input[type=checkbox]:checked:after {
		content: "";
		background-color: transparent;
		/* position the checkbox */
		position: absolute;
		left: 10px;
		top: 4px;
		/* setting the checkbox */
		/* short arm */
		width: 12px;
		border-bottom: 4px solid #ff73c5;
		/* long arm */
		height: 20px;
		border-right: 4px solid #ff73c5;
		/* rotate the mirrored L to make it a checkbox */
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	form .freeform-field-submit {
		margin-top: 2em;
	}


/* ------------------ Site Search ------------------ */


/* Tool Bar: Search and Breadcrumb */

.toolbar-container {
	margin: 20px 0 15px 0;
}
.home .toolbar-container {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.toolbar {
	position: relative;
	background: none !important;
	border: none !important;
	color: #666;
}
.toolbar h3 {
	font-size: 21px;
	line-height: 22px;
	margin: 0;
	padding: 10px 60px 10px 0;
}

@media (max-width: 991px) {
	.toolbar-container {
		min-height: 78px;
		background: #f2f2f2;
		position: relative;
		border: none;
		min-height: 38px;
		z-index: 10;

		padding-left: 0;
		padding-right: 0;
		padding-top: 1em;

		margin-left: -20px;
		margin-right: -20px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.toolbar-container:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		height: 11px;

		position: relative;
		overflow: hidden;
		border: none;
		pointer-events: none;

		background: linear-gradient(-45deg, transparent 13px, #f2f2f2 0), linear-gradient(45deg, transparent 13px, #f2f2f2 0);
		background-repeat: repeat-x;
		background-position: left bottom;
		background-size: 18px 20px;
	}
	.toolbar {
		margin-left: 20px;
		margin-right: 20px;
	}
	.toolbar .breadCrumbHolder {
		margin: 5px 50px 0 0		 !important;
	}

}
@media (max-width: 767px) {
	.toolbar-container {
		margin-left: -15px;
		margin-right: -15px;
	}

	.toolbar {
		margin-left: 15px;
		margin-right: 15px;
	}

}

#main-content .toolbar-container {
	background: none;
}
#main-content .toolbar-container:after {
	display: none;
}

/* search bar */
.search-bar {
		clear: both;
	}
	.search-bar:before,
	.search-bar:after {
		content: " ";
		display: table;
	}
	.search-bar:after {
		clear: both;
}

.search-bar .site-search {
	position: relative;
	margin: 15px 0;
}
.site-search .dropdown {
	position: static;
}
.site-search .search-field {
	position: relative;
	overflow: hidden;
}
.search-bar .site-search .search-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 3px;
	padding: 0 6px;
	border: none;
	height: 42px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ccc;
	font-size: 18px;
	width: 36px;
	background: none;
	z-index: 2;
		background: transparent url(../images/footer/icon-arrow-right.png) no-repeat center center;
		opacity: 0.3;
}
.search-bar .site-search .search-input:focus + .search-button {
	opacity: 1;
}
.search-bar .site-search .search-button .icon  {
	display: inline-block;
		display: none;
}
.search-bar #searchBar {
	padding-left: 0;
	padding-right: 0;
}
.search-bar .site-search .search-input {
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #ddd;
	padding-right: 38px;
	color: #111;

	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;

}
.site-search.has-options .search-input {
	padding-left: 115px;
}
.site-search .options {
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	width: 108px;
	margin: 0;
	line-height: 44px;
	z-index: 3;
	border-right: 1px solid #ccc;
	padding: 0 5px;
	font-size: inherit;

	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

	background-color: #f2f2f2;
	color: #000;
}

/* search button */

.search-bar .search-btn {
	border: none;
	background: none;
	color: #666;
	margin: 0;
	position: absolute;
	z-index: 111;
	top: -2px;
	right: 0;
	padding: 5px 8px;
	font-size: 26px;
	line-height: 1px;
	border: 1px solid transparent;
}
.search-bar .search-btn:hover {
	background: rgba(200,200,200,0.25);
	border: 1px solid #ddd;
}
.search-bar .search-btn .icon-bar {
	background-color: #fff;
}

.search-bar .search-btn .search-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjIuODc5IiBoZWlnaHQ9IjExOS43OTkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik00OS45ODggMGguMDE2di4wMDdDNjMuODAzLjAxMSA3Ni4yOTggNS42MDggODUuMzQgMTQuNjUyYzkuMDI3IDkuMDMxIDE0LjYxOSAyMS41MTUgMTQuNjI4IDM1LjMwM2guMDA3VjUwLjAyOGgtLjAwN2E0OS45MzIgNDkuOTMyIDAgMCAxLTMuNDcxIDE4LjMwMXYuMDA3YTUwLjAxMSA1MC4wMTEgMCAwIDEtNS41NDcgMTAuMzA3bDI5LjA4MiAyNi4xMzkuMDE4LjAxNi4xNTcuMTQ2LjAxMS4wMTFhOC42MDIgOC42MDIgMCAwIDEgMi42NDkgNS43OCA4LjYxMSA4LjYxMSAwIDAgMS0xLjk3OSA1Ljk3MWwtLjAxMS4wMTYtLjE3NS4yMDMtLjAzNS4wMzUtLjE0Ni4xNi0uMDE2LjAyMWE4LjU5NCA4LjU5NCAwIDAgMS01Ljc4IDIuNjQ2IDguNjAyIDguNjAyIDAgMCAxLTUuOTcxLTEuOTc4bC0uMDE1LS4wMTEtLjIwNC0uMTc1LS4wMjktLjAyNC0yOS43NDUtMjYuNzM0Yy0uODguNjItMS43NzggMS4yMDktMi42ODcgMS43NjVhNTAuMDYzIDUwLjA2MyAwIDAgMS0zLjgxMyAyLjExNWMtNi42OTkgMy4zNDItMTQuMjY5IDUuMjIyLTIyLjI3MiA1LjIyMnYuMDA3aC0uMDE2di0uMDA3Yy0xMy43OTktLjAwNC0yNi4yOTYtNS42MDEtMzUuMzM4LTE0LjY0NUM1LjYwNSA3Ni4yOTEuMDE2IDYzLjgwNS4wMDcgNTAuMDIxSDB2LS4wNDloLjAwN2MuMDA0LTEzLjc5OSA1LjYwMS0yNi4yOTYgMTQuNjQ1LTM1LjMzOEMyMy42ODMgNS42MDggMzYuMTY3LjAxNiA0OS45NTUuMDA3VjBoLjAzM3ptLjAxNiAxMS4yMXYuMDA3aC0uMDQ5di0uMDA3Yy0xMC42ODYuMDA3LTIwLjM3MiA0LjM1LTI3LjM4NCAxMS4zNTktNy4wMTEgNy4wMDktMTEuMzU4IDE2LjcwNS0xMS4zNjEgMjcuNDA0aC4wMDd2LjA0OWgtLjAwN2MuMDA3IDEwLjY4NiA0LjM0NyAyMC4zNjcgMTEuMzU5IDI3LjM4MSA3LjAwOSA3LjAxMiAxNi43MDUgMTEuMzU5IDI3LjQwMyAxMS4zNjF2LS4wMDdoLjA0OXYuMDA3YzEwLjY4Ni0uMDA3IDIwLjM2OC00LjM0OCAyNy4zODItMTEuMzU5IDcuMDExLTcuMDA5IDExLjM1OC0xNi43MDIgMTEuMzYtMjcuNGgtLjAwNnYtLjA0OWguMDA2Yy0uMDA2LTEwLjY4Ni00LjM1LTIwLjM3Mi0xMS4zNTgtMjcuMzg0LTcuMDA5LTcuMDEyLTE2LjcwMi0xMS4zNTktMjcuNDAxLTExLjM2MnoiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 0.6;
}
.search-bar .search-btn:hover .search-icon {
	opacity: 1;
}

.search-bar .search-btn {
	display: block;
}

@media (min-width: 992px) {
	.search-bar, .search-bar .search-btn {
		display: none;
	}
}

/* drape site search */

#sitesearch h3, #sitesearch .searchsite-title {
	color: #fff;
	margin: 0 0 2px;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	font-family: calluna, serif;
	-moz-text-shadow: 1px 1px 1px #1E003F;
	-webkit-text-shadow: 1px 1px 1px #1E003F;
	text-shadow: 1px 1px 1px #1E003F;
}
#sitesearch p {
	font-family: Roboto, sans-serif;
	color: #fff;
	-webkit-text-shadow: 1px 1px 1px #1E003F;
	-moz-text-shadow: 1px 1px 1px #1E003F;
	text-shadow: 1px 1px 1px #1E003F;
	margin-bottom: 10px;
}
#sitesearch p a {
	color: #fff;
	text-decoration: none;
}
#sitesearch form {
	margin: 0;
	padding: 30px 0 0 0;
}
#sitesearch .search-field {
	background-color: #7a3fba;
	margin: 0;
	padding: 0;
	border: 4px solid #7a3fba;
	display: block;
	position:relative;
	overflow:hidden;
}
#sitesearch .search-input {
	display: block;
	margin: 0;
	padding: 0 40px 0 0;
	width: 100%;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	border: none;
	text-indent: 8px;
	-webkit-appearance: none;
	appearance: none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
#sitesearch .search-input:focus {
	outline: none;
}

#sitesearch .search-button {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 30px;
	top: 0;
	right: 0;
	color: #fff;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background: #303030;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
#sitesearch .search-button:focus {
	outline: none;
}
#sitesearch .search-button span {
	color: #999;
	font-size: 18px;
	line-height: 28px;
}
#sitesearch .search-button:hover span, #sitesearch .search-button:focus span {
	color: #fff;
}
#drape #sitesearch {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 7%;
	padding-right: 7%;
	background: #390068;
}
#sitesearch .search-button .text {
	display: none;
}
#sitesearch .search-button .icon, #search-results  .search-button .icon {
	display: block;
}

#sitesearch .site-search .channel-select {
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
}
#sitesearch .site-search .options::-ms-expand {
	 display: none;
}
#sitesearch .site-search .dropdown-menu {
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin-top: 8px;
	border: 4px solid #7a3fba;
}
#sitesearch .site-search .options {
	margin: 0;
	font-size: 14px;
	position: relative;
	left: -2px;

	width: auto;
	max-width: 100%;
	height: 28px;
	min-height: 28px;
	line-height: 28px;

	border: none;
	padding: 2px 18px 2px 2px;

	background: none;
	color: #fff;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}
#sitesearch .site-search .options:hover {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#sitesearch .site-search .options:focus {
	outline: none;
}
#sitesearch .site-search .options option {
	color: #111;
	font-size: 14px;
	padding: 5px;
}
#sitesearch .site-search .options .selector {
	margin-left: 3px;
}
.lt-ie9 #sitesearch .site-search .options {
	background: #390068;
	color: #fff;
}
.lt-ie9 #sitesearch .site-search .options option {
	color: #fff;
}


/* ---------- Login Panel ----------- */


form#login_form .form-control,
form#register_form .form-control {
	height: 44px;
}
form#login_form.inline-form label {
	text-align: left;
	padding-top: 8px;
}
form#login_form.inline-form label.error {
	display: block;
	float: none;
	padding: 0px;
	margin: -5px 0 5px 40px;
}
 form#login_form .columns .input,
.columns form#login_form .input {
	padding: 7px 5px;
	margin-bottom: 4px;
}

#login-panel, #register-panel {
	clear: both;
	text-align: left;
}
#login-panel .column-left, #register-panel .column-left {
	width: 60%;
}
#login-panel .column-right, #register-panel .column-right {
	width: 34%;
}
#login-panel #login_form, #login-panel .social-signin,
#register-panel #register_form, #register-panel .social-signin {
	clear: both;
	margin: 0;
	padding: 15px;
}
#login-panel #login_form, #register-panel #register_form {
	background: #f5f5f5;
}
#login-panel form fieldset {
	min-height: 160px;
	border: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#login-panel form fieldset legend, #login-panel .legend,
#register-panel form fieldset legend, #register-panel .legend {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #ddd;
	line-height: 100%;
}
#login-panel form label {
	font-weight: normal;
}
#login-panel form p,
#register-panel form p {
	margin: 0;
	padding: 7px 0 7px 0;
}
#login-panel form p label.error {
	bottom: -4px;
}
#login-panel form p.submit {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#login-panel .forgotten {
	margin: 15px 5px -5px;
	text-align: center;
}
#login-panel .forgotten p, #login-panel .forgotten a {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #70a;
	color: #70a;
	font-size: 12px;
}
#login-panel .or, #register-panel .or {
	display: inline-block;
	text-align: center;
	width: 5.7%; /* smaller width for safari */
	margin-top: 80px;
	position: relative;
	font-size: 18px;
}

.popup-register #register-panel fieldset {
	margin: 0;
}
.popup-register hr {
	margin-top: 10px;
	margin-bottom: 15px;
}





/* Social Login */

.social-signin {
	padding: 0 0 10px 0;
}
.social-signin h3 {
	padding: 0 0 0 0;
}
.social-signin p {
	padding: 0;
}
.social-signin .note {
	clear: both;
	margin-top: 15px;
	margin-bottom: 0;
}

.social-signin .providers {
	margin: -5px 0;
	padding: 5px 0;
	position: relative;
	overflow: hidden;
}
.social-signin .providers .provider_button {
	float: none;
	clear: none;
	display: block;
	position: relative;
	overflow: hidden;
	background: #e6e7e8;
	color: #111;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	width: 340px;
	max-width: 100%;
	vertical-align: middle;

		color: #fff;
		padding: 8px;
		line-height: 28px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		margin: 10px 2px 10px 3px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
}
.popup .social-signin .providers .provider_button {
	width: auto;
}
.social-signin .providers .provider_button:hover {
	opacity: 0.7;
}
.social-signin .providers .provider_button .logo {
	width: 38px;
	height: 38px;
	margin: -5px;
	float: left;
}
.social-signin .providers .provider_button .text {
	margin-left: 5px;
	white-space: nowrap;
}
.social-signin .providers .provider_button.Google {
	background-color: #4185f4;
}
.social-signin .providers .provider_button.Facebook {
		background-color: #4267b2;
}
.social-signin .providers .provider_button:focus {
	outline: 3px solid #C6DAFB;
}

.social-connect .providers {
	margin: 0;
	padding: 10px 0 20px 0;
	position: relative;
	overflow: hidden;
}
.social-connect .providers.small {
	padding: 0;
}
.social-connect ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-connect li {
	margin: 0 0 20px 0;
}
.social-connect .providers.small li {
	margin: 0 0 5px 0;
}
.social-connect .providers .provider_button {
	padding: 2px;
	display: block;
	color: #fff;
	border-radius: 2px;
	background: #999;
	max-width: 300px;
}
.social-connect .providers .provider_button:hover {
	text-decoration: none;
	opacity: 0.7;
}
.social-connect .providers .provider_button.Facebook {
	background: #4267b2;
}
.social-connect .providers .provider_button.Google {
	background: #3f83f2;
}
.social-connect .providers .provider_button .logo {
	width: 36px;
	vertical-align: middle;
	border-radius: 2px;
	margin-right: 5px;
}
.social-connect .providers.small .provider_button .logo {
	width: 28px;
}
.social-connect .providers .provider_button.Facebook .logo {
	background: #4267b2;
	padding: 0;
}
.social-connect .providers .provider_button.Google .logo {
	background: #fff;
	padding: 4px;
}
.social-connect .providers .provider_button.disconnect:not(:hover) {
	background: #ccc;
}
.social-connect .providers .provider_button.disconnect:not(:hover) .logo {
	opacity: 0.7;
}

.social-signin.inline .providers .provider_button {
	float: left;
}

@media (min-width: 992px) {
	#login-panel .social-signin,  #register-panel .social-signin {
		padding-left: 0;
	}
}

@media (max-width: 991px) {

	.social-signin {
		text-align: center;
	}
	.social-signin .legend {
		display: none;
	}
	.social-signin .providers {
		max-width: 440px;
		margin: 0 auto;
	}

	#login-panel .column-left, #login-panel .column-right,
	#register-panel .column-left, #register-panel .column-right {
		width: 100%;
		margin-bottom: 0.5em;
	}
	#login-panel .or,
	#register-panel .or {
		clear: both;
		display: block;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #ccc;
		height: 20px;
		line-height: 20px;
		width: auto;
		top: -5px;
	}
	#login-panel .or .ortext,
	#register-panel .or .ortext {
		position: absolute;
		width: 40px;
		height: 20px;
		top: 0;
		left: 50%;
		margin-left: -20px;
		background: #fff;
		top: 10px;
	}
	#login-panel .social-signin,  #register-panel .social-signin {
		padding-top: 0;
		padding-bottom: 0;
	}
	.social-signin .providers .provider_button {
		margin-left: auto;
		margin-right: auto;
	}
	.fancybox-container .popup-login {
		max-width: 520px;
	}
}
@media (max-width: 479px) {
	.social-signin .providers .provider_button .hide-on-mobile {
		display: none !important;
	}
}


/* ---------- Popups ----------- */

/* popups */

#popup-wrapper {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 700px;
	height: auto;
	min-height: 200px;
	background: #FFF url(../images/bg_popup.gif) no-repeat right bottom;
		border: 4px solid #666666;
		padding: 20px !important;
}
#popup-wrapper h1 {
	font-family: calluna, serif;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: 1px solid #c0c2c2;
	font-size: 1.538em;
}
/* temporary attempt to fix content on smaller devices */
@media (max-width: 767px) {
	#popup-wrapper {
		width: auto;
	}
	#popup-wrapper .columns .column-left, #popup-wrapper .columns .column-right {
		clear: both;
		float: none;
		width: auto;
		margin-bottom: 1em;
	}
}


#confirm-dialog {
	display: none;
}


/*

Advanced example - Confirm dialog

*/


.fc-container .fancybox-bg {
  background: #eee;
}

.fancybox-is-open.fc-container .fancybox-bg {
  opacity: 0.95;
}

.fc-content {
  margin: 20px;
  max-width: 550px;
  padding: 50px;
  box-shadow: 10px 10px 60px -25px;
  border-radius: 4px;
}

.fc-content h2 {
  margin-top: 0;
  font-size: 1.6em;
  letter-spacing: normal;
}

.fc-content p {
  color: #666;
  line-height: 1.5;
}

.fc-content p:last-child {
  margin-bottom: 0;
}
.fc-content .btn {
	margin: 0 10px;
}
.fc-content .btn:active, .fc-content .btn:focus {
	border: none;
	outline: none;
	background-color: #7700aa;
}
.fc-content [data-fancybox-close] {
	cursor: pointer;
}
.fc-content .tright {
	text-align: center;
}
/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  transform: translateY(-60px) scale(1.1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1);
}



.popup-container {
	position: relative;
	/*overflow: hidden;*/
	clear: both;
		width: 890px;
	max-width: 95%;
	max-height: 95%;
	height: auto;
	min-height: 200px;
	background: #fff;
	border: 4px solid #666666;
	padding: 20px !important;
}
.popup-container img, .popup-content img {
	max-width: 100%;
	height: auto !important;
}
.popup-container.popup-dialog {
	width: 450px;
	max-width: 100%;
}
.popup-content h1 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.popup-content .head {
	padding-right: 20px;
}
.popup-content.html-content h1 {
	display: block;
	margin-bottom: 20px;
	padding: 8px 20px 8px 10px;
	color: #ffffff;
	font-weight: normal;
	background: #8347e3;
	background: -moz-linear-gradient(left, #8347e3 0%, #5b00a9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8347e3), color-stop(100%, #5b00a9));
	background: -webkit-linear-gradient(left, #8347e3 0%, #5b00a9 100%);
	background: -o-linear-gradient(left, #8347e3 0%, #5b00a9 100%);
	background: -ms-linear-gradient(left, #8347e3 0%, #5b00a9 100%);
	background: linear-gradient(to right, #8347e3 0%, #5b00a9 100%);
	font-size: 28px;
}
@media (max-width: 767px) {
	.popup-content.html-content h1 {
		font-size: 22px;
	}
}


/* product options */
.popup-product-options .head, .popup-checkout-confirm .head {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding-right: 30px;
}
.popup-product-options .head .image, .popup-checkout-confirm .head .image {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.popup-product-options .head .title, .popup-checkout-confirm .head .title {
	font-size:24px;
	line-height:24px;
	color:#000;
}
.popup-product-options .head .description, .popup-checkout-confirm .head .description {
	margin-top: 10px;
}
.popup-product-options .head .description p, .popup-checkout-confirm .head .description p {
	margin-bottom: 5px;
}
.popup-product-options {
	max-width: 600px;
	overflow: visible;
}

/* confirm */
.popup-checkout-confirm {
	width: 460px !important;
	max-width: 90%;
}
.popup-checkout-confirm .notice {
	clear: both;
	margin: 15px 0 25px 0;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	color: #111;
		background: #eee;
		padding: 12px 15px;
}
.popup-checkout-confirm .notice .green {
	color: #33aa33;
}
.popup-checkout-confirm .notice .teal {
	color: #4bc0b9;
}
.popup-checkout-confirm .notice .fa-check {
	font-size: 28px;
	line-height: 1px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -5px;
}


/* buttons */

.close_btn {
  /*position: fixed;*/
  position: absolute;
  right: 20px;
  top: 14px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  z-index:10;
  background: #777;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
}
.close_btn a {
	float: none;
	display: block;
	text-indent: 9999em;
	color:#666;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.close_btn:hover {
  opacity: 1;
}
.close_btn:before, .close_btn:after {
  position: absolute;
  left: 15px;
  top: 3px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #fff;
  z-index: -1;
}
.close_btn:before {
  transform: rotate(45deg);
}
.close_btn:after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.popup-container {
		width: auto;
	}
}
@media (max-width: 479px) {
	.popup-container {
		width: auto;
	}
	.popup-checkout-confirm .btn {
		margin-bottom: 10px;
		width: 100%;
	}
	.popup-container .btn-group {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-collapse: separate;
	}
	.popup-container .btn-group .btn {
		float: none;
		display: table-cell;
		width: 1%;
	}
}



/* Dropdowns */

.dropdown.location-select {
	display: inline-block;
	max-width: 100%;
}
.location-select.dropdown .dropdown-toggle {
	display: block;
	width: 300px;
	max-width: 100%;
	text-align: inherit;
}
.location-select.dropdown .dropdown-toggle label, .location-select.dropdown .dropdown-toggle .label {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.location-select .dropdown-menu {
	min-width: 100%;
}
.location-select .dropdown-menu li {
	margin: 0;
	padding: 0;
}
.location-select li.dropdown-header {
	margin-top: 0px;
	margin-bottom: 3px;
	color: #888;
	text-transform: uppercase;
	font-size: 13px;
	font-family: calluna, serif;
	padding-left: 15px;
	padding-right: 15px;
}
.location-select .dropdown-menu label {
	display: block;
	width: 100%;
	margin: 0;
	padding: 6px 15px;
	text-align: left;
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	font-family: Roboto, sans-serif;
}
.location-select .dropdown-menu input {
	display: none;
}
.location-select .icon {
	position: relative;
}
.location-select .icon:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 17px;
	background: transparent no-repeat center center;
	background-size: cover;
	margin-right: 5px;
	vertical-align: text-top;
}
.location-select li .icon:before {
	filter: saturate(0.5) contrast(4); 
	opacity: 0.5;
}
.location-select li.active .icon:before,
.location-select li .icon:hover:before {
	filter: none;
	opacity: 1;
}
.location-select .dropdown-toggle.icon:before {
	filter: none;
	opacity: 1;
}

/* large */
.location-select.large .icon:before {
	margin-right: 10px;
}
.location-select.large .dropdown-toggle {
	padding: 10px 20px;
	font-size: 16px;
}
.location-select.large .dropdown-menu {
	font-size: 16px;
}
.location-select.large .dropdown-menu label {
	padding: 10px 20px;
}
.location-select.large .icon:before {
	width: 30px;
	height: 20px;
}


/* Fancybox 3 */
.fancybox-slider-wrap .fancybox-slide>div {
	padding: 0;
	max-width: 95%;
	margin: 0;
	overflow: visible;
	background: transparent;
}
.fancybox-slider-wrap .fancybox-slide .popup-container {
	background: #fff;
}
.fancybox-slider-wrap .fancybox-slide .popup-container .btn-md {
	padding-top: 12px;
	padding-bottom: 12px;
}
.fancybox-slider-wrap .fancybox-slide .popup-product-options {
	max-width: 600px;
}
.fancybox-slide--iframe .fancybox-content {
	max-width  : 95%;
	max-height : 95%;
}
.fancybox-container--ready .fancybox-bg {
	opacity: 0.7;
}
.fancybox-slide.fancybox-slide--iframe {
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.fancybox-slide--html {
	padding: 10px;
}
.fancybox-slide--html .fancybox-close-small {
	padding: 6px;
	margin: 6px;
	color: #000;
}
.fancybox-stage .fancybox-button svg {
	background: #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.fancybox-container {
	z-index: 999999999;
}
.fancybox-container.fullsize .fancybox-slide {
	padding: 0;
}



/* theme */
.popup-container.dark, .fancybox-slider-wrap .fancybox-slide .popup-container.dark {
	background: #222;
	background: rgba(0,0,0,0.85);
	border: none;
	border-radius: 6px;
	color: #bbb;
}
.popup-container.dark a {
	color: #fff;
}
.popup-container.dark .head, .popup-container.dark .head .title {
	color: #fff;
	font-family: "Montserrat","Trebuchet MS",Helvetica,sans-serif;
	font-size: 17px;
}

.popup-container.dark .description {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-size: 16px;
}
.popup-container.dark .notice {
	color: #fff;
	background: #333;
	border: 2px solid #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.popup-container.dark .btn {
	font-family: "Montserrat","Trebuchet MS",Helvetica,sans-serif;
}
.popup-container.dark .btn:hover {
	text-decoration: none;
}
.popup-container.dark .btn:focus {
	outline: none;
}
.popup-container.dark .btn-default {
	color: #333;
}
.popup-container.dark .fancybox-close-small:after,
.popup-container.dark + .fancybox-close-small:after {
	background: #666;
}
.popup-container.dark .fancybox-close-small:hover:after,
.popup-container.dark + .fancybox-close-small:hover:after {
	background: #fff;
}


.fancybox-container .accessories-iframe {
	padding: 20px;
}
.fancybox-container .accessories-iframe iframe {
	border: 4px solid #666666;
}


body .mz-zoom-window {
	z-index: 100;
}
body.fancybox-active .mz-zoom-window {
	z-index: 99992;

}
.mm-opened .mz-zoom-window {
	display: none;
}
.mm-opened .mz-figure.mz-active.mz-inner-zoom {
	opacity: 1;
}
body.mm-opened #outer-wrapper {
	display: relative;
}

/* ---------- Featured ----------- */


.swiper-carousel .item {
	display: inline;
	display: inline-block;
	padding: 5px;
	width: 200px; /* default width */
}
.swiper-carousel .item {
	width: 25%;
}
.swiper-carousel .item .item-entry {
	display: block;
	margin: 0;
	padding: 0;
	border: solid 1px #ddd;
}

.swiper-carousel .item.selected .item-entry {
	border-color: #888;
}
.swiper-carousel .item.selected .item-entry a,
.swiper-carousel .item.selected .item-entry a h3 {
	color: #000 !important;
}

.swiper-carousel .item img {
	width: 100%;
	height: auto !important;
}

.no-js .swiper-carousel .item img.swiper-lazy {
	display: none !important;
}

@media (max-width: 1309px) {
	.swiper-carousel .item {
		width: 33.33333%;
	}
	#featured .swiper-carousel .item {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.swiper-carousel .item {
		width: 33.33333%;
	}
	#featured .swiper-carousel .item {
		width: 33.33333%;
	}
}
@media (max-width: 767px) {
	.swiper-carousel .item {
		width: 50%;
	}
	.swiper-carousel .featured-items {
		padding-left: 10px;
		padding-right: 10px;
	}
	#featured .swiper-carousel .item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.swiper-carousel .item {
		width: 50%;
	}
	.swiper-carousel .featured-items {
		margin-left: -10px;
		margin-right: -10px;
	}
	#featured .swiper-carousel .item {
		width: 50%;
	}
}

@media (min-width: 1310px) {
	#featured .swiper-carousel .item {
		width: 20%;
	}
}



/* IE8 */
.lt-ie9 .swiper-wrapper {
	white-space: nowrap;
}
.lt-ie9 .swiper-carousel .item {
	display: inline-block;
	width: 200px;
}

.swiper-carousel .swiper-button-disabled {
	pointer-events: auto !important;
	opacity:0.3 !important;
}
.swiper-carousel .swiper-button-next, .swiper-carousel .swiper-button-prev {
	position: absolute;
	top: 40%;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);

	opacity:0.8;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	color: #888;
}
.swiper-carousel .swiper-button-next:after, .swiper-carousel .swiper-button-prev:after {
	display: none;
}
.swiper-carousel .swiper-button-next {
	right: -40px;
	background: #888 url(../images/prev-horizontal.png) no-repeat 22px 24px;
}
.swiper-carousel .swiper-button-prev {
	left: -40px;
	background: #888 url(../images/next-horizontal.png) no-repeat 44px 24px;
}
.swiper-carousel .swiper-button-next, 
.swiper-carousel .swiper-button-prev {
	display: none;
}
.js .swiper-carousel .swiper-container-horizontal + .swiper-button-next, 
.js .swiper-carousel .swiper-container-horizontal + .swiper-button-next + .swiper-button-prev,
.js .swiper-carousel .swiper-container-vertical + .swiper-button-next, 
.js .swiper-carousel .swiper-container-vertical + .swiper-button-next + .swiper-button-prev,
.js .swiper-carousel .swiper-container-horizontal .swiper-button-next,
.js .swiper-carousel .swiper-container-horizontal .swiper-button-prev,
.js .swiper-carousel .swiper-container-vertical .swiper-button-next,
.js .swiper-carousel .swiper-container-vertical .swiper-button-prev {
	display: block;
}

.swiper-carousel .swiper-button-next:hover,
.swiper-carousel .swiper-button-prev:hover,
.swiper-carousel .swiper-button-next:focus,
.swiper-carousel .swiper-button-prev:focus,
.swiper-carousel .swiper-button-next:active,
.swiper-carousel .swiper-button-prev:active {
	opacity:1;
	outline: none;
}

.swiper-carousel .swiper-lazy-preloader {
	top: 40%;
}
.swiper-lazy-preloader {
	border-color: #888;
	border-top-color: transparent;
}
.swiper-carousel .swiper-pagination {
	bottom: 0;
}
.swiper-carousel .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.swiper-carousel .swiper-pagination-bullet-active {
	background-color: #c09def;

}

/* Featured Items */
#featured {
	position: relative;
	clear: both;
}
#featured .featured-header {
	margin-bottom: 0;
}

#featured .featured-items {
	padding: 20px;
}
.featured-header {
	position: relative;
	overflow: hidden;
	background-color: #ebebeb;
	height: 42px;
	line-height: 41px;
	margin: 0 0 15px 0;
}
.featured-header h2 {
	position: relative;
	float: left;
	min-width: 235px;
	margin: 0;
	padding: 0;
	background: #5b1d9d;
	font-size: 1.6em;
	font-family: calluna, serif;
	color: #FF6699;
	text-indent: 24px;
	height: 42px;
	line-height: 41px;
	padding-right: 20px;
}
.featured-header h2:after {
	content: "";
	position: absolute;
	top: 0;
	/*right: -15px;*/
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 15px;
	border-color: transparent transparent transparent #5b1d9d;
}
.featured-header h2 a {
	color: #FF6699;
}
.featured-header p {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	text-shadow: 1px 1px #fff;
	height: 42px;
}
.featured-header .close {
	display: none;
	float: right;
	margin-top: -10px;
}
.featured-header .fa {
	font-size:24px;position:relative;top:5px;margin-right:4px;
}
.featured-header p .fa {
	color:#390068;
}

.featured-items {
	margin: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}
.featured-items .item-entry {
	padding: 0;
	position: relative;
	border: none;
}
.featured-items .item-title {
	display: block;
	clear: left;
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 21px;
	font-family: Roboto, sans-serif;
	overflow: hidden;
	color: #fff;
}

.featured-items .item-overlay {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 10px 2px 10px 8px;
	margin: 0;
	color: #fff;
}
.featured-items .item-overlay .item-title, .featured-items a .item-title {
	height: 36px;
	display: block;
	overflow: hidden;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
}
.featured-items .item-overlay .item-price, .featured-items a .item-price {
	color: #D4D4D4;
	font-family: calluna, serif;
	font-size: 16px;
	line-height: 17px;
	display: block;
}
.featured-items a:hover, .featured-items a:active, .featured-items a:focus {
	text-decoration: none;
	opacity:0.7;
}

.section .featured-items {
	margin: 0 -10px;
	padding: 10px;
}
.section .featured-items .item-entry .title {
	margin: 0;
	padding: 5px;
	font-family: Roboto, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 15px;
	height: 37px;
	overflow: hidden;
}
.section .featured-items .item-entry .image {
	background-color: #fff;
}
.section .featured-items .item-entry .title a {
	color: #666;
}

@media (max-width: 767px) {
	#featured .featured-items {
		padding-left: 10px;
		padding-right: 10px;
	}
}



/* Elements */

.columns:before,
.columns:after,
.column:before,
.column:after {
	content: "";
	display: table;
}
.columns:after,
.column:after {
	clear: both;
}
.columns {
	position: relative;
}
.column {
	margin-bottom: 1em;
}
.columns .column-left {
	float: left;
	width: 49%;
}
.columns .column-right {
	float: right;
	width: 49%;
}
@media (max-width: 991px) {
	.columns .column-left, .columns .column-right {
		width: 100%;
	}
}



/* ------------------ Sidebar ----------------- */
.sidebar ul {
	margin-left: 1em;
	padding-left: 0;
}
.sidebar li {
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.37em;
}
@media (min-width: 992px) {
	.sidebar.sticky {
		position: sticky;
		top: 70px;
	}
}
#sidebar-left.navbar, 
#sidebar-left .navbar {
	margin-bottom: 20px;
}
#sidebar-left.navbar .navbar-header, 
#sidebar-left .navbar .navbar-header  {
	position: relative;
	background: none !important;
	border: none !important;
	color: #666;
}
#sidebar-left.navbar .navbar-header .section-heading,
#sidebar-left .navbar .navbar-header .section-heading {
	display: block;
	color: #70a;
	margin: 0;
	padding: 10px 60px 10px 0;
	font-size: 20px;
	line-height: 18px;
}
#sidebar-left.navbar .navbar-header .section-heading[data-toggle="collapse"],
#sidebar-left .navbar .navbar-header .section-heading[data-toggle="collapse"] {
	display:block;
	cursor:pointer;
}
#sidebar-left.navbar .navbar-header .section-heading,
#sidebar-left .navbar .navbar-header .section-heading a {
	display: block; width: 100%;
}
#sidebar-left.navbar .navbar-header .section-heading .highlight,
#sidebar-left .navbar .navbar-header .section-heading .highlight {
	opacity: 0.75;
}
#sidebar-left .side-heading {
	font-size: 23px;
	line-height: 24px;
	color: #FF6699;
	margin: 0 0 8px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#sidebar-left .side-heading a {
	color: #FF6699;
		/* highlight */
		/*color: #54a79b;*/
	text-decoration: none;
}

@media (max-width: 991px) {
	#sidebar-left .sidebar .side-heading {
		font-size: 1.5em;
	}
	#main-content .breadCrumbHolder {
		margin-top: 22px;
	}
}




/* ----------------- Triptych ----------------- */

#triptych, #triptych-container {
	position: relative;
	/*background: #fff;*/
	clear: both;
	margin-top: 20px;
	padding-bottom: 25px;
}
#triptych .row, #triptych-container .row {
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
#triptych .section {
	float:left;
	width: 33.33333%;
}
#triptych .section .image {
	text-align: center;
}
#triptych .section .content img {
	margin: 0 auto;
	vertical-align: bottom;
	max-width: 100%;
}
#triptych .section .heading {
	padding: 0 10px;
}
#triptych .section .content {
  padding: 5px 10px;
  margin: 0 0 13px;
}
#triptych .block {
		position: relative;
		float:left;
		width: 33.33333%;
		margin-bottom: 10px;
		background: url(../images/block_shadow.png) no-repeat center bottom;  
	}
	#triptych .block:before,
	#triptych .block:after {
		content: " ";
		display: table;
}

#triptych .block:after {
	clear: both;
}
#triptych .block-inner, #triptych .block .content  {
  padding: 5px 10px;
  margin: 0 0 13px;
  background-color: #f2f2f2;
}
#triptych .block h3 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 5px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.500em;
  line-height: 1.2;
  color: #70a;
  font-family: calluna, serif;
}
#triptych .block p, #triptych .block form {
	margin-bottom: 6px;
}
#triptych .block .content {
  font-size: 0.914em;
  line-height: 1.4;

	position: relative;
	margin: 0 10px;
}
#triptych .block .content .image {
	text-align: center;
		overflow: hidden;
		position: relative;
		left: -10px;
		margin: 0 -20px 2px 0;
}
#triptych .block .content .image a {
	display: block;
}
#triptych .block .content img {
	margin: 0 auto;
	vertical-align: bottom;
		max-width: 100%;
}
#triptych .block .item {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 6px;
}
#triptych .block .items_in_cart {
	font-size: 80%;
}
#triptych .block .items_in_cart .item {
	border-bottom: #D6D6D6 1px dotted;
	margin-bottom: 4px;
	padding-bottom: 0;
}
#triptych .block .items_in_cart .item  h4 {
	font-family: Roboto, sans-serif;
	line-height: 1.25em;
	margin-bottom: 2px;
	color: #333;
}
#triptych .block .items_in_cart .item  p {
	margin-bottom: 2px;
}

#triptych .button, #triptych .button a,
#triptych .small.button, #triptych .small.button a { 
	background-position: left top;
	display: inline-block;
	white-space: normal;
	line-height: 1.2em;
	height: auto;
}
#triptych p.button {
	padding: 0;
}
#triptych .button a {
	padding: 4px 10px;
}
#triptych form {
	padding: 15px;
	margin: 15px 0 10px 0;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}


/* equal heights */

#triptych .block .content {
	padding-bottom: 200px;
	margin-bottom: -200px;
}
@media (max-width: 767px) {
	#triptych .block {
		width: 100%;
	}
	#triptych .block .content {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#featured, #triptych {
		margin-top: 2em;
		padding-bottom: 10px;
	}
}


/* Triptych */

.triptych-cols {
	font-size: 30px;
	line-height: 120%;
	/* equal heights */
	position: relative;
	overflow: hidden;
}
.triptych-cols a, .content-section .triptych-cols a {
	color: #222;
	text-decoration: none;
}
.triptych-cols a:hover {
	text-decoration: none;
}
.triptych-cols h3 {
	color: #222;
	font-size: 30px;
	line-height: 1.143em;
}
.triptych-cols p, .triptych-cols .text {
	margin-bottom: 10px;
}
.triptych-cols .image {
	display: block;
	margin-bottom: 10px;
	position: relative;
	top: 0;

	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.triptych-cols a:hover .image {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.triptych-cols .image img {
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 20;
}
.triptych-cols .btn, .content-section .triptych-cols .btn {
	padding: 5px 40px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 20px;
	border: none;
	background: #222;
	color: #fff;
	transition: all 0.25s ease;
	transition-property: background-color, color;
}
.triptych-cols .btn b {
	font-size: 18px;
	font-weight: normal;
}
.triptych-cols a:hover .btn, .content-section .triptych-cols a:hover .btn {
	background-color: #fff;
	color: #222;
}
.triptych-cols .triptych {
	display: block;
	padding: 20px 40px;
	/* equal heights */
	padding-bottom: 200px;
	margin-bottom: -180px;
}

/* Colours */

.triptych-cols .triptych, .triptych-cols .triptych.blue-green {
	background: #37bab2;
}
.triptych-cols .triptych.green {
	background: #8030d7;
	color: #fff;
}
.triptych-cols .triptych.green h3 {
	color: #fff;
}
.triptych-cols .triptych.purple {
	background: #8030d7;
	color: #fff;
}
.triptych-cols .triptych.purple h3 {
	color: #fff;
}
.triptych-cols .triptych.brown {
	background: #c2b59b;
}
.triptych-cols .triptych.dark-grey {
	background: #222;
	color: #fff;
}

@media (max-width: 991px) {
	.triptych-cols .triptych-cols {
		font-size: 18px;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.triptych-cols .col .triptych {
		padding-left: 10px;
		padding-right: 10px;
	}
	.triptych-cols .col .triptych h3 {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.triptych-cols .col .triptych {
		padding: 20px 40px;
		margin-bottom: 20px;
	}
}



/* ----------------- Footer ----------------- */

#footer {
	font-size: 14px;
	color: #4D4D4D;
}
#footer h3 {
	margin: 25px 0 5px 0;
	font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #70a;
}
#footer p {
	margin-bottom: 10px;
}
#footer a {
	color: #4D4D4D;
	margin-right: 12px;
}
#footer img {
	max-width: 100%;
	height: auto !important;
}
#footer .footer-top {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: calluna, serif;
	font-size: 17px;
}
#footer .footer-base {
	background: #000;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
#footer .footer-base a {
	color: #fff;
}
#footer .footer-cards {
	margin-top: 60px;
}
#footer .col {
	margin-bottom: 10px;
}
#footer .titletext {
	font-family: calluna, serif;
	font-size: 36px;
	font-weight: 300;
	color: #70a;
	text-transform: uppercase;
	line-height: 100%;
}
#footer .largetext {
	font-family: calluna, serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 100%;
}
#footer .greeting {
	margin-bottom: 20px;
}
#footer .greeting span {
	display: block;
	clear: left;
}
#footer .phone {
	position: relative;
	clear: left;
	display: inline-block;
	margin: -5px 0 10px 0;
	font-size: 54px;
	line-height: 100%;
	color: #70a;
	text-decoration: none;
	padding-left: 26px;
	min-height: 36px;
	white-space: nowrap;
}
#footer .phone:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../svg/header-icons-sprite.svg) no-repeat -360px top;
	width: 40px;
	height: 40px;
	margin-left: -10px;
	-webkit-transition: background-position 0.2s ease-in-out;
	-moz-transition: background-position 0.2s ease-in-out;
	transition: background-position 0.2s ease-in-out;
}
#footer .contact {
	color: #70a;
}
.no-svgasimg #footer .phone:before {
	background-image: url(../images/header/header-icons-sprite.png);
}
#footer .phone:hover:before,
#footer .phone:focus:before {
	background-position: -360px -40px;
}
#footer .phone:hover {
	text-decoration: none;
	opacity: 0.7;
}
#footer .copyright {
	padding-top: 28px;
}
#footer .designedby img {
	margin-bottom: 3px;
}
#footer .designedby a:hover {
	text-decoration: none;
	opacity:0.7;
}
#footer .badge-item {
	margin: 20px 0 0;
}
#footer p.social-links {
	margin: 10px 0 0 0;
}
#footer .logos {
	max-width: 340px;
}
#footer .logos .trade-society-logo:hover {
	opacity: 0.7;
}

#footer .logos .specify-logo {
	width: 151px;
	height: 60px;
	background: url(../images/wishlist/specify-footer.png) no-repeat left top;
	display: block;
	overflow: hidden;
	text-indent: -999em;
}
#footer .logos .specify-logo:hover {
	background-position: 0 -60px;
}

#footer .footer-badges {
	margin: 0 auto 12px auto;
}
#footer .footer-badges .badge {
	display: inline;
	display: inline-block;
	margin: 5px 10px 10px 10px;
	vertical-align: middle;
	/*opacity: 0.5;*/
}
#footer .footer-badges .badge img {
	max-height: 50px;
}


#footer .footer-logos .logos {
	margin: 1em auto;
	text-align: center;
	width: auto;
	max-width: none;
}
#footer .footer-logos .logos .logo {
	display: inline-block;
	margin: 5px;
	width: 60px;
	height: 40px;
	position: relative;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/checkout/payment-icons.png) no-repeat top left;
	opacity: 0.3;
	filter: grayscale(100%);
}
#footer .footer-logos .logos .logo:hover {
	opacity: 1;
	filter: none;
}
#footer .footer-logos .logos .logo.visa {
	background-position: 0 -400px;
}
#footer .footer-logos .logos .logo.mastercard {
	background-position: 0 -500px;
}
#footer .footer-logos .logos .logo.maestro {
	background-position: 0 -600px;
}
#footer .footer-logos .logos .logo.jcb {
	background-position: 0 -700px;
}
#footer .footer-logos .logos .logo.paypal {
	background-position: 0 -110px;
	width: 120px;
}



#footer.minimal {
	padding-bottom: 70px;
}
#footer.minimal .footer-row {
	margin-top: 10px;
	margin-bottom: 15px;
}
#footer.minimal .footer-top {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer.minimal .footer-base {
	padding-top: 20px;
	padding-bottom: 50px;
}
#footer.minimal .footer-base p {
	margin: 10px 0;
}
#footer.minimal .largetext {
	font-size: 30px;
}
#footer.minimal .phone {
	font-size: 30px;
	margin: 0;
	padding: 0;
}
#footer.minimal .phone:before {
	display: none;

}
@media (max-width: 767px) {
	#footer.minimal, #footer.minimal .footer-badges { text-align:center }
	#footer.minimal .largetext {
		font-size: 22px;
	}
}


/* footer nav */
#footer-nav {
	margin-bottom: 25px;
	font-size: 14px;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer-nav ul ul {
	display: inline;
}
#footer-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer-nav a {
	font-family: Roboto, sans-serif;
	color: #ccc;
	margin-right: 20px;
	padding: 2px 0;
	display: inline-block;
}
#footer .footer-base #footer-nav a {
	color: #ccc;
	white-space: nowrap;
}

/* Subscribe form */
#footer .subscribe-info {
	display: block;
	float: none;
	padding: 0;
	width: auto;
}


#footer .subscribe-form {
	position: relative;
	margin: 0;
	padding: 0;
	max-width: 360px;
}
#footer .subscribe-form p {
	padding: 0;
}
#footer .subscribe-form h3 {
	margin-top: 5px;
	margin-bottom: 0;
}
#footer .subscribe-form p.checkbox {
	padding-left: 24px;
}
#footer .subscribe-form p.checkbox label {
	padding-bottom: 0;
}
#footer .subscribe-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#footer .subscribe-form legend {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	height: auto;
}
#footer .subscribe-form .subscribe-input {
	display: block;
	position: relative;
	margin: 10px 0;
	padding: 0;
}
#footer .subscribe-form .subscribe-input input {
	padding: 0 50px 0 0;
	width: 100%;
	border: none;
	padding: 5px 10px;
	height: 45px;
	background: #fff;
	font-size: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#footer .subscribe-form .subscribe-input input:hover {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(147, 215, 226, 0.4);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(147, 215, 226, 0.4);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(147, 215, 226, 0.4);
}
#footer .subscribe-form .subscribe-input button {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../images/footer/icon-arrow-right.png) no-repeat center center;
	border: none;
	width: 50px;
	height: 45px;
	text-indent: -999em;
	overflow: hidden;
}
#footer .subscribe-form .subscribe-input button:hover {
	opacity: 0.7;
}
#footer .subscribe-form label {
	text-align: left;
}
#footer .subscribe-form label.error {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
}


/* Social links */
#footer p.social-links a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(../images/footer/footer-social-icons.png) no-repeat 0 0;
	margin-right: 12px;
	overflow: hidden;
	text-indent: -999em;
}
#footer p.social-links a:hover {
	text-decoration: none;
	opacity:0.7;
}
#footer p.social-links a.facebook {
	background-position: 0 0;
}
#footer p.social-links a.twitter {
	background-position: 0 -32px;
}
#footer p.social-links a.pinterest {
	background-position: 0 -64px;
}
#footer p.social-links a.instagram {
	background-position: 0 -96px;
}
#footer p.social-links a.houzz {
	background-position: 0 -128px;
}
#footer p.social-links a.x {
	background-position: 0 -160px;
}

/* Media queries */
@media (min-width: 768px) {
	#footer .subscribe-form .image {
		margin-top: -30px;
	}
}
@media (max-width: 991px) {
	#footer .titletext {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	#footer .titletext {
		font-size: 30px;
	}
	#footer .largetext {
		font-size: 20px;
	}
	#footer-nav {
		margin-top: 2em;
	}
	#footer-nav ul {
		margin: 2px 0;
	}
	#footer-nav ul li{
		margin: 0;
		display: block;
	}

	#footer-nav ul li a {
		text-decoration: none;
		display: block;
		font-size: 15px;
		padding: 7px 0;
	}
	#footer-nav ul li a:hover {
		color: #fff;
	}
	#footer .phone {
		margin-top: 10px;
		font-size: 40px;
		line-height: 25px;
	}
}



/* ----------------- Footer Utils ----------------- */

#footer-bar {
	top: auto;
	left: 0;
	bottom: 0;
	position: fixed;
	text-align: left;
	width: 100%;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
		z-index: 1000000000;
}
#footer-notice {
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 10px 30px;
	background: #fff;
	color: #333;
	border-top: 1px solid #ddd;
	font-size: 13px;
}
#footer-bar .centered {
	width: auto;
	max-width: 980px;
	text-align: center;
}
#footer-notice .btn {
	margin: 0 10px;
}
#footer-notice .fa {
	color: #ffcc00;
	color: var(--ve-secondary-color);
}
#footer-notice .button {
	border: 1px solid rgba(255, 255, 255, 0.75);
}
#cookie-notice {
	top: auto;
	bottom: 0;
	position: fixed;
	text-align: left;
	width: 100%;
	background: #fff;
	padding: 20px;
	font-size: 15px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	z-index: 2147483646;
	border-top: 1px solid #ccc;
	-moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
}
#cookie-notice p {
	margin: 10px 0;
}
#cookie-notice:active, #cookie-notice:focus {
	outline: 1px solid #999;
	border: none;
}
#footer-bar .close-btn, 
#headerbar-promo .close-btn,
#cookie-notice .close-btn {
	display: block;
	position: absolute;
	overflow: hidden;
	border: none;
	top: 5px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDUzMTAxNzg0Q0RBMTFFNjlGRTlGNTE0RTYxOUMxNkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDUzMTAxNzk0Q0RBMTFFNjlGRTlGNTE0RTYxOUMxNkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NTMxMDE3NjRDREExMUU2OUZFOUY1MTRFNjE5QzE2QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NTMxMDE3NzRDREExMUU2OUZFOUY1MTRFNjE5QzE2QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuSObEYAAAJBSURBVHja7JdLKERRGMeNLFGYPAZZTBMJ5bVh553XNNKIUOSV2IjIUlaKhaI8kgVijzIWNlaKWI1MySPEJMmE3fiffFfT7d57zp0ZSc2pX82cc77v+8+c73z3uwav1xv2l8MQEuCHgGJQCzJAPM25wTnYBoe/JcAOhoAZvIE78ExrsSAFRIFLMAO2hLwyARySwCnwgCVQqLG3ACzS3jNg4vnnBS/1fo9dEC0gViIK7JBtub8CysjBqI7AckbIR4VeAQlkOBxAcIkh8pWotK6WhNfABcqCdNv2QCZIFUnCRlIsn8+lJOP94nyQpzDPRpPIEdyABYX5WnJi0wheT3usCmvz4JYnIBV8gmSVAH0aIuporV/FluXAB0jTEsASxsX5i7sVREi/vJdj65IntnzDGtgXOOcuCsjOOkcwOMMBNnznImQ5GedTXrXGMt2SY/peAg4E7NwU42eEK1Vnwat17/P5QdCG+TZoCXgBMQKO6sAFqKJa4QQ2Abs4iqFaB8bAOeccpWzv85nrEbiiDCcY10pCM3gHRhUHVo2EkxKzQcU2lnxbeIXoAUwrzFcKZLt0RasV1qbAo0gl7FQpxUWgRuCqseDFKqW4W/Rp+AI2g/AklFgHr3oexxZS3BaE4C3kK11vQ2Inw44AgreTj2Z/WzJJ/aofwVfItjWQnpCRBa7AE5jkNJqsgZ2gbL8G2Tz/etryATBILfg9dU1uWjOCNGCiSjcHZn/rxaQQVIA8EEm13QNOgAMchd4N/5WALwEGABHgU1/9H0KYAAAAAElFTkSuQmCC) no-repeat center center;
	text-indent: -999em;
	cursor: pointer;
}
#footer-bar .close-btn, 
#headerbar-promo .close-btn, 
#footer-bar .accept-btn,
#cookie-notice .close-btn {
	opacity: 0.7;
}
#footer-bar .close-btn:hover, 
#footer-bar .close-btn:focus,  
#headerbar-promo .close-btn:hover, 
#headerbar-promo .close-btn:focus,
#cookie-notice .close-btn:hover, 
#cookie-notice .close-btn:focus {
	opacity: 1;
}
#cookie-notice .accept-btn {
	text-decoration: none;
	margin: 0 5px;
	font-weight: normal;
	cursor: pointer;
	background: none;
	border: 1px solid rgba(255,255,255,0.7);
	padding: 5px 30px;
	background-color: #2e8c7e;
	color: #fff;
}
#cookie-notice .accept-btn:hover,
#cookie-notice .accept-btn:focus {
	background-color: #4bc0b9
}
#footer-bar #footer-notice .hide-notice, 
#headerbar-promo .close-btn {
	background-color: #999;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin-top: 8px;
	margin-right: 8px;
}
#headerbar-promo .close-btn {
	background-color: #333; 
}

/* Cookie-Script Banner */

#cookiescript_injected {
	z-index: 2147483646 !important;
}
/*  Add this class to the cookie
	banner later via JS */

#cookiescript_injected.off-canvas {
  transform: translateY(110vh);
}
#cookiescript_injected.slide-up {
  transform: translateY(0);
  transition: transform 1s;
}



/* ---------- Slidein Menu ----------- */

#slidein-menu {
	font-size: 15px;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
	color: #666;
}

#slidein-menu i {
	margin-right: 5px;
}
#slidein-menu .mm-title,
#slidein-menu .mm-navbar__title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 0;
}
#slidein-menu .mm-counter {
	margin-right: 10px;
}

#slidein-menu .mm-search {
	   height: 55px;
}
#slidein-menu .mm-search input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	padding: 0 15px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	max-height: 38px;
}
#slidein-menu .mm-navbar-bottom {
	border: none;
}
#slidein-menu.mm-menu .mm-navbar-bottom.mm-navbar a {
	color: #666;
}

#slidein-menu li.mm-divider {
	font-family: calluna, serif;
	font-size: 16px;
	color: #111;
	margin-top: -1px;
	font-weight: 500;
	background: #fff;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
#slidein-menu li.mm-divider:before {
	content: none;
}
#slidein-menu li.mm-divider a {
	padding: 6px 0;
	color: #111;
}
#slidein-menu li.mm-divider .fa {
	text-indent: 0;
}

#slidein-menu li.mm-divider.active {
	background: #f2f2f2;
}

#slidein-menu li.child-active:not(.mm-divider), #slidein-menu li.active:not(.mm-divider) a:not(.mm-next) {
	background: #f2f2f2;
	color: #111;
}
#slidein-menu .mm-navbar .btn {
	background: #4bc0b9;
	border-color: #51a09c;
	border-radius: 0;
	border-right: none;
	color: #fff;
	font-size: 24px;
	line-height: 18px;
	padding: 12px 2px;
	height: 100%;
}
#slidein-menu .mm-navbar .btn:hover {
	background: #6ccec9;
}
#slidein-menu .mm-listview .fa-search {
	color:#ccc; float:right; font-size:16px; margin-right:8px;
}


#slidein-menu .loggedin {
	display: none;
}
.loggedin #slidein-menu .loggedin {
	display: block;
}
.loggedin #slidein-menu .loggedout {
	display: none;
}


/* Scroll To Top */

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -26px;
	display:none;
	z-index: 9;
	opacity: 0.5;
}
.back-to-top:hover {
	opacity: 1;
}
.anchor[name] {
	display: block;
	height: 100px;
	margin-top: -100px;
	visibility: hidden;
}

/* Ad Banner */

.ad-banner {
	margin: 20px auto;
}
.ad-banner img {
	max-width: 100%;
	height: auto !important;
}


/* ---------- Global Animations ----------- */

#sub-nav a, #headerbar-nav a, #headerbar-nav a.icon:before, #headerbar-nav a.icon:after, #header-links a, #header #logo-scale a, #skip-link a {
	-moz-transition: background-position 0.3s ease-out;
	-webkit-transition: background-position 0.3s ease-out;
	transition: background-position 0.3s ease-out;	  
}
#headerbar-nav #header-basket a.items-btn {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}


/* ---------- Auto Complete ----------- */

#autocomplete > .ui-autocomplete {
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
#autocomplete > .ui-autocomplete, #autocomplete > .ui-autocomplete li.ui-menu-item:last-child {
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 8px 8px;
}
#autocomplete > .ui-autocomplete li.ui-menu-item {
	background: #fff;
	font-size: 13px;
	line-height: 14px;
	border: none;
	color: #666;
	border-bottom: 1px solid #eee;
	list-style: none;
}
#autocomplete > .ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
	padding: 12px 12px;
}
#autocomplete > .ui-autocomplete li:hover, #autocomplete > .ui-autocomplete li.ui-state-hover, #autocomplete > .ui-autocomplete li.ui-state-focus {
	background: #eee;
	margin: 0;
}


/* ---------- Popups ----------- */

#fancybox-wrap {
	padding: 0 !important;
}
#fancybox-frame {
	background: url(../images/window-loader.gif) no-repeat center center;
}
.fancybox-type-iframe .fancybox-inner {
	overflow: auto !important;
}
.fancybox-type-iframe .fancybox-skin {
	background: #666666;
}
.fancybox-slider-wrap .fancybox-slide .fancybox-error {
	padding: 20px;
	border-radius: 6px;
}
.ui-dialog {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}
.ui-datepicker .ui-datepicker-title select {
	padding: 4px !important;
	height: auto;
	min-height: 0;
}
.fancybox-close-small {
	overflow: hidden;
	top:10px;
	right:10px;
}
.fancybox-close-small:after {
	background: #ccc;
		color: #fff;
		font-size: 36px;
		font-weight: normal;
}
.fancybox-slide--iframe .fancybox-close-small {
	top: -20px;
	right: -20px;
	opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small:after {
	background-color: #999;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.3);
	border: 1px solid #fff;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	background-color: #fff;
}
.fancybox-slide.fancybox-slide--iframe .fancybox-content {
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	min-height: 0
}
.fancybox-slide--iframe .fancybox-close-small svg {
	background: #fff;
	color: #333;
	border: 1px solid #aaa;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
}
.fancybox-slide--iframe .fancybox-close-small:hover svg {
	background-color: #eee;
	color: #000;
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.8;
}

/* ---------- Utils ----------- */

.fixed { position: fixed; }
.clear { clear:both }
.screen-reader { display: block !important; left: -9999px !important; position: absolute !important; }
.force-hardware-acceleration, .fha { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }


/* ---------- Third Party ----------- */

#buorg { text-align: center; animation: none; }
.bourg-closed #header-bar { margin-top: 0 !important; }
.mm-opened { margin-top: 0 !important; }
.mm-opened #header-bar { margin-top: 0 !important; }
.mm-opened #buorg {display: none; }


/* ---------- Admin ----------- */

.admintxt, .ml_trigger_inline, .preview .editor-button { display: none; }
.ml_modal_wrap { z-index: 9999999999; }
#minicp-widget, #footer-admin { display: none; }
body.ml_no_scroll { position: static; }
body .ui-widget-overlay { background: rgba(0,0,0,0.5); }



/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
* https://codepen.io/bootpen/pen/jbbaRa
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	max-width: 80%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
	position: relative;
	z-index: 1;
}
.modal.left .modal-body h3,
.modal.right .modal-body h3 {
	margin-bottom: 15px;
}

.modal.left .modal-footer,
.modal.right .modal-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #eee;
	z-index: 10;
}
.modal.right .modal-footer .btn {
	background-color: #4bc0b9;
	border-color: #54a79b;
	color: #fff;
}
.modal .transparent {
	background: transparent;
}


/*Left*/
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
	left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

.modal.full-height {
	height: 100%;
}
.modal.full-max-height {
	max-height: 100%;
}


/* ----- MODAL BOTTOM ----- */

.modal.bottom .modal-dialog {
	position: fixed;

	margin: auto;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
.modal.bottom.fade .modal-dialog{
	bottom: -100%;
	-webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
			transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.in .modal-dialog{
	bottom: 0;
}


/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-content.modal-bordered {
	border: 4px solid #666666;
}
.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #4bc0b9;
	color: #fff;
		padding: 12px 15px;
}
.modal-header h2 {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
}
.modal-header .close {
	top: 10px;
	right: 10px;
}
.modal.fade .modal-dialog.modal-vertical-centered {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
-o-transform: translate(0, 50%);
transform: translate(0, 50%);
}

#loginConfirm {
	margin-top: 50px;
}
#loginConfirm .close_btn {
	right: 10px;
	top: 10px;
	width: 18px;
	height: 18px;
}
#loginConfirm .close_btn:before, #loginConfirm .close_btn:after {
	left: 8px;
	top: 2px;
	height: 14px;
}
#loginConfirm .modal-body {
	padding: 15px 30px 15px 10px;
	font-size: 14px;
	line-height: 175%;
	/*background-color: #ffffdd;*/
	text-align: center;
}

.panel .panel-body table {
	margin: 0 -9px;
}
.panel .panel-body.closed {
	display: none;
}
.panel-sm .panel-heading,
.panel-sm .panel-body,
.panel-sm .panel-footer {
	padding: 4px 6px;
}



.focus-input .fixfixed {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.focus-input .fixfixed {
	position: absolute !important;
}
.focus-input .fixfixed.fixstatic {
	position: static !important;
}
.focus-input .fixfixed.fixhide  {
	display: none !important;
}

/* Tawk */
.tawk-container iframe {
	position: absolute !important;
}
.focus-input .tawk-container{
	display: none !important;
}


/* Cookie Script */
._CookieScriptReportPageCheckboxes ._CookieScriptReportPageCheckboxInput {
	margin: 0 3px 0 0;
	accent-color: var(--ve-button-secondary-color);
	color: var(--ve-button-secondary-text);
}
._CookieScriptReportPageSaveSettingButton {
	background: var(--ve-button-secondary-color);
	color: var(--ve-button-secondary-text);
	border: 1px solid var(--ve-button-secondary-hover);
	border-radius: 5px;
	padding: 2px 20px;
}
._CookieScriptReportPageSaveSettingButton:hover{
	background: var(--ve-button-secondary-hover);
}
table._CookieScriptReportPageTable { 
	max-width: 100%;
	overflow-x: auto;
	display: block;
}
table._CookieScriptReportPageTable thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
}

@media screen and (max-width: 767px) {
	table._CookieScriptReportPageTable {
		border: 0;
	}

	table._CookieScriptReportPageTable caption {
		font-size: 1.3em;
	}

	table._CookieScriptReportPageTable thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table._CookieScriptReportPageTable tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table._CookieScriptReportPageTable td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .85em;
		text-align: right;
	}

	table._CookieScriptReportPageTable td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table._CookieScriptReportPageTable td:nth-of-type(1):before { content: "Name"; }
	table._CookieScriptReportPageTable td:nth-of-type(2):before { content: "Domain"; }
	table._CookieScriptReportPageTable td:nth-of-type(3):before { content: "Expiration"; }
	table._CookieScriptReportPageTable td:nth-of-type(4):before { content: "Description"; }

	table._CookieScriptReportPageTable td:last-child {
		border-bottom: 0;
	}
}

/* Super Payments */
/*
:root {
    --super-host-display-override: block;
	--super-background-colour: #ffcc00;
}
*/
super-payment-method-description {
	--super-background-colour: transparent;
	display: block;
	/*border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	min-height: 190px;
	background-color: #fafafa;
	margin: 3em 0;*/
}
super-cart-callout, #payment_selection super-cart-callout {
	min-height: 60px !important;
	display: block !important;
	margin: 0 !important;
}
#content super-banner {
	--super-background-colour: #000;
	margin: 3em auto;
}
#content super-payment-method-title {
	margin: 3em auto;
}
#basket_summary super-payment-method-title {
	--super-host-display-override: table;
	margin: 0 auto !important;
	min-height: 20px !important;
	display: block !important;
}
#checkout_table super-banner {
	margin: 0 auto !important;
	--super-background-colour: #333;
	--super-primary-colour: #ccc;
}
#payment_details super-payment-method-title {
	--super-background-colour: transparent;
	margin: 5px auto 20px auto !important;
}
#header-bar super-banner {
	--super-background-colour: transparent;
	display: block;
	height: 50px;
}


/* Move reCAPTCHA v3 badge in front */
.grecaptcha-badge {
	z-index:999;
}

#csconsentlink .fa {
	color: var(--ve-tertiary-bg-color);
}


/* Print CSS */
@media print {

/* Hide elements */

	#headerbar-nav .nav, #slidein-menu, #saved_items_container, #footer-bar, .toolbar-container {
		display: none !important;
	}

	#minicp-widget, #ml_trigger, #debug {
		display: none !important;
	}

}

