header .heading {
    background-color: #232323;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    padding-bottom: 0;
}

    header .heading h1 {
        font-size: 17px;
        color: #fff;
        margin-top: 22px !important;
    }

.back-link {
    border: solid 1px #e2ce75;
    background-color: #e2ce75;
    color: #8b2231;
    padding: 0px 9px 3px 13px;
}

    .back-link .fa {
        font-size: 28px;
        top: 6.5px;
    }

.parent-menu-sp {
    margin-left: 0;
}

    .parent-menu-sp span {
        height: 4px;
        width: 4px;
    }

.breadcrumb {
    display: none
}

.lan-menu {
    top: 25px;
}

.lan-menu-img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #343434;
}

main {
    margin-top: 80px;
}

main, header, header .heading {
    background-color: #232323;
    background-image: url(../images/bg1.png);
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    background-color: #8b2231;
}

.starter a, .main-course a, .drinks a, .desserts a {
    border-radius: 10px;
    border: 1px solid #343434;
    padding: 0;
    position: relative;
}

.starter h3, .main-course h3, .drinks h3, .desserts h3 {
    color: #fff;
    font-size: 1.2rem;
}

.row-catroot:hover h3 {
    color: #e3e3e3;
}

.img-roots {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.shadow-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
    background-color: rgba(0,0,0,.7); /*background: linear-gradient( 180deg,rgba(0,0,0,.7),rgba(0,0,0,.09) 100%);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

aside .logo {
    background: #fff4df;
}

aside .menu li a:hover {
    background: #d1ae6c;
    color: #000000;
}

main .collapse-button {
    background-color: #e2ce75;
}

.content {
    background: #87202e;
}

.special-food a {
    background: #fffcf7;
    box-shadow: none;
    color: #000000;
    border-radius: 10px;
}

.special-food .food-price {
    color: #a18145;
    font-size: 15px;
    margin-left: 3px;
}

.img-ghasr-resturant, .img-ghasr-coffe {
    border-radius: 50%;
}
#myNav img {
    border-radius: 10px;
}

.overlay-price {
    color: #8b2231 !important;
}

.overlay-slider .swiper-pagination-bullet-active {
    background: #fff9c4 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #fff9c4;
    border: 1px solid #fff9c3;
}

.topnav .active a {
    border-bottom: 3px solid #343434 !important;
}

.topnav a {
    color: #000 !important;
}

body {
    background-color: #87202e !important;
}

li.menu-li.current-menu-item {
    background: #4b1920;
}

.CatsContents {
    display: flex;
}

.CatsContents-a {
    color: #f8eec3;
    padding: 4px 11px 0;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: all .3s;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
}

    .CatsContents-a:hover {
        color: #f5f0f0;
    }

.current-CatsContents-a {
    background-color: #a13d4b;
}
.FckDesc img {
    width: auto !important;
}