.custom-notes span.letter.custom_space_text:before {
    content: '#';
    opacity: 0;
}

.wc_animation_heading .custom_space_text:before {
    content: '#';
    opacity: 0;
}
.custom-notes span.letter {
    color: #000;
    opacity: 0.5;
}

@keyframes colorChange {
    0% { color: #000; opacity: 0.5; }
    100% { color: #04633E;
        opacity: 1;
    }
}

@keyframes re_colorChange {
    0% {
        color: #04633E;
        opacity: 1;
    }
    100% {
        color: #000;
        opacity: 0.5;
    }
}
.custom-notes-content .e-con-inner{
    overflow: visible;
    position: relative;
}
.custom-notes-content .wc-animation-title{
    position: sticky;
    bottom: auto;
    top: 110px;
}
.admin-bar .custom-notes-content .wc-animation-title{
    top: 150px;
}

.wc_animation_heading h1 .word{
    margin-right: 10px;
    display: inline-block;
}


.product-logo-slider-wrap .swiper-slide {
    padding: 40px;
    position: relative;
}

.product-logo-slider-wrap .swiper-slide .icon-image {
    position: absolute;
    top: 0;
    left: 40px;
}

.product-logo-slider-wrap .swiper-slide .product-image {
    position: relative;
    z-index: 1;
}

.product-logo-slider-wrap .product-logo-slider {
    padding: 0 60px;
}
.product-logo-slider-wrap .swiper-button-prev:after, .product-logo-slider-wrap .swiper-button-next:after {
    display: none;
}

.product-logo-slider-wrap .swiper-button-prev, .product-logo-slider-wrap .swiper-button-next {
    width:55px;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible{
    outline: none !important;
    box-shadow: 0 !important;
}
.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CDDBB4;
  display: none;
}

.preloader-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
	transform: translateY(50px);
	transition: 0.2s all ease;
  display: none;
}

.preloader-logo {
  width: 200px;
}

.preloader-content {
        display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    width: 200px;
    height: 90px;
    display: none;
}

.loading-icons-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
	transition: 0.2s all ease;
  display: none;
}

.loading-icon {
  width: 50px;
  height: 50px;
}

.loading-icon.loaded {
  position: absolute;
}

.icon-load {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  flex: 0 0 auto;
  display: none;
}
/*<--------- start navigation css --------> */

.wc-main-header .custom-sk-main-menu nav ul li.hide-menu {
    display: none;
}

.custom-mega-menu .wc-main-header {
    background-color: #EBEFEC;
}

.main-sub-ul-container {
    background-color: #EBEFEC;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.main-sub-ul-container.active-menu {
    display: block;
}

.main-sub-ul-container ul {
    display: block !important;
    position: static !important;
    background-color: transparent;
}

.main-sub-ul-container ul li .menu-item-desc {
    display: none;
}

.main-sub-ul-container .main-sub-ul-wrapper {
    /*border-top: 1px solid #04633e;*/
    padding: 25px 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.main-sub-ul-container .main-sub-ul-wrapper:before{
    content: "";
    height: 1px;
    background: #04633e;
    max-width: 1470px;
    margin: -25px auto 25px;
    width: 100%;
    display: block;
}

.main-sub-ul-container .main-sub-ul-wrapper ul.sub-menu {
    width: 100%;
    position: relative !important;
}

.main-sub-ul-container .main-sub-ul-wrapper ul.sub-menu li.sub-sk-menu:hover .menu-item-desc {
display: block;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateX(0) translateY(-50%);
    max-width: 240px;
    width: 100%;
}

.main-sub-ul-container .main-sub-ul-wrapper ul.sub-menu li.sub-sk-menu {
    display: flex;
    align-items: center;
}

.main-sub-ul-container .main-sub-ul-wrapper ul.sub-menu li.sub-sk-menu:hover a:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/05/Vector-27.svg);
    left: -20px;
    top: 0px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


/*<--------- End navigation css --------> */

.transparent_logo,
.page-id-136 .wc-main-logo{
    display: none;
}
.page-id-136.custom-mega-menu .transparent_logo{
   display: none !important;
}
.page-id-136 .transparent_logo{
    display: block;
}
.page-id-136 .wc-main-header {
    background-color: #E1E9D2 !important;
    border-bottom: 1px solid #04633E;
}
.page-id-136.custom-mega-menu .wc-main-header{
    background-color: #EBEFEC !important;
}
/*.page-id-136 .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu a,
.page-id-136 .wc-main-header .wc-mobile-hide .elementor-button-wrapper a{
    color: #fff !important;
}
.page-id-136 .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu a:after{
    background-color:#fff !important;
}
.page-id-136 .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu a:hover,
.page-id-136 .wc-main-header .wc-mobile-hide .elementor-button-wrapper a:hover{
    color:#ddffa0 !important;
}
.page-id-136 .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu a:hover:after {
    background-color:#ddffa0 !important;
}
.page-id-136 .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu .main-sub-ul-wrapper ul li.menu-item a:hover{
    color:#04633E !important;
}
.page-id-136 .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu .main-sub-ul-wrapper ul li.menu-item a{
    color:#757C68 !important;
}
.page-id-136.custom-mega-menu .wc-main-header .wc-mobile-hide .elementor-button-wrapper a,
.page-id-136.custom-mega-menu .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu a {
    color: #000 !important;
}
.page-id-136.custom-mega-menu .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu.active-menu-item a{
    color: #496952 !important;
}
.page-id-136.custom-mega-menu .wc-main-header .custom-sk-main-menu nav ul li.main-sk-menu a::after{
    background-color: #496952 !important;
}*/

.page-id-136 .wc-main-header .wc-mobile-hide .wc-connexion-btn .elementor-button-wrapper a {
    background-color: #ddffa0 !important;
    color: #496952 !important;
    fill: #496952 !important;
    border:1px solid #496952 !important;
}
.page-id-136 .wc-main-header .wc-mobile-hide .wc-connexion-btn .elementor-button-wrapper a:hover{
    background-color: #fff !important;
    color: #000 !important;
    fill: #000 !important;
}
.wc-main-header .white_logo,
.custom-mega-menu .wc-main-header .wc-main-logo{
    display: none;
}
.custom-mega-menu .wc-main-header .white_logo {
    display: block;
}
.wc_decover_section .wc_decover_list ul li {
    margin-bottom: 20px;
}

.wc_decover_section .wc_decover_list ul li .elementor-icon-list-text b {
    font-weight: 500;
    color: #04633E;
}

.wc_partiques_list ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    display: block;
    background-image: url(/wp-content/uploads/2024/05/Vector-26.svg);
    background-repeat: no-repeat;
    width: 38px;
    height: 15px;
}

.wc_partiques_list ul li .elementor-icon-list-text b {
    font-weight: 500;
    color: #CDDBB4;
}

.wc_partiques_list ul li ul {
    padding: 0 0 0 30px;
    list-style-type: disc;
}

.wc_partiques_list ul li ul li::marker {
    font-size: 12px;
}

.wc-accodian-section .elementor-accordion-item .elementor-tab-title {
    border-top: 1px solid #04633E;
}

.wc-accodian-section .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-width: 1px !important;
}

.wc-accodian-section .elementor-accordion-item:first-child .elementor-tab-title {
    border-top: 0;
}

.wc-accodian-section:before {
    position: absolute;
    background: #eeffcf;
    content: '';
    left: -500%;
    width: 500%;
    height: 100%;
}

.wc-heading h2 {
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

.wc-heading-bold h2 {
    text-decoration-thickness: 1px !important;
    text-underline-offset: 5px;
}

.wc-heading-bold-border h2 {
    position: relative;
    max-width: max-content;
    margin: auto;
    z-index:1
}

.wc-heading-bold-border h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #04633E1A;
    bottom: 5px;
    display: block;
    z-index:-1;
}

.wc-heading-bold-border.border-two h2:before {
    background-color: #CDDBB4;
    height: 16px;
    bottom: 2px;
}
.wc-main-tabs .elementor-tabs-wrapper {
    border: 1px solid #04633E;
    border-radius: 50px;
    padding: 13px 12px;
}
.wc-main-tabs .elementor-tab-title {
    padding: 21px 34px !important;
    border-radius: 50px;
}

.wc-main-tabs .elementor-tab-title.elementor-active {
    background-color: #DDFFA0;
    font-weight: 600 !important;
    padding: 21px 34px !important;
}
.wc-main-tabs .wc-tab-section {
    display: flex;
    gap: 70px;
}

.wc-main-tabs .tab-titles {
    width: 40%;
}

.wc-main-tabs .tab-images {
    width: 55%;
}

.wc-main-tabs .tab-titles h2 {
    margin: 28px 0 33px;
    text-align: center;
    font-family: 'Paralucent-Medium';
    font-size: 30px;
}

.wc-main-tabs .elementor-tab-content {
    padding: 70px 0 0 !important;
}

.wc-main-header .elementor-element,
.wc-main-header .elementor-element .custom-sk-main-menu,
.wc-main-header .elementor-element .custom-sk-main-menu .elementor-widget-container,
.wc-main-header .elementor-element .custom-sk-main-menu .elementor-widget-container nav,
.wc-main-header .elementor-element .custom-sk-main-menu .elementor-widget-container nav .elementor-nav-menu,
.wc-main-header .elementor-element .custom-sk-main-menu .elementor-widget-container nav .elementor-nav-menu li {
    position: initial;
}

.main-sub-ul-container ul li .menu-item-desc img {
    width: 100%;
    max-width: 230px;
}

.wc-scroller-section {
    overflow: hidden !important;
}

.product-slide-sticky{
    height:100vh;
}
.product-slide-sticky .swiper-container,
.product-slide-sticky .swiper-container .swiper-wrapper,
.product-slide-sticky .swiper-container .swiper-wrapper .swiper-slide{
    height:100% !important;
}
.product-slide-sticky .product-slide {
    display: flex;
    align-items: center;
    height: 100%;
}
.product-slide-sticky .product-slide .slide-left,
.product-slide-sticky .product-slide .slide-right{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width:50%;
}
.product-slide-sticky .product-slide .slide-left-content{
    width:37%;
}
.product-slide-sticky .product-slide .slide-left-content h2{
    color: var(--e-global-color-accent);
    font-family: "Paralucent-Demi", Sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 84px;
    margin: 0;
    text-align:center;
}
.product-slide-sticky .product-slide .slide-left-content h3{
    font-family: "Paralucent-Demi", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin:0 0 16px;
    text-align:center;
}
.product-slide-sticky .product-slide .slide-left-content .elementor-widget-text-editor .elementor-widget-container,.product-slide-sticky .product-slide .slide-left-content p{
    font-family: "Paralucent-Demi", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin:0;
}
.product-slide-sticky .product-slide .slide-left-content p{
    margin:0;
}
.product-slide-sticky .product-slide .slide-right .slide-right-content{
    text-align: center;
}
.product-slide-sticky .product-slide .slide-right .slide-right-content p {
    text-align: center;
    color: var(--e-global-color-text);
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
.product-slide-sticky .slide-right .slide-right-content .wc-video-section video{
    max-width:60%;
}
.wc-thumbnail-slider{
    overflow:hidden;
}
.wc-thumbnail-slider .elementor-image-carousel-wrapper{
    width: calc(50% + 50vw);
}
.wc-thumbnail-slider .elementor-image-carousel-wrapper .swiper-slide {
    margin-right: 25px !important;
}
/*------ start timeline css ----- */
#scroll_wrapper .default-line {
    content: "";
    position: absolute;
    left: 50%;
    width: 6px;
    top: 65px;
    height: 1500px;
    background: transparent;
    background-position: top, right, bottom, left;
    background-size: 100px 0, 2px 100px;
    background-repeat: repeat-x, repeat-y;
}

#scroll_wrapper .draw-line {
    width: 6px;
    height: 0;
    position: absolute;
    top: 65px;
    left: 50%;
    background:#04633E;
    background-position: top,right,bottom,left;
    background-size: 100px 0,2px 100px;
    background-repeat: repeat-x,repeat-y
}

.work-step .work-step-circle img {
    transform: scale(.0);
    transition: all .3s
}
.work-step.in-view .work-step-circle img{
    transform: scale(1);
}
.scroll_wrapper .work-step{
    opacity: 0;
    overflow:hidden;
}
.scroll_wrapper .work-step.in-view {
    opacity: 1;
    overflow:visible;
}
.work-step .work-box h2 {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 11px;
    text-underline-offset: -6px;
    text-decoration-color: #ddffa0;
    text-decoration-skip-ink: none;
}
.work-step .work-box .number-two h2 {
    text-decoration-color: #CDDBB4;
}
.work-step .work-box .number-three h2 {
    text-decoration-color: #56895C;
}
.work-step .work-box .number-four h2 {
    text-decoration-color: #CDDBB4;
}
.work-step .work-box .number-five h2 {
    text-decoration-color: #04633E;
}
.work-step .work-box .number-six h2 {
    text-decoration-color: #C0BEB5;
}
.work-step .work-box .number-seven h2{
   text-decoration-color: #496952;
}
/*------ End timeline css ----- */

/*------ start product animation slider ----- */
.wc-slide-arrow .home-slide_arrow {
    z-index: 9;
    position: absolute;
    bottom:25px;
    right: auto;
    left: 0;
    width: 100%;
    max-width: 50%;
    margin: 0 0 0 auto;
}

.wc-slide-arrow .home-slide_arrow ul {
    list-style: none;
    justify-content: center;
    display: flex;
    padding: 0;
    gap:5px;
}

.wc-slide-arrow .home-slide_arrow ul li {
    display: inline-flex;
}

.wc-slide-arrow .home-slide_arrow ul li button.wc-arrow {
    width: 70px;
    height: 70px;
    padding: 2px;
    font-size: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border: 1px solid #04633E;
    color: #04633E;
}
.wc-slide-arrow .home-slide_arrow ul li button.wc-arrow:hover{
    background-color:#DDFFA0;
    border:1px solid #DDFFA0;
}
.wc-slide-arrow .home-slide_arrow ul li button.wc-arrow.disabled {
    display: none;
}
.time-line {
    z-index: 200;
    position: absolute;
    bottom: 45px;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 50%;
    margin: 0 0 0 auto;
}
.time-line .container{
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.home-slide_col {
    align-items: center;
    width:100%;
    height: 100%;
    display: flex;
}
.timeline-wrapper {
    background-color: #D9D9D9;
    width: 100%;
    height: 11px;
    border-radius: 30px;
}

.timeline-wrapper.cc-fill {
    background-color: #04633E;
    width: 50%;
    height: 100%;
}
/*------ end product animation slider ----- */

.wc-recycle-section .elementor-widget-heading h2.elementor-heading-title {
    min-height: 54px;
}
.product-slide-sticky-wrap{
    z-index:2;
}
.wc-count_down .wc-count_down-box .elementor-counter .elementor-counter-number-suffix {
    color: #04633e;
}
.wc-count_down-box.title .elementor-counter .elementor-counter-number-suffix span {
    margin-left: 10px;
    font-size: 25px;
}

.wc-plants-section .gallery .slick-slide figure.gallery-item{
    max-width:100% !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    margin:0 30px !important;
    vertical-align:middle;
    height:100%;
    min-height:60px;
}
.wc-plants-section .gallery .slick-slide .gallery-icon img{
    width: 100% !important;
    max-width: 170px;
    filter:grayscale(100%);
}
.preloader-logo-box img.preloader-logo, .preloader-logo-box img {
max-width: 100px;
margin: 0 auto;
display: none;
}
.icon-load.active img.loading-icon.loaded {
    opacity: 0;
}
.loading-icon.loaded {
position: absolute;
left: 0;
top: 0;
}

/*<============ responsive css ==========>*/
@media (max-width: 1340px) {
    .product-slide-sticky .product-slide .slide-left, .product-slide-sticky .product-slide .slide-right{
        width: 100%;
    }
    .product-slide-sticky .product-slide .slide-left-content {
        width: 50%;
    }
}
@media (min-width: 1025px) {
    .main-sub-ul-container .main-sub-ul-wrapper ul.sub-menu {
        max-width:fit-content;
    }
    .custom-sk-main-menu nav .elementor-nav-menu .menu-item{
        padding:0 10px;
    }
}
@media (min-width: 1200px) {
    .main-sub-ul-container .main-sub-ul-wrapper ul.sub-menu {
        max-width:fit-content;
    }
    .custom-sk-main-menu nav .elementor-nav-menu .menu-item{
        padding:0 25px;
    }
}
@media (max-width: 1199px) {
    .wc-main-tabs .elementor-tab-content {
        padding: 40px 0 0 !important;
    }

    .wc-main-tabs .wc-tab-section {
        gap: 40px;
    }

    .wc-main-tabs .tab-titles h2 {
        margin: 0 0 10px;
        font-size: 25px;
    }

    .wc-main-tabs .elementor-tab-title,
    .wc-main-tabs .elementor-tab-title.elementor-active {
        padding: 10px 15px !important;
        text-align: center;
    }
    span.letter.custom_null_text.doller_custom {
        margin-left: 45px;
    }
}

@media (max-width: 1080px) {
    span.letter.custom_null_text.doller_custom {
        margin-left: 20px;
    }
}

@media (max-width: 1024px) {
    .wc-main-header {
        width: 100% !important;
    }

    .wc-mobile-hide {
        display: none !important;
    }

    .wc-main-header .custom-sk-main-menu nav ul li.hide-menu {
        display: block;
    }

    .wc-main-header .custom-sk-main-menu .elementor-menu-toggle {
        margin: 0 0 0 auto !important;
    }

    .wc-main-header .custom-sk-main-menu nav ul li.mobile-btn a {
        fill: #FFF;
        color: #FFF !important;
        background-color: var(--e-global-color-primary);
        transition-duration: 0s;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: var(--e-global-color-primary);
        border-radius: 30px 30px 30px 30px;
        padding: 8px 16px 8px 16px;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container {
        position: absolute !important;
        left: 0;
        top: 100%;
        background: #ebefec !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 25px 20px;
        border-top: 1px solid #04633e;
        z-index: 99;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li a {
        padding: 10px;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.mobile-btn {
        width: max-content;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.mobile-btn a {
        padding: 12px 35px;
        margin-top: 10px;
    }

    .wc-main-header .custom-sk-main-menu .elementor-menu-toggle {
        background: #04633e;
        border-radius: 3px;
    }

    .wc-main-header .custom-sk-main-menu .elementor-menu-toggle svg {
        fill: #fff;
        font-size: 16px;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.menu-item .main-sub-ul-container.main-sub-menu {
        display: none;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.menu-item .main-sub-ul-container.main-sub-menu {
        position: relative;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.menu-item .main-sub-ul-container ul.sub-menu {
        width: 100%;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.menu-item .main-sub-ul-container ul.sub-menu li a {
        padding: 6px 10px;
        width: 100%;
        border: 0;
        font-size: 14px;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.menu-item .main-sub-ul-container .main-sub-ul-wrapper {
        padding: 5px;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container .main-sub-ul-wrapper li.sub-sk-menu:hover .menu-item-desc,
    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container .main-sub-ul-wrapper li.sub-sk-menu:hover a:before,
    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.menu-item .main-sub-ul-container ul.sub-menu li a:before {
        display: none;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.main-sk-menu {
        position: relative !important;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.main-sk-menu .caret-arrow {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 6px;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.main-sk-menu .caret-arrow:before {
        content: '';
        background-image: url(/wp-content/uploads/2024/05/Group-12.svg);
        background-repeat: no-repeat;
        background-size: 50%;
        opacity: 1 !important;
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
    }

    .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.main-sk-menu .caret-arrow.sub-active::before {
        transform: rotate(180deg);
    }
    .page-id-136 .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container{
        background-color:#E1E9D2 !important;
    }
    /*.page-id-136 .wc-main-header .custom-sk-main-menu .elementor-menu-toggle {
        background:#ddffa0 !important
    }
    .page-id-136 .wc-main-header .custom-sk-main-menu .elementor-menu-toggle svg {
        fill: #496952;
    }*/
   /* .page-id-136 .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu__container ul li.main-sk-menu .caret-arrow:before{
        background-image:url(/wp-content/uploads/2024/06/Group-12-1.svg)
    }*/
    .main-sub-ul-container .main-sub-ul-wrapper:before{
        display: none;
    }
    .page-id-136 .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu--dropdown ul li.mobile-btn a {
        background-color: #ddffa0 !important;
        color: #496952 !important;
        fill: #496952 !important;
        border: 1px solid #496952 !important;
    }
    .page-id-136 .wc-main-header .custom-sk-main-menu nav.elementor-nav-menu--dropdown ul li.mobile-btn a:hover {
        background-color: #ffffff !important;
        color: #496952 !important;
        fill: #496952 !important;
        border: 1px solid #fff !important;
    }

    .product-slide-sticky .product-slide .slide-left-content {
        width: 100%;
        margin: 0 20px;
    }
    .product-slide-sticky .product-slide .slide-left-content h2 {
        font-size: 55px;
        line-height: 60px;
    }
    .wc-slide-arrow .home-slide_arrow ul li button.wc-arrow svg {
        width: 20px;
    }
    .wc-slide-arrow .home-slide_arrow ul li button.wc-arrow {
        width: 55px;
        height: 55px;
    }
    .wc-count_down-box.title .elementor-counter .elementor-counter-number-suffix span {
        margin-left: 6px;
        font-size: 22px;
    }
    .product-logo-slider-wrap .product-logo-slider {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .wc_full-image ul.elementor-icon-list-items li .elementor-icon-list-text ul {
        padding: 15px 0 15px 20px !important;
    }
    span.letter.custom_null_text.doller_custom {
        font-size: 20px;
        margin-left: 0;
    }

    span.letter.custom_null_text {
        font-size: 18px;
    }
    .wc-thumbnail-slider .elementor-image-carousel-wrapper .swiper-slide {
        margin-right: 10px !important;
    }
}

@media (max-width: 767px) {
    .wc_partiques_list ul li:before {
        left: -45px;
        background-size: 30px;
    }

    .wc-single-list .e-con-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }

    .wc-main-tabs .wc-tab-section {
        flex-direction: column;
        gap: 10px;
    }

    .wc-main-tabs .tab-titles,
    .wc-main-tabs .tab-images {
        width: 100%;
    }

    .wc-main-tabs .elementor-tab-content {
        padding: 15px 0 0 !important;
    }

    .wc-main-tabs .tab-titles h2 {
        font-size: 20px;
    }

    .wc-heading-bold-border h2:before {
        height: 7px;
    }
    .wc-heading-bold-border.border-two h2:before{
        height: 7px;
    }
    .wc-img-blog {
        display: inline-block;
    }
    #scroll_wrapper .default-line,
    #scroll_wrapper .draw-line,
    .work-step-circle{
        display:none
    }
    .scroll_wrapper .work-step {
        opacity: 1;
        overflow: visible;
    }

    .work-box .e-con-inner .elementor-widget-heading {
        width: 100% !important;
        text-align: left !important;
    }
    .product-slide-sticky-wrap {
        grid-row-gap: 24px;
        flex-direction: column;
        height: auto;
        display: flex;
        position: static;
    }
    .fake-anchors,
    .time-line,
    .wc-slide-arrow{
        display:none;
    }
    .product-slide-sticky{
        height:auto !important;
    }
    .product-slide-sticky .product-slide{
        flex-direction:column;
    }
    .product-slide-sticky-wrap .wc-swiper-slide {
        opacity: 1;
        flex-direction: column;
        height: auto;
        display: block;
        position: static;
    }
    .product-slide-sticky .product-slide .slide-left {
        padding: 20px 0;
    }
    .product-slide-sticky .product-slide .slide-left-content h2{
        text-align:left;
    }
    .product-slide-sticky .product-slide .slide-left-content h3 {
        font-size: 24px;
        margin: 10px 0;
        text-align: left;
    }
    .product-slide-sticky .product-slide .slide-right .slide-right-content {
        padding: 10px 0;
    }
    .work-step .work-box h2 {
        text-decoration-thickness: 8px;
    }
    .wc-recycle-section .elementor-widget-heading h2.elementor-heading-title {
        min-height: auto;
    }
    .product-logo-slider-wrap .swiper-button-prev, .product-logo-slider-wrap .swiper-button-next {
        width: 25px;
    }
    .product-logo-slider-wrap .swiper-slide {
        padding: 30px;
        position: relative;
    }
}

@media (max-width: 450px) {
    .wc-single-list .e-con-inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .product-slide-sticky .product-slide .slide-left-content h2 {
        font-size: 40px;
        line-height: 45px;
    }
}
