body {
font-family: 'Nunito', sans-serif;
}

.tabbable .nav-pills {
        flex-wrap: wrap!important;
	
}

.nav-item-category {
    padding-bottom: 5px!important;
    padding-top: 2px!important;
}

@media (max-width: 575.98px){
.nav-pills .nav-item {
    margin-bottom: 0rem!important;
}
}

@media (min-width: 992px) {
[class*=mb--], [class*=ml--], [class*=mr--], [class*=mt--] {
      z-index: 0!important;
}
	
}

@media (max-width: 767.98px) {
.nav-pills:not(.nav-pills-circle) .nav-item {
    padding: 5px!important;
} 
}


.backtotop {
	position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    background: #5e72e4;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 40px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.backtotop:hover {
    background: #5e72e4;
    color: #fff;
}


@media (max-width: 991.98px) {
    .section-profile-cover {
        height: 190px;
    }
    .select2-container {
        width: 90%!important;
    }
}

.restmenu-down.show {
    display: block;
    overflow-y: scroll;
    max-height: 220px;
}

.select2-dropdown {
    z-index: 9999!important;
}

.card-img-overlay {
   padding: 0.3rem;
}

.card-img-overlay h4.card-title {
    color: #fff;
    margin-bottom:0;
    font-family: 'Nunito', sans-serif;
	text-shadow: 2px 2px 5px #000;
	font-size: 16px;
}

.card-img-overlay {
background-image: linear-gradient(180deg, transparent 0 70%, #1c1c1c 100% 100%);

}
.res_title {
font-family: 'Nunito', sans-serif;
}

@media (max-width: 575.98px){
.strip figure {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    height: 100px;
    background-color: #ededed;
  }
}


.callOutShoppingButtonBottom {
    position: fixed;
    z-index: 999;
    bottom: 45px;
    right: 27px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}