/*----------------------------------------------------------------
------------------------------------------------------------------
--------------------------- MAIN + RESETS ------------------------
------------------------------------------------------------------
----------------------------------------------------------------*/
* { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

::-moz-selection { background: #927C55; color: white; text-shadow: none; }

::selection { background: #927C55; color: white; text-shadow: none; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 62.5%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -ms-overflow-style: -ms-autohiding-scrollbar; }

body { margin: 0; position: relative; font-family: "eb-garamond", serif; font-size: 1.5rem; font-weight: 400; line-height: 2.6rem; letter-spacing: 0; color: #303030; background: #ECE0D4; overflow-x: hidden; }
@media (max-width: 767px) { body { font-size: 1.4rem; line-height: 2.4rem; } }

.main-body { position: relative; background: #ECE0D4; }

a { color: #927C55; cursor: pointer; outline: 0 !important; transition: all .25s ease; }
a:hover, a:focus { text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

/* Embedded content */
img { border: 0; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

svg:not(:root) { overflow: hidden; }

/* Grouping content */
figure { margin: 15px 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; display: block; height: 1px; border: 0; border-top: 1px solid #927C55; margin: 0; padding: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 100%; }

/* Forms */
fieldset { border: 1px solid #927C55; margin: 0; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

optgroup { font-weight: normal; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; outline: 0; }

button { overflow: visible; background: none; border: 0; box-shadow: none !important; outline: none !important; transition: all .25s ease; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

/* HTML5 / MISC */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { background-color: #927C55; color: white; text-decoration: none; }

del { text-decoration: line-through; }

body.using-keyboard a, body.using-keyboard button, body.using-keyboard input, body.using-keyboard textarea, body.using-keyboard select, body.using-keyboard iframe, body.using-keyboard article { outline-offset: initial; }
body.using-keyboard a:focus, body.using-keyboard a:focus + .fake-input, body.using-keyboard button:focus, body.using-keyboard button:focus + .fake-input, body.using-keyboard input:focus, body.using-keyboard input:focus + .fake-input, body.using-keyboard textarea:focus, body.using-keyboard textarea:focus + .fake-input, body.using-keyboard select:focus, body.using-keyboard select:focus + .fake-input, body.using-keyboard iframe:focus, body.using-keyboard iframe:focus + .fake-input, body.using-keyboard article:focus, body.using-keyboard article:focus + .fake-input { outline: 3px solid #9ac9fa !important; }
body.using-keyboard input[type="checkbox"]:focus + label:before, body.using-keyboard input[type="radio"]:focus + label:before { border: 2px solid #9ac9fa !important; }

.skip-to-content { display: inline-block; position: absolute; z-index: -1; padding: 10px 15px; background: #927C55; color: white; line-height: 1; font-weight: bold; top: 10px; left: 10px; }
.skip-to-content:focus { z-index: 200; }

.visuallyhidden { border: 0; padding: 0; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden; position: absolute; }

.stop-scrolling { overflow: hidden; }

.no-cursor { pointer-events: none; }

.no-anim, .no-anim * { transition: none !important; }

.no-anim-single { transition: none !important; }

.flex-list { display: flex; flex-wrap: wrap; }

.flex { display: flex; }

.flex-inline { display: -webkit-inline-box; display: inline-flex; }

.flex-direction-column { flex-direction: column; }

@media (min-width: 992px) and (max-width: 1199px) { .flex-direction-column-md { flex-direction: column; } }

@media (min-width: 768px) and (max-width: 991px) { .flex-direction-column-sm { flex-direction: column; } }

@media (max-width: 767px) { .flex-direction-column-xs { flex-direction: column; } }

.flex-align-center { align-items: center; }

.flex-align-start { align-items: flex-start; }

@media (max-width: 767px) { .flex-align-start-xs { align-items: flex-start !important; } }

.flex-align-end { align-items: flex-end; }

.flex-align-stretch { align-items: stretch; }

.flex-align-self-start { align-self: flex-start; }

.flex-align-self-end { align-self: flex-end; }

.flex-align-self-center { align-self: center; }

.flex-justify-center { justify-content: center; }

.flex-justify-start { justify-content: flex-start; }

.flex-justify-end { justify-content: flex-end; }

.flex-space-between { justify-content: space-between; }

.flex-nowrap { flex-wrap: nowrap; }

.flex-grow-shrink { flex: 1; }

@media (min-width: 768px) and (max-width: 991px) { .flex-wrap-tablet { flex-wrap: wrap; } }

@media (max-width: 767px) { .flex-wrap-mob { flex-wrap: wrap; } }

.p-relative { position: relative; }

.p-absolute { position: absolute; }

.ml-auto { margin-left: auto; }

.mr-auto { margin-right: auto; }

.mt-auto { margin-top: auto; }

.mb-auto { margin-bottom: auto; }

.w-100 { width: 100%; }

.h-100 { height: 100%; }

.o-hidden { overflow: hidden; }

.nopadding { padding: 0; }

.list-reset { margin: 0; padding: 0; list-style: none; }

.bg-white { background: #fff; }

.bg-primary { color: inherit; background: #927C55; }

.bg-secondary { background: #910B26; }

.bg-grey { background: #242424; }

.bg-fallback { background: #927C55; }

.text-white { color: white !important; }
.text-white h1, .text-white .h1, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white h5, .text-white .h5, .text-white h6, .text-white .h6 { color: white !important; }
.text-white .subtitle { color: white !important; }
.text-white .text-button { color: white; }
.text-white .text-button .fa-icon * { fill: white; }

.text-black { color: #303030; }

@media (max-width: 991px) { .text-center-tab-sm-xs { text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) { .text-center-sm { text-align: center; } }

@media (max-width: 767px) { .text-center-xs { text-align: center; } }

@media (max-width: 767px) { .mobile-hide { display: none; } }

.img { width: 100%; height: 100%; object-fit: cover; display: block; }

.image-absolute { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.gradient-overlay:after { content: ''; z-index: 2; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(to top, #242424 0%, rgba(36, 36, 36, 0) 60%); transition: all .25s ease; }

.tint-overlay:after { content: ''; z-index: 2; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #242424; }

.text-links a:not(.text-button):not(.button) { color: #303030; border-bottom: 1px solid #303030; }
body.nonTouchDevice .text-links a:not(.text-button):not(.button):hover { border-color: transparent; }

/* SLIDERS */
.slider .slide { position: relative; overflow: hidden; display: none; }
.slider .slide:first-child { display: block !important; }
.slider .slide .img { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.slick-slider .slide { display: block; }
.slick-slider .slick-dots { margin: 0; padding: 0; list-style: none; position: absolute; left: 50%; bottom: 30px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media (max-width: 767px) { .slick-slider .slick-dots { bottom: 20px; } }
.slick-slider .slick-dots li { float: left; margin: 0 5px; }
.slick-slider .slick-dots button { padding: 0; text-indent: -9999px; position: relative; width: 14px; height: 14px; border: 2px solid white; border-radius: 50%; background: transparent; }
.slick-slider .slick-dots .slick-active button { background: white; }

.arrow-wrap { display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; bottom: 40px; -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%); z-index: 50; margin: -5px; }
.arrow-wrap .slick-arrow { z-index: 1; width: 45px; height: 45px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #927C55; margin: 5px; }
.arrow-wrap .slick-arrow svg { position: relative; width: 12px; height: auto; fill: white; }
.arrow-wrap .slick-arrow.slick-prev svg { left: -1px; }
.arrow-wrap .slick-arrow.slick-next svg { right: -1px; }
.arrow-wrap .slick-arrow.slick-disabled { pointer-events: none; opacity: .5; }
body.nonTouchDevice .arrow-wrap .slick-arrow:hover { background: #726142; }

.ajax-loader { transition: opacity 0.3s ease; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #ECE0D4; z-index: 40; opacity: .9; visibility: visible; }
.ajax-loader.disabled { z-index: -1; opacity: 0; visibility: hidden; }

.ajax-results { position: relative; }

/* amending the default bootstrap 15px gutters */
.container, .container-fluid { padding-left: 80px; padding-right: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .container, .container-fluid { padding-left: 40px; padding-right: 40px; } }
@media (max-width: 767px) { .container, .container-fluid { padding-left: 20px; padding-right: 20px; } }

.container-fluid { max-width: calc(1280px + 160px); }
.container-fluid--no-max { max-width: none; }
.container-fluid--med { max-width: calc(1120px + 160px); }
.container-fluid--sml { max-width: calc(960px + 160px); }
.container-fluid--xsml { max-width: calc(800px + 160px); }

.row { margin-left: -80px; margin-right: -80px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 80px; padding-right: 80px; }

/* Add any custom fonts here */
@font-face { font-family: "eb-garamond"; src: url("https://use.typekit.net/af/13404c/00000000000000007735a171/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/13404c/00000000000000007735a171/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/13404c/00000000000000007735a171/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); font-display: auto; font-style: normal; font-weight: 400; font-stretch: normal; }
@font-face { font-family: "eb-garamond"; src: url("https://use.typekit.net/af/7b9654/00000000000000007735a174/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/7b9654/00000000000000007735a174/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/7b9654/00000000000000007735a174/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype"); font-display: auto; font-style: italic; font-weight: 400; font-stretch: normal; }
@font-face { font-family: "eb-garamond"; src: url("https://use.typekit.net/af/ef9200/00000000000000007735a17b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/ef9200/00000000000000007735a17b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/ef9200/00000000000000007735a17b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-display: auto; font-style: normal; font-weight: 700; font-stretch: normal; }
@font-face { font-family: "eb-garamond"; src: url("https://use.typekit.net/af/495fbd/00000000000000007735a17c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/495fbd/00000000000000007735a17c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/495fbd/00000000000000007735a17c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype"); font-display: auto; font-style: italic; font-weight: 700; font-stretch: normal; }
.drawer { z-index: 200; position: fixed; left: 0; top: 0; bottom: 0; width: 400px; overflow-x: hidden; overflow-y: auto; visibility: hidden; -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1); background: #910B26; padding: 0 40px; }
@media (max-width: 767px) { .drawer { padding: 0 20px; width: 100vw; } }
.drawer::-webkit-scrollbar { width: 8px; }
.drawer::-webkit-scrollbar-track { background: #ECE0D4; }
.drawer::-webkit-scrollbar-thumb { background: #927C55; }
.drawer::-webkit-scrollbar-thumb:hover { background: #927C55; }
body.show-mob-menu .drawer { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
body.raise-mob-overlay .drawer { visibility: visible; z-index: 800; pointer-events: auto; }
.drawer .main-nav { padding-top: 150px; }
.drawer .main-nav > ul > li { position: relative; }
.drawer .main-nav > ul > li > a { position: relative; display: flex; align-items: center; font-size: 2.4rem; text-transform: uppercase; letter-spacing: 0.1em; line-height: 3.4rem; padding: 4px 0; color: white; transition: none; }
@media (max-width: 767px) { .drawer .main-nav > ul > li > a { padding: 9px 0; } }
.drawer .main-nav > ul > li > a .hover-arrow { position: absolute; left: -40px; opacity: 0; transition: all .25s ease; }
.drawer .main-nav > ul > li > a .hover-arrow .fa-icon { height: .8rem; }
.drawer .main-nav > ul > li > a span:not(.hover-arrow) { -webkit-transform: translateX(0); transform: translateX(0); transition: all .25s ease; }
body.nonTouchDevice .drawer .main-nav > ul > li > a:hover { color: #927C55; }
body.nonTouchDevice .drawer .main-nav > ul > li > a:hover .hover-arrow { left: 0; opacity: 1; }
body.nonTouchDevice .drawer .main-nav > ul > li > a:hover .hover-arrow + span { -webkit-transform: translateX(45px); transform: translateX(45px); color: #927C55; }
.drawer .main-nav > ul > li > .arrow-icon { z-index: 2; cursor: pointer; position: absolute; top: 6px; right: 0; width: 35px; height: 35px; display: none; border: 1px solid white; transition: all .2s ease; }
.drawer .main-nav > ul > li > .arrow-icon .fa-icon { height: 2.5rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .2s ease; }
.drawer .main-nav > ul > li > .arrow-icon .fa-icon[data-icon="minus"] { opacity: 0; }
body.nonTouchDevice .drawer .main-nav > ul > li > .arrow-icon:hover { border-color: #927C55; }
body.nonTouchDevice .drawer .main-nav > ul > li > .arrow-icon:hover .fa-icon * { fill: #927C55; }
.drawer .main-nav > ul > li ul { display: none; }
.drawer .main-nav > ul > li ul li a { display: block; padding: 10px 0; font-size: 1.8rem; color: white; }
@media (max-width: 767px) { .drawer .main-nav > ul > li ul li a { padding: 15px 0; } }
.drawer .main-nav > ul > li ul li a > .hover-arrow { display: none; }
body.nonTouchDevice .drawer .main-nav > ul > li ul li a:hover { color: #927C55; }
.drawer .main-nav > ul > li ul li .arrow-icon { display: none; }
.drawer .main-nav > ul > li.menu-item-has-children > a:not(.arrow-icon) { padding-right: 40px; }
.drawer .main-nav > ul > li.menu-item-has-children > .arrow-icon { display: block; }
.drawer .main-nav > ul > li.active > .arrow-icon .fa-icon[data-icon="plus"] { opacity: 0; }
.drawer .main-nav > ul > li.active > .arrow-icon .fa-icon[data-icon="minus"] { opacity: 1; }
.drawer .social-links { margin-top: auto; padding-top: 60px; padding-bottom: 40px; }
@media (max-width: 767px) { .drawer .social-links { padding-top: 40px; padding-bottom: 100px; } }
@media (max-width: 991px) { .drawer .social-links .social-media { margin: -10px 0; } }
.drawer .social-links li a { font-size: 1.5rem; color: white; }
@media (max-width: 991px) { .drawer .social-links li a { padding: 10px 0; } }
@media (max-width: 767px) { .drawer .social-links li a { font-size: 1.4rem; } }
body.nonTouchDevice .drawer .social-links li a:hover { color: #927C55; }
.drawer .nav-link { opacity: 0; -webkit-transform: translate(0, 10px); transform: translate(0, 10px); transition: all .45s ease; }
body.raise-mob-overlay .drawer .nav-link { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
body.raise-mob-overlay .drawer .nav-link.nav-link-1 { -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; -ms-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-2 { -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; -ms-transition-delay: 0.7s; -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-3 { -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -ms-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-4 { -moz-transition-delay: 0.9s; -o-transition-delay: 0.9s; -ms-transition-delay: 0.9s; -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-5 { -moz-transition-delay: 1s; -o-transition-delay: 1s; -ms-transition-delay: 1s; -webkit-transition-delay: 1s; transition-delay: 1s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-6 { -moz-transition-delay: 1.1s; -o-transition-delay: 1.1s; -ms-transition-delay: 1.1s; -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-7 { -moz-transition-delay: 1.2s; -o-transition-delay: 1.2s; -ms-transition-delay: 1.2s; -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-8 { -moz-transition-delay: 1.3s; -o-transition-delay: 1.3s; -ms-transition-delay: 1.3s; -webkit-transition-delay: 1.3s; transition-delay: 1.3s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-9 { -moz-transition-delay: 1.4s; -o-transition-delay: 1.4s; -ms-transition-delay: 1.4s; -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-10 { -moz-transition-delay: 1.5s; -o-transition-delay: 1.5s; -ms-transition-delay: 1.5s; -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-11 { -moz-transition-delay: 1.6s; -o-transition-delay: 1.6s; -ms-transition-delay: 1.6s; -webkit-transition-delay: 1.6s; transition-delay: 1.6s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-12 { -moz-transition-delay: 1.7s; -o-transition-delay: 1.7s; -ms-transition-delay: 1.7s; -webkit-transition-delay: 1.7s; transition-delay: 1.7s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-13 { -moz-transition-delay: 1.8s; -o-transition-delay: 1.8s; -ms-transition-delay: 1.8s; -webkit-transition-delay: 1.8s; transition-delay: 1.8s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-14 { -moz-transition-delay: 1.9s; -o-transition-delay: 1.9s; -ms-transition-delay: 1.9s; -webkit-transition-delay: 1.9s; transition-delay: 1.9s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-15 { -moz-transition-delay: 2s; -o-transition-delay: 2s; -ms-transition-delay: 2s; -webkit-transition-delay: 2s; transition-delay: 2s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-16 { -moz-transition-delay: 2.1s; -o-transition-delay: 2.1s; -ms-transition-delay: 2.1s; -webkit-transition-delay: 2.1s; transition-delay: 2.1s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-17 { -moz-transition-delay: 2.2s; -o-transition-delay: 2.2s; -ms-transition-delay: 2.2s; -webkit-transition-delay: 2.2s; transition-delay: 2.2s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-18 { -moz-transition-delay: 2.3s; -o-transition-delay: 2.3s; -ms-transition-delay: 2.3s; -webkit-transition-delay: 2.3s; transition-delay: 2.3s; }
body.raise-mob-overlay .drawer .nav-link.nav-link-19 { -moz-transition-delay: 2.4s; -o-transition-delay: 2.4s; -ms-transition-delay: 2.4s; -webkit-transition-delay: 2.4s; transition-delay: 2.4s; }

.close-mob-menu-btn { position: absolute; top: 40px; left: 40px; }
@media (max-width: 767px) { .close-mob-menu-btn { left: 20px; } }
.close-mob-menu-btn span { color: #927C55; font-style: italic; font-size: 1.8rem; }
body.nonTouchDevice .close-mob-menu-btn:hover { opacity: .5; }

footer { position: relative; }
footer .container-fluid { max-width: none; padding-left: calc(80px / 2); padding-right: calc(80px / 2); }
@media (max-width: 767px) { footer .container-fluid { padding-left: 20px; padding-right: 20px; } }
footer .footer-newsletter { max-width: 300px; }
@media (min-width: 768px) and (max-width: 991px) { footer .footer-newsletter { max-width: none; width: 100%; margin-bottom: 20px !important; } }
@media (max-width: 767px) { footer .footer-newsletter { padding-top: 20px; padding-bottom: 20px; } }
footer .footer-newsletter .newsletter-title { margin-top: 6px; margin-bottom: 20px; }
footer .footer-newsletter .newsletter-title h1, footer .footer-newsletter .newsletter-title .h1, footer .footer-newsletter .newsletter-title h2, footer .footer-newsletter .newsletter-title .h2, footer .footer-newsletter .newsletter-title h3, footer .footer-newsletter .newsletter-title .h3, footer .footer-newsletter .newsletter-title h4, footer .footer-newsletter .newsletter-title .h4, footer .footer-newsletter .newsletter-title h5, footer .footer-newsletter .newsletter-title .h5, footer .footer-newsletter .newsletter-title h6, footer .footer-newsletter .newsletter-title .h6 { margin-bottom: 10px; }
footer .footer-newsletter .newsletter-title h1 + *, footer .footer-newsletter .newsletter-title .h1 + *, footer .footer-newsletter .newsletter-title h2 + *, footer .footer-newsletter .newsletter-title .h2 + *, footer .footer-newsletter .newsletter-title h3 + *, footer .footer-newsletter .newsletter-title .h3 + *, footer .footer-newsletter .newsletter-title h4 + *, footer .footer-newsletter .newsletter-title .h4 + *, footer .footer-newsletter .newsletter-title h5 + *, footer .footer-newsletter .newsletter-title .h5 + *, footer .footer-newsletter .newsletter-title h6 + *, footer .footer-newsletter .newsletter-title .h6 + * { margin-top: 10px; }
@media (max-width: 991px) { footer .footer-newsletter #sr-subscription-root { margin-bottom: 5px; } }
footer .footer-newsletter #sr-subscription-root > button { background: transparent !important; border-radius: 0 !important; border: 0 !important; height: auto !important; padding: 0 !important; margin: 0 !important; }
footer .footer-newsletter #sr-subscription-root > button > div { padding: 0 !important; }
footer .footer-newsletter #sr-subscription-root > button > div > div { margin: 0 !important; }
footer .footer-newsletter #sr-subscription-root > button > div > div i { display: none !important; }
footer .footer-newsletter #sr-subscription-root > button > div > div span { display: block !important; padding: 10px 20px !important; color: white !important; background: #927C55 !important; font-size: 1.8rem !important; font-family: "eb-garamond", serif !important; font-weight: 400 !important; font-style: italic !important; text-transform: none !important; border: 1px solid #927C55 !important; border-radius: 2px !important; line-height: 2.4rem !important; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
@media (max-width: 767px) { footer .footer-newsletter #sr-subscription-root > button > div > div span { padding: 12px 20px !important; font-size: 1.6rem !important; line-height: 2.4rem !important; } }
body.nonTouchDevice footer .footer-newsletter #sr-subscription-root > button > div > div span:hover { color: white !important; background: #726142 !important; }
footer .main-footer { position: relative; background: #242424; color: white; }
footer .main-footer ul { margin: 0; padding: 0; list-style: none; }
footer .main-footer h2 { color: white; margin-bottom: 20px; }
footer .main-footer a { color: white; }
body.nonTouchDevice footer .main-footer a:hover { color: #927C55; }
footer .main-footer p { margin: 0 0 15px; }
footer .main-footer .footer-top { padding: calc(80px / 2) 0; }
@media (max-width: 767px) { footer .main-footer .footer-top { padding-top: 0; padding-bottom: 30px; } }
footer .main-footer .footer-top .footer-nav { margin: 0 -40px; text-align: right; }
@media (min-width: 992px) and (max-width: 1199px) { footer .main-footer .footer-top .footer-nav { margin: 0 -20px; } }
@media (min-width: 768px) and (max-width: 991px) { footer .main-footer .footer-top .footer-nav { width: 85%; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-end; } }
@media (max-width: 767px) { footer .main-footer .footer-top .footer-nav { text-align: left; margin: 0; width: 100%; } }
footer .main-footer .footer-top .footer-nav > * { margin: 0 40px; }
@media (min-width: 992px) and (max-width: 1199px) { footer .main-footer .footer-top .footer-nav > * { margin: 0 20px; } }
@media (max-width: 767px) { footer .main-footer .footer-top .footer-nav > * { margin: 0; width: 100%; } }
footer .main-footer .footer-top .footer-nav a { display: block; padding: 8px 0; }
@media (max-width: 767px) { footer .main-footer .footer-top .footer-nav a { padding: 11px 0; } }
@media (max-width: 767px) { footer .main-footer .footer-top .social-icons { padding-top: 40px; } }
@media (min-width: 768px) { footer .main-footer .footer-top .accordion.accordion-one .accordion-content .accordion-content-inner { margin: 0 -40px; } }
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) { footer .main-footer .footer-top .accordion.accordion-one .accordion-content .accordion-content-inner { margin: 0 -20px; } }
@media (min-width: 768px) { footer .main-footer .footer-top .accordion.accordion-one .accordion-content .accordion-content-inner > * { margin: 0 40px; } }
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) { footer .main-footer .footer-top .accordion.accordion-one .accordion-content .accordion-content-inner > * { margin: 0 20px; } }
@media (min-width: 768px) { footer .main-footer .footer-top .accordion .accordion-group .accordion-content { height: auto !important; } }
@media (max-width: 767px) { footer .main-footer .footer-top .accordion { margin: 0 -20px; width: calc(100% + (20px * 2)); }
  footer .main-footer .footer-top .accordion.accordion-one .accordion-group { border-top: 1px solid #444; }
  footer .main-footer .footer-top .accordion.accordion-one .accordion-content .accordion-content-inner { margin: 0 -20px; }
  footer .main-footer .footer-top .accordion.accordion-one .accordion-content .accordion-content-inner > * { margin: 0 20px; }
  footer .main-footer .footer-top .accordion .accordion-group { position: relative; border-bottom: 1px solid #444; }
  footer .main-footer .footer-top .accordion .accordion-group .accordion-btn { position: relative; width: 100%; color: white; font-style: italic; font-size: 1.6rem; padding: 20px 20px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  footer .main-footer .footer-top .accordion .accordion-group .accordion-btn span:not(.icon) { padding-right: 60px; }
  footer .main-footer .footer-top .accordion .accordion-group .accordion-btn .icon { position: absolute; top: 0; bottom: 0; right: 10px; width: 40px; }
  footer .main-footer .footer-top .accordion .accordion-group .accordion-btn .icon .fa-icon { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1.3rem; flex-shrink: 0; transition: all .2s ease; }
  footer .main-footer .footer-top .accordion .accordion-group .accordion-btn .icon .fa-icon.minus { opacity: 0; }
  footer .main-footer .footer-top .accordion .accordion-group .accordion-content { height: 0; overflow: hidden; transition: all .3s ease; }
  footer .main-footer .footer-top .accordion .accordion-group .accordion-content .accordion-content-inner { padding: 0 20px 40px; }
  footer .main-footer .footer-top .accordion .accordion-group.active .accordion-btn .fa-icon.plus { opacity: 0; }
  footer .main-footer .footer-top .accordion .accordion-group.active .accordion-btn .fa-icon.minus { opacity: 1; }
  footer .main-footer .footer-top .accordion .accordion-group.active .accordion-content { height: auto; } }
footer .main-footer .footer-middle { padding-top: calc(80px / 2); padding-bottom: 17px; color: white; }
@media (max-width: 767px) { footer .main-footer .footer-middle { padding-top: 30px; } }
footer .main-footer .footer-middle .footer-address p { font-size: 1.2rem; margin: 0; }
footer .main-footer .footer-middle .footer-address .company-registered-number p + p { margin-left: 5px; }
footer .main-footer .footer-bottom { padding-top: 17px; padding-bottom: 80px; }
footer .main-footer .footer-bottom nav li a { padding: 0 10px; }
footer .main-footer .footer-bottom nav + span { margin-left: 10px; }
footer .main-footer .footer-bottom, footer .main-footer .footer-bottom a { color: white; font-size: 1.2rem; }

@media (max-width: 767px) { .header .mobile-sticky-button { position: fixed; bottom: 0; left: 0; right: 0; z-index: 100; }
  .header .mobile-sticky-button .button { width: 100%; margin-top: 0; padding: 15px 20px; } }
.header .container-fluid { z-index: 3; position: absolute; top: 0; left: 0; right: 0; max-width: none; padding-top: 20px; padding-bottom: 20px; padding-left: calc(80px / 2); padding-right: calc(80px / 2); background: transparent; font-size: 1.8rem; color: white; }
@media (max-width: 767px) { .header .container-fluid { padding-left: 20px; padding-right: 20px; } }
.header .left, .header .center, .header .right { flex: 1; }
.header .left, .header .right { margin-top: 20px; }
.header .left a, .header .right a { color: white; font-style: italic; }
body.nonTouchDevice .header .left a:hover, body.nonTouchDevice .header .right a:hover { opacity: .5; }
.header .right a + a { margin-left: 30px; }
.header .right .cart { display: flex; }
.header .right .cart .count { display: flex; align-items: center; justify-content: center; font-size: 1.2rem; height: 20px; margin-left: 3px; }
body.nonTouchDevice .header .right .cart:hover span { bottom: 5px; }
.header .mob-menu-btn { display: block; z-index: 4; }
.header .mob-menu-btn + .secondary-nav { margin-left: 30px; }
.header .secondary-nav > ul { display: flex; }
.header .secondary-nav li + li { margin-left: 30px; }
.header .logo { z-index: 4; position: relative; }
.header .logo img { display: block; height: auto; }
@media (max-width: 767px) { .header .logo img { width: 112px; } }
.header .logo.logo-sticky { display: none; }
.header ul { margin: 0; padding: 0; list-style: none; }
.header.sticky-fixed > .container-fluid { position: fixed; z-index: 150; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); align-items: center; padding-top: 10px; padding-bottom: 10px; }
.header.sticky-fixed > .container-fluid .logo-top { display: none; }
.header.sticky-fixed > .container-fluid .logo-sticky { display: flex; }
.header.sticky-fixed > .container-fluid .logo-sticky img { width: 28px; height: 24px; }
.header.sticky-fixed > .container-fluid .left, .header.sticky-fixed > .container-fluid .right { margin-top: 0; }
.header.sticky-ready > .container-fluid { transition: transform .35s ease; background: #927C55; }
.header.sticky > .container-fluid { -webkit-transform: translate(0, -1px); transform: translate(0, -1px); }

.multi-banner { z-index: 0; position: relative; overflow: hidden; }
.multi-banner .gradient-overlay:after, .multi-banner .tint-overlay:after { opacity: var(--tintopacity); }
.multi-banner .slide { position: relative; background: #303030; }
.multi-banner .slide .image-absolute { position: fixed; }
body.sticky .multi-banner .slide .image-absolute { position: absolute; }
.multi-banner--fullscreen .text { z-index: 3; position: absolute; bottom: 0; left: 0; right: 0; padding: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .multi-banner--fullscreen .text { padding-left: 40px; padding-right: 40px; } }
@media (max-width: 767px) { .multi-banner--fullscreen .text { padding: 60px 20px 100px; } }
@media (min-width: 1200px) { .multi-banner--fullscreen .text .text-inner { max-width: 60%; } }
@media (min-width: 992px) and (max-width: 1199px) { .multi-banner--fullscreen .text .text-inner { max-width: 80%; } }
.multi-banner--fullscreen .extra-content { position: relative; padding: 80px 80px 140px; max-width: 44%; margin-left: auto; }
@media (min-width: 768px) and (max-width: 991px) { .multi-banner--fullscreen .extra-content { padding-left: 40px; padding-right: 40px; } }
@media (max-width: 991px) { .multi-banner--fullscreen .extra-content { max-width: none; margin-left: 0; } }
@media (max-width: 767px) { .multi-banner--fullscreen .extra-content { padding: 60px 20px 100px; } }
.multi-banner--short .slide .text { z-index: 3; position: relative; min-height: 500px; padding: 40px; }
@media (min-width: 768px) and (max-width: 1199px) { .multi-banner--short .slide .text { padding-left: 40px; padding-right: 40px; } }
@media (max-width: 767px) { .multi-banner--short .slide .text { min-height: 400px; padding: 40px 20px; } }
@media (min-width: 1200px) { .multi-banner--short .slide .text .text-inner { max-width: 70%; } }
.multi-banner .scroll-down-link { z-index: 4; position: absolute; bottom: 60px; right: 60px; width: 60px; height: 60px; font-size: 25px; color: #927C55; border: 2px solid #927C55; border-radius: 50%; }
@media (max-width: 767px) { .multi-banner .scroll-down-link { right: 25px; bottom: 25px; width: 40px; height: 40px; font-size: 20px; } }

.newsletter-drawer { z-index: 200; position: fixed; top: 0; right: 0; bottom: 0; width: 600px; overflow: auto; visibility: hidden; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1); background: #242424; }
@media (max-width: 991px) { .newsletter-drawer { width: 100vw; } }
body.show-newsletter .newsletter-drawer { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
body.raise-newsletter-overlay .newsletter-drawer { visibility: visible; z-index: 800; pointer-events: auto; }
.newsletter-drawer .newsletter-wrap { max-height: 100vh; }
.newsletter-drawer .newsletter-wrap .newsletter-inner { padding: 80px; }
@media (max-width: 767px) { .newsletter-drawer .newsletter-wrap .newsletter-inner { padding: 80px 40px; } }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-title { margin-bottom: 40px; }
@media (max-width: 767px) { .newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-title { margin-bottom: 30px; } }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form { position: relative; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .form-group { margin: 0 0 30px; width: 100%; }
@media (min-width: 992px) { .newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .form-group.half-input { width: calc(50% - 10px); } }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .button-wrap { flex: 1; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .button { margin-top: 0; }
@media (max-width: 767px) { .newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-form .button { width: 100%; } }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-widget-sending .button { pointer-events: none; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-widget-sending .button span { opacity: 0; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .newsletter-widget-sending .button .spinner { opacity: 1; }
.newsletter-drawer .newsletter-wrap .newsletter-inner .success-message { top: 40px; -webkit-transform: none; transform: none; padding: 0; text-align: left; }
.newsletter-drawer .close-newsletter-btn { position: absolute; overflow: hidden; top: 40px; right: 40px; }
@media (max-width: 767px) { .newsletter-drawer .close-newsletter-btn { top: 20px; right: 20px; } }
.newsletter-drawer .close-newsletter-btn .fa-icon { height: 2.5rem; }
@media (max-width: 767px) { .newsletter-drawer .close-newsletter-btn .fa-icon { height: 2rem; } }

.newsletter-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.85); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .4s ease; transition-delay: .3s; }
body.show-newsletter .newsletter-overlay { opacity: 1; transition-delay: 0s; }
body.raise-newsletter-overlay .newsletter-overlay { z-index: 799; visibility: visible; }

@keyframes noise { 0% { background-position: 0 0; }
  10% { background-position: -5% -10%; }
  20% { background-position: -15% 5%; }
  30% { background-position: 7% -25%; }
  40% { background-position: 20% 25%; }
  50% { background-position: -25% 10%; }
  60% { background-position: 15% 5%; }
  70% { background-position: 0% 15%; }
  80% { background-position: 25% 35%; }
  90% { background-position: -10% 10%; }
  100% { background-position: 0 0; } }
.main-body { background-image: url("../img/background-noise.png"); animation: 0.2s infinite noise; }

.img-zoom .image { overflow: hidden; background: black; }
.img-zoom .image .img { transition: all 1s ease; -webkit-transform: scale(1); transform: scale(1); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
body.nonTouchDevice .img-zoom:hover .image .img { opacity: .85; -webkit-transform: scale(1.1); transform: scale(1.1); }

.link-zoom-img .image, .link-zoom-img .video-mask { transition: all .65s ease; }
body.nonTouchDevice .link-zoom-img.hover .image, body.nonTouchDevice .link-zoom-img.hover .video-mask { -webkit-transform: scale(1.15); transform: scale(1.15); }

.breadcrumb-wrap { z-index: 3; position: absolute; bottom: 25px; right: 80px; left: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .breadcrumb-wrap { left: 40px; right: 40px; } }
@media (max-width: 767px) { .breadcrumb-wrap { left: 20px; right: 20px; } }
body.wb-404-2 .breadcrumb-wrap { display: none; }
.breadcrumb-wrap .breadcrumbs { margin: 0; padding: 0; list-style: none; display: flex; }
.breadcrumb-wrap .breadcrumbs li { font-weight: 700; color: white; }
.breadcrumb-wrap .breadcrumbs li:not(:last-child):after { content: '/'; margin: 0 5px; font-weight: 400; }
.breadcrumb-wrap .breadcrumbs li a { font-weight: 400; color: white; border-bottom: 1px solid transparent; }
body.nonTouchDevice .breadcrumb-wrap .breadcrumbs li a:hover { border-color: inherit; }

.button { cursor: pointer; position: relative; margin-top: 35px; padding: 10px 20px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.8rem; font-style: italic; border: 1px solid #927C55; border-radius: 2px; color: white; background: #927C55; transition: all .25s ease; }
@media (max-width: 767px) { .button { margin-top: 25px; padding: 12px 20px; font-size: 1.6rem; } }
.button .fa-icon { fill: white; margin-left: 10px; }
.button .fa-icon.play { height: 1.2rem; }
body.nonTouchDevice .button:hover { color: white; background: #726142; }
body.nonTouchDevice .button:hover .fa-icon { fill: #927C55; }
.button-light { color: #927C55; background: white; border-color: white; }
.button-light .fa-icon { fill: #927C55; }
body.nonTouchDevice .button-light:hover { color: white; background: #927C55; border-color: #927C55; }
body.nonTouchDevice .button-light:hover .fa-icon { fill: white; }

.text-button { font-size: 1.8rem; font-style: italic; margin-top: 15px; }
@media (max-width: 767px) { .text-button { margin-top: 20px; font-size: 1.6rem; } }
.text-button .icon { position: relative; top: -2px; }
.text-button .fa-icon { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: .8rem; margin-top: 2px; margin-left: 10px; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
.text-button .fa-icon * { fill: #927C55; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
.text-button .fa-icon.arrow { opacity: 1; -moz-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.text-button .fa-icon.hover { opacity: 0; -webkit-transform: translateY(-50%) scaleX(0.84); transform: translateY(-50%) scaleX(0.84); transform-origin: left center; -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.text-button .fa-icon.play { height: 1.2rem; }
body.nonTouchDevice .text-button:hover .fa-icon * { fill: #927C55 !important; }
body.nonTouchDevice .text-button:hover .fa-icon.arrow { opacity: 0; }
body.nonTouchDevice .text-button:hover .fa-icon.hover { opacity: 1; -webkit-transform: translateY(-50%) scaleX(1); transform: translateY(-50%) scaleX(1); }

#moove_gdpr_cookie_info_bar { z-index: 199 !important; border: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; width: auto !important; background: #242424 !important; opacity: 0; max-height: none !important; transition: opacity .35s ease !important; }
body.gdpr-infobar-visible #moove_gdpr_cookie_info_bar { opacity: 1; }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { display: block !important; padding: 40px !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { padding: 30px 20px !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content { padding: 0 !important; align-items: flex-end !important; }
@media (max-width: 991px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content { flex-wrap: wrap !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice { padding-left: 0 !important; margin-bottom: 0 !important; max-width: none !important; width: 40%; }
@media (max-width: 991px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice { width: 100%; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h2, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h2, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h3, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h3, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h4, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h4, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h5, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h5, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h6, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h6 { margin-bottom: 20px !important; line-height: 1 !important; letter-spacing: 0.1em !important; font-family: "eb-garamond", serif !important; font-weight: 400 !important; font-size: 2.4rem !important; color: #927C55 !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h1, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h2, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h2, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h3, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h3, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h4, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h4, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h5, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h5, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice h6, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content > .moove-gdpr-cookie-notice .h6 { font-size: 2rem !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p a { color: white !important; letter-spacing: 0 !important; font-size: 1.5rem !important; line-height: 2.6rem !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container p a { font-size: 1.4rem !important; line-height: 2.4rem !important; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder { padding-left: 40px !important; margin-left: auto !important; }
@media (max-width: 991px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder { display: flex !important; width: 100% !important; padding-left: 0 !important; margin-left: 0 !important; margin-top: 30px !important; } }
@media (min-width: 768px) and (max-width: 991px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton { width: 33.33% !important; } }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton { width: 100%; } }
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton + .mgbutton { margin-left: 20px !important; }
@media (max-width: 767px) { #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .mgbutton + .mgbutton { margin-left: 0 !important; margin-top: 10px !important; } }

.gdpr_lightbox-loader { display: none !important; }

.gdpr_lightbox { background: none !important; }
.gdpr_lightbox .gdpr_lightbox-wrap { text-align: left !important; pointer-events: none; }
.gdpr_lightbox .gdpr_lightbox-wrap:before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin-right: 0 !important; opacity: 0; background: rgba(0, 0, 0, 0.8); transition: opacity .5s ease; }
body.show-cookie-modal .gdpr_lightbox .gdpr_lightbox-wrap:before { opacity: 1 !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content { height: 100vh; overflow: hidden; overflow-y: auto; transform: translate(-100%, 0) scale(1) !important; background: #242424 !important; transition: transform 0.75s cubic-bezier(0.83, 0, 0.17, 1); pointer-events: auto; scrollbar-width: thin; scrollbar-color: #927C55 #303030; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content::-webkit-scrollbar { width: 8px; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content::-webkit-scrollbar-track { background: #303030; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content::-webkit-scrollbar-thumb { background: #927C55; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content::-webkit-scrollbar-thumb:hover { background: #726142; }
body.show-cookie-modal .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content { transform: translate(0, 0) scale(1) !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal { display: table; height: 100% !important; min-height: 100% !important; max-height: none !important; width: 50vw !important; }
@media (min-width: 768px) and (max-width: 991px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal { width: 75vw !important; } }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal { width: 100vw !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-right-content, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-title, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .main-modal-content, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-footer-content { padding: 0 !important; background: none !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content { display: table-cell; vertical-align: middle; width: 100% !important; padding: 120px 60px !important; min-width: 0 !important; max-width: none !important; transform: none !important; background: none !important; }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content { padding: 100px 30px 160px !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-custom-close { z-index: 10; cursor: pointer; position: absolute; display: flex; align-items: center; justify-content: center; top: 50px; left: 60px; width: 20px; height: 20px; transition: all .25s ease; }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-custom-close { top: 40px; left: 30px; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-custom-close .custom-arrow-close:before, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-custom-close .custom-arrow-close:after { content: ""; position: absolute; width: 1px; height: 20px; top: 50%; transform-origin: top; background-color: #927C55; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-custom-close .custom-arrow-close:before { transform: rotate(45deg) translate(0, -50%); }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-custom-close .custom-arrow-close:after { transform: rotate(-45deg) translate(0, -50%); }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-custom-close:hover { opacity: .5; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close { display: none !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content { height: auto !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .main-modal-content { max-height: none !important; overflow: visible !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title { height: auto !important; margin-bottom: 30px !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title .tab-title { line-height: 1 !important; letter-spacing: 0.1em !important; font-family: "eb-garamond", serif !important; font-weight: 400 !important; font-size: 2.8rem !important; text-transform: uppercase !important; color: #927C55 !important; }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title .tab-title { font-size: 2rem !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .tab-title { margin-bottom: 0 !important; padding-right: 0 !important; line-height: 1 !important; letter-spacing: 0.1em !important; font-family: "eb-garamond", serif !important; font-weight: 400 !important; font-size: 2.4rem !important; text-transform: uppercase !important; color: #927C55 !important; }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .tab-title { font-size: 2rem !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content { overflow: visible !important; padding-right: 0 !important; padding-bottom: 30px !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a { color: white !important; letter-spacing: 0 !important; font-size: 1.5rem !important; line-height: 2.6rem !important; }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a { font-size: 1.4rem !important; line-height: 2.4rem !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover { text-decoration: none !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main + .moove-gdpr-tab-main { padding-top: 40px; border-top: 1px solid #927C55; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main + .moove-gdpr-tab-main .moove-gdpr-tab-main-content { padding-top: 30px; max-height: none !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar { position: relative !important; text-align: left !important; width: auto !important; padding: 0 !important; margin-top: 20px !important; margin-bottom: 10px !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .gdpr-cc-form-fieldset { display: flex; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .gdpr-cc-form-wrap { margin-bottom: 0 !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-switch, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar input { width: 50px !important; height: 28px !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider { box-shadow: none !important; background-color: white !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider:before { left: 4px !important; bottom: 3px !important; border: 0 !important; width: 22px !important; height: 22px !important; background-color: #d52229 !important; background-image: url("../img/x-light.svg") !important; background-position: center !important; background-repeat: no-repeat !important; background-size: 30% !important; transition: transform .25s ease !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider:after, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider .gdpr-sr-label { top: 0 !important; left: 70px !important; right: auto !important; line-height: 28px !important; font-weight: 700 !important; text-transform: uppercase !important; color: #d52229 !important; font-size: 1.5rem !important; }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider:after, .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider .gdpr-sr-label { font-size: 1.4rem !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider .gdpr-sr-disable { color: #d52229 !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar .cookie-slider .gdpr-sr-enable { color: #009a3b !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar input { display: block !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar input:checked + .cookie-slider:before { background-color: #009a3b !important; background-image: url("../img/check-light.svg") !important; background-size: 50% !important; }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar input:checked + .cookie-slider:before { transform: translateX(20px) !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar input:checked + .cookie-slider:after { color: #009a3b !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-status-bar.gdpr-checkbox-disabled { opacity: .5 !important; }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content { position: relative !important; height: auto !important; margin-top: 40px !important; }
@media (max-width: 767px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content { margin-top: 20px !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: none !important; }
@media (max-width: 1365px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton { width: 100%; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton + button.mgbutton { margin-left: 20px !important; }
@media (max-width: 1365px) { .gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton + button.mgbutton { margin-left: 0 !important; margin-top: 10px !important; } }
.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before { content: none !important; }
.gdpr_lightbox .moove-gdpr-branding-cnt, .gdpr_lightbox .moove-gdpr-company-logo-holder, .gdpr_lightbox .gdpr_lightbox-close { display: none !important; }

button.mgbutton { opacity: 1 !important; z-index: 2 !important; position: relative; overflow: hidden; margin: 0 !important; padding: 14px 20px 12px !important; font-size: 1.8rem !important; font-style: italic !important; border: 1px solid #927C55 !important; border-radius: 2px !important; color: white !important; background: #927C55 !important; }
@media (max-width: 767px) { button.mgbutton { padding: 16px 20px 14px !important; font-size: 1.6rem !important; } }
button.mgbutton:hover { color: white !important; background: #726142 !important; }

#ui-datepicker-div { background: #927C55; padding: 20px 30px; border: none; width: 100%; max-width: 300px; z-index: 99 !important; display: none; }
@media (max-width: 767px) { #ui-datepicker-div { max-width: 275px; } }
#ui-datepicker-div * { text-align: center; }
#ui-datepicker-div .ui-datepicker-header { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 5px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year { font-size: 2.4rem; color: white; width: 100%; text-align-last: center; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title { width: 100%; border-bottom: 1px solid white; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#ui-datepicker-div .ui-datepicker-header a { opacity: 1; cursor: pointer; background: none !important; }
#ui-datepicker-div .ui-datepicker-header a:before { content: ''; background-size: contain; width: 18px; height: 18px; display: block; filter: invert(1); }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev:before { background: url("../icons/regular/angle-left.svg") no-repeat; background-position: left center; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next { order: 3; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next:before { background: url("../icons/regular/angle-right.svg") no-repeat; background-position: right center; }
#ui-datepicker-div .ui-datepicker-header a span { display: none; }
#ui-datepicker-div .ui-datepicker-header select { padding: 0 15px 0 0 !important; height: 32px; background: transparent !important; color: white; font-family: "eb-garamond", serif; font-size: 1.5rem; border: 0; border-radius: 0; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAW0lEQVQImXWPwQmAMBRDn+KlB6+O4pSCWxTcoRM4hWdnECIRLUXaQPif5F3SSTqACbioawDOHkhAAMaG3SUk2avaWsx8oB0rrLOnL0F7KyD/ufOY/4T9vXNOgBsi5nUKn/r7/wAAAABJRU5ErkJggg==") !important; background-size: 10px auto !important; background-position: right center !important; background-repeat: no-repeat !important; -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: pointer; }
#ui-datepicker-div .ui-datepicker-header select option { color: black !important; }
#ui-datepicker-div table { width: 100%; margin: 0; font-size: 1.6rem; }
#ui-datepicker-div table * { color: white !important; }
#ui-datepicker-div table th { padding: 15px 0 10px; text-transform: uppercase; }
#ui-datepicker-div table td { background: none !important; }
#ui-datepicker-div table td span, #ui-datepicker-div table td a { line-height: 2; }
#ui-datepicker-div table td.ui-state-disabled span, #ui-datepicker-div table td.ui-state-disabled a { opacity: .5; }
#ui-datepicker-div table td a { position: relative; background: none !important; }
#ui-datepicker-div table td a:before { content: ''; position: absolute; left: 50%; top: 50%; z-index: -1; width: 30px; height: 30px; border-radius: 50%; opacity: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
#ui-datepicker-div table td a:hover:before { opacity: 1; background: #726142; }
#ui-datepicker-div table td a.ui-state-active { color: #927C55 !important; opacity: 1; }
#ui-datepicker-div table td a.ui-state-active:before { opacity: 1; background: white; }

.fancybox-is-open .fancybox-bg { opacity: 1; }

.fancybox-bg { background: rgba(0, 0, 0, 0.9); }

.fancybox-is-modal .fancybox-content { padding: 0; }
.fancybox-is-modal .fancybox-slide { padding: 40px !important; }
@media (max-width: 767px) { .fancybox-is-modal .fancybox-slide { padding: 20px !important; } }

.fancybox-slide { padding: 120px 13vw !important; }
@media (max-width: 991px) { .fancybox-slide { padding: 0 !important; } }

.fancybox-infobar { top: 60px; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); mix-blend-mode: normal; font-family: "eb-garamond", serif; font-size: 2.8rem; color: white; }

.fancybox-caption { bottom: 60px; padding: 0 !important; margin: 0 !important; background: none !important; color: white; font-size: 1.5rem; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); }

.fancybox-navigation .fancybox-button { height: 60px; width: 60px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0 !important; background: none; }
@media (max-width: 991px) { .fancybox-navigation .fancybox-button { display: none; } }
.fancybox-navigation .fancybox-button div { padding: 0; }
.fancybox-navigation .fancybox-button i { font-size: 50px; color: #927C55; }
.fancybox-navigation .fancybox-button--arrow_left { left: 5vw; }
.fancybox-navigation .fancybox-button--arrow_right { right: 5vw; }

.fancybox-button--close { top: 20px; right: 20px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: none; }
.fancybox-button--close i { font-size: 30px; color: #927C55; }

.form-group { position: relative; }
.form-group label { display: block; margin-bottom: 0; color: #927C55; line-height: 1; font-weight: 400; }
.form-group .field-wrap { position: relative; background: transparent; }
.form-group.border-input label { font-style: italic; }
.form-group.border-input .field-wrap { border: 1px solid #927C55; border-radius: 2px; padding: 13px 15px 0 !important; }
@media (max-width: 767px) { .form-group.border-input .field-wrap { padding: 13px 15px 0 !important; } }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .file-upload { outline: 0; width: 100%; border-radius: 0; filter: none !important; box-shadow: none !important; border: 0 !important; color: #303030; background: transparent; font-size: 1.5rem; font-weight: 400; height: 38px; padding: 0 !important; transition: border-color .3s ease; -webkit-appearance: none; }
@media (max-width: 767px) { input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, .select-wrap, .file-upload { height: 38px; padding: 0 !important; } }
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .select-wrap::-webkit-input-placeholder, .file-upload::-webkit-input-placeholder { color: rgba(48, 48, 48, 0.3); opacity: 1; }
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, .select-wrap:-moz-placeholder, .file-upload:-moz-placeholder { color: rgba(48, 48, 48, 0.3); opacity: 1; }
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, .select-wrap::-moz-placeholder, .file-upload::-moz-placeholder { color: rgba(48, 48, 48, 0.3); opacity: 1; }
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, .select-wrap:-ms-input-placeholder, .file-upload:-ms-input-placeholder { color: rgba(48, 48, 48, 0.3); opacity: 1; }
input[type="text"].edge-autofilled, input[type="text"].edge-autoSuggestFieldFilled, input[type="email"].edge-autofilled, input[type="email"].edge-autoSuggestFieldFilled, input[type="number"].edge-autofilled, input[type="number"].edge-autoSuggestFieldFilled, input[type="tel"].edge-autofilled, input[type="tel"].edge-autoSuggestFieldFilled, input[type="password"].edge-autofilled, input[type="password"].edge-autoSuggestFieldFilled, textarea.edge-autofilled, textarea.edge-autoSuggestFieldFilled, .select-wrap.edge-autofilled, .select-wrap.edge-autoSuggestFieldFilled, .file-upload.edge-autofilled, .file-upload.edge-autoSuggestFieldFilled { background: transparent !important; }
input[type="text"]::-ms-clear, input[type="email"]::-ms-clear, input[type="number"]::-ms-clear, input[type="tel"]::-ms-clear, input[type="password"]::-ms-clear, textarea::-ms-clear, .select-wrap::-ms-clear, .file-upload::-ms-clear { display: none !important; }

textarea { resize: none; display: block; overflow: auto; height: 200px; padding: 10px 0 !important; -webkit-appearance: none; }
@media (max-width: 767px) { textarea { height: 160px; padding: 10px 0 !important; } }

/* Restyle webkit autofill  */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: #303030; -webkit-box-shadow: 0 0 0px 1000px transparent inset; box-shadow: 0 0 0px 1000px transparent inset !important; transition: background-color 50000s ease-in-out 0s; }

.select-wrap, .date-picker-wrap { position: relative; padding: 0 !important; }
.select-wrap .fa-icon, .date-picker-wrap .fa-icon { z-index: 2; position: absolute; top: 50%; right: 0; pointer-events: none; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
@media (max-width: 767px) { .select-wrap .fa-icon, .date-picker-wrap .fa-icon { right: 0; } }

.form-select.filled .select-wrap select { color: #303030; }

.select-wrap select { z-index: 2; position: relative; cursor: pointer; width: 100%; height: 100%; border: 0; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; color: rgba(48, 48, 48, 0.3); }
@media (max-width: 767px) { .select-wrap select { padding: 0; } }
.select-wrap select:focus::-ms-value { background-color: transparent; color: #303030; }
.select-wrap select::-ms-expand { display: none; }
.select-wrap .fa-icon { height: 18px; }

.date-picker-wrap input { cursor: pointer; }
.date-picker-wrap .fa-icon { height: 16px; }

.radio-check-list { margin: 0; padding: 0; list-style: none; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; width: 24px; margin: 0; padding: 0; opacity: 0; position: absolute !important; }
input[type="checkbox"] + label, input[type="radio"] + label { cursor: pointer; position: relative; display: flex; align-items: center; min-height: 24px; color: #303030; font-weight: 400; padding: 0 0 0 44px !important; margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
input[type="checkbox"] + label:after, input[type="checkbox"] + label:before, input[type="radio"] + label:after, input[type="radio"] + label:before { position: absolute; content: ''; transition: all .2s ease; }
input[type="checkbox"] + label:before, input[type="radio"] + label:before { width: 24px; height: 24px; border: 1px solid #927C55; border-radius: 2px; background: transparent; left: 0; top: 0; }
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { border-color: #242424; }
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after { opacity: 1; }

/* checkbox checked icon */
input[type=checkbox] + label:after { color: #927C55; left: 12px; top: 12px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 12px; height: 12px; background: url("../img/tick.svg") no-repeat; background-size: contain; opacity: 0; }
input[type=checkbox]:checked + label:after { color: #242424 !important; }

/* radio checked icon */
input[type=radio] + label:before { border-radius: 2px; }
input[type=radio] + label:after { border-radius: 50%; width: 24px; height: 24px; position: absolute; left: 0; top: 0; -webkit-transform: scale(0.3); transform: scale(0.3); background: #927C55; opacity: 0; }
input[type=radio]:checked + label:after { background: #242424 !important; }

/* radio/checkbox hover and selected styles */
.checkbox-cont:hover input[type=radio] + label:after, .checkbox-cont:hover input[type=checkbox] + label:after, .single-checkbox:hover input[type=checkbox] + label:after { opacity: 1; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

.form-group.upload .field-wrap { height: 70px; padding: 0 !important; border: 0 !important; }
@media (max-width: 767px) { .form-group.upload .field-wrap { padding: 0 !important; height: 134px; } }
.form-group.upload .field-wrap label { position: absolute; top: 13px; left: 15px; }
@media (max-width: 767px) { .form-group.upload .field-wrap label { left: 15px; } }
.form-group.upload .field-wrap .file-upload { height: 70px; padding: 26px 15px 0 !important; }
@media (max-width: 767px) { .form-group.upload .field-wrap .file-upload { position: static; height: 134px; padding: 26px 15px 0 !important; } }
.form-group.upload .field-wrap .fake-input { padding: 26px 15px 0 !important; }
@media (max-width: 767px) { .form-group.upload .field-wrap .fake-input { padding: 26px 15px 0 !important; height: 70px; } }

.file-upload, .file-upload * { position: relative; cursor: pointer; }
.file-upload input { z-index: 2; width: calc(100% + ($inputPadding * 2)); height: 70px; opacity: 0; position: relative; top: -26px; left: -15px; right: -15px; }
@media (max-width: 767px) { .file-upload input { height: 70px; } }
.file-upload .fake-input { z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; color: #303030; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 0; padding-right: 0 !important; line-height: 40px; border: 1px solid #927C55; border-radius: 2px; right: 90px; }
@media (max-width: 767px) { .file-upload .fake-input { padding-left: 0; line-height: 40px; right: 0; } }
.file-upload .icons { position: absolute; top: 0; right: 0; border: 1px solid #927C55; border-radius: 2px; height: 70px; width: 80px; }
@media (max-width: 767px) { .file-upload .icons { height: 70px; height: 54px; width: auto; left: 0; right: 0; top: auto; bottom: 0; } }
.file-upload .fa-icon { width: 22px; height: auto; }
.file-upload .upload, .file-upload .remove { z-index: 4; }
.file-upload .remove { display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.file-upload.filled { border-color: #242424 !important; }
.file-upload.filled .icons .upload { opacity: 0; }
.file-upload.filled .remove { display: flex; }

.form-complete { position: relative; }
.form-complete form { pointer-events: none !important; }

.success-message { display: block; position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 0 20px; text-align: center; font-size: 2rem; color: #303030; max-width: 720px; margin: 0 auto !important; transition: all .2s ease; }
@media (max-width: 767px) { .success-message { font-size: 1.6rem; } }

.hamburger { width: 16px; height: 9px; cursor: pointer; position: relative; -webkit-tap-highlight-color: transparent; }
.hamburger + span { color: white; font-style: italic; margin-left: 10px; }
@media (max-width: 767px) { .hamburger + span { margin-left: 0; } }
.hamburger-line { height: 1px; position: absolute; right: 0; left: 0; background-color: white; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.hamburger-line-top { top: 0; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger-line-middle { top: 4px; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger-line-bottom { bottom: 0; transition: all 0.25s cubic-bezier(0.63, 0.29, 0.17, 1.345); }
.hamburger.open .hamburger-line-top, .hamburger.open:hover .hamburger-line-top { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); top: -2px; left: 1px; width: 20px; }
@media (max-width: 767px) { .hamburger.open .hamburger-line-top, .hamburger.open:hover .hamburger-line-top { width: 17px; } }
.hamburger.open .hamburger-line-middle, .hamburger.open:hover .hamburger-line-middle { opacity: 0; }
.hamburger.open .hamburger-line-bottom, .hamburger.open:hover .hamburger-line-bottom { -webkit-transform: rotateZ(-45deg); transform: rotateZ(-45deg); width: 20px; }
@media (max-width: 767px) { .hamburger.open .hamburger-line-bottom, .hamburger.open:hover .hamburger-line-bottom { width: 17px; } }

body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line-middle { right: 6px; }
body.nonTouchDevice .mob-menu-btn:hover .hamburger .hamburger-line-bottom { right: 12px; }

.fa-icon { width: auto; height: 2rem; }
.fa-icon path { transition: all .25s ease; }
.fa-icon[data-fill="primary"] path { fill: #927C55; }
.fa-icon[data-fill="secondary"] path { fill: #910B26; }
.fa-icon[data-fill="dark"] path { fill: #303030; }
.fa-icon[data-fill="light"] path { fill: #927C55; }
.fa-icon[data-fill="white"] path { fill: white; }

.text-widget ul, .text-widget ol, .accordion-widget ul, .accordion-widget ol, .media-text-widget ul, .media-text-widget ol, .media-text-fullscren-widget ul, .media-text-fullscren-widget ol, .tabs-widget ul, .tabs-widget ol, .map-widget ul, .map-widget ol { list-style: none; padding-left: 0; }
.text-widget ul li, .text-widget ol li, .accordion-widget ul li, .accordion-widget ol li, .media-text-widget ul li, .media-text-widget ol li, .media-text-fullscren-widget ul li, .media-text-fullscren-widget ol li, .tabs-widget ul li, .tabs-widget ol li, .map-widget ul li, .map-widget ol li { padding: 5px 0 5px 25px; position: relative; }
.text-widget ul li:before, .text-widget ol li:before, .accordion-widget ul li:before, .accordion-widget ol li:before, .media-text-widget ul li:before, .media-text-widget ol li:before, .media-text-fullscren-widget ul li:before, .media-text-fullscren-widget ol li:before, .tabs-widget ul li:before, .tabs-widget ol li:before, .map-widget ul li:before, .map-widget ol li:before { position: absolute; left: 0; }
.text-widget ul li:before, .accordion-widget ul li:before, .media-text-widget ul li:before, .media-text-fullscren-widget ul li:before, .tabs-widget ul li:before, .map-widget ul li:before { content: ''; top: 15px; width: 4px; height: 4px; background: #927C55; border-radius: 50%; }
.text-widget ol, .accordion-widget ol, .media-text-widget ol, .media-text-fullscren-widget ol, .tabs-widget ol, .map-widget ol { counter-reset: ol-counter; }
.text-widget ol li, .accordion-widget ol li, .media-text-widget ol li, .media-text-fullscren-widget ol li, .tabs-widget ol li, .map-widget ol li { counter-increment: ol-counter; }
.text-widget ol li:before, .accordion-widget ol li:before, .media-text-widget ol li:before, .media-text-fullscren-widget ol li:before, .tabs-widget ol li:before, .map-widget ol li:before { content: counter(ol-counter) "."; color: #927C55; }

.modal-link { opacity: 0; display: none; }

.modal-pop { display: none; position: relative; width: 100%; max-width: 1040px; background: #ECE0D4; }
.modal-pop .text { position: relative; padding: 80px; flex: 1; }
@media (max-width: 767px) { .modal-pop .text { padding: 40px 30px; } }
.modal-pop .image { position: relative; width: 50%; }
@media (max-width: 991px) { .modal-pop .image { width: 100%; display: none; } }
@media (min-width: 768px) and (max-width: 991px) { .modal-pop .image { padding-top: 65%; } }
@media (max-width: 767px) { .modal-pop .image { padding-top: 90%; } }
.modal-pop .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.modal-pop .modal-close-btn { position: absolute; z-index: 100; position: absolute; top: 0; right: 0; width: 60px; height: 60px; cursor: pointer; }
@media (max-width: 767px) { .modal-pop .modal-close-btn { width: 50px; height: 50px; } }

.notification { position: fixed; cursor: pointer; top: 0; left: 0; right: 0; z-index: 9999; text-align: center; padding: 20px; font-size: 2rem; color: white; background-color: #d52229; -webkit-transform: translate(0, -101%); transform: translate(0, -101%); }
@media (max-width: 767px) { .notification { padding: 15px; font-size: 1.6rem; } }
.notification, .notification * { transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease; }
.notification:after { content: 'Got it'; line-height: 1; text-align: center; position: absolute; left: 50%; bottom: 50%; opacity: 0; transition: all .2s ease-in-out; -webkit-transform: translate(-50%, 200%); transform: translate(-50%, 200%); }
.notification.show { -webkit-transform: translate(0, 0); transform: translate(0, 0); transition: all .2s ease-in-out; }
.notification.show:hover p { -webkit-transform: translate(0, -100%); transform: translate(0, -100%); opacity: 0; }
.notification.show:hover:after { -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); opacity: 1; }

.error-tooltip { text-align: center; position: absolute; width: 30px; height: 30px; background: #d52229; left: -40px; top: 50%; opacity: 0; z-index: 99; transition: all .2s ease; -webkit-transform: translateY(-50%) scale(0, 0); transform: translateY(-50%) scale(0, 0); }
@media (max-width: 767px) { .error-tooltip { width: 20px; height: 20px; left: -20px; } }
.error-tooltip svg { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 10px; height: auto; fill: white; }
@media (max-width: 767px) { .error-tooltip svg { width: 8px; } }
.error-tooltip:after { content: ''; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #d52229; right: -5px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.error-tooltip.show { opacity: 1; -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); }

.warning { display: none; color: #d52229; font-weight: bold; text-transform: uppercase; line-height: 1; }
.warning.show { position: absolute; left: 0; bottom: -20px; font-size: 65%; }
@media (max-width: 767px) { .warning.show { bottom: -15px; } }

.pagination { margin-top: 80px; }
@media (max-width: 767px) { .pagination { margin-top: 40px; } }
.pagination ul.page-numbers { margin: 0; padding: 0; list-style: none; display: flex; justify-content: center; align-items: center; width: 100%; }
.pagination ul.page-numbers li.prev-li, .pagination ul.page-numbers li.next-li { margin: 0 20px; }
.pagination ul.page-numbers li.prev-li a, .pagination ul.page-numbers li.next-li a { color: #303030; }
body.nonTouchDevice .pagination ul.page-numbers li.prev-li a:hover, body.nonTouchDevice .pagination ul.page-numbers li.next-li a:hover { color: #927C55; }
@media (max-width: 767px) { .pagination ul.page-numbers li.prev-li span.text, .pagination ul.page-numbers li.next-li span.text { display: none; } }
.pagination ul.page-numbers li.prev-li div.disabled, .pagination ul.page-numbers li.next-li div.disabled { pointer-events: none; color: #927C55 !important; }
.pagination ul.page-numbers li.prev-li i, .pagination ul.page-numbers li.next-li i { font-size: 2rem; }
.pagination ul.page-numbers li.number-li a, .pagination ul.page-numbers li.number-li span { color: #303030; padding: 5px 15px; display: block; position: relative; }
.pagination ul.page-numbers li.number-li a:before, .pagination ul.page-numbers li.number-li span:before { content: ''; border: 2px solid transparent; border-radius: 50%; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
body.nonTouchDevice .pagination ul.page-numbers li.number-li a:hover, body.nonTouchDevice .pagination ul.page-numbers li.number-li span:hover { color: #927C55; }
.pagination ul.page-numbers li.number-li span.current { color: #927C55; }
.pagination ul.page-numbers li.number-li span.current:before { border-color: #927C55; }

.post-password-form { padding: 40px; background: #927C55; color: white; border-radius: 4px; margin: var(--paddinglg) 0; }
@media (min-width: 768px) and (max-width: 991px) { .post-password-form { margin: var(--paddingsm) 0; } }
@media (max-width: 767px) { .post-password-form { margin: var(--paddingxs) 0; } }
.post-password-form label { width: 100%; }
.post-password-form label input { background: white; padding: 0 10px !important; border-radius: 4px; }
.post-password-form label + input { cursor: pointer; position: relative; margin-top: 35px; padding: 10px 20px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.8rem; font-style: italic; border: 1px solid white; border-radius: 2px; color: #927C55; background: white; transition: all .25s ease; }
@media (max-width: 767px) { .post-password-form label + input { margin-top: 25px; padding: 12px 20px; font-size: 1.6rem; } }
body.nonTouchDevice .post-password-form label + input:hover { color: white; background: #927C55; border-color: #927C55; }
body.nonTouchDevice .post-password-form label + input:hover .fa-icon { fill: white; }

.site-search { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: auto; opacity: 0; z-index: -1; visibility: hidden; transition: opacity .25s ease; background: #242424; }
body.show-site-search .site-search { opacity: 1; }
body.raise-search-overlay .site-search { z-index: 80; visibility: visible; }
.site-search .container-fluid { max-width: none; }
.site-search .search-form { padding: 0 15vw; }
.site-search .search-form input { background: none; border: none; padding: 0 50px 0 0 !important; height: 60px; font-size: 2.5rem; color: #303030; border-bottom: 1px solid #303030; }
.site-search .search-form input::-webkit-input-placeholder { color: #303030; }
.site-search .search-form input:-moz-placeholder { color: #303030; }
.site-search .search-form input::-moz-placeholder { color: #303030; }
.site-search .search-form input:-ms-input-placeholder { color: #303030; }
@media (max-width: 767px) { .site-search .search-form input { height: 40px; font-size: 2rem; } }
.site-search .search-form input:-webkit-autofill, .site-search .search-form input:-webkit-autofill:hover, .site-search .search-form input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px #242424 inset; box-shadow: 0 0 0px 1000px #242424 inset !important; }
.site-search .search-form button { position: absolute; right: 0; bottom: 15px; padding: 0; color: #303030; }
@media (max-width: 767px) { .site-search .search-form button { bottom: 7px; } }
.site-search .close-search { position: absolute; top: 20px; right: 30px; color: #303030; }
@media (max-width: 767px) { .site-search .close-search { top: 10px; right: 20px; } }
.site-search .close-search svg { height: 3rem; }

.site-search-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(236, 224, 212, 0.6); z-index: -1; visibility: hidden; opacity: 0; transition: opacity .25s ease; }
body.show-site-search .site-search-overlay { opacity: 1; }
body.raise-search-overlay .site-search-overlay { z-index: 79; visibility: visible; }

.spinner { opacity: 0; margin: 0 auto; width: 70px; text-align: center; position: absolute; top: 50%; left: 50%; transition: all 0.1s ease; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.spinner > div { width: 10px; height: 10px; background-color: #fff; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both; animation: sk-bouncedelay 1s infinite ease-in-out both; }
.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
table:not(.ui-datepicker-calendar):not(.shop_table) { border-spacing: 0; width: 100%; border-collapse: separate; }
@media (min-width: 768px) { table:not(.ui-datepicker-calendar):not(.shop_table) { table-layout: fixed; } }
table:not(.ui-datepicker-calendar):not(.shop_table) tr { position: relative; }
@media (max-width: 767px) { table:not(.ui-datepicker-calendar):not(.shop_table) tr { display: block; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #927C55; }
  table:not(.ui-datepicker-calendar):not(.shop_table) tr:first-child { display: none; }
  table:not(.ui-datepicker-calendar):not(.shop_table) tr:last-child { border-bottom: 1px solid #927C55; } }
table:not(.ui-datepicker-calendar):not(.shop_table) th, table:not(.ui-datepicker-calendar):not(.shop_table) td { text-align: left; vertical-align: middle; }
table:not(.ui-datepicker-calendar):not(.shop_table) th { color: white; background: #927C55; font-size: 1.8rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; padding: 20px 30px 16px; }
@media (max-width: 767px) { table:not(.ui-datepicker-calendar):not(.shop_table) th { display: none; } }
table:not(.ui-datepicker-calendar):not(.shop_table) td { padding: 30px; border-top: 1px solid #927C55; }
@media (max-width: 767px) { table:not(.ui-datepicker-calendar):not(.shop_table) td { display: block; width: 100%; padding: 30px 0; border-top: 0; }
  table:not(.ui-datepicker-calendar):not(.shop_table) td .mobile-header { display: block; width: 100%; padding-bottom: 12px; color: #927C55; font-size: 1.4rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 0; font-family: "eb-garamond", serif; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: #303030; }

h1, .h1 { font-size: 6.5rem; line-height: 6.5rem; }
@media (max-width: 767px) { h1, .h1 { font-size: 3.8rem; line-height: 4.5rem; } }

h2, .h2 { font-size: 6rem; line-height: 6rem; }
@media (max-width: 767px) { h2, .h2 { font-size: 2.4rem; line-height: 3.2rem; } }

h3, .h3 { font-size: 2.8rem; line-height: 3.8rem; }
@media (max-width: 767px) { h3, .h3 { font-size: 2rem; line-height: 2.6rem; } }

h4, .h4 { font-size: 2.4rem; font-style: italic; text-transform: none; letter-spacing: 0; line-height: 3.4rem; }
@media (max-width: 767px) { h4, .h4 { font-size: 2rem; line-height: 3rem; } }

h5, .h5 { font-size: 1.8rem; line-height: 2rem; }
@media (max-width: 767px) { h5, .h5 { font-size: 1.4rem; line-height: 2rem; } }

h6, .h6 { font-size: 2.8rem; font-style: italic; text-transform: none; letter-spacing: 0; line-height: 4rem; }
@media (max-width: 767px) { h6, .h6 { font-size: 2.6rem; line-height: 3.8rem; } }

.subtitle { text-transform: none; font-style: italic; font-weight: 400; letter-spacing: 0; font-size: 2rem; color: #927C55; }

* + ul, * + ol, * + dl, * + p, * + blockquote, * + table, * + .description { margin: 25px 0 0; }
@media (max-width: 767px) { * + ul, * + ol, * + dl, * + p, * + blockquote, * + table, * + .description { margin: 20px 0 0; } }
* + h1, * + .h1, * + h2, * + .h2, * + h3, * + .h3, * + h4, * + .h4, * + h5, * + .h5, * + h6, * + .h6 { margin: 25px 0 0; }
@media (max-width: 767px) { * + h1, * + .h1, * + h2, * + .h2, * + h3, * + .h3, * + h4, * + .h4, * + h5, * + .h5, * + h6, * + .h6 { margin: 20px 0 0; } }

.video-mask { z-index: 0; position: relative; width: 100%; height: 100%; }
.video-mask iframe { z-index: 0; pointer-events: none; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.video-mask .img { z-index: 1 !important; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all .2s ease-in-out; }
.video-mask .img.video-ready { opacity: 0; }
.video-mask--absolute { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

@media (min-width: 768px) { .video-mobile-image { display: none; } }

.hero { position: relative; }
.hero .home-slider .slide .slide-caption { z-index: 3; position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.hero .home-slider .slide .slide-caption .slide-caption-inner { margin: 0 auto; text-align: center; max-width: 800px; }
.hero .home-slider .slide .slide-caption .slide-caption-inner .subtitle { display: block; }
.hero .home-slider .slide-1.tint-overlay:after { opacity: var(--tintopacity-1); }
.hero .home-slider .slide-2.tint-overlay:after { opacity: var(--tintopacity-2); }
.hero .home-slider .slide-3.tint-overlay:after { opacity: var(--tintopacity-3); }
.hero .home-slider .slide-4.tint-overlay:after { opacity: var(--tintopacity-4); }
.hero .home-slider .slide-5.tint-overlay:after { opacity: var(--tintopacity-5); }
.hero .home-slider .slide-video.tint-overlay:after { opacity: var(--tintopacity); }
.hero .scroll-down-link { position: absolute; left: 50%; bottom: 80px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media (max-width: 767px) { .hero .scroll-down-link { bottom: 50px; } }

.widget-container.sitemap-widget + .sitemap-widget { margin-top: calc(var(--paddinglg)/2 * -1); }
@media (max-width: 767px) { .widget-container.sitemap-widget + .sitemap-widget { margin-top: calc(var(--paddingxs)/2 * -1); } }
.widget-container.sitemap-widget ul { margin: 0; padding: 0; list-style: none; }
.widget-container.sitemap-widget h2 { margin-bottom: 30px; }
.widget-container.sitemap-widget .sitemap-list > li { padding: 25px 0; border-bottom: 1px solid #927C55; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li { padding: 15px 0; } }
.widget-container.sitemap-widget .sitemap-list > li:first-child { padding-top: 0; }
.widget-container.sitemap-widget .sitemap-list > li a { display: block; font-size: 2rem; color: #303030; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li a { font-size: 1.6rem; } }
body.nonTouchDevice .widget-container.sitemap-widget .sitemap-list > li a:hover { color: #927C55; }
.widget-container.sitemap-widget .sitemap-list > li ul { margin-top: 15px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul { margin-top: 10px; } }
.widget-container.sitemap-widget .sitemap-list > li ul li { position: relative; }
.widget-container.sitemap-widget .sitemap-list > li ul li a { padding: 5px 0 5px 25px; font-size: 1.5rem; color: #303030; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li a { padding-left: 20px; font-size: 1.4rem; } }
.widget-container.sitemap-widget .sitemap-list > li ul li a:before { content: "-"; position: absolute; left: 0; top: 4px; }
.widget-container.sitemap-widget .sitemap-list > li ul li ul { margin: 5px 0; padding-left: 25px; }
@media (max-width: 767px) { .widget-container.sitemap-widget .sitemap-list > li ul li ul { padding-left: 20px; } }

.filters-widget { padding: 40px 0; }
@media (max-width: 767px) { .filters-widget { padding: 20px 0; } }
.filters-widget .filter-dropdown { width: calc(33.33% - 15px); }
@media (min-width: 768px) and (max-width: 991px) { .filters-widget .filter-dropdown { width: calc(50% - 15px); } }
@media (max-width: 767px) { .filters-widget .filter-dropdown { width: 100%; } }
@media (min-width: 992px) { .filters-widget .category-links { display: block !important; } }
@media (max-width: 991px) { .filters-widget .category-links { display: none; } }
.filters-widget .category-links .link-list .subtitle { color: white; }
.filters-widget .category-links .link-list a { color: #303030; margin-left: 40px; }
@media (max-width: 991px) { .filters-widget .category-links .link-list a { margin-top: 20px; margin-left: 0; width: 100%; }
  .filters-widget .category-links .link-list a:first-of-type { margin-top: 40px; } }
@media (max-width: 991px) and (max-width: 767px) { .filters-widget .category-links .link-list a:first-of-type { margin-top: 30px; } }

.filters-widget .category-links .link-list a:not(.selected) { opacity: .4; }
body.nonTouchDevice .filters-widget .category-links .link-list a:not(.selected):hover { opacity: 1; }
.filters-widget .toggle-filters { border-bottom: 1px solid #927C55; }
.filters-widget .toggle-filters .subtitle { color: white; }
.filters-widget .toggle-filters svg { fill: white; }

.news-listing .news-list { margin: -20px; }
@media (max-width: 767px) { .news-listing .news-list { margin: -30px; } }
.news-listing .news-list article { padding: 20px; }
@media (max-width: 767px) { .news-listing .news-list article { padding: 30px; } }
.news-listing .news-list article .image { position: relative; overflow: hidden; padding-top: 60%; height: 0; border-radius: 4px; }
.news-listing .news-list article .image .img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.news-listing .news-list article .text { padding-top: 25px; }

.load-more-results a { margin-top: 80px; }

#press-widget + .widget-container { padding-top: 0 !important; }

.press-listing .press-list { margin: -20px 20px; }
@media (max-width: 767px) { .press-listing .press-list { margin: -5px 5px; } }
.press-listing .press-list article { display: flex; align-items: center; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 25%; padding: 20px; border-radius: 4px; }
@media (min-width: 768px) and (max-width: 991px) { .press-listing .press-list article { width: 33.33%; } }
@media (max-width: 767px) { .press-listing .press-list article { width: 50%; padding: 5px; } }
.press-listing .press-list article a.fancybox { display: flex; height: 18vw; border-top-left-radius: 4px; border-top-right-radius: 4px; overflow: hidden; }
@media (min-width: 768px) and (max-width: 991px) { .press-listing .press-list article a.fancybox { height: 25vw; } }
@media (max-width: 767px) { .press-listing .press-list article a.fancybox { height: 35vw; } }
body.nonTouchDevice .press-listing .press-list article a.fancybox:hover .image:before { opacity: 0.6; }
body.nonTouchDevice .press-listing .press-list article a.fancybox:hover .image svg { top: 50%; opacity: 1; }
.press-listing .press-list article a.download-link { width: 100%; padding: 20px; background: #927C55; color: white; text-align: center; font-family: "eb-garamond", serif; font-size: 2rem; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
body.nonTouchDevice .press-listing .press-list article a.download-link:hover { color: white; background: #726142; }
.press-listing .press-list article .image { position: relative; width: 100%; }
.press-listing .press-list article .image svg { opacity: 0; z-index: 2; position: absolute; height: 4rem; width: auto; left: 50%; top: 70%; fill: white; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
@media (max-width: 767px) { .press-listing .press-list article .image svg { height: 3rem; } }
.press-listing .press-list article .image:before { content: ''; z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: black; opacity: 0; transition: all .25s ease; }

.load-more-results a { margin-top: 80px; }

.widget-container { position: relative; width: 100%; }
.widget-container--grid { padding: var(--paddinglg) 0; }
@media (min-width: 768px) and (max-width: 991px) { .widget-container--grid { padding: var(--paddingsm) 0; } }
@media (max-width: 767px) { .widget-container--grid { padding: var(--paddingxs) 0; } }
.widget-container--grid.bg-default + .bg-default, .widget-container--grid.bg-grey + .bg-grey { padding-top: 0 !important; }

.widget-title { text-align: left; margin-bottom: var(--marginlg); }
@media (min-width: 768px) and (max-width: 1199px) { .widget-title { margin-bottom: var(--marginsm); } }
@media (max-width: 767px) { .widget-title { margin-bottom: var(--marginxs); } }

.card-carousel-widget > .container-fluid { margin-bottom: var(--marginlg); }
@media (min-width: 768px) and (max-width: 1199px) { .card-carousel-widget > .container-fluid { margin-bottom: var(--marginsm); } }
@media (max-width: 767px) { .card-carousel-widget > .container-fluid { margin-bottom: var(--marginxs); } }
.card-carousel-widget > .container-fluid:before, .card-carousel-widget > .container-fluid:after { display: none !important; }
.card-carousel-widget > .container-fluid .widget-title { margin-bottom: 0 !important; max-width: 480px; }
.card-carousel-widget > .container-fluid .arrow-wrap { position: static; -webkit-transform: none; transform: none; }
@media (max-width: 767px) { .card-carousel-widget > .container-fluid .arrow-wrap { margin-top: 20px; } }
.card-carousel-widget .card-carousel-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; transition-delay: 10ms; padding: 0 80px; }
@media (min-width: 992px) and (max-width: 1199px) { .card-carousel-widget .card-carousel-slider .slick-list { padding: 0 40px; } }
@media (min-width: 768px) and (max-width: 991px) { .card-carousel-widget .card-carousel-slider .slick-list { padding: 0 40px; } }
@media (max-width: 767px) { .card-carousel-widget .card-carousel-slider .slick-list { padding: 0 20px; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track { display: flex; align-items: center; justify-content: center; min-width: 100%; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; transition-delay: 10ms; }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide { position: relative; overflow: hidden; margin: 0 40px; }
@media (min-width: 768px) and (max-width: 1199px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide { margin: 0 20px; } }
@media (max-width: 767px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide { margin: 0 10px; width: 79vw !important; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--vertical { width: 28vw; }
@media (min-width: 768px) and (max-width: 991px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--vertical { width: 42vw; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--vertical .image { height: 36vw; }
@media (min-width: 768px) and (max-width: 991px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--vertical .image { height: 50vw; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--horizontal { width: 41vw; }
@media (min-width: 768px) and (max-width: 991px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--horizontal { width: 55vw; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--horizontal .image { height: 28vw; }
@media (min-width: 768px) and (max-width: 991px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--horizontal .image { height: 42vw; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--square { width: 26vw; }
@media (min-width: 768px) and (max-width: 991px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--square { width: 40vw; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--square .image { height: 26vw; }
@media (min-width: 768px) and (max-width: 991px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-size--square .image { height: 40vw; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-position--top { margin-bottom: auto; }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-position--bottom { margin-top: auto; }
@media (max-width: 767px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide.media-position--bottom { margin-top: 0; margin-bottom: auto; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide .image { position: relative; overflow: hidden; border-radius: 4px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
@media (max-width: 767px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide .image { height: 96vw !important; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide .text { z-index: 3; position: relative; padding-top: 25px; }
@media (max-width: 767px) { .card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide .text { padding-top: 30px; } }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-1 .gradient-overlay:after { opacity: var(--tintopacity-1); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-2 .gradient-overlay:after { opacity: var(--tintopacity-2); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-3 .gradient-overlay:after { opacity: var(--tintopacity-3); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-4 .gradient-overlay:after { opacity: var(--tintopacity-4); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-5 .gradient-overlay:after { opacity: var(--tintopacity-5); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-6 .gradient-overlay:after { opacity: var(--tintopacity-6); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-7 .gradient-overlay:after { opacity: var(--tintopacity-7); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-8 .gradient-overlay:after { opacity: var(--tintopacity-8); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-9 .gradient-overlay:after { opacity: var(--tintopacity-9); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-10 .gradient-overlay:after { opacity: var(--tintopacity-10); }
.card-carousel-widget .card-carousel-slider .slick-list .slick-track .slide-11 .gradient-overlay:after { opacity: var(--tintopacity-11); }
.card-carousel-widget .card-carousel-slider .slick-arrow svg { fill: #927C55; }

.cards-widget .flex-list { margin: -20px; }
@media (max-width: 767px) { .cards-widget .flex-list { margin: -10px; } }
.cards-widget .flex-list .flex-col { position: relative; overflow: hidden; width: calc(100% / 2 - (40px)); margin: 20px; border-radius: 4px; }
@media (max-width: 991px) { .cards-widget .flex-list .flex-col { width: 100% !important; } }
@media (max-width: 767px) { .cards-widget .flex-list .flex-col { margin: 10px; } }
.cards-widget .flex-list .flex-col .image, .cards-widget .flex-list .flex-col .video-mask { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; }
.cards-widget .flex-list .flex-col .text { position: relative; padding: 40px; height: 33vw; z-index: 10; }
@media (max-width: 767px) { .cards-widget .flex-list .flex-col .text { height: 96vw; max-height: 380px; } }
body.nonTouchDevice .cards-widget .flex-list a.flex-col:hover .image.gradient-overlay:after { top: -40%; }
body.nonTouchDevice .cards-widget .flex-list a.flex-col:hover .text-button .icon .fa-icon * { fill: #927C55 !important; }
body.nonTouchDevice .cards-widget .flex-list a.flex-col:hover .text-button .icon .fa-icon.arrow { opacity: 0; }
body.nonTouchDevice .cards-widget .flex-list a.flex-col:hover .text-button .icon .fa-icon.hover { opacity: 1; -webkit-transform: translateY(-50%) scaleX(1); transform: translateY(-50%) scaleX(1); }
.cards-widget .card-row + .card-row { margin-top: 20px; }
.cards-widget .card-row--three .flex-list .flex-col { width: calc(100% / 3 - (40px)); }

.divider-widget .line-divider { border: 0; height: 1px; background: #927C55; }

.downloads-widget .flex-list { margin: -20px; }
@media (max-width: 767px) { .downloads-widget .flex-list { margin: -10px; } }
.downloads-widget .flex-list a { display: flex; flex-direction: column; text-align: center; margin: 20px; width: calc(25% - 40px); background: #927C55; padding: 40px; border-radius: 4px; overflow: hidden; }
@media (min-width: 768px) and (max-width: 1199px) { .downloads-widget .flex-list a { width: calc(33.33% - 40px); } }
@media (max-width: 767px) { .downloads-widget .flex-list a { margin: 10px; width: 100%; } }
.downloads-widget .flex-list a h2 { color: white; }
.downloads-widget .flex-list a .file-info { margin-top: 20px; font-size: 1.8rem; font-style: italic; display: block; color: white; text-transform: uppercase; font-weight: 400; }
body.nonTouchDevice .downloads-widget .flex-list a:hover { background: #726142; }

.form-widget .form-wrap { width: 50%; padding: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .form-widget .form-wrap { padding: 40px; } }
@media (max-width: 991px) { .form-widget .form-wrap { order: 2; width: 100%; margin-top: 60px; } }
@media (max-width: 767px) { .form-widget .form-wrap { padding: 20px; } }
.form-widget .form-wrap form { margin-top: -10px; }
@media (max-width: 767px) { .form-widget .form-wrap form { margin-top: -10px; } }
.form-widget .form-wrap form .form-inner { margin: 0 auto; }
.form-widget .form-wrap form .form-group { width: 100%; margin: 10px 0 0; }
@media (max-width: 767px) { .form-widget .form-wrap form .form-group { margin: 10px 0 0; } }
@media (min-width: 992px) { .form-widget .form-wrap form .form-group.half-input { width: calc(50% - 5px); } }
.form-widget .form-wrap form .form-group + .form-lg-margin, .form-widget .form-wrap form .form-group.form-lg-margin + .border-input { margin-top: 60px; }
@media (max-width: 767px) { .form-widget .form-wrap form .form-group + .form-lg-margin, .form-widget .form-wrap form .form-group.form-lg-margin + .border-input { margin-top: 60px; } }
@media (min-width: 992px) { .form-widget .form-wrap form .form-group.form-lg-margin + .half-input + .half-input { margin-top: 60px; } }
.form-widget .form-wrap form .form-group.form-subtitle h1, .form-widget .form-wrap form .form-group.form-subtitle .h1, .form-widget .form-wrap form .form-group.form-subtitle h2, .form-widget .form-wrap form .form-group.form-subtitle .h2, .form-widget .form-wrap form .form-group.form-subtitle h3, .form-widget .form-wrap form .form-group.form-subtitle .h3, .form-widget .form-wrap form .form-group.form-subtitle h4, .form-widget .form-wrap form .form-group.form-subtitle .h4, .form-widget .form-wrap form .form-group.form-subtitle h5, .form-widget .form-wrap form .form-group.form-subtitle .h5, .form-widget .form-wrap form .form-group.form-subtitle h6, .form-widget .form-wrap form .form-group.form-subtitle .h6 { margin-top: -7px; }
.form-widget .form-wrap form .form-group.form-subtitle + .form-description { margin-top: 30px !important; }
.form-widget .form-wrap form .form-group.check-input .radio-check-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin: -5px 0; }
@media (max-width: 767px) { .form-widget .form-wrap form .form-group.check-input .radio-check-list { margin: -5px 0; } }
.form-widget .form-wrap form .form-group.check-input .radio-check-list .checkbox-cont { width: 50%; margin: 5px 0; }
@media (max-width: 767px) { .form-widget .form-wrap form .form-group.check-input .radio-check-list .checkbox-cont { margin: 5px 0; } }
.form-widget .form-wrap form .form-group.check-input.half-check .radio-check-list .checkbox-cont { width: calc(50% - 5px); }
@media (max-width: 767px) { .form-widget .form-wrap form .form-group.check-input.half-check .radio-check-list .checkbox-cont { width: 100%; } }
.form-widget .form-wrap form .form-footer { margin-top: 60px; padding-top: 60px; background: transparent; border-top: 1px solid #927C55; }
@media (max-width: 767px) { .form-widget .form-wrap form .form-footer { margin-top: 60px; } }
.form-widget .form-wrap form .form-footer .single-checkbox { margin: 0; }
.form-widget .form-wrap form .form-footer .single-checkbox input[type="checkbox"] + label { line-height: 1.4 !important; font-size: 1.2rem !important; }
.form-widget .form-wrap form .form-footer .text-button { position: relative; margin-top: 74px; }
.form-widget .form-wrap form .form-footer .text-button:before { content: ""; position: absolute; top: -34px; left: 0; width: 50px; height: 1px; background: #927C55; }
.form-widget .image-wrap { position: relative; overflow: hidden; width: 50%; }
@media (min-width: 992px) { .form-widget .image-wrap { position: sticky; height: 100vh; top: 0; } }
@media (max-width: 991px) { .form-widget .image-wrap { order: 1; width: 100%; height: 65vw; } }
@media (max-width: 767px) { .form-widget .image-wrap { height: 107vw; } }
.form-widget .form-widget-sending { position: relative; }
.form-widget .form-widget-sending .text-button { pointer-events: none; }
.form-widget .form-widget-sending .text-button span { opacity: 0; }
.form-widget .form-widget-sending .text-button .spinner { opacity: 1 !important; }
@media (min-width: 992px) { .form-widget--image-left > .flex { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.gravity-form-widget .form-wrap { width: 50%; padding: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .gravity-form-widget .form-wrap { padding: 40px; } }
@media (max-width: 991px) { .gravity-form-widget .form-wrap { order: 2; width: 100%; } }
@media (max-width: 767px) { .gravity-form-widget .form-wrap { padding: 20px; } }
.gravity-form-widget .form-wrap .gform_wrapper .gform_heading { display: none !important; }
.gravity-form-widget .form-wrap form .gf_progressbar_wrapper { background: #927C55; padding: 20px; margin-bottom: 10px; border-radius: 4px; }
.gravity-form-widget .form-wrap form .gf_progressbar_wrapper .gf_progressbar_title { color: white; }
.gravity-form-widget .form-wrap form .gf_progressbar_wrapper .gf_progressbar { margin-bottom: 0 !important; }
.gravity-form-widget .form-wrap form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage { background-color: #910B26 !important; }
.gravity-form-widget .form-wrap form .gform-body .gform_fields { grid-column-gap: 10px; grid-row-gap: 10px; }
.gravity-form-widget .form-wrap form .gform-body legend { position: absolute; }
.gravity-form-widget .form-wrap form .gform-body legend + div { margin-top: 15px; }
.gravity-form-widget .form-wrap form .gform-body label, .gravity-form-widget .form-wrap form .gform-body .gfield_label { display: block; margin-bottom: 0; color: #927C55; line-height: 1; font-size: 1.5rem !important; font-weight: 400; font-style: italic; }
@media (max-width: 767px) { .gravity-form-widget .form-wrap form .gform-body label, .gravity-form-widget .form-wrap form .gform-body .gfield_label { font-size: 1.4rem !important; } }
.gravity-form-widget .form-wrap form .gform-body select { background: transparent !important; border: none !important; box-shadow: none !important; padding: 11px 0 !important; color: rgba(48, 48, 48, 0.3) !important; }
.gravity-form-widget .form-wrap form .gform-body select.filled { color: #303030 !important; }
.gravity-form-widget .form-wrap form .gform-body .ui-datepicker-trigger { max-height: 16px !important; max-width: 14px !important; margin-left: auto !important; cursor: pointer; }
.gravity-form-widget .form-wrap form .gform-body input.gform-datepicker { width: 100%; cursor: pointer; }
.gravity-form-widget .form-wrap form .gform-body .gfield:not(.gfield--type-address) { position: relative; background: transparent; border: 1px solid #927C55; border-radius: 2px; padding: 13px 15px 0 !important; }
@media (max-width: 767px) { .gravity-form-widget .form-wrap form .gform-body .gfield:not(.gfield--type-address) { padding: 13px 15px 0 !important; } }
.gravity-form-widget .form-wrap form .gform-body .gfield.gfield--type-address legend { display: none !important; }
.gravity-form-widget .form-wrap form .gform-body .gfield.gfield--type-address .ginput_container { margin: -5px !important; }
.gravity-form-widget .form-wrap form .gform-body .gfield.gfield--type-address .ginput_container .gform-grid-col { position: relative; background: transparent; border: 1px solid #927C55; border-radius: 2px; padding: 13px 15px 0 !important; margin: 5px !important; }
@media (max-width: 767px) { .gravity-form-widget .form-wrap form .gform-body .gfield.gfield--type-address .ginput_container .gform-grid-col { padding: 13px 15px 0 !important; } }
.gravity-form-widget .form-wrap form .gform-body .gfield.gfield--type-address .ginput_container .gform-grid-col.ginput_full { flex: 0 0 calc(100% - 10px); }
.gravity-form-widget .form-wrap form .gform-body .gfield.gfield--type-address .ginput_container .gform-grid-col:not(.ginput_full) { flex: 0 0 calc(50% - 10px); }
.gravity-form-widget .form-wrap form .gform_page_footer { position: relative; display: flex; align-items: center; justify-content: flex-start; margin-top: 74px; padding: 0; }
.gravity-form-widget .form-wrap form .gform_page_footer .text-button { -webkit-appearance: none; appearance: none; background: none; box-shadow: none; border: none; margin: 0; padding-right: 40px; transition: all .25s ease; }
body.nonTouchDevice .gravity-form-widget .form-wrap form .gform_page_footer .text-button:hover { padding-right: 45px; }
.gravity-form-widget .form-wrap form .gform_page_footer:before { content: ""; position: absolute; top: -34px; left: 0; width: 50px; height: 1px; background: #927C55; }
.gravity-form-widget .form-wrap form .gform_page_footer:after { content: ''; background: url("../icons/custom/arrow-gold.svg"); width: 30px; height: 8px; background: contain; background-repeat: no-repeat; margin-left: -30px; pointer-events: none; }
.gravity-form-widget .image-wrap { position: relative; overflow: hidden; width: 50%; }
@media (min-width: 992px) { .gravity-form-widget .image-wrap { position: sticky; height: 100vh; top: 0; } }
@media (max-width: 991px) { .gravity-form-widget .image-wrap { order: 1; width: 100%; height: 65vw; } }
@media (max-width: 767px) { .gravity-form-widget .image-wrap { height: 107vw; } }
@media (min-width: 992px) { .gravity-form-widget--image-left > .flex { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.listing-widget .flex-list { margin: -20px; }
@media (max-width: 991px) { .listing-widget .flex-list { margin: -30px 0; } }
.listing-widget .flex-list .flex-col { position: relative; overflow: hidden; width: calc(100% / 2 - (40px)); margin: 20px; }
@media (max-width: 991px) { .listing-widget .flex-list .flex-col { width: 100% !important; margin: 30px 0; } }
.listing-widget .flex-list .flex-col .image-wrap { position: relative; overflow: hidden; border-radius: 4px; height: 22vw; }
@media (min-width: 768px) and (max-width: 991px) { .listing-widget .flex-list .flex-col .image-wrap { height: 40vw !important; } }
@media (max-width: 767px) { .listing-widget .flex-list .flex-col .image-wrap { height: 80vw !important; } }
.listing-widget .flex-list .flex-col .text { position: relative; padding: 75px 0 0; z-index: 10; }
.listing-widget .flex-list .flex-col:nth-child(even) .image-wrap { height: 33vw; }
.listing-widget .listing-row + .listing-row { margin-top: 75px; }
@media (max-width: 991px) { .listing-widget .listing-row + .listing-row { margin-top: 30px; } }
.listing-widget .listing-row--three .flex-list .flex-col { width: calc(100% / 3 - (40px)); }

.map-widget .text { padding: 120px 80px; }
@media (max-width: 767px) { .map-widget .text { padding: 80px 20px; } }
.map-widget .text dl .dl-row { padding: 15px 0; }
.map-widget .text dl .dl-row + .dl-row { border-top: 1px solid #927C55; }
.map-widget .text dl dt, .map-widget .text dl dd { margin: 0; width: 50%; flex: 1; }
.map-widget .text dl dt { margin-right: 20px; font-weight: bold; }
.map-widget .text dl dd { text-align: right; }
.map-widget .text dl dd a { border: 0 !important; }
.map-widget .map { min-height: 500px; }
.map-widget .map iframe { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.map-widget .acf-map { width: 100%; height: 600px; }
@media (max-width: 767px) { .map-widget .acf-map { height: 65vh; } }

.gm-style .gm-style-iw-c { border-radius: 0 !important; padding: 30px !important; min-width: 300px !important; max-width: 420px !important; }
@media (max-width: 767px) { .gm-style .gm-style-iw-c { max-width: 320px !important; } }
.gm-style .gm-style-iw-c .text-wrap { font-family: "eb-garamond", serif; font-size: 1.5rem; font-weight: 400; line-height: 2.6rem; letter-spacing: 0; color: #303030; }
.gm-style .gm-style-iw-c .text-wrap a { display: inline-block; font-weight: 700; }

.gm-style .gm-style-iw-t:after { box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.1) !important; }

.gm-ui-hover-effect { display: flex !important; justify-content: center; align-items: center; top: 0 !important; right: 0 !important; }
.gm-ui-hover-effect img { width: 20px !important; height: 20px !important; margin: 0 !important; }

@media (max-width: 991px) { .media-text-fullscreen-widget .flex-list { -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
.media-text-fullscreen-widget .text { width: 50%; min-height: 100vh; padding: 120px; background: white; }
@media (min-width: 992px) { .media-text-fullscreen-widget .text { min-height: 100vh; } }
@media (min-width: 768px) and (max-width: 1199px) { .media-text-fullscreen-widget .text { padding-left: 60px; padding-right: 60px; } }
@media (max-width: 991px) { .media-text-fullscreen-widget .text { min-height: 0; width: 100% !important; } }
@media (max-width: 767px) { .media-text-fullscreen-widget .text { padding: 80px 40px; } }
.media-text-fullscreen-widget .text .oval-image-wrap { position: relative; overflow: hidden; height: 520px; width: 400px; border-radius: 100%; }
@media (min-width: 992px) and (max-width: 1199px) { .media-text-fullscreen-widget .text .oval-image-wrap { width: 300px; height: 420px; } }
@media (min-width: 768px) and (max-width: 991px) { .media-text-fullscreen-widget .text .oval-image-wrap { height: 520px; width: 400px; } }
@media (max-width: 767px) { .media-text-fullscreen-widget .text .oval-image-wrap { width: 280px; height: 356px; } }
.media-text-fullscreen-widget .text .text-inner { padding-top: 60px; }
.media-text-fullscreen-widget .image-wrap { position: relative; overflow: hidden; width: 50%; }
@media (min-width: 992px) { .media-text-fullscreen-widget .image-wrap { position: sticky; height: 100vh; top: 0; } }
@media (max-width: 991px) { .media-text-fullscreen-widget .image-wrap { width: 100%; height: 65vw; } }
@media (max-width: 767px) { .media-text-fullscreen-widget .image-wrap { height: 90vw; } }
@media (min-width: 992px) { .media-text-fullscreen-widget--right .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

@media (max-width: 991px) { .media-text-widget .flex-list { -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }
@media (min-width: 1200px) { .media-text-widget .flex-list.has-secondary-image { padding-bottom: 80px; } }
@media (min-width: 992px) and (max-width: 1199px) { .media-text-widget .flex-list.has-secondary-image { padding-bottom: 40px; } }
.media-text-widget .image-wrap { position: relative; overflow: hidden; border-radius: 4px; width: calc(50% - 40px); }
@media (max-width: 991px) { .media-text-widget .image-wrap { width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) { .media-text-widget .image-wrap { margin-top: 60px; height: 60vw; } }
@media (max-width: 767px) { .media-text-widget .image-wrap { margin-top: 40px; height: 98vw; max-height: 400px; } }
.media-text-widget .text { width: calc(50% + 40px); padding-left: 80px; padding-right: 80px; }
@media (max-width: 991px) { .media-text-widget .text { width: 100%; padding-left: 0; padding-right: 0; } }
.media-text-widget .text .text-inner { max-width: 80%; padding-bottom: 80px; }
@media (max-width: 991px) { .media-text-widget .text .text-inner { padding-bottom: 60px; } }
.media-text-widget .text .secondary-image-wrap { position: relative; overflow: hidden; border-radius: 4px; height: 28vw; }
@media (min-width: 1200px) { .media-text-widget .text .secondary-image-wrap { bottom: -80px; } }
@media (min-width: 992px) and (max-width: 1199px) { .media-text-widget .text .secondary-image-wrap { bottom: -40px; } }
@media (min-width: 768px) and (max-width: 991px) { .media-text-widget .text .secondary-image-wrap { height: 40vw; } }
@media (max-width: 767px) { .media-text-widget .text .secondary-image-wrap { height: 60vw; } }
.media-text-widget--left .text { padding-right: 0; }
@media (min-width: 992px) { .media-text-widget--right .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }
.media-text-widget--right .text { padding-left: 0; }
.media-text-widget--image-oval .image-wrap { display: flex; justify-content: center; padding-left: 50px; padding-right: 50px; }
@media (max-width: 1199px) { .media-text-widget--image-oval .image-wrap { padding-left: 0; padding-right: 0; } }
.media-text-widget--image-oval .oval-image-wrap { position: relative; overflow: hidden; height: 100%; width: 100%; border-radius: 100%; max-width: 80%; }
@media (min-width: 768px) and (max-width: 991px) { .media-text-widget--image-oval .oval-image-wrap { width: 400px; max-width: none; } }
@media (max-width: 767px) { .media-text-widget--image-oval .oval-image-wrap { width: 280px; max-width: none; } }
@media (min-width: 992px) { .media-text-widget--text-bottom .text { -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .media-text-widget--text-bottom .text .text-inner { position: relative; padding-bottom: 0; } }
@media (min-width: 992px) and (min-width: 1200px) { .media-text-widget--text-bottom .text .text-inner { bottom: -80px; } }
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) { .media-text-widget--text-bottom .text .text-inner { bottom: -40px; } }
@media (min-width: 992px) { .media-text-widget--text-bottom .text .secondary-image-wrap { bottom: 0; } }

.media-text-two-widget .image-holder { width: calc((100% / 3) * 2); overflow: hidden; margin: -20px; }
@media (max-width: 1199px) { .media-text-two-widget .image-holder { width: calc(100% + 40px); } }
.media-text-two-widget .image-wrap { position: relative; overflow: hidden; border-radius: 4px; flex-basis: calc(50% - 40px); margin: 20px; }
@media (min-width: 992px) and (max-width: 1199px) { .media-text-two-widget .image-wrap { height: 45vw; } }
@media (min-width: 768px) and (max-width: 991px) { .media-text-two-widget .image-wrap { height: 55vw; } }
@media (max-width: 767px) { .media-text-two-widget .image-wrap { height: 400px; flex-basis: auto; width: calc(100% - 40px); } }
.media-text-two-widget .text { width: calc(100% / 3); padding-left: 80px; padding-right: 80px; }
@media (max-width: 1199px) { .media-text-two-widget .text { width: 100%; padding-left: 0; padding-right: 0; } }
.media-text-two-widget .text .text-inner { padding-top: 15vw; }
@media (max-width: 1199px) { .media-text-two-widget .text .text-inner { padding-top: 50px; } }
@media (min-width: 992px) { .media-text-two-widget--left .flex-list { -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }
.media-text-two-widget--left .text { padding-left: 0; }
.media-text-two-widget--right .text { padding-right: 0; }

.menu-widget { padding-bottom: 0; }
.menu-widget .tabs-container { display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; overflow: hidden; }
.menu-widget .tabs-container .tabs-wrap { position: relative; width: 100%; display: flex; justify-content: center; }
@media (min-width: 992px) { .menu-widget .tabs-container .tabs-wrap .menu-tabs-arrow { display: none; }
  .menu-widget .tabs-container .tabs-wrap.arrows-active .menu-tabs-arrow { display: block; } }
@media (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap { background: #927C55; padding-right: 0; }
  .menu-widget .tabs-container .tabs-wrap:after { content: ""; position: absolute; top: 0; bottom: 0; right: 0; background: #927C55; background: linear-gradient(270deg, rgba(146, 124, 85, 0.9) 0%, rgba(146, 124, 85, 0.8) 80%, rgba(146, 124, 85, 0) 100%); } }
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap { padding-left: 80px; }
  .menu-widget .tabs-container .tabs-wrap:after { width: 100px; } }
@media (max-width: 991px) and (max-width: 767px) { .menu-widget .tabs-container .tabs-wrap { padding-left: 26px; }
  .menu-widget .tabs-container .tabs-wrap:after { width: 46px; } }

.menu-widget .tabs-container .tabs-wrap .tabs { position: relative; width: 100%; display: flex; justify-content: center; -ms-overflow-style: none; scrollbar-width: none; background: #927C55; }
.menu-widget .tabs-container .tabs-wrap .tabs::-webkit-scrollbar { display: none; }
@media (min-width: 992px) { .menu-widget .tabs-container .tabs-wrap .tabs { margin: 0 auto; }
  .menu-widget .tabs-container .tabs-wrap .tabs.arrows-active { justify-content: flex-start; } }
@media (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap .tabs { overflow-x: scroll; justify-content: flex-start; align-items: center; } }
@media (min-width: 768px) and (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap .tabs { padding-right: 100px; } }
@media (max-width: 767px) { .menu-widget .tabs-container .tabs-wrap .tabs { padding-right: 30px; } }
.menu-widget .tabs-container .tabs-wrap a { display: flex; position: relative; color: #303030; font-size: 1.8rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; padding: 40px 30px; border: 1px solid transparent; border-bottom: 0; align-items: center; }
@media (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap a { border: 0; text-transform: none; white-space: nowrap; } }
@media (min-width: 768px) and (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap a { font-size: 2.2rem; padding: 18px 25px; } }
@media (max-width: 767px) { .menu-widget .tabs-container .tabs-wrap a { font-size: 1.6rem; padding: 18px 15px; } }
.menu-widget .tabs-container .tabs-wrap a + a { margin-left: 20px; }
.menu-widget .tabs-container .tabs-wrap a + a:before { content: "*"; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: -14px; font-size: 2.2rem; height: 16px; color: white; }
@media (max-width: 767px) { .menu-widget .tabs-container .tabs-wrap a + a:before { left: -5px; } }
@media (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap a + a { margin-left: 0; } }
body.nonTouchDevice .menu-widget .tabs-container .tabs-wrap a:hover, .menu-widget .tabs-container .tabs-wrap a.active { color: white; }
.menu-widget .tabs-container .tabs-wrap .mobile-title { font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; color: white; }
@media (min-width: 768px) and (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap .mobile-title { font-size: 2.2rem; padding: 18px 25px; } }
@media (max-width: 767px) { .menu-widget .tabs-container .tabs-wrap .mobile-title { padding: 18px 15px; } }
.menu-widget .tabs-container .tabs-wrap .menu-tabs-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; padding: 18px 15px; }
.menu-widget .tabs-container .tabs-wrap .menu-tabs-arrow-prev { left: 0; }
@media (min-width: 768px) and (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap .menu-tabs-arrow-prev { left: 45px; } }
.menu-widget .tabs-container .tabs-wrap .menu-tabs-arrow-next { right: 0; }
@media (min-width: 768px) and (max-width: 991px) { .menu-widget .tabs-container .tabs-wrap .menu-tabs-arrow-next { right: 45px; } }
.menu-widget .tabs-container .tabs-wrap .menu-tabs-arrow .fa-icon { height: 1.4rem; display: flex; align-items: center; }
.menu-widget .tabs-container .tabs-wrap .menu-tabs-arrow.disabled { opacity: .3; pointer-events: none; }
.menu-widget .tabs-container .tabs-content { flex: 1; padding: 0; background: #ECE0D4; border-top: 1px solid #927C55; }
@media (max-width: 991px) { .menu-widget .tabs-container .tabs-content { width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) { .menu-widget .tabs-container .tabs-content { padding: 60px 0; } }
@media (max-width: 767px) { .menu-widget .tabs-container .tabs-content { padding: 40px 0; } }
.menu-widget .tabs-container .tabs-content > div { visibility: hidden; overflow: hidden; height: 0; opacity: 0; transition: opacity .5s ease; }
.menu-widget .tabs-container .tabs-content > div.active { visibility: visible; overflow: visible; height: auto; opacity: 1; }
.menu-widget .tabs-container .tabs-content > div .widget-container--grid { padding: 80px 0; }
@media (max-width: 767px) { .menu-widget .tabs-container .tabs-content > div .widget-container--grid:first-child { padding-top: 0 !important; } }

.menu-widget--anchor-links .container-fluid > .flex { margin: -20px auto; }
.menu-widget--anchor-links .title { font-size: 1.8rem; font-style: italic; color: #927C55; padding: 20px; }
.menu-widget--anchor-links .links a { position: relative; color: #303030; font-size: 1.8rem; font-style: italic; padding: 20px; }
body.nonTouchDevice .menu-widget--anchor-links .links a:hover { color: #927C55; }

@media (max-width: 991px) { .menu-widget--column-menu > .container-fluid { padding-left: 0; padding-right: 0; } }
.menu-widget--column-menu .section { position: relative; }
.menu-widget--column-menu .section .anchor-point { position: absolute; bottom: 100%; left: 0; right: 0; height: 75px; pointer-events: none; }
.menu-widget--column-menu .section + .section { margin-top: 20px; }
@media (max-width: 991px) { .menu-widget--column-menu .section + .section { margin-top: 0; } }
@media (max-width: 991px) { .menu-widget--column-menu .section > .flex-list { display: none; } }
.menu-widget--column-menu .section-title { position: relative; color: #303030; margin-top: 0; }
.menu-widget--column-menu .section-title > * { width: 100%; }
@media (max-width: 991px) { .menu-widget--column-menu .section-title { padding-top: 20px; padding-bottom: 20px; border: 0; margin-top: 0; }
  .menu-widget--column-menu .section-title h2 { font-size: 2rem; }
  .menu-widget--column-menu .section-title .arrow-icon { position: relative; }
  .menu-widget--column-menu .section-title .arrow-icon .fa-icon { height: 1.4rem; }
  .menu-widget--column-menu .section-title .arrow-icon .fa-icon[data-icon="plus"] { opacity: 1; }
  .menu-widget--column-menu .section-title .arrow-icon .fa-icon[data-icon="minus"] { opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .menu-widget--column-menu .section-title.active .arrow-icon .fa-icon[data-icon="plus"] { opacity: 0; }
  .menu-widget--column-menu .section-title.active .arrow-icon .fa-icon[data-icon="minus"] { opacity: 1; } }
.menu-widget--column-menu .section-title h2 { position: relative; }
.menu-widget--column-menu .section-title h2:before { content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; border-top: 1px solid #927C55; }
.menu-widget--column-menu .section-title h2 span { position: relative; background: #ECE0D4; padding: 0 40px; }
.menu-widget--column-menu .section-title h2 + span { margin-top: 10px; }
.menu-widget--column-menu .section-title .button-wrap .button { margin-top: 25px; }
.menu-widget--column-menu .column { position: relative; width: 50%; margin: 80px 0; }
@media (max-width: 991px) { .menu-widget--column-menu .column { width: 100%; margin: 20px 0; } }
@media (min-width: 768px) and (max-width: 991px) { .menu-widget--column-menu .column { padding: 0 40px; } }
@media (max-width: 767px) { .menu-widget--column-menu .column { padding: 0 20px; } }
@media (min-width: 992px) { .menu-widget--column-menu .column:first-child { padding-right: 80px; }
  .menu-widget--column-menu .column:last-child { padding-left: 80px; } }
.menu-widget--column-menu .column .divider { position: absolute; top: 0; bottom: 0; left: 0; background: #927C55; width: 1px; display: none; margin-top: 0 !important; }
.menu-widget--column-menu .column + .column .divider { display: block; }
@media (max-width: 991px) { .menu-widget--column-menu .column + .column .divider { display: none !important; } }

@media (max-width: 991px) { .menu-widget--drinks-menu > .container-fluid { padding-left: 0; padding-right: 0; } }
.menu-widget--drinks-menu .section { position: relative; }
@media (max-width: 991px) { .menu-widget--drinks-menu .section { border-top: 1px solid #927C55; }
  .menu-widget--drinks-menu .section:last-child { border-bottom: 1px solid #927C55; } }
.menu-widget--drinks-menu .section.bg-white { border-radius: 4px; padding: 60px; }
.menu-widget--drinks-menu .section .anchor-point { position: absolute; bottom: 100%; left: 0; right: 0; height: 75px; pointer-events: none; }
.menu-widget--drinks-menu .section + .section { margin-top: 60px; }
@media (max-width: 991px) { .menu-widget--drinks-menu .section + .section { margin-top: 0; } }
.menu-widget--drinks-menu .title-wrap { position: relative; }
@media (max-width: 991px) { .menu-widget--drinks-menu .title-wrap { padding-top: 20px; padding-bottom: 20px; border: 0; margin-top: 0; }
  .menu-widget--drinks-menu .title-wrap .arrow-icon { position: relative; }
  .menu-widget--drinks-menu .title-wrap .arrow-icon .fa-icon { height: 1.4rem; }
  .menu-widget--drinks-menu .title-wrap .arrow-icon .fa-icon[data-icon="plus"] { opacity: 1; }
  .menu-widget--drinks-menu .title-wrap .arrow-icon .fa-icon[data-icon="minus"] { opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .menu-widget--drinks-menu .title-wrap.active .arrow-icon .fa-icon[data-icon="plus"] { opacity: 0; }
  .menu-widget--drinks-menu .title-wrap.active .arrow-icon .fa-icon[data-icon="minus"] { opacity: 1; } }
@media (max-width: 991px) { .menu-widget--drinks-menu .title-wrap + .item-wrap { display: none; } }
.menu-widget--drinks-menu .section-title { font-size: 2.8rem; letter-spacing: 0; line-height: 3.8rem; text-transform: none; font-style: italic; }
@media (max-width: 991px) { .menu-widget--drinks-menu .section-title { font-size: 2rem; line-height: 2.6rem; } }
.menu-widget--drinks-menu .section-headings { margin: 0 -60px; }
@media (max-width: 991px) { .menu-widget--drinks-menu .section-headings { margin: 14px 0 0; } }
.menu-widget--drinks-menu .section-headings .heading { padding: 0 60px; min-width: 195px; }
@media (max-width: 991px) { .menu-widget--drinks-menu .section-headings .heading { min-width: auto; padding: 0; flex: 1; } }
.menu-widget--drinks-menu .section-headings .heading .title { text-transform: uppercase; font-size: 1.8rem; font-weight: 400; line-height: 1; color: #927C55; }
.menu-widget--drinks-menu .section-headings .heading .subtitle { text-transform: none; font-size: 1.2rem; line-height: 1; margin-top: 2px; color: #303030; }
@media (max-width: 991px) { .menu-widget--drinks-menu .section-headings .heading .subtitle { margin-top: 0; margin-left: 5px; } }
@media (max-width: 767px) { .menu-widget--drinks-menu .section-headings .heading .subtitle { font-size: 1rem; } }
.menu-widget--drinks-menu .title-wrap.text-center + .item-wrap:before { left: 50%; transform: translateX(-50%); }
.menu-widget--drinks-menu .item-wrap { position: relative; margin: 40px 0 0; padding-top: 20px; }
@media (min-width: 768px) and (max-width: 991px) { .menu-widget--drinks-menu .item-wrap { padding: 0 40px; margin: 20px 0 40px; } }
@media (max-width: 767px) { .menu-widget--drinks-menu .item-wrap { padding: 0 20px; margin: 0 0 25px; } }
.menu-widget--drinks-menu .item-wrap:before { content: ""; position: absolute; top: 0; left: 0; width: 50px; height: 1px; background: #927C55; }
.menu-widget--drinks-menu .item-wrap .item { padding: 20px 0; }
@media (max-width: 991px) { .menu-widget--drinks-menu .item-wrap .item { padding: 30px 0; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .menu-widget--drinks-menu .item-wrap .item > div { width: 100%; } }
.menu-widget--drinks-menu .item-wrap .item .title { font-weight: 400; font-size: 1.8rem; text-transform: uppercase; letter-spacing: 0.1em; }
@media (max-width: 767px) { .menu-widget--drinks-menu .item-wrap .item .title { font-size: 1.4rem; } }
.menu-widget--drinks-menu .item-wrap .item .description { margin-top: 0; color: #927C55; font-style: italic; }
.menu-widget--drinks-menu .item-wrap .item .price-wrap { margin: 0 -60px; }
@media (max-width: 991px) { .menu-widget--drinks-menu .item-wrap .item .price-wrap { margin: 7px 0 0; } }
.menu-widget--drinks-menu .item-wrap .item .price-wrap .price { font-style: italic; padding: 0 60px; min-width: 195px; font-weight: 400; font-size: 1.8rem; text-transform: uppercase; letter-spacing: 0.1em; }
@media (max-width: 991px) { .menu-widget--drinks-menu .item-wrap .item .price-wrap .price { font-size: 1.4rem; align-items: flex-start !important; min-width: auto; padding: 0; flex: 1; } }
.menu-widget--drinks-menu .item-wrap .item .price-wrap .price .no-price { margin-right: 12px; }
@media (max-width: 991px) { .menu-widget--drinks-menu .item-wrap .item .price-wrap .price .no-price { margin-right: 0; } }
.menu-widget--drinks-menu .item-wrap .item .price-wrap .price .no-price:before { content: ""; display: block; width: 10px; height: 1px; background: #303030; margin: 0 auto; }

.menu-widget--full-width-cta .cta-box { position: relative; display: flex; align-items: center; justify-content: center; }
.menu-widget--full-width-cta .cta-box.bg-primary { color: white; border-radius: 4px; min-height: 320px; padding: 55px 100px; }
.menu-widget--full-width-cta .cta-box.bg-primary h1, .menu-widget--full-width-cta .cta-box.bg-primary .h1, .menu-widget--full-width-cta .cta-box.bg-primary h2, .menu-widget--full-width-cta .cta-box.bg-primary .h2, .menu-widget--full-width-cta .cta-box.bg-primary h3, .menu-widget--full-width-cta .cta-box.bg-primary .h3, .menu-widget--full-width-cta .cta-box.bg-primary h4, .menu-widget--full-width-cta .cta-box.bg-primary .h4, .menu-widget--full-width-cta .cta-box.bg-primary h5, .menu-widget--full-width-cta .cta-box.bg-primary .h5, .menu-widget--full-width-cta .cta-box.bg-primary h6, .menu-widget--full-width-cta .cta-box.bg-primary .h6 { color: white; }
@media (max-width: 767px) { .menu-widget--full-width-cta .cta-box.bg-primary { padding: 40px; } }
.menu-widget--full-width-cta .cta-box .button-wrap { margin: 25px -5px -5px; }
.menu-widget--full-width-cta .cta-box .button-wrap .button { margin: 5px; }

.column-menu-widget--box-cta .cta-box { display: block; position: relative; padding: 55px 40px; background: white; border-radius: 4px; }
@media (max-width: 767px) { .column-menu-widget--box-cta .cta-box { padding: 35px 20px; } }
.column-menu-widget--box-cta .cta-box h2 { font-size: 2.8rem; line-height: 3.8rem; font-style: italic; text-transform: none; letter-spacing: 0; }
@media (max-width: 767px) { .column-menu-widget--box-cta .cta-box h2 { font-size: 2rem; line-height: 2.6rem; } }
.column-menu-widget--box-cta .cta-box > p { margin-top: 15px; }
.column-menu-widget--box-cta .cta-box * + .dishes-wrap { position: relative; margin-top: 40px; padding-top: 40px; }
.column-menu-widget--box-cta .cta-box * + .dishes-wrap:before { content: ""; position: absolute; top: 0; width: 50px; height: 1px; background: #927C55; }
.column-menu-widget--box-cta .cta-box * + .dishes-wrap.horizontal:before { left: 0; }
.column-menu-widget--box-cta .cta-box * + .dishes-wrap.vertical:before { left: 50%; transform: translateX(-50%); }
.column-menu-widget--box-cta .cta-box .button { margin-top: 40px; }
.column-menu-widget--box-cta .cta-box:before { content: ""; position: absolute; z-index: 10; pointer-events: none; }
.column-menu-widget--box-cta + * { margin-top: 80px; }
@media (max-width: 767px) { .column-menu-widget--box-cta + * { margin-top: 60px; } }

.dishes-wrap .dish { position: relative; color: #303030; padding: 40px 0; }
@media (max-width: 991px) { .dishes-wrap .dish { padding: 30px 0; } }
.dishes-wrap .dish:first-child { padding-top: 0; }
.dishes-wrap .dish:last-child { padding-bottom: 0; }
.dishes-wrap .dish.divider--line + .dish:before { content: ""; position: absolute; top: 0; width: 50px; height: 1px; background: #927C55; }
.dishes-wrap .dish.divider--asterix + .dish:before { content: "*"; position: absolute; top: -7px; left: 0; right: 0; font-size: 2.1rem; color: #927C55; }
.dishes-wrap .dish .title { flex: 2; font-weight: 400; font-size: 1.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 767px) { .dishes-wrap .dish .title { font-size: 1.4rem; } }
.dishes-wrap .dish .price-wrap .price { font-weight: 400; font-size: 1.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.dishes-wrap .dish .price-wrap .price-tag { color: #927C55; font-size: 1.2rem; margin-left: 5px; }
.dishes-wrap .dish .description-wrap { width: 100%; font-style: italic; }
.dishes-wrap .dish .description-wrap .description { margin-top: 0; font-style: italic; }
.dishes-wrap .dish .description-wrap .marker { color: #927C55; font-size: 1.2rem; margin-left: 5px; }
.dishes-wrap .dish .optional-extras { color: #927C55; margin-top: 10px; }
.dishes-wrap .dish .optional-extras .extra { font-style: italic; }
.dishes-wrap .dish .optional-extras .extra .extra-title { padding-right: 60px; }
@media (max-width: 767px) { .dishes-wrap .dish .optional-extras .extra .extra-title { padding-right: 20px; } }
.dishes-wrap.horizontal .dish.divider--line:before { left: 0; }
.dishes-wrap.horizontal .dish.divider--asterix { text-align: left; }
.dishes-wrap.vertical .dish.divider--line { left: 50%; transform: translateX(-50%); }
.dishes-wrap.vertical .dish.divider--asterix { text-align: center; }
.dishes-wrap.vertical .dish .price-wrap { margin-top: 10px; }
.dishes-wrap.vertical .dish .optional-extras .extra .extra-title { padding-right: 0 !important; }

.column-menu-widget--dishes + * { margin-top: 80px; }
@media (max-width: 767px) { .column-menu-widget--dishes + * { margin-top: 60px; } }

.column-menu-widget--line-divider .line-divider { position: relative; border-top: 1px solid #927C55; width: 100%; }
.column-menu-widget--line-divider + * { margin-top: 80px; }
@media (max-width: 767px) { .column-menu-widget--line-divider + * { margin-top: 60px; } }

.column-menu-widget--description p { color: #927C55; }
.column-menu-widget--description + * { margin-top: 80px; }
@media (max-width: 767px) { .column-menu-widget--description + * { margin-top: 60px; } }

.column-menu-widget--title h2 { font-size: 2.8rem; line-height: 3.8rem; font-style: italic; text-transform: none; letter-spacing: 0; }
@media (max-width: 767px) { .column-menu-widget--title h2 { font-size: 2rem; line-height: 2.6rem; } }
.column-menu-widget--title .icon svg { height: 3rem; }
.column-menu-widget--title .icon svg * { stroke: #927C55; }
.column-menu-widget--title + .column-menu-widget--description { margin-top: 40px; }
@media (max-width: 767px) { .column-menu-widget--title + .column-menu-widget--description { margin-top: 20px; } }
.column-menu-widget--title + *:not(.column-menu-widget--description) { margin-top: 80px; }
@media (max-width: 767px) { .column-menu-widget--title + *:not(.column-menu-widget--description) { margin-top: 60px; } }

.slider-widget > .text { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; }
.slider-widget .widget-slider .slide { height: 100vh; overflow: hidden; }
.slider-widget .widget-slider .slide .image, .slider-widget .widget-slider .slide .video-mask { z-index: 1; }
.slider-widget .widget-slider .slide .text { z-index: 2; position: relative; padding: 80px; }
@media (min-width: 768px) and (max-width: 1199px) { .slider-widget .widget-slider .slide .text { padding-left: 40px; padding-right: 40px; } }
@media (max-width: 767px) { .slider-widget .widget-slider .slide .text { padding: 40px 20px; } }
.slider-widget .widget-slider .slide .text .text-inner { max-width: 60%; }
@media (max-width: 991px) { .slider-widget .widget-slider .slide .text .text-inner { max-width: none; } }
.slider-widget .widget-slider .slide-1 .tint-overlay:after { opacity: var(--tintopacity-1); }
.slider-widget .widget-slider .slide-2 .tint-overlay:after { opacity: var(--tintopacity-2); }
.slider-widget .widget-slider .slide-3 .tint-overlay:after { opacity: var(--tintopacity-3); }
.slider-widget .widget-slider .slide-4 .tint-overlay:after { opacity: var(--tintopacity-4); }
.slider-widget .widget-slider .slide-5 .tint-overlay:after { opacity: var(--tintopacity-5); }
.slider-widget .widget-slider .slide-6 .tint-overlay:after { opacity: var(--tintopacity-6); }
.slider-widget .widget-slider .slide-7 .tint-overlay:after { opacity: var(--tintopacity-7); }
.slider-widget .widget-slider .slide-8 .tint-overlay:after { opacity: var(--tintopacity-8); }
.slider-widget .widget-slider .slide-9 .tint-overlay:after { opacity: var(--tintopacity-9); }
.slider-widget .widget-slider .slide-10 .tint-overlay:after { opacity: var(--tintopacity-10); }
.slider-widget .widget-slider .slide-11 .tint-overlay:after { opacity: var(--tintopacity-11); }

.single-media-widget .image-wrap { position: relative; height: 49vw; max-height: 700px; overflow: hidden; border-radius: 4px; }
@media (max-width: 767px) { .single-media-widget .image-wrap { height: 66vw; } }

.spacer-widget--small { height: 40px; }
@media (max-width: 767px) { .spacer-widget--small { height: 20px; } }
.spacer-widget--medium { height: 80px; }
@media (max-width: 767px) { .spacer-widget--medium { height: 40px; } }

.text-widget blockquote { margin-bottom: 0; background: #927C55; color: white; padding: 25px 30px; font-size: 2rem; font-style: italic; border-radius: 4px; }
@media (max-width: 767px) { .text-widget blockquote { padding: 15px 20px; font-size: 1.6rem; } }

.text-columns-widget h2 + .column-wrap { margin-top: 23px; }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget h2 + .column-wrap { margin-top: 10px; } }
.text-columns-widget .column-wrap { margin: 0 -40px; }
@media (min-width: 992px) and (max-width: 1199px) { .text-columns-widget .column-wrap { margin: 0 -30px; } }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget .column-wrap { margin: -15px -30px; } }
@media (max-width: 767px) { .text-columns-widget .column-wrap { margin: 10px 0 0; } }
.text-columns-widget .column-wrap .column { padding: 0 40px; }
@media (min-width: 992px) and (max-width: 1199px) { .text-columns-widget .column-wrap .column { padding: 0 30px; } }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget .column-wrap .column { padding: 15px 30px; } }
@media (max-width: 767px) { .text-columns-widget .column-wrap .column { padding: 0; }
  .text-columns-widget .column-wrap .column + .column { margin-top: 20px; } }
.text-columns-widget--layout-two .column-wrap .column { flex: 1; }
.text-columns-widget--layout-three .column-wrap .column { flex: 1; }
.text-columns-widget--layout-three .column-wrap .column:first-child { flex: 2; }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget--layout-three .column-wrap .column:first-child { flex-basis: 100%; } }
@media (min-width: 1200px) { .text-columns-widget--layout-three .column-wrap .column:nth-child(2) { padding-right: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) { .text-columns-widget--layout-three .column-wrap .column:nth-child(2) { padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget--layout-three .column-wrap .column:nth-child(2) { padding-right: 30px; } }
@media (min-width: 1200px) { .text-columns-widget--layout-three .column-wrap .column:nth-child(3) { padding-left: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) { .text-columns-widget--layout-three .column-wrap .column:nth-child(3) { padding-left: 20px; } }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget--layout-three .column-wrap .column:nth-child(3) { padding-left: 30px; } }
.text-columns-widget--layout-three-alt .column-wrap .column { flex: 1; }
@media (min-width: 1200px) { .text-columns-widget--layout-three-alt .column-wrap .column:nth-child(1) { padding-right: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) { .text-columns-widget--layout-three-alt .column-wrap .column:nth-child(1) { padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget--layout-three-alt .column-wrap .column:nth-child(1) { padding-right: 30px; } }
@media (min-width: 1200px) { .text-columns-widget--layout-three-alt .column-wrap .column:nth-child(2) { padding-left: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) { .text-columns-widget--layout-three-alt .column-wrap .column:nth-child(2) { padding-left: 20px; } }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget--layout-three-alt .column-wrap .column:nth-child(2) { padding-left: 30px; } }
.text-columns-widget--layout-three-alt .column-wrap .column:last-child { flex: 2; }
@media (min-width: 768px) and (max-width: 991px) { .text-columns-widget--layout-three-alt .column-wrap .column:last-child { flex-basis: 100%; } }
.text-columns-widget--layout-four .column-wrap .column { flex: 1; }

.text-links-widget { padding: 40px 0; background: #000; }
@media (max-width: 991px) { .text-links-widget { padding: 60px 0; } }
.text-links-widget .text-links-wrap { margin: -20px; }
@media (max-width: 767px) { .text-links-widget .text-links-wrap { margin: -20px 0; } }
.text-links-widget .text-links-wrap .text-link { margin: 20px; }
@media (max-width: 767px) { .text-links-widget .text-links-wrap .text-link { width: 100%; margin: 20px 0; } }
.text-links-widget .text-links-wrap .subtitle { color: white; font-size: 1.8rem; }
body.nonTouchDevice .text-links-widget .text-links-wrap a:hover { color: #927C55; }

.thumbnail-gallery-widget .gallery-list { margin: -20px 20px; }
@media (max-width: 767px) { .thumbnail-gallery-widget .gallery-list { margin: -5px 5px; } }
.thumbnail-gallery-widget .gallery-list .gallery-item { display: flex; align-items: center; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 25%; padding: 20px; border-radius: 4px; }
@media (min-width: 768px) and (max-width: 991px) { .thumbnail-gallery-widget .gallery-list .gallery-item { width: 33.33%; } }
@media (max-width: 767px) { .thumbnail-gallery-widget .gallery-list .gallery-item { width: 50%; padding: 5px; } }
.thumbnail-gallery-widget .gallery-list .gallery-item a.fancybox { display: flex; height: 18vw; border-top-left-radius: 4px; border-top-right-radius: 4px; overflow: hidden; }
@media (min-width: 768px) and (max-width: 991px) { .thumbnail-gallery-widget .gallery-list .gallery-item a.fancybox { height: 25vw; } }
@media (max-width: 767px) { .thumbnail-gallery-widget .gallery-list .gallery-item a.fancybox { height: 35vw; } }
body.nonTouchDevice .thumbnail-gallery-widget .gallery-list .gallery-item a.fancybox:hover .image:before { opacity: 0.6; }
body.nonTouchDevice .thumbnail-gallery-widget .gallery-list .gallery-item a.fancybox:hover .image svg { top: 50%; opacity: 1; }
.thumbnail-gallery-widget .gallery-list .gallery-item a.download-link { width: 100%; padding: 20px; background: #927C55; color: white; text-align: center; font-family: "eb-garamond", serif; font-size: 2rem; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
body.nonTouchDevice .thumbnail-gallery-widget .gallery-list .gallery-item a.download-link:hover { color: white; background: #726142; }
.thumbnail-gallery-widget .gallery-list .gallery-item .image { position: relative; width: 100%; }
.thumbnail-gallery-widget .gallery-list .gallery-item .image svg { opacity: 0; z-index: 2; position: absolute; height: 4rem; width: auto; left: 50%; top: 70%; fill: white; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: all .25s ease; }
@media (max-width: 767px) { .thumbnail-gallery-widget .gallery-list .gallery-item .image svg { height: 3rem; } }
.thumbnail-gallery-widget .gallery-list .gallery-item .image:before { content: ''; z-index: 1; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: black; opacity: 0; transition: all .25s ease; }

.woocommerce .woocommerce-notices-wrapper { width: 100%; }
.woocommerce .woocommerce-notices-wrapper .woocommerce-message { display: flex; align-items: center; justify-content: space-between; padding: 20px 30px; margin-bottom: 60px; border-radius: 4px; background: #927C55; color: white; font-size: 1.8rem; font-style: italic; }
@media (max-width: 767px) { .woocommerce .woocommerce-notices-wrapper .woocommerce-message { font-size: 1.6rem; } }
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button { order: 2; margin-top: 0; color: #927C55; background: white; border-color: white; }
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button .fa-icon { fill: #927C55; }
body.nonTouchDevice .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover { color: white; background: #927C55; border-color: #927C55; }
body.nonTouchDevice .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover .fa-icon { fill: white; }
.woocommerce img { border-radius: 4px; }
.woocommerce .price { display: block; color: #927C55; font-size: 2.4rem; margin-top: 10px; }
.woocommerce .quantity { order: 2; min-width: 80px; padding: 0 10px; background: white; color: #927C55; border: 1px solid #927C55; border-radius: 4px; }
.woocommerce form { margin-top: -10px; }
@media (max-width: 767px) { .woocommerce form { margin-top: -10px; } }
.woocommerce form .woocommerce-billing-fields__field-wrapper, .woocommerce form .woocommerce-shipping-fields__field-wrapper { display: flex; flex-wrap: wrap; justify-content: space-between; }
.woocommerce form .form-group { margin: 10px 0 0; }
@media (min-width: 768px) { .woocommerce form .form-group { width: calc(50% - 5px); } }
@media (max-width: 767px) { .woocommerce form .form-group { width: 100%; margin: 10px 0 0; } }
.woocommerce form .form-group.notes { width: 100% !important; }
.woocommerce form .form-group label.screen-reader-text { clip: auto; clip-path: none; height: auto; overflow: visible; position: static !important; width: auto; }
.woocommerce form .form-group .field-wrap { min-height: 68px; }
.woocommerce form .form-group .select2-container--default .select2-selection--single { background: transparent; border: 0; }
.woocommerce form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 32px; }

.woocommerce-shop ul.products { display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -30px; padding: 0; list-style: none outside; }
@media (max-width: 767px) { .woocommerce-shop ul.products { margin: -20px 0; } }
.woocommerce-shop ul.products li.product { display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; justify-content: flex-start; align-items: flex-start; margin: 30px; padding: 0; position: relative; width: calc(100% / 4 - 60px); }
@media (min-width: 992px) and (max-width: 1199px) { .woocommerce-shop ul.products li.product { width: calc(100% / 3 - 60px); } }
@media (min-width: 768px) and (max-width: 991px) { .woocommerce-shop ul.products li.product { width: calc(100% / 2 - 60px); } }
@media (max-width: 767px) { .woocommerce-shop ul.products li.product { width: 100%; margin: 20px 0; } }
.woocommerce-shop ul.products li.product a { text-decoration: none; }
.woocommerce-shop ul.products li.product a img { width: 100%; height: auto; display: block; margin: 0 0 1em; box-shadow: none; }
.woocommerce-shop ul.products li.product a h2 { margin: 0; font-size: 2.4rem; line-height: 3.4rem; }
.woocommerce-shop ul.products li.product a:not(.add_to_cart_button):not(.product_type_simple) { width: 100%; }
.woocommerce-shop ul.products li.product .add_to_cart_button { display: inline-block; margin-top: 1em; }
.woocommerce-shop .shop-filters-wrap { padding: 20px 30px; margin-bottom: 60px; border-radius: 4px; background: #927C55; color: white; font-size: 1.8rem; font-style: italic; }
@media (max-width: 767px) { .woocommerce-shop .shop-filters-wrap { font-size: 1.6rem; padding: 20px; } }
.woocommerce-shop .shop-filters-wrap .woocommerce-result-count { margin: 0; }
@media (max-width: 767px) { .woocommerce-shop .shop-filters-wrap .woocommerce-result-count { width: 100%; } }
.woocommerce-shop .shop-filters-wrap .woocommerce-result-count + .woocommerce-ordering { margin-left: 30px; }
@media (max-width: 767px) { .woocommerce-shop .shop-filters-wrap .woocommerce-result-count + .woocommerce-ordering { margin-left: 0; } }
.woocommerce-shop .shop-filters-wrap .woocommerce-ordering { margin-top: 0; }
@media (max-width: 767px) { .woocommerce-shop .shop-filters-wrap .woocommerce-ordering { width: 100%; margin: 20px 0; } }
.woocommerce-shop .shop-filters-wrap .woocommerce-ordering select { background: transparent; border: 0; border-bottom: 1px solid white; padding: 0 3px 5px; }
.woocommerce-shop .shop-filters-wrap .woocommerce-ordering select option { color: black !important; }
.woocommerce-shop .shop-filters-wrap .button-wrap { flex: 2; }
.woocommerce-shop .shop-filters-wrap .button-wrap .button { margin-top: 0; }
@media (max-width: 767px) { .woocommerce-shop .shop-filters-wrap .button-wrap .button { width: 100%; } }

.woocommerce .site-main > .product { display: flex; align-items: flex-start; justify-content: center; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (max-width: 991px) { .woocommerce .site-main > .product { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
.woocommerce .site-main > .product .woocommerce-product-gallery { flex: 1; }
.woocommerce .site-main > .product .woocommerce-product-gallery img { width: 100%; display: block; height: auto; object-fit: contain; }
.woocommerce .site-main > .product h2 { font-size: 2.4rem; line-height: 3.4rem; }
.woocommerce .site-main > .product .summary { padding-left: 80px; flex: 1; }
@media (max-width: 991px) { .woocommerce .site-main > .product .summary { padding-left: 0; padding-top: 40px; } }
.woocommerce .site-main > .product .summary .price { margin-top: 0; }
.woocommerce .site-main > .product .summary .woocommerce-product-details__short-description > p { margin-top: 40px; }
.woocommerce .site-main > .product .summary .woocommerce-product-details__short-description .woocommerce-message { background: white; color: #927C55; border: 1px solid #927C55; border-radius: 4px; padding: 20px; margin-top: 40px; max-width: 400px; }
@media (max-width: 991px) { .woocommerce .site-main > .product .summary .woocommerce-product-details__short-description .woocommerce-message { max-width: none; } }
.woocommerce .site-main > .product .summary .cart { display: flex; align-items: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 40px; }
.woocommerce .site-main > .product .summary .cart .button { order: 1; margin-top: 0; margin-right: 40px; }
.woocommerce .site-main > .product .summary .nyp { width: 100%; }
.woocommerce .site-main > .product .summary .nyp input { text-align: left !important; font-weight: 400 !important; }
.woocommerce .site-main > .product .summary .nyp .nyp-error-1 ul { list-style: none; color: red; }
.woocommerce .site-main > .product .summary .voucher-fields-wrapper { width: 100%; margin-bottom: 40px; }
.woocommerce .site-main > .product .summary .voucher-fields-wrapper .form-group { width: 100% !important; }
.woocommerce .site-main > .product .related.products { width: 100%; margin-top: 60px; padding-top: 50px; border-top: 1px solid #927C55; }
.woocommerce .site-main > .product .related.products > h2 { margin-bottom: 20px; }
.woocommerce .site-main > .product .related.products ul.products { display: flex; justify-content: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: -20px; }
@media (max-width: 767px) { .woocommerce .site-main > .product .related.products ul.products { margin: -20px 0; } }
.woocommerce .site-main > .product .related.products ul.products li { margin: 20px; width: calc(100% / 4 - 40px); }
@media (min-width: 768px) and (max-width: 991px) { .woocommerce .site-main > .product .related.products ul.products li { width: calc(100% / 2 - 40px); } }
@media (max-width: 767px) { .woocommerce .site-main > .product .related.products ul.products li { width: 100%; margin: 20px 0; } }
.woocommerce .site-main > .product .related.products ul.products li img { object-fit: contain; display: block; width: 100%; height: auto; }

.woocommerce-cart table.shop_table { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 -1px 24px 0; text-align: left; width: 100%; border-collapse: separate; border-radius: 5px; border: 0; }
.woocommerce-cart table.shop_table thead { display: none; }
.woocommerce-cart table.shop_table th { font-weight: 700; padding: 9px 12px; line-height: 1.5em; }
.woocommerce-cart table.shop_table th .product-thumbnail { min-width: 32px; }
.woocommerce-cart table.shop_table td { border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 9px 12px; vertical-align: middle; line-height: 1.5em; }
.woocommerce-cart table.shop_table tbody tr { display: flex; width: 100%; }
@media (min-width: 992px) and (max-width: 1199px) { .woocommerce-cart table.shop_table tbody tr { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
.woocommerce-cart table.shop_table tbody tr:first-child td { border-top: 0 !important; padding-top: 0 !important; }
.woocommerce-cart table.shop_table tbody tr:nth-child(2n) td { background: transparent !important; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr:nth-child(2n) td.product-subtotal { border-top: 0 !important; padding-top: 0 !important; } }
.woocommerce-cart table.shop_table tbody tr.cart_item td { padding: 35px 0; display: flex; align-items: center; border-top: 1px solid #927C55; }
@media (max-width: 991px) { .woocommerce-cart table.shop_table tbody tr.cart_item td { text-align: left !important; }
  .woocommerce-cart table.shop_table tbody tr.cart_item td:before { display: none !important; } }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr.cart_item td { padding: 20px 0; } }
.woocommerce-cart table.shop_table tbody tr:not(.cart_item) { position: relative; justify-content: flex-end; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr:not(.cart_item) { justify-content: center; } }
.woocommerce-cart table.shop_table tbody tr:not(.cart_item):before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #927C55; }
.woocommerce-cart table.shop_table tbody tr:not(.cart_item) td { padding: 40px 0 0; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr:not(.cart_item) td { background-color: transparent !important; } }
.woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions { width: 100%; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
.woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions .coupon { display: flex; align-items: flex-start; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions .coupon { width: 100%; } }
.woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions .coupon input { width: 190px; height: 45px; padding: 0 10px !important; background: white; color: #927C55; border: 1px solid #927C55; border-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions .coupon input { flex: 2; max-width: none; } }
.woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions .coupon input + .button { width: auto; border-top-left-radius: 0; border-bottom-left-radius: 0; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions .coupon input + .button { margin-top: 0 !important; flex: 1; width: auto; padding-top: 11px; padding-bottom: 11px; } }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody tr:not(.cart_item) td.actions .button { width: 100%; margin-top: 20px !important; } }
.woocommerce-cart table.shop_table tbody tr:not(.cart_item) .button { margin-top: 0 !important; }
.woocommerce-cart table.shop_table tbody .product-thumbnail { min-width: 70px; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody .product-thumbnail { min-width: 50px; } }
.woocommerce-cart table.shop_table tbody .product-thumbnail img { width: 70px; height: auto; object-fit: contain; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody .product-thumbnail img { width: 50px; } }
.woocommerce-cart table.shop_table tbody .product-name { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; justify-content: center; align-items: flex-start !important; flex: 2; padding-left: 40px !important; padding-right: 40px !important; }
@media (min-width: 992px) and (max-width: 1199px) { .woocommerce-cart table.shop_table tbody .product-name { flex-basis: calc(100% - 70px); } }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody .product-name { padding-left: 20px !important; padding-right: 20px !important; } }
.woocommerce-cart table.shop_table tbody .product-name a { font-size: 2.8rem; font-weight: 400; line-height: 4rem; color: #303030; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody .product-name a { font-size: 1.4rem; line-height: 22px; } }
.woocommerce-cart table.shop_table tbody .product-subtotal { order: 4; padding-left: 40px !important; padding-right: 40px !important; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody .product-subtotal { order: 5; flex-basis: 100%; padding-left: 0 !important; padding-right: 20px !important; } }
.woocommerce-cart table.shop_table tbody .product-subtotal .amount { color: #927C55; font-size: 2.8rem; letter-spacing: 0.1em; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody .product-subtotal .amount { font-size: 2.6rem; } }
@media (min-width: 992px) and (max-width: 1199px) { .woocommerce-cart table.shop_table tbody .product-quantity { margin-left: 110px; } }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody .product-quantity { width: 80px; } }
.woocommerce-cart table.shop_table tbody .product-remove { order: 5; }
@media (max-width: 767px) { .woocommerce-cart table.shop_table tbody .product-remove { order: 4; padding-left: 20px !important; } }
.woocommerce-cart table.shop_table tbody .product-remove a.remove { font-size: 3rem; font-weight: 400; padding: 0 9px; background: #927C55; color: white; border-radius: 4px; width: 40px; height: 40px; line-height: 36px; text-align: center; }
@media (min-width: 1200px) { .woocommerce-cart table.shop_table tbody .product-remove a.remove:hover { background: #726142 !important; } }
.woocommerce-cart table.shop_table tbody .product-price { display: none !important; }
.woocommerce-cart .cart-collaterals { width: 100%; margin-top: 80px; }
.woocommerce-cart .cart-collaterals .cart_totals { display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.woocommerce-cart .cart-collaterals .cart_totals h2 { width: 100%; font-size: 2.4rem; margin-bottom: 20px; }
.woocommerce-cart .cart-collaterals .cart_totals table { border-collapse: separate; margin: 0 0 40px; flex: 1; max-width: 50%; background: #927C55; color: white; padding: 40px; }
@media (max-width: 767px) { .woocommerce-cart .cart-collaterals .cart_totals table { max-width: none; padding: 20px; margin-bottom: 20px; } }
.woocommerce-cart .cart-collaterals .cart_totals table tr { justify-content: space-between !important; }
.woocommerce-cart .cart-collaterals .cart_totals table tr:before { background: white !important; }
.woocommerce-cart .cart-collaterals .cart_totals table tr th { font-size: 2rem; font-weight: 400; font-style: italic; }
.woocommerce-cart .cart-collaterals .cart_totals table tr td { font-size: 2rem; text-align: right; }
.woocommerce-cart .cart-collaterals .cart_totals table tr th, .woocommerce-cart .cart-collaterals .cart_totals table tr td { padding: 9px 12px !important; }
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal:before { display: none; }
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td { padding: 9px 12px !important; }
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td .woocommerce-shipping-methods { list-style: none outside; }
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td .woocommerce-shipping-methods li { display: flex; justify-content: flex-end; }
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td .woocommerce-shipping-methods li label { color: white; }
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td .woocommerce-shipping-methods li input[type="radio"] + label { padding-left: 0 !important; padding-right: 44px !important; }
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td .woocommerce-shipping-methods li input[type="radio"] + label .amount { margin-left: 10px; }
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td .woocommerce-shipping-methods li input[type="radio"] + label:before { border-color: white; left: auto; right: 0; }
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td .woocommerce-shipping-methods li input[type="radio"] + label:after { background: white !important; left: auto; right: 0; }
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td > p { font-size: 1.6rem; }
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout { display: flex; align-items: flex-end; }
@media (max-width: 767px) { .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout { width: 100%; } }
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button { margin-top: 0; }
@media (max-width: 767px) { .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button { margin-top: 25px; width: 100%; } }

.woocommerce-checkout .woocommerce-form-coupon-toggle { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 20px 30px; border-radius: 4px; background: #927C55; color: white; font-size: 1.8rem; font-style: italic; }
@media (max-width: 767px) { .woocommerce-checkout .woocommerce-form-coupon-toggle { font-size: 1.6rem; } }
.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon { color: rgba(255, 255, 255, 0.6); }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon { background: #a28a5f; color: white; padding: 25px 30px 20px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .form-group { width: 100% !important; }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .field-wrap { border-color: white !important; }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .field-wrap label { color: white; }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .field-wrap input { color: white; }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .field-wrap input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.3); }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .field-wrap input:-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .field-wrap input::-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .field-wrap input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.3); }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .form-row-last .field-wrap { border: 0; padding-left: 0 !important; padding-right: 0 !important; }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .form-row-last .field-wrap .button { margin-top: 0; }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .button { margin-top: 0; color: #927C55; background: white; border-color: white; }
.woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .button .fa-icon { fill: #927C55; }
@media (min-width: 1200px) { .woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .button:hover { color: white; background: #927C55; border-color: #927C55; }
  .woocommerce-checkout .woocommerce-form-coupon-toggle + .woocommerce-form-coupon .button:hover .fa-icon { fill: white; } }
.woocommerce-checkout .woocommerce-form-coupon { margin: -3px 0 0; }
.woocommerce-checkout .checkout { margin-top: 60px; }
.woocommerce-checkout .checkout #customer_details div + div { margin-top: 60px; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label { font-weight: 400; }
@media (max-width: 767px) { .woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label { font-size: 1.5rem; } }
.woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label input + span { position: relative; padding-left: 40px; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label input + span:after, .woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label input + span:before { position: absolute; content: ''; transition: all .2s ease; }
@media (max-width: 767px) { .woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label input + span:after, .woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label input + span:before { top: -4px !important; } }
.woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label input + span:before { width: 24px; height: 24px; border: 1px solid #927C55; border-radius: 2px; background: transparent; left: 0; top: 0; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label input + span:after { border-radius: 50%; width: 24px; height: 24px; position: absolute; left: 0; top: 0; -webkit-transform: scale(0.3); transform: scale(0.3); background: #927C55; opacity: 0; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label:hover input + span:before, .woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label.active input + span:before { border-color: #242424; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label:hover input + span:after, .woocommerce-checkout .checkout .woocommerce-shipping-fields h3 label.active input + span:after { opacity: 1; background: #242424 !important; }
.woocommerce-checkout .checkout #order_review_heading { margin-top: 60px; margin-bottom: 20px; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order { background: #927C55; color: white; border-radius: 4px; padding: 40px; }
@media (max-width: 767px) { .woocommerce-checkout .checkout .woocommerce-checkout-review-order { padding: 20px; } }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order table { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 -1px 24px 0; text-align: left; width: 100%; border-collapse: separate; border-radius: 5px; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order table th { font-weight: 700; padding: 9px 12px; line-height: 1.5em; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order table td { border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 9px 12px; vertical-align: middle; line-height: 1.5em; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order table tfoot th, .woocommerce-checkout .checkout .woocommerce-checkout-review-order table tfoot td { font-weight: 700; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment { background: #a28a5f; color: white; border-radius: 4px; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods { text-align: left; padding: 40px; border-bottom: 1px solid white; margin: 0; list-style: none outside; }
@media (max-width: 767px) { .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods { padding: 20px; } }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li { line-height: 2; text-align: left; margin: 0; font-weight: 400; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li + li { margin-top: 20px; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li label { color: white; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li label:before { border-color: white !important; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li label:after { background: white !important; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li label div { margin-left: 10px; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li .payment_box { position: relative; box-sizing: border-box; width: 100%; padding: 1em; margin: 1em 0; font-size: .92em; border-radius: 4px; line-height: 1.5; background-color: white; color: #303030; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li .payment_box:before { content: ""; display: block; border: 1em solid white; border-top-color: white; border-right-color: white; border-left-color: white; border-right-color: transparent; border-left-color: transparent; border-top-color: transparent; position: absolute; top: -.75em; left: 0; margin: -1em 0 0 2em; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required { margin-top: 0 !important; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label { margin-top: 0; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label a { color: white; text-decoration: underline; }
body.nonTouchDevice .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label a:hover { text-decoration: none; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label input[type="checkbox"] + span { cursor: pointer; position: relative; min-height: 24px; color: white; font-weight: 400; padding: 0 0 0 44px !important; margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label input[type="checkbox"] + span:after, .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label input[type="checkbox"] + span:before { position: absolute; content: ''; transition: all .2s ease; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label input[type="checkbox"] + span:after { border-radius: 50%; width: 24px; height: 24px; position: absolute; left: 0; top: 0; -webkit-transform: scale(0.3); transform: scale(0.3); background: white; opacity: 0; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label input[type="checkbox"] + span:before { width: 24px; height: 24px; border: 1px solid white; border-radius: 2px; background: transparent; left: 0; top: 0; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label input[type="checkbox"]:checked + span:before { border-color: white; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment p.form-row.validate-required > label input[type="checkbox"]:checked + span:after { opacity: 1; background: white !important; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order { padding: 40px; }
@media (max-width: 767px) { .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order { padding: 20px; } }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button { margin-top: 30px; color: #927C55; background: white; border-color: white; }
@media (max-width: 767px) { .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button { margin-top: 10px; } }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button .fa-icon { fill: #927C55; }
@media (min-width: 1200px) { .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:hover { color: white !important; background: #927C55 !important; border-color: #927C55 !important; }
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .button:hover .fa-icon { fill: white !important; } }
.woocommerce-checkout .woocommerce-error li { color: red; }

.woocommerce .woocommerce-EditAccountForm fieldset { border: 0; padding: 0; margin-top: 60px; }
@media (max-width: 767px) { .woocommerce .woocommerce-EditAccountForm fieldset { margin-top: 40px; } }
.woocommerce .woocommerce-EditAccountForm fieldset legend { padding-top: 60px; font-family: "eb-garamond", serif; font-size: 1.8rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: #303030; margin-bottom: 20px !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-EditAccountForm fieldset legend { padding-top: 40px; font-size: 1.4rem; } }

.woocommerce .woocommerce-Addresses { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-box-pack: space-between; -ms-flex-pack: space-between; justify-content: space-between; margin-top: 80px; }
@media (max-width: 767px) { .woocommerce .woocommerce-Addresses { margin-top: 20px; width: 100% !important; } }
.woocommerce .woocommerce-Addresses:before, .woocommerce .woocommerce-Addresses:after { content: none; }
.woocommerce .woocommerce-Addresses .woocommerce-Address { position: relative; width: calc(50% - 20px); padding: 60px 50px 160px; border-radius: 0; }
@media (max-width: 991px) { .woocommerce .woocommerce-Addresses .woocommerce-Address { width: 100% !important; } }
@media (max-width: 767px) { .woocommerce .woocommerce-Addresses .woocommerce-Address { padding: 50px 40px 140px; } }
.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title { display: flex !important; justify-content: space-between; }
.woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title:before, .woocommerce .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title:after { display: none !important; }
.woocommerce .woocommerce-Addresses .woocommerce-Address h3, .woocommerce .woocommerce-Addresses .woocommerce-Address address { color: white; }
.woocommerce .woocommerce-Addresses .woocommerce-Address h3 { font-size: 2.8rem; }
@media (max-width: 767px) { .woocommerce .woocommerce-Addresses .woocommerce-Address h3 { font-size: 2rem; } }
.woocommerce .woocommerce-Addresses .woocommerce-Address * + address { margin-top: 15px; }
.woocommerce .woocommerce-Addresses .woocommerce-Address .button { margin-top: 0; position: absolute; bottom: 60px; left: 50px; }
@media (min-width: 992px) { .woocommerce .woocommerce-Addresses .woocommerce-Address .button:hover { background: #303030 !important; color: white !important; } }
@media (max-width: 767px) { .woocommerce .woocommerce-Addresses .woocommerce-Address .button { bottom: 50px; left: 40px; } }
.woocommerce .woocommerce-Addresses .woocommerce-Address.col-1 { background: #303030; }
.woocommerce .woocommerce-Addresses .woocommerce-Address.col-2 { background: #303030; }
@media (min-width: 768px) and (max-width: 991px) { .woocommerce .woocommerce-Addresses .woocommerce-Address.col-2 { margin-top: 30px; } }
@media (max-width: 767px) { .woocommerce .woocommerce-Addresses .woocommerce-Address.col-2 { margin-top: 20px; } }
.woocommerce .woocommerce-address-fields .form-row label { display: none !important; }
.woocommerce .woocommerce-address-fields #shipping_country_field .woocommerce-input-wrapper, .woocommerce .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper { display: block; width: 100%; line-height: 60px !important; height: 60px !important; padding: 0 30px !important; border-bottom: 1px solid #303030 !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-address-fields #shipping_country_field .woocommerce-input-wrapper, .woocommerce .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper { line-height: 50px !important; height: 50px !important; padding: 0 15px !important; } }
.woocommerce .woocommerce-address-fields #shipping_country_field .woocommerce-input-wrapper strong, .woocommerce .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper strong { position: relative; top: -2px; font-weight: 400; font-size: 2.4rem; color: #303030; }
@media (max-width: 767px) { .woocommerce .woocommerce-address-fields #shipping_country_field .woocommerce-input-wrapper strong, .woocommerce .woocommerce-address-fields #billing_country_field .woocommerce-input-wrapper strong { font-size: 2.2rem; } }
.woocommerce .woocommerce-address-fields .select2-container--open .select2-selection .select2-selection__rendered[title="United Kingdom (UK)"] + .select2-selection__arrow b { border-color: transparent transparent #303030 transparent !important; }
.woocommerce .woocommerce-address-fields .select2-selection { border: 0 !important; border-radius: 0 !important; height: 60px !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-address-fields .select2-selection { height: 50px !important; } }
.woocommerce .woocommerce-address-fields .select2-selection .select2-selection__rendered { color: #927C55 !important; line-height: 60px !important; height: 60px !important; padding: 0 30px !important; border-bottom: 1px solid #927C55 !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-address-fields .select2-selection .select2-selection__rendered { line-height: 50px !important; height: 50px !important; padding: 0 15px !important; font-size: 2rem !important; } }
.woocommerce .woocommerce-address-fields .select2-selection .select2-selection__rendered[title="United Kingdom (UK)"] { color: #303030 !important; border-bottom: 1px solid #303030 !important; }
.woocommerce .woocommerce-address-fields .select2-selection .select2-selection__rendered[title="United Kingdom (UK)"] + .select2-selection__arrow b { border-color: #303030 transparent transparent transparent !important; }
.woocommerce .woocommerce-address-fields .select2-selection .select2-selection__arrow { top: 14px !important; right: 30px !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-address-fields .select2-selection .select2-selection__arrow { top: 8px !important; right: 15px !important; } }
.woocommerce .woocommerce-address-fields .select2-container { height: 60px !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-address-fields .select2-container { height: 50px !important; } }
.woocommerce .woocommerce-address-fields .select2-container .select2-search { display: none !important; }
.woocommerce .woocommerce-address-fields .select2-container .select2-results ul li { display: none !important; padding: 10px 30px !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-address-fields .select2-container .select2-results ul li { padding: 10px 15px !important; } }
.woocommerce .woocommerce-address-fields .select2-container .select2-results ul li:first-child { display: block !important; }

.woocommerce .woocommerce-MyAccount-content { width: 100% !important; float: none !important; clear: both !important; padding-top: 80px !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content { padding-top: 20px !important; } }
.woocommerce .woocommerce-MyAccount-content h1, .woocommerce .woocommerce-MyAccount-content .h1, .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content .h2, .woocommerce .woocommerce-MyAccount-content h3, .woocommerce .woocommerce-MyAccount-content .h3, .woocommerce .woocommerce-MyAccount-content h4, .woocommerce .woocommerce-MyAccount-content .h4, .woocommerce .woocommerce-MyAccount-content h5, .woocommerce .woocommerce-MyAccount-content .h5, .woocommerce .woocommerce-MyAccount-content h6, .woocommerce .woocommerce-MyAccount-content .h6 { font-size: 1.8rem; margin-bottom: 20px; }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content h1, .woocommerce .woocommerce-MyAccount-content .h1, .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content .h2, .woocommerce .woocommerce-MyAccount-content h3, .woocommerce .woocommerce-MyAccount-content .h3, .woocommerce .woocommerce-MyAccount-content h4, .woocommerce .woocommerce-MyAccount-content .h4, .woocommerce .woocommerce-MyAccount-content h5, .woocommerce .woocommerce-MyAccount-content .h5, .woocommerce .woocommerce-MyAccount-content h6, .woocommerce .woocommerce-MyAccount-content .h6 { font-size: 1.4rem; } }
.woocommerce .woocommerce-MyAccount-content p { text-align: center; }
.woocommerce .woocommerce-MyAccount-content form p { text-align: left; }
@media (min-width: 992px) { .woocommerce .woocommerce-MyAccount-content .button:hover { background: #303030 !important; color: white !important; } }
.woocommerce .woocommerce-MyAccount-content .dashboard-logout a { color: #927C55; border-bottom: 1px solid #927C55; }
body.nonTouchDevice .woocommerce .woocommerce-MyAccount-content .dashboard-logout a:hover { border-color: transparent; }
.woocommerce .woocommerce-MyAccount-content form { margin-left: auto; margin-right: auto; max-width: 1120px; }

.woocommerce-account .woocommerce .u-columns.col2-set { display: flex; width: 100%; margin: -40px; }
@media (max-width: 767px) { .woocommerce-account .woocommerce .u-columns.col2-set { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 0; margin-right: 0; } }
.woocommerce-account .woocommerce .u-columns.col2-set > div { width: 50%; padding: 40px; }
@media (max-width: 767px) { .woocommerce-account .woocommerce .u-columns.col2-set > div { width: 100%; padding-left: 0; padding-right: 0; } }
.woocommerce-account .woocommerce .u-columns.col2-set > div form .form-group { width: 100%; }

.woocommerce form.login, .woocommerce form.register { position: relative; border: 0 !important; padding: 0 !important; margin: 20px 0 0 !important; }
.woocommerce form.login label, .woocommerce form.register label { font-family: "eb-garamond", serif; font-size: 1.4rem; font-weight: 400; letter-spacing: 1.8px; text-transform: uppercase; }
.woocommerce form.login { background: transparent !important; }
.woocommerce form.login .woocommerce-form-login__rememberme { display: none !important; margin-top: 15px !important; }
.woocommerce form.login .woocommerce-form-login__rememberme span { position: relative; top: -2px; }
@media (max-width: 767px) { .woocommerce form.login .woocommerce-form-login__rememberme input[type="checkbox"] + span { font-size: 1.6rem; } }
.woocommerce form.login .woocommerce-form-login__submit { margin-right: 40px; }
@media (min-width: 992px) { .woocommerce form.login .woocommerce-form-login__submit:hover { background: #303030 !important; color: white !important; } }
@media (max-width: 767px) { .woocommerce form.login .woocommerce-form-login__submit { margin-right: 20px; } }
.woocommerce form.login .woocommerce-LostPassword { margin-top: 30px; }
.woocommerce form.login .woocommerce-LostPassword a { display: inline-block; color: #927C55; font-size: 1.4rem; text-transform: uppercase; letter-spacing: 1.4px; padding-bottom: 11px; }
.woocommerce form.login .form-row:not(.woocommerce-form-row) .field-wrap { border: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.woocommerce form.register .form-row-wide + p { line-height: 1.3; }
.woocommerce form.register .woocommerce-privacy-policy-text + .woocommerce-form-row .field-wrap { border: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
.woocommerce form.register button { margin-top: 40px; }
@media (min-width: 992px) { .woocommerce form.register button:hover { background: #303030 !important; color: white !important; } }

.woocommerce .woocommerce-MyAccount-moblink { display: none; cursor: pointer; color: #303030; }
@media (max-width: 991px) { .woocommerce .woocommerce-MyAccount-moblink { display: flex; align-items: center; padding-bottom: 25px; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-moblink { padding-bottom: 15px; } }
.woocommerce .woocommerce-MyAccount-moblink i { margin-left: auto; }
.woocommerce .woocommerce-MyAccount-moblink.active i:before { content: '\f0d8'; }
.woocommerce .woocommerce-MyAccount-navigation { width: 100% !important; border-bottom: 2px solid #927C55; }
.woocommerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
@media (min-width: 992px) { .woocommerce .woocommerce-MyAccount-navigation ul { display: block !important; text-align: center; } }
@media (max-width: 991px) { .woocommerce .woocommerce-MyAccount-navigation ul { display: none; padding-bottom: 30px; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-navigation ul { padding-bottom: 20px; } }
.woocommerce .woocommerce-MyAccount-navigation ul li { display: inline-block; padding: 0 30px; }
@media (min-width: 992px) and (max-width: 1199px) { .woocommerce .woocommerce-MyAccount-navigation ul li { padding: 0 20px; } }
@media (max-width: 991px) { .woocommerce .woocommerce-MyAccount-navigation ul li { display: block; padding: 0; } }
.woocommerce .woocommerce-MyAccount-navigation ul li a { display: block; padding: 20px 0; font-weight: 400; font-size: 2.2rem; font-family: "eb-garamond", serif; letter-spacing: 0.1em; color: #303030; }
@media (max-width: 991px) { .woocommerce .woocommerce-MyAccount-navigation ul li a { padding: 5px 0; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-navigation ul li a { font-size: 1.8rem; } }
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a { border-bottom: 4px solid #927C55; }
@media (max-width: 991px) { .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a { border: 0; } }

@media (max-width: 767px) { .woocommerce form#order_review table.shop_table { margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); } }
.woocommerce .woocommerce-customer-details address { padding: 20px !important; }
.woocommerce .woocommerce-customer-details address p { text-align: left; }
.woocommerce .woocommerce-customer-details address p + p { margin-top: 15px; }

.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment { background: transparent !important; border-radius: 0 !important; border: 1px solid #927C55; padding: 60px; }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment { padding: 20px; } }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .form-row { padding: 0 !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods { margin-top: 10px !important; padding: 0 !important; border-bottom: 0 !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li { position: relative; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input { opacity: 0; visibility: hidden; width: 25px !important; height: 25px !important; margin: 3px 15px 0 0 !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input + label { position: relative; font-size: 1.5rem; font-weight: 400; }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input + label { font-size: 1.4rem; } }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input + label .amount { font-weight: 400; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input + label:before { content: ""; position: absolute; left: -45px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 25px; height: 25px; border: 1px solid #303030; border-radius: 100%; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input + label:after { content: ""; position: absolute; left: -35px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 6px; height: 6px; background: #303030; border-radius: 100%; opacity: 0; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input:hover + label:after { opacity: 1; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input:checked + label:before { border-color: #927C55; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li input:checked + label:after { opacity: 1; background: #927C55; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li .payment_box { background-color: transparent !important; padding: 0 !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li .payment_box:before { display: none !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li .payment_box .form-row { padding: 0 !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li .payment_box .form-row.woocommerce-SavedPaymentMethods-saveNew { display: none !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form label { display: none !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form .stripe-card-group .wc-stripe-elements-field:before { content: 'Card number'; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form .stripe-card-group .stripe-card-brand { display: none !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form #stripe-exp-element:before { content: 'Expiry date'; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form #stripe-cvc-element:before { content: 'CVC code'; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form .stripe-card-group .wc-stripe-elements-field, .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form #stripe-exp-element, .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form #stripe-cvc-element { position: relative; padding: 15px 20px; border: 0 !important; border-bottom: 1px solid #303030 !important; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form .stripe-card-group .wc-stripe-elements-field:before, .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form #stripe-exp-element:before, .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form #stripe-cvc-element:before { color: #303030; font-size: 1.5rem; font-family: "eb-garamond", serif; font-weight: 400; opacity: 0; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); left: 20px; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; z-index: 1; }
.woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form .stripe-card-group .wc-stripe-elements-field.empty:before, .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form #stripe-exp-element.empty:before, .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment ul.methods li #wc-stripe-cc-form #stripe-cvc-element.empty:before { opacity: 1; }
@media (min-width: 992px) { .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .woocommerce-Button:hover { background: #303030 !important; color: white !important; } }
.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods + .button { margin-top: 40px; }

.woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) { border: 0; margin: 0; font-size: inherit !important; }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) { margin-top: -10px; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) tr + tr { margin-top: 30px; padding-top: 25px; border-top: 1px solid #927C55; } }
.woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) th { position: relative; padding: 20px 40px; color: white; background: #303030; font-family: "eb-garamond", serif; }
@media (min-width: 768px) and (max-width: 1199px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) th { padding: 20px; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) th { padding: 10px 0; } }
.woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) th:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) th:last-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td { padding: 30px 40px; border-top: 0; border-bottom: 1px solid #927C55; }
@media (min-width: 768px) and (max-width: 1199px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td { padding: 20px; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td { padding: 10px 0; border: 0; background: none !important; } }
.woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td a:not(.woocommerce-button) { color: #927C55; }
.woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td.voucher-actions a { color: white !important; }
.woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td .button { margin-top: 0 !important; min-width: 100px; }
@media (min-width: 992px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td .button:hover { background: #303030 !important; color: white !important; } }
@media (max-width: 1199px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td .button { padding: 8px 25px 10px; margin: 3px 15px 3px 0; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td .button { width: 100%; margin: 0; }
  .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td .button + .button { margin-top: 10px; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td.woocommerce-orders-table__cell-order-actions:before, .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) td.woocommerce-PaymentMethod--actions:before { content: none; } }
@media (max-width: 767px) { .woocommerce .woocommerce-MyAccount-content table.shop_table:not(.woocommerce-table--order-details) + .button { width: 100%; } }
.woocommerce table.woocommerce-MyAccount-orders { width: 100%; }
.woocommerce table.woocommerce-MyAccount-orders tbody tr td { text-align: center; }
