.mobile-modals {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 30;
    padding: 60px 0px;
    overflow: auto;
    display: none;
    opacity: 0;
    transition: 0.2s;
    top: 0px;
}

#search-mobile {
    width: 100%;
    margin-bottom: 15px;
}

.header-mobile {
    border-bottom: 1px solid #eee;
}

.mobile-modals .modal-footer {
    border-top: 0px;
}


.mobile-modals.view {
    opacity:1;
    display: block;
}

.body-modal {
    overflow: hidden;
}

.body-modal .header-site {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.modal-search {

}

.modal-box {
    display: none;
}
    
.modal-box.view {
    display: block;
    padding: 15px 0px;
}

.modal-menu {
}

.modal-menu .menu {
    padding: 10px 25px 0px 25px;
}

.modal-menu .title-footer {
    font-weight: 900;
	margin-bottom: 15px;
}
.modal-menu  ul {
    margin: 0px;
    margin-bottom: 15px;

}
.modal-menu  ul li {
    margin-bottom: 15px;
}

.modal-menu  .footer-menu a{
    color: #262626;
	font-weight: 500;
}

.modal-menu .line {
    height: 1px;
    width: 100%;
    background: #ccc;
    margin-bottom: 15px;
}

.modal-search .cats {

    
}

.modal-search .cats ul {
    margin: 0px;
}

.modal-search .cats ul li {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
}

.modal-search .cats-list {
    width: 100%;
}

.modal-search .cats li.active {
    color: #f77d00;
}

.modal-search .cats li a {
    color: #262626;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.modal-search .cats li .fa {
    float: right;
    line-height: 24px;
}


.modal-search .cats .index-cat {
    font-weight: 700;
}

@media (min-width: 980px) {
    .mobile-modals {
        display: none !important;
    }
}


#search .search-cancel {
    transition: 0.2s;
    display: none;
}


#search .searchBox .items {
    max-height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}


#search .searchBox .items .item {
    margin: 0px -15px;
}


#search .searchBox {
    display: none;
} 

#search.active .searchBox {
    display: block;
} 

#search.active .search-cancel{
    display: block;
    cursor: pointer;
}


#search.active input {
    width: 76%;
    float: left;
}

#search.active .search-cancel {
    width: 22%;
    line-height: 39px;
    float: left;
    margin-left: 2%;
    text-align: center;
}
#search.active .cats-list {
    display: none;
}