/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #4d804f;
  --color2: #111111;
}

/* Custom CSS can go here */

.home header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.home header .hfe-menu-item {
  color: #fff !important;
}
.home header .current-menu-item .hfe-menu-item {
  color: #fff !important;
}
.home header .hfe-menu-item:after {
  background-color: #fff !important;
}
.home header .current-menu-item .hfe-menu-item:after {
  background-color: #fff !important;
}
.home header .hfe-site-logo-img {
  filter: brightness(100);
}
.home header .e-font-icon-svg.e-fas-user {
  fill: #fff !important;
}
.home header .e-font-icon-svg.e-fas-shopping-cart {
  fill: #fff !important;
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
  height: 1px !important;
}
.elementor-heading-title span {
  font-weight: 900;
}

.sub-menu .menu-item .sub-menu {
  margin-top: 0 !important;
}

.home header:hover {
  background-color: #fff !important;
}

.home header:hover .hfe-menu-item {
  color: #111111 !important;
}
.home header:hover .current-menu-item .hfe-menu-item {
  color: #4d804f !important;
}
.home header:hover .hfe-menu-item:hover {
  color: #4d804f !important;
}
.home header:hover .hfe-menu-item:after {
  background-color: #4d804f !important;
}
.home header:hover .current-menu-item .hfe-menu-item:after {
  background-color: #4d804f !important;
}

.hfe-nav-menu .menu-item.current-menu-item .hfe-menu-item:after{
  opacity: 1 !important;
}
.home header:hover .hfe-site-logo-img {
  filter: inherit;
}
.home header:hover .e-font-icon-svg.e-fas-user {
  fill: #4d804f !important;
}
.home header:hover .e-font-icon-svg.e-fas-shopping-cart {
  fill: #4d804f !important;
}



.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
  height: 1px !important;
}
.elementor-heading-title span {
  font-weight: 900;
}

.home header .e-con-inner {
  border-bottom: 1px solid #ffffff6b;
}
header .e-con-inner {
  border-bottom: 1px solid #4d804f5e;
}

.socialicon .elementor-widget-container {
  min-width: 50px !important;
  min-height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.socialicon img {
  filter: brightness(10);
  width: 25px;
}

.socialicon .elementor-widget-container:hover {
  background-color: #fff !important;
}
.socialicon .elementor-widget-container:hover img {
  filter: brightness(1);
}
.socialicon.xiaohungsu .elementor-widget-container:hover img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(23%) saturate(709%) hue-rotate(73deg) brightness(95%) contrast(91%);
}

label {
  width: 100%;
}
select.wpcf7-form-control {
  font-family: "Avenir", Sans-serif;
  font-size: 16px;
  line-height: 24px !important;
  font-weight: 400;
  color: #111111;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f2f2f2;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 15px 12px 15px;
}
span.wpcf7-spinner {
  position: absolute;
  bottom: 0;
}
.captcha p:first-child {
  display: none;
}
.cf7sr-g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
input.wpcf7-form-control.wpcf7-submit {
  padding: 10px 50px;
}
.dflex-imgbox .elementor-image-box-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

.hero-banner .carousel-item .carousel-caption {
  bottom: inherit !important;
  right: inherit !important;
  top: 50% !important;
  left: 8% !important;
  transform: translate(0%, -50%) !important;
  text-align: left;
  width: 50%;
}

.hero-banner .carousel-item .carousel-caption h5 {
  font: normal normal 500 62px / 72px Avenir;
  letter-spacing: 0px;
  color: #ffffff;
}
.hero-banner .carousel-item .carousel-caption .description {
  font: normal normal normal 18px/27px Avenir;
  letter-spacing: 0px;
  color: #ffffff;
}

.hero-banner .carousel-item .carousel-caption .btnlight {
  padding-top: 50px;
}

.hero-banner .carousel-item .carousel-caption .elementor-button {
  background: #fff !important;
  border-color: #fff !important;
  color: #4d804f !important;
  text-decoration: none;
  position: relative;
  align-items: center;
  vertical-align: middle;
  display: inline-flex;
  padding: 5px 5px 5px 20px;
}
.hero-banner .carousel-item .carousel-caption .elementor-button i {
  background: #4d804f 0% 0% no-repeat padding-box;
  width: 40px;
  height: 40px;
  display: inline-grid !important;
  place-items: center;
  color: #fff;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
}

.hero-banner .carousel-item .carousel-caption .elementor-button i:before {
  content: "\e9c5";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 1;
  transition: 0.3s ease all;
}
.hero-banner .carousel-item .carousel-caption .elementor-button i:after {
  content: "\e9c5";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s ease all;
  font-family: elementskit !important;
  font-style: normal;
  font-weight: 400;
}
.hero-banner .carousel-item .carousel-caption .elementor-button:hover i:before {
  left: 100%;
  translate: -100% -50%;
  opacity: 0;
}
.hero-banner .carousel-item .carousel-caption .elementor-button:hover i:after {
  opacity: 1;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hero-banner .indicators-num {
  position: absolute;
  bottom: 70px;
  left: 10%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicator button {
  padding: 0;
  width: 55px;
  height: 2px;
  background: #ccc !important;
  border-radius: 0px;
  border: 0;
}
.hero-banner .carousel-indicator button.active {
  background: #fff !important;
}
.hero-banner .carousel-indicator .startslide {
  position: absolute;
  left: 0;
  top: -7px;
  color: #fff;
}
.hero-banner .carousel-indicator .endslide {
  position: absolute;
  right: 0;
  top: -7px;
  color: #fff;
}
.hero-banner .arrow-control {
  position: absolute;
  right: 10%;
  bottom: 100px;
  width: 110px;
}
.hero-banner .arrow-control span {
  width: 45px;
  height: 45px;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900 !important;
}
.hero-banner .arrow-control span:hover {
  color: #4d804f;
  border: 1px solid #fff;
  background-color: #fff;
}

.animated-button .elementskit-btn i {
  background: #fff 0% 0% no-repeat padding-box;
  width: 40px;
  height: 40px;
  display: inline-grid !important;
  place-items: center;
  color: #4d804f;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  font-weight: bold !important;
}
.animated-button2 .elementskit-btn i {
  background: #4d804f 0% 0% no-repeat padding-box;
  color: #fff;
}

.animated-button .elementskit-btn i:before {
  content: "\e9c5" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold !important;
  translate: -50% -50%;
  opacity: 1;
  transition: 0.3s ease all;
}
.animated-button:hover .elementskit-btn i:before {
  left: 100%;
  translate: -100% -50%;
  opacity: 0;
}
.animated-button .elementskit-btn i:after {
  content: "\e9c5";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  opacity: 0;
  font-weight: bold !important;
  font-family: elementskit !important;
    font-style: normal;
    font-weight: 400;
  transition: 0.3s ease all;
}
.animated-button:hover .elementskit-btn i:after {
  opacity: 1;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.accreditations {
  overflow-x: hidden;
}
.accreditations .owl-stage-outer {
  overflow: inherit !important;
}

.servicestab .e-n-tab-title {
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  min-height: 80px;
}
.accreditations .owl-item .owl-thumb img {
  filter: grayscale(1);
}
.accreditations .owl-item:hover .owl-thumb img {
  filter: grayscale(0);
}

.accreditations .owl-item .owl-thumb {
  min-height: 170px;
  display: flex;
  align-items: center;
}
.accreditations .owce-carousel-image .owl-nav .owl-prev,
.accreditations .owce-carousel-image .owl-nav .owl-next {
  position: relative !important;
  border: 1px solid #4d804f;
  border-radius: 50%;
  color: #4d804f !important;
  opacity: 1;
}
.accreditations .owce-carousel-image .owl-nav {
  margin-top: 35px !important;
  width: 300px;
  margin: auto;
}
.accreditations .owce-carousel-image .owl-nav .owl-prev i,
.accreditations .owce-carousel-image .owl-nav .owl-next i {
  color: #4d804f !important;
}

.accreditations .owce-carousel-image .owl-nav .owl-prev:hover,
.accreditations .owce-carousel-image .owl-nav .owl-next:hover {
  background-color: #4d804f !important;
}

.accreditations .owce-carousel-image .owl-nav .owl-prev:hover i,
.accreditations .owce-carousel-image .owl-nav .owl-next:hover i {
  color: #fff !important;
}

.accreditations .owce-carousel .owl-dots {
  margin-top: 43px !important;
}
.owce-carousel button.owl-dot {
  padding: 0 !important;
  margin: 0 !important;
}
.owce-carousel button.owl-dot span {
  padding: 0 !important;
  width: 90px !important;
  border-radius: 0 !important;
  height: 2px !important;
  background: #ccc !important;
  margin: 0 !important;
}
.owce-carousel button.owl-dot.active span {
  background: #4d804f !important;
}

.testimonial-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 30px;
  position: relative; 
}
.testimonial-slider .testimonial-box{
  min-height: 330px;
}
.testimonial-box .testimonial-text {
  font: normal normal 900 18px / 28px Avenir;
  letter-spacing: 0px;
  color: #111111;
}
.testimonial-box .title {
  font: normal normal 900 18px / 22px Avenir;
  letter-spacing: 0px;
  color: #4d804f;
}
.testimonial-box p.designation {
  font: normal normal normal 16px / 21px Avenir;
  letter-spacing: 0px;
  color: #111111;
}
.testimonial-box .quoteimg {
  z-index: 3;
  width: 55px;
  position: absolute;
  top: -15px;
  margin-bottom: -45px;
}
.testimonial-slider .arrowbtn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.testimonial-slider .arrowbtn:hover {
  background-color: #fff !important;
  color: #4d804f;
}
.testimonial-slider .left-btn {
  left: -80px;
}
.testimonial-slider .right-btn {
  right: -80px;
}
.testimonial-slider {
  padding: 0 80px;
}

.pagination-two .page-numbers {
  font: normal normal 500 18px / 24px Avenir;
  letter-spacing: 0px;
  color: #111111;
  margin: 0 10px;
  text-decoration: none;
}
.pagination-two .page-numbers.current {
  color: #4d804f;
}

.service-slider .owce-carousel-container {
  padding: 0 !important;
}
.service-slider img {
  border-radius: 15px !important;
}
.service-slider .owl-prev {
  left: 30px !important;
}
.service-slider .owl-next {
  right: 30px !important;
}
.service-slider .owce-carousel .owl-prev,
.service-slider .owce-carousel .owl-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center;
  background-color: #fff !important;
  opacity: 1 !important;
}
.service-slider .owl-prev i,
.service-slider .owl-next i {
  font-size: 16px !important;
  color: #2d633f !important;
  padding: 0 !important;
  display: grid;
  place-items: center;
}
.service-slider .owce-carousel .owl-prev:hover,
.service-slider .owce-carousel .owl-next:hover {
  background-color: #fff !important;
}
.whychoose .elementskit-card {
  background: #fff !important;
  border-radius: 20px !important;
  overflow: hidden;
}
.whychoose.whychooseabout .elementskit-card {
  background-color: #efefef !important;
}

a.prev.page-numbers,
a.next.page-numbers {
  border: 1px solid #4d804f;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #4d804f;
  border-radius: 50%;
  font-size: 14px;
}
a.prev.page-numbers:hover,
a.next.page-numbers:hover {
  border: 1px solid #4d804f;
  background-color: #4d804f;
  color: #fff;
}

.whatsappchat {
  right: -120px !important;
  transition: all 0.4s ease;
}
.whatsappchat:hover {
  right: 0px !important;
  transition: all 0.4s ease;
}

.whychoose .elementskit-card.active {
  background: #4d804f !important;
  border: 1px dashed #ffffff !important;
}
.whychoose .elementskit-card.active .ekit_accordion_icon_group {
  background-color: #fff;
  color: #4d804f;
  transform: rotate(45deg);
}

.whychoose .elementskit-card .ekit_accordion_icon_group {
  background-color: #4d804f;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.whychoose .elementskit-card .ekit_accordion_normal_icon,
.whychoose .elementskit-card .ekit_accordion_active_icon {
  padding: 0;
  margin: 0;
  line-height: 18px;
  font-size: 18px;
}

.whychoose .elementskit-card .elementskit-card-header {
  position: relative;
}
.whychoose
  .accoedion-primary
  .elementskit-card:first-child
  .elementskit-card-header:before {
  content: "";
  position: absolute;
  background-image: url(https://1acleaning.sg/wp-content/uploads/2025/05/24-7-Availability.png);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  left: 30px;
  filter: invert(1);
  z-index: 0;
}
.fg-item.fg-type-image.fg-loaded span.fg-image-wrap img {
  border-radius: 30px !important;
}

.whychoose
  .accoedion-primary
  .elementskit-card:nth-child(2)
  .elementskit-card-header:before {
  content: "";
  position: absolute;
  background-image: url(https://1acleaning.sg/wp-content/uploads/2025/05/Flexible-Scheduling.png);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  left: 30px;
  filter: invert(1);
  z-index: 0;
}

.whychoose
  .accoedion-primary
  .elementskit-card:nth-child(3)
  .elementskit-card-header:before {
  content: "";
  position: absolute;
  background-image: url(https://1acleaning.sg/wp-content/uploads/2025/05/Trusted-by-Many_Active.png);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  left: 30px;
  filter: invert(1);
  z-index: 0;
}
.whychoose
  .accoedion-primary
  .elementskit-card.active
  .elementskit-card-header:before {
  filter: invert(0);
}

.whychoose .elementskit-card .ekit-accordion--toggler {
  padding: 30px 40px 30px 120px !important;
  background-color: transparent !important;
}
.whychoose .elementskit-card.active .ekit-accordion--toggler {
  padding: 20px 40px 10px 120px !important;
}


.whychoose  .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title:before {
  filter: invert(0);
}

.whychoose
  .e-n-accordion
  .e-n-accordion-item:first-child
  .e-n-accordion-item-title:before {
  content: "";
  position: absolute;
  background-image: url(https://1acleaning.sg/wp-content/uploads/2025/05/24-7-Availability.png);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  left: 30px;
  filter: invert(1);
  z-index: 0;
}

.whychoose  .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title:before {
  filter: invert(0);
}


/* gallery page css start */

.fg-media.fg-media-image.fg-reverse.fg-visible.fg-loaded {
    background-color: #808080;
}

.fg-panel-area-inner.fg-panel-content-inner {
	    background-color: #808080;
}

button.fg-panel-button.fg-panel-button-prev{
	   position: absolute;
    top: 50%;
	  left: 30% !important;
    transform: translateY(-50%);
    height: 50px !important;
    border-radius: 50% !important;
	 background-color: transparent !important;
	color: #fff !important;
}

button.fg-panel-button.fg-panel-button-next{
	  position: absolute;
    top: 50%;
	  right: 30% !important;
    transform: translateY(-50%);
    height: 50px !important;
    border-radius: 50% !important;
	 background-color: transparent !important;
	color: #fff !important;
	border: soild 1px #fff !important;
}

.fg-panel-thumb-spacer {
	    background-color: #808080 !important;
	border: none !important;
}

.fg-image-counter {
    position: absolute;
    top: 80%;
    left: 49%;
    color: #fff;
} 

.fg-panel-area-inner.fg-panel-thumbs-inner {
    display: none !important;
}


.fg-panel.fg-light, .fg-panel.fg-light .fg-panel-thumb:is(.fg-idle,.fg-loading,.fg-error) .fg-panel-thumb-media {
    background-color: #808080;
} 
button.fg-panel-button.fg-panel-button-close {
	  height: 40px !important;
    position: absolute !important;
    right: 0 !important;
}

.fg-landscape .fg-panel-buttons
{
	position: absolute !important; 
	width: 100% !important;
}



/* gallery page css end */

@media (min-width: 1200px) {
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1240px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .home header {
    position: relative !important;
  }
  .home header .hfe-site-logo-img {
    filter: inherit;
  }
  .home header .e-font-icon-svg.e-fas-user,
  .home header .e-font-icon-svg.e-fas-shopping-cart {
    fill: #111111 !important;
  }
  .home header:hover .e-font-icon-svg.e-fas-user,
  .home header:hover .e-font-icon-svg.e-fas-shopping-cart {
    fill: #111111 !important;
  }
  header .elementor-icon-wrapper {
    line-height: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-banner .carousel-item .carousel-caption h5 {
    font: normal normal 500 24px / 32px Avenir;
  }
  .hero-banner .carousel-item .carousel-caption .elementor-button {
    font-size: 14px;
  }
  .hero-banner .carousel-item .carousel-caption .elementor-button i {
    background: #4d804f 0% 0% no-repeat padding-box;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .hero-banner .indicators-num {
    display: none;
  }
  .hero-banner .arrow-control span {
    width: 30px;
    height: 30px;
  }
  .hero-banner .arrow-control {
    right: 3%;
    bottom: 50px;
    width: 70px;
  }
  .hero-banner .carousel-item .carousel-caption .btnlight {
    padding-top: 5px;
  }
  .hero-banner .carousel-item .carousel-caption .desription {
    font-size: 14px;
  }
  .hero-banner .carousel-item .carousel-caption {
    width: 90%;
  }
  .owce-carousel button.owl-dot span {
    width: 15px !important;
  }
  .accreditations .owl-item .owl-thumb {
    min-height: 120px;
    display: flex;
  }
  .testimonial-slider {
    padding: 0 0px;
  }
  .single-product div.product.product-type-simple {
    float: none !important;
  }
  .single-product .summary .product_title.entry-title, .featured-item-details .featured-item-details-title {
    font: normal normal 900 32px / 42px Avenir !important;
   }
}

@media only screen and (max-width: 767px) {
  .hero-banner .carousel-item .carousel-caption h5 {
    font: normal normal 500 18px / 20px Avenir;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
  }
  .hero-banner .carousel-item .carousel-caption .elementor-button {
    font-size: 14px;
  }
  .hero-banner .carousel-item .carousel-caption .elementor-button i {
    background: #4d804f 0% 0% no-repeat padding-box;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .hero-banner .indicators-num {
    display: none;
  }
  .hero-banner .arrow-control span {
    width: 24px;
    height: 24px;
  }
  .hero-banner .arrow-control {
    right: 3%;
    bottom: 35px;
    width: 55px;
  }
  .hero-banner .carousel-item .carousel-caption .btnlight {
    padding-top: 5px;
  }
  .hero-banner .carousel-item .carousel-caption .desription {
    font-size: 12px;
  }
  .hero-banner .carousel-item .carousel-caption {
    width: 90%;
  }
  .testimonial-slider .arrowbtn {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #4d804f;
    color: #4d804f;
    z-index: 99;

    background-color: #fff;
  }
  .testimonial-slider .left-btn {
    left: 0;
  }
  .testimonial-slider .right-btn {
    right: 0;
  }
  .single-product .summary .product_title.entry-title, .featured-item-details .featured-item-details-title {
    font: normal normal 900 24px /32px Avenir;
  }
}

@media only screen and (max-width: 425px) {
  .mobilegap-0 figure.gallery-item {
    padding: 10px 0 !important;
  }
  .mobilegap-0 .gallery {
    margin: 0 !important;
  }
}

.reasonsus:hover figure img {
  filter: brightness(10);
}
.reasonsus figure img {
  height: 75px;
  width: auto;
}
.reasonsus:hover .elementor-image-box-title {
  color: #fff !important;
}
.page-id-931 .common-cta {
  display: none;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}

/* woocommerce css start here  */

/* category sidebar css start */
.fiter_shop h2 {
  font: normal normal 900 32px / 38px Avenir;
  letter-spacing: 0px;
  color: #4d804f;
  margin: 0 0px 15px 0;
}
.fiter_shop .accordion-item {
  background: transparent;
  border: 0;
}
#productCategoriesAccordion .accordion-item {
  padding-bottom: 10px;
}
#productCategoriesAccordion .accordion-item .count {
  color: #7b7b7b;
}
#productCategoriesAccordion .accordion-item .accordion-header .main-category {
  font: normal normal 900 16px/24px Avenir;
  letter-spacing: 0px;
  color: #020b1b;
}
#productCategoriesAccordion
  .accordion-item.current-category
  .accordion-header
  .main-category {
  font: normal normal 900 16px/24px Avenir;
  letter-spacing: 0px;
  color: #020b1b;
}
#productCategoriesAccordion
  .accordion-item
  .accordion-header.current-category
  .main-category {
  font: normal normal 900 16px/24px Avenir;
  letter-spacing: 0px;
  color: #020b1b;
}

#productCategoriesAccordion .accordion-button {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none !important;
  color: #333;
  font-size: 16px;
}

#productCategoriesAccordion .in-menu a {
  font: normal normal 900 14px/22px Avenir;
  letter-spacing: 0px;
  color: #020b1b;
  text-transform: capitalize;
}
#productCategoriesAccordion .accordion-body {
  padding: 5px !important;
}

.current-category .main-category {
  color: #4d804f !important;
}

/* category sidebar css end  */

.shop-inner-section {
  background: #efefef 0% 0% no-repeat padding-box;
  border-radius: 50px 50px 0px 0px;
  padding: 60px 0 100px 0;
  margin-top: -50px;
}
.custom-shop-header {
  background: transparent linear-gradient(180deg, #d1f0c3 0%, #2d633f 100%) 0%
    0% no-repeat padding-box;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 90px;
  color: #fff;
}

.static-title {
  padding: 3px 18px 0px 18px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
  border-radius: 25px 25px 25px 25px;
  display: inline-block;
}

.static-title h4 {
  font-family: "Avenir", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #ffffff;
  margin: 0;
}

.custom-shop-header h1 {
  font-family: "Avenir", Sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  color: #ffffff;
}

.service-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.service-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.service-slider .owce-carousel button.owl-dot span {
  background: #ffffff78 !important;
}
.service-slider .owce-carousel button.owl-dot.active span {
  background: #fff !important;
}

/* product css  start */

.woocommerce-ordering,
.woocommerce-result-count {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: center;
  font: normal normal 900 18px/22px Avenir;
  letter-spacing: 0px;
  color: var(--color2);
  padding: 0;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce ul.products li.product .price {
  font: normal normal 600 18px / 22px Avenir;
  letter-spacing: 0px;
  color: #4d804f !important;
  text-transform: capitalize;
  text-align: center;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0 !important;
  border-radius: 12px;
}
.woocommerce ul.products li.product .custom-image-wrapper {
  overflow: hidden;
  border-radius: 12px;
}
.woocommerce ul.products li.product a img {
  transition: all 0.4s ease;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.05);
}

.woocommerce ul.products li.product .button {
  display: none !important;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link::before {
  content: "\e9c5";
  position: absolute;
  left: 50%;
  top: 35%;
  translate: -50% -30%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #4d804f 0% 0% no-repeat padding-box;
  font-family: elementskit !important;
  font-size: 22px;
  color: #fff;
  opacity: 0;
}
.woocommerce
  ul.products
  li.product:hover
  a.woocommerce-loop-product__link::before {
  opacity: 1;
  z-index: 1;
}
.woocommerce ul.products li.product .button:hover {
  background: var(--color1) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px 20px;
  font: normal normal 600 15px/20px Avenir;
}
.woocommerce .woocommerce-result-count {
  color: var(--color2);
}

/* product css  end */

/* woocommerce pagination start  */

.woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
}
.woocommerce-pagination .page-numbers {
  font: normal normal 500 16px / 30px Avenir !important;
  letter-spacing: 0px;
  color: #111111;
  margin: 0 7px !important;
}
.woocommerce-pagination li {
  border: 0 !important;
  background: transparent !important;
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
  color: #4d804f !important;
  background: transparent !important;
}
.woocommerce-pagination a.prev.page-numbers,
.woocommerce-pagination a.next.page-numbers {
  font-family: inherit !important;
  font-size: 0px !important;
  line-height: 24px;
  position: relative;
}
.woocommerce-pagination a.next.page-numbers::before {
  content: "\e876";
  font-family: elementskit !important;
  font-size: 16px;
  padding: 12px;
  margin-top: 7px;
  position: absolute;
  top: -13px;
  left: 2px;
}
.woocommerce-pagination a.prev.page-numbers:before {
  content: "\e997";
  font-family: elementskit !important;
  font-size: 16px;
  padding: 12px;
  margin-top: 7px;
  position: absolute;
  top: -13px;
  left: 2px;
}

/* woocommerce pagination enf  */

/* single product start  */
.single-product #page {
  overflow-x: hidden !important;
}
.single-product .content-area {
  padding-top: 60px;
}
.single-product .woocommerce-breadcrumb {
  display: none !important;
}
.single-product .woocommerce-breadcrumb a,
.product-breadcrumb {
  font: normal normal normal 14px/20px Avenir;
  letter-spacing: 0px;
  color: var(--color1);
  text-transform: uppercase;
}
/* .single-product .product-type-simple {
  float: left;
} */
.single-product .summary .product_title.entry-title {
  margin-top: 30px;
}
.single-product .summary .product_title.entry-title,
.featured-item-details .featured-item-details-title {
  font: normal normal 900 40px / 48px Avenir;
  color: var(--color1);
  margin-bottom: 5px;
}
.single-product .summary .price,
.featured-item-details .featured-item-details-price {
  font: normal normal 900 20px / 24px Avenir;
  letter-spacing: 0px;
  color: var(--color1) !important;
  text-transform: capitalize;
}
.single-product .summary .woocommerce-product-details__short-description p {
  font: normal normal 500 16px / 25px Avenir;
  letter-spacing: 0px;
  color: var(--tertiary-color);
  margin-bottom: 15px;
}
.single-product .summary .single_add_to_cart_button {
  display: inline-block;
  background: var(--color1) 0% 0% no-repeat padding-box !important;
  border-radius: 30px !important;
  padding: 12px 40px !important;
  font: normal normal 900 15px/20px Avenir;
  letter-spacing: 0px;
  color: #ffffff;
  border: 1px solid var(--color1);
  text-transform: capitalize;
}
.single-product .summary .single_add_to_cart_button:hover {
  background: var(--color1) 0% 0% no-repeat padding-box !important;
  color: #fff !important;
}
.woocommerce .quantity .qty {
  width: 6em;
  text-align: center;
  color: #111111 !important;
  margin-right: 15px;
  border: 1px solid #111111 !important;
  border-radius: 30px !important;
  padding: 10px 10px !important;
  background: #fff !important;
}
.single-product .summary .product_meta {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button;
  appearance: auto;
  opacity: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
}
.woocommerce .wpgis-slider-for .slick-slide {
  margin-right: 5px !important;
}
#wpgis-gallery li.slick-slide.slick-current.slick-active {
  border: 1px solid #707070;
}
#wpgis-gallery .slick-slide {
  margin-left: 8px !important;
  border-radius: 8px;
  overflow: hidden;
}
#wpgis-gallery li.slick-slide.slick-current.slick-active {
  border-color: var(--color1);
}
#wpgis-gallery .slick-track {
  margin-left: 0 !important;
}
.wpgis-slider-for {
  overflow: hidden;
  margin-bottom: 0px !important;
}
.woocommerce-product-gallery__image img {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.flex-control-nav li img {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px !important;
}
.flex-control-nav .slick-current li img {
  border-color: #4d804f;
}

.woocommerce-tabs {
  padding-top: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-top: 2px solid var(--color2);
  text-align: center;
  font: normal normal bold 16px/24px Avenir;
  letter-spacing: 1px;
  color: var(--color2) !important;
  text-transform: uppercase;
  opacity: 1;
  border-radius: 0 !important;
  padding: 5px 0px !important;
  background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.reviews_tab,
.additional_information_tab,
.woocommerce-Tabs-panel h2 {
  display: none !important;
}
.woocommerce-Tabs-panel {
  text-align: left;
  font: normal normal normal 15px/22px Avenir;
  letter-spacing: 0px;
  color: var(--color2);
  opacity: 1;
}
table.variations tr {
  display: block;
  width: 48%;
  float: left;
  margin-right: 10px;
}
table.variations td {
  width: 100%;
  display: block;
}
table.variations tr,
table.variations th,
table.variations td {
  background: none !important;
  padding: 0 !important;
}
.woocommerce div.product form.cart .variations select {
  margin-bottom: 15px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
}
.woocommerce div.product form.cart .variations label {
  columns: var(--color2);
}
section.related.products {
  /* display: none; */
  margin-top: 50px;
  float: left;
  width: 100%;
  padding: 70px 0 70px 0;
  position: relative;
}
section.related.products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100%;
  background: #efefef;
  z-index: -1;
  translate: -50% 0;
}
section.related.products h2 {
  text-align: center;
  font: normal normal 500 40px/50px Avenir;
  letter-spacing: 0px;
  color: #4d804f;
  text-transform: capitalize;
  opacity: 1;
}

section.related.products .products {
  padding-top: 10px;
}
.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-prev:hover {
  margin-left: 0 !important;
  left: 5px !important;
}
.wpgis-slider-for .btn-next,
.wpgis-slider-for .btn-next:hover {
  margin-right: 0 !important;
  right: 10px !important;
}
.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d804f !important;
  border: 1px solid #4d804f;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 9;
  background: #fff !important;
  opacity: 1;
  display: inline-grid;
  place-items: center;
  transform: none !important;
}
.wpgis-slider-for .btn-prev:hover,
.wpgis-slider-for .btn-next:hover {
  color: #fff !important;
  border: 1px solid #4d804f;
  background: #4d804f !important;
}

.woocommerce-message {
  margin-top: 5px;
  border: 0;
  padding: 20px !important;
  background: var(--color1);
  color: #fff;
  border-radius: 10px;
}
.woocommerce-message::before {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  margin-right: 10px;
  left: 0;
  top: 5px;
}
a.button.wc-forward {
  font-family: "Avenir", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color1);
  background-color: #fff;
  text-decoration: none !important;
}
a.button.wc-forward:hover {
  color: #fff;
  background-color: var(--color2);
}
.woocommerce-message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.single-product .footer-width-fixer {
  width: 100%;
  float: left;
}
/* single product end  */

/* user and woocommerce css  */
.alignwide {
  margin-inline: 0 !important;
}
.site-main .page-header {
  padding: 30px 0 !important;
}
.site-main .page-header .entry-title {
  margin: 0 !important;
  text-align: left;
  font: normal normal 900 30px/40px Avenir !important;
  letter-spacing: 0px !important;
  color: var(--color2) !important;
}
.is-large.wc-block-cart .wc-block-cart-items {
  border: 1px solid #cfcfcf !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  background: #e9e9e9 !important;
  border-color: #cfcfcf !important;
  text-align: left !important;
  visibility: visible !important;
  padding: 8px 16px !important;
}
.is-large.wc-block-cart .wc-block-cart-items th span {
  color: var(--color2);
  font: normal normal bold 15px/25px Avenir;
  letter-spacing: 0px;
}
.wc-block-cart-items .wc-block-components-product-name {
  text-align: left;
  font: normal normal 600 14px/22px Avenir;
  letter-spacing: 0px;
  color: #292721;
  opacity: 1;
  margin-bottom: 0 !important;
}
.wc-block-components-quantity-selector:after {
  display: none !important;
}
.wc-block-components-quantity-selector input {
  padding: 0 !important;
  border: 0 !important;
}
.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none !important;
}
.wc-block-cart-items .wc-block-components-quantity-selector__button {
  padding: 0 !important;
  font-size: 16px !important;
  opacity: 1 !important;
  color: var(--color2);
}
.wc-block-cart-items .wc-block-components-product-price {
  text-align: left;
  font: normal normal bold 16px/23px Avenir;
  letter-spacing: 0px;
  color: #292721;
  text-transform: capitalize;
  opacity: 1;
}
.wc-block-cart-item__total .wc-block-components-product-price {
  text-align: left;
  font: normal normal bold 22px/30px Avenir;
  letter-spacing: 0px;
  color: #292721;
}
.is-large.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout__form,
.wp-block-woocommerce-checkout-order-summary-block {
  margin-top: 0;
  background: #e9e9e9;
  padding: 30px;
  border: 0 !important;
  border-radius: 0 !important;
}
.is-large.wc-block-cart
  .wc-block-components-sidebar
  .wc-block-cart__totals-title,
.wc-block-components-title.wc-block-components-title,
.wc-block-components-checkout-order-summary__title-text {
  text-align: left;
  font: normal normal bold 22px/30px Avenir !important;
  letter-spacing: 0px;
  color: #292721;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  padding: 0 !important;
}
:root :where(.wp-element-button, .wp-block-button__link) {
  color: #ffffff !important;
  background: var(--color1) !important;
  border-radius: 8px !important;
  border: 0 !important;
  padding: 12px 25px !important;
  text-transform: capitalize;
  opacity: 1;
  text-align: center;
  font: normal normal 600 16px/20px Avenir;
  letter-spacing: 0px;
  opacity: 1;
}
.wc-block-components-form
  .wc-blocks-components-select
  .wc-blocks-components-select__select,
.wc-block-components-form.wc-block-checkout__form input {
  border: 0 !important;
  border-radius: 10px !important;
}

/* user dashboared start */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background: var(--color1);
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce .woocommerce-order-details .order-actions-button,
.woocommerce button.button {
  text-align: left;
  font: normal normal bold 16px/20px Avenir;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  padding: 14px 20px !important;
  border-radius: 8px !important;
  background: var(--color1) !important;
}
.woocommerce table.my_account_orders .button {
  margin: 5px;
  text-align: left;
  font: normal normal bold 13px/18px Avenir;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  padding: 6px 10px !important;
  border-radius: 5px !important;
  background: var(--color1) !important;
}
.woocommerce table.my_account_orders .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-MyAccount-content .woocommerce-Button.button:hover,
.woocommerce .woocommerce-order-details .order-actions-button:hover,
.woocommerce button.button:hover {
  background: var(--color1) !important;
  color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color1);
  background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-info {
  border: 0;
}
.woocommerce-info::before {
  color: var(--color1);
}
.comments-area a,
.page-content a {
  text-decoration: none;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  font-family: Avenir !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  .wp-block-separator
  ~ .wp-block-heading {
  display: none !important;
}
.comments-area a,
.page-content a {
  text-decoration: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.wc-block-components-quantity-selector__input {
  border: 0 !important;
}

.woocommerce-message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.page-header .entry-title {
  font-family: Avenir;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}
#content {
  padding-bottom: 0px;
}
.woocommerce-Address {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
}
.woocommerce-Address h2 {
  font-size: 1.3rem;
  margin: 0;
}
.woocommerce-Address .edit {
  font-size: 14px;
}
.woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce-Address .woocommerce-Address-title::after,
.woocommerce-Address .woocommerce-Address-title::before {
  display: none !important;
}
table th,
table td {
  border: 0 !important;
  padding: 10px 12px !important;
}
/* user dashboared end */

.woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account .site-main {
  padding-bottom: 90px !important;
}

ul.fg-dots {
  counter-reset: link-counter;
  list-style: none;
  padding-left: 0;
}
.fg-dot-link {
  border: 0 !important;
  background-color: transparent !important;
}
.fg-dot-link:before {
  counter-increment: link-counter;
  content: counter(link-counter) "" !important;
  margin-right: 15px !important;
  font: normal normal 500 16px / 22px Avenir;
  letter-spacing: 0px;
  color: #111111;
  border: 0 !important;
  background: transparent !important;
}
.fg-selected .fg-dot-link:before {
  color: #4D804F;
}


/* product gallery single product page start */

#wpgis-gallery .slick-track:only-child .slick-slide:nth-child(0),
#wpgis-gallery .slick-slide:nth-child(0):only-child {
    display: none !important;
}


#wpgis-gallery .slick-slide:only-child {
    display: none !important;
}
#wpgis-gallery:has(.slick-slide:only-child) {
    display: none !important;
}

#wpgis-gallery:has(.slick-slide:only-child) ~ .wpgis-slider-for {
    width: 100% !important;
    max-width: 100% !important;
}

#wpgis-gallery:has(.slick-slide:only-child) ~ .wpgis-slider-for img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}
/* product gallery single product page end */


body:not(.elementor-editor-active) .elementor-element-d3b2181 {
    display: none !important; 
}


body:not(.elementor-editor-active) .elementor-element-d3b2181:has(img) {
    display: flex !important; 
}



@media only screen and (max-width: 767px) {
  .woocommerce-tabs {
    padding-top: 10px;
  }
  section.related.products {
    margin-top: 20px;
    padding: 30px 0 30px 0;
  }
  section.related.products h2 {
    font: normal normal 500 28px / 50px Avenir;
 }
}

@media only screen and (max-width: 767px) {
  .testimonial-slider .testimonial-box{
    min-height: auto;
  }
}


@media only screen and (max-width: 425px) {
 .dflex-imgbox .elementor-image-box-wrapper {
  display: block !important;
}
}



@media only screen and (max-width: 767px) {
	button.fg-panel-button.fg-panel-button-prev{
	   position: absolute;
    top: 200%;
	  left: 35% !important;
  }
	
	button.fg-panel-button.fg-panel-button-next{
	  position: absolute;
    top: 200%;
	  right: 35% !important;
 }

  .testimonial-slider .testimonial-text {
    max-height: 5.6em; 
    overflow-y: auto; 
    padding-right: 5px; 
  }

  .testimonial-slider .testimonial-text::-webkit-scrollbar {
    width: 4px;
  }

  .testimonial-slider .testimonial-text::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 2px;
  }
  
}


