.mobile-modals {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 60px 0px;
    overflow: auto;
    display: none;
    opacity: 0;
    transition: 0.2s;
    top: 0px;
}

.social-links img {
  width: 20px;
  height: 20px;
  padding: 3px;
  transition: all 0.4s ease 0s;
  filter: invert(45%);
}

#search-mobile {
    width: 100%;
    margin-bottom: 15px;
}

.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-box {
    display: none;
}
    
.modal-box.view {
    display: block;
    padding: 0px 0px;
}
.modal-menu .menu {
    padding: 10px 25px 10px 25px;
}

.modal-menu .title-footer {
font-weight: 700;
  margin-bottom: 15px;
  font-size: 21px;
}
.modal-menu  ul {
    margin: 0px;
    margin-bottom: 15px;

}
.modal-menu  ul li {
    margin-bottom: 15px;
}

.modal-menu  .footer-menu a{
color: #000;
  font-weight: 500;
  font-size: 21px;
  line-height: 38px;
}

.modal-menu .line {
   width: 100%;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}
.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: #000;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
	font-size: 21px;
}

.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;
}