/*------------------------------------------------------------------
[Table of contents]

1. CSS Reset
2. Global variables
3. Header, navigation bar and menu / header, nav.navbar
4. WordPress layout styles
5. Typography
6. Theme Sections
7. Tariffs Block
8. Testimonials
9. Bottom widgets goes before footer
10. Footer and copyrights
11. WorePress Widgets
12. Contacts inner pages width full-width map
13. Blog posts / Blog Full page / Blog Shortcodes
14. Galleries
15. Forms (buttons/radio/inputs)
16. Shortcodes (Visual Composer Integrated)
17. Pagination
18. Common classes (hover/transition effects/etc)
19. WooCommerce Plugin
20. Team
21. Page Loader
22. Events
23. Subscribe block
-------------------------------------------------------------------*/
:root {
  --font-main: 'Outfit';
  --font-headers: 'Outfit';
  --font-subheaders: 'Plus Jakarta Sans';
  --font-main-letterspacing: 0;
  --font-headers-letterspacing: 0;
  --font-subheaders-letterspacing: 0;
  --main: #d0a249;
  --second: #d0a249;
  --gray: #f1f0ec;
  --black: #002c3f;
  --white: #ffffff;
  --red: #e94222;
  --green: #2eca91;
  --yellow: #fca000;
  --black-dark: #152527;
}
.lte-font {
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
  1. CSS Reset
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
div,
span,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
a,
form,
label,
input,
textarea,
button {
  outline: 0;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}
b[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
b[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.text-sm {
  font-size: 14px;
  line-height: 1.9em;
  display: inline-block;
}
.color-main {
  color: #d0a249;
  color: var(--main);
}
.clearfix:after {
  clear: both;
}
/* 2. Global classes */
body {
  color: #00162c;
  color: var(--black);
  background-color: #ffffff;
  background-color: var(--white);
  overflow-x: hidden;
}
/* RTL */
/*
	3. Header, navigation bar and menu
*/
.lte-header-wrapper {
  color: #ffffff;
  color: var(--white);
  position: relative;
  z-index: 20;
  text-align: center;
}
@media (max-width: 1299px) {
  .lte-header-wrapper {
    background-size: cover;
  }
}
.lte-header-wrapper.lte-parallax {
  background-attachment: static;
  background-position: 50% 0;
}

.lte-header-wrapper.lte-layout-transparent .lte-page-header {
  padding-top: 80px;
}
.lte-header-wrapper + .main-wrapper > .margin-default,
.lte-header-wrapper + .margin-default {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .lte-header-wrapper + .main-wrapper > .margin-default,
  .lte-header-wrapper + .margin-default {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.lte-header-wrapper + .main-wrapper > .margin-post,
.lte-header-wrapper + .margin-post {
  padding-top: 100px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .lte-header-wrapper + .main-wrapper > .margin-post,
  .lte-header-wrapper + .margin-post {
    padding-bottom: 130px;
  }
}
.lte-header-wrapper + .main-wrapper > .margin-top,
.lte-header-wrapper + .margin-top {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .lte-header-wrapper + .main-wrapper > .margin-top,
  .lte-header-wrapper + .margin-top {
    padding-top: 80px;
  }
}
body.admin-bar .lte-page-header {
  background-position: 50% 132px;
  background-position: 50% 0px;
  background-origin: border-box;
}
.lte-page-header {
  color: #ffffff;
  color: var(--white);
  background-color: #00162c;
  background-color: var(--black);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-position: 50% 0px;
  border: 0 none;
}
.lte-header-overlay .lte-page-header:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  background-color: #00162c;
  background-color: var(--black);
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  content: "";
  z-index: 2;
}
.lte-page-header .container {
  position: relative;
  z-index: 2;
  padding-top: 190px;
  padding-bottom: 190px;
}
@media (max-width: 992px) {
  .lte-page-header .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.lte-page-header.lte-navbar-margin {
  padding-top: 100px;
}
.lte-page-header:after {
  content: "";
  width: 100%;
  height: 44px;
  position: absolute;
  bottom: -2px;
  z-index: 2;
  pointer-events: none;
  background-size: cover;
  margin-top: -44px;
  display: none;
}
.lte-page-header h1 {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  color: var(--white);
  position: relative;
  z-index: 11;
  line-height: 90px;
  font-size: 100px;
  display: inline;
}
.lte-page-header h1.long {
  font-size: 70px;
  line-height: 64px;
}

@media (max-width: 767px) {
  .lte-page-header h1 {
    font-size: 36px;
    line-height: 1.4em;
    background-size: 100% 10px;
  }
  .lte-page-header h1.long {
    font-size: 36px;
    line-height: 1.2em;
  }
}
.lte-page-header .lte-header-h1-wrapper + .breadcrumbs {
  margin-top: 20px;
}
.lte-page-header .breadcrumbs {
  list-style: none;
  margin: 0px 0 0px 0;
  padding: 0;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
}
.lte-page-header .breadcrumbs li {
  display: inline-block;
  margin: 0 0 0 0px;
  line-height: 26px;
  color: #d0a249;
  color: var(--main);
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 500;
  font-size: 16px;
}
.lte-page-header .breadcrumbs li a {
  color: #ffffff;
  color: var(--white);
}
.lte-page-header .breadcrumbs li a:hover {
  color: #d0a249;
  color: var(--main);
}
.lte-page-header .breadcrumbs li:not(:last-child):after {
  margin: 0px 12px 0 16px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  content: "|";
  height: 10px;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  color: var(--white);
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.lte-navbar-custom + .lte-page-header .container {
  position: relative;
  z-index: 2;
  padding-top: 170px;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .lte-navbar-custom + .lte-page-header .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
#lte-nav-wrapper.navbar-layout-transparent + .main-wrapper {
  position: relative;
  margin-top: -101px;
}
.lte-page-header + .main-wrapper {
  margin-top: 0 !important;
}
.lte-ul-nav {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.lte-ul-nav li > a {
  display: block;
}
.lte-navbar {
  z-index: 3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: border-box;
  border: 0 none;
  padding: 0px 0;
  margin-bottom: 0;
  vertical-align: top;
}
.lte-navbar > .container {
  position: relative;
  overflow: visible;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lte-navbar ul ul {
  display: none;
}
.lte-navbar .lte-navbar-items {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 6px 0px 6px 0;
}
.lte-navbar .lte-navbar-items.navbar-desktop {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lte-navbar .lte-navbar-items.navbar-desktop + .lte-navbar-icons {
  margin-left: 50px;
  margin-inline-start: 50px;
  margin-inline-end: 0;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav {
  display: inline-block;
  margin: 0 0;
  z-index: 4;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li {
  float: left;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li > a {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 500;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  position: relative;
  z-index: 5;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav li,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a {
  font-size: 14px;
  transition: none;
  padding: 0;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a {
  padding: 0px 30px 0;
  position: relative;
  cursor: pointer;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a:focus {
  background: transparent;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a > span {
  display: inline-block;
  position: relative;
  padding: 0 6px 0;
  pointer-events: none;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav a > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  z-index: -1;
  box-sizing: content-box;
  opacity: 0;
  transition: width .5s ease;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav li:hover {
  cursor: pointer;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.lte-active > a {
  cursor: default;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.lte-active > a > span:before {
  width: 100%;
  opacity: 1;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > a,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > a {
  position: relative;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > a > span:before {
  padding-right: 12px;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.page_item_has_children > a:after,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li.menu-item-has-children > a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: "\f054";
  font-size: 8px;
  top: 50%;
  margin-left: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d0a249;
  color: var(--main);
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children {
  width: 250px;
  margin: 15px 0px 0 0px;
  padding: 8px 0px 8px;
  margin-left: -75px;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 0;
  pointer-events: none;
  text-align: left;
  list-style: none;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-clip: border-box;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  background-color: var(--white);
  background: #fff;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: start;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li a {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  padding: 4px 14px 6px 14px;
  margin: 0 10px;
  display: block;
  position: relative;
  text-transform: none;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  color: #00162c;
  color: var(--black);
  border-radius: 32px;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li a span {
  vertical-align: middle;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-item > a,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current-menu-parent > a,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_parent > a,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li.current_page_item > a {
  cursor: default !important;
  color: var(--main) !important;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children ul {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: -8px !important;
  margin-top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children {
  z-index: 20;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul {
  left: 250px !important;
  z-index: 19;
  margin: 0;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul {
  left: 250px !important;
  right: auto !important;
  z-index: 18;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul {
  left: auto !important;
  right: 250px !important;
  z-index: 17;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul {
  left: 250px !important;
  right: auto !important;
  z-index: 16;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul {
  left: auto !important;
  right: 250px !important;
  z-index: 15;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul {
  left: 250px !important;
  right: auto !important;
  z-index: 14;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul {
  left: auto !important;
  right: 250px !important;
  z-index: 13;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul {
  left: 250px !important;
  right: auto !important;
  z-index: 12;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul ul {
  left: auto !important;
  right: 250px !important;
  z-index: 11;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul ul ul {
  left: 250 !important;
  right: auto !important;
  z-index: 10;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li {
  z-index: 19;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li {
  z-index: 18;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li {
  z-index: 17;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li {
  z-index: 16;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li {
  z-index: 15;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li {
  z-index: 14;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li {
  z-index: 13;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li + li {
  z-index: 12;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li + li + li {
  z-index: 11;
}
.lte-navbar .lte-navbar-items.navbar-desktop a.fa {
  position: relative;
}
.lte-navbar .lte-navbar-items.navbar-desktop a.fa:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 10px;
  margin-top: 1px;
}
.lte-navbar .lte-navbar-items.navbar-desktop a.fa span {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
}
.lte-navbar .lte-navbar-toggle {
  display: none;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: none;
  height: 34px;
  width: 27px;
  margin: 0 0 0 0;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.lte-navbar .lte-navbar-toggle .icon-bar {
  background-color: #00162c;
  background-color: var(--black);
  height: 2px;
  padding: 0;
  width: 100%;
  margin: 4px auto 3px;
  transition: all 0.2s;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.lte-navbar .lte-navbar-toggle.collapsed {
  right: 25px;
}
.lte-navbar .lte-navbar-toggle.collapsed .top-bar {
  width: 100%;
}
.lte-navbar .lte-navbar-toggle.collapsed .middle-bar {
  width: 100%;
}
.lte-navbar .lte-navbar-toggle.collapsed .bottom-bar {
  width: 100%;
}
.lte-navbar .lte-navbar-toggle:hover .icon-bar {
  background-color: #d0a249;
  background-color: var(--main);
}
.lte-navbar .lte-navbar-toggle:hover .top-bar {
  width: 50%;
}
.lte-navbar .lte-navbar-toggle:hover .middle-bar {
  width: 100%;
}
.lte-navbar .lte-navbar-toggle:hover .bottom-bar {
  width: 100%;
}
.lte-navbar .lte-navbar-items.navbar-mobile {
  z-index: 100;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 0px 0  0;
  padding: 0px 0 0px 0 !important;
  background-color: #00162c;
  background-color: var(--black);
  top: 0px;
  bottom: 0px;
  left: 0;
  right: auto;
  position: fixed;
  z-index: 1000020;
  height: 100%;
  width: 100%;
  max-height: 100% !important;
  display: block;
  overflow: scroll;
  text-align: start;
  min-width: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-top: none;
}
.lte-navbar .lte-navbar-items.navbar-mobile:before {
  display: none;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-navbar-toggle .close {
  margin-left: -20px;
}
.lte-navbar .lte-navbar-items.navbar-mobile.collapse {
  left: -100%;
}
@media (min-width: 768px) {
  .lte-navbar .lte-navbar-items.navbar-mobile {
    left: auto;
  }
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-navbar-icons {
  display: none;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav {
  padding: 0px 0px 20px;
  margin: 40px auto 0 !important;
  float: none;
}
@media (max-width: 767px) {
  .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav {
    margin-top: 0 !important;
  }
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li {
  float: none;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 28px;
  padding: 10px 40px 18px 20px;
  padding-inline-start: 20px;
  padding-inline-end: 40px;
  color: #ffffff;
  color: var(--white);
  word-wrap: break-word;
  line-height: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
    padding-left: 30px;
    padding-inline-start: 30px;
  }
}
@media (max-width: 1599px) {
  .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li a.fa:before {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li a.fa span {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  padding-left: 15px;
  font-weight: bold;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li {
  cursor: pointer;
  margin: 2px 10px 2px 0;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children > a {
  pointer-events: none;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children > a > span {
  pointer-events: auto;
  display: block;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children > a:after {
  width: 34px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  content: "+" !important;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  margin-top: 0px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  pointer-events: auto;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children.show > a:after {
  margin-top: 0px;
  right: 20px;
  content: "–" !important;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li ul li.menu-item-has-children:after {
  top: 8px;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li a:focus {
  background: transparent;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li a:hover {
  color: #d0a249;
  color: var(--second);
  background-color: transparent;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul {
  padding: 0;
  margin-left: 28px;
  margin-inline-start: 28px;
  margin-inline-end: 0;
  list-style: none;
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
}
@media (min-width: 992px) {
  .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul {
    margin-left: 28px;
  }
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li {
  position: relative;
  text-transform: none;
  padding: 0;
  margin-right: 0;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li.menu-item-has-children > a:after {
  margin-top: 2px;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li a {
  padding: 12px 0px 12px 25px;
  font-size: 20px;
  color: #ffffff;
  color: var(--white);
  display: block;
  line-height: 1em;
  position: relative;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li a:before {
  content: "-";
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  transition: color 0.5s ease;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  font-weight: 600;
  padding-right: 2px;
  margin-left: -16px;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li li a {
  padding-left: 50px;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li li li a {
  padding-left: 70px;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li li li li a {
  padding-left: 90px;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul li li li li li a {
  padding-left: 110px;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul.show {
  transform: scaleY(1);
  position: relative;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.lte-active > a {
  color: #d0a249;
  color: var(--second);
  border-radius: 0px;
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.lte-active > a:after {
  color: #ffffff;
  color: var(--white);
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.lte-active ul li.lte-active a {
  color: #d0a249;
  color: var(--second);
}
.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li.lte-active ul li.lte-active a:hover {
  background: transparent;
}
.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob {
  display: block;
  float: none;
  color: #ffffff;
  color: var(--white);
  font-size: 24px;
  padding-top: 34px !important;
  padding-bottom: 34px;
  transition: none !important;
}
.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob:hover .fa {
  color: #d0a249;
  color: var(--main);
}
.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob .lte-count {
  background-color: #00162c;
  background-color: var(--black);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  color: #ffffff;
  color: var(--white);
  top: auto;
  left: auto;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  margin-left: 0px;
  margin-top: 0px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob .fa {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.lte-navbar .lte-navbar-items.navbar-mobile .cart-mob .name {
  text-transform: none;
  font-size: 24px;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  padding: 0px 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.lte-navbar.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
@media (min-width: 1600px) {
  .lte-navbar-icons {
    margin: 0 0 0 0px;
  }
}
.lte-style-grid .lte-navbar-icons li {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.lte-navbar-icons ul {
  margin: 0;
  margin-left: -16px;
  margin-inline-start: -16px;
  margin-inline-end: 0;
  padding: 0;
  display: inline-flex;
  list-style: none;
}
.lte-navbar-icons li {
  margin-bottom: 0;
  padding: 0 16px;
  position: relative;
}
.lte-navbar-icons li:last-child {
  padding-right: 0;
  padding-inline-end: 0;
  padding-inline-start: 0;
}
.lte-navbar-icons li .lte-header {
  font-size: 14px;
  padding-left: 6px;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.lte-navbar-icons .lte-nav-profile {
  position: relative;
  top: 1px;
  margin-inline-end: 0;
  padding: 0 20px;
}
.lte-navbar-icons .lte-nav-profile a {
  color: #ffffff;
  color: var(--white);
  font-size: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-background-white .lte-navbar-icons .lte-nav-profile a {
  color: #00162c;
  color: var(--black);
}
.lte-navbar-icons .lte-nav-profile a:hover {
  color: #d0a249;
  color: var(--main);
}
.lte-navbar-icons .lte-nav-profile a .lte-header {
  top: -1px;
  position: relative;
}
.lte-navbar-icons .lte-nav-cart:before {
  margin-left: -14px !important;
}
.lte-navbar-icons .lte-cart {
  z-index: 1;
  position: relative;
  padding: 0 0 0 0;
  font-size: 18px;
  text-align: center;
  display: inline;
}
.lte-navbar-icons .lte-cart .lte-count {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #d0a249;
  background-color: var(--main);
  color: #00162c;
  color: var(--black);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: -12px;
  top: -4px;
  position: absolute;
}
.lte-navbar-icons .lte-cart .lte-icon-cart {
  width: auto;
  height: auto;
  line-height: 1em;
  margin-left: 0;
  color: #ffffff;
  color: var(--white);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-background-white .lte-navbar-icons .lte-cart .lte-icon-cart {
  color: #00162c;
  color: var(--black);
}
.lte-navbar-icons .lte-cart .lte-icon-cart:hover {
  color: #d0a249;
  color: var(--main);
}
.lte-navbar-icons .lte-nav-search {
  /*
		margin-left: 18px;
		margin-inline-start: 18px;
		margin-inline-end: 0;
*/
}
.lte-navbar-icons .lte-nav-search .lte-header {
  cursor: pointer;
  color: #d0a249;
  color: var(--main);
}
.lte-navbar-icons .lte-top-search-wrapper {
  display: inline-block;
  text-align: center;
}
.lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico {
  display: block;
  text-align: center;
  color: #ffffff;
  color: var(--white);
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-background-white .lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico {
  color: #00162c;
  color: var(--black);
}
.lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico:hover {
  color: #d0a249;
  color: var(--main);
}
.lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico:before {
  position: relative;
  top: 1px;
  padding-right: 0 !important;
}
.lte-navbar-icons .lte-top-search-wrapper input[type='text'] {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -1px;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  margin-top: 0px;
  font-size: 14px;
  width: 450px;
  height: 96px;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding: 0px 10px 0px 26px !important;
  transition: all 400ms;
  background-color: #ffffff;
  background-color: var(--white);
  border: 0px none;
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: #00162c !important;
  color: var(--black) !important;
}
.lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico-close {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  color: #00162c;
  color: var(--black);
  margin-top: -1px;
  font-size: 48px;
  font-weight: 100;
}
.lte-navbar-icons .lte-top-search-wrapper.show-field {
  z-index: 20;
}
.lte-navbar-icons .lte-top-search-wrapper.show-field input[type='text'] {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  z-index: 20;
  width: 400px !important;
  background-color: #ffffff !important;
  background-color: var(--white) !important;
}
.lte-navbar-icons .lte-top-search-wrapper.show-field .lte-top-search-ico {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lte-navbar-icons .lte-top-search-wrapper.show-field .lte-top-search-ico-close {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 30;
}
.lte-navbar-icons .lte-top-search-wrapper.show-field .lte-top-search-ico-close:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#lte-nav-wrapper {
  /* Text color black */
  /* Text color white */
}
#lte-nav-wrapper {
  width: 100%;
  min-height: 100px;
}
#lte-nav-wrapper .container {
  min-height: 100px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#lte-nav-wrapper.inited {
  max-height: initial;
}
#lte-nav-wrapper.inited .container {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#lte-nav-wrapper.inited .lte-navbar-items {
  max-height: initial;
}
#lte-nav-wrapper:not(.inited) .lte-navbar .lte-navbar-items {
  max-height: 100px;
  overflow: hidden !important;
}
#lte-nav-wrapper.lte-navwrapper-mobile .container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#lte-nav-wrapper.lte-navwrapper-mobile .lte-navbar-toggle {
  display: inline-block;
}

#lte-nav-wrapper.lte-navwrapper-mobile .lte-navbar-icons {
  display: none;
}
#lte-nav-wrapper.lte-layout-default .lte-navbar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#lte-nav-wrapper.lte-layout-transparent {
  margin-bottom: -100px;
}
@media (max-width: 992px) {
  #lte-nav-wrapper.lte-layout-transparent.mob-visible {
    margin-bottom: 0 !important;
  }
}
#lte-nav-wrapper.lte-layout-transparent .lte-navbar {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#lte-nav-wrapper.lte-layout-transparent .lte-navbar-icons li {
  border-left: 0;
  border-right: 0;
}
@media (min-width: 768px) {
  body.admin-bar .lte-navbar.affix {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  body.admin-bar .lte-navbar.affix {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar .lte-navbar.affix {
    margin-top: 0;
  }
  body.admin-bar .lte-navbar.affix {
    position: relative !important;
    margin-bottom: 0;
  }
}
#lte-nav-affix-wrapper {
  min-height: 100px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#lte-nav-affix-wrapper.inited {
  opacity: 1;
  z-index: 3;
  position: relative;
}
#lte-nav-wrapper {
  min-height: 100px;
  max-height: 100px;
}
#lte-nav-wrapper.inited {
  max-height: initial;
}
.lte-navbar-custom {
  z-index: 3;
  position: relative;
  transition: background .2s linear;
}
.lte-navbar-custom li:not(.has-mega-menu) ul ul {
  display: none;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav {
  display: inline-block;
  margin: 0 0;
  z-index: 4;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav li:hover {
  cursor: pointer;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.lte-active > a {
  cursor: default;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.lte-active > a > span:before {
  width: 100%;
  opacity: 1;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.page_item_has_children > a,
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.menu-item-has-children > a {
  position: relative;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.menu-item-has-children > a > span:before {
  padding-right: 12px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.page_item_has_children > a:after,
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li.menu-item-has-children > a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: "\f054";
  font-size: 10px;
  top: 50%;
  margin-top: 1px;
  margin-left: 6px;
  margin-inline-start: 6px;
  margin-inline-end: 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d0a249;
  color: var(--main);
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children {
  width: 250px;
  margin: 15px 0px 0 0px;
  padding: 8px 0px 8px;
  display: block;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 0;
  pointer-events: none;
  text-align: left;
  list-style: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  background-color: var(--white);
  background: #fff;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children li {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: start;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children li a {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  padding: 4px 14px 6px 14px;
  margin: 0 10px;
  display: block;
  position: relative;
  text-transform: none;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -moz-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
  color: #00162c;
  color: var(--black);
  border-radius: 0px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children li a span {
  vertical-align: middle;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children li.current-menu-item > a,
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children li.current-menu-parent > a,
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children li.current_page_parent > a,
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children li.current_page_item > a {
  cursor: default !important;
  color: var(--main) !important;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav ul.children ul {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: -8px !important;
  margin-top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children {
  z-index: 20;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul {
  left: 250px !important;
  z-index: 19;
  margin: 0;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul {
  left: 250px !important;
  right: auto !important;
  z-index: 18;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul ul {
  left: auto !important;
  right: 250px !important;
  z-index: 17;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul {
  left: 250px !important;
  right: auto !important;
  z-index: 16;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul {
  left: auto !important;
  right: 250px !important;
  z-index: 15;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul {
  left: 250px !important;
  right: auto !important;
  z-index: 14;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul {
  left: auto !important;
  right: 250px !important;
  z-index: 13;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul {
  left: 250px !important;
  right: auto !important;
  z-index: 12;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul ul {
  left: auto !important;
  right: 250px !important;
  z-index: 11;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li ul.children ul ul ul ul ul ul ul ul ul ul {
  left: 250 !important;
  right: auto !important;
  z-index: 10;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li {
  z-index: 19;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li + li {
  z-index: 18;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li + li + li {
  z-index: 17;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li + li + li + li {
  z-index: 16;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li + li + li + li + li {
  z-index: 15;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li {
  z-index: 14;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li {
  z-index: 13;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li + li {
  z-index: 12;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop .lte-ul-nav > li + li + li + li + li + li + li + li + li + li {
  z-index: 11;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop a.fa {
  position: relative;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop a.fa:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 10px;
  margin-top: 1px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-desktop a.fa span {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile {
  z-index: 100;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin: 0px 0  0;
  padding: 0px 0 0px 0 !important;
  background-color: #00162c;
  background-color: var(--black);
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000020;
  height: 100%;
  width: 100%;
  max-height: 100% !important;
  display: block;
  overflow: scroll;
  text-align: start;
  min-width: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-top: none;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile:before {
  display: none;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-navbar-toggle .close {
  margin-left: -20px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile.collapse {
  left: -100%;
}
@media (min-width: 768px) {
  .lte-navbar-custom .lte-navbar-items-custom.navbar-mobile {
    left: auto;
  }
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-navbar-icons {
  display: none;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav {
  padding: 0px 0px 20px;
  margin: 40px auto 0 !important;
  float: none;
}
@media (max-width: 767px) {
  .lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav {
    margin-top: 0 !important;
  }
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li {
  float: none;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li > a {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 40px 18px 20px;
  padding-inline-start: 20px;
  padding-inline-end: 40px;
  color: #ffffff;
  color: var(--white);
  word-wrap: break-word;
  line-height: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li > a {
    padding-left: 30px;
    padding-inline-start: 30px;
  }
}
@media (max-width: 1599px) {
  .lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li > a {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li a.fa:before {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li a.fa span {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  padding-left: 15px;
  font-weight: bold;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav li {
  cursor: pointer;
  margin: 2px 10px 2px 0;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav li.menu-item-has-children > a {
  pointer-events: none;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav li.menu-item-has-children > a > span {
  pointer-events: auto;
  display: block;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav li.menu-item-has-children > a:after {
  width: 34px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  content: "+" !important;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  margin-top: 0px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  pointer-events: auto;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav li.menu-item-has-children.show > a:after {
  margin-top: 0px;
  right: 20px;
  content: "–" !important;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav li ul li.menu-item-has-children:after {
  top: 8px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav li a:focus {
  background: transparent;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav li a:hover {
  color: #d0a249;
  color: var(--second);
  background-color: transparent;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul {
  padding: 0;
  margin-left: 28px;
  margin-inline-start: 28px;
  margin-inline-end: 0;
  list-style: none;
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
}
@media (min-width: 992px) {
  .lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul {
    margin-left: 28px;
  }
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul li {
  position: relative;
  text-transform: none;
  padding: 0;
  margin-right: 0;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul li.menu-item-has-children > a:after {
  margin-top: 2px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul li a {
  padding: 12px 0px 12px 25px;
  font-size: 20px;
  color: #ffffff;
  color: var(--white);
  display: block;
  line-height: 1em;
  position: relative;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul li a:before {
  content: "-";
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  transition: color 0.5s ease;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  font-weight: 600;
  padding-right: 2px;
  margin-left: -16px;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul li li a {
  padding-left: 50px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul li li li a {
  padding-left: 70px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul li li li li a {
  padding-left: 90px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul li li li li li a {
  padding-left: 110px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav ul.show {
  transform: scaleY(1);
  position: relative;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li.lte-active > a {
  color: #d0a249;
  color: var(--second);
  border-radius: 0px;
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li.lte-active > a:after {
  color: #ffffff;
  color: var(--white);
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li.lte-active ul li.lte-active a {
  color: #d0a249;
  color: var(--second);
}
.lte-navbar-custom .lte-navbar-items-custom.navbar-mobile .lte-ul-nav > li.lte-active ul li.lte-active a:hover {
  background: transparent;
}
.lte-navbar-custom.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition: background .2s linear;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.lte-navbar-toggle-custom {
  border: 1px solid transparent;
  background-color: transparent;
  background-image: none;
  height: 34px;
  width: 27px;
  margin: 0 0 0 0;
  padding: 0;
  margin-top: 0px;
  z-index: 2;
}
.lte-navbar-toggle-custom .icon-bar {
  background-color: #00162c;
  background-color: var(--black);
  height: 2px;
  padding: 0;
  width: 100%;
  margin: 6px auto 0px;
  transition: all 0.2s;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.lte-navbar-toggle-custom.collapsed {
  right: 25px;
}
.lte-navbar-toggle-custom.collapsed .top-bar {
  width: 100%;
}
.lte-navbar-toggle-custom.collapsed .middle-bar {
  width: 100%;
}
.lte-navbar-toggle-custom.collapsed .bottom-bar {
  width: 100%;
}
.lte-navbar-toggle-custom:hover .icon-bar {
  background-color: #d0a249;
  background-color: var(--main);
}
.lte-navbar-toggle-custom:hover .top-bar {
  width: 50%;
}
.lte-navbar-toggle-custom:hover .middle-bar {
  width: 100%;
}
.lte-navbar-toggle-custom:hover .bottom-bar {
  width: 100%;
}
.lte-navbar-custom-mobile-wrapper > .lte-navbar-custom-mobile {
  display: block;
}
.lte-navbar-custom-mobile-wrapper > .lte-navbar-custom-mobile .lte-navbar-items-custom {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: .5s all ease;
}
.admin-bar .lte-navbar-custom-mobile-wrapper > .lte-navbar-custom-mobile .lte-navbar-items-custom {
  padding-top: 60px;
}
.lte-navbar-custom-mobile-wrapper > .lte-navbar-custom-mobile.show .lte-navbar-items-custom {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-header {
  text-align: right;
  display: block;
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 20px;
  position: relative;
}
.admin-bar .lte-navbar-custom-mobile-wrapper .lte-navbar-header {
  padding-top: 70px;
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-header .lte-logo {
  position: absolute;
  left: 20px;
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-close {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  z-index: 12;
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-close > span {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  color: #ffffff;
  color: var(--white);
  color: transparent !important;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: 0 0 0;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-close > span:before,
.lte-navbar-custom-mobile-wrapper .lte-navbar-close > span:after {
  content: "";
  height: 30px;
  display: block;
  font-size: 0;
  border-right: 2px solid var(--white);
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-close > span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-close > span span {
  font-size: 64px;
  line-height: 26px;
  position: relative;
  top: -30px;
  right: -3px;
}
.lte-navbar-custom-mobile-wrapper .lte-navbar-close:hover .close {
  color: #d0a249;
  color: var(--main);
}
@media (min-width: 768px) {
  body.admin-bar .lte-navbar-custom.affix {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  body.admin-bar .lte-navbar-custom.affix {
    margin-top: 45px;
  }
}
@media (max-width: 600px) {
  body.admin-bar .lte-navbar-custom.affix {
    margin-top: 0;
  }
  body.admin-bar .lte-navbar-custom.affix {
    position: relative !important;
    margin-bottom: 0;
  }
}
.lte-topbar-block {
  display: none;
  background-color: #f1f0ec;
  background-color: var(--gray);
}
.lte-topbar-block.inited {
  display: block;
}
.lte-topbar-block .container {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.lte-topbar-block .lte-social {
  margin-right: -15px;
}
@media (max-width: 1320px) {
  .lte-topbar-block .lte-social .lte-header {
    display: none;
  }
}
.lte-topbar-block .lte-social .lte-list a span {
  color: #d0a249;
  color: var(--main);
}
.lte-topbar-block .lte-social .lte-list a span:hover {
  color: #00162c;
  color: var(--black);
}
.lte-topbar-block .lte-block-icon {
  padding-top: 0px !important;
}
.lte-topbar-block .lte-block-icon .lte-header {
  line-height: 1.7em;
}
.lte-topbar-block .lte-navbar-icons {
  margin: 0 -15px 0 0;
  text-align: right;
}
.lte-topbar-block .lte-navbar-icons ul {
  padding: 0;
  justify-content: end;
}
.lte-topbar-block .lte-navbar-icons ul li {
  line-height: 30px;
  min-height: initial;
}
@media (max-width: 1200px) {
  .lte-topbar-block .lte-navbar-icons {
    text-align: center;
    margin: 0;
  }
  .lte-topbar-block .lte-navbar-icons ul {
    margin: 0 0 0 -25px;
  }
  .lte-topbar-block .lte-navbar-icons ul li {
    margin-left: 25px;
  }
}
.lte-topbar-block .lte-navbar-icons .lte-header {
  color: #00162c;
  color: var(--black);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-topbar-block .lte-navbar-icons .lte-header:hover {
  color: #d0a249;
  color: var(--main);
}
.lte-topbar-block .lte-navbar-icons .lte-cart .count {
  background-color: #d0a249;
  background-color: var(--main);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
}
.lte-topbar-block .lte-navbar-icons .lte-cart .lte-icon-cart,
.lte-topbar-block .lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico,
.lte-topbar-block .lte-navbar-icons .lte-nav-profile a {
  color: #00162c;
  color: var(--black);
}
/*
	4. WordPress styles
*/
.lte-text-page article + .comments-area {
  margin-top: 40px;
}

.post-views .post-views-label {
  display: none !important;
}
.description .post-views {
  display: none !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.bypostauthor {
  font-size: inherit;
}
.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption a[class*="magnific"] {
  display: block;
}
.wp-caption a[class*="magnific"] img {
  vertical-align: top;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
  padding: 0.8em 0 2em;
  font-size: 0.75em;
  line-height: 16px;
  text-align: center;
}
.wp-caption .wp-caption-text a,
.wp-caption .wp-caption-dd a {
  color: #d0a249;
  color: var(--main);
}
.gallery {
  margin: 0 -5px;
}
.comment-list li:before {
  display: none !important;
}
.page-content-none {
  margin-top: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  text-align: center;
  padding: 30px;
}
.page-content-none .search-form {
  max-width: 600px;
  margin: 0 auto !important;
}
.page-content-none form {
  margin: 0 auto !important;
  text-align: center;
}
.page-content-none form input[type="text"] {
  margin: 20px auto !important;
  height: 72px;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
#searchsubmit.btn {
  line-height: 41px;
}
.navigation.comment-navigation {
  padding: 0 0 35px 0;
  margin: -35px 0 0 0;
}
.navigation.comment-navigation a {
  font-weight: bold;
}
/*
	5. Typography
*/
.alignleft {
  float: left;
  display: inline-block;
  margin-right: 2em;
  margin-top: 0em;
  margin-bottom: 2em;
  text-align: left;
}
.alignright {
  float: right;
  display: inline-block;
  margin-left: 2em;
  margin-top: 0em;
  margin-bottom: 2em;
}
.aligncenter {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
}
.has-text-align-center {
  text-align: center;
}
.alignwide {
  width: 100%;
}
.alignwide.wp-block-cover {
  display: flex;
  width: auto;
}
.alignwide.wp-block-gallery.alignwide {
  display: flex;
  width: auto;
}
.alignwide.wp-block-embed-vimeo {
  width: auto;
}
@media (min-width: 1200px) {
  body.no-sidebar .entry-content .alignwide {
    max-width: none;
    width: auto;
    margin-left: -10%;
    margin-right: -10%;
  }
}
.alignfull.wp-block-gallery,
.alignfull.wp-block-cover {
  display: flex;
}
body.no-sidebar .entry-content .alignfull {
  width: var(--fullwidth);
  max-width: none;
  margin: 0 0 25px;
  left: 50%;
  position: relative;
  margin-left: calc((var(--fullwidth) / -2));
}
img.alignleft,
img.alignnone,
img.alignright,
img.aligncenter {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
html {
  font-size: 18px;
  line-height: 1.8em;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.lte-background-black h1,
.lte-background-black h2,
.lte-background-black h3,
.lte-background-black h4,
.lte-background-black h5,
.lte-background-black h6 {
  color: #ffffff;
  color: var(--white);
}
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left {
  text-align: left !important;
}
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center {
  text-align: center !important;
}
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right {
  text-align: right !important;
}
h1,
h2,
h3,
h4 {
  letter-spacing: -1;
}
strong {
  font-weight: 700;
}
/*
@font-face {
  font-family: Fraunces_144pt;
  font-weight: 400;
  font-style: italic, oblique;
  src: url("../fonts/Fraunces_144pt-Soft-Italic.eot") format("embedded-opentype"), url("../fonts/Fraunces_144pt-Soft-Italic.woff") format("woff"), url("../fonts/Fraunces_144pt-Soft-Italic.woff2") format("woff2");
}
*/
.has-main-theme-color {
  color: #d0a249;
  color: var(--main);
}
.has-gray-color {
  color: #f1f0ec;
  color: var(--gray);
}
.has-black-color {
  color: #00162c;
  color: var(--black);
}
.has-red-color {
  color: #e94222;
  color: var(--red);
}
.has-main-theme-background-color {
  background-color: #d0a249;
  background-color: var(--main);
}
.has-gray-background-color {
  background-color: #f1f0ec;
  background-color: var(--gray);
}
.has-black-background-color {
  background-color: #00162c;
  background-color: var(--black);
}
.has-red-background-color {
  background-color: #e94222;
  background-color: var(--red);
}
p {
  margin-top: 0;
}
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Brands';
}
a {
  text-decoration: none;
  color: #00162c;
  color: var(--black);
}
a:focus,
a:hover {
  color: #d0a249;
  color: var(--main);
  text-decoration: none;
}
.lte-background-black h1,
.lte-background-black h2,
.lte-background-black h3,
.lte-background-black h4,
.lte-background-black h5,
.lte-background-black h6 {
  color: #ffffff;
  color: var(--white);
}
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left {
  text-align: left !important;
}
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center {
  text-align: center !important;
}
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right {
  text-align: right !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3em;
}
h1 {
  margin: 0 0 10px;
  font-size: 100px;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  h1 {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  margin: 54px 0 16px;
  font-size: 80px;
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  margin: 64px 0 16px;
  font-size: 64px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 40px;
  }
}
h4 {
  margin: 42px 0 16px;
  font-size: 48px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 30px;
  }
}
h5 {
  margin: 42px 0 16px;
  font-size: 36px;
}
h6 {
  margin: 42px 0 16px;
  font-size: 24px;
}
.wp-block-quote,
blockquote {
  border: 0px solid var(--main);
  border-color: #d0a249;
  border-color: var(--main);
  background-color: #f1f0ec;
  background-color: var(--gray);
  border-radius: 0px;
  padding: 80px 30px;
  margin: 40px 0 40px 0px;
  position: relative;
  text-align: center;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-size: 24px;
  font-weight: 300;
}
.lte-background-black .wp-block-quote,
.lte-background-black blockquote {
  color: #00162c;
  color: var(--black);
  background-color: #ffffff;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .wp-block-quote,
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp-block-quote > *,
blockquote > * {
  position: relative;
  z-index: 1;
}
.wp-block-quote p,
blockquote p,
.wp-block-quote > p,
blockquote > p {
  font-weight: 300 !important;
  line-height: 1.5em;
  margin-top: 0px;
  font-size: 24px !important;
}
@media (max-width: 767px) {
  .wp-block-quote p,
  blockquote p,
  .wp-block-quote > p,
  blockquote > p {
    font-size: 24px !important;
  }
}
.wp-block-quote a,
blockquote a {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.blockquote:before {
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E858";
  /*
  height: 70px;
  width: 66px;
  line-height: 50px;
*/
  display: block;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  font-size: 48px;
  color: #d0a249;
  color: var(--main);
  z-index: 1;
  position: relative;
  text-align: center;
  margin: 10px auto 20px;
  font-style: normal;
}
.wp-block-quote.blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
  padding: 60px 80px 40px;
}
@media (max-width: 767px) {
  .wp-block-quote.wp-block-quote:not(.is-large):not(.is-style-large),
  blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-style-large,
.wp-block-quote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-large {
  padding: 60px 60px 60px;
}
@media (max-width: 767px) {
  .wp-block-quote.wp-block-quote.is-style-large,
  blockquote.wp-block-quote.is-style-large,
  .wp-block-quote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-large {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp-block-quote.wp-block-quote.is-style-large p,
blockquote.wp-block-quote.is-style-large p,
.wp-block-quote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-large p {
  font-size: 24px !important;
}

.wp-block-quote.wp-block-quote.is-style-large p,
blockquote.wp-block-quote.is-style-large p,
.wp-block-quote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-large p {
  text-align: center;
}
.wp-block-quote.has-text-align-right,
blockquote.has-text-align-right {
  text-align: right;
  border-top: 0;
  border-bottom: 0;
}
.wp-block-quote.has-text-align-right {
  border-color: #d0a249;
  border-color: var(--main);
}
.wp-block-quote .lte-triangle {
  bottom: -10px;
}
.wp-block-gallery {
  display: flex;
  margin-bottom: 20px;
}
.wp-block-gallery img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.wp-block-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  margin-bottom: 20px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 16px;
}
.wp-block-pullquote {
  border: 0 none;
  color: #d0a249;
  color: var(--main);
  padding: 0;
}
.wp-block-pullquote p {
  font-size: 18px;
}
ul.aligncenter {
  list-style: none;
}
ul.wp-block-gallery {
  margin-left: 0;
}
.wp-block-button__link {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #d0a249;
  background-color: var(--main);
  display: inline-block !important;
}
.wp-block-button__link:hover {
  background-color: #00162c;
  background-color: var(--black);
}
.wp-block-button {
  margin: 0 0 30px;
  display: block;
}
.wp-block-button.alignleft {
  margin-right: 20px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid var(--main);
  border-color: #d0a249;
  border-color: var(--main);
  color: #d0a249;
  color: var(--main);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
  border-color: #00162c;
  border-color: var(--black);
  color: #00162c;
  color: var(--black);
}
.lte-background-black .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #ffffff;
  border-color: var(--white);
  color: #ffffff;
  color: var(--white);
}
.has-left-content {
  justify-content: left !important;
}
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 20px;
}
.wp-block-cover.has-left-content,
.wp-block-cover-image.has-left-content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.wp-block-cover {
  border-radius: 0px;
}
.wp-block-cover.alignleft .wp-block-cover__inner-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  /*
	padding-left: 0px !important;
	padding-right: 0px !important;
*/
  line-height: 1.7em;
  max-width: initial;
}
.wp-block-cover .wp-block-cover-text {
  font-size: 24px;
}
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
  color: var(--white);
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-button__link {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  color: #00162c;
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.wp-block-pullquote blockquote {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wp-block-pullquote.is-style-solid-color {
  border-radius: 0px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  background-color: transparent;
  border: 0 none !important;
  text-align: center !important;
}
.blog-post p.has-small-font-size,
p.has-small-font-size {
  font-size: 14px;
}
.blog-post p.has-large-font-size,
p.has-large-font-size {
  font-size: 24px;
}

.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
}
.wp-block-code {
  border: 0 none;
  color: #00162c;
  color: var(--black);
}
.wp-block-group.has-background {
  color: #00162c;
  color: var(--black);
}
.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .wp-block-columns.alignfull,
  .alignfull:not(.has-background) .wp-block-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@font-face {
  font-family: 'lte-font';
  src: url('../fonts/lte-font.eot?67100412');
  src: url('../fonts/lte-font.eot?67100412#iefix') format('embedded-opentype'), url('../fonts/lte-font.woff2?67100412') format('woff2'), url('../fonts/lte-font.woff?67100412') format('woff'), url('../fonts/lte-font.ttf?67100412') format('truetype'), url('../fonts/lte-font.svg?67100412#lte-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lte-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lte-header,
.header {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a {
  transition: color 0.5s ease;
}
a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {
  transition: color 0.5s ease;
}
a:hover {
  color: #d0a249;
  color: var(--main);
}
a:focus {
  outline: 0 none;
}
a img {
  border: 0;
  outline: 0 none;
}
.comment-text h1:first-child,
.lte-text-page h1:first-child,
.comment-text h2:first-child,
.lte-text-page h2:first-child,
.comment-text h3:first-child,
.lte-text-page h3:first-child,
.comment-text h4:first-child,
.lte-text-page h4:first-child,
.comment-text h5:first-child,
.lte-text-page h5:first-child,
.comment-text h6:first-child,
.lte-text-page h6:first-child {
  margin-top: 0;
}
.comment-text .entry-content > p,
.lte-text-page .entry-content > p {
  font-size: 18px;
}
.lte-background-black .comment-text,
.lte-background-black .lte-text-page {
  color: rgba(255, 255, 255, 0.75);
}
.comment-text u.lte-text-page ul:not(.lte-ul-nav) li {
  margin-bottom: 6px;
}
@media (max-width: 1599px) {
  .comment-text ul:not(.lte-ul-nav) li,
  .lte-text-page ul:not(.lte-ul-nav) li {
    font-size: 16px;
  }
}
.comment-text h1,
.lte-text-page h1 {
  margin-bottom: 16px;
}
.comment-text h1 + h2,
.lte-text-page h1 + h2,
.comment-text h1 + h3,
.lte-text-page h1 + h3,
.comment-text h1 + h4,
.lte-text-page h1 + h4,
.comment-text h1 + h5,
.lte-text-page h1 + h5,
.comment-text h1 + h6,
.lte-text-page h1 + h6,
.comment-text h2 + h3,
.lte-text-page h2 + h3,
.comment-text h2 + h4,
.lte-text-page h2 + h4,
.comment-text h2 + h5,
.lte-text-page h2 + h5,
.comment-text h2 + h6,
.lte-text-page h2 + h6,
.comment-text h3 + h4,
.lte-text-page h3 + h4,
.comment-text h3 + h5,
.lte-text-page h3 + h5,
.comment-text h3 + h6,
.lte-text-page h3 + h6,
.comment-text h4 + h5,
.lte-text-page h4 + h5,
.comment-text h4 + h6,
.lte-text-page h4 + h6,
.comment-text h5 + h6,
.lte-text-page h5 + h6 {
  margin-top: 0;
}
.comment-text ol ul,
.lte-text-page ol ul,
.comment-text ul ul,
.lte-text-page ul ul,
.comment-text ol ol,
.lte-text-page ol ol,
.comment-text ul ol,
.lte-text-page ul ol {
  margin-top: 6px;
}
.comment-text dt,
.lte-text-page dt {
  font-weight: bold;
}
.comment-text p,
.lte-text-page p {
  margin-bottom: 30px;
}
.comment-text p:last-child,
.lte-text-page p:last-child {
  margin-bottom: 0;
}
.comment-text .tags-short,
.lte-text-page .tags-short {
  border-top: 1px solid var(--gray);
  margin-top: 16px;
  padding-top: 16px;
}
.comment-text img.left,
.lte-text-page img.left {
  margin: 9px 30px 15px 0;
  float: left;
}
.comment-text table.wp-block-table,
.lte-text-page table.wp-block-table,
.comment-text table.shop_table,
.lte-text-page table.shop_table,
.comment-text table.lte-table,
.lte-text-page table.lte-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}
.text-md {
  font-size: 16px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .text-md {
    font-size: 18px;
  }
}
.text-lg {
  font-size: 18px;
  line-height: 1.8em;
}
@media (max-width: 1200px) {
  .text-lg {
    font-size: 18px;
  }
}
p + ul {
  margin-top: -10px !important;
}

ul.check {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
}

ul.check.strong li {
  margin-bottom: 10px;
}

ul.check li {
  margin-bottom: 14px;
  text-align: left;
  position: relative;
}

ul.check.check {
  padding-left: 34px;
  margin-left: 10px;
  display: inline-block;
  margin-inline-start: 0px;
  margin-inline-end: 0;
  padding-inline-start: 4px;
  padding-inline-end: 0;
}

ul.check.check li {
  margin-bottom: 26px;
}

ul.check.check.lte-header li {
  font-size: 24px;
}

ul.check.check {
  padding-left: 14px;
  padding-inline-start: 14px;
  padding-inline-end: 0;
}

ul.check.check.wp-block-list {
  margin-left: 30px;
  margin-inline-start: 30px;
  margin-inline-end: 0;
}

ul.check.check.wp-block-list li {
  margin-bottom: 8px;
}
ol {
  padding-left: 30px;
}
ol li {
  padding-left: 10px;
}
.lte-heading {
  position: relative;
  /*
	&.lte-style-subheader-italic.lte-subcolor-main span { .color-white; }
	&.lte-style-subheader-italic.lte-subcolor-second span { .color-white; }
	&.lte-style-subheader-italic.lte-subcolor-white span { .color-black; }
	&.lte-style-subheader-italic.lte-subcolor-black span { .color-white; }
	&.lte-style-subheader-italic.lte-subcolor-gray span { .color-black; }
*/
}
.lte-heading h1,
.lte-heading h2,
.lte-heading h3,
.lte-heading h4,
.lte-heading h5,
.lte-heading h6 {
  z-index: 3;
  position: relative;
  margin: 0;
}
.lte-heading h1 {
  line-height: 1em;
  padding-bottom: 10px;
  padding-top: 10px;
  letter-spacing: -2.5px;
}
.lte-heading h2 {
  line-height: 1em;
  letter-spacing: -2.5px;
}
.lte-heading h3 {
  line-height: 1.3em;
  letter-spacing: -2.5px;
}
.lte-heading h4 {
  line-height: 1.4em;
  letter-spacing: -1.5px;
}
.lte-heading h5 {
  line-height: 1.2em;
}
.lte-heading h6 {
  line-height: 1.4em;
}
.lte-heading p {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 500;
}
.lte-heading a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-heading i {
  padding: 0 20px;
  font-size: 24px;
  font-weight: 100;
  position: relative;
}
@media (min-width: 768px) {
  .lte-heading i {
    top: -6px;
  }
}
.lte-background-black .lte-heading .lte-header {
  color: #ffffff;
  color: var(--white);
}
.lte-background-gray .lte-heading .lte-header {
  color: #00162c;
  color: var(--black);
}
.lte-background-black .lte-heading .lte-header {
  color: #ffffff;
  color: var(--white);
}
.lte-heading .lte-heading-content {
  display: block;
}
.lte-heading.lte-style-default .lte-subheader {
  font-size: 30px;
  position: relative;
  display: inline-block;
  font-family: var(--font-subheaders), serif;
  letter-spacing: var(--font-subheaders-letterspacing);
  font-weight: 400;
}
.lte-heading.lte-style-header-subheader .lte-subheader {
  margin-left: 0px;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1.6em;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.lte-heading.has-watermark {
  overflow: visible;
  padding-top: 34px;
  padding-bottom: 34px;
}
@keyframes lte-dashed-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lte-heading.lte-size-md .lte-header {
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 992px) {
  .lte-heading.lte-size-md .lte-header {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .lte-heading.lte-size-md .lte-header {
    font-size: 36px;
  }
}
.lte-heading.lte-subcolor-main .lte-subheader,
.lte-heading.lte-subcolor-main .lte-header span {
  color: #d0a249;
  color: var(--main);
}
/*
    6.Theme Sections
*/
@keyframes vane {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lte-tilt {
  transition: box-shadow 0.1s, transform 0.2s;
}
@keyframes pulse {
  0% {
    transform: scale(0);
    color: #fff;
  }
  100% {
    transform: scale(3);
    color: transparent;
  }
}
@media (max-width: 1367px) {
  .lte-mouse-move-object,
  .lte-mouse-move-object-slow,
  .lte-mouse-move-object-medium {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
/*

	transform-style: preserve-3d !important;
}
*/
/*
.lte-coin-flip {

	img {


	  transition: -webkit-transform .4s ease-in;
	  -webkit-transform-style: preserve-3d;	
	}


	&:hover {

		img {

			.rotateY(-180deg);
		}
	}	
}
*/
.ltx-coin-flip,
.lte-coin-flip {
  perspective: 1500px;
}
.ltx-coin-flip img,
.lte-coin-flip img {
  transform-style: preserve-3d;
  transition: transform 0.25s ease-out;
}
@keyframes spin3D {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
/*
	7. Tariffs Block
*/

/*
	8. Testimonials
*/

/*
	9. Bottom widgets goes before footer
*/
#lte-widgets-footer {
  color: #00162c;
  color: var(--black);
  position: relative;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}
#lte-widgets-footer .container {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .col-sm-12 .lte-footer-widget-area {
    text-align: center;
  }
  .col-sm-12 .lte-footer-widget-area .widget_text {
    text-align: center;
  }
  .col-sm-12 .lte-footer-widget-area .widget_lte_icons ul {
    text-align: center;
  }
}
.lte-footer-widget-area .lte-header-widget {
  padding: 0px 0px 10px;
  margin: 0px 0 30px 0;
  font-size: 24px;
  line-height: 1.2em;
  text-align: left;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  display: block;
  background-image: none !important;
  position: relative;
  text-transform: none;
  color: #ffffff;
  color: var(--white);
}
.lte-footer-widget-area .lte-header-widget:after {
  border-color: #d0a249;
  border-color: var(--main);
  width: 100px;
  margin-left: 0;
}
.lte-footer-widget-area .lte-header-widget a {
  color: #d0a249 !important;
  color: var(--main) !important;
}
.lte-footer-widget-area .lte-header-widget a:hover {
  color: #ffffff;
  color: var(--white);
}
.lte-footer-widget-area .lte-header-widget .widget-icon {
  display: none;
}
@media (max-width: 992px) {
  .lte-footer-widget-area .lte-header-widget {
    text-align: center;
  }
}
.lte-footer-widget-area .widget {
  background-color: transparent;
}
.lte-footer-widget-area .widget + .widget .lte-header-widget {
  margin-top: 60px;
}
.lte-footer-widget-area ul {
  list-style: none;
}
.lte-footer-widget-area a:not(.btn) {
  /*        .text-opacity;*/
}
.lte-footer-widget-area .widget_lte_navmenu {
  margin: 0px 0 0 0px;
}
@media (max-width: 767px) {
  .lte-footer-widget-area .widget_lte_navmenu {
    text-align: center;
  }
}
.lte-footer-widget-area .widget_lte_navmenu ul {
  margin-top: -3px;
  margin: 0;
  padding: 0;
}
.lte-footer-widget-area .widget_lte_navmenu ul li {
  margin-top: 8px;
}
.lte-footer-widget-area .widget_lte_navmenu ul li a {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 16px;
}
.lte-footer-widget-area .widget_lte_navmenu ul li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "+";
  color: #d0a249;
  color: var(--main);
  font-size: 10px;
  margin-right: 10px;
  top: -1px;
  position: relative;
  display: none;
}
/*
	10. Footer and copyrights
*/
.lte-footer-wrapper {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  background: var(--black-dark);
}
.lte-footer-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-position: center;
}
.lte-footer-wrapper .lte-heading .lte-header {
  line-height: 1em;
}
.lte-content-wrapper.lte-footer-parallax .lte-text-page {
  background-color: #ffffff;
  background-color: var(--white);
}
@media (min-width: 992px) {
  .lte-content-wrapper.lte-footer-parallax + .lte-footer-wrapper {
    position: fixed;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.no-footer-widgets .copyright-block {
  background-color: #00162c;
  background-color: var(--black);
}
body:not(.error404) .copyright-block.copyright-layout-copyright-transparent {
  margin-top: -45px;
}
.copyright-block {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
.copyright-block .container {
  text-align: start;
}
@media (max-width: 767px) {
  .copyright-block .container {
    text-align: center;
  }
}
.copyright-block:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 100% 100%;
  background-repeat: repeat-x;
}
.copyright-block p {
  margin-bottom: 0 !important;
}
.copyright-block.copyright-layout-default {
  background-color: #00162c;
  background-color: var(--black);
}
.copyright-block.copyright-layout-default .container {
  text-align: center;
}
.copyright-block.copyright-layout-default,
.copyright-block.copyright-layout-copyright-transparent {
  display: block;
  width: 100%;
  padding: 26px 0 26px;
  z-index: 10;
}
@media (max-width: 992px) {
  .copyright-block.copyright-layout-default,
  .copyright-block.copyright-layout-copyright-transparent {
    text-align: center;
  }
}
.copyright-block .container {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
  color: var(--white);
  position: relative;
  display: inline-block;
}
.copyright-block a {
  color: #d0a249;
  color: var(--second);
}
.copyright-block a:hover {
  color: #ffffff;
  color: var(--white);
}
.copyright-block .container {
  position: relative;
}
@media (max-width: 767px) {
  .copyright-block {
    text-align: center;
  }
  .copyright-block p {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .copyright-block p {
    font-size: 12px;
  }
}
.lte-go-top {
  z-index: 10;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  padding: 6px 6px 8px 6px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 74px;
  height: 74px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #ffffff;
  background-color: var(--white);
  color: #00162c;
  color: var(--black);
  border-color: #ffffff;
  border-color: var(--white);
}
.lte-go-top:focus {
  color: #ffffff;
  color: var(--white);
}
@media (max-width: 767px) {
  .lte-go-top {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .lte-go-top span {
    margin-left: 0 !important;
  }
}
.lte-go-top img {
  display: inline-block;
  margin: 0 0px 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.lte-go-top .go-top-icon-v2 {
  font-size: 36px;
  flex: 1 0 100%;
  padding: 0px 0 0 0px;
  margin: 0 auto 0;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #00162c;
  color: var(--black);
  display: block;
}
.lte-go-top:hover {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.lte-go-top:hover .go-top-icon-v2 {
  color: #ffffff;
  color: var(--white);
}
.lte-go-top:hover img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lte-go-top.show {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
/*
	11. Widgets
*/
.lte-sidebar-header {
  margin-bottom: 15px;
}
.wp-block-group h2,
.lte-header-widget {
  padding: 0 0 0px 0;
  margin: 0 0 20px -4px;
  font-size: 18px;
  line-height: 1.27em;
  color: #00162c;
  color: var(--black);
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 2;
  padding: 0;
}
.wp-block-group h2:after,
.lte-header-widget:after {
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E828";
  font-size: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #d0a249;
  color: var(--main);
  margin-left: 8px;
  display: none;
}
.lte-background-black .wp-block-group h2,
.lte-background-black .lte-header-widget {
  color: #ffffff;
  color: var(--white);
}
.wp-block-group h2 + .lte-header-watermark,
.lte-header-widget + .lte-header-watermark {
  position: absolute;
  opacity: .05;
  top: -10px;
  margin: 0;
  font-size: 60px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: none;
}
.wp-block-group h2 + .lte-header-watermark .widget-icon,
.lte-header-widget + .lte-header-watermark .widget-icon {
  display: none;
}
.wp-block-group h2 img,
.lte-header-widget img {
  opacity: 1;
  max-width: 20px !important;
  display: inline;
  margin-top: 0px;
  top: -2px;
  color: #d0a249;
  color: var(--main);
  margin-right: 4px;
  margin-inline-end: 4px;
  margin-inline-start: 0;
  position: relative;
}
.wp-block-group h2 .widget-icon,
.lte-header-widget .widget-icon {
  opacity: 1;
  font-size: 14px;
  display: inline;
  color: #2eca91;
  color: var(--green);
  margin-right: 10px;
  margin-inline-end: 10px;
  margin-inline-start: 0;
  position: relative;
}
.wp-block-group h2 a,
.lte-header-widget a {
  color: #d0a249;
  color: var(--main);
}
.woocommerce-MyAccount-navigation,
.widget-area {
  overflow: hidden;
  background-color: #f1f0ec;
  background-color: var(--gray);
  background-repeat: no-repeat;
  background-position: center 60px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-clip: border-box;
  color: #00162c;
  color: var(--black);
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.lte-show .woocommerce-MyAccount-navigation,
.lte-show .widget-area {
  background-color: #f1f0ec;
  background-color: var(--gray);
  padding-top: 100px !important;
}
.woocommerce-MyAccount-navigation a:not(.lte-btn),
.widget-area a:not(.lte-btn) {
  color: #00162c;
  color: var(--black);
}
.woocommerce-MyAccount-navigation a:not(.lte-btn):hover,
.widget-area a:not(.lte-btn):hover {
  color: #d0a249;
  color: var(--main);
}
.lte-background-black .woocommerce-MyAccount-navigation,
.lte-background-black .widget-area {
  color: rgba(255, 255, 255, 0.8);
}
.lte-background-black .woocommerce-MyAccount-navigation a:not(.lte-btn),
.lte-background-black .widget-area a:not(.lte-btn) {
  color: #ffffff;
  color: var(--white);
}
.woocommerce-MyAccount-navigation aside,
.widget-area aside {
  padding: 30px 30px 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 110% 50px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation aside,
  .widget-area aside {
    padding: 30px 10px;
  }
}
.woocommerce-MyAccount-navigation a.widget-area aside:first-child {
  padding-top: 0;
}
.woocommerce-MyAccount-navigation a.widget-area aside:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation aside ul,
.widget-area aside ul {
  list-style: none;
}
.woocommerce-MyAccount-navigation aside > ul,
.widget-area aside > ul {
  margin: 0 0 0 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation aside > ul li,
.widget-area aside > ul li {
  margin-bottom: 10px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
}
.woocommerce-MyAccount-navigation aside > ul li a,
.widget-area aside > ul li a {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 0px;
  padding-bottom: 0px;
  line-height: 1.4em;
  color: #00162c;
  color: var(--black);
}
.woocommerce-MyAccount-navigation aside > ul li a:hover,
.widget-area aside > ul li a:hover {
  color: #d0a249;
  color: var(--second);
}
.woocommerce-MyAccount-navigation aside > ul li ul,
.widget-area aside > ul li ul {
  margin: 10px 0 0 20px;
}
.woocommerce-MyAccount-navigation aside ul ul ul ul ul ul ul,
.widget-area aside ul ul ul ul ul ul ul {
  margin-left: 0;
}
.widget_lte_blogposts .items {
  margin-top: -25px;
}
.widget_lte_blogposts .items + a {
  display: inline-block;
  margin-top: 0px;
}
.widget_lte_blogposts .post {
  padding-top: 25px;
  padding-bottom: 0px;
  display: block;
  text-align: left;
}
.widget_lte_blogposts .post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget_lte_blogposts .post h6 {
  font-size: 18px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0px 0 2px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #00162c;
  color: var(--black);
  background-image: linear-gradient(var(--second), var(--second));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget_lte_blogposts .post h6:hover {
  background-size: 100% 2px;
}
.widget_lte_blogposts .post .lte-photo {
  display: block;
  margin-bottom: 0;
}
.widget_lte_blogposts .post .lte-photo img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.widget_lte_blogposts .post .lte-cats {
  margin-top: 0px;
  display: block;
}
.widget_lte_blogposts .post .lte-cats a {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  color: #00162c;
  color: var(--black);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  opacity: .5;
}
.widget_lte_blogposts .post .lte-post-headline {
  border-top: 0;
  margin-top: 10px;
}
.widget_lte_blogposts .post .lte-post-headline a {
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget_lte_blogposts .post .lte-post-headline a:first-child {
  margin-right: 20px;
}
.widget_lte_blogposts .post .lte-post-headline a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #00162c;
  color: var(--black);
}
.widget .select-wrap {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: #ffffff;
  background-color: var(--white);
  background: #fff;
}
.widget .select-wrap select {
  font-size: 14px;
}
.widget ul,
.page-content ul {
  padding-left: 0;
}
.widget form,
.page-content form {
  padding: 0;
}
.widget select,
.page-content select {
  width: 100%;
  display: block;
  padding: 6px 6px;
}
.widget .select-wrap,
.page-content .select-wrap {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  background-clip: border-box;
}
.lte-background-black .widget .select-wrap,
.lte-background-black .page-content .select-wrap {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.lte-background-black .widget .select-wrap select,
.lte-background-black .page-content .select-wrap select {
  color: #ffffff !important;
  color: var(--white) !important;
}
.widget.widget_product_search,
.page-content.widget_product_search,
.widget.widget_search,
.page-content.widget_search {
  border: 0 none;
  margin-top: 0px;
  background: transparent;
}
.widget.widget_product_search .lte-sidebar-header,
.page-content.widget_product_search .lte-sidebar-header,
.widget.widget_search .lte-sidebar-header,
.page-content.widget_search .lte-sidebar-header {
  margin-top: -15px;
  margin-bottom: 8px;
}
.widget.widget_block.widget_search button,
.page-content.widget_block.widget_search button,
.widget.widget_product_search button,
.page-content.widget_product_search button {
  font-size: 0px !important;
  color: #ffffff !important;
  color: var(--white) !important;
  padding: 0 !important;
  margin: 0;
  min-width: auto;
  line-height: 0;
}
.widget.widget_block.widget_search b.page-content.widget_block.widget_search b.widget.widget_product_search b.page-content.widget_product_search button:before {
  text-align: center;
  margin: 0 !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #00162c;
  color: var(--black);
  background-color: #d0a249;
  background-color: var(--main);
  position: relative;
  display: block !important;
  top: 0;
  line-height: 72px !important;
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E833";
  font-size: 24px;
  margin-top: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.widget.widget_block.widget_search b.page-content.widget_block.widget_search b.widget.widget_product_search b.page-content.widget_product_search button:hover:before {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff !important;
  color: var(--white) !important;
}
.widget .wp-block-search__inside-wrapper,
.page-content .wp-block-search__inside-wrapper,
.widget .wp-searchform,
.page-content .wp-searchform {
  padding: 0 0px;
  margin: 0 0 0px;
  width: 100%;
  display: block;
  position: relative;
}
.widget .wp-block-search__inside-wrapper .btn,
.page-content .wp-block-search__inside-wrapper .btn,
.widget .wp-searchform .btn,
.page-content .wp-searchform .btn {
  min-width: initial;
  margin: 0;
}
.widget .wp-block-search__inside-wrapper input[type="text"],
.page-content .wp-block-search__inside-wrapper input[type="text"],
.widget .wp-searchform input[type="text"],
.page-content .wp-searchform input[type="text"] {
  width: 100%;
  display: block;
}
.widget .wp-block-search__inside-wrapper,
.page-content .wp-block-search__inside-wrapper,
.widget .woocommerce-product-search,
.page-content .woocommerce-product-search,
.widget .search-form,
.page-content .search-form {
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
}
.widget .wp-block-search__inside-wrapper label,
.page-content .wp-block-search__inside-wrapper label,
.widget .woocommerce-product-search label,
.page-content .woocommerce-product-search label,
.widget .search-form label,
.page-content .search-form label {
  display: block;
}
.widget .wp-block-search__inside-wrapper .search-icon,
.page-content .wp-block-search__inside-wrapper .search-icon,
.widget .woocommerce-product-search .search-icon,
.page-content .woocommerce-product-search .search-icon,
.widget .search-form .search-icon,
.page-content .search-form .search-icon {
  transition: background .4s ease;
  background-color: #d0a249;
  background-color: var(--main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.widget .wp-block-search__inside-wrapper input[type="search"],
.page-content .wp-block-search__inside-wrapper input[type="search"],
.widget .woocommerce-product-search input[type="search"],
.page-content .woocommerce-product-search input[type="search"],
.widget .search-form input[type="search"],
.page-content .search-form input[type="search"],
.widget .wp-block-search__inside-wrapper input[type="text"],
.page-content .wp-block-search__inside-wrapper input[type="text"],
.widget .woocommerce-product-search input[type="text"],
.page-content .woocommerce-product-search input[type="text"],
.widget .search-form input[type="text"],
.page-content .search-form input[type="text"] {
  width: 100%;
  display: block;
  font-size: 14px !important;
  padding: 12px 25px 12px 30px !important;
  padding-right: 80px;
  height: 76px;
  background-color: #ffffff !important;
  background-color: var(--white) !important;
  border-radius: 48px;
  border: 0 none !important;
}
@media (max-width: 992px) {
  .widget .wp-block-search__inside-wrapper input[type="search"],
  .page-content .wp-block-search__inside-wrapper input[type="search"],
  .widget .woocommerce-product-search input[type="search"],
  .page-content .woocommerce-product-search input[type="search"],
  .widget .search-form input[type="search"],
  .page-content .search-form input[type="search"],
  .widget .wp-block-search__inside-wrapper input[type="text"],
  .page-content .wp-block-search__inside-wrapper input[type="text"],
  .widget .woocommerce-product-search input[type="text"],
  .page-content .woocommerce-product-search input[type="text"],
  .widget .search-form input[type="text"],
  .page-content .search-form input[type="text"] {
    background-color: #f1f0ec !important;
    background-color: var(--gray) !important;
  }
}
.widget .wp-block-search__inside-wrapper.search-form input[type="text"],
.page-content .wp-block-search__inside-wrapper.search-form input[type="text"],
.widget .woocommerce-product-search.search-form input[type="text"],
.page-content .woocommerce-product-search.search-form input[type="text"],
.widget .search-form.search-form input[type="text"],
.page-content .search-form.search-form input[type="text"] {
  /*border: 1px solid @gray-border !important;*/
}
.widget .wp-block-search__inside-wrapper a,
.page-content .wp-block-search__inside-wrapper a,
.widget .woocommerce-product-search a,
.page-content .woocommerce-product-search a,
.widget .search-form a,
.page-content .search-form a,
.widget .wp-block-search__inside-wrapper button,
.page-content .wp-block-search__inside-wrapper button,
.widget .woocommerce-product-search button,
.page-content .woocommerce-product-search button,
.widget .search-form button,
.page-content .search-form button,
.widget .wp-block-search__inside-wrapper input[type="submit"],
.page-content .wp-block-search__inside-wrapper input[type="submit"],
.widget .woocommerce-product-search input[type="submit"],
.page-content .woocommerce-product-search input[type="submit"],
.widget .search-form input[type="submit"],
.page-content .search-form input[type="submit"],
.widget .wp-block-search__inside-wrapper button[type="submit"],
.page-content .wp-block-search__inside-wrapper button[type="submit"],
.widget .woocommerce-product-search button[type="submit"],
.page-content .woocommerce-product-search button[type="submit"],
.widget .search-form button[type="submit"],
.page-content .search-form button[type="submit"] {
  overflow: hidden;
  background-color: transparent;
  width: 72px;
  height: 72px;
  display: block;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0;
  padding: 0;
  position: absolute;
}
.widget .wp-block-search__inside-wrapper a span,
.page-content .wp-block-search__inside-wrapper a span,
.widget .woocommerce-product-search a span,
.page-content .woocommerce-product-search a span,
.widget .search-form a span,
.page-content .search-form a span,
.widget .wp-block-search__inside-wrapper button span,
.page-content .wp-block-search__inside-wrapper button span,
.widget .woocommerce-product-search button span,
.page-content .woocommerce-product-search button span,
.widget .search-form button span,
.page-content .search-form button span,
.widget .wp-block-search__inside-wrapper input[type="submit"] span,
.page-content .wp-block-search__inside-wrapper input[type="submit"] span,
.widget .woocommerce-product-search input[type="submit"] span,
.page-content .woocommerce-product-search input[type="submit"] span,
.widget .search-form input[type="submit"] span,
.page-content .search-form input[type="submit"] span,
.widget .wp-block-search__inside-wrapper button[type="submit"] span,
.page-content .wp-block-search__inside-wrapper button[type="submit"] span,
.widget .woocommerce-product-search button[type="submit"] span,
.page-content .woocommerce-product-search button[type="submit"] span,
.widget .search-form button[type="submit"] span,
.page-content .search-form button[type="submit"] span {
  padding: 0;
  position: relative;
}
.widget .wp-block-search__inside-wrapper a:after,
.page-content .wp-block-search__inside-wrapper a:after,
.widget .woocommerce-product-search a:after,
.page-content .woocommerce-product-search a:after,
.widget .search-form a:after,
.page-content .search-form a:after,
.widget .wp-block-search__inside-wrapper b.page-content .wp-block-search__inside-wrapper b.widget .woocommerce-product-search b.page-content .woocommerce-product-search b.widget .search-form b.page-content .search-form b.widget .wp-block-search__inside-wrapper input[type="submit"]:after,
.page-content .wp-block-search__inside-wrapper input[type="submit"]:after,
.widget .woocommerce-product-search input[type="submit"]:after,
.page-content .woocommerce-product-search input[type="submit"]:after,
.widget .search-form input[type="submit"]:after,
.page-content .search-form input[type="submit"]:after,
.widget .wp-block-search__inside-wrapper button[type="submit"]:after,
.page-content .wp-block-search__inside-wrapper button[type="submit"]:after,
.widget .woocommerce-product-search button[type="submit"]:after,
.page-content .woocommerce-product-search button[type="submit"]:after,
.widget .search-form button[type="submit"]:after,
.page-content .search-form button[type="submit"]:after {
  display: none;
}
.widget.widget_products .product_list_widget li,
.page-content.widget_products .product_list_widget li {
  padding-bottom: 4px;
}
.widget.widget_products .product_list_widget > li > a,
.page-content.widget_products .product_list_widget > li > a {
  padding-left: 0;
}
.widget.widget_products .product_list_widget > li > a img,
.page-content.widget_products .product_list_widget > li > a img {
  margin-right: 12px;
  width: 70px !important;
}
.widget.widget_products .product_list_widget .star-rating,
.page-content.widget_products .product_list_widget .star-rating {
  margin: 8px 0 0;
  padding-bottom: 19px;
}
.widget.widget_nav_menu,
.page-content.widget_nav_menu {
  /*	a { .font-main; font-weight: bold;  }*/
}
.widget ol,
.page-content ol {
  padding-left: 0;
}
.widget ul[class*="wp-block-"][class*="wp-block-"],
.page-content ul[class*="wp-block-"][class*="wp-block-"],
.widget.widget_nav_menu[class*="wp-block-"],
.page-content.widget_nav_menu[class*="wp-block-"],
.widget.widget_recent_entries[class*="wp-block-"],
.page-content.widget_recent_entries[class*="wp-block-"],
.widget.widget_meta[class*="wp-block-"],
.page-content.widget_meta[class*="wp-block-"],
.widget.widget_pages[class*="wp-block-"],
.page-content.widget_pages[class*="wp-block-"],
.widget.widget_archive[class*="wp-block-"],
.page-content.widget_archive[class*="wp-block-"],
.widget.widget_categories[class*="wp-block-"],
.page-content.widget_categories[class*="wp-block-"],
.widget.widget_services_widget[class*="wp-block-"],
.page-content.widget_services_widget[class*="wp-block-"],
.widget.widget_product_categories[class*="wp-block-"],
.page-content.widget_product_categories[class*="wp-block-"],
.widget ul[class*="wp-block-"] ul,
.page-content ul[class*="wp-block-"] ul,
.widget.widget_nav_menu ul,
.page-content.widget_nav_menu ul,
.widget.widget_recent_entries ul,
.page-content.widget_recent_entries ul,
.widget.widget_meta ul,
.page-content.widget_meta ul,
.widget.widget_pages ul,
.page-content.widget_pages ul,
.widget.widget_archive ul,
.page-content.widget_archive ul,
.widget.widget_categories ul,
.page-content.widget_categories ul,
.widget.widget_services_widget ul,
.page-content.widget_services_widget ul,
.widget.widget_product_categories ul,
.page-content.widget_product_categories ul {
  margin-top: 0px;
  padding-bottom: 0px;
  margin-left: 1px;
}
.widget ul[class*="wp-block-"][class*="wp-block-"] ul,
.page-content ul[class*="wp-block-"][class*="wp-block-"] ul,
.widget.widget_nav_menu[class*="wp-block-"] ul,
.page-content.widget_nav_menu[class*="wp-block-"] ul,
.widget.widget_recent_entries[class*="wp-block-"] ul,
.page-content.widget_recent_entries[class*="wp-block-"] ul,
.widget.widget_meta[class*="wp-block-"] ul,
.page-content.widget_meta[class*="wp-block-"] ul,
.widget.widget_pages[class*="wp-block-"] ul,
.page-content.widget_pages[class*="wp-block-"] ul,
.widget.widget_archive[class*="wp-block-"] ul,
.page-content.widget_archive[class*="wp-block-"] ul,
.widget.widget_categories[class*="wp-block-"] ul,
.page-content.widget_categories[class*="wp-block-"] ul,
.widget.widget_services_widget[class*="wp-block-"] ul,
.page-content.widget_services_widget[class*="wp-block-"] ul,
.widget.widget_product_categories[class*="wp-block-"] ul,
.page-content.widget_product_categories[class*="wp-block-"] ul,
.widget ul[class*="wp-block-"] ul ul,
.page-content ul[class*="wp-block-"] ul ul,
.widget.widget_nav_menu ul ul,
.page-content.widget_nav_menu ul ul,
.widget.widget_recent_entries ul ul,
.page-content.widget_recent_entries ul ul,
.widget.widget_meta ul ul,
.page-content.widget_meta ul ul,
.widget.widget_pages ul ul,
.page-content.widget_pages ul ul,
.widget.widget_archive ul ul,
.page-content.widget_archive ul ul,
.widget.widget_categories ul ul,
.page-content.widget_categories ul ul,
.widget.widget_services_widget ul ul,
.page-content.widget_services_widget ul ul,
.widget.widget_product_categories ul ul,
.page-content.widget_product_categories ul ul {
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul[class*="wp-block-"][class*="wp-block-"] li,
.page-content ul[class*="wp-block-"][class*="wp-block-"] li,
.widget.widget_nav_menu[class*="wp-block-"] li,
.page-content.widget_nav_menu[class*="wp-block-"] li,
.widget.widget_recent_entries[class*="wp-block-"] li,
.page-content.widget_recent_entries[class*="wp-block-"] li,
.widget.widget_meta[class*="wp-block-"] li,
.page-content.widget_meta[class*="wp-block-"] li,
.widget.widget_pages[class*="wp-block-"] li,
.page-content.widget_pages[class*="wp-block-"] li,
.widget.widget_archive[class*="wp-block-"] li,
.page-content.widget_archive[class*="wp-block-"] li,
.widget.widget_categories[class*="wp-block-"] li,
.page-content.widget_categories[class*="wp-block-"] li,
.widget.widget_services_widget[class*="wp-block-"] li,
.page-content.widget_services_widget[class*="wp-block-"] li,
.widget.widget_product_categories[class*="wp-block-"] li,
.page-content.widget_product_categories[class*="wp-block-"] li,
.widget ul[class*="wp-block-"] ul li,
.page-content ul[class*="wp-block-"] ul li,
.widget.widget_nav_menu ul li,
.page-content.widget_nav_menu ul li,
.widget.widget_recent_entries ul li,
.page-content.widget_recent_entries ul li,
.widget.widget_meta ul li,
.page-content.widget_meta ul li,
.widget.widget_pages ul li,
.page-content.widget_pages ul li,
.widget.widget_archive ul li,
.page-content.widget_archive ul li,
.widget.widget_categories ul li,
.page-content.widget_categories ul li,
.widget.widget_services_widget ul li,
.page-content.widget_services_widget ul li,
.widget.widget_product_categories ul li,
.page-content.widget_product_categories ul li {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  position: relative;
  font-weight: normal;
}
.widget ul[class*="wp-block-"][class*="wp-block-"] li a,
.page-content ul[class*="wp-block-"][class*="wp-block-"] li a,
.widget.widget_nav_menu[class*="wp-block-"] li a,
.page-content.widget_nav_menu[class*="wp-block-"] li a,
.widget.widget_recent_entries[class*="wp-block-"] li a,
.page-content.widget_recent_entries[class*="wp-block-"] li a,
.widget.widget_meta[class*="wp-block-"] li a,
.page-content.widget_meta[class*="wp-block-"] li a,
.widget.widget_pages[class*="wp-block-"] li a,
.page-content.widget_pages[class*="wp-block-"] li a,
.widget.widget_archive[class*="wp-block-"] li a,
.page-content.widget_archive[class*="wp-block-"] li a,
.widget.widget_categories[class*="wp-block-"] li a,
.page-content.widget_categories[class*="wp-block-"] li a,
.widget.widget_services_widget[class*="wp-block-"] li a,
.page-content.widget_services_widget[class*="wp-block-"] li a,
.widget.widget_product_categories[class*="wp-block-"] li a,
.page-content.widget_product_categories[class*="wp-block-"] li a,
.widget ul[class*="wp-block-"] ul li a,
.page-content ul[class*="wp-block-"] ul li a,
.widget.widget_nav_menu ul li a,
.page-content.widget_nav_menu ul li a,
.widget.widget_recent_entries ul li a,
.page-content.widget_recent_entries ul li a,
.widget.widget_meta ul li a,
.page-content.widget_meta ul li a,
.widget.widget_pages ul li a,
.page-content.widget_pages ul li a,
.widget.widget_archive ul li a,
.page-content.widget_archive ul li a,
.widget.widget_categories ul li a,
.page-content.widget_categories ul li a,
.widget.widget_services_widget ul li a,
.page-content.widget_services_widget ul li a,
.widget.widget_product_categories ul li a,
.page-content.widget_product_categories ul li a {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  padding-left: 0;
  padding: 0px 0 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.lte-background-black .widget ul[class*="wp-block-"][class*="wp-block-"] li a,
.lte-background-black .page-content ul[class*="wp-block-"][class*="wp-block-"] li a,
.lte-background-black .widget.widget_nav_menu[class*="wp-block-"] li a,
.lte-background-black .page-content.widget_nav_menu[class*="wp-block-"] li a,
.lte-background-black .widget.widget_recent_entries[class*="wp-block-"] li a,
.lte-background-black .page-content.widget_recent_entries[class*="wp-block-"] li a,
.lte-background-black .widget.widget_meta[class*="wp-block-"] li a,
.lte-background-black .page-content.widget_meta[class*="wp-block-"] li a,
.lte-background-black .widget.widget_pages[class*="wp-block-"] li a,
.lte-background-black .page-content.widget_pages[class*="wp-block-"] li a,
.lte-background-black .widget.widget_archive[class*="wp-block-"] li a,
.lte-background-black .page-content.widget_archive[class*="wp-block-"] li a,
.lte-background-black .widget.widget_categories[class*="wp-block-"] li a,
.lte-background-black .page-content.widget_categories[class*="wp-block-"] li a,
.lte-background-black .widget.widget_services_widget[class*="wp-block-"] li a,
.lte-background-black .page-content.widget_services_widget[class*="wp-block-"] li a,
.lte-background-black .widget.widget_product_categories[class*="wp-block-"] li a,
.lte-background-black .page-content.widget_product_categories[class*="wp-block-"] li a,
.lte-background-black .widget ul[class*="wp-block-"] ul li a,
.lte-background-black .page-content ul[class*="wp-block-"] ul li a,
.lte-background-black .widget.widget_nav_menu ul li a,
.lte-background-black .page-content.widget_nav_menu ul li a,
.lte-background-black .widget.widget_recent_entries ul li a,
.lte-background-black .page-content.widget_recent_entries ul li a,
.lte-background-black .widget.widget_meta ul li a,
.lte-background-black .page-content.widget_meta ul li a,
.lte-background-black .widget.widget_pages ul li a,
.lte-background-black .page-content.widget_pages ul li a,
.lte-background-black .widget.widget_archive ul li a,
.lte-background-black .page-content.widget_archive ul li a,
.lte-background-black .widget.widget_categories ul li a,
.lte-background-black .page-content.widget_categories ul li a,
.lte-background-black .widget.widget_services_widget ul li a,
.lte-background-black .page-content.widget_services_widget ul li a,
.lte-background-black .widget.widget_product_categories ul li a,
.lte-background-black .page-content.widget_product_categories ul li a {
  color: #ffffff;
  color: var(--white);
}
.widget ul[class*="wp-block-"][class*="wp-block-"] li a:hover,
.page-content ul[class*="wp-block-"][class*="wp-block-"] li a:hover,
.widget.widget_nav_menu[class*="wp-block-"] li a:hover,
.page-content.widget_nav_menu[class*="wp-block-"] li a:hover,
.widget.widget_recent_entries[class*="wp-block-"] li a:hover,
.page-content.widget_recent_entries[class*="wp-block-"] li a:hover,
.widget.widget_meta[class*="wp-block-"] li a:hover,
.page-content.widget_meta[class*="wp-block-"] li a:hover,
.widget.widget_pages[class*="wp-block-"] li a:hover,
.page-content.widget_pages[class*="wp-block-"] li a:hover,
.widget.widget_archive[class*="wp-block-"] li a:hover,
.page-content.widget_archive[class*="wp-block-"] li a:hover,
.widget.widget_categories[class*="wp-block-"] li a:hover,
.page-content.widget_categories[class*="wp-block-"] li a:hover,
.widget.widget_services_widget[class*="wp-block-"] li a:hover,
.page-content.widget_services_widget[class*="wp-block-"] li a:hover,
.widget.widget_product_categories[class*="wp-block-"] li a:hover,
.page-content.widget_product_categories[class*="wp-block-"] li a:hover,
.widget ul[class*="wp-block-"] ul li a:hover,
.page-content ul[class*="wp-block-"] ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.page-content.widget_nav_menu ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.page-content.widget_recent_entries ul li a:hover,
.widget.widget_meta ul li a:hover,
.page-content.widget_meta ul li a:hover,
.widget.widget_pages ul li a:hover,
.page-content.widget_pages ul li a:hover,
.widget.widget_archive ul li a:hover,
.page-content.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.page-content.widget_categories ul li a:hover,
.widget.widget_services_widget ul li a:hover,
.page-content.widget_services_widget ul li a:hover,
.widget.widget_product_categories ul li a:hover,
.page-content.widget_product_categories ul li a:hover {
  color: #d0a249;
  color: var(--main);
}
.widget.widget_rss .lte-sidebar-header,
.page-content.widget_rss .lte-sidebar-header {
  margin-bottom: 15px;
}
.widget.widget_rss ul,
.page-content.widget_rss ul {
  margin-left: 0;
}
.widget.widget_rss li,
.page-content.widget_rss li {
  text-align: left;
  padding-bottom: 15px;
}
.widget.widget_rss li a,
.page-content.widget_rss li a {
  padding-left: 0;
  padding-bottom: 0;
}
.widget_product_tag_cloud,
.widget_tag_cloud,
.lte-tags {
  margin: 0 0;
  padding: 0 0;
}
.widget_product_tag_cloud a,
.widget_tag_cloud a,
.lte-tags a {
  background: transparent;
  margin-bottom: 10px;
  margin-right: 4px;
  border-radius: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1em;
  text-transform: lowercase;
  display: inline-block;
  color: #00162c;
  color: var(--black);
  padding: 8px 16px 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget_product_tag_cloud a:before,
.widget_tag_cloud a:before,
.lte-tags a:before {
  content: "#";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #d0a249;
  color: var(--main);
}
.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover,
.lte-tags a:hover {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff !important;
  color: var(--white) !important;
  border-color: transparent;
}
.widget_product_tag_cloud a:.widget_tag_cloud a:.lte-tags a:hover:before {
  color: #ffffff;
  color: var(--white);
}
.lte-background-black .widget_product_tag_cloud a,
.lte-background-black .widget_tag_cloud a,
.lte-background-black .lte-tags a {
  color: #00162c !important;
  color: var(--black) !important;
}
.widget_product_tag_cloud a:.widget_tag_cloud a:.lte-tags a:last-child:after {
  content: "";
}
.page-content .search-form input[type="text"] {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.wp-block-latest-comments a {
  color: #d0a249 !important;
  color: var(--main) !important;
}
.widget_recent_comments ul {
  margin-left: 0 !important;
  margin-top: 10px !important;
}
.widget_recent_comments li {
  padding-left: 0px;
  margin-top: 16px !important;
  color: transparent;
  text-align: start !important;
  font-size: 0px !important;
  padding-bottom: 16px;
  font-family: var(--font-main), sans-serif !important;
  letter-spacing: var(--font-main-letterspacing) !important;
  font-weight: 300 !important;
  font-style: normal;
  line-height: 1.3em;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.3);
}
.widget_recent_comments li:before {
  display: none !important;
}
.widget_recent_comments li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget_recent_comments li span {
  font-style: normal;
}
.widget_recent_comments li .comment-author-link {
  position: relative;
  top: 0px;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-style: normal;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  color: #00162c;
  color: var(--black);
  font-weight: 700;
}
.widget_recent_comments li .comment-author-link a {
  color: #00162c;
  color: var(--black);
  text-transform: uppercase !important;
}
.widget_recent_comments li .comment-author-link a:hover {
  color: #d0a249;
  color: var(--main);
}
.widget_recent_comments li .comment-author-link:after {
  content: "|";
  margin: 0 8px;
  font-size: 16px;
  top: -1px;
  position: relative;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-style: normal;
  color: #00162c;
  color: var(--black);
  opacity: .75;
}
.widget_recent_comments li a {
  padding-left: 0px !important;
  text-transform: none !important;
}
.widget_recent_comments li > a:not(.comment-author-link) {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: baseline;
  line-height: 1.4em;
  opacity: .75;
}
.widget_recent_comments li > a:not(.comment-author-link):hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #00162c;
  color: var(--black);
}
.widget_calendar {
  text-align: left;
}
.widget_calendar caption {
  text-align: center;
  font-size: 16px;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  padding: 0 15px 10px;
  color: #00162c;
  color: var(--black);
}
.widget_calendar table {
  width: 100%;
  position: relative;
}
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
  padding-top: 10px;
  display: inline-block;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
}
.widget_calendar a {
  color: #d0a249;
  color: var(--main);
  font-size: 16px;
}
.widget_calendar a:hover {
  color: #ffffff;
  color: var(--white);
}
.widget_calendar #today {
  position: relative;
  z-index: 2;
  color: #ffffff;
  color: var(--white);
}
.widget_calendar #today > a {
  color: #ffffff;
  color: var(--white);
}
.widget_calendar #today:before {
  z-index: -1;
  content: '';
  position: absolute;
  width: 2em;
  height: 2em;
  left: 50%;
  top: 50%;
  margin-top: 0px;
  background-color: #d0a249;
  background-color: var(--main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget_flickr ul {
  margin-top: -20px !important;
  margin-left: 0 !important;
}
.widget_flickr ul li {
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.widget_flickr img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.widget_lte_navmenu ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.widget_text img {
  margin-bottom: 0px;
  border-radius: 0px !important;
}
.widget_text img + p {
  margin-top: 10px;
}
.widget_text p {
  font-size: 14px;
  line-height: 1.8em;
}
.widget_text p:not(:last-child) {
  margin: 0 0 20px 0;
}
.widget_text .lte-btn-wrap {
  margin-top: 24px;
  margin-bottom: 20px;
}
.widget_text .lte-btn-wrap .btn-transparent {
  margin-top: -10px !important;
  padding-top: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: border-box;
}
.widget_text .widget_tag_cloud {
  display: none;
}
@media (max-width: 1200px) {
  .div-sidebar .widget-area {
    padding: 100px 5px 0 0;
    max-width: 330px;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: scroll;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.7s ease;
    -moz-transition: -moz-transform 0.7s ease;
    -o-transition: -o-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease,-moz-transform 0.7s ease,-o-transform 0.7s ease,transform 0.7s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: border-box;
    z-index: 500;
    background-color: #ffffff;
    background-color: var(--white);
  }
  .admin-bar .div-sidebar .widget-area {
    padding-top: 100px;
  }
  .div-sidebar .widget-area > aside:last-child {
    margin-bottom: 20px;
  }
  .div-sidebar.lte-show .widget-area {
    -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);
  }
  .lte-sidebar-close {
    position: absolute;
    top: 8px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 64px;
    height: 48px;
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .admin-bar .lte-sidebar-close {
    top: 60px;
    z-index: 15;
  }
  .lte-sidebar-close:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .lte-sidebar-close:after,
  .lte-sidebar-close:before {
    content: "";
    border-top: 2px solid var(--black);
    border-color: #00162c;
    border-color: var(--black);
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 15px;
    right: 0px;
  }
  .lte-sidebar-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
  }
  .lte-sidebar-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 22px;
  }
  .lte-sidebar-filter {
    position: fixed;
    bottom: 100px;
    left: 0;
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0 4px 0 0;
    margin-top: -80px;
    display: block;
    text-align: center;
    background-color: #d0a249;
    background-color: var(--main);
    color: #00162c;
    color: var(--black);
    -webkit-border-top-right-radius: 48px;
    -moz-border-radius-topright: 48px;
    border-top-right-radius: 48px;
    -webkit-border-bottom-right-radius: 48px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 48px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 48px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 5;
  }
  .lte-sidebar-filter:after {
    display: inline-block;
    font-family: lte-font;
    font-weight: 400 !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E816";
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .lte-sidebar-filter:hover {
    background-color: #00162c;
    background-color: var(--black);
    color: #ffffff;
    color: var(--white);
  }
  .lte-sidebar-filter:hover:after {
    color: #ffffff;
    color: var(--white);
  }
  .lte-sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #141d2c;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s ease 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s, visibility 0s ease 0.3s;
    transition: opacity 0.3s, visibility 0s ease 0.3s;
    z-index: 99;
    visibility: hidden;
  }
  .lte-show .lte-sidebar-overlay {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0s ease;
    -moz-transition: opacity 0.3s, visibility 0s ease;
    -o-transition: opacity 0.3s, visibility 0s ease;
    transition: opacity 0.3s, visibility 0s ease;
  }
}
.wp-block-search .wp-block-search__label {
  display: none;
}
.widget_services_widget a > span {
  color: rgba(0, 0, 0, 0.4);
  padding-left: 6px;
}
.widget_services_widget li:before {
  display: none !important;
}
.widget_services_widget .active {
  color: #d0a249 !important;
  color: var(--main) !important;
}
.widget_services_widget ul ul {
  display: none;
}
.widget_services_widget ul ul li:before {
  line-height: 10px;
  color: #d0a249;
  color: var(--main);
  margin-right: 12px;
  margin-inline-end: 12px;
  margin-inline-start: 0;
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E852";
  font-size: 12px;
  position: relative;
}
/*
	12. Contacts inner page width full-width map
*/
#page-contacts {
  margin: 90px 0 100px 0;
}
@media (max-width: 992px) {
  #page-contacts {
    margin: 10px 0 20px;
  }
}
#page-contacts .social {
  margin: 10px 0 60px;
}
#map {
  height: 750px;
  width: 100%;
}
/*
	13. Blog posts and blog inner page
*/
div.blog-block {
  margin-top: -60px;
}
@media (max-width: 767px) {
  div.blog-block {
    margin-top: -60px;
  }
}
div.blog {
  padding: 0;
  margin-bottom: 0;
  overflow: visible;
}
div.blog article {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin-top: 60px;
  background-color: #ffffff;
  background-color: var(--white);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
@media (max-width: 767px) {
  div.blog article {
    margin-top: 60px;
  }
}
div.blog article:not(.has-post-thumbnail) {
  padding: 30px 30px 25px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #00162c;
  color: var(--black);
}
div.blog article:not(.has-post-thumbnail) .lte-post-date {
  display: inline-block;
}
div.blog article:not(.has-post-thumbnail) .lte-description {
  padding-top: 0;
}
div.blog article:not(.has-post-thumbnail) .lte-post-info {
  padding-top: 20px;
}
div.blog article.has-post-thumbnail {
  margin-bottom: -8px;
}
div.blog article .lte-header {
  display: block;
  line-height: 1.6em;
}
div.blog article .lte-header > * {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  font-size: 24px;
  line-height: 1.1em;
  color: #00162c;
  color: var(--black);
  background-image: linear-gradient(var(--second), var(--second));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.blog article .lte-header > *:hover {
  background-size: 100% 2px;
}

.lte-background-black div.blog article .lte-header > * {
  color: #ffffff;
  color: var(--white);
}
div.blog article .lte-photo {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
div.blog article .lte-photo .lte-photo-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #00162c;
  background-color: var(--black);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.blog article .lte-photo img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  div.blog article .lte-photo img {
    width: 100%;
    height: auto;
  }
}
div.blog article .lte-photo:hover {
  color: #00162c;
  color: var(--black);
}
div.blog article .lte-photo:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

div.blog article .lte-wrapper + .lte-cats,
div.blog article .lte-photo + .lte-cats {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  pointer-events: none;
}
div.blog article .lte-description {
  z-index: 2;
  position: relative;
  padding: 12px 0 0 0;
}
div.blog article .lte-description .lte-excerpt {
  padding-top: 0px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7em;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
div.blog article .lte-description .lte-excerpt p {
  margin-top: 12px;
  margin-bottom: 20px;
}
div.blog article .lte-description .lte-excerpt p:last-child {
  margin-bottom: 0;
}
div.blog article .lte-description .lte-post-info {
  margin-top: 6px;
}
div.blog article .lte-description .lte-post-headline {
  margin: 0 0 10px;
}
div.blog article .lte-description .lte-post-headline .i {
  display: none;
}
div.blog .paging-navigation .pagination {
  margin-bottom: 0;
}
div.blog p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  div.blog {
    padding: 0 0 30px;
  }
  div.blog .item ul {
    padding-left: 0;
  }
}
.lte-excerpt {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.lte-cats {
  display: block;
  line-height: 1em;
  margin-bottom: 6px;
}
.lte-cats a {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: .5;
}
.lte-background-black .lte-cats a {
  color: #ffffff;
  color: var(--white);
}
.lte-background-black .lte-cats a:hover {
  color: #ffffff;
  color: var(--white);
}
.lte-description {
  display: block;
  vertical-align: baseline;
  padding: 0 0;
  margin: 0 0;
}
.lte-post-headline .lte-cats a {
  font-size: 12px;
  text-transform: uppercase !important;
  font-weight: 500;
  opacity: 1;
}
.lte-header + .lte-post-info {
  margin-top: 10px;
}
.lte-post-info {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0 0 0 0;
  font-size: 14px;
}
.lte-post-info .lte-post-category {
  position: relative;
  margin-right: 28px;
  margin-inline-end: 28px;
  margin-inline-start: 0;
}
.lte-post-info .lte-post-category .lte-cats {
  position: relative;
}
.lte-post-info .lte-post-category + li {
  position: relative;
}
.lte-post-info .lte-post-category + li,
.lte-post-info .lte-post-date + li {
  position: relative;
}
.lte-post-info .lte-date > span,
.lte-post-info .lte-post-category > span {
  opacity: .5 !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-post-info li {
  display: inline-block;
  margin-right: 24px;
  margin-inline-end: 24px;
  margin-inline-start: 0;
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
.lte-post-info li:last-child {
  margin-right: 0;
}
.lte-post-info li span {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 12px;
  opacity: .5;
}

.lte-background-black .lte-post-info li span {
  color: rgba(255, 255, 255, 0.55);
}
.lte-post-info li a:before,
.lte-post-info li:before {
  color: #00162c;
  color: var(--black);
  margin-right: 6px;
  position: relative;
  top: 1px;
  opacity: .4;
}
.lte-post-info li + li {
  margin-right: 18px;
  margin-inline-end: 18px;
  margin-inline-start: 0;
}
.lte-icon-comments:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  content: "\f075";
  opacity: .7;
}
.lte-background-black .lte-icon-comments:before {
  color: #ffffff;
  color: var(--white);
  opacity: .4;
}
.lte-icon-comments span {
  top: 0px;
  position: relative;
  opacity: .7;
}
.lte-date .dt {
  color: #00162c;
  color: var(--black);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-date:before {
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 600;
  content: "\f017";
  margin-right: 6px;
}
a.lte-date:hover .dt {
  color: #d0a249;
  color: var(--main);
}
.blog-block .format-quote {
  margin-bottom: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog-block .format-quote:not(.has-post-thumbnail) {
  background: #fff;
  box-shadow: 0 0 0;
  /*
		.background-white;

		padding: 0;
*/
}
.lte-background-black .blog-block .format-quote:not(.has-post-thumbnail) {
  background-color: #f1f0ec;
  background-color: var(--gray);
}
.blog-block .format-quote > a {
  display: block;
}
.blog-block .format-quote blockquote {
  margin: 0;
  padding: 20px 30px 50px;
  border: 0;
  text-align: center;
  background-color: transparent;
}
.blog-block .format-quote blockquote:before {
  margin-bottom: 10px;
}
.blog-block .format-quote blockquote a {
  margin: 20px 0 24px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}
.blog-block .format-quote blockquote a:hover {
  color: #00162c;
  color: var(--black);
}
.lte-background-black .blog-block .format-quote blockquote a {
  color: #00162c;
  color: var(--black);
}
.blog-block .format-link {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog-block .format-link:not(.has-post-thumbnail) {
  padding: 0 30px;
  background: #fff;
  box-shadow: 0 0 0;
}
.blog-block .format-link > a {
  display: block;
}
.blog-block .format-link > * {
  position: relative;
  z-index: 1;
}
.lte-background-black .blog-block .format-link:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.blog-block .format-link .lte-wrapper {
  margin: 0;
  border: 0;
  padding: 10px 0 40px;
  text-align: center;
  color: #00162c;
  color: var(--black);
}

.lte-background-black .blog-block .format-link .lte-wrapper {
  color: rgba(255, 255, 255, 0.8);
}
.blog-block .format-link .lte-wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0c1";
  color: #d0a249;
  color: var(--main);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  line-height: 40px;
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 45px 0 20px;
}
.blog-block .format-link .lte-wrapper p {
  font-size: 18px;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  line-height: 1.7em;
  opacity: .9;
}
@media (min-width: 992px) {
  .blog-block .format-link .lte-wrapper p {
    padding: 0 0px;
  }
}
.blog-block .format-link .lte-wrapper p a {
  color: #00162c;
  color: var(--black);
}
.lte-background-black .blog-block .format-link .lte-wrapper p a {
  color: rgba(255, 255, 255, 0.8);
}
.format-video .lte-post-date {
  display: inline-block;
}
.format-video .lte-wrapper iframe {
  max-width: 100%;
}
.format-video iframe {
  display: block;
  margin: 0 auto 12px;
}
.format-audio .lte-post-date {
  display: inline-block;
}
.format-audio .lte-wrapper + .lte-description {
  margin-top: 0px !important;
}
.format-audio:not(.has-post-thumbnail) .lte-wrapper {
  padding-top: 30px;
}
.format-audio.has-post-thumbnail .lte-wrapper .lte-photo {
  margin-bottom: -1px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
}
.format-audio.has-post-thumbnail .lte-wrapper .lte-photo img {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
}
div.blog .div-thumbnail {
  padding-bottom: 0px;
}
div.blog .div-thumbnail:last-child {
  padding-bottom: 0;
}
div.blog.layout-classic {
  margin-top: -80px;
}
div.blog.layout-classic article {
  margin-top: 80px;
  text-align: start;
}
div.blog.layout-classic article:not(.has-post-thumbnail) {
  margin-bottom: 15px;
  padding: 35px 40px 40px 40px;
  /*
			.lte-cats {

				position: relative;
				top: auto;
				left: auto;

			}			
*/
}
div.blog.layout-classic article:not(.has-post-thumbnail) .lte-description {
  padding-top: 0;
}
div.blog.layout-classic article .lte-cats {
  margin-top: 6px;
  margin-bottom: 3px;
}
div.blog.layout-classic article .lte-photo {
  max-height: 700px;
  overflow: hidden;
}
div.blog.layout-classic article .lte-excerpt {
  font-size: 16px;
  margin-bottom: 12px;
}
div.blog.layout-classic article .lte-excerpt p {
  font-size: 14px;
}
div.blog.layout-classic article .lte-header h3 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  div.blog.layout-classic article .lte-header h3 {
    font-size: 30px;
  }
}
div.blog.layout-classic .row > div:not(.div-thumbnail) + div:not(.div-thumbnail) article {
  margin-top: 60px;
}
div.blog.layout-classic .row > div.div-thumbnail + div:not(.div-thumbnail) article {
  margin-top: 60px;
}
div.blog.layout-classic .row > div:not(.div-thumbnail) + div article {
  margin-top: 60px;
}
div.blog.layout-classic .row > div:last-child article {
  margin-bottom: 0;
}
div.blog.layout-classic .photo:not(.vertical) {
  max-height: 600px !important;
}
div.blog.layout-classic .photo:not(.vertical) img {
  width: 100%;
}
div.blog.layout-classic .lte-excerpt p:not(:last-child) {
  margin-bottom: 30px;
}
.lte-post-date {
  display: inline-block;
  position: relative;
  margin-right: 28px;
  margin-inline-end: 28px;
  margin-inline-start: 0;
}
.post-views {
  display: inline-block !important;
  font-size: 14px;
}
.blog-post {
  margin: 0 0 0px;
  overflow: visible;
}
.blog-post article {
  background: transparent;
}
.blog-post .image {
  position: relative;
  display: block;
  margin: 0 0 11px;
  border-radius: 0px;
  max-height: 650px;
  overflow: hidden;
}
.blog-post .image img {
  margin: 0px 0 0px 0;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.blog-post .image + .description {
  margin-top: 25px;
}
.blog-post p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.7em;
}
.blog-post > article > div > .blog-info-post-top {
  padding: 0px 0px 10px 0px;
  margin-bottom: 30px;
  font-size: 14px;
  position: relative;
  border-bottom: 0px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-post > article > div > .blog-info-post-top {
    text-align: center;
  }
}
.blog-post > article > div > .blog-info-post-top .blog-info-left {
  padding-bottom: 0;
  margin: 0 auto;
  vertical-align: middle;
}
.blog-post > article > div > .blog-info-post-top .blog-info-left .lte-post-info {
  margin: 0;
  border: 0;
}
@media (max-width: 992px) {
  .blog-post > article > div > .blog-info-post-top .blog-info-left {
    text-align: center;
    width: 100%;
  }
}
.blog-post > article > div > .blog-info-post-top .blog-info-left .lte-post-date {
  display: inline-block;
  position: relative;
}
.blog-post > article > div > .blog-info-post-top .blog-info-left li span {
  margin-bottom: 0;
}
.blog-post > article > div > .blog-info-post-top .blog-info-left .lte-post-category span {
  line-height: 1em;
  font-weight: 400;
}
.blog-post > article > div > .blog-info-post-top .blog-info-left .lte-post-category span a {
  background: transparent;
  color: #00162c;
  color: var(--black);
  padding: 0;
  text-transform: none;
}
.lte-background-black .blog-post > article > div > .blog-info-post-top .blog-info-left .lte-post-category span a {
  color: #ffffff;
  color: var(--white);
}
.blog-post > article > div > .blog-info-post-top .blog-info-left .lte-post-category:after {
  display: none;
}
.blog-post > article > div > .blog-info-post-top .blog-info-left .lte-post-date + .lte-post-category:after {
  content: "";
  display: block !important;
  left: -13px;
  right: auto;
  border-right: 1px solid var(--black);
  border-color: #00162c;
  border-color: var(--black);
  position: absolute;
  bottom: 7px;
  height: 13px;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.blog-post > article > div > .blog-info-post-top .blog-info-right {
  font-size: 14px;
  margin-left: auto;
  display: none;
}
@media (max-width: 767px) {
  .blog-post > article > div > .blog-info-post-top .blog-info-right {
    display: none;
  }
}
.blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-category {
  display: none;
}
.blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-category + li::after {
  display: none;
}
.blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-date {
  display: none;
}
.blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-info {
  border: 0 none;
  margin: -4px 0 0 0;
  padding: 0;
}
.blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-info li {
  margin-right: 0;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .blog-post > article > div > .blog-info-post-top .blog-info-right {
    position: relative;
    float: none;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 6px;
    left: -15px;
  }
  .blog-post > article > div > .blog-info-post-top .blog-info-right .i {
    display: none;
  }
  .blog-post > article > div > .blog-info-post-top .blog-info-right li {
    float: none;
    padding-top: 0;
  }
  .blog-post > article > div > .blog-info-post-top .blog-info-right .lte-post-info li:first-child {
    margin-left: 0;
  }
}
.blog-post .blog-info-post-bottom {
  margin-top: 40px;
  padding: 24px 0px 11px;
  margin-bottom: 0px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-post .blog-info-post-bottom .tags-line .tags-line-left {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.blog-post .blog-info-post-bottom .tags-line .tags-line-right {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.blog-post .blog-info-post-bottom .tags-line .tags a {
  line-height: 1.3em;
}
.blog-post .blog-info-post-bottom .tags-line .tags a:hover {
  color: #d0a249;
  color: var(--main);
}
.blog-post .blog-info-post-bottom .tags-line .tags a:before {
  color: #00162c;
  color: var(--black);
}
@media (max-width: 992px) {
  .blog-post .blog-info-post-bottom .tags-line {
    text-align: center;
  }
  .blog-post .blog-info-post-bottom .tags-line .tags-line-left,
  .blog-post .blog-info-post-bottom .tags-line .tags-line-right {
    width: 100%;
    display: block;
  }
}
.blog-post .blog-info-post-bottom .tags-line .lte-tags .tags-header {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  margin-right: 12px;
  font-size: 14px;
  position: relative;
  top: 0px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .blog-post .blog-info-post-bottom .tags-line .lte-tags .tags-header {
    display: none;
  }
}
.blog-post .blog-info-post-bottom .tags-line .lte-tags .tags-short {
  display: inline-block;
  padding-left: 0px;
  vertical-align: top;
  margin-top: 0px;
}
.blog-post .blog-info-post-bottom .tags-line .lte-tags a {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  color: #00162c !important;
  color: var(--black) !important;
}
.blog-post .blog-info-post-bottom .tags-line .lte-tags a:hover {
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #00162c !important;
  color: var(--black) !important;
}
.blog-post .blog-info-post-bottom .tags-line .lte-tags a:hover:before {
  color: #00162c;
  color: var(--black);
}
.blog-post .tags-many {
  display: block;
}
@media (min-width: 1200px) {
  .blog-post .tags-many {
    margin-right: -40%;
  }
}
.blog-post .tags-many a {
  display: inline-block;
  margin-right: 8px !important;
  margin-bottom: 6px;
}
.blog-post .author-by {
  padding-left: 8px;
  padding-right: 14px;
}
.blog-post .tags-short {
  margin: 4px 0 0 0px;
  font-size: 14px;
  color: #00162c;
  color: var(--black);
  display: inline-block;
}
.blog-post .tags-short strong {
  color: #00162c;
  color: var(--black);
}
.blog-post .tags-short .fa {
  float: left;
  padding-top: 7px;
  padding-right: 10px;
}
.blog-post .tags-short a {
  margin: 0;
  margin-bottom: 8px;
}
.blog-post iframe {
  display: block;
}
.page-links {
  clear: both;
  margin: 1em 0 1em;
  font-size: 14px;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
}
.page-links .page-links-title {
  padding-right: 10px;
  font-size: 14px;
}
.page-links span:not(.page-links-title) {
  padding-right: 13px;
}
.page-links > span.current {
  color: #d0a249;
  color: var(--second);
  padding-right: 0 !important;
}
.page-links span.post-page-numbers span,
.page-links a.post-page-numbers span {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  padding-right: 0 !important;
  line-height: 36px;
  text-align: center;
  background-color: #f1f0ec;
  background-color: var(--gray);
}
@media (max-width: 767px) {
  .page-links {
    font-size: 18px;
    text-align: center;
  }
  .page-links span:not(.page-links-title),
  .page-links a span {
    font-size: 24px;
  }
}
.lte-related > .lte-heading .lte-header,
.comments-area .comments-title,
.comment-reply-title {
  font-size: 48px;
  text-align: center;
  color: #00162c;
  color: var(--black);
  display: inline-block;
  margin: 0 auto;
  background-size: 100% 2px;
  position: relative;
  margin-bottom: 16px;
}
.lte-background-black .lte-related > .lte-heading .lte-header,
.lte-background-black .comments-area .comments-title,
.lte-background-black .comment-reply-title {
  color: #ffffff;
  color: var(--white);
}
.lte-related > .lte-heading .lte-header {
  /*	.lte-underline-solid;*/
  padding-bottom: 16px !important;
  letter-spacing: -0.5px;
}
.comments-area .comments-title {
  /*	.lte-underline-solid;*/
  padding-bottom: 16px !important;
}
.lte-related {
  margin-top: 60px !important;
  padding-bottom: 0px !important;
}
.lte-related .row {
  margin-top: -60px;
}
.lte-related .lte-heading {
  margin-bottom: 0px;
  text-align: center;
  padding-bottom: 0px;
}
.lte-author-bio {
  font-size: 14px;
  background-color: #f1f0ec;
  background-color: var(--gray);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  padding: 60px;
  margin: 60px 0 60px;
  width: 100%;
  text-align: left;
  display: table;
}
@media (max-width: 767px) {
  .lte-author-bio {
    display: block;
    width: 100%;
  }
}
.lte-author-bio p {
  margin-bottom: 0;
  font-size: 14px;
}
.lte-author-bio a + .i {
  color: #d0a249;
  color: var(--main);
  margin: 0 10px;
}
.lte-author-bio .author-links {
  margin-top: 24px;
}
.lte-author-bio h5 {
  margin: -6px 0 10px 0;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 24px;
  color: #00162c;
  color: var(--black);
}
.lte-author-bio .author-name {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  font-weight: 600;
  color: #d0a249;
  color: var(--main);
}
.lte-author-bio .author-image,
.lte-author-bio .author-info {
  vertical-align: top;
}
.lte-author-bio .author-image.author-info,
.lte-author-bio .author-info.author-info {
  float: left;
  width: 85%;
  margin-top: -6px;
}
@media (max-width: 1599px) {
  .lte-author-bio .author-image.author-info,
  .lte-author-bio .author-info.author-info {
    width: 82%;
  }
}
@media (max-width: 992px) {
  .lte-author-bio .author-image.author-info,
  .lte-author-bio .author-info.author-info {
    text-align: center;
    float: none;
    width: 100%;
  }
}
.lte-author-bio .author-image.author-image,
.lte-author-bio .author-info.author-image {
  width: 15%;
  text-align: left;
  margin: 0 auto 8px 0;
  float: left;
}
@media (max-width: 1599px) {
  .lte-author-bio .author-image.author-image,
  .lte-author-bio .author-info.author-image {
    width: 18%;
  }
}
@media (max-width: 992px) {
  .lte-author-bio .author-image.author-image,
  .lte-author-bio .author-info.author-image {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.lte-author-bio .author-image.author-image img,
.lte-author-bio .author-info.author-image img {
  max-width: 120px;
  height: auto;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.lte-author-bio .author-image.author-image span,
.lte-author-bio .author-info.author-image span {
  display: inline-block;
  text-align: left;
  margin-left: 20px;
  padding-top: 10px;
  vertical-align: middle;
}
.lte-author-bio .author-image.author-image p,
.lte-author-bio .author-info.author-image p {
  font-size: 14px;
  margin: 0 0 -4px;
}
@media (max-width: 767px) {
  .lte-author-bio .author-image.author-image,
  .lte-author-bio .author-info.author-image {
    width: 100%;
    margin-bottom: 16px;
  }
  .lte-author-bio .author-image.author-image img,
  .lte-author-bio .author-info.author-image img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .lte-author-bio .author-image,
  .lte-author-bio .author-info {
    display: block;
    width: 100%;
    text-align: center;
  }
  .lte-author-bio .author-image.author-info,
  .lte-author-bio .author-info.author-info {
    padding-left: 0;
  }
}
.nav-links {
  margin: 40px 0 25px 0;
}
@media (max-width: 992px) {
  .nav-links {
    display: none;
  }
}
.nav-links > span {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  color: #d0a249;
  color: var(--main);
}
@media (min-width: 992px) {
  .nav-links > span:before {
    margin-top: -2px !important;
  }
  .nav-links > span:after {
    margin-top: -2px !important;
  }
}
@media (max-width: 992px) {
  .nav-links > span:before {
    margin-top: 0px !important;
  }
  .nav-links > span:after {
    margin-top: 0px !important;
  }
}
.nav-links > .next:first-child {
  width: 100%;
}
.nav-links a {
  font-size: 18px;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
}
.nav-links a span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-links a span span {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
}
.nav-links a:hover span {
  color: #d0a249;
  color: var(--main);
}
.nav-links a:hover span span {
  color: #00162c;
  color: var(--black);
}
@media (max-width: 992px) {
  .nav-links a span {
    display: none;
  }
}
.nav-links span {
  max-width: 320px;
  color: #00162c;
  color: var(--black);
  line-height: 1.3em;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  position: relative;
  background-color: #f1f0ec;
  background-color: var(--gray);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.nav-links span img {
  max-width: 90px;
  height: auto;
  margin-bottom: 30px;
}
.nav-links span.prev a {
  padding-left: 40px;
  display: inline-block;
}
.nav-links span.prev a img {
  float: left;
  margin-right: 18px;
}
.nav-links span.prev a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: "\f060";
  font-size: 18px;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-links span.next {
  text-align: right;
  float: right;
}
.nav-links span.next a {
  padding-right: 40px;
  display: inline-block;
}
.nav-links span.next a img {
  float: right;
  margin-left: 18px;
}
.nav-links span.next a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: "\f061";
  font-size: 18px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tags-line + .post-navigation {
  margin-top: 25px;
}
.post-password-form {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-clip: border-box !important;
}
.post-password-form .lte-btn-wrap {
  margin-top: 25px;
  display: block;
}
.post-password-form .lte-btn-wrap .btn {
  font-size: 16px;
  padding: 14px 44px 14px 44px;
  line-height: 1.6em;
  min-width: 150px;
}
.post-password-form input[type="password"] {
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}
.post-password-form input[type="submit"] {
  display: inline-block;
}
.post-password-form label {
  font-size: 0;
  margin-top: -30px;
  display: inline-block;
  vertical-align: top;
}
.post-password-form input[type="submit"] {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.post-password-form p {
  max-width: 660px;
  margin: 0 auto 35px !important;
}
.post-password-form p:first-child {
  margin-bottom: 60px !important;
}
.comments-area {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
}
.comments-area .comment-form-cookies-consent label {
  display: inline-block;
}
.comments-area .comment-navigation {
  margin-top: -25px;
}
.comments-area .comments-title {
  position: relative;
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 12px !important;
  display: inline-block !important;
}
@media (max-width: 992px) {
  .comments-area .comments-title {
    margin-bottom: 20px;
  }
}
.comments-area .comment-list {
  list-style: none;
  margin-bottom: 60px;
  text-align: left;
}
.comments-area .comment-list .comment-reply-title {
  background: none !important;
  font-size: 24px;
}
.comments-area .comment-list .pingback,
.comments-area .comment-list .trackback {
  padding: 0px 0 10px;
  font-weight: bold;
}
.comments-area .comment-list .pingback a,
.comments-area .comment-list .trackback a,
.comments-area .comment-list .pingback span,
.comments-area .comment-list .trackback span {
  font-weight: normal;
}
.comments-area .comment-list .pingback .url,
.comments-area .comment-list .trackback .url {
  padding-right: 10px;
  position: relative;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.comments-area .comment-list .pingback .edit-link a,
.comments-area .comment-list .trackback .edit-link a {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.comments-area .comment-list .pingback + .comment,
.comments-area .comment-list .trackback + .comment {
  padding-top: 50px;
}
.comments-area .comment-list li {
  padding-left: 0;
}
.comments-area .comment-list li .comment-single {
  padding: 0;
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lte-background-black .comments-area .comment-list li .comment-single {
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .comments-area .comment-list li .comment-single {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }
}
.comments-area .comment-list li > .children {
  list-style: none;
}
@media (min-width: 768px) {
  .comments-area .comment-list li > .children {
    padding-left: 90px;
  }
  .comments-area .comment-list li > .children > li > .children {
    padding-left: 90px;
  }
  .comments-area .comment-list li > .children > li > .children .children {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .comments-area .comment-list li > .children {
    padding-left: 80px;
  }
  .comments-area .comment-list li > .children .children {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .comments-area .comment-list li > .children {
    padding-left: 50px;
  }
}
.comments-area .comment-list li > .children li article {
  position: relative;
}
.comments-area .comment-info {
  font-size: 15px;
  margin: 0 0 15px 0;
}
.comments-area .comment-info .comment-author {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #d0a249;
  color: var(--main);
  margin: 0 0 0 0;
  font-size: 18px;
}
.lte-background-black .comments-area .comment-info .comment-author {
  color: #d0a249;
  color: var(--main);
}
@media (max-width: 767px) {
  .comments-area .comment-info .comment-author {
    padding-top: 6px;
    font-size: 18px;
  }
}
.comments-area .comment-info .comment-date {
  margin-top: -8px;
  margin-right: 10px;
  padding-left: 0px;
  font-size: 14px;
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.comments-area .comment-info .comment-date .date-value {
  color: #00162c;
  color: var(--black);
}
.lte-background-black .comments-area .comment-info .comment-date .date-value {
  color: #ffffff;
  color: var(--white);
}
.comments-area .comment_not_approved {
  font-size: 14px;
  color: #d0a249;
  color: var(--main);
}
.comments-area .comments-ol .comment-list {
  padding-left: 0px;
}
.comments-area .comments-ol .comment-list > li.comment {
  padding-left: 0;
}
.comments-area .comments-ol .comment-respond {
  margin-bottom: 70px;
  text-align: center;
}
.comments-area .comments-ol .comment-respond h3 {
  display: inline-block;
}
.comments-area .comments-ol .comment-respond h3 span {
  display: none;
}
.comments-area .comment-text p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .comments-area .comment-text {
    margin-left: -85px;
    margin-inline-start: -85px;
    margin-inline-end: 0;
    padding-top: 8px;
  }
  .comments-area .comment-text p {
    font-size: 15px;
    line-height: 1.5em;
  }
}
.comments-area .comment-reply-link {
  color: #00162c;
  color: var(--black);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.comments-area .comment-reply-link:hover {
  color: #d0a249;
  color: var(--main);
}
.comments-area .comment-reply-link:before {
  margin-right: 6px;
  position: relative;
  top: 1px;
  content: "+";
  color: #d0a249;
  color: var(--main);
  font-size: 18px;
  text-align: center;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.lte-background-black .comments-area .comment-reply-link {
  color: #d0a249;
  color: var(--main);
}
.lte-background-black .comments-area .comment-reply-link:before {
  color: #d0a249;
  color: var(--main);
}
@media (max-width: 767px) {
  .comments-area .comment-reply {
    margin-left: -85px;
    margin-inline-start: -85px;
    margin-inline-end: 0;
  }
}
.comments-area .comment-author-avatar {
  position: absolute;
  top: 6px;
}
.comments-area .comment-author-avatar img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.comments-area .comment-content {
  padding: 0 0 0 90px;
  padding-inline-start: 90px;
  padding-inline-end: 0;
}
@media (max-width: 767px) {
  .comments-area .comment-content {
    padding-right: 10px;
    padding-left: 83px;
    padding-inline-start: 83px;
    padding-inline-end: 10px;
  }
}
.comment-respond {
  margin-bottom: 0px;
  text-align: center;
}
.comments-form-wrap {
  padding-top: 20px;
}
.comments-form-wrap h3 {
  color: #00162c;
  color: var(--black);
}
.comments-form-wrap h3:not(.comment-reply-title) {
  margin: 0px 0 20px 0;
}
.comments-form-wrap h3.comment-reply-title {
  color: #00162c;
  color: var(--black);
  margin: 0 0 20px;
  padding-bottom: 16px;
}
.comment-respond form,
.comments-form form {
  margin-top: 30px !important;
  padding: 0px 40px !important;
}
@media (max-width: 767px) {
  .comment-respond form,
  .comments-form form {
    padding: 40px 20px !important;
  }
}
.comment-respond.comment-respond form,
.comments-form.comment-respond form {
  margin-top: 0 !important;
  padding: 0px 0px !important;
}
@media (max-width: 767px) {
  .comment-respond.comment-respond form,
  .comments-form.comment-respond form {
    padding: 0px 20px !important;
  }
}
@media (max-width: 767px) {
  .comment-respond #send_comment,
  .comments-form #send_comment {
    padding: 16px 35px !important;
    min-width: initial !important;
  }
}
.comments-field {
  margin-bottom: 20px;
}
h3.comment-reply-title {
  color: #00162c !important;
  color: var(--black) !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  padding-bottom: 0px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}
.lte-background-black h3.comment-reply-title {
  color: #ffffff !important;
  color: var(--white) !important;
}
@media (max-width: 767px) {
  h3.comment-reply-title {
    font-size: 36px;
  }
}
.comments-ol h3 {
  font-size: 30px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.comments-ol h3:before,
.comments-ol h3:after {
  display: none;
}
.comments-ol h3 + form {
  margin-top: 4px;
}
form.comment-form {
  margin-top: 20px;
  color: #00162c;
  color: var(--black);
  padding: 10px 0px 45px;
  text-align: left;
}
.lte-background-black form.comment-form {
  color: #ffffff;
  color: var(--white);
}
form.comment-form input[type="text"],
form.comment-form textarea {
  width: 100%;
}
form.comment-form form {
  background: var(--white) !important;
}
form.comment-form .comments_notes {
  text-align: left;
  font-size: 14px;
  margin-bottom: 22px;
  color: #e94222;
  color: var(--red);
  text-align: center;
}
form.comment-form .comments-field label {
  display: none;
}
form.comment-form .submit {
  margin: 0 !important;
  min-width: 240px;
}
.tags-many-wrapper {
  /*	.lte-sharing-header { display: none; }*/
}
/*
	14. Gallery
*/
.gallery-page {
  margin-top: 0px;
}
.gallery-page > .row {
  margin-top: -50px;
}
.gallery-page .paging-navigation {
  margin-top: -10px;
}
.gallery-page .item {
  margin-top: 50px;
  text-align: center;
}
.gallery-page .item .header {
  font-size: 24px;
  line-height: 1.5em;
  margin: 8px 0 0 !important;
  padding-bottom: 12px;
}
@media (max-width: 992px) {
  .gallery-page .item {
    margin-bottom: 40px;
  }
}
.gallery-page .photo {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  position: relative;
  overflow: hidden;
  display: block;
}
.gallery-page .photo img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-page .photo .fa {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  font-size: 26px;
  color: #ffffff;
  color: var(--white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  z-index: 10;
}
.gallery-page .photo:after {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.gallery-page .photo:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-page .photo:hover .fa {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.gallery-page .photo:hover:after {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.gallery-page .descr {
  padding: 0px 0px;
}
.gallery-page .descr .header {
  margin: 18px 0 6px;
  line-height: 1.5em;
}
.gallery-page .descr .fa {
  color: #d0a249;
  color: var(--main);
  margin-right: 10px;
}
.gallery-page .descr a {
  font-size: 14px;
}
.gallery-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery-page ul li {
  font-size: 14px;
  color: #f1f0ec;
  color: var(--gray);
  margin-right: 15px;
  display: inline-block;
}
.gallery-inner {
  margin-top: -30px;
}
.gallery-inner .item {
  margin-top: 30px;
}
.lte-gallery-sc {
  /*
    .lte-gap-yes & {

        margin-bottom: -30px;
    }
*/
}
.lte-gallery-sc .lte-gallery {
  padding: 0 0;
  /*
        .lte-gap-yes & {

            padding: 0 15px;
            margin-bottom: 30px
            ;
        }
*/
  display: block;
  overflow: hidden;
  position: relative;
}
.lte-gallery-sc .lte-gallery span {
  display: block;
  overflow: hidden;
}
.lte-gallery-sc .lte-gallery img {
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.lte-gallery-sc .lte-gallery:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.lte-gallery-sc .lte-photo {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}
.lte-gallery-sc .lte-photo img {
  width: 100%;
}
.lte-gallery-sc .lte-photo.swipebox img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lte-gallery-sc .lte-photo.swipebox img:hover {
  /*                .scale(1.08);*/
}
.lte-gallery-sc .lte-photo span {
  position: relative;
  display: block;
  overflow: hidden;
}
.lte-gallery-sc .lte-photo:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.lte-gallery-sc.lte-gallery-grid-layout .row {
  /*
           & > * {

                overflow: hidden;
                .rounded;
           }


  */
  margin: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  width: 100%;
  padding: 10px;
  /*
            @media (max-width: 480px) {
                .row {
                    grid-template-columns: 1fr;
                }
                .row a:nth-child(1) { grid-column: span 1; grid-row: span 1; }
            }
    */
}
.lte-gallery-sc.lte-gallery-grid-layout .row a {
  display: block;
}
.lte-gallery-sc.lte-gallery-grid-layout .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lte-gallery-sc.lte-gallery-grid-layout .row a:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.lte-gallery-sc.lte-gallery-grid-layout .row a:nth-child(2),
.lte-gallery-sc.lte-gallery-grid-layout .row a:nth-child(3),
.lte-gallery-sc.lte-gallery-grid-layout .row a:nth-child(4),
.lte-gallery-sc.lte-gallery-grid-layout .row a:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 992px) {
  .lte-gallery-sc.lte-gallery-grid-layout .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .lte-gallery-sc.lte-gallery-grid-layout .row a:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
/*
    15. Forms (buttons/radio/inputs)
*/
button {
  line-height: 1.7em;
}
.swiper-slide a {
  display: inline-block;
}
.button,
input[type="button"],
input[type="submit"],
.lte-btn {
  position: relative;
  overflow: hidden;
  -webkit-background-clip: border-box !important;
  -moz-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s !important;
  -moz-transition: background 0.25s, color 0.25s, border 0.25s !important;
  -o-transition: background 0.25s, color 0.25s, border 0.25s !important;
  transition: background 0.25s, color 0.25s, border 0.25s !important;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  background-clip: border-box;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  padding: 20px 24px 20px 24px;
  min-width: 230px;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0px solid var(--main);
  color: #00162c;
  color: var(--black);
  background-color: #d0a249;
  background-color: var(--main);
  /*
	&.hasIcon {

		min-width: initial;
		padding: 11px 22px 12px;
		font-size: 12px;

	}
*/
  /*

	.lte-icon {

	}
*/
}
.button span,
input[type="button"] span,
input[type="submit"] span,
.lte-btn span {
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s !important;
  -moz-transition: background 0.25s, color 0.25s, border 0.25s !important;
  -o-transition: background 0.25s, color 0.25s, border 0.25s !important;
  transition: background 0.25s, color 0.25s, border 0.25s !important;
}

input[type="submit"]:focus,
input[type="submit"]:hover,
.lte-btn:hover {
  color: #ffffff;
  color: var(--white);
  border-color: #ffffff;
  border-color: var(--white);
}
.button.btn-lg,
input[type="button"].btn-lg,
input[type="submit"].btn-lg,
.lte-btn.btn-lg {
  padding: 23px 20px 23px 20px;
  min-width: 220px;
}
.button.btn-xs,
input[type="button"].btn-xs,
input[type="submit"].btn-xs,
.lte-btn.btn-xs {
  padding: 9px 20px 11px 20px;
  line-height: 1.6em;
  min-width: 140px;
  font-size: 14px;
  letter-spacing: 0;
}
.button .lte-btn-inner,
input[type="button"] .lte-btn-inner,
input[type="submit"] .lte-btn-inner,
.lte-btn .lte-btn-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.button.btn-transparent,
input[type="button"].btn-transparent,
input[type="submit"].btn-transparent,
.lte-btn.btn-transparent {
  border: 0 none;
  background: transparent;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: border-box;
  padding-left: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  min-width: initial !important;
  color: #00162c;
  color: var(--black);
}
.lte-background-black .button.btn-transparent,
.lte-background-black input[type="button"].btn-transparent,
.lte-background-black input[type="submit"].btn-transparent,
.lte-background-black .lte-btn.btn-transparent {
  color: #ffffff;
  color: var(--white);
}
.button.btn-black,
input[type="button"].btn-black,
input[type="submit"].btn-black,
.lte-btn.btn-black {
  color: #ffffff;
  color: var(--white);
  background-color: #00162c;
  background-color: var(--black);
}
.button.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white,
.lte-btn.btn-white {
  color: #00162c;
  color: var(--black);
  border-color: #ffffff;
  border-color: var(--white);
  background-color: #ffffff;
  background-color: var(--white);
}
.lte-btn-wrap.align-center {
  text-align: center;
}
.lte-btn-wrap + .lte-btn-wrap {
  margin-top: 20px;
}
.lte-btn + .lte-btn {
  margin-left: 10px;
}

input[type="button"],
input[type="submit"] {
  padding: 24px 20px 24px 20px;
  min-width: 160px;
  max-width: 500px;
  margin: 0 auto;
  line-height: 20px;
  background-color: #d0a249;
  background-color: var(--main);
  color: #00162c;
  color: var(--black);
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
@media (min-width: 1200px) {
  
  input[type="button"],
  input[type="submit"] {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  
  input[type="button"],
  input[type="submit"] {
    max-width: initial;
  }
}

input[type="submit"]:hover {
  background-color: #00162c !important;
  background-color: var(--black) !important;
  color: #ffffff !important;
  color: var(--white) !important;
  -webkit-transition-delay: 0s, 0s, 0s !important;
  -moz-transition-delay: 0s, 0s, 0s !important;
  -o-transition-delay: 0s, 0s, 0s !important;
  transition-delay: 0s, 0s, 0s !important;
  background-image: none;
}

.lte-background-black input[type="submit"]:hover {
  background-color: #f1f0ec !important;
  background-color: var(--gray) !important;
  color: #00162c !important;
  color: var(--black) !important;
}

select,
option {
  box-sizing: border-box;
}
textarea,
input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  background-clip: padding-box;
  box-shadow: none !important;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 15px 20px 15px;
}
.lte-background-black textarea,
.lte-background-black input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
  color: #ffffff;
  color: var(--white);
  border-color: #ffffff;
  border-color: var(--white);
  border-bottom: 1px solid #ffffff;
}
textarea {
  line-height: 1.6em;
  padding: 20px;
}
input[type="number"] {
  /*
	padding: 0 !important;
	padding-left: 20px !important;
	padding-inline-start: 20px !important;
	padding-inline-end: 0 !important;

	font-size: 16px !important;
	.font-main;
	.border-radius(8px) !important;
*/
}
option {
  font-family: Arial;
}
.select-wrap {
  width: 100%;
  position: relative;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000000;
  outline: 0 !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #00162c;
  color: var(--black);
}
.lte-background-black .select-wrap {
  color: #ffffff;
  color: var(--white);
}
.lte-background-black .select-wrap {
  border-color: #ffffff;
  border-color: var(--white);
}
.s.select-wrap select {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select-wrap select {
  background: none !important;
  border: none;
  width: 99%;
  font-size: 16px;
  padding: 16px 20px 16px 20px;
  padding-right: 3.4em !important;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lte-background-black .select-wrap select {
  color: #ffffff;
  color: var(--white);
}
.select-wrap select:hover {
  cursor: pointer;
}
.select-wrap option {
  font-family: arial;
  padding: 0.4em 1em;
  color: #000;
}
.select-wrap:after {
  content: "\f078";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  position: relative;
  display: block;
  line-height: 1em;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lte-background-black .select-wrap:after {
  color: #ffffff;
  color: var(--white);
}
.select-wrap select::-ms-expand {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-wrap select {
    padding: 13px 18px;
  }
}
@supports (-ms-ime-align:auto) {
  .select-wrap select {
    padding: 13px 18px;
  }
}
.select2-container--default .select2-search--hide + .select2-results {
  position: relative;
  top: 72px;
}
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single {
  text-align: start;
  padding: 20px 25px 12px;
  font-size: 16px;
  height: 60px !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 0 !important;
  -webkit-border-radius: 48px !important;
  -moz-border-radius: 48px !important;
  border-radius: 48px !important;
  background-clip: border-box !important;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px !important;
  right: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: #00162c;
  color: var(--black);
}
.woocommerce-product-search,
.wp-searchform,
form.post-password-form,
form.search-form,
form.form,
form {
  padding: 45px 45px 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  position: relative;
}
.woocommerce-product-search h3,
.wp-searchform h3,
form.post-password-form h3,
form.search-form h3,
form.form h3,
form h3 {
  text-align: start;
}
.woocommerce-product-search label,
.wp-searchform label,
form.post-password-form label,
form.search-form label,
form.form label,
form label {
  text-align: start;
  display: block;
  font-size: 14px;
  padding-left: 0px;
  margin-bottom: -2px;
}
.woocommerce-product-search.comment-form textarea,
.wp-searchform.comment-form textarea,
form.post-password-form.comment-form textarea,
form.search-form.comment-form textarea,
form.form.comment-form textarea,
form.comment-form textarea,
.woocommerce-product-search.comment-form input[type="search"],
.wp-searchform.comment-form input[type="search"],
form.post-password-form.comment-form input[type="search"],
form.search-form.comment-form input[type="search"],
form.form.comment-form input[type="search"],
form.comment-form input[type="search"],
.woocommerce-product-search.comment-form input[type="email"],
.wp-searchform.comment-form input[type="email"],
form.post-password-form.comment-form input[type="email"],
form.search-form.comment-form input[type="email"],
form.form.comment-form input[type="email"],
form.comment-form input[type="email"],
.woocommerce-product-search.comment-form input[type="text"],
.wp-searchform.comment-form input[type="text"],
form.post-password-form.comment-form input[type="text"],
form.search-form.comment-form input[type="text"],
form.form.comment-form input[type="text"],
form.comment-form input[type="text"] {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.woocommerce-product-search .input-group input,
.wp-searchform .input-group input,
form.post-password-form .input-group input,
form.search-form .input-group input,
form.form .input-group input,
form .input-group input {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
}
.woocommerce-product-search.woocommerce-product-search,
.wp-searchform.woocommerce-product-search,
form.post-password-form.woocommerce-product-search,
form.search-form.woocommerce-product-search,
form.form.woocommerce-product-search,
form.woocommerce-product-search,
.woocommerce-product-search.wp-searchform,
.wp-searchform.wp-searchform,
form.post-password-form.wp-searchform,
form.search-form.wp-searchform,
form.form.wp-searchform,
form.wp-searchform {
  padding: 0;
  margin: 0;
}
.woocommerce-product-search.woocommerce-product-search input[type="text"],
.wp-searchform.woocommerce-product-search input[type="text"],
form.post-password-form.woocommerce-product-search input[type="text"],
form.search-form.woocommerce-product-search input[type="text"],
form.form.woocommerce-product-search input[type="text"],
form.woocommerce-product-search input[type="text"],
.woocommerce-product-search.wp-searchform input[type="text"],
.wp-searchform.wp-searchform input[type="text"],
form.post-password-form.wp-searchform input[type="text"],
form.search-form.wp-searchform input[type="text"],
form.form.wp-searchform input[type="text"],
form.wp-searchform input[type="text"] {
  width: 100% !important;
  color: #00162c;
  color: var(--black);
}
.woocommerce-product-search textarea,
.wp-searchform textarea,
form.post-password-form textarea,
form.search-form textarea,
form.form textarea,
form textarea {
  height: 160px;
}
@media (max-width: 992px) {
  .woocommerce-product-search,
  .wp-searchform,
  form.post-password-form,
  form.search-form,
  form.form,
  form {
    padding: 30px 25px;
  }
}
.woocommerce-product-search p > input[type="submit"],
.wp-searchform p > input[type="submit"],
form.post-password-form p > input[type="submit"],
form.search-form p > input[type="submit"],
form.form p > input[type="submit"],
form p > input[type="submit"],
.woocommerce-product-search p > .lte-btn-wrap > input[type="submit"],
.wp-searchform p > .lte-btn-wrap > input[type="submit"],
form.post-password-form p > .lte-btn-wrap > input[type="submit"],
form.search-form p > .lte-btn-wrap > input[type="submit"],
form.form p > .lte-btn-wrap > input[type="submit"],
form p > .lte-btn-wrap > input[type="submit"] {
  margin: 0 auto;
  text-align: center;
  min-width: 220px;
}
.page-content div.search-form form.wp-searchform .input-div input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f1f0ec !important;
  background-color: var(--gray) !important;
}
form .input-radio + label {
  display: inline-block;
}
/* ContactForm7 */
.lte-contact-form-7 {
  border-radius: 0px;
}
.lte-contact-form-7 form {
  padding: 0;
}
.lte-contact-form-7 select {
  width: 100%;
}
.lte-contact-form-7 h4.lte-header {
  margin-bottom: 24px;
  padding-right: 15px;
  line-height: 1.3em;
  font-size: 24px;
}
.lte-contact-form-7 h4.lte-header span {
  color: #d0a249;
  color: var(--main);
}
.lte-contact-form-7 h6.lte-header {
  font-size: 18px;
  margin-bottom: 30px;
}
.lte-contact-form-7 .lte-descr {
  font-size: 16px;
  margin-bottom: 24px;
  display: block;
}
.lte-contact-form-7 .wpcf7-submit {
  margin-top: 30px !important;
  display: block;
}
.lte-contact-form-7 input[type="submit"] {
  min-width: 220px !important;
}
@media (min-width: 992px) {
  .lte-contact-form-7 input[type="submit"] {
    margin: 0;
  }
}
.lte-contact-form-7 p {
  margin-bottom: 20px;
  position: relative;
}
.lte-contact-form-7.form-padding-none form {
  padding: 0;
  margin-bottom: 0;
}
.lte-contact-form-7 .lte-btn-wrap {
  margin-top: 16px;
  display: block;
}
.lte-contact-form-7 .select-wrap,
.lte-contact-form-7 textarea,
.lte-contact-form-7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-right: 0;
  padding-left: 0;
}
.lte-contact-form-7 .s.lte-contact-form-7 t.lte-contact-form-7 input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus {
  border-color: var(--main);
}
.lte-contact-form-7 .select-wrap select {
  padding: 17px 20px 17px 0px;
  padding-right: 0 !important;
}
.lte-contact-form-7 .select-wrap:after {
  right: 0;
}
.lte-contact-form-7.lte-background-white {
  background-color: #ffffff;
  background-color: var(--white);
}
.lte-contact-form-7.lte-background-white input[type="submit"] {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.lte-contact-form-7.lte-background-white input[type="submit"]:hover {
  background-color: #d0a249;
  background-color: var(--main);
  color: #ffffff;
  color: var(--white);
}
.lte-contact-form-7.lte-btn-main input[type="submit"] {
  background-color: #d0a249;
  background-color: var(--main);
  color: #00162c;
  color: var(--black);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lte-contact-form-7.lte-btn-main input[type="submit"]:hover {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}

.wpcf7-checkbox {
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
}

.wpcf7-checkbox input {
  position: absolute;
  left: -50px;
}

.wpcf7-checkbox label {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14px !important;
}

.wpcf7-checkbox input + span {
  vertical-align: bottom;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.wpcf7-submit {
  /*	margin: 0 auto !important;*/
}
.row.row-inline {
  margin: 0 -10px;
}
.row.row-inline > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row.row-inline .row {
  margin: 0 -10px;
}
.row.row-inline .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row.row-inline input[type="submit"] {
  min-width: initial !important;
  width: 100% !important;
}
/*
	16. Shortcodes
*/
/*
.lte-arrows-sides-outside {

	.lte-arrow-left,
	.lte-arrow-right {

		@media @ms-and-less {

			&.lte-arrow-left {

				left: 0px;
			}			

			&.lte-arrow-right {

				right: 0px;
			}			

		}
	}
}
*/
.swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #00162c;
  background-color: var(--black);
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin: 0 24px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet:only-child {
  visibility: hidden;
}
.lte-background-black .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px !important;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--black);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-color: transparent;
}
.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background-color: #00162c;
  background-color: var(--black);
}

.lte-background-black .swiper-pagination-bullets .swiper-pagination-bullet {
  border-color: #ffffff;
  border-color: var(--white);
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d0a249;
  background-color: var(--main);
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-color: #d0a249;
  border-color: var(--main);
}
.lte-countup {
  margin-bottom: -80px;
}
.lte-countup .row > div:last-child .item:after {
  display: none;
}
@media (max-width: 1200px) {
  .lte-countup .row > div:nth-child(even) .item:after {
    display: none;
  }
}
@media (max-width: 479px) {
  .lte-countup .row > div .item:after {
    display: none;
  }
}
.lte-countup.lte-style-default {
  margin-bottom: -30px;
}
.lte-countup.lte-style-default.lte-layout-small .countUp-wrap {
  margin: 0 0 0 0;
  justify-content: start;
}
.lte-countup.lte-style-default.lte-layout-small .countUp-wrap .countUp-item {
  margin-bottom: 30px;
}
.lte-countup.lte-style-default.lte-layout-small .countUp-wrap .lte-countup-content {
  display: flex;
  align-items: center;
}
.lte-countup.lte-style-default.lte-layout-small .countUp-wrap .lte-header {
  font-size: 48px;
  color: #d0a249;
  color: var(--main);
}
.lte-countup.lte-style-default.lte-layout-small .countUp-wrap .lte-subheader {
  font-size: 18px;
  margin-left: 10px;
  margin-inline-start: 10px;
  margin-inline-end: 0;
}
@keyframes lte-smoke-1 {
  0% {
    opacity: 0;
    transform: translate(-50%, 650px);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0px);
  }
}
@keyframes lte-smoke-2 {
  0% {
    opacity: 0;
    transform: translate(-50%, 650px);
  }
  50% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0px);
  }
}
@keyframes atoms {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
.lte-rotating-img {


	img { 

		.animation(lte-rotating 50000ms infinite linear);
	}

}
*/
@keyframes lte-rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lte-flying {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(20px, -10px);
  }
  20% {
    transform: translate(-15px, 15px);
  }
  30% {
    transform: translate(25px, 5px);
  }
  40% {
    transform: translate(-10px, -20px);
  }
  50% {
    transform: translate(15px, 10px);
  }
  60% {
    transform: translate(-20px, 0px);
  }
  70% {
    transform: translate(10px, -25px);
  }
  80% {
    transform: translate(-15px, 20px);
  }
  90% {
    transform: translate(5px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes lte-flying-2 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-20px, 15px);
  }
  20% {
    transform: translate(25px, -10px);
  }
  30% {
    transform: translate(-15px, -25px);
  }
  40% {
    transform: translate(10px, 20px);
  }
  50% {
    transform: translate(-5px, -15px);
  }
  60% {
    transform: translate(20px, -5px);
  }
  70% {
    transform: translate(-10px, 25px);
  }
  80% {
    transform: translate(15px, -20px);
  }
  90% {
    transform: translate(-25px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes lte-floating {
  0% {
    margin-top: 0px;
    transform: translate3d(0, 20px, 0);
  }
  50% {
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes lte-vibrating {
  /*	
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    100% {
        transform: translateX(2px) translateY(-3px);
    }  
*/
  2%,
  12%,
  24%,
  36%,
  48% {
    transform: translateX(-3px) translateY(3px);
  }
  6%,
  18%,
  30%,
  42% {
    transform: translateX(3px) translateY(-3px);
  }
  48.1% {
    transform: translate3d(0px, 0, 0);
  }
}
@keyframes lte-blinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lte-sparkle {
  50% {
    opacity: 0.4;
    transform: scale(0.5);
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0px 0px 10px 5px #ffffff;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5);
  }
}
.lte-price-sc.lte-scroll-yes .lte-filter-item {
  max-height: 500px;
}
@media (max-width: 767px) {
  .lte-price-sc.lte-scroll-yes .lte-filter-item {
    max-height: 540px;
  }
}
@keyframes lte-square {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.swiper-container-coverflow .swiper-slide .lte-item {
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
.swiper-container-coverflow .swiper-slide.swiper-slide-prev .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-next .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-prev .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-next .lte-item {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  margin-top: -20px;
}
.swiper-container-coverflow .swiper-slide.swiper-slide-nth-next-2 .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-nth-prev-2 .lte-item {
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
  margin-top: -35px;
}
.swiper-container-coverflow .swiper-slide.swiper-slide-active .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-active .lte-item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.swiper-container-coverflow .swiper-slide.swiper-slide-nth-next-2 .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-nth-prev-2 .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-prev .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-next .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-active .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-prev .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-next .lte-item,
.swiper-container-coverflow .swiper-slide.swiper-slide-duplicate-active .lte-item {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lte-parallax-slider-sc {
  min-height: 1000px;
  height: 1000px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lte-parallax-slider-sc {
    min-height: 700px;
    height: 700px;
  }
}
.lte-parallax-slider-sc #lte-parallax-slider-sc-wrap {
  margin: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  z-index: 4;
}
@keyframes lte-scroll-text-ltr {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes lte-scroll-text-rtl {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
	17. Pagination
*/
.paging-navigation {
  margin-top: 5px;
  border-top: 0px solid rgba(0, 0, 0, 0.08);
}
.paging-navigation,
.page-numbers {
  text-align: center;
  margin-top: 130px;
}
.paging-navigation .pagination,
.page-numbers .pagination {
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: 35px;
  margin-bottom: 0px;
  font-size: 1px;
  font-size: 0;
}
@media (min-width: 1200px) {
  .paging-navigation .pagination,
  .page-numbers .pagination {
    margin-top: 85px;
  }
}
.paging-navigation .pagination .page-numbers,
.page-numbers .pagination .page-numbers {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 18px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #00162c;
  color: var(--black);
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 12px 16px 0;
  border: 1px solid transparent;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.paging-navigation .pagination .page-numbers.current,
.page-numbers .pagination .page-numbers.current {
  cursor: default;
  background: #fff;
  color: #00162c;
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 0;
  pointer-events: none;
}
.paging-navigation .pagination .prev,
.page-numbers .pagination .prev {
  margin-right: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
}
.paging-navigation .pagination .next,
.page-numbers .pagination .next {
  margin-left: 20px;
  margin-inline-start: 20px;
  margin-inline-end: 0;
}
.paging-navigation .pagination .prev,
.page-numbers .pagination .prev,
.paging-navigation .pagination .next,
.page-numbers .pagination .next {
  line-height: 66px;
  color: #00162c;
  color: var(--black);
  border: 0;
}
.lte-background-black .paging-navigation .pagination .prev,
.lte-background-black .page-numbers .pagination .prev,
.lte-background-black .paging-navigation .pagination .next,
.lte-background-black .page-numbers .pagination .next {
  color: #ffffff;
  color: var(--white);
}
@media (max-width: 767px) {
  .paging-navigation .pagination .prev,
  .page-numbers .pagination .prev,
  .paging-navigation .pagination .next,
  .page-numbers .pagination .next {
    display: none;
  }
}
.paging-navigation .pagination .prev.disabled,
.page-numbers .pagination .prev.disabled,
.paging-navigation .pagination .next.disabled,
.page-numbers .pagination .next.disabled {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  cursor: default;
}
.page-numbers-function {
  font-size: 0;
}
.page-numbers-function .page-numbers {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 18px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #00162c;
  color: var(--black);
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 12px 16px 0;
  border: 1px solid transparent;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.page-numbers-function .page-numbers.current {
  cursor: default;
  background: #fff;
  color: #00162c;
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 0;
  pointer-events: none;
}
.page-numbers-function .page-numbers:not(.dots):not(.current):not(.disabled):hover {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
  border-color: transparent;
}
.page-numbers-function .prev {
  margin-right: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
}
.page-numbers-function .next {
  margin-left: 20px;
  margin-inline-start: 20px;
  margin-inline-end: 0;
}
.page-numbers-function .prev,
.page-numbers-function .next {
  line-height: 66px;
  color: #00162c;
  color: var(--black);
  border: 0;
}
.lte-background-black .page-numbers-function .prev,
.lte-background-black .page-numbers-function .next {
  color: #ffffff;
  color: var(--white);
}
@media (max-width: 767px) {
  .page-numbers-function .prev,
  .page-numbers-function .next {
    display: none;
  }
}
.page-numbers-function .prev.disabled,
.page-numbers-function .next.disabled {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  cursor: default;
}
.lte-background-black a.page-numbers {
  background-color: rgba(66, 66, 66, 0.5) !important;
  color: #ffffff !important;
  color: var(--white) !important;
}
.lte-background-black a.page-numbers:not(.dots):not(.current):not(.disabled):not(.next):not(.prev):hover {
  background-color: #d0a249 !important;
  background-color: var(--main) !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 5px;
  border-top: 0px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 0px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0 none;
  margin-top: 35px;
  margin-bottom: 40px;
  white-space: normal;
  font-size: 0;
}
@media (min-width: 1200px) {
  .woocommerce nav.woocommerce-pagination ul {
    margin-top: 65px;
  }
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0 none;
  padding: 0;
  vertical-align: middle;
  overflow: visible;
  float: none;
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 0;
  vertical-align: middle;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 18px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #00162c;
  color: var(--black);
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 12px 16px 0;
  border: 1px solid transparent;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
  cursor: default;
  background: #fff;
  color: #00162c;
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 0;
  pointer-events: none;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers:not(.dots):not(.current):not(.disabled):hover {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
  border-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul .prev {
  margin-right: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
}
.woocommerce nav.woocommerce-pagination ul .next {
  margin-left: 20px;
  margin-inline-start: 20px;
  margin-inline-end: 0;
}
.woocommerce nav.woocommerce-pagination ul .prev,
.woocommerce nav.woocommerce-pagination ul .next {
  line-height: 66px;
  color: #00162c;
  color: var(--black);
  border: 0;
}
.lte-background-black .woocommerce nav.woocommerce-pagination ul .prev,
.lte-background-black .woocommerce nav.woocommerce-pagination ul .next {
  color: #ffffff;
  color: var(--white);
}
@media (max-width: 767px) {
  .woocommerce nav.woocommerce-pagination ul .prev,
  .woocommerce nav.woocommerce-pagination ul .next {
    display: none;
  }
}
.woocommerce nav.woocommerce-pagination ul .prev.disabled,
.woocommerce nav.woocommerce-pagination ul .next.disabled {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  cursor: default;
}
.woocommerce nav.woocommerce-pagination ul .prev,
.woocommerce nav.woocommerce-pagination ul .next {
  font-size: 0px;
  overflow: hidden;
  line-height: 66px;
}
/*
	18. Common classes (hover/transition effect/etc)
*/
.lte-background-gray {
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #00162c;
  color: var(--black);
}
.lte-background-white {
  background-color: #ffffff;
  background-color: var(--white);
}
.lte-background-black {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.lte-background-black p > a:not(.lte-btn) {
  color: #d0a249;
  color: var(--main);
}
.lte-background-black .lte-content-wrapper {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.lte-content-wrapper {
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: calc(100vh - 72px);
}
body.admin-bar .lte-content-wrapper {
  min-height: calc(100vh - 72px - 33px);
}
@media (max-width: 992px) {
  .lte-content-wrapper {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 479px) {
  .lte-content-wrapper {
    overflow: hidden;
  }
}
.page-template-full-width .lte-text-page > .row {
  margin: 0 !important;
}
.page-template-full-width .lte-text-page > .row > div {
  padding: 0;
  width: 100%;
}
.screen-reader-text {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.full-width {
  max-width: 100%;
  height: auto;
}
a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row:before {
  display: none;
}
.row.row-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.row.row-center-x {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.row.centered {
  display: flex;
  justify-content: center;
}
.container-short {
  max-width: 1170px;
}
@media (max-width: 1599px) {
  .container {
    max-width: initial;
  }
}
.col-xs-5,
.col-ms-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5 {
  width: 20%;
  float: left;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .col-lg-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1600px) {
  .col-xl-5 {
    width: 20%;
    float: left;
  }
}
button:focus {
  outline: none;
}


.lte-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}


/*
	19. WooCommerce
*/
.woocommerce:not(.swiper-container) ul.products {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.woocommerce.swiper-container ul.products[class*="columns-"] li.product {
  padding: 0;
}
.woocommerce ul.products[class*="columns-"] {
  margin: 0 -15px 0;
  padding: 0px 0;
}
.woocommerce ul.products[class*="columns-"]:before,
.woocommerce ul.products[class*="columns-"]:after {
  display: none;
}
.woocommerce ul.products[class*="columns-"] li.product {
  margin: 0 0 30px 0;
  padding: 0 15px 0;
  position: relative;
  text-align: center;
  /*
			.background-white;
			.color-black;
*/
}
.woocommerce ul.products[class*="columns-"] li.product:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 14px;
  bottom: -1px;
  left: 15px;
  z-index: 0;
  background-color: #ffffff;
  background-color: var(--white);
}
.woocommerce ul.products[class*="columns-"] li.product > .lte-item {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
  padding-bottom: 0px;
  position: relative;
  height: 100%;
}
.woocommerce ul.products[class*="columns-"] li.product:hover:before {
  border-color: #d0a249;
  border-color: var(--main);
}
.woocommerce ul.products[class*="columns-"] li.product:hover > .lte-item {
  border-color: #d0a249;
  border-color: var(--main);
  border-color: transparent;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products[class*="columns-"] li.product a + .price {
  margin-top: 6px;
}
.woocommerce ul.products[class*="columns-"] li.product .woocommerce-Price-amount {
  font-size: 24px;
  line-height: 1.33em;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #00162c;
  color: var(--black);
  text-align: center;
  opacity: 1;
  color: #555;
}
.woocommerce ul.products[class*="columns-"] li.product .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  /*
					line-height: 1em;
					position: relative;
*/
}
.woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 28px;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  padding: 0 0 0 0;
  margin-top: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #00162c;
  color: var(--black);
  background-image: linear-gradient(var(--second), var(--second));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title:hover {
  background-size: 100% 2px;
}
.woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title:hover {
  color: #00162c;
  color: var(--black);
}
.woocommerce ul.products[class*="columns-"] li.product .lte-excerpt {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  margin: 10px 0 20px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.75em;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image {
  position: relative;
  display: block;
  margin-bottom: 0px;
  overflow: hidden;
  margin: -1px -1px 0 -1px;
  border-radius: 0px;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image a.woocommerce-LoopProduct-link {
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image a.woocommerce-LoopProduct-link img {
  width: 100%;
  max-width: initial;
  height: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
  margin: 0 auto 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  position: relative;
  z-index: 2;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image a.woocommerce-LoopProduct-link:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-buttons-wrapper {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-buttons-wrapper .lte-btn-wrap {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
  z-index: 4;
}
@media (max-width: 1200px) {
  .woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-buttons-wrapper .lte-btn-wrap {
    display: none;
  }
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-buttons-wrapper .lte-btn {
  background: none;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  width: 60px;
  height: 60px;
  padding: 0;
  min-width: initial;
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #00162c;
  color: var(--black);
  display: block;
  text-align: center;
  font-size: 0;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-buttons-wrapper .lte-btn.lte-btn {
  background-color: #d0a249;
  background-color: var(--main);
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-buttons-wrapper .lte-btn {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
@media (max-width: 1200px) {
  .woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-buttons-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products[class*="columns-"] li.product .lte-image:hover:before {
    zoom: 1;
    filter: alpha(opacity=5);
    -webkit-opacity: 0.05;
    -moz-opacity: 0.05;
    opacity: 0.05;
  }
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image:hover .lte-buttons-wrapper {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image:before {
  content: "";
  background-color: #00162c;
  background-color: var(--black);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  display: none;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-image .lte-wc-photo-alt {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0px 30px 20px;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-wc-bottom-btns {
  display: none;
}
@media (max-width: 992px) {
  .woocommerce ul.products[class*="columns-"] li.product .lte-wc-bottom-btns {
    display: block;
    margin-bottom: 48px;
  }
  .woocommerce ul.products[class*="columns-"] li.product .lte-wc-bottom-btns .lte-btn-after {
    display: none;
  }
}
.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr {
  padding: 30px 15px;
}
.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn-wrap {
  display: block;
}
@media (max-width: 992px) {
  .woocommerce ul.products[class*="columns-"] li.product .lte-item-descr {
    text-align: center;
  }
  .woocommerce ul.products[class*="columns-"] li.product .lte-item-descr .lte-btn-wrap {
    margin-bottom: 25px;
    display: block;
  }
}
.woocommerce ul.products[class*="columns-"] li.product .lte-item-descr .lte-cat-prod {
  display: block;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #d0a249;
  color: var(--main);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce ul.products[class*="columns-"] li.product:hover .lte-btn-wrap {
  margin-top: 0px;
}
.woocommerce ul.products[class*="columns-"] li.product.lte-product-hover-gallery .lte-image:hover > a {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.woocommerce ul.products[class*="columns-"] li.product.lte-product-hover-gallery .lte-image:hover .lte-wc-photo-alt {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.woocommerce ul.products[class*="columns-"] li.product.outofstock .lte-btn {
  background-color: #f1f0ec;
  background-color: var(--gray);
}
.woocommerce ul.products[class*="columns-"] li.product .product_type_grouped,
.woocommerce ul.products[class*="columns-"] li.product .product_type_variable,
.woocommerce ul.products[class*="columns-"] li.product .product_type_external {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .woocommerce ul.products[class*="columns-"] li.product .product_type_grouped,
  .woocommerce ul.products[class*="columns-"] li.product .product_type_variable,
  .woocommerce ul.products[class*="columns-"] li.product .product_type_external {
    padding: 14px 30px;
    min-width: initial !important;
  }
}
.woocommerce ul.products[class*="columns-"] li.product .btn:not(.add_to_cart_button):not(.product_type_grouped) {
  margin-top: 15px;
}
.woocommerce ul.products[class*="columns-"] li.product .star-rating {
  text-align: center;
  margin: 0px auto 20px;
  height: 15px !important;
  overflow: hidden !important;
}
.woocommerce ul.products li.product {
  width: 33.33%;
}
.woocommerce ul.products.columns-1 li.product {
  width: 100%;
}
@media (min-width: 1600px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 16.66%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 33.33%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .woocommerce.lte-wc-wrapper.lte-cols-xl-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .woocommerce.lte-wc-wrapper.lte-cols-lg-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce.lte-wc-wrapper.lte-cols-md-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce.lte-wc-wrapper.lte-cols-sm-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce.lte-wc-wrapper.lte-cols-ms-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .woocommerce.lte-wc-wrapper.lte-cols-xs-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-1 .products.columns-128 li.product {
    width: 100%;
  }
} 
@-webkit-keyframes lteSpin{ 0% { -webkit-transform: rotate(0deg);  } 100% { -webkit-transform: rotate(360deg); }}
@-moz-keyframes lteSpin{ 0% { -moz-transform: rotate(0deg);  } 100% { -moz-transform: rotate(360deg); }}
@-o-keyframes lteSpin{ 0% { -o-transform: rotate(0deg);  } 100% { -o-transform: rotate(360deg); }}
@keyframes lteSpin{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);  } 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); }}
.woocommerce ul.products li.product {
  width: 33.33%;
}
.woocommerce ul.products.columns-1 li.product {
  width: 100%;
}
@media (min-width: 1600px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 16.66%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 20%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 33.33%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 50%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 50%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .woocommerce ul.products.columns-6 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-5 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-4 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-3 li.product {
    width: 100%;
  }
  .woocommerce ul.products.columns-2 li.product {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .woocommerce.lte-wc-wrapper.lte-cols-xl-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xl-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xl-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .woocommerce.lte-wc-wrapper.lte-cols-lg-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-lg-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-lg-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce.lte-wc-wrapper.lte-cols-md-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-md-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-md-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce.lte-wc-wrapper.lte-cols-sm-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-sm-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-sm-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce.lte-wc-wrapper.lte-cols-ms-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-ms-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-ms-1 .products.columns-128 li.product {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .woocommerce.lte-wc-wrapper.lte-cols-xs-6 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-6 .products.columns-128 li.product {
    width: 16.66%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-5 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-5 .products.columns-128 li.product {
    width: 20%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-4 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-4 .products.columns-128 li.product {
    width: 25%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-3 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-3 .products.columns-128 li.product {
    width: 33.3%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-2 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-2 .products.columns-128 li.product {
    width: 50%;
  }
  .woocommerce.lte-wc-wrapper.lte-cols-xs-1 .products.columns-128 li.product,
  .woocommerce .lte-wc-wrapper.lte-cols-xs-1 .products.columns-128 li.product {
    width: 100%;
  }
}
.woocommerce span.lte-wc-new,
.woocommerce span.onsale {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 !important;
  width: 50px;
  height: 50px;
  color: #ffffff;
  color: var(--white);
  border-radius: 0;
  line-height: 1.5em;
  text-align: center;
  min-height: initial;
  border: 0;
  min-width: initial;
  pointer-events: none;
  z-index: 1;
  position: relative;
}
.woocommerce span.onsale {
  background: transparent;
  color: #ffffff;
  color: var(--white);
}
.woocommerce span.lte-wc-new {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
  display: none !important;
}
.woocommerce ul.products li.product .lte-wc-new,
.woocommerce ul.products li.product .onsale {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #e94222;
  background-color: var(--red);
  color: #ffffff;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .woocommerce-loop-category__title:hover {
  color: #d0a249;
  color: var(--main);
}
.woocommerce .woocommerce-loop-category__title .count {
  background: transparent;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.woocommerce .product-type-variable .woocommerce-Price-amount:last-child {
  padding-left: 6px;
}
.woocommerce .product-type-variable .woocommerce-Price-amount:first-child {
  padding-right: 6px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #00162c;
  color: var(--black);
  letter-spacing: 0;
  display: block;
  font-size: 24px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  margin-top: 25px;
  margin-bottom: 20px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  margin-top: 0;
  padding-top: 15px;
}
.woocommerce.widget_price_filter {
  padding-bottom: 150px;
}
.woocommerce.widget_price_filter .price_slider_amount {
  text-align: center;
  margin-top: -20px;
  margin-bottom: -70px;
}
.lte-background-black .woocommerce.widget_price_filter .price_slider_amount {
  color: #ffffff;
  color: var(--white);
}
.woocommerce.widget_price_filter .price_slider_amount .lte-btn-wrap:after {
  display: none;
}
.woocommerce.widget_price_filter .price_slider_amount .lte-btn {
  float: none;
  text-align: center;
  position: relative;
  bottom: -70px;
}
.select_container::after {
  content: '\e828';
  font-family: 'fontello';
  display: block;
  line-height: 1em;
  width: 1em;
  height: 1em;
  text-align: center;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
.lte-wc-order {
  display: block;
  height: 64px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  margin-top: -10px;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.lte-wc-order.lte-background-black {
  background-color: #f1f0ec;
  background-color: var(--gray);
}
@media (min-width: 768px) and (max-width: 991px) {
  .lte-wc-order {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .lte-wc-order {
    height: auto;
    margin-bottom: 30px;
    background: transparent;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .lte-wc-order {
    margin-bottom: 60px;
  }
}
.woocommerce .woocommerce-result-count {
  font-size: 14px;
  padding: 24px 0 0px;
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count {
    padding-top: 24px;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-inline-start: 0;
  }
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  background: none;
  padding: 0 0 0 0;
  margin: 12px 0px 0px;
}
.woocommerce .woocommerce-ordering .select-wrap,
.woocommerce-page .woocommerce-ordering .select-wrap {
  background: #fff;
  margin-top: 4px;
  margin-bottom: 0;
  border: 1px solid rgba(220, 220, 220, 0.75);
  border-radius: 48px;
}
.woocommerce .woocommerce-ordering .s.woocommerce-page .woocommerce-ordering .select-wrap:focus {
  border-color: var(--main);
}
.woocommerce .woocommerce-ordering .select-wrap select,
.woocommerce-page .woocommerce-ordering .select-wrap select {
  font-size: 14px;
  padding-bottom: 14px;
  padding-right: 20px !important;
  padding-inline-end: 30px !important;
  padding-inline-start: 14px !important;
  /*
			text-align: right;
			text-align-last: right;
			direction: rtl;
*/
}
.woocommerce .woocommerce-ordering .select-wrap option,
.woocommerce-page .woocommerce-ordering .select-wrap option {
  padding: 0.4em 0.8em;
}
.woocommerce .woocommerce-ordering .s.woocommerce-page .woocommerce-ordering .select-wrap:after {
  top: 53%;
  line-height: 12px;
  right: 14px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    display: block;
    float: none;
    clear: both;
    padding-top: 2px;
    margin-right: 0;
    padding-right: 0;
  }
  .woocommerce .woocommerce-ordering .select-wrap,
  .woocommerce-page .woocommerce-ordering .select-wrap {
    margin: 16px auto 0 !important;
    max-width: 300px;
  }
  .woocommerce .woocommerce-ordering .select-wrap select,
  .woocommerce-page .woocommerce-ordering .select-wrap select {
    text-align: left;
    text-align-last: left;
    padding-bottom: 14px;
  }
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce-page .widget_shopping_cart .cart_list li {
  padding: 0 0 20px 0;
  overflow: hidden;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  font-weight: 500;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 16px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  box-shadow: none;
  margin: 10px 0.6em 1em 0;
  width: 54px;
  height: auto;
  float: left;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 54px;
  height: auto;
}
.woocommerce.widget_shopping_cart .quantity,
.woocommerce .widget_shopping_cart .quantity,
.woocommerce-page.widget_shopping_cart .quantity,
.woocommerce-page .widget_shopping_cart .quantity {
  display: inline-block;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce a.remove {
  color: #e94222 !important;
  color: var(--red) !important;
  background-color: #ffffff;
  background-color: var(--white);
  font-size: 18px;
  line-height: 14px;
  width: 16px !important;
  height: 16px !important;
  display: block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: var(--font-main), sans-serif !important;
  letter-spacing: var(--font-main-letterspacing) !important;
  font-weight: 300 !important;
}
.lte-background-black .woocommerce .widget_shopping_cart .cart_list li a.remove,
.lte-background-black .woocommerce.widget_shopping_cart .cart_list li a.remove,
.lte-background-black .woocommerce a.remove {
  background-color: #00162c;
  background-color: var(--black);
}
@media (min-width: 768px) {
  .woocommerce .widget_shopping_cart .cart_list li a.remove,
  .woocommerce.widget_shopping_cart .cart_list li a.remove,
  .woocommerce a.remove {
    top: 10px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .woocommerce a.remove {
    display: inline;
  }
}
.woocommerce {
  /**
	 * Star ratings
	*/
  /**
	 * Product Page
	 */
}
.woocommerce h1.product_title {
  font-size: 64px;
  font-weight: 300;
}
@media (max-width: 1599px) {
  .woocommerce h1.product_title {
    font-size: 48px;
  }
}
.lte-background-black .woocommerce .woocommerce-product-details__short-description {
  color: rgba(255, 255, 255, 0.8);
}
.woocommerce .woocommerce-product-details__short-description p {
  margin: 35px 0 25px;
  font-size: 16px;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media (min-width: 1600px) {
  .woocommerce .woocommerce-product-details__short-description p {
    max-width: 85%;
  }
}
.woocommerce .star-rating {
  font-size: 13px;
  width: 85px;
}
.woocommerce .star-rating:before {
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.15);
  content: "SSSSS";
  font-size: 13px;
}
.woocommerce .star-rating span:before {
  letter-spacing: 4px;
  color: #f3c50c;
  color: var(--yellow);
  font-size: 13px;
}
.woocommerce .products .star-rating {
  margin: 0 auto;
}
.woocommerce .product_type_external {
  white-space: normal;
}
.woocommerce .woocommerce-cart-form {
  background: transparent;
  padding: 0;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: -10px;
}
.woocommerce div.product .woocommerce-product-rating .star-rating {
  margin-top: 10px;
}
.woocommerce .product_meta {
  margin-top: 30px;
}
.woocommerce .product_meta > span {
  display: block;
  font-size: 16px;
  color: #00162c;
  color: var(--black);
  font-weight: bold;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.woocommerce .product_meta > span span {
  color: #00162c;
  color: var(--black);
  font-weight: normal;
}
.woocommerce .product_meta > span a {
  font-weight: 400;
  color: #00162c;
  color: var(--black);
}
.woocommerce .product_meta > span a:hover {
  color: #00162c;
  color: var(--black);
}
.woocommerce .product_meta span {
  margin-bottom: 4px;
}
.woocommerce.lte-background-black .product_meta {
  color: #ffffff;
  color: var(--white);
}
.woocommerce.lte-background-black .product_meta > span .lte-coma {
  color: rgba(255, 255, 255, 0.8) !important;
}
.woocommerce.lte-background-black .product_meta > span span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.woocommerce.lte-background-black .product_meta > span a {
  color: rgba(255, 255, 255, 0.8);
}
.woocommerce.lte-background-black .product_meta > span a:hover {
  color: #d0a249;
  color: var(--main);
}
.woocommerce form.cart {
  text-align: left;
}
.woocommerce form.cart .btn {
  margin: 0;
}
.woocommerce .woocommerce-variation {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations .select-wrap {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .woocommerce div.product form.cart .variations .select-wrap {
    max-width: 340px;
  }
}
.woocommerce div.product form.cart .variations select {
  padding: 20px 25px !important;
}
.woocommerce div.product form.cart .variations label {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 30px 0px;
}
.wc-tabs-wrapper p {
  line-height: 1.7em;
}
.wc-tabs-wrapper .lte-background-black {
  color: rgba(255, 255, 255, 0.8);
}
.woocommerce div.product .woocommerce-tabs .panel {
  -webkit-border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 0;
  -moz-background-clip: padding;
  border-top-left-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 20px;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 24px;
  display: none;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.woocommerce .quantity.hidden {
  display: none;
}

@media (max-width: 1200px) {
  .woocommerce div.product div.images {
    width: 100%;
    float: none;
  }
}
.woocommerce .woocommerce-product-gallery__image {
  border: 0;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
  margin-inline-end: 20px;
  margin-inline-start: 0;
}
.woocommerce .single_add_to_cart_button {
  min-width: 180px;
  height: 56px !important;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 56px;
  position: relative;
  background-color: #d0a249 !important;
  background-color: var(--main) !important;
  color: #00162c !important;
  color: var(--black) !important;
  border-radius: 48px !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}
.woocommerce .single_add_to_cart_button:hover {
  color: #ffffff !important;
  color: var(--white) !important;
  background-color: #00162c !important;
  background-color: var(--black) !important;
  background: var(--black);
}
@media (max-width: 767px) {
  .woocommerce .single_add_to_cart_button {
    width: 100%;
  }
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .woocommerce .quantity {
    display: block;
    margin-bottom: 20px !important;
  }
}
.woocommerce .lte-more,
.woocommerce .lte-less {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  background-color: #ffffff;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .woocommerce .lte-more,
  .woocommerce .lte-less {
    width: 48px;
    height: 48px;
  }
  .woocommerce .lte-more:after,
  .woocommerce .lte-less:after {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .woocommerce .lte-more:hover,
  .woocommerce .lte-less:hover {
    background-color: #00162c;
    background-color: var(--black);
    color: #ffffff;
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .woocommerce .lte-more:after,
  .woocommerce .lte-less:after {
    position: relative;
  }
}
.woocommerce .lte-more.lte-more,
.woocommerce .lte-less.lte-more {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce .lte-more.lte-less,
.woocommerce .lte-less.lte-less {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce div.product form.cart,
.woocommerce .cart {
  background: transparent;
  padding: 15px 0 0 0;
  margin: 0;
}
.woocommerce div.product form.cart .button {
  padding: 0px 30px;
  line-height: 44px;
  height: 44px;
}
.woocommerce-noreviews {
  text-align: center;
}
.panel {
  box-shadow: none;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
  padding: 20px 0;
}
.woocommerce-terms-and-conditions-wrapper.lte-background-black {
  background-color: #f1f0ec;
  background-color: var(--gray);
}
.woocommerce-terms-and-conditions-wrapper p {
  line-height: 1.9em;
  display: inline-block;
  font-size: 14px;
}
/* Cart */
.woocommerce table.shop_table {
  border-color: transparent;
  border: none;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table .cart_item {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.woocommerce table.shop_table .cart_item:first-child {
  border-width: 0;
}
.woocommerce table.shop_table div.quantity {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-quantity div.quantity {
    margin: 0 auto;
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-quantity,
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-subtotal,
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-price,
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail,
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-remove {
    text-align: center;
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-remove {
    width: 3em;
    padding-left: 30px;
    padding-right: 0;
    border-right: none;
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-remove a {
    width: auto;
    top: auto;
    left: auto;
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
    border-left: none;
    padding-left: 0 !important;
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-name a {
    font-size: 18px;
    font-family: var(--font-main), sans-serif;
    letter-spacing: var(--font-main-letterspacing);
    font-weight: 300;
    color: #00162c;
    color: var(--black);
    font-weight: 500;
  }
  .lte-background-black .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-name a {
    color: #ffffff;
    color: var(--white);
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-price {
    color: #00162c;
    color: var(--black);
    font-family: var(--font-main), sans-serif;
    letter-spacing: var(--font-main-letterspacing);
    font-weight: 300;
    font-size: 16px;
  }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item .product-subtotal {
    font-family: var(--font-main), sans-serif;
    letter-spacing: var(--font-main-letterspacing);
    font-weight: 300;
    font-size: 16px;
  }
}
.woocommerce table.shop_table .cart_totals,
.woocommerce table.shop_table .woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table {
    overflow-y: scroll;
    border-top: none !important;
  }
  .woocommerce table.shop_table.shop_table.woocommerce-checkout-review-order-table {
    max-width: 100%;
  }
  .woocommerce table.shop_table .product-name a {
    font-family: var(--font-main), sans-serif;
    letter-spacing: var(--font-main-letterspacing);
    font-weight: 300;
  }
  .woocommerce table.shop_table .product-quantity {
    height: 70px;
    padding-top: 0 !important;
  }
  .woocommerce table.shop_table .product-quantity:before {
    display: none;
  }
  .woocommerce table.shop_table .product-quantity .quantity {
    margin-top: 10px;
    float: right;
    position: relative;
    top: 0;
    margin-right: 0;
  }
  .woocommerce table.shop_table .product-remove {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    margin-bottom: -10px;
  }
}
.cart-collaterals table {
  text-align: right;
}
.cart-collaterals .cart_totals {
  width: auto !important;
}
.cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-collaterals .cart_totals table {
  border-collapse: collapse !important;
}
.woocommerce-notice {
  margin: 20px auto 40px;
  text-align: center;
  background-color: #f1f0ec;
  background-color: var(--gray);
}
.woocommerce-notice.woocommerce-notice--success {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 60px;
  font-size: 16px;
}
/* Order Table */
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
}
.woocommerce-MyAccount-navigation {
  background-color: #f1f0ec;
  background-color: var(--gray);
  padding: 56px 38px;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  color: #00162c;
  color: var(--black);
  margin-bottom: 13px;
  vertical-align: middle;
}
.woocommerce-MyAccount-navigation ul li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: " \f105";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
  color: #d0a249;
  color: var(--main);
}
.woocommerce-MyAccount-navigation ul li a {
  color: #00162c;
  color: var(--black);
  vertical-align: middle;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #d0a249;
  color: var(--main);
}
/* Reviews */
.woocommerce .comment-reply-title {
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.woocommerce .comment-reply-title span {
  display: none;
}
.woocommerce .shop_attributes {
  border-collapse: collapse !important;
}
.woocommerce .term-description {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .woocommerce-shipping-fields,
  .woocommerce-additional-fields {
    padding-top: 25px;
  }
  .woocommerce img,
  .woocommerce-page img {
    height: auto;
    max-width: 100%;
  }
}
.woocommerce.widget_shopping_cart .quantity,
.woocommerce .widget_shopping_cart .quantity {
  /*
	.amount {

		.color-black;

		.lte-background-black & {

			.color-white;
		}
	}
*/
}
.woocommerce-product-gallery__image {
  /*
	text-align: center;
	border: 1px solid rgba(0,0,0,.1);

	a {

		display: block;

		text-align: center;

		img {

			margin: 0 auto;
		}
	}
*/
}
.woocommerce-NoticeGroup {
  text-align: left;
}

.related.products {
  clear: both;
  overflow: visible;
  text-align: center;
}

.related.products > h2 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0px;
  font-size: 36px;
  position: relative;
}

.related.products .products {
  margin-top: 20px !important;
}
@media (min-width: 1600px) {
  
  .related.products .products li.product {
    width: 33.3% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  
  .related.products .products li.product {
    width: 33.3% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .related.products .products li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
  .related.products .products li:nth-child(3) {
    display: none;
  }
}
.woocommerce-review-link {
  font-size: 12px;
  color: #888;
  position: relative;
  top: -3px;
  left: 0px;
}
.woocommerce div.product div.images img {
  width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-bottom: 50px;
}
.woocommerce.widget_shopping_cart ul li {
  padding-bottom: 0 !important;
  margin-bottom: 10px;
}
.woocommerce.widget_shopping_cart .total {
  border-color: transparent;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin: -10px auto 0;
  text-align: center;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn-wrap {
  margin-bottom: -6px;
  display: block;
  padding-bottom: 2px;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .lte-btn,
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  margin: 0 !important;
  min-width: 180px;
  background: transparent;
  line-height: 1em;
  font-size: 16px;
  font-weight: 400;
  background-color: #d0a249;
  background-color: var(--main);
  color: #00162c;
  color: var(--black);
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  background-clip: border-box;
  padding-top: 15px;
  padding-bottom: 17px;
  margin-bottom: 0 !important;
  display: inline-block !important;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons > .button {
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 15px !important;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total {
  text-align: center;
  font-size: 16px !important;
  margin-top: 0px !important;
  padding-top: 14px;
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.lte-background-black .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total {
  border-color: rgba(255, 255, 255, 0.1);
}
.lte-background-black .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total > span {
  color: #ffffff;
  color: var(--white);
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total > span {
  color: #00162c;
  color: var(--black);
}
.woocommerce-cart table.cart input {
  line-height: 1.6em !important;
}
.woocommerce-shipping-calculator {
  padding: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-button {
  border-bottom: 1px dashed #d0a249;
  border-color: #d0a249;
  border-color: var(--main);
}
.woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 15px;
}
.woocommerce-shipping-calculator p {
  margin: 0;
}
.woocommerce-form__input-checkbox {
  position: relative !important;
  margin-left: 0 !important;
}
.woocommerce-form__input-checkbox + span {
  margin-left: 6px;
}
.woocommerce .cross-sells h2 {
  margin: 25px 0 20px;
  font-size: 24px;
}
@media (max-width: 992px) {
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
  }
}
.woocommerce .cart_totals table.shop_table {
  width: auto !important;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce .wc-proceed-to-checkout a.lte-btn {
  -webkit-transition-delay: 0s, 0s, 0s !important;
  -moz-transition-delay: 0s, 0s, 0s !important;
  -o-transition-delay: 0s, 0s, 0s !important;
  transition-delay: 0s, 0s, 0s !important;
}
.woocommerce .wc-proceed-to-checkout a:hover {
  background-color: #d0a249;
  background-color: var(--main);
  color: #00162c !important;
  color: var(--black) !important;
}
.checkout-button {
  min-width: 100px !important;
  margin-bottom: 0 !important;
  text-transform: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-button:hover {
  color: #00162c !important;
  color: var(--black) !important;
}
.checkout-button:before {
  display: none;
}
@media (max-width: 767px) {
  
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.btn-xs {
    display: block;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 16px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0;
  background-color: #d0a249;
  background-color: var(--main);
  color: #00162c;
  color: var(--black);
}
@media (min-width: 768px) {
  .woocommerce-checkout h3 {
    font-size: 30px;
  }
}
.woocommerce-checkout form .woocommerce-additional-fields {
  margin-top: 25px;
}
.woocommerce-checkout-review-order-table {
  border-collapse: collapse !important;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  padding-top: 5px !important;
}
@media (max-width: 992px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
  }
  .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .cart-collaterals .cart_totals table {
    margin: 0 auto;
  }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator,
  .woocommerce-page .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
  .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    width: 100%;
  }
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.woocommerce-widget-layered-nav-dropdown li {
  margin: 0 !important;
}
.woocommerce-widget-layered-nav-dropdown .select-wrap:after {
  display: none;
}
.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple {
  border: none !important;
  background: transparent !important;
}
.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple .select2-search__field {
  background-color: #ffffff !important;
  background-color: var(--white) !important;
}
.woocommerce-grouped-product-list {
  margin-bottom: 30px;
  width: auto !important;
}
.cart .woocommerce-Price-currencySymbol {
  font-size: 12px;
}
@media (max-width: 767px) {
  .cart.woocommerce-cart-form__contents {
    margin-top: -60px !important;
  }
  .cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .cart.woocommerce-cart-form__contents .product-remove {
    height: 48px;
    text-align: right;
  }
  .cart.woocommerce-cart-form__contents .product-remove .remove {
    font-size: 36px;
    height: 30px !important;
    width: 30px !important;
    overflow: hidden;
    display: block;
    float: right;
  }
  .cart.woocommerce-cart-form__contents .product-name a {
    font-family: var(--font-headers), serif;
    letter-spacing: var(--font-headers-letterspacing);
    letter-spacing: -0.5px;
    font-weight: 400;
    font-size: 18px;
    color: #00162c;
    color: var(--black);
  }
  .lte-background-black .cart.woocommerce-cart-form__contents .product-name a {
    color: #ffffff;
    color: var(--white);
  }
  .cart.woocommerce-cart-form__contents .product-subtotal span,
  .cart.woocommerce-cart-form__contents .product-price span {
    font-family: var(--font-main), sans-serif;
    letter-spacing: var(--font-main-letterspacing);
    font-weight: 300;
    font-weight: 400;
    font-size: 18px;
    color: #d0a249;
    color: var(--main);
  }
  .cart.woocommerce-cart-form__contents .product-subtotal.product-subtotal span,
  .cart.woocommerce-cart-form__contents .product-price.product-subtotal span {
    color: #00162c;
    color: var(--black);
  }
  .lte-background-black .cart.woocommerce-cart-form__contents .product-subtotal.product-subtotal span,
  .lte-background-black .cart.woocommerce-cart-form__contents .product-price.product-subtotal span {
    color: #ffffff;
    color: var(--white);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cart.woocommerce-cart-form__contents .product-name a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .woocommerce.single .lte-wc-wrapper .row {
    display: block !important;
  }
  .woocommerce.single .lte-wc-wrapper .row > div {
    display: block !important;
    float: none !important;
  }
}
.woocommerce.woocommerce-widget-layered-nav ul li:last-child {
  float: none;
  display: block;
}
.woocommerce.woocommerce-widget-layered-nav ul li:last-child input {
  width: 100% !important;
}
.woocommerce.woocommerce-widget-layered-nav ul li.select2-selection__choice {
  margin-bottom: 15px !important;
  margin-right: 15px !important;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .wc-block-components-notice-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #00162c;
  color: var(--black);
  font-size: 16px !important;
  line-height: 1.7em !important;
  padding: 1em 2em 1em 2em !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: border-box;
  padding-top: 18px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce .wc-block-components-notice-banner {
    font-size: 18px;
  }
}
.woocommerce .woocommerce-error.is-info,
.woocommerce .woocommerce-info.is-info,
.woocommerce .woocommerce-message.is-info,
.woocommerce .wc-block-components-notice-banner.is-info,
.woocommerce .woocommerce-error.woocommerce-info,
.woocommerce .woocommerce-info.woocommerce-info,
.woocommerce .woocommerce-message.woocommerce-info,
.woocommerce .wc-block-components-notice-banner.woocommerce-info {
  border-color: #d0a249;
  border-color: var(--main);
  background-color: #f1f0ec;
  background-color: var(--gray);
}
.woocommerce .woocommerce-error.woocommerce-message,
.woocommerce .woocommerce-info.woocommerce-message,
.woocommerce .woocommerce-message.woocommerce-message,
.woocommerce .wc-block-components-notice-banner.woocommerce-message {
  border-color: var(--main);
  border-bottom-color: #d0a249;
  border-bottom-color: var(--main);
}
.woocommerce .woocommerce-error.woocommerce-error,
.woocommerce .woocommerce-info.woocommerce-error,
.woocommerce .woocommerce-message.woocommerce-error,
.woocommerce .wc-block-components-notice-banner.woocommerce-error {
  border-color: var(--red);
}
.woocommerce .woocommerce-error .lte-btn-wrap,
.woocommerce .woocommerce-info .lte-btn-wrap,
.woocommerce .woocommerce-message .lte-btn-wrap,
.woocommerce .wc-block-components-notice-banner .lte-btn-wrap {
  margin-right: 20px;
  margin-bottom: 0px;
  vertical-align: top;
}
.woocommerce .woocommerce-error .btn,
.woocommerce .woocommerce-info .btn,
.woocommerce .woocommerce-message .btn,
.woocommerce .wc-block-components-notice-banner .btn {
  margin-top: -4px;
  float: right;
  padding-right: 30px;
}
@media (max-width: 479px) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce .wc-block-components-notice-banner {
    text-align: center;
    padding: 25px 15px;
  }
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before,
  .woocommerce .wc-block-components-notice-banner:before {
    display: none;
  }
  .woocommerce .woocommerce-error .btn,
  .woocommerce .woocommerce-info .btn,
  .woocommerce .woocommerce-message .btn,
  .woocommerce .wc-block-components-notice-banner .btn {
    display: block;
    max-width: 200px;
    margin: 0 auto 25px;
    float: none;
  }
}
.lte-background-black .woocommerce-message {
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #ffffff;
  color: var(--white);
}
  /*		min-height: 517px !important;*/

.woocommerce-form-coupon {
  max-width: 700px;
  margin: 0 auto 50px !important;
}
.woocommerce-form-coupon p {
  text-align: center;
  display: block !important;
  width: 100% !important;
  float: none !important;
}
.woocommerce-form-coupon button {
  font-size: 16px;
  min-width: 200px;
}
.woocommerce-form-coupon button:hover {
  background-color: #00162c;
  background-color: var(--black);
}
.woocommerce-input-wrapper > *:not(select):not(span) {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  background-clip: border-box;
  padding: 18px 25px 18px 25px !important;
}
.woocommerce-sidebar .widget_product_tag_cloud .tagcloud {
  margin-top: 0;
}
.woocommerce form.checkout {
  padding: 0;
}
.woocommerce form.checkout label {
  font-family: var(--font-main), sans-serif;
  letter-spacing: var(--font-main-letterspacing);
  font-weight: 300;
  font-size: 16px;
  font-weight: 600;
}
.lte-background-black.woocommerce .comment-reply-title,
.lte-background-black.woocommerce .product_meta > span,
.lte-background-black.woocommerce ul.products[class*="columns-"] li.product .woocommerce-loop-product__title,
.lte-background-black.woocommerce ul.products[class*="columns-"] li.product .woocommerce-Price-amount {
  color: #ffffff;
  color: var(--white);
}
.lte-background-black.woocommerce div.product p.price {
  color: #ffffff;
  color: var(--white);
}
.lte-background-black table.shop_table .woocommerce-cart-form__cart-item .product-price {
  color: #ffffff;
  color: var(--white);
}
.lte-background-black .lte-more,
.lte-background-black .lte-less {
  background-color: #ffffff;
  background-color: var(--white);
  color: #00162c !important;
  color: var(--black) !important;
}
.lte-background-black.woocommerce .woocommerce-ordering select,
.lte-background-black .woocommerce-page .woocommerce-ordering select {
  color: #000;
}
/*
	20. Team
*/


/*
	21. Page Loader
*/
#lte-preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-color: var(--white);
  z-index: 1999;
  transition: all .3s ease;
}
.lte-background-black #lte-preloader {
  background-color: #00162c;
  background-color: var(--black);
}
.pace-done > #lte-preloader {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -100;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lte-fill {
  100% {
    background-position: 0 -115px;
  }
}
/*
	22. Events
*/
.lte-events-sc {
  display: table;
}
.lte-background-black .lte-events-sc h5 > a {
  color: #ffffff;
  color: var(--white);
}
.lte-background-black .lte-events-sc h5 > a:hover {
  color: #d0a249;
  color: var(--main);
}
.lte-background-black .lte-events-sc .lte-btn.disabled {
  color: #ffffff;
  color: var(--white);
  background-color: #000000;
}
.lte-events-sc.lte-layout-table {
  margin-top: 0px;
}
.lte-events-sc.lte-layout-table .lte-item {
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .lte-events-sc.lte-layout-table .lte-item {
    max-width: 1120px;
  }
}
.lte-events-sc.lte-layout-table .lte-item:after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
  left: 0;
  right: 0;
}
.lte-background-black .lte-events-sc.lte-layout-table .lte-item:after {
  border-color: rgba(255, 255, 255, 0.15);
}
.lte-events-sc.lte-layout-table .lte-item:last-child:after {
  display: none;
}
.lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper {
  text-align: center;
  display: table-row;
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper {
    margin-bottom: 0px;
    display: block;
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0 auto;
  }
  .lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper:last-child {
    border-bottom: 0 !important;
  }
}
.lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper > div {
  padding-top: 32px;
  padding-bottom: 32px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-item-wrapper > div {
    display: block;
    padding: 0 0 10px;
    border: 0;
  }
}
.lte-events-sc.lte-layout-table .lte-item .lte-event-date {
  width: 2%;
  text-align: center;
  min-width: 100px;
  font-family: var(--font-headers), serif;
  letter-spacing: var(--font-headers-letterspacing);
  letter-spacing: -0.5px;
  font-weight: 400;
  padding-right: 35px;
  padding-inline-end: 35px;
  padding-inline-start: 0;
}
.lte-background-black .lte-events-sc.lte-layout-table .lte-item .lte-event-date {
  color: #d0a249;
  color: var(--second);
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-event-date {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.lte-events-sc.lte-layout-table .lte-item .lte-event-date .lte-event-d {
  font-size: 36px;
  display: block;
  line-height: 1em;
}
.lte-events-sc.lte-layout-table .lte-item .lte-event-date .lte-event-m {
  display: block;
  line-height: 1.4em;
  font-size: 16px;
  letter-spacing: 0;
  color: #00162c;
  color: var(--black);
}
.lte-background-black .lte-events-sc.lte-layout-table .lte-item .lte-event-date .lte-event-m {
  color: #ffffff;
  color: var(--white);
}
.lte-events-sc.lte-layout-table .lte-item .lte-event-date .lte-event-m span {
  margin-left: 2px;
  margin-inline-start: 2px;
  margin-inline-end: 0;
  padding-left: 2px;
  padding-inline-start: 2px;
  padding-inline-end: 0;
}
.lte-events-sc.lte-layout-table .lte-item .lte-img {
  text-align: center;
  width: 200px;
  padding-right: 35px;
  padding-inline-end: 35px;
  padding-inline-start: 0;
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-img {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-img {
    padding: 0;
    text-align: center;
  }
}
.lte-events-sc.lte-layout-table .lte-item .lte-img img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 170px;
}
.lte-events-sc.lte-layout-table .lte-item .lte-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lte-events-sc.lte-layout-table .lte-item .lte-info {
  width: 90%;
  text-align: start;
  text-align: left;
  padding-right: 64px;
  padding-inline-end: 64px;
  padding-inline-start: 0;
}
.lte-events-sc.lte-layout-table .lte-item .lte-info span {
  color: rgba(0, 22, 44, 0.7);
}
.lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header {
  margin: 0 0 8px;
  font-size: 24px;
  display: block;
  text-align: start;
  background-image: linear-gradient(var(--second), var(--second));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header img {
  display: none;
}
.lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header:hover {
  background-size: 100% 2px;
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header {
    padding: 0;
  }
}
.lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header a {
  color: #00162c;
  color: var(--black);
}
.lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header:after {
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E852";
  color: #d0a249;
  color: var(--main);
  position: absolute;
  right: 0;
  font-size: 36px;
  top: calc(50% - 10px);
  display: block;
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header:after {
    display: none;
  }
}
.lte-background-black .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header a {
  color: #ffffff;
  color: var(--white);
}
.lte-events-sc.lte-layout-table .lte-item .lte-info .lte-excerpt {
  display: none;
  text-align: left;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  font-size: 16px;
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-excerpt {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-info {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-header {
    text-align: center;
  }
  .lte-events-sc.lte-layout-table .lte-item .lte-info .lte-excerpt {
    text-align: center;
  }
}
.lte-events-sc.lte-layout-table .lte-item .lte-btn .lte-btn-before:before {
  margin-right: 12px;
}
@media (max-width: 992px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-btn .lte-btn-before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lte-events-sc.lte-layout-table .lte-item .lte-btn {
    margin-top: 10px;
  }
}
.lte-events-sc.lte-layout-table .lte-item .lte-event-time {
  padding-right: 24px;
  padding-inline-end: 24px;
  padding-inline-start: 0;
}
.lte-events-sc.lte-layout-table .lte-item .lte-event-time:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f017	";
}
.lte-events-sc.lte-layout-table .lte-item .lte-event-cost:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0d6";
}
.lte-events-sc.lte-layout-table .lte-item .lte-event-cost,
.lte-events-sc.lte-layout-table .lte-item .lte-event-time {
  color: #00162c;
  color: var(--black);
  font-size: 14px;
}
.lte-background-black .lte-events-sc.lte-layout-table .lte-item .lte-event-cost,
.lte-background-black .lte-events-sc.lte-layout-table .lte-item .lte-event-time {
  color: #ffffff;
  color: var(--white);
  color: rgba(255, 255, 255, 0.7);
}
/*
	23. Subscribe block
*/


/*
	24. Services
*/
.single-services .image img {
  width: 100%;
}
.lte-services-sc.lte-layout-photos,
.lte-services-sc.lte-layout-promo,
.lte-services-sc.lte-layout-grid {
  margin-bottom: -30px;
}
.lte-services-sc.lte-layout-photos .lte-item,
.lte-services-sc.lte-layout-promo .lte-item,
.lte-services-sc.lte-layout-grid .lte-item {
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper,
.lte-services-sc.lte-layout-promo .lte-item .lte-photo-wrapper,
.lte-services-sc.lte-layout-grid .lte-item .lte-photo-wrapper {
  display: block;
  overflow: hidden;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper img,
.lte-services-sc.lte-layout-promo .lte-item .lte-photo-wrapper img,
.lte-services-sc.lte-layout-grid .lte-item .lte-photo-wrapper img {
  width: 100%;
  transition: .5s all ease;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper i.lte-services-sc.lte-layout-promo .lte-item .lte-photo-wrapper i.lte-services-sc.lte-layout-grid .lte-item .lte-photo-wrapper img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-item-inner,
.lte-services-sc.lte-layout-promo .lte-item .lte-item-inner,
.lte-services-sc.lte-layout-grid .lte-item .lte-item-inner {
  width: 100%;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info,
.lte-services-sc.lte-layout-promo .lte-item .lte-info,
.lte-services-sc.lte-layout-grid .lte-item .lte-info {
  display: block;
  padding: 30px 35px;
  background-color: #ffffff;
  background-color: var(--white);
}
@media (max-width: 767px) {
  .lte-services-sc.lte-layout-photos .lte-item .lte-info,
  .lte-services-sc.lte-layout-promo .lte-item .lte-info,
  .lte-services-sc.lte-layout-grid .lte-item .lte-info {
    padding: 35px 20px;
    text-align: center;
  }
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header,
.lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header,
.lte-services-sc.lte-layout-grid .lte-item .lte-info .lte-header {
  font-size: 24px;
  line-height: 1.3em;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-btn,
.lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-btn,
.lte-services-sc.lte-layout-grid .lte-item .lte-info .lte-btn {
  padding: 12px 0 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-btn,
  .lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-btn,
  .lte-services-sc.lte-layout-grid .lte-item .lte-info .lte-btn {
    display: none;
  }
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-btn .lte-btn-inner,
.lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-btn .lte-btn-inner,
.lte-services-sc.lte-layout-grid .lte-item .lte-info .lte-btn .lte-btn-inner {
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  transform: translateX(calc(-76%));
}
.lte-services-sc.lte-layout-grid .lte-header {
  background-image: linear-gradient(var(--second), var(--second));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lte-services-sc.lte-layout-grid .lte-header:hover {
  background-size: 100% 2px;
}
.lte-services-sc.lte-layout-grid .lte-header:hover {
  color: #00162c;
  color: var(--black);
}
.lte-services-sc.lte-layout-photos .lte-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
  opacity: .2;
  z-index: 1;
}

.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper:before a.page-numbers {
  background-color: rgba(66, 66, 66, 0.5) !important;
  color: #ffffff !important;
  color: var(--white) !important;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper:before a.page-numbers:not(.dots):not(.current):not(.disabled):not(.next):not(.prev):hover {
  background-color: #d0a249 !important;
  background-color: var(--main) !important;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper:before p > a:not(.lte-btn) {
  color: #d0a249;
  color: var(--main);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper:before .lte-content-wrapper {
  background-color: #00162c;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper:before .woocommerce-message {
  background-color: #f1f0ec;
  background-color: var(--gray);
  color: #ffffff;
  color: var(--white);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper:before.woocommerce div.product p.price {
  color: #ffffff;
  color: var(--white);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper:before table.shop_table .woocommerce-cart-form__cart-item .product-price {
  color: #ffffff;
  color: var(--white);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-photo-wrapper img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info {
  background: transparent;
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
  z-index: 3;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header {
  color: #ffffff;
  color: var(--white);
  font-size: 36px;
  display: block;
  position: relative;
  padding-right: 100px;
  word-wrap: normal;
  width: 100%;
  line-height: 1em;
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header span {
  display: block;
  max-width: 60%;
}
@media (max-width: 767px) {
  .lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header {
    font-size: 48px;
    text-align: center;
    padding: 0 0 40px;
  }
  .lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header span {
    max-width: 100%;
  }
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header:after {
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E852";
  position: absolute;
  top: 4px;
  right: 0;
  color: #ffffff;
  color: var(--white);
  font-size: 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid var(--white);
  border-color: #ffffff;
  border-color: var(--white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: border-box;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header:after {
    display: none;
  }
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-header:hover:after {
  background-color: #ffffff;
  background-color: var(--white);
  color: #00162c;
  color: var(--black);
}
.lte-services-sc.lte-layout-photos .lte-item .lte-info .lte-btn-wrap {
  display: none;
}
.lte-services-sc.lte-layout-promo .lte-item {
  justify-content: center;
  align-items: center;
}
.lte-services-sc.lte-layout-promo .lte-item .lte-info {
  padding: 30px 0;
  background: transparent;
}
.lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header {
  display: block;
  position: relative;
  padding-right: 100px;
}
@media (max-width: 992px) {
  .lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header {
    padding: 0 15px;
  }
}
.lte-background-black .lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header {
  color: #ffffff;
  color: var(--white);
}
.lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header:after {
  display: inline-block;
  font-family: lte-font;
  font-weight: 400 !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E852";
  position: absolute;
  top: 4px;
  right: 0;
  color: #d0a249;
  color: var(--main);
  font-size: 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 992px) {
  .lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header:after {
    display: none;
  }
}
.lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header:hover {
  color: #d0a249;
  color: var(--main);
}
.lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header:hover:after {
  color: #00162c;
  color: var(--black);
}
.lte-background-black .lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-header:hover:after {
  color: #ffffff;
  color: var(--white);
}
.lte-services-sc.lte-layout-promo .lte-item .lte-info .lte-btn-wrap {
  display: none;
}
/*
	25. 404 page
*/
body.error404 .heading.color-main .header {
  color: #ffffff !important;
  color: var(--white) !important;
}
body.error404 img {
  max-height: 300px;
  width: auto;
}
@media (max-width: 992px) {
  body.error404 img {
    max-width: 100%;
  }
}
body.error404 h4 {
  font-size: 48px !important;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  body.error404 h4 {
    font-size: 24px !important;
  }
}
body.error404 h3,
body.error404 h4 {
  color: #00162c !important;
  color: var(--black) !important;
}
body.error404.lte-background-black h3,
body.error404.lte-background-black h4 {
  color: #d0a249 !important;
  color: var(--main) !important;
}
body.error404.lte-background-black p {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
body.error404 .lte-content-wrapper {
  min-height: 90vh;
}
.page-404 {
  text-align: center;
}
body.error404 .page-404-default {
  padding: 80px 0 160px;
}
body.error404 .page-404-default img {
  margin-bottom: 30px;
}
body.error404 .page-404-default .center-404 {
  max-width: 400px;
  margin: 0 auto 36px;
}
/*
	26. Elementor styles
*/
@media (max-width: 1599px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1440px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1320px) {
  .container {
    width: 1180px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .container {
    width: auto;
  }
}
@keyframes lteZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(10, 10, 10);
    -moz-transform: scale3d(10, 10, 10);
    -ms-transform: scale3d(10, 10, 10);
    -o-transform: scale3d(10, 10, 10);
    transform: scale3d(10, 10, 10);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.lte-rentals .lte-params {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 60px;
  padding-top: 20px;
  padding-right: 80px;
  padding-inline-end: 80px;
  padding-inline-start: 0;
}
@media (max-width: 767px) {
  .lte-rentals .lte-params {
    padding-right: 0;
    padding-inline-end: 0;
    padding-inline-start: 0;
    text-align: left;
  }
}
.lte-rentals .lte-params .lte-row {
  display: flex;
  width: calc(50% - 30px);
  box-sizing: border-box;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .lte-rentals .lte-params .lte-row {
    width: 100%;
  }
}
.lte-rentals .lte-params .lte-row h6 {
  flex: 0 0 50%;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  opacity: .7;
}
.lte-rentals .lte-params .lte-row span {
  flex: 0 0 50%;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: end;
}
.lte-rentals .lte-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background-color: #d0a249;
  background-color: var(--main);
  border-radius: 50%;
  aspect-ratio: 1;
  min-width: 80px;
  width: auto;
  flex-wrap: wrap;
  position: absolute;
  right: 30px;
  top: 30px;
}
.lte-rentals .lte-price .lte-wrapper {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  /*
			span:last-child {

				font-size: 36px;
				font-weight: 500;
			}		
*/
}
.lte-rentals .lte-price .lte-wrapper span:first-child {
  vertical-align: super;
  font-size: 20px;
  top: -4px;
  position: relative;
}
.lte-rentals .lte-price .suffix {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 4px;
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
}
.lte-rentals .star-rating {
  font-size: 13px;
  width: 94px;
  height: 25px;
  position: relative;
}
.lte-rentals .star-rating:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.15);
  content: "\f005\f005\f005\f005\f005";
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.lte-rentals .star-rating span {
  overflow: hidden;
  height: 25px;
  display: block;
}
.lte-rentals .star-rating span:before {
  letter-spacing: 4px;
  color: #d0a249;
  color: var(--main);
  font-size: 13px;
  position: relative;
  float: left;
}
.lte-rentals .lte-image {
  overflow: hidden;
}
.lte-rentals .lte-image img {
  transition: all .5s ease;
}
.lte-rentals .lte-image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@keyframes lte-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
	26. Revolution Slider
*/
