﻿.cd-filter-block h4::before{
    top:23px;
}

.cd-filter-block h4 {
    font-size: 1em !important;
    transition: all .4s ease-in-out;
}
    .cd-filter-block h4:hover {
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
    }


    #filter-category-more {
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }
    #filter-category-more i {
        margin: 0;
        font-size: inherit;
    }

    #filter-category-more:hover {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

.hover-yellow:hover {
    background: #fdd700 !important;
    color: #000 !important;
}

.package-container-right {
    max-width: 1140px;
}

.cd-filter-block.category > div {
    margin-bottom:5px;
}

/*    .cd-filter-block.category .d-block {
        margin-bottom: 8px;
    }*/

        .cd-filter-block.category .d-block .btn-default-grad-purple-fill {
            color: white;
        }

    .cd-filter-block.category a {
        text-align: left;
        margin: 3px 10px 0 !important;
        color: #272622;
        font-weight: bold;
    }

    /*.cd-filter-block.category .d-block:first-child {
        padding-top: 15px;
    }*/

#sidebar1 hr {
    margin: 0;
}

#sidebar1 .btn {
    padding: 8px 15px;
    font-size: 0.8em;
    border-radius: 0;
    width: 90%;
    /*background-color: #1d262f;*/
color:#ffffff;

}

.cd-filter-block {
    margin: 0;
}

    .cd-filter-block .cd-filter-content {
        
        margin: 0;
        margin-top:10px;
    }

    .cd-filter-block .checkbox-label, .cd-filter-block .radio-label{
        font-size:0.7em!important;
    }

.menu-wrap.mobile .main-menu .menu-item, .menu-wrap.mobile .main-menu .menu-item a{
    color: white;
}

#main-section {
    margin-top: -200px;
}

@media (max-width:768px){
    #main-section {
        margin: 0;
        overflow: hidden;
    }
}


.title-filter {
    background-color: #fdd700 !important;
    border-radius: 10px;
}

.silder-second-title {
    color: #ee5586;
}

.splash-message {
    color: #d0fe00;
    border: 1px solid;
    text-align: center;
    font-size: 3em;
    border-radius: 20px;
}

#scroll-filters.fixed {
    position: fixed;
    top: 30px;
/*    min-width: 260px;*/
}
#hostme-explain {
    color: white;
    font-size: 1.3em;
    border-radius: 15px;
    padding: 12px 10px;
    text-align: center;
    box-shadow: 1px 1px 9px 3px #909090;
    text-align: center;
    margin: 45px auto 0 auto;
    background-color: #3a6173;
}