
@-moz-keyframes blink {
    0% {
            background: white;
    }
    50% {
            background: red;
    }
    100% {
            background: blue;
    }
} 

@-webkit-keyframes blink {
    0% {
            background: white;
    }
    50% {
            background: red;
    }
    100% {
            background: blue;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
            background: white;
    }
    50% {
            background: red;
    }
    100% {
            background: blue;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
            background: white;
    }
    50% {
            background: red;
    }
    100% {
            background: blue;
    }
} 
.header-collect.order-now img {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
	    border-radius: 5px;
    padding-top: 3px;
}

.header-part {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-part .container {
    position: relative;
}

.header-top {
    float: left;
    width: 100%;
    position: relative;
    background: #a1292b;
    padding: 15px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-top-inner {
    float: left;
    width: 100%;
    position: relative;
}

.header-top-left {
    float: left;
    width: auto;
    font-family: 'Graviola-Regular';
}

.header-top-left img {
    height: 23px;
}

.header-top-left a {
    color: #fff;
    display: inline-block;
    width: auto;
    margin-right: 15px;
    vertical-align: bottom;
    font-weight: bold;
}

.header-top-left a:last-child {
    margin-right: 0px;
}

.top-cell {
    font-size: 18px;
}

.top-cell span {
    padding-left: 10px;
    vertical-align: bottom;
}
.top-email, .top-number {
    font-size: 14px;
    margin-right: 27px;
    display: inline-block;
}
h3.branchtitle a{
color: white;
    font-size: 11px;
    font-weight: bold;
    background: black;
    padding: 3px 10px;
    border-radius: 10px;
}
.header-top-right {
    float: right;
    width: auto;
    vertical-align: middle;
}

.social-top {
    display: inline-block;
    width: auto;
}

.social-top ul,
.social-top li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social-top li {
    display: inline-block;
    width: auto;
    margin-right: 18px;
    vertical-align: middle;
}

.social-top li a {
    display: block;
    font-size: 14px;
    color: #000;
    width: 32px;
    text-align: center;
    padding: 9px;
    background: white;
    font-weight: bold;
    border-radius: 10px;
}

.header-top-right .social-top li a {
    color: #ffffff;
}

.userdropdown-menu {
    display: inline-block;
    width: auto;
    font-family: 'Graviola-Regular';
    font-size: 13px;
    background: #383848;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: relative;
}

.userdropdown-menu a {
    color: #ffffff;
    display: block;
}

.userdropdown-menu ul,
.userdropdown-menu li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.userdropdown-menu ul {
    right: 0;
    position: absolute;
    top: 38px;
    width: 100%;
    background: #ffffff;
    display: none;
    padding: 18px 0px;
    min-width: 135px;
    z-index: 32;
    font-size: 13px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.userdropdown-menu>ul:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    right: 44px;
    position: absolute;
    top: -8px;
    content: "";
}

.userdropdown-menu li {
    display: block;
    vertical-align: middle;
    padding: 4px 13px;
    margin-bottom: 1px;
}

.userdropdown-menu li:hover {
    background: #dadada;
}

.userdropdown-menu li a {
    color: #000000;
    display: block;
}

.userdropdown-menu li .fa {
    margin-right: 12px;
    font-size: 15px;
}

.userdropdown-menu .current-menu {
    padding: 4px 25px;
    cursor: pointer;
}

.userdropdown-menu .fa-caret-down {
    padding-left: 17px;
    color: #e4b95b;
    font-size: 16px;
}

.header-bottom {
    float: left;
    width: 100%;
    background: #383848;
    position: relative;
    border-bottom: 6px solid #1b1b29;
}

.menu-main {
    font-family: 'Graviola-Regular';
}

.menu-main ul,
.menu-main li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu-main li {
    float: left;
    width: auto;
    font-size: 17px;
    margin-right: 25px;
    position: relative;
    font-family: 'Righteous', cursive;
}

.menu-main li:last-child {
    margin-right: 0px;
}

.menu-main li a {
    display: block;
    position: relative;
    padding: 1px 6px 3px 6px;
    color: #ffffff;
    text-decoration: none;
}

.menu-main li a:hover {
    border-bottom: 1px solid #fff;
    border-radius: 5px;
}

.menu-main > ul > li > a::before {
    content: "•";
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    color: rgb(228, 185, 91);
    left: -5px;
}


/* Just Conform */

.drop-nav-arrow {
    display: none;
}

.menu-main li.mega-menu {
    position: static;
}

.mega-title {
    color: #20202f;
    font-size: 18px;
    font-family: 'GraviolaSoft-Medium';
    display: block;
    margin-bottom: 25px;
}

.mega-preview {
    position: relative;
    z-index: 1;
}


/*.menu-main ul > li.mega-menu .drop-nav:before{
    position: absolute;
    border-bottom: 12px dashed #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 60px;
    content: "";
    display: inline-block;
}*/

.menu-main ul>li.mega-menu:hover>a:before {
    position: absolute;
    border-bottom: 12px dashed #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 83px;
    left: 50%;
    content: "";
    display: inline-block;
    margin-left: -6px;
}

.menu-main li.mega-menu .drop-nav {
    min-width: 200px;
    background: #ffffff;
    padding: 40px;
    width: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    color: #9e9eab;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -ms--webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -o--webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    margin-top: 32px;
}

.menu-main ul>li:hover>.drop-nav {
    display: block;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -ms--webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    -o--webkit-box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(147, 109, 29, 0.3);
}

.header-near .menu-main li.mega-menu .drop-nav {
    margin-top: 18px;
}

.header-near .menu-main li.has-child .drop-nav {
    margin-top: 18px;
}

.header-near .search-box {
    top: 62px;
}

.header-near .cart-wrap {
    padding-top: 18px;
}

.header-near .menu-main ul>li.mega-menu:hover>a:before {
    top: 69px;
}

.header-near .menu-main ul>li.has-child:hover>a:after {
    top: 62px;
}

.menu-main li.mega-menu .drop-nav:after {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -34px;
    width: 100%;
}

.menu-main li.mega-menu .drop-nav li a {
    padding-bottom: 0px;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #9e9eab;
}

.menu-main li .drop-nav li a {
    color: #ffffff;
}

.menu-main li.mega-menu .drop-nav li {
    padding-left: 0px;
}

.menu-main li.mega-menu .drop-nav li a {
    padding-top: 0px;
}

.menu-main li.mega-menu .drop-nav li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}

.drop-mega-part {
    font-size: 15px;
    font-family: 'Graviola-Regular';
    font-weight: normal;
}

.menu-main li .drop-nav li {
    margin: 0px;
    width: auto;
    display: block;
    float: none;
    padding-left: 28px;
}

.drop-mega-part {
    display: inline-block;
    width: 100%;
}

.menu-main li.has-child .drop-nav li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}

.drop-has-child>a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12px;
}

.menu-main li.has-child .drop-nav {
    min-width: 200px;
    position: absolute;
    left: 0px;
    top: 100%;
    color: #372727;
    background: #e4b95b;
    z-index: 99;
    padding: 25px 0px 25px 0px;
    font-size: 15px;
    font-family: 'Graviola-Regular';
    font-weight: normal;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    display: none;
    margin-top: 34px;
}

.menu-main li.has-child .drop-nav:after {
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: -34px;
    width: 100%;
}

.menu-main li.has-child .drop-nav .drop-nav {
    top: -25px;
    left: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
    -ms--webkit-box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
    -o--webkit-box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(147, 109, 29, 0.3);
}

.menu-main li.has-child .drop-nav li a {
    padding-bottom: 10px;
    padding-left: 24px;
    padding-top: 0px;
}


/*.menu-main ul > li.has-child > ul.drop-nav:before{
    position: absolute;
    border-bottom: 12px dashed #e4b95b;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 35px;
    content: "";
    display: inline-block;
}*/

.menu-main ul>li.has-child:hover>a:after {
    position: absolute;
    border-bottom: 12px dashed #e4b95b;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 78px;
    left: 50%;
    content: "";
    display: inline-block;
    margin-left: -6px;
}
.branchdelivery {
    color: red;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.menu-icon {
    float: right;
    width: auto;
    display: none;
}

.menu-icon a {
    display: inline-block;
    height: 24px;
    width: 30px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 9999;
}

.menu-icon a span {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: left;
    height: 3px;
    margin: 0 0 5px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.menu-icon a span:after {
    background: #959393 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.menu-icon a span.bar-1:after {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.menu-icon a span.bar-2:after {
    -webkit-transition: all 0.5s ease 0.15s;
    -moz-transition: all 0.5s ease 0.15s;
    -ms-transition: all 0.5s ease 0.15s;
    -o-transition: all 0.5s ease 0.15s;
    transition: all 0.5s ease 0.15s;
}

.menu-icon a span.bar-3:after {
    -webkit-transition: all 0.5s ease 0.25s;
    -moz-transition: all 0.5s ease 0.25s;
    -ms-transition: all 0.5s ease 0.25s;
    -o-transition: all 0.5s ease 0.25s;
    transition: all 0.5s ease 0.25s;
}

.menu-icon a:hover span:after {
    width: 100%;
}

.menu-icon a.open span:after {
    width: 100%;
    background: #ffffff;
}

.menu-icon a.open .bar-1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 4px);
    -moz-transform: rotate(-45deg) translate(-7px, 4px);
    -ms-transform: rotate(-45deg) translate(-7px, 4px);
    -o-transform: rotate(-45deg) translate(-7px, 4px);
    transform: rotate(-45deg) translate(-7px, 4px);
}

.menu-icon a.open .bar-2 {
    opacity: 0;
}

.menu-icon a.open .bar-3 {
    -webkit-transform: rotate(45deg) translate(-7px, -4px);
    -moz-transform: rotate(45deg) translate(-7px, -4px);
    -ms-transform: rotate(45deg) translate(-7px, -4px);
    -o-transform: rotate(45deg) translate(-7px, -4px);
    transform: rotate(45deg) translate(-7px, -4px);
}


/*Just Conform*/

.logo {
    float: left;
    width: 20%;
    text-align: center;
}

.logo>a {
    left: 47px;
    position: absolute;
    top: 11px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    z-index: 1;
}

.header-info {
    float: right;
    width: 80%;
    position: relative;
    padding: 15px 0 13px 0;
}

.header-info-inner {
    float: right;
    width: auto;
    position: relative;
    right: -99px;
}

.header-collect {
    display: inline-block;
    width: auto;
    margin-right: 0px;
    font-size: 15px;
    font-family: 'Graviola-Regular';
    vertical-align: middle;
}

.header-collect a {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}
.header-collect .cart-btn a.remove{
	background:red;
	cursor:pointer;
}
.header-collect img {
    margin-right: 15px;
}
.header-collect.order-now img {
    width: 175px;
    margin: 0;
}
.header-collect.order-now{
top: 64px;
    position: absolute;
    right: 0;
}
.shop-cart.header-collect .cartimg img {
    margin-right: 0;
    background: #d4a807;
    border-radius: 26px;
    padding: 4px;
    text-align: center;
    border: 3px solid #942022;
    position: absolute;
    left: -28px;
    top: -6px;
    padding-right: 7px;
    height: 43px;
    width: 46px;
}
.shop-cart.header-collect {
    margin-right: 0px;
    position: relative;
}
.shop-cart.header-collect a.cartimg{
display: block;
position: relative;
    padding-right: 30px;
    background: #942022;
    border-radius: 33px;
    border: 2px solid white;
    margin: 0;
    margin-left: 30px;
    padding: 4px 32px;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.modal-backdrop {
    background-color: #21202f;
}

.modal .close {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -18px;
    right: -18px;
    background: #e4b95b url('images/close.png') no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    background-size: 18px 18px;
    text-indent: -10000px;
}

.modal-dialog {
    margin-top: 180px;
    width: 750px;
}

.modal-body {
    padding: 30px 65px 50px;
}

.modal-content {
    box-shadow: none !important;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.table-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.booktable .jq-selectbox {
    margin-bottom: 30px;
}

.booktable input[type="text"],
.booktable input[type="email"] {
    margin-bottom: 30px;
}

.booktable .btn-big {
    width: 100%;
    margin-top: 14px;
}

.booktable .jq-selectbox__dropdown {
    top: 55px !important;
}

.book-sm {
    display: none;
}

.cart-wrap:before {
    height: 22px;
    position: absolute;
    left: 0px;
    width: 100%;
    top: -22px;
    content: "";
}
.loadmydetails{
    float: right;
    background: black;
    font-size: 17px;
    padding: 2px 11px;
}

.cart-wrap {
    position: absolute;
    top: 42px;
    right: 0px;
    width: auto;
    padding-top: 0px;
    z-index: 99;
    display: none;
}
.shop-cart:hover .cart-wrap {
    display: block;
}

.shop-cart:hover .cart-blog:before {
    position: absolute;
    border-bottom: 8px dashed #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    right: 14%;
    content: "";
    display: inline-block;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 99;
}

.cart-blog {
    background: #ffffff;
    min-width: 380px;
    padding: 22px 23px;
    color: #20202f;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    z-index: 99;
}

.cart-item {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.cart-item-left {
    display: table-cell;
    width: 66px;
    vertical-align: middle;
}

.cart-item-left img {
    max-width: 100%;
}

.cart-item-right {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.cart-blog h6 {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'GraviolaSoft-Medium';
    font-weight: normal;
}

.cart-blog span {
    color: #9e9eab;
    font-size: 14px;
    font-family: 'Graviola-Regular';
    cursor: pointer;
}

.delete-icon {
    right: 0px;
    width: 12px;
    height: 15px;
    background: url(images/delete.png) no-repeat center center;
    top: 10px;
    cursor: pointer;
}

.btn-black,
.btn-main {
    width: auto;
    border: none;
    box-shadow: none;
    background: url(images/btn2-bg.jpg) repeat-y 0 0;
    background-size: 100% auto;
    font-size: 11px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    height: 32px;
    padding: 9px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    background-color: red;
}

.btn-black:hover,
.btn-main:hover {
    color: #ffffff;
    background: url(images/btn2-bg.jpg) repeat-y 0 0;
    background-size: 100% auto;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.subtotal {
    display: inline-block;
    width: 100%;
}

.subtotal h6 {
    margin-bottom: 0px;
}

.subtotal span {
    text-align: right;
    float: right;
}

.cart-btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 24px;
}

.view,
.checkout {
    min-width: inherit;
    padding-left: 35px;
    padding-right: 35px;
}

.view {
    margin-right: 13px;
}

.checkout {
    margin-left: 13px;
}


/* Main part */

.main-part {
    float: left;
    width: 100%;
    position: relative;
}

.demo-inner-content {
    position: relative;
    z-index: 2;
}

.baner-info {
    padding-top: 15em;
    padding-left: 7em;
}

.baner-info h4 {
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}

.baner-info h3 {
    font-size: 4.5em;
    padding: 10px 0;
    color: #fff;
    word-spacing: 4px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
}

.baner-info p {
    margin: 0 0 2em;
    color: #fff;
    letter-spacing: 3px;
}

a.readmore {
    border: none;
    outline: none;
    background: #e96147;
    padding: 0.5em 1.5em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9em;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

h3.aboutus-title {
    color: #000;
    font-size: 3em;
    text-transform: capitalize;
    text-align: center;
}

h3.aboutus-title span {
    font-weight: bold;
    font-size: 2em;
    color: #d66047;
}

div#about {
    position: relative;
    background: #eee;
    padding-bottom: 4em;
}

div#slideabout {
    position: relative;
    background: #eee;
    padding-bottom: 4em;
}

.aboutus.alert.wthree-about-right img {
    border: 7px solid rgba(233, 97, 71, 0.63);
}

.aboutus img {
    border: 6px solid #e96147;
}

.wthree-about-w3left,
.wthree-about-w3right {
    padding: 0;
    overflow: hidden;
}

.wthree-about h5 {
    margin: 2em 0 1.2em;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}

p.about-bottom {
    margin-top: 0.6em;
}

.w3ls-about-left {
    padding: 0 2em 0 0;
    font-size: 15px;
}

.aboutus {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
}

.wthree-about-right {
    position: absolute;
    right: 0;
    width: 50%;
    top: -107px;
    left: 38%;
}

img.img-responsive {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.wthree-about-agiletext {
    padding: 3.26em 3em;
}

.wthree-about-w3right h4 {
    font-size: 2.1em;
    color: #000;
    margin-bottom: 0.5em;
}

a.more {
    font-size: 1em;
    color: #fff;
    background: #00bcd4;
    padding: .6em 1.8em;
    display: inline-block;
    margin-top: 1.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 4px solid transparent;
}

a.more:hover {
    background: #00BCD4;
    border-bottom-color: #04a6bb;
}

a.close {
    opacity: .4;
    margin: -1.5em -.5em 0 0;
    outline: none;
}

.aboutus.alert:hover img.img-responsive {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.tabcontent-grids {
    padding-top: 1em;
}

.numscroller {
    font-size: 2.5em;
    font-weight: 600;
    color: #f4792c;
    margin-bottom: 0;
    line-height: 1em;
}

.stats-grid {
    padding: 2em 1em;
    background: #eee;
    width: 46%;
    text-align: center;
    margin: 1em;
}

.stats-info p {
    color: #000;
    font-size: 1.5em;
    text-transform: capitalize;
}

.stat2 {
    padding-left: 0;
}

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
}

.ih-item.circle .img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
    border-radius: 50%;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect17 .info {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect17 .info span {
    color: #fff;
    position: relative;
    font-size: 3em;
    margin: 0 30px;
    padding: 60px 0;
    height: 115px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect17 .info h3 {
    color: #fff;
    position: relative;
    font-size: 25px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect17 .info p {
    color: #fff;
    padding: 11px 0;
    margin: auto;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect17:hover .img:before,
.serviceinfo_agile.ih-item.circle.colored.effect17.active .img:before {
    box-shadow: inset 0 0 0 120px rgba(233, 97, 71, 0.56), inset 0 0 0 16px rgba(233, 97, 71, 0.63), 0 1px 2px rgba(233, 97, 71, 0.44);
    box-shadow: inset 0 0 0 120px rgba(233, 97, 71, 0.56), inset 0 0 0 16px rgba(233, 97, 71, 0.63), 0 1px 2px rgba(233, 97, 71, 0.44);
}

.ih-item.circle.effect17:hover .info,
.serviceinfo_agile.ih-item.circle.colored.effect17.active .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.circle.effect17:hover .info p,
.serviceinfo_agile.ih-item.circle.colored.effect17.active .info p {
    opacity: 1;
}

.banner-bottom-girds {
    width: 72%;
    z-index: 1;
    position: absolute;
    top: -123px;
}

.gallery-grids img {
    width: 100%!important;
}

.gallery-grids {
    padding-left: 5px!important;
    padding-right: 5px!important;
    margin-bottom: 4px;
}

#gallery {
    background: #f4f4f4;
}

.adipoli-wrapper {
    margin: auto;
    position: relative;
    display: inline-block;
}

.adipoli-wrapper>img {
    position: absolute;
    z-index: 1;
}

.adipoli-before {
    position: absolute;
    z-index: 5;
}

.adipoli-after {
    position: absolute;
    z-index: 10;
}

.adipoli-slice {
    display: block;
    position: absolute;
    z-index: 15;
    height: 100%;
    background-size: cover !important;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#scroll {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(images/move-top.png) no-repeat 0px 0px;
}

.gallery_gds figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-transform: capitalize;
}

.gallery_gds figcaption h4 {
    font-size: 0.9em;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 2% 0;
    background: #d66047;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    text-align: center;
}

.gallery_gds figcaption2 {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery_gds figcaption2 h4 {
    font-size: 0.9em;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #fff;
    padding: 2% 0;
    background: #d66047;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    text-align: center;
}

.gallery_gds figcaption:hover h4,
.gallery_gds figcaption:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.social-icons-w3-agile ul {
    padding: 0;
    margin: 0;
}

.social-icons-w3-agile ul li {
    display: inline-block;
    margin: 0 1em 0 0;
}

.social-icons-w3-agile ul li a {
    color: #333;
    text-align: center;
    font-size: 35px;
}

.social-icons-w3-agile ul li a span.fa.fa-facebook,
.social-icons-w3-agile ul li a span.fa.fa-twitter,
.social-icons-w3-agile ul li a span.fa.fa-google-plus {
    height: 35px;
    width: 35px;
    background: #1b1b1b;
    line-height: 37px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-icons-w3-agile ul li a span.fa.fa-facebook:hover {
    background: #3b5998;
    color: #FFFFFF;
}

.social-icons-w3-agile ul li a span.fa.fa-twitter:hover {
    background: #1da1f2;
    color: #FFFFFF;
}

.social-icons-w3-agile ul li a span.fa.fa-google-plus:hover {
    background: #dd4b39;
    color: #FFFFFF;
}

.social-icons-w3-agile {
    float: right;
}

.team-infoagileits-w3layouts .social-icons-w3-agile {
    float: none;
}

.footer-section {
    padding: 3em 0;
    text-align: left;
    border-top: 5px solid black;
    background: white;
    float: left;
    width: 100%;
}

.footer-section h2 a {
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 1.6em;
    color: #000;
    text-shadow: 3px 3px #d6d6d6;
    text-decoration: none;
    font-weight: 700;
}

.btm-logo h2 a img {
    width: 55px;
    float: left;
}

.footer-section h2 a:hover,
.footer-section h2 a:focus {
    text-decoration: none;
    outline: none;
}

.bottom-menu-nav {
    float: left;
}

ul.btm-nav {
    margin: .5em 0;
}

.bottom-menu-nav ul.btm-nav li {
    list-style: none;
    display: inline-block;
    margin: 0em 3em 0em 0em;
}

.bottom-menu-nav ul.btm-nav li a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
}

.bottom-menu-nav ul.btm-nav li:hover a {
    color: #db3552;
}

.subscribe {
    width: 60%;
    margin: 1.6em 0;
}

.subscribe input[type="email"] {
    outline: none;
    border: none;
    padding: 10px 15px;
    background: rgb(27, 27, 27);
    color: #ffffff;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1.5px;
}

.input-flds-agile {
    padding: 0;
}

.subscribe h6 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    font-weight: 600;
    text-align: left;
    color: #656565;
}

.subscribe input[type="submit"] {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding: 8px 0px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #a1292b;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.subscribe input[type="submit"]:hover {
    background: #b94b34;
    color: #fff;
}


/*-- //Footer --*/


/*--copy-right--*/

.conpy-rights {
    text-align: center;
    background: #0e0e0e;
    padding: 1em;
    float: left;
    width: 100%;
}

.conpy-rights p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 28px;
}

.conpy-rights p a {
    color: #3be8b0;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.conpy-rights p a:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.testimonials .h3-w3l {
    color: #fff;
}


/*--/test-monials --*/

.test-review {
    padding: 2em;
    background: #eee;
    border: 13px solid #e2dfdf;
}

.test-review p {
    line-height: 2.2em;
    color: #000;
}

.test-review img {
    margin: 0 auto;
}

.test-review img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
}

.w3_about_grid_left h6 {
    color: #EB4549;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}

.test-monials h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: none;
    margin-top: 1em;
}

.test-review i {
    color: #e96147;
    font-size: 2em;
    margin: 0 0.5em;
}

.testimonials {
    float: left;
    width: 100%;
    padding: 50px;
}

.sreen-gallery-cursual {
    margin-top: 3em;
}

.img-agile h6 {
    font-size: 1.2em;
    color: #fff;
    margin-top: 1em;
}

.img-agile img {
    margin: 0 auto;
    border: 5px solid #d66047;
}

.test-tooltip1:after {
    content: '';
    position: absolute;
    left: -31px;
    border-color: #e96147;
    top: 40%;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgb(233, 97, 71);
    transform: rotate(90deg);
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.menu-entry {
    position: relative;
    padding: 0;
    width: 100%;
    float: left;
}

.menu-entry div.homemenuentry {
    padding: 0;
    overflow: hidden;
    margin: 0;
    max-height: 450px;
}

.menu-entry div.homemenuentry:hover img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.menu-entry .overlay {
    background: transparent url("images/bg-overlay.png") no-repeat fixed 0 0 / cover;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.menu-entry .main-bg {
    transition: .25s all ease-in-out;
    z-index: 1;    width: 100%;
}

.homemenuentry .homemenuentrytext {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: white;
    height: 74%;
    left: 10%;
    margin: 0;
    padding: 5% 5%;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    top: 13%;
    transition: all 0.25s ease-in-out 0s;
    width: 80%;
    z-index: 99;
}

.menu-entry .homemenuentry h2 {
    font-size: 26px;
    line-height: 1;
    margin: 0;
}

.menu-entry .homemenuentry p {
    color: white;
    font-weight: 300;
    font-size: 16px;
}
.menu-entry .homemenuentry a .mail {
    margin-bottom: 12px;
    display:  block;
    font-size: 17px;
}
.homemenuentry .homemenuentrytext div.btn {
    width: 100%;
}

.homemenuentry:hover .homemenuentrytext {
    background: rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
    box-shadow: 0px 0px 39px rgba(255, 255, 225, 0.5), inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.homemenuentry:hover .homemenuentrytext div.btn {
    background: #CFB52C !important;
    color: white !important;
    text-shadow: none;
}

.homemenuentry:hover .homemenuentrytext div.btn::after {
    right: 15px !important;
}

.homemenuentrytext .btn-default {
    background: transparent;
    border: 2px solid #cfb52c;
    color: #cfb52c;
    position: relative;
    padding: 15px 40px;
}

.homemenuentrytext .btn-default:after {
    font-family: 'FontAwesome';
    content: '\f0a9';
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    transition: 0.25s all ease-in-out;
    right: 15px;
}

.menu-list {
    height: 110px;
    padding: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.06);
}

.row .menu-list:first-child,
.row .menu-list:nth-child(2) {
    border-top: none;
}

.menu-list h3 {
    font-size: 18px;
    margin-bottom: 0.2em;
    margin-top: 0;
}

.menu-list .price {
    font-family: "Puritan";
    font-size: 17px;
    padding-right: 40px;
}

.signature-menu,
.our-story-wrap {
    background: rgba(230, 230, 230, 0.8);
}

.signature-menu .container > h1 {
    border-bottom: none;
}

.signature-menu .container > hr {
    border-top: 5px solid #000;
    margin-bottom: 40px;
}

.menu-signature .description {
    min-height: 85px;
}

.menu-signature {
    background: #fff;
    box-shadow: 2px 2px 3px #ccc;
}

.menu-signature .image {
    height: 300px;
    position: relative;
}

.menu-signature .content {
    padding: 30px 30px 40px 30px;
}

.menu-signature h2 {
    font-size: 20px;
    font-weight: 400;
}

.menu-signature .content h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.menu-signature .name {
    position: absolute;
    bottom: 30px;
    color: #fff;
    left: 0;
    right: 0;
}
.producttypes div {
    padding: 2px 28px;
    font-weight: bold;
    display: inline-block;
    background: #cad8d8;
    color: black;
    border: 1px solid black;
    cursor: pointer;
    margin: 5px;
    position: relative;
}
.producttypes div.active {
    background: #1f7576;
    color: white;
}
.producttypes div img{
	opacity:0;
	position: absolute;
    right: 0;
    top: -4px;
}
.producttypes div.active img{
	opacity:1;
}
.producttypes div b {
    position: absolute;
    left: -5px;
    top: -5px;
    color: white;
    background: black;
    min-width: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
}
.menu-signature .overlay {
    background: url(images/bg-overlay.png);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.8)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    /* IE6-8 */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
}

.subnav-wrapper {
    clear: both;
    display: block;
    height: 60px;
    background: rgba(230, 230, 230, 0.8) none repeat scroll 0 0;
}

.menu section.menu-subnav {
    padding: 10px 0;
    background: rgba(35, 35, 35, 0.85) none repeat scroll 0 0;
}

.menu section.menu-subnav.affix {
    top: 163px;
    z-index: 99;
}

.menu .main .menu-buttons {
    margin-top: 40px;
}

.menu-subnav .btn-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 16px;
    margin-right: 5%;
    padding: 2px 5% 2px 0;
    text-align: left;
}

.menu-subnav .btn-menu:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.menu-subnav .btn-menu:hover::after {
    color: #CFB52C;
}

.menu .mainmenu h1 {
    text-align: center;
    margin: 20px auto;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 50px;
}

.menu .mainmenu h2 {
    margin: 2.5em 0 20px 0;
    text-align: center;
    border-bottom: 1px solid #CFB52C;
    padding-bottom: 20px;
}

.menu .mainmenu hr {
    border-top: 5px solid #CDB32B;
    margin: 30px auto 50px auto;
}

.menu .mainmenu hr.parent {
    border-top: 5px solid #CFB52C;
    margin-top: 0;
}

#menuintro h1 {
    margin-top: 0;
}

.mainmenu .lunch,
.mainmenu .dinner {
    margin: 50px 15px;
}

.mainmenu .lunch {
    margin-top: 0;
}

.menu-times {
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 25px;
}

.menu-times h3 {
    margin-top: 0;
}

.menu .legend {
    border: 2px solid #cfb52c;
    padding: 30px;
    width: 100%;
    float: left;
}

.menu .legend span.requirements {
    color: #888;
    font-size: 11px;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.menu .legend h2 {
    margin-top: 0;
}

.menu .legend ul {
    padding: 0;
    margin: 0;
}

.menu .legend li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 12px;
    letter-spacing: 0.1em;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0 10px 40px;
    position: relative;
    text-transform: uppercase;
}

.menu .legend li span {
    background: #cfb52c none repeat scroll 0 0;
    border-radius: 50%;
    color: #33261d;
    font-size: 11px;
    font-weight: 400;
    height: 30px;
    margin-right: 10px;
    padding: 7px 0;
    text-align: center;
    width: 30px;
    position: absolute;
    left: 0;
    top: 5px;
}

.parallax-box {
    background-color: #111;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

.reservation-now {
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%), url(images/reservation-parallax.jpg);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%), url(images/reservation-parallax.jpg);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%), url(images/reservation-parallax.jpg);
}

.reservation-now {
    height: auto;
    display: flex;
    overflow: visible;
    padding: 0;
}

.parallax-box .mediaSection-box {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
}

.reservation-now .reservation-form-box {
    background-color: rgba(0, 0, 0, 0.58);
    height: auto;
    padding: 60px 40px 80px;
    display: inline-block;
}

.reservation-now .manuscript {
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    padding: 0px 0;
}

.section-title-border {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #c6c6c6;
    padding: 20px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.reservation-now .mediaSection-box .section-title-border {
    font-size: 40px;
    font-weight: 400;
    color: #c5a86a;
    padding-bottom: 0px;
}

.reservation-now .mediaSection-box .section-title-border:after {
    padding: 0;
    margin-bottom: 10px;
    background-color: #e7e7e7;
}

.section-title-border:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 113px;
    background-color: #c5a86a;
    margin: 15px auto;
}

.reservation-now .reservation-form-box .form-margin {
    margin: 60px 10px 10px;
}

.reservation-now #rv-message {
    margin: 0 20px;
}

.reservation-now .reservation-form-box .form-group {
    margin-bottom: 25px;
    float: left;
    width: 47%;
    margin-right: 5px;
    margin-left: 5px;
}

.reservation-now .reservation-form .form-group input,
.reservation-now .reservation-form .form-group select,
.reservation-now .reservation-form .form-group textarea {
    border-radius: 0px;
    border: 1px solid #dadada;
    background-color: transparent;
    padding: 6px 12px;
    color: #c5a86a;
}

.reservation-form .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #c5a86a;
    text-align: center;
    background-color: #1b1b1b;
    border: 1px solid #323232;
    border-left: transparent;
    border-radius: 0px;
}

.reservation-now .reservation-form .input-group-addon {
    color: #e7e7e7;
}

.reservation-now .reservation-form .input-group-addon {
    background-color: rgba(197, 168, 106, 0.2);
    border: 1px solid #dadada;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.time-clock-box {
    position: absolute;
    width: 100%;
    height: 600px
}

#sec {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#clock {
    position: relative;
    top: 23%;
    width: 280px;
    height: 280px;
    margin: 20px auto 0 auto;
    background: url(images/clock/clockface.png);
    background-repeat: no-repeat;
    list-style: none
}

#sec,
#min,
#hour {
    position: absolute;
    width: 280px;
    height: 280px;
    top: 0px;
    left: 0px
}

#sec {
    background: url(images/clock/sechand.png);
    z-index: 3
}

#min {
    background: url(images/clock/minhand.png);
    z-index: 2
}

#hour {
    background: url(images/clock/hourhand.png);
    z-index: 1
}

.top-frames:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-right: 3px solid #c5a86a;
    border-top: 3px solid #c5a86a
}

.top-frames:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-left: 3px solid #c5a86a;
    border-top: 3px solid #c5a86a
}

.bottom-frames:before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-right: 3px solid #c5a86a;
    border-bottom: 3px solid #c5a86a
}

.bottom-frames:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-left: 3px solid #c5a86a;
    border-bottom: 3px solid #c5a86a
}

a,
a:hover {
    text-decoration: none !important;
}


.pdfmenu{
    background: #d4a807;
    padding: 7px;
    border-radius: 16px;
}
.pdfmenu:hover{
    background: #a52f16;
}
.pagetitle {
    position: relative;
    width: 100%;
    height: 365px;
    background: url(images/b2.jpg);
    background-size: 100%;
    background-position-y: 96%;
}

.pagetitle ul {
    position: absolute;
    bottom: 10px;
    right: 10px;
    outline: none;
    list-style: none;
    padding: 4px 10px;
    margin: 0;
    font-family: 'Righteous', cursive;
    background: black;
    border-radius: 20px;
}

.pagetitle ul li {
    float: left;
    margin-right: 8px;
    color: white;
}

.pagetitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #00000073;*/
}

.pagetitle h1 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px;
    background: black;
    font-size: 30px;
    font-family: 'Righteous', cursive;
}

.foodmenu {
    margin-top: 30px;
    margin-bottom: 30px;
}

.foodmenu .b .title,
.contactus .a .title {
    font-size: 29px;
    color: black;
    padding: 0px 20px;
    font-weight: bold;
    border-bottom: 2px solid black;
    border: 1px solid #eee;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin-bottom: 22px;
    text-align: center;
    font-family: 'Righteous', cursive;
}

.foodmenu .a .menu {
    background: #383848;
    margin-bottom: 2px;
    padding: 4px 13px;
    font-size: 15px;
    font-weight: bold;
    color: #c7c7c7;
    cursor: pointer;
    border-bottom: 5px solid #1b1b29;
}
.foodmenu .a .title {
    background: #770f10;
    padding: 5px 0;
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: bold;
    border: 3px solid white;
    margin-bottom: 15px;
    font-family: 'Concert One', cursive;
}

.foodmenu .a .menu:hover,
.foodmenu .a .menu.clicked {
    background: #770f10;
    color: #ffffff;
}

.foodmenu .b .title.categoryname {
    cursor: pointer;
    width: 100%;
    float: left;
}

.foodmenu .b .title.categoryname i {
    float: right;
}

.foodmenu .b .title.categoryname.closed i.fa-minus-square {
    display: none;
}

.foodmenu .b .title.categoryname.closed i.fa-plus-square {
    display: block;
}

.foodmenu .b .title.categoryname.opened i.fa-minus-square {
    display: block;
}

.foodmenu .b .title.categoryname.opened i.fa-plus-square {
    display: none;
}

.foodmenu .b .product {
    margin: 1%;
    background: #00000008;
    border: 2px solid #0000006b;
    float: left;
    width: 31%;
    margin-bottom: 0;
    position: relative;
    border: 1px solid #eee;
    box-shadow: 6px 5px 6px 0px rgba(0, 0, 0, 0.2);
}

.foodmenu .b .p:hover {
    background: #ead8007a;
    cursor: pointer;
}

.foodmenu .b .product .pimg {
    width: 96%;
    overflow: hidden;
    border: 2px solid black;
    height: 142px;
    float: left;
    padding: 0;
    margin: 2%;
}

.foodmenu .b .product .pimg img {
    width: 100%;
    transition: 2s;
    height: 100%;
}

.foodmenu .b .product .pimg:hover img {
    transform: scale(1.5, 1.5);
}

.foodmenu .b .p .pname {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    color: black;
    margin-top: 3px;
    padding-left: 10px;
}

.foodmenu .b .p p {
    font-size: 12px;
    line-height: 1.2;
    color: #616161;
    padding: 0 10px;
}

.foodmenu .b .plist {
    overflow: inherit !important;
}

.foodmenu .b .title.categoryname {
    display: none;
}

.foodmenu .b .product .price {
    position: absolute;
    margin-right: 4px;
    font-size: 13px;
    margin-bottom: 0;
    color: white;
    font-weight: bold;
    top: 120px;
    right: 1px;
    background: #bb0050;
    border-radius: 10px;
    padding: 1px 12px;
    border: 3px solid black;
    border-bottom-right-radius: 0;
	z-index: 1;
}

.foodmenu .b .p .price span {
    color: #ffd602;
}

.productdetails {
    position: relative;
    float: left;
    border-top: 2px solid black;
    width: 100%;
    border-bottom: 10px solid #0000008f;
    display: none;
}

.productdetails:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 28px;
    background-image: url(images/line.png);
    background-size: 100% 100%;
    margin: auto 45%;
}

.productdetails .details {
    margin-top: 30px;
}

.productdetails .details .images {
    width: 30%;
}

.productdetails .details .images .left {
    width: 15%;
    float: left;
}

.productdetails .details .images .left img {
    border: 1px solid black;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.productdetails .details .images .left div {
    position: relative;
}

.productdetails .details .images .left div:hover {
    background: black;
    cursor: pointer;
}

.productdetails .details .images .img {
    width: 85%;
    float: left;
    padding: 19px;
    padding-top: 0;
    transition: 1s;
}

.productdetails .details .images .img .zoom {
    overflow: hidden;
    border: 1px solid;
}

.productdetails .details .images .img .zoom:hover img {
    transform: scale(1.5, 1.5);
}

.productdetails .details .images .img img {
    width: 100%;
    transition: 1s;
}

.productdetails .details .info {
    width: 70%;
    float: left;
}

.productdetails .details .info .pname {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
    margin-top: 0;
}

.productdetails .details .info .brief {}

.count_container.cart_count_wrapper {
    display: inline-block;
    margin: 7px 0px 0px 0px;
    background-color: #CCCCCC;
}

.count_container input {
    height: 28px;
    width: 42px;
    text-align: center;
    border: 0;
}

.home_deals_cta_btn {
    border: 0px;
    text-align: center;
    width: 90px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    padding: 7px 0px 7px 0px;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 0px;
    position: relative;
    top: -2px;
    background: linear-gradient(90deg, rgb(187, 0, 80)0%, rgb(146, 0, 62)51%, rgb(187, 0, 80)100%);
    background: -moz-linear-gradient(90deg, rgb(187, 0, 80)0%, rgb(146, 0, 62)51%, rgb(187, 0, 80)100%);
    background: -webkit-linear-gradient(90deg, rgb(187, 0, 80)0%, rgb(146, 0, 62)51%, rgb(187, 0, 80)100%);
    background: -o-linear-gradient(90deg, rgb(187, 0, 80)0%, rgb(146, 0, 62)51%, rgb(187, 0, 80)100%);
}

.foodmenu .b .product .count-box {
    position: absolute;
    right: 0;
	z-index: 1;
}

.foodmenu .b .product .count-box span {
    background: black;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.productdetails .details .info .sharing h2 {
    color: #bd550d;
    margin-top: 20px;
}

.productdetails .details .info .sharing .btn i {
    margin-right: 7px;
}

.productdetails .details .info .sharing .btn-twitter i {
    color: #00aaf0;
}

.productdetails .details .info .sharing .btn-facebook i {
    color: #435f9f;
}

.productdetails .details .info .sharing .btn-google-plus i {
    color: #e04b34;
}

.productdetails .details .info .sharing .btn-pinterest i {
    color: #ce1f21;
}

.productdetails .details .info .sharing h2 div {
    float: right;
    font-size: 21px;
    font-weight: bold;
    color: #0173a2;
    margin-top: 5px;
}

.productdetails .details .info .sharing .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333333;
    background-color: white;
    border-color: #cccccc;
}

.productdetails .details .info .cart-button {
    text-align: left;
}

.contactus .a {
    margin-top: 30px;
}

.form-label {
    position: relative;
    font-size: 14px;
    color: #999;
    pointer-events: none;
    z-index: 9;
    transition: .3s;
    text-transform: uppercase;
}

.contactus .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset -5px -5px 0px 0px rgb(161, 41, 43);
    box-shadow: inset -5px -5px 0px 0px rgb(161, 41, 43);
    border-color: #a1292b;
    padding: 10px 18px 10px;
    background-color: #f5f5f5;
    min-height: 41px;
    resize: vertical;
}

.contactus .btn {
    transition: .3s ease-out;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    border-width: 3px;
    padding: 10px 28px;
    color: #fff;
    background-color: #f16121;
    border-color: #f16121;
    border-radius: 35px;
    outline: none;
    margin-top: 19px;
    width: 100%;
}

.contactus .btn:hover {
    color: #fff;
    background-color: #f9b129;
    border-color: #f9b129;
}

.contactus .text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.contactus .text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #f16121;
}

.contactus .text-uppercase {
    font-size: 19px;
    font-weight: bold;
}

.contactus .b {
    margin-top: 8px;
}

.contactus .link-gray-light {
    color: #9b9b9b;
}

.contactus .icon-xs {
    font-size: 20px;
    line-height: 20px;
}

.contactus .list-inline > li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 1px;
}

.contactus .list-inline > li a {
    color: black;
    padding: 1px;
    font-size: 28px;
}

.contactus .offset-md-top-50 {
    margin-top: 10px;
}

.contactus .link-default {
    color: #2b2c2f;
}

.offset-top-50 {
    margin-top: 10px;
}

.contactus .link-default:hover {
    color: #f16121;
}

.gallery .work-item {
    position: relative;
    padding: 0 15px;
}

.gallery .item-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.gallery .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 197px;
}

.gallery .work-item img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery .item-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

.gallery .work-item:hover img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.overlay {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    height: 100%;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    cursor: crosshair;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery .work-item:hover .overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.overlay .overlay-inner,
.overlay a.overlay-inner {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #fff;
    text-align: center;
}


/*--login--*/

.login-page {
    padding: 2em 0;
}

.login-left {
    padding: 0;
}

.login-left h3,
.login-right h3 {
    color: #000;
    font-size: 1.5em;
    padding-bottom: 0.5em;
    font-weight: 600;
}

.login-left p,
.login-right p {
    color: #555;
    display: block;
    font-size: 1.1em;
    margin: 0 0 2em 0;
    line-height: 1.5em;
}

.acount-btn {
    background: #E24425;
    color: #FFF;
    font-size: 1em;
    padding: 0.7em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
}

.acount-btn:hover,
.login-right input[type="submit"]:hover {
    background: #5BBD50;
    text-decoration: none;
    color: #fff;
}

.login-right form {
    padding: 1em 0;
}

.login-right form div {
    padding: 0 0 2em 0;
}

.login-right span {
    color: #555;
    font-size: 1em;
    padding-bottom: 0.2em;
    display: block;
    text-transform: uppercase;
}

.login-right input[type="text"],
.login-right input[type="password"] {
    border: 1px solid #a1292b63;
    outline-color: #fb4d01;
    width: 96%;
    font-size: 0.8125em;
    padding: 0.5em;
}

.login-right input[type="submit"] {
    background: #E24425;
    color: #FFF;
    font-size: 1em;
    padding: 0.3em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: none;
}

a.forgot {
    font-size: 1em;
    margin-right: 11px;
    color: black;
}

.acount-btn:hover,
.login-right input[type="submit"]:hover {
    background: #940000;
    text-decoration: none;
    color: #fff;
}

.register {
    padding: 3em 0 5em 0;
}

div.register .register-top-grid h3,
div.register .register-bottom-grid h3 {
    color: #000000;
    font-size: 1.4em;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 600;
}

div.register .register-top-grid div,
div.register .register-bottom-grid div {
    width: 50%;
    float: left;
    margin: 10px 0;
}

div.register .register-top-grid span,
div.register .register-bottom-grid span {
    color: #555;
    font-size: 1.1em;
    padding-bottom: 0.2em;
    display: block;
    text-transform: uppercase;
    margin-left: 1%;
}

div.register .main {
    background: #F8F8F8;
}

div.register .register-top-grid input[type="text"],
div.register .register-bottom-grid input[type="password"], div.register textarea{
    border: 1px solid #a1292b63;
    outline-color: #fb4d01;
    width: 98%;
    font-size: 0.8125em;
    padding: 0.5em;    resize: vertical;
    margin: 0 1%;
}

div.register .checkbox,
.completeorder .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 1.1em;
    line-height: 27px;
    cursor: pointer;
}

div.register .checkbox,
.completeorder .checkbox {
  display: inline-block;
    position: relative;
    font-size: 0.85em;
    color: #555;
}

div.register .checkbox:last-child,
.completeorder .checkbox:last-child {
    margin-bottom: 0;
}

div.register .news-letter,
.completeorder .save-address {
    color: #555;
    font-weight: 600;
    font-size: 0.85em;
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    clear: both;
}

div.register .checkbox i,
.completeorder .checkbox i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #a5282a;
    border-radius: 50%;
}

div.register .checkbox input + i:after,
.completeorder .checkbox input + i:after {
    content: '';
    background: url("images/tick1.png") no-repeat 1px 2px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.checkbox input + i:after,
.completeorder input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

div.register .checkbox input,
.completeorder .checkbox input {
    position: absolute;
    left: -9999px;
}

.checkbox input:checked + i:after {
    opacity: 1;
}

div.register .news-letter:hover {
    color: #00BFF0;
}

div.register .register-but {
    margin-top: 1em;
    text-align: right;
}

div.register-bottom-grid {
    margin-top: 3em;
}

#checkingout .checklistempty div {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #96363c;
}
#checkingout .checklistempty div img{
    min-width: 400px;
}
#checkingout .offset-top-10 {
    margin-top: 10px;
}
#checkingout .deliverylimit{
    color: white;
    background: black;
    padding: 10px;
    font-weight: bold;
    text-align: right;
    font-size: 24px;
}
#checkingout .table {
    width: 100%;
    margin-bottom: 0;
}
#checkingout .table .checkoutlist {
    position: relative;
    border-bottom: 1px solid #cecaca;
}
#checkingout .table .checkoutlist .xbox {
    display: inline-block;
}
#checkingout .table .checkoutlist .box1 {
    width: 33px;
    margin-right: 10px;
    position: relative;
    top: -10px;
}
#checkingout .table .checkoutlist .box2 {
    width: 93px;
    margin-right: 10px;
}
#checkingout .table .checkoutlist .box3 {
    position: relative;
    width: 81%;
    float: right;
}
#checkingout .table .checkoutlist .box4 {
    position: absolute;
    right: 0;
    top: -15px;
}
.cart-box > thead > tr > th,
.cart-box > thead > tr > td,
.cart-box > tbody > tr > th,
.cart-box > tbody > tr > td,
.cart-box > tfoot > tr > th,
.cart-box > tfoot > tr > td {
    padding: 11px 25px;
    vertical-align: middle;
}

#checkingout .form-group {
    position: relative;
    margin-bottom: 0;
}

#checkingout .tqy-change .stepper {
    display: inline-block;
    margin-bottom: 31px;
    width: auto;
    min-width: 31px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

#checkingout .tqy-change .stepper input[type="text"] {
    padding: 20px 0;
    text-align: center;
    height: 60px;
    font-size: 17px;
    width: 100%;
    color: #333;
    background-color: transparent;
}

#checkingout .tqy-change .stepper-arrow.up {
    top: 0;
    margin-top: 0;
}

#checkingout .tqy-change .stepper-arrow {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 20px;
    font-size: 29px;
    font-family: "Material Design Icons";
    color: #74706f;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#checkingout .tqy-change .stepper-arrow.down {
    bottom: 7px;
}

.stepper-arrow.down:before {
    content: "-";
    font-weight: bold;
    font-size: 19px;
}

#checkingout .stepper-arrow.up:before {
    content: "+";
    font-weight: bold;
    font-size: 19px;
}

#checkingout .round.glass:hover {
    color: #f16121;
}

#checkingout .round.glass,
#checkingout .round.glass:active,
#checkingout .round.glass:focus {
    color: #d9d9d9;
}

#checkingout .round.glass {
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}

#checkingout .round.glass:before {
    content: "X";
}

#checkingout .round.glass:before {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#checkingout .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset -3px -4px 0px 0px rgb(161, 41, 43);
    box-shadow: inset -3px -4px 0px 0px rgb(161, 41, 43);
    border-color: #a1292b;
    background-color: #f5f5f5;
    min-height: 41px;
    resize: vertical;
}
#checkingout .checkoutprice{
    float: right;
    font-weight: bold;
}
#checkingout .checkoutprice .ab2{
    font-size: 12px;
    color: #614e17;
}
#checkingout .h5 {
    line-height: 1.5;
    font-size: 19px;
}

form[name="coupon2"], form[name="zipcode2"], form[name="distance2"] {
    margin: 10px;
    text-align: left;
    margin-left: 0px;
    position: relative;
}
form[name="coupon2"] input, form[name="zipcode2"] input, form[name="distance2"] input {
    padding: 5px;
    border: 1px solid;
}
form[name="distance2"] input[name="distance"] {
    width: 25%;
}
form[name="distance2"] select{
    padding: 6px;
    border: 1px solid;
    font-weight: bold;
}
form[name="distance2"] input[name="complexnumber"] {
    font-size: 14px;
    padding: 5px;
    position: relative;
    top: 0px;
    min-width: 169px;
    display: none;
}
form[name="distance2"] a.complexnumber {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    background: black;
    padding: 1px 17px;
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    top: 39px;
    z-index: 1;
	display: none;
}
form[name="distance2"] img {
    height: 35px;
    cursor: pointer;
}
#googlemapload {
    width:100%;
	height:500px;
}

form[name="zipcode2"] input {
    padding: 8px;
}
.ziptext {
    text-align: center;
    font-weight: bold;
    color: green;
    font-size: 17px;
    position: relative;
}
.ziptext input {
    border: none;
    background: none;
    color: red;
    font-size: 15px;
    position: absolute;
    top: -6px;
}
form[name="coupon2"] [name="couponapply"], form[name="zipcode2"] [name="zipcodeapply"], form[name="distance2"] [name="distanceapply"] {
    background: #aa4622;
    border: 2px solid #aa4622;
    color: white;
    margin-left: -5px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
}
form[name="zipcode2"] [name="zipcodeapply"], form[name="distance2"] [name="distanceapply"] {
    background: #22acc3;
    border: 2px solid #1a7d86;
}
.checkingout .turn_ux {
    width: 100%;
}

.checkingout .turn_ux .turn_uy {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: #94353c;
    padding: 7px;
}

.checkingout .turn_ux .turn_uy .subtotal {
    font-size: 15px;
    font-weight: bold;
    width: 100px;
    float: right;
    text-align: right;
    padding-right: 13px;
    color: #94353c;
}

.checkingout .checkouttable {
    margin-top: 16px;
}

.checkingout .checklisttotalcount {
    width: 100%;
    padding: 10px;
    color: #efefef;
    background-color: #bb0050;
}

.checkingout .checklisttotalcount .n {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}

.checkingout .maintotalprice {
    float: right;
    text-align: center;
}

.checkingout .checkoutbtn {
    font-size: 15px;
    font-weight: bold;
    float: right;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkingout .checkoutbtn a input {
    float: none;
    font-size: 14px;
    padding: 12px;
    background: #fd9b02;
    color: white;
    border: 0;
    position: relative;
    top: -3px;
    font-weight: bold;
    cursor: pointer;
}

legend {
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #f35153;
	position: relative;
}

.profile-page {
    border: 1px solid #f351534a;
    margin-top: 41px;
}

.profile-page [type="submit"],
.ordercompelte-page [type="submit"],
.register [type="submit"] {
    margin: 30px 6px;
    width: 200px;
    color: #fff;
    background-color: #a1292b;
    border-color: #6d6d6d;
    font-weight: bold;
    border: 0;
    padding: 5px;
}

.myorderlist .typename {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}

.myorderlist .ordetypes {
    list-style: none;
    padding: 0;
    text-align: right;
    float: right;
}

.myorderlist .ordetypes li {
    width: 110px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(153, 153, 153, 1) 1px;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    color: rgb(0, 0, 0);
}

.completeorder .myaddresslist {
    color: black;
    font-weight: bold;
    border: 1px solid;
}

.completeorder .noaddressfound {
    margin: 10px;
    font-size: 30px;
    text-align: center;
    color: red;
    font-weight: bold;
    margin-bottom: 100px;
}

.completeorder .ordercompleted {
    margin-top: 19px;
    font-size: 23px;
    background: #e4e4e4;
    padding: 9px;
    text-align: center;
    margin-bottom: 150px;
}

.completeorder .addresslist {
    width: 261px;
    float: left;
    margin: 10px;
    position: relative;
    border: 2px solid #00000069;
    padding: 8px;
    border-radius: 20px;
}

input {
    outline: none;
}

.completeorder .addresslist [type="submit"] {
    width: 27px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    margin: 0;
    height: 27px;
    padding: 1px;
    background-color: #969696;
    border-color: #6d6d6d;
    outline: none;
}

.completeorder .addresslist [type="button"] {
    background: #a1292b;
    color: white;
    padding: 5px 4px;
    font-size: 11px;
    width: 100%;
    margin-top: 11px;
}

.myorderlist .ordetypes li a {
    color: rgb(0, 0, 0);
}

.myorderlist .well {
    margin-top: 20px;
}

.myorderlist .ordertable {
    width: 100%;
}

.myorderlist .ordertable tr {
    border-bottom: 2px solid;
    font-size: 12px;
    text-align: left;
}

.myorderlist .ordertable .first {
    background: #000000a3;
    font-size: 15px;
    padding: 10px;
    margin: 2px;
    height: 20px;
    color: white;
    text-align: center;
    text-transform: lowercase;
}

.myorderlist .ordertable .ordercancelform [type="submit"] {
    margin: 0;
    width: 97px;
    padding: 3px;
    margin-bottom: 10px;
}

.contactus .timelist .unit-body {
    border: 2px dashed;
    margin: 5px 0;
    font-weight: bold;
    padding: 2px 10px;
    color: black;
}

.contactus .timelist .unit-body .text-dark span {
    width: auto;
    font-weight: bold;
    display: block;
    text-align: left;
    color: #a1292b;
    font-size: 12px;
}
.contactus .address .unit-body {
    font-size: 12px;
}

.allreviewsbtn {
    float: right;
    background: #a1292b;
    color: white;
}

.reviewform {
    margin-top: 30px;
}

.reviewform .t {
    font-size: 14px;
    font-weight: bold;
    padding-top: 11px;
}

.reviewform .stars .stars.starfull {
    background-image: url(images/starfull.png);
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    float: left;
}

.reviewform .stars .stars.star {
    background-image: url(images/star.png);
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    float: left;
}

.reviewform .stars .stars.starhalf {
    background-image: url(images/starhalf.png);
    width: 27px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    float: left;
}

.reviewform .stars .stars .left {
    position: absolute;
    left: 0;
    width: 13.5px;
    height: 25px;
    top: 0;
    cursor: pointer;
}

.reviewform .stars .stars .right {
    position: absolute;
    right: 0;
    width: 13.5px;
    height: 25px;
    top: 0;
    cursor: pointer;
}

.reviewform [type="submit"] {
    width: 300px;
    color: black;
}

.reviewicon {
    position: absolute;
    right: 27px;
    color: white;
    bottom: 78px;
    background: #383848;
    padding: 0 10px;
    border-radius: 20px;
    cursor: pointer;
}

.reviewicon img {
    width: 27px;
}

.review {
    width: 100%;
    border-bottom: 1px solid black;
    margin-top: 50px;
    position: relative;
}

.reviewbtns {
    width: 100%;
}

.review .fa-quote-left {
    position: absolute;
    left: -50px;
    font-size: 50px;
}

.reviewbtns a {
    width: 79px;
    color: white;
    font-weight: bold;
    float: right;
    background: #580000;
    padding: 4px 20px;
    text-align: center;
    margin: 20px 4px;
}

.review h3 {}

.review h3 span {
    float: right;
}

.review h5 span.time {
    font-size: 12px;
    font-weight: bold;
    color: #a1292b;
    float: right;
}

.review h5 {}

.contactus.booking .a{
	    padding-bottom: 30px;
	    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%), url(images/reservation-parallax.jpg);
}
.contactus.booking .a p.text-center {
    text-align: center;
    color: white;
}
.contactus.booking .a .title{
	background: white;
    margin-top: 20px;
    border-radius: 27px;
    border-bottom: 2px solid black;
    border: 1px solid #eee;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.21), 0 6px 20px 0 rgba(0, 0, 0, 0.47);
}
@media (max-width: 1180px) {
    .menu-main {
        width: 58%;
    }
    div#about {
        padding-top: 4em;
    }
.header-info-inner {
    float: right;
    width: auto;
    position: absolute;
    right: 0;
    top: 135%;
}
.menu-main {
    width: 94%;
}
}
@media (max-width: 1150px) {
.menu-entry .homemenuentry .main-bg {
    height: 491px;
}
}
@media (max-width: 1000px) {
    .header-bottom .container,
    header-top .container {
        width: 98%;
    }
.header-info {
    float: right;
    width: 60%;
}
.menu-main {
    width: 99%;
}
    .banner-bottom-girds {
        top: -10%;
    }
    .banner-bottom-girds .col-sm-4 {
        width: 22.333333%;
    }
    .menu-entry .homemenuentry h2 {
        font-size: 22px;
    }
    .menu-entry .homemenuentry p {
        font-size: 12px;
    }
    .galry-img-agileinfo {
        height: 155px;
        overflow: hidden;
        text-align: center;
    }
    .wthree-about-right {
        position: absolute;
        right: 0;
        width: 38%;
        top: 90px;
        left: 38%;
    }
}
@media (max-width: 990px) {
#checkingout .table .checkoutlist .box3 {
    width: 79%;
}	
.producttypes div {
    padding: 3px 27px;
    font-size: 12px;
}
	
}
@media (max-width: 900px) {
    .wthree-about-right {
        width: 50%;
        top: -57px;
        left: 42%;
    }
    .wthree-about-left {
        margin-top: 19px;
        margin-left: 5%;
    }
.header-collect.order-now img {
    width: 163px;
    margin: 0;
}
.pagetitle {
    height: 347px;
}

}
@media (max-width: 800px) {
.header-info {
    float: right;
    width: 70%;
}

}


@media (max-width: 780px) {
    .time-clock-box {
        position: relative;
        width: 100%;
        height: auto;
        padding: 47px 0;
    }
    .homemenuentry img.img-responsive {
        width: 100%;
    }
    .homemenuentry .homemenuentrytext {
        height: auto;
    }
    .hidden-body .header-top {
        display: none;
    }
    .hidden-body .logo>a {
        top: 14px;
    }
    .header-top {
        padding: 41px 0;
        padding-top: 15px;
    }
    .menu-entry div.homemenuentry {
        height: 410px;
    }
    .owl-carousel {
        width: 100% !important;
    }
    .menu-main.open li a {
        background: #2f2f2f;
        padding: 10px 15px;
        margin: 10px;
        padding-right: 45px;
        margin-bottom: 5px;
        border: 1px solid #7b7b7b;
    }
}
@media (max-width: 770px) {
#checkingout .table .checkoutlist .box3 {
    width: 75%;
}
}

@media (max-width: 670px) {
#checkingout .table .checkoutlist .box3 {
    width: 99%;
    float: none;
}
#checkingout .table .checkoutlist .box4 {
    right: 20px;
}
}
@media (max-width: 652px) {
	
.myorderlist .well {
    margin-top: 46px;
}
	#checkingout .tqy-change .stepper-arrow {
    font-size: 37px;
    z-index: 5;
}
    #demo-1 {
        min-height: 554px;
    }
    .baner-info h3 {
        font-size: 31px;
    }
    .header-top-right {
        float: none;
    }
    .userdropdown-menu {
        margin-top: 20px;
    }
    .header-top {
        padding: 1px 0;
        padding-top: 15px;
    }
    .foodmenu .b .title.categoryname {
        display: block;
        font-size: 17px;
    }
    .foodmenu .b .product {
        width: 48%;
    }
    .foodmenu .a {
        display: none;
    }
    .pagetitle h1 {
        font-size: 14px;
    }
    .wthree-about h5 {
        margin: 0;
        margin-bottom: 15px;
    }
    .social-top li {
        margin-right: 4px;
    }
    .baner-info {
        padding-top: 26em;
        padding-left: 3em;
    }
    .menu-icon {
        float: none;
        color: white;
    }
    .menu-icon a:hover span:after {
        width: 100%;
        background: white;
    }
    .menu-icon a {
        background: #a1292b;
        padding: 11px;
        display: inline-block;
        height: 41px;
        width: 51px;
    }
    .banner-bottom-girds {
        width: 74%;
        top: -5%;
    }
    .wthree-about-right {
        width: 50%;
        top: -57px;
        left: 42%;
    }
    .wthree-about-left {
        margin-top: 99px;
        margin-left: 5%;
    }
    .gallery-grids .galry-img-agileinfo {
        padding: 15px;
    }
    .menu-entry div.homemenuentry {
        padding: 0;
        overflow: hidden;
        margin: 0;
        height: 366px;
    }
    .testimonials {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .owl-carousel {
        width: 100%;
    }
    .test-review {
        padding: 1em;
        background: #eee;
        border: 13px solid #e2dfdf;
        position: relative;
        top: -60px;
    }
    .owl-carousel .owl-wrapper-outer {
        padding-top: 67px;
    }
    .reservation-now .reservation-form-box {
        padding: 28px 40px 34px;
    }
    .time-clock-box {
        position: relative;
        width: 100%;
        height: auto;
        padding: 47px 0;
    }
    .subscribe {
        width: 80%;
        margin: 1.6em 0;
    }
    div#about {
        padding-top: 2em;
    }
    .hidden-body {
        overflow: hidden;
    }
    .header-top-left,
    .header-top-right {
        width: 100%;
        text-align: center;
    }
    .header-top-left a:last-child {
        margin-right: 0px;
        font-size: 20px;
        position: relative;
        top: -1px;
    }
.header-info {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0px 0 0px 0;
}

.header-info-inner {
    float: none;
    width: auto;
    position: absolute;
    top: 120%;
    width: 100%;
}
.menu-icon {
    display: block;
    padding-bottom: 9px;
}
.menu-icon a {
    margin-top: 10px;    margin-left: 0;
}
.foodmenu .b .title, .contactus .a .title {
    font-size: 23px;
}
    .header-collect {
        margin-bottom: 13px;
    }
    .menu-main {
        position: fixed;
        right: -100%;
        height: 100%;
        overflow-y: scroll;
        background: #222222;
        top: 0;
        z-index: 999;
        width: 100%;
        padding: 150px 0 25px 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        overflow-x: hidden;
    }
    .drop-mega-part p {
        margin: 0px;
    }
    .header-expert .menu-main li a {
        color: #ffffff;
    }
    .menu-main.open {
        right: 0px;
    }
    .menu-main li .drop-nav li a,
    .menu-main li.mega-menu .drop-nav li a {
        color: #ffffff;
    }
    .menu-main li {
        width: 100%;
    }
    .menu-main li.mega-menu {
        position: relative;
    }
    .menu-main ul>li.has-child:hover>a:after {
        display: none;
    }
    .menu-main li a {
        padding: 10px 15px;
        padding-right: 45px;
    }
    .menu-main ul>li.open>.drop-nav-arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .drop-nav-arrow {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 14px 15px;
        font-size: 24px;
        cursor: pointer;
        color: #ffffff;
    }
    .drop-has-child>a::after {
        display: none;
    }
    .menu-main li.has-child .drop-nav .drop-nav {
        left: inherit;
        top: inherit;
        border: none;
    }
	
.header-collect.order-now {
    top: 0;
    right: 0;
    background: none;
}
.header-collect.order-now img {
    width: 116px;
    background: none;
}
    .logo {
        position: relative;
        z-index: 9999;
    }
    .menu-main li.mega-menu .drop-nav,
    .menu-main li.has-child .drop-nav {
        position: inherit;
        right: inherit;
        top: inherit;
        background: inherit;
        padding: 0px 0 0 30px;
        min-width: 100%;
        display: none;
    }
    .menu-main ul>li:hover>.drop-nav {
        display: none;
    }
    .menu-main li .drop-nav a,
    .menu-main li.mega-menu .drop-nav {
        color: #ededed;
    }
    .mega-title {
        margin-bottom: 15px;
        margin-top: 15px;
        color: #c19942;
        font-size: 16px;
    }
    .menu-main ul>li.mega-menu:hover>a:before,
    .menu-main ul>li.has-child:hover>a:before {
        display: none;
    }
    .menu-icon {
        display: block;
        padding-bottom: 14px;
    }
    .userdropdown-menu {
        margin-top: 10px;
        margin-bottom: 11px;
    }
    .logo>a {
        position: relative;
        top: 0;
        width: 19%;
        margin: -38px 0;
        left: 0px !important;
        -webkit-transform: translateX(0px) !important;
        -moz-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
        -o-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
    }
    .logo a img {
        max-width: 100%;
    }
    .menu-main ul>li.has-child>ul.drop-nav:before,
    .menu-main li.has-child .drop-nav:after {
        display: none;
    }
    .menu-main ul>li.mega-menu>ul.drop-nav:before,
    .menu-main li.mega-menu .drop-nav:after {
        display: none;
    }
    .menu-main li.mega-menu .drop-nav,
    .menu-main li.has-child .drop-nav {
        margin-top: 0px;
    }
    .menu-main li .drop-nav li {
        padding-left: 0px;
    }
    .menu-main li .drop-nav li a {
        padding-top: 10px !important;
    }
    .menu-main ul>li:hover>.drop-nav,
    .menu-main ul>li>.drop-nav {
        box-shadow: none !important;
    }
    .menu-main>ul>li>a:before {
        display: none;
    }
    .header-top {
        float: none;
    }
    .header-bottom {
        float: none;
    }
}

@media (max-width: 552px) {
.myorderlist .ordertable tr td:nth-child(4){
	display:none;
}
.myorderlist .ordetypes li {
    width: auto;
    padding: 2px 13px;
    font-size: 12px;
}
#checkingout .table .checkoutlist .box1 {
    margin-left: 21%;
}
.shop-cart.header-collect {
    float: right;
}
.header-collect.order-now {
    right: 0;
    top: 56px;
}
.header-collect.order-now img {
    width: 164px;
}

}
@media (max-width: 502px) {
#checkingout .checklistempty div img {
    min-width: 100%;
    width: 100%;
}
form[name="distance2"] input[name="distance"] {
    width: 65%;
}
form[name="distance2"] input[name="complexnumber"] {
    font-size: 13px;
    padding: 5px;
    top: 0px;
    min-width: 96%;
    margin-bottom: 10px;
}
form[name="distance2"] select {
    margin-bottom: 10px;
    padding: 1px 1px;
}
h3.branchtitle{
	position: relative;
}
h3.branchtitle a{

}
form[name="distance2"] a.complexnumber {
    padding: 3px 11px;
    font-size: 8px;
}
#checkingout .deliverylimit {
    font-size: 22px;
}

div.register .register-top-grid span, div.register .register-bottom-grid span {

    font-size: 10px;
    font-weight: bold;
}


	.header-part {
    float: none;
	}
	.pagetitle {
    position: relative;
    width: 100%;
    height: 204px;
	}
	.menu-icon {
    display: block;
    padding-bottom: 6px;
}
    .logo {
        position: relative;
        z-index: 9999;
        width: 100%;
        float: none;
        margin-bottom: 18px;
    }
    #demo-1 {
        min-height: 554px;
    }
    .footer-section h2 a {
        font-size: 37px;
    }
    .subscribe h6 {
        font-size: 16px;
    }
    .foodmenu .b .title,
    .contactus .a .title {
        font-size: 22px;
    }
    .subscribe {
        width: 100%;
    }
    .bottom-menu-nav ul.btm-nav li {
        margin: 0;
        width: 49%;
        text-align: center;
        margin-bottom: 12px;
    }
    .gallery .work-item {
        padding: 0 15px;
        width: 49%;
        float: left;
    }
.contactus .col-xs-6 {
    width: 100%;
    text-align: center;
    float: none;
}
    .foodmenu .b .title,
    .contactus .a .title {
        font-size: 22px;
    }
	
	.menuheadtitle{
    font-size: 22px;
    text-align: center;
	}
}
.pimg [name="remove"]{
	display:none;
}
#checkingout .cart-box tbody tr.mobile{
display:none;	
}
@media (max-width: 480px) {
    .header-part {
        float: none;
    }
    .header-info {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        padding: 0px 0 0px 0;
    }
    .header-info-inner {
        float: none;
        width: auto;
        position: absolute;
        top: 120%;
        width: 100%;
    }
    .header-bottom {
        float: none;
        background: #ffffff;
    }
    .menu-icon {
        padding-bottom: 7px;
        text-align: right;
    }
    .menu-icon a {
        background: #a1292b;
        padding: 10px;
        display: inline-block;
        height: 40px;
        width: 51px;
        margin-top: 7px;
    }
    #demo-1 {
        max-height: 325px;
        min-height: 325px;
    }
    .baner-info {
        padding-top: 7em;
        padding-left: 3em;
    }
    .banner-bottom-girds {
        width: 90%;
        top: -39%;
    }
    div#about {
        padding-top: 0;
    }
#checkingout .deliverylimit {
    font-size: 20px;
}
	
	
	.productdetails .details .images {
    width: 100%;
}
.productdetails .details .info {
    width: 100%;
    float: none;
}
.productdetails .details .info .sharing .btn {
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 11px;
}
.productdetails .details .info .sharing h2 {
    color: #bd550d;
    margin-top: 2px;
    text-align: left;
    font-size: 20px;
}
.home_deals_cta_btn {
    border: 0px;
    margin-left: 4px!important;
}
.userdropdown-menu li a {
    background: #0000002e;
    color: #000000;
    display: block;
    text-align: left;
    padding: 5px;
    font-weight: bold;
}
.userdropdown-menu ul {
    padding: 3px 0px;
}
.cart-wrap {
    position: absolute;
    right: 0px;
}

.pimg{
position: relative;
}
#checkingout .cart-box tbody tr.mobile {
    display: contents;
}
#checkingout .cart-box tbody tr.mobile a{
    font-size: 16px;
}
#checkingout .cart-box tbody tr.mobile th{
    padding: 0;
    position: relative;
    border-bottom: 2px solid black;
    margin-bottom: 10px;
}
#checkingout .cart-box tbody tr.mobile span {
    position: absolute;
    top: -46px;
    right: 3px;
    font-size: 14px;
    font-weight: bold;
    background: white;
}
#checkingout .cart-box tbody tr.mobile span.mname{
    position: relative;
    top: 0;
    right: -7px;
    font-size: 10px;
    color: #b70097d6;	
}
#checkingout .cart-box tbody tr.a td:nth-child(3),
#checkingout .cart-box tbody tr.a td:nth-child(4),
#checkingout .cart-box tbody tr.a td:nth-child(5) {
    display: none;
}
#checkingout .cart-box tbody tr.a td:nth-child(1){

}
#checkingout .cart-box tbody tr.a td:nth-child(2) {
    width: 100%!important;
}
.pimg [name="remove"] {
    display: block;
    position: absolute;
    right: -6px;
    top: 2px;
    color: #232020;
}

.gallery .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 128px;
}
.contactus.booking .a {
    padding-bottom: 30px;
    margin-top: 0;
    padding-top: 8px;
}

.gallery .work-item {
    padding: 0 4px;
    width: 49%;
    float: left;
}
}

@media (max-width: 450px) {
.loadmydetails{
font-size: 12px;
    position: absolute;
    top: 100%;
    right: 0;
}
#checkingout .deliverylimit {
    font-size: 17px;
}

.myorderlist .ordertable .ordercancelform [type="submit"] {
    margin: 0;
    width: 87px;
    padding: 1px;
    margin-bottom: 3px;
}

#checkingout .checkoutprice {
    float: none;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
}


}

@media (max-width: 430px) {
.pagetitle {
    position: relative;
    width: 100%;
    height: 164px;
}	
.myorderlist .ordetypes li {
    width: auto;
    padding: 2px 5px;
    font-size: 11px;
}

.producttypes div {
    padding: 2px 19px;
    font-size: 9px;
}
.producttypes div img {
    top: -2px;
    height: 16px;
}
#checkingout .h5 {
    line-height: 1.5;
    text-indent: 12px;
    font-size: 14px;
    font-weight: bold;
}
}
@media (max-width: 402px) {
	.foodmenu .b .title.categoryname.closed i.fa-plus-square {
    display: block;
    margin-top: 4px;
}
.header-collect.order-now img {
    width: 124px;
}

.menuheadtitle{
		font-size: 18px;
	}
.foodmenu .b .product {
    width: 48%;
    margin-bottom: 12px;
}

.header-collect img {
    margin-right: 6px;
    background: black;
    padding: 0px;
}

.header-collect {
    margin-bottom: 0;
    background: #0000007a;
    padding: 7px;
}
.foodmenu .b .title, .contactus .a .title {
    font-size: 17px;
}
    .reservation-now .reservation-form-box .form-group {
        margin-bottom: 15px;
        float: none;
        width: 100%;
    }
    .reservation-now .reservation-form-box {
        padding: 18px 5px 34px;
    }
    .footer-section h2 a {
        font-size: 1.2em;
    }
    .subscribe {
        width: 100%;
    }
    ul.btm-nav {
        margin: .5em 0;
        padding: 0;
    }
    .bottom-menu-nav {
        float: none;
        width: 100%;
    }
    .bottom-menu-nav ul.btm-nav li {
        list-style: none;
        display: inline-block;
        margin: 0;
        width: 49%;
        margin-bottom: 10px;
        text-align: center;
    }
    .homemenuentry .homemenuentrytext {
        height: 84%;
    }
    .menu-entry div.homemenuentry {
    height: 361px;
}
    .gallery-grids .galry-img-agileinfo {
        padding: 2px;
    }
    .galry-img-agileinfo {
        height: 108px;
        overflow: hidden;
    }
    .gallery_gds figcaption {
        padding: 16px 1px;
        padding-bottom: 0;
        color: #fff;
        font-size: 14px;
    }
    .w3ls-about-left {
        padding: 0;
        font-size: 15px;
    }
    .userdropdown-menu {
        margin-top: 9px;
    }
    .banner-bottom-girds {
        width: 96%;
        top: -73%;
    }
    .banner-bottom-girds .col-sm-4 {
        width: 22.333333%;
        margin: 0;
        padding: 5px;
    }
.cart-wrap {
    position: absolute;
    top: 41px;
    right: 0px;
    width: 100%;
    padding-top: 0px;
}
h3.aboutus-title {
    font-size: 30px;
	    font-weight: bold;
}

.shop-cart.header-collect .cart-btn a{
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    font-size: 10px;
    padding: 6px 4px;
    height: auto;
}
.header-collect {
    display: inline-block;
    width: 42%;
    margin-right: 0px;
}
    .header-info-inner {
        float: none;
        width: 100%;
    }
.shop-cart.header-collect .cartimg img {
    padding-right: 7px;
    height: 35px;
    width: 38px;
    left: -26px;
}
.shop-cart.header-collect {
    float: right; 
    width: 55%;
    background: #00000000;
    position: initial;
}
.shop-cart.header-collect .cart-total {
    display: block;
    text-align: center;
    font-size: 12px;
}
.shop-cart.header-collect a.cartimg {
    display: block;
    padding: 2px 7px;
    margin-left: 27px;
}

    .cart-blog {
        min-width: 100%;
    }
    .logo>a {
        top: 1px;
        width: 100%;
        position: relative;
    }
    .header-top {
        padding: 13px 0;
    }
    #demo-1 {
        max-height: 278px;
        min-height: 278px;
    }
    .baner-info {
        padding-top: 4em;
        padding-left: 3em;
    }
}

@media (max-width: 362px) {
    .header-info-inner {
        float: none;
        width: 100%;
        position: absolute;
        top: 8px;
    }
	.header-collect.order-now {
    right: initial;
}
.header-collect {
    display: block;
    width: 71%;
    margin-right: 0px;
    margin-bottom: 14px;
    padding: 0px;
    float: left;
}
.header-collect a {
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    margin-right: 0;
    padding: 6px 10px;
}
.cart-item-left {
    display: table-cell;
    width: 49px;
    vertical-align: middle;
}
.cart-item-right {
    padding-left: 8px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 6px;
}
.cart-blog h6 {
    margin-bottom: 0px;
    font-size: 13px;
}
.cart-blog span {
    color: #9e9eab;
    font-size: 11px;
    font-weight: bold;
}
.cart-wrap {
    position: absolute;
    top: 113%;
}
.header-top-left {
    width: 100%;
    text-align: center;
    background: #0000004d;
}

.menu-entry h3.aboutus-title {
    color: #000;
    font-size: 23px;
}
.menu-entry h3.aboutus-title span {
    font-size: 2em;
}
    .header-collect.shop-cart a {
        color: #ffffff;
    }
    .header-collect.shop-cart a img{
	background: #ffffff00;
}

.foodmenu .b .title,
.contactus .a .title {
    font-size: 15px;
}

.pagetitle {
    height: 152px;
}
.cart-btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}


.checkingout .turn_ux {
    width: 100%;
    text-align: right;
}
.checkingout .turn_ux .turn_uy {
    font-size: 11px;
    text-align: right;
    padding: 7px;
    display: inline-block;
}
.checkingout .turn_ux .turn_uy .subtotal {
    font-size: 11px;
    font-weight: bold;
    width: auto;
    float: right;
    text-align: right;
    padding-right: 0;
    margin-left: 11px;
}
form[name="coupon2"] input[type="text"], form[name="zipcode2"] input[type="text"] {
    padding: 4px 10px;
    width: 80%;
    font-size: 12px;
}
form[name="coupon2"] [name="couponapply"], form[name="zipcode2"] [name="zipcodeapply"] {
    padding: 3px;
    font-size: 12px;
}
.ziptext{
    font-size: 16px;	
}

.checkingout .checklisttotalcount .n {
    font-size: 13px;
}
.checkingout .checklisttotalcount {
    width: 100%;
    padding: 6px;
}


.modifydetails{
text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

}
@media (max-width: 346px) {
.header-collect {
    display: inline-block;
    width: 69%;
    margin-right: 4px;
}
    .header-collect img {
        margin-right: 4px;
    }
    
    .time-clock-box {
        overflow: hidden;
    }
    
    .homemenuentry .homemenuentrytext {
        height: 78%;
    }
    
    .foodmenu .b .title,
    .contactus .a .title {
        font-size: 15px;
    }
    
    .header-collect img {
        height: 18px;
        margin-top: -5px;
    }
    
    .productdetails .details .info .pname {
        font-size: 16px;
    }
    
    .cart-blog h6 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .cart-item-right {
        padding-left: 0;
        display: table-cell;
        vertical-align: middle;
        padding-right: 0;
    }
    
    .cart-item-left {
        display: table-cell;
        width: 45px;
        vertical-align: middle;
    }
    
    .header-collect .cart-item-left img {
        height: 42px;
        margin-top: -5px;
    }
    
    .productdetails .details .images {
        width: 100%;
    }
    
    .foodmenu .b .p .pname {
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 4px;
    }
    
    .productdetails .details .info {
        width: 100%;
        float: none;
    }
    
    .productdetails .details .info .sharing .btn {
        width: 49%;
        display: inline-block;
        padding: 2px 6px;
        margin-bottom: 6px;
        font-size: 13px;
    }
    
    .productdetails .details .info .sharing h2 {
        margin-top: 6px;
        font-size: 16px;
        font-weight: bold;
    }
    
    .count_container.cart_count_wrapper {
        margin-bottom: 15px;
        text-align: center;
    }
    
    .productdetails .details .info .cart-button {
        text-align: center;
    }
    
    .header-collect .cart-btn a {
        width: 49%;
        padding: 5px;
        font-size: 13px;
        margin: 0;
    }
    
    .menu-entry .homemenuentry h2 {
        font-size: 18px;
    }
    
    .menu-entry .homemenuentry p {
        font-size: 12px;
        margin: 0;
    }
    
    .homemenuentry a .homemenuentrytext div.btn {
        width: 100%;
        font-size: 10px;
    }
    
    .homemenuentrytext .btn-default:after {
        font-size: 15px;
        margin-top: -4px;
    }
.header-collect.order-now img {
    width: 97px;
    height: auto;
}
.header-collect.order-now {
    right: initial;
    left: 0;
}
.shop-cart.header-collect {
    margin-bottom: 1px;
    margin-top: 18px;
}
.shop-cart.header-collect .cartimg img {
    top: -1px;
}
}

textarea {
    overflow: auto;
    resize: vertical;
}
th {
  text-align: center;
}
td {
  text-align: left;
  padding-left: 20px;
}
th, td {
  padding: 10px;
}
.coding{
    background-color: #8a471d;
 }
 
 .fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}