<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=Caladea:wght@400;700&amp;family=Playfair+Display:ital,wght@0,600;1,600&amp;display=swap');


:root {
	--mainFont: 'Caladea';
	--accentFont: 'Katibeh';
	--accent: #510C1E;
	--accentAlt: #e92c25;
	--bg: #fafafa;
	--bgAccent: #efe5e4;
	--gap: 20px;
	--text: #000000;
	--ftb: flex;
	--shadow: 0 20px 50px -15px rgba(0,0,0,0.1);
	--fontSize: 16px;
	--fontMenuSize: 16px;
	--green: #579604;
}

::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, h6 {
	font-family: var(--accentFont);
	font-weight: normal;
	text-transform: none;
}

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

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

.Horizontal_Nav_Menu&gt;li&gt;a, .Horizontal_Nav_Menu&gt;li&gt;span {
	font-size: var(--fontMenuSize);
}

.image-carousel .slide:before {
	display: none;
}

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

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

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

.owl-item .thumbnail,
.product-list .thumbnail {
	min-height: unset;
}

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

.owl-item .thumbnail a.product-thumbnail-image,
.product-list .thumbnail a.product-thumbnail-image {
	height: unset;
}

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

.thumbnail {
	flex-grow: 2;
}

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

.product-list .owl-wrapper .owl-item {
	display: flex;
	flex-direction: column;
}

.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;
	padding: 15px;
}

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

.page-basket .productDetailsBasket h5 {
	line-height: 1.1em;
}

div.checkoutbuttonsDiv {
	overflow: visible;
}

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

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 3.2em;
}

h3 {
	font-size: 2.9em;
}

h4 {
	font-size: 2.6em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 2em;
}

tr#shipping {
	border-top: 1px solid #ddd;
}

.well h5, td h5 {
	font-size: 1em;
	font-family: var(--mainFont);
}

td .col-sm-1 {
	padding: 0;
	width: 100%;
}

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

.btn-primary:hover, #customcontent form button:hover, .page-contact input[type=submit]: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;
}

.notice-item-success {
	border-bottom: 5px solid var(--greem);
	box-shadow: 10px 10px 80px var(--greem);
}

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

.notice-item-success * {
	color: var(--greem) !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;
}

.notice-wrap h4 span {
	margin-right: 1em;
}

#map_canvas {
	position: relative;
}

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

.articleDiv, .blogarticleDiv, .page-contact .panel {
	box-shadow: var(--shadow);
	border-radius: var(--borderRadius);
	border: var(--border);
}

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

#productlist-header .headerInner {
	background: #fafafa;
}

#products {
	padding: 30px 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

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

.product-list-item {
	display: flex;
	flex-direction: column;
}

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

footer {
	margin-top: 30px;
}

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


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

}

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

.product-carousel-homepageslider .slide:after {
  padding-top: 50%;
  display: block;
  content: "";
}</pre></body></html>