/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

button:hover {
    background-color: transparent;
}

div.country {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

div.country form {
    margin-left: 165px;
}

div.country form,
div.country form select {
    display: inline;
    width: auto;
}

body.page.page-template-default {
    margin-top: 68px;
}

@media screen and (max-width: 1024px) {
    div.country form {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    div.country form {
        margin-top: 5px;
        margin-left: 0;
        display: block;
    }

    div.country form select {
        padding: 3px 40px !important;
    }
}

div.country form select {
    background-color: #00ADEE;
    border: 2px solid #fff;
    border-radius: 17px;
    color: #fff;
    padding: 3px 60px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('./img/select-arrow-down.png');
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 10px;
    outline: none;
}

div.country form button {
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 17px;
    color: #192B55;
    padding: 3px 20px;
}

form#country_selector .elementor-field-group .elementor-select-wrapper::before {
    display: none !important;
}

form#country_selector select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('./img/select-arrow-down.png');
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 14px;
    text-align: center;
}

form#country_selector .elementor-message {
    display: none;
}

.elementor-location-header span.text {
    display:none;
}

.elementor-location-header span.home {
    content: url("img/home.png");
}

.elementor-location-header span.search {
    content: url("img/search.png");
}

@media screen and (max-width: 1024px) {
    .elementor-location-header span.text {
        display:block;
    }

    .elementor-location-header span.home,
    .elementor-location-header span.search {
        display: none;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
        background-color:#fff!important;
        text-transform:uppercase;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul {
        padding: 5px 15px;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li {
        border-bottom: 2px solid #bcbcbc;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li.last-item {
        border: none;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li.search {
        display: none;
    }

    .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li a {
        color: #192B55 !important;
        padding: 13px 0;
    }
}

.elementor-location-header div#search-icon-container {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 100;
}

.elementor-location-header div.search {
    content: url("img/search.png");
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .elementor-location-header span.search {
        display: none;
    }
}

.elementor-swiper-button .eicon-chevron-left:before {
    content: url('./img/arrow-to-left-blue.svg');
}

.elementor-swiper-button .eicon-chevron-right:before {
    content: url('./img/arrow-to-right-blue.svg');
}

/* Specification Tables */
.woocommerce-tabs ul.wc-tabs,
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce table.shop_attributes {
    border: 0;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
}

.woocommerce table.shop_attributes tr {
    border-bottom: 1px solid #BCBCBC;
}

.woocommerce table.shop_attributes th {
    font-weight: 500;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 16px;
    color: #192B55;
    text-transform: uppercase;
    text-align: left;
    padding: 15px 0;
    vertical-align: middle;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    font-weight: 300;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 16px;
    color: #585858;
    text-align: left;
    padding: 0 80px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_attributes td {
        padding: 0 0 0 20px;
    }
}

/* Specification Tables Compare */
.single-product ul.products.elementor-grid.columns-3 {
    font-family: "Open Sans", sans-serif !important;
}

.single-product ul.products.elementor-grid.columns-3 li:first-child {
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .single-product ul.products.elementor-grid.columns-3 li:nth-child(3) {
        display: none;
    }
}

.single-product ul.products.elementor-grid.columns-3 img.attachment-woocommerce_thumbnail,
.single-product ul.products.elementor-grid.columns-3 img.woocommerce-placeholder {
    height: 234px;
    width: auto;
}

.single-product ul.products.elementor-grid.columns-3 h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    font-weight: 500 !important;
    height: 65px;
    margin-top: 10px;
}

.single-product ul.products.elementor-grid.columns-3 h2.woocommerce-loop-product__title a,
.single-product ul.products.elementor-grid.columns-3 h2.woocommerce-loop-product__title a:hover{
    color:#5B5B5B;
}

.single-product ul.products.elementor-grid.columns-3 a.product_type_simple {
    display: none;
}

.single-product ul.products.elementor-grid.columns-3 table.product-attributes {
    border-top: 2px solid #5B5B5B;
    font-size: 16px;
}

.single-product ul.products.elementor-grid.columns-3 li:first-child table.product-attributes {
    border-top: 2px solid #00ADEE;
}

.single-product ul.products.elementor-grid.columns-3 table.product-attributes td {
    background-color: transparent;
    border: 0;
    text-align: center;
    vertical-align: middle;
}

.single-product .woocommerce .products .product .woocommerce-loop-product__thumb_open {
    height: 240px;
}

.single-product .woocommerce .products .product .woocommerce-loop-product__thumb_open img {
    max-height: 100%;
    max-width: unset;
    width: auto;
}

.product.featured .woocommerce-loop-product__thumb_open {
    height: 250px !important;
}

.scroll-top-wrapper {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
}

.scroll-top-wrapper .scroll-top {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .16);
    padding: 17px 15px;
    cursor: pointer;
}

.scroll-top-wrapper .scroll-top > svg {
    display: block;
    position: relative;
    z-index: 2;
}

.scroll-top-wrapper .scroll-height {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #192B55;
}

.wcpf-filter .wcpf-front-element {
    background-color: #F5F5F5;
    margin-bottom: 20px;
    padding: 17px 20px;
}

.wcpf-filter .wcpf-heading-label {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #192B55;
    text-transform: unset;
}

.wcpf-filter .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    border-color: #192B55;
    border-radius: 1px;
}

.wcpf-filter .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
    border-color: #192B55;
}

.wcpf-filter .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #192B55;
}

.wcpf-filter .wcpf-field-checkbox-list .wcpf-content {
    margin-top: 10px;
    margin-bottom: -3px;
}

.wcpf-filter .wcpf-layout-item.wcpf-box-style .wcpf-heading-label .box-toggle,
.wcpf-filter .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle {
    margin-top: -3px;
    right: 0;
}

.wcpf-filter .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    margin-top: 11px;
    margin-bottom: -11px;
}

.wcpf-filter .wcpf-field-checkbox-list .wcpf-product-counts {
    display: none;
}

.wcpf-filter .wcpf-item {
    padding: 3px 0;
}

.wcpf-filter .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle:before {
    font-family: 'Font Awesome 5 Free', sans-serif !important;
    content: "\f077";
}

.wcpf-filter .wcpf-field-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle:before {
    content: "\f078";
}

.blockUI.blockOverlay {
    background-color: rgba(255, 255, 255, .7) !important;
    opacity: 1 !important;
}

.woocommerce .blockUI.blockOverlay::before {
    background-image: url("img/loader.svg");
}

.product.product-comparator {
    padding: 0 !important;
}

form#instalatori div.files,
form#aplica div.files {
    margin-top: 15px;
}

form#instalatori div.files p,
form#aplica div.files p {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    font-family: "Open Sans", sans-serif;
    display: flex
}

form#instalatori div.files p img,
form#aplica div.files p img {
    margin-right: 8px;

}

form#instalatori div.files p:last-child,
form#aplica div.files p:last-child {
    margin-bottom: 0;
}

form#instalatori input#form-field-field_termeni,
form#instalatori input#form-field-field_confidentialitate,
form#newsletter input#form-field-field_termeni2,
form#newsletter input#form-field-field_confidentialitate2,
form#aplica input#form-field-field_termeni {
    display: none;
}

form#instalatori input#form-field-field_termeni + label[for="form-field-field_termeni"]:before,
form#instalatori input#form-field-field_confidentialitate + label[for="form-field-field_confidentialitate"]:before,
form#newsletter input#form-field-field_termeni2 + label[for="form-field-field_termeni2"]:before,
form#newsletter input#form-field-field_confidentialitate2 + label[for="form-field-field_confidentialitate2"]:before,
form#aplica input#form-field-field_termeni + label[for="form-field-field_termeni"]:before {
    content: url('/wp-content/themes/hello-theme-child/img/icon-not-checked.png');
    position: absolute;
    left: 7px;
    top: 2px;
}

form#instalatori input#form-field-field_termeni:checked + label[for="form-field-field_termeni"]:before,
form#instalatori input#form-field-field_confidentialitate:checked + label[for="form-field-field_confidentialitate"]:before,
form#newsletter input#form-field-field_termeni2:checked + label[for="form-field-field_termeni2"]:before,
form#newsletter input#form-field-field_confidentialitate2:checked + label[for="form-field-field_confidentialitate2"]:before,
form#aplica input#form-field-field_termeni:checked + label[for="form-field-field_termeni"]:before {
    content: url('/wp-content/themes/hello-theme-child/img/icon-checked.png');
    position: absolute;
    left: 7px;
    top: 2px;
}

form#instalatori input#form-field-field_termeni + label[for="form-field-field_termeni"],
form#instalatori input#form-field-field_confidentialitate + label[for="form-field-field_confidentialitate"],
form#newsletter input#form-field-field_termeni2 + label[for="form-field-field_termeni2"],
form#newsletter input#form-field-field_confidentialitate2 + label[for="form-field-field_confidentialitate2"],
form#aplica input#form-field-field_termeni + label[for="form-field-field_termeni"] {
    margin-left: 30px;
}

.product-header-image {
    height: 360px;
    overflow: hidden;
    border-radius: 20px;
}

.product-header-image .product-circle-background:after {
    position: absolute;
    content: '';
    width: 215px;
    height: 215px;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 215px;
}

.product-header-image .product-circle-background img {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .product-header-image .product-circle-background:after {
        width: 180px;
        height: 180px;
        border-radius: 180px;
    }
}

.main-title-search {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #5B5B5B;
    text-transform: uppercase;
}

.subtitle-search {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #5B5B5B;
    margin-bottom: 52px;
    text-align: center;
}

.results-main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.result-container {
    list-style: none;
    flex: 0 0 31%;
    background-color: #F5F5F5;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.result-container {
    margin-right: 2%;
}

.result-container img {
    margin: 0 auto;
    height: auto;
    display: block;
    max-height: 188px;
    max-width: 100%;
    width: auto;
}

.category-subtitle {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #192B55;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%;
}

.result-container h2  {
    text-align: center;
    color: #5B5B5B !important;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
}

.result-container p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    color: #192B55;
    margin-bottom: 5px;
    margin-top: 10px;
}

.result-container .result-link {
    color: #ffffff;
    background: #00ADEE;
    text-decoration: none;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    align-self: center;
    min-width: 146px;
    margin-bottom: 5px;
}

.result-container-article {
    padding: 0;
    background: transparent;
    justify-content: start;
}

.result-container-article img {
    width: 100%;
    margin-bottom: 11px;
    max-height: 250px;
    border-radius: 20px;
}

.result-container-article h2, .result-container.result-container-assistance h2 {
    margin: 0;
}

.result-container-article p, .result-container-article h2 {
    text-align: left;
}

.result-container-article p {
    color: #000000;
    margin-top: 3px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.result-container-article h2 a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #192B55 !important;
    margin: 11px 0 0;
}

.result-container.result-container-assistance p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #5B5B5B;
    text-align: left !important;
    line-height: 19px;
    margin-bottom: 0;
}

.result-container.result-container-assistance h2 a {
    text-align: left !important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #5B5B5B !important;
    text-transform: uppercase;
}

.result-container.result-container-article {
    margin-bottom: 20px;
}

.result-container-article .article-arrow-icon {
    width: inherit;
    height: inherit;
    text-align: left;
    margin: 8px auto auto 0;
    transition: .3s all ease;
}

.result-container-article:hover .article-arrow-icon {
    margin-left: 10px;
}

.show-more-results button {
    border: 0;
    outline: 0;
    color: #ffffff;
    background: #00ADEE;
    text-decoration: none;
    height: 45px;
    border-radius: 50px;
    align-self: center;
    min-width: 196px;
    margin: 45px auto 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease;
}

.show-more-results button img {
    margin-left: 10px;
    width: 23px;
    height: 11px;
}

.show-more-results button:hover, .result-container .result-link:hover {
    background: #192b55;
}

.results-main-container.results-main-container-assistance .result-container {
    flex: 0 0 47%;
}

.result-container.result-container-assistance {
    border-radius: 20px;
    padding: 20px 30px;
    text-align: left;
    margin-bottom: 20px;
}

.result-container.result-container-assistance h2,
.result-container.result-container-assistance p {
    text-align: left;
}

.no-results-container p {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 150px;
    line-height: 50px;
    color: #5B5B5B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.no-results-container img {
    margin: 40px auto 100px;
    text-align: center;
    display: block;
}

.blog-filters .blog-select-category,
.blog-filters .blog-search {
    display: inline-block;
    margin-right: 30px;
}

.blog-filters select {
    background-color: #F5F5F5;
    color: #192B55;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    appearance: none;
    background-image: url(./img/select-arrow-down-dark-blue.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 15px;
    padding-right: 50px;
    border-radius: 0;
    border: 1px solid #f5f5f5;
}

.blog-filters select:focus-visible{
    border: 1px solid #f5f5f5;
    border-radius:0;
    outline: none;
}

.blog-filters input,
.blog-filters input:focus-visible {
    border: 1px solid #192B55;
    border-radius: 0;
    outline: none;
    background-color: #FFF;
    color: #192B55;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .blog-filters .blog-select-category,
    .blog-filters .blog-search {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .product.product-comparator .elementor-column {
        width: 50%;
    }

    .elementor-wc-products ul.products li.product {
        padding: 10px;
    }

    .elementor-wc-products ul.products li.product .button {
        font-size: 13px !important;
        line-height: 20px !important;
        padding: 10px 15px !important;
    }

    .product.featured .woocommerce-loop-product__thumb_open {
        height: unset !important;
    }
}

.elementor-wizard-container .elementor-wizard-column {
    flex-direction: column;
    display: none;
}

.elementor-wizard-container .elementor-wizard-column:first-child {
    display: flex !important;
}

.elementor-wizard-container .elementor-wizard-column .elementor-wizard-filters {
    display: none;
}

.elementor-wizard-container .elementor-wizard-column .elementor-wizard-filters.contact-form .elementor-wizard-post-content {
    border: 0;
    padding: 0 0 0 20px;
    margin-top: -10px;
}

.elementor-wizard-container .elementor-wizard-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.elementor-wizard-container .elementor-column .nice-select {
    border: 0;
    border-radius: 15px;
}

.elementor-wizard-container .elementor-column .nice-select .list {
    box-shadow: unset;
    border-radius: 15px;
    line-height: 22px;
    margin-top: 3px;
    overflow: auto;
    max-height: 290px;
}

.elementor-wizard-container .elementor-column .nice-select,
.elementor-wizard-container .elementor-column .nice-select .list {
    color: #5B5B5B;
    font-size: 18px;
    background-color: #F5F5F5;
    font-weight: 300;
}

.elementor-wizard-container .elementor-column .nice-select {
    width: 100%;
}

.elementor-wizard-container .elementor-column .nice-select .current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-wizard-container .elementor-column .nice-select .list {
    min-width: 100%;
}

.elementor-wizard-container .elementor-column .nice-select .option {
    font-weight: 300;
    line-height: 36px;
    min-height: 36px;
    padding-left: 30px;
    padding-right: 30px;
}

.elementor-wizard-container .elementor-column .nice-select .option.selected {
    font-weight: 300;
    border-radius: 15px;
    background-color: #00ADEE !important;
    color: #fff;
}

.elementor-wizard-container .elementor-column .nice-select:after {
    border-color: #242424;
}

.elementor-wizard-container .elementor-wizard__column-header {
    color: #192B55;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
    min-height: 50px;
}

.elementor-wizard-container .elementor-wizard__item-list {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    background-color: #F5F5F5;
    color: #585858;
    margin-bottom: 25px;
    padding: 22px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    transition: all .25s ease-in-out;
}

.elementor-wizard-container .elementor-wizard__item-list.active {
    background-color: #00ADEE;
    color: #fff;
}

.elementor-wizard-container .elementor-wizard-post-content {
    border: 1px solid #00ADEE;
    border-radius: 15px;
    font-size: 18px;
    padding: 25px 30px;
}

.elementor-wizard-container .elementor-wizard-post-content,
.elementor-wizard-container .elementor-wizard-post-content a {
    font-size: 18px;
    line-height: 22px;
    color: #192B55;
    font-weight: 300;
}

.elementor-wizard-container .elementor-wizard-post-content a {
    text-decoration: underline;
    padding: 4px 0;
}

.elementor-wizard-container .elementor-wizard-post-content span.muted {
    font-size: 14px;
    line-height: 22px;
    color: #192B55;
}

.elementor-wizard-container .elementor-wizard-post-content ul li {
    padding: 5px 0;
}

.elementor-wizard-container .elementor-wizard-post-content p:last-child {
    margin-bottom: 0;
}

.elementor-wizard-container .elementor-wizard-chat {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 15px;
    font-size: 18px;
}

.elementor-wizard-container .elementor-wizard-chat .elementor-wizard-chat__description {
    color: #192B55;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.elementor-wizard-container .elementor-wizard-chat a {
    font-weight: 300;
    color: #192B55;
    text-decoration: underline;
}

div#top-search-shortcode {
    display: none;
}

.elementor-widget-shortcode form.top-search {
    position: absolute;
    display:inline;
    height: 45px;
}

.elementor-widget-shortcode form.top-search input,
.elementor-widget-shortcode form.top-search input:focus,
.elementor-widget-shortcode form.top-search input:focus-visible{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    outline:none;
    padding: 8px 0 0 0;
    color:#fff;
}

.elementor-widget-shortcode form.top-search img {
    position: absolute;
    top: 18px;
    right: -20px;
    cursor: pointer;
    z-index: 100;
}

.elementor-support-accordion .elementor-accordion-item .elementor-accordion-item-content {
    display: none;
}

.elementor-subcategory-header {
    text-align: center;
}

.elementor-subcategory-header h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 44px;
    color: #5B5B5B;
}

.elementor-subcategory-header .elementor-subcategory-list {
    background-color: #00ADEE;
    border-radius: 30px;
    display: inline-flex;
    padding: 0 30px;
}

.elementor-subcategory-header .elementor-subcategory-list .elementor-subcategory-item a {
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    cursor: pointer;
    display: block;
}

.elementor-support-accordion .elementor-accordion-item {
    padding: 30px 0;
}

.elementor-support-accordion .elementor-accordion-item .elementor-accordion-item-name {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
    color: #585858;
    border-bottom: 1px solid #BCBCBC;
    cursor: pointer;
}

.elementor-support-accordion .elementor-accordion-item .elementor-accordion-item-content {
    padding: 30px 0;
}

.elementor-support-accordion .elementor-accordion-item .elementor-accordion-item-content > .elementor-container {
    margin-left: -10px;
    margin-right: -10px;
}

.elementor-product-list {
    background-color: #F5F5F5;
    height: 100%;
    width: 100%;
}

.elementor-product-list > .elementor-container {
    height: 100%;
}

.elementor-product-list .elementor-column > .elementor-element-populated {
    padding: 30px;
    overflow: hidden;
}

.elementor-product-list .elementor-column > .elementor-element-populated {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.elementor-product-list .elementor-product-list-name a {
    color: #192B55;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.elementor-product-list .elementor-product-list-description {
    color: #5B5B5B;
    font-size: 16px;
    line-height: 19px;
    font-weight: 200;
    display: block;
    margin-bottom: 15px;
}

.elementor-product-list .elementor-product-list-content a {
    color: #192B55;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
}

.elementor-product-list .elementor-product-list-content p {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px){
    .elementor-widget-shortcode form.top-search {
        left: 0;
        width: 860px;
        background-color: #192b55;
        z-index: 100;
        right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .elementor-widget-shortcode form.top-search {
        left: 35px;
        top: 5px;
        background-color: #192b55;
        z-index: 100;
    }

    .elementor-widget-shortcode form.top-search img {
        top: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .product-header-image .product-circle-background:after {
        width: 200px;
        height: 200px;
    }

    .product-header-image {
        height: 340px;
    }
}

@media only screen and (max-width: 992px) {
    .result-container img {
        max-height: 100px;
    }

    .result-container-article img {
        max-height: 160px;
    }

    .main-title-search {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 11px;
    }

    .subtitle-search {
        font-size: 14px;
        line-height: 19px;
        margin-top: 0;
    }

    .category-subtitle, .result-container .result-link, .result-container h2 {
        font-size: 14px;
    }

    .result-container p {
        margin-bottom: 0;
    }

    .result-container h2 {
        margin-top: 8px;
    }

    .show-more-results button {
        font-size: 15px;
    }

    .no-results-container p {
        font-size: 30px;
        margin-top: 150px;
        line-height: 40px;
    }
}

.elementor-products-grid ul.products.elementor-grid li.product.featured {
    grid-column: span 2;
    display: flex;
    flex-direction: row !important;
    align-items: center;
}

.elementor-products-grid ul.products.elementor-grid li.product.featured .woocommerce-loop-product__thumb_open {
    width: 60%;
    padding-right: 30px;
}

.elementor-products-grid ul.products.elementor-grid li.product.featured .woocommerce-loop-product__details_open {
    width: 40%;
}

@media screen and (max-width: 768px) {

    #hp-salus-smart-home .elementor-tabs-scroll,
    #hp-termostate .elementor-tabs-scroll {
        overflow:auto;
    }

    #hp-salus-smart-home .elementor-tabs-content-wrapper[aria-orientation="vertical"] .elementor-tab-title,
    #hp-termostate .elementor-tabs-content-wrapper[aria-orientation="vertical"] .elementor-tab-title {
        display: none;
    }

    #hp-salus-smart-home .elementor-tabs-wrapper{
        display: flex;
        width: 1010px;
    }

    #hp-termostate .elementor-tabs-wrapper {
        display: flex;
        overflow-x: scroll;
        width: 390px;
    }

    #hp-salus-smart-home .elementor-tabs-wrapper .elementor-tab-title {
        padding-right: 15px;
        min-width:190px;
    }

    #hp-salus-smart-home .elementor-tabs-wrapper .elementor-tab-title {
        padding-right: 25px;
    }

    #hp-salus-smart-home .elementor-tabs-wrapper .elementor-tab-title:last-child {
        padding:0;
    }

    #hp-termostate .elementor-tabs-wrapper {
        justify-content: center;
    }

    .result-container {
        padding: 10px;
        margin-bottom: 10px;
        flex: 0 0 48% !important;
    }

    .results-main-container.results-main-container-assistance .result-container.result-container-assistance {
        flex: 0 0 100% !important;
    }

    .elementor-subcategory-header .elementor-subcategory-list {
        flex-direction: column;
    }

    .elementor-product-list > .elementor-container > .elementor-column {
        width: 50% !important;
    }
}

#menu-categories {
    display:none;
}

.elementor-products-comparator-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.elementor-products-comparator-wrapper .elementor-products-comparator-more {
    text-align: center;
}

.elementor-products-comparator-wrapper .elementor-products-comparator-expand {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #00ADEE;
}

.elementor-products-comparator-wrapper .elementor-products-comparator-expand svg {
    margin-left: 15px;
    margin-bottom: 2px;
    width: 1em;
    height: auto;
}

.elementor-products-comparator-wrapper .elementor-products-comparator-more {
    padding: 15px 0;
}

table.elementor-products-comparator {
    font-family: "Open Sans", sans-serif !important;
    border-spacing: 15px;
    border-collapse: separate;
}

table.elementor-products-comparator tr:nth-child(odd)>td,
table.elementor-products-comparator tr:nth-child(odd)>th,
table.elementor-products-comparator tr:hover>td,
table.elementor-products-comparator tr:hover>th {
    background-color: transparent;
}

table.elementor-products-comparator tr td {
    padding: 10px;
    line-height: 1.5;
    border: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    width: 33%
}

.elementor-products-comparator-wrapper table.elementor-products-comparator tr.more-attribute {
    display: none;
}

.elementor-products-comparator-wrapper.with-more-attributes table.elementor-products-comparator tr.more-attribute {
    display: table-row;
}

.elementor-products-comparator-wrapper .elementor-products-comparator-expand .text-show-less,
.elementor-products-comparator-wrapper.with-more-attributes .elementor-products-comparator-expand .text-show-more {
    display: none;
}

.elementor-products-comparator-wrapper.with-more-attributes .elementor-products-comparator-expand .text-show-less {
    display: inline-block;
}

.elementor-products-comparator-wrapper.with-more-attributes .elementor-products-comparator-expand svg {
    transform: rotate(180deg);
}

table.elementor-products-comparator tr td:first-child {
    font-weight: 500;
}

table.elementor-products-comparator.elementor-products-comparator-small {
    width: 66%;
    margin: 0 auto;
}

table.elementor-products-comparator.elementor-products-comparator-small tr td {
    width: 50%;
}

table.elementor-products-comparator .elementor-product-details {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    border-bottom: 2px solid #5B5B5B;
}

table.elementor-products-comparator tr td.elementor-product-details:first-child {
    border-color: #00ADEE;
}

table.elementor-products-comparator tr td.elementor-product-details .elementor-product-thumb,
table.elementor-products-comparator tr td.elementor-product-details .elementor-product-thumb a{
    height: 240px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

table.elementor-products-comparator tr td.elementor-product-details .elementor-product-name a {
    color: #333
}

table.elementor-products-comparator tr td.elementor-product-details .elementor-product-thumb img {
    max-height: 100%;
    max-width: 330px;
    width: auto;
}

@media screen and (max-width: 768px) {
    .elementor-products-grid ul.products.elementor-grid li.product.featured .woocommerce-loop-product__thumb_open {
        padding-right: 15px;
    }

    .elementor-products-comparator-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    table.elementor-products-comparator.elementor-products-comparator-small {
        width: 100%;
    }

    table.elementor-products-comparator tr td:nth-child(3) {
        display: none;
    }

    table.elementor-products-comparator tr td.elementor-product-details .elementor-product-thumb {
        height: 200px;
        margin-bottom: 15px;
    }

    table.elementor-products-comparator tr td.elementor-product-details .elementor-product-thumb img {
        max-height: unset;
        max-width: 90%;
    }
}

#filters-mobile {
    display: none;
    margin-bottom: 0;
}

#toggle-filters:after {
    font-family: 'Font Awesome 5 Free', sans-serif !important;
    content: "\f078";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    height: 17px;
    width: 17px;
    font-size: 17px;
    line-height: 17px;
    color: #111;
}

#toggle-filters.open-filters:after {
    content: "\f00d";
}

.page-template-default {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.page-template-default h1.entry-title {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

.return {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 45px;
    color: #5B5B5B;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.return input[type="text"] {
    border-radius: 10px;
    border: none;
    background-color: #fff;
    padding: 15px;
    color: #5B5B5B;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    outline: none;
}

.return select {
    border-radius: 10px;
    border: none;
    background-color: #fff;
    padding: 15px;
    color: #5B5B5B;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    appearance: none;
    background-image: url(./img/select-arrow-down-blue.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 23px;
}

.return label {
    margin-bottom: 15px;
}

.return .input-row {
    margin-bottom: 30px;
}

.return button {
    border-radius: 20px;
    background-color: #00ADEE;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    padding: 10px 45px;
    border: none;
    display: block;
    margin: 0 auto;
}

.return .terms {
    text-align: center;
    font-size: 15px;
}

.return .terms a,
.return .terms a:hover{
    color: #5B5B5B;
    text-decoration: underline;
}

.return .terms label[for="promo"] {
    padding: 0 0 0 35px;
    position: relative;
    margin: 0;
}

.return .terms input[type="checkbox"] {
    display: none;
}

.return .terms input[type="checkbox"] + label:before {
    content: url('/wp-content/themes/hello-theme-child/img/icon-not-checked.png');
    position: absolute;
    left: 7px;
    top: 0;
}

.return .terms input[type="checkbox"]:checked + label:before {
    content: url('/wp-content/themes/hello-theme-child/img/icon-checked.png');
    position: absolute;
    left: 7px;
    top: 2px;
}

.return button:hover,
.return button:focus{
    background-color: #192B55;
    outline: none;
}

.return button .loading {
    width: 15px;
    height: 15px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-left: 15px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.return span.error {
    color: red;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

