.logo {
max-height: 40px !important;
}

.leo-megamenu .dropdown-menu li a {
    font-weight: 500;
    font-size: 14px;
}


.popup-over .popup-content {
    padding: 18px;
}

.custom-show-more {
    display: block !important;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 !important;

    border: 0;
    border-radius: 0;

    background-color: transparent;

    cursor: pointer;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6em;

    color: #16a0b8;
    fill: #16a0b8;

    text-align: left;
}

.custom-show-more:hover {
    color: #16a0b8;
    text-decoration: underline;
}
.leo-megamenu .dropdown-menu .menu-title {
    color: #003a52;
    font-weight: 600;
}

.leo-megamenu .dropdown-menu .menu-title a {
     color: #003a52;
    font-weight: 600;
}

.leo-megamenu .dropdown-menu .menu-title a:hover {
    color: var(--link-color-hover);
}

.widget-inner > ul > li:nth-child(n+7) {
    display: none;
}

.widget-inner.show-all > ul > li:nth-child(n+7) {
    display: list-item;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #003a52;
}

#blockcart-modal .cart-products-count {
    font-size: 1.125rem;
    font-family: 'Poppins' !important;
    color: black;
}

o-megamenu .navbar-nav > li.active > a:before, .leo-megamenu .navbar-nav > li:hover > a:before, .leo-megamenu .navbar-nav > li:focus > a:before {
display: none;
}

.leo-megamenu .navbar-nav > li > a:hover, .leo-megamenu .navbar-nav > li > a:focus, .leo-megamenu .navbar-nav > li > a:active {
    color: #16a0b8;
}

.leo-megamenu .navbar-nav > li > a {
color: #003a52;
}

@media (min-width: 1200px) {
    .leo-megamenu .navbar-nav > li:nth-child(4) {
        margin-left: 50px !important;
    }
}

.product-prices .current-price-value {
color: #003a52;
}

.leo-megamenu {
    font-family: var(--font-family-megamenu);
     color: #003a52;
}

.leo-megamenu .navbar-nav > li.active > a, .leo-megamenu .navbar-nav > li:hover > a, .leo-megamenu .navbar-nav > li:focus > a {
    color: #003a52;
}

/* Paginas Cms */
.page-content.page-cms {
    padding: 0 !important;
}

    .container.container-parent {
    padding-right: 0;
     padding-left: 0;
    }


/* End - Paginas Cms */

.leo-megamenu .navbar-nav > li.active > a:before, .leo-megamenu .navbar-nav > li:hover > a:before, .leo-megamenu .navbar-nav > li:focus > a:before {
    Display: none;
}

<!-- correcao input pesquisa 404  -->

/* Widget de pesquisa */
#search_widget {
    width: 100%;
}

#search_widget form {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    position: relative;
}

/* Ícone da lupa */
#search_widget .search {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    font-size: 22px;
    cursor: pointer;
}

/* Campo */
#search_widget input[name="s"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 250px;
    margin: 0 !important;
    padding: 10px 15px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Botão limpar */
#search_widget .clear {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    font-size: 22px;
    cursor: pointer;
}

/* Impede que algum elemento interno passe para baixo */
#search_widget form > * {
    display: inline-flex;
    align-items: center;
}

<!-- final-correcao input pesquisa 404 -->

  .banner1-home1 .banner-left .block-carousel-container .block-carousel-image-container:hover .item-title {
    text-decoration: none; }
