/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Utils */
.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.px-6 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

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

.mt-80 {
    margin-top: 80px !important;
}

.template-page .entry-content-wrapper h1 {
    text-transform: none !important;
}

.white-highlighted-title {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.highlighted-title, .highlighted-underline-title {
    color: #9ece00;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.highlighted-underline-title::after {
    content: "";
    position: absolute;
    left: 65%;
    top: 100%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 0.6em;
    background: url("/wp-content/uploads/2025/06/highlighted-title.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.custom-header-default p .highlighted-underline-title::after {
    top: 140% !important;
}

.home-header-title .highlighted-underline-title::after {
    background: url("/wp-content/uploads/2025/06/white-underline.png") no-repeat center !important;
}

.custom-header-default p {
    font-size: 36px !important;
    color: #3e509d !important;
    letter-spacing: 1px;
    font-weight: 500 !important;
}

.filled-button a {
    background-color: #9ece00 !important;
    border: 1px solid #9ece00 !important;
    color: #ffffff !important;
    border-radius: 24px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 24px !important;
}

.filled-button a:hover {
    background-color: #ffffff !important;
    border: 1px solid #9ece00 !important;
    color: #9ece00 !important;
}

.empty-button a {
    background-color: #ffffff !important;
    color: #3e509d !important;
    border: 2px solid #9ece00 !important;
    border-bottom: 2px solid #9ece00 !important;
    border-radius: 24px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 24px !important;
    text-decoration: none !important;
}

.empty-button a:hover {
    background-color: #3e509d !important;
    border-color: #3e509d !important;
    color: #ffffff !important;
}

body {
    font-family: "Roboto", serif !important;
    -webkit-font-smoothing: antialiased;
}

/* Header */
#header_meta {
    background-color: #9ece00 !important;
}

#header_meta > .container {
    min-height: 70px;
    display: flex;
    align-items: center;
}

#header_meta .container .phone-info {
    width: 100%;
    font-size: 14px;
}

#header_meta .container .phone-info > div {
    display: flex;
    justify-content: space-between;
}

#header_meta .container .phone-info .contact-mail {
    display: flex;
    align-items: center;
    gap: 8px;
}

#header_meta .container .phone-info .contact-mail a:hover {
    color: #3e509d;
}

#header_meta .container .phone-info .contact-mail::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/wp-content/uploads/2025/06/email-top.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#header_meta .container .phone-info .contact-mail a {
    color: #ffffff;
    font-weight: normal;
}

#header_meta .container .phone-info .contact-phone::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/wp-content/uploads/2025/06/phone.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#header_meta .container .phone-info .contact-phone {
    color: #3e509d;
    background-color: #ffffff;
    border-radius: 24px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 16px;
}

#header_meta .container .phone-info .contact-phone:hover {
    background-color: #3e509d;
    color: #ffffff;
}

/* Home header */
#wrap_all:has(.home-header-slider) #header.av_header_transparency #header_main {
    height: 140px;
}

#wrap_all:has(.home-header-slider) #header_meta {
    border-bottom: unset;
}

#wrap_all:has(.home-header-slider) #header_main .av-logo-container img {
    filter: brightness(0) invert(1);
}

#wrap_all:has(.home-header-slider) #header:not(.av_header_transparency) #header_main .av-logo-container img {
    max-height: 52px !important;
    filter: unset;
}

/* Menu */
.main_menu #avia-menu .menu-item a {
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 1px;
}

#header_main {
    height: 80px;
    display: flex;
    align-items: center;
}

#wrap_all:has(.home-header-slider) .main_menu #avia-menu .menu-item a .avia-menu-text {
    color: #ffffff !important;
}

#wrap_all:has(.home-header-slider) .main_menu #avia-menu .menu-item a:hover .avia-menu-text,
#wrap_all:has(.home-header-slider) #header:not(.av_header_transparency) .main_menu #avia-menu .menu-item a:hover .avia-menu-text {
    color: #9ece00 !important;
}

#wrap_all:has(.home-header-slider) #header:not(.av_header_transparency) .main_menu #avia-menu .menu-item a .avia-menu-text {
    color: #3e509d !important;
}

.main_menu #avia-menu .menu-item a .avia-menu-fx {
    display: none !important;
}

/* Breadcrumb */
.title_container {
    margin-top: 20px;
    border-top: 4px solid black !important;
    opacity: 100%;
}

.title_container .breadcrumb {
    right: unset !important;
}

.title_container .breadcrumb .breadcrumb-trail {
    font-size: 14px;
}

.title_container .breadcrumb .breadcrumb-trail .breadcrumb-title {
    display: none;
}

.title_container .breadcrumb .breadcrumb-trail a {
    color: #4F5665;
}

.title_container .breadcrumb .breadcrumb-trail a:hover {
    color: #9ece00;
}

.title_container .breadcrumb .breadcrumb-trail .trail-end {
    color: #3e509d;
    font-weight: 700;
}

.title_container .breadcrumb .breadcrumb-trail .sep {
    width: 12px;
}

/* Home */
.home-header-slider .avia-slideshow-inner .avia-slideshow-slide img {
    background: linear-gradient(90deg, rgba(26, 40, 98, 1) 18%, rgba(53, 82, 200, 1) 100%);
}

.home-header-slider .avia-slideshow-arrows a {
    opacity: 100% !important;
    border-radius: 50%;
    width: 58px !important;
    height: 58px !important;
}

.home-header-slider .avia-slideshow-arrows a svg {
    display: none;
}

.home-header-slider .avia-slideshow-arrows .prev-slide {
    left: 19% !important;
}

.home-header-slider .avia-slideshow-arrows .next-slide {
    right: 19% !important;
}

.home-header-slider .avia-slideshow-arrows .prev-slide::after,
.home-header-slider .avia-slideshow-arrows .next-slide::after {
    position: relative;
    bottom: 34%;
}

.home-header-slider .avia-slideshow-arrows .prev-slide::after {
    content: url("/wp-content/uploads/2025/06/left-arrow.svg");
}

.home-header-slider .avia-slideshow-arrows .next-slide::after {
    content: url("/wp-content/uploads/2025/06/right-arrow.svg");
}

.home-header-title {
    color: #ffffff !important;
    margin-bottom: 100px;
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 140%;
}

.home-header-title .highlighted-underline-title {
    font-size: 64px !important;
    font-weight: 800 !important;
}

.home-feature {
    display: flex;
    align-items: center;
    background-color: #E8EDEF;
    border-radius: 10px;
    padding: 20px 38px;
}

.home-feature .av_textblock_section p {
    color: #3e509d;
    font-size: 16px;
    font-weight: 600;
}

.home-product .home-product-text {
    padding: 20px;
}

.home-product .home-product-text p {
    margin: 0;
    line-height: 150%;
}

.home-product .home-product-text {
    font-size: 15px;
}

.home-product .filled-button {
    margin-bottom: 40px !important;
}

.home-professional-section .av-special-heading::after {
    content: url("/wp-content/uploads/2025/06/green-arrow.png");
    position: absolute;
    right: -52%;
    top: -26%;
}

.home-professional-text strong {
    color: #3E509D;
}

.home-professional-text p {
    margin-bottom: 30px;
}

.services-section {
    display: flex;
    gap: 30px;
    padding: 20px 40px;
    background-color: rgb(232, 237, 239, 40%);
    border-radius: 10px;
}

.services-section .service {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.services-section .service span {
    color: #3E509D;
    font-size: 18px;
    line-height: 140%;
}

.services-section .service:not(:last-child) {
    border-right: 2px solid #3E509D;
    padding-right: 12px;
}

.av_textblock_section:has(.home-personalized-advice) {
    display: flex;
    justify-content: center;
}

.home-personalized-advice {
    width: 55%;
    letter-spacing: 1px;
    line-height: 250%;
    margin-top: 20px;
}

.home-personalized-advice p, .home-personalized-advice strong {
    color: #3E509D;
}

.advice-section .custom-header-default p::after {
    content: url("/wp-content/uploads/2025/06/flecha_asesoramiento.png");
    position: absolute;
    left: 7%;
    top: 10%;
}

/* Custom form */
.custom-form .row {
    display: flex;
    gap: 20px;
    margin-bottom: 0 !important;
}

.custom-form .row p {
    width: 100%;
    margin: 0;
}

.custom-form .row label {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.custom-form .row .wpcf7-form-control-wrap .wpcf7-list-item-label {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.custom-form .row .wpcf7-form-control-wrap .wpcf7-list-item-label a {
    color: #3E509D;
}

.custom-form .row .wpcf7-form-control-wrap input,
.custom-form .row .wpcf7-form-control-wrap select,
.custom-form .row .wpcf7-form-control-wrap textarea {
    border-radius: 10px !important;
    color: #58617A !important;
    border-color: transparent !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding: 14px !important;
    background-color: #ffffff !important;
}

.custom-form .row .wpcf7-form-control-wrap textarea {
    height: 120px !important;
    width: 100% !important;
}

.custom-form .row .wpcf7-form-control-wrap input::placeholder,
.custom-form .row .wpcf7-form-control-wrap select,
.custom-form .row .wpcf7-form-control-wrap textarea::placeholder {
    font-size: 16px !important;
}

.custom-form .row .wpcf7-form-control-wrap input::placeholder,
.custom-form .row .wpcf7-form-control-wrap textarea::placeholder {
    color: #58617A !important;
}

.custom-form .wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0 !important;
}

.custom-form p:has(.wpcf7-submit) {
    display: flex;
    justify-content: center;
}

.custom-form .wpcf7-submit {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    background-color: #3E509D !important;
    border: 1px solid #3E509D !important;
    border-radius: 25px !important;
    padding: 14px 40px !important;
}

.custom-form .wpcf7-submit:hover {
    background-color: #ffffff !important;
    border: 1px solid #3E509D !important;
    color: #3E509D !important;
}

.custom-form .wpcf7-submit {
    position: absolute;
    top: 106%;
}

.custom-form .wpcf7-not-valid-tip {
    color: red !important;
}

.custom-form .contact.submit-button .wpcf7-submit {
    position: relative;
    margin-top: 30px;
}

.custom-form.contact .row p {
    margin: 0;
}

/* Category page */
.category-description {
    line-height: 220%;
}

/* Product Page */
.product-gallery a, .product-gallery .avia-gallery-thumb img {
    border: none !important;
    padding: 0 !important;
}

.product-gallery .avia-gallery-thumb {
    margin-top: 28px;
    gap: 20px;
}

.reviews {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews .stars {
    display: flex;
    align-items: center;
}

.product-description {
    line-height: 220%;
}

.product-description strong {
    color: #3E509D !important;
}

.product-table tbody tr td {
    border-color: transparent !important;
    font-size: 16px;
}

.product-table tbody .avia-highlight-col {
    font-size: 18px;
    background-color: unset !important;
    color: #3E509D !important;
    font-weight: 600;
    width: 40%;
}

.product-table tbody tr {
    color: #3E509D !important;
}

.product-table tbody tr:nth-child(odd) {
    background-color: #F6F8F9;
}

.product-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.product-table tbody tr .product-colors {
    display: flex;
    gap: 10px;
}

.product-table tbody tr .product-colors .color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.product-features {
    display: flex;
    gap: 20px;
}

.product-features .product-feature {
    background-color: rgba(232, 237, 239, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    color: #3E509D;
}

.product-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}

.product-buttons a {
    border-radius: 25px !important;
    text-transform: uppercase !important;
    padding: 16px 38px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border: solid 2px #9ece00 !important;
}

.product-buttons a:nth-child(1) {
    background-color: #9ece00 !important;
}

.product-buttons a:nth-child(1):hover {
    background-color: #ffffff !important;
    color: #3E509D !important;
}

.product-buttons a:nth-child(2) {
    background-color: #ffffff;
    color: #3E509D !important;
}

.product-buttons a:nth-child(2):hover {
    background-color: #3E509D !important;
    border-color: #3E509D !important;
    color: #ffffff !important;
}

.product-tabs .tab_titles {
    display: flex;
    gap: 10px;
    border-bottom: solid 2px #9ece00;
}

.product-tabs .tab_titles .tab {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #D6DDE0;
    border-color: #D6DDE0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    top: 0;
    padding: 12px 20px 14px;
}

.product-tabs .tab_titles .tab:hover {
    color: #3E509D !important;
}

.product-tabs .tab_titles .tab.active_tab {
    background-color: #9ece00 !important;
    border-color: #9ece00 !important;
    color: #ffffff !important;
}

.product-tabs .av_tab_section .tab_content {
    background-color: #ffffff !important;
    border: none;
}

.product-tabs #accesories-content .tab_inner_content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.related-products-title {
    padding: 0 20px;
    color: #3E509D !important;
    min-height: 50px;
}

.more-products {
    margin: 20px 0;
    border: none;
    background-color: transparent !important;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more-products .filled-button a {
    padding: 6px 12px;
}

.more-products .reviews .stars img {
    width: 16px;
}

/* Contact page */
.contact-us-title .av-special-heading::after {
    content: url("/wp-content/uploads/2025/06/contact-arrow.png");
    position: absolute;
    top: -50%;
    left: 70%;
}

.contact-us-text {
    line-height: 220%;
}

.contact-info-text {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 8px 20px 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 234px;
}

.contact-info-text .block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info-text .block.email a,
.contact-info-text .block.phone a {
    font-weight: 700;
}

.contact-info-text .block:last-child {
    align-items: flex-start !important;
}

.contact-info-text .block img {
    max-width: 26px;
}

.contact-info-text .block a, .contact-info-text .block strong {
    color: #3E509D;
    font-size: 16px;
}

.contact-info-text .block a:hover, .contact-info-text .block a:hover strong {
    color: #9ece00;
}

.services-section.services-contact-page {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
}

/* Blog page */
.blog-entries .slide-entry-wrap {
    display: flex;
}

.blog-entries .avia-content-slider-inner .slide-entry {
    background-color: #ffffff;
    padding: 20px;
}

.blog-entries .avia-content-slider-inner .slide-entry {
    width: 32.333333333333%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.blog-entries .avia-content-slider-inner .slide-entry:not(.first) {
    margin-left: 1.5%;
}

.blog-entries .avia-content-slider-inner .slide-image, .blog-entries .avia-content-slider-inner .slide-image img {
    border-radius: unset !important;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-image .image-overlay-inside {
    display: none;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content .entry-content-header {
    order: 2;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content .slide-meta {
    order: 1;
    color: #4F5665;
    font-size: 16px;
    opacity: 40%;
    padding-bottom: 0;
    padding-top: 20px;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content .slide-entry-excerpt {
    order: 3;
    font-size: 16px;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content .slide-entry-excerpt .read-more-link {
    background-color: #9ece00;
    border-radius: 24px;
    padding: 10px 24px;
    width: fit-content;
    margin-top: 28px;
    text-transform: uppercase;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content .slide-entry-excerpt .read-more-link a {
    color: #ffffff !important;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content .slide-entry-excerpt .read-more-link:hover {
    background-color: #ffffff;
    border: 1px solid #9ece00;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content .slide-entry-excerpt .read-more-link:hover a {
    color: #9ece00 !important;
}

.blog-entries .avia-content-slider-inner .slide-entry .slide-content .slide-entry-excerpt .read-more-link .more-link-arrow {
    display: none;
}

.blog-entries .pagination-wrap {
    display: flex;
    justify-content: center;
}

.blog-entries .pagination-wrap .pagination .current {
    background-color: #3E509D;
    color: #ffffff;
    font-size: 14px;
}

.blog-entries .pagination-wrap .pagination a {
    background-color: #E8EDEF;
    color: #4F5665;
    opacity: 70%;
    font-size: 14px;
}

.blog-entries .pagination-wrap .pagination a:hover {
    background-color: #3E509D !important;
    color: #ffffff !important;
    opacity: 100%;
}

/* Blog entry */
#main .container_wrap:has(.template-single-blog) {
    border-top: none;
    background: #F5F5F5;
    background: linear-gradient(rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.post-entry .big-preview {
    max-width: 800px;
    margin: 0 auto;
}

.post-entry .big-preview .image-overlay-inside {
    display: none !important;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: unset !important;
}

.post-entry .entry-content-wrapper .entry-content-header {
    display: flex;
    flex-direction: column-reverse;
}

.post-entry .entry-content-wrapper .entry-content-header .entry-title {
    text-align: left !important;
    padding-bottom: 0 !important;
}

.post-entry .entry-content-wrapper .entry-content-header .post-meta-infos {
    text-align: left !important;
    margin-top: 20px;
}

.post-entry .entry-content-wrapper .entry-content-header .post-meta-infos .date-container {
    color: #4F5665 !important;
    opacity: 70%;
    font-size: 16px;
}

.comment-entry, .post-entry .post_delimiter {
    display: none;
}

#ez-toc-container {
    padding: 20px;
}

#ez-toc-container .ez-toc-title {
    font-size: 18px !important;
    font-weight: 700 !important;
}

#ez-toc-container .ez-toc-link {
    font-size: 16px;
    margin-left: 16px;
    margin-bottom: 6px;
    text-align: start !important;
}

.post-entry .entry-content-wrapper .entry-content {
    text-align: start !important;
}

.post-entry .entry-content-wrapper .entry-content a {
    color: #3e509d !important;
}

.post-entry .entry-content-wrapper .entry-content a:hover {
    color: #9ece00 !important;
}

.post-entry .entry-content-wrapper .entry-content p,
.post-entry .entry-content-wrapper .entry-content h2,
.post-entry .entry-content-wrapper .entry-content h3 {
    margin: 24px 0;
    color: #4F5665 !important;
}

.post-entry .entry-content-wrapper .entry-content h2 {
    font-size: 32px !important;
}

.post-entry .entry-content-wrapper .entry-content ul, .post-entry .entry-content-wrapper .entry-content ol {
    font-size: 16px !important;
    padding-left: 20px !important;
}

.post-entry .entry-content-wrapper .entry-content ul li,
.post-entry .entry-content-wrapper .entry-content ol li {
    list-style-image: url("/wp-content/uploads/2025/07/right_arrow.svg");
}

/* Projects page */
.projects-gallery .av-masonry-container .av-masonry-entry .av-inner-masonry-content,
.projects-gallery .av-masonry-container .av-masonry-entry .av-inner-masonry-content .avia-arrow {
    background-color: #E8EDEF !important;
}

.projects-gallery .av-masonry-container .av-masonry-entry .av-inner-masonry-content .av-masonry-entry-content {
    color: #3E509D !important;
    font-size: 16px;
}

/* Footer */
.custom-footer .footer-contact {
    padding-top: 28px;
}

.custom-footer .footer-contact p {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 120%;
    margin-bottom: 20px;
}

.custom-footer .footer-contact p a, .footer-contact p a strong, .custom-footer .footer-text-block a {
    color: #ffffff;
    font-size: 14px;
}

.custom-footer .footer-contact p a:hover, .footer-contact p a:hover strong, .custom-footer .footer-text-block a:hover {
    color: #9ece00;
}

.custom-footer .footer-title {
    color: #9ece00;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-footer .footer-text-block {
    line-height: 180%;
}

.custom-footer .footer-social-icons {
    display: flex;
    gap: 10px;
}

.custom-footer .footer-social-icons p a {
    background-color: #9ece00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-footer .footer-social-icons p a:hover {
    background-color: #ffffff;
}

/* Socket */
#socket .container {
    display: flex;
    justify-content: center;
    font-size: 12px;
    opacity: 70%;
}

/* Cookies modal */
.mfp-content #av-consent-extra-info .av-special-heading .av-special-heading-tag {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.mfp-content #av-consent-extra-info .hr .hr-inner,
.mfp-content #av-consent-extra-info .tabcontainer .tab_titles .tab {
    border-color: #f1f1f1;
}

.mfp-content #av-consent-extra-info .tabcontainer .tab_titles .tab:not(.active_tab) {
    color: #3E509D;
    font-size: 16px;
}

.mfp-content #av-consent-extra-info .tabcontainer .tab_titles .tab.active_tab {
    color: #9ece00;
    font-size: 16px;
}

.mfp-content #av-consent-extra-info .tabcontainer .av_tab_section p,
.mfp-content #av-consent-extra-info .tabcontainer .av_tab_section li,
.mfp-content #av-consent-extra-info .avia-cookie-consent-modal-buttons-wrap a {
    font-size: 16px !important;
}

.mfp-content #av-consent-extra-info .avia-cookie-consent-modal-buttons-wrap a:hover {
    background-color: #9ece00;
    border-color: #9ece00;
}

.avia-cookie-consent.avia-cookiemessage-bottom {
    display: none !important;
}

/* Custom size to hidde position absolute arrows */
@media only screen and (max-width: 1290px) {
    .home-professional-section .av-special-heading::after,
    .advice-section .custom-header-default p::after {
        display: none;
    }
}

/* Landscape tablet */
@media (min-width: 990px) and (max-width: 1200px) {
    .home-header-slider .avia-slideshow-arrows {
        display: none;
    }

    .home-header-title {
        padding-top: 76px;
        margin-bottom: 80px;
    }

    #top #header .av-main-nav > li.menu-item {
        display: none !important;
    }

    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block !important;
    }

    #av-burger-menu-ul .av-active-burger-items {
        border-bottom: 1px solid #9ece00;
    }

    #av-burger-menu-ul .av-active-burger-items a .avia-menu-text {
        font-size: 16px;
        text-transform: uppercase;
        color: #3E509D;
    }

    #header:not(.av_header_transparency) {
        display: none;
    }

    .home-feature {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Common tablet and mobile styles */
@media only screen and (max-width: 989px) {
    /* Header */
    #wrap_all:has(.home-header-slider) #header.av_header_transparency #header_main {
        height: unset;
    }

    /* Breadcrumb */
    .title_container {
        margin: 0;
        z-index: 1;
    }

    .title_container {
        border-top: 4px solid #F4F4F4 !important;
    }

    /* Burger menu */
    #header_main .av-logo-container img {
        filter: brightness(1) invert(0) !important;
    }

    #av-burger-menu-ul .av-active-burger-items {
        border-bottom: 1px solid #9ece00;
    }

    #av-burger-menu-ul .av-active-burger-items a .avia-menu-text {
        font-size: 16px;
        text-transform: uppercase;
        color: #3E509D;
    }

    /* Home */
    .home-header-slider .avia-slideshow-arrows {
        display: none;
    }

    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 0 !important;
    }

    .home-header-slider .avia-slideshow-inner, .home-header-slider .avia-slideshow-inner img {
        height: 400px;
    }

    .services-section {
        flex-direction: column;
        gap: 0;
        padding: 0 40px;
    }

    .services-section .service {
        border-right: none !important;
        justify-content: start;
        padding: 30px 0;
    }

    .services-section .service:not(:last-child) {
        padding-right: 0 !important;
        border-bottom: 2px solid #3E509D;
    }

    .home-personalized-advice {
        width: 100%;
    }

    .home-personalized-advice p {
        line-height: 140%;
    }

    /* Product page */
    .product-gallery .avia-gallery-thumb {
        display: flex;
        gap: 20px;
    }

    .product-table {
        border: none !important;
    }

    .product-table tbody tr {
        display: flex !important;
        align-items: center;
    }

    .product-table tbody tr .avia-highlight-col, .product-table tbody tr td {
        text-align: left !important;
    }

    .product-table tbody tr .avia-highlight-col {
        width: 40%;
    }

    .product-table tbody tr td {
        width: 60%;
    }

    .product-features, .product-buttons {
        flex-direction: column;
    }

    .product-buttons {
        gap: 14px;
    }

    /* Contact page */
    .services-section.services-contact-page {
        position: static;
        margin-bottom: 40px;
    }

    .contact-us-title .av-special-heading::after {
        display: none;
    }

    /* Custom form */
    .custom-form .contact.submit-button .wpcf7-spinner {
        display: none;
    }

    .custom-form.contact {
        margin-top: 20px;
    }
}

/* Tablet styles */
@media (min-width: 480px) and (max-width: 989px) {
    /* Default font-sizes */
    h1 {
        font-size: 36px !important;
    }

    h2, .custom-header-default p {
        font-size: 32px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    p, ul {
        font-size: 16px !important;
    }

    /* Burger menu */
    .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet,
    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,
    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before,
    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #3E509D !important;
    }

    /* Home */
    .home-product .av-special-heading .av-special-heading-tag {
        padding: 0 10px !important;
    }

    .home-professional-section {
        width: 47% !important;
    }

    /* Product page */
    .product-table tbody tr .avia-highlight-col {
        font-size: 16px;
    }

    .product-table tbody tr td {
        font-size: 14px;
    }

    .related-products-column {
        width: 47% !important;
    }

    .related-products-title {
        padding-left: 10px;
        padding-right: 10px;
    }

    .more-products {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 0;
    }

    /* Contact page */
    .contact-info-text {
        margin-top: 0;
        min-height: unset;
        gap: 20px;
    }

    .contact-info-text .block:last-child {
        align-items: center !important;
    }

    /* Blog page */
    .blog-entries .slide-entry-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .blog-entries .slide-entry-wrap .slide-entry {
        width: 100% !important;
    }

    .blog-entries .avia-content-slider-inner .slide-entry:not(.first) {
        margin: 0;
    }

    .blog-entries .slide-entry-wrap .slide-entry img {
        margin: 0 !important;
        width: 100%;
    }

    /* Blog entry */
    .post-entry .entry-content-wrapper .entry-content-header .entry-title {
        font-size: 36px !important;
    }

    #ez-toc-container .ez-toc-link {
        font-size: 16px !important;
    }

    .post-entry .entry-content-wrapper .entry-content h2 {
        font-size: 26px !important;
    }

    .post-entry .entry-content-wrapper .entry-content h3 {
        font-size: 20px !important;
    }

    .post-entry .entry-content-wrapper .entry-content p {
        font-size: 16px !important;
    }
}

/* Mobile styles */
@media only screen and (max-width: 479px) {
    /* Default font-sizes */
    h1 {
        font-size: 32px !important;
    }

    h2, .custom-header-default p {
        font-size: 28px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    p, ul {
        font-size: 16px !important;
    }

    /* Utils */
    .mb-md-24 {
        margin-bottom: 24px !important;
    }

    .mb-md-45 {
        margin-bottom: 45px !important;
    }

    /* Header */
    #header_meta .container .phone-info {
        font-size: 12px;
    }

    #header_meta .container .phone-info .contact-phone {
        padding: 10px;
        width: unset;
    }

    #header_main .av-logo-container img {
        width: 70%;
    }

    /* Burger menu */
    #top .header_color .av-hamburger-inner,
    #top .header_color .av-hamburger-inner::before,
    #top .header_color .av-hamburger-inner::after {

        background-color: #3E509D !important;
    }

    /* Breadcrumb */
    .title_container .breadcrumb .breadcrumb-trail .trail-end {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 180px;
    }

    /* Home */
    .home-header-title {
        font-size: 28px !important;
        line-height: 170%;
    }

    .home-header-title .highlighted-underline-title {
        font-size: 38px !important
    }

    .home-feature .avia-image-container {
        flex: 0 0 60px;
    }

    .flex_column_table:has(.home-product) {
        margin-top: 0 !important;
    }

    /* Product page */
    .product-table tbody tr .avia-highlight-col,
    .product-table tbody tr td {
        font-size: 14px;
    }

    .product-features .product-feature {
        font-size: 16px;
        gap: 20px;
    }

    .product-buttons a {
        font-size: 16px !important;
    }

    .product-tabs .av_tab_section .tab {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .product-tabs .av_tab_section .tab:not(.active_tab) {
        color: #9ece00 !important;
    }

    .product-tabs .av_tab_section .active_tab {
        background-color: #9ece00 !important;
        border-color: #9ece00 !important;
        color: #ffffff !important;
    }
	
	.product-tabs #accesories-content .tab_inner_content{
    	grid-template-columns: repeat(1, 1fr);
    	gap: 0;
	}

    .related-products-column .avia-image-container-inner, .related-products-column .avia-image-container-inner img {
        width: 100%;
    }

    .related-products-title p {
        font-size: 16px !important;
        margin-bottom: 30px;
    }

    .more-products {
        padding: 0 20px;
    }

    .more-products .filled-button a {
        padding: 8px 16px !important;
    }

    /* Contact page */
    .contact-info-text {
        margin-top: 0;
        min-height: unset;
        gap: 20px;
    }

    /* Blog page */
    .blog-entries .slide-entry-wrap {
        margin: 0;
        display: unset;
    }

    .blog-entries .slide-entry {
        margin-bottom: 30px !important;
    }

    /* Blog entry */
    .post-entry .entry-content-wrapper .entry-content-header .entry-title {
        font-size: 32px !important;
    }

    .post-entry .entry-content-wrapper .entry-content-header .post-meta-infos .date-container {
        font-size: 14px;
    }

    #ez-toc-container {
        padding: 10px !important;
    }

    #ez-toc-container .ez-toc-link {
        font-size: 14px !important;
        margin-left: 0;
    }

    #ez-toc-container .ez-toc-list-level-3 {
        margin-left: 0 !important;
    }

    .post-entry .entry-content-wrapper .entry-content h2 {
        font-size: 28px !important;
    }

    .post-entry .entry-content-wrapper .entry-content h3 {
        font-size: 20px !important;
    }

    .post-entry .entry-content-wrapper .entry-content p,
    .post-entry .entry-content-wrapper .entry-content h2,
    .post-entry .entry-content-wrapper .entry-content h3 {
        margin: 24px 0;
    }

    /* Cookies modal */
    .avia-popup .av-inline-modal .tabcontainer {
        min-height: 390px !important;
    }

    .mfp-content #av-consent-extra-info .tabcontainer .av_tab_section .tab:not(.active_tab) {
        color: #3E509D;
    }

    .mfp-content #av-consent-extra-info .tabcontainer {
        border: none !important;
    }

    .mfp-content #av-consent-extra-info .tabcontainer .tab {
        border: 1px solid #3E509D !important;
    }

    /* Custom form */
    .form-section .container .template-page {
        padding-bottom: 0 !important;
    }

    .custom-form .row {
        flex-direction: column;
        gap: 0;
    }

    .custom-form .row .wpcf7-form-control-wrap .wpcf7-list-item-label {
        font-size: 14px !important;
    }

    .custom-form .row .wpcf7-form-control-wrap .wpcf7-list-item input {
        margin-top: 0 !important;
    }

    .custom-form .wpcf7-submit {
        top: 100%;
    }

    .custom-form .submit-button p {
        margin: 0 !important;
    }

    .custom-header-default.advice-title p {
        font-size: 24px !important;
    }
}