.elementor-editor-active {
    overflow: auto !important;
}

.grecaptcha-badge,
.rc-anchor-normal-footer {
    display: none;
}

.country-BG {
    text-transform: lowercase;
}

.drawer-pop .elementor-widget-shortcode .elementor-widget-container {
    opacity: 1 !important;
}

@media(max-width: 61.24em) {
    .elementor-page-1167 .product-here-bottom-section {
        display: none;
    }
}

/* copied this line from style.css */
.search-result-wrapper .result li .item-link {
    padding: 15px 0;
    display: block;
    line-height: normal
}

@media (max-width: 33.8025em) {
    .search-result-wrapper .result li .item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width: 61.99em) {
    .chart-box .chart-wrapper .chart-slider .slick-track {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.main-footer .footer-menu-accordion li #ot-sdk-btn.ot-sdk-show-settings {
    -o-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -webkit-transition: color 0.1s 
ease-in-out;
    transition: color 0.1s 
ease-in-out;
    padding: 2px 0;
    margin: 5px 0;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
    display: inline-block;
        color: #fff;
            text-decoration: none;
    outline: none;
    word-break: break-word;
        border: 0;
    background: transparent;
}

.main-footer .footer-menu-accordion li #ot-sdk-btn.ot-sdk-show-settings:hover{
    color: #96F0FF;
}

