/*
Theme Name: Higeco - Qspector Theme
Author: Progetto51 | Web Development
Author URI: https://www.progetto51.it/
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@700&display=swap');

:root {
    --theme_primary_color: #f28c00;
    --theme_primary_color_hover: #f28c00;
    --theme_balck: #2c2c2c;
    --theme_light: #f9fafb;
    --base: #4b999b;
    --espansione: #9b4b5a;

    --transition: all .3s;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    /*color: #888888;*/
    color: black;
    text-transform: none;
    font-weight: 400;
    font-style: normal;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1 {
    font-family: Asap, sans-serif;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal
}

h2 {
    font-family: Asap, sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal
}

h3 {
    font-family: Asap, sans-serif;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal
}

h4 {
    font-family: Asap, sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal
}

h5 {
    font-family: Asap, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal
}

h6 {
    font-family: Asap, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

/*
    header
*/
.top-header {
    height: 50px;
    background-color: var(--theme_primary_color);
}

.main-header {
    height: 120px;
}

/*
    buttons
*/
.btn {
    transition: var(--transition);
}

.btn-primary {
    color: #fff;
    background-color: var(--theme_primary_color);
    border-color: var(--theme_primary_color);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--theme_primary_color_hover);
    border-color: var(--theme_primary_color_hover);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--theme_primary_color_hover);
    border-color: var(--theme_primary_color_hover);
    box-shadow: 0 0 0 0.25rem rgb(185, 222, 148);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: gainsboro;
    border-color: black;
    color: black;
}

.user_login {
    font-size: 20px;
    color: #5d5d5d;
    text-decoration: none;
}

.user_login:hover, .user_login:hover .user_login.name {
    color: #888888;
}

.user_login.text {
    font-size: 15px;
    font-weight: bold;
}

.user_login.name {
    font-size: 12px;
    font-weight: bold;
}

.user_login.logout {
    font-size: 12px;
    font-weight: bold;
}

#header_menu nav ul li {
    display: inline-block;
    position: relative;
    font-family: Asap, sans-serif;
    padding: 0px 5px 0px 5px;
    border-right: 1px solid black;
}

#header_menu nav ul li:last-child {
    border-right: none;
}

#header_menu nav ul li a {
    padding: 4px;
    border-top: 6px solid transparent;
    text-decoration: none;
    color: #5d5d5d;
}

header nav ul li a:after,
header nav ul li.current_page_item a:after,
header nav ul li.current-menu-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    transition: var(--transition);
}

header nav ul li:hover a:after,
header nav ul li.current_page_item a:after,
header nav ul li.current-menu-item a:after {
    bottom: -10px;
    background-color: #f28c00;
}

.main-header, .main-footer {
    background-color: rgba(220, 220, 220, .25);
}

.header-claim {
    font-size: 16px;
    letter-spacing: -1px;
    color: #5d5d5d;
    font-weight: bold;
}

footer {
    clear: both;
    position: relative;
    /*height: 200px;*/
    /*margin-top: -200px;*/
}

.footer-box-row-1, .footer-box-row-1 a {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.footer-box-row-2, .footer-box-row-2 a {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #777777;
    text-transform: none;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
}

.footer-box-row-1 a:hover, .footer-box-row-2 a:hover {
    color: #f28c00;
}

main {
    flex: 1;
    padding-bottom: 80px;
    padding-top: 80px;
}

/*
    pagina configuratore
*/

/*.procucts_area{*/
/*    padding: 3rem 1rem;*/
/*}*/
.items_included {
    padding: 1rem;
    position: sticky;
    top: 60px;
    font-size: 12px;
    border: 1px solid grey;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.products_area .cat-item {
    border: 1px solid grey;
    text-align: center;
    /* padding: 2rem 10px; */
    border-radius: 10px;
}

.cat-item {
    cursor: pointer;
    text-align: center;
}

.cat-item img {
    max-width: 50px;
    margin: 20px;
    max-height: 50px;
}

.cat-item-div .cat-item, .prod-item-div .cat-item {
    text-align: left;
    border-width: 2px;
}

.cat-item-div .cat-item img, .prod-item-div .cat-item img {
    margin-bottom: 0;
    max-width: inherit;
}

.prod-item-div {
    margin-bottom: 5px;
    background-color: white;
    padding: 10px;
}

.prod-item-div.base {
    /*background-color: antiquewhite;*/
    border-left: 2px solid #f28c00;
    border-bottom: 2px solid #f28c00;
}

.prod-item-div {
    /*background-color: antiquewhite;*/
    border-left: 2px solid grey;
    border-bottom: 2px solid grey;
}

.prod-item-div.extra {
    background-color: honeydew;
}

span.products_list {
    margin-right: 10px;
    background-color: var(--theme_primary_color);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: white;
    border-radius: 100%;
}

.quadro {
    cursor: pointer;
}

span.products_list.base {
    background-color: var(--base);
}

span.products_list.espansione {
    background-color: var(--espansione);
}

/*
    bs radio button
*/
.form-check-input:checked {
    background-color: var(--theme_primary_color);
    border-color: var(--theme_primary_color);
}

.base_components {
    list-style: square;
    font-size: 14px;
}

.base_component_title {
    width: 100px;
    font-weight: bold;
    color: black;
}

.domanda_multichoice {
    list-style: none;
    font-size: 14px;
}

.add_prod_btn {
    text-transform: uppercase;
}

.cat-item-title {
    font-size: 12px;
    line-height: 16px;
    height: 40px;
}

.prod_delete:hover {
    color: red;
}

.sonde-filter-arrow:before {
    content: '\f2ee';
    position: absolute;
    right: -5px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.sonde-filter-panel .form-row {
    position: relative;
}

#meter_sonde_confirm .iziToast-texts {
    width: 100%;
}

#meter_sonde_confirm .iziToast-buttons {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#meter_sonde_confirm .iziToast-title {
    margin-right: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.meter-to-connect {
    font-weight: bold;
    width: 100%;
    text-align: center;
    border: 2px dotted red;
    padding: 5px;
}

.meter-to-connect .meter-details {
    font-size: 16px;
    color: black;
}

.meter-to-connect-action.stop {
    text-transform: uppercase;
    color: #e05454;
    cursor: pointer;
    font-size: 12px;
}

.prod-item-connected-to {
    color: darkblue;
}

.modal-header .close {
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    border: none;
    background: none;
}

#place_order {
    padding-right: 20px;
}

#place_order:after {
    content: '\f2ee';
    position: absolute;
    right: 22px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#reset_cart {
    padding-left: 20px;
}

#reset_cart:before {
    content: '\f2ee';
    position: absolute;
    left: 22px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: rotate(3.142rad);
}

.domande_quadro.espansione #quadro_base,
.domande_quadro.espansione #esp_gateway {
    display: block;
}

.prod-item-price {
    font-weight: bold;
}

.pme-title {
    font-family: Asap, sans-serif;
    font-size: 14px;
    color: black;
}

.pme-value {
    font-family: Asap, sans-serif;
    font-size: 16px;
    color: black;
}

.woocommerce-MyAccount-navigation, .woocommerce-side-nav {
    width: 220px !important;
}

.woocommerce-MyAccount-content {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 240px;
    padding: 30px;
    border: 1px solid;
    border-color: #e2e2e2;
    float: none !important;
    width: auto !important;
}

.woocommerce-MyAccount-navigation ul li a, .woocommerce-side-nav li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid;
    border-color: #e2e2e2;
    color: #5d5d5d;
    text-decoration: none;
    letter-spacing: 0.7px;
}

.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-side-nav li a:hover {
    font-weight: bold;
}

input[type=text], input[type=password], input[type=email] {
    border-width: 1px;
    border-color: #e2e2e2;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 16px;
    color: black;
    border: 1px solid #e2e2e2;
    /*font-size: 13px;*/
    /*color: #747474;*/
    padding: 8px 15px;
    width: 100%;
    box-sizing: border-box;
}

button[name=save_address], button[name=save_address]:hover,
button[name=save_account_details], button[name=save_account_details]:hover,
button[name=register], button[name=register]:hover,
button[name=login], button[name=login]:hover,
.btn-view-project {
    background-color: #f28c00 !important;
    color: white !important;
}

.cart_item .product-name a {
    text-decoration: none;
    color: #5d5d5d;
}

.cart_name .amount {
    color: #5d5d5d;
}

.checkout-button {
    background-color: #f28c00 !important;
    color: white !important;
}

.shop_table.cart,
.cart_totals .shop_table {
    padding: 10px;
}

.cart_totals .shop_table tr td {
    width: 100%;
    text-align: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 40% !important;
}

.projects-list .header {
    color: black;
}

.woocommerce-MyAccount-content h2 {
    color: #5d5d5d;
}

.project-table-row td {
    padding: 2px;
}

.projects-table thead tr {
    line-height: 40px;
}

.debug {
    width: 250px;
    background-color: beige;
    position: absolute;
    top: 175px;
}

.debug-title {
    display: block;
    font-size: 11px;
    color: black;
    line-height: normal;
}

.debug-value {
    font-weight: bold;
    color: black;
    margin-left: 10px;
}

#debug-update {
    font-size: 11px;
    line-height: normal;
}

.loader_page {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2001;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: white;
    font-size: x-large;
}

.loader_page div {
    padding-top: 20%;
}

.loader_page span:before {
    content: 'Attendere...';
}

.loader_page div img {
    margin-top: 20px;
}

.woocommerce-checkout #payment {
    background-color: transparent;
}

button[name=woocommerce_checkout_place_order] {
    background-color: #f28c00 !important;
    color: white !important;
    width: 100%;
    height: 60px;
}

.woocommerce-checkout-review-order-table tbody {
    font-size: 15px;
}

.form-row.place-order {
    padding: 0px !important;
}

.form-row.place-order div {
    width: 100%;
}

#customer_details h3 {
    margin-bottom: 30px;
}

.cat-prod {
    border-bottom: 1px dotted darkgrey;
    font-size: 14px;
}

.project-check:before {
    content: '\f26b';
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-weight: bold;
}

.projects-table tbody tr {
    border-bottom: 1px dotted darkgrey;
}