@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//lunex.ee/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.2") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//lunex.ee/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//lunex.ee/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//lunex.ee/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//lunex.ee/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//lunex.ee/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//lunex.ee/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//lunex.ee/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//lunex.ee/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(188,136,60);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 300;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(188,136,60);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(188,136,60);
	--btn-accented-bgcolor-hover: rgb(188,154,103);
	--btn-font-weight: 400;
	--btn-transform: none;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(51,51,51);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.whb-general-header .container {
    max-width: 100%;
}
.wd-slide-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.wd-tools-element .wd-tools-icon:before {
    font-size: 30px!important;
}
.hamburger-wrapper {
    position: fixed;
    right: 20px;
    top: 35px;
    z-index: 1005;
}

@media (max-width: 769px) {
	.hamburger-wrapper {
    position: fixed;
    right: 70px;
    top: 20px;
    z-index: 1005;
} }
.hamburger-label {
    right: 20px;
}
/* Гамбургер */
.hamburger {
  width: 50px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
  box-sizing: content-box;
}
.hamburger-label {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1006; /* выше overlay */
  position: relative;
}
.hamburger span {
  display: block;
  height: 3px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 2px;
  transition: 0.4s ease;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(35deg);
	background: #000;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-12px) rotate(-35deg);
	background: #000;
}

/* Меню */
.side-menu {
  position: fixed;
  top: 0;
  right: -400px;
  width: 360px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.4s ease;
  z-index: 1001;
  overflow-y: auto;
}
.side-menu.open {
  right: 0;
}

.menu-inner {
  padding: 60px 20px;
}

.hamburger,
.menu-title {
  pointer-events: auto;
  touch-action: manipulation;
}

/* Затемнение фона */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.overlay.visible {
  opacity: 1;
  visibility: visible;
}

/* Стили для меню */
.side-menu ul {
  list-style: none;
  padding: 0;
  padding-top: 4em;
}
.side-menu li {
	font-size: 1.4rem;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.4s ease;
}

.side-menu li.animate-in {
  opacity: 1;
  transform: translateX(0);
}

/* Поочерёдная задержка */
.side-menu li:nth-child(1) { transition-delay: 0.2s; }
.side-menu li:nth-child(2) { transition-delay: 0.4s; }
.side-menu li:nth-child(3) { transition-delay: 0.6s; }
.side-menu li:nth-child(4) { transition-delay: 0.8s; }
.side-menu li:nth-child(5) { transition-delay: 1s; }
.side-menu li:nth-child(6) { transition-delay: 1.2s; }
.side-menu li:nth-child(7) { transition-delay: 1.4s; }

.menu-title {
		font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: opacity 0.3s ease;
    text-align: right;
}
.hamburger-wrapper.menu-open .menu-title {
    color: #000;
}
.current-menu-item {
    font-weight: 400;
}
.current-menu-item a {
    color: #BC883C;
}
li.wd-nav-pagin-item.wd-active span {
    color: var(--wd-primary-color) !important;
}
@media (min-width: 1024px) {
.cs-projects .wd-gallery-item.wd-carousel-item.wd-slide-visible.wd-full-visible {
    opacity: 1;
}

.wd-gallery-item.wd-carousel-item.wd-slide-visible {
    opacity: .3;
}
.wd-nav-pagin-wrap {
    margin-top: 40px;
}

.cs-projects .wd-gallery-item.wd-carousel-item.wd-slide-visible {
	height: 400px;
  margin: auto 0;
}
.cs-projects .wd-gallery-item.wd-carousel-item.wd-slide-visible.wd-full-visible {
	height: 570px;
  transition: ease-in-out .5s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.cs-projects .wd-gallery-item.wd-carousel-item.wd-slide-visible.wd-full-visible.wd-slide-prev,
.cs-projects .wd-gallery-item.wd-carousel-item.wd-slide-visible.wd-full-visible.wd-slide-next {
	height: 400px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.cs-projects .wd-gallery-item.wd-carousel-item.wd-slide-visible.wd-full-visible.wd-active {
	height: 570px;
  min-height: 570px;
}
.cs-projects .wd-carousel {
    padding: 2.4em!important;
}

.cs-projects  .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
        opacity: 1!important;
        pointer-events: none;
    }
.cs-projects .wd-btn-arrow.wd-prev .wd-arrow-inner:after {
    content: '';
    background: url(https://lunex.ee/wp-content/uploads/2025/06/arrow-left.png);
    background-size: cover;
    width: 46px;
    height: 46px;
    background-position: center;
}
.cs-projects .wd-btn-arrow.wd-next .wd-arrow-inner:after {
    content: '';
    background: url(https://lunex.ee/wp-content/uploads/2025/06/arrow-right.png);
    background-size: cover;
    width: 46px;
    height: 46px;
    background-position: center;
}
.cs-projects .wd-autoheight, .wd-autoheight .wd-carousel-item {
    height: auto;
    max-height: 570px;
}
}
.footer-icons {
    padding-left: 40px;
}
@media (max-width: 1024px) {
	.mobile-hidden {
		display: none;
	}
}
.wd-portfolio-btns {
    display: none;
}
header span.wd-icon {
    font-size: 20px;
}
/* test

*/

@media screen and (max-width: 1024px) {
  .hamburger-wrapper,
  .menu-inner,
  .hamburger-label {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
    position: fixed !important;
    z-index: 9999 !important;
  }
}
#gallery-1 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  padding: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}

#gallery-1::-webkit-scrollbar {
  height: 6px;
}

#gallery-1::-webkit-scrollbar-track {
  background: transparent;
}

#gallery-1::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
}

#gallery-1 .gallery-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 200px!important;
}

#gallery-1 .gallery-icon img {
  display: block;
  height: auto;
  max-height: 300px;
	min-height: 320px;
  object-fit: cover;

  transition: transform 0.3s ease;
}

#gallery-1 .gallery-icon img:hover {
  transform: scale(1.05);
}
img.swiper-slide-image {
    padding: 30px;
}
@media (max-width: 560px) {
    .howtoorder .wd-carousel-wrap {
    display: block;
	} .howtoorder .wd-info-box.text-center.box-icon-align-right.box-style-base {
    margin-bottom: 1em;
} }

.post-type-archive-portfolio .wd-project .entry-thumbnail img {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
}
.post-type-archive-portfolio .wd-project .wrap-meta {
	display: none;
}