/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

a:focus {
  outline: 4px dotted lightblue;
  outline-offset: 4px;
  /*background: #ffa;*/
}
.breadcrumbs {
    background: #fff;
}
.page-id-9516 .breadcrumbs,
.page-id-9 .breadcrumbs{
    background: rgba(0,0,0,0);
}
.post-password-form { margin: 30px; }

body .wd-popup.wd-promo-popup{background: none !important;}
body .wd-popup.wd-promo-popup .elementor-section{padding: 0;border: 0;}
#elementor-menu-cart__toggle_button{background: none;}
#elementor-menu-cart__toggle_button .elementor-button-text{order: 0;margin: 0 0 0 10px;}
#elementor-menu-cart__toggle_button .elementor-button-text bdi {color: #000;font-size: 20px;font-weight: 600;}
#elementor-menu-cart__toggle_button .elementor-button-text .woocommerce-Price-currencySymbol{display: none;}
.wd-action-btn.product-compare-button{display: none !important;}
#menu-mobile-navigation  a span{color:#666 !important;}
/*--Header--*/

/*
@media (min-width: 1500px){
    #top_banner_title, .archive .page-title, .main-page-wrapper > .page-title-default {
	  background-size: contain;
	  background-repeat: no-repeat;
      background-color: #fff;
	}
	.page-id-9271 .main-page-wrapper > .page-title-default{
		background-color: var( --e-global-color-primary );
	}
}*/
.title-size-default .title {
  text-transform: uppercase;
}
#nav_menu_jo nav ul > .menu-item > .sub-menu > li{
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #2A2A2A;
}

#nav_menu_jo nav ul > .menu-item > .sub-menu li a {
  margin: auto;
  border: 0;
  font-size: 16px;
  padding: 10px 15px;
  justify-content: center;
}
#nav_menu_jo nav ul > .menu-item > .sub-menu li a:hover{
  background-color: #4A2C54;
  color: #fff;
}
#nav_menu_jo nav ul > .menu-item > .sub-menu li:last-child{
  border:0;
}
@media (min-width: 768px){
	#nav_menu_jo nav ul > .menu-item > .sub-menu {
	  display: block !important;
	  background: none;
	  position: absolute;
	  width: auto;
	  perspective: 1000px;
	  z-index: -1;
	  min-width: 300px;
	  left: 0 !important;
	  margin-left: -75px;
	}
	#nav_menu_jo nav ul > .menu-item > .sub-menu > li {
	  display: none;
	  background-color: #fff;
	  opacity: 0;
	  transform-origin: top center;
	}
	#nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(1){animation: rotateZ 300ms 60ms ease-in-out forwards;}
	#nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(2){animation: rotateZ 300ms 120ms ease-in-out forwards;}
	#nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(3){animation: rotateZ 300ms 180ms ease-in-out forwards;}
	#nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(4){animation: rotateZ 300ms 240ms ease-in-out forwards;}
	#nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(5){animation: rotateZ 300ms 300ms ease-in-out forwards;}
	#nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(6){animation: rotateZ 300ms 360ms ease-in-out forwards;}
	#nav_menu_jo nav ul > .menu-item:hover > .sub-menu > li {display: block;}
	@keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }
  
  80% {
    transform: translateZ(10px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
	/*#nav_menu_jo nav ul > .menu-item.menu-item-78 > .sub-menu{
		max-width: 170px;
	}
	#nav_menu_jo nav ul > .menu-item.menu-item-79 > .sub-menu{
		max-width: 148px;
	}
	#nav_menu_jo nav ul > .menu-item:hover > .sub-menu{
		max-height: 500px;
	}*/
	.elementor-nav-menu .sub-arrow{
		display: none !important;
	}
}

.website-wrapper > .elementor-location-header{
  height: 146px;
}
#masthead{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,1);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}
#masthead.sticky {
  padding: 0;
  top: 0;
  position: fixed;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#masthead.sticky .elementor-widget-theme-site-logo img{
  max-width: 75px;
}
/*--entry-header--*/
.elementor-location-header {
  margin-bottom: 0;
}
.main-page-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.page-title {
  margin: 0 !important;
  padding: 40px 0 !important;
}
.page-title > .container{
  margin: auto !important;
  max-width: 1200px;
  padding: 0 10px;
}
.page-title .breadcrumbs, .page-title .breadcrumbs a, .page-title .breadcrumbs span {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  text-align: left;
}
.page-id-11634.page .main-page-wrapper .page-title,
.page-id-11530.page .main-page-wrapper .page-title,
.page-id-60.page .main-page-wrapper .page-title,
.page-id-9840.page .main-page-wrapper .page-title,
.page-id-4400.page .main-page-wrapper .page-title{
  margin-bottom: 90px !important;
}
.page-id-11530.page .main-page-wrapper .page-title > .container,
.page-id-9840.page .main-page-wrapper .page-title > .container,
.page-id-4400.page .main-page-wrapper .page-title > .container{
  height: 487px;
  display: flex;
  align-items: center;
}

.page-id-11634.page .main-page-wrapper .page-title .title,
.page-id-11530.page .main-page-wrapper .page-title .title,
.page-id-60.page .main-page-wrapper .page-title .title,
.page-id-9840.page .main-page-wrapper .page-title .title,
.page-id-4400.page .main-page-wrapper .page-title .title{
  margin: 0;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-id-11530.page .main-page-wrapper .page-title .title,
.page-id-4400.page .main-page-wrapper .page-title .title{
  position:relative;
}
.page-id-11464.page .main-page-wrapper .page-title,
.page-id-9516.page .main-page-wrapper .page-title{
  padding: 48px 0 !important;
  background: #fff;
}
.page-id-11622.page .main-page-wrapper .page-title, 
.page-id-11619.page .main-page-wrapper .page-title, 
.page-id-11605.page .main-page-wrapper .page-title,
.page-id-11601.page .main-page-wrapper .page-title,
.page-id-9495.page .main-page-wrapper .page-title,
.page-id-9455.page .main-page-wrapper .page-title,
.page-id-9373.page .main-page-wrapper .page-title,
.page-id-9417.page .main-page-wrapper .page-title{ 
  background: #fff;
  padding: 48px 0 !important;
  margin-bottom: 90px !important;
}


.page-id-11622.page .main-page-wrapper .page-title .title,
.page-id-11619.page .main-page-wrapper .page-title .title,
.page-id-11605.page .main-page-wrapper .page-title .title,
.page-id-11601.page .main-page-wrapper .page-title .title,
.page-id-11464.page .main-page-wrapper .page-title .title,
.page-id-9516.page .main-page-wrapper .page-title .title,
.page-id-9495.page .main-page-wrapper .page-title .title,
.page-id-9455.page .main-page-wrapper .page-title .title,
.page-id-9373.page .main-page-wrapper .page-title .title,
.page-id-9417.page .main-page-wrapper .page-title .title {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  background: var( --e-global-color-primary );
  width: 100%;
  padding: 30px 0;
  border-radius: 50px;
}
.page-id-11634.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-11622.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-11619.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-11605.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-11601.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-11530.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-11464.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-60.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-9840.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-4400.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-9516.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-9495.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-9455.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-9373.page .main-page-wrapper .page-title .breadcrumbs,
.page-id-9417.page .main-page-wrapper .page-title .breadcrumbs {
  position: absolute;
  bottom: -95px;
  left: 10px;
  margin: 0;
  z-index: 9;
}
.page-id-11634 .page-title .breadcrumbs, .page-id-11634 .page-title .breadcrumbs a, .page-id-11634 .page-title .breadcrumbs span,
.page-id-11622 .page-title .breadcrumbs, .page-id-11622 .page-title .breadcrumbs a, .page-id-11622 .page-title .breadcrumbs span,
.page-id-11619 .page-title .breadcrumbs, .page-id-11619 .page-title .breadcrumbs a, .page-id-11619 .page-title .breadcrumbs span,
.page-id-11605 .page-title .breadcrumbs, .page-id-11605 .page-title .breadcrumbs a, .page-id-11605 .page-title .breadcrumbs span,
.page-id-11601 .page-title .breadcrumbs, .page-id-11601 .page-title .breadcrumbs a, .page-id-11601 .page-title .breadcrumbs span,
.page-id-11530 .page-title .breadcrumbs, .page-id-11530 .page-title .breadcrumbs a, .page-id-11530 .page-title .breadcrumbs span,
.page-id-60 .page-title .breadcrumbs, .page-id-60 .page-title .breadcrumbs a, .page-id-60 .page-title .breadcrumbs span,
.page-id-9840 .page-title .breadcrumbs, .page-id-9840 .page-title .breadcrumbs a, .page-id-9840 .page-title .breadcrumbs span,
.page-id-4400 .page-title .breadcrumbs, .page-id-4400 .page-title .breadcrumbs a, .page-id-4400 .page-title .breadcrumbs span,
.page-id-9495 .page-title .breadcrumbs, .page-id-9495 .page-title .breadcrumbs a, .page-id-9495 .page-title .breadcrumbs span,
.page-id-9455 .page-title .breadcrumbs, .page-id-9455 .page-title .breadcrumbs a, .page-id-9455 .page-title .breadcrumbs span,
.page-id-9373 .page-title .breadcrumbs, .page-id-9373 .page-title .breadcrumbs a, .page-id-9373 .page-title .breadcrumbs span,
.page-id-9417 .page-title .breadcrumbs, .page-id-9417 .page-title .breadcrumbs a, .page-id-9417 .page-title .breadcrumbs span {
  color: #000;
}
.container, .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.breadcrumbs > :is(a, span)::after {
  content: none;
}
h1.elementor-heading-title span{color: var( --e-global-color-primary );}

.text_gold_gradient .elementor-widget-container strong,
.textspan_gold_gradient .elementor-heading-title span,
.text_gold_gradient .elementor-heading-title{
	background: -webkit-linear-gradient(0deg, #B27F4C, #FFECA5, #C89846);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-2637 .elementor-element.elementor-element-3ddc454 .e-gallery-grid .e-gallery-image {
  padding-bottom: 236px;
  background-position: center top;
}

.elementor-button-wrapper .elementor-button{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b27f4c+0,ffeca5+50,c89846+100 */
	background: #b27f4c; /* Old browsers */
	background: -moz-linear-gradient(left,  #b27f4c 0%, #ffeca5 50%, #c89846 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #b27f4c 0%,#ffeca5 50%,#c89846 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #b27f4c 0%,#ffeca5 50%,#c89846 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27f4c', endColorstr='#c89846',GradientType=1 ); /* IE6-9 */
	box-shadow: 0 7px 14px 0 rgba(0,0,0,0.4);
	color: #3E1648;
}

.cart-totals-inner .checkout-button, #place_order, .return-to-shop .button,
.cart-actions .button[name="apply_coupon"]{
  background: #b27f4c;
  background: -moz-linear-gradient(left, #b27f4c 0%, #ffeca5 50%, #c89846 100%);
  background: -webkit-linear-gradient(left, #b27f4c 0%,#ffeca5 50%,#c89846 100%);
  background: linear-gradient(to right, #b27f4c 0%,#ffeca5 50%,#c89846 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27f4c', endColorstr='#c89846',GradientType=1 );
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.4) !important;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3E1648 !important;
  border-radius: 7px 7px 7px 7px;
  padding: 17px 25px 17px 25px;
  text-transform: none;
  line-height: 1;
}
.cart-actions .button[name="update_cart"]{
  background: var( --e-global-color-primary );
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.4) !important;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 7px 7px 7px 7px;
  padding: 17px 25px 17px 25px;
  text-transform: none;
  line-height: 1;
}
.cart-actions .coupon .input-text {
  padding: 26px 10px;
  border-radius: 7px;
}
.free_consultation .btn {
  background: #b27f4c;
  background: -moz-linear-gradient(left, #b27f4c 0%, #ffeca5 50%, #c89846 100%);
  background: -webkit-linear-gradient(left, #b27f4c 0%,#ffeca5 50%,#c89846 100%);
  background: linear-gradient(to right, #b27f4c 0%,#ffeca5 50%,#c89846 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27f4c', endColorstr='#c89846',GradientType=1 );
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.4) !important;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3E1648 !important;
  border-radius: 7px 7px 7px 7px;
  padding: 17px 25px 17px 25px;
  text-transform: none;
  line-height: 1;
  width: 100%;
}
.btn_not_gold.free_consultation .btn {
  background: var( --e-global-color-primary );
  color: #fff !important;
}
#bestselers .free_consultation .btn{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.marquee marquee span{
  margin: 0 25px;
}
.testimonials_video .elementor-swiper-button i {
  background: var( --e-global-color-primary );
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonials_video .elementor-swiper-button i::before{content: none;}
.testimonials_video .elementor-swiper-button-prev{left: -85px !important;}
.testimonials_video .elementor-swiper-button-next{right: -85px !important;}
.testimonials_video .elementor-swiper-button.elementor-swiper-button-next i{
	background-image:url(/wp-content/uploads/2023/03/right.png);
}
.testimonials_video .elementor-swiper-button.elementor-swiper-button-prev i{
	background-image:url(/wp-content/uploads/2023/03/left.png);
}
.testimonials_video .swiper-pagination-bullets {
  bottom: -35px;
}
.testimonials_video .swiper-pagination-bullets > span {
  width: 15px;
  height: 15px;
  background: var( --e-global-color-primary );
  opacity: 1;
  margin: 0 5px !important;
}
.testimonials_video .swiper-pagination-bullets > span.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #b27f4c 0%,#ffeca5 50%,#c89846 100%);
}
.arrow_right .elementor-divider-separator{
  position: relative;
}
.arrow_right .elementor-divider-separator::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #732776;
  position: absolute;
  right: -1px;
  transform: rotate(37deg);
  border-radius: 2px;
  top: -6px;
}
.arrow_right .elementor-divider-separator::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #732776;
  position: absolute;
  right: -1px;
  transform: rotate(-37deg);
  border-radius: 2px;
  top: 2px;
}
.info_section,
.info_section>.elementor-widget-container{
	height: 100%;
}
.info_section .elementor-image-box-wrapper{
  height: 100%;
  background: #F8F8F8;
  box-shadow: 7px 7px 7px rgba(174, 174, 174, 0.25);
  border-radius: 8px;
  padding: 30px 22px 35px;
}
.info_section .elementor-image-box-wrapper figure{
  text-align: center;
}
.span_color .elementor-widget-container span,
.info_section .elementor-image-box-description span{
  color: #732776;
  font-weight: 600;
}

.results_wrapp_home > .elementor-widget-container > div{
  z-index: 1;
  position: relative;
}
/*.results_wrapp_home > .elementor-widget-container::after {
  content: "";
  background: url(/wp-content/uploads/2023/05/Group-134.png) no-repeat scroll center / contain;
  width: 600px;
  height: 500px;
  position: absolute;
  right: -380px;
  top: -230px;
}
#results_wrapp .portfolio-filter{}
*/
#results_wrapp .portfolio-filter > ul {
  width: 100%;
  justify-content: space-between;
  margin: 60px 0 20px;
}
#results_wrapp .portfolio-filter > ul > li{}
#results_wrapp .portfolio-filter > ul > li.wd-active{}
#results_wrapp .portfolio-filter > ul > li > a {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
  text-transform: none;
  font-size: 30px;
  padding: 0;
}
#results_wrapp .portfolio-filter > ul > li > a > span{}
#results_wrapp .portfolio-filter > ul > li > a > span::after {
  background: #fff;
  height: 1px;
}

.portfolio-entry > header > figure > .portfolio-thumbnail{}
.portfolio-entry .wd-portfolio-btns {
  left: 0;
  bottom: 0;
}
.portfolio-info .wrap-title,
.portfolio-entry .wd-portfolio-btns .social-icons-wrapper, .portfolio-entry > header > .project-link{
  display: none;
}
.portfolio-entry .wd-portfolio-btns .portfolio-enlarge,
.portfolio-entry .wd-portfolio-btns .portfolio-enlarge a{
  width: 100%;
  height: 100%;
}
.portfolio-entry .portfolio-info .wrap-meta {
  margin-bottom: -60px;
}
#results_wrapp.results_wrapp_home .wd-portfolio-holder{margin: 0 -7px;}
#results_wrapp.results_wrapp_home .wd-portfolio-holder article{padding: 0 7px;margin: 0;}
.btn_not_gold .elementor-button-wrapper .elementor-button{background: var( --e-global-color-primary );}
.site-content {
  margin-bottom: 0;
}
.wd-prefooter{
  display: none;
}
#jo_slider .swiper-slide {
  transition: all 0.75s ease;
}
#jo_slider .swiper-slide:not(.swiper-slide-next) {
  opacity: 0;
}
#jo_slider .swiper-slide.swiper-slide-next + .swiper-slide {
  transform: scale(0.8) translateX(-50px);
  opacity: 0.5;
}
#jo_slider .swiper-slide.swiper-slide-active {
  transform: scale(0.8) translateX(50px);
  opacity: 0.5;
}
#jo_slider .swiper-pagination-bullets {
  bottom: -35px;
}
#jo_slider .swiper-pagination-bullets > span {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
  margin: 0 5px !important;
  box-shadow: 0 0 0 2px var( --e-global-color-primary ) inset;
}
#jo_slider .swiper-pagination-bullets > span.swiper-pagination-bullet-active {
  background: var( --e-global-color-primary );
}
#jo_slider .elementor-swiper-button i {
  background: var( --e-global-color-primary );
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
#jo_slider .elementor-swiper-button i::before{content: none;}
#jo_slider .elementor-swiper-button-prev{left: 42px !important;}
#jo_slider .elementor-swiper-button-next{right:42px !important;}
#jo_slider .elementor-swiper-button.elementor-swiper-button-next i{
	background-image:url(/wp-content/uploads/2023/03/right.png);
}
#jo_slider .elementor-swiper-button.elementor-swiper-button-prev i{
	background-image:url(/wp-content/uploads/2023/03/left.png);
}
.elementor-widget-container h2 > strong,
.elementor-widget-container h3 > strong,
.elementor-widget-container p > strong{
	color: var( --e-global-color-primary );
}
.archive .woocommerce .products{
  margin-right:-7px;
  margin-left:-7px;
}
.archive .woocommerce .products .product {
  margin-bottom: 42px;
  padding-right: 7px;
  padding-left: 7px;
}
.woocommerce .products .product .product-element-top{
	
}
.woocommerce .products .product .product-element-top .product-image-link {
  
  height: 320px;
  overflow: hidden;
}
.woocommerce .products .product .product-element-top .product-image-link img{
  height: 100%;
  width: auto;
  object-fit: contain;
}
body .product-grid-item .wd-entities-title,
.woocommerce .products .product .wd-entities-title {
  color: #131313;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
  margin: 0 0 10px;
}
.archive .woocommerce .products .product .wd-entities-title{
  font-size: 17px;
}
.woocommerce > .wd-products-per-page,
.woocommerce > .wd-products-shop-view,
.woocommerce .products .product .wd-star-rating,
.woocommerce .products .product .wd-product-cats{display:none;}
body .product-grid-item .price *,
.woocommerce .products .product .price * {
  color: #131313;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
}
body .product-grid-item .wd-add-btn .button,
.woocommerce .products .product .add-to-cart-loop,
.woocommerce .products .product .add_to_cart_button {
  background: var( --e-global-color-primary ) !important;
  border-radius: 7px 7px 7px 7px;
  width: 100%;
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.4);
}
.archive .woocommerce .products .product .add-to-cart-loop,
.archive .woocommerce .products .product .add_to_cart_button{
  color: #3E1648;
  background: #b27f4c !important;
  background: -moz-linear-gradient(left, #b27f4c 0%, #ffeca5 50%, #c89846 100%) !important;
  background: -webkit-linear-gradient(left, #b27f4c 0%,#ffeca5 50%,#c89846 100%) !important;
  background: linear-gradient(to right, #b27f4c 0%,#ffeca5 50%,#c89846 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27f4c', endColorstr='#c89846',GradientType=1 ) !important;
}
body .product-grid-item .wd-add-btn .button span,
.woocommerce .products .product .add-to-cart-loop span,
.woocommerce .products .product .add_to_cart_button span {
  padding: 17px 0;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  text-transform: none;
}
body #bestselers .owl-carousel .owl-stage-outer{
  padding-bottom: 20px;
}
body #bestselers .product-grid-item .wd-add-btn,
body #bestselers .product-grid-item .wd-entities-title{
  margin-top: 26px;
}
.woocommerce .products .product.wd-hover-standard .wd-add-btn {
  margin-top: 25px;
}
.woocommerce .products .product .product-element-top{
  margin-bottom: 20px;
}
.archive.woocommerce-shop .page-title + .container{
	max-width: 1200px;
}
.archive .page-title {
  background-image: url(/wp-content/uploads/2023/03/shop.jpg);
}
.archive .page-title > .container{
  height: 370px;
  justify-content: flex-start;
}
.archive .page-title > .container > .wd-style-icon{
  display: none;
}
.archive .page-title .title{
  font-size: 50px;
  color: #3E1648;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  max-width: 500px;
  text-align: left;
}
#shop_filter .wd-nav-product-cat {
  margin: 0;
  padding: 0;
}
#shop_filter .wd-nav-product-cat > .cat-item {
  width: 100%;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#shop_filter .wd-nav-product-cat > .cat-item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
#shop_filter .wd-nav-product-cat > .cat-item > a {
  padding: 0;
  font-size: 16px;
  margin: 0 0 10px;
}
#shop_filter .wd-nav-product-cat > .cat-item > .children {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: visible;
  pointer-events: unset;
  box-shadow: none;
  padding: 0;
}
#shop_filter .wd-nav-product-cat > .cat-item > .children > li{}
#shop_filter .wd-nav-product-cat > .cat-item > .children > li > a {
  font-size: 15px;
  padding: 0;
  font-weight: 300;
  margin: 0 0 10px;
}
.product_info_container {max-width: 1200px;margin: auto;}
.product_info_box_wrapp{display: flex;flex-wrap: wrap;}
.product_info_container .product_info_ulbox {
  width: 33.333%;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
}
.product_info_box_wrapp + .product_info_ulbox{
  width: 100%;
}
.product_info_container .product_info_ulbox h2 {
  font-size: 22px;
  margin-bottom: 0;
  height: 75px;
}
.product_info_container .product_info_ulbox .key{width: 50%;float: left;}
.product_info_container .product_info_ulbox.ulbox_33 ul {padding-right: 50px;}
.key1{padding-right: 19px;}
.key2{padding-left: 19px;}
.product_info_container .product_info_ulbox ul li{line-height: 18px;color: #2B2B2B;font-size: 12px;margin-bottom: 20px;}
.product_info_container hr{width: 100%;max-width: 100%;opacity: 1;height: 0;background: #2B2B2B;margin: 30px 0;}
.product_info_imgbox_wrapp{display: flex;}
.product_info_imgbox{width: 100%;padding: 10px;}
.info_imgbox_wrapper{align-items: center;flex-direction: row;display: flex;}
.info_imgbox_wrapper figure{min-width: 50px;}
.info_imgbox_wrapper > div{width: 100%;padding-right: 75px;}
.info_imgbox_wrapper h3 {font-size: 12px;font-family: "Roboto", Sans-serif;margin: 0;}
#add_to_cart_single .cart .single_add_to_cart_button{
  box-shadow: 0 7px 14px 0 rgba(0,0,0,0.4);
}
.product-quantity div.quantity input[type="button"],
#add_to_cart_single div.quantity input[type="button"] {
  padding: 0;
  border: 0;
  min-width: 10px;
  background: #fff !important;
  color: var(--wd-form-color) !important;
}
.product-quantity  div.quantity input.qty,
#add_to_cart_single div.quantity input.qty {
  font-size: 20px;
  width: 20px;
  border: 0;
}
.product-additional-galleries{
  display: none !important;
}
#single_product_img figure{
	
}
#single_product_img .thumbnails button{
  background: #D9D9D9;
  margin-top: 8px;
}
#single_product_img .thumbnails .product-image-thumbnail {
  padding: 0;
  margin: 7px 0;
  background: #D9D9D9;
}
.wcml-dropdown li{
  border-color: #000 !important;
  color: #000;
  font-size: 18px;
}
.wcml-dropdown li a {
  padding-left: 20px;
}
[class*="wcml-dropdown"] a.wcml-cs-item-toggle::after {
  color: #000;
}
.mauto{margin: auto;}
@media (min-width: 769px){
	.pc_order1{order: 1;}	
	#tjo .owl-carousel .owl-stage {flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}
	#tjo .owl-carousel .owl-item {width: 25% !important;margin: 0 0 20px;}
	.page-id-11573 #top_banner_title .elementor-heading-title br, .page-id-9840 #top_banner_title .elementor-heading-title br, .page-id-11613 #top_banner_title .elementor-heading-title br{display:none;}
}

.wd-side-hidden{z-index: 999999999;}
.wd-heading{padding: 33px 15px;}
.cart_totals{margin: 50px 0 0;}


.elementor-widget-wrap > .elementor-element.elementor-widget-video > .elementor-widget-container > .elementor-open-lightbox > .elementor-custom-embed-image-overlay{
  height: 100%;
}
.elementor-widget-wrap > .elementor-element.elementor-widget-video > .elementor-widget-container > .elementor-open-lightbox > .elementor-custom-embed-image-overlay img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.page-id-11627 #top_banner_title .elementor-heading-title::after,
.page-id-11637 #top_banner_title .elementor-heading-title::after,
.page-id-11322 #top_banner_title .elementor-heading-title::after,
.page-id-9861 #top_banner_title .elementor-heading-title::after {
  content: "";
  background: url(/wp-content/uploads/2023/03/hren-1.png);
  position: absolute;
  right: -350px;
  width: 355px;
  height: 70px;
  top: -15px;
}
.page-id-11573 #top_banner_title .elementor-heading-title::after,
.page-id-9840 #top_banner_title .elementor-heading-title::after,
.page-id-10168 #top_banner_title .elementor-heading-title::after {
  content: "";
  background: url(/wp-content/uploads/2023/03/hren-1.png);
  position: absolute;
  right: -222px;
  width: 355px;
  height: 70px;
  top: 30px;
}
.page-id-11530 .page-title .title::after,
.page-id-4400 .page-title .title::after {
  content: "";
  background: url(/wp-content/uploads/2023/03/hren-1.png) no-repeat scroll center / contain;
  position: absolute;
  right: 0;
  width: 285px;
  height: 70px;
  top: 60px;
}

#cp_sec1 span.elementor-heading-title strong{
	color: var( --e-global-color-primary );
}

.archive .woocommerce .products .product > .product-wrapper:has(.price) .wd-entities-title{}
.archive .woocommerce .products .product > .product-wrapper:not(:has(.price)) .wd-entities-title{margin-bottom: 61px;}


#pop_ka > div{
	width: 800px;
	background: #fff;
	max-height: 90vh;
	margin-block: auto;
	padding: 70px 50px 50px;
}
#pop_ka  {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #0009;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 99999999;
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#pop_ka.active{
  width: 100%;
  right:0;
}
.pop_ka_btn .elementor-button, #popka_close{cursor: pointer;}
.popup_ka > .elementor-widget-container > .amoforms_iframe:not(:nth-child(2)){display:none;}
.popup_ka > .elementor-widget-container > .amoforms_iframe{min-height: 460px;}

@media (max-width: 768px){ 
	.page-id-11637 #top_banner_title .elementor-heading-title::after,
	.page-id-11322 #top_banner_title .elementor-heading-title::after{right: -95px;width: 150px;height: 30px;top: 17px;background-size: contain;}
	.page-id-11573 #top_banner_title .elementor-heading-title::after, .page-id-9840 #top_banner_title .elementor-heading-title::after, .page-id-10168 #top_banner_title .elementor-heading-title::after {right: -95px;width: 150px;height: 30px;top: 35px;background-size: contain;}
	.page-id-11627 #top_banner_title .elementor-heading-title::after,
	.page-id-9861 #top_banner_title .elementor-heading-title::after {
	  right: -20px;
	  width: 150px;
	  height: 30px;
	  top: 25px;
	  background-size: contain;
	}
	.page-id-10168 #top_banner_title .elementor-heading-title{max-width: 230px;}
	.page-id-11530 .page-title .title::after ,
	.page-id-4400 .page-title .title::after {right: 0;width: 100%;top: 10px;}
	.free_consultation .btn{font-size: 15px;display: block;margin: auto;padding: 15px;}
	#bestselers .free_consultation .btn {width: 90%;margin: auto;}
	#results_wrapp .portfolio-filter > ul > li > a{font-size: 13px;}
	#results_wrapp .portfolio-filter > ul{margin: 40px 0 20px;}
	#masthead{box-shadow: none;}
	#masthead_inner > .elementor-widget-wrap .elementor-widget-theme-site-logo{}
	#masthead_inner > .elementor-widget-wrap #nav_menu_jo{width: 20%;order: -1;}
	#masthead_inner > .elementor-widget-wrap .elementor-widget-woocommerce-menu-cart{width: 20%;}
	#elementor-menu-cart__toggle_button .elementor-button-text, #nav_menu_jo .elementor-menu-toggle__icon--close.eicon-close, body #bestselers .owl-dots{display: none !important;}
	#elementor-menu-cart__toggle_button {margin-right: 10px;}

	#nav_menu_jo .elementor-menu-toggle {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  justify-content: flex-start;
	  align-items: center;
	  height: 40px;
	  margin: 0;
	  cursor: pointer;
	}
	#nav_menu_jo .elementor-menu-toggle i {
	  width: 30px;
	  height: 2px;
	  display: block;
	  background: #000;
	  border-radius: 5px;
	  transition: ease-in-out .3s;
	}
	#nav_menu_jo .elementor-menu-toggle i::after {
	  content: "";
	  width: 30px;
	  height: 2px;
	  display: block;
	  background: #000;
	  border-radius: 5px;
	  margin: 16px 0 0;
	  -webkit-transition: all .4s ease;
	  -o-transition: all .4s ease;
	  transition: all .4s ease;
	}
	#nav_menu_jo .elementor-menu-toggle i::before {
	  content: "";
	  width: 30px;
	  height: 2px;
	  display: block;
	  background: #000;
	  border-radius: 5px;
	  margin: -9px 0 0;
	  -webkit-transition: all .4s ease;
	  -o-transition: all .4s ease;
	  transition: all .4s ease;
	}
	#nav_menu_jo .elementor-menu-toggle.elementor-active i::after {transform: rotate(-45deg);margin: -3px auto;}	
	#nav_menu_jo .elementor-menu-toggle.elementor-active i::before {transform: rotate(45deg);margin: -1px auto;}
	#nav_menu_jo .elementor-menu-toggle.elementor-active i {height: 0;}
	.website-wrapper > .elementor-location-header {height: 60px;}
	
	#breadcrumbs *, .page-title .breadcrumbs, .page-title .breadcrumbs a, .page-title .breadcrumbs span{font-size: 10px;}
	
	.education_img .elementor-widget-image img {height: 360px;width: auto;object-fit: cover;min-width: 100%;}
	.education_txt .elementor-widget-heading{margin: 0;}
	.education_txt .elementor-widget-heading .elementor-heading-title {font-size: 15px;margin-top: -435px;height: 40px;display: flex;align-items: flex-end;}	
	
	.page-id-11622.page .main-page-wrapper .page-title,
	.page-id-11619.page .main-page-wrapper .page-title,
	.page-id-11605.page .main-page-wrapper .page-title,
	.page-id-11601.page .main-page-wrapper .page-title,
	.page-id-11530.page .main-page-wrapper .page-title,
	.page-id-11573.page .main-page-wrapper .page-title,
	.page-id-9840.page .main-page-wrapper .page-title,
	.page-id-4400.page .main-page-wrapper .page-title, 
	.page-id-9495.page .main-page-wrapper .page-title, 
	.page-id-9455.page .main-page-wrapper .page-title, 
	.page-id-9373.page .main-page-wrapper .page-title, 
	.page-id-9417.page .main-page-wrapper .page-title {
	  margin-bottom: 20px !important;
	}
	.page-id-11622.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11619.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11605.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11601.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11573.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11530.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9840.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-4400.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9516.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9495.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9455.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9373.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9417.page .main-page-wrapper .page-title .breadcrumbs{left: 20px;}
	.page-id-11573.page .main-page-wrapper .page-title > .container, 
	.page-id-11530.page .main-page-wrapper .page-title > .container, 
	.page-id-9840.page .main-page-wrapper .page-title > .container, 
	.page-id-4400.page .main-page-wrapper .page-title > .container, 
	.page-id-11530.page .main-page-wrapper .page-title > .container {height: 97px;}
	.page-id-11573.page .main-page-wrapper .page-title .title, 
	.page-id-11530.page .main-page-wrapper .page-title .title, 
	.page-id-9840.page .main-page-wrapper .page-title .title, 
	.page-id-4400.page .main-page-wrapper .page-title .title{font-size: 21px;font-weight: 400;}
	.page-id-11530.page .main-page-wrapper .page-title,
	.page-id-4400.page .main-page-wrapper .page-title{background-size: cover;background-position: -26vw center;}
	.page-id-11530.page .main-page-wrapper .page-title .breadcrumbs,
	.page-id-4400.page .main-page-wrapper .page-title .breadcrumbs{bottom: -70px;}
	.testimonials_video .swiper-pagination-bullets > span{width: 8px;height: 8px;}
	.testimonials_video .swiper-pagination-bullets {bottom: -5px;}
	body .product-grid-item .wd-add-btn .button span, .woocommerce .products .product .add-to-cart-loop span, .woocommerce .products .product .add_to_cart_button span {padding: 14px 0;font-size: 12px;}
	body .product-grid-item .price *, .woocommerce .products .product .price *{font-size: 13px;}
	body #bestselers .product-grid-item .wd-add-btn, body #bestselers .product-grid-item .wd-entities-title {margin-top: 16px;}
	#footer_menu_right.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical > ul > li > a {justify-content: flex-start;padding: 5px 0;}
	body #bestselers .product-grid-item .wd-entities-title{min-height: 32px;}
	#results_wrapp .owl-carousel .owl-stage-outer{overflow: visible;}
	#results_wrapp.results_wrapp_home .wd-portfolio-holder article {padding: 0 2px;}
	
	.testimonials_video .elementor-swiper-button i{width: 20px;height: 20px;background-size: 5px;}
	.testimonials_video .elementor-swiper-button-next {right: 20px !important;}
	.testimonials_video .elementor-swiper-button-prev {left: 20px !important;}
	#bestselers .wd-btn-arrow {margin-top: -80px;}

	.page-id-11622.page .main-page-wrapper .page-title .title, 
	.page-id-11619.page .main-page-wrapper .page-title .title, 
	.page-id-11605.page .main-page-wrapper .page-title .title, 
	.page-id-11601.page .main-page-wrapper .page-title .title, 
	.page-id-9516.page .main-page-wrapper .page-title .title, 
	.page-id-9495.page .main-page-wrapper .page-title .title, 
	.page-id-9455.page .main-page-wrapper .page-title .title, 
	.page-id-9373.page .main-page-wrapper .page-title .title, 
	.page-id-9417.page .main-page-wrapper .page-title .title, 
	.archive .page-title .title{font-size: 16px;padding: 18px 0;border-radius: 20px;}
	.page-id-11622.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11619.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11605.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11601.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11573.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-11634.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-60.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9840.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9516.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9495.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9455.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9373.page .main-page-wrapper .page-title .breadcrumbs, 
	.page-id-9417.page .main-page-wrapper .page-title .breadcrumbs{bottom: -45px;}
	.page-id-4400.page .main-page-wrapper .page-title .breadcrumbs{bottom: -65px;}
	
	.page-id-9516.page .main-page-wrapper .page-title{padding: 5px 0 70px !important; background-color: #fff;}
	.page-id-9516 #breadcrumbs *, .page-id-9516 .page-title .breadcrumbs, .page-id-9516 .page-title .breadcrumbs a, .page-id-9516 .page-title .breadcrumbs span{color: #000;}
	.page-id-11622.page .main-page-wrapper .page-title, 
	.page-id-11619.page .main-page-wrapper .page-title, 
	.page-id-11605.page .main-page-wrapper .page-title, 
	.page-id-11601.page .main-page-wrapper .page-title, 
	.page-id-9495.page .main-page-wrapper .page-title, 
	.page-id-9455.page .main-page-wrapper .page-title, 
	.page-id-9373.page .main-page-wrapper .page-title, 
	.page-id-9417.page .main-page-wrapper .page-title {
	  padding: 5px 0 30px !important;
	  background-color: #fff;
	}
	
	#jo_slider .swiper-slide.swiper-slide-next{z-index: 1;}
	#jo_slider .elementor-swiper-button-prev {left: 0 !important;}
	#jo_slider .elementor-swiper-button-next {right: 0 !important;}
	#jo_slider .elementor-swiper-button i{width: 20px;height: 20px;background-size: 6px;}
	#jo_slider .swiper-pagination-bullets > span{width: 8px;height: 8px;margin: 0 3px !important;}
	#results_wrapp .owl-nav{display: none;}
	.woocommerce .products .product .product-element-top .product-image-link{height: 175px;}
	#shop_filter .wd-nav-product-cat > .cat-item{margin-bottom: 5px;padding-bottom:5px;}
	#shop_filter .wd-nav-product-cat > .cat-item > a {font-size: 12px;margin: 0;}
	#shop_filter .wd-nav-product-cat {padding: 15px 0 0;}
	#shop_filter .wd-nav-product-cat > .cat-item > .children > li > a{font-size: 12px;margin: 8px 0;}
	#nav_menu_jo nav ul > .menu-item > .sub-menu li a{justify-content: inherit;color: #fff;}
	#add_to_cart_single .cart{flex-wrap: wrap;}
	#add_to_cart_single .cart .single_add_to_cart_button {width: 100%;margin: 20px 0 0;}
	.product_info_container .product_info_ulbox{width: 100%;}
	.product_info_container .product_info_ulbox h2 {font-size: 15px;margin-bottom: 15px;height: auto;}
	.product_info_container .product_info_ulbox ul li{margin-bottom: 5px;}
	.elementor-9678 .elementor-element.elementor-element-5ef6570 > .elementor-widget-container {margin: 0;}
	body .product-grid-item .wd-entities-title, .woocommerce .products .product .wd-entities-title, .archive .woocommerce .products .product .wd-entities-title{font-size: 12px;}
	.elementor-9312 .elementor-element.elementor-element-38a9f7a .elementor-nav-menu .elementor-item{color: #fff;}
	#qlwapp.qlwapp-bottom-left, #qlwapp.qlwapp-bottom-right {bottom: 55px !important;}
}