.stonemade-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
  font-family: inherit;
  font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
  font-family: inherit;
  font-weight: inherit;
}
#qodef-back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 25px;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
#qodef-back-to-top .qodef-back-to-top-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 4px;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  background-color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-text span {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 0 var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.35, 0.94), color 0.3s ease-out,
    background-color 0.3s ease-out, border-color 0.3s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background-color: var(--qode-main-color);
  border: 1px solid var(--qode-main-color);
  overflow: hidden;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}
#qodef-back-to-top svg {
  display: block;
  width: 18px;
  height: auto;
  fill: currentColor;
}
#qodef-back-to-top:hover .qodef-back-to-top-text span {
  background-size: 100% var(--qodef-underline-height);
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
  color: var(--qode-main-color);
  background-color: #fff;
}
#qodef-back-to-top.qodef--off {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.qodef-background-text {
  position: relative;
}
.qodef-background-text .qodef-m-background-text-holder {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.qodef-background-text .qodef-m-background-text {
  color: var(--qode-main-color);
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 200px;
  line-height: 1em;
}
.qodef-blog.qodef-item-layout--boxed .qodef-e-inner {
  padding: 21px 21px 39px;
  background-color: #fff;
}
.qodef-blog.qodef-item-layout--boxed .qodef-e-content {
  margin: 21px 0 0;
}
.qodef-blog.qodef-item-layout--boxed .qodef-e-media-holder {
  position: relative;
}
.qodef-blog.qodef-item-layout--boxed .qodef-e-media-holder .entry-date {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.qodef-blog.qodef-item-layout--boxed .qodef-e-title-link:hover {
  color: #3e7873;
}
.qodef-blog.qodef-item-layout--boxed .qodef--no-media .entry-date {
  position: relative;
  right: unset;
}
.qodef-blog.qodef-item-layout--minimal article .entry-date {
  padding: 0;
  color: #17403c;
  background-color: transparent;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
  margin: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
  margin-top: 5px;
}
.widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 14px;
}
.widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 7.5px;
}
.widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 10px;
  width: 61px !important;
}
.widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 12px;
}
.widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-title {
  max-width: 70%;
}
@media only screen and (max-width: 880px) {
  .widget.widget_stonemade_core_simple_blog_list
    .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-title {
    max-width: 100%;
  }
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 14px;
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 7.5px;
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 10px;
  width: 61px !important;
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 12px;
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-title {
  max-width: 70%;
}
@media only screen and (max-width: 880px) {
  #qodef-top-area
    .widget.widget_stonemade_core_simple_blog_list
    .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-title {
    max-width: 100%;
  }
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 14px;
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 7.5px;
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 10px;
  width: 61px !important;
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 12px;
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-title {
  max-width: 70%;
}
@media only screen and (max-width: 880px) {
  #qodef-page-footer
    .widget.widget_stonemade_core_simple_blog_list
    .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-title {
    max-width: 100%;
  }
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 14px;
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 7.5px;
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 10px;
  width: 61px !important;
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 12px;
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-title {
  max-width: 70%;
}
@media only screen and (max-width: 880px) {
  #qodef-side-area
    .widget.widget_stonemade_core_simple_blog_list
    .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-title {
    max-width: 100%;
  }
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 14px;
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 16px;
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 10px;
  width: 61px !important;
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 12px;
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-title {
  max-width: 70%;
}
@media only screen and (max-width: 880px) {
  .archive.woocommerce
    #qodef-page-sidebar
    .widget.widget_stonemade_core_simple_blog_list
    .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-title {
    max-width: 100%;
  }
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 14px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 7.5px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 10px;
  width: 61px !important;
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 12px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-title {
  max-width: 70%;
}
@media only screen and (max-width: 880px) {
  .qodef-mega-menu-widget-holder
    .widget.widget_stonemade_core_simple_blog_list
    .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-title {
    max-width: 100%;
  }
}
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 85px;
  background-color: #faefe6;
}
#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-author-info .qodef-m-image {
  flex-shrink: 0;
  margin-right: 4.45%;
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
  display: block;
  width: 204px;
  height: 204px;
  object-fit: cover;
  object-position: top;
}
#qodef-author-info .qodef-m-content {
  margin-right: 8%;
}
#qodef-author-info .qodef-m-author {
  margin: 0;
}
#qodef-author-info .qodef-m-email {
  margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
  margin: 13px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
  margin-top: 13px;
}
#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  text-transform: uppercase;
  font-weight: 500;
  color: #17403c;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #89a189;
}
#qodef-author-info .qodef-m-social-icons a:hover {
  color: var(--qode-header-dark-color);
}
#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}
#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 74px;
}
#qodef-related-posts .qodef-e-related-title {
  margin: 0 0 23px;
}
#qodef-related-posts .qodef-blog-item.format-quote .qodef-e-quote-text {
  font-size: 32px;
  line-height: 1.125em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
  color: #412e27;
}
#qodef-related-posts .qodef-blog-item.format-link .qodef-e-link-text {
  font-size: 32px;
  line-height: 1.125em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
  color: #412e27;
}
#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 87px 0 3px;
  padding: 35px 0 41px;
  border-top: 1px solid #c3cac3;
  border-bottom: 1px solid #c3cac3;
}
#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
  position: relative;
  top: 2px;
  display: block;
  overflow: visible;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon path:nth-of-type(1),
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon path:nth-of-type(2) {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon path:nth-of-type(3) {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
  margin-right: 4px;
  margin-left: 6px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg path:nth-of-type(3) {
  transform-origin: right;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(1),
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(2) {
  transform: translateX(-6px);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(3) {
  transform: scaleX(1.176);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  right: 0;
  margin-left: auto;
  text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
  margin-left: 4px;
  margin-right: 6px;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next svg path:nth-of-type(3) {
  transform-origin: left;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(1),
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(2) {
  transform: translateX(6px);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(3) {
  transform: scaleX(1.176);
}
#qodef-single-post-navigation .qodef-m-nav-label {
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
}
#qodef-page-footer .qodef-alignment--left {
  text-align: left;
}
#qodef-page-footer .qodef-alignment--left .widget img {
  margin-right: auto;
}
#qodef-page-footer .qodef-alignment--center {
  text-align: center;
}
#qodef-page-footer .qodef-alignment--center .widget img {
  margin-right: auto;
  margin-left: auto;
}
#qodef-page-footer .qodef-alignment--right {
  text-align: right;
}
#qodef-page-footer .qodef-alignment--right .widget img {
  margin-left: auto;
}
#qodef-page-footer .widget.widget_nav_menu li.menu-item a {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 0 var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.35, 0.94), color 0.3s ease-out,
    background-color 0.3s ease-out, border-color 0.3s ease-out;
}
#qodef-page-footer .widget.widget_nav_menu li.menu-item a:hover {
  background-size: 100% var(--qodef-underline-height);
}
#qodef-page-footer.qodef-skin--dark .widget,
#qodef-page-footer.qodef-skin--dark .widget *,
#qodef-page-footer.qodef-skin--dark .widget a {
  color: #17403c !important;
}
#qodef-page-footer.qodef-skin--light .widget *,
#qodef-page-footer.qodef-skin--light .widget .widget a {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
  --qode-columns-row-gap: var(--qode-columns-col-gap);
}
@media (min-width: 881px) {
  #qodef-page-footer-bottom-area-inner
    .qodef-alignment--space-between
    .qodef-grid-item:nth-child(2) {
    text-align: right;
  }
}
.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  right: -45%;
  display: flex;
  align-items: center;
  width: 45%;
  height: 100%;
  min-height: 100%;
  padding: 5.9% 3.9% 5.8% 7.6%;
  text-align: center;
  background-color: #f1f3f1;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-fullscreen-menu--opened #qodef-fullscreen-area {
  right: 0;
  visibility: visible;
}
#qodef-fullscreen-area .qodef-content-grid {
  max-width: 100%;
}
#qodef-fullscreen-menu-close {
  position: absolute;
  top: 45px;
  right: 58px;
  display: block;
  z-index: 1000;
  color: var(--qode-main-color);
}
.admin-bar #qodef-fullscreen-menu-close {
  top: 65px;
}
.qodef-fullscreen-menu-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-cover {
  opacity: 1;
  z-index: 1002;
}
#qodef-fullscreen-area-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0;
  text-align: left;
}
.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
  display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li {
  opacity: 1;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(1n) {
  transition-delay: 0.1s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(2n) {
  transition-delay: 0.2s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(3n) {
  transition-delay: 0.3s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(4n) {
  transition-delay: 0.4s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(5n) {
  transition-delay: 0.5s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(6n) {
  transition-delay: 0.6s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(7n) {
  transition-delay: 0.7s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(8n) {
  transition-delay: 0.8s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(9n) {
  transition-delay: 0.9s;
}
.qodef-fullscreen-menu ul li.qodef--opened .sub-menu li:nth-of-type(10n) {
  transition-delay: 1s;
}
.qodef-fullscreen-menu ul.sub-menu {
  display: none;
}
.qodef-fullscreen-menu ul.sub-menu li {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-fullscreen-menu > ul > li {
  padding: 8px 30px 8px 0;
}
.qodef-fullscreen-menu > ul > li > a {
  font-weight: 500;
  color: #17403c;
  font-size: 60px;
  line-height: 1.065em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-transform: initial;
}
.qodef-fullscreen-menu > ul > li > a:hover {
  color: #89a189;
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: var(--qode-main-color);
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a:hover,
.qodef-fullscreen-menu > ul > li.current-menu-item > a:hover {
  color: #89a189;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  position: absolute;
  top: 30%;
  left: 100%;
  min-width: 270px;
  padding-left: 20px;
  margin-left: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  display: block;
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
  text-transform: uppercase;
  line-height: 2em;
}
@media only screen and (max-width: 1368px) {
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
    line-height: 1.1em;
  }
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-text {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 0 var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.35, 0.94), color 0.3s ease-out,
    background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:hover > a {
  color: var(--qode-main-color);
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:hover > a .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li ul {
  top: 0;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: var(--qode-main-color);
}
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
  visibility: visible;
}
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo
  .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
  visibility: hidden;
}
#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 24px;
}
#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 12px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-page-header div[id^='monster-widget-placeholder'],
#qodef-page-header div[id^='woo-monster-widget-placeholder'] {
  display: none;
}
#qodef-page-header-inner {
  border-bottom: 0 solid transparent;
}
#qodef-page-header-inner.qodef-content-grid {
  padding: 0;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
  color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li.current-menu-item > a {
  color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .widget:not(.widget_stonemade_core_woo_dropdown_cart) a,
#qodef-page-header-inner.qodef-skin--light
  .widget:not(.widget_stonemade_core_woo_dropdown_cart)
  > *,
.qodef-custom-header-layout.qodef-skin--light
  .widget:not(.widget_stonemade_core_woo_dropdown_cart)
  a,
.qodef-custom-header-layout.qodef-skin--light
  .widget:not(.widget_stonemade_core_woo_dropdown_cart)
  > * {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget a,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget > *,
.qodef-custom-header-layout.qodef-skin--light .qodef-mega-menu-widget-holder .widget a,
.qodef-custom-header-layout.qodef-skin--light .qodef-mega-menu-widget-holder .widget > * {
  color: inherit !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
  color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-ancestor > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li.current-menu-item > a {
  color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .widget:not(.widget_stonemade_core_woo_dropdown_cart) a,
#qodef-page-header-inner.qodef-skin--dark .widget:not(.widget_stonemade_core_woo_dropdown_cart) > *,
.qodef-custom-header-layout.qodef-skin--dark
  .widget:not(.widget_stonemade_core_woo_dropdown_cart)
  a,
.qodef-custom-header-layout.qodef-skin--dark
  .widget:not(.widget_stonemade_core_woo_dropdown_cart)
  > * {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-mega-menu-widget-holder .widget a,
#qodef-page-header-inner.qodef-skin--dark .qodef-mega-menu-widget-holder .widget > *,
.qodef-custom-header-layout.qodef-skin--dark .qodef-mega-menu-widget-holder .widget a,
.qodef-custom-header-layout.qodef-skin--dark .qodef-mega-menu-widget-holder .widget > * {
  color: inherit !important;
}
#qodef-page-header-inner.qodef-skin--mixed
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--mixed
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--mixed
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--mixed
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--mixed
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--mixed
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--mixed .widget:not(.widget_stonemade_core_woo_dropdown_cart) a,
#qodef-page-header-inner.qodef-skin--mixed
  .widget:not(.widget_stonemade_core_woo_dropdown_cart)
  > *,
.qodef-custom-header-layout.qodef-skin--mixed
  .widget:not(.widget_stonemade_core_woo_dropdown_cart)
  a,
.qodef-custom-header-layout.qodef-skin--mixed
  .widget:not(.widget_stonemade_core_woo_dropdown_cart)
  > * {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--mixed .qodef-mega-menu-widget-holder .widget a,
#qodef-page-header-inner.qodef-skin--mixed .qodef-mega-menu-widget-holder .widget > *,
.qodef-custom-header-layout.qodef-skin--mixed .qodef-mega-menu-widget-holder .widget a,
.qodef-custom-header-layout.qodef-skin--mixed .qodef-mega-menu-widget-holder .widget > * {
  color: inherit !important;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: inherit;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
  font-weight: 500;
  color: #17403c;
  font-size: 32px;
  line-height: 1.125em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
  color: #412e27;
  transition: color 0.3s ease-out;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
  opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
  opacity: 1;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
  opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
  opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-dark-hover-color) !important;
}
.qodef-header--divided #qodef-page-header {
  height: 105px;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
  justify-content: flex-start;
}
.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-left-wrapper
  .qodef-header-navigation:first-child {
  margin-left: 0;
}
.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-right-wrapper
  .qodef-header-navigation:last-child {
  margin-right: 0;
}
.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
}
.qodef-header--divided #qodef-page-header .qodef-header-navigation {
  margin: 0 24px;
}
.qodef-header--divided #qodef-page-header .qodef-widget-holder {
  margin-left: 0;
}
.qodef-header--divided #qodef-page-header-inner {
  align-items: stretch;
  justify-content: center;
}
.qodef-header--minimal #qodef-page-header {
  height: 100px;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  padding-top: 18px;
  margin-right: 50px;
}
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
  margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
  margin-left: auto;
  margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
  margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 36px;
}
.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
  left: 30px;
  width: calc(100% - 60px);
}
.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
  left: 30px;
  width: calc(100% - 60px);
}
.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
  top: 32px;
}
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.5s ease, top 0.5s ease;
  z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
  transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px;
}
.qodef-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
  border: 1px solid #e7ebe7;
}
.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0;
}
.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
  margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
  justify-content: flex-start;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
  margin-left: 36px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
  margin-left: auto !important;
}
#qodef-top-area {
  position: relative;
  background-color: #f1f3f1;
  z-index: 101;
}
#qodef-top-area .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}
#qodef-top-area .qodef-widget-holder.qodef--left {
  margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef--right {
  margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
  margin: 0 12px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
  margin: 0;
}
#qodef-top-area div[id^='monster-widget-placeholder'],
#qodef-top-area div[id^='woo-monster-widget-placeholder'] {
  display: none;
}
#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  border-bottom: 0 solid transparent;
}
#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important;
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
  margin: 0 auto;
}
#qodef-multiple-map-notice {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: var(--qode-main-color);
  background-color: #e7ebe7;
}
.qodef-map-marker-holder {
  transform: translate(-50%, -100%);
  z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
  z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
  display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder .qodef-map-marker {
  position: relative;
  width: 50px;
  height: auto;
  transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
  width: 100%;
  height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
  transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder .qodef-info-window {
  position: absolute;
  top: -10px;
  left: -17px;
  display: none;
  min-width: 284px;
  background-color: #fff;
  border: 1px solid #c3cac3;
  border-radius: 4px;
  box-shadow: 3px 3px 15px 0 rgba(23, 64, 60, 0.5);
  z-index: 10;
  transition: opacity 0.3s ease;
  transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 35px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #c3cac3;
  border-left: 1px solid #c3cac3;
  transform: rotate(-135deg);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
  margin-right: 12px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
  display: block;
  width: 65px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
  margin: 0;
  transition: color 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
  margin: 3px 0 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.qodef-map-marker-holder
  .qodef-info-window-inner
  .qodef-info-window-link:hover
  ~ .qodef-info-window-details
  .qodef-info-window-title {
  color: var(--qode-main-color);
}
.qodef-cluster-marker {
  width: 50px;
  height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
  fill: #3ebeb4;
}
.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
  fill: #51a69e;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
  position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #17403c;
}
.qodef-cluster-marker svg {
  width: 100%;
  height: auto;
}
.qodef-cluster-marker svg path {
  transition: fill 0.2s ease-in-out;
}
.qodef-places-geo-radius {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: 48px;
  display: none;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #c3cac3;
  z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.qodef-places-geo-radius .noUi-target {
  position: relative;
  display: inline-flex;
  height: 3px;
  width: calc(100% - 70px);
  background-color: #eaeaea;
  border: 0;
  direction: ltr;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: transform;
  transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
  background-color: var(--qode-main-color);
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
  position: absolute;
  top: -3px;
  left: auto;
  right: -9px;
  width: 9px;
  height: 9px;
  background-color: var(--qode-main-color);
  cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
  position: absolute;
  left: 50%;
  bottom: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
  content: ' km';
}
.qodef-places-geo-radius .noUi-state-drag * {
  cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
  cursor: ew-resize;
}
.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
  cursor: not-allowed !important;
}
#qodef-page-mobile-header {
  background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
  margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
  margin: 0;
}
#qodef-page-mobile-header div[id^='monster-widget-placeholder'],
#qodef-page-mobile-header div[id^='woo-monster-widget-placeholder'] {
  display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: var(--qode-main-color);
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
  visibility: hidden;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  transition: transform 0.3s ease, top 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  transform: translateY(0);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px;
}
.qodef--passepartout #qodef-page-mobile-header-inner {
  padding: 0;
}
.qodef-mobile-header-navigation ul li .qodef-content-grid {
  width: 100%;
}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  font-weight: 500;
  color: #17403c;
  font-size: 32px;
  line-height: 1.125em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
  color: #412e27;
  transition: color 0.3s ease-out;
}
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
  margin-left: 20px;
}
.qodef-fullscreen-menu--opened.qodef-mobile-header--minimal {
  overflow-y: hidden;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--light {
  opacity: 1;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--main {
  opacity: 0;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important;
}
.qodef-mobile-header--side-area
  #qodef-page-mobile-header-inner
  .qodef-side-area-mobile-header-opener {
  margin-left: 20px;
}
#qodef-side-area-mobile-header {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 26px 40px;
  border-left: 1px solid #e2e2e4;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
#qodef-side-area-mobile-header .qodef-m-close {
  position: absolute;
  top: 26px;
  right: 26px;
  display: block;
  z-index: 1000;
}
#qodef-side-area-mobile-header .qodef-m-navigation {
  width: 100%;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li {
  position: relative;
  padding: 6px 0;
  margin: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
  display: none;
  transform: translateZ(0);
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
  position: absolute;
  top: 12px;
  right: 0;
  width: 7px;
  height: auto;
  color: currentColor;
  z-index: 9;
  cursor: pointer;
  transition: color 0.3s ease-out;
  transform: rotate(0);
  transition: transform 0.3s ease-out, color 0.3s ease-out;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
  color: var(--qode-main-color);
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li {
  padding: 0 0 0 10px;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 2px 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 19px;
  line-height: 2em;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  color: #412e27;
  line-height: 1.7em;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a .qodef-menu-item-icon {
  flex-shrink: 0;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor > a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item > a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a {
  color: #412e27;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
  padding-left: 10px;
  display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li.qodef-menu-item--open
  > .qodef-menu-item-arrow {
  transform: rotate(90deg);
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
  margin-right: 5px;
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
  display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: #412e27;
  text-transform: uppercase;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
  color: #412e27;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-ancestor > a,
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li.current-menu-item > a {
  color: #412e27;
}
#qodef-side-area-mobile-header .qodef-widget-holder {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#qodef-side-area-mobile-header .qodef-widget-holder .widget {
  margin: 0;
}
.admin-bar #qodef-side-area-mobile-header {
  top: 32px;
  height: calc(100vh - 32px);
}
@media only screen and (max-width: 782px) {
  .admin-bar #qodef-side-area-mobile-header {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
#qodef-side-area-mobile-header.qodef--opened {
  right: 0;
  visibility: visible;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto;
}
.qodef-header-navigation .qodef-menu-item-icon {
  display: block;
  margin-right: 5px;
  line-height: inherit;
}
.qodef-header-navigation .qodef-menu-item-icon:before {
  display: block;
  line-height: inherit;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  transition: opacity 0.3s ease-out;
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  display: none;
  white-space: normal;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
  display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  border: 1px solid #d7ded7;
  background-color: #f1f3f1;
}
.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner:not(.qodef-content-grid) {
  padding: 0;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
  display: flex;
  justify-content: space-between;
  padding: 45px 39px 42px;
  margin: 0 -15px;
  max-height: 444px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
  width: 100%;
  padding: 0 15px;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
  font-weight: 500;
  color: #17403c;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  text-transform: uppercase;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a:hover {
  color: var(--qode-main-color);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  .qodef-menu-item-arrow {
  display: none;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
  padding-top: 12px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 2px 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 19px;
  line-height: 2em;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  color: #412e27;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a {
  color: #89a189;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-item
  > a {
  color: var(--qode-main-color);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)
  > a:hover {
  color: var(--qode-main-color);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.qodef-mega-menu--enabled {
  height: 100%;
  flex: 0 1 120%;
  padding: 0 16px 0 0;
}
body:not(.qodef-drop-down-second--full-width)
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner {
  padding: 0 40px;
}
.qodef-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
  display: inline-block;
  line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack :before {
  display: inline-block;
  line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
  fill: currentColor;
  stroke: currentColor;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-opener-icon.qodef-source--predefined svg {
  display: block;
}
.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu path:nth-of-type(1) {
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu path:nth-of-type(2) {
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu path:nth-of-type(1) {
  transform: scaleX(0.75);
}
.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu path:nth-of-type(2) {
  transform: scaleX(0.75);
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  position: relative;
  display: block;
  width: 20px;
  height: 13px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 0;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 6px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
  bottom: 0;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
  top: 6px;
  transform: rotate(45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
  opacity: 0;
}
.qodef-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax.elementor-inner-section {
  height: 100%;
}
.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
  --qode-y-px: calc(var(--qode-y) * 1px);
  transform: translateY(var(--qode-y-px)) translateZ(0);
}
.qodef-parallax-row-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax-img-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  opacity: 0;
}
.qodef-page-title .qodef-parallax-img-holder {
  min-height: 500px;
}
.qodef-parallax-content-holder {
  position: relative;
  z-index: 99;
}
.qodef-parallax-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
}
img.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: unset;
}
.elementor img.qodef-parallax-img {
  height: 100%;
  max-width: unset;
}
.qodef-contact-form-7,
.rs-layer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-contact-form-7 br,
.rs-layer br {
  display: none;
}
.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
  display: none;
}
.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
}
.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
  border-width: 1px !important;
  margin: 2em 0 0 0 !important;
  padding: 1em 1.5em !important;
}
.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
  position: relative;
}
.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: '';
  visibility: hidden;
  z-index: 98;
}
.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
  animation: qode-rotate 2s linear infinite;
  background-color: transparent;
  border: 2px solid #e7ebe7;
  border-radius: 50%;
  border-top: 2px solid var(--qode-main-color);
  content: '';
  height: 24px;
  left: calc(50% - 12px);
  opacity: 1;
  position: absolute;
  top: calc(50% - 12px);
  visibility: hidden;
  width: 24px;
  z-index: 99;
}
.qodef-contact-form-7 .wpcf7-form.submitting > *,
.rs-layer .wpcf7-form.submitting > * {
  opacity: 0.3;
}
.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
  visibility: visible;
}
.wpcf7 .qodef-subscribe-popup input[type='email'] {
  padding: 10px 0 13px 20px;
  border: 1px solid #707070;
  margin-bottom: 5px;
  color: #412e27;
}
.wpcf7 .qodef-subscribe-popup button[type='submit'] {
  width: 100%;
  justify-content: center;
}
.wpcf7 .qodef-subscribe-popup ~ .wpcf7-response-output {
  margin: 0.8em 0 1em !important;
  padding: 0.5em 1em !important;
  border-width: 1px !important;
}
.wpcf7 .qodef-subscribe-popup .wpcf7-not-valid-tip {
  margin: 0 0 8px;
}
.wpcf7 .qodef-footer-newsletter h5 {
  margin-bottom: 29px;
  text-transform: uppercase;
}
.wpcf7 .qodef-footer-newsletter input[type='email'] {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5625em !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  color: #412e27 !important;
  border-color: #17403c !important;
}
.wpcf7 .qodef-footer-newsletter .qodef-footer-newsletter-inner {
  position: relative;
}
.wpcf7 .qodef-footer-newsletter .qodef-footer-newsletter-inner input[type='email'] {
  padding: 13px 20px;
  border: 1px solid #c3cac3;
}
.wpcf7 .qodef-footer-newsletter .qodef-footer-newsletter-inner button[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  height: 53px;
  padding: 0;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #412e27 !important;
}
.wpcf7 .qodef-footer-newsletter .qodef-footer-newsletter-inner button[type='submit'] > span {
  opacity: 0;
}
.wpcf7 .qodef-footer-newsletter .qodef-footer-newsletter-inner button[type='submit']::after {
  content: '';
  display: block;
  width: 18px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 16px;
  background: #412e27;
  mask: url(../img/send.svg) no-repeat center center/cover;
  -webkit-mask: url(../img/send.svg) no-repeat center center/cover;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.wpcf7 .qodef-footer-newsletter .qodef-footer-newsletter-inner button[type='submit']:hover::after {
  background: #607960;
}
#qodef-page-footer-top-area .wpcf7 .qodef-footer-newsletter {
  margin-top: -8px;
}
@media only screen and (max-width: 1200px) {
  .wpcf7 .qodef-footer-newsletter {
    max-width: 504px;
  }
}
.wpcf7 .qodef-contact-form .qodef-contact-title {
  margin: 0 0 22px;
}
.wpcf7 .qodef-contact-form .qodef-col-num--2 > .qodef-grid-inner {
  gap: 20px;
}
.wpcf7 .qodef-contact-form .wpcf7-form-control-wrap {
  margin: 0 0 47px;
}
.wpcf7 .qodef-contact-form button[type='submit'] {
  padding: 11px 28px 14px 31px;
}
@media only screen and (max-width: 880px) {
  .wpcf7 .qodef-contact-form .qodef-form-inner .qodef-grid-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    row-gap: 0;
  }
}
.qodef-instagram-list #sb_instagram {
  padding: 0 !important;
  overflow: hidden !important;
}
html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
  color: #fff;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  font-size: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
  opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
  display: inline-block !important;
}
.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
  margin: inherit !important;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  width: 37px;
  height: 37px;
  margin: 0 7px 0 0;
  float: none;
  border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}
@media only screen and (max-width: 1368px) {
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    line-height: 1.1em;
  }
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #412e27;
  margin-right: 4px;
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  padding: 0;
  margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
  content: '\e094';
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
  top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: '\e094';
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  padding: 0;
  font-size: 14px;
  margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
  --qode-columns: 3;
  --qode-columns-row-gap: 30px;
  --qode-columns-col-gap: 30px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
  row-gap: var(--qode-columns-row-gap);
  column-gap: var(--qode-columns-col-gap);
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
  --qode-columns: 1;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
  --qode-columns: 2;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
  --qode-columns: 3;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
  --qode-columns: 4;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
  --qode-columns: 5;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
  --qode-columns: 6;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
  --qode-columns: 7;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
  --qode-columns: 8;
}
.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
  --qode-columns-row-gap: 0px;
}
.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
  --qode-columns-row-gap: 10px;
}
.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
  --qode-columns-row-gap: 20px;
}
.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
  --qode-columns-row-gap: 30px;
}
.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
  --qode-columns-row-gap: 40px;
}
.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
  --qode-columns-row-gap: 50px;
}
.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
  --qode-columns-row-gap: 70px;
}
.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
  --qode-columns-col-gap: 0px;
}
.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
  --qode-columns-col-gap: 10px;
}
.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
  --qode-columns-col-gap: 20px;
}
.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
  --qode-columns-col-gap: 30px;
}
.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
  --qode-columns-col-gap: 40px;
}
.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
  --qode-columns-col-gap: 50px;
}
.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
  --qode-columns-col-gap: 70px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom {
  --qode-vertical-gutter-custom: 30px;
  --qode-vertical-gutter-custom-1512: 30px;
  --qode-vertical-gutter-custom-1200: 30px;
  --qode-vertical-gutter-custom-880: 30px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
  --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px);
}
.qodef-twitter-list.qodef-gutter--custom {
  --qode-gutter-custom: 30px;
  --qode-gutter-custom-1512: 30px;
  --qode-gutter-custom-1200: 30px;
  --qode-gutter-custom-880: 30px;
}
.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
  --qode-columns-col-gap: var(--qode-gutter-custom, 30px);
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
  color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
  color: #fff;
}
#qodef-woo-page
  .qodef-woo-product-list
  .qodef-e-media-image
  .qqvfw-quick-view-button-wrapper.qodef-stonemade-theme,
.qodef-woo-product-list
  .qodef-e-media-image
  .qqvfw-quick-view-button-wrapper.qodef-stonemade-theme {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
}
#qodef-woo-page
  .qodef-woo-product-list
  .qodef-e-media-image
  .qqvfw-quick-view-button-wrapper.qodef-stonemade-theme
  .qqvfw-quick-view-button.qqvfw-shortcode,
.qodef-woo-product-list
  .qodef-e-media-image
  .qqvfw-quick-view-button-wrapper.qodef-stonemade-theme
  .qqvfw-quick-view-button.qqvfw-shortcode {
  padding: 0;
  background-color: transparent;
}
#qodef-woo-page
  .qodef-woo-product-list
  .qodef-e-media-image
  .qqvfw-quick-view-button-wrapper.qodef-stonemade-theme
  .qqvfw-quick-view-button.qqvfw-shortcode
  .qqvfw-m-text,
.qodef-woo-product-list
  .qodef-e-media-image
  .qqvfw-quick-view-button-wrapper.qodef-stonemade-theme
  .qqvfw-quick-view-button.qqvfw-shortcode
  .qqvfw-m-text {
  display: none;
}
#qodef-woo-page
  .qodef-woo-product-list
  .qodef-e-media-image
  .qwfw-add-to-wishlist-wrapper
  + .qqvfw-quick-view-button-wrapper.qodef-stonemade-theme,
.qodef-woo-product-list
  .qodef-e-media-image
  .qwfw-add-to-wishlist-wrapper
  + .qqvfw-quick-view-button-wrapper.qodef-stonemade-theme {
  top: 50px;
}
#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-media-wrapper .woocommerce-product-gallery {
  pointer-events: none;
}
#qode-quick-view-for-woocommerce-pop-up
  .qqvfw-m-media-wrapper
  .woocommerce-product-gallery.qodef-position--left
  .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image {
  width: 100% !important;
}
#qode-quick-view-for-woocommerce-pop-up
  .qqvfw-m-media-wrapper
  .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}
#qode-quick-view-for-woocommerce-pop-up
  .qqvfw-m-media-wrapper
  .woocommerce-product-gallery__wrapper
  img {
  height: 100%;
  object-fit: cover;
}
#qode-quick-view-for-woocommerce-pop-up
  .qqvfw-m-media-wrapper
  .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image {
  margin: 0 !important;
  width: 100% !important;
}
#qode-quick-view-for-woocommerce-pop-up
  .qqvfw-m-media-wrapper
  .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image
  .zoomImg {
  display: none !important;
}
#qode-quick-view-for-woocommerce-pop-up
  .qqvfw-m-media-wrapper
  .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image:not(:first-child) {
  display: none !important;
}
#qode-quick-view-for-woocommerce-pop-up
  .qqvfw-m-media-wrapper
  .woocommerce-product-gallery__wrapper
  > .qodef-woo-thumbnails-wrapper {
  display: none !important;
}
#qode-quick-view-for-woocommerce-pop-up
  .qqvfw-m-media-wrapper
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  display: none;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-attribute-wrapper
  td.value,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-attribute-wrapper
  td.value {
  display: flex;
  align-items: center;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-select-options-container,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-select-options-container {
  display: inline-flex;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-select-options-container.qvsfw-style-layout--simple
  .qvsfw-select-option.qvsfw-select-option--color.qvsfw-selected
  .qvsfw-select-option-inner,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-select-options-container.qvsfw-style-layout--simple
  .qvsfw-select-option.qvsfw-select-option--color.qvsfw-selected
  .qvsfw-select-option-inner {
  border-color: var(--qvsfw-variation-common-selected-border-color, #17403c);
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-select-options-container.qvsfw-style-layout--simple
  .qvsfw-select-option.qvsfw-select-option--color
  .qvsfw-select-option-inner,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-select-options-container.qvsfw-style-layout--simple
  .qvsfw-select-option.qvsfw-select-option--color
  .qvsfw-select-option-inner {
  border: 1px solid var(--qvsfw-variation-common-border-color, transparent);
  border-radius: 50%;
  padding: 3px;
  transition: border-color 0.3s ease-out;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-select-options-container.qvsfw-style-layout--simple
  .qvsfw-select-option.qvsfw-select-option--color
  .qvsfw-select-value,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-select-options-container.qvsfw-style-layout--simple
  .qvsfw-select-option.qvsfw-select-option--color
  .qvsfw-select-value {
  width: var(--qvsfw-variation-color-option-min-width, 16px);
  height: var(--qvsfw-variation-color-option-height, 16px);
  border-radius: 50%;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option.qvsfw-selected
  .qvsfw-select-option-inner,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option.qvsfw-selected
  .qvsfw-select-option-inner {
  border-color: var(--qvsfw-variation-color-option-selected-border-color, #17403c);
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option
  .qvsfw-select-option-inner,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option
  .qvsfw-select-option-inner {
  padding: 3px;
  border: 1px solid var(--qvsfw-variation-color-option-border-color, transparent);
  transition: border-color 0.3s ease-out;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option
  .qvsfw-select-value,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option
  .qvsfw-select-value {
  width: var(--qvsfw-variation-color-option-min-width, 16px);
  height: var(--qvsfw-variation-color-option-height, 16px);
  border: none;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form
  .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option:after,
body[class*='qode-variation-swatches-for-woocommerce']
  .woocommerce-product-attributes
  .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option:after {
  display: none;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form.qvsfw-list-variations-form
  div.variations {
  margin-bottom: 10px;
  text-align: left;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form.qvsfw-list-variations-form
  div.variations:last-child {
  margin-bottom: 0;
}
body[class*='qode-variation-swatches-for-woocommerce']
  .variations_form.qvsfw-list-variations-form
  .reset_variations {
  display: none !important;
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme .qwfw-shortcode .qwfw-m-icon {
  width: var(--qwfw-atw-icon-size, 28px);
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme .qwfw-shortcode:not(.button) {
  display: inline-flex;
  color: var(--qwfw-atw-color, #17403c);
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme
  .qwfw-shortcode:not(.button)
  .qwfw-spinner-icon {
  color: currentColor;
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme .qwfw-shortcode:not(.button) .qwfw-m-icon svg {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.161));
}
#qodef-woo-page.qodef--single
  .qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme
  .qwfw-shortcode:not(.button)
  .qwfw-m-icon {
  width: var(--qwfw-atw-icon-size, 24px);
}
#qodef-woo-page.qodef--single
  .qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme
  .qwfw-shortcode:not(.button)
  .qwfw-m-icon
  svg {
  filter: none;
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme .qwfw-shortcode:not(.button):hover {
  color: var(--qwfw-atw-hover-color, #17403c);
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme .qwfw-shortcode:not(.button).qwfw--added {
  color: var(--qwfw-atw-active-color, #17403c);
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme .qwfw-shortcode:not(.button).qwfw--added:hover {
  color: var(--qwfw-atw-hover-color, #17403c);
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme
  .qwfw-shortcode:not(.button).qwfw--added
  .qwfw-m-icon
  svg {
  filter: drop-shadow(-1px 3px 2px rgba(0, 0, 0, 0.161));
}
.qodef-woo-product-list
  .qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme.qwfw--loop
  .qwfw-shortcode:not(.button) {
  color: var(--qwfw-atw-color, #fff);
}
.qodef-woo-product-list
  .qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme.qwfw--loop
  .qwfw-shortcode:not(.button):hover {
  color: var(--qwfw-atw-hover-color, #fff);
}
.qodef-woo-product-list
  .qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme.qwfw--loop
  .qwfw-shortcode:not(.button).qwfw--added {
  color: var(--qwfw-atw-active-color, #fff);
}
.qodef-woo-product-list
  .qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme.qwfw--loop
  .qwfw-shortcode:not(.button).qwfw--added:hover {
  color: var(--qwfw-atw-hover-color, #fff);
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme.qwfw--loop.qwfw-position--after-add-to-cart {
  margin-top: 0;
}
.qwfw-add-to-wishlist-wrapper.qodef-stonemade-theme > a.woocommerce-LoopProduct-link {
  display: none;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table {
  font-size: 100%;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table td,
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table th {
  padding: 15px 0 15px 15px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table th {
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
}
@media only screen and (max-width: 1368px) {
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table th {
    line-height: 1.1em;
  }
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table td ul li:last-child {
  margin-bottom: 0;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table td ul li label {
  margin-bottom: 0;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table p {
  margin: 0;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .variation:after,
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .variation:before {
  content: '';
  display: table;
  table-layout: fixed;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .variation:after {
  clear: both;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .variation dt {
  clear: left;
  float: left;
  font-weight: initial;
}
@media only screen and (max-width: 880px) {
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .variation dt {
    float: none;
    width: 100%;
  }
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .variation dd {
  clear: right;
  float: left;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 880px) {
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .variation dd {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .qwfw-m-items-heading {
  background-color: var(--qwfw-wt-heading-bg-color, transparent);
  border-bottom: 1px solid var(--qwfw-wt-border-color, #c3cac3);
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table .qwfw-m-items-content-row {
  background-color: var(--qwfw-wt-content-bg-color, transparent);
  border-bottom: 1px solid var(--qwfw-wt-border-color, #c3cac3);
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-remove,
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th.product-remove {
  width: 30px;
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-remove
  a
  .qwfw-e-remove-button-icon
  svg,
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  th.product-remove
  a
  .qwfw-e-remove-button-icon
  svg {
  width: 11px;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-thumbnail,
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th.product-thumbnail {
  width: 89px;
  padding-left: 0;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-thumbnail a,
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-thumbnail img,
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th.product-thumbnail a,
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th.product-thumbnail img {
  width: 100%;
  max-width: 100%;
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-quantity
  .qodef-quantity-buttons,
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  th.product-quantity
  .qodef-quantity-buttons {
  justify-content: flex-start;
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-quantity
  input[type='number'],
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  th.product-quantity
  input[type='number'] {
  margin: 0;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th.product-remove {
  width: auto !important;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td {
  padding: 45px 0 45px 40px;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-remove {
  padding-left: 19px;
  padding-right: 23px;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-remove a {
  color: #89a189;
}
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-price,
.qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-stock-status {
  font-style: italic;
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-stock-status
  span {
  color: inherit;
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .added_to_cart,
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .button {
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
  text-transform: none;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: 0;
  outline: 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  font-size: 19px;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-weight: 600;
  font-style: italic;
  margin-right: 0;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 1368px) {
  .qwfw-wishlist-table.qodef-stonemade-theme
    .qwfw-m-items.shop_table
    tr
    td.product-add-to-cart
    .added_to_cart,
  .qwfw-wishlist-table.qodef-stonemade-theme
    .qwfw-m-items.shop_table
    tr
    td.product-add-to-cart
    .button {
    line-height: 1.1em;
  }
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .added_to_cart
  i,
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .button
  i {
  display: none !important;
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .added_to_cart:before,
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .button:before {
  display: none !important;
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .added_to_cart.added,
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .button.added {
  display: none !important;
}
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .added_to_cart:after,
.qwfw-wishlist-table.qodef-stonemade-theme
  .qwfw-m-items.shop_table
  tr
  td.product-add-to-cart
  .button:after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 17px;
  margin: 0 0 0 6px;
  background: url(../img/arrow-right.svg) no-repeat center center/cover;
  position: relative;
  top: 1px;
}
.qodef-yith-wccl--predefined .select_box {
  display: inline-block;
}
.qodef-yith-wccl--predefined .select_box:after {
  display: none;
}
.qodef-yith-wccl--predefined .select_box .select_option {
  vertical-align: middle;
  border: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  float: none;
  position: relative;
}
.qodef-yith-wccl--predefined .select_box .select_option:last-child {
  margin-right: 0;
}
.qodef-yith-wccl--predefined .select_box .select_option > span:not(.yith_wccl_tooltip) {
  border: 0;
  min-width: auto;
  width: auto;
  height: auto;
  line-height: inherit;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
  width: 100px;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip > span {
  background: #fff;
  border-radius: 0;
  border: 1px solid #c3cac3 !important;
  padding: 10px;
  color: #412e27;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
  top: 100%;
  bottom: auto;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 50%;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_colorpicker
  .select_option
  > span:not(.yith_wccl_tooltip) {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
  border-color: #17403c;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
  border: 1px solid transparent;
  padding: 1px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_image
  .select_option
  > img:not(.yith_wccl_tooltip) {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
  border-color: #17403c;
}
.qodef-yith-wccl--predefined .select_box.select_box_label > * {
  display: inline-flex;
  flex-wrap: wrap;
  font-weight: 500;
  color: #17403c;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #412e27;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
  transition: color 0.3s ease-out;
  margin: 0;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
  content: ',';
  margin-right: 5px;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
  display: none;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
  color: var(--qode-main-color);
}
.qodef-yith-wccl--predefined li.product .variations_form.cart {
  display: none !important;
  margin: 0 0 0 20px;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
  margin-bottom: 10px;
  text-align: left;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
  margin-bottom: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
  background: rgba(255, 255, 255, 0.79) !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important;
  width: 960px !important;
  max-width: 90vw !important;
}
#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: 3px 3px 15px 0 rgba(23, 64, 60, 0.5) !important;
  overflow-y: hidden !important;
  max-height: 90vh !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
  margin: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner > * {
  padding: 0;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
  align-self: stretch;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .qodef-woo-product-mark {
  transform: translateX(0);
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  :not(.qodef-woo-product-mark) {
  height: 100%;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  img {
  object-fit: cover;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image {
  width: 100% !important;
  margin: 0 !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  > .qodef-woo-thumbnails-wrapper {
  display: none !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
  align-self: center;
  padding: 30px;
}
#yith-quick-view-modal #yith-quick-view-close {
  border: 0 !important;
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
#yith-quick-view-modal #yith-quick-view-close:after {
  display: block;
  line-height: 25px;
  padding: 0 3px;
  position: relative;
  font-size: 18px;
  font-family: ElegantIcons;
  content: 'M';
}
body:not([class*='stonemade-core']) #yith-quick-view-modal #yith-quick-view-close:after {
  content: 'x';
  font-family: initial;
}
#yith-quick-view-modal .qodef-yith-wcqv-link {
  margin-top: 38px;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button {
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background-color: transparent !important;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: '\f06e';
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
  color: #fff !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
  color: var(--qode-main-color) !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
  display: none !important;
}
.yith-wcwl-form .wishlist-title-container {
  display: none !important;
}
.yith-wcwl-form .shop_table {
  font-size: 100%;
}
.yith-wcwl-form .shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}
.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
  padding: 15px 0 15px 15px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}
.yith-wcwl-form .shop_table th {
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
}
@media only screen and (max-width: 1368px) {
  .yith-wcwl-form .shop_table th {
    line-height: 1.1em;
  }
}
.yith-wcwl-form .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yith-wcwl-form .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}
.yith-wcwl-form .shop_table td ul li:last-child {
  margin-bottom: 0;
}
.yith-wcwl-form .shop_table td ul li label {
  margin-bottom: 0;
}
.yith-wcwl-form .shop_table p {
  margin: 0;
}
.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
  content: '';
  display: table;
  table-layout: fixed;
}
.yith-wcwl-form .shop_table .variation:after {
  clear: both;
}
.yith-wcwl-form .shop_table .variation dt {
  clear: left;
  float: left;
  font-weight: initial;
}
@media only screen and (max-width: 880px) {
  .yith-wcwl-form .shop_table .variation dt {
    float: none;
    width: 100%;
  }
}
.yith-wcwl-form .shop_table .variation dd {
  clear: right;
  float: left;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 880px) {
  .yith-wcwl-form .shop_table .variation dd {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.yith-wcwl-form .shop_table tr td {
  padding: 45px 0 45px 40px;
}
.yith-wcwl-form .shop_table td.product-thumbnail {
  width: 89px;
}
.yith-wcwl-form .shop_table.cart tbody > tr:last-child {
  border-bottom: 1px solid #c3cac3;
}
.yith-wcwl-form .wishlist_table.shop_table tr th {
  background: 0 0 !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
  width: auto !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr td {
  background: 0 0 !important;
  color: #412e27 !important;
  border-color: transparent !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr td.product-remove {
  padding-left: 19px;
  padding-right: 23px;
}
.yith-wcwl-form .wishlist_table.shop_table tr td.product-remove a {
  color: #89a189;
}
.yith-wcwl-form .wishlist_table.shop_table tr td.product-price,
.yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
  font-style: italic;
}
.yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status span.wishlist-in-stock,
.yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status span.wishlist-out-of-stock {
  color: #412e27;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
  font-weight: 500 !important;
  color: #17403c !important;
  font-size: 16px !important;
  line-height: 1em !important;
  font-family: 'Lato', sans-serif !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase;
  color: #412e27 !important;
  text-transform: none !important;
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  font-style: italic !important;
  /* font-family: 'Cormorant Garamond', sans-serif !important; */
  letter-spacing: 0 !important;
  outline: 0 !important;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out !important;
  padding: 11px 33px 14px 35px !important;
  cursor: pointer !important;
  z-index: 3 !important;
  color: #fff !important;
  background-color: #17403c !important;
  border: 1px solid transparent !important;
  font-size: 19px;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-weight: 600;
  font-style: italic;
  margin-right: 0 !important;
}
@media only screen and (max-width: 1368px) {
  .yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
  .yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    line-height: 1.1em !important;
  }
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-text,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-text {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 0 var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.35, 0.94), color 0.3s ease-out,
    background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
  color: #fff !important;
  background-color: var(--qode-main-color) !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-m-text,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
  display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
  display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
  display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart_button {
  font-size: 19px;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-weight: 600;
  font-style: italic;
  margin-right: 0 !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart_button::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 17px;
  margin: 0 0 -4px 6px;
  background: url(../img/arrow-right.svg) no-repeat center center/cover;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 1 !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a.woocommerce-LoopProduct-link {
  display: none;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
  margin-right: 8px;
  font-size: 19px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: '\f004';
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
  font-size: 19px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f004';
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i {
  display: none !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
  color: #fff !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
  color: var(--qode-main-color) !important;
}
.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
  display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-share {
  display: none !important;
}
.qodef-order-tracking p:not(.form-row) {
  display: none;
  margin-top: 0;
}
.qodef-order-tracking .form-row {
  margin: 0;
}
.qodef-order-tracking label {
  margin-bottom: 13px;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  font-weight: 500;
}
.qodef-order-tracking input {
  padding: 11px 18px;
  border: 1px solid #c3cac3;
  margin-bottom: 31px;
}
.qodef-order-tracking button {
  padding: 11px 51px 14px 52px;
}
.qodef-woo-product-category-list.qodef-item-layout--info-below
  .product-category
  .qodef-e-category-image,
.qodef-woo-product-list .product-category .qodef-e-category-image {
  position: relative;
  overflow: hidden;
}
.qodef-woo-product-category-list.qodef-item-layout--info-below
  .product-category
  .qodef-e-category-image
  > a,
.qodef-woo-product-list .product-category .qodef-e-category-image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.qodef-woo-product-category-list.qodef-item-layout--info-below
  .product-category
  .qodef-e-category-image
  img,
.qodef-woo-product-list .product-category .qodef-e-category-image img {
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-woo-product-category-list.qodef-item-layout--info-below
  .product-category
  .qodef-e-category-image:hover
  img,
.qodef-woo-product-list .product-category .qodef-e-category-image:hover img {
  transform: scale(1.1) translateX(4%);
}
.qodef-woo-product-category-list.qodef-item-layout--info-below
  .product-category
  .qodef-e-additional-label,
.qodef-woo-product-list .product-category .qodef-e-additional-label {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 11px 14px;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  font-weight: 500;
  text-align: center;
  transform: translateX(-50%);
  background-color: #fff;
  pointer-events: none;
  white-space: nowrap;
  z-index: 2;
}
.qodef-woo-product-category-list.qodef-item-layout--info-below
  .product-category
  .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
  margin: 20px 0 5px;
}
.qodef-woo-product-category-list.qodef-item-layout--info-below .count,
.qodef-woo-product-list .count {
  display: none;
}
.qodef-woo-product-category-list.qodef-item-layout--minimal
  .product-category
  .qodef-e-category-link,
.qodef-woo-product-list .product-category .qodef-e-category-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.qodef-woo-product-category-list.qodef-item-layout--minimal
  .product-category
  .qodef-e-category-count,
.qodef-woo-product-list .product-category .qodef-e-category-count {
  margin: 0 0 0 6px;
}
.widget_stonemade_core_product_category_list
  .qodef-woo-product-category-list.qodef-item-layout--minimal
  .qodef-e:last-of-type
  .qodef-e-inner,
.widget_stonemade_core_product_category_list
  .qodef-woo-product-list
  .qodef-e:last-of-type
  .qodef-e-inner {
  margin-bottom: 0;
}
.widget_stonemade_core_product_category_list
  .qodef-woo-product-category-list.qodef-item-layout--minimal
  .qodef-e-inner,
.widget_stonemade_core_product_category_list .qodef-woo-product-list .qodef-e-inner {
  margin-bottom: 12px;
}
.widget_stonemade_core_product_category_list
  .qodef-woo-product-category-list.qodef-item-layout--minimal
  .woocommerce-loop-category__title,
.widget_stonemade_core_product_category_list
  .qodef-woo-product-list
  .woocommerce-loop-category__title {
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 19px;
  line-height: 1.5625em;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  color: #412e27;
  text-transform: none;
  --qodef-underline-position-y: 84%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 0 var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.35, 0.94), color 0.3s ease-out,
    background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.widget_stonemade_core_product_category_list
  .qodef-woo-product-category-list.qodef-item-layout--minimal
  .qodef-e-category-link:hover
  .woocommerce-loop-category__title,
.widget_stonemade_core_product_category_list
  .qodef-woo-product-list
  .qodef-e-category-link:hover
  .woocommerce-loop-category__title {
  background-size: 100% var(--qodef-underline-height);
}
#qodef-page-sidebar .widget.widget_stonemade_core_product_category_list {
  margin-bottom: 58px;
}
.qodef-woo-product-list .qodef-custom-item .qodef-e-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.qodef-woo-product-list .qodef-custom-item .qodef-e-inner img {
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-woo-product-list .qodef-custom-item .qodef-e-inner:hover img {
  transform: scale(1.1) translateX(4%);
}
.qodef-woo-product-list .qodef-custom-item .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-woo-product-list .qodef-grid-inner {
  margin-bottom: 0;
}
.qodef-woo-product-list .qodef-e.qodef-item--boxed .qodef-e-inner {
  padding: 31.5% 26.3% 18.4%;
}
.qodef-woo-product-list.qodef-swiper-container .qodef-e.qodef-custom-item,
.qodef-woo-product-list.qodef-swiper-container .qodef-e.qodef-item--boxed {
  height: auto !important;
}
.qodef-woo-product-list.qodef-swiper-container .qodef-e.qodef-custom-item .qodef-e-inner,
.qodef-woo-product-list.qodef-swiper-container .qodef-e.qodef-item--boxed .qodef-e-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100% !important;
}
.qodef-woo-product-list.qodef-swiper-container .qodef-e.qodef-custom-item .qodef-e-inner img,
.qodef-woo-product-list.qodef-swiper-container .qodef-e.qodef-item--boxed .qodef-e-inner img {
  height: 100%;
  object-fit: cover;
}
.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e .qodef-woo-ratings {
  margin-top: 4px;
}
.qodef-woo-product-list.qodef-item-layout--info-centered .qodef-e-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
  margin-top: 18px;
}
.qodef-woo-product-list.qodef-item-layout--info-centered .qodef-woo-product-title {
  margin-top: 7px !important;
  text-align: center;
  white-space: nowrap;
}
.qodef-woo-product-list.qodef-item-layout--info-centered .qodef-e-product-info {
  display: block;
  text-align: center;
}
.qodef-woo-product-list.qodef-item-layout--info-centered .qodef-e-product-info a[rel='tag'] {
  font-weight: 500;
  color: #17403c;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #412e27;
}
.qodef-woo-product-list.qodef-item-layout--info-centered .qodef-e-bottom-holder {
  text-align: center;
}
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-e-bottom-holder
  .qodef-woo-date-meta {
  justify-content: center;
}
.qodef-woo-product-list.qodef-item-layout--info-centered .qodef-woo-price {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.qodef-woo-product-list.qodef-item-layout--info-centered .qodef-woo-price .price {
  display: block !important;
  margin-top: 14px !important;
  font-size: 16px !important;
  line-height: 1em;
  font-style: italic;
  text-align: center;
  opacity: 1;
  transform: translateX(0);
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-woo-price
  .qodef-add-to-cart-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-woo-price
  .qodef-add-to-cart-holder
  .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-woo-price
  .qodef-add-to-cart-holder
  .button {
  padding: 0 !important;
  color: #412e27 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-woo-price
  .qodef-add-to-cart-holder
  .added_to_cart
  .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-woo-price
  .qodef-add-to-cart-holder
  .button
  .qodef-m-text {
  display: inline-block;
}
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-woo-price
  .qodef-add-to-cart-holder
  .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-woo-price
  .qodef-add-to-cart-holder
  .button:hover {
  color: #412e27 !important;
  background-color: transparent !important;
}
.qodef-woo-product-list.qodef-item-layout--info-centered .qodef-e-inner:hover .price {
  opacity: 0;
  transform: translateX(20px);
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}
.qodef-woo-product-list.qodef-item-layout--info-centered
  .qodef-e-inner:hover
  .qodef-add-to-cart-holder {
  opacity: 1;
  transform: translateX(0);
  transition: 0.4s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-e-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-e-inner:last-child {
  margin-bottom: 0;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-e-media {
  flex-shrink: 0;
  margin-right: 10px;
  width: auto;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-e-media a,
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-e-media img {
  display: block;
  position: relative;
}
.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media
  img {
  width: 61px;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-e-content {
  margin-top: 0;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-woo-product-title {
  font-weight: 400;
  text-transform: initial;
}
.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-woo-product-title {
  letter-spacing: 0;
}
.qodef-woo-product-list.qodef-item-layout--minimal .qodef-woo-product-price {
  font-size: 16px;
  font-style: italic;
}
.qodef-woo-product-showcase-slider {
  height: 100vh;
}
.qodef-woo-product-showcase-slider .qodef-e-product-showcase-inner {
  position: absolute;
  bottom: 5.1%;
  left: 2.3%;
  max-width: 50%;
  z-index: 10;
}
.qodef-woo-product-showcase-slider .qodef-e-product-showcase-inner .qodef-e-title {
  margin: 0;
}
.qodef-woo-product-showcase-slider .qodef-e-product-showcase-inner .qodef-e-title a {
  color: inherit;
}
.qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner {
  display: flex;
  height: 100%;
}
.qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner > * {
  width: 50%;
  height: 100%;
}
.qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner > .qodef-e-content {
  position: relative;
  background-color: #e7ebe7;
}
.qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner .qodef-e-media {
  position: relative;
  height: 100%;
}
.qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner .qodef-e-media img {
  height: 100%;
  object-fit: cover;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product {
  position: absolute;
  left: 15.5%;
  top: 16.2%;
  width: 37%;
  z-index: 2;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product > .qodef-e-inner {
  position: relative;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-content {
  margin: 20px 0 0;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-product-info .price {
  padding-left: 20px;
  margin-top: 0 !important;
  font-size: 16px !important;
  line-height: 1em;
  font-style: italic;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-media-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-woo-product-title {
  margin: 0;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-woo-product-price {
  font-weight: 500;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-woo-product-price ins {
  text-decoration: none;
  margin-left: 8px;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-bottom-content {
  margin-top: 4px;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-content-media {
  position: absolute;
  left: 100%;
  top: 38.7%;
  width: 37%;
  z-index: 2;
  transform: translateX(-100%);
}
.qodef-woo-product-showcase-slider .qodef-e-title-italic {
  font-style: italic;
}
.qodef-woo-product-showcase-slider.swiper-container-fade .swiper-slide {
  transition: 0s ease;
  opacity: 1 !important;
  z-index: 0;
  overflow: hidden;
}
.qodef-woo-product-showcase-slider.swiper-container-fade .swiper-slide .qodef-e-media-wrapper {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide
  .qodef-e-content
  .qodef-e-product {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0s cubic-bezier(0.91, 0.13, 0.26, 0.88) 1.7s;
}
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide
  .qodef-e-content
  .qodef-e-content-media {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0s cubic-bezier(0.91, 0.13, 0.26, 0.88) 1.7s;
}
.qodef-woo-product-showcase-slider.swiper-container-fade .swiper-slide.swiper-slide-active,
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1 !important;
  z-index: 1;
}
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide.swiper-slide-active
  .qodef-e-media-wrapper,
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active
  .qodef-e-media-wrapper {
  opacity: 1;
}
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide.swiper-slide-active
  .qodef-e-content
  .qodef-e-product,
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active
  .qodef-e-content
  .qodef-e-product {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.7s cubic-bezier(0.91, 0.13, 0.26, 0.88);
}
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide.swiper-slide-active
  .qodef-e-content
  .qodef-e-content-media,
.qodef-woo-product-showcase-slider.swiper-container-fade
  .swiper-slide.swiper-slide-duplicate-active
  .qodef-e-content
  .qodef-e-content-media {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.7s cubic-bezier(0.91, 0.13, 0.26, 0.88);
}
.qodef-product-layout--full-width #qodef-page-inner {
  padding-top: 0;
}
.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
  align-items: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
}
.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-image {
  flex-basis: 55%;
}
.qodef-product-layout--full-width
  div#qodef-woo-page.qodef--single
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  > .qodef-woo-thumbnails-wrapper {
  position: absolute;
  bottom: 0;
  left: 22px;
}
.qodef-product-layout--full-width
  div#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--below
  .woocommerce-product-gallery__wrapper
  > .qodef-woo-thumbnails-wrapper {
  bottom: 29px;
}
.qodef-product-layout--full-width
  div#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  .woocommerce-product-gallery__wrapper {
  display: block;
}
.qodef-product-layout--full-width
  div#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image {
  width: 100% !important;
}
.qodef-product-layout--full-width
  div#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  .woocommerce-product-gallery__wrapper
  > .qodef-woo-thumbnails-wrapper {
  bottom: 50%;
  transform: translateY(50%);
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.qodef-product-layout--full-width
  div#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--left
  ~ .qodef-woo-product-mark {
  left: 0;
}
.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary {
  flex-basis: 45%;
  margin-top: 52px;
}
.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary > * {
  max-width: 62.5%;
}
.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
  margin-top: 115px;
}
.qodef-product-layout--full-width
  div#qodef-woo-page.qodef--single
  .qodef-woo-date-meta
  + form.cart {
  margin-top: 44px;
}
.qodef-product-layout--full-width div#qodef-woo-page.qodef--single form.cart {
  margin-top: 30px;
}
.widget_shopping_cart,
.widget_stonemade_core_woo_dropdown_cart {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-inner,
.widget_stonemade_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart > .widgettitle,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-opener,
.widget_stonemade_core_woo_dropdown_cart > .widgettitle {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
}
.qodef-skin--light .widget_shopping_cart .qodef-m-opener,
.qodef-skin--light .widget_shopping_cart > .widgettitle,
.qodef-skin--light .widget_stonemade_core_woo_dropdown_cart .qodef-m-opener,
.qodef-skin--light .widget_stonemade_core_woo_dropdown_cart > .widgettitle {
  color: var(--qode-header-light-color);
}
.qodef-skin--dark .widget_shopping_cart .qodef-m-opener,
.qodef-skin--dark .widget_shopping_cart > .widgettitle,
.qodef-skin--dark .widget_stonemade_core_woo_dropdown_cart .qodef-m-opener,
.qodef-skin--dark .widget_stonemade_core_woo_dropdown_cart > .widgettitle {
  color: var(--qode-header-dark-color);
}
.qodef-skin--mixed .widget_shopping_cart .qodef-m-opener,
.qodef-skin--mixed .widget_shopping_cart > .widgettitle,
.qodef-skin--mixed .widget_stonemade_core_woo_dropdown_cart .qodef-m-opener,
.qodef-skin--mixed .widget_stonemade_core_woo_dropdown_cart > .widgettitle {
  color: var(--qode-header-light-color);
}
.widget_shopping_cart .qodef-m-opener-icon,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-opener-icon {
  line-height: 1;
}
.widget_shopping_cart .qodef-m-opener-count,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-opener-count {
  position: absolute;
  top: -3px;
  left: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 7px 3px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background-color: var(--qode-main-color);
}
.qodef-skin--light .widget_shopping_cart .qodef-m-opener-count,
.qodef-skin--light .widget_stonemade_core_woo_dropdown_cart .qodef-m-opener-count {
  color: var(--qode-main-color);
  background-color: var(--qode-header-light-color);
}
.qodef-skin--dark .widget_shopping_cart .qodef-m-opener-count,
.qodef-skin--dark .widget_stonemade_core_woo_dropdown_cart .qodef-m-opener-count {
  color: #fff;
  background-color: var(--qode-header-dark-color);
}
.widget_shopping_cart .qodef-e-label,
.widget_stonemade_core_woo_dropdown_cart .qodef-e-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 4px;
  display: none;
}
.qodef-skin--light .widget_shopping_cart .qodef-e-label,
.qodef-skin--light .widget_stonemade_core_woo_dropdown_cart .qodef-e-label {
  color: var(--qode-header-light-color);
}
.qodef-skin--dark .widget_shopping_cart .qodef-e-label,
.qodef-skin--dark .widget_stonemade_core_woo_dropdown_cart .qodef-e-label {
  color: var(--qode-header-dark-color);
}
@media only screen and (max-width: 880px) {
  .widget_shopping_cart .qodef-e-label,
  .widget_stonemade_core_woo_dropdown_cart .qodef-e-label {
    display: inline-block;
  }
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_stonemade_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_stonemade_core_woo_dropdown_cart .widget_shopping_cart_content {
  border: 1px solid #d7ded7;
  display: block;
  padding: 20px 0;
  text-align: left;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content,
header .widget_stonemade_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_stonemade_core_woo_dropdown_cart .widget_shopping_cart_content {
  left: auto;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden !important;
  width: 321px;
}
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content,
.touchevents header .widget_stonemade_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_stonemade_core_woo_dropdown_cart .widget_shopping_cart_content {
  display: none;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_shopping_cart .widget_shopping_cart_content > *,
.widget_stonemade_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *,
.widget_stonemade_core_woo_dropdown_cart .widget_shopping_cart_content > * {
  padding: 0 20px !important;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI,
.widget_stonemade_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_stonemade_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI {
  display: none !important;
}
.widget_shopping_cart
  .qodef-widget-dropdown-cart-content
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item,
.widget_shopping_cart .widget_shopping_cart_content .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item,
.widget_stonemade_core_woo_dropdown_cart
  .widget_shopping_cart_content
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget_shopping_cart
  .qodef-widget-dropdown-cart-content
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item::after,
.widget_shopping_cart
  .widget_shopping_cart_content
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item::after,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item::after,
.widget_stonemade_core_woo_dropdown_cart
  .widget_shopping_cart_content
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 2 * 20px);
  height: 1px;
  background-color: #d7ded7;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  margin: 0 0 20px 0;
  position: relative;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item:last-of-type,
.widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:last-of-type {
  margin: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  margin: 0 20px 0 0;
  width: 93px;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .variation {
  display: none;
}
.widget_shopping_cart .woocommerce-mini-cart-item img,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
  float: left;
  vertical-align: top;
}
.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
  display: block;
}
@media only screen and (max-width: 1368px) {
  .widget_shopping_cart .woocommerce-mini-cart-item a,
  .widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    line-height: 1.1em;
  }
}
.widget_shopping_cart .woocommerce-mini-cart-item:after,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart-item:after {
  clear: both;
  content: '';
  display: table;
}
.widget_shopping_cart .qodef-woo-mini-cart,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart {
  max-height: 50vh;
  overflow-y: scroll;
  position: relative;
}
.widget_shopping_cart .qodef-woo-mini-cart::-webkit-scrollbar,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart::-webkit-scrollbar {
  width: 0;
  background: 0 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
  display: flex;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image {
  flex-shrink: 0;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image
  a {
  display: block;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-title {
  margin: 0 0 3px;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-price {
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-quantity {
  margin: 0;
}
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-order-details,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.widget_shopping_cart .qodef-m-order-details .woocommerce-Price-amount,
.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-order-details .woocommerce-Price-amount,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 500;
}
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
  text-transform: uppercase;
}
@media only screen and (max-width: 1368px) {
  .widget_shopping_cart .qodef-m-order-details strong,
  .widget_shopping_cart .woocommerce-mini-cart__total strong,
  .widget_stonemade_core_woo_dropdown_cart .qodef-m-order-details strong,
  .widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    line-height: 1.1em;
  }
}
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-action,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-action a,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
  text-transform: none;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: 0;
  outline: 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  width: 100%;
  padding: 10px 33px;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #17403c;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1368px) {
  .widget_shopping_cart .qodef-m-action a,
  .widget_shopping_cart .woocommerce-mini-cart__buttons a,
  .widget_stonemade_core_woo_dropdown_cart .qodef-m-action a,
  .widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
    line-height: 1.1em;
  }
}
.widget_shopping_cart .qodef-m-action a .qodef-m-text,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 0 var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.35, 0.94), color 0.3s ease-out,
    background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover {
  color: #fff;
  background-color: var(--qode-main-color);
}
.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
}
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
  flex-direction: column;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
  width: 100% !important;
  justify-content: center;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-top: 5px;
}
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content,
header .widget_stonemade_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_stonemade_core_woo_dropdown_cart:hover .widget_shopping_cart_content {
  opacity: 1 !important;
  visibility: visible !important;
}
.widget_shopping_cart,
.widget_stonemade_core_woo_dropdown_cart {
  color: #412e27;
}
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_stonemade_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_stonemade_core_woo_dropdown_cart .widget_shopping_cart_content {
  background-color: #f1f3f1;
  border-color: #d7ded7;
}
.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: #412e27;
}
.widget_shopping_cart .woocommerce-mini-cart-item a:hover,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: var(--qode-main-color);
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #412e27;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: var(--qode-main-color);
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  color: #89a189;
}
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
.widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover {
  color: var(--qode-main-color);
}
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_stonemade_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  color: #412e27;
}
#qodef-top-area .widget_shopping_cart,
#qodef-top-area .widget_stonemade_core_woo_dropdown_cart {
  color: #fff;
}
#qodef-page-footer .widget_shopping_cart,
#qodef-page-footer .widget_stonemade_core_woo_dropdown_cart {
  color: #ccc;
}
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_stonemade_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_stonemade_core_woo_dropdown_cart .widget_shopping_cart_content {
  background-color: #000;
  border-color: #fff;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: #ccc;
}
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: #fff;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_stonemade_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #ccc;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-e-title
  a:hover {
  color: #fff;
}
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  color: #ccc;
}
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_stonemade_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover {
  color: #fff;
}
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_stonemade_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_stonemade_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  color: #ccc;
}
#qodef-side-area .widget_shopping_cart,
#qodef-side-area .widget_stonemade_core_woo_dropdown_cart {
  color: #fff;
}
.qodef-mega-menu-widget-holder .widget_shopping_cart,
.qodef-mega-menu-widget-holder .widget_stonemade_core_woo_dropdown_cart {
  color: var(--qode-main-color);
}
.widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e:not(:last-child) {
  margin-bottom: 14px;
}
.widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-widget-title {
  margin-bottom: 27.5px;
}
.widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media {
  margin-right: 10px;
}
.widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media
  img {
  width: 61px;
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e:not(:last-child) {
  margin-bottom: 14px;
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-widget-title {
  margin-bottom: 27.5px;
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media {
  margin-right: 10px;
}
#qodef-top-area
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media
  img {
  width: 61px;
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e:not(:last-child) {
  margin-bottom: 14px;
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-widget-title {
  margin-bottom: 23.5px;
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media {
  margin-right: 10px;
}
#qodef-page-footer
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media
  img {
  width: 61px;
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e:not(:last-child) {
  margin-bottom: 14px;
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-widget-title {
  margin-bottom: 27.5px;
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media {
  margin-right: 10px;
}
#qodef-side-area
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media
  img {
  width: 61px;
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e:not(:last-child) {
  margin-bottom: 14px;
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-widget-title {
  margin-bottom: 36px;
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media {
  margin-right: 10px;
}
.archive.woocommerce
  #qodef-page-sidebar
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media
  img {
  width: 61px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e:not(:last-child) {
  margin-bottom: 14px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-widget-title {
  margin-bottom: 27.5px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media {
  margin-right: 10px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_stonemade_core_simple_product_list
  .qodef-woo-product-list.qodef-item-layout--minimal
  .qodef-e-media
  img {
  width: 61px;
}
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.qodef-vc-row-wrapper.qodef--parallax-row {
  width: 100%;
}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
  height: auto !important;
}
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-clients-list.swiper-container-horizontal > .swiper-pagination-bullets,
.qodef-clients-list.swiper-horizontal > .swiper-pagination-bullets {
  margin-top: 27px;
}
.qodef-clients-list.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,
.qodef-clients-list.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev,
.qodef-clients-list.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-next,
.qodef-clients-list.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-prev {
  transform: translateY(calc(-50% - 28.5px));
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.15s ease-out;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.15s ease-out;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-logo {
  opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-hover-logo {
  opacity: 1;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-logo {
  width: auto;
  opacity: var(--qodef-client-initial-opacity, 1);
  will-change: opacity;
  transition: opacity 0.3s ease;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-hover-logo {
  display: none;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e:hover
  .qodef-e-logo {
  opacity: var(--qodef-client-hover-opacity, 0.5);
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-logo {
  width: auto;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-hover-logo {
  display: none;
}
.qodef-portfolio-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-single .qodef-media iframe {
  max-height: 56.25vw;
}
.qodef-portfolio-single .qodef-media .swiper-button-next,
.qodef-portfolio-single .qodef-media .swiper-button-prev {
  background-color: #fff;
  padding: 18px 11px;
}
.qodef-portfolio-single .qodef-media .swiper-button-prev {
  left: 0 !important;
}
.qodef-portfolio-single .qodef-media .swiper-button-next {
  right: 0 !important;
}
.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 15px;
}
.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.qodef-portfolio-single .qodef-portfolio-info > :last-child {
  margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
  margin: 0 15px 0 0;
  text-transform: uppercase;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category {
  font-style: italic;
}
.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
  margin: 0;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
  margin-top: 17px;
  margin-bottom: 4px;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-content {
  margin-right: 44px;
}
.qodef-portfolio-single .qodef-variations--small .qodef-media {
  margin-right: 0;
}
.qodef-portfolio-single .qodef-variations--small .qodef-media .qodef-grid-item img {
  width: 100%;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
  margin-top: 45px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
  margin-top: 37px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
  margin-right: 10%;
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
  margin-top: 27px;
  padding-left: 12px;
}
.qodef-portfolio-category-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-category-list .qodef-e-image img {
  display: block;
}
.qodef-portfolio-category-list .qodef-e-content a {
  position: relative;
  z-index: 1;
}
.qodef-portfolio-category-list .qodef-e-title {
  margin: 0;
}
.qodef-portfolio-category-list .qodef-e-description {
  margin: 9px 0 0;
}
.qodef-portfolio-category-list .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
  opacity: 1;
}
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 31px 40px;
  background-color: rgba(23, 64, 60, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
  margin-top: 28px;
}
.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-list .portfolio-item.qodef--hover .qodef-e-media-image a img {
  transform: scale(1.1) translateX(4%);
}
.qodef-portfolio-list .qodef-e-media iframe {
  display: block;
  height: 100%;
}
.qodef-portfolio-list .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.qodef-portfolio-list .qodef-e-media-image a,
.qodef-portfolio-list .qodef-e-media-image img {
  display: block;
  width: 100%;
}
.qodef-portfolio-list .qodef-e-media-image a {
  position: relative;
  overflow: hidden;
}
.qodef-portfolio-list .qodef-e-media-image a img {
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-portfolio-list .qodef-e-content {
  margin: 19px 0 0;
}
.qodef-portfolio-list .qodef-e-title {
  margin: 0;
}
.qodef-portfolio-list .qodef-e-excerpt {
  margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-bottom-holder {
  margin: 2px 0;
}
.qodef-portfolio-list .qodef-e-info > * {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
}
.qodef-portfolio-list .qodef-e-read-more {
  margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
  width: auto;
}
.qodef-portfolio-list .qodef-m-pagination {
  margin-top: 67px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-inner {
  position: relative;
  overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 29px 14px 20px;
  background-color: #e7ebe7;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content a {
  position: relative;
  z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-post-link {
  z-index: 2;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article:hover .qodef-e-content {
  transform: translateY(0);
}
.qodef-portfolio-project-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.qodef-portfolio-project-info .qodef-e-label {
  margin: 0 0 5px 0;
}
.qodef-portfolio-project-info a,
.qodef-portfolio-project-info p {
  margin: 0;
}
#qodef-portfolio-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 40px 0;
  margin: 89px 0 40px;
  border-top: 1px solid #c3cac3;
  border-bottom: 1px solid #c3cac3;
}
#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
  margin-right: 4px;
  margin-left: 6px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg path:nth-of-type(3) {
  transform-origin: right;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(1),
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(2) {
  transform: translateX(-6px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg path:nth-of-type(3) {
  transform: scaleX(1.176);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
  margin-left: 4px;
  margin-right: 6px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg path:nth-of-type(3) {
  transform-origin: left;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(1),
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(2) {
  transform: translateX(6px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg path:nth-of-type(3) {
  transform: scaleX(1.176);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translateY(-50%);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
  font-size: 32px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon {
  font-size: 30px;
  display: block;
  overflow: visible;
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon path:nth-of-type(1),
#qodef-single-portfolio-navigation .qodef-m-nav-icon path:nth-of-type(2) {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon path:nth-of-type(3) {
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
  position: relative;
  top: -2px;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  line-height: 1em;
  letter-spacing: 0;
  color: #412e27;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 10px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 50px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    margin-bottom: 30px;
  }
}
.qodef-team-list .qodef-e-role {
  margin: 0;
}
.qodef-team-list .qodef-e-title {
  margin: 2px 0 5px;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon {
  opacity: 1;
}
.qodef-team-list .qodef-e-inner:hover .qodef-e-media-image a img {
  transform: scale(1.1) translateX(4%);
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(1n) {
  transition-delay: 0.15s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(2n) {
  transition-delay: 0.3s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(3n) {
  transition-delay: 0.45s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(4n) {
  transition-delay: 0.6s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(5n) {
  transition-delay: 0.75s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(6n) {
  transition-delay: 0.9s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(7n) {
  transition-delay: 1.05s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(8n) {
  transition-delay: 1.2s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(9n) {
  transition-delay: 1.35s;
}
.qodef-team-list .qodef-e-inner:hover .qodef-team-member-social-icon:nth-of-type(10n) {
  transition-delay: 1.5s;
}
.qodef-team-list .qodef-social-icon {
  margin: 0;
}
.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon {
  font-weight: 500;
  margin-right: 5px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon .qodef--label {
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  color: #89a189;
  transition: color 0.3s ease-out;
}
.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon:hover .qodef--label {
  color: var(--qode-header-dark-color);
}
.qodef-team-list .qodef-social-icon .qodef-team-member-social-icon:last-child {
  margin-right: 0;
}
.qodef-team-list .qodef-e-media-image a,
.qodef-team-list .qodef-e-media-image img {
  border-radius: inherit;
}
.qodef-team-list .qodef-e-media-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.qodef-team-list .qodef-e-media-image a img {
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 31px 0 0;
  text-align: center;
}
.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 40px;
}
.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px;
}
.qodef-testimonials-list .qodef-e-media-image img {
  width: auto;
}
.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-text {
  margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-author {
  margin: 0;
}
.qodef-testimonials-list .swiper-pagination-bullets {
  text-align: left;
  bottom: 0 !important;
}
.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
  background-color: var(--qode-main-color);
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
  color: #fff;
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
  background-color: #fff;
}
.qodef-testimonials-list.qodef-swiper--show-pagination .swiper-button-next,
.qodef-testimonials-list.qodef-swiper--show-pagination .swiper-button-prev,
.qodef-testimonials-list.qodef-swiper--show-pagination + .swiper-button-outside.swiper-button-next,
.qodef-testimonials-list.qodef-swiper--show-pagination + .swiper-button-outside.swiper-button-prev {
  transform: translateY(calc(-50% - 23.5px));
}
.qodef-review-rating {
  display: flex;
}
.qodef-review-rating .qodef-rating-inner {
  display: flex;
  flex-basis: 50%;
}
.qodef-review-rating label {
  margin: 0 10px 0 0;
}
.qodef-review-rating .qodef-comment-rating-box {
  display: flex;
  margin: 0;
}
.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: block;
  margin: 0 0.1em 0 0;
  cursor: pointer;
  color: #17403c;
}
.qodef-review-rating .qodef-star-rating svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-review-rating .qodef-star-rating.active svg {
  fill: currentColor;
}
.qodef-review-rating .qodef-comments-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
  color: #17403c;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 0.1em;
  width: 12px;
  height: auto;
  fill: #89a189;
  stroke: none;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: var(--qode-main-color);
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
  line-height: 28px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar
  .qodef-item-reviews-display-bar-inner {
  padding: 6px 0;
}
.qodef-reviews-per-mark .qodef-reviews-number-holder {
  display: flex;
  align-items: center;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  display: flex;
  flex-direction: column;
  width: 25%;
  text-align: center;
}
.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  width: 75%;
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block;
}
.qodef-comment-list .qodef-comment-name {
  float: none;
}
.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
  display: inline-block;
  width: 100%;
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
.qodef-search-cover-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.qodef-search-cover-form .qodef-m-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
}
.qodef-search-cover-form .qodef-m-form-field {
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}
.qodef-search-cover-form .qodef-m-form-field:focus {
  color: var(--qode-main-color);
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-close {
  flex-shrink: 0;
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
  font-size: 23px;
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
  animation: cover_search_fade_out 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form {
  animation: cover_search_fade_in 0.3s ease both;
}
.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
  display: none;
}
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: -1;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder {
  z-index: 100;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
  display: none;
}
.qodef-fullscreen-search-holder .qodef-m-inner {
  width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #17403c;
  line-height: 2em;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  padding: 0;
  margin: 0;
  color: #17403c;
  background: 0 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: var(--qode-main-color);
  background: 0 0;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
  opacity: 1;
  bottom: 10px;
  transition: color 0.2s ease, opacity 0.2s ease-out 1.1s, bottom 0.4s ease-out 0.9s;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
  font-size: 18px;
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
  width: 100%;
  transition: width 0.5s ease 0.6s;
}
.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: 33px;
  right: 70px;
  color: #412e27;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
  top: 72px;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
  color: #17403c;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
  font-size: 25px;
}
.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_out 0.3s ease both;
}
.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_in 0.3s ease both;
}
@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
  font-size: 23px;
}
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
  overflow-anchor: none;
}
.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-accordion.qodef--init {
  visibility: visible;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0;
  padding: 2px 10px 2px 5px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  cursor: pointer;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  line-height: 1;
  text-align: center;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
  display: block;
  line-height: inherit;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: #fff;
  background-color: #f1f3f1;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 16px 0 2px;
  margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}
.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
  display: none;
}
.qodef-author-pagination--on .qodef-m-pagination-spinner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: auto;
  fill: var(--qode-main-color);
  stroke: none;
  visibility: hidden;
  z-index: -1;
  animation: qode-rotate 2s infinite linear;
}
.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
  opacity: 0;
}
.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 16px);
}
.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading
  .qodef-m-pagination-spinner {
  visibility: visible;
  z-index: 1;
}
.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading
  .qodef-load-more-button {
  opacity: 0;
}
.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading
  .qodef-m-pagination-spinner {
  visibility: visible;
  z-index: 1;
}
.qodef-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-banner .qodef-m-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.qodef-banner .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.qodef-banner .qodef-m-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.qodef-banner .qodef-m-title {
  margin: 10px 0 4px;
}
.qodef-banner .qodef-m-title a {
  color: inherit;
}
.qodef-banner .qodef-m-title a:hover {
  color: currentColor;
}
.qodef-banner .qodef-m-title-inner {
  display: inline-block;
}
.qodef-banner .qodef-m-subtitle {
  /* font-family: 'Cormorant Garamond', sans-serif; */
  margin: 0;
  opacity: 0.5;
  letter-spacing: 0;
}
.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: var(--qode-main-color);
  margin: 0 0 10px;
  font-style: italic;
}
.qodef-banner .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.qodef-banner .qodef-m-image img {
  display: block;
  transition: all 0.35s ease-out;
}
.qodef-banner.qodef-layout--boxed .qodef-m-image-holder {
  position: relative;
  overflow: hidden;
}
.qodef-banner.qodef-layout--boxed .qodef-m-image-holder img {
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-banner.qodef-layout--boxed .qodef-m-image-holder:hover img {
  transform: scale(1.1) translateX(4%);
}
.qodef-banner.qodef-layout--boxed .qodef-m-holder {
  padding: 5px 5px 16px;
  background-color: #fff;
}
.qodef-banner.qodef-layout--boxed .qodef-m-image img {
  width: 100%;
  object-fit: cover;
}
.qodef-banner.qodef-layout--boxed .qodef-m-content-inner {
  position: relative;
  flex-direction: column;
  padding: 0 12px;
}
.qodef-banner.qodef-layout--boxed .qodef-m-title {
  color: #17403c;
  margin: 17px 0 0;
  letter-spacing: 0.17em;
}
.qodef-banner.qodef-layout--boxed .qodef-m-text {
  margin: 3px 0 0;
  letter-spacing: 0;
}
.qodef-banner.qodef-layout--info-below {
  display: flex;
  flex-direction: column;
}
.qodef-banner.qodef-layout--info-below .qodef-m-image img {
  width: 100%;
}
.qodef-banner.qodef-layout--info-below .qodef-m-content {
  position: relative;
  top: initial;
  left: initial;
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
}
.qodef-banner.qodef-layout--info-below .qodef-m-content-inner {
  position: relative;
  top: initial;
  left: initial;
  flex-direction: column;
  margin-left: 20px;
}
.qodef-banner.qodef-layout--info-below .qodef-m-title {
  margin: 0;
}
.qodef-banner.qodef-layout--info-below .qodef-m-subtitle {
  margin: 0;
  letter-spacing: inherit;
  opacity: 1;
}
.qodef-banner.qodef-layout--info-below h1.qodef-m-subtitle {
  font-size: 90px;
}
.qodef-banner.qodef-layout--info-below .qodef-m-text {
  margin: 5px 0 0 !important;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px 22px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
  margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
  margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
  margin: 5px 0 0;
}
.qodef-button.qodef-html--link {
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
  text-transform: none;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: 0;
  outline: 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  padding: 11px 33px 14px 35px;
}
@media only screen and (max-width: 1368px) {
  .qodef-button.qodef-html--link {
    line-height: 1.1em;
  }
}
.qodef-button.qodef-size--small {
  padding: 8px 32px 12px 34px;
}
.qodef-button.qodef-size--large {
  padding: 14px 40px 18px 42px;
}
.qodef-button.qodef-size--full {
  width: 100%;
  padding: 10px 33px;
  justify-content: center;
  text-align: center;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #17403c;
  border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 0 var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.35, 0.94), color 0.3s ease-out,
    background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  background-color: var(--qode-main-color);
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
}
.qodef-button.qodef-layout--outlined {
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
}
.qodef-button.qodef-layout--outlined .qodef-m-text {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 0 var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.35, 0.94), color 0.3s ease-out,
    background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: var(--qode-main-color);
  border-color: var(--qode-main-color);
}
.qodef-button.qodef-layout--outlined:hover .qodef-m-text {
  background-size: 100% var(--qodef-underline-height);
}
.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  color: #103a36;
  background-color: transparent;
  border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
}
.qodef-button.qodef-layout--textual svg {
  height: auto;
  margin-left: 7px;
  padding-top: 3px;
  overflow: visible;
}
.qodef-button.qodef-layout--textual svg path:nth-of-type(1),
.qodef-button.qodef-layout--textual svg path:nth-of-type(2) {
  transform: translateX(0) translateZ(0);
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}
.qodef-button.qodef-layout--textual svg path:nth-of-type(3) {
  transform: scaleX(1) translateZ(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}
.qodef-button.qodef-layout--textual:hover svg path:nth-of-type(1),
.qodef-button.qodef-layout--textual:hover svg path:nth-of-type(2) {
  transform: translateX(6px) translateZ(0);
}
.qodef-button.qodef-layout--textual:hover svg path:nth-of-type(3) {
  transform: scaleX(1.176) translateZ(0);
}
.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: flex;
  align-items: center;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
  justify-content: space-between;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
  justify-content: center;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  flex: 0 0 auto;
}
.qodef-countdown .qodef-m-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.qodef-countdown .qodef-label {
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  font-weight: 500;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.3333333333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.6666666667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-size: 75px;
  line-height: 1.0933333333em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.qodef-counter.qodef-layout--simple {
  text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  color: #17403c;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}
.widget.widget_stonemade_core_custom_font {
  margin-bottom: 0 !important;
}
.qodef-custom-font {
  position: relative;
  margin: 0;
}
.qodef-custom-font .qodef-e-title-italic {
  font-style: italic;
  display: inline;
}
.qodef-custom-font.qodef-content-align--center {
  text-align: center;
}
.qodef-custom-font.qodef-content-align--right {
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .qodef-custom-font.qodef-title-break--disabled br {
    display: none;
  }
}
.qodef-custom-links .qodef-m-items {
  display: flex;
  flex-direction: column;
}
.qodef-custom-links .qodef-m-item {
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0;
}
.qodef-custom-links .qodef-m-item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: currentColor;
}
.qodef-custom-links .qodef-m-item a:hover {
  color: currentColor;
}
.qodef-custom-links .qodef-m-item a:hover svg {
  opacity: 1;
}
.qodef-custom-links .qodef-m-item a:hover svg path:nth-of-type(1),
.qodef-custom-links .qodef-m-item a:hover svg path:nth-of-type(2) {
  transform: translateX(6px) translateZ(0);
}
.qodef-custom-links .qodef-m-item a:hover svg path:nth-of-type(3) {
  transform: scaleX(1.176) translateZ(0);
}
.qodef-custom-links .qodef-m-item:first-of-type {
  margin-top: 0;
}
.qodef-custom-links .qodef-m-item:last-of-type {
  margin-bottom: 0;
}
.qodef-custom-links .qodef-m-item svg {
  margin-left: 5px;
  margin-top: 4px;
  opacity: 0;
  overflow: visible;
  transition: opacity 0.3s ease-out;
}
.qodef-custom-links .qodef-m-item svg path:nth-of-type(1),
.qodef-custom-links .qodef-m-item svg path:nth-of-type(2) {
  transform: translateX(0) translateZ(0);
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}
.qodef-custom-links .qodef-m-item svg path:nth-of-type(3) {
  transform: scaleX(1) translateZ(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.39, 0.63, 0.18, 0.89);
}
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-weight: 500;
  color: #17403c;
  font-size: 60px;
  line-height: 1.065em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
}
.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 1.125em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
  color: #412e27;
  color: #fff;
  background-color: #17403c;
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}
.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
}
.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
  width: 100%;
  display: block;
}
.qodef-google-map .qodef-m-map img {
  max-width: none;
}
.qodef-highlight .qodef-highlight-text {
  padding: 0 5px;
  color: #fff;
  background-color: #17403c;
}
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title a {
  display: block;
}
.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 5px;
  float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 16px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block;
}
#qodef-page-sidebar .widget.widget_stonemade_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_stonemade_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_stonemade_core_icon_list_item {
  margin-bottom: 0;
}
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
  display: block;
}
.qodef-icon-with-text .qodef-m-text {
  margin: 4px 0 0;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}
.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}
.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}
.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 28px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 10px;
}
.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
  max-width: 50%;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 21px;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right;
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
  max-width: 50%;
  margin: 0 auto;
}
.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
}
.qodef-icon-holder a {
  display: block;
}
.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: var(--qode-main-color);
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
  background-color: #17403c;
}
.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}
.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
}
.qodef-icon-holder.qodef-size--small {
  font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
  font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
  font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
  font-size: 5em;
}
.widget.widget_stonemade_core_icon {
  display: inline-block;
  line-height: 1;
}
#qodef-page-sidebar .widget.widget_stonemade_core_icon {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_stonemade_core_icon {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_stonemade_core_icon {
  margin-bottom: 0;
}
.qodef-image-gallery.qodef--hover .qodef-image-wrapper a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.qodef-image-gallery.qodef--hover .qodef-image-wrapper a img {
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-image-gallery.qodef--hover .qodef-image-wrapper a:hover img {
  transform: scale(1.1) translateX(4%);
}
.qodef-image-gallery.qodef-overlay-hover .qodef-image-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
.qodef-image-gallery.qodef-overlay-hover .qodef-image-wrapper:hover:after {
  opacity: 1;
}
.qodef-image-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-marquee .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile {
  display: none;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
  background-size: cover !important;
}
.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.qodef-image-marquee .qodef-m-image.qodef-image--copy {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
}
.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block;
}
@keyframes qode-move-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes qode-move-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
  display: block;
}
.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
  margin: 38px 0 0;
}
.qodef-image-with-text .qodef-m-text {
  margin: 15px 0 0;
}
.qodef-image-with-text.qodef-alignment--center {
  text-align: center;
}
.qodef-image-with-text.qodef-alignment--center .qodef-m-image img {
  margin: 0 auto;
}
.qodef-image-with-text.qodef-alignment--right {
  text-align: right;
}
.qodef-image-with-text.qodef-alignment--right .qodef-m-image img {
  margin: 0 0 0 auto;
}
.qodef-image-with-text.qodef-image-border .qodef-m-image img {
  border: 1px solid #ebebeb;
}
.qodef-image-with-text.qodef-move-animation .qodef-m-image a img {
  transition: transform 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-image-with-text.qodef-move-animation:hover .qodef-m-image a img {
  transform: translateY(-10px);
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-image-border
  .qodef-m-image-inner-holder {
  border: 1px solid #ebebeb;
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-image-border .qodef-m-image img {
  border: 0;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder {
  position: relative;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-inner-holder
  .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-inner-holder
  .qodef-m-image
  a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-inner-holder
  .qodef-m-image
  img {
  position: absolute;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-inner-holder
  .qodef-m-iwt-frame {
  vertical-align: middle;
  width: 100%;
  height: auto;
  fill: transparent;
  stroke: transparent;
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--vertical
  .qodef-m-image
  img {
  top: 0;
  width: 100%;
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal
  .qodef-m-image
  img {
  left: 0;
  height: 100%;
  max-width: unset;
  width: auto;
}
.qodef-info-gallery .qodef-m-inner {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.qodef-info-gallery .qodef-m-inner > div {
  width: 50%;
  height: 50vh;
  flex-basis: 50%;
  overflow: hidden;
}
.qodef-info-gallery .qodef-info-box {
  display: flex;
  padding: 3.2%;
}
.qodef-info-gallery .qodef-info-box .qodef-m-image {
  margin-right: 30px;
  height: 78.537%;
  width: auto;
  max-width: 146px;
}
.qodef-info-gallery .qodef-info-box .qodef-m-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.qodef-info-gallery .qodef-info-box .qodef-m-content {
  padding-top: 11px;
}
.qodef-info-gallery .qodef-m-title {
  margin: 0 0 8px;
}
.qodef-info-gallery .qodef-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.qodef-info-gallery .qodef-image-box a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
  overflow: hidden;
}
.qodef-info-gallery .qodef-image-box a img {
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-info-gallery .qodef-image-box a:hover img {
  transform: scale(1.1) translateX(12px);
}
.qodef-info-gallery.qodef-info-box--top-left .qodef-info-box {
  order: 1;
}
.qodef-info-gallery.qodef-info-box--top-left .qodef-image-box.qodef--1 {
  order: 2;
}
.qodef-info-gallery.qodef-info-box--top-left .qodef-image-box.qodef--2 {
  order: 3;
}
.qodef-info-gallery.qodef-info-box--top-left .qodef-image-box.qodef--3 {
  order: 4;
}
.qodef-info-gallery.qodef-info-box--top-right .qodef-info-box {
  order: 2;
}
.qodef-info-gallery.qodef-info-box--top-right .qodef-image-box.qodef--1 {
  order: 1;
}
.qodef-info-gallery.qodef-info-box--top-right .qodef-image-box.qodef--2 {
  order: 3;
}
.qodef-info-gallery.qodef-info-box--top-right .qodef-image-box.qodef--3 {
  order: 4;
}
.qodef-info-gallery.qodef-info-box--bottom-left .qodef-info-box {
  order: 3;
}
.qodef-info-gallery.qodef-info-box--bottom-left .qodef-image-box.qodef--1 {
  order: 1;
}
.qodef-info-gallery.qodef-info-box--bottom-left .qodef-image-box.qodef--2 {
  order: 2;
}
.qodef-info-gallery.qodef-info-box--bottom-left .qodef-image-box.qodef--3 {
  order: 4;
}
.qodef-info-gallery.qodef-info-box--bottom-right .qodef-info-box {
  order: 4;
}
.qodef-info-gallery.qodef-info-box--bottom-right .qodef-image-box.qodef--1 {
  order: 1;
}
.qodef-info-gallery.qodef-info-box--bottom-right .qodef-image-box.qodef--2 {
  order: 2;
}
.qodef-info-gallery.qodef-info-box--bottom-right .qodef-image-box.qodef--3 {
  order: 3;
}
.qodef-info-section.qodef-layout--background-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-info {
  position: relative;
  z-index: 2;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-tagline {
  margin: 0 0 8px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-title {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
.qodef-info-section.qodef-layout--background-text .qodef-e-title-italic {
  font-style: italic;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0;
}
.qodef-info-section.qodef-layout--background-text .qodef-button {
  margin-top: 6px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: rgba(23, 64, 60, 0.1);
  text-align: center;
  font-weight: 700;
  font-size: 250px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left
  .qodef-m-background-text {
  top: 0;
  left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right
  .qodef-m-background-text {
  top: 0;
  right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left
  .qodef-m-background-text {
  bottom: 0;
  left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right
  .qodef-m-background-text {
  bottom: 0;
  right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center
  .qodef-m-background-text {
  font-size: 450px;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center;
}
.qodef-info-section.qodef-layout--background-text.qodef-alignment--center {
  text-align: center;
}
.qodef-info-section.qodef-layout--background-text.qodef-alignment--center .qodef-m-title {
  justify-content: center;
}
.qodef-info-section.qodef-layout--background-text.qodef-alignment--right {
  text-align: right;
}
.qodef-info-section.qodef-layout--background-text.qodef-alignment--right .qodef-m-title {
  justify-content: flex-end;
}
.qodef-item-showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  visibility: hidden;
}
.qodef-item-showcase .qodef-m-image {
  position: relative;
  flex-shrink: 0;
  margin: 0 60px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-image img {
  display: block;
}
.qodef-item-showcase .qodef-m-items {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.qodef-item-showcase .qodef-m-items.qodef--left {
  text-align: right;
}
.qodef-item-showcase .qodef-m-items.qodef--right {
  text-align: left;
}
.qodef-item-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-item:first-child {
  margin-top: 0;
}
.qodef-item-showcase .qodef-m-item:nth-child(1) {
  transition-delay: 0.2s;
}
.qodef-item-showcase .qodef-m-item:nth-child(2) {
  transition-delay: 0.4s;
}
.qodef-item-showcase .qodef-m-item:nth-child(3) {
  transition-delay: 0.6s;
}
.qodef-item-showcase .qodef-m-item:nth-child(4) {
  transition-delay: 0.8s;
}
.qodef-item-showcase .qodef-m-item:nth-child(5) {
  transition-delay: 1s;
}
.qodef-item-showcase .qodef-m-item:nth-child(6) {
  transition-delay: 1.2s;
}
.qodef-item-showcase .qodef-e-title {
  margin: 0;
}
.qodef-item-showcase .qodef-e-title-link {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-item-showcase .qodef-e-title-link:hover {
  color: var(--qode-main-color);
}
.qodef-item-showcase .qodef-e-text {
  margin: 20px 0 0;
}
.qodef-item-showcase.qodef--init {
  visibility: visible;
}
.qodef-item-showcase.qodef--init .qodef-m-image {
  opacity: 1;
  transform: translateY(0);
}
.qodef-item-showcase.qodef--init .qodef-m-item {
  opacity: 1;
  transform: translateY(0);
}
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.qodef-pricing-table.qodef-status--featured {
  transform: translateY(-25px);
}
.qodef-pricing-table .qodef-m-info-bottom {
  padding: 22px 25% 43px;
}
.qodef-pricing-table .qodef-m-info-top {
  border-bottom: 1px solid #c3cac3;
  padding: 36px 36px 53px;
}
.qodef-pricing-table .qodef-m-title h5 {
  margin: 20px 0 4px;
  color: #17403c;
}
.qodef-pricing-table .qodef-m-price {
  margin-top: -3px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  line-height: 1;
  justify-content: center;
}
.qodef-pricing-table .qodef-m-content {
  margin: 22px 0 0;
}
.qodef-pricing-table .qodef-m-content p {
  margin: 0;
  line-height: 2em;
}
.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
  color: #17403c;
  margin-bottom: 8px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 8px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 25px 0 0;
}
@media only screen and (max-width: 1512px) {
  .qodef-pricing-table .qodef-m-info-bottom {
    padding: 22px 10% 43px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-pricing-table .qodef-m-info-bottom {
    padding: 22px 8% 43px;
  }
}
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
  display: block;
}
.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
}
.qodef-progress-bar.qodef--init {
  visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
}
@media only screen and (max-width: 1368px) {
  .qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    line-height: 1.1em;
  }
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -24px;
  right: 0;
  width: auto;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 7px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-section-title .qodef-m-title {
  margin: 0;
}
.qodef-section-title .qodef-m-subtitle {
  margin: 38px 0 0;
}
.qodef-section-title .qodef-m-text {
  margin: 25px 0 0;
}
.qodef-section-title .qodef-e-title-italic {
  display: inline;
  font-style: italic;
}
.qodef-section-title.qodef-alignment--center {
  text-align: center;
}
.qodef-section-title.qodef-alignment--center .qodef-m-title {
  justify-content: center;
}
.qodef-section-title.qodef-alignment--left {
  text-align: left;
}
.qodef-section-title.qodef-alignment--right {
  text-align: right;
}
.qodef-section-title.qodef-alignment--right .qodef-m-title {
  justify-content: flex-end;
}
.qodef-separator {
  font-size: 0;
  height: auto;
  line-height: 1;
  position: relative;
}
.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #c3cac3;
}
.qodef-separator.qodef-position--center {
  text-align: center;
}
.qodef-separator.qodef-position--left {
  text-align: left;
}
.qodef-separator.qodef-position--right {
  text-align: right;
}
.qodef-separator.qodef-show--yes {
  display: block;
}
.qodef-separator.qodef-show--no {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .qodef-separator.qodef-show-1600--yes {
    display: block;
  }
}
@media only screen and (max-width: 1600px) {
  .qodef-separator.qodef-show-1600--no {
    display: none;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-separator.qodef-show-1512--yes {
    display: block;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-separator.qodef-show-1512--no {
    display: none;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-separator.qodef-show-1368--yes {
    display: block;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-separator.qodef-show-1368--no {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-separator.qodef-show-1200--yes {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-separator.qodef-show-1200--no {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-separator.qodef-show-1024--yes {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-separator.qodef-show-1024--no {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-separator.qodef-show-880--yes {
    display: block;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-separator.qodef-show-880--no {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-show-680--yes {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-show-680--no {
    display: none;
  }
}
#qodef-page-sidebar .widget.widget_stonemade_core_separator {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_stonemade_core_separator {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_stonemade_core_separator {
  margin-bottom: 0;
}
.archive.woocommerce #qodef-page-sidebar .widget.widget_stonemade_core_separator {
  margin-bottom: 0;
}
.qodef-single-image img {
  display: block;
}
.qodef-alignment--center .qodef-single-image img {
  margin: 0 auto;
}
.qodef-alignment--right .qodef-single-image img {
  margin: 0 0 0 auto;
}
.qodef-single-image.qodef--hover a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.qodef-single-image.qodef--hover a img {
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-single-image.qodef--hover a:hover img {
  transform: scale(1.1) translateX(4%);
}
.qodef-single-image.qodef-move-animation .qodef-m-image a img {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-single-image.qodef-move-animation:hover .qodef-m-image a img {
  transform: translateY(-10px);
}
.qodef-single-image.qodef-image-border .qodef-m-image img {
  border: 1px solid #ebebeb;
}
.qodef-single-image.qodef--full-height {
  height: 100vh;
}
.qodef-single-image.qodef--full-height .qodef-m-image {
  height: 100%;
}
.qodef-single-image.qodef--full-height .qodef-m-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-tabs.qodef--init {
  visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #c3cac3;
}
@media only screen and (max-width: 1200px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    border: none;
  }
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    display: block;
    width: 100%;
    position: relative;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:after {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-color: #c3cac3;
    z-index: -1;
  }
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  padding: 18px 24px;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5625em;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #89a189;
  letter-spacing: 0.13em;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 880px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    padding: 10px 0 0 0;
    display: inline-block;
  }
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
  color: #17403c;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a {
  color: #17403c;
}
@media only screen and (max-width: 880px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    flex-direction: column;
    align-items: flex-start;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 16px 0;
    padding: 0;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
  }
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #c3cac3;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  width: 100%;
  margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
  margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
  display: inline-block;
  width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
  margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0;
}
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-video-button .qodef-m-image img {
  min-height: 250px;
  object-fit: cover;
}
.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  width: 111px;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}
@media only screen and (max-width: 680px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-inner {
    width: 75px;
    height: 75px;
  }
}
.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner:after {
  transform: scale(1.1);
}
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -490px;
  width: 490px;
  height: 100%;
  min-height: 100%;
  padding: 120px 75px 35px;
  text-align: center;
  background-color: #f1f3f1;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible;
}
#qodef-side-area.qodef-alignment--center {
  text-align: center;
}
#qodef-side-area.qodef-alignment--right {
  text-align: right;
}
#qodef-side-area.qodef-alignment--left {
  text-align: left;
}
#qodef-side-area-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  z-index: 1000;
  color: var(--qode-main-color);
}
.admin-bar #qodef-side-area-close {
  top: 65px;
}
.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
  font-weight: 500;
  color: #17403c;
  font-size: 16px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #412e27;
  text-transform: uppercase;
}
@media only screen and (max-width: 1368px) {
  .qodef-social-share .qodef-social-title {
    line-height: 1.1em;
  }
}
.qodef-social-share ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}
.qodef-social-share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.qodef-social-share li a {
  font-size: 20px;
}
.qodef-social-share li a:hover {
  color: #89a189;
}
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
  width: 18px;
  height: auto;
  margin-left: 5px;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: flex;
}
.qodef-social-share.qodef-layout--dropdown
  .qodef-social-share-dropdown-opener
  .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  width: 100%;
  height: 100%;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c3cac3;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:not(:first-child) {
  border-top: none;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li
  a {
  font-size: 20px;
  color: #412e27;
  background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(1) {
  bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(2) {
  bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(3) {
  bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(4) {
  bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(5) {
  bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(6) {
  bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(7) {
  bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
  top: 0;
  right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(1) {
  left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(2) {
  left: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(3) {
  left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(4) {
  left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(5) {
  left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(6) {
  left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(7) {
  left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
  top: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(1) {
  right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(2) {
  right: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(3) {
  right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(4) {
  right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(5) {
  right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(6) {
  right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(7) {
  right: 185px;
}
.qodef-social-share.qodef-layout--list li {
  margin-right: 15px;
}
.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}
.qodef-social-share.qodef-layout--text {
  display: flex;
  align-items: center;
}
.qodef-social-share.qodef-layout--text ul {
  display: inline-flex;
  margin-bottom: 2px;
}
.qodef-social-share.qodef-layout--text li {
  margin-right: 15px;
  line-height: 23px;
}
.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}
.qodef-social-share.qodef-layout--text li a {
  font-weight: 500;
  color: #17403c;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  text-transform: uppercase;
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
  color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
  color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
  color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #45668e;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
  color: #3b5998;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
  color: #00aced;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
  color: #007bb5;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
  color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
  color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
  color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
  color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
  color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #45668e;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
  color: #3b5998;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
  color: #00aced;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
  color: #007bb5;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
  color: #32506d;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
  color: #cb2027;
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
  color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
  color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
  color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
  color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
  color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
  color: #45668e;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  color: #ccc;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
  color: #3b5998;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
  color: #00aced;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
  color: #007bb5;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
  color: #32506d;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
  color: #cb2027;
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
  color: #45668e;
}
#qodef-page-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--qode-main-color);
  background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: '';
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
  animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
  animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
  animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
  animation: qode-mitosis-ball-4 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  flex-shrink: 0;
  animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--qode-main-color);
  width: 0;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  animation: qode-scaleout 1s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
  animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
  animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
  animation-delay: calc((300ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  animation-delay: -0.9s;
}
#qodef-page-spinner.qodef-layout--stonemade .qodef-m-spinner {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s ease-out;
}
#qodef-page-spinner.qodef-layout--stonemade .qodef-m-holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
#qodef-page-spinner.qodef-layout--stonemade .qodef-m-holder.qodef--ready .qodef-m-image {
  position: absolute;
}
#qodef-page-spinner.qodef-layout--stonemade .qodef-m-description {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-top: 10px;
}
#qodef-page-spinner.qodef-layout--stonemade .qodef-m-image {
  display: block;
  position: relative;
  width: auto;
  opacity: 0;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--stonemade .qodef-m-image img {
  width: 50%;
}
#qodef-page-spinner.qodef-layout--stonemade .qodef-m-image.qodef-active {
  animation: qodef-slide-image-in 0.3s 10ms forwards;
}
@keyframes qodef-slide-image-in {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#qodef-page-spinner.qodef-layout--stonemade .qodef-m-image.qodef-prev {
  animation: qodef-slide-image-out 0.3s forwards;
}
@keyframes qodef-slide-image-out {
  0% {
    opacity: 1;
  }
  100%,
  20% {
    opacity: 0;
  }
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  animation-delay: calc((500ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
  opacity: 0;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
  display: flex;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}
#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
  opacity: 1;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
  animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
  animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
  animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -0.16s;
}
.qodef-sp-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
  background-color: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}
.qodef-sp-holder .qodef-sp-inner {
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  max-width: 738px;
  min-height: 352px;
  margin: 20px 16px;
  background-color: #e7ebe7;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99), opacity 0.3s ease-out;
  pointer-events: all;
}
.qodef-sp-holder .qodef-sp-close {
  position: absolute;
  top: 6px;
  right: 13px;
  display: block;
  color: #fff;
}
.qodef-sp-holder .qodef-sp-close svg {
  width: 11px;
  height: 11px;
  stroke: currentColor;
  fill: currentColor;
}
.qodef-sp-holder .qodef-sp-image-container {
  width: 39%;
  background-repeat: no-repeat;
  background-size: cover;
}
.qodef-sp-holder .qodef-sp-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 61%;
  padding: 35px 34px 46px 34px;
  border: 1px solid #d7ded7;
  border-right: 0;
}
.qodef-sp-holder .qodef-sp-title {
  margin: 0 0 8px 0;
}
.qodef-sp-holder .qodef-sp-subtitle {
  max-width: 80%;
  margin: 0 0 7px 0;
}
.qodef-sp-holder .wpcf7 {
  width: 100%;
  display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 15px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
  margin: 0 1px 0 0;
  width: 14px;
  height: 14px;
  border: 1px solid #412e27;
  border-radius: 50%;
  overflow: hidden;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
  opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
  margin: 0 0 0 6px !important;
}
.qodef-sp-opened .qodef-sp-holder {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}
.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.qodef-page-title.qodef-image--responsive {
  height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--center {
  text-align: center;
}
.qodef-page-title.qodef-alignment--right {
  text-align: right;
}
.qodef-page-title .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 40px;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width.qodef-side-margin {
  padding: 0;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
  color: #412e27;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 5px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '-';
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs {
  height: 68px;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c3cac3;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-title {
  font-weight: 500;
  color: #17403c;
  font-size: 32px;
  line-height: 1.125em;
  /* font-family: 'Cormorant Garamond', sans-serif; */
  letter-spacing: -0.02em;
  color: #412e27;
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 10px;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: -5px 0 0 0;
}
.qodef-page-title.qodef-title--standard.qodef--has-image {
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  .qodef-page-title.qodef-title--standard.qodef--has-image {
    padding-top: 0;
  }
}
html.elementor-html .qodef-uncovering-section .qodef-page-content-section > .elementor {
  margin-bottom: 0 !important;
}
.qodef-uncovering-section .qodef-page-content-section > .elementor .e-con,
.qodef-uncovering-section .qodef-page-content-section > .elementor .elementor-section {
  z-index: 1;
}
.qodef-uncovering-section .qodef-page-content-section > .elementor > .e-con:last-child,
.qodef-uncovering-section .qodef-page-content-section > .elementor > .elementor-section:last-child {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 0;
}
html.elementor-html
  .qodef-uncovering-section
  .qodef-page-content-section
  > .elementor
  > .e-con:last-child,
html.elementor-html
  .qodef-uncovering-section
  .qodef-page-content-section
  > .elementor
  > .elementor-section:last-child {
  bottom: initial;
  left: initial;
  position: initial;
  width: initial;
}
.widget.qodef-author-info {
  padding: 30px 25px 32px;
  text-align: center;
  background: url(../img/author-background.jpg) no-repeat center center/cover;
}
.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 21px;
  display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-image img {
  width: 302px;
  object-fit: cover;
  border-radius: 50%;
}
.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 3px;
}
.widget.qodef-author-info .qodef-author-info-position {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .widget.qodef-author-info {
    display: inline-block;
  }
}
.widget .qodef-contact-info-widget {
  margin: 0;
}
#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}
.widget.widget_stonemade_core_search {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.widget.widget_stonemade_core_search .qodef-search-widget {
  padding-top: 4px;
}
.widget.widget_stonemade_core_search .qodef-widget-title {
  margin-bottom: 9px;
}
#qodef-page-sidebar .widget.widget_stonemade_core_search .qodef-widget-title {
  margin-bottom: 9px;
}
.widget.widget_stonemade_core_search .qodef-search-form {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: 321px;
  padding: 28px 23px 28px 25px;
  border: 1px solid #d7ded7;
  text-align: left;
  background-color: #f1f3f1;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: 6;
}
.widget.widget_stonemade_core_search .qodef-search-form.qodef--opened {
  opacity: 1 !important;
  visibility: visible !important;
}
.widget.widget_stonemade_core_search .qodef-search-form input {
  font-weight: 500;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #412e27;
  margin: 0 !important;
  border-bottom: none;
}
.widget.widget_stonemade_core_search .qodef-search-form button[type='submit'] {
  padding: 0 !important;
  color: #103a36;
  background-color: transparent;
  border: 0;
}
.widget.widget_stonemade_core_search .qodef-search-form-inner {
  width: 100%;
}
.widget_stonemade_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.widget_stonemade_core_svg_icon {
  display: inline-block;
  vertical-align: top;
}
.widget_stonemade_core_svg_icon .qodef-m-holder {
  display: flex;
  align-items: center;
}
.widget_stonemade_core_svg_icon .qodef-svg-icon-widget svg {
  display: block;
  fill: var(--fill-color);
  stroke: var(--stroke-color);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.25s ease-out;
}
.widget_stonemade_core_svg_icon .qodef-svg-icon-widget a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.widget_stonemade_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_stonemade_core_svg_icon .qodef-svg-icon-widget:hover svg {
  fill: var(--fill-hover-color);
  stroke: var(--stroke-hover-color);
}
.widget_stonemade_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_stonemade_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
  color: var(--text-hover-color);
}
.widget_stonemade_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
  background-color: var(--background-hover-color);
}
.widget_stonemade_core_svg_icon .qodef-m-icon {
  --fill-color: currentColor;
  --stroke-color: currentColor;
  --fill-hover-color: currentColor;
  --stroke-hover-color: currentColor;
  --background-color: transparent;
  --background-hover-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-height: 100%;
  background-color: var(--background-color);
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.widget_stonemade_core_svg_icon .qodef-m-text {
  --text-color: currentColor;
  --text-hover-color: currentColor;
  color: var(--text-color);
  transition: all 0.25s ease-out;
  line-height: 1;
}
#qodef-page-header .widget_stonemade_core_svg_icon .qodef-m-text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: #17403c;
  text-transform: uppercase;
}
.qodef-working-hours-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-working-hours-list .qodef-working-hours-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}
.qodef-working-hours-list .qodef-e-day {
  position: relative;
  margin: 0;
  text-transform: capitalize;
}
.qodef-working-hours-list .qodef-e-day-icon {
  position: absolute;
  top: -2px;
  right: -8px;
  font-size: 8px;
  color: var(--qode-main-color);
}
.qodef-working-hours-list .qodef-e-line {
  flex-grow: 1;
  margin: 0 10px;
  border-bottom: 1px solid #bfb8b6;
  opacity: 0.5;
}
.qodef-working-hours-list .qodef-e-time {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
.qodef-working-hours-list .qodef-e-time.qodef--closed {
  color: var(--qode-main-color);
}
.qodef-working-hours-list .qodef-m-footer {
  position: relative;
  top: 3px;
  font-size: 14px;
  color: #817c7b;
}
.qodef-working-hours-list .qodef-m-footer-icon {
  position: relative;
  top: -5px;
  right: 0;
  font-size: 8px;
  color: var(--qode-main-color);
}
.qodef-working-hours-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-working-hours-list.qodef-layout--simple .qodef-working-hours-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 23px;
}
.qodef-working-hours-list.qodef-layout--simple .qodef-working-hours-item:last-of-type {
  margin-bottom: 0;
}
.qodef-working-hours-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-working-hours-list.qodef-layout--standard .qodef-working-hours-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 9px;
}
.qodef-working-hours-list.qodef-layout--standard .qodef-e-day {
  position: relative;
  margin: 0;
  text-transform: capitalize;
}
.qodef-working-hours-list.qodef-layout--standard .qodef-e-day-icon {
  position: absolute;
  top: -2px;
  right: -8px;
  font-size: 8px;
  color: var(--qode-main-color);
}
.qodef-working-hours-list.qodef-layout--standard .qodef-e-line {
  flex-grow: 1;
  margin: 0 10px;
  border-bottom: 1px solid #bfb8b6;
  opacity: 0.5;
}
.qodef-working-hours-list.qodef-layout--standard .qodef-e-time {
  margin: 0;
}
.qodef-working-hours-list.qodef-layout--standard .qodef-e-time.qodef--closed {
  color: var(--qode-main-color);
}
.qodef-working-hours-list.qodef-layout--standard .qodef-m-footer {
  position: relative;
  top: 3px;
  font-size: 14px;
  color: #817c7b;
}
.qodef-working-hours-list.qodef-layout--standard .qodef-m-footer-icon {
  position: relative;
  top: -5px;
  right: 0;
  font-size: 8px;
  color: var(--qode-main-color);
}
@media only screen and (max-width: 1512px) {
  .qodef-background-text .qodef-m-background-text {
    font-size: 135px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-background-text .qodef-m-background-text {
    display: none !important;
  }
}
@media only screen and (max-width: 880px) {
  #qodef-author-info {
    padding: 20px 20px 12px;
  }
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-image {
    width: 100%;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 1512px) {
  #qodef-fullscreen-area {
    padding-left: 5.4%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 55px;
  }
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
    line-height: 2em;
  }
}
@media only screen and (max-width: 1200px) {
  #qodef-fullscreen-area {
    right: -100%;
    top: 0;
    width: 100%;
    padding: 25px 3.9% 35px 7.6%;
    overflow-y: scroll;
  }
  .qodef-fullscreen-menu--opened #qodef-fullscreen-area {
    right: 0;
  }
  #qodef-fullscreen-menu-close {
    top: 26px;
    right: 35px;
  }
  .admin-bar #qodef-fullscreen-menu-close {
    top: 46px;
  }
  .qodef-fullscreen-menu {
    width: 100%;
  }
  .qodef-fullscreen-menu > ul {
    max-width: 100%;
    min-width: 0;
  }
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 50px;
  }
  .qodef-fullscreen-menu > ul > li .qodef-drop-down-second ul {
    padding-top: 16px;
  }
  .qodef-fullscreen-menu > ul > li .qodef-drop-down-second ul li {
    padding: 8px 0 0;
  }
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    position: relative;
    left: 0;
    top: 0;
  }
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1200px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  #qodef-top-area {
    display: none;
  }
}
@media (max-width: 1512px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1368px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1200px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 880px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1512px) and (min-width: 1369px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1512px) and (min-width: 1369px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1512px) and (min-width: 1369px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1512px) and (min-width: 1369px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1512px) and (min-width: 1369px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1512px) and (min-width: 1369px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1512px) and (min-width: 1369px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1512px) and (min-width: 1369px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1368px) and (min-width: 1201px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1024px) and (min-width: 881px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1024px) and (min-width: 881px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1024px) and (min-width: 881px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1024px) and (min-width: 881px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1024px) and (min-width: 881px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1024px) and (min-width: 881px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1024px) and (min-width: 881px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1024px) and (min-width: 881px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 880px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 880px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 880px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 880px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 880px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 880px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 880px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 880px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 680px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 680px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 680px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 680px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 680px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 680px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 680px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 680px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 60px;
  }
  .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 60px;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1512, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-1512, 30px);
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1200, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-1200, 30px);
  }
}
@media only screen and (max-width: 880px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-880, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-880, 30px);
  }
}
@media only screen and (max-width: 880px) {
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table table,
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tbody,
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table td,
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table th,
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr {
    display: grid;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tbody tr {
    padding: 15px 0;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr {
    grid-template-columns: minmax(0, 50px) minmax(0, 70px) minmax(0, 1fr) minmax(0, 160px) minmax(
        0,
        120px
      );
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td {
    align-self: center;
    grid-row: span 2;
    padding: 0;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.wishlist-empty {
    grid-column: 1/6;
    margin: 30px 0;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-remove {
    grid-column: 1;
    padding-left: 0;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-thumbnail {
    grid-column: 2;
    width: 70px;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-name {
    grid-row: 1;
    grid-column: 3;
    align-self: end;
    width: 100%;
    padding: 0 25px;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-name a {
    font-size: 15px;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-price {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    width: 100%;
    display: block;
    padding: 0 25px;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-stock-status {
    grid-column: 4;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-add-to-cart {
    grid-column: 5;
    display: block;
    justify-self: center;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme
    .qwfw-m-items.shop_table
    tr
    td.product-add-to-cart
    .add_to_cart_button::after {
    width: 26px;
    height: 12px;
    margin-bottom: -2px;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th.product-price {
    display: none;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th.product-name {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 680px) {
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table thead tr th {
    display: none;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr {
    grid-template-columns: minmax(0, 31px) minmax(0, 70px) minmax(0, 1fr);
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-remove {
    padding-left: 0;
    grid-row: span 4;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-thumbnail {
    width: 70px;
    grid-row: span 4;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-name {
    padding: 0 0 0 20px;
    margin-top: -2px;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-name a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #412e27;
    text-transform: none;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-price {
    padding: 0 0 0 20px;
    margin-top: -4px;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-stock-status {
    grid-column: 3;
    padding: 0 0 0 20px;
    grid-row: 3;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-add-to-cart {
    grid-column: 3;
    justify-self: start;
    padding: 0 0 0 20px;
    margin: 2px 0 0;
    grid-row: 4;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr td.product-stock-status {
    display: none;
  }
  .qwfw-wishlist-table.qodef-stonemade-theme .qwfw-m-items.shop_table tr th.product-stock-status {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 880px) {
  #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    max-height: 30vh;
  }
}
@media only screen and (max-width: 880px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .woocommerce-product-details__short-description {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .yith-wcwl-form .wishlist_table.shop_table table,
  .yith-wcwl-form .wishlist_table.shop_table tbody,
  .yith-wcwl-form .wishlist_table.shop_table td,
  .yith-wcwl-form .wishlist_table.shop_table th,
  .yith-wcwl-form .wishlist_table.shop_table tr {
    display: grid;
  }
  .yith-wcwl-form .wishlist_table.shop_table tbody tr {
    padding: 15px 0;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr {
    grid-template-columns: minmax(0, 50px) minmax(0, 70px) minmax(0, 1fr) minmax(0, 160px) minmax(
        0,
        120px
      );
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td {
    align-self: center;
    grid-row: span 2;
    padding: 0;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.wishlist-empty {
    grid-column: 1/6;
    margin: 30px 0;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-remove {
    grid-column: 1;
    padding-left: 0;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail {
    grid-column: 2;
    width: 70px;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-name {
    grid-row: 1;
    grid-column: 3;
    align-self: end;
    width: 100%;
    padding: 0 25px;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-name a {
    font-size: 15px;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-price {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    width: 100%;
    display: block;
    padding: 0 25px;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
    grid-column: 4;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart {
    grid-column: 5;
    display: block;
    justify-self: center;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart .add_to_cart_button::after {
    width: 26px;
    height: 12px;
    margin-bottom: -2px;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr th {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr th.product-price {
    display: none;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr th.product-name {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 680px) {
  .yith-wcwl-form .wishlist_table.shop_table thead tr th {
    display: none;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr {
    grid-template-columns: minmax(0, 31px) minmax(0, 70px) minmax(0, 1fr);
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-remove {
    padding-left: 0;
    grid-row: span 4;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-thumbnail {
    width: 70px;
    grid-row: span 4;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-name {
    padding: 0 0 0 20px;
    margin-top: -2px;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-name a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #412e27;
    text-transform: none;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-price {
    padding: 0 0 0 20px;
    margin-top: -4px;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
    grid-column: 3;
    padding: 0 0 0 20px;
    grid-row: 3;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-add-to-cart {
    grid-column: 3;
    justify-self: start;
    padding: 0 0 0 20px;
    margin: 2px 0 -6px;
    grid-row: 4;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr td.product-stock-status {
    display: none;
  }
  .yith-wcwl-form .wishlist_table.shop_table tr th.product-stock-status {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-woo-product-list.qodef-item-layout--info-centered .qodef-e-content {
    margin-top: 7px;
  }
  .qodef-woo-product-list.qodef-item-layout--info-centered .qodef-woo-product-title {
    margin-top: 3px !important;
  }
  .qodef-woo-product-list.qodef-item-layout--info-centered .qodef-woo-price .price {
    margin-top: 8px !important;
  }
}
@media only screen and (max-width: 1920px) {
  .qodef-woo-product-showcase-slider h1.qodef-e-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-woo-product-showcase-slider h1.qodef-e-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-woo-product-showcase-slider {
    height: auto;
  }
  .qodef-woo-product-showcase-slider .qodef-e-product-showcase-inner {
    bottom: initial;
    top: 60vh;
    left: 2.8%;
  }
  .qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner {
    flex-direction: column;
  }
  .qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner > * {
    width: 100%;
  }
  .qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner > .qodef-e-media-wrapper {
    max-height: 75vh;
  }
  .qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner > .qodef-e-content {
    padding: 10%;
    display: flex;
    justify-content: space-between;
  }
  .qodef-woo-product-showcase-slider .qodef-e .qodef-e-content-media,
  .qodef-woo-product-showcase-slider .qodef-e .qodef-e-product {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-woo-product-showcase-slider .qodef-e-product-showcase-inner {
    top: 60vh;
    max-width: 75%;
    left: 2.6%;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-woo-product-showcase-slider .qodef-e-product-showcase-inner {
    top: 65vh;
    max-width: 75%;
    left: 3.6%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-woo-product-showcase-slider .qodef-e-product-showcase-inner {
    top: 63.5vh;
    max-width: 75%;
    left: 3.6%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-woo-product-showcase-slider .qodef-e-product-showcase-inner {
    top: 31.5vh;
  }
  .qodef-woo-product-showcase-slider h1.qodef-e-title {
    font-size: 55px;
  }
  .qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner > .qodef-e-media-wrapper {
    max-height: 61vh;
  }
  .qodef-woo-product-showcase-slider .swiper-slide > .qodef-e-inner > .qodef-e-content {
    padding: 15% 5%;
  }
  .qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-content {
    margin-top: 15px;
  }
  .qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-product-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-product-info .price {
    padding: 5px 0 0 0;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    gap: 80px;
  }
  .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary > * {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary {
    padding: 0 40px;
  }
  .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary > * {
    max-width: 100%;
  }
  .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    flex-direction: column;
    gap: inherit;
  }
  .qodef-product-layout--full-width
    div#qodef-woo-page.qodef--single
    .qodef-woo-single-inner
    .entry-summary,
  .qodef-product-layout--full-width
    div#qodef-woo-page.qodef--single
    .qodef-woo-single-inner
    .qodef-woo-single-image {
    flex-basis: initial;
  }
  .qodef-product-layout--full-width
    div#qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--left
    .woocommerce-product-gallery__wrapper
    > .qodef-woo-thumbnails-wrapper {
    width: 15%;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary {
    margin-top: 32px;
  }
  .qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 85px;
  }
  .qodef-product-layout--full-width
    div#qodef-woo-page.qodef--single
    .woocommerce-product-gallery
    .qodef-woo-swiper-container {
    display: inline-block;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 auto 38px 0;
    width: 96%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-grid-inner {
    --qode-columns-row-gap: 0;
  }
  .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-content {
    margin-right: 0;
  }
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 0 38px 0;
    width: 100%;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    margin-right: 0;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 7px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: block;
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-image-marquee .qodef-m-content.qodef--desktop {
    display: none;
  }
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-info-gallery.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
  .qodef-info-gallery .qodef-m-inner {
    height: auto;
  }
  .qodef-info-gallery .qodef-m-inner > div {
    width: 100%;
    height: 50vh;
    flex-basis: 100%;
    overflow: hidden;
  }
  .qodef-info-gallery .qodef-m-inner .qodef-info-box {
    height: auto;
    padding: 5.1% 5.1% 35px;
  }
  .qodef-info-gallery .qodef-m-inner .qodef-info-box .qodef-m-image {
    width: 30%;
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .qodef-info-gallery .qodef-m-inner .qodef-info-box .qodef-m-image img {
    width: auto;
    height: auto;
  }
  .qodef-info-gallery .qodef-m-inner .qodef-info-box .qodef-m-content {
    padding-top: 0;
  }
  .qodef-info-gallery.qodef-info-box-mobile--top-left .qodef-info-box {
    order: 1;
  }
  .qodef-info-gallery.qodef-info-box-mobile--top-left .qodef-image-box.qodef--1 {
    order: 2;
  }
  .qodef-info-gallery.qodef-info-box-mobile--top-left .qodef-image-box.qodef--2 {
    order: 3;
  }
  .qodef-info-gallery.qodef-info-box-mobile--top-left .qodef-image-box.qodef--3 {
    order: 4;
  }
  .qodef-info-gallery.qodef-info-box-mobile--top-right .qodef-info-box {
    order: 2;
  }
  .qodef-info-gallery.qodef-info-box-mobile--top-right .qodef-image-box.qodef--1 {
    order: 1;
  }
  .qodef-info-gallery.qodef-info-box-mobile--top-right .qodef-image-box.qodef--2 {
    order: 3;
  }
  .qodef-info-gallery.qodef-info-box-mobile--top-right .qodef-image-box.qodef--3 {
    order: 4;
  }
  .qodef-info-gallery.qodef-info-box-mobile--bottom-left .qodef-info-box {
    order: 3;
  }
  .qodef-info-gallery.qodef-info-box-mobile--bottom-left .qodef-image-box.qodef--1 {
    order: 1;
  }
  .qodef-info-gallery.qodef-info-box-mobile--bottom-left .qodef-image-box.qodef--2 {
    order: 2;
  }
  .qodef-info-gallery.qodef-info-box-mobile--bottom-left .qodef-image-box.qodef--3 {
    order: 4;
  }
  .qodef-info-gallery.qodef-info-box-mobile--bottom-right .qodef-info-box {
    order: 4;
  }
  .qodef-info-gallery.qodef-info-box-mobile--bottom-right .qodef-image-box.qodef--1 {
    order: 1;
  }
  .qodef-info-gallery.qodef-info-box-mobile--bottom-right .qodef-image-box.qodef--2 {
    order: 2;
  }
  .qodef-info-gallery.qodef-info-box-mobile--bottom-right .qodef-image-box.qodef--3 {
    order: 3;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-info-gallery .qodef-m-inner .qodef-info-box {
    flex-direction: column;
    padding: 60px 7% 35px;
  }
  .qodef-info-gallery .qodef-m-inner .qodef-info-box .qodef-m-image {
    width: auto;
    margin-right: 0;
  }
  .qodef-info-gallery .qodef-m-inner .qodef-info-box .qodef-m-image img {
    width: auto;
    height: auto;
  }
  .qodef-info-gallery .qodef-m-inner .qodef-info-box .qodef-m-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-item-showcase {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .qodef-item-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    padding-right: 40px;
    margin: 0 !important;
  }
  .qodef-item-showcase .qodef-m-items {
    left: 40%;
    width: calc(100% - 40%);
  }
  .qodef-item-showcase .qodef-m-items .qodef-m-item {
    transition-delay: 0s;
  }
  .qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: left;
  }
  .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
    margin-top: 40px;
  }
  .qodef-item-showcase .qodef-m-item {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-item-showcase .qodef-m-image {
    display: none;
  }
  .qodef-item-showcase .qodef-m-items {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 26px;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(1) {
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(2) {
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(3) {
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(4) {
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(5) {
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(6) {
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(7) {
    left: 271px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    left: auto;
    right: 0;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(1) {
    right: auto;
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(2) {
    right: auto;
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(3) {
    right: auto;
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(4) {
    right: auto;
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(5) {
    right: auto;
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(6) {
    right: auto;
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(7) {
    right: auto;
    left: 271px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-sp-holder .qodef-sp-inner {
    flex-direction: column;
    max-width: 360px;
    margin: auto;
    padding: 15px;
    border: 1px solid #d7ded7;
  }
  .qodef-sp-holder .qodef-sp-inner .qodef-sp-content-container,
  .qodef-sp-holder .qodef-sp-inner .qodef-sp-image-container {
    width: 100%;
    border: 0;
  }
  .qodef-sp-holder .qodef-sp-inner .qodef-sp-image-container {
    min-height: 44vh;
    background-position-y: 17%;
  }
  .qodef-sp-holder .qodef-sp-close {
    top: 18px;
    right: 25px;
  }
  .qodef-sp-holder .qodef-sp-content-container {
    padding: 35px 14px 26px 14px;
  }
}
@media only screen and (max-width: 1200px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs {
    margin-top: 0 !important;
  }
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-title {
    display: none;
  }
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    line-height: 1.187em;
  }
}
