html {
overflow-x: hidden;
 scrollbar-gutter: stable;
}

/* LINKS NAVIGATION BAR */
@media (min-width: 992px) {
    .leo-megamenu .dropdown:hover > .dropdown-menu {
        top: 85%;
    }
.leo-megamenu .dropdown-menu {
top: 85%;
}
}
.leo-megamenu .navbar-nav > li > a {
color: #414040;
}
.leo-megamenu .navbar-nav > li > a:hover {
color: #111010;
}
.leo-megamenu .dropdown-menu a > .menu-title {
font-size: 16px;
}

/* HEADINGS */
:root {
--headings-color: #414040 !important;
}
body .heading .elementor-heading-title {
font-family: Arial, Helvetica, sans-serif;
font-size: 44px;
font-weight: 400;
line-height: 1.2;
}

/* SUBHEADINGS */
body .subheading > * {
color: #919090 !important;
}

/* PRODUCT DETAILS PAGE */
.page-product section#wrapper > .container {
padding-top: 2rem;
}
.product-quantity .add .btn {
background: #717070;
}

/* PRODUCT CATEGORY PAGE */
.block-category > h1.h1 {
    color: #515050;
}

/* FOOTER e TESTI FOOTER */
footer .footer-bottom,
footer .elementor-13 .elementor-element.elementor-element-9887865:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-9887865 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #F7F7F8;
}
footer .title_block,
footer .item-text,
footer h2,
footer p {
color: #515050 !important;
}

/* PRODUCT QUICKVIEW MODAL FOOTER */
.modal.quickview .modal-footer {
    position: relative;
    height: 5.5vh;
    display: flex;
    align-items: center;
}
.modal.quickview .modal-footer .product-additional-info {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset; 
    margin: 0 30px 0 auto;
}

/* UNDERLINE ON HOVER NAVIGATION MENU */
body .box__menu3 .leo-megamenu .navbar-nav > li > a > .menu-title::before {
    bottom: -8px;
}

.leo-megamenu .dropdown-menu {
border: none;
}

/* FRECCIA BACK TO TOP */
#back-top a {
background: var(--product-button-bg);
}

/* SIDEBAR CARRELLO / CART */
.leo-fly-cart.disable-dropdown {
display: none;
}
.leo-fly-cart-slidebar.slidebar_right {
border: none;
padding: 1.5rem 1rem;
}
.leo-cart-dropdown-action .cart-dropdow-button {
width: calc(50% - 2px);
justify-content: center;
}
.leo-dropdown-cart-item .product-price {
    margin: 20px 0;
}

.cart-preview .cart-products-count {
background-color: #515050 !important;
}

/* BIG SEARCH MODAL */
.hidden_input #leo_search_block_top > form .block_content .form-control {
    border-bottom: 1.5px solid #dee2e6;
}
.hidden_input #leo_search_block_top > form {
    padding: 60px 15px 50px;
}
.hidden_input #leo_search_block_top .ac_results {
    top: calc(100%);
    width: 100vw !important;
    padding-left: calc(((100vw - 1300px) / 2) + 165px);
    padding-right: calc(((100vw - 1300px) / 2) + 165px);
    left: 0;
    position: fixed;
}
@media (max-width: 1300px) {
  .hidden_input #leo_search_block_top .ac_results {
    padding-left: 180px;
  }
}

.page-productsearch main section#wrapper {
min-height: 21.5vh;
}

@media (min-width: 992px){
.header-top {
padding-bottom: 10px;
}
}