/*
 Theme Name:   Boreal-TRG theme
 Theme URI:    https://trgsolutions.lat
 Description:  Boreal-TRG theme - Child of generatepress
 Author:       Miguel Angel Conte
 Author URI:   https://broobe.com
 Template:     generatepress
 Version:      0.1
*/

p a {
    font-weight: bold;
    text-decoration: underline;
}
    
    /* GeneratePress Site CSS */
.home.full-width-content .inside-article {
    background: none;
}

/* Custom header */
.woo-search {
    margin-left: 30px;
    margin-right: 30px;
    flex-grow: 1;
}

.header-widget {
    order: 10;
    line-height: 1em;
    font-size: 20px;
}

.header-widget p {
    margin: 0;
}

@media (max-width: 768px) {
    .woo-search {
        margin-right: 0;
    }

    .inside-header {
        flex-direction: row;
    }
}

/* AJAX search bar in header styles */
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    padding: 0;
}

.dgwt-wcas-ico-magnifier {
    height: 50%;
}

/* General styles */
.woocommerce ul.products li.product, .woocommerce ul.products {
    margin-bottom: 0;
}

/* End GeneratePress Site CSS */

.archive.category .page-header {
    display: none;
}


li.product.product-category .inside-wc-product-image {
    position: relative;
    display: inline-block;
    max-height: 160px;
    text-align: center;
}


li.product.type-product .inside-wc-product-image {
    position: relative;
    display: inline-block;
    min-height: 170px;
    text-align: center;
}

.woocommerce ul.products li.product.product-category a img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: none;
    max-height: 80px;
    max-width: 80px;
    margin: 0 auto;
}

.woocommerce ul.products li.product.type-product a img {
    max-height: 170px;
}

.boreal-gallery-line-1 {
    background: #FFF;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 5px 10px;
    letter-spacing: 2px;
    display: block;
    float: left;
}


.boreal-gallery-line-2 {
    background: #FFF;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    float: left;
    clear: both;
}

.boreal-login-web {
    display: none;
}

.boreal-login-mobile {
    display: initial;
    padding-right: 0 !important;
}


.internal-carousel .slick-arrow {
    height: 100%;
    background: var(--global-color-9);
    width: 30px;
}

.internal-carousel .slick-prev.slick-arrow {
    margin-left: -5px;
}

.internal-carousel .slick-next.slick-arrow {
    margin-right: -5px;
}

.wpcf7 .col-sm-6,
.wpcf7 .col-sm-12 {
    padding: 10px;
}

.wpcf7 .col-sm-6 {
    float: left;
    width: 50%;
}

.wpcf7 .col-sm-12 {
    float: left;
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 select {
    width: 100%;
}

.wp-block-getwid-testimonial__subtitle {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 13px !important;
}

.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
}

.up-sells, .related.products {
    margin-right: -30px;
    margin-left: -30px;
    padding: 30px;
}

.product-template-default.single .related.products > h2 {
    color: var(--text-highlight);
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.product-template-default.single .woocommerce-loop-product__title {
    line-height: normal;
}

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li#tab-title-accessories,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li#tab-title-services,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li#tab-title-software,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li#tab-title-supplies,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li#tab-title-documents,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li#tab-title-links {
    display: none;
}

.woocommerce-Tabs-panel > h2:first-child {
    display: none;
}

.summary.entry-summary {
    padding-left: 30px;
}


.iconic-woothumbs-images-wrap {
    border: 1px solid var(--global-color-9);
    padding: 5px;
}

.iconic-woothumbs-thumbnails__image-wrapper {
    margin-right: 1px;
    padding: 3px;
}

.iconic-woothumbs-thumbnails__image-wrapper:after {
    border-color: var(--global-color-9) !important;
}

.iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper:after {
    border-width: 1px !important;
    opacity: 1;
}

.wc-block-grid__product {
    border: 5px solid var(--global-color-9) !important;
}

.wc-block-grid__products .wc-block-grid__product-image {
    max-height: 215px;
    padding-top: 20px;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: 190px;
    width: auto;
}


.home .slick-next:before,
.home .slick-prev:before {
    font-size: 26px !important;
    font-family: "fontelloq" !important;

}

.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-prev:before {
    color: var(--global-color-8) !important;
    border: none !important;
    text-shadow: none !important;
}

.wp-block-getwid-post-slider .slick-prev {
    background: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 0 50% 50% 0;
    left: 0 !important;
}

.wp-block-getwid-post-slider .slick-next {
    background: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 50% 0 0 50%;
    right: 0 !important;
}

.slick-dots li button:before {
    font-size: 8px !important;
}

.slick-dots li button, .slick-dots li {
    width: 10px !important;
    height: 10px !important;
}

/*
.home .slick-prev:before {
    content: '←' !important;
}

.home .slick-next:before {
    content: '→' !important;
}*/
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #232f3e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: #efefef;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--accent);
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #FFF !important;
}

.is-left-sidebar {
    min-width: 300px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed > .toggle-handle,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened > .toggle-handle {
    margin-top: 5px;
    margin-right: -14px;
}

.woocommerce table.shop_attributes td {
    font-style: normal !important;
    padding-left: 15px;
}

.woocommerce table.shop_attributes th {
    text-align: right !important;
}

.wp-block-getwid-images-slider .wp-block-getwid-images-slider__wrapper {
    padding: 0 20px;
}

.home .featured-image.page-header-image.grid-container.grid-parent {
    display: none;
}

.norm_row {
    float: left;
    min-width: 25px;
    width: auto !important;
    margin-right: 11px;
    padding-top: 8px;
}

.sficn {
    border: 1px solid #FFF !important;
}

.tab-items-container ul.products li.product {
    float: left;
    margin: 0 3.1% 2.992em 0;
    position: relative;
    padding-bottom: 0;
    padding-top: 15px;
}

.boreal-clients .wp-block-getwid-template-post-featured-background-image__image {
    background-size: contain;
    background-repeat: no-repeat;
}

/* WEBINAR STYLES*/

.webinar.logos figure {
    width: 50%;
}

.webinar .wpcf7 {
    position: relative;
}

.webinar .wpcf7 label {
    color: #fff;
    font-family: 'Montserrat';
}

.webinar .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 select,
.webinar .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    border-radius: 25px;
    width: 100%;
}

.webinar .wpcf7-submit {
    background: #F7B82E;
    border-radius: 20px;
    padding: 8px 32px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.webinar-robot {
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.webinar .ponentes-section-arg figure,
.webinar .ponentes-section-esp figure,
.webinar .ponentes-section-col figure,
.webinar .ponentes-section-pe figure,
.webinar .avatar-flag-ar figure,
.webinar .avatar-flag-esp figure {
    position: relative;
}

.webinar .ponentes-section-arg figure:after,
.webinar .avatar-flag-ar figure:after {
    content: "";
    background-image: url('./assets/img/argentina-flag.png');
    position: absolute;
    right: -10px;
    width: 48px;
    background-repeat: no-repeat;
    height: 48px;
    bottom: -15px;
}

.webinar .ponentes-section-esp figure:after,
.webinar .avatar-flag-esp figure:after {
    content: "";
    background-image: url('./assets/img/spain-flag.png');
    position: absolute;
    right: -10px;
    width: 48px;
    background-repeat: no-repeat;
    height: 48px;
    bottom: -15px;
}

.webinar .ponentes-section-col figure:after {
    content: "";
    background-image: url('./assets/img/colombia-flag.png');
    position: absolute;
    right: -10px;
    width: 48px;
    background-repeat: no-repeat;
    height: 48px;
    bottom: -15px;
}

.webinar .ponentes-section-pe figure:after {
    content: "";
    background-image: url('./assets/img/peru-flag.png');
    position: absolute;
    right: -10px;
    width: 48px;
    background-repeat: no-repeat;
    height: 48px;
    bottom: -15px;
}

.webinar .wpcf7 .sent .wpcf7-response-output,
.wpcf7-response-output {
    color: white;
}

.grecaptcha-badge {
    visibility: hidden;
}

.webinar .nueva-tecnologia-img {
    background-size: cover;
}

@media (max-width: 1024px) {
    .webinar .db-logo {
        order: 2;
    }
}

/* END WEBINAR STYLES*/

/* IT SOLUTIONS STYLES */

.skew-bg {
    position: absolute;
    inset: 0;
    transform: skewY(-15.1deg);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}

.skew-bg.last {
    box-shadow: 0 -12px 24px -12px rgba(0, 0, 0, 0.4);
}

.no-shadow {
    box-shadow: unset;
}

/* END IT SOLUTIONS STYLES */

/* Home styles */

.video-background, .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.bounce-arrow {
    position: absolute;
    bottom: calc(0px + 48px);
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@keyframes bounce {
    100% {
        transform: translateY(-20px)
    }
}

a.bounce-arrow span {
    animation: bounce .8s infinite alternate;
}

a.bounce-arrow span svg {
    fill: #fff !important;
}

.home-title-container {
    top: -50%;
    transform: translate(0%, -50%);
}

.site-header #site-navigation {
    margin-left: unset;
    width: 100%;
}

.inside-header.grid-container {
    gap: 40px;
}

/* HOME - ABOUT SECTION STYLES START */
.about-section .about-video {
    display: none;
}

.about-section .about-inner::after {
    z-index: 150;
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* HOME - ABOUT SECTION STYLES END */

/* HOME - BLOG SECTION STYLE START */

.blog-section {
    transition: all .3s linear;
}

.blog-section .blog-item::before {
    z-index: 9;
    content: "";
    opacity: 1;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .1s ease-out;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, .596), rgba(0, 0, 0, .568), rgba(0, 0, 0, .492), rgba(0, 0, 0, .344), rgba(0, 0, 0, .1));
}

.blog-section .blog-item {
    overflow: hidden;
    cursor: pointer;
}
.blog-section .blog-item .blog-category {
    position: relative;
    padding-left: 12px;
}
.blog-section .blog-item .blog-category::before {
    content: "/";
    position: absolute;
    left: 0;
    top: 0;

}

.blog-section .blog-item .blog-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .1s ease-out;
}

.blog-section .blog-item .blog-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.blog-section .blog-item:hover .blog-button .gb-icon {
    color: #deb421;
}

.blog-section .blog-item:hover .blog-image {
    transform: scale(1.1);
}

.blog-section .blog-item .blog-category :not(:first-child) {
    display:none;
}

/* HOME - BLOG SECTION STYLE END */

/* HOME - SERVICES SECTION STYLE START*/

.services-section .services-inner h2 {
    line-height: 1.12;
}

.services-section .services-slider .services-slide {
    display: flex;
}

.services-section .services-slider .services-slide .services-inner {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.services-section .services-slider .services-slide .services-image {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    transition: transform 0.3s ease;
}

.services-section .services-slider .services-slide .services-inner {
    z-index: 50;
}

.services-section .services-slider .services-slide .services-inner .services-button:hover ~ .services-image {
    transform: scale(1);
}

.services-section .services-slider .services-slide::before {
    z-index: 50;
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    transition: all .1s ease-out;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .576), rgba(0, 0, 0, .504), rgba(0, 0, 0, .384), rgba(0, 0, 0, .216), rgba(0, 0, 0, 0));
}

.services-section .services-slider .services-slide .services-inner .services-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.services-section .services-slider .services-slide .services-inner .services-button .gb-icon {
    position: relative;
    left: 30px;
    bottom: -140px;
}

.services-section .services-slideshows {
    --swiper-navigation-size: 50px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: -50px;
    --swiper-navigation-color: var(--accent);
}

.services-section .services-slideshows .swiper-wrapper .swiper-slide {
    --swiper-slide-height: 400px !important;
}

.services-section .slideshows-container .services-button-next,
.services-section .slideshows-container .services-button-prev {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.services-section .slideshows-container .services-button-next {
    right: -60px;
}

.services-section .slideshows-container .services-button-prev {
    left: -60px;
}

.services-slideshows .swiper-slide-active.scaleSlide .services-image {
    transform: scale(1.1);
}

.services-thumbnails .swiper-slide {
    position: relative;
    border-top: 1px solid #707070;
    margin-top: 10px;
    cursor: pointer;
}

.services-thumbnails .swiper-slide h2 {
    padding-top: 10px;
    visibility: hidden;
}

.services-thumbnails .swiper-slide {
    position: relative;
    overflow: hidden;
}

.services-thumbnails .swiper-slide-active {
    --progress: 0%;
}

.services-thumbnails .swiper-slide-active::before {
    content: "";
    background-color: #707070;
    height: 4px;
    width: var(--progress);
    position: absolute;
    top: 0;
    animation: slideProgress 7s ease-out both;
}

@keyframes slideProgress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .services-section .services-slideshows .swiper-wrapper .swiper-slide {
        --swiper-slide-height: 600px !important;
    }

    .services-section .slideshows-container .services-button-next,
    .services-section .slideshows-container .services-button-prev {
        display: block;
    }

    .services-thumbnails .swiper-slide h2 {
        visibility: visible;
    }
}

/* HOME - SERVICES SECTION STYLE END*/

/*HOME - PARTNERS SECTION STYLE START */
.partners-section .partners-button {
    cursor: pointer;
}

.partners-section .partners-button:hover .gb-button-text {
    text-decoration: underline;
    text-decoration-thickness: .125rem;
}

.partners-section .partners-button:hover .gb-icon {
    transform: translate(25%, 0);
}

.partners-section .partners-button .gb-icon {
    transition: all .1s ease-out;
}

.partners-section .partners-carousel .swiper-wrapper {
    transition-duration: 10000ms !important;
    transition-timing-function: linear;
    pointer-events: none !important;
}

/* HOME - PARTNERS SECTION STYLE END */

/* Formulario */
.input-50 {
    display: flex;
    justify-content: space-between;
}

.input-50 > label {
    width: calc(50% - 12px);
}

.form-container .input-50 > label input, .form-container label select, .form-container textarea {
    border: none;
    border-bottom: 2px solid #00283a;
    border-radius: unset;
    color: #00283a;
    outline: none;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-container.brl-contact .wpcf7-submit:hover {
    background-color: #fbe025;
    color: #00283a;
}

.form-container label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content;
    background: #00283a;
    border-radius: 2px;
    font-family: Barlow;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 20px;
    min-width: 100px;
}

input#dgwt-wcas-search-input-2 {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: unset;
    color: var(--base-3);
    padding: 8px;
}

button.dgwt-wcas-search-submit {
    background: transparent !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
    content: unset;
}

svg.dgwt-wcas-ico-magnifier path {
    fill: #fff !important;
}

input#dgwt-wcas-search-input-2::placeholder {
    color: #fff;
    opacity: unset;
}

.dgwt-wcas-search-wrapp {
    min-width: 320px !important;
}

.about-section .show-video {
    display: block;
}

.next-page:hover span.gb-icon,
.prev-page:hover span.gb-icon {
    transform: translateX(5px);
}

.next-page:hover span.gb-icon,
.prev-page:hover span.gb-icon {
    transition: transform 300ms ease-in;
}

.prev-page span.gb-button-text:after,
.next-page span.gb-button-text:after {
    transition: opacity 300ms, transform 300ms;
    opacity: 0;
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    background: black;
}

.prev-page span.gb-button-text:hover:after,
.next-page span.gb-button-text:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.blog article.dynamic-content-template.post h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog .site.grid-container {
    padding: 0 20px;
}

.blog .generate-columns {
    margin-bottom: 40px;
}

.facebook-share,
.linkedin-share,
.twitter-share {
    width: 16px;
    height: 16px;
}

/* Hide uncategorized categories title of blog*/
.category-uncategorized .blog-category {
    display: none;
}

/* Clientes page */

.getwid-columns.getwid-columns-6 .wp-block-getwid-template-post-featured-background-image {
    height: 160px !important;
    background: #fff;
    box-shadow: -1px -1px 20px 0 rgba(0, 0, 0, 0.1);
}

/* BLOG PAGE STYLES START */
.blog-page {
    cursor: pointer;
}

.blog-page .blog-category .gb-headline-text span:not(:first-child) {
    display: none;
}

.blog-page figure {
    overflow: hidden;
}

.blog-page .blog-image {
    transition: transform .1s ease-out;
}

.blog-page:hover .blog-image {
    transform: scale(1.1);
}

.blog p a {
    text-decoration: none !important;
}

/* BLOG PAGE STYLES END */

#wc-column-container li.product-category.product {
    background: var(--base-3);
    border-radius: 8px;
    padding: 8px;
    justify-content: center;
    min-height: 196px;
}

#wc-column-container h2.woocommerce-loop-category__title {
    line-height: normal;
    padding: 0;
    text-align: center;
}

.archive.woocommerce-page.separate-containers .inside-right-sidebar,
.archive.woocommerce-page.separate-containers .inside-left-sidebar {
    margin-top: 39px;
}

.archive.woocommerce-page.separate-containers .widget-area .widget {
    border-radius: 8px;
}

/* WOO SINGLE PRODUCT PAGE STYLES START */
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    background-color: var(--base-3);
    /*padding: 1rem 2rem*/
}

.up-sells, .related.products h2 {
    margin-bottom: 2rem;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background-color: var(--base-3);
    padding: 12px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    background-color: var(--base-3);
    padding: 1rem 2rem;
}

/* WOO SINGLE PRODUCT PAGE STYLES END */


@media (max-width: 1024px) {
    nav#mobile-menu-control-wrapper {
        margin-left: 0;
        width: 35%;
        justify-content: end;
    }

    .grid-container .site-logo {
        width: 50%;
    }

    .wc-block-grid__products {
        margin: unset !important;
    }

    .input-50 {
        flex-direction: column;
    }

    .input-50 > label {
        width: 100%;
    }

    .dgwt-wcas-search-wrapp {
        min-width: unset !important;
    }

    .dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler svg path {
        fill: #fff;
    }

    .has-inline-mobile-toggle button.menu-toggle {
        max-width: 40px;
    }

    .inside-header.grid-container {
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .products.columns-3 li {
        padding: 10px 5px !important;
        width: calc(33.33%) !important;
        margin-right: 0 !important;
        min-height: 270px;
    }

    .products.columns-3 li:nth-child(1) {
        border-left: 5px solid #fff;
        border-right: 5px solid var(--global-color-9);
    }

    .products.columns-3 li:nth-child(2) {
        border-left: 5px solid var(--global-color-9);
        border-right: 5px solid var(--global-color-9);
    }

    .products.columns-3 li:nth-child(3) {
        border-left: 5px solid var(--global-color-9);
        border-right: 5px solid #fff;
    }

    .boreal-login-web {
        display: initial;
    }

    .boreal-login-mobile {
        display: none;
    }
}


/* ABOUT - STYLE START */

/* Hero Section */

.about-page .hero-section::after {
    z-index: 50;
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    transition: all .1s ease-out;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .576), rgba(0, 0, 0, .504), rgba(0, 0, 0, .384), rgba(0, 0, 0, .216), rgba(0, 0, 0, 0));
}

/* CTA Section */
.about-page .cta-section .cta-button .gb-icon {
    transition: all .1s ease-out;
}

.about-page .cta-section .cta-button:hover .gb-icon {
    transform: translate(25%, 0);
}

.about-page .cta-section .cta-button:hover span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

/* Counter section */
.about-page .counters-section .counter-item {
    position: relative;
    transition: all .1s ease-out;
    opacity: 1;
}

.about-page .counters-section .counter-item .counter span::after {
    content: '+';
}

.about-page .counters-section .counter-item .counter-services span::after {
    content: ''; /* Empty content for the first counter */
}

.about-page .counters-section .counter-item .counter-devices span::after {
    content: 'M';
}

.about-page .counters-section .counter-item .counter .wp-block-getwid-counter__suffix {
    padding: 0;
}

/* ABOUT - STYLE END */


/* WOOCOMMERCE STYLES START */
.post-type-archive.post-type-archive-product .is-left-sidebar {
    display: none;
}

.post-type-archive.post-type-archive-product .site-content .content-area {
    width: 100%;
}

h2.woocommerce-loop-product__title {
    line-height: inherit;
}

@media screen and (max-width: 768px) {
    .archive .site-content {
        flex-direction: column-reverse;
    }
}

/* Home related products styles*/

.related-section .products-list li.wc-block-grid__product {
    background-color: var(--base-3);
}

@media (min-width: 540px) {
    .related-section .products-list li.wc-block-grid__product {
        max-width: 33.333333333%;
        flex: 1 0 33.333333333%;
    }
}

@media (min-width: 1024px) {
    .related-section .products-list li.wc-block-grid__product {
        max-width: 16.6666666667%;
        flex: 1 0 16.6666666667%;
    }
}

/* WOOCOMMERCE STYLES END */

/* WBW FILTER PLUGIN STYLES START */

.archives-cat-aside [data-parent="0"] {
    position: relative;
}

.archives-cat-aside [data-parent] .wpfFilterTaxNameWrapper::before {
    font-weight: 700;
    content: " — ";
}

.archives-cat-aside [data-parent="0"] .wpfFilterTaxNameWrapper::before {
    content: "";
}

.archives-cat-aside .wpfFilterButtons {
    min-width: 120px;
    position: absolute;
    top: -50px;
    right: 0;
}

.archives-cat-aside .wpfFilterButtons .wpfFilterButton.wpfButton {
    font-size: 14px;
    min-height: 30px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .archives-cat-aside ul.wpfFilterVerScroll {
        min-height: 100vh;
    }
}

/* WPF FILTER PLUGIN STYLES END */

/* FOOTER - STYLES START */
.footer-section .footer-menu h5:hover:not(.footer-menu-title) {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.footer-section .footer-header .footer-btn .gb-icon {
    transition: all .1s ease-out;
}

.footer-section .footer-header .footer-btn:hover .gb-icon {
    transform: translate(25%, 0);
}

.footer-section .footer-header .footer-btn:hover span {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.generate-back-to-top{
    bottom: 100px!important;
    right: 18px!important;
    font-size: 30px!important;
    width: 50px;
}
/* FOOTER - STYLES START */
.brand-logo-img { width:100%; height:100%; object-fit:contain; }
@media (max-width: 1024px){
    .brand-logos-grid{ grid-template-columns: repeat(4, minmax(0,1fr)) !important; }
}
@media (max-width: 768px){
    .brand-logos-grid{ grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
}
@media (max-width: 500px){
    .brand-logos-grid{ grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}


/* MEGA MENU - STYLES*/
@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-4>ul>li {
        width: 25%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}
/* MEGA MENU - STYLES END */

/* MAIN MENU - STYLES START */
header .main-navigation {
    position: static!important;
}
header .main-navigation .inside-navigation {
    position: static;
}

#primary-menu .menu .menu-item .sub-menu {
    display: flex;
    border-top: 2px solid var(--base-3);
    background-color: var(--base-3);
    padding: 15px 5rem;
    row-gap: 40px;
    transition: all 0.15s ease-out;
}
.main-navigation .main-nav ul ul li a{
    color: var(--accent) !important;
}
#primary-menu .menu .menu-item .sub-menu .menu-item {
    margin: 0 12px;
}

#primary-menu .menu > .menu-item > a:hover {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: .125rem;
}

#primary-menu .menu .menu-item .sub-menu .menu-item .menu-description {
    margin-top: .25rem;
    font-weight: 400;
    text-decoration: none!important;
}
#primary-menu .menu .menu-item .sub-menu .menu-item:hover a span{
    text-decoration: underline;
    text-decoration-thickness: .125rem;
}

@media screen and (max-width: 1024px) {
    .main-navigation {}
}

/* MAIN MENU - STYLES END */
a.brand-logo-item {
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
}


.main-navigation .main-nav ul li>a{
    padding-right: 15px !important;
}

.main-navigation ul {
    padding-left: 70px !important;
}


#menu-lang .sub-menu.toggled-on .menu-item a{
    color: #7b98ac !important;
    font-weight: normal !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

#menu-lang .sub-menu.toggled-on .menu-item {
    width: 100% !important;
    padding-bottom: 8px;
}
