<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--mainFont: futura-pt, sans-serif;
	--brushFont: zooja-pro, sans-serif;
	--accentFont: skippy-sharp, sans-serif;
	--accent: #C12328;
	--accentAlt: #263238;
	--bg: #fafafa;
	--bgAccent: #FCF2F2;
	--bigGap: 100px;
	--medGap: 50px;
	--gap: 30px;
	--text: #101010;
	--ftb: flex;
	--border: 1px solid var(--accentAlt);
	--shadow: 0 20px 50px -15px rgba(0,0,0,0.2);
	--fontSize: 16px;
	--fontMenuSize: 18px;
	--row: 1300px;
}

::selection {
	text-shadow: none;
	background: var(--accent);
	color: var(--text);
}

*, h4, h5, h6 {
	font-family: var(--mainFont);
}

a {
	color: var(--accent);
	transition: all 0.3s;
}

a:hover {
	color: var(--accentAlt);
}

p {
	font-size: 1em;
}

h1, h2 {
	font-family: var(--brushFont);
	text-transform: none;
	font-weight: 300;
	color: var(--accent);
}

h3 {
	font-family: var(--accentFont);
	font-weight: 400;
}

body {
	font-size: var(--fontSize);
	color: var(--text);
}

header {
	background: #fff;
}

header .social-bar {
	font-size: 2em;
}

header .social-bar a {
	margin-right: 5px;
}

header .social-bar a:hover {
	text-decoration: none;
}

.department-header, .category-header {
	left: 0;
	position: static;
	text-align: center;
	font-family: var(--brushFont);
	font-weight: normal;
	font-size: 6em;
	color: var(--accent);
}

.container {
	width: var(--row);
}

#Header .CONTENT a {
	display: flex;
	font-size: 12px;
	text-align: left;
	align-items: center;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .container:before,
.header .container:after {
	display: none;
}

.topbar {
	background: var(--accent);
	padding: 5px 0;
	border-bottom: 3px solid var(--accentAlt);
}

.topbar a {
	color: var(--accentAlt) !important;
	background: none !important;
}

.topbar .user-panel button {
	background: var(--accent);
	color: var(--accentAlt) !important;
}

.twitter-typeahead .form-control {
	background: inherit !important;
}

.topbar .tablinks a {
	padding-left: 0;
}

.navbar-inverse {
	background: var(--accent);
	min-height: 0;
	box-shadow: var(--shadow);
}

.pagebody-wrapper, ul#Footer_menu {
	background: #fff;
}

#nsc_cart_container&gt;ul {
	margin-bottom: 0;
}

.search {
	flex-grow: 2;
	margin: 0 50px;
	position: relative;
	display: flex;
}

.brand a {
	width: 210px;
	height: 145px;
}

.findPanel {
	flex: 2 1 50%;
}

#search-bar {
	flex: 1 1 30%;
}

.user-panel {
	text-align: right;
}

.user-panel button, .dropdown-toggle.btn {
	background: #fff;
	color: var(--accentAlt);
	border: 0;
	text-transform: uppercase;
	font-size: 13px;
}

.findPanel:after {
	color: var(--accentAlt);
	top: 7px;
	font-size: 20px;
}

.search .form-control {
	border-radius: 30px;
	border-color: #eee;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.05);
	padding: 10px 15px;
	height: unset;
}

.topbar .tablinks a:hover {
	background: var(--accentAlt);
}

.navbar #menu {
	display: none;
}

.product-list .flag-new {
	background: var(--accentAlt);
	padding: 3px 10px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

nav ul {
	padding-left: 0;
}

nav li {
	list-style-type: none;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .tablinks {
	display: flex;
	align-items: center;
}

header .tablinks ul {
	display: flex;
}

header .container:before, header .container:after {
	display: none;
}

nav:not(#menu) .nav-menu .space {
	margin-left: auto;
}

.social a {
	margin-left: 1em;
	color: var(--text);
}

.btn {
	border: 0;
	border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-family: var(--mainFont);
}

.slide-caption .btn {
	background: var(--accent);
}

#cartButton {
	margin-left: var(--gap);
}

#message {
	text-align: center;
	padding: 10px 15px;
	background: #eee;
	font-size: 14px;
}

#message p {
	margin-bottom: 0;
}

nav#nav {
	display: flex;
	align-items: center;
}

nav#nav .nav-menu {
	flex-grow: 2;
}

nav:not(#menu) .level1 &gt; li {
	margin-right: 20px;
}

nav:not(#menu) .nav-menu {
	margin: 0;
	position: relative;
	display: flex;
}

nav:not(#menu) .level2 {
	position: absolute;
	display: none;
	background: var(--accentAlt);
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.05);
}

nav:not(#menu) .level2 li {
	padding: 5px 0;
}

nav:not(#menu) .nav-menu&gt;li&gt;a, nav:not(#menu) .nav-menu&gt;li&gt;span {
	color: var(--bg);
	font-size: var(--fontMenuSize);
	padding: 10px 0;
	line-height: 40px;
	display: block;
}

nav:not(#menu) .nav-menu&gt;li&gt;a:after, nav:not(#menu) .nav-menu&gt;li&gt;span:after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	margin-left: 10px;
	transition: all 0.3s;
	display: inline-block;
}

nav:not(#menu) .nav-menu&gt;li&gt;*:last-child:after {
	display: none;
}

nav:not(#menu) .nav-menu&gt;li.open&gt;a:after, nav:not(#menu) .nav-menu&gt;li.open&gt;span:after {
	transform: rotate(180deg);
}

nav:not(#menu) a {
	color: #fff;
}

nav:not(#menu) .nav-menu&gt;li {
	position: relative;
	cursor: pointer;
}

nav:not(#menu) .nav-menu&gt;li.order {
	margin-left: auto;
	margin-right: 0;
	background: var(--accentAlt);
	padding: 0 10px;
}

nav:not(#menu) .nav-menu&gt;li.order  &gt; span {
	font-weight: bold;
}

nav:not(#menu) .nav-menu&gt;li.columns {
	position: static;
}

nav:not(#menu) .nav-menu&gt;li.order&gt;ul {
	right: 0;
}

nav:not(#menu) .nav-menu .page {
	margin-left: auto;
}

nav:not(#menu) .nav-menu&gt;li:hover&gt;ul {
	display: none;
}

nav:not(#menu) .nav-menu&gt;li:hover&gt;ul, nav:not(#menu) .nav-menu&gt;li&gt;ul {
	padding: 20px;
	margin-top: 0;
	min-width: 130px;
}

nav:not(#menu) .nav-menu&gt;li.columns:hover&gt;ul,
nav:not(#menu) .nav-menu&gt;li.order&gt;ul,
nav:not(#menu) .nav-menu&gt;li.columns&gt;ul {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	min-width: 600px;
}

nav:not(#menu) .nav-menu&gt;li:hover, nav:not(#menu) .nav-menu&gt;li&gt;a:hover, nav:not(#menu) .nav-menu&gt;li&gt;span:hover {
	background: inherit;
	color: var(--bg);
	text-decoration: none;
}

nav:not(#menu) .nav-menu&gt;li&gt;a, nav:not(#menu) .nav-menu&gt;li&gt;span {
	box-shadow: inset 0 0 0 0 var(--accentAlt);
	transition: all 0.3s;
}

nav:not(#menu) .nav-menu&gt;li&gt;ul&gt;li a {
	font-size: 14px;
}

nav:not(#menu) .nav-menu&gt;li&gt;ul&gt;li a:hover {
	color: #fff;
	text-decoration: underline;
}

nav:not(#menu) .nav-menu&gt;li&gt;ul&gt;li a:not(:last-child), nav:not(#menu) .nav-menu&gt;li&gt;ul&gt;li&gt;span:not(:last-child) {
	font-weight: bold;
	font-size: 1.2em;
	color: var(--bg);
}

nav:not(#menu) .nav-menu&gt;li&gt;a:hover, nav:not(#menu) .nav-menu&gt;li&gt;span:hover {
	box-shadow: inset 0 -5px 0 0 var(--accentAlt);
}

nav:not(#menu) .nav-menu a:hover {
	color: var(--accentAlt);
}


/* s1 */

#s_1 .owl-buttons {
	width: var(--row);
	position: static;
	margin-left: auto;
	display: flex;
}

#s_1 .owl-buttons &gt; div {
	padding: 0;
	position: static;
	background: var(--accent);
	margin: 0;
	opacity: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

#s_1  .owl-theme .owl-controls .owl-buttons&gt;div:before {
	text-shadow: none;
	font-size: 20px;
}

#s_1 img {
	height: 100%;
	display: block;
	object-position: center center;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#s_1 .slide:after {
	content: "";
	display: block;
	padding-top: 30%;
}

#m_1 {
	transform: translateY(-50%);
	width: 40%;
	margin: 0 -100px 0 auto;
}

#m_1 .video-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#m_1 .video-slide:before {
	padding-top: 56%;
	display: block;
	content: "";
}

#m_1 * {
	overflow: visible;
}

#m_1 img {
	position: absolute;
	width: 120%;
	height: 120%;
	max-width: 120%;
	left: -10%;
	top: -10%;
	object-fit: contain;
	object-position: center center;
}

#m_1 .video-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-shadow: 0 0 50px 30px rgba(0,0,0,0.2);
}

#m_1 .slide:after {
	content: "";
	display: block;
	padding-top: 60%;	
}

#Icons {
	border-bottom: var(--border);
	margin-bottom: calc(2 * var(--gap));
}

#Icons .slide {
	padding: 30px;
}

#Icons .slide-caption {
	position: static;
	text-align: center;
	color: var(--accentAlt);
	width: 100%;
}

#Icons .slide img {
	height: 150px;
	width: auto;
	display: block;
	margin: 0 auto;
}

#Icons .overlay {
	display: none;
}

.grid .owl-carousel, .grid div {
	height: 100%;
}

.image-carousel .slide:before {
	opacity: 0;
}

.slider h1 {
	margin-top: 3em;
	margin-bottom: 1em;
	text-align: center;
	color: var(--accentAlt);
}

.image-carousel .owl-theme .owl-controls .owl-buttons&gt;div {
	font-size: 0;
}

.image-carousel .owl-theme .owl-controls .owl-buttons&gt;div:after,.image-carousel .owl-theme .owl-controls .owl-buttons&gt;div:before {
	font-size: 3rem;
}

.slide-caption {
	position: absolute;
	bottom: 40px;
	right: 40px;
	max-width: 450px;
	width: 80%;
	text-align: right;
	color: #fff;
	z-index: 2;
	pointer-events: none;
}

.slide-caption *:only-child {
	margin: 0;
}

.slide .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
	pointer-events: none;
}

#accountform {
	max-width: 500px;
	margin: 0 auto;
}

.btn-lg {
	line-height: 26px;
}

footer {
	background: var(--bgAccent);
	margin-top: 30px;
	text-align: left;
}

footer h6 {
	font-family: var(--brushFont);
	font-weight: 300;
	font-size: 2.5em;
	color: var(--accent);
	padding-top: 1em;
}

footer .tablinks {
	background: var(--accentAlt);
	margin-bottom: 0;
}

footer .tablinks ul {
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	justify-content: center;
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
}

footer li.CONTENT {
	margin-bottom: 1em;
}

footer .tablinks ul li {
	margin: 0 10px;
	color: var(--bgAccent);
}

footer .tablinks ul li a {
	font-size: 25px;
	font-family: var(--accentFont);
	color: var(--bgAccent);
}

footer ul {
	padding: 0;
	list-style-type: none;
}

#social a {
	font-size: 2em;
	margin: 0 5px;
}

#social a:hover {
	text-decoration: none;
	color: var(--accentAlt);
}

.product-carousel-wrapper  h2 {
	text-align: center;
	margin: 2em 0 1em;
}

.page-home .product-carousel-wrapper {
	margin-left: 0;
}

.product-carousel-wrapper {
	margin: calc(2* var(--gap)) 0;
}

.owl-item .thumbnail,
.product-list .thumbnail {
	min-height: unset;
	box-shadow: none;
	border: 0;
	flex-grow: 2;
	margin-bottom: 0;
}

.owl-item .thumbnail .caption,
.product-list .thumbnail .caption {
	position: static;
	margin-top: 20px;
	width: 100%;
	padding: 0 15px 50px;
}

.caption h4 {
	font-size: 1.2em;
}

.caption h4 a {
	color: var(--accentAlt);
}

.product-list .owl-wrapper-outer {
	padding: 50px 0;
}

.carouselBtns {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	width: 100%;
	display: flex;
}

.carouselBtns a {
	background: var(--accent);
	padding: 5px 10px;
	text-align: center;
	color: var(--bg);
	flex: 1 1 40%;
}

.carouselBtns a + a {
	margin-left: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background: var(--accent);
	transition: all 0.3s ease;
}

.owl-item .thumbnail a.product-thumbnail-image,
.product-list .thumbnail a.product-thumbnail-image {
	height: unset;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-item .thumbnail a.product-thumbnail-image:before,
.product-list .thumbnail a.product-thumbnail-image:before {
	display: block;
	content: "";
	padding-top: 100%;
}

.owl-item .thumbnail a.product-thumbnail-image img,
.product-list .thumbnail a.product-thumbnail img {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	padding: 0;
}

.adding {
	display: flex;
	margin-top: 1em;
	align-items: center;
}

.adding p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
	flex: 0 0 100px;
}

#modal-quickview {
	backdrop-filter: blur(20px);
}

#modal-quickview + .modal-backdrop.in {
	display: none;
}

div#modal-quickview .modal-dialog .modal-content {
	border: 0;
	border-radius: 0;
	max-width: 750px;
	padding: 50px;
	margin: 0 auto;
	position: relative;
}

#modal-quickview  .product-image {
	float: right;
	margin-right: -100px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	width: 250px;
	margin-left: 50px;
}

#modal-quickview  .product-image:before {
	padding-top: 100%;
	display: block;
	content: "";
}

div#modal-quickview  .product-image img {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
	object-position: center center;
}

div#modal-quickview h1 {
	font-weight: normal;
	font-family: var(--mainFont);
	color: #222;
	font-size: 2.3em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

div#modal-quickview h1:first-line {
	font-family: var(--brushFont);
	font-weight: 300;
	font-size: 1.4em;
	color: var(--accent);
}

div#modal-quickview .modal-body {
	position: static;
	padding: 0;
}

div#modal-quickview .modal-body .container-fluid {
	padding: 0;
}

.modal-content {
	box-shadow: var(--shadow);
}

.modal-content .description {
	margin-bottom: 1em;
}

.modal-content #buy-info .col-sm-7 {
	width: 100%;
	padding: 0;
	text-align: right;
}

p.pricingDetails span {
	margin: 0 0 0 .5em;
}

div#modal-quickview button.close {
	position: absolute;
	top: -30px;
	right: 20px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: var(--accentAlt);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: all .4s;
}

div#modal-quickview button.close:hover {
	background: var(--accent);
}

.Product-availability {
	display: none;
}

.product-meta {
	clear: both;
	padding-top: 20px;
	display: flex;
	align-items: center;
}

.btn.add-to-basket {
	padding: 6px 10px 6px 12px;
}

.product-meta .flag {
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.product-meta .flag i {
	font-size: 16px;
	margin-right: 5px;
}

.product-meta p {
	margin: 0 0 0 auto;
}

div.checkoutbuttonsDiv {
	overflow: visible;
}

h1 a, h2 a, h4 a, h5 a, h6 a {
	font-family: inherit;
}

h1:first-child, h2:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1em;
}

.btn-primary, 
#customcontent form button, .page-contact #contactform input[type=submit], #submit_submit_inquiry {
	border: 0;
	border-radius: 0;
	background: var(--accent);
	color: var(--bg);
	font-family: var(--mainFont);
}

.btn-primary:hover, #customcontent form button:hover, .page-contact #contactform input[type=submit]:hover, #submit_submit_inquiry:hover {
	background: var(--bg);
	color: var(--accent);
}

.pagebody-wrapper, .page-product .product-info {
	background: none;
}

.form-control {
	background-color: var(--bg);
	border: 1px solid var(--accent);
	border-radius: 0;
}

/* new  account pages */

.page-account .pagebody-wrapper p, #table-navigation {
	text-align: center;
}

#account-options {
	display: grid;
	grid-template-columns: 120px 120px 120px;
	grid-gap: 30px;
	justify-content: center;
	margin: 30px 0;
}

.option {
	border-radius: 3px;
	text-align: center;
	transition: all 0.3s;
	box-shadow: 0 10px 10px -15px rgba(0,0,0,0.1);
	text-decoration: none !important;
}

.option:hover, .option:focus, .option:hover:focus {
	text-decoration: none;
	color: var(--accentAlt);
}

.option:hover i {
	color: #43B3D6;
	transform: translateY(-5px);
}

.option i {
	font-size: 4em;
	display: block;
	margin-bottom: 5px;
	transition: all 0.2s;
}

.history-page {
	margin-top: 30px;
}

#customcontent:empty {
	display: none;
}

#mapcanvas {
	position: relative;
	height: 450px;
}

#mapcanvas iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

#table-navigation h1 {
	margin-bottom: 1em;
}

#gdpr-panel {
	padding: 0;
}

#gdpr-panel p {
	font-size: 14px;
}

#gdpr-panel div[style*="height"] {
	height: unset !important;
	max-height: 400px;
}

#privacyconsent {
	align-items: flex-start;
	display: flex;
}

#privacyconsent p {
	margin-bottom: 0;
}

#privacy-fields {
	padding-left: 0;
}

#contactform #privacyconsent input {
	position: static;
	margin: 0;
	align-self: center;
}

.articleDiv, .blogarticleDiv, .page-contact .panel, .page-contact #customcontent {
	box-shadow: none;
	border-radius: 0;
	border: none;
	padding: 1.5em;
}

#customcontent {
	max-width: 750px;
	margin: 0 auto;
}

.page-product h1 {
	margin-top: 0;
	text-transform: none;
	font-size: 3em;
	line-height: 1.2em;
}

.recently-viewed-products-wrapper {
	padding-top: 1px;
}

#productlist-header .headerInner {
	background: var(--bgAccent);
	box-shadow: var(--shadow);
	margin: 15px 0;
}

#products {
	padding: 30px 15px;
	clear: both;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px var(--gap);
	margin-top: calc(2 * var(--gap));
}

.product-card {
	display: grid;
	grid-template-columns: 190px 1fr;
	grid-gap: var(--gap);
}

.product-card .caption {
	position: static;
}

.product-card h4 {
	font-size: 30px;
}

.product-card .caption h4 a:hover {
	text-decoration: none;
	color: var(--accentAlt);
}

.product-card, .description {
	font-size: 20px;
}

.product-card .product-thumbnail {
	height: unset;
	margin: 0;
	box-shadow: var(--shadow);
	overflow: hidden;
	border-radius: 50%;
}

.product-card .product-thumbnail:before {
	padding-top: 100%;
	display: block;
	content: "";
}

.product-list &gt; table {
	margin-bottom: 30px;
}

.owl-wrapper {
	display: flex !important;
}

.owl-carousel .owl-item {
	display: flex;
	flex-direction: column;
}

.owl-carousel .owl-item &gt; div {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
}

.page-product .product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	flex-direction: column;
}

.page-product .product-image&gt;a:first-child {
	height: auto;
	min-height: 0;
	overflow: auto;
	border-radius: 50%;
	border: 0;
}

.page-product .product-image&gt;a:first-child:before {
	padding-top: 100%;
	display: block;
	content: "";
}

.page-product .product-image i {
	pointer-events: none;
}

.page-product .product-image&gt;a:first-child img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.page-product .product-image i {
	display: none;
}

#productbody {
	max-width: 750px;
	margin: 0 auto;
}

.product-list-item.list {
	grid-column: 1 / -1;
}

.product-list-item.list .thumbnail {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.product-list-item.list .product-thumbnail {
	flex: 0 0 100px;
	height: 80px;
}

.product-list-item.list .product-thumbnail img {
	padding: 10px;
}

.product-list-item.list .thumbnailDiv {
	flex: 0 0 120px;
}

.product-list-item.list .caption {
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
}

.product-list-item.list .caption h5 {
	margin: 0;
}

.product-list-item.list .caption h6 {
	margin: 0 10px 0 0;
	font-family: var(--mainFont);
}

.product-list-item.list .text-pricingdetails {
	width: 100px;
	margin: 0 0 0 auto;
	text-align: right;
}

.product-list-item.list .caption .btn {
	position: static;
	transform: translateY(0);
	opacity: 1;
	width: 150px;
	text-align: center;
	margin: 0 20px;
}

.page-home main {
	display: grid;
	grid-template-columns: 1fr var(--row) 1fr;
}

main .container, #customcontent {
	grid-column: 2;
}

main .container-left {
	grid-column: 1 / 3;
	position: relative;
}

main .full {
	grid-column: 1 / -1;
}

#chef {
	max-width: 750px !important;
	margin: var(--medGap) auto;
}

.half {
	display: grid;
	grid-gap: var(--gap);
	grid-template-columns: 1fr 1fr;
}

.full .headline {
	text-align: center;
}

.headline p {
	font-size: 1.3em;
}

.headline h2 {
	font-size: 50px;
	line-height: 1em;
}

#Gallery {
	margin: 0 0 var(--medGap) 50px;
	border: 2px solid #333;
	border-right: 0;
	padding: 10px 0 10px 10px;
}

#Gallery .slide {
	position: relative;
	margin: 5px;
}

#Gallery .slide:after {
	padding-top: 100%;
	display: block;
	content: "";
}

#Gallery .slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

#venues {
	display: grid;
	width: 100%;
	grid-template-columns: 65% 35%;
	align-items: flex-end;
	margin: var(--bigGap) 0;
}

#venues .overlay {
	display: none;
}

#Venues .owl-carousel .owl-item &gt; div a {
	margin-top: auto;
}

#Venues .slide {
	margin-right: 15px;
	position: relative;
}

#Venues .owl-item:first-child {
	min-width: 350px;
}

#Venues .owl-wrapper {
	max-width: 100%;
}

#Venues .owl-item {
	flex: 1 1 30%;
	width: auto !important;
}

#Venues .owl-item:first-child .slide &gt; a {
	padding-bottom: 47px;
}

#Venues .slide-caption {
	bottom: 0;
	right: 0;
}

#Venues .slide-caption a {
	background: #fff;
	border: var(--border);
	color: var(--accentAlt);
}

#Venues_icons .owl-carousel .owl-wrapper {
	flex-direction: column;
}

#Venues_icons *:not(.slide) &gt; * {
	min-width: 100%;
	max-width: 100%;
}

#Venues_icons .owl-carousel .owl-item &gt; div {
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-gap: var(--gap);
	margin-left: var(--gap);
}

#Venues_icons .slide-caption {
	position: static;
	text-align: left;
	color: var(--accentAlt);
}

/* new  account pages */

.page-account .pagebody-wrapper p, #table-navigation {
	text-align: center;
}

#account-options {
	display: grid;
	grid-template-columns: 120px 120px 120px;
	grid-gap: 30px;
	justify-content: center;
	margin: 30px 0;
}

.option {
	border-radius: 3px;
	text-align: center;
	transition: all 0.3s;
	box-shadow: 0 10px 10px -15px rgba(0,0,0,0.1);
	text-decoration: none !important;
}

.option:hover, .option:focus, .option:hover:focus {
	text-decoration: none;
	color: var(--accentAlt);
}

.option:hover i {
	color: var(--accentAlt);
	transform: translateY(-5px);
}

.option i {
	font-size: 4em;
	display: block;
	margin-bottom: 5px;
	transition: all 0.2s;
}

.history-page {
	margin-top: 30px;
}

.notice-item-success {
	border: 1px solid #63b108;
	box-shadow: none;
}

.notice-item, .notice-item-loading, .notice-item-success {
	padding: 20px;
	border-radius: 0;
	background: #fff !important;
	font-family: inherit;
}

.notice-item-error {
	border-color: #f5675d !important;
}

.notice-item-success * {
	color: #000 !important;
}

.notice-item-error * {
	color: #000 !important;
}

.notice-item-success h4, .notice-item-success p {
	margin-top: 0;
}

.notice-wrap h4, .notice-wrap p {
	font-family: inherit;
}

.notice-wrap h4 {
	font-size: 1.5em;
}

#customcontent.contentpage {
	font-size: 1.2em;
}

#customcontent.contentpage h1 {
	font-size: 3em;
}

#customcontent.contentpage h2 {
	font-family: var(--mainFont);
	font-weight: bold;
	font-size: 1.2em;
	color: var(--accentAlt);
}

#customcontent.contentpage p, #customcontent.contentpage p li {
	font-size: 1em;
}

#customcontent.contentpage p {
	line-height: 1.5em;
}

.page-content-20094 .navbar-inverse {
	background: var(--accentAlt);
}

.page-content-20094 #customcontent {
	max-width: 100%;
}

.page-content-20094 .content {
	display: flex;
	align-items: flex-start;
}

.page-content-20094 .content .entry {
	max-width: 700px;
	margin-right: calc(2 * var(--gap));
}

.page-content-20094 aside {
	flex: 1 1 30%;
	position: sticky;
	top: 20px;
}

.page-content-20094 #customcontent .frame h2,
.page-content-20094 #customcontent h1 {
	color: var(--accent);
	font-family: var(--mainFont);
	font-weight: bold;
	font-size: 2.5em;
	margin: 0;
}

.page-content-20094 #customcontent h1 {
	position: relative;
	margin-bottom: 1.5em;
	padding-top: .5em;
}

.page-content-20094 #customcontent h1:before {
	height: 100%;
	width: 10px;
	background: var(--accent);
	position: absolute;
	top: 0;
	left: -.8em;
	content: "";
}

.page-content-20094 .frame {
	position: relative;
	padding-top: calc(2 * var(--gap));
	margin-top: calc(2 * var(--gap));
}

.page-content-20094 .frame:before {
	height: 10px;
	width: 30%;
	background: var(--accent);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.page-content-20094 .frame:after {
	width: 10px;
	height: 50%;
	left: 80%;
	top: unset;
	bottom: 110%;
}

.page-content-20094 #s_1 .owl-buttons {
	margin-right: auto;
	padding: 0 15px;
}

.page-content-20094 #customcontent .frame h4 {
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--accentAlt);
	margin: 0 0 1em;
}

/* cart */

.dropdown-menu {
	min-width: 250px;
	color: var(--accent);
	border-radius: 0;
	top: 30px;
}

nav:not(#menu) .dropdown-menu a {
	color: inherit;
}

.cart-footer {
	display: flex;
	justify-content: space-between;
}

.dropdown-cart .item:first-child {
	padding-top: 0;
}

.dropdown-cart .item {
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}

.dropdown-cart .item .name {
	font-weight: bold;
}

.dropdown-cart .item-info &gt; a {
	display: grid;
	grid-template-columns: 1fr 50px;
}

.dropdown-menu .info {
	text-align: right;
}

.cart-options {
	text-align: right;
	margin: 10px 0 20px;
}

.cart-options &gt; a {
	text-align: center;
}

.cart-total {
	display: block;
	text-align: right;
}

nav:not(#menu) .dropdown-menu a.btn.btn-invisible {
	color: #666;
	padding: 0;
}

nav:not(#menu) .dropdown-menu a.btn {
	color: #fff;
	margin: 0;
}

nav:not(#menu) .dropdown-menu a.btn-primary:hover {
	background: var(--accentAlt);
}

.multistepcheckout .actions {
	text-align: center;
}

.multistepcheckout #checkout-section-basket {
	width: 100%;
}

#checkout-panels.step2 {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

#checkout-panels.step2 &gt; div {
	flex: 1 1 50%;
	min-width: 260px;
	width: 50%;
}

#shippingform &gt; .row:first-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: var(--gap) 0 0;
}

#shippingform &gt; .row:first-child h1 {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 3em;
}

.page-checkoutstep2 #checkout-first-column h4 {
	padding: 0;
}

.page-checkoutstep2 div.checkout-panel {
	padding: 15px;
}

/* fixes */

.findPanel {
	position: relative;
}

.findPanel label.text-small {
	text-align: left;
	color: var(--text);
	position: absolute;
	left: 0;
	top: 100%;
}

.open&gt;.dropdown-menu {
	right: 0;
	left: auto;
	border: 0;
	box-shadow: var(--shadow);
	padding: 15px;
	color: var(--text);
}

.page-loggedin .pagebody-container {
	text-align: center;
}

.navbar-header .dropdown-toggle, .navbar-header&gt;.btn {
	background: var(--accent);
}

.listing {
	display: grid;
	grid-column-gap: var(--gap);
	grid-template-columns: 1fr 3fr;
	padding: 0 15px;
}

.listing form, .listing script {
	order: 5;
}

.listing h3 {
	margin: .5em 0 0;
}

.listing .category-pictures:empty {
	display: none;
}

.listing .category-pictures {
	text-align: center;
	margin-bottom: var(--gap);
}

.listing .category-pictures h5 {
	display: inline-block;
	color: var(--accentAlt);
	text-transform: uppercase;
	font-size: 2em;
	margin: 0 .5em;
}

.listing .category-pictures a {
	opacity: .2;
}

.listing .category-pictures a:hover {
	opacity: 1;
	text-decoration: none;
}

.listing &gt; * {
	grid-column: 1 / -1;
}

#panel-filteredsearch {
	grid-row: span 3;
	grid-column: 1;
}

.listing #panel-filteredsearch ~ * {
	grid-column-start: 2;
}

#collapsePFS {
	box-shadow: var(--shadow);
}

.basketlist-row1 + .basketlist-row2 td,
.basketlist-row2 + .basketlist-row1 td {
	padding-top: 10px;
}

.owl-pagination {
	display: none;
}

.footerCredits {
	text-align: center;
}

@media screen and (max-width: 1400px) {
	:root {
		--row: 1100px;
	}
}

@media (max-width: 1200px) {

	:root {
		--fontMenuSize: 14px;
		--row: 100%;
	}

	.container {
		width: 95%;
	}

	.department-header, .category-header {
		font-size: 4em;
	}

	#Venues .owl-item:first-child {
		min-width: 200px;
	}

	#m_1 {
		margin-right: 10%;
	}

	#slider_1 {
		overflow: hidden;
	}

	#Icons .slide {
		padding: 10px;
		font-size: 13px;
	}

	#Icons .slide p {
		line-height: 1.4em;
	}

	.page-content-20094 .content .entry {
		max-width: 500px;
	}

	.product-card h4 {
		font-size: 1.4em;
	}

	.product-card, .description {
		font-size: 1.1em;
	}

	.product-card {
		grid-template-columns: 150px 1fr;
	}
}

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

	:root {
		--gap: 30px;
	}

	.product-card {
		grid-template-columns: 100px 1fr;
	}

	.product-card h4 {
		font-size: 20px;
	}

	.product-card, .description {
		font-size: 16px;
	}

	#modal-quickview .product-image {
		width: 200px;
	}

	#products {
		padding: 0;
		grid-gap: var(--gap);
	}

	#Icons .owl-wrapper {
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	#Icons .owl-wrapper .owl-item {
		flex: 0 0 200px;
	}

	#venues {
		display: block;
	}

	#Venues {
		margin-bottom: var(--gap);
	}

	#chef {
		width: 80%;
	}

	.half {
		grid-template-columns: 1fr 30%;
	}

	.page-content-20094 #customcontent {
		font-size: 1em;
	}

	.page-content-20094 .content .entry {
		margin-right: var(--gap);
		max-width: 55%;
	}
}

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

	.listing {
		display: block;
	}

	#productlist-header {
		margin: 15px 0;
	}

	.product-list #productlist-header .headerInner {
		padding: 5px 15px;
	}

	:root {
		--gap: 10px;
		--shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
		--fontSize: 13px;
		--fontMenuSize: 15px;
		--bigGap: 10vh;
		--medGap: 5vh;
	}

	.page-content-20094 #customcontent {
		font-size: 1.3em;
	}

	.page-content-20094 .content {
		display: block;
	}

	.page-content-20094 .content .entry {
		max-width: 100%;
		margin: 0;
	}

	.page-content-20094 .frame:before {
		right: 0;
		left: auto;
	}

	#customcontent img {
		max-height: 60vh;
		width: auto;
		display: block;
		margin-left: auto;
	}

	#customcontent aside {
		text-align: right;
	}

	#account-options {
		grid-template-columns: 120px 120px;
		grid-gap: 15px;
	}

	nav#nav {
		display: none;
	}

	.navbar-header a.mobileMenuLink {
		padding: 6px 12px;
		margin: 0;
	}

	.navbar-header .btn {
		margin: 0;
	}

	.navbar {
		background: var(--accent);
		padding: 10px 15px;
	}

	.product-card {
		padding: 0 !important;
	}

	.product-list .product-card {
		width: unset !important;
	}

	.department-header, .category-header {
		font-size: 3em;
	}

	#products {
		grid-template-columns: 1fr;
		grid-gap: 50px;
	}

	#modal-quickview .product-image {
		width: 150px;
	}

	.product-card, .description {
		font-size: 14px;
	}

	#Venues .owl-item:first-child {
		min-width: 140px;
	}

	#Venues_icons .owl-carousel .owl-item &gt; div {
		margin-left: 0;
		grid-template-columns: 100px 1fr;
	}

	#Icons .owl-wrapper .owl-item {
		flex: 0 0 30%;
	}

	.header .container {
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	header .social-bar {
		flex: 0 0 100%;
		padding-top: 20px;
	}

	#Header {
		padding: 0;
	}

	header .brand {
		flex: 0 0 40%;
	}

	#Header .CONTENT a img {
		width: 50px;
		height: 50px;
	}

	#Header .CONTENT {
		padding: 0 15px 0 0;
	}

	.brand a {
		width: 100%;
		max-width: 180px;
	}

}

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

	#m_1 {
		width: 80%;
		margin: 5vh auto;
		transform: none;
	}

	.image-carousel .owl-controls {
		visibility: visible;
	}

	#m_1 .video-slide iframe {
		box-shadow: 0 0 20px 10px rgba(0,0,0,0.2)
	}

	#Icons .owl-wrapper .owl-item {
		flex: 0 0 45%;
	}

	#Icons .slide img {
		height: 120px;
	}


	.listing {
		padding: 0;
	}

	.product-card h4 {
		font-size: 16px;
	}

	.product-card {
		grid-template-columns: 80px 1fr;
	}

	#modal-quickview .product-image {
		width: 100px;
		margin: 0 -40px 0 20px;
	}

	div#modal-quickview .modal-dialog .modal-content {
		padding: 20px;
	}

	div#modal-quickview h1 {
		font-size: 1.4em;
	}

	.modal-dialog {
		margin-top: 50px;
	}

	.form-inline {
		display: flex;
		align-items: center;
	}

	div#modal-quickview #quantity {
		margin: 0 auto 0 0;
	}
}

</pre></body></html>