#top .all_colors p {
    font-size: inherit !important;
}

.hidden-box {
    display: none;
}

.active-box {
    display: block !important;
    margin-top: 50px;
}

#top .bar-slider.avia-smallarrow-slider.av-slideshow-ui.av-hide-nav-arrows .avia-slideshow-arrows {
    display: block;
    width: 100%;
}

.bar-slider {
    display: grid;
}

.bar-slider .avia-smallarrow-slider-heading {
    order: 1;
    display: grid !important;
}

.bar-slider .avia-smallarrow-slider-heading .new-special-heading {
    display: none !important;
}

#top .bar-slider.avia-content-slider-element-container .avia-slideshow-dots {
    text-align: center;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    justify-content: center;
}

@media (min-width: 990px) {
    .bar-slider .slide-entry-wrap {
        padding: 0 70px;
    }

    #top .bar-slider .avia-slideshow-arrows {
        position: absolute !important;
        top: calc(50% - 25px) !important;
    }
}

@media (max-width: 989px) {
    #top .bar-slider.avia-smallarrow-slider.av-slideshow-ui.av-hide-nav-arrows .avia-slideshow-arrows {
        max-width: 120px;
        margin: 0 auto 20px;
    }
}

#top .avia-smallarrow-slider.av-slideshow-ui.bar-slider .avia-slideshow-arrows.av-visible-next a.next-slide,
#top .avia-smallarrow-slider.av-slideshow-ui.bar-slider .avia-slideshow-arrows.av-visible-prev a.prev-slide {
    background-color: var(--secondary);
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
}

#top .bar-slider .avia-slideshow-arrows a:before {
    line-height: 50px !important;
    font-size: 25px;
}

.bar-slider .slide-entry-title.entry-title {
    color: #888;
    margin-bottom: 15px !important;
    padding: 0 !important;
}

#top .avia-smallarrow-slider .avia-slideshow-dots {
    height: auto !important;
}

#top .avia-smallarrow-slider .avia-slideshow-dots a {
    display: inline-block;
    border-radius: 5px !important;
    font-size: 16px;
    line-height: 1.3;
    background-color: transparent;
    opacity: 1 !important;
    margin-top: 15px;
    width: 120px;
    height: auto;
    text-indent: 0;
}

#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a.active,
#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a:hover {
    background-color: var(--secondary) !important;
    color: #fff !important;
    opacity: 1 !important;
}

.block-item {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.iframe-wrap {
    width: 100% !important;
}