/*
Theme Name: Educam Child Theme
Theme URI: http://educam.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Educam
Template: educam
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: educam

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* --- FONT --- */
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v24-latin-regular.woff2') format('woff2');
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v24-latin-500.woff2') format('woff2');
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v24-latin-600.woff2') format('woff2');
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v24-latin-700.woff2') format('woff2');
}
/* poppins-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/poppins-v24-latin-800.woff2') format('woff2');
}

body, h1, h2, h3, h4, h5, h6, p, li, input, button, select, textarea, th, td, span:not(#wpadminbar *), div:not(#wpadminbar *) {font-family: 'Poppins', sans-serif !important;} a:not(.fab):not(.fas):not(.fa):not([class*="fa5_icons"]):not([class*="lte-icon"]):not(.dashicons) {font-family: 'Poppins', sans-serif !important;} #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before, #wpadminbar .dashicons, #wpadminbar span {font-family: dashicons !important;} .fab, .fas, .fa, .paritime_fa5_icons, .educam_fa5_icons, .dashicons, [class*="lte-icon"], .eicon {font-family: inherit !important;} .fab, .educam_fa5_icons { font-family: "Font Awesome 5 Brands" !important; } .fas, .fa { font-family: "Font Awesome 5 Free" !important; font-weight: 900 !important; } [class*="lte-icon"] { font-family: 'lte-font' !important; }
/* --- FINE FONT --- */

/* --- ACCESSIBILITÀ --- */
/* CLASSI DI UTILITÀ */
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; 
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* SKIP LINK */
.skip-link {
    position: absolute;
    top: -100px;
    left: 10px;
    background-color: #1570ef;
    color: #ffffff !important;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    z-index: 100000;
    transition: top 0.3s ease;
    border-radius: 0 0 8px 8px;
}
.skip-link:focus {
    top: 0;
    outline: 3px solid #000 !important;
    color: #ffffff !important;
}
.skip-link:visited {
    color: #ffffff !important;
}

/* FOCUS & SELECTION */
:focus {
    outline: none !important;
    box-shadow: none !important;
}
:focus:hover,
.elementor-tab-title:focus:hover,
.elementor-toggle-title:focus:hover,
.elementor-accordion-title:focus:hover,
summary:focus:hover {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* STILE TASTIERA */
:focus-visible {
    outline: 3px solid #1570ef !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 4px #ffffff !important;
    z-index: 99999;
    border-radius: 2px;
}
.elementor-button:focus-visible {
    outline-offset: -3px !important;
}

::selection {
    background: #d10000;
    color: #ffffff;
}

/* Apre il sottomenu in focus */
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav li:focus-within > ul.sub-menu,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav li:focus-within > ul.children {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto; 
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu li a:focus,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children li a:focus {
    background-color: #f5f5f5;
    color: #d10000 !important;
}

/* Selezione elementi in rosso */
::selection {
    background: #d10000;
    color: #ffffff;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.testo {
    font-size: 18px;
}

.elenco {
    font-size: 18px;
    margin-left: 25px;
}

#content-sidebar {
    background-color: transparent;
    padding: 30px;
    box-sizing: border-box;
}

.content-sidebar-prod,
body.single-product .woocommerce-Tabs-panel.entry-content {
    box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px !important;
    box-sizing: border-box;
    color: #464646;
    font-size: 18px;
    line-height: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

body.single-product.woocommerce div.product,
body.single-product .woocommerce-tabs .panel {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    padding: 30px !important;
}

.entry-content ul {
    margin-bottom: 0px !important;
}

.entry-content ul li {
    margin-left: 14px;
    font-size: 18px;
}


.verde-corsi {
    color: #32A43E;
    font-weight: 700 !important;
}

.price-sidebar {
    font-size: 60px;
    line-height: 64px;
}

.medium {
    font-weight: 600 !important;
}

.semibold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.clear10 {
    display: block;
    height: 10px;
}

.clear20 {
    display: block;
    height: 20px;
}

.clear30 {
    display: block;
    height: 30px;
}

.clear40 {
    display: block;
    height: 40px;
}

.clear50 {
    display: block;
    height: 50px;
}

.rosso {
    color: #d10000;
}

.no-margin {
    margin: 0 !important;
}

.upper {
    text-transform: uppercase;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.ombra {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.iframe-sicurflix p {
    font-size: 18px !important;
}

.responsive-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

.tabella-dati {
    background-color: #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tabella-dati .tabella-riga,
.tabella-dati .divScalaSconti table tr td {
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}

.tabella-dati .tabella-riga:nth-child(even),
.tabella-dati .divScalaSconti table tr:nth-child(even) {
    background-color: #e5e5e5;
}

.tabella-dati .tabella-riga:first-child,
.tabella-dati .divScalaSconti table tr:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabella-dati .divScalaSconti table tr:first-child td {
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 19px;
}

.tabella-dati .divScalaSconti table tr td:not(:last-child) {
    font-weight: 600 !important;
}

.tabella-dati .divScalaSconti table tr:not(:first-child) td {
    font-size: 15px;
    line-height: 19px;
}

.tabella-dati .tabella-riga:last-child,
.tabella-dati .divScalaSconti table tr:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tabella-dati div[align=right] {
    display: none !important;
}

.content-sidebar-prod h3,
.content-sidebar-prod h4 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 700;
}

.content-sidebar-prod p {
    font-size: 18px;
    line-height: 1.4em;
}

.thumb-star {
    max-width: 30px !important;
}

.recensione p {
    font-size: 18px;
    line-height: 1.4em;
}

.thumb-mega {
    max-width: 200px !important;
    margin: 0 auto;
}

.thumb-pin {
    max-width: 22px !important;
    margin-right: 5px;
}

.bg-rosso {
    background-color: #d10000;
}

.bianco {
    color: #fff;
}

.thumb-tel {
    max-width: 50px !important;
}

a.phone {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #fff !important;
}

.btn-main.bianco {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 16px;
}

.woocommerce span.lte-wc-new,
.woocommerce span.onsale {
    width: 70px;
    height: 33px;
    line-height: 35px;
    background-color: #2D8636;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 4px 10px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.woocommerce-tabs ul.wc-tabs {
    display: none !important;
}

.thumb-cart {
    max-width: 30px !important;
}

.woocommerce div.quantity input[type="number"],
.woocommerce div.product form.cart div.quantity input[type="number"],
.woocommerce-page div.product form.cart div.quantity input[type="number"] {
    background-color: #fff !important;
    border: none !important;
    padding: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 18px !important;
}

.woocommerce div.quantity span.more {
    right: 0;
    left: auto;
    top: 3px;
}

.woocommerce div.quantity span.less {
    left: -12px;
    right: auto;
    top: 3px;
}

.woocommerce div.quantity span.more:before,
.woocommerce div.product form.cart div.quantity span.more:before,
.woocommerce-page div.product form.cart div.quantity span.more:before {
    top: 0;
    left: 0;
    position: relative;
    font-size: 20px;
    background-color: #e5e5e5;
    padding: 12px 12px;
    right: auto;
    content: "\2b";
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.woocommerce div.quantity span.less:before,
.woocommerce div.product form.cart div.quantity span.less:before,
.woocommerce-page div.product form.cart div.quantity span.less:before {
    top: 0;
    right: 0;
    position: relative;
    font-size: 13px;
    background-color: #e5e5e5;
    padding: 12px 12px;
    left: auto;
    content: "\f068";
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.woocommerce .single_add_to_cart_button {
    font-size: 18px;
    line-height: 22px;
    max-width: 190px;
    padding: 6px 26px;
}

form#add_cart_function {
    padding: 0;
    margin: 0;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(29, 28, 31, .5);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.popup.active {
    display: block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.popup-content {
    width: 100%;
    max-width: 600px;
    position: relative;
    box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px !important;
    box-sizing: border-box;
    color: #464646;
    font-size: 18px;
    line-height: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*text-align: center;*/
}

.popup h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 28px;
}

.popup a {
    color: #d10000 !important;
}

.popup-main {
    width: 100%;
    height: 100%;
}

.close-pop {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 34px;
    height: 34px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*border: solid 1px #313131;*/
    z-index: 4;
    cursor: pointer;
}

.close-pop span {
    width: 18px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 9px);
    transform: rotate(45deg);
}

.close-pop span:last-child {
    transform: rotate(-45deg);
}

#accordion-product h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 60px 0 30px 0 !important;
}

#accordion-product .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

body.single-product .lte-header-h1-wrapper {
    text-align: left;
}

body.single-product .lte-page-header .breadcrumbs {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 100px;
    box-sizing: border-box;
}

.woocommerce-product-details__short-description p {
    color: initial;
}

body.single-product .lte-header-wrapper+.main-wrapper>.margin-default,
body.single-product .lte-header-wrapper+.margin-default {
    padding-top: 0;
}

.woocommerce div.product .summary.entry-summary .product_meta {
    margin-top: 0;
}

#lte-nav-wrapper .container {
    min-height: unset !important;
    padding: 0 !important;
}

.login-border .lte-nav-profile {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #a0a0a0;
}

/*.lte-nav-search input[type=text] {
    width: auto !important;
}*/

.lte-nav-search a,
.lte-navbar-icons .lte-nav-profile a,
.lte-navbar-icons .lte-cart .lte-icon-cart {
    color: #1d1c1f !important;
}

.lte-navbar-icons .lte-cart {
    padding-right: 0px !important;
}

#accordion-product {
    max-width: 100%; /*844px*/
    display: block;
    width: 100%;
}

#accordion-product .elementor-widget-wrap>.elementor-element,
body.single-product .lte-text-page:not(.hasSidebar) .elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container {
    width: 100%;
}

.chiamaci,
.chiamaci span {
    color: #313131 !important;
}

.chiamaci {
    padding: 0 15px;
    margin: 0 15px;
    border-right: solid 1px #a0a0a0;
}

#adminbar-search {
    display: none !important;
}

span.label-ico {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.label-ico {
    display: block !important;
}

.lte-navbar-icons .lte-nav-profile {
    padding: 0 15px;
    box-sizing: border-box;
    border-left: solid 1px #a0a0a0;
    /*border-right: solid 1px #a0a0a0;*/
    margin: 0 15px;
}

.searchbar input[type="text"] {
    margin: 0 !important;
    height: 32px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px !important;
    line-height: 18px !important;
}

a#lte-top-search-ico {
    position: absolute;
    top: 3px;
    right: 12px;
}

.less.disabled {
    pointer-events: none !important;
}

#filtri-h,
.elementor-woofilters {
    margin-bottom: 20px;
}

#filtri-h>.wpfMainWrapper,
.elementor-woofilters .wpfMainWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

#filtri-h .wpfFilterButtons,
.elementor-woofilters .wpfFilterButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#filtri-h .wpfFilterWrapper select,
.elementor-woofilters .wpfFilterWrapper select {
    border-radius: 10px !important;
    background-color: #D10000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-color: #D10000 !important;
}

#filtri-h .wpfCheckboxHier,
.elementor-woofilters .wpfCheckboxHier {
    position: relative;
}

#filtri-h .wpfCheckboxHier:after,
.elementor-woofilters .wpfCheckboxHier:after {
    content: "\f078";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    line-height: 1em;
    font-size: 10px;
    width: 1em;
    height: 1em;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    cursor: pointer;
    color: #1d1c1f;
    color: #fff;
}

.woocommerce .woocommerce-result-count {
    font-size: 14px;
    padding: 23px 0 15px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 0;
    z-index: 2;
}

.lte-wc-order {
    height: 72px;
}

.select-wrap select {
    background-color: #FFF !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 10px !important;
    width: 99%;
    font-size: 16px;
    padding: 22px 30px 22px 20px;
    padding-right: 3.4em !important;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 2px;
}

.select-wrap select:hover {
    background: none !important;
    border: 1px solid black !important;
}

.wpfClearButton.wpfButton {
    min-height: 45px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    border: 2px solid #d10000 !important;
    font-weight: bold;
    color: #d10000 !important;
    width: 100% !important;
    margin-top: 45px !important;
}

.wpfClearButton.wpfButton:hover {
    background-color: #d10000 !important;
    color: white !important;
}

.woocommerce .woocommerce-ordering .select-wrap:after,
.woocommerce-page .woocommerce-ordering .select-wrap:after {
    margin-top: 0 !important;
}

.lte-item {
    padding: 20px 35px 20px !important;
}

.lte-item-descr {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
}

.lte-item-descr h2,
.lte-item-descr .woocommerce-loop-product__title,
.lte-item-descr a.woocommerce-loop-product__link,
.lte-item-descr .lte-excerpt {
    width: 100% !important;
    flex: 0 0 100% !important;
}

ul.products li.product a.woocommerce-loop-product__link:hover,
ul.products li.product a.woocommerce-loop-product__link:focus,
ul.products li.product a.add_to_cart_button:hover {
    text-decoration: none !important;
}

.product_meta {
    width: auto !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    margin-right: auto !important;
}

.lte-item-descr .lte-btn-wrap {
    width: auto !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    display: block !important;
}

.sku_wrapper {
    font-weight: normal !important;
}

.sku_wrapper .sku {
    font-weight: bold !important;
}

.lte-product-style-default ul.products li .lte-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.lte-product-style-default ul.products li .lte-item .lte-image {
    width: 100%;
    max-width: 200px;
}

.lte-product-style-default ul.products li .lte-item .lte-image img {
    width: 100%;
    max-width: 300px !important;
}

.lte-product-style-default ul.products li .lte-item .lte-item-descr {
    text-align: left !important;
    padding: 10px 50px;
    box-sizing: border-box;
}

.woocommerce .products .product_meta {
    margin-top: 0px;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-excerpt,
.woocommerce-page ul.products[class*="columns-"] li.product .lte-excerpt {
    opacity: 0.7 !important;
}

.woocommerce .products .lte-excerpt {
    margin: 10px 0 20px 0;
    font-size: 20px !important;
}

.price-listing {
    font-size: 30px;
    line-height: 30px;
}

body.archive .products .lte-item .lte-item-descr,
body.archive .products .lte-item .lte-item-descr .lte-excerpt,
.lte-product-style-default ul.products li .lte-item .lte-item-descr {
    text-align: left !important;
}

body.single-product .lte-page-header .lte-header-h1-wrapper {
    padding: 0 !important;
}

body.single-product .lte-page-header .container,
body.tax-product_cat .lte-page-header .container,
body.post-type-archive .lte-page-header .container,
body.single-post .lte-page-header .container,
body.page-template-blog .lte-page-header .container,
body.category-archivio-news .lte-page-header .container,
body.category .lte-page-header .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 1570px;
}

.lte-page-header h1 {
    font-size: 40px;
    text-decoration: underline #d10000 solid 2px;
    text-underline-offset: 5px;
}

.woocommerce-product-details__short-description h2 {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    margin: 15px 0 25px;
    font-weight: 400;
}

.underline {
    text-decoration: underline #d10000 solid 2px;
    text-underline-offset: 5px;
}

.woocommerce-product-details__short-description p {
    font-size: 22px;
    line-height: 26px;
}

.tablet {
    display: none !important;
}

#lte-nav-wrapper {
    align-items: center !important;
}

.lte-topbar-block {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.lte-navbar {
    padding: 20px 0 !important;
}

.lte-navbar .lte-navbar-logo {
    display: none !important;
}

.lte-navbar .container {
    padding: 0 15px;
    box-sizing: border-box;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.children,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu {
    margin-left: 0 !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.children,
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav > li:last-child ul.sub-menu {
    right: auto !important;
}

#menu-mim-menu > li:first-child ul.sub-menu > li a {
    padding: 4px 18px 8px 18px !important;
}

#recupera-prezzo {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: -9999999999999999999999999999999999999999999999 !important;
	opacity: 0 !important;
}

.item.item-search {
    max-width: 1370px !important;
    margin: 0 auto !important;
    position: relative !important;
    display: block !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
}

.item.item-search article {
	margin: 15px 0 !important;
}

.item.item-search:first-child article {
	margin: 30px 0 15px 0 !important;
}

.d-none {
	display: none;
}

.d-inline {
	display: inline;
}

@media (max-width: 1429px) {

	.item.item-search {
    	max-width: 1280px !important;
	}

}

@media (max-width: 1329px) {

	.item.item-search {
    	max-width: 1180px !important;
	}

}

@media (max-width: 1199px) {

	.item.item-search {
    	max-width: 85% !important;
	}

}

@media (min-width: 1200px) {
    #menu-mim-menu .tablet-only {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    #menu-mim-menu .desktop-only {
        display: none !important;
    }
}

.lte-navbar .btn-main.bianco {
    background-color: #fff;
    color: #D10000 !important;
    border: solid 2px #D10000;
}

.lte-nav-cart .label-ico {
    margin-left: 30px;
}

.lte-nav-cart {
    margin: 0 0 0 25px;
}

.lte-navbar-icons .lte-cart {
    padding-inline-end: 10px;
}

.lte-topbar-block .container {
    padding: 20px 0 !important;
}

.lte-navbar-logo {
    margin-top: 0px !important;
    height: 50px;
}

.ico-mini {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 5px 0 0;
    object-fit: contain;
    min-width: 30px;
}

.lte-navbar-icons .lte-cart {
    display: flex;
}

.lte-navbar-icons .lte-cart .ico-mini {
    margin-left: -5px;
}

.lte-nav-cart .label-ico {
    margin-left: 20px;
}

li.lte-nav-search {
    margin: -6px -20px 0 0 !important;
}

.lte-navbar-icons .lte-top-search-wrapper.show-field input[type='text'] {
    width: 180px !important;
    height: 30px !important;
    margin-top: 4px;
    font-size: 14px !important;
    line-height: 18px !important;
}

.lte-navbar-icons .lte-top-search-wrapper.show-field .lte-top-search-ico-close {
    margin-top: 5px;
}

.label-ico {
    color: #111;
}

.label-cerca {
    margin-left: -10px;
    margin-right: 20px;
}

.woocommerce div.product div.images img,
body.single-product .woocommerce-product-gallery__wrapper img {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    pointer-events: none !important;
    width: 400px !important;
    height: 400px !important;
    object-fit: cover;
    border: solid 2px #e9e9e9;
}

body.single-product .woocommerce-product-gallery__wrapper a {
    pointer-events: all !important;
}

ul.products > li {
    display: block !important;
    width: 100% !important;
}

ul.products > li .lte-excerpt {
    text-align: left !important;
}

.woocommerce ul.products[class*="columns-"] li.product .lte-image img,
.woocommerce-page ul.products[class*="columns-"] li.product .lte-image img {
    max-width: 200px !important;
}

body:not(.home) div.blog article .lte-photo {
	width: 200px !important;
    height: 200px !important;
}

body:not(.home) div.blog article .lte-photo img {
	width: 200px !important;
    height: 200px !important;
    object-fit: contain;
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

body:not(.home) div.blog article .lte-description {
    max-width: 1100px !important;
}

body:not(.home) div.blog article {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 35px 20px !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-clip: border-box;
    padding: 30px 35px 45px;
    border: 2px solid var(--gray);
    border-color: #f6efeb;
    border-color: var(--gray);
    border-color: rgba(0, 0, 0, 0.05);
}

body:not(.home) div.blog article .lte-description {
	padding: 10px 50px;
    box-sizing: border-box;
    text-align: left;
}

body.woocommerce-shop .row.centered,
.sectionx,
body.tax-product_cat .row.centered {
    max-width: 1370px;
    margin: 0 auto;
}

body.woocommerce-shop .row.centered > div,
body.tax-product_cat .row.centered > div,
.sectionx .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.lte-footer-widget-area ul:not(.lte-social-small) li a {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
}

footer.copyright-block {
    background-color: #d10000 !important;
}

.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu {
    margin: 0 !important;
}

.view-1199 {
    display: none !important;
}

body.single-product.woocommerce div.product .summary.entry-summary .product_meta {
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 18px !important
}

body.single-product.woocommerce div.product .summary.entry-summary .product_meta span span {
    font-weight: bold !important;
}

body.single-product.woocommerce div.product .summary.entry-summary .product_meta span a {
    font-weight: bold !important;
}

body.single-product.woocommerce .button.btn-xs,
body.single-product.woocommerce .lte-btn.btn-xs span {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    /*padding: 8px 16px !important;*/
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif !important;
}

body.single-product.woocommerce .lte-btn-before,
body.single-product.woocommerce .lte-btn-after {
    display: none !important;
}

.hover-red-btn.btn-main {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.hover-red-btn.btn-main:hover {
    background-color: #D10000 !important;
    color: #fff !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a.btn-main.color-hover-black {
    color: #fff;
}

.blog-post p {
    font-weight: 400 !important;
}

/*search and filter*/
input[type="submit"] {
    padding: 0px;
    background-color: #d10000;
}

input[type="submit"]:hover {
    padding: 0px;
    background-color: #000;
    color: #fff;
}

@media (max-width: 1199px) {
    .lte-navbar-items .lte-btn-wrap {
        display: none !important;
    }

    .lte-nav-profile {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .lte-nav-profile > .cl-sm-9 {
        flex-grow: 1;
        width: auto !important;
        max-width: none !important;
        display: flex !important;
        justify-content: flex-start !important;
    }

    .lte-nav-profile > .lte-navbar-icons {
        flex-grow: 0;
        width: auto !important;
        max-width: none !important;
        display: flex !important;
        justify-content: flex-end !important;
        white-space: nowrap !important;
    }

    .lte-navbar-icons .lte-top-search-ico {
        top: 0px !important;
    }

    .lte-navbar-icons .lte-top-search-wrapper .lte-top-search-ico:before {
        top: 4px !important;
    }

    .topbar-1 {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .topbar-1 .login-border {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
    }

    .topbar-1 .login-border > div {
        margin-left: 0px !important;
        margin-bottom: 0 !important;
        white-space: nowrap !important;
        width: auto !important;
    }

    .iscriviti {
        padding-right: 15px !important;
    }

    .topbar-1 .lte-nav-profile {
        width: auto !important;
        min-width: auto !important;
        flex-grow: 0 !important;
        display: block !important;
    }

    .topbar-1 .lte-navbar-logo {
        flex-shrink: 0 !important;
        margin-right: 10px;
    }

    .lte-navbar-icons ul {
        margin: 0px !important;
    }

    .lte-nav-cart {
        margin-left: 15px;
    }
}

ul.products li .lte-item .lte-btn-wrap {
    float: right;
}

div.blog {
    padding: 0 10px;
    margin-bottom: 0;
    overflow: visible;
    width: 100%;
    position: relative;
    display: block;
    max-width: 1570px;
    margin: 0 auto;
}

div.blog .col-lg-6 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    vertical-align: top !important;
}

article.post .lte-description h2 {
    font-size: 30px;
}

article.post .lte-description {
    padding: 0 10px;
    box-sizing: border-box;
}

/*BB*/
article.post .lte-description p {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 300;
}

/*BB*/
article.post .lte-description li {
    font-size: 18px;
}

.lte-wc-wrapper {
    max-width: 1600px !important;
    margin: 0 auto !important;
}

.col-xl-8.col-lg-8.lte-blog-wrap {
    width: 100%;
}

.woocommerce div.product div.images img {
    /*object-fit: contain;*/
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: auto !important;
}

.informazioni p {
    margin: 0 0 10px 0;
}

.tax-product_cat .lte-wc-wrapper .border-radius-10 {
    background-color: #222f3e;
    margin-bottom: 30px;
    padding: 40px 20px 40px 20px;
}

.tax-product_cat .lte-wc-wrapper h2 {
    text-align: center;
    font-size: 26px;
    margin: 0;
    color: #bdbdbd;
}

body.single-product.woocommerce div.product .summary.entry-summary .product_meta span a.bianco.demo-btn {
    background-color: #fff;
    border: solid 2px #d10000;
    color: #d10000 !important;
}

.recensione-box {}

.recensione-box .data {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 19px;
}

.recensione-box .auto {
    font-style: italic;
    font-size: 15px;
    line-height: 19px;
}

.woocommerce-product-gallery__wrapper a.fancybox.image {
    pointer-events: none !important;
}

.lte-header-wrapper + .main-wrapper > .margin-post, .lte-header-wrapper + .margin-post {
	padding-top: 50px;
    padding-bottom: 0px;
}

div#content-sidebar-info {
    padding: 15px !important;
}

/* --- BOTTONE AIUTO DESKTOP --- */
.lte-go-chat {
    color: #fff !important;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: auto !important;
    height: auto !important;
    background-clip: border-box;
    background-color: var(--main);
    transition: 0.2s;
    padding: 12px 24px !important;
    border-radius: 30px !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    font-weight: 600;
    box-shadow: rgb(209 0 0 / 30%) 2px 2px 30px 0px;
}

.lte-go-chat::before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 18px;
    margin-right: 8px;
}

/* --- BOTTONE AIUTO MOBILE --- */
@media (max-width: 767px) {
    .lte-go-chat {
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        justify-content: center !important;
        font-size: 0 !important;
        line-height: 48px !important;
    }

    .lte-go-chat::before {
        font-size: 24px !important;
        margin-right: 0 !important;
    }
}

.popup.pop-flex.active {
    display: flex;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.giacenza-box p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #35ae41;
}

.stock.in-stock,
.stock.out-of-stock {
    display: none !important;
}

.lte-labels-container {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.lte-post-info, .lte-code {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0;
	font-size: 14px;
	border-radius: 40px;
	font-weight: 600;
	line-height: 1em;
  	padding: 8px 18px;
	background-color: #f9f9f9;
}

.lte-post-info {
    margin-right: 10px !important;
}

.lte-code {
	text-transform: uppercase;

}

.ricerca-header h4 {
    font-size: 18px;
    line-height: 22px;
}

.ricerca-header form {
    margin: 0 !important;
    padding: 0 !important;
}

.ricerca-header input[type=text] {
    width: 250px !important;
    margin: 0 20px 0 0 !important;
}

.ricerca-header input[type="checkbox"],
.ricerca-header input[type="radio"] {
    margin-right: 0;
}

.ricerca-header input[type=submit] {
    margin: 0 0 0 20px;
    width: 160px !important;
    min-width: 100px !important;
}

.page-content.page-content-none {
    display: none;
}

.ricerca-header form label {
    margin-right: 20px;
}

.checkbox-search {
    margin-bottom: 20px;
}

form#search-form input[type="submit"],
form#search-form input[type="button"],
form#search-form input[type="radio"],
form#search-form input[type="checkbox"] {
    padding: 15px 20px !important;
}

@media (min-width: 1200px) {
    .blog.blog-block.layout-three-cols .col-lg-6 {
        width: 32.8%;
    }
}

@media (min-width: 1600px) {
    body.woocommerce-shop .row.centered,
    .sectionx,
    body.tax-product_cat .row.centered {
        max-width: 1540px;
        margin: 0 auto;
    }

    body.tax-product_cat .row.centered > .col-xl-9.col-lg-12.col-ms-12.col-xs-12,
    body.woocommerce-shop .row.centered > .col-xl-9.col-lg-12.col-ms-12.col-xs-12 {
        width: 100% !important;
    }

    .lte-wc-wrapper {
        margin-left: 120px;
        margin-right: 120px;
    }
}

@media (max-width: 1599px) {
    body.single-product .lte-page-header .container,
    body.tax-product_cat .lte-page-header .container,
    body.post-type-archive .lte-page-header .container,
    body.single-post .lte-page-header .container,
    body.page-template-blog .lte-page-header .container,
    body.category-archivio-news .lte-page-header .container,
    body.category .lte-page-header .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        max-width: 1400px;
    }

    body.single-product .row.lte-sidebar-position-right {
        max-width: 1400px;
        margin: 0 auto;
    }

    body.single-product.woocommerce div.product {
        padding: 30px 0 !important;
    }
}

@media (max-width: 1440px) {
    body.single-product .lte-page-header .container,
    body.tax-product_cat .lte-page-header .container,
    body.post-type-archive .lte-page-header .container,
    body.single-post .lte-page-header .container,
    body.page-template-blog .lte-page-header .container,
    body.category-archivio-news .lte-page-header .container,
    body.category .lte-page-header .container {
        max-width: 1280px;
    }

    body.single-product .row.lte-sidebar-position-right {
        max-width: 1280px;
    }
}

@media (max-width: 1320px) {
    body.single-product .lte-page-header .container,
    body.tax-product_cat .lte-page-header .container,
    body.post-type-archive .lte-page-header .container,
    body.single-post .lte-page-header .container,
    body.page-template-blog .lte-page-header .container,
    body.category-archivio-news .lte-page-header .container,
    body.category .lte-page-header .container {
        max-width: 1180px;
    }

    body.single-product .row.lte-sidebar-position-right {
        max-width: 1180px;
    }

    body.woocommerce-shop .row.centered,
    .sectionx,
    body.tax-product_cat .row.centered {
        max-width: 1160px;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .view-1199 {
        display: block !important;
    }

    .lte-sidebar-close,
    .lte-sidebar-filter {
        display: none !important;
    }

    body.single-product .summary.entry-summary {
        width: 100% !important;
    }

    body.single-product h1 {
        margin-top: 20px !important;
        display: block;
    }

    body.single-product .lte-page-header .container,
    body.tax-product_cat .lte-page-header .container,
    body.post-type-archive .lte-page-header .container,
    body.single-post .lte-page-header .container,
    body.page-template-blog .lte-page-header .container,
    body.category-archivio-news .lte-page-header .container,
    body.category .lte-page-header .container {
        max-width: 86%;
    }

    body.single-product .row.lte-sidebar-position-right {
        max-width: 86%;
    }

    body.woocommerce-shop .row.centered,
    .sectionx,
    body.tax-product_cat .row.centered {
        max-width: 90%;
    }
}

.title-dettagli {
    font-size: 22px;
    margin-top: 10px;
    text-decoration: underline #d10000 solid 2px;
    text-underline-offset: 5px;
    font-weight: 500;
}

.box-attenzione {
    margin-top: 10px;
    background-color: #f2f3f4;
    border-radius: 10px;
    padding: 15px 20px;
}

@media (max-width: 1023px) {
    body.single-product .lte-page-header .breadcrumbs {
        padding: 0;
        display: none;
    }
    
    .item.item-search {
    	max-width: 85% !important;
    }

    .searchbar input[type="text"] {
        margin: 10px 0 !important;
    }

    a#lte-top-search-ico {
        top: 12px;
    }

    #filtri-h > .wpfMainWrapper,
    .elementor-woofilters .wpfMainWrapper {
        display: block !important;
    }

    .woocommerce-page div.product div.images .wp-post-image {
        width: 100%;
        object-fit: contain;
        border: solid 2px #e9e9e9;
    }

    .lte-page-header h1 {
        font-size: 24px;
        line-height: 28px;
        text-decoration: underline #d10000 solid 2px;
        text-underline-offset: 5px;
    }

    .woocommerce-product-details__short-description p {
        font-size: 16px;
        line-height: 22px;
    }

    .tablet {
        display: block !important;
    }

    .woocommerce div.quantity span.more,
    .woocommerce div.product form.cart div.quantity span.more,
    .woocommerce-page div.product form.cart div.quantity span.more {
        top: 3px;
    }

    .woocommerce-page div.product form.cart .lte-btn-wrap {
        margin-top: -15px;
    }

    .woocommerce .product_meta span {
        margin-bottom: 1px;
    }

    .content-sidebar-prod {
        box-shadow: none !important;
        padding: 0 !important;
    }

    .lte-sidebar-close,
    .lte-sidebar-filter {
        display: none !important;
    }

    ul.products li .lte-item {
        display: block !important;
    }

    div.blog article {
        margin-top: 20px;
    }

    article.post .lte-description h2 {
        font-size: 20px;
    }

    body.single-product .lte-page-header .container,
    body.tax-product_cat .lte-page-header .container,
    body.post-type-archive .lte-page-header .container,
    body.single-post .lte-page-header .container,
    body.page-template-blog .lte-page-header .container,
    body.category-archivio-news .lte-page-header .container,
    body.category .lte-page-header .container {
        max-width: 100%;
    }

    body.single-product .row.lte-sidebar-position-right {
        max-width: 100%;
    }

    .ricerca-header input[type=text] {
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 0 20px 0 !important;
    }

    .ricerca-header input[type=submit] {
        margin: 20px 0 0 0;
    }
    
    div.blog article {
		display: block !important;
	}
	
	div.blog article .lte-photo {
    	margin: 0 auto;
	}
}

.navbar-mobile {
    scrollbar-width: none;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle {
    right: 0px !important;
    top: 20px !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-logo {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    max-width: unset !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap {
    padding: 0 !important;
    margin: 3rem !important;
    height: 50px !important;
}

.lte-logo img {
    vertical-align: unset !important;
    display: block !important;
}

#lte-nav-wrapper {
    min-height: 90px !important;
}

@media only screen and (max-device-width: 1023px) and (orientation: portrait) {
    .lte-product-style-default ul.products li .lte-item {
        display: block !important;
    }

    .lte-product-style-default ul.products li .lte-item .lte-item-descr {
        padding: 20px;
        text-align: center !important;
    }

    body.archive .products .lte-item .lte-item-descr,
    body.archive .products .lte-item .lte-item-descr .lte-excerpt,
    .lte-product-style-default ul.products li .lte-item .lte-item-descr {
        text-align: left !important;
    }
}

@media only screen and (max-device-width: 767px) and (orientation: portrait) {
    .lte-product-style-default ul.products li .lte-item {
        display: block !important;
    }

    .lte-product-style-default ul.products li .lte-item .lte-item-descr {
        padding: 20px;
        text-align: center !important;
    }

    body.archive .products .lte-item .lte-item-descr,
    body.archive .products .lte-item .lte-item-descr .lte-excerpt,
    .lte-product-style-default ul.products li .lte-item .lte-item-descr {
        text-align: left !important;
    }

    .woocommerce div.product div.images img,
    body.single-product .woocommerce-product-gallery__wrapper img {
        width: 100% !important;
        height: auto !important;
    }

    body.single-product.woocommerce div.product,
    body.single-product .woocommerce-tabs .panel {
        padding: 0 !important;
    }
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.lte-navbar .lte-navbar-items.navbar-mobile .lte-mobile-controls {
    max-width: 400px !important;
    margin: 0 auto !important;
}

@media only screen and (max-device-width: 767px) {
    .lte-navbar .lte-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav {}

    .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav > li > a {
        padding-inline-start: 0;
    }

    #menu-mim-menu {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .lte-item {
        display: flex !important;
        flex-direction: column !important; /* Impila verticalmente */
        width: 100% !important;
    }

    .lte-item .lte-item-descr {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .lte-item-descr {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .lte-item-descr .lte-btn-wrap {
        width: 100% !important;
        margin: 15px 0 0 0 !important;
        display: block !important;
    }

    .lte-item-descr .lte-btn-wrap .lte-btn {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 992px) {
    #lte-nav-wrapper.lte-nav-color-black .lte-navbar-items.navbar-desktop .lte-ul-nav > li:first-child > a {
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-logo {
        position: unset !important;
        display: block !important;
    }

    .lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap {
        margin: 20px 0 45px !important;
        width: 100% !important;
    }

    .lte-description {
        margin-bottom: 60px;
    }

    .woocommerce ul.products[class*="columns-"] li.product > .lte-item,
    .woocommerce-page ul.products[class*="columns-"] li.product > .lte-item {
        padding: 30px 30px 30px !important;
    }

    .lte-product-style-default ul.products li .lte-item .lte-item-descr {
        padding: 0px 0px !important;
    }

    .product_meta {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .woocommerce .products .product_meta {
        text-align: center !important;
    }

    ul.products li.product.type-product a.lte-btn.add_to_cart_button {
        margin: 0px !important;
    }

    .woocommerce-loop-product__title {
        font-size: 20px !important;
        margin-bottom: 20px !important;
        display: block !important;
        background-image: none !important;
    }

    /* DETTAGLIO CORSO MOBILE */
    .woocommerce-product-details__short-description h2 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 15px 0 25px;
    font-weight: 400;
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
		.d-md-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
    .lte-wc-order {
        height: 140px !important;
    }

    .lte-excerpt {
        display: none !important;
    }
	
	#lte-widgets-footer {
		text-align: center;
	}
	
	.lte-footer-widget-area .widget_lte_icons ul {
		text-align: center !important;
	}
}

@media (max-width: 991px) {
    .lte-navbar-logo,
    .lte-navbar-logo img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: 200px !important;
        width: auto !important;
    }

    .topbar-1 .login-border {
        display: none !important;
    }

    .topbar-1 {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        min-height: 60px;
    }

    .mobile {
        display: block !important;
    }

    #login-link {
        float: right !important;
        margin-right: 70px !important;
    }

    .mobile .lte-logo img {
        margin-left: 20px !important;
    }

    .lte-nav-profile {
        display: block !important;
    }

    .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav {
        padding: 0 20px !important;
        margin: 0 auto !important;
        max-width: 400px;
        width: 100%;
    }

    .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li.menu-item-has-children > a:after {
        right: 0px !important;
    }

    .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav li {
        margin: 0 !important;
    }

    span.label-ico {
        color: #FFF !important;
    }

    .lte-nav-profile > .lte-navbar-icons {
        justify-content: center !important;
        margin-top: 20px !important;
    }

    .lte-navbar-icons .lte-cart .ico-mini {
        margin-left: -10px;
    }

    .lte-nav-cart .label-ico {
        margin-left: 30px;
    }

    .lte-mobile-controls .lte-nav-search a {
        top: -8px !important;
        right: 0 !important;
    }

    .lte-mobile-controls .lte-nav-search input[type="text"] {
        padding: 0 20px !important;
    }

    .lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap {
        padding: 0 20px !important;
        margin: 20px auto 45px !important;
        height: 50px !important;
        width: 86%;
    }

    .lte-navbar .lte-navbar-items.navbar-mobile .toggle-wrap .lte-navbar-toggle .close {
        width: 30px !important;
        height: 30px !important;
        position: relative !important;
        right: 25px !important;
    }

    .lte-navbar .lte-navbar-items.navbar-mobile .lte-ul-nav ul {
        margin-inline-start: 28px !important;
    }
}

/* --- DISATTIVA STICKY HEADER SOLO SU MOBILE --- */
@media (max-width: 991px) {
    .lte-header-wrapper,
    .lte-navbar,
    .lte-navbar.affix,
    .lte-navbar-sticky {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        z-index: 10 !important;
        width: 100% !important;
        margin-top: 0 !important;
    }

    body {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 455px) {
    #DDChat_Button0 span,
    #DDChat_Button1 span,
    #DDChat_Button2 span,
    #DDChat_Button3 span,
    #DDChat_Button4 span,
    #DDChat_Button5 span,
    #DDChat_Button6 span {
        max-width: 30px !important;
    }
    
    @media only screen and (max-width: 405px) {
        #DDChat_Button0 span,
        #DDChat_Button1 span,
        #DDChat_Button2 span,
        #DDChat_Button3 span,
        #DDChat_Button4 span,
        #DDChat_Button5 span,
        #DDChat_Button6 span {
            max-width: 10px !important;
        }

        .DDChat_Button_Learner {
            margin-left: 5px !important;
        }
    }
}

/*
.woocommerce-product-search, .wp-searchform, form.post-password-form, form.search-form, form.wpcf7-form, form.form, form {
display: none !important;
}*/

/* ==== BOX VIDEO CORSI === */
.video-prodotto {
    width: 50%;
    float: right;
    margin: 0 0 20px 20px;
}

.video-prodotto ~ h2,
.video-prodotto ~ h3,
.video-prodotto ~ h4 {
    clear: none !important;
}

.video-prodotto + h2,
.video-prodotto + h3,
.video-prodotto + h4 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
    .video-prodotto {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
        display: block;
    }
    
    .video-prodotto + h2,
    .video-prodotto + h3,
    .video-prodotto + h4 {
        margin-top: 15px !important; 
    }
}