/*
Theme Name: Underscores Child
Description: Child theme of Underscores
Template: _s-master
Version: 1.0
*/

/* Your custom styles here */

/*--Header--*/

.home .site-header,
.page-template-template-contact .site-header{
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
body:not(.single-product) .site-header .custom-logo{
  filter: brightness(0) invert(1);
}
.home .site-branding .custom-logo-link,
.page-template-template-contact .site-branding .custom-logo-link {
  justify-content: center;
}
.home .site-branding,
.page-template-template-contact .site-branding {
  padding: 0;
}
.site-header .jo_col_4,
.site-header .jo_col_5{
  display: flex;
  align-items: center;
}
.menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu li{}
.top_bar .menu li a{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.5s ease;
  padding: 0 7px;
}
.site-header .menu > li > a{
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.5s ease;
  padding: 0;
  font-weight: bold;
  /*text-shadow: 2px 2px 2px #000;*/
}
#menu-left-menu{
  justify-content: flex-end;
}
#menu-heade-nav > li{
  display: flex;
  align-items: center;
  gap: 22px;
}
#menu-top-menu > li.catalog_top_menu > a {
  border-radius: 92px;
  padding: 4px 40px;
  border: 1px solid #666;
  color: rgba(44, 25, 17, 0.87);
  background: #fff;
  font-weight: bold;
}
#jopa_header #menu-top-menu > li.catalog_top_menu > a::before, #jopa_header #menu-top-menu > li.catalog_top_menu > a::after {
  content: none;
}
/*
#menu-heade-nav > li:not(:last-child)::after {
  content: "";
  background: url(/wp-content/uploads/2025/10/Arrow-5.png);
  width: 30px;
  height: 16px;
}
*/
.single-product #jopa_header #menu-heade-nav.menu li a{
  color: #362404;
}
@media (min-width: 769px) {
	.single-product #jopa_header .menu li a::before, .single-product #jopa_header .menu li a::after {
	  background: #362404;
	}
}
.site-header .jo_col_9,
.top_bar .jo_col_6{
  align-content: center;
}
.top_bar .jo_row {
  border-radius: 0 0 10px 10px;
  background: rgba(44, 25, 17, 0.87);
  padding-inline: 20px 16px;
}
.top_bar .menu{
  padding-block: 15px;
}

@media (min-width: 769px) {
	#jopa_header .menu > li > a::before,
	#jopa_header .menu > li > a::after{
	  content: "";
	  position: absolute;
	  right: 0;
	  left: 0;
	  background: #fff;
	  height: 1px;
	  transition: all 0.5s ease;
	  transform: scale(0) rotate(45deg);
	}
	#jopa_header .menu > li > a::before{
	  top: -2px;
	}
	#jopa_header .menu > li > a::after{
	  bottom: -3px;
	}
	#jopa_header .menu > li.current-menu-item > a::before,
	#jopa_header .menu > li.current-menu-item > a::after,
	#jopa_header .menu > li > a:hover::before,
	#jopa_header .menu > li > a:hover::after{
	  transform:none;
	}
	#jopa_header #menu-heade-nav > li:first-child > a::before,
	#jopa_header #menu-heade-nav > li:first-child > a::after{content: none;}
}

#jopa_header .menu li.menu-item-has-children{}
#jopa_header .menu li.menu-item-has-children > a {
  background: url(/wp-content/uploads/2025/10/arrow-bottom-white.png) no-repeat scroll 0 center;
  padding-inline-end: 18px;
}
#jopa_header .menu li .sub-menu {
  background: #fff;
  padding:5px 15px;
  border: 1px solid #E8AB27;
  border-radius: 10px;
  width: 200px;
  left: auto;
  display: none;
}
#jopa_header .menu li:hover > .sub-menu{display: block;}
#jopa_header .menu li .sub-menu > li{
	
}
#jopa_header .menu li .sub-menu a svg{
  height: 26px;
  width: 40px;
}
#jopa_header .menu li .sub-menu a {
  width: auto;
  color: var(--color-brown);
  display: flex;
  padding: 8px 0;
  gap: 20px;
  align-items: center;
  font-size: 20px;
}
#jopa_header .menu li#menu-item-679 .sub-menu > li:last-child svg{
  height: 36px;
  margin: -10px 0;
}
#jopa_header .menu li .sub-menu > li:not(:last-child) a{
  border-bottom: 1px solid;
}
.search-form > label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-form > label > input {
  border: 0;
  border-radius: 0;
  font-size: 18px;
  box-shadow: none;
  color: #000;
  max-width: 0;
  padding: 0;
  transition: 0.3s;
  width: 100%;
  height: 36px;
}

.search-form>label>input:focus,
.search-form>label>input:active,
.search-form>label:hover>input {
  max-width: 300px;
  padding: 0 10px;
}
.search-form > label > button {
  padding: 0 !important;
  background: none !important;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.search-form input.search-submit {
  display: none;
}
.site-branding{
  padding: 7px 0 5px;
}
.site-branding .custom-logo-link{
  display: flex;
  justify-content: end;
}
body #jopa_header{
  z-index: 99;
}
body:not(.single-product) #jopa_header{
  background: linear-gradient(0deg, rgba(27, 17, 13, 0.00) 0%, #1B110D 100%);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.entry_header *{
  align-content: center;
}
.entry_header{
  padding: 5px 0;
}
.entry_header h1{
  color: #fff;
  font-size: var(--font-size-24);
  margin: 0;
}
.single-product .entry_header h1{
  color: var(--color-brown);
}
.entry_header #breadcrumbs{
  margin: 0;
  text-align: left;
}
.entry_header #breadcrumbs *{
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
.single-product .entry_header #breadcrumbs *{
  color: #7E634E;
}

/* CSS Variables */
:root {
    --color-brown: #362404;
    --color-brown-light: #E3D7C1;
    --color-blue-darck: #0C3E54;
    --color-black: #1E1920;
    --color-white: #fff;
	
	--font-size-xl: 56px;
    --font-size-lg: 40px;
    --font-size-36: 36px;
    --font-size-30: 30px;
    --font-size-24: 24px;
    --font-size-md: 20px;
    --font-size-sm: 18px;
}

.whatsapp_icon{
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: green;
  width: 54px;
  padding: 3px;
  border-radius: 6px;
  height: 54px;
  z-index: 999;
}

/*-------General Settings-----------*/

body, div, span, p, h1, h2, h3, h4{font-family: 'Open Sans Hebrew condensed', sans-serif;}

.content_centered{text-align: center;}
.align_center {align-content: center;}
.border_radius23{border-radius: 23px;}
.border_radius16{border-radius: 16px;}
.light_color{  color: var(--color-brown-light);}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1.5s;
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}
h1 {font-size: var(--font-size-xl);}
h2 {
  font-size: var(--font-size-lg);
  margin: 0;
  font-weight: 400;
  color: var(--color-brown);
}
h3 {
  font-size: var(--font-size-36);
  margin: 0;
  font-weight: 400;
  color: var(--color-brown);
}
p {
  color: #8F794F;
  font-size: var(--font-size-sm);
  margin: 0 0 10px;
}
hr{
  background: linear-gradient(90deg, #E8AB27 0%, #F5F5F5 49.04%, #92630B 100%);
  width: 100%;
  margin: 0;
}

.buttons_wrapp{
  display: flex;
  justify-content: center;
  gap: 18px;
}
.buttons_wrapp_column{
  flex-direction: column;
}
.box_button {
  background: linear-gradient(90deg, #E8AB27 0%, #F5F5F5 49.04%, #92630B 100%);
  border-radius: 52px;
  width: 130px;
  height: 38px;
  padding: 1px;
}
.box_button > a{
  display: flex;
  width: 128px;
  height: 36px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #000;
  border-radius: 52px;
  color: var(--color-brown-light);
  font-size: 20px;
}

.jo_container{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 770px){
	.pd_left160{padding-left:160px;}
	
	
	.padding_inline_end_100{padding-inline-end: 100px;}
	.padding_inline_start_container{padding-inline-start: calc((100% - 1370px) / 2);}
	.padding_inline_end_container{padding-inline-end: calc((100% - 1370px) / 2);}
	.jo_row{
	  display: flex;
	  flex-wrap: wrap;
	}
	.jo_col_12{
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.jo_col_11{
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.jo_col_10{
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.jo_col_9{
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.jo_col_8{
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.jo_col_7{
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.jo_col_6{
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.jo_col_5{
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.jo_col_4{
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.jo_col_3{
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.jo_col_2 {
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.jo_col_1 {
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}


	/*--Grid--*/
	.ps-grid{display: grid;}
	.ps-grid-2{grid-template-columns: repeat(2, 1fr);}
	.ps-grid-3{grid-template-columns: repeat(3, 1fr);}
	.ps-grid-4{grid-template-columns: repeat(4, 1fr);}
	.ps-grid-5{grid-template-columns: repeat(5, 1fr);}
	.ps-grid-gap15{gap:15px;}
	.ps-grid-gap20{gap:20px;}
	.ps-grid-gap30{gap:30px;}
	.ps-grid-gap40{gap:40px;}
	.ps-grid-gap60{gap:60px;}
	.ps-grid-gap70{gap:70px;}
	
}
.post, .page {
  margin: 0;
}

#showroom_hero {
/*   height: 100vh; */
	height:auto;
	background:#EEDBC2;
}
#showroom_hero .jo_container{
  border-radius: 9px;
  background: rgba(27, 17, 13, 0.78);
  max-width: 700px;
  padding: 20px;
  text-align: center;
}
.video_hp1_bg {
  height: 100%;
  width: 100%;
}
.video_hp1_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.showroom_text_wrapp_s1{
/*   background: linear-gradient(180deg, rgba(255, 210, 150, 0.00) 0, #EEDBC2 65%, #EDE3D5 100%);
  position: absolute; */
	background:#EEDBC2;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
  top: 50vh;
  align-content: end;
  padding: 60px 0 60px;
}
.showroom_box_s1{}
.showroom_box_s1 h2{
  color: #fff;
}
.showroom_box_s1 h3{
  font-size: var(--font-size-24);
  color: #fff;
  margin: 0 0 20px;
}
.showroom_text_wrapp_s1 .intro_text{
  font-size: var(--font-size-sm);
  max-width: 730px;
  text-align: center;
  margin: 90px auto 0;
}

.site-footer{
  background: #000;
  padding: 15px 0;
}
.copyright{
  font-size: 16px;
  color: #fff;
}
.credit{
  direction: ltr;
}
.credit a{
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 8px;
}
.footer_links{
  text-align: center;
  color: #fff;
}
.footer_links a{
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.page-template-showroom-page #work_process {
  background-image: url(/wp-content/uploads/2025/10/fff-2-1.png);
  background-repeat: no-repeat;
  background-color: #1b110d;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.archive  #work_process {
  background-color: #1b110d;
  padding-top: 220px;
  padding-bottom: 80px;
  text-align: center;
  margin-top: -160px;
}
#work_process h2{
  color: #ede3d5;
}
.work_process{
  list-style: none;
  margin: 80px 0 0;
  padding: 0;
  display: flex;
}
.work_process_item{
 /* counter-increment: my-counter; */
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
/*
.work_process_item::before{
  content: counter(my-counter) "";
  width: 54px;
  height: 54px;
  border: 1px solid #EDE3D5;
  border-radius: 50%;
  align-content: center;
  color: #EDE3D5;
  background: #1B110D;
  font-size: var(--font-size-24);
  margin: -15px auto 0;
}
*/
.work_process_item:not(:last-child)::after{
  content: "";
  background: url(/wp-content/uploads/2025/10/Arrow-5.png);
  position: absolute;
  top: 55px;
  width: 49px;
  height: 16px;
  left: -25px;
}
.number_work_process{
	width: 54px;
  height: 54px;
  border: 1px solid #EDE3D5;
  border-radius: 50%;
  align-content: center;
  color: #EDE3D5;
  background: #1B110D;
  font-size: var(--font-size-24);
  margin: -15px auto 0;
}
.work_process_item .icon_work_process {
  order: -1;
  width: 120px;
  height: 120px;
  background: #EDE3D5;
  border-radius: 50%;
  align-content: center;
}
.work_process_item h3{
  font-size: var(--font-size-24);
  color: #ede3d5;
}
.work_process_item p{
  color: #ede3d5;
  padding: 0 27px;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 0;
}

div#products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.product-item {
  padding: 10px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 29px -7px rgba(0, 0, 0, 0.10);
  text-align: center;
  position: relative;
  transition: ease-in-out 0.5s;
}
.product-item a{
  text-decoration: none;
}
.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-img img{
  width: 100%;
  height: 230px;
  border-radius: 12px;
  object-fit:cover;
}
.product-item h3{
  font-size: 20px;
  font-weight: 700;
  color: #7E634E;
  margin-top: 15px;
}
.product-item hr {
  width: 100px;
  margin: 15px auto;
  height: 2px;
  border-radius: 50px;
  transition: ease-in-out 0.3s;
  background: linear-gradient(90deg, #E3D7C1 0%, #8F794F 100%);
}
.product-item:hover hr {
  width: 80%;
}
.product-item .description{
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}



.wpcf7 form, .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
  direction: rtl;
}
#contact_section_cf7{
  padding: 80px 0 65px;
}
#contact_section_cf7 h2,
#contact_section_cf7 h3{
  text-align: center;
  color: var(--color-brown-light);
}
#contact_section_cf7 h3{
  font-size: var(--font-size-24);
  margin: 0 0 60px;
}
.cf_cs{
  display: flex;
  flex-wrap: wrap;
}
.cf_cs > p{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  width: calc(100% - 160px);
}
.cf_cs + p{
  margin: 10px 0 0;
}
.cf_cs .jo_required{
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  width: auto;
  display: block;
  z-index: -1;
}
.cf_cs .wpcf7-form-control-wrap{
  background: linear-gradient(90deg, #E8AB27 0%, #F5F5F5 49.04%, #92630B 100%);
  border-radius: 50px;
  padding: 2px;
  display: flex;
  height: 40px;
}
.cf_cs .wpcf7-form-control-wrap input{
  border-radius: 50px;
  border: 0;
  background: #fff;
  width: 100%;
  height: 36px;
  padding: 0 15px;
}
.cf_cs .submit_wrapp{
  background: linear-gradient(90deg, #E8AB27 0%, #F5F5F5 49.04%, #92630B 100%);
  border-radius: 50px;
  padding: 2px;
  display: flex;
  height: 40px;
  width: 146px;
  margin-right: 13px;
}
.cf_cs .submit_wrapp p{
  margin: 0;
  display: block;
  width: 100%;
  border-radius: 50px;
  height: 36px;
  overflow: hidden;
}
.cf_cs .wpcf7-submit{
  color: #E3D7C1;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #362404;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans Hebrew condensed', sans-serif;
}
.cf_cs .wpcf7-spinner{
  position: absolute;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans Hebrew condensed', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans Hebrew condensed', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans Hebrew condensed', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 20px;
  font-family: 'Open Sans Hebrew condensed', sans-serif;
}
.wpcf7-acceptance input[type="checkbox"]{
  margin: 0 0 0 7px;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label a{
  color: #EDE3D5;
}

#top_footer{
  background: #1B110D;
  padding: 60px 0;
}
#top_footer .footer_wrapp_menu{
  flex: 0 0 73%;
  max-width: 73%;
}
#top_footer .footer_wrapp_newsletter{
  flex: 0 0 27%;
  max-width: 27%;
}
#social_media{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
#social_media .social{
  width: auto;
}
#social_media .social svg{
  width: 22px;
  height: 22px;
}
.footer_wrapp_menu{
  display: flex;
  gap: 50px;
}
.footer_menu{}
.footer_menu h4{}
.footer_menu .menu{
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  margin: -6px 0 0;
}
.footer_menu .menu a{
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
}
.footer_menu .menu a::before{
  content:"";
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  flex-shrink: 0;
  background: #EDE3D5;
}

.footer_menu h4,
#top_footer form .jo_required{
  color: #EDE3D5;
  font-weight: 700;
  margin: 0 0 15px;
  display: block;
  font-size: 16px;
}
#top_footer form .wpcf7-form-control-wrap input:not([type="checkbox"]){
  border-radius: 22px;
  border: 1px solid #EDE3D5;
  background: none;
  height: 44px;
  color: #fff;
  padding: 0 20px;
  width: 100%;
}
#top_footer form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity:1;
}
#top_footer form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity:1;
}
#top_footer form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity:1;
}
#top_footer form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity:1;
}
#top_footer form input[type="submit"]{
  border-radius: 22px;
  border: 1px solid #EDE3D5;
  background: #7E634E;
  height: 36px;
  color: #EDE3D5;
  font-size: 16px;
  padding: 0 30px;
  margin: 0 auto 0 0;
  display: block;
  font-family: 'Open Sans Hebrew condensed', sans-serif;
}
#top_footer form .jo_required{
  padding: 0 20px;
}
#top_footer .wpcf7-acceptance .wpcf7-list-item-label, #top_footer .wpcf7-acceptance .wpcf7-list-item-label a {
  font-size: 14px;
}
.wpcf7-spinner{
  position: absolute;
}
#top_footer form p{
  margin: 0;
}
.wpcf7 form .jo_col_12{
 margin-bottom: 20px;
}
.wpcf7 form .jo_col_4{
  align-content: center;
}

@media (max-width: 768px){
	
#masthead {
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(44, 25, 17, 0.87);
  z-index: 9999;
}
#masthead .jo_row {
  display: flex;
  flex-wrap: wrap;
}
#masthead .custom_logo {
  padding: 0 15px 0 0;
  width: auto;
}
#masthead .custom-logo-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-content: center;
  max-width: 250px;
  height: 70px;
  gap: 5px;
}
#masthead .custom-logo {
  max-height: 80%;
  width: auto;
  filter: brightness(0) invert(1);
}
#masthead .jo_col_8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
#masthead .jo_col_2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.search_mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 5px;
}
.search_mobile span {
  display: flex;
}
.custom_menu {
  padding: 0;
}
.jo_search_form .search-form > .search-submit, .search_mobile.active .search_mobile_icon, .search_mobile:not(.active) .search_mobile_icon_close {
  display: none;
}
#menu_jo {
  height: 100%;
  display: flex;
}
.menu_wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 15px;
  overflow: auto;
  width: auto;
  height: auto;
  padding: 0;
  transition: all 1s ease;
  transform: translate(-100%, 0);
  left: 0;
  bottom: 0;
  background: #FAF9F9;
  box-shadow: 9px 6px 11.8px -9px rgba(0, 0, 0, 0.25);
}
.hamburger {
  display: flex;
  align-items: center;
  margin: auto;
}
.search_mobile svg path,
.hamburger svg path{
  fill:#fff;
}
.jo_search_form {
  position: fixed;
  right: 0;
  left: 0;
  top: 70px;
  z-index: 9;
  background: #fff;
  padding: 10px;
}	
.jo_search_form:not(.active) {
  display: none;
}
.jo_search_form .search-form > label {
  display: block;
  position: relative;
}
.jo_search_form .search-form > label input{
  border: 1px solid var(--color-brown);
  border-radius: 0;
  font-size: 20px;
  max-width: 100%;
  padding: 10px;
}
.jo_search_form .search-form > label button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_hamburger svg path,
.jo_search_form .search-form > label button svg path{
  fill: var(--color-brown);
}
.menu .menu-item-has-children > a {
  background: #fff url(/wp-content/uploads/2025/10/arrow-bottom-1.png) no-repeat scroll 20px center;
}
.menu .menu-item-has-children.active > a {
  background-color: var(--color-brown);
  color: #fff;
}

.menu .menu-item-has-children .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  border: 1px solid var(--color-brown);
  padding-top: 0;
  border-radius: 7px;
}
.menu .menu-item-has-children.active a .dropdown-menu-toggle {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}
.menu .menu-item-has-children.active .sub-menu {
  margin: -20px 0 0;
  padding: 20px 0 0;
}
.menu .menu-item-has-children .sub-menu li a {
  font-size: 20px;
  display: block;
  padding: 14px 20px;
  line-height: 1;
  color: #000;
}
.menu .menu-item-has-children .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #D9D9D9;
}
#menu_jo.active + .menu_wrapper {
  transform: none;
}
.close_hamburger {
  z-index: 9999;
  height: 36px;
  align-content: center;
  padding: 20px 20px 0;
}
#masthead .menu_wrapper .custom-logo {
  filter: none;
}
#masthead .menu_wrapper .custom-logo-link {
  justify-content: center;
  margin: 0 auto;
}
.menu {
  margin:20px 0;
  list-style: none;
  flex-direction: column;
  gap: 0;
}
.menu > .menu-item {
  margin: 0 0 8px;
  padding: 0 20px;
  width: 100%;
}
.menu > li > a{
  font-size: 24px;
  display: block;
  color: var(--color-brown);
  border-radius: 7px;
  border: 1px solid var(--color-brown);
  background: #fff;
  padding: 14px 20px;
  line-height: 1;
}
.menu .menu-item.hr_top {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  margin-top: 20px;
}
.menu .menu-item.bg_brown > a {
  background: var(--color-brown) url(/wp-content/uploads/2025/10/arrow-bottom-white.png) no-repeat scroll 20px center;
  color: #fff;
}
#products_categories .mb_slider .slick-dots {
  bottom: -50px;
}
.mb_slider .slick-dots li{
  width: 14px;
  height: 14px;
}
.mb_slider .slick-dots li button{
  background: var(--color-brown-light);
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.mb_slider .slick-dots li.slick-active button{
  background: var(--color-blue-darck);
}
.mb_slider .slick-dots li button::before{content: none;}
.mb_slider .slick-slide{margin: 0 5px;}

.copyright {text-align: center;margin-bottom: 15px;}
.credit a{align-items: center;justify-content: center;}
.credit a svg{width: 60px;}


[dir="rtl"] .slick-prev {
  right: 10px;
  z-index: 1;
  width: 40px;
  height: 36px;
}
[dir="rtl"] .slick-next {
		z-index: 1;
	  left: 10px;
	  width: 40px;
	  height: 36px;
}
.slick-prev::before, .slick-next::before {
		font-size: 40px;
	  opacity: 1;
}

:root {
    --font-size-xl: 36px;
    --font-size-lg: 32px;
    --font-size-36: 26px;
    --font-size-30: 24px;
    --font-size-24: 20px;
    --font-size-md: 18px;
    --font-size-sm: 16px;
}

.showroom_text_wrapp_s1 {
  background: linear-gradient(180deg, rgba(255, 210, 150, 0.00) 0, #EEDBC2 15%, #EDE3D5 100%);
  padding: 0 15px 20px;
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: -100px;
}
.showroom_box_s1 h2 {line-height: 1;}
.showroom_text_wrapp_s1 .intro_text{margin: 20px auto 0;}

.work_process{margin-top: 50px;}
.work_process_item{border-right: 2px solid #7E634E;}
.work_process_item::after {
  content: "";
  background: url(/wp-content/uploads/2025/10/Arrow-5.png);
  position: absolute;
  top: 55px;
  width: 49px;
  height: 16px;
  left: 35px;
  z-index: -1;
}
#work_process .slick-dots {
  bottom: -60px;
}
.archive #work_process{
  padding-top: 150px;
}
#contact_section_cf7 h2 {
  line-height: 1.2;
  margin: 0 0 10px;
}
#contact_section_cf7 h3 {
  margin: 0 0 20px;
}
.cf_cs > p {
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.cf_cs .submit_wrapp{
  width: 190px;
  margin-right: 0;
}
.wpcf7-list-item {
  margin: 10px 5px 0;
}
.entry_header {
  padding: 5px 0;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 1;
}
.entry_header::after {
  content: "";
  background: linear-gradient(0deg, rgba(27, 17, 13, 0.00) 0%, #1B110DD4 100%);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 156px;
  z-index: -1;
}
.entry_header #breadcrumbs {
  text-align: right;
}
#top_footer .footer_wrapp_menu {
  display: none;
}
#top_footer .footer_wrapp_newsletter {
  max-width: 100%;
}
.menu li.current-menu-item a{
	background: #7E634E;
    color: #fff !important;
}
#showroom_hero {
  height: auto;
}
.video_hp1_bg {
  height: 66vh;
}
.single-product .entry_header h1, .single-product .entry_header #breadcrumbs *{
  color: #fff;
}

}