.about_inner .img_part {
    transition-duration: 0.3s;
    position: relative;
}

.about_inner .img_part img {
    transition-duration: 0.4s;
    animation: rotateAnim 30s infinite;
}

@keyframes rotateAnim {
    50% {
        transform: rotate(180deg)
    }
}

.rating_area .rate-container i {
    color: #04be30;
}

.food_menu_topper {
    background: url(../img/foodMenu/bg.jpg);
    background-size: cover;
    position: relative;
    padding-top: 90px;
}

.food_menu_topper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.food_menu_title,
.food_menu_title2 {
    color: #fff;
    position: relative;
}

.food_menu_title {
    font-size: 50px;
    margin-bottom: 20px;
}

.food_menu_title2 {
    display: inline-block;
}

.food_menu_title2:after,
.food_menu_title2:before {
    content: '';
    position: absolute;
    width: 100px;
    display: block;
    height: 2px;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

.food_menu_title2:before {
    left: -120px;
}

.food_menu_title2:after {
    right: -120px;
}

.single_item .action_part {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.menu-tab-nav {
    background: rgb(46 46 46 / 0.65);
}

.menu_area .sect_title h1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.menu_area .card-header {
    padding: 10px 15px;
}

.menu_area .single_item {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
}

.menu_area .single_item .item_img img {
    border: 1px solid #21201E;
    padding: 5px;
}

.menu_area .item_details .simple_btn {
    font-size: 13px;
    padding: 0 10px;
    line-height: 30px;
}

.menu_area .item_details .simple_btn:hover,
.menu_area .item_details .simple_btn:focus {
    border: 2px solid #212121;
    color: #fff;
}

.menu_area .item_details .item_title {
    font-size: 21px;
    font-weight: 500;
}

.menu-tab-nav .nav-pills {
    margin-bottom: 80px;
    border-bottom: 4px solid #21201E;
}

.menu-tab-nav .nav-pills .nav-item {
    width: 20%;
    text-align: center;
}

.menu-tab-nav .nav-pills .nav-link {
    padding: 30px 35px;
    border-radius: 0;
    position: relative;
}

.menu-tab-nav .nav-pills .nav-link:before {
    content: '';
    position: absolute;
    top: 90%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    transition-duration: 0.1s;
    border-color: #21201E transparent transparent transparent;
}

.menu-tab-nav .nav-pills .nav-link.active:before {
    opacity: 1;
    top: 100%;
}

.menu-tab-nav .nav-pills .nav-link h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.menu-tab-nav .nav-pills .nav-link.active {
    background-color: #21201E;
}

.menu_area .item_info h4,
.menu_area .item_info p,
.menu_area .item_details p {
    margin: 0;
}

.menu_area .item_info h6 {
    font-weight: 500;
    font-size: 14px;
}

.menu_area .sidebar .form-control {
    width: calc(100% - 42px);
    border-radius: 0;
}

.menu_area .sidebar .form-control:focus {
    border: 1px solid #21201E;
}

.menu_area .sidebar .btn-success {
    border-radius: 0;
    background-color: #21201E;
    border-color: #21201E;
}

.cart_counter .qty {
    width: 50px;
    border: 1px solid #ddd;
    text-align: center;
    height: 34px;
    vertical-align: top;
    margin: 0 -5px 0 -6px;
}

.cart_counter .qty:focus {
    outline: none;
}

.cart_counter .items-count {
    background: transparent;
    border: 1px solid #ddd;
    line-height: 32px;
    font-size: 10px;
    color: #9c9c9c;
    padding: 0 10px;
    transition-duration: 0.3s;
}

.cart_counter .items-count:hover {
    background: #21201E;
    color: #fff;
    border: 1px solid #21201E;
}

.cart_counter .items-count:focus,
.cart_counter .items-count:focus {
    outline: none;
}

.cart_image {
    width: 120px;
}

.menu_info {
    height: auto;
    width: 70%;
    background: #162334;
    padding: 70px;
}

.menu_info .simple_btn {
    border: 2px solid #fff;
    color: #fff;
    padding: 0 18px;
}

.menu_info .simple_btn:hover {
    border: 2px solid #21201E;
}

.menu_info .simple_btn i {
    margin-right: 5px;
}

.menu_info .simple_btn i,
.menu_info .simple_btn span {
    position: relative;
    z-index: 2;
}

.menu_info .simple_btn:before {
    z-index: 1;
}

.menu_info .h1 {
    font-weight: 700;
}

.menu_info .h1,
.menu_info p,
.menu_info h2 {
    color: #fff;
}

.menu_info p {
    max-width: 550px;
    margin-bottom: 16px;
}

.menu_info .simple_btn {
    margin-top: 10px;
}

.menu_img {
    background: #fff;
    color: #1a1a1a;
    margin-top: -150px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 38%;
    z-index: 9;
    border: 1px solid #dedede;
}

.menu_img h3 {
    font-size: 30px;
}

.menu_img a.read-more {
    margin-top: 25px;
}

.menu_img a.read-more:hover {
    background: #c1934c none repeat scroll 0 0;
    border-color: #c1934c;
    color: #fff;
}

.menu-discount-offer {
    margin: auto;
}

.menu-discount-offer .owl-dots > div {
    background: #bcbfc1 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.menu_slider .owl-nav {
    top: 0;
    left: -20px;
}

.menu_slider .owl-nav .owl-prev {
    left: -85px;
    transform: none;
}

.menu_slider .owl-nav .owl-next {
    transform: none;
    left: -40px;
}

.menu_slider .owl-nav .owl-next,
.menu_slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
}

.menu_slider .owl-nav .owl-next i,
.menu_slider .owl-nav .owl-prev i {
    font-size: 15px;
    line-height: 40px;
}

.menu-discount-offer .owl-dots > div.active {
    background: #1a1a1a none repeat scroll 0 0;
}
