@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

#banner #simpleSearch {}

#banner #simpleSearch form {
    background: #fff;
}

nav #clientMenu {
    position: relative;
    margin-bottom: 0;
}

nav #clientMenu div.userMenu {
    right: 0;
    background: #fff;
}

nav#nav {
    padding-top: 15em;
    font-family: 'EB Garamond', sans-serif;
    font-size: 1.6em;
}

#wrapper {
    background: url(images/background.jpg) 0 0 no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

header {
    max-width: 1200px;
    margin: auto;
    padding-top: 1vw;
    line-height: 2em;
}

header a.logo {
    width: 100%;
    background: url(images/logo.png) no-repeat 50% 50%;;
}

header a.logo h1 {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 0.5em #000;
    font-size: 4em;
    font-weight: bold;
    display: none;
}

#main {
    background: #fff;
    padding: 2em;
    box-sizing: border-box;
    font-size: 1.2em;
    max-width: 1200px;
}

#page {
    line-height: unset;
    padding: 1em;
    padding-top: 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.8em;
}


/* -- Defined classes and HTML Tags used in editor  --  */

.title,
h1 {
    font-family: 'EB Garamond', sans-serif;
    color: #595959;
    line-height: normal;
    font-size: 2.5em;
}

.heading,
h2 {
    font-family: 'EB Garamond', sans-serif;
    line-height: 1.5em;
    font-size: 2em;
}

h3,
.h3,
.subHeading,
article.item h3.caption,
article.item h3.caption a {
    font-family: 'EB Garamond', sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
}

h4 {
    font-family: Arial, verdana, sans-serif;
    font-weight: bold;
}

a {
    color: #595959;
}

a:visited {
    color: #595959;
}

a:hover {
    color: #595959;
}

#menu {
    width: 150px;
}

#menu #simpleSearch,
#menu #userMenu {
    display: none;
}

#main.hasMenu {
    padding-left: inherit;
    max-width: 1200px;
}

nav#menu {
    width: 100%;
    position: relative;
    float: none;
    clear: both;
    overflow: hidden;
    margin-bottom: 1em;
}

nav#menu li {
    float: left;
    margin-right: 1px;
}

nav#menu ul li div {
    display: none;
    position: absolute;
}

nav#menu ul li:hover {
    display: block;
}

.attributes .textarea.Quote,
.productDetails .Quote .attValue {
    font-style: italic;
    background: #C8E5B0;
    font-weight: normal;
    line-height: 1.6em;
    padding: 10px;
    padding-left: 20px;
    border-radius: 4px;
    display: block;
}

.details ul {
    list-style: outside disc;
    padding-left: 1.5em;
}

.details ul li {
    color: #595959;
    line-height: normal;
    padding-bottom: 0.8em;
}

#productList .childItems {
    font-size: 0.7em;
}

#productList .childItems article.item.attributes span,
#productList .childItems article.item.author {
    display: none;
}

#productList .childItems article.item.image {
    padding: 0;
    margin: 0;
    display: block;
    float: none;
}

#productList .childItems article.item.image .frame {
    max-height: 200px;
    overflow: hidden;
}

#productList .childItems article.item.image img {
    width: 100%;
}

#productList .childItems article.itemh3.productCaption {
    padding: 8px;
    margin: 0;
}

#productList .childItems article.item.buttons .button {
    font-size: 12px;
    line-height: 20px;
}

nav#nav ul li div {
    background: #595959;
}

nav#nav ul li.selected,
nav#nav ul li.selected div {
    background: #ffffff;
    color: #595959;
}

nav#nav ul li div span.description {
    color: #ffffff;
}

nav#nav a,
nav#nav a:link,
nav#nav a:visited {
    color: #ffffff;
    background: rgb(23, 23, 23);
    background: linear-gradient(180deg, rgb(77, 77, 77) 49%, rgb(23, 23, 23) 100%);
}

nav#nav li.selected a,
nav#nav li.selected a:hover {
    background: #ffffff;
    color: #595959;
}

nav#nav a:hover,
nav#nav a:active {
    color: rgb(23, 23, 23);
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255) 49%, rgba(200, 200, 200) 100%);
}

nav#nav ul li li li {
    padding-left: 1em;
    border: none;
    background: inherit;
}

nav#nav ul ul ul {
    display: none;
}

nav#nav ul ul li.selected ul {
    display: block;
}

#actionProgress {
    color: #595959;
    border-color: #595959;
}

.googleMap,
article.item.googleMap {
    border-color: #595959;
    border: none;
}

ul.tabs li.selected a,
ul.filter li.selected a {
    color: #595959;
}

article.item.details .image,
article.item.details .googleMap {
    margin-bottom: 0;
}

article.item.author {
    background: #595959;
}

article.item.author img {
    margin: 0;
}

article.item.author span {
    display: none;
}

nav#menu ul li div {
    background: #595959;
}

nav#menu ul li.selected div {
    background: #000000;
}

nav#menu ul li div span.description {
    color: #ffffff;
}

nav#menu a,
nav#menu a:link,
nav#menu a:visited {
    color: #ffffff;
    background: #595959;
}

nav#menu li.selected a,
nav#menu li.selected a:hover {
    background: #494949;
    color: #ffffff;
}

nav#menu a:hover,
nav#menu a:active {
    color: #ffffff;
    background: #000000;
}

.products article.item {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    background: 0;
    box-sizing: border-box;
    margin-top: 1em;
    margin-bottom: 1em;
}

article.item .details .image,
article.item .details .video,
article.item .details .images,
article.item .details .googleMap {
    width: 33%;
}

article.item h3.caption {
    border-bottom: solid 1px #999;
}

article.item .attributes {
    padding: 3em;
    padding-top: 0;
    box-sizing: border-box;
    width: 62%;
}

section.block {
    margin-bottom: 1.5em;
    box-sizing: border-box;
}


/* 
section.block article.item,
.products .childItems article.item {
    width: 48%;
    float: left;
    clear: left;
    margin: 0;
    margin-bottom: 2em;
    background: none;
}

section.block article.item:nth-child(even),
.products .childItems .product:nth-child(even) {
    float: right;
    clear: none;
    width: 48%;
}

section.block article.item .details .image,
section.block article.item .details .images,
section.block article.item .details .googleMap,
.products .childItems article.item.image {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    border: none;
}

section.block article.item .attributes,
section.block article.item:first-child .noImage .attributes,
.products .childItems article.item.attributes {
    width: 100%;
    float: none;
}


section.block article.item:first-child {
    width: 100%;
    padding: 0;
    background: none;
    float: left;
}

section.block article.item:first-child .attributes {
    width: 45%;
    float: left;
}

section.block article.item:first-child .details .image {
    max-height: unset;
    float: left;
    width: 48%;
    margin-right: 2%;
} */

.products article.item:nth-child(even) .image {
    float: right;
    margin-right: 0;
    margin-left: 5%;
}

.products article.item .images .image {
    margin: 0;
}


/*.products article.item:nth-child(even) .attributes {*/


/*    float: right;*/


/*}*/

.products article.item .attributes .attribute .attValue {
    padding-right: 0;
}

.products article.item .attributes .attribute.price .priceDetails {
    font-size: 1em;
    padding-left: 1em;
}

#jumpTop {
    background: #595959;
}

article.item .attribute.price .attValue {
    padding: 0;
}

.attribute .attValue p {
    margin: revert;
}

article.item .attribute.price .attName {
    display: none;
}

article.item .attribute.price .attValue span.price {
    display: block;
}

#clientMenu div.userMenu {
    padding: 0;
    border-radius: 0;
}

article.item .buttons,
article.item .buttons .public,
article.item .buttons .public>* {
    text-align: center;
}

nav#nav #clientMenu a {
    background: #fff;
    color: rgb(23, 23, 23);
}

section.pageSplitSort {
display: none;
