/*
Theme Name: Instru-rep 
Author: LEXO GmbH
Author URI: https://www.lexo.ch/
Version: 1.0
*/

/*
 *
 * REGULAR PAGE SETTINGS
 *
 */
@media (min-width: 1400px) {
    .container {
        width: var(--flexible-content-wrap);
    }
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    transition: padding 0.25s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-vertical-center {
    align-items: center;
}

.flex-pull-right {
    margin-left: auto;
}

input {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

/* body.ios input,
body.ios textarea,
body.osx input,
body.osx textarea,
body.safari input,
body.safari textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    background-clip: padding-box;
} */

#page-content {
    flex: 1 0 auto;
    word-break: break-word;
    padding-top: 122px;
}

#page-content:not(.auto-hyphenation-disabled) {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

#flexible-content>.section,
.subpage-content>.section,
#section-password-protected {
    padding-top: var(--spacing-regular);
    padding-bottom: var(--spacing-regular);
    /* overflow-x: hidden; */
}

#flexible-content>.section:is(.remove-padding-top),
.subpage-content>.section:is(.remove-padding-top) {
    padding-top: 0 !important;
}

#flexible-content>.section:is(.remove-padding-bottom),
.subpage-content>.section:is(.remove-padding-bottom) {
    padding-bottom: 0 !important;
}

#flexible-content>.section:is(.section-full.remove-padding-right) {
    padding-right: calc((100% - var(--flexible-content-wrap) + 30px) / 2);
    padding-left: 30px;
}

#flexible-content>.section:is(.section-full.remove-padding-left) {
    padding-left: calc((100% - var(--flexible-content-wrap) + 30px) / 2);
    padding-right: 30px;
}

#flexible-content>.section:is(.section-full) .row {
    margin-left: 0;
    margin-right: 0;
}
#flexible-content>.section:is(.section-full) .image-content-container {
    margin-left: -15px;
    margin-right: -15px;
}
/* :is(#page-content, #flexible-content) .image-content-wrapper .section-content > :last-child,
:is(#page-content, #flexible-content) .post_content_block > :last-child:not(hr) {
    margin-bottom: 0 !important;
} */

/* #flexible-content>.section:is(.section-full) {
    padding: 0 15px;
} */

@media (min-width: 1024px) and (max-width: 1400px) {
    #flexible-content>.section:is(.section-full.remove-padding-left) {
        padding-left: calc((100% - 1024px + 30px) / 2);
    }
    #flexible-content>.section:is(.section-full.remove-padding-right) {
        padding-right: calc((100% - 1024px + 30px) / 2);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .envelope-data-wrapper::before{
        font-size: 400px !important;
    }
    .border-img {
        width: 215px !important;
        height: 215px !important;
    }
    .data-position {
        margin-bottom: 0 !important;
    }

    #flexible-content>.section:is(.section-full.remove-padding-left) {
        padding-left: calc((100% - 768px + 45px) / 2);
    }
    #flexible-content>.section:is(.section-full.remove-padding-right) {
        padding-right: calc((100% - 768px + 45px) / 2);
    }
}
 
.section-lightblue {
    background-color: #F2F8FF;
}

.section-halfblue{
    background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(242,248,255,1) 30%);
}

.section-lineargradient-top {
    background: linear-gradient(0deg, #FFFFFF 0%, #F2F8FF 100%);
}

.section-lineargradient-bottom {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F8FF 100%);
}

#flexible-content>.section.section-have-background {
    position: relative;
}

#flexible-content>.section.section-have-background::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image);
    background-size: var(--bg-size);
    background-position: top left;
    background-repeat: no-repeat;
}
#flexible-content>.section.section-have-background.section-background-image-gradient::before {
    max-height: 500px;
    z-index: 1;
}
#flexible-content>.section.section-have-background.section-background-image-gradient::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 500px;
    background: transparent linear-gradient(180deg, #F7F7F700 0%, #FFFFFF 100%);
    background-size: 45%;
    z-index: 2;
}
#flexible-content>.section.section-have-background.section-background-image-gradient .row,
#flexible-content>.section.section-have-background.section-background-image-gradient .container {
    position: relative;
    z-index: 3;
}

/* #flexible-content>.section.section-have-background.section-have-only-background-color {
    background-color: var(--bg-color);
} */

#flexible-content > .center_text .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#flexible-content .wp_gallery_advanced_slider_thumb.row::before,
#flexible-content .wp_gallery_advanced_slider_thumb.row::after,
#flexible-content > .center_text .row::after,
#flexible-content > .center_text .row::before {
    display: none;
}


.q-anim {
    /* opacity: 0;
    visibility: hidden; */
}

/* Header */

header {
    position: fixed !important;
    z-index: 1020;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 122px;
    border-bottom: 1px solid #59606E;
    border-top: 6px solid var(--color-blue) ;
    font-family: var(--second-font);
    font-size: 2.2rem;
    transition: height .3s;
}

.header-logo {
    display: inline-block;
    margin-left: 20px;
}

.header-logo img {
    transition: height .3s;
}

#header-upper {
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

#header-menu {
    margin-bottom: 0;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}


#header-menu li{
    margin-right: 30px;
}

#header-menu > .menu-item > a {
    text-decoration: none;
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
    transition: color .25s ease-in-out;
}

#header-menu .menu-item a:hover {
    color: var(--color-blue);
}

#header-menu li a {
    color: black;
}

#header-action-menu{
    margin-right: 30px;
    display: flex;
    align-items: center;
    flex: 0 0 10%;
    justify-content: flex-end;
}

#header-menu .menu-item-has-children .sub-menu li:first-child {
    border-top: none;
}

#header-menu .menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
}

#header-menu .menu-item-has-children .sub-menu li:not(:first-child) {
    padding-top: 10px;
}

#header-menu .menu-item-has-children .sub-menu li:not(:last-child) {
    padding-bottom: 10px;
}

#header-menu .menu-item-has-children:hover .sub-menu {
    opacity: 0.97;
    visibility: visible;
}

#header-menu .menu-item .sub-menu li a {
    color: unset;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 2rem;
    font-family: var(--main-font);
    font-weight: 300;
}

#header-menu .menu-item .sub-menu li a:hover {
    color: var(--color-blue);
}

#header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) .sub-menu .current-menu-item {
    color: var(--color-blue);
}


.submenu-opener {
    display: none;
}


.mm-active #overlay {
    position: fixed; 
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 4; 
    -webkit-backdrop-filter: saturate(100%) blur(7px);
    backdrop-filter: saturate(100%) blur(7px);
    transition: all .25s ease-in-out;
}

.mm-active #overlay{
    opacity: 1;
    visibility: visible;
}

/* Language switcher style */

.language-switcher {
    line-height: 1;
}

.language-switcher .ls-language {
    position: relative;
    display: inline-block;
}


.language-switcher .ls-language:not(:last-child) {
    margin-right: 20px;
}

.language-switcher .ls-language:not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: -15px;
    color: #E2E2E2;
}

.language-switcher .ls-language-link {
    text-transform: uppercase;
    color: #646569;
}

.language-switcher .ls-language:is(.ls-current-language) .ls-language-link,
.language-switcher .ls-language-link:is(:hover, :focus) {
    color: var(--color-blue);
    text-decoration: none;
}

.icon-gray, .icon-gray-web{
    color: #646569;
    position: relative;
    font-size: 26px;
    top: 2px;
}

.icon-gray-web{
    margin-right: 5px;
}

.icon-gray-web:hover, #shop:hover span {
    color: var(--color-blue);
    cursor: pointer;
}

.shop-name{
    color: #000;
    font-size: 2.2rem;
}

.vertical-line {
    width: 1px;
    height: 49px;
    background-color: #D6D6D6;
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle;
}

.mobile-add{
    display: none;
}

/*Newsletter*/

.mm-active .newsletter-wrapper{
    visibility: hidden !important;
    opacity: 0 !important;
}

.newsletter-wrapper,
.newsletter-fixed-wrap {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.newsletter-wrapper{
    width: min(688px, 100%);
    display: flex;
    position: relative;
    left: 50%;
    align-items: center;
    background-color: rgba(28, 35, 52,70%);
    border-radius: 0 0 26px 26px;
    justify-content: space-between;
    padding: 5px 0;
    font-family: var(--main-font);
    z-index: -1;
}

.newsletter-content{
    color: white;
    font-size: 2.2rem;
    padding: 0 12px;
}

.newsletter-form{
    position: relative;
}

#subscribe-form{
    flex: 1;
    align-items: center;
}

#news-subscribe, #news-email{
    font-size: 2rem;
}

#news-subscribe{
    display: inline-block;
    padding: 3px 28px;
    text-align: center;
    color: white;
    background-color: var(--color-blue);
    -webkit-transition: background-color .25s, color .25s, border-color .25s;
    -moz-transition: background-color .25s, color .25s, border-color .25s;
    -ms-transition: background-color .25s, color .25s, border-color .25s;
    -o-transition: background-color .25s, color .25s, border-color .25s;
    transition: background-color .25s, color .25s, border-color .25s;
    border-radius: 2.8rem;
    border: none;
    position: absolute;
    right: 5px;
    margin-right: 5px;
}

#news-email{
    border-radius: 2.6rem;
    margin-right: 5px;
}

/* Footer */
footer{
    background-color: var(--color-blue);
    color: white;
    background-image: url(images/Footer_BG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer .footer-upper{
    margin: 110px auto;
}

footer .footer-title{
    color: white;
    font-size: 2.6rem;
    margin-bottom: 16px;
    margin-top: 20px;
}

.footer-newsletter{
    flex: 0 0 30%;
    padding-right: 15px;
}

.footer-first-section #news-email{
    padding: 14px 30px;
    font-size: 2.2rem;
    border-radius: 3.2rem;
}

.footer-first-section  #news-subscribe {
    padding: 10px 75px;
    font-size: 2.2rem;
}

.footer-first-section .news-heading{
    font-size: 4.8rem;
}

.footer-first-section .email-icon{
    margin-bottom: 10px;
}

.footer-first-section .news-icon{
    font-size: 39px;
}

.footer-first-section .newsletter-info{
    flex-wrap: wrap;
    align-items: center;
}

.footer-hr{
    background-color: #0093AE;
}

.footer-second-section{
    justify-content: center;
    flex-wrap: wrap;
}

.footer-second-section .footer-column{
    flex: 0 0 33%;
    text-align: center;
}

.footer-second-section .footer-column:nth-child(2){
    border-left: 1px solid #0093AE;
    border-right: 1px solid #0093AE;
}
.footer-second-section .footer-column-text,
.footer-second-section .footer-column a{
    color: white;
    font-weight: 300;
}
.footer-second-section .footer-column-text:hover,
.footer-second-section .footer-column a:hover {
    text-decoration: underline;
}

.footer-second-section .icon{
    font-size: 48px;
}

.footer-menu{
    background-color: white;
    color: #5A5A5A;
    padding: 50px 0;
}

.footer-menu-wrapper{
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 2rem;
    align-items: center;
}

.footer-menu-wrapper .bottom-menu{
    flex: 1;
}

.footer-menu-wrapper .bottom-list{
    margin-bottom: 0;
    flex-wrap: wrap;
}

.footer-menu-wrapper .bottom-menu .current-menu-item a{
    color: var(--color-blue);
}

.footer-menu-wrapper .bottom-menu li:hover a{
    color: var(--color-blue);
}

.footer-menu-wrapper .bottom-list li a{
    text-decoration: none;
    color: #5A5A5A;
    font-weight: 300;
}

.footer-menu-wrapper .bottom-list li:not(:last-child)::after {
    content: "|";
    margin-right: 5px; 
}

.certified {
    align-items: center;
    color: #005D9E;
}

.certified .icon{
    font-size: 38px;
    color: #646569;
    cursor: pointer;
}

.certified .bold{
    font-weight: 500;
}

.certified .blue{
    margin: 0 10px 0 5px;
}

.certified .iso-certified {
    width: auto;
    height: 36px;
}
.certified .vertical-line {
    margin: 0 20px;
}
.email-info, .phone-info, .map-address, .youtube-icon{
    text-decoration: none !important;
}

/* Newsletter popup */
.newsletter-fixed-wrap {
    position: fixed;
    bottom: -105px;
    right: 15px;
    padding: 10px;
    width: 335px;
    border-radius: 4px;
    background-color: #dddddd;
    z-index: 250;
    -webkit-transition: bottom .25s;
    -moz-transition: bottom .25s;
    -ms-transition: bottom .25s;
    -o-transition: bottom .25s;
    transition: bottom .25s;
    border-radius: 12px 12px 0 0;
}

.newsletter-fixed-wrap p{
    margin: 0;
    font-size: 1.8rem;
    line-height: 2rem;
    color: black;
}

.newsletter-fixed-wrap.active {
    bottom: 0;
}

.newsletter-fixed-wrap .newsletter-form input{
    border-radius: 12px 12px 0 0 !important;
    border: 1px solid var(--color-blue);
    padding: 3px 10px;
    font-size: 1.7rem !important;
}

.newsletter-fixed-wrap #subscribe-form{
    padding-top: 15px;
}

.newsletter-fixed-wrap .newsletter-form #news-subscribe{
    position: relative;
    right: 0;
    display: block;
    width: 100%;
    border-radius: 0 0 12px 12px !important;
    text-align: left;
    padding: 3px 10px;
    font-size: 1.7rem;
}

.newsletter-popup{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-popup h5{
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 2.6rem;
}

.newsletter-popup h5 i{
    margin-right: 5px;
}

.newsletter-fixed-wrap.active .newsletter-popup .icon-change:before {
    content: '\e94a';
}

.icon-change{
    font-size: 2.8rem;
}

/* Home Page */
.home-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 30px;
    border-radius: 12px;
    overflow: hidden;
}

.home-wrapper .mobileImg {
    display: none;
}

.home-wrapper-slider {
    position: relative;
    margin: 0 30px;
}

#home-slider .slide img {
    border-radius: 12px;
    overflow: hidden;
}

.slick-dots li button:before {
    content: '\2022';
    color: var(--color-blue);
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: var(--color-blue);
}

.content-wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-50%);
}

.home-content {
    color: white ;
    width: 62%;
}
.home-content p:not(:last-child) {
    margin-bottom: 40px;
}
.home-content p:last-child {
    margin-bottom: 0;
}
.home-content p strong, b { 
    color: white;
}


.home-content .button-one{
    margin-right: 10px;
}

.home-content h1{
    color: white;
}

.arrow {
    cursor: pointer;
    color: white;
    position: absolute;
    left: 50%;
    bottom: 20px; 
    transform: translateX(-50%);
    border:4px solid rgba(255,255,255,.19);
    border-radius: 50%;
    padding: 20px;
    font-size: 23px;
    transition: background-color .3s;
}

.arrow:hover{
    background-color: rgba(255, 255, 255, 0.365);
}

/* E-shop Slider*/

#shop_slider .slick-track{
    display: flex !important;
}

#shop_slider .slick-slide{
    height: inherit !important;
    display: block;
}
.news-wrapper.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#shop_slider .slick-dots {
    position: relative !important;
    bottom: 0px !important; 
    padding-top: 100px !important;
}

#shop_slider .slick-dots li.slick-active button:before,
.news-wrapper .slick-dots li.slick-active button:before {
    font-size: 18px !important;
    border: 2px solid var(--color-blue) !important;
    background-color: var(--color-blue) !important;
}

#shop_slider .slick-dots li button:before,
.news-wrapper .slick-dots li button:before {
    width: 18px;
    height: 18px;
    color: transparent !important;
    border: 2px solid #C4C4C4 !important;
    border-radius: 50% !important;
}

#shop_slider .slick-dots li::before,
.news-wrapper .slick-dots li::before {
    display: none;
}

#shop_slider .slick-dots li ,
.news-wrapper .slick-dots li{
    margin: 0px 8px !important;
    padding: 0;
}

#shop_slider .slide .product-img{
    height: auto;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -moz-transition: all 1s ease-out; /* Firefox */
    -ms-transition: all 1s ease-out; /* IE 9 */
    -o-transition: all 1s ease-out; /* Opera */
    transition: all 1s ease-out;
}

#shop_slider .slide .slide_description{
    margin-right: 20px;
}

#shop_slider .slide .product-link{
    font-family: var(--second-font);
    font-weight: 300;
    display: flex;
    align-items: center;
}

#shop_slider .slide .product-icon{
    font-size: 21px;
    margin-left: 12px;
}

#shop_slider .image-wrapper{
    overflow: hidden;
}

#shop_slider_wrapper {
    position: relative;
    padding-top: 25px;
    margin: 0 -15px;
}

#shop_slider .slide{
    border: 1px solid transparent;
    padding: 0 15px;
    height: 100%;
}

#shop_slider .slide.middle {
    border-left-color: #DDDDDD;
    border-right-color: #DDDDDD;
    /* padding: 0 15px; */
}

#shop_slider .slide.border-right {
    border-right: 2px solid #DDDDDD; 
}

#shop_slider .slide_content{
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

#shop_slider .slide_content .product-wrapper-desc{
    margin-top: 29px;
}

#shop_slider .slide_content:hover .product-wrapper-desc .slide_description{
    color: var(--color-blue);
    cursor: pointer;
}

#shop_slider .slide_content:hover .image-wrapper .product-img{
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
    transform:scale(1.2);
    cursor: pointer
}

/* News */

.news-wrapper {
    margin: 0 -7px;
    position: relative;
}
#shop_slider .slide-nav,
.news-wrapper .slide-nav {
    position: absolute;
    top: 40%;
    width: auto;
    height: auto;
    font-size: 103px;
    color: #D3D3D3;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.6;
    transition: opacity .25s;
}
#shop_slider .slide-next,
.news-wrapper .slide-next {
    right: -170px;
}
#shop_slider .slide-prev,
.news-wrapper .slide-prev {
    left: -170px;
}
#shop_slider .slide-nav:is(:hover, :focus), 
.news-wrapper .slide-nav:is(:hover, :focus) {
    opacity: 1;
}

.news-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #E6E6E6;
    border-bottom: none;    
    background-color: white;
    flex: 0 0 auto;

}


#page-content .news-wrapper .news-image {
    width: 100%;
    object-position: 50% 50%;   
    margin: auto;
    aspect-ratio: 1.505;
    object-fit: cover;
    max-height: 448px;
    transform: scale(1);
    transition: transform .3s;
}

#page-content .news-holder-wrapper:is(:hover, :focus) .news-image {
    transform: scale(1.05);
}

.news-wrapper .news-date{
    color: #8B8B8B;
    font-weight: 300;
    font-size: 2rem;
    margin-top: 29px;
    margin-bottom: 10px;
    padding: 0 26px;
}

.news-wrapper .news-title {
    margin-bottom: 30px;
    padding: 0 26px;
}
.news-wrapper .slick-track {
    display: flex;
}
.news-wrapper .slick-dots {
    position: relative !important;
    bottom: 0px !important; 
    padding-top: 90px !important;
}
#flexible-content .news-wrapper .slick-dots li {
    padding: 0;
}
.slick-initialized .news-holder-wrapper.slick-slide {
    display: flex;
    flex-direction: column;
    height: inherit;
    margin-left: 7px;
    margin-right: 7px;
}
.news-holder-wrapper .news-content-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    border: 1px solid #E6E6E6;
    border-top: none;
    border-radius: 0px 0px 6px 6px;

}
.news-holder-wrapper .news-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: auto;
    color: var(--color-main);
    font-weight: 300;
    padding: 0 26px 0 26px; 
    margin-bottom: 37px;
}
.news-wrapper.slick-initialized .news-holder-wrapper {
    position: relative;
    /* background-color: #F2F8FF; */
}
.news-wrapper.slick-initialized .news-holder-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);    
    transition: opacity .3s ease-in-out;
    border-radius: 0 0 10px 10px;
    z-index: -1;
}
.news-wrapper.slick-initialized .news-holder-wrapper:is(:hover, :focus)::before {
    opacity: 1;
} 

/* Single News */
.single .single-news-wrapper{
    background-image: url(images/news_bg.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.single .single-wrapper{
    padding-top: 91px;
    padding-bottom: 70px;
}

.single .headline{
    margin-bottom: 15px;
}

.single .news-date{
    color: #8B8B8B;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 10px;
}

.single .news-single{
    color: #6C6C6C;
    font-size: 2.8rem;
    margin-bottom: 68px;
}

.single .single-img-holder{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    background-color: transparent;
}

.single .single-news-image{
    object-fit: cover;
    width: 100%;
}

.single .single-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single .news-holder-wrapper {
    flex: 0 0 49%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.news-holder-wrapper strong {
    color: var(--color-blue);

}
.single .cards h2{
    text-align: center;
}

.single .news-holder{
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3/2;
    border-radius: 6px;
    border: 1px solid #EFEFEF;
}

/* .single .news-image-holder {   
    display: flex;
    flex-direction: column;
} */

.single .single-news-image {   
    object-fit: cover;
    aspect-ratio: 3/2;
}

.single .single-cards {
    margin-bottom: 100px;
}

/* Slider Image Reveal */
.twentytwenty-handle {
    border: 3px solid var(--color-blue) !important;
    background-color: white !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    background: var(--color-blue) !important;
}

.twentytwenty-horizontal .twentytwenty-handle:after{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    -webkit-box-shadow:  none !important;
    -moz-box-shadow:  none !important;
    box-shadow: none !important;
}

.twentytwenty-left-arrow {
    border-right: none !important; 
    left: 20% !important; 
    margin-left: 0 !important;
    border: solid var(--color-blue) !important;
    border-width: 0px 2px 2px 0 !important; 
    display: inline-block !important;
    padding: 4px !important;
    transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
}

.twentytwenty-right-arrow {
    border-left: none !important; 
    right: 20% !important; 
    margin-right: 0 !important;
    border: solid var(--color-blue) !important;
    border-width: 0px 2px 2px 0 !important; 
    display: inline-block !important;
    padding: 4px !important;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
}

.slider_image_wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
    border-radius: 12px;
}

.slider-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-link img{
    border-radius: 12px;
}

/* About us*/
.icons-wrapper{
    flex-wrap: wrap;
}

.icon-wrapper-single{
    flex:  0 0 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon-wrapper-single:nth-child(even){
    margin-left: 20px;
}

.icon-wrapper-single hr{
    margin: 40px auto;
}

.icon-header{
    font-size: 120px;
}

.icon-color span:before{
    color: var(--color-blue) !important;
}

.icon-header-maintenance .icon-holder-maintenance span span::before {
    color: var(--color-blue) !important;
}

.icon-body{
    margin-left: 20px;
}

.icon-title{
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: var(--main-font) !important;
}

.icon-description{
    font-family: var(--main-font) !important;
    font-size: 2.6rem;
    line-height: 3.4rem;
}

/* Certificate */
.certificate-wrapper{
    justify-content: space-between;
    flex-wrap: wrap;
}

.certificate-wrapper:only-child {
    justify-content: center;
}

.certificate{
    flex: 0 0 32%;
    border-radius: 20px;
    box-shadow: 0px 6px 20px #00000019;
    border: 1px solid #E3E3E3;
    overflow: hidden;
    margin-bottom: 28px;
}

.certificate-link:hover img{
    transform: scale(1.1);
}

.certificate img{
    height: 100% !important;
    object-fit: cover;
    box-shadow: 0px 6px 20px #00000019;
    aspect-ratio: 3/4;
    transition: transform 0.5s;
}

.certificate-link{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.certificate-link:before {
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(36 172 200 / 50%);
    z-index: 1;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.certificate-link:after {
    content: "\e93e";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 8rem;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.25s, transform .25s;
    -moz-transition: opacity 0.25s, transform .25s;
    -ms-transition: opacity 0.25s, transform .25s;
    -o-transition: opacity 0.25s, transform .25s;
    transition: opacity 0.25s, transform .25s;
    transform: translate(-50%, -50%) scale(0.6);
    padding: 13px;
}

.certificate-link:hover:before,
.certificate-link:hover:after {
    opacity: 1;
}
.certificate-link:hover:after {
    transform: translate(-50%, -50%) scale(1);

}
.repair-process-slider-container.slick-dotted.slick-slider {
    margin: 0 -16px;
    position: relative;
}
.repair-process-slider-container.slick-dotted.slick-slider { 
    margin: 0 -11px 74px -11px;
}
.repair-process-slider-container .slick-track {
    display: flex;
}
.repair-process-slider.slick-slide {
    display: flex;
    flex-direction: column;
    height: inherit;
    margin-left: 16px;
    margin-right: 16px;
}
.repair-process-slider .repair-process-image-holder {
    flex: 0 0 auto;
    border-bottom: none;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}
.repair-process-image-holder img {
    width: 100%;
    aspect-ratio: 1.4686;
    object-fit: cover;
    object-position: 50% 50%;
    transition: transform .3s;
}
.repair-process-slider .repair-process-content {
    position: relative;
    flex-grow: 1;
    padding: 26px 16px 26px 26px;
    border: 1px solid #E6E6E6;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
}
.repair-process-slider .repair-process-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);    
    transition: opacity .3s ease-in-out;
    border-radius: 0 0 10px 10px;
    z-index: -1;
}
.repair-process-slider:hover .repair-process-image-holder img {
    transform: scale(1.05);
}
.repair-process-slider:hover .repair-process-content::before {
    opacity: 1;
}
.repair-process-slider .repair-process-content > * {
    margin-top: auto;
}
.repair-process-slider .repair-process-content > :last-child {
    margin-bottom: 0;
}
#flexible-content .repair-process-slider-container .slick-dots {
    bottom: -76px;
}
#flexible-content .repair-process-slider-container .slick-dots li {
    padding: 0;
    margin: 0 8px;
}
.repair-process-slider-container .slick-dots li::before {
    display: none;
}
.repair-process-slider-container .slick-dots li button::before {
    width: 18px;
    height: 18px;
    color: transparent;
    border: 2px solid #C4C4C4;
    border-radius: 50%;
    transition: background-color .25s, border .25s;
}
.repair-process-slider-container .slick-dots li:is(:hover, :focus) button::before,
.repair-process-slider-container .slick-dots li.slick-active button::before {
    border: 2px solid var(--color-blue);
    background-color: var(--color-blue);
    opacity: 0.75;
}
#flexible-content .repair-process-slider-container .slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 103px;
    color: #D3D3D3;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity .25s;
}
#flexible-content .repair-process-slider-container .slide-nav:is(:hover, :focus) {
    opacity: 1;
}
#flexible-content .repair-process-slider-container .slide-prev {
    left: -160px;
}
#flexible-content .repair-process-slider-container .slide-next {
    right: -164px;
}
/* Contact Page */
.page-body{
    background-image: url(images/contact_bg.png);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 55px;
}
.contact-page-info{
    flex: 0 0 30%;
}

.contact-page-map {
    flex: 0 0 70%;
    z-index: 1;
    box-shadow: 0px 30px 60px #072D582C;
    border: 1px solid #CFD7E0;
    border-radius: 12px;
    overflow: hidden;
}
.contact-page-map .locations-map-container {
    position: relative;
}

.locations-map-container .static-map-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    max-width: 90%;
    background-color: #fff;
    opacity: 0.8;
    border-radius: 12px 0 20px 0;
    font-size: 1.5rem;
    color: #6C6C6C;
    z-index: 1;
}
.locations-map-container .static-map-img {
    display: block;
    border-radius: 12px;
    transition: transform .3s;
}
.contact-page-map .locations-map-container a:is(:hover, :focus) .static-map-img {
    transform: scale(1.1);
}
.contact-desc{
    color: #6C6C6C;
    padding: 0;
}

.contact-info-wrapper{
    padding-top: 20px;
}

.contact-info-title{
    font-weight: 500;
}

.table-info {
    width: 85px;
    color: #9A9A9A;
}

.table-data a{
    cursor: pointer;
}
.table-data a:hover {
    text-decoration: underline;
}

.contact-page-form{
    background-color:#F2F8FF ;
    margin-top: -225px;
    padding-bottom: 100px;
}

.mail-icon{
    font-size: 170px;    
    color: #E5F0FD;
    z-index: 1;
    position: relative;
    top: 50px;
}

.upper-form{
    margin-top: 110px;
}

.contact_msg{
    color: #6C6C6C;
}
.contact-grid-wrapper em {
    display: none !important;
}
.contact-grid-wrapper , .textarea-layer{
    flex:1;
}

.textarea-layer textarea {
    height: 100%;
    width: 100%;
}

.input-field:last-child{
    margin-bottom: 0px;
}

.input-field, textarea {
    width: 100%;
    border: 1px solid #D8E3F0;
    border-radius: 8px;
    color: #969696;
    font-size: 2.2rem;
    margin-bottom: 7.5px;
    padding: 10px 0 10px 20px;
}

.send-info{
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.send-info .contact-req-text{
    flex: 0 0 75%;
    font-size: 2.4rem;
}

.send-info .send-wrapper{
    flex: 0 0 25%;
    justify-content: end;
}

.send-btn{
    padding: 9px 100px;
}

.data-link{
    color: var(--color-blue);
    font-weight: 300;
    text-decoration: underline;
}

.form-data{
    flex-wrap: wrap;
    column-gap: 10px;
}

.christmas-form-container .form-data {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
}

.christmas-form-container .form-data .contact-grid-wrapper {
    gap: 10px;
}

.christmas-form-container .form-data .input-field {
    margin-bottom: 0;
}

#after-submit-content {
    display: none;
    margin-top: 80px;
}

.christmas-content {
    position: relative;
    max-width: 980px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 30px 60px #072D5810;
    border-radius: 12px;
    margin: 0 auto;
    padding: 150px 15px 50px;
    box-sizing: border-box;
}

.christmas-content > :last-child {
    margin-bottom: 0;
}

.christmas-image {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partners-container {
    display: flex;
    flex-direction: column;
    gap: 110px;
    margin-top: 65px;
}

.partners-container .partner-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 30px;
}
.partners-container .image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0;
}
.partners-container .image-gallery .contact-gallery {
    position: relative;
    flex: 1 0 32%;
    overflow: hidden;
    border-radius: 12px;
}
.partners-container .image-gallery .contact-gallery::before {
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(36 172 200 / 50%);
    z-index: 1;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    border-radius: 0 0 12px 12px;

}
.partners-container .image-gallery .contact-gallery::after {
    content: "\e93e";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 6rem;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.25s, transform .3s;
    -moz-transition: opacity 0.25s, transform .3s;
    -ms-transition: opacity 0.25s, transform .3s;
    -o-transition: opacity 0.25s, transform .3s;
    transition: opacity 0.25s, transform .3s;
    transform: translate(-50%, -50%) scale(0.60);
    padding: 13px;
}
.partners-container .image-gallery .contact-gallery:is(:hover)::after {
    transform: translate(-50%, -50%) scale(1);
}
.partners-container .image-gallery .contact-gallery:is(:hover)::before,
.partners-container .image-gallery .contact-gallery:is(:hover)::after {
    opacity: 1;
}
.partners-container .image-gallery img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}
#page-content .partners-container .image-gallery img {
    height: 100%;
}
.envelope-data-wrapper{
    position: relative;
}

.envelope-data-wrapper::before{
    content: "\e906" ;
    font-family: 'icomoon' ;
    color: #E4EBF4;
    font-size: 400px ;
    justify-content: center;
    display: flex;
}

.envelope-data{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--main-font);
    width: 100%;
}

.border-img{
    border: 8px solid rgba(36, 172, 200, 0.6);
    object-fit: cover;
    border-radius: 50%;
} 

.data-name{
    font-size: 3.4rem;
    margin: 1px 0 0 0;
    font-weight: 400;
}

.data-position {
    margin-bottom: 0.6rem;
    font-weight: 300;
}

.data-position + .data-email {
    margin-top: 30px;
}


/* Table */

.content-table {
    margin-bottom: 1.6em;
}

.content-table .ct-row {
    gap: 30px;
}

.content-table .ct-row:nth-child(odd) {
    background-color: #F2F8FF;
}

.content-table .ct-column {
    flex: 1;
    padding: 10px 15px;
}

.content-table .ct-column *:last-child {
    margin-bottom: 0;
}

/* Accordion */

.accordian_group .active .ae_header, .accordian_group .active .aeh_collapse {
    color: var(--color-blue);
}

.accordian_elem {
    border-radius: 16px;
    margin-bottom: 10px;
    padding: 26px 25px 26px 28px;
}

.accordian_elem:nth-child(even) {
    background-color: #F0F4F8; /* Dodajte boju koju želite */
}

.accordian_elem:nth-child(odd) {
    background-color: #E7EEF5; /* Dodajte drugu boju koju želite */
}

.accordian_elem.active {
    background-color: #E7EEF5;

}

.accordian_elem + .accordian_elem {
    border-top: 0;
}

.ae_header {
    position: relative;
    cursor: pointer;
}

.aeh_collapse {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 28px;
    color:black;
    margin-top: -12px;
    transform: rotate(0);
    transition: transform .25s ease-in-out;
}

.accordian_elem.active .aeh_collapse {
    transform: rotate(180deg);
}

.aeh_title {
    font-size: 3.2rem;
    padding-right: 65px;
    font-weight: 400;
}

.ae_body {
    display: none;
}

.ae_content_container {
    font-size: 2.6rem;
    line-height: 3.4rem;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}

.ae_content_container p{
    margin-top: 25px;
    margin-bottom: 0;
}

.accordian_elem.active .ae_content_container {
    opacity: 1;
    transform: translateY(0);
}

/* Kostenvorteil */
.blue .box-title, .dark-blue .box-title{
    color:white
}

.dark-gray .box-title{
    color: black;
}

.blue hr{
    margin: 0 0 30px 0;
    height: 3px;
}

.dark hr{
    background-color:#BDC7D4;
}

.box-content, .total-price{
    justify-content: space-between;
    align-items: center;
}

.box-content .prices{
    display: flex;
    flex-direction: column;
    align-items: end;
}

.box p{
    margin-bottom: 1.5rem;
}

.total{
    font-weight: 500;
    text-transform: uppercase;
}

.prices, .box-price{
    font-weight: 500;
}

.boxes-wrapper{
    /* flex: 0 0 50%; */
    color: white;
    background-color: #24ACC8;
    border-radius: 20px;
    width: calc(50% - 15px); 
}

.box-wrapper{
    justify-content: space-between;
    margin: 20px 0 50px 0;
}

.box{
    padding: 25px 30px 15px 30px;
}

.boxes-wrapper:not(:last-child) {
    margin-right: 30px;
}

.box-wrapper .gray{
    background-color: #E2E7ED;
    border-radius: 20px;
}

.box-wrapper .dark-blue{
    background-color: #009AB5;
    border-radius: 16px 16px 0 0;
}

.total-wrapper::before, .dark-blue .box-title:after {
    content: "";
    display: block;
    border-top: 1px solid #008AA2;
    border-bottom: 1px solid #22C1DD;
    margin: 20px 0;
}

.total-wrapper-dark{
    background-color: #00859F;
    border-radius: 0 0 20px 20px;
    font-size: 3.2rem;
}

.total-wrapper-dark-gray{
    background-color: #BDC7D3;
    border-radius: 0 0 20px 20px;
    font-size: 3.2rem;
}

.total-price-larger{
    justify-content: space-between;
}

.boxes-wrapper.dark{
    color: black;
    background-color: #E2E7ED;
}

.box-wrapper .dark-gray {
    background-color: #D2D8E0;
    border-radius: 16px 16px 0 0;
}

.gray hr{
    margin: 0 0 30px 0;
    height: 3px;
}

.total-wrapper-gray::before, .dark-gray .box-title:after {
    content: "";
    display: block;
    border-top: 1px solid #BCC6D1;
    border-bottom: 1px solid #F7F8FA;
    margin: 20px 0;
}

/* Instandhaltung */

.icons-wrapper-maintenance {
    padding: 46px 30px;
    background-color: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 40px;
}

.icon-header-maintenance{
    font-size: 3.4rem;
    flex: 0 1 auto;

}

.maintenance-icons .icon-data{
    margin-left: 10px;
    flex: 1;
}

.icon-header-maintenance .icon-holder-maintenance {
    border-radius: 50%;
    border: 3px solid #D8D8D8;
    padding: 10px;
    background-color: #FFFFFF;
    color: var(--color-blue);
    word-break: normal;
}

.icon-header-maintenance .icon-color {
    border-radius: 50%;
    border: 3px solid #D8D8D8;
    padding: 10px;
    background-color: #FFFFFF;
    color: var(--color-blue);
    word-break: normal;
}
.home-wrapper .mobileImg {
    display: none;
}

.maintenance-icons .flex{
    align-items: center;
}

.maintenance-icons:not(:last-child){
    margin-bottom: 55px;
}

.icon-data .icon-description p{
    margin-bottom: 0;
}

/* cookies*/

#cookies-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgb(17 134 153 / 90%);
    color: #fff;
    display: flex;
    padding: 20px 30px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    z-index: 1021;
    border-top: 1px solid rgb(255 255 255 / 46%);
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
}

#cookies-notice a {
    color: white;
    text-decoration: underline;
}

#cookies-notice a:hover {
    color: white;
    text-decoration: none;
}

#cookies-notice p {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

#cookie-notice-button {
    margin-left: 20px !important;
}

/* --------------------------- */
/* --RESPONSIVE MEDIA UPDATE-- */
/* --------------------------- */

.youtube-responsive-container {
    position: relative;
    padding-top: calc(9 / 16 * 100%);
    height: 0;
    overflow: hidden;
    margin-bottom: 1.3em;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp_custom_gallery_wrapper {
    margin-top: 30px !important;
}

#page-content .wp_gallery_advanced_thumbnails .wp_gallery_advanced_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    border-radius: 12px;
}
#page-content .wp_gallery_advanced_slider .wp_gallery_advanced_image {
    height: 100% !important;
    aspect-ratio: 1.760;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px;
}
#page-content .wp_gallery_advanced_slider .wp_gallery_advanced_gal_item {
    padding-top: 0;
}
.wp_gallery_advanced_slider_wrapper:not([data-columns="1"]) .wp_gallery_advanced_slider .wp_gallery_advanced_gal_item {
    padding: 0 7px;
}
.wp_gallery_advanced_caption {
    color: white;
    background-color: rgb(36 172 200 / 70%);
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: 0 0 12px 12px;
}

.wp_gallery_advanced_gal_item {
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
}

.wp_gallery_advanced_type-slider .wp_gallery_advanced_caption {
    padding: 15px 20px;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.wp_gallery_advanced_slider .slick-arrow {
    position: absolute;
    background-color: #e7e8e963;
    color: white;
    font-size: 3.1rem;
    padding: 20px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    transform: translate(0px, -50%);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
    border:1px solid #5b58586e;
}

.wp_gallery_advanced_slider .slick-arrow:hover {
    opacity: 1;
    color: var(--color-blue);
    background-color: white;
}

.wp_gallery_advanced_slider .slick-arrow.slide_prev {
    left: 30px;
}

.wp_gallery_advanced_slider .slick-arrow.slide_next {
    right: 30px;
}

.section_regular .wp_gallery_advanced_slider_wrapper {
    padding: 0 0px;
}

.section_regular>.container>.row_children_1>.col-xs-12>.post_content_block>.wp_gallery_advanced_slider_wrapper {
    padding: 0;
}

.wp_gallery_advanced_gal_item_thumb {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: calc(1 / 1 * 100%);
    border-radius: 20px;
}

.wp_gallery_advanced_thumbnails:not(.captions-enabled) .wp_gallery_advanced_gal_item_thumb {
    margin-bottom: 18px;
}

.wp_gallery_advanced_gal_item_thumb:before {
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(36 172 200 / 50%);
    z-index: 1;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    border-radius: 0 0 12px 12px;
}

.wp_gallery_advanced_gal_item_thumb:after {
    content: "\e93e";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 6rem;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.25s, transform .25s;
    -moz-transition: opacity 0.25s, transform .25s;
    -ms-transition: opacity 0.25s, transform .25s;
    -o-transition: opacity 0.25s, transform .25s;
    transition: opacity 0.25s, transform .25s;
    transform: translate(-50%, -50%) scale(0.60);
    padding: 13px;
}

.wp_gallery_advanced_gal_item_thumb:hover:before,
.wp_gallery_advanced_gal_item_thumb:hover:after {
    opacity: 1;
}
.wp_gallery_advanced_gal_item_thumb:hover:after {
    transform: translate(-50%, -50%) scale(1);
}

.wp_gallery_advanced_thumbnails {
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}

.wp_gallery_advanced_single_thumb_wrapper {
    padding-right: 9px;
    padding-left: 9px;
    margin-bottom: 18px;
}


.wp_gallery_advanced_single_thumb_wrapper .wp_gallery_advanced_caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
}

.wp_gallery_advanced_gal_item {
    /* margin: 0 9px; */
}

.wp_gallery_advanced_slider .slick-list {
    /* margin: 0 -9px; */
}

/*
 * FORM STYLES
 *
 */

input,
textarea {
    border: 1px solid #D8E3F0;
    padding: 5px 15px;
    border-radius: 8px;
    width: 100%;
    background-color: white;
    color: #969696;
    font-weight: 300;
    font-family: var(--main-font);
}

input:focus,
textarea:focus {
    border-color: var(--color-blue);
}

textarea {
    resize: vertical;
    min-height: 210px;
}

textarea.error,
input.error,
select.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}

/*FORM ERROR*/

span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}

form em {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    font-style: normal;
    /*white-space: nowrap;*/
}

form em:before {
    content: "\e94f";
    font-family: 'icomoon' !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    color: red;
    font-size: 18px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
}

/* span.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 7px;
    right: 40px;
    background: #ededed;
    padding: 6px 10px;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #f90106;
    font-weight: 700;
    overflow: visible;
}

form em.hover-active {
    width: 90%;
    text-align: right;
} */

/* span.error.hover-active:after {
    content: "";
    display: inline-block;
    border: 6px solid #ededed;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 7px;
    right: -12px;
} */
header .newsletter-form em {
    top: -20px;
}

.newsletter-fixed-wrap .newsletter-form em {
    top: -12px;
    right: 10px;
}
.newsletter-form em {
    top: -18px;
    right: 10px;
}
.animaClassDownUp {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
    -webkit-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -moz-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -ms-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -o-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
}


.animaClassLeftRight {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(-25px,0,0);
    -moz-transform: translate3d(-25px,0,0);
    -ms-transform: translate3d(-25px,0,0);
    -o-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
    -webkit-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -moz-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -ms-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -o-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
}

.animaClassRightLeft {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(25px,0,0);
    -moz-transform: translate3d(25px,0,0);
    -ms-transform: translate3d(25px,0,0);
    -o-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
    -webkit-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -moz-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -ms-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -o-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
}

.animaClassUpDown {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    -o-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
    -webkit-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -moz-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -ms-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -o-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
}
.animaClassOpacity {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition: opacity 0.65s;
    -moz-transition: opacity 0.65s;
    -ms-transition: opacity 0.65s;
    -o-transition: opacity 0.65s;
    transition: opacity 0.65s;
}
.animaClassActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -moz-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -ms-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    -o-transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
    transition: transform 0.45s, opacity 0.65s, visibility 0.65s;
}

#l-notify {
    position: fixed;
    bottom: 0;
    z-index: 1100;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: var(--color-blue);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    -moz-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    border-top: 1px solid #dae0e3;
    padding: 25px 15px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.3em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    -moz-transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    -ms-transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    -o-transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
}

#l-notify.l-error {
    border-top: 1px solid white;
    background-color: red;
}

#l-notify.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*
 * General
 */

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.noclick {
    pointer-events: none;
}

p:empty {
    display: none;
}

#page-content img {
    max-width: 100%;
    height: auto;
}

/*
 * Youtube video
 */

.ytv_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.ytv_action_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ytv_play {
    position: relative;
    color: #fff;
    cursor: pointer;
    background: rgba(45, 108, 153, 0.4);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: all 0.2s ease-in-out;
}

.ytv_play:after {
    content: "\e934";
    font-family: "Icomoon";
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0.3s;
}

.ytv_play:before {
    content: "";
    border: 1px solid white;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    border-radius: 50%;
}

.ytv_play:hover {
    background: rgba(45, 108, 153, 0.7);
}

.ytv_play:hover:after {
    color: white;
    font-size: 3rem;
}

.ytv_play:hover:before {
    width: 100%;
    height: 100%;
}

.icon-holder {
    width: 35px;
    height: 35px;
    color: var(--color-red);
    position: relative;
    cursor: pointer;
    font-size: 3.5rem;
    transition: color 0.25s ease-in-out;
    display: block;
    margin-left: 20px;
    z-index: 2001;
}

.toggle-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out,
        transform 0.25s ease-in-out, color 0.25s ease-in-out;
    will-change: transform;
}

.toggle-icon-close {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
}

body.mm-active #burger .toggle-icon-default {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
}

body.mm-active #burger .toggle-icon-close {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    color: black;
}

.custom-col-20,
.custom-col-60 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .header-logo img {
        width: 330px;
        height: 100px;
    }
    body.mini .header-logo img {
        height: 75px;
    }
    
    .wp_gallery_advanced_slider .slick-arrow.slide_prev {
        top: 50% !important;
    }
    .wp_gallery_advanced_slider .slick-arrow.slide_next {
        top: 50% !important;
    }
}

/*
 *
 * Badge Icon
 *
 */
 .badge-icon-wrap {
    position: relative;
    width: 170px;
    height: 170px;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.badge-icon {
    width: 126px;
    height: 126px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(174, 181, 190, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.badge-icon img {
    position: absolute;
    left: -41px;
    top: 85px;
    z-index: 1;
}
.badge-icon span {
    font-size: 2rem;
    line-height: 2.6rem;
    font-family: 'Ubuntu';
    font-weight: 300;
    padding: 0 7px;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background-color: #24ACC8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
html[lang="it"] .badge-icon span {
    font-size: 2.3rem;
}
.badge-icon .border-element {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(100, 101, 105, 0.4);
    border-radius: 50%;
    -webkit-transition: opacity 0.3s, width 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, width 0.3s, height 0.3s;
    -ms-transition: opacity 0.3s, width 0.3s, height 0.3s;
    -o-transition: opacity 0.3s, width 0.3s, height 0.3s;
    transition: opacity 0.3s, width 0.3s, height 0.3s;
}

.badge-icon:is(:hover,:focus) .border-element {
    opacity: 0;
    width: 170px;
    height: 170px;
}
.badge-icon:is(:hover,:focus) {
    width: 170px;
    height: 170px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(174, 213, 221, .4);
}
.badge-icon:is(:hover,:focus) span {
    background-color: #1593AD;
    opacity: .9;
}
.badge-icon-wrap.fixed-position {
    position: fixed;
    left: 60px;
    bottom: 85px;
}
#close-badge {
    font-family: 'icomoon' !important;
    display: block;
    position: absolute;
    top: 15px;
    right: 6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(100, 101, 105, 0.7);
    color: rgba(100, 101, 105, 1);
    font-size: 1.1rem;
    text-align: center;
    line-height: 2.6rem;
    cursor: pointer;
    z-index: 10;
    /* background-image: url(images/close_badge.svg); */
    /* background-color: #FFFFFF; */
}
#close-badge::before {
    content: '\e952';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    background-color: #FFFFFF;

}
/* #close-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
} */
.single-image-content {
    position: relative;
    padding-top: var(--spacing-regular);
    padding-bottom: var(--spacing-regular);
}
.single-image-content.remove-padding-top {
    padding-top: 0;
}
/* .single-image-content.remove-padding-bottom {
    padding-bottom: 0;
} */
.single-image-content .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-image-content .background-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--image-content-bg) center/cover no-repeat;
}

.single-image-content .image-content-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
}
.image-content-wrapper .section-content {
    width: 100%;
}
.image-content-wrapper .section-content .image-content-img {
    box-shadow: 0px 6px 20px #00000019;
}
.content-slider-image img {
    width: 100%;
    aspect-ratio: 1.505;
    object-fit: cover;
    object-position: center;
}
.content-slider-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.content-slider {
    position: relative;
}

.content-slider-wrapper {
    position: relative;
}

.content-slider-wrapper:not([data-gallery-size="1"]) .progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #D3D3D3;
}

.content-slider-wrapper:not([data-gallery-size="1"]) .progress-bar-container .progress-bar {
    width: 0;
    height: 100%;
    background-color: var(--color-blue);
    animation: none; 
}

.content-slider-wrapper:not([data-gallery-size="1"]) .progress-bar-container .progress-bar.progress-animation {
    animation: progressAnimation var(--slider-duration) linear forwards;
}

@keyframes progressAnimation {
    0% { 
        width: 0; 
    }
    100% { 
        width: 100%; 
    }
}
/*
 *
 * MEDIA QUERY
 *
 */

/* LARGE SCREENS */

@media (min-width: 768px) {
    .full-report-mobile-only {
        display: none;
    }
    
}

@media (min-width: 1401px) {
    body.mini header {
        height: 80px;
    }
    body.mini #header-menu .menu-item-has-children .sub-menu {
        top: 58px;
    }
    body.mini #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) a::before {
        top: 20px;
    }
    body.mini #header-menu .menu-item:not(.current-menu-item, .current_page_parent, .current_menu_item_parent):hover a::before {
        top: 50px;
    }
    #header-menu .menu-item-has-children .sub-menu:hover {
        opacity: 0.97;
        visibility: visible;
    }
    #header-menu .menu-item-has-children .sub-menu li a:hover {
        padding-bottom: 0;
        border-bottom: none;
    }
    #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) a, 
    #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) .sub-menu li a:hover {
        color: var(--color-blue);
    }
    #header-menu .menu-item-has-children .sub-menu {
        position: absolute;
        visibility: hidden;
        top: 79px;
        left: 0;
        width: 430px;
        padding: 15px 20px;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0px 10px 20px #00000029;
        border-radius: 6px;
        opacity: 0;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    #header-menu .menu-item-has-children .sub-menu li {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin-right: 0;
        border-bottom: 1px solid #BBC8DB;
        border-top: 1px solid #f5f5f5;
        width: 100%;
    }


    
}

@media (max-width: 1250px) {
    .arrow {
        padding: 10px;
    }
}

@media (min-width: 2000px){
    /* .bg-img{
        max-width: fit-content;
    } */

    .home-wrapper{
        background-size: cover;
    }
}
@media (max-width: 1710px) {
    #shop_slider .slide-next,
    .news-wrapper .slide-next {
        right: -120px;
    }
    #shop_slider .slide-prev,
    .news-wrapper .slide-prev {
        left: -120px;
    }
    #flexible-content .repair-process-slider-container .slide-next {
        right: -100px;
    }
    #flexible-content .repair-process-slider-container .slide-prev {
        left: -96px;
    }
}

@media (max-width: 1670px) {
    .home-wrapper .container{
        padding: 0px 15px;
    }
    
    .home-wrapper {
        margin: 0;
        border-radius: 0;
    }

    .home-wrapper-slider {
        margin: 0;
    }

    #home-slider .slide img  {
        border-radius: 0;
    }

    .home-wrapper-slider .slide .container {
        padding: 0px 15px;
    }

}
@media (max-width: 1480px) {
    #home-slider .slide img,
    .home-wrapper img {
        min-height: 820px;
    }
}

@media (min-width: 1401px) {
    .icon-holder {
        display: none;
    }

    #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) a::before {
        color: var(--color-blue);
        padding-bottom: 30px;
        border-bottom: 5px solid var(--color-blue);
    }
    
    #header-menu > .menu-item > a {
        padding-top: 10px;
    }
    
    #header-menu > .menu-item > a::before {
        content: "";
        position: absolute;
        top: 35px;
        left: 0;
        width: 100%;
        height: auto;
        border-bottom: 5px solid var(--color-blue);
        opacity: 0;
        transition: top .25s;
    }
    #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) a::before {
        top: 31px;
        opacity: 1;
        z-index: 100;
    }
    #header-menu .menu-item:not(.current-menu-item, .current_page_parent, .current_menu_item_parent):hover a::before {
        top: 61px;
        opacity: 1;
        z-index: 100;
    }
}

@media(max-width:920px){
    #header-upper #main-nav-wrapper {
        width: 60%;
    }
}

@media(max-width:1400px){

    body {
        font-size: 2.1rem;
        line-height: 3rem;
    }

    hr {
        margin: 65px auto;
    }

    h1,
    .h1 {
        font-size: 5.2rem;
    }
    
    h2,
    .h2 {
        font-size: 4.5rem;
    }

    h3,
    .h3 {
        font-size: 4rem;
    }

    h4,
    .h4 {
        font-size: 3rem;
    }

    h5,
    .h5 {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .ts-62 {
        font-size: 5.2rem;
        line-height: 5rem;
    }
    
    .ts-52 {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
    
    .ts-48{
        font-size: 4.4rem;
        line-height: 4.5rem;
    }
    
    .ts-42 {
        font-size: 4rem;
        line-height: 4rem;
    }
    
    .ts-32 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    
    .ts-28 {
        font-size: 2.4rem;
        line-height: 3.3rem;
    }
    
    .ts-26 {
        font-size: 2.3rem;
        line-height: 3.3rem;
    }

    #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) a {
        padding-bottom: 15px;
        border-bottom: 2px solid var(--color-blue);
    }
    
    #header-menu .menu-item a:hover {
        padding-bottom: 15px;
        border-bottom: 2px solid var(--color-blue);
    }
    
    #header-action-menu {
        flex: 1;
        margin-right: 15px;
    }
    .header-logo {
        margin-left: 10px;
    }
    .home-wrapper{
        background-position: top right;
    }

    #main-nav-wrapper{ 
        background: rgba(255, 255, 255, 0.85);        
        color: white;
        position: fixed;
        width: 50%;
        height: calc(100svh - 115px);
        right: 0;
        top: 115px;
        z-index: 2000;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out,
            transform 0.25s ease-in-out;
        overflow: auto;
    }

    body:is(.mm-active) #main-nav-wrapper {
        visibility: visible;
        opacity: 0.97;
    }
    #main-menu {
        padding: 10px 20px 0 10px;
    }
    #header-menu{
        flex-direction: column;
        align-items: flex-start;
        margin: 0; 
        height: 100%;
    }
    #header-menu li {
        position: relative;
        width: 100%;
        text-align: left;
        margin-right: 0;
    }
    #header-menu > li {
        border-bottom: 1px solid #BBC8DB;
        border-top: 1px solid #f5f5f5;
    }
    #header-menu > li:first-child {
        border-top: none;
    }
    #header-menu > .menu-item > a {
        padding-bottom: 0;
    }
    #header-menu li a{
        font-size: 4rem;
        line-height: 8rem;
        color:var(--color-main);
    }

    #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) a {
        border-bottom: none;
        padding-bottom: 0;
        color: var(--color-blue);

    }
    #header-menu .menu-item a:hover,
    #header-menu .menu-item a:hover + .submenu-opener,
    #header-menu .menu-item .submenu-opener:hover {
        color: var(--color-blue);
    }

    #header-menu .menu-item.active a {
        color: var(--color-blue);
    }


    #header-menu .menu-item a:hover {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .newsletter-wrapper{
        left: 30px;
    }

    .footer-menu {
        padding: 20px 0;
    }

    /* .bg-img{
        height: 80vh;
        width: 100%;
        object-fit: cover;
    } */

    .home-content h5 {
        line-height: 3.4rem;
        margin-bottom: 20px;
    }
    
    .button{
        max-width: fit-content;
        padding: 9px 53px;
    }

    .home-title h1 {
        margin-bottom: 20px;
    }

    ul, ol, p {
        margin-bottom: 3rem;
    }

    .newsletter-fixed-wrap {
        bottom: -95px;
    }

    #shop_slider .slide .slide_description {
        margin-right: 0px;
    }

    .single .news-single {
        font-size: 2.6rem;
        margin-bottom: 40px;
    }

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

    .icon-wrapper-single:nth-child(even) {
        margin-left: 0px;
    }

    .certificate{
        flex: 0 0 48%;
        margin-bottom: 40px;
    }

    .data-name {
        font-size: 3.5rem;
    }

    .data-position {
        margin-bottom: 0.6rem;
    }

    /* .data-position + .data-email {
        margin-top: 21px;
    } */

    #join-us-wrapper {
        display: none;
    }
    
    .mobile-add .shop-name {
        font-size: 3rem;
    }

}

@media (max-width: 1400px) {
    #header-menu .sub-menu {
        display: none;
        text-align: left;
    }
    .submenu-opener {
        display: block;
        position: absolute;
        top: 0;
        right: -29px;      
        color: #000000;
        font-size: 22px;
        will-change: transform;
        transition: color 0.25s ease-in-out, transform .25s ease-in-out;
        margin-left: 0;
        padding: 29px;
    }

    #header-menu .submenu-opener:hover {
        cursor: pointer;
    }
    #header-menu .submenu-opener.active {
        color: var(--color-blue);
        transform: rotate(180deg);

    }
    .submenu-opener.active .sub-menu {
        display: block;
    }
    #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) .sub-menu li a {
        color: var(--color-blue);
    }
    #header-menu .menu-item .sub-menu li a {
        font-size: 3rem;
        line-height: 6rem;
    }
   #header-menu .menu-item-has-children .sub-menu .menu-item:not(.current-menu-item) a {
        color: #000000;
   }
   #header-menu .menu-item .sub-menu .menu-item a:hover {
    color: var(--color-blue);
   }
   #header-menu .menu-item-has-children .sub-menu li {
    padding: 0 !important;
   }
   #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) .submenu-opener {
    color: var(--color-blue);
   }
   .arrow {
        padding: 15px;
   }
   #header-menu .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 27px;
   }
   
}

@media (max-width: 1200px) {

    :root {
        --spacing-regular: 7rem;
    }

    .newsletter-wrapper{
        width: min(575px, 100%);
    }
    
    blockquote {
        padding: 0 55px;
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .home-content {
        width: 100%;
    }
    .content-wrapper {
        justify-content: center;
        width: 100%;
    }
    .arrow {
        display: none;
    }

    .newsletter-content {
        font-size: 2rem;
    }

    #news-subscribe, #news-email {
        font-size: 1.8rem;
    }

    .footer-first-section #news-email {
        font-size: 2rem;
    }

    .footer-first-section #news-subscribe {
        font-size: 2rem;
    }

    footer .footer-title {
        font-size: 2.4rem;
        margin-bottom: 5px;
    }

    .footer-menu-wrapper {
        font-size: 1.8rem;
    }

    .single .single-wrapper{
        padding-bottom: 40px;
    }

    .news-wrapper .news-date {
        font-size: 2rem;
        margin-top: 20px;
    }

    .news-wrapper .news-title {
        margin-bottom: 15px;
    }

    .news-wrapper .slick-dots {
        padding-top: 65px !important;
    }

    .youtube-container {
        margin-bottom: 5rem;
    }
    .wp_gallery_advanced_slider .slick-arrow {
        font-size: 2.1rem;
        padding: 10px;
    }

}

@media (max-width: 1023px) {

    .certified  {
        padding: 10px 0 0 0;
    }

    .footer-menu-wrapper .bottom-menu, .certified {
        flex: 0 0 100%;
    }

    .footer-menu .bottom-list{
        justify-content: center;
    }

    .certified {
        justify-content: center;
        gap: 15px;
    }

    /* .bg-img{
        object-fit: cover;
        object-position: right center;
    } */

    .home-content .button-two {
        margin-top: 10px;
    }

    
    .button{
        max-width:291px;
        padding: 9px 0;
    }

    #shop_slider .slide.middle {
        border-left-color: transparent;
        border-right-color: transparent;
    }

    .single .news-single {
        font-size: 2.4rem;
    }

    .single .news-date {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .single .news-holder-wrapper {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .single .news-holder-wrapper:not(:first-child) {
        margin-top: 65px;
    }

    .contact-info-wrapper{
        flex-wrap: wrap;
        padding-top: 0px;
    }

    ul, ol, p {
        margin-bottom: 2rem;
    }

    .contact-page-info{
        flex: 0 0 100%;
        padding-bottom: 20px;
    }

    .contact-page-map{
        flex:  0 0 100%;
    }

    .mail-icon {
        z-index: 0;
    }

    .contact-grid-wrapper, .textarea-layer {
        flex: 0 0 100%;
    }

    .textarea-layer textarea {
        margin-left: 0px;
        margin-top: 7.5px;
    }

    .aeh_title {
        font-size: 3rem;
    }

    .ae_content_container {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }

    .box {
        padding: 20px 15px 5px 15px;
    }

    .total-wrapper-dark-gray, .total-wrapper-dark {
        font-size: 2.5rem;
    }

    #cookie-notice-button {
        margin-top: 10px !important;
        margin-left: 0 !important;
        font-size: 1.8rem;
    }

    #cookies-notice {
        flex-wrap: wrap;
        justify-content: unset;
        padding: 20px 15px;
    }

    #shop_slider .slide.border-right {
        border: 0;
    }
    .partners-container {
        gap: 90px;
    }
    .partners-container .partner-wrapper {
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    .data-name {
        margin: 1px 0 4px 0;
    }
    .single-image-content:not(:last-child) {
        padding-bottom: 30px;
    }
    .single-image-content .image-content-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 868px) {
    .home-wrapper {
        min-height: 420px;
    }
}


@media (max-width: 767px) {

    body {
        font-size: 2rem;
        line-height: 2.7rem;
    }

    :root {
        --spacing-regular: 5rem;
    }

    #page-content {
        padding-top: 60px;
    }

    ul, ol, p{
        font-size: 2rem;
        line-height: 2.8rem;
    }

    h1,
    .h1 {
        font-size: 4.2rem;
        line-height: 4.8rem;
    }

    h2,
    .h2 {
        font-size: 3.5rem;
    }

    h3,
    .h3 {
        font-size: 4rem;
    }

    h4,
    .h4 {
        font-size: 2.8rem;
    }
    
    h5,
    .h5 {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .mt-10 {
        margin-top: 5px;
    }
    .mt-15 {
        margin-top: 10px;
    }
    .mt-20 {
        margin-top: 15px;
    }
    
    .ts-62 {
        font-size: 4.2rem;
        line-height: 4.2rem;
    }
    
    .ts-52 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    
    .ts-48{
        font-size: 3.4rem;
        line-height: 4rem;
    }
    
    .ts-42 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
    
    .ts-32 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
    
    .ts-28 {
        font-size: 2rem;
        line-height: 2.7rem;
    }
    
    .ts-26 {
        font-size: 2rem;
        line-height: 2.7rem;
    }

    /* .single-image-content .container {
        padding-right: 0;
        padding-left: 0;
    }

    #flexible-content > .center_text > .row > .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    #flexible-content .row {
        margin-right: 0;
        margin-left: 0;
    }
    #flexible-content > .center_text .row {
        margin-left: 0;
        margin-right: 0;
    } */

    .wp_custom_gallery_wrapper{
        margin-top:15px !important;
    }

    blockquote {
        padding: 0 10px;
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

    header{
        height: 60px;
    }

    #header-upper #main-nav-wrapper{ 
        width: 100%;
        height: calc(100svh - 52px);
        top: 52px;
        padding-block: 0;
    }

    #burger{
        margin-left: 0px;
    }

    .toggle-icons {
        left: 100%;
        transform: translate(-100%, -50%);
    }
    
    body.mm-active #burger .toggle-icon-default {
        transform: translate(-100%, -50%) scale(0);
    }
    
    body.mm-active #burger .toggle-icon-close {
        transform: translate(-100%, -50%) scale(1);
    }

    .shop-mobile , .v-l , .switcher-mobile{
        display: none;
    }

    .mobile-add{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 21px 15px;
        background-color: rgba(28, 35, 52, 70%);
    }

    .mobile-add #shop {
        display: flex;
        align-items: end;
        gap: 15px;
    }
    .mobile-add span {
        color: #FFFFFF;
    }

    .header-logo img {
        height: 60px;
        width: auto;
    }

    #header-menu {
        padding-right: 0;
        text-align: left;
    }

    .content-wrapper .button {
        display: block;
    }

    .icon-gray, .icon-gray-web {
        font-size: 3.5rem;
    }
    #home-slider .slide img,
    .home-wrapper img {
        min-height: 650px;
    }

    .newsletter-wrapper{
        display: none;
    }

    .footer-second-section .icon {
        font-size: 40px;
    }

    footer .footer-title {
        font-size: 2.2rem;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    footer .footer-upper {
        margin: 75px 0;
    }

    .footer-first-section #news-email {
        padding: 12px 12px;
        font-size: 2rem;
    }

    .footer-first-section #news-subscribe {
        padding: 9px 35px;
    }

    .footer-first-section .footer-newsletter{
        flex: 0 0 100%;
        margin-bottom: 5px;
    }

    .footer-first-section .email-icon {
        margin-bottom: 15px;
    }

    .footer-second-section .footer-column{
        flex: 0 0 100%;
    }

    .footer-second-section .footer-column:not(:last-child){
        flex: 0 0 100%;
        margin-bottom: 55px;
    }

    .footer-second-section .footer-column:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    hr {
        margin: 55px auto;
    }

    #shop_slider .slick-dots ,
    .news-wrapper .slick-dots{
        padding-top: 4rem !important;
    }

    .news-wrapper .slick-slide:first-child > div {
        padding-right: 0px;
    }
    
    .news-wrapper .slick-slide:nth-child(2) > div {
        padding-left: 0px;
    }

    #shop_slider .slick-slide>div {
        padding-right: 0; 
    }

    #shop_slider .slide.middle {
        padding: 0 5px;
    }

    #shop_slider_wrapper {
        margin: 0;
    }

    .home-content a.button:not(:last-child) {
        margin-bottom: 15px;
    }

    .single .news-single {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .single .single-wrapper{
        padding-bottom: 25px;
    }

    .single .news-holder-wrapper {
        margin-top: 15px;
    }

    .news-wrapper .slick-slide:nth-child(odd) > div  {
        padding-right: 0px;
    }
    
    .news-wrapper .slick-slide:nth-child(even) > div  {
        padding-left: 0px;
    }

    .icon-header {
        font-size: 100px;
    }

    .icon-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .icon-description {
        font-size: 2.2rem;
    }

    .certificate{
        flex: 0 0 100%;
        margin-bottom: 35px;
    }

    .certificate:last-child{
        margin-bottom: 0;
    }

    .certificate-link{
        display: flex;
        justify-content: center;
    }

    .send-info .contact-req-text {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .send-info {
        margin-top: 20px;
    }

    .aeh_title {
        font-size: 2.8rem;
    }

    .ae_content_container {
        font-size: 2rem;
        line-height: 3rem;
    }

    .box-wrapper{
        flex-wrap: wrap;
    }

    .boxes-wrapper:not(:last-child) {
        margin-right: 0;
    }

    .boxes-wrapper{
        margin-bottom: 20px;
        width: 100%;
    }

    .news-excerpt{
        font-size: 1.9rem;
        line-height: 2.8rem;
    }

    .news-wrapper .news-title {
        margin-bottom: 5px;
    }
    .news-wrapper .news-date {
        margin-top: 10px;
    }

    .youtube-container {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .footer-newsletter div{
        margin-bottom: 5px;
    }

    .footer-first-section .news-heading {
        font-size: 3.8rem;
    }

    .footer-first-section .news-icon {
        font-size: 30px;
    }

    .newsletter-fixed-wrap {
        bottom: -87px;
    }

    .wp_gallery_advanced_slider .slick-arrow {
        opacity: 1;

    }

    .wp_gallery_advanced_slider .slick-arrow.slide_next {
        right: 10px;
        top: 50% !important;
    }

    .wp_gallery_advanced_slider .slick-arrow.slide_prev {
        left: 10px;
        top: 50% !important;
    }

    .maintenance-icons .icon-data {
        margin-left: 20px;
    }

    .icons-wrapper-maintenance {
        padding: 30px 15px;
        margin-bottom: 15px;
    }

    .aeh_title {
        font-size: 2.5rem;
    }

    .ae_content_container {
        font-size: 2rem;
        line-height: 3rem;
    }

    .home-wrapper img {
        width: 100%;
    }

    .home-wrapper .mobileImg {
        display: block;
    }

    .desktopImg:has(+ .mobileImg) {
        display: none;
    }
    .desktopImg {
        min-height: 480px;
    }
    .wp_gallery_advanced_gal_item_thumb:before,
    .wp_gallery_advanced_gal_item_thumb:after {
        opacity: 1;
    }

    .wp_gallery_advanced_gal_item_thumb:after {
        transform: translate(-50%, -50%) scale(1);
    }

    .wp_gallery_advanced_gal_item_thumb:before {
        background-color: rgb(36 172 200 / 25%);
    }

    #shop_slider .slide {
        padding: 0 5px;
    }

    #flexible-content>.section:is(.section-full.remove-padding-left) {
        padding-left: 15px;
        padding-right: 15px;
    }
    #flexible-content>.section:is(.section-full.remove-padding-right) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .border-img {
        height: 215px !important;
        width: 215px;
    }

    .partners-container .image-gallery .contact-gallery::before {
        opacity: 1;
    }
    .partners-container .image-gallery .contact-gallery::after {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    .contact-page-form {
        padding-bottom: 50px;
    }
    .img-hover-effect:before {
        opacity: 1;
    }
    .img-hover-effect::after {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    .repair-process-slider-container.slick-dotted.slick-slider {
        margin: 0 -11px 55px -11px;
    }
    #flexible-content .repair-process-slider-container .slick-dots {
        bottom: -63px;
    }
    .image-content-wrapper .section-content .image-content-img {
        width: 100%;
    }
}

@media (max-width: 600px) {

    ul, ol, p {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    h1, .h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .home-content h5 {
        line-height: 2.8rem;
        margin-bottom: 15px;
    }

    .home-title h1 {
        margin-bottom: 15px;
    }

    #shop_slider .slick-list {
        margin: 0;
    }

    #shop_slider{
        padding: 0;
    }

    .single .news-date {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        font-size: 1.8rem;
    }

    .icon-description {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .send-info .send-wrapper {
        flex: 0 0 100%;
        justify-content: end;
        margin-top: 10px;
    }

    .send-info .contact-req-text {
        font-size: 1.8rem;
        line-height: 2.5rem;
        flex: 0 0 100%;
    }

    .input-field, textarea {
        font-size: 1.8rem;
    }

    .aeh_title {
        font-size: 2.1rem;
    }
    
    .aeh_collapse {
        font-size: 20px;
    }

    .christmas-form-container .form-data .contact-grid-wrapper {
        flex-direction: column;
    }

    #after-submit-content {
        margin-top: 40px;
    }

    .christmas-content {
        padding-top: 120px;
    }

    /* #shop_slider .slide.border-right {
        border: 0;
    } */
}

@media (max-width: 570px) {
    .locations-map-container .static-map-img {
        min-height: 400px;
        object-fit: cover;
    }

    .send-info .send-wrapper button {
        display: block;
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 500px) {

    #subscribe-form {
        flex-wrap: wrap;
    }

    /* #news-subscribe{
        position: relative;
        color: var(--color-blue);
        background-color: white;
        width: 100%;
        margin-top: 5px;
        right: 0;
    } */

    .footer-first-section #news-subscribe {
        padding: 9px 40px;
    }

    .newsletter-fixed-wrap {
        bottom: -91px;
    }

    .partner-wrapper .image-gallery .contact-gallery {
        flex: 1 0 100%;
    }
}

@media (max-width: 420px) {

    body {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    :root {
        --spacing-regular: 3.5rem;
    }

    h1,
    .h1 {
        font-size: 3.8rem;
        line-height: 3.7rem;
    }

    h2,
    .h2 {
        font-size: 3rem;
        line-height: 3.2rem;
    }

    h3,
    .h3 {
        font-size: 3rem;
        line-height: 3.2rem;
    }

    h4,
    .h4 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    
    h5,
    .h5 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    
    .ts-62 {
        font-size: 3.8rem;
        line-height: 3.7rem;
    }
    
    .ts-52 {
        font-size: 3rem;
        line-height: 3.2rem;
    }
    
    .ts-48{
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
    
    .ts-42 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
    
    .ts-32 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    
    .ts-28 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    
    .ts-26 {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    #header-menu li a {
        font-size: 3rem;
        line-height: 5rem;
    }

    #header-menu .menu-item-has-children .sub-menu li:last-child {
        margin-bottom: 15px;
    }

    hr {
        margin: 30px auto;
    }

    /* .ls-language, .shop-name{
        font-size: 2.4rem;
    } */

    /* .icon-gray{
        font-size: 24px;
    } */

    .footer-first-section #news-email {
        padding: 8px 12px;
        font-size: 1.8rem;
    }

    .footer-first-section #news-subscribe {
        padding: 7px 30px;
    }
    #news-subscribe {
        margin-right: 2px;
    }
    .newsletter-fixed-wrap .newsletter-form em {
        top: -12px;
    }
    .newsletter-form em {
        top: -22px;
    }
    .arrow{
        display: none;
    }
    
    .mobile-add{
        padding-top: 10px;
    }

    #shop_slider .slick-dots, .news-wrapper .slick-dots {
        padding-top: 25px !important;
    }

    #tinymce ul li, #flexible-content ul li {
        padding: 12px 0 0px 26px;
    }

    #flexible-content ul li:is(.logo-icon), .mce-content-body ul li:is(.logo-icon) {
        padding: 12px 0 0px 45px !important;
    }

    .newsletter-fixed-wrap {
        bottom: -81px;
    }

    #tinymce ul li:before, #flexible-content ul li:before {
        top: 14px;
    }

    #flexible-content ul li:is(.logo-icon):before, .mce-content-body ul li:is(.logo-icon):before {
        font-size: 3rem !important;
        top: 19px;
    }

    .icon-description {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .icon-title {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .icon-header {
        font-size: 70px;
    }

    .icon-wrapper-single>div{
        align-items: center;
    }

    .icon-wrapper-single hr {
        margin: 25px auto;
    }

    .submenu-opener {
        font-size: 18px;
    }
    #header-menu .menu-item .sub-menu li a {
        font-size: 2rem;
        line-height: 5rem;
    }
    #header-menu .menu-item:is(.current-menu-item, .current_page_parent, .current_menu_item_parent) .sub-menu li a {
        font-size: 2.5rem;
    }

    .mobile-add .shop-name {
        font-size: 2.5rem;
    }

    .envelope-data .data-position {
        margin-bottom: 0.2rem;
    }
    .envelope-data .data-position + .data-email {
        margin-top: 23px;
    }

    .certified {
        gap: 5px;
    }

    .home-wrapper {
        min-height: 600px;
    }
    #main-menu {
       padding: 0 15px;
    }
    .submenu-opener {
        right: -11px;
        padding: 16px;
    }
    /* #header-action-menu {
        margin-right: 8px;
    } */
    .wp_gallery_advanced_slider .slick-arrow {
        font-size: 1.8rem;
        padding: 8px;
    }
    .image-content-wrapper h3 {
        margin-bottom: 15px;
    }
}

@media (max-width: 460px) {
    #home-slider .slide img,
    .home-wrapper img {
        min-height: 700px;
    }
    img:is(.img-shadow) {
        box-shadow: 15px 25px 0 0 #E9EFF5 ;
        margin-right: 15px;
    }
    .border-img {
        width: 150px;
        height: 150px !important;
    }

    .data-name {
        margin: 0;
    }

    .envelope-data-wrapper::before {
        font-size: 320px;
    }

    .envelope-data {
        top: 55px;
    }

    .data-position {
        margin-bottom: -0.2rem;
        font-size: 21px;
    }

    .data-email,
    .data-phone {
        font-size: 1.8rem;
        line-height: 22px;
    }
    .data-position + .data-email {
        margin-top: 22px;
    }
    .content-table .ct-row {
        gap: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1400px)  {
    .newsletter-form {
        padding-left: 30px;
    }
}

@media (max-width: 360px) {

}
@media (max-width: 380px) {
    #home-slider .slide img,
    .home-wrapper img {
        min-height: 800px;
    }
    .newsletter-fixed-wrap {
        width: auto;
        right: 2px;
    }
    #news-email {
        margin-right: 0;
    }
    #news-email::placeholder {
        text-align: center;
    }
    #news-subscribe {
        position: relative;
        right: unset;
        width: 100%;
        margin-right: 0;
        border: 1px solid #fff;
    }
    #subscribe-form {
        gap: 15px;
    }
    .newsletter-fixed-wrap .newsletter-form #news-subscribe {
        text-align: center;
    }

    #after-submit-content {
        margin-top: 20px;
    }

    .christmas-content {
        padding-top: 100px;
    }
}

@media (min-width: 1024px) {
    .border-img {
        height: 215px !important;
        width: 215px;
    }
    .image-content-wrapper.image-left .section-content.left {
        order: 1;
    }
    .image-content-wrapper.image-left .section-content.right {
        order: 2;
    }
    .image-content-wrapper.image-right .section-content.left {
        order: 2;
    }
    .image-content-wrapper.image-right .section-content.right {
        order: 1;
    }
    .single-image-content.remove-padding-bottom {
        padding-bottom: 0;
    }
    .custom-col-20 {
        width: 19%;
    }

    .custom-col-60 {
        width: 61%;
    }
}

