/* Custom Fonts */

@font-face {
    font-family: 'Alice';  
    src: url('../fonts/Alice.ttf');  
    font-weight: normal;  
}

@font-face {
    font-family: 'Geometric';  
    src: url('../fonts/Geometric.ttf');  
    font-weight: normal;  
}

/* Custom css */

.single-product #sidebar {
    display: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-wpml-ls-item a.mega-menu-link {
    width: max-content;
    background: transparent !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    width: max-content;
    background: #f5f5f5e6 !important;
}

.eael-tabs-content img {
    width: 93%;
    margin-right: auto !important;
    margin-left: 0;
    display: block !important;
}

.custom-slider-2 .eael-grid-post-holder-inner {
    padding-bottom: 20px;
}

.custom-header form.is-search-form {
    position: relative;
}

.custom-header form.is-search-form > button {
    position: relative;
}

.custom-header .disable-search.is-form-style.is-form-style-3 input.is-search-input {
    border: 0 !important;
    position: relative;
}

.custom-header .is-form-style.is-form-style-3 input.is-search-input {
    z-index: 9;
    border: 0 !important;
    border-bottom: 2px solid #ccc !important;
    right: 20px;
    position: relative;
    visibility: visible;
    padding-left: 0;
    font-size: 17px !important;
    color: #000000 !important;
}

.custom-header .is-form-style.is-form-style-3 input.is-search-input::placeholder {
    font-size: 17px !important;
    color: #000000 !important;
}

.custom-header .is-search-icon svg {
    display: none;
}

.custom-header .is-search-icon:before {
    content: url("/wp-content/uploads/2022/06/surface1.png");
}

.custom-header span.is-search-icon {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.custom-header span.is-search-icon:hover {
    background: transparent;
}

.custom-header {
    box-shadow: 0 3px 6px #00000029;
}

.col-1 img {
    height: 45px !important;
}

.single-product .product-wrapper {
    width: 1166px;
    max-width: 100%;
    margin: 77px auto 20px auto;
}

.product-wrapper * {
    font-family: "Open Sans", Sans-serif;
} 

.single-product .product-logos {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -10px 0 -10px;
}

.single-product .product-logos .single-image {
    margin: 0 5px;
}

.product-banner {
    display: flex;
    flex-direction: row-reverse;
}

.product-banner .left-section {
    width: 50%;
}

.product-banner .right-section {
    width: 50%;
}

.single-product nav.woocommerce-breadcrumb {
    display: none;
}

.single-product .product-wrapper nav.woocommerce-breadcrumb {
    display: block;
}

.single-product .product-wrapper nav.woocommerce-breadcrumb a {
    color: #000000E6;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.single-product .product-wrapper nav.woocommerce-breadcrumb .delimiter {
    color: #000000E6;
    font-weight: 700;
}

.single-product .product-wrapper nav.woocommerce-breadcrumb {
    font-size: 14px;
    color: #00000033;
    font-weight: 700;
    margin-bottom: 70px;
}

.product-banner .left-section .tilte {
    font-size: 50px;
    width: max-content;
    color: #000000E6;
    text-transform: uppercase;
    margin: 0;
}

.benefit-section {
    background: #060606cc;
    padding: 15px;
}

.container {
    width: 1336px;
    max-width: 100%;
    margin: auto;
}

.products-template .page-header .breadcrumbs {
    text-align: left;
}

.products-template .page-header .breadcrumbs a {
    color: #000000E6;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    font-family: "Open Sans", Sans-serif;
}

.products-template .page-header .breadcrumbs span.delimiter {
    color: #000000E6;
    font-family: "Geometric" !important;
}

.benefit-wrapper {
    display: flex;
    justify-content: space-between;
}

.benefit-wrapper .icon-section {
    flex: 0 0 23%;
    max-width: 23%;
    text-align: center;
}

.benefit-wrapper .icon-section .icon {
    width: 120px;
    height: 120px;
}

.benefit-wrapper .icon-section .text {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
}

.description-section {
    margin: 30px 0;
    padding: 15px;
}

.description-section .desc {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}

.data-wrapper .single-data .data {
    font-weight: 600;
}

.data-tecnic .tecnical-title,
.documents-section .tecnical-title,
.related .tecnical-title {
    /* text-align: center;
    font-size: 32px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 40px; */
}

.data-tecnic .container {
    width: 1000px;
}

/* .data-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 80px 0;
} */

.data-wrapper .single-data .name {
    font-size: 16px;
    color: #000000B3;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 27px;
}

.data-wrapper .single-data .data {
    font-size: 14px;
    color: #000000B3;
    line-height: 27px;
    font-weight: 400;
}

.data-wrapper .single-data {
    margin-bottom: 10px;
}

.data-wrapper .single-data:nth-child(3n+3), .data-wrapper .single-data:nth-child(3n+1) {
    flex: 0 0 25%;
}

.data-wrapper .single-data:nth-child(3n+2) {
    flex: 0 0 28%;
}

.product-gallery .gallery-wrapper img {
    width: 100%;
    height: 655px;
    padding: 0 15px;
    object-fit: cover;
}

.benefit-wrapper .icon-section .text {
    margin-top: 0;
    margin-bottom: 10px;
}

.data-wrapper .single-data p {
    margin: 0;
}

.documents-section {
    padding: 100px 0;
}

.left-section .doc-wrapper {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
}

.left-section .doc-wrapper .single-doc {
    margin: 0 13px 13px;
}

.doc-wrapper .single-doc .name {
    font-weight: 700;
    text-transform: uppercase;
}

.doc-wrapper .single-doc .data {
    border: 1px solid #707070;
    width: max-content;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    height: 35px;
    line-height: 30px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    cursor:pointer;
    background: #fff;
    font-size: 12px;
}

.custom-header .elementor-column .mega-sub-menu .elementor-widget-wrap.elementor-element-populated {
    align-content: flex-start !important;
}

.fix-it-tab h2.elementor-heading-title.elementor-size-default {
    color: #1C1D1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.fix-it-tab .elementor-column > .elementor-widget-wrap {
    align-items: center;
    align-content: center;
}

.fix-it-tab .elementor-widget-heading {
    margin-bottom: 0 !important;
}

html[lang="it-IT"] .elementor-widget-eael-adv-tabs .eael-tabs-content section .elementor-widget-wrap {
    align-items: center;
    align-content: center;
}

.single-product .slick-dots li button:before {
    display: none;
}

.wqoecf_close {
    cursor: pointer;
}

.wqoecf-pop-up-box div.wpcf7>form>p input[type="submit"] {
    background: #000 !important;
    cursor: pointer;
}

.doc-wrapper .single-doc .data img {
    margin-left: 8px;
    height: 15px;
}

.product-wrapper .product-application {
    padding: 100px 0 70px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-wrapper .product-application .procedure {
    width: 45%;
}

.product-wrapper .product-application .consumption {
    width: 40%;
}

.product-wrapper .product-application .procedure .title {
    font-size: 30px;
    margin-top: 0;
    font-weight: 400;
}

.product-wrapper .product-application .consumption .title {
    margin-top: 0;
    font-weight: 900;
    font-size: 30px;
    text-align: right;
}

.doc-wrapper .single-doc .data:hover {
    background: transparent;
    color: #131313;
    transition: 300ms ease-out;
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}

.woocommerce ul.products li.product .button {
    display: none;
}

.related.products li.product {
    border: 1px solid #ececec;
    box-shadow: 0 0 16px #ddd;
    padding: 15px !important;
    margin: 0 10px !important;
    clear: none !important;
    border-radius: 6px;
}

.related.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    height: 35px;
    color: #131313;
}

.slick-slider {
    opacity: 0 !important;
}

.slick-slider.slick-initialized {
    opacity: 1 !important;
}

.related .slick-list {
    margin: 0 -10px;
}

section.related.products {
    margin-bottom: 60px;
}

section.related.products .slick-arrow {
    width: 70px;
    height: 70px;
    background: #131313 !important;
    border-radius: 50%;
    z-index: 9;
    transition: 300ms ease-out;
}

section.related.products .slick-arrow:hover {
    border: 1px solid #131313 !important;
    background: #fff !important;
    transition: 300ms ease-out;
}

section.related.products .slick-prev {
    left: -40px;
}

section.related.products .slick-next {
    right: -40px;
}

section.related.products .slick-prev.slick-disabled:before, 
section.related.products .slick-next.slick-disabled:before {
    opacity: 1;
}

section.related.products .slick-prev:before, 
section.related.products .slick-next:before {
    opacity: 1;
}

section.related.products .slick-prev:before {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    content: "";
    width: 12px;
    height: 12px;
}

section.related.products .slick-next:before {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
    width: 12px;
    height: 12px;
}

section.related.products .slick-arrow:hover:before {
    border-color: #131313;
}

.product-wrapper .product-overview {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div#details {
    padding-top: 100px;
}

.product-wrapper .product-overview .where-to-use {
    width: 50%;
}

.product-wrapper .product-overview .advantages {
    width: 45%;
}

.product-wrapper .product-overview .title {
    font-size: 16px;
    color: #000000E6;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.product-wrapper .product-overview .content p {
    font-size: 14px;
    color: #858A95;
    line-height: 27px;
}

.product-wrapper .product-overview .content .single-overview {
    margin-bottom: 0;
    margin-top: 0;
}

.product-wrapper .product-overview .advantages .content {
    margin-top: 10px;
}

.single-accordion:before {
    content: "";
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 7px;
    transition: 300ms ease-out;
    cursor: pointer;
}

.single-accordion.active:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-color: #000;
    transition: 300ms ease-out;
}

.single-accordion {
    position: relative;
}

.single-accordion .accordion-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    cursor: pointer;
    padding-left: 50px;
    position: relative;
    z-index: 9;
}

.single-accordion .accordion-body {
    font-size: 16px;
    color: #858A95;
    line-height: 24px;
    display: none;
    padding-left: 50px;
}

.single-accordion:first-of-type .accordion-body {
    display: block;
}

.product-wrapper .product-application .consumption .consumption-wrapper p {
    color: #858A95;
    line-height: 24px;
    margin: 0;
    text-align: right;
}

.documents-section .tecnical-title,
.data-tecnic .tecnical-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 21px;
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin-bottom: 54px;
}

.documents-section .doc-wrapper .single-doc .data {
    width: 506px;
    max-width: 100%;
    margin: auto;
    justify-content: space-between;
    border: 1px solid #707070;
    margin-bottom: 15px;
}

.documents-section .doc-wrapper .single-doc .data .image {
    padding-right: 50px;
}

.documents-section .doc-wrapper .single-doc .data .icon img {
    margin-left: 0;
    margin-right: 8px;
    padding-left: 27px;
}

.documents-section .doc-wrapper .single-doc .data .icon {
    display: flex;
    align-items: center;
}

.product-wrapper .buttons-wrapper {
    margin: 61px -2px 20px -2px;
    display: flex;
    justify-content: center;
}

.product-wrapper .buttons-wrapper .single-button {
    flex: 0 0 25%;
    margin: 0 2px;
    border: 1px solid #707070;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    font-size: 24px;
    color: #000000;
}

.elementor-widget-image-box a:after { 
    content: ""; 
    display: block;
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
}

.inner-page-design figure.elementor-image-box-img img {
    height: 300px;
    object-fit: cover;
}

.page-id-3313 figure.elementor-image-box-img img,
.page-id-5154 figure.elementor-image-box-img img {
    filter: brightness(0);
}

.page-id-3313 div.custom-copyright figure.elementor-image-box-img img, 
.page-id-5154 div.custom-copyright figure.elementor-image-box-img img {
    filter: unset;
}

.product-wrapper .buttons-wrapper .single-button.active-link {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

.single-post main#main {
    width: 1336px;
    margin: 40px auto;
    max-width: 100%;
}

.single-post .page-content ul li {
    font-family: 'Geometric';
}

.gallery-wrapper .slick-dots li {
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}

.gallery-wrapper .slick-dots li.slick-active {
    background: #000;
}

.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #000 !important;
    border-radius: 50%;
}

.slick-dots li button:before {
    opacity: 1;
    content: "";
}

.slick-dots li.slick-active button {
    background: #000;
}

/* .product-banner .right-section {
    opacity: 0;
} */

.custom-copyright .elementor-image-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-copyright .elementor-image-box-wrapper {
    align-items: flex-end !important;
}

.custom-copyright .elementor-image-box-content span {
    color: #F6663F;
}

.home-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-bottom h4 {
    font-size: 36px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 44px;
}

.home-bottom a {
    font-size: 12px;
    text-decoration: underline !important;
    color: #010101;
    font-weight: 700;
}

.home-posts .elementor-widget-wrap.elementor-element-populated {
    padding-bottom: 0 !important;
}

.home-posts .eael-entry-wrapper {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 324px;
    display: flex;
    flex-direction: column-reverse;
    background: #000000b5;
    padding-left: 50px;
    padding-right: 50px;
}

.home-posts .eael-grid-post-holder {
    border: 0;
}

.home-posts .eael-grid-post-excerpt p {
    font-size: 22px !important;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.home-posts .eael-entry-meta {
    padding: 0 !important;
    flex-direction: row-reverse !important;
}

.eael-entry-meta>span {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0;
}

.home-posts .eael-entry-footer {
    padding-left: 0;
}

span.eael-posted-on {
    padding-bottom: 0 !important;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

span.eael-posted-by a {
    color: #F6663F;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.custom-slider .elementor-swiper-button {
    top: -100px !important;
    left: auto !important;
    right: 0 !important;
}

.custom-slider .elementor-swiper-button-prev {
    right: 35px !important;
}

.custom-slider .elementor-swiper-button-next {
    color: #F6663F;
}

.custom-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -50px !important;
}

.custom-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #ddd;
    opacity: 1;
}

.custom-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #F6663F;
    border-color: #F6663F;
}

.custom-slider-2 .swiper-button-prev,
.custom-slider-2 .swiper-button-next {
    top: -80px !important;
    right: 0 !important;
    color: #fff;
    left: auto !important;
}

.custom-slider-2 .swiper-button-next {
    color: #F6663F;
}

.custom-slider-2 .swiper-button-prev {
    right: 35px !important;
}

.custom-slider-2 .eael-post-elements-readmore-wrap {
    text-align: left;
    margin-top: 20px;
}

.custom-slider-2 .swiper-slide article:hover .eael-grid-post-holder {
    background: #000;
}

.custom-slider-2 .swiper-slide article:hover .eael-grid-post-holder a.eael-grid-post-link,
.custom-slider-2 .swiper-slide article:hover .eael-grid-post-excerpt p {    
    color: #fff;
}

.custom-slider-2 .swiper-slide article:hover .eael-post-elements-readmore-wrap a {
    color: #F6663F;
}

.custom-slider-2 .swiper-slide {
    padding-bottom: 20px !important;
}

.product-banner .left-section .tilte {
    max-width: 100%;
}

a.elementor-icon.elementor-social-icon {
    border-radius: 50% !important;
}

.buttons-section.element-sticky {
    position: fixed;
    top: 77px;
    width: 100%;
    left: 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 10px 0;
    z-index: 999;
}

.buttons-section.element-sticky .buttons-wrapper {
    margin: 0 auto;
    max-width: 1166px;
}

/* Start Search page */

.search .site-main,
.tax-product_cat .site-main,
.woocommerce-shop .site-main {
    width: 1300px;
    margin: 50px auto;
    max-width: 100%;
    padding: 0 15px;
}

p.woocommerce-result-count,
form.woocommerce-ordering,
nav.woocommerce-breadcrumb{
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #3333;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2)
}

h2.woocommerce-loop-product__title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    text-align: center;
}

.search div#sidebar,
.tax-product_cat div#sidebar,
.woocommerce-shop div#sidebar {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-family: "Roboto", Sans-serif;
    color: #000;
}

.box-image-dc figure.elementor-image-box-img {
    overflow: hidden;
}

/* End Search Page */

h1,h2,h3,h4,h5,h6,p,span,rs-layer,
.elementor-counter-title,
.pdf-title-custom a,
.exterior-wrapper .tabs .tabs-nav li a,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: "Geometric" !important;
}

a.elementor-icon.elementor-social-icon:hover {
    background: #fff !important;
}

a.elementor-icon.elementor-social-icon:hover * {
    color: #000 !important;
}

@media(min-width: 1025px) {
    .custom-header .elementor-column > .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-content: center !important;
    }

    .eael-advance-tabs .eael-tabs-content>div {
        min-height: 400px;
        position: absolute;
        display: block;
    }

    .eael-tabs-content {
        min-height: 400px;
    }
}

/* .category-wrapper-custom .category-content {
    display: grid !important; 
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px;
    height: 600px;
} */

/* @media(min-width: 768px) {
    .category-wrapper-custom .category-content .single-cateogry:nth-child(1) {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-row-end: 3;
        grid-column-end: 3;
    }
     
    .category-wrapper-custom .category-content .single-cateogry:nth-child(2) {
        grid-row-start: 2;
        grid-column-start: 3;
        grid-row-end: 3;
        grid-column-end: 5;
    }
     
    .category-wrapper-custom .category-content .single-cateogry:nth-child(3) { 
        grid-row-start: 1;
        grid-column-start: 3;
        grid-row-end: 2;
        grid-column-end: 4;
        
    }
     
    .category-wrapper-custom .category-content .single-cateogry:nth-child(4) {
        grid-row-start: 1;
        grid-column-start: 4;
        grid-row-end: 2;
        grid-column-end: 5;
    }
} */

.category-wrapper-custom .category-content {
    display: flex !important;
    justify-content: space-between;
}

.category-wrapper-custom .category-content .single-cateogry {
    flex: 0 0 24%;
    max-width: 24%;
    box-shadow: 0 3px 6px #00000029;
}

.category-wrapper-custom .category-content .single-cateogry:nth-child(1) {
    background-color: #D8CAC5; 
}

.category-wrapper-custom .category-content .single-cateogry:nth-child(2) {
    background-color: #E87B96; 
}

.category-wrapper-custom .category-content .single-cateogry:nth-child(3) {
    background-color: #75DB67; 
}

.category-wrapper-custom .category-content .single-cateogry:nth-child(4) {
    background-color: #5B8DE9;  
}

.category-wrapper-custom .category-content .single-cateogry img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .category-wrapper-custom .category-content .single-cateogry .category-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(300deg, #F6663F, #ED2151);
    z-index: -1;
    opacity: 0;
    transition: 300ms ease-out;
}

.category-wrapper-custom .category-content .single-cateogry:hover .category-info {
    z-index: 9;
    opacity: 1;
    transition: 300ms ease-out;
} */

.category-wrapper-custom .category-content .single-cateogry {
    position: relative;
}

.category-wrapper-custom .category-content .single-cateogry .category-info .category-name {
    font-size: 20px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

.category-wrapper-custom .category-content .single-cateogry .category-info .category-desc {
    color: #FFFFFF;
}

.category-wrapper-custom .category-content .single-cateogry .category-info .plus-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
}

.category-wrapper-custom .slick-arrow:before {
    display: none;
}

/* .category-wrapper-custom .slick-arrow i {
    font-size: 28px !important;
    color: #fff;
}

.category-wrapper-custom .slick-next i {
    color: #F6663F;
}

.category-wrapper-custom .slick-arrow {
    top: -90px;
    right: 0;
    left: auto;
}

.category-wrapper-custom .slick-prev {
    right: 35px;
} */

.category-wrapper-custom .category-content .single-cateogry img {
    height: 115px !important;
    object-fit: cover;
}

.category-wrapper-custom .slick-dots li.slick-active button {
    background: #F6663F;
    border-color: #F6663F !important;
}

.category-wrapper-custom .slick-dots li button {
    border-color: #fff !important;
}

.category-wrapper-custom ul.slick-dots {
    bottom: -80px;
    /* z-index: 9999; */
}

.custom-slider-2 .swiper-button-prev, .custom-slider-2 .swiper-button-next {
    display: none;
}

.product > .product-desc {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product > div.product-desc {
    margin: 16px 0;
}

.product > div.product-desc p {
    margin: 0;
}

.category-wrapper-custom .category-content .single-cateogry:nth-child(2) img {
    max-height: 300px;
}

.category-wrapper-custom .category-content .single-cateogry:nth-child(3) img, .category-wrapper-custom .category-content .single-cateogry:nth-child(4) img {
    height: 300px;
}

.woocommerce ul.products li.product a img {
    width: 150px;
    margin: auto;
    height: 200px;
    object-fit: contain;
    transform: scale(1.3);
}

.explore-box .elementor-image-box-description {
    min-height: 175px;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    min-height: 34px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    margin-top: 45px;
}

.woocommerce ul.products li.product a .image-wrapper {
    margin-top: 30px;
}

/* .woocommerce ul.products li.product:hover {
    background-image: linear-gradient(300deg, #F6663F, #ED2151);
    border-color: #ED2151;
} */

.woocommerce ul.products li.product:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background: #000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    transition: 300ms ease-out;
}

.woocommerce ul.products li.product:hover:after {
    opacity: 1;
    width: 105%;
    height: 105%;
    transition: 300ms ease-out;
}

.woocommerce ul.products li.product:hover {
    box-shadow: none !important;
    border-color: transparent;
}

.woocommerce ul.products li.product:hover h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover .product-desc {
    color: #fff;
}

.product > .product-desc {
    min-height: 56px;
}

.contact-us-header {
    color: #fff;
}

.custom-contact-form .input-group {
    display: flex;
    justify-content: space-between;
}

.custom-contact-form .single-input > span {
    width: 100%;
    display: block;
}

.custom-contact-form .input-group .single-input {
    width: 48%;
}

.custom-contact-form .single-input > span input,
.custom-contact-form .single-input textarea{
    width: 100%;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 10px 20px;
    background: transparent;
    color: #000;
    outline: 0;
}

.custom-contact-form .single-input {
    margin-bottom: 25px;
}

.custom-contact-form .single-input > span input::placeholder, 
.custom-contact-form .single-input textarea::placeholder {
    color: #000;
}

.custom-contact-form input[type="submit"] {
    background: transparent;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 10px 40px;
    color: #000;
    cursor: pointer;
}

.contact-map .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}

.category-wrapper-custom .category-content .single-cateogry a > img {
    padding: 2px;
}

.category-wrapper-custom .category-content .single-cateogry {
    background: transparent !important;
}

.elementor-widget-eael-post-carousel .swiper-container {
    margin: 0 !important;
}

.single-product .product-logos .single-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.product-application .product-gallery {
    width: 60%;
}

.product-wrapper .product-application .procedure {
    width: 40%;
}
/* 
.product-gallery .gallery-wrapper img {
    height: 400px;
} */

.data-tecnic .data-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
}

.data-tecnic .data-wrapper > div {
    flex: 0 0 30%;
}

/* .data-tecnic .details-wrapper {
    -webkit-column-count: 3;
    -moz-column-count:3;
    column-count: 3;
    padding-top: 23px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  
  .data-tecnic .details-wrapper > div {
    display: inline-block;
    background: #fff;
    padding: 22px 15px 0 15px;
    margin-bottom: 23px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  } */

.data-wrapper .single-data {
    display: flex;
    flex: 0 0 100%;
}

.product-wrapper .product-overview .title {
    font-size: 18px;
    font-weight: 800;
}

.product-wrapper .product-overview .content p {
    font-size: 16px;
    color: #000000E6;
    margin-top: 0;
}

.product-wrapper .product-overview .advantages .content {
    margin-top: 0;
}

.documents-section .tecnical-title, .data-tecnic .tecnical-title {
    font-weight: 500;
}

.gallery-wrapper .slick-dots li:only-child {
    display: none;
}

.single-details-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    min-height: 43px;
}

.data-wrapper .single-data:nth-child(3n+2) {
    flex: 0 0 100%;
}

.data-wrapper .single-data {
    line-height: 27px;
    margin: 0;
}

.single-details-content p {
    margin: 0;
    line-height: 27px;
}

.single-accordion .accordion-title {
    font-weight: 500;
}

.single-accordion .accordion-body {
    color: #000000E6;
}

.single-product .product-logos .single-image.width-auto img {
    width: auto;
}

.woocommerce ul.products li.product a {
    min-height: 210px;
    display: flex;
    flex-direction: column;
}

section.pdf-links {
    height: 60px;
}

.data-tecnic .tecnical-title {
    text-align: left;
}

.pdf-links .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}

.pdf-links .elementor-widget-image {
    margin-bottom: 0 !important;
}

.pdf-title-custom {
    padding: 25px;
    box-shadow: 0 0 109px #71839230;
    font-size: 22px;
    letter-spacing: -1px;
    color: #000000;
    background: #fff;
}

.pdf-title-custom a {
    color: #000000;
}

.pdf-links .elementor-column:hover .pdf-title-custom {
    background: #171717;
    color: #fff;
}

.pdf-links .elementor-column:hover .pdf-title-custom a {
    color: #fff;
}

.grout-template {
    background: url("/wp-content/uploads/2022/06/Bg-Fuga.png");
    padding-bottom: 70px;
}

.grout-title {
    text-align: center;
    font-size: 65px;
    font-weight: 400;
    color: #313131;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 30px;
    font-family: "Alice" !important;
}

.grout-subtitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 5px;
}

.grout-description,
.grout-underdesc {
    text-align: center;
}

.grout-description {
    font-size: 20px;
}

.grout-template .image-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1170px;
    max-width: 100%;
    margin: auto;
}

.grout-template .image-section .left-images {
    width: 40%;
    background: #ebe0d1;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 7px 8px 22px rgb(0 0 0 / 20%);
}

.grout-template .image-section .right-images {
    width: 50%;
}

.grout-template .image-section .right-images img {
    max-width: 100%;
}

.grout-template .image-section .left-images img {
    max-width: 100%;
}

.grout-template .image-section .left-images .slick-list.draggable {
    padding: 0 !important;
}

.grout-template .image-section .left-images .image.slick-slide {
    transform: scale(0.7);
    transition: 300ms ease-out;
}

.grout-template .image-section .left-images .image.slick-slide.slick-active.slick-center {
    transform: scale(1);
    transition: 300ms ease-out;
}

.grout-template .image-section .left-images {
    min-height: 530px;
}

.grout-template .image-section .left-images {
    align-items: center;
}

.grout-template .image-section .right-images {
    display: flex;
    align-items: center;
}

.grout-template .image-section .left-images .slick-arrow {
    bottom: 40px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 16px;
    right: 0;
    color: #333;
    opacity: 1;
    width: max-content;
    height: auto;
    font-family: "Geometric" !important;
}

.grout-template .image-section .left-images .slick-arrow.slick-next span {
    position: relative;
    left: 90px;
    top: -4px;
}

.grout-template .image-section .left-images .slick-arrow.slick-prev span {
    position: relative;
    right: 40px;
    top: -4px;
}

.grout-template .image-section .left-images .slick-arrow i {
    font-size: 30px;
}

.grout-template .image-section .left-images .slick-arrow:before {
    display: none;
}

.grout-template .image-section .left-images .slick-arrow.slick-next {
    left: 35%;
    flex-direction: row-reverse;
}

.grout-template .image-section .left-images .slick-arrow.slick-prev {
    left: 32%;
}

.grout-template .image-section .left-images .slick-arrow.slick-next {
    left: 60%;
}

.grout-template .image-section .left-images .slick-arrow.slick-next i:before {
    border: solid #313131;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.grout-template .image-section .left-images .slick-arrow.slick-prev i:before {
    border: solid #313131;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    content: "";
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.df-ui-btn.df-ui-share.ti-sharethis {
    display: none;
}

.df-ui-btn.df-ui-more.ti-more-alt {
    display: none;
}

.job-row .elementor-widget.elementor-widget-image {
    margin-bottom: 0;
} 

.job-row .elementor-widget.elementor-widget-text-editor {
    background: #fff;
}

.job-row .elementor-widget.elementor-widget-text-editor .job-text {
    padding: 12px 25px 24px 35px;
    padding-bottom: 24px;
}

.job-row .elementor-widget.elementor-widget-text-editor .job-text h2 {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
}

.job-row .elementor-widget.elementor-widget-text-editor .job-text p {
    margin: 0;
    color: #858A95;
    line-height: 24px;
}

.job-row .elementor-widget.elementor-widget-text-editor .job-text:hover * {
    color: #fff;
}

.job-row .elementor-widget.elementor-widget-text-editor:hover {
    background: #171717;
}

.job-listing {
    background: #F0F2FA;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    padding: 20px 52px 16px 24px;
}

.job-listing * {
    color: #000;
}

.job-listing .date p {
    margin: 0;
}

.job-listing .title h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.job-listing .subtitle h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.eael-tabs-nav {
    position: absolute;
    right: 43px;
    top: 65px;
}

.eael-advance-tabs .eael-tabs-nav>ul li {
    background: transparent !important;
    padding: 10px 30px;
}

.eael-advance-tabs .eael-tabs-nav > ul li.active {
    color: #1C1D1E !important;
}

.eael-advance-tabs .eael-tabs-nav > ul li.active:after {
    width: 100%;
    height: 2px !important;
    border: 0;
    background: #000;
    bottom: -3px !important;
}

.eael-tab-content-item {
    padding: 0 !important;
}

.eael-tabs-nav ul {
    border-bottom: 3px solid #7474744D;
}

.eael-advance-tabs .eael-tabs-nav>ul li:hover,
.eael-advance-tabs .eael-tabs-nav>ul li{
    color: #747474 !important;
}

.eael-advance-tabs .eael-tabs-nav>ul li span {
    margin: 0 !important;
}

.job-listing .date {
    display: none;
}

.pdf-title-custom.first-pdf-home {
    padding: 37px 25px;
}

/* Start Exterior Page */

.exterior-wrapper {
    padding-bottom: 96px;
}

.exterior-wrapper .exterior-title {
    margin: 0;
    text-align: center;
    font-size: 88px;
    font-weight: 400;
    letter-spacing: -4.4px;
    padding: 40px 0 20px 0;
    line-height: 88px;
    font-family: "Alice" !important;
}

.exterior-wrapper .exterior-subtitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 0;
    font-size: 16px;
}

.exterior-wrapper .tabs {
    width: 1515px;
    max-width: 100%;
    margin: auto;
    background: #F8F5F1;
    border-radius: 40px;
    box-shadow: 0 22px 45px #00000029;
    padding: 69px 20px 59px 32px;
    display: flex;
}

.tab-content .images-section img {
    max-width: 100%;
}

.exterior-wrapper .tabs .tabs-nav li a {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 20px;
    color: #000000E6;
    opacity: 0.4;
    text-decoration: none;
    letter-spacing: -1px;
}

.exterior-wrapper .tabs .tabs-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
}

.exterior-wrapper .tabs .tabs-nav li.tab-active a {
    font-size: 25px;
    opacity: 1;
}

.exterior-wrapper .tabs-stage .tab-content {
    display: flex;
    flex-wrap: wrap;
}

.exterior-wrapper .tabs-stage .tab-content .left-section {
    flex: 0 0 22%;
    margin-left: 35px;
    margin-right: 44px;
}

.exterior-wrapper .tabs-stage .tab-content .right-section {
    flex: 0 0 70%;
}

.exterior-wrapper .tabs-stage .tab-content .left-section .color-wrapper .color-image {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 12px;
    cursor: pointer;
    border: 0.3px solid #707070;
    transition: 300ms ease-out;
}

.products-template .page-header .breadcrumbs span {
    font-size: 14px;
    color: #00000033;
    font-weight: 700;
    margin-bottom: 70px;
    font-family: "Open Sans", Sans-serif !important;
}

.exterior-wrapper .tabs-stage .tab-content .left-section .color-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 6px;
}

.exterior-wrapper .tabs-stage .tab-content .left-section .color-wrapper .color-image.active {
    transform: scale(1.1);
    transition: 300ms ease-out;
}

/* .tab-content .right-section .single-image {
    display: none !important;
}

.tab-content .right-section .single-image.active-image {
    display: block !important;
} */

.tab-content .right-section .single-image {
    position: absolute;
    width: 100%;
    height: 638px;
    z-index: -1;
    transition: 300ms ease-out;
}

.tab-content .right-section .images-section {
    position: relative;
    height: 638px;
    width: 1660px;
}

.exterior-wrapper .tabs-stage .tab-content .right-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab-content .right-section .single-image.active-image {
    z-index: 1;
    transition: 300ms ease-out;
}

.tabs-stage {
    max-width: 100%;
    width: 100%;
}

.tabs-stage > div {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 400ms cubic-bezier(0, 0, 0, 1.16);
}

.tabs-stage > div.show-tab {
    visibility: visible;
    opacity: 1;
    transition: 400ms cubic-bezier(0, 0, 0, 1.16);
}

.tabs-stage {
    position: relative;
    height: 650px;
}

.exterior-wrapper .tabs-stage .tab-content .right-section {
    max-width: 72%;
}

.exterior-wrapper .tabs-stage .tab-content .left-section {
    max-width: 22%;
}

.tab-content .right-section .single-image {
    display: flex;
    align-items: center;
}

.tab-content .right-section .single-image .slide-thumbanil {
    max-width: 90%;
}

.tab-content .right-section .single-image .thumbnails {
    width: 100px;
    margin-left: 20px;
}

.tab-content .right-section .single-image .thumbnails img {
    cursor: pointer;
}

.tab-content .right-section .single-image .thumbnails .slick-track {
    transform: none !important;
}

.tab-content .variation-name {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000E6;
    letter-spacing: -0.8px;
    margin-top: 0;
    margin-bottom: 15px;
}

.exterior-wrapper .tabs-stage .tab-content .right-section h4 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1.2px;
    color: #000000E6;
    line-height: 28px;
    margin-left: 0;
}

.tab-content .images-section .slide-thumbanil img {
    height: 638px;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid #707070;
    width: 99%;
}

ul.slick-dots li:only-child {
    display: none;
}

.color-slider .slick-dots li.slick-active button {
    background: #C5BCAF;
    border: 1px solid #707070 !important;
    padding: 0;
    width: 14px !important;
    height: 14px !important;
}

.color-slider .slick-dots li button {
    background: #FFFFFF;
    border: 1px solid #707070 !important;
    width: 11px !important;
    height: 11px !important;
} 

.color-slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 3px !important;
}

.color-slider .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
    margin: 0 !important;
}

.color-slider .slick-dots li button:before {
    display: none;
}

.tab-content .right-section .single-image .thumbnails img {
    width: 55px;
    height: 55px;
    margin: auto;
    border: 1px solid #707070;
    transition: 300ms ease-out;
}

.tab-content .right-section .single-image .thumbnails .slick-slide.slick-current.slick-active img {
    width: 73px;
    height: 73px;
    box-shadow: 0 3px 6px #00000029;
    transition: 300ms ease-out;
}

.tab-content .right-section .single-image .thumbnails .slick-slide {
    margin: 18px 0;
}

.box-image-dc figure.elementor-image-box-img img {
    width: 100%;
}

.box-image-dc h3.elementor-image-box-title {
    margin-bottom: 0;
}

.box-image-dc.first-image figure.elementor-image-box-img img {
    height: 687px;
}

/* End Exterior Page */

.custom-header .is-search-icon:before {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.custom-header .disable-search.is-form-style.is-form-style-3 input.is-search-input {
    border-bottom: 1px solid #fff !important;
    background: transparent;
    color: #fff !important;
    right: 0;
}

.box-image-dc figure.elementor-image-box-img img {
    width: 100%;
}

.box-image-dc h3.elementor-image-box-title {
    margin-bottom: 0;
}

.custom-header .disable-search.is-form-style.is-form-style-3 input.is-search-input::placeholder {
    color: #fff !important;
}

.category-wrapper-custom .category-content .single-cateogry .category-info {
    background: #fff;
    padding: 15px;
}

.job-row .elementor-widget.elementor-widget-text-editor .job-text {
    min-height: 200px;
}

.category-wrapper-custom .category-content .single-cateogry img {
    padding: 0 !important;
}

.category-wrapper-custom .category-content .single-cateogry .category-info .category-name {
    color: #000000;
}

.category-wrapper-custom button.slick-prev.pull-left.slick-arrow {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 28px solid #292929;
    left: -50px;
}

.category-wrapper-custom button.slick-next.slick-arrow {
    width: 0; 
    height: 0; 
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 28px solid #292929;
    right: -50px;
}

.explore-box figure.elementor-image-box-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.explore-box .elementor-image-box-content {
    padding: 0 40px 0 40px;
}

.explore-box .elementor-image-box-content .elementor-image-box-description a {
    padding: 40px 0;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
}

.explore-box .elementor-image-box-content .elementor-image-box-title {
    margin-bottom: 40px;
    margin-top: 35px;
}

.explore-box .elementor-image-box-content .elementor-image-box-description a:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("/wp-content/uploads/2023/01/next.png");
    display:inline-block;
    position: relative;
    left: 20px;
    top: 4px;
}

body:not(.home) {
    background: #EEE6DA;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #fff;
    width: 20% !important;
}

.woocommerce ul.products li.product:hover {
    background: transparent;
}

.service-left-box .elementor-image-box-content {
    padding: 0 60px;
}

.products-template .page-body .category-wrapper .single-cateogry:hover .category-info {
    background: #000;
}

.products-template .page-body .category-wrapper .single-cateogry:hover .category-info .category-name {
    color: #fff;
}

.service-left-box .elementor-image-box-content > h3 {
    margin-top: 5px;
}

.service-left-box .elementor-image-box-content p a,
.service-right-box .elementor-image-box-wrapper p a{
    display: block;
    padding: 20px 0;
    font-size: 13px;
    color: #010101;
}

.service-left-box .elementor-image-box-content p a:after,
.service-right-box .elementor-image-box-wrapper p a:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2023/01/next.png);
    display: inline-block;
    position: relative;
    left: 20px;
    top: 4px;
}

.service-right-box figure.elementor-image-box-img, .service-right-box figure.elementor-image-box-img img {
    height: 200px;
}

.service-right-box {
    margin-bottom: 15px !important;
}

.service-left-box .elementor-image-box-content p a {
    padding: 32px 0px;
}

.explore-box figure.elementor-image-box-img {
    height: 335px;
}

.explore-box .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0;
    padding-top: 35px;
}

.explore-box .elementor-image-box-content:hover {
    background: #171717;
}

.explore-box .elementor-image-box-content {
    margin-top: -5px;
}

.explore-box .elementor-image-box-content:hover * {
    color: #fff !important;
}

.explore-box .elementor-image-box-content:hover .elementor-image-box-description a:after {
    filter: grayscale(1) invert(1);
}

.category-wrapper-custom .category-content .single-cateogry .category-info:hover {
    background: #000;
}

.category-wrapper-custom .category-content .single-cateogry .category-info:hover * {
    color: #fff;
}

.service-right-box figure.elementor-image-box-img {
    margin-right: 0 !important;
}

.service-right-box .elementor-image-box-content {
    padding-left: 15px;
    margin-left: -5px;
    padding-right: 5px;
    min-height: 200px;
}

.service-right-box .elementor-image-box-content:hover {
    background: #000;
}

.service-right-box .elementor-image-box-content:hover * {
    color: #fff !important;
}

.service-right-box .elementor-image-box-content:hover a:after {
    filter: grayscale(1) invert(1);
}

.service-left-box figure.elementor-image-box-img {
    margin-bottom: 0 !important;
}

.service-left-box .elementor-image-box-content {
    margin-top: -5px;
    padding-top: 30px;
}

.service-left-box .elementor-image-box-content:hover {
    background: #000;
}

.service-left-box .elementor-image-box-content:hover * {
    color: #fff !important;
}

.service-left-box .elementor-image-box-content:hover a:after {
    filter: grayscale(1) invert(1);
}

.custom-copyright .elementor-image-box-content span {
    color: #898989;
}

.service-right-box figure.elementor-image-box-img img {
    min-height: 300px;
    object-fit: cover;
    margin-top: -3px;
}

.service-right-box figure.elementor-image-box-img {
    overflow: hidden;
}

/* .tax-product_cat nav.woocommerce-breadcrumb {
    display: block;
} */

.tax-product_cat header.woocommerce-products-header .term-description {
    display: none;
}

.tax-product_cat nav.woocommerce-breadcrumb a {
    color: #000000E6;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.tax-product_cat nav.woocommerce-breadcrumb .delimiter {
    color: #000000E6;
    font-weight: 700;
}

.tax-product_cat nav.woocommerce-breadcrumb {
    font-size: 14px;
    color: #00000033;
    font-weight: 700;
    margin-bottom: 70px;
    font-family: "Open Sans", Sans-serif;
}

.explore-box .elementor-image-box-content .elementor-image-box-description a {
    position: absolute;
    bottom: 0;
}

.explore-box .elementor-image-box-content .elementor-image-box-description {
    position: relative;
}

.products-template .page-body .category-wrapper {
    display: flex;
    width: 1336px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    padding: 25px 0 50px 0;
}

.products-template .page-body .category-wrapper > div {
    flex: 0 0 24%;
    max-width: 24%;
}

.products-template .page-body .category-wrapper a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.products-template .page-body .category-wrapper a img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    padding: 0;
}

.products-template .page-body .category-wrapper .category-name {
    margin: 0;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none !important;
}

.products-template .page-body .category-wrapper .single-cateogry .category-info {
    background: #fff;
    padding: 15px;
    margin-top: -5px;
}

.products-template .page-body .category-wrapper > div {
    box-shadow: 0 3px 6px #00000029;
}

.products-template .page-header {
    padding: 30px 0 15px 0;
}

.products-template .page-body {
    background: #E7E0D4;
}

.products-template .page-header .title {
    margin-top: 0;
}

.products-template .bottom-section > div,
.tax-product_cat.top-category .bottom-section > div {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px;
}

.products-template .bottom-section > div > a,
.tax-product_cat.top-category .bottom-section > div > a {
    flex: 0 0 50%;
    max-width: 50%;
    color: #000;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    text-decoration: none;
    height: 329px;
}

.products-template .bottom-section > div .left,
.tax-product_cat.top-category .bottom-section > div .left {
    background: #fff;
    height: 100%;
}

.products-template .bottom-section > div > a:hover .left,
.tax-product_cat.top-category .bottom-section > div > a:hover .left {
    background: #000;
}

.products-template .bottom-section > div > a:hover .left *,
.tax-product_cat.top-category .bottom-section > div > a:hover .left * {
    color: #fff;
}

.products-template .bottom-section > div > a:hover .left .button,
.tax-product_cat.top-category .bottom-section > div > a:hover .left .button {
    color: #fff;
}

.products-template .bottom-section > div > a:hover .left .button:after,
.tax-product_cat.top-category .bottom-section > div > a:hover .left .button:after {
    filter: grayscale(1) invert(1);
}

.products-template .bottom-section > div .right img,
.tax-product_cat.top-category .bottom-section > div .right img {
    width: 100%;
    object-fit: cover;
}

.products-template .bottom-section > div .left .wrapper,
.tax-product_cat.top-category .bottom-section > div .left .wrapper {
    padding: 30px;
    height: 80%;
    position: relative;
}

.products-template .bottom-section > div .left .wrapper .button,
.tax-product_cat.top-category .bottom-section > div .left .wrapper .button {
    position: absolute;
    bottom: 40px;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Geometric" !important;
    text-decoration: none;
}

.products-template .bottom-section > div .left .wrapper .subtitle,
.tax-product_cat.top-category .bottom-section > div .left .wrapper .subtitle {
    margin-top: 40px;
}

.products-template .bottom-section > div .left .wrapper .button:after,
.tax-product_cat.top-category .bottom-section > div .left .wrapper .button:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2023/01/next.png);
    display: inline-block;
    position: relative;
    left: 20px;
    top: 4px;
}

/* Start Custom sub categories */

.products-template .page-body .category-wrapper > div .child-categories {
    z-index: -9;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    width: 97%;
    background: #fff;
    left: 0;
    margin-top: 20px;
    box-shadow: 0 3px 6px #00000029;
}

.products-template .page-body .category-wrapper > div {
    transition: 500ms ease-out;
}

.products-template .page-body .category-wrapper > div .child-categories {
    transition: 300ms ease-out;
}

.products-template .page-body .category-wrapper > div.open-child .child-categories {
    overflow: visible;
    opacity: 1;
    z-index: 9;
}

.products-template .page-body .category-wrapper {
    position: relative;
}

.products-template .page-body .category-wrapper > div {
    height: max-content;
    margin-top: 20px;
}

.products-template .page-body .category-wrapper > div .child-categories {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.products-template .page-body .category-wrapper > div .child-categories > div {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 30px;
}

.products-template .page-body .category-wrapper > div .child-categories > div {
    position: relative;
}

.products-template .page-body .category-wrapper > div .child-categories > div img {
    position: absolute;
    left: 0;
    top: 6px;
}

.products-template .page-body .category-wrapper {
    overflow: hidden;
}

.products-template .page-body .category-wrapper > div .child-categories > div a {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Geometric';
}

.tax-product_cat.top-category .site-main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tax-product_cat.top-category nav.woocommerce-breadcrumb {
    margin-bottom: 0;
}

.tax-product_cat.top-category header.woocommerce-products-header {
    width: 1336px;
    margin: auto;
    max-width: 100%;
    padding: 0 15px;
}

.tax-product_cat.top-category .woocommerce-wrapper {
    background: #E7E0D4;
}

.tax-product_cat.top-category .woocommerce-wrapper >ul {
    width: 1336px;
    margin: auto;
    padding: 0;
    display: flex;
    float: unset;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 20px 0;
}

.tax-product_cat.top-category .woocommerce-wrapper >ul:before, .tax-product_cat.top-category .woocommerce-wrapper >ul:after {
    display: none;
}

.tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category {
    flex: 0 0 40%;
    margin: 0 !important;
}

.tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category {
    background: transparent !important;
    box-shadow: none !important;
    border: 0;
    position: relative;
    height: max-content;
}

.tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category a {
    min-height: max-content !important;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Geometric';
}

.tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category img {
    position: absolute;
    left: 0;
    top: 15px;
}

.tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category > div {
    padding: 0 20px;
}

.tax-product_cat.top-category .woocommerce-wrapper {
    margin: 20px 0;
}

.tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category:after {
    display: none !important;
}

/* End custon sub categories */

@media(max-width: 1450px) {
    .category-wrapper-custom button.slick-arrow {
        bottom: -70px;
        top: auto;
        left: 50% !important;
    }
    
    .category-wrapper-custom button.slick-arrow.slick-prev {
        left: 47% !important;
    }
    
    .category-wrapper-custom button.slick-arrow.slick-next {
        left: 51% !important;
    }
}

@media(max-width: 1350px) {
    .products-template .bottom-section > div {
        width: 95%;
    }
}

@media(max-width: 1300px) {
    .products-template .page-body .category-wrapper {
        grid-template-columns: repeat(3, 1fr);
        width: 97%;
    }

    .products-template .page-body .category-wrapper > div {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media(max-width: 1200px) {
    .box-image-dc.first-image figure.elementor-image-box-img img {
        height: auto;
    }
}

@media(min-width: 1024px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        display: flex !important;
        justify-content: center;
    }
}

@media(max-width: 1000px) {
    .products-template .page-body .category-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    #mega-menu-wrap-main-menu .mega-menu-toggle {
        background-color: transparent;
        background: transparent;
    }

    span.mega-toggle-animated-inner {}#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #fff;
    }
}

@media(min-width: 768px) {
    .product-banner .right-section > div {
        margin-right: 40px;
    }
}

@media(max-width: 1600px) {
    .exterior-wrapper .tabs {
        width: 1300px;
        padding: 30px;
    }
    
    .exterior-wrapper {
        padding-left: 20px;
        padding-right: 20px !important;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .right-section {
        max-width: 70%;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .left-section .color-wrapper .color-image {
        width: 60px;
        height: 60px;
    }
    
    .tab-content .right-section .images-section {
        height: 500px;
    }
    
    .tab-content .images-section .slide-thumbanil img {
        height: 500px;
    }
    
    .tabs-stage {
        height: 550px;
    }
    
    .tab-content .right-section .single-image {
        height: 500px;
    }
}

@media(max-width: 1500px) {
    section.related.products .slick-prev {
        left: 0;
    }
    
    section.related.products .slick-next {
        right: 0;
    }
}

@media(max-width: 1400px) {
    .tax-product_cat.top-category .bottom-section > div {
        width: 94%;
    }
    
    .tax-product_cat.top-category header.woocommerce-products-header {
        width: 95%;
    }
    
    .tax-product_cat.top-category .woocommerce-wrapper >ul {
        width: 95%;
    }
    .exterior-wrapper .tabs {
        width: 1100px;
        padding: 20px;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .left-section .color-wrapper .color-image {
        width: 45px;
        height: 45px;
    }
    
    .tab-content .right-section .images-section {
        height: 400px;
    }
        
    .tab-content .images-section .slide-thumbanil img {
        height: 400px;
    }
        
    .tabs-stage {
        height: 450px;
    }
        
    .tab-content .right-section .single-image {
        height: 400px;
    }
    
    .exterior-wrapper .tabs .tabs-nav li a {
        font-size: 16px;
    }
    
    .exterior-wrapper .tabs .tabs-nav li.tab-active a {
        font-size: 20px;
    }
    
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 0 15px !important;
    }

    .tab-content .right-section .single-image .thumbnails .slick-slide.slick-current.slick-active img {
        width: 60px;
        height: 60px;
    }

    .exterior-wrapper .tabs-stage .tab-content .right-section h4 {
        font-size: 20px;
    }
}

@media(max-width: 1300px) {
    .product-wrapper > div:not(.product-banner) {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media(max-width: 1200px) {
    .exterior-wrapper .exterior-title {
        font-size: 55px;
        line-height: 55px;
    }
    
    .exterior-wrapper .tabs {
        width: 900px;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .left-section .color-wrapper .color-image {
        width: 30px;
        height: 30px;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .left-section {
        margin: 0 14px;
    }
    
    .tab-content .right-section .images-section {
        height: 300px;
    }
            
    .tab-content .images-section .slide-thumbanil img {
        height: 300px;
    }
            
    .tabs-stage {
        height: 350px;
    }
            
    .tab-content .right-section .single-image {
        height: 300px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 28% !important;
    }
}

@media(max-width: 1024px) {
    .data-wrapper .single-data {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .explore-box figure.elementor-image-box-img {
        height: auto;
    }

    .benefit-wrapper .icon-section {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .benefit-wrapper {
        flex-wrap: wrap;
    }

    .product-banner .left-section {
        width: 100%;
        min-height: 300px;
    }
    
    .product-banner .right-section {
        width: 100%;
    }
    
    .product-banner {
        flex-wrap: wrap;
        max-height: max-content;
    }

    .custom-slider-2 {
        height: auto !important;
    }

    html a.mega-menu-link {
        color: #fff !important;
    }

    .grout-template .image-section .left-images,
    .grout-template .image-section .right-images {
        width: 100%;
    }

    .grout-template {
        padding: 0 15px;
    }
    
    .grout-template .image-section .left-images {
        padding: 20px;
    }
    
    .grout-template .image-section .right-images {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .explore-box figure.elementor-image-box-img img {
        height: auto;
    }
    
    .service-right-box figure.elementor-image-box-img, .service-right-box figure.elementor-image-box-img img {
        height: auto;
    }
}

@media(max-width: 767px) {
    .data-wrapper .single-data {
        flex: 0 0 94%;
        max-width: 94%;
    }

    .tax-product_cat.top-parent {
        overflow-x: hidden !important;
    }

    .product-wrapper .buttons-wrapper {
        flex-wrap: wrap;
    }
    
    .product-wrapper > div:not(.product-banner) {
        margin-left: 0;
        margin-right: 0;
    }
    
    .doc-wrapper {
        padding: 0 15px;
    }

    .product-banner .left-section .tilte {
        font-size: 30px;
    }
    
    .doc-wrapper .single-doc {
        flex-direction: column;
    }
    
    section.related.products .slick-arrow {
        width: 30px;
        height: 30px;
        top: auto;
        bottom: -55px;
    }
    
    section.related.products .slick-prev:before {
        width: 3px;
        height: 3px;
    }
    
    section.related.products .slick-next:before {
        width: 3px;
        height: 3px;
    }
    
    section.related.products .slick-next {
        right: auto;
        left: 55%;
        transform: translateX(-50%);
    }
    
    section.related.products .slick-prev {
        left: 45%;
        transform: translateX(-50%);
    }
    
    .product-banner .left-section .desc {
        width: 90%;
        margin: 0 !important;
        max-width: max-content;
    }
    
    .data-tecnic .tecnical-title, .documents-section .tecnical-title, .related .tecnical-title {
        font-size: 24px;
    }
    
    section.related.products {
        margin-bottom: 100px;
    }
    
    .product-banner .right-section .main-image {
        height: 300px;
    }

    .doc-wrapper .single-doc .data {
        margin-bottom: 0px;
    }

    .benefit-wrapper .icon-section {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-wrapper .product-overview > div {
        width: 100% !important;
    }

    .single-product .product-wrapper nav.woocommerce-breadcrumb {
        margin-bottom: 30px;
    }
    
    .data-wrapper .single-data:nth-child(3n+3), .data-wrapper .single-data:nth-child(3n+1) {
        flex: 0 0 100%;
    }

    .product-gallery .gallery-wrapper img {
        height: 400px;
    }
    
    .product-wrapper .product-application > div {
        width: 100% !important;
    }
    
    .documents-section .doc-wrapper .single-doc .data .icon {
        display: none;
    }
    
    .product-wrapper .buttons-wrapper .single-button {
        flex: 0 0 100%;
        margin-bottom: 4px;
    }
    
    .single-product .product-wrapper > * {
        padding: 0 10px;
    }
    
    .product-wrapper .product-application .consumption .title {
        text-align: left;
    }
    
    .product-wrapper .product-application .consumption .consumption-wrapper p {
        text-align: left;
    }
    
    .documents-section .doc-wrapper .single-doc .data {
        width: 100%;
        padding: 0;
    }
    
    .documents-section .doc-wrapper .single-doc .data .image {
        padding-right: 10px;
    }
    
    .documents-section .doc-wrapper .single-doc .data .text {
        padding-left: 15px;
    }
    
    .single-accordion {
        padding-left: 20px;
    }

    .data-wrapper .single-data {
        flex: 0 0 100% !important;
    }

    .fix-for-mobile section {
        margin-top: 30px !important;
    }
    
    .fix-for-mobile .elementor-column {
        margin-bottom: 30px;
    }
    
    .custom-copyright .elementor-image-box-wrapper {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: flex-start !important;
    }
    
    .custom-copyright .elementor-image-box-content {
        flex-direction: column;
    }

    .fix-size * {
        font-size: 40px !important;
        line-height: 44px !important;
    }
    
    .home-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .home-bottom a {
        margin-top: 20px;
    }

    .elementor-spacer-inner {
        height: 30px !important;
    }

    .fix-space .elementor-widget-wrap.elementor-element-populated {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }

    .new-home-banner .elementor-container.elementor-column-gap-default {
        min-height: 80vh !important;
    }
    
    .new-home-banner .elementor-column {
        align-items: center;
    }

    /* .buttons-section.element-sticky {
        top: 60px;
    } */

    .product-wrapper .buttons-wrapper .single-button {
        padding: 0 20px;
        font-size: 16px;
        height: 40px;
    }

    .product-wrapper .product-application .procedure .title {
        font-size: 25px;
    }
    
    div#application {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .single-accordion .accordion-title {
        font-size: 20px;
    }
    
    .product-wrapper .product-application .consumption .title {
        font-size: 24px;
    }

    .doc-wrapper .single-doc .data {
        font-size: 13px;
    }
    
    .product-banner .left-section .sub-title {
        font-size: 17px;
    }

    .buttons-section.element-sticky {
        padding: 10px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 83% !important;
        float: none !important;
        margin: 10px auto !important;
    }

    .is-form-style.is-form-style-3 input.is-search-input {
        background: transparent !important;
        border: 0 !important;
        color: #fff !important;
    }
    
    .is-form-style.is-form-style-3 input.is-search-input::placeholder {
        color: #fff;
    }

    .category-wrapper-custom .category-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .category-wrapper-custom .category-content .single-cateogry {
        height: 300px !important;
    }
    
    .category-wrapper-custom .category-content {
        height: auto;
    }

    .category-wrapper-custom .category-content .single-cateogry .category-info .category-name {
        text-align: center;
    }

    .custom-slider-2 .eael-post-grid-container .eael-post-grid {
        margin: 0;
    }

    .custom-slider-2 .slick-arrow:before {
        display: none;
    }
    
    .custom-slider-2 .slick-arrow i {
        font-size: 28px !important;
        color: #fff;
    }
    
    .custom-slider-2 .slick-next i {
        color: #F6663F;
    }
    
    .custom-slider-2 .slick-arrow {
        top: -90px;
        right: 0;
        left: auto;
    }
    
    .custom-slider-2 .slick-prev {
        right: 35px;
    }

    .buttons-section.element-sticky {
        top: 8px;
    }

    .fix-padding > .elementor-widget-wrap.elementor-element-populated {
        padding: 40px !important;
    }

    .product-wrapper .buttons-section {
        padding: 0 !important;
        margin-right: -12px !important;
    }

    .data-tecnic .details-wrapper > div {
        flex: 0 0 100%;
    }

    .single-product .product-logos .single-image img {
        width: auto;
        height: 80px;
    }

    .data-tecnic .data-wrapper > div {
        flex: 0 0 100%;
    }

    section.pdf-links {
        height: auto;
    }

    .job-listing {
        padding: 16px;
    }
    
    .job-row .elementor-widget.elementor-widget-text-editor .job-text {
        padding: 16px;
    }

    .eael-tabs-nav {
        position: unset;
    }
    
    .eael-tabs-nav ul {
        border-bottom: 0;
    }

    .fix-height-mobile {
        background-position: 68% 56% !important;
    }

    .fix-bg {
        background-position: 56% 36% !important;
    }
    
    .fix-bg > div {
        min-height: 200px !important;
    }

    .fix-bg-2 > div {
    min-height: 400px !important;
    }

    .fix-bg-2 {
        background-position: 30% 60%;
    }

    .search .site-main, .tax-product_cat .site-main, .woocommerce-shop .site-main {
        max-width: 92%;
    }

    .single-product .product-logos .single-image img {
        height: 55px;
    }

    .eael-tabs-nav ul li.active {
        border-bottom: 2px solid #000;
    }    

    .exterior-wrapper .tabs {
        width: 90%;
        flex-direction: column;
    }
    
    .exterior-wrapper .tabs .tabs-nav li a,
    .exterior-wrapper .tabs-stage .tab-content .right-section h4{
        writing-mode: rl;
        transform: none;
    }
    
    .exterior-wrapper .tabs .tabs-nav {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .left-section {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .left-section .color-wrapper .color-image {
        width: 45px;
        height: 45px;
        margin: auto;
    }
    
    .tabs-stage {
        height: 950px;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .right-section {
        max-width: 100%;
        flex-direction: column;
    }

    .tab-content .right-section .images-section {
        width: 100%;
    }
    
    .tab-content .right-section .single-image {
        flex-direction: column;
        width: 100%;
    }
    
    .tab-content .right-section .single-image .slide-thumbanil {
        width: 100%;
        max-width: 100%;
    }
    
    .exterior-wrapper .tabs-stage .tab-content .right-section {
        flex: 0 0 100%;
    }
    
    .tab-content .right-section .single-image .thumbnails {
        margin: 0;
        width: 100%;
    }
    
    .tab-content .right-section .single-image .thumbnails .slick-slide.slick-current.slick-active img {
        width: 73px;
        height: 73px;
    }

    .tab-content .right-section .single-image .thumbnails .slick-slide {
        user-select: none;
        outline: none;
    }

    .exterior-wrapper .tabs-stage .tab-content .right-section h4,
    .tab-content .left-section .variation-name {
        display: none;
    }

    .exterior-wrapper .tabs-stage .tab-content .right-section .variation-name {
        display: block !important;
        font-size: 22px;
        margin: 15px 0;
        font-weight: 600;
    }

    .exterior-wrapper .tabs-stage .tab-content .left-section {
        margin: 0;
    }

    .woocommerce ul.products li.product a img {
        object-fit: cover;
        width: 85%;
    }

    .product-wrapper .buttons-section {
        padding: 5px !important;
        margin: 0 !important;
        max-width: 98vw;
    }
    
    .single-accordion .accordion-title,
    .single-accordion .accordion-body{
        padding-left: 20px;
    }
    .category-wrapper-custom .category-content .single-cateogry {
        height: auto !important;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 20px;
    }
    
    .category-wrapper-custom .category-content {
        flex-wrap: wrap;
    }
    
    .fix-padding > .elementor-widget-wrap.elementor-element-populated {
        padding: 0 !important;
    }
    
    .category-wrapper-custom button.slick-arrow.slick-next {
        left: auto !important;
        right: 0;
    }
    
    .category-wrapper-custom button.slick-arrow.slick-prev {
        left: 0 !important;
    }
    
    .category-wrapper-custom button.slick-arrow {
        bottom: -55px !important;
    }
    
    .category-wrapper-custom .category-content .single-cateogry .category-info .category-name {
        font-size: 16px;
    }
    
    .explore-box figure.elementor-image-box-img img {
        height: auto;
    }
    
    .service-left-box .elementor-image-box-content {
        padding: 0 15px;
    }
    
    .service-right-box figure.elementor-image-box-img img {
        height: auto;
        width: 100%;
    }

    .category-wrapper-custom .category-content .single-cateogry .category-info {
        padding: 0;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .category-wrapper-custom .category-content .single-cateogry img {
        height: 170px !important;
    }

    .category-wrapper-custom.for-mobile {
        display: block !important;
    }

    .category-wrapper-custom.for-desktop {
        display: none;
    } 

    .category-wrapper-custom button.slick-next.slick-arrow {
        border-width: 10px;
        border-left-width: 15px;
    }
    
    .category-wrapper-custom button.slick-prev.pull-left.slick-arrow {
        border-width: 10px;
        border-right-width: 15px;
    }
    
    .category-wrapper-custom button.slick-arrow {
        bottom: auto !important;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
    
    .category-wrapper-custom.for-mobile {
        width: 85%;
        margin: auto;
    }
    
    .category-wrapper-custom button.slick-prev.pull-left.slick-arrow {
        left: -30px !important;
    }
    
    .category-wrapper-custom button.slick-next.slick-arrow {
        right: -30px !important;
    }
    
    .category-wrapper-custom .category-content .single-cateogry img {
        height: 115px !important;
    }

    .service-right-box .elementor-image-box-content {
        margin: 0;
        margin-top: -4px;
        padding-top: 10px;
    }

    .service-left-box .elementor-image-box-content {
        margin-top: -10px;
        padding-top: 20px;
    }
    .job-row .elementor-widget-image img {
        width: 100%;
        object-fit: cover;
    }
    .move-heading-mobile {
        width: 100%;
    }
    .move-section-1 {
        width: 100vw;
        margin-left: -10px;
    }

    .move-heading-2 {
        display: none;
    }
    .category-wrapper-custom.for-mobile {
        padding-top: 25px;
        margin-bottom: 0px;
    }
    .add-space-mob {
        margin-top: 40px;
    }
    .single-product .product-banner {
        flex-direction: column-reverse;
    }
    
    .single-product .product-wrapper .buttons-wrapper > button {
        display: none !important;
    }
    .explore-box figure.elementor-image-box-img img {
        object-fit: cover;
        height: 300px;
    }
    
    .service-right-box figure.elementor-image-box-img, .service-right-box figure.elementor-image-box-img img {
        height: 300px;
        object-fit: cover;
        margin-top: -2px;
    }

    .woocommerce ul.products li.product a img {
        transform: scale(1);
    }
    .explore-box .elementor-image-box-description {
        min-height:auto'
    }
    .single-product .product-wrapper {
        margin-top: 10px;
    }

    .is-form-style.is-form-style-3 input.is-search-input {
        border-bottom: 1px solid #fff !important;
        width: 90%;
        margin-left: 13px;
        padding: 0;
        font-size: 16px !important;
        height: 30px;
    }

    .products-template .page-body .category-wrapper .category-name {
        font-size: 16px;
    }

    /* .mobile-menu .show-on-scroll {
        position: fixed;
        left: -100%;
        transition: 400ms ease-out;
        height: 80px;
    }

    .mobile-menu .hide-on-scroll {
        position: relative;
        right: 0;
        transition: 400ms ease-out;
    }

    .mobile-menu.elementor-sticky--effects .hide-on-scroll {
        position: fixed;
        right: -100%;
        transition: 400ms ease-out;
        height: 80px;
    }

    .mobile-menu.elementor-sticky--effects .show-on-scroll {
        position: relative;
        left: 0;
        transition: 400ms ease-out;
    } */

    .products-template .page-header .breadcrumbs {
        padding-left: 10px;
    }

    .mobile-menu.elementor-sticky--effects {
        margin-top: -1px !important;
    }

    .products-template .page-header .title {
        padding-left: 10px;
    }

    .mobile-menu.elementor-sticky--effects .show-on-scroll img {
        padding: 12px 0px;
    }
    
    .mobile-menu.elementor-sticky--effects .show-on-scroll form {
        margin-top: 19px;
    }
    
    .is-form-style button.is-search-submit {
        position: relative;
        right: 12px;
        bottom: 3px;
    }

    .products-template .bottom-section > div {
        flex-direction: column;
        width: 97%;
        padding: 20px 0;
    }

    .products-template .bottom-section > div .left .wrapper .subtitle {
        margin-top: 20px;
    }
    
    .products-template .bottom-section > div > a {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto !important;
    }
    
    .products-template .bottom-section > div .left .wrapper .button {
        position: relative;
        bottom: 0;
    }
    
    .products-template .page-body .category-wrapper .single-cateogry .category-info {
        min-height: 36px;
    }

    .products-template .bottom-section > div .left .wrapper {
        padding: 15px;
    }

    .products-template .bottom-section > div .right img {
        margin-bottom: -5px;
    }
    .products-template .page-body .category-wrapper > div {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .products-template .page-body .category-wrapper > div .child-categories > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-template .page-body .category-wrapper > div .child-categories {
        width: 89%;
    }
    
    .products-template .page-body .category-wrapper > div .child-categories > div a {
        font-size: 16px;
        line-height: 28px;
    }

    .tax-product_cat.top-category .bottom-section > div {
        flex-direction: column;
        width: 90%;
    }
    
    .tax-product_cat.top-category .bottom-section > div > a {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .tax-product_cat.top-category .bottom-section > div .left .wrapper .button {
        position: relative;
        bottom: 0;
    }
    
    .tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category {
        flex: 0 0 95%;
        max-width: 94%;
    }

    .tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category a {
        font-size: 16px;
        line-height: 26px;
    }
    
    .tax-product_cat.top-category .woocommerce-wrapper >ul {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .tax-product_cat.top-category .site-main {
        max-width: 100%;
    }
    
    .tax-product_cat.top-category .woocommerce-wrapper >ul > .product-category > div {
        padding: 0;
    }
    
    .tax-product_cat.top-category header.woocommerce-products-header {
        width: 92%;
    }
    
    .tax-product_cat.top-category .bottom-section > div .right img {
        height: 250px;
        object-fit: cover;
        margin-bottom: -4px;
    }
}

.box-image-dc.elementor-widget-image-box a:after {
    display: none;
}

.mega-sub-menu span.elementor-icon-list-text {
    line-height: 20px;
}

.mega-sub-menu .elementor-icon-list-item a {
    padding-bottom: 11px;
}

.mega-sub-menu .elementor-icon-list-item {
    margin-bottom: 10px !important;
}

.mega-sub-menu .elementor-icon-list-items .elementor-icon-list-item:last-of-type {
    margin-bottom: 0 !important;
}

.mega-sub-menu .elementor-icon-list-items .elementor-icon-list-item:last-of-type a {
    padding-bottom: 0;
}