.backhide{
    position:fixed;
    background : rgba(248, 248, 248, 0.8);
    background-position: 100%;
    left:0;
    z-index: 999999999999999;
    width: 23%;
    text-align: center;
    height: 100%;
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1); 
}

.card-head{
    padding: 30px;
    background: rgba(22, 30, 49, 1);
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1); 
}

.main-list{
    margin-top: 90px;
}

.card-main{
    margin-bottom: 38%;
}

.active{
    background-color: #7367F0 !important;
    color: #fff !important;
}

.alphabet-fix{
    
    background: rgba(22, 30, 49, 1);
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1); 
    border-top: 1px solid #7367F0;
    width: 100%;
    bottom:0;
    position:fixed;
    padding-bottom: 60px;
    height: 25%;
}

.search-box{
    background: rgba(22, 29, 49, 0.95);
    padding: 20px;
}

.filtered-by{
    color: #aaa;
    padding: 20px 20px 0;
}

.fixed-right{
    width: 15%;
    position: fixed;
    top:0;
    right: 15px;
    left: 0;    z-index: 1030;
}

.fixed-right ul li{
    margin-right: -25px;
    list-style-type: none;

}

.home{
    background-color: #4d477f !important;
    border-color: #4d477f !important;
    color: #fff !important;
}
.mode{
    background-color: #fec115 !important;
    border-color: #fec115 !important;
    color: #fff !important;
}
.queen{
    background-color: #b07133 !important;
    color: #fff !important;
    border-color: #b07133 !important;
}
.kids{
    background-color: #ec509c !important;
    border-color: #ec509c !important;
    color: #fff !important;
}


.back-food{
    width: 100%;
    min-height: 100vh;
    background-color: #000;
    background-image: url(../../images/opal/back-food.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;

}

.card-food-right{
    width: 15%;
    position: fixed;
     z-index: 1030;
    height: 100%;
    position:fixed;
    background : rgba(255, 255, 255, 0.95);
    background-position: 100%;
    left:0;
    right: 0;
    top:0;
    height: 100%;
    width: 16%;
    border-radius: 0;
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1); 
}

.card-food-right ul li{
    margin-right: -25px;
    list-style-type: none;

}


.food-pills.nav-pills .nav-link.active {
    background-color:  #FF9F43 !important;
    border-color: #FF9F43 !important;
    box-shadow: 0 4px 18px -4px rgb(255 159 67 / 65%) !important ;
}

@media (max-width: 500px)  {
    .alphabet-fix {
           display: none !important;
    }

    #wishlist .avatar,
    #wishlist .pin,
    .home-floor,
    .home-tabs {
        display: none !important;
    
    }



}

.home-floor{
right: 0;
position: absolute;
z-index: 999;
}


.powered-by{
    bottom: 20px !important;
    left: -10px;
    position:fixed;
    
}

.main-guide{
    height: 120px;
}

.details-back{
    z-index: 9999;
    bottom:50px;
    left:0;
}

.details-home{
    float: right !important;
}

.details-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #4d477f;
}

.fixed-show{
    background: rgba(22, 30, 49, 1);
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1); 
    width: 100%;
    bottom:0;
    position:fixed;
    height: 25%;
    
}

.fixed-title{
    background: rgba(22, 30, 49, 1);
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1); 
    .border-top: 1px solid #7367F0;
    width: 100%;
    bottom:0;
    position:fixed;
    height: 25%;
    
}

.title-one {
    padding: 1rem 0;
}
.title-two {
    padding: 2.5rem 0;
}


.title-one li{
 border-left: 2px solid #fff !important;
 padding: 0 10px;
}


.title-one li:last-child {
    border-left: 0px solid #fff !important;
    padding: 0px 10px 0 0;
   }

   
.title-one li:first-child {
    padding: 0px 0 0 10px;
   }

   
.title-two li {
    border-left: 1px solid #fff !important;
    padding: 0 17px;
   }
   

.title-two li:last-child {
    border-left: 0px solid #fff !important;
    padding: 0px 17px 0 0;
   }

   

.title-two li:first-child  {
    padding: 0px 0 0 17px;
   }
   
   

html .content {
    min-height: calc(100% - 3.35rem);
    margin-right: 0;}


    .floor {
        float: right;
        text-align: right;
        position: relative;
        z-index: 9;
    }

    .floor li{
        list-style: none;
        direction: rtl;
         display: block;
         margin: 20px;
         background-color: #fff;
         font-size: 120%;
    }
   

    .details{
        line-height: 3rem;
        
    }

    .details-number{
        margin-top: -100px;
    }

    .details-pin{
        position: fixed;
        left:0;
        margin: 55px;
        z-index: 9;
    }

    .details-refresh{
        position: fixed;
        right:0;
        margin: 55px;
        z-index: 9;
        cursor: pointer;
    }
 