<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&amp;family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');

:root {
	--mainFont: 'Noto Sans';
	--accentFont: 'Cormorant Garamond';
	--accent: #9c8b7e;
	--accentAlt: #000;
	--bg: #d5d2cd;
	--bgAccent: #fff;
	--gap: 20px;
	--text: #101010;
	--ftb: flex;
	--shadow: 0 20px 50px -15px rgba(0,0,0,0.1);
	--fontSize: 16px;
	--fontMenuSize: 16px;
}

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

* {
	font-family: var(--mainFont);
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: var(--accentFont);
	text-transform: none;
}

body {
	font-size: var(--fontSize);
	color: var(--text);
}
.wholepage.page-home {
	background: var(--bg);
}
header {
	background: var(--bg);
}

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

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

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

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

.topbar .user-panel button {
	background: var(--accent);
	color: var(--bgAccent) !important;
	padding: 7px 10px 7px 10px;
}
.topbar .user-panel button:hover {
	background: var(--bgAccent);
	color: var(--accent) !important;
	padding: 7px 10px 7px 10px;
}
.twitter-typeahead .form-control {
	background: inherit !important;
}

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

.navbar-inverse {
	background: var(--bg);
	margin-bottom: 20px;
	min-height: 0;
	box-shadow: none;
}

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

.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: #000;
	border: 0;
	text-transform: uppercase;
	font-size: 13px;
}

.findPanel:after {
	color: #000;
	top: 7px;
	font-size: 20px;
}

.search .form-control {
	
	
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.05);
	padding: 10px 15px;
	height: unset;
}
span.twitter-typeahead {
    width: 100%;
    background: #fff;
}
.topbar .tablinks a:hover {
	background: var(--accentAlt);
}
a.bttn-cart {
    color: #000;
    font-size: 1.2em;
    font-weight: 800;
}
.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);
}

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: #fff;
	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: #000;
	font-size: var(--fontMenuSize);
	padding: 10px 0;
	display: block;
	text-transform: uppercase;
}

nav:not(#menu) .nav-menu&gt;li&gt;a:after, nav:not(#menu) .nav-menu&gt;li&gt;span:after {
	content: '\f107';
	font-family: 'FontAwesome';
	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) .nav-menu&gt;li {
	position: relative;
	cursor: pointer;
}

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

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.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: transparent;
	text-decoration: none;
}
.topbar .tablinks a {
   
    font-size: 0.9em;
   
}
.brand a {
	width:300px;
    mix-blend-mode: multiply;
}
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: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: #000;
}

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

#slider .product-carousel-homepageslider img {
	height: 60vh;
	display: block;
	object-position: center center;
	object-fit: cover;
}

/* s1 */

#s_1, #m_1 .image-carousel {
	background:var(--accentAlt);
}

#s_1 img, #m_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 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 20px;
}

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

.grid .owl-carousel, .grid div:not(.slide-caption) {
	height: 100%;
}

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

.slider h1 {
	margin-top: 3em;
	margin-bottom: 1em;
	text-align: center;
	color: #000;
}

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


h1, .history-search-page {
	text-align: center;
}

.product-right .pricingDetails {
	text-align: center;
}

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

footer {
	background: var(--accent);
	margin-top: 30px;
}

footer .tablinks {
	background: var(--accent);
}

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

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

footer .tablinks ul li  a {
	color: #000;
}

.footerLogo {
	mix-blend-mode:multiply;
}
.footerCredits {
	font-family:var(--accentFont);
}
.footerCredits a {
	color: #000;
	font-family:var(--accentFont);
}
.breadcrumb {
  
  
    text-align: center;
    font-size: 0.9em;
}
.breadcrumb a, .breadcrumb li{
  
    font-family: var(--accentFont);
   
}
#social a {
	font-size: 2em;
	margin: 0 5px;
	color:#000;
}

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

.product-carousel-wrapper  h2 {
	text-align: center;
	margin: 2em 0 1em;
}
.product-carousel-wrapper h2 a{
	
	color: #000;
}
.page-home .product-carousel-wrapper {
	margin-left: 0;
}

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

.product-list .product-thumbnail {
	margin-bottom: 0;
}

.owl-item .thumbnail,
.product-list .thumbnail {
	min-height: unset;
	background: var(--bg);
	flex-grow: 2;
	margin-bottom: 0;
	border:none;
	box-shadow: none;
}
.product-card .thumbnail {
	background:#fff;
}
.recently-viewed-products-wrapper .thumbnail {
	background: #f5f5f5;
}
#panel-filteredsearch ul li {
  
    padding-bottom: 7px;
}
#panel-filteredsearch ul {
    max-height: 350px;
}
.owl-item .thumbnail .caption,
.product-list .thumbnail .caption {
	position: static;
	margin-top: 20px;
	width: 100%;
	padding: 0 15px 50px;
}

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

.caption h4 a {
	color: #000;
}

.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(--bgAccent);
	flex: 1 1 40%;
}
.carouselBtns a:hover {
    background: var(--accentAlt);
}
.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;
	mix-blend-mode: multiply;
}

.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: contain;
	object-position: center center;
}

.owl-item .caption .btn, .product-list .caption .btn {
	transform: translateY(100%);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.4s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.owl-item .thumbnail:hover .btn, .product-list .thumbnail:hover .btn {
	transform: translateY(0);
	opacity: 1;
}

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

.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: var(--shadow);
	border-radius: var(--borderRadius);
	border: var(--border);
	padding: 1.5em;
}

#customcontent {
	max-width: 900px;
	margin: 0 auto;
}
div#customcontent p {
    line-height: 2.5;
}
div#customcontent b, div#customcontent strong {
    color: #5d534b;
}
footer p {
    line-height: 2;
    font-size: 15px;
}
.page-product h1 {
	    margin-top: 0;
    text-transform: none;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid var(--bg);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.product-right {
    text-align: center;
}
.tab-content{
	text-align:left;
}
.productAdd {width:100%;}
.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: repeat(auto-fill, minmax(180px, 1fr));
	grid-gap: var(--gap);
}

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

.product-card {
	display: flex;
	flex-direction: column;
}

.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;
	flex-direction: column;
}

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

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

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

/* 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: #000;
}

.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-bottom: 5px solid #63b108;
	box-shadow: 10px 10px 80px #63b108;
}

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

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

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

.notice-item-error * {
	color: #fff !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;
}


/* cart */

.dropdown-menu {
	min-width: 200px;
}

.dropdown-cart .item {
	display: grid;
	grid-gap: 5px;
	grid-template-columns: 50px 1fr;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.cart-options {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

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

.cart-total {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

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

/* 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-top: 0;
	margin-bottom: 1em;
}

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

@media (max-width: 1200px) {

	:root {
		--fontMenuSize: 14px;
	}

	.container {
		width: 95%;
	}
}



#switcheroo {
	position: fixed;
	left: 0;
	top: 100px;
	width: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: var(--shadow);
	padding: 20px 0;
	z-index: 2456;
}

#switcheroo .switch {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #eee;
	color: #000;
	text-decoration: none;
	transition: all 0.4s;
}

#switcheroo .switch.active {
	background: var(--accent);
	color: var(--bg);
}

#switcheroo .switch:hover {
	box-shadow: inset 0 0 0 5px var(--accent);
}

#switcheroo .switch + .switch {
	margin-top: 10px;
}

#slider .product-carousel-homepageslider img {
	height: 60vh;
	display: block;
	object-position: center center;
	object-fit: cover;
}

/* s1 */

#s_1, #m_1 .image-carousel {
	background: #F99A17;
}

#s_1 img {
	height: 50vh;
	display: block;
	object-position: center center;
	object-fit: cover;
}

#m_1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 20px;
}

#m_1 img {
	height: 25vh;
	min-height: 200px;
	display: block;
	object-position: center center;
	object-fit: cover;
}

#slider_2 .grid {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-template-rows: 20vh 20vh 20vh;
	grid-gap: 20px;
}

#slider_2 .grid &gt; div {
	background: #899CBA;
}

#slider_2 .grid &gt; div:first-child {
	grid-row: span 3;
}

#slider_2 img {
	height: 20vh;
	display: block;
	object-position: center center;
	object-fit: cover;
}

#slider_2 .grid &gt; div:first-child img {
	height: calc(60vh + 40px);
}

#slider_3 .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 20vh 20vh 20vh;
	grid-gap: 20px;
}

#slider_3 .grid &gt; div:first-child {
	grid-row: span 2;
	grid-column: span 2;
}

#slider_3 .grid &gt; div:nth-child(3) {
	grid-row: span 2;
}

#slider_4 .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

#slider_4 .grid &gt; div {
	background: #CDC0AC;
}

#slider_4 img {
	height: 50vh;
	display: block;
	object-position: center center;
	object-fit: cover;
}

#slider_5 img {
	height: 50vh;
	width: 50%;
	margin-left: 50%;
	display: block;
	object-position: center center;
	object-fit: cover;
}

#slider_5 .slide-caption {
	padding: 40px;
	right: 50%;
	left: unset;
	width: 40%;
	top: 50%;
	bottom: unset;
	transform: translateY(-50%);
}

#slider_5 {
	margin-bottom: 5em;
}

#slider_5 .owl-item:first-child {
	background: #101b1f;
	color: #fff;
}

#slider_5 .owl-item:nth-child(2) {
	background: #017ddf;
	color: #fff;
}

#slider_5 .slide-caption .btn {
	background: #000;
	color: #fff;
}

#slider_5 .slide-caption * {
	color: inherit;
	text-shadow: none;
}

.grid .owl-carousel, .grid div:not(.slide-caption) {
	height: 100%;
}

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

.slider h1 {
	margin-top: 3em;
	margin-bottom: 1em;
	text-align: center;
	color: #000;
}

.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: 400px;
	width: 80%;
	text-align: right;
	color: #fff;
	z-index: 2;
}

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


/* instagram */

h1 {
	text-align: center;
	text-transform: uppercase;
}

h1:after {

}

#ig1, #ig2, #ig3 {
	margin: 50px 0 100px;
	text-align: center;
}

#ig1 h2, #ig2 h2, #ig3 h2 {
	margin-bottom: 50px;
	font-size: 2em;
}

#ig1 h2:after, #ig2 h2:after, #ig3 h2:after {
	content: "";
	width: 100px;
	height: 4px;
	background: var(--accent);
	display: block;
	margin: 20px auto;
}

#ig1 .eapps-instagram-feed-posts-view {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 15px;
}

#ig2 .eapps-instagram-feed-posts-view {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
	grid-auto-flow: dense;
}

#ig2 .eapps-instagram-feed-posts-view &gt; div:nth-child(5),
#ig2 .eapps-instagram-feed-posts-view &gt; div:nth-child(7) {
	grid-column: span 2;
	grid-row: span 2;
}

#ig2 .eapps-instagram-feed-posts-view &gt; div:nth-child(3) {
	grid-column: span 3;
	grid-row: span 3;	
}

#ig2 .eapps-instagram-feed-posts-view &gt; div:last-child {
	display: none;
}

#ig3 .eapps-instagram-feed-posts-view {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 20px;
	padding: 20px;
}

#ig3 .eapps-instagram-feed-posts-view &gt; div {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
}

#ig3 .eapps-instagram-feed-posts-view &gt; div:nth-child(1) {
	grid-column-start: 3;
}

#ig3 .eapps-instagram-feed-posts-view &gt; div:nth-child(2),
#ig3 .eapps-instagram-feed-posts-view &gt; div:nth-child(5) {
	grid-column: span 2;
	grid-row: span 2;	
}

#ig3 .eapps-instagram-feed-posts-view &gt; div:nth-child(8) {
	grid-column-start: 3;
}

#ig3 .eapps-instagram-feed-posts-view &gt; div:nth-child(9) {
	grid-column: 4 / span 3;
	grid-row: span 3;		
}


#ig3 .eapps-instagram-feed-posts-view &gt; div:nth-child(11) {
	grid-column-start: 2;
}

@media screen and (max-width: 767px) {
	#slider_2 .grid {
    
    grid-template-columns: 1fr;
   
	}

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

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

	#nav {
		display: none;
	}

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

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

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

	#products {
		grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
		grid-gap: 10px;
	}	

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

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

	.product-list .product-thumbnail {
		height: 180px;
	}


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