@font-face {
    font-family: NeueEinstellung;
    font-weight: 300;
    font-display: auto;
    src: url('https://grozo.s3.ap-south-1.amazonaws.com/grozo+css/fonts/NeueEinstellung-Regular.ttf') format("truetype");
}

@font-face {
    font-family: NeueEinstellung-Bold;
    font-weight: 400;
    font-display: auto;
    src: url('https://grozo.s3.ap-south-1.amazonaws.com/grozo+css/fonts/NeueEinstellung-Bold.ttf') format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: NeueEinstellung-bold, sans-serif !important;
    font-weight: 300!important;
}

button.btn.findfood i {
    font-size: 20px;
}

#overlayer lottie-player .main {
    display: flex!important;
    justify-content: center;
}

a {
    color: #b93538;
    text-decoration: none;
}

.recent-search .fa,
.fas {
    font-weight: 900;
    color: #b93538;
}

.rate {
    text-align: right;
    right: 0;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    margin: -11px 20px 10px 21px !important;
}

.search-left-menu .tab-content .tab-pane.fade:not(.show) {
    opacity: 1;
}

.header-text {
    overflow: hidden;
    /*background: #f6f6f6;*/
    padding: 0px;
    margin-top: 65px;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

.order-pg .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.order-pg .label-info {
    background-color: #5bc0de;
}

.order-pg .label-danger {
    background-color: #d9534f;
}

.order-pg .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    font-style: italic;
}

.ord-his .detail-user {
    font-style: italic;
    padding: 8px;
}

.ord-his .detail-user h3 {
    font-size: 24px;
}

.ord-his .detail-user span {
    font-size: 15px;
}

.ord-his .detail-user p {
    font-size: 14px;
}

.ord-his .itemdetails table.table thead th {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

.ord-his .itemdetails table.table tbody td {
    font-size: 14px!important;
    font-style: italic;
}

.order-pg button.close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0px solid transparent;
    background: #fff;
    font-size: 16px;
    border-radius: 0.3rem;
}

.order-pg .modal-title.mod-tittle {
    font-size: 18px;
}

.cart1 {
    margin-top: -3px;
    margin-left: -5px !important;
    /* background: #b93538; */
    /* border-radius: 50%; */
    /*padding: 0 !important;*/
}

#editEmailModal.modal {
    background-color: #00000080;
}

.cart1 i {
    color: #47499b;
    font-size: 22px;
}

.cart1 span.cart_head_count {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    color: #5d1010;
    position: absolute;
    top: -20px;
    right: -10px;
}

#rzp-button1 .row i {
    color: #fff;
    font-size: 25px;
    margin-right: 8px;
    width: auto;
}

div#rzp-button1 {
    padding: 15px;
}

.over-flow {
    overflow: hidden;
}

.owl-carousel-banner .owl-nav {
    display: none;
}

.owl-carousel .owl-item {
    transition-duration: 3s;
}

.margin_set {
    margin-left: 30px;
}

.sheader-menu {
    margin-bottom: 0px;
}

.termscon p {
    font-size: 17px;
    margin-top: 30px;
}

.owl-carousel .owl-item {
    position: relative;
    /*display: none;*/
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.checkout_box .btn-default.active,
.checkout_box .btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.dropdown-menu.active {
    display: block;
    box-shadow: 1px 1px 10px #787878;
}

.dropdown-menu li {
    padding: 5px 0px 5px 5px;
}

.dropdown-menu li a {
    color: #000;
    font-weight: 300;
}

.pad-20 {
    padding: 20px;
}

.pad-l-35 {
    padding-left: 35px;
}

.red {
    color: #b93538;
}

.yellow {
    color: #b89705;
}

.blue {
    color: #111497;
}

.text_add {
    background: #999;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    font-size: 13px;
}


/*.owl-carousel .owl-stage{
        transition: all 1.5s ease 0s !important;
        }*/


/* #word {
    transition: all 2s ease 0s !important;
} */

.slider-cor .item {
    /* border: 1px solid grey; */
    background: white;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 6px #cfcfcf;
}

@-webkit-keyframes rotate_animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate_animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes filter_menu {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes filter_menu {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

body {
    font-family: NeueEinstellung, sans-serif!important;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    color: #282c3f;
}

footer {
    margin-bottom: 0px!important;
    clear: both;
}

img {
    max-width: 100%;
}

.no_pad {
    padding: 0;
}

.rightotpverification {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    transition: .5s;
    z-index: 999999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 505px;
    right: -505px
}

#main-content .content-area .btn.btn-warning {
    background-color: #b93538;
    ;
    border: 1px solid #b93538;
    color: #000!important;
}

.person-name {
    color: #5aba47;
}

.small_loader {
    background: #b93538;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
}

.small_loader:before {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    text-align: initial;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    content: "";
    will-change: transform;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: rotate_animate 1.1s infinite linear;
    animation: rotate_animate 1.1s infinite linear;
    contain: content;
    top: 15px;
}

.cart_overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    display: none;
}

.cart_overlay_save_address {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.theme_loader {
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
    color: #b93538;
    font-size: 25px;
    font-weight: 500;
}

.theme_loader:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    text-align: initial;
    border: 3px solid #b93538;
    border-top-color: transparent;
    border-radius: 50%;
    content: "";
    will-change: transform;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: rotate_animate 1.1s infinite linear;
    animation: rotate_animate 1.1s infinite linear;
    contain: content;
    margin-right: 10px;
}

.right_search a.dropdown-toggle {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

.right_search a.dropdown-toggle {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}

.control--checkbox label {
    min-height: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.select-short {
    overflow: hidden;
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #282c3f;
    opacity: .4;
    display: none;
}

.closebtn.rigt_search {
    overflow: hidden;
    cursor: pointer;
}

.word1 {
    height: 48px;
    position: relative;
}

.toptextfix {
    position: absolut;
    top: 200px;
}

.form-control:focus {
    border-color: #b93538;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #b93538;
    box-shadow: none;
}

.foot-colum1 a img:hover {
    font-weight: 800;
}

.foot-colum1 a:hover {
    text-decoration: none;
    font-weight: 600;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.headercolum22 {
    background-size: cover !important;
    height: 570px;
    margin-top: 99px;
    background-repeat: no-repeat !important;
}

.headercolum33 {
    background-size: cover !important;
    height: 600px;
    margin-top: 99px;
    background-repeat: no-repeat !important;
}

.headercolum44 {
    background-size: cover !important;
    height: 600px;
    margin-top: 99px;
    background-repeat: no-repeat !important;
}

.headercolum55 {
    background-size: cover !important;
    height: 600px;
    margin-top: 99px;
    background-repeat: no-repeat !important;
}

.logo {
    max-height: 100%;
}

img.img-responsive.logo {
    width: 100%;
    height: 100%;
    /*margin-top: -20px;*/
    object-fit: contain;
}

.header-space {
    padding-top: 55px;
    padding-left: 135px;
    padding-right: 53px;
}

.locateme {
    margin-right: 6px;
    top: 2px;
    position: relative;
}

.navcolor {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0px 100px 0px 100px;
    height: 99px;
    background-color: #ffffff;
    border-color: #fff0;
    color: black;
}

.navcolor .navmenu>li {
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
}

.navcolor .navmenu>li:focus,
.navcolor .navmenu>li:hover {
    color: #b93538;
    background-color: transparent;
}

.nav-collapse {
    padding-right: 0px;
    padding-left: 15px;
}

.back {
    background-color: #b93538;
    color: #fff;
    font-weight: 600;
    padding: 13px 30px 10px;
    border: 0px;
    /*font-size: 13px;*/
    margin-top: 7px;
}

.navmenu {
    float: right;
    margin: 0;
}

.navmenu>li {
    float: left;
    padding-left: 9px;
}

.hungry {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    /* min-height: 133px; */
    color: #000;
    line-height: 1.4;
}

.orderfood {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -.3px;
    color: #686b78;
    padding-top: 7px;
    padding-bottom: 15px;
    margin-top: 0px;
}

.form-control1 {
    font-weight: 600;
    display: block;
    width: 100%;
    height: 54px;
    padding: 0px 20px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.has-success .form-control {
    border-color: #d4d5d9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-size: 18px;
    font-weight: 500;
}

.search-form input#fn_keyword {
    padding-right: 180px;
    text-overflow: ellipsis;
}

.findfood {
    position: absolute;
    top: 0px;
    opacity: unset !important;
    right: 0px;
    text-align: center;
    height: 54px;
    color: #fff;
    background-color: #b93538;
    /*line-height: 58px;*/
    width: 130px;
    font-weight: 700;
    letter-spacing: .53px;
    padding: 0;
    font-size: 16px;
    border-radius: 0px;
}

.locatemespan {
    position: absolute;
    right: 130px;
    top: 10px;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: -.35px;
    display: block;
    background: white;
}

.locatemespan:hover {
    background: #e9e9eb;
}

.locatemetext {
    color: #535665;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: -.35px;
}

.header-text ul {
    max-width: 500px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    text-decoration: none;
}

.header-text ul li {
    display: inline-block;
    padding-right: 5px;
    font-weight: 500;
    font-size: 10px;
    margin-right: 2px;
    color: #93959f;
    line-height: 0;
    letter-spacing: -.3px
}

.header-text ul li a {
    color: #1f1f22;
    font-size: 14px;
}

.header-text ul li a:hover {
    text-decoration: none
}

.navcolor .nav-collapse,
.navcolor .navbar-form {
    border: none
}

.content1 {
    padding-top: 10px;
    background-color: rgb(185, 53, 56);
    padding-bottom: 40px
}

.col1 {
    text-align: center;
    padding-bottom: 10px
}

.col1 h3 {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
    text-align: center;
}

.col1 p {
    width: 260px;
    font-size: 15px;
    margin: 10px auto 0;
    color: #e0cbc1;
    line-height: 1.3
}

.city,
.footcenter {
    text-align: center
}

.botm-image span {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    padding-right: 15px
}

.columone {
    padding: 95px 0
}

.columone h3 {
    max-width: 280px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.45px
}

.columone p {
    font-size: 18px;
    font-weight: 300;
    padding-top: 20px;
    min-height: 110px;
    color: #7e808c;
    line-height: 1.2
}

.city ul,
.orange-content {
    font-size: 18px;
    font-weight: 400
}

.city ul,
.city ul li a {
    color: #fff;
}

.image11 img,
.image21 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-top: 12px;
    border-radius: 7px;
}

.image2 {
    padding-top: 80px
}

.content3 {
    background: rgb(244, 24, 64);
    background: linear-gradient(324deg, rgb(185, 53, 56) 30%, rgb(222, 80, 83) 66%);
    padding: 30px 0
}

.city ul {
    position: relative;
    justify-content: center
}

.city ul li {
    display: inline-block;
    padding-right: 0;
    padding-left: 9px
}

.orange-content:not(:last-child):after {
    content: "\2022";
    position: absolute;
    right: -20px;
    top: 0
}

.foot,
.orange-content {
    color: #fff;
    position: relative
}

.orange-content:not(:last-child) {
    margin-right: 31px
}

.foot .col-lg-3 {
    margin-top: 40px
}

.footcenter {
    font-size: 17px;
    letter-spacing: -.6px
}

.items_count i,
.items_count svg {
    font-size: 10px
}

.bottom-pad {
    float: right
}

.footcenter a {
    color: #fff;
    margin-left: 20px;
    font-size: 28px;
    margin-top: 10px;
    float: left
}

span.copy_right {
    display: inline-block;
    margin: 15px 0;
    color: #484848;
}

.footcenter a:hover {
    color: #fff
}

.loginhomeslide,
.signup-show {
    cursor: pointer
}

.border {
    border-bottom: 1px solid #4d4d4d
}

.dropdown-menu.menu-sub {
    padding: 20px;
    border-top: 0px solid transparent;
    background-color: #fff;
    box-shadow: 10px 0 40px 10px rgba(40, 44, 63, .2);
    z-index: 10;
    position: absolute;
    min-width: unset!important;
}

.dropdown-menu.menu-sub li a {
    padding: 11px 5px;
    color: #3d4152;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500
}

p.offers_food svg {
    margin-right: 10px;
}

.add_item,
.add_search_item,
.remove_item,
.remove_search_item {
    background-color: #fff;
    border: none;
    font-size: 18px;
    line-height: 26px
}

.remove_item,
.remove_search_item {
    font-size: 21px;
    color: #777
}

.add_item,
.add_search_item:focus,
.remove_item,
.remove_search_item {
    border: none
}

.items_count {
    padding: 3px!important;
    border: 1px solid #d0cdcd
}

.add_item,
.item-count {
    color: #51c782
}

.footcenter {
    padding: 30px 0;
    border-top: 1px solid #4d4d4d;
    margin: 43px 0 0;
    overflow: hidden
}

.footerlogo {
    float: left;
    width: auto;
    height: 80px;
    /*object-fit: cover;*/
}

.bottom-image,
.imageeffect,
.imagetable .imageeffect,
.transform {
    transition: transform .2s
}

.imagetable,
.ovrlay,
.spy-menu b,
.spy-menu.nav>li span.margin_t_5 {
    overflow: hidden
}

.foot-colum1 h4 {
    color: #212121;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 23px
}

.foot-colum1 ul li {
    list-style-type: none;
    padding: 0;
    margin-top: 11px;
    display: block;
    color: inherit;
    font-size: 17px;
    font-weight: 300
}

.foot ul {
    padding: 0
}

.foot-colum1 ul li a {
    color: #484848;
    text-decoration: none
}

.content3 .city ul li a:hover {
    text-decoration: none;
    font-weight: 700
}

.foot.foot-colum1 a:hover {
    font-weight: 500
}

.nopad {
    padding-right: 0;
    padding-left: 0
}

.bottom-image {
    max-width: 180px;
    width: 100%
}

.foot-colum1 img {
    background: #636363;
    margin-bottom: 20px
}

.foot-colum1 {
    padding-bottom: 10px
}

.socialiconspace {
    text-align: left;
    margin-top: 20px;
}

.nav-toggle {
    position: relative;
    width: 32px;
    height: 32px;
    float: right;
    padding: 5px;
    margin: 10px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-collapse {
    padding-right: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

.imagetable .zoom:hover,
.zoom :hover {
    -ms-transform: scale(1.5);
    transform: scale(1.1)
}

.filter_header {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.filter_header h5 {
    float: left;
    padding-top: 8px;
    font-size: 28px;
    font-weight: 600
}

.spy-menu b {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    float: left
}

a.clear_all,
span.filter_opt {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px
}

a.clear_all {
    color: #5d8ed5;
    cursor: pointer;
    text-transform: uppercase
}

.filter_opt svg {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer
}

span.filter_opt {
    padding: 3px 6px 3px 6px;
    background: #fff;
    border: 1px solid rgba(147, 163, 172, .2);
    margin-right: 15px;
    position: relative;
    float: left
}

.ovrlay {
    z-index: 10000;
    background-color: #282c3f;
    opacity: .7
}

.columpad {
    padding: 20px;
    border: 0px solid #fff;
    position: relative
}

.snav-color {
    background-color: #fff;
    border: none
}

.iconpad,
.iconpad1 {
    padding-right: 8px
}

.snav-color .snav-acolor>li>a {
    color: #3d4152;
    font-size: 16px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px
}

.snav-color.navbar-nav>li>a {
    color: #3d4152
}

.snav-color .snav-acolor>li>a:hover {
    color: #b93538
}

.navbar-nav li a:hover ._1GTCc {
    fill: #b93538;
    !important
}

.snav-color.navbar-nav>li>a:hover {
    color: #b93538;
    background-color: #fff
}

.snav-color .snav-acolor>.open>a,
.snav-color .snav-acolor>.open>a:focus,
.snav-color .snav-acolor>.open>a:hover {
    color: #000;
    background-color: #fff
}

.sdownarrow {
    font-size: 9px;
    color: #b93538
}

.snav-color .sfont>li>a {
    font-size: 11px;
    font-weight: 700;
    color: #686b78
}

.iconpad1 {
    font-size: 20px
}

.menuspace ul li a {
    padding-left: 10px
}

.snav>li>a {
    position: relative;
    display: block;
    padding-left: 39px
}

.navbar-brand>img {
    /*margin-top:12px;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-brand.nav_logo {
    /*margin-top:-10px*/
}

.margin-header {
    margin-right: 3px
}

.snav-acolor.activee {
    color: #000
}

.nav1>li>a {
    position: relative;
    display: block;
    padding: 14px 3px
}

.snav-color .snav-acolor>.active>a {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding-bottom: 2px
}

.snav-color .snav-acolor>.active>a:hover {
    color: #000;
    background-color: #fff
}

.slider {
    background-color: #fff;
    padding: 0
}

.box h3 {
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    text-transform: capitalize;
    color: #282c3f;
    margin: 14px 0 4px
}

.box p {
    color: #b93538;
    font-size: 13px;
    margin-top: 4px;
}

.property_list h1 {
    font-size: 30px;
    /*font-weight:600;*/
    margin: 0 0 10px
}

.starbck {
    background-color: #b93538;
    color: #fff;
    float: left;
    height: 20px;
    width: 43px;
    padding: 2px 5px;
    font-weight: 400
}

.star {
    font-size: 10px;
    margin-right: 4px;
    position: relative;
    top: -1px
}

.inr1,
.inr2,
.inr3 {
    margin-right: 0;
    position: relative;
    top: -1px
}

.inr1 {
    font-size: 8px
}

.inr2,
.inr3 {
    font-size: 11px
}

.sbox2 {
    float: left;
    padding-left: 10px
}

.botm-box {
    justify-content: space-between;
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #535665
}

.category_icon path {
    fill: #fff;
}

.four {
    font-size: 12px;
    float: right;
    color: #fff;
}

.botm-box .sbox2 p {
    font-size: 12px;
    color: #535665
}

.sbox4,
.sbox4 .delivery {
    overflow: hidden;
    color: #8a584b
}

.sbox3 {
    float: left;
    text-align: right
}

.sbox4 {
    border-top: 1px solid #e9e9eb;
    padding-top: 14px;
    margin-top: 14px;
    font-weight: 700;
    justify-content: left;
    align-items: center;
    position: relative
}

.sbox4 .delivery {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    padding-left: 5px
}

.deliveryicon {
    position: absolute;
    left: 5px;
    top: 14px;
    font-size: 9px;
    color: #fff;
    width: 55px;
    height: 25px;
    margin-right: 6px;
    -webkit-transform: rotate3d(0);
    transform: rotate3d(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    padding-bottom: 6px
}

.deliveryicon1 {
    font-size: 18px
}

.delivryicon {
    position: absolute;
    left: 5px;
    top: 13px;
    font-size: 9px;
    color: #000;
    width: 55px;
    height: 25px;
    margin-right: 6px;
    -webkit-transform: rotate3d(0);
    transform: rotate3d(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    padding-bottom: 6px
}

.delivryicon1 {
    font-size: 18px
}

.padleftt {
    padding-left: 0
}

.exclusive {
    z-index: 1;
    position: absolute;
    left: 10px;
    top: 21px;
    background-color: #b93538;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 8px 4px;
    max-width: 50%;
    text-transform: uppercase;
    border-color: #8a584b
}

.rating-doller {
    float: right
}

.rating-doller .active {
    color: #b93538!important
}

.exclusive::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 13px solid #b93538;
    border-left: 13px solid transparent
}

.exclusive_success {
    z-index: 1;
    position: absolute;
    left: 7px;
    top: 28px;
    background-color: #b93538;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    padding: 5px 8px 4px;
    max-width: 50%;
    text-transform: uppercase;
    border-color: #8a584b
}

.rating-doller {
    float: right
}

.rating-doller .active {
    color: #b93538!important
}

.exclusive_success::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-top: 13px solid #b93538;
    border-left: 13px solid transparent
}

.nav.navbar-nav.snav-acolor.sfont.nav1 .dropdown.right_search {
    margin-top: 3px;
}

.box1 img {
    height: 103px;
}

.nav-pills>li>a {
    border-radius: 2px !important;
}

.itemss {
    margin-left: 0px;
}

.leftorangemnu {
    /*width: 250px;*/
    position: sticky;
    /*top: 79px;*/
}

.rightsidecart {
    position: sticky;
    top: 80px;
}

.breakfast h3:hover {
    color: black;
}

.bestseller {
    position: absolute;
    left: -6px;
    top: 0;
    background-color: #b93538;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 1px 8px;
    max-width: 120px;
    text-transform: uppercase;
    border-color: #8a584b
}

.bestceller::after,
.bestseller::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0
}

.bestseller::before {
    bottom: -50%;
    border-top: 6px solid #b93538;
    border-left: 6px solid transparent;
    top: 100%
}

.bestceller::after {
    bottom: 0;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.afterbestsllr {
    width: 200px;
    height: 40px;
    position: relative;
    background: #b93538;
    transform: rotate(180deg)
}

.afterbestsllr:after,
.afterestsllr:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    width: 0
}

.afterbestsllr:after {
    left: 0;
    background-color: transparent;
    border-left: 20px solid #fff
}

.afterestsllr:before {
    right: -20px;
    border-left: 20px solid transparent
}

.shapes {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 100px;
    border: 50px solid #1abc9c;
    border-top: 0 solid;
    border-bottom: 35px solid transparent;
    font: 400 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip
}

.quick_block {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #686b78;
    font-size: 12px;
    border-top: 1px solid #e9e9eb;
    padding-top: 14px;
    margin-top: 14px;
    font-weight: 700;
    opacity: 0
}

.cartpopup,
.popupcontent-box,
.popupcontent-box2 {
    background-color: #fff;
    font-size: 14px;
    position: absolute
}

.cart {
    position: relative
}

.cartpopup {
    display: none;
    right: -15px;
    top: 73px;
    color: #686b78;
    min-width: 320px;
    border-top: 2px solid #b93538;
    ;
    z-index: 10;
    transition: .5s;
    box-shadow: 0 2px 20px 0 #fff;
    border-radius: 2px;
    padding: 26px 30px
}

.cartpopup::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 75%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b93538;
    ;
    transition: .5s
}

.columpad:hover.popupcontent-box {
    display: block
}

.leftinputbox input:focus {
    box-shadow: 0 1px 7px 1px #d4d5d9
}

.popupcontent_view3 {
    right: 60%
}

.popupcontent_view {
    left: 60%
}

.popupcontent-box,
.popupcontent-box2 {
    display: none;
    z-index: 1;
    bottom: -10px;
    overflow: hidden;
    padding: 50px 20px;
    text-align: center;
    box-shadow: 10px 0 40px 10px rgba(40, 44, 63, .2);
    width: 455px;
    transition: .9s;
    min-height: 380px
}

.popupcontent-box3,
.popupcontent-box4 {
    display: none;
    z-index: 1;
    position: absolute;
    right: 263px;
    top: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    box-shadow: 10px 0 40px 10px rgba(40, 44, 63, .2);
    min-width: 455px;
    margin-bottom: -136px;
    transition: .9s
}

.popupbox2 .col-xs-6 {
    padding: 0 10px
}

.popupbox1 {
    float: left;
    width: 35%;
    padding-right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute
}

.popupbox1 h3 {
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700
}

.popupbox1 p {
    font-size: 11px;
    color: #686b78;
    margin-bottom: 20px;
    padding: 0 15px
}

.popupbox1 img {
    margin: 0 auto 25px;
    opacity: .9;
    color: #000
}

.popupbox1 ul {
    padding: 0;
    max-height: 180px;
    overflow: auto
}

.popupbox1 ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    list-style-type: none;
    padding: 0
}

.popupbox2,
.popuptable {
    float: left
}

.popupbox1 ul li a {
    text-decoration: none;
    color: #535665;
    font-size: 10px
}

.popupbox1 ul li a:hover {
    text-decoration: none;
    color: #000
}

.popupbox2 {
    padding-left: 35%;
    width: 100%
}

.popuptable tr td {
    padding: 10px;
    border: none
}

.popuptable>tbody>tr>td,
.popuptable>tbody>tr>th,
.popuptable>tfoot>tr>td,
.popuptable>tfoot>tr>th,
.popuptable>thead>tr>td,
.popuptable>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none
}

.imagetable p {
    font-size: 10px;
    color: #7e808c;
    font-weight: 300;
    overflow: hidden;
    line-height: 1.1;
    padding: 5px 2px;
    text-align: left
}

.textalign {
    vertical-align: text-bottom;
    padding-left: 5px
}

.iconcolor:hover {
    color: #b93538
}

.align,
.detailshow {
    text-align: center
}

.snav-acolor .cart:hover .cartpopup {
    display: block
}

.quick_block span {
    color: #5d8ed5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.quick_block span:hover {
    text-decoration: none;
    color: gray
}

.detailshow {
    position: absolute;
    left: 200px;
    justify-content: center;
    color: #686b78;
    font-size: 12px;
    border-top: 1px solid #e9e9eb;
    padding-top: 14px;
    margin-top: 14px;
    font-weight: 700;
    display: none
}

.botm-box .sbox3 p {
    color: #535665;
    font-size: 9px
}

.respon-imge {
    width: 100% height: auto
}

.mar-bottm {
    margin-bottom: 30px
}

.columpad:hover .quick_block {
    opacity: 1
}

.columpad:hover {
    border-color: #d3d5df;
    box-shadow: 0 4px 7px 0 rgba(218, 220, 230, .6);
    cursor: pointer
}

.navbar-fixed-tp {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.boxshadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.animatetopfixed {
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .15)
}

.animatebottomfixed {
    animation: filter_menu .3s ease-out;
    -webkit-animation: filter_menu .3s ease-out
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none
}

.owl .owl-carousel .owl-stage-outer.owl-stage {
    padding-left: 0
}

.owl .owl-carousel .owl-nav .disabled {
    opacity: -.5;
    cursor: default
}

.owl .owl-carousel .owl-nav button.owl-next,
.owl .owl-carousel .owl-nav button.owl-prev {
    background: #b93538;
    color: #fff;
    outline: 0!important
}

.owltheme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border: none
}

.owl .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

.owltheme .owl-nav [class*=owl-] {
    margin: 0
}

.owl-dots {
    display: none
}

.owl .owl-nav button.owl-next,
.owl .owl-nav button.owl-prev {
    background: #fff;
    color: inherit;
    padding: 0!important;
    font: inherit;
    border-radius: 50%;
    border-bottom: none;
    border-right: none
}

.owl-next span,
.owl-prev span {
    font-size: 32px;
    font-weight: 700;
    line-height: inherit
}

.owl .owl-nav button {
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(41, 48, 63, .25);
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.slider,
.wellcolor {
    background-color: #fff
}

.owl .owl-next {
    right: 0
}

.owl .owl-prev {
    left: -16px
}

.imageeffect {
    transition: transform .5s
}

.space {
    margin-right: 0
}

.carousel-control {
    padding-top: 10%;
    width: 5%
}

.carusel-inner {
    position: relative;
    width: 100%;
    overflow: initial
}

.slider {
    padding: 14px 20px;
    margin-top: 71px
}

.wellcolor {
    border: none
}

.row1 {
    padding-top: 15px
}

.leftcontrol {
    position: absolute;
    top: 35%;
    left: -22px;
    min-width: 47px;
    height: 47px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(41, 48, 63, .25);
    border-radius: 100%;
    text-align: center;
    cursor: pointer
}

.rightcontrol {
    position: absolute;
    top: 35%;
    right: -22px;
    width: 47px;
    height: 47px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(41, 48, 63, .25);
    border-radius: 100%;
    text-align: center;
    cursor: pointer
}

.iconcenter {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    color: #535665;
    font-size: 17px
}

.fixed,
.sidenav {
    position: fixed;
    top: 0
}

.snav-color .snav-acolor>li>a:focus,
.snav-color .snav-acolor>li>a:hover {
    color: #b93538;
    ;
    background-color: transparent
}

.snavtabs h5 {
    font-size: 35px;
    font-weight: 600
}

.ntabs>li.active>a,
.ntabs>li.active>a:focus,
.ntabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: #000
}

.snav-tabs>li.active>a:hover,
.snavtabs>li.active>a,
.snavtabs>li.active>a:focus {
    cursor: default;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #3d4152
}

.snavtabs li a {
    padding-left: 0;
    padding-right: 0
}

.snavtabs>li>a:hover {
    background-color: #fff;
    color: #3d4152;
    border-color: #fff
}

.snavtabs {
    border-bottom: none;
    padding-top: 19px;
    float: right
}

.topborder {
    border-top: 1px solid #e9e9eb
}

.iconsize {
    font-size: 13px;
    color: #b93538;
    ;
    transform: rotate(90deg)
}

.filtericon {
    color: #b93538;
    ;
    border: 1.5px solid #b93538;
    ;
    width: 30px;
    height: 26px;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 5px;
    padding: 5px;
    font-size: 14px;
    align-items: center;
    justify-content: center
}

.hoverbox:hover {
    box-shadow: 0 4px 7px 0 rgba(218, 220, 230, .6);
    border: 1px solid #d3d5df;
    padding: 10px 5px
}

.topcolor {
    border-top: none
}

.snavtabs>li>a {
    color: #686b78;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize
}

.snavbar {
    margin-bottom: 0
}

.snavtabs>li {
    margin-bottom: -1px;
    margin-right: 25px
}

.snavtabs li:last-child {
    margin-right: 0
}

.navbartwo h2 {
    float: left
}

.sidenav {
    height: 100%;
    width: 0;
    z-index: 3;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    text-align: center
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #000
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px
}

.rightnavbutton {
    overflow: hidden;
    padding-top: 20px;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    background-color: #fff;
    width: 100%!important;
    padding-left: 45px;
    box-shadow: 0 -2px 4px 0 #e9e9eb
}

.rightnavbutton .backgrnd,
.rightnavbutton .backgrnd1 {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 14px;
    cursor: pointer
}

.rightnavbutton .backgrnd {
    float: left;
    color: #535665;
    border: 1px solid #535665;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    padding: 13px 23px
}

.rightnavbutton .backgrnd1 {
    border: none;
    color: #fff;
    background-color: #b93538;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    padding: 14px 23px
}

.rightnavbutton div {
    float: left;
    margin-bottom: 10px
}

.sheader-menu .navbar-fixed-top {
    z-index: 997!important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.navbar-fixed-top.hide_header {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0)
}

.navbartwo {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.right-active {
    right: 0
}

.closeicon {
    font-size: 14px;
    float: left;
    cursor: pointer;
    margin-left: 140px
}

.closeicon1 {
    font-size: 14px;
    cursor: pointer;
    margin-left: 34px;
    float: left
}

.closeicon2 {
    font-size: 14px;
    cursor: pointer;
    margin-left: 0;
    float: left
}

.closebutton {
    overflow: hidden;
    padding-top: 29px;
    padding-bottom: 10px
}

.form input:focus~.floating-label,
.form input:not(:focus):valid~.floating-label,
.input_group input:focus~.floating-label,
.input_group input:not(:focus):valid~.floating-label,
.input_group.active .floating-label {
    top: 12px;
    bottom: 0;
    left: 20px;
    font-size: 11px;
    opacity: 1
}

.form input:focus~.forget,
.form input:not(:focus):valid~.forget {
    top: 12px;
    right: 20px;
    font-size: 10px;
    opacity: 1
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 20px;
    transition: .2s ease all;
    color: #93959f;
    font-weight: 400;
    font-size: 17px
}

.showbottmpopup,
.showbottmpopup1 {
    max-width: 260px;
    background-color: #3d4152;
    color: #fff;
    padding: 12px 15px;
    box-shadow: 0 3px 15px 0 rgba(40, 44, 63, .3);
    height: 50px;
    z-index: 10001;
    bottom: -100px
}

.account,
.login {
    font-weight: 500
}

.showbottmpopup {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: .5s;
    left: 572px
}

.showbottmpopup1 {
    position: absolute;
    display: block;
    margin: 0 auto
}

.showbottmpopup-active {
    bottom: 10px
}

.right-popup,
.rightsignin {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    transition: .5s;
    z-index: 999999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 505px;
    right: -505px
}

.rightsign-active {
    right: 0
}

.signpading {
    padding-left: 37px;
    padding-right: 127px;
    transition: .5s
}

.login {
    margin-top: 25px;
    font-size: 30px;
    color: #282c3f
}

.account {
    cursor: pointer;
    color: #b93538;
}

.or a:hover {
    text-decoration: none;
    color: #b93538;
}

.or:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 28px;
    border: 1px solid #000
}

.form .inputbox1,
.form .inputbox2,
.input_group {
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    display: block;
    width: 100%;
}

.form {
    margin-top: 57px
}

.form .inputbox1,
.input_group {
    border: 1px solid #d4d5d9;
    transform: translateZ(0);
    border-bottom-width: 0
}

.form .inputbox2 {
    border: 1px solid #d4d5d9;
    transform: translateZ(0)
}

.forget,
.form .labeltext,
.labelname {
    position: absolute
}

.form .forminput1,
.input_group .input_box {
    background-color: transparent;
    line-height: normal;
    border: none;
    outline: 0;
    height: 63px;
    width: 100%;
    font-size: 17px;
    margin: 0;
    padding: 15px 20px 0;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500
}

.labelname {
    pointer-events: none;
    left: 15px;
    top: 18px;
    transition: .2s ease all
}

.form .labeltext {
    left: 0;
    bottom: 15px;
    padding-left: 17px;
    line-height: 20px;
    font-size: 15px;
    cursor: text;
    transition: .2s ease;
    width: 100%;
    color: #93959f;
    will-change: transform, color, font-size;
    pointer-events: none;
    font-weight: 400
}

.forget {
    right: 20px;
    bottom: 20px;
    font-weight: 500;
    color: #5d8ed5;
    cursor: pointer;
    will-change: transform;
    transition: .2s ease all
}

.logintextbox {
    position: relative
}

.logintextbox .or {
    margin-top: 8px
}

.logintextbox .image {
    position: absolute;
    top: -12px;
    right: 0;
    z-index: -1
}

.topmargin {
    margin-top: 18px
}

.form .forgetinput {
    border: 1px solid #d4d5d9;
    padding: 0;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 1px solid #d4d5d9
}

.forget-login {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #282c3f
}

.topmargin .a-ayg {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    line-height: 47px;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    padding: 0 2rem;
    letter-spacing: 0;
    color: #fff;
    background-color: #b93538;
    ;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.left-menu,
.leftsidenav {
    height: 100%;
    position: fixed;
    background-color: #fff;
    transition: .5s;
    text-align: center;
    top: 0
}

.rightsignup {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    transition: .5s;
    z-index: 999999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 505px;
    right: -505px
}

.rightsignup-active {
    right: 0
}

.referral {
    margin-top: 28px;
    font-weight: 500;
    color: #5d8ed5;
    cursor: pointer
}

.terms {
    font-size: 10px;
    color: #7e808c;
    margin: 6px 0 20px;
    font-weight: 500
}

.left-menu {
    min-width: 0;
    left: -520px;
    width: 520px;
    z-index: 1000;
    padding: 18px 40px 30px 75px;
    overflow: auto
}

.left-active {
    left: 0
}

.hideleft {
    left: -400px
}

.hideright {
    right: -450px
}

.leftsidenav {
    width: 0;
    z-index: 2;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px
}

.loctext p,
.tableborder td {
    text-align: left
}

.leftacitve {
    width: 250px
}

.leftsidenav a {
    padding: 3px 8px 3px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s
}

.leftsidenav a:hover {
    color: #000
}

.leftsidenav .closebtn {
    position: absolute;
    top: 0;
    left: 100px;
    font-size: 36px;
    margin-left: 50px
}

.leftinputbox {
    border: 1px solid #d4d5d9;
    padding: 0;
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-top: 54px
}

.inputsearch {
    background-color: transparent;
    line-height: normal;
    border: none;
    outline: 0;
    height: 45px;
    width: 100%;
    font-size: 12px;
    margin: 0;
    padding: 0 16px;
    box-shadow: none;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700
}

.leftinputbox1 {
    border: 1px solid #d4d5d9;
    padding-left: 18px;
    padding-top: 15px;
    padding-bottom: 14px;
    margin-top: 29px
}

.locp {
    font-size: 13px;
    font-weight: 500;
    color: #282c3f;
    padding-left: 11px
}

.locp:hover {
    color: #b93538
}

.loctext p {
    font-size: 11px;
    color: #93959f;
    line-height: .3;
    padding-top: 0
}

.loctext a:hover {
    color: #b93538
}

.loctext .pace {
    padding-left: 27px
}

.iconsze {
    font-size: 15px;
    color: #93959f
}

.tablewidth {
    width: 0;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 25px
}

.tablebox {
    padding: 23px 10px 80px 28px
}

,
.tableborder td,
.tableborder th,
.tableborder tr {
    border: none
}

.tableborder>tbody>tr>td,
.tableborder>tbody>tr>th,
.tableborder>tfoot>tr>td,
.tableborder>tfoot>tr>th,
.tableborder>thead>tr>td,
.tableborder>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
    cursor: pointer
}

.tableborder .checkspace:hover {
    font-weight: 600;
    font-color: #000
}

.tableborder {
    border: none
}

.checkspace {
    padding-left: 10px;
    font-weight: 300;
    color: #282c3f;
    font-size: 11px;
    vertical-align: text-bottom
}

.orangeclick {
    padding-left: 4px;
    font-weight: 300;
    color: #282c3f;
    font-size: 11px;
    vertical-align: middle
}

.tableborder tbody tr .trpad {
    padding-top: 10px
}

.filter {
    float: left;
    margin-left: 60px;
    vertical-align: bottom;
    font-weight: 700;
    font-size: 16px
}

.fixed-top {
    z-index: 3
}

.leftcontainer {
    width: 503px
}

.shadowbox {
    box-shadow: 0 2px 4px 0 #e9e9eb
}

.filter-div {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 32px 0 20px 30px;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    position: -webkit-sticky
}

.tooltip-inner {
    background-color: #fff!important;
    color: #000;
    max-width: 200px;
    padding: 50px 45px;
    text-align: center;
    border-radius: 4px
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.top .tooltip-arrow {
    border-top-color: #b93538
}

.tooltip.right .tooltip-arrow {
    border-right-color: #b93538
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #b93538
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff
}

.search-contain {
    width: 900px
}

.searchbox {
    margin-top: 60px;
    min-height: 400px;
    display: none
}

.searchclose,
.searchimg {
    display: -webkit-box;
    display: -ms-flexbox
}

.searchdiv {
    height: 66px;
    border: 1px solid #d4d5d9;
    line-height: 70px;
    padding-left: 70px;
    position: relative
}

.searchclear,
.searchclose,
.searchicon {
    position: absolute;
    top: 50%
}

.searchicon {
    left: 30px;
    color: #7e808c;
    font-size: 18px;
    font-weight: 600;
    transform: translateY(-50%)
}

.searchinputbox {
    border: 0;
    font-size: 22px;
    color: #282c3f;
    font-weight: 500;
    padding: 20px 60px 20px 0;
    margin: 0;
    width: 100%;
    outline: 0;
    height: 62px;
    line-height: 1.3em
}

.searchclear {
    padding: 0 10px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #b93538;
    ;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.searchclear:hover {
    color: #282c3f;
    text-decoration: none
}

.searchclose {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: -90px;
    text-align: center;
    cursor: pointer
}

.esc {
    display: block;
    line-height: 1;
    color: #7e808c;
    font-weight: 300;
    font-size: 16px
}

.searchcloseicon {
    font-size: 30px;
    color: #282c3f;
    margin-bottom: 9px
}

.sn:before {
    content: "\E90E";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.schimages {
    margin-top: 12px
}

.searchimg {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, .05);
    margin-top: 30px;
    background-color: rgba(0, 0, 0, .02);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 62px;
    padding-top: 16px
}

.searchleftarrw {
    width: 30px;
    cursor: pointer;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 15px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

.hidden {
    visibility: hidden;
    pointer-events: none
}

.hicls {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    left: -15px
}

.overflw {
    float: left;
    width: 100%
}

.fimg {
    font-size: 40px;
    cursor: pointer;
    display: inline-block
}

.ff:hover {
    -ms-transform: scale(1.5);
    transform: scale(1.1)
}

.fimgwidth {
    width: 28px!important
}

.rightarrw {
    width: 30px;
    cursor: pointer;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 15px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 0
}

.arrowright {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -15px
}

.rightarrw:before {
    content: "\f060";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.close {
    height: 32px;
    opacity: 1
}

.close:before {
    transform: rotate(45deg)
}

.close:after {
    transform: rotate(-45deg)
}

.closefilter {
    height: 22px;
    opacity: .7;
    width: 20px;
    position: relative;
    float: left
}

.navmenu>li>a:hover {
    color: #9d9d9d!important
}

.closefilter1:after,
.closefilter1:before,
.closefilter:after,
.closefilter:before {
    position: absolute;
    content: ' ';
    width: 1px;
    background-color: #000;
    color: #000;
    cursor: pointer
}

.closefilter:after,
.closefilter:before {
    left: 10px;
    height: 20px
}

.closefilter:before {
    transform: rotate(45deg)
}

.closefilter:after {
    transform: rotate(-45deg)
}

.closefilter1 {
    height: 32px;
    opacity: .7
}

.closefilter1:after,
.closefilter1:before {
    margin-left: 10px;
    height: 20px
}

.closefilter1:before {
    transform: rotate(45deg)
}

.closefilter1:after {
    transform: rotate(-45deg)
}

.control-group {
    display: inline-block;
    width: 200px;
    height: 210px;
    margin: 10px;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.control {
    font-size: 14px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 200;
    clear: both
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control__indicator {
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #a9abb2;
    background-color: transparent;
    transition: border .3s
}

.control__indicator1 {
    position: absolute;
    top: 0;
    left: 6px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1.5px solid #7e808c
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:checked~.control__indicator,
.control input:checked~.control__indicator1 {
    background: #b93538;
    border-color: #b93538
}

.control input:disabled~.control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6
}

.control__indicator1:after,
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
    transform: scale(1)
}

.control input:checked~.control__indicator1:after,
.control input:checked~.control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    top: 0;
    left: 4px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.control--checkbox .control__indicator1:after {
    top: 1px;
    left: 5px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.pro-head {
    background-color: #3e4095;
    padding-top: 0px;
    padding: 10px 0px;
}

.pro-head.change-position {
    padding: 10px 0px;
}

.area,
.people {
    color: #bec0c8
}

.icon-offer-filled:before,
.stariconn:before {
    content: "\f060";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-variant: normal;
    line-height: 1
}

.area,
.botmline,
.inlineblock,
.pro-border1,
.pro-padrgt,
.searchdish,
.topwrd {
    display: inline-block
}

.pro-image {
    padding-top: 10px
}

.FreshMenu {
    max-width: 538px;
    margin: 0;
    font-weight: 300;
    font-size: 32px;
    text-transform: capitalize
}

.area,
.people,
.starword {
    font-size: 13px
}

.area {
    margin-bottom: 10px
}

.people {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 538px;
    padding-bottom: 10px
}

.starword {
    color: #fff;
    font-weight: 600
}

.star {
    margin-right: 2px;
    font-size: 10px
}

.stariconn:before {
    font-weight: 400;
    text-transform: none
}

.starbottom {
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px;
    white-space: nowrap;
}

.pro-padrgt {
    padding-right: 24px
}

.pro-middle {
    padding: 0 17px;
    /*border-left:1px solid hsla(0,0%,100%,.2);*/
}

.tittle h1 {
    font-weight: 300;
    font-size: 28px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: -1px
}

.padleft {
    padding-left: 10px
}

.pro-border1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background-color: #3e4095;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-top: -15px;
    position: absolute
}

.inputdish,
.searchicn {
    vertical-align: middle;
    position: relative
}

.topword {
    padding: 10px 0;
    font-size: 10px;
    color: #93959f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.offer {
    margin-right: 6px;
    font-size: 20px;
    top: 8px
}

.icon-offer-filled:before {
    font-family: icomoon;
    font-weight: 400;
    text-transform: none
}

.recommnd {
    margin: 0;
    padding: 7px 0 0 14px;
    font-size: 28px;
    letter-spacing: -.3px;
    font-weight: 600;
    font-family: NeueEinstellung-bold, sans-serif!important;
}

.itemss {
    font-size: 13px;
    color: #686b78;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px;
    height: 55px;
}

.cat_content .itemss {
    padding: 0 0 20px
}

.pro-marginbottm {
    margin-bottom: 0px
}

.pro-mrgntop {
    margin-top: 30px
}

.pro-padleft {
    padding-left: 30px
}

.pro-border2 {
    margin-top: 3px;
    font-size: 13px;
    line-height: 20px;
    line-height: 17px;
    padding: 28px 20px;
    border: 1px solid #bec0c8;
    margin-left: 10px;
    color: #fff;
    z-index: 0
}

.topwrd {
    padding-left: 10px
}

.topwrd a {
    color: #535665;
    font-weight: 100;
    font-size: 9px;
    padding-right: 5px
}

.topwrd a:hover {
    text-decoration: none
}

.nvbar {
    margin-bottom: 0
}

.searchdish {
    max-width: 254px;
    table-layout: fixed;
    box-shadow: 0 3px 15px 0 rgba(40, 44, 63, .1);
    border: 1px solid rgba(0, 0, 0, .04);
    height: 40px;
    background-color: #fff;
    margin-right: 20px
}

.botmline {
    height: 2px;
    width: 30px;
    background-color: #3d4152;
    margin-bottom: 19px
}

.searchicn {
    font-size: 13px;
    font-weight: 500;
    display: table-cell;
    width: 40px;
    width: 45px;
    text-align: right;
    top: 10px;
    padding-left: 9px
}

.tablceel {
    display: table-cell;
    width: 100%;
    height: 100%
}

.inputdish {
    border: none;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
    padding-left: 10px;
    font-size: 12px;
    top: 9px
}

.favorite,
.veg {
    display: inline-block;
    table-layout: fixed;
    box-shadow: 0 3px 15px 0 rgba(40, 44, 63, .1);
    border: 1px solid rgba(0, 0, 0, .04);
    height: 40px;
    margin-right: 20px;
    background-color: #fff
}

.favrteword,
.leafword {
    padding-right: 15px;
    text-transform: capitalize;
    transition: color .2s ease-in-out;
    will-change: color;
    cursor: pointer
}

.newarrvl,
.symblword {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.add3,
.favorite,
.veg {
    background-color: #fff
}

.aadd,
.cursr,
.favrteword,
.leafword {
    cursor: pointer
}

.positiontop {
    position: absolute;
    top: 10px
}

.favrteword,
.leaficon {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 10px
}

.favrteword {
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px;
    color: #3d4152
}

.hearticon,
.leaficon {
    font-weight: 500;
    text-align: center;
    padding-left: 8px
}

.leaficon {
    font-size: 13px;
    text-align: right;
    color: #339a33
}

.ln:before {
    content: "\f06c";
    font-family: FontAwesome;
    position: absolute;
    top: 19%;
    left: 14px;
    font-size: 21px;
    color: #535665
}

.hearticon,
.leafword {
    display: table-cell;
    top: 10px;
    vertical-align: middle;
    position: relative
}

.hearticon {
    font-size: 14px;
    text-align: right
}

.add3,
.aligncenter,
.symbolicon {
    text-align: center
}

.leafword {
    font-weight: 700;
    font-size: 11px;
    padding-left: 26px
}

.leafword a {
    color: #3d4152
}

.leafword a:hover {
    color: #b93538;
    text-decoration: none
}

.favorite .favrteword a {
    color: #3d4152
}

.favorite .favrteword a:hover,
.favorite.fav-active i {
    color: #b93538
}

.favorite.fav-active .glyphicon-heart-empty:before {
    content: "\e005"
}

.searchfavorite {
    position: relative;
    padding-top: 25px
}

.imgcolum {
    opacity: 1;
    width: 100%;
    height: 140px;
    object-fit: cover
}

.changetop {
    top: 10px;
    position: relative;
    padding-left: 0
}

.inlinesearch {
    float: left
}

.foodsysmbol {
    color: #339a33;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: .8rem
}

.symblword {
    font-size: 16px;
    color: #282c3f;
    font-weight: 500;
    line-height: 20px;
    margin-top: 18px
}

.newarrvl {
    font-size: 13px;
    color: #7e808c;
    text-transform: capitalize;
    padding-bottom: 6px
}

.add2 {
    color: #535665;
    font-size: 15px
}

.aadd,
.add3 {
    color: #b93538
}

.add3 {
    float: right;
    display: inline-block;
    height: 30px;
    width: 83px;
    border: 1px solid #d4d5d9;
    font-size: .9rem;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.aadd {
    width: 100%;
    font-size: 10px
}

.fodsymbol {
    padding-left: 19px;
    position: relative;
    min-height: 82px
}

.line-through {
    margin-right: 5px;
    margin-top: -6px;
    text-decoration: line-through;
    font-size: 11px;
    color: #7e808c
}

.symbolicon {
    font-size: 10px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    position: relative;
    top: 44px;
    padding-left: 5px;
    left: -8px;
    color: #339a33
}

.square {
    border: 1px solid #339a33;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 14px;
    left: -14px;
}

.newvl,
.righttittle,
.titlle2 {
    letter-spacing: -.3px
}

.rsquare {
    border: 1px solid #ad4728;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 14px;
    left: -14px;
    margin-right: 10px
}

.rsquare:before,
.square:before {
    border-radius: 50%;
    height: 5px;
    width: 5px;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px
}

.rsquare:before {
    background-color: #ad4728
}

.square:before {
    background-color: #339a33
}

.leftorangemnu,
.postn-pad-lf,
.product1box,
.symbolicon1 {
    position: relative
}

.postn-pad-lf {
    padding-left: 4%
}

.symbolicon1 {
    font-size: 5px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-align: right;
    top: 44px;
    padding-left: 5px;
    left: -25px;
    color: #339a33
}

.leftsidemenu {
    text-align: right;
    position: sticky;
    top: 55px;
    max-height: calc(100vh - 53px);
}

.leftmenudiv {
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    font-size: 15px;
    color: #282c3f;
    padding-right: 16px
}

.leftorangemnu a :hover {
    text-decoration: none;
    color: #b93538
}

.leftorangemnu {
    padding-top: 0px;
    border-right: 1px solid #e8e8e8;
    overflow: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 100%;
    min-height: 100%;
}

a:focus,
a:hover {
    text-decoration: none
}

.orangebar {
    position: absolute;
    display: inline-block;
    top: 4px;
    width: 4px;
    height: 18px;
    background: #b93538;
    z-index: 1;
    transform: translateY(0)
}

.productpadtop {
    margin-bottom: 50px
}

.righttittle {
    color: #7e808c;
    font-size: 30px
}

.rghtimg {
    margin-top: 47px;
    opacity: .5
}

.goodfood {
    color: #93959f;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 300
}

.newvl {
    margin: 0;
    padding-top: 35px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
    clear: both
}

.boxadd:last-child {
    border-bottom: none
}

.ovrlydiv {
    position: relative
}

.overlybottm {
    position: absolute;
    bottom: 0;
    background: rgb(185, 53, 56);
    width: 100%;
    transition: .5s ease;
    display: none;
    color: #fff;
    font-size: 11px;
    padding: 20px;
    text-align: left
}

.addc,
.baddc,
.boxadd,
.btmiccn,
.nac {
    position: relative
}

.overlybottm div {
    overflow: hidden;
    max-height: 107px
}

.unavailable {
    color: #93959f;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px
}

.nac,
.titlle2 {
    font-weight: 600
}

.product1box .prodctbox :hover .overlybottm {
    display: block
}

.procontinrpad {
    padding: 0 0px;
    padding-bottom: 15px;
    clear: both;
    border-top: 2px solid #282c3f;
    margin-top: 30px;
    overflow: hidden
}

.nac {
    font-size: 20px;
    margin: 0 0 5px;
    padding-top: 20px
}

.titlle2 {
    margin: 0;
    padding: 0;
    font-size: 28px
}

.bottmcontentmargn2 {
    margin-top: 10px
}

.fitems {
    margin-bottom: 20px;
    font-size: 11px;
    color: #686b78;
    font-weight: 700;
    text-transform: uppercase
}

.m-b-4 {
    margin-bottom: 4%
}

.boxadd {
    padding-bottom: 32px;
    margin: 20px 0 20px 0;
    padding: 25px 10px 10px 10px;
}

.addb {
    float: right;
    margin-top: -3px
}

.addc {
    display: inline-block;
    height: 30px;
    width: 83px;
    border: 1px solid #d4d5d9;
    color: #b93538;
    font-size: .9rem;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.boxadd2 {
    margin-right: 90px
}

.badd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px
}

.baddc {
    min-height: 45px;
    font-size: 13px;
    color: #282c3f;
    font-weight: 500;
    line-height: 20px
}

.baddcd {
    margin-top: 4px;
    margin-right: 5px;
    line-height: 15px;
    font-size: 13px;
    color: #7e808c;
    max-width: 350px
}

._32z8y,
._3_Blv,
._3n1UB {
    font-size: 16px;
    color: #282c3f;
    font-weight: 500;
    line-height: 20px
}

.badde {
    margin-top: 10px
}

.baddd {
    color: #535665;
    font-size: 13px
}

.addbd {
    color: #b93538;
    width: 100%;
    cursor: pointer
}

.btmiccn {
    top: 21px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #339a33
}

.tablceel input:focus {
    border: none
}

.addbtn,
.subtotall {
    -webkit-box-align: center
}

.grnbuttn,
.rphitem {
    text-transform: uppercase
}

.rphidetitle {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 5px
}

.rphitem {
    font-weight: 500;
    font-size: 13px;
    color: #686b78;
    padding-top: 2px
}

.greensymbol {
    font-size: 10px;
    color: #339a33;
    width: 10px;
    height: 10px;
    top: 4px
}

.cheese {
    font-size: 11px;
    font-weight: 700;
    margin-left: 7px;
    margin-right: 14px;
    margin-top: 2px;
    color: #282c3f
}

.addbtn {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.addbtn1,
.addbtn2 {
    display: inline-block;
    height: 30px;
    width: 83px;
    font-size: .9rem;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    color: #b93538;
    text-align: center
}

.addbtn2 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.addbtn1 {
    border: 1px solid #d4d5d9;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.addbutn {
    color: #b93538;
    width: 100%;
    cursor: pointer
}

.addhide {
    display: none!important
}

.addanimatn {
    -webkit-animation: _1yY_v .2s ease;
    animation: _1yY_v .2s ease;
    opacity: 0;
    -webkit-transform: translate3d(0, 7.5px, 0);
    transform: translate3d(0, 7.5px, 0)
}

.minus,
.plus {
    -webkit-transform: translateZ(0);
    font-weight: 600;
    position: absolute;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    cursor: pointer
}

.plus {
    right: 0;
    transform: translateZ(0);
    font-size: 150%
}

.minus {
    left: 0;
    transform: translateZ(0)
}

.one {
    position: absolute;
    left: 33.33333%;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer
}

.peighty {
    font-size: 13px;
    color: #535665;
    width: 45px;
    padding-left: 10px
}

.flexdis {
    display: flex;
    margin-top: 20px
}

.symbolgreen {
    font-size: 10px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-align: right;
    position: relative;
    top: 5px;
    padding-left: 5px;
    left: -8px;
    color: #339a33
}

.textara {
    margin-top: 22px;
    position: relative;
    color: #686b78;
    font-size: 13px;
    height: 50px;
    margin-left: 20px
}

.textareaa {
    border: 0;
    outline: 0;
    resize: none;
    width: 100%;
    height: 100%;
    color: #3d4152;
    font-weight: 400;
    font-size: 14px;
    background: #f9f9f9
}

#cmnntt,
.cmntt {
    color: #93959f;
    position: absolute
}

.cmntt {
    font-size: 13px;
    top: 17px;
    left: 40px;
    width: 100%;
    pointer-events: none
}

#cmnntt {
    top: 15px;
    font-size: 12px
}

.quote {
    top: 20px;
    left: -17px;
    width: 15px;
    height: 10px;
    color: #282c3f;
    position: absolute
}

.subtotall {
    color: #3d4152;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    justify-content: space-between
}

.subtotal {
    font-size: 17px;
    color: #3d4152
}

.linethrugh {
    color: #bebfc5;
    text-decoration: line-through;
    margin-right: 10px
}

.extra {
    font-size: 12px;
    font-weight: 300;
    color: #7e808c;
    margin-top: 2px
}

.brdershadow {
    margin-top: 3px;
    box-shadow: 0 2px 4px 0 rgba(40, 44, 63, .1)
}

.grnbuttn {
    height: 50px;
    background-color: #b93538;
    outline: 0;
    cursor: pointer;
    border: 0;
    color: #fff;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600
}

.fcaddrs,
.fcpara {
    font-size: 13px;
    text-align: center
}

.fcaddrs,
.fcpara,
.food-contact-info,
.food-fancy-title,
.footrtopcntnt {
    text-align: center
}

.fcaddrs,
.food-contact-info h5 {
    text-transform: uppercase;
    font-weight: 700
}

.tablceel input[type=text]:focus {
    outline: 0
}

.change-position .offers_food {
    display: none
}

.footrtopcntnt {
    background-color: #e9e9eb;
    padding: 51px 0;
    position: relative;
    margin-top: 95px
}

.fctoppad {
    padding-top: 11px
}

.fcundrline {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #686b78;
    margin: 18px auto 30px
}

.fcpara {
    color: #686b78;
    margin: auto;
    max-width: 300px
}

.food-fancy-title {
    float: left;
    width: 100%;
    margin: 30px 0 40px
}

.contactus_bg .form_title {
    text-align: center;
    width: 100%;
    padding: 15px 0
}

.contactus_bg .form_title,
.food-fancy-title span {
    color: #b93538;
    ;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.1px;
    display: inline-block;
    line-height: .8;
    margin-bottom: 20px
}

.food-fancy-title h2 {
    font-size: 54px;
    margin: 0;
    letter-spacing: 0;
    line-height: 1
}

.food-contact-info {
    margin: 0
}

.food-contact-info>ul>li {
    list-style: none;
    margin: 0 0 10px
}

.food-contact-info .fa-envelope,
.food-contact-info .fa-map-marker,
.food-contact-info .fa-phone {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    font-size: 30px;
    padding: 13px 6px 15px;
    border: 3px solid;
    margin: 0 0 12px;
    position: relative
}

.food-contact-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0 0
}

.food-contact-info ul li:hover .fa-envelope,
.food-contact-info ul li:hover .fa-map-marker,
.food-contact-info ul li:hover .fa-phone {
    background-color: #b93538;
    ;
    color: #fff
}

.food-contact-info h5 {
    color: #b93538;
}

.food-contact-info p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0;
    width: 62%;
    line-height: 26px
}

.food-contact-form,
.food-contact-form form {
    width: 100%;
    float: left
}

.food-contact-form ul li input[type=text] {
    background-color: #f3f3f3;
    height: 39px;
    font-size: 14px;
    color: #929292;
    line-height: 20px;
    outline: 0;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
    display: inline-block;
    border: none;
    box-sizing: border-box
}

.food-contact-form ul li textarea {
    height: 157px;
    background-color: #f3f3f3;
    color: #353535;
    font-size: 14px;
    padding-left: 19px;
    padding-top: 8px
}

.food-contact-info h5 {
    margin: 0 0 6px;
    letter-spacing: 0
}

.food-contact-form {
    margin: 0 0 15px
}

.contactus_bg input[type=text] {
    background-color: transparent
}

.food-contact-form ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0 0 20px;
    padding: 0 12px
}

.food-contact-info a {
    font-size: 15px;
    display: block;
    color: #282c3f
}

.contact-fill-form {
    background-color: #fff;
    margin-bottom: 80px
}

.unservicable_content b,
.unservicable_content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.items_count button,
select.sort_by {
    outline: 0!important
}

.category_icon,
.foodslider .owl-item {
    text-align: center
}

.category_icon {
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    margin-right: 15px;
    padding: 13px;
    color: #3e4095;
    display: inline-block;
}

span.category_icon svg {
    font-size: 16px;
    vertical-align: middle;
    height: 25px
}

.spy-menu a:hover .category_icon {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1)
}

.spy-menu {
    width: 100%;
    max-width: 260px;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 0 5px 52px 0 rgba(48, 56, 97, .1);
    top: 0;
    padding-top: 35px
}

.fixe-cart,
.fixe-cartt {
    max-width: 250px;
    position: fixed
}

.spy-menu.nav>li>a {
    float: left;
    width: 100%;
    border-radius: 0;
    height: 85px;
    padding: 20px 15px;
    display: flex
}

.spy-menu.nav>li>a:hover {
    background: 0 0;
    color: #b93538;
}

.property_list {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 80px;
    /*border-bottom:2px dashed #98999f*/
}

.spy-menu.fixe {
    position: fixed;
    top: 75px
}

.spy-menu a {
    color: #535665
}

.spy-menu a.active {
    background: #b93538!important;
    color: #fff!important
}

.spy-menu a.active .category_icon {
    color: #ffffff;
    /*box-shadow:0 0 8px 3px #b93538;*/
}

.margin_t_5 {
    margin-top: 5px
}

.fixe-cart {
    top: 188px;
    width: 100%;
    z-index: 99;
    background: #fff
}

.fixe-cartt {
    top: 240px
}

.fixe-cart1,
.fxed-top {
    position: absolute
}

.fixe-cart1 {
    bottom: 0
}

.stickyheader {
    position: fixed;
    top: 0;
    width: 100%
}

.navbar-brand {
    padding: 0
}

.navbar-brand.logo img {
    width: 250px
}

.table-bordered tr {
    line-height: 1.4
}

.restaurent_name {
    margin-top: 2px;
    color: #282c3f;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 3px
}

.restaurent_name b {
    font-weight: 600;
    color: #5d8ed5;
    text-transform: capitalize
}

.chage_add,
.menu_cart .btn-checkout,
.relate_to {
    text-transform: uppercase
}

.your_cart_block.active .cart_block {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: auto
}

.no-pad {
    padding: 0
}

.menu_cart .btn-checkout {
    position: relative;
    background-color: #b93538;
    ;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 1em;
    font-weight: 700
}

.items_count .count_in_dec {
    position: absolute;
    top: 0;
    padding: 3px 7px;
    cursor: pointer
}

.items_count .remove_cart_item.count_in_dec {
    left: 0;
    color: #bebfc5
}

.items_count .add_cart_item.count_in_dec {
    right: 0;
    color: #b93538
}

.items_count i,
.items_count svg {
    font-size: 7px;
    position: relative;
    top: -1px
}

.menu-cart-items {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.menu-cart-items .block-item.text-right {
    font-size: 14px;
    padding: 5px 0 0;
    color: #535665;
    width: 75px;
    position: relative
}

.menu-cart-footer .final-total {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 17px 0
}

.final-total h5 {
    color: #3d4152;
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.final-total .extra_charge {
    font-size: 13px;
    font-weight: 300;
    color: #7e808c;
    margin-top: 2px
}

.menu-cart-footer .sub-total .charges {
    padding: 10px 0
}

.final-total span {
    font-size: 14px
}

p.offers_food i.fa {
    color: #f5861f;
    font-size: 15px;
    margin-right: 7px
}

.signup-divider {
    height: 60px;
    border-radius: unset;
    border: none
}

.signup-divider option {
    height: 50px;
    line-height: 2
}

.bottmword {
    width: 100%;
    float: left
}

.restaurants_tab {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #282c3f;
    padding-bottom: 15px
}

.restaurants_tab:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -1px;
    background: #b93538
}

select.sort_by {
    color: #3d4152;
    font-size: 20px;
    cursor: pointer;
    float: right;
    height: 43px;
    font-weight: 400;
    border: 0;
    background: #fff
}

.restaurants_option {
    border-bottom: 1px solid #e9e9eb;
    margin: 30px 0
}

.relate_to {
    color: #7e808c;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 500
}

.relate_to span {
    color: #282c3f
}

.unservicable_restaurants {
    width: 100%;
    padding: 60px 0;
    background: #e5eaf0
}

.unservicable_content {
    background: #fff;
    padding: 30px 15px 30px 45px;
    position: relative;
    margin: 0 0 50px 40px
}

.unservicable_content img {
    position: absolute;
    width: 70px;
    height: 70px;
    left: -40px;
    top: 20px
}

.unservicable_content b {
    color: #282c3f;
    font-size: 15px;
    width: 100%;
    display: inline-block
}

.unservicable_content p {
    color: #93959f;
    font-size: 13px;
    margin: 4px 0 0
}

.unservicable_restaurants strong {
    font-size: 12px;
    font-weight: 600;
    color: #686b78;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.foodslider .owl-nav button {
    position: absolute;
    top: 3px;
    outline: 0!important
}

.foodslider .owl-nav button.owl-next {
    right: -4px
}

.foodslider .owl-nav button.owl-prev {
    left: -4px
}

.res_listing .mar-bottm {
    margin-bottom: 5px
}

.res_listing {
    padding: 0 0 20px
}

.centercontent {
    padding: 30px 15px 100px
}

.food_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 33%
}

.popupbox1 svg {
    color: #b93538;
}

.popupbox2 .imagetable img {
    height: 72px;
    width: 100%;
    object-fit: cover
}

.foodimages .owl-item {
    padding: 15px;
    transform: scale(0.8);
    transition: all 0.5s;
}

.foodimages .owl-stage {
    padding-left: 0!important
}

.centercontent img {
    margin-bottom: 12px;
    height: 190px;
    width: 100%;
    object-fit: contain
}

.cart span {
    position: relative
}

.cart span.cart_head_count {
    font-size: 13px;
    position: absolute;
    left: -2px;
    text-align: center;
    width: 100%;
    color: #fff;
    top: -4px
}

#opensearch .glyphicon {
    font-size: 14px
}

.user_dashboard {
    background: #3e4095
}

.delivery_btn:hover+.delivery_content {
    display: block
}

.posrelative {
    position: relative;
    clear: both
}

.delivery_content {
    display: none;
    position: absolute;
    width: 180px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    font-size: 10px;
    border: 1px solid #f1f1f1;
    right: -9px;
    top: 6px;
    line-height: 1.4;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
    z-index: 2
}

.pad_l_35 {
    padding-left: 35px
}

.checkout-page {
    background: #e9ecee;
    padding: 30px 0
}

.checkout_box {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    padding: 35px 40px 39px;
    float: left;
    width: 100%
}

.checkout-page h4 {
    font-size: 32px;
    font-weight: 600;
    color: #282c3f;
    margin-bottom: 32px;
    position: relative
}

.delivery_add h4 {
    padding-right: 60px
}

.chage_add {
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: 600;
    color: #b93538;
    line-height: 2.14;
    font-size: 13px
}

.delivery_add address {
    color: #93959f;
    max-width: 480px;
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 10px
}

.delivery_add b {
    color: #282c3f;
    font-size: 13px
}

.delivery_added:hover {
    box-shadow: 0 4px 14px #d4d5d9;
    cursor: pointer
}

.delivery_new_box:hover {
    box-shadow: 0 2px 8px #d4d5d9;
    cursor: pointer
}

.delivery_new_box {
    padding: 23px 30px;
    border: 1px solid #e9e9eb;
    width: 100%;
    margin-bottom: 25px;
    float: left
}

.rest_detail:before,
.sorry_alert:before,
ul.more_coupn li:before {
    content: ""
}

.delivery_new_box b {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #282c3f;
    line-height: 1.18;
    text-transform: capitalize
}

.delivery_new_box.dot_border {
    border-style: dashed
}

.delivery_new_box address {
    font-size: 12px;
    color: #93959f;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 16px;
    height: 64px;
    overflow: hidden
}

.green_box {
    padding: 9px 0;
    color: #fff;
    text-transform: uppercase;
    background: #b93538;
    border: 0;
    cursor: pointer;
    width: 130px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    letter-spacing: .3px;
    position: relative
}

.green_bbox {
    border: 1px solid #b93538;
    color: #b93538;
    background: #fff;
    margin-top: 30px
}

.delivery_new_box strong {
    font-size: 13px;
    color: #b93538;
    font-weight: 500;
    margin-bottom: 10px;
    overflow: hidden;
    display: block
}

.checkout-page .delivery_address h4 {
    margin-bottom: 0
}

.delivery_address p {
    display: block;
    font-size: 16px;
    color: #7e808c;
    font-weight: 400;
    margin-bottom: 36px
}

.cart_items .menu-cart-title,
.payment_method li a {
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: pointer
}

.payment_unselect {
    color: #93959f;
    font-size: 32px;
    font-weight: 600
}

.checkout_icon {
    position: absolute;
    left: -30px;
    background-color: #3e4095;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(40, 44, 63, .4);
    width: 40px;
    height: 40px;
    font-size: 21px;
    text-align: center;
    padding: 5px
}

.payment_method ul {
    min-width: 230px;
    background: #edf1f7;
    padding: 20px 0 15px 15px
}

.payment_method li a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    position: relative;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    color: #686b78
}

.payment_method .nav-pills>li.active>a {
    color: #282c3f;
    background: #fff
}

.payment_method li>a:hover {
    background: 0 0;
    color: #282c3f
}

.payment_method svg {
    margin-right: 10px;
    font-size: 18px
}

.border_connect {
    position: absolute;
    border-left: 1px dashed #282c3f;
    top: 35px;
    left: -10px;
    bottom: -57px
}

.checkout_icon.active {
    color: #fff;
    background-color: #3e4095
}

.payment_method .tab-content {
    padding-left: 40px;
    margin-bottom: 40px;
    width: 100%
}

.cart_items .menu-cart-items {
    padding-right: 0
}

.cart_items .item_naem p {
    font-weight: 400
}

.cart_items .menu-cart-body .item_naem {
    padding-left: 0px;
}

.cart_items .menu-cart-title .rest_city {
    font-size: 13px;
    color: #686b78
}

.cart_items .menu-cart-title .rest_detail {
    margin-left: 14px;
    position: relative
}

.cart_items .menu-cart-title .rest_img {
    width: 50px;
    height: 50px;
    background-size: cover
}

.cart_items .menu-cart-title {
    padding: 20px 30px;
    display: flex;
    min-height: 90px
}

.cart_items .final-total,
.flex_block {
    display: -webkit-box;
    display: -ms-flexbox
}

.rest_detail:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #282c3f;
    width: 40px;
    height: 2px
}

.cart_items section {
    background: #fff;
    overflow: hidden
}

.total_offer {
    margin-top: 20px;
    height: 40px;
    background-color: rgba(75, 254, 0, 0.2784313725490196);
    border: 1px solid #b93538;
    line-height: 40px;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    color: #000
}

.mega_offer {
    margin-top: 20px;
    height: 40px;
    background-color: rgb(255 255 255);
    border: 1px solid #b93538;
    line-height: 40px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.flex_block {
    font-size: 13px;
    color: #686b78;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.flex_block_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cart_items .menu-cart-footer {
    margin-top: 17px;
    padding-bottom: 21px;
    border-bottom: 2px solid #282c3f
}

.cart_items section>div {
    padding: 0 30px
}

.cart_items .final-total {
    background: #fff;
    height: 60px;
    min-height: 60px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #282c3f;
    z-index: 1
}

.apply_coupn,
.save_adrs.group {
    display: -webkit-box;
    display: -ms-flexbox
}

.cart_items .final-total span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.apply_coupn {
    border: 1px dashed #a9abb2;
    color: #535665;
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 15px;
    height: 50px;
    margin: 10px 0 15px;
    font-weight: 500
}

.apply_coupn:hover {
    box-shadow: 0 4px 14px #d4d5d9
}

.apply_coupn svg {
    margin-right: 15px
}

.cart_items .menu-cart-body .suggestion {
    border: 0;
    line-height: 16.8px;
    outline: 0;
    resize: none;
    width: 100%;
    height: 100%;
    padding: 16px 16px 16px 40px;
    color: #93959f;
    font-weight: 400;
    font-size: 13px;
    background: #f9f9f9
}

.rest_detail b {
    font-size: 17px;
    color: #282c3f;
    font-weight: 500;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cart_items .menu-cart-body svg {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 10px
}

.cash_ondelivery .cash {
    color: #282c3f;
    font-weight: 500;
    font-size: 17px;
    opacity: .8
}

.cash_ondelivery .better_save {
    font-size: 13px;
    margin-top: 2px;
    color: #7e808c;
    font-weight: 300;
    line-height: 18px;
    opacity: .8
}

.cash_ondelivery .btn-green {
    margin-top: 0px;
    border-radius: 10px;
    text-align: center;
    padding: 0 16px;
    background: #b93538;
    color: #fff;
    border: 0;
    outline: 0;
    position: relative;
    overflow: hidden;
    font-weight: 800;
    width: 100%;
    height: 100px;
    line-height: 50px;
    font-size: 22px
}

.cash_ondelivery img {
    margin: 40px 0
}

.paypal_block {
    margin-bottom: 20px
}

.paypal_block h5 {
    color: #282c3f;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 25px;
}

.cash_ondelivery h5 {
    color: #282c3f;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 25px;
}

.paypal_block img {
    max-width: 180px
}

.paypal_block .btn-link {
    color: #b93538;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    text-decoration: none!important
}

#myaddrMap {
    height: 400px;
    width: 100%;
    margin-top: 50px;
}

.sorry_alert {
    position: relative;
    background: #b93538;
    padding: 20px;
    margin-bottom: 26px;
    color: #fff;
    text-align: left;
    font-size: 13px
}

.sorry_alert:before {
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red
}

.coupn_box,
.save_adrs.group {
    position: relative
}

.address_values .input_group.active {
    border-bottom-width: 1px
}

.save_address {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 0 2rem;
    letter-spacing: 0;
    color: #fff;
    background-color: #b93538;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.save_adrs.group label:first-child {
    border-width: 0
}

.save_adrs.group {
    display: flex;
    border: 1px solid #d4d5d9;
    height: 52px
}

.save_adrs.group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #d4d5d9;
    cursor: pointer;
    margin: 0;
    font-weight: 300;
    color: #282c3f
}

.save_adrs.group svg {
    margin-right: 5px
}

.save_adrs.group input[type=radio]:checked+label,
.save_adrs.group label:hover {
    background: #000;
    color: #fff
}

.save_more_add {
    margin: 30px 0
}

.closebtn span {
    margin: 5px 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #282c3f;
    line-height: 1.2rem;
    float: left
}

.coupn_box input[type=text] {
    background-color: transparent;
    line-height: normal;
    outline: 0;
    height: 50px;
    width: 100%;
    font-size: 17px;
    margin: 0;
    padding: 0 120px 0 20px;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    border: 1px solid #d4d5d9
}

.coupn_box input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    background: #b93538;
    border: 0;
    height: 50px;
    color: #fff;
    justify-content: center;
    cursor: pointer;
    font-weight: 600
}

.available_coupn {
    border: 1px solid #e9e9eb;
    padding: 28px 20px;
    margin: 140px 0 30px;
    position: relative
}

.available_coupn h5 {
    color: #7e808c;
    font-weight: 600;
    margin: 0 0 28px;
    font-size: 12px;
    text-transform: uppercase
}

.available_border b {
    color: #3d4152;
    font-weight: 500;
    font-size: 15px;
    margin-top: 16px;
    width: 100%;
    clear: both;
    display: inline-block
}

.available_border p {
    font-size: 13px;
    color: #535665;
    margin: 9px 0 0
}

.coupn_num {
    min-width: 105px;
    height: 30px;
    border: 1px solid #daceb7;
    background-color: #fffae6;
    float: left;
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #282c3f;
    text-align: center;
    text-transform: uppercase
}

ul.more_coupn {
    margin-left: 0;
    padding: 0 0 2px;
    margin-top: 5px;
    list-style: none;
    display: none
}

ul.more_coupn li {
    font-size: 13px;
    position: relative;
    padding: 5px 0 5px 12px;
    color: #535665
}

ul.more_coupn li:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #7e808c
}

.login_design .form-control {
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    color: #444;
    display: block;
    height: 44px;
    padding: 10px 12px;
    width: 100%
}

.login_design .input-icon input {
    padding-left: 40px
}

.login_design .input-icon {
    position: relative
}

.login_design .login-form .input-icon svg {
    color: #444;
    opacity: .6;
    border-right: 1px solid #ccc;
    padding-right: 10px
}

.boxadd .pull-right,
.items_count_box.unavailable_item {
    color: #93959f;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    width: 90px;
    text-align: center
}

.items_count_box.unavailable_item {
    border: 0
}

.leftorangemnu a {
    border-right: 5px solid transparent;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

.cart_menulink.active {
    border-color: #b93538;
}

.cart_menulink.active .leftmenudiv {
    font-weight: 600;
    /*color:#b93538;*/
}

.sub_category {
    clear: both;
    max-height: 0;
    overflow: hidden;
    transition: max-height .15s ease-out
}

.cart_menulink.active+.sub_category {
    max-height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height .25s ease-in
}

.subcart_menulink .leftmenudiv {
    color: #535665
}

.subcart_menulink.active .leftmenudiv {
    font-weight: 600;
    color: #282c3f
}

.cat_content_1 {
    overflow: hidden;
    clear: both
}

.search_filter_content .recommnd {
    padding-left: 0
}

.leftorangemnu a.subcart_menulink {
    margin: 3px 0
}

.search_end {
    color: #bebfc5;
    font-size: 20px;
    padding-top: 50px;
    font-weight: 500;
    border-bottom: 2px solid #282c3f;
    padding-bottom: 25px;
    margin-bottom: 23px;
    clear: both
}

.remove_promo {
    border: 1px dashed #a9abb2;
    color: #535665;
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 9px 16px;
    margin: 18px 0;
    font-weight: 500
}

.remove_promo .coupn_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.remove_promo .coupn_detail span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #93959f
}

.remove_promo .remove_coupon {
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 8px;
    font-weight: 600;
    color: #282c3f;
    font-size: 14px
}

.remove_promo .remove_coupon:hover {
    color: #b93538
}

ul.parsley-error-list {
    margin: 0
}

.number-email-prof {
    font-size: 16px;
    margin-top: 2px;
    color: #fff;
    word-break: break-word;
}

.number-email-prof span {
    margin-left: 10px
}

.name-edit-prof {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize
}

.user_detl {
    padding: 50px 15px 37px
}

.user_detl_car {
    padding: 50px 15px 37px
}

.user_detl1 {
    padding: 50px 30px 37px
}

.number-email-prof span:before {
    content: ".";
    margin-right: 15px
}

.user_dashboard .container_1300 {
    background: #fff
}

.container_1300 {
    max-width: 1300px;
    margin: auto;
    width: 100%
}

.user_dashboard .bhoechie-tab-container {
    display: flex;
    flex-wrap: wrap;
}

.user_dashboard {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.bhoechie-tab-container {
    padding: 40px 40px;
    width: 100%;
    margin: auto;
    background: #fff;
    contain: layout
}

.btn-edit-prof {
    border-radius: unset;
    margin: 0 0 10px;
    float: right;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .6);
    padding: 12px 20px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.btn-edit-prof:hover {
    background-color: #fff;
    color: #37718e
}

.circle_icon {
    background-color: #535665;
    font-size: 12px;
    top: 23px;
    color: #fff;
    width: 25px;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    margin-right: 15px
}

.bhoechie-tab-menu a {
    padding: 20px 18px!important;
    font-size: 18px;
    color: #686868;
    fborder-bottom: 1px solid #dddddd;
    float: left;
    width: 100%
}

.bhoechie-tab-menu {
    padding: 0;
    background-color: #f2f2f2;
    height: 100%;
}

.bhoechie-tab-menu .active a,
.bhoechie-tab-menu a.active,
.bhoechie-tab-menu>li>a:focus,
.bhoechie-tab-menu>li>a:hover {
    background: #404141;
    color: #fff;
    font-family: NeueEinstellung-bold, sans-serif!important;
    font-weight: 600
}

.bhoechie-tab-menu a.active .circle_icon {
    background-color: #282c3f
}

.user_dashboard .smallHeading {
    color: #282c3f;
    font-family: NeueEinstellung-bold, sans-serif!important;
    font-weight: 600;
    margin: 15px 0 20px;
    font-size: 27px;
    text-transform: capitalize
}

.bhoechie-tab {
    padding: 37px 0 0 50px
}

.icon_heart {
    position: absolute;
    right: 11px;
    top: 10px;
    background-color: #b93538;
    width: 30px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    z-index: 2;
    padding: 2px
}

.icon_heart:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    right: 0;
    border-right: 9px solid transparent;
    border-top: 9px solid #d22b3b
}

.food_mony,
.modal-coupn {
    width: 400px;
    max-width: 100%
}

.box .align {
    position: relative
}

.available_coupns.available_border {
    padding: 30px;
    border: 1px solid #d4d5d9
}

.modal-coupn .more_coupn {
    display: block
}

.modal-coupn .available_border {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.food_mony,
.user_address .desktop {
    border: 1px solid #d4d5d9;
    position: relative
}

.modal-coupn .modal-body {
    padding: 30px
}

.flex_wrap {
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.user_address .desktop {
    padding: 20px;
    color: #3d4152;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px
}

.user_address .left {
    padding-right: 20px;
    padding-top: 3px;
    font-size: 20px
}

.user_address .text-ellipsis {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 3px 0 0
}

.account_details .addressBlock {
    font-size: 13px;
    color: #535665;
    line-height: 20px;
    margin-top: 2px
}

.user_address .bootstrap-link {
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    letter-spacing: -.3px;
    text-transform: uppercase;
    margin-top: 11px;
    float: left
}

.food_mony {
    padding: 20px;
    display: inline-block;
    color: #3d4152;
    font-size: 18px;
    font-weight: 500
}

#editEmailModal a.linkCancel {
    height: 40px;
    line-height: 40px;
    margin-right: 20px
}

#editEmailModal .save_address {
    max-width: 100px;
    float: right;
    height: 40px;
    line-height: 40px
}

.but_sucss,
.but_sucss:hover,
.upload_pro_pic,
.upload_pro_pic:hover {
    position: relative;
    background: #b93538;
    border-radius: 0;
    font-size: 13px;
    padding: 12px 17px;
    font-weight: lighter;
    overflow: hidden;
    border: 0;
    color: #000;
}

.account_details a.mainthemeOrange:hover,
.user_address .bootstrap-link,
.user_dashboard .account_details .mainthemeOrange,
.user_dashboard .account_details table th {
    color: #b93538
}

.login_design .input-icon i,
.login_design .input-icon svg {
    font-size: 15px;
    left: 12px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.login_design .has-error .form-control:focus {
    box-shadow: none
}

.login_design .addon {
    font-size: 20px;
    color: #888;
    border-radius: 0;
    width: 32px!important
}

.login_design .box {
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .075)
}

.login_design .page-header {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, .5)!important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin: 0;
    background-image: url(../images/header.jpg)
}

.btn-theme {
    background: #b93538;
    ;
    color: #fff!important;
    outline: 0
}

.login_design .page-header .page-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.page-login-form {
    margin: 50px 0
}

.page-login-form h3 {
    font-size: 18px;
    color: #444;
    line-height: 18px;
    padding: 15px 0 30px;
    text-transform: uppercase;
    text-align: center
}

.page-login-form .login-form .form-control {
    background: #fff!important
}

.page-login-form .log-btn {
    width: 100%;
    padding: 12px;
    margin: 0 0 20px;
    letter-spacing: 1;
    text-transform: capitalize;
    font-size: 16px
}

.page-login-form .form-links {
    width: 100%;
    height: 25px
}

.page-login-form .form-links li {
    display: inline-block
}

.page-login-form .form-links li a {
    color: #999
}

.page-login-form .form-links li a:hover {
    color: #24c285
}

.page-login-form .checkbox {
    margin-bottom: 10px
}

.page-login-form input[type=checkbox] {
    display: block
}

.page-login-form .checkbox label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #797979
}

.page-login-form .checkbox label:after,
.page-login-form .checkbox label:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: absolute
}

.page-login-form .checkbox label:before {
    color: #cbcbcb;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    font-size: 35px;
    text-align: center;
    line-height: 8px
}

.page-login-form .checkbox label:after {
    background-color: #cbcbcb;
    width: 8px;
    height: 8px;
    left: 4px;
    top: 7px;
    border-radius: 8px
}

.page-login-form .checkbox input[type=checkbox]:checked+label:before {
    content: "\2022";
    color: #24c285;
    font-size: 35px;
    text-align: center;
    line-height: 8px
}

.page-login-form .checkbox-inline+.checkbox-inline {
    margin-left: 4px;
    margin-right: 5px
}

.register_select {
    width: 100%;
    padding: 10px 35px
}

.h_cart_rdetail a,
.know_more {
    display: block;
    cursor: pointer
}

.no-address {
    text-align: center
}

.no-address h3 {
    font-size: 20px;
    color: #535665;
    font-weight: 500;
    margin-top: 32px
}

.no-address h4 {
    font-size: 14px;
    color: #7e808c;
    margin-top: 8px
}

.available_coupn .small_loader {
    background: rgba(0, 0, 0, .2);
    text-align: center
}

.available_coupn .small_loader:before {
    border-color: transparent #b93538 #b93538
}

.right-popup.coupn_popup {
    overflow-y: hidden
}

.right-popup .signpading {
    overflow-y: auto;
    height: 100%;
    position: relative;
    z-index: 1
}

.fixed_search {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 0 135px 20px 37px;
    background: #fff;
    z-index: 9
}

.box_shadow .fixed_search {
    box-shadow: 0 2px 4px 0 #e9e9eb
}

.know_more {
    color: #5d8ed5;
    font-size: 12px;
    line-height: 1.33;
    margin-top: 6px;
    font-weight: 600
}

.available_coupn button,
.theme_border_btn {
    color: #b93538;
    letter-spacing: 0;
    border: 1px solid #b93538;
    margin-top: 26px;
    line-height: 36px;
    width: auto;
    height: 36px;
    padding: 0 15px;
    outline: 0;
    min-width: 120px;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase
}

.available_coupn button:hover {
    box-shadow: 0 2px 8px #d4d5d9
}

.available_border {
    border-bottom: 1px dashed #a9abb2;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.available_coupn .available_border:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.right_search a.dropdown-toggle {
    padding: 15px 10px;
    font-weight: 300!important;
    font-size: 14px!important
}

.h_cart_rdetail {
    min-height: 85px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 80px;
    text-align: left;
    border-bottom: 1px solid #d4d5d9
}

.h_cart_img {
    width: 66px;
    height: 66px;
    background-size: cover;
    position: absolute;
    left: 0
}

.h_cart_rest {
    padding-top: 2px;
    font-size: 17px;
    font-weight: 500;
    color: #282c3f;
    text-transform: capitalize
}

.btn-checkout,
.empycart_page a,
.h_cart_rdetail a,
.spy-menu small {
    text-transform: uppercase
}

.h_cart_city {
    margin-top: -1px;
    font-size: 13px;
    color: #7e808c;
    font-weight: 300
}

.h_cart_rdetail a {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #5d8ed5
}

.empycart_page a,
.items_count_box {
    display: inline-block;
    text-align: center
}

.header_cart .flex_block_1 {
    font-weight: 500;
    font-size: 13px;
    color: #3d4152;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    padding-left: 18px;
    position: relative;
    width: 100%;
    float: left;
    max-width: 220px;
}

.green_square {
    position: absolute;
    border: 1px solid #339a33;
    width: 11px;
    height: 11px;
    left: 0;
    top: 3px
}

.green_square:before {
    border-radius: 50%;
    background-color: #339a33;
    height: 5px;
    width: 5px;
    color: #339a33;
    position: absolute;
    top: 2px;
    left: 2px;
    content: ""
}

.btn-checkout {
    border: 0;
    width: 100%;
    padding: 11px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #b93538;
    ;
    margin-bottom: 4px;
    font-weight: 600;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .8s cubic-bezier(.2, 1, .2, 1);
    transition: transform .8s cubic-bezier(.2, 1, .2, 1);
    transition: transform .8s cubic-bezier(.2, 1, .2, 1), -webkit-transform .8s cubic-bezier(.2, 1, .2, 1)
}

.thank_page h1 {
    font-size: 65px;
    color: #1B4077
}

.thank_page h5 {
    font-size: 40px;
    color: #1B4077;
    font-weight: 300
}

.thank_page h4 {
    font-size: 25px;
    color: #fff;
    background: #9ADFFE;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 40px
}

.thank_page a {
    font-size: 26px;
    color: #000
}

.cancel_page h1 {
    font-size: 45px;
    color: #333;
    margin: 40px 0
}

.cancel_page a {
    background: #b93538;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    display: inline-block;
    min-width: 200px;
    margin: 20px 0 50px;
    border-radius: 5px
}

.empy_cart {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #535665
}

.empycart_page p {
    margin-top: 8px;
    color: #7e808c
}

.empycart_page a {
    margin-top: 30px;
    padding: 11px 20px;
    background-color: #b93538;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-size: 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .8s cubic-bezier(.2, 1, .2, 1);
    transition: transform .8s cubic-bezier(.2, 1, .2, 1);
    transition: transform .8s cubic-bezier(.2, 1, .2, 1), -webkit-transform .8s cubic-bezier(.2, 1, .2, 1)
}

.page-content {
    margin-bottom: 30px
}

.menu-cart-empty .cart_empy {
    color: #7e808c;
    letter-spacing: -.3px;
    font-size: 32px;
    font-weight: 600
}

.menu-cart-empty p {
    color: #93959f;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 300;
    max-width: 218px
}

.menu-cart-items .item_delete svg {
    font-size: 11px;
    position: absolute;
    top: 8px;
    right: 0;
    left: inherit
}

.menu-cart-items span.delete_item {
    cursor: pointer
}

.menu-cart-items .block-item.text-right.item_delete {
    padding-right: 15px
}

.block-item.unavail_item {
    font-size: 12px;
    color: red;
    padding-top: 5px
}

#popular_list {
    margin-bottom: 50px
}

#see_all {
    padding-top: 90px
}

.filter_restaurants .navbartwo {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.filter_restaurants .navbartwo.fixedtop {
    position: fixed;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    animation: filter_menu .3s ease-out;
    -webkit-animation: filter_menu .3s ease-out;
    z-index: 99
}

.spy-menu small {
    color: #000;
    opacity: .8;
    font-size: 10px;
    margin-top: 2px;
    float: left
}

.items_count_box {
    height: 30px;
    width: 83px;
    border: 1px solid #d4d5d9;
    color: #b93538;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    float: right
}

button.add_text {
    width: 100%;
    height: 100%;
    font-size: 13px
}

button.add_dec_option {
    position: absolute;
    top: 0;
    outline: 0!important
}

button.add_dec_option.remove_item,
button.add_dec_option.remove_search_item {
    left: 0
}

button.add_dec_option.add_item,
button.add_dec_option.add_search_item {
    right: 0;
}

.items_count_box .item-count {
    line-height: 30px
}

.addc.unavailable_item {
    border: 0 solid #d4d5d9;
    line-height: 10px;
    color: #93959f;
    height: auto
}

.circle_icon,
.icon_heart {
    height: 25px;
    text-align: center
}

.navcolor .navmenu>li.dropdown {
    padding: 0
}

.outof_location {
    top: 100%;
    width: 100%;
    background: #fff;
    border-top-width: 0;
    box-shadow: unset;
    padding-top: 12px;
    color: #b93538;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    left: 0;
    display: none
}

.pac-item {
    border-bottom: 1px dashed #bebfc5;
    border-top: 0!important;
    padding: 15px;
    color: #535665;
    font-weight: 400;
    font-size: 15px
}

.pac-item:last-child {
    border-bottom: 0
}

.pac-item .pac-item-query {
    font-size: inherit;
    color: inherit
}

.pac-logo:after {
    content: none!important
}

.topfixed.topfixedhide {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0)
}

.filter_options {
    padding: 75px 147px 20px 30px
}

.filter_options h5 {
    font-size: 17px;
    font-weight: 500;
    margin-top: 35px;
    float: left;
    width: 100%
}

.discount_price {
    text-decoration: line-through;
    font-size: 11px;
    color: #7e808c;
    margin-right: 5px;
    float: left;
    margin-top: 4px
}

.final-total strike {
    color: #bebfc5;
    margin-right: 10px
}

.final-total span.sub_total {
    font-size: 17px
}

.menu-cart-body .items_count {
    width: 64px;
    font-size: 12px;
    display: block;
    position: relative
}

.flex_wrap,
.remove_promo {
    display: -webkit-box;
    display: -ms-flexbox
}

.menu-cart-body .item_naem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding-left: 0px
}

.parsley-error-list li:last-child {
    margin-bottom: 20px
}

.sessionerror .close {
    height: auto;
    background: unset;
    float: right;
    border: unset;
}

.search-form .searchdiv input#fn_keyword {
    padding-right: 60px
}

.checkbox.checkout_box {
    font-size: 20px;
    text-align: center
}

.flex_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.alert_msg1 {
    font-size: 20px;
    font-weight: 600;
    color: #535665;
    margin: 0 0 7px
}

.alert_msg2 {
    font-size: 14px;
    color: #7e808c;
    margin: 0
}

.unrelated_dish {
    text-align: center
}

.unrelated_dish .error_img {
    width: 280px;
    margin: 0 auto 25px;
    height: 231px;
    background: url(../images/error_img.png) 50% no-repeat;
    background-size: auto 100%
}

.help_content a {
    padding: 22px 25px 26px 0;
    cursor: pointer;
    color: #3d4152;
    display: block;
    width: 100%;
    font-size: 18px;
    position: relative
}

.help_content {
    border-bottom: 1px solid #d4d5d9;
    overflow: hidden
}

.help_content .panel-body {
    color: #686b78;
    font-size: 14px;
    padding-right: 50px;
    padding-bottom: 27px;
    line-height: 1.4;
    clear: both
}

.help_content a:before {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    font-size: 25px;
    color: #93959f;
    top: 20px
}

.help_content a.collapsed:before {
    content: "\f107"
}

.contactus_bg .sidebar-right div,
.contactus_bg label {
    font-family: AvenirNextPro, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.contactus_bg input[type=email],
.contactus_bg input[type=text],
.contactus_bg textarea {
    box-shadow: unset;
    font-size: 16px;
    display: block;
    border: none;
    border-bottom: 1px solid rgba(117, 117, 117, .5);
    outline: 0;
    padding: 9px 8px;
    width: 100%;
    border-radius: 0;
    height: auto
}

.contactus_bg textarea {
    border: 1px solid #bbb;
    background-color: #fff
}

.contactus_bg label {
    font-size: 12px;
    font-weight: 400
}

.contactus_bg button.btn.btn-common {
    font-weight: 400;
    color: #000;
    ;
    border-radius: 3px;
    border: 1px solid #b93538 !important;
    ;
    background: #fff;
    min-width: 100px;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 30px
}

.contactus_bg .form_title {
    margin: 15px 0
}

.contactus_bg .sidebar-right address {
    font-size: 11px
}

.contactus_bg .sidebar-right div {
    float: left;
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 500;
    width: 100%
}

.contactus_bg .sidebar-right u {
    margin: 20px 0 5px;
    display: inline-block;
    font-size: 15px
}

.outof_location button.btn.btn-link {
    padding: 0 10px;
    color: #fff;
    background: #98C539;
    min-width: 35%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.outof_location.demo_outofloc {
    padding-right: 37%
}

.like_input:checked+label,
.star-rating-input:checked~.star-rating-star {
    color: #ffcd00
}

.star-rating-star {
    float: right;
    color: #82888a;
    cursor: pointer
}

.star-rating input[type=radio] {
    display: none
}

.rating_section .rest_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center
}

.rating_section {
    font-size: 18px
}

.rating_section button {
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 14px;
    width: 46%;
    border-radius: 5px;
    padding: 9px;
    height: initial;
    float: left
}

input#rating_submit {
    background: #b93538;
    border: 1px solid #b93538;
    width: 50%
}

.rating_section .star-rating.rating_content {
    clear: both;
    text-align: center;
    display: inline-block;
    margin: 10px 0
}

.procontinrpad.borderbotm ._boxadd2 {
    padding-top: 34px
}

._boxadd2 .square {
    top: 39px
}

.like_input:checked+label,
.star1-rating1-input1:checked~.star1-rating1-star1 {
    color: #ffcd00
}

.star1-rating1-star1 {
    float: right;
    color: #82888a;
    cursor: pointer
}

.star1-rating1 input[type=radio] {
    display: none
}

.rating_section1 .boy_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center
}

.rating_section1 {
    font-size: 18px
}

.rating_section1 button {
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 14px;
    width: 46%;
    border-radius: 5px;
    padding: 9px;
    height: initial;
    float: left
}

input#rating_submit1 {
    background: #b93538;
    border: 1px solid #b93538;
    width: 50%
}

.rating_section1 .star1-rating1.rating_content1 {
    clear: both;
    text-align: center;
    display: inline-block;
    margin: 10px 0
}

.loader-img {
    /*border:6px solid #f3f3f3;border-radius:50%;border-top:6px solid #db3434;width:50px;height:50px;position:absolute;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;left:0;right:0;margin:auto;top:40%*/
}

.loader-img {
    background-image: url(../images/loader.gif);
    width: 70px;
    height: 75px;
    background-size: cover;
    background-position: 100% 100%;
    position: absolute;
    background-color: #fffdfd;
    left: 170px;
    right: 0;
    z-index: 99;
    display: none;
}

.p-fix.signup_popup_pfix {
    position: relative;
}

.spy-menu li a.active b,
.spy-menu li a.active small {
    color: #fff
}

.spy-menu li a.active small {
    font-weight: bold;
    font-size: 11px;
}

.spy-menu li a.active .category_icon path {
    fill: #b93538;
}

.add_newbanner {
    /*background-image: url(../images/food-banner.png);*/
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
}

.foodimages .owl-item.active.center {
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pro-middle p {
    color: white;
}

.margin_terms ul li {
    list-style-type: none;
    font-size: 17px;
    margin-bottom: 25px;
}

.terms_con p {
    font-size: 16px;
    margin-bottom: 20px;
}

.refund ul {
    margin-top: 30px;
}

.refund ul li {
    font-size: 17px;
    margin-bottom: 20px;
}

.refund h3 {
    margin-top: 50px;
}

.mol_submit i {
    color: white;
    margin-right: 10px;
}

.privacy ul li {
    font-size: 16px;
    margin-bottom: 20px;
}

.privacy h3 {
    margin-top: 50px;
}

.privacy {
    margin-top: 50px;
}

.privacy ul p {
    font-size: 15px;
}


/*.........v................*/

.bgheader {
    background: white;
    box-shadow: unset;
}

.below-head {
    position: relative;
    margin-top: 99px;
    padding: 50px;
    height: 550px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: linear-gradient(311deg, rgb(185 53 56 / 85%) 35%, rgb(70 72 154 / 92%) 100%);
}

.below-head h2 {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 30px;
    color: white;
}

.prod-img img {
    border-radius: 5px 0 0 5px;
}

.qtyandrate .qty {
    margin-right: 32px;
}

.previous-order .prev-order-img img {
    height: 247px;
}

.prev-order-img img {
    height: 168px;
    object-fit: cover;
}

.prod-details .off {
    color: #3a9e3a;
    font-weight: bold;
}

.previous-order .flex-block h1,
.shop-by-category h1 {
    margin-bottom: 15px;
}

.shop-name a {
    color: #fff;
}

.prod-name span:last-child {
    position: absolute;
    top: 43%;
    right: 12px;
    font-size: 12px;
    color: #808080;
}

.recent-search .qtyandrate {
    display: flex;
    justify-content: space-between;
}

.recent-search .shop-name a {
    color: #433a3a;
}

.recent-search .shop-details {
    padding: 1px 0px 0px 16px;
}

.shop-by-category a {
    color: black;
    font-size: 18px;
}

.shop-by-category a:hover {
    color: #791316;
    font-size: 18px;
}

.shop-by-category,
.previous-order {
    padding: 45px 0;
}

.shop-by-category .col-md-4 {
    margin: 15px 0;
}

.previous-order .shop-details {
    position: absolute;
    bottom: 31px;
    background: #494b9b7a;
    text-align: left;
    color: white;
    backdrop-filter: blur(3px);
}

.shop-name h3 {
    margin-bottom: 30px;
    font-size: 19px;
    height: 15px;
}


/*.previous-order .shop-name {
                margin-top: -13px;
                margin-left: 16px;
            }*/


/*.slider-cor{
                            background-image:url('../images/back.jpg');

                            }*/

.flex-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prev-order-img {
    max-width: 294px;
}

.prev-order-list {
    position: relative;
    box-shadow: 0 0 5px #8080807d;
}

.previous-order-det {
    margin-bottom: 30px;
}

.previous-order .qtyandrate {
    /*display: flex;
                justify-content: space-around;*/
    margin-left: 17px;
}

.shopby-cat {
    display: flex;
    align-items: center;
    /*border: 1px solid #b935385c;*/
    box-shadow: 0 0 3px #b9353861;
    border-radius: 5px;
}

.shopby-cat {
    display: flex;
    background: white;
    align-items: center;
    position: relative;
    height: 113px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12)
}

.shopby-cat:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgb(0 0 0 / 12%), 0 4px 8px rgb(0 0 0 / 6%);
}

.prod-img {
    max-width: 150px;
}

.prod-img img {
    width: 100%;
    height: 108px;
    padding: 7px;
    object-fit: contain;
}

.prev-order-img img {
    width: 100%;
    /* height: 108px;
                   padding: 7px;*/
}


/*...........v..................*/

._boxadd2.add_img.more_details .badd {
    position: relative;
    margin-right: 0;
    padding-left: 17px;
}

._boxadd2.add_img.more_details .badd .square,
._boxadd2.add_img.more_details .badd .rsquare,
.prodctbox .square,
.prodctbox .rsquare {
    top: 5px;
    left: 0;
}

.owl-carousel .add_newbanner img {
    display: block;
    width: 222px;
    position: initial;
    top: 34px;
    left: 38px;
    object-fit: cover;
    height: 222px;
    margin: auto;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}


/*..........................*/

.font-weight-bold {
    font-weight: bold;
}

.fas.fa-circle.pr-6 {
    color: maroon;
    font-size: 7px;
    border: 1px solid maroon;
    padding: 5px;
    margin-right: 8px;
}

ul li {
    list-style-type: none;
}

ul {
    margin-left: 0;
    padding-left: 0
}

.order-det {
    /*border: 1px solid gray;*/
    box-shadow: 0 0 11px 6px #e6e6e6;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
}

.food-list li {
    margin-bottom: 10px;
}

.pr-6 {
    padding-right: 6px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-5 {
    margin-bottom: 5px;
}

.dshed-border {
    border-top: 1px dashed #ccc;
}

.box p {
    margin-bottom: 0;
}

.box {
    background: white;
    padding: 13px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
    /*box-shadow: 0 0 11px 6px #ececec;*/
}

.btn-outline-info {
    border: 1px solid;
    padding: 3px 12px;
    margin-right: 12px;
}

.btn-outline-muted {
    border: 1px solid gray;
    padding: 3px 12px;
    margin-right: 12px;
}

.text-dark {
    color: black !important;
}

.food-status .pull-left {
    margin-right: 10px;
    width: 38px;
    overflow: hidden;
}

a.text-warning {
    color: #de9003;
}

.food-status .pull-leftimg {
    width: 100%;
    height: 40px;
}

.prof-img img {
    width: 100%;
}

.prof-img {
    width: 25px;
}

.backk {
    background-image: url('../images/grocery_ordering.jpg');
    height: 390px;
    height: 368px;
    background-position: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}


/*......................*/

.boxadd::after {
    content: "";
    height: 100%;
    position: absolute;
    display: block;
    width: 98%;
    top: 0;
    z-index: -1;
    left: 0;
    border: 2.5px solid #ced2d6;
}

.procontinrpad.borderbotm ._boxadd2.pad_top_no {
    padding-top: 0px;
}

.procontinrpad.borderbotm ._boxadd2.add_img {
    padding-left: 0px;
    /*padding-top:8px;*/
}

._boxadd2.add_img .food_item_img img {
    width: 95px;
    height: 74px;
    position: absolute;
    left: 14px;
    object-fit: cover;
}

._boxadd2.add_img .square {
    top: 9px;
}

.deatil_page_error .bestseller {
    top: -15px;
    width: 100%;
    max-width: 50%;
}

.food_slider .item {
    box-shadow: unset;
}

.food_slider .owl-dots {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4117647058823529);
}

.food_slider.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 2px 3px;
}

#foodModal .owl-carousel .item {
    box-shadow: unset!important;
}

#foodModal .owl-carousel .item img {
    width: 300px;
    margin: 0 auto;
    height: 280px!important;
    object-fit: contain;
}

#foodModal .modal-content {
    border-radius: 0px;
}

#foodModal .close {
    position: absolute;
    right: -21px;
    color: #fff;
    background-color: red;
    padding: 0px 10px;
    border-radius: 50%;
    top: -17px;
    outline: unset;
}

#foodModal .close:hover {
    opacity: 1;
    outline: unset;
}

.table_add_on td {
    border: 0px!important;
    padding: 15px 9px!important;
}

.table_add_on {
    border-spacing: 0 20px;
    border-collapse: separate;
}

.box_shad {
    box-shadow: 0 0 6px #80808080;
    padding: 1px 20px;
    margin-top: 80px;
    margin-bottom: 20px;
    min-height: 190px;
}

.table_add_on tr {
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 4px -1px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 4px -1px rgba(207, 207, 207, 1);
}

.table_add_on tr:hover {
    -webkit-box-shadow: 0px 0px 8px -1px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0px 0px 8px -1px rgba(207, 207, 207, 1);
    box-shadow: 0px 0px 8px -1px rgba(207, 207, 207, 1);
}

.add_dec_option.remove_item {
    background-color: red;
    color: #fff;
    font-weight: 600;
    height: 25px;
    /*! padding: 0px 5px; */
    line-height: 24px;
    /*! padding-bottom: 0px; */
    border-radius: 50%;
    width: 25px;
    padding: 0;
}

.add_dec_option.add_item {
    background-color: #5cb85c;
    color: #fff;
    font-weight: 600;
    height: 25px;
    /*! padding: 0; */
    line-height: 24px;
    /*! padding-bottom: 0px; */
    border-radius: 50%;
    /*! padding-top: 0; */
    width: 25px;
    padding: 0;
}

.items_count_box .item-count {
    line-height: 25px;
    font-size: 14px;
}

.add_item.add_text {
    border: 1px solid;
}

.items_count_box {
    border: 0px;
}

.owl-lod .owl-dots {
    display: block!important;
}

div#switch_cart {
    z-index: 1060;
}

.content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.leftinputbox.saved_adrs {
    cursor: pointer;
    text-align: left;
    padding: 15px 15px 20px 40px;
}

.leftinputbox.saved_adrs .save_addr {
    font-size: 14px;
    color: #7e808c;
    margin: 9px 0 0;
    margin-bottom: 25px
}

.leftinputbox.saved_adrs .add_parent {
    padding-bottom: 30px;
    position: relative;
}

.leftinputbox.saved_adrs .add_parent p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #282c3f;
}

.leftinputbox.saved_adrs .add_parent .adrs_adrs {
    font-size: 13px;
    color: #6a6c75;
    line-height: 1.3;
    padding-top: 5px;
}

.leftinputbox.saved_adrs .add_parent i {
    position: absolute;
    left: -25px;
    font-size: 13px;
    top: 6px;
    color: #535665;
}

.leftinputbox.saved_adrs .add_parent:after {
    content: "";
    display: block;
    border-top: 1px dashed #a9abb2;
    position: relative;
    margin-left: 56px;
    top: 15px;
    right: -14px;
}

.leftinputbox.saved_adrs .add_parent:last-child {
    padding-bottom: 0px;
}

.leftinputbox.saved_adrs .add_parent:last-child:after {
    content: "";
    border-top: 0px dashed #a9abb2;
}

.box-shadow img {
    width: 95%;
    height: 280px;
    border-radius: 5px;
    object-fit: cover;
}

.payment_method1 {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 350px;
}

@media only screen and (max-width:1200px) {
    .previous-order .shop-details {
        width: 292px;
    }
}

@media(max-width:991px) {
    #fixed-top-bg {
        /*position: relative;*/
        padding: 0px;
    }
    /* .previous-order .shop-details{
            width: 96%;
            }*/
    .nonveg_img,
    .dryfruit {
        margin-bottom: 30px;
    }
    .owl-carousel-banner {
        height: auto;
    }
    .headercolum2 {
        background-size: cover !important;
        height: auto;
        /*padding: 44px;*/
        /*margin-top: -44px;*/
        background-repeat: no-repeat !important;
    }
    .headercolum3 {
        background-size: cover !important;
        height: auto;
        /*padding: 44px;*/
        /*margin-top: -44px;*/
        background-repeat: no-repeat !important;
    }
    .headercolum4 {
        background-size: cover !important;
        height: auto;
        /*padding: 44px;*/
        /*margin-top: -44px;*/
        background-repeat: no-repeat !important;
    }
    .headercolum5 {
        background-size: cover !important;
        height: auto;
        /*padding: 44px;*/
        /*margin-top: -44px;*/
        background-repeat: no-repeat !important;
    }
}

@media(max-width:991px) {
    .recent-search .prev-order-list {
        display: block;
    }
    .content_cor p {
        font-size: 18px !important;
    }
    .hungry {
        margin-top: 30px;
        font-size: 35px;
    }
    .prev-order-list {
        display: block;
    }
    .prev-order-img {
        max-width: 235px;
    }
    .below-head {
        margin-top: 41px;
    }
    .prev-order-img img {
        max-width: 100%;
    }
    /*.box-shadow {
     height: 250px; 
 }*/
    img.img-responsive.logo {
        width: 100%;
        height: 100%;
        margin-top: 0px;
        object-fit: contain;
    }
    #modalIMG .modal-content {
        width: 550px;
        margin: auto;
    }
    #modalIMG .modal-body img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .previous-order .shop-details {
        position: absolute;
        bottom: 0px;
        bottom: 0px;
        background: #494b9b7a;
        text-align: left;
        color: white;
        width: 95%;
        height: 91px;
        backdrop-filter: blur(3px);
    }
    .shop-by-category,
    .previous-order {
        padding: 0px 0;
        /*margin-top: -81px;*/
    }
}

.social-icon.d-flex a {
    font-size: 16px;
    margin-right: 18px;
    background: #b93538;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.seeall .fas.fa-shopping-bag {
    color: #3e4095;
}

.seeall.active .fas.fa-shopping-bag {
    color: #fff;
}

.morelink {
    background: #b93538;
    padding: 7px;
    color: white;
    border-radius: 5px;
    margin-bottom: 10px;
    float: right;
}

.morelink:hover {
    color: white;
}

.morelink a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
}

.moreellipses {
    display: block;
}

.careerform {
    box-shadow: 0 0 6px #c3c3c3;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    padding: 20px;
}

.box_shad h3 {
    margin-bottom: 22px;
}

.careerform .careerbtn button {
    background: #b93538;
    padding: 7px 25px;
    color: #fff;
    border-radius: 5px;
    margin: 20px 0;
    text-align: center;
}

.parsley-validated {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.foot {
    z-index: 1;
    padding-top: 30px
}

@media (max-width:767px) {
    .header-text {
        margin-top: 10px
    }
    #myNavbar {
        background: white;
    }
    .navbar-brand {
        float: unset;
    }
    .prev-order-img {
        width: 100%
    }
    .user_detl {
        padding: 50px 18px 37px;
    }
    .pad-20 {
        padding: 20px;
    }
    .owl-carousel-banner {
        height: auto;
    }
    .prev-order-img img {
        height: 170px;
    }
    .socialiconspace {
        text-align: left;
    }
    .header-space .navbar-brand {
        height: auto;
    }
    .bhoechie-tab {
        padding: 40px 0 0
    }
    .snav-color .snav-acolor>li>a {
        padding-top: 33px;
        padding-bottom: 10px
    }
    .rightnavbutton {
        padding-left: 15px
    }
    .rightnavbutton .backgrnd1 {
        padding: 14px 9px
    }
    .fixed_search,
    .left-menu,
    .signpading {
        padding-left: 20px;
        padding-right: 20px
    }
    .left-menu,
    .right-popup,
    .rightsignin,
    .rightsignup {
        width: 320px
    }
    .no-pad-m {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .imgcolum {
        opacity: 1;
        width: 100%!important;
        height: auto!important
    }
    .popupcontent-box,
    .popupcontent-box2,
    .popupcontent-box3,
    .popupcontent-box4 {
        opacity: 0
    }
    .bestsellerr::after {
        left: 70px
    }
    .rightmargincontent {
        margin-bottom: 38px;
        margin-top: 30px
    }
    .overlybottm {
        width: 100%
    }
    .widthimage {
        width: 100%;
        max-width: 200px;
        margin: auto;
        max-height: 200px
    }
    .leftrightpadtop {
        padding-top: 30px
    }
    .searchbox {
        margin-top: 30px
    }
    .searchdiv {
        width: 90%
    }
    .searchclose {
        right: -45px
    }
    .navbar-inverse .snavtogle {
        border-color: #333;
        background-color: #f30f2d
    }
    .snav-color .snav-acolor>.active>a {
        width: 56px
    }
    .navbar-fixed-top {
        position: relative;
        right: 0;
        left: 0;
        z-index: 1030
    }
    .snav>li>a {
        padding-left: 80px
    }
    .slider {
        margin-top: 0
    }
    .columpad {
        height: auto
    }
    .form-control1 {
        padding: 0 3px
    }
    .positionfixed {
        position: fixed!important
    }
    .spy-menu,
    .spy-menu.fixe {
        position: relative;
        top: 0
    }
    .nopad {
        padding-left: 15px;
        padding-right: 15px
    }
    .navmenu {
        float: left;
        margin: 0
    }
    .col1 {
        padding-bottom: 10px;
        padding-top: 0px
    }
    .navmenu>li {
        float: none;
        padding-left: 40px;
    }
    .socialiconspace {
        margin-left: 0
    }
    .header-space {
        padding-top: 25px;
        padding-left: 23px;
        padding-right: 23px
    }
    .header-text ul {
        max-width: 500px;
        list-style: none;
        margin: 52px 0 18px;
        padding: 0;
        text-decoration: none
    }
    .foot-colum1 img {
        margin-bottom: 20px;
        margin-left: 0px
    }
    .findfood {
        font-size: 10px;
        width: 90px
    }
    .locatemespan {
        right: 95px
    }
    .orderfood {
        font-size: 21px
    }
    .spy-menu {
        z-index: 1;
        box-shadow: 0 2px 4px 0 rgba(48, 56, 97, .2);
        padding-top: 35px
    }
}

@media (max-width:1023px) {
    .quick_block {
        display: none!important
    }
    .foodimages .owl-item {
        padding: 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .menu_cart {
        max-width: 230px!important
    }
    .spy-menu {
        max-width: 210px
    }
    .bestsellerr::after {
        right: 111px
    }
    .socialiconspace {
        margin-left: 0
    }
    .columone {
        padding: 0
    }
    .botm-image img {
        height: auto;
        width: 80%;
        padding-bottom: 10px
    }
    .form-control1 {
        padding: 0 4px
    }
    .widthimage {
        height: 150px!important;
        width: 100%
    }
}

@media only screen and (max-width:1200px) {
    .widthimage {
        height: 242px!important
    }
    .imgcolum {
        opacity: 1;
        width: 100%!important;
        height: 140px!important
    }
}

@media (min-width:1200px) {
    .search-form input#fn_keyword {
        padding-right: 220px
    }
    .contar {
        width: 900px
    }
    .productcontainer {
        width: 571px
    }
    .leftorangemnu.fixe {
        /*position:fixed;top:190px;*/
        width: 284px;
        bottom: 0
    }
    .absolute {
        bottom: 0px;
        position: absolute;
        padding-right: 0;
        padding-left: 0;
        z-index: 2
    }
}

@media (min-width:768px) {
    .foot {
        background-image: url('../images/bg-footer2.jpg');
        z-index: 1;
        padding-top: 30px
    }
    .boxadd.col-xs-12.col-sm-6 {
        height: 380px;
    }
    .header-space .navbar-brand {
        height: 110px;
    }
    /*.content{margin-left:-18px}*/
    .dropdown-menu.menu-sub[display:block]~a.dropdown-toggle::after {
        content: "";
        transform: rotate(180deg);
    }
    .dropdown-menu.menu-sub:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 50px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b93538;
        ;
        transition: .5s
    }
    .topfixed {
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        will-change: transform;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
    .menu_cart .menu-cart-body,
    .scroll_checkitem {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 440px)
    }
    .cart_items .scroll_checkitem {
        max-height: calc(100vh - 330px)
    }
    .menu_cart {
        /*position:absolute;*/
        width: 100%;
        max-width: 275px;
        padding: 50px 0;
        top: 0
    }
    .change-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
        padding: 5px 0
    }
    .menu_cart.fixe {
        position: fixed;
        top: 80px;
        width: 100%
    }
    .sign_logout_search {
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .widthimage {
        width: 100%;
        height: 160px;
        object-fit: cover
    }
    .thank_page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-brand {
        margin: 10px 0
    }
    .payment_method {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 70vh
    }
    .leftorangemnu.fixe {
        position: fixed;
        top: 130px;
        width: 250px;
        bottom: 0
    }
    .absolute {
        width: 520px;
        left: 30px;
        position: relative;
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider {
        margin-top: 144px
    }
    .imgcolum {
        opacity: 1;
        width: 100%!important;
        height: 100px!important
    }
    .menu_cart {
        max-width: 230px
    }
    .widthimage {
        height: 105px!important;
        width: 100%!important
    }
    .bestsellerr::after {
        right: 69px
    }
    .bestseller {
        font-size: 9px
    }
    .bestseller::before {
        left: 2%;
        top: 15px
    }
    .socialiconspace {
        margin-left: 0
    }
    .columone {
        padding: 0
    }
    .botm-image img {
        height: auto;
        width: 80%;
        padding-bottom: 10px
    }
    .columone p {
        font-size: 15px;
        font-weight: 300;
        padding-top: 11px;
        color: #7e808c;
        line-height: 1.2
    }
    .columone h3 {
        font-size: 30px;
        line-height: 1;
        letter-spacing: -.45px
    }
    .header-space {
        padding-top: 38px;
        padding-left: 29px;
        padding-right: 19px
    }
    .form-control1 {
        padding: 0 2px
    }
}

@media (max-width:560px) {
    .previous-order .shop-details {
        width: 92%;
    }
}

@media (max-width:500px) {
    .full_width {
        width: 100%!important
    }
}

@media (max-width:768px) {
    .detail-blj .items_count_box {
        height: 30px;
        width: 70px;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .dropdown-menu.menu-sub:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 13%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b93538;
        transition: .5s
    }
    .dropdown-menu.menu-sub {
        padding: 20px;
        border-top: 1px solid #b93538;
        background-color: #fff;
        box-shadow: 10px 0 40px 10px rgba(40, 44, 63, .2);
        z-index: 10;
        position: absolute;
        min-width: 100%!important;
    }
}

._boxadd2.add_img .food_item_img {
    position: absolute;
    left: 0;
    width: 125px;
    height: 100px;
}

._boxadd2.add_img .food_item_img img {
    width: 101px;
    height: 75px;
    position: relative;
    left: 14px;
    object-fit: cover;
}

._boxadd2.add_img .food_item_img #food_slider .item {
    box-shadow: unset;
}

.overlay-timer {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #e9ecee;
    opacity: 1;
    display: none;
}

#timer .modal-content {
    box-shadow: unset;
    border: unset;
    background: #e9ecee;
}

#timer .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.redirect_timer {
    background-color: #fff;
    width: 100%;
    height: 100%;
    /*overflow-x: scroll;*/
}

.right-sec {
    background: #e9e5e5;
    padding: 13px 13px 3px 13px;
    border-radius: 10px;
}

.redirect_timer .timer {
    display: table;
    width: 100%;
    text-align: center;
    /*margin-top: -61px;*/
}

.right-sec {
    background: #d1d1d16b;
}

.redirect_timer .table_cell {
    display: table-cell;
    vertical-align: middle;
    height: 600px;
}

.redirect_timer .cancel {
    border: 0px;
    font-size: 21px;
    text-transform: capitalize;
    padding: 9px 45px;
    background-color: #f3182d;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
}

.redirect_timer .table_cell h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-danger {
    color: #fff;
    background-color: #f3182d !important;
    border-color: #f3182d !important;
}

#myModalphoneverified .modal-dialog {
    width: 300px;
}

.modal-dialog {
    margin: 30px auto;
}

#myModalphoneverified {
    z-index: 999999;
}

.promo_banner span {
    padding: 20px;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    text-align: center;
}

.promo_banner .promo_name {
    display: inline;
    background-color: #fff;
    padding: 5px;
    color: #b93538;
    font-size: 20px;
}

.promo_banner {
    width: 90%;
    display: block;
    background-color: #b93538;
    margin: 4% auto 0 auto;
    padding: 0;
}

.promo_banner i {
    float: right;
    margin: 0 auto;
    font-size: 20px;
    cursor: pointer;
}

.promo_body {
    padding: 20px;
    color: #fff;
}

@media (min-width:1200px) {
    .shop-by-category {
        /*background: #f5f5f5;*/
        background-image: url('../images/background1.jpg');
    }
    .product_back {
        /*background-color: #f2f4ec;*/
        background-image: url('../images/back3.png');
    }
    .previous-order .shop-details {
        width: 287px;
        height: 70px;
    }
}

@media (max-width:1199px) {
    .promo_banner {
        margin: 5% auto 0 auto;
    }
}

.nearby_slider {
    background-color: #fff !important;
    padding: 8px 20px !important;
}

.featured {
    background-image: url(../images/back4.png);
    background-position: 50% 50%;
    background-size: cover;
}

.nearby_slider .slider-title h2 {
    color: #282c3f;
    font-weight: 800;
    font-size: 24px;
    /*margin-left: 4%;*/
}

.nearby h2 {
    color: #000;
    font-size: 24px;
}

.nearby p {
    color: #000 !important;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
}

.nearby_slider .add_newbanner img {
    display: block;
    width: 140px;
    position: absolute;
    /*! border-radius: 18%; */
    top: 0px;
    right: 0px;
    left: 0px;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    box-shadow: 0 6px 10px rgb(168 169 207), 0 0 6px rgb(138 139 190);
}

.nearby_slider .add_newbanner img:hover {
    border-radius: 10px;
    cursor: pointer;
    transition: .5s;
    background: #fff;
    box-shadow: 0 6px 10px rgb(168 169 207), 0 0 6px rgb(138 139 190);
    /*border: 1px solid;*/
    /*border-image-slice: 1;*/
    /*border-image-source: linear-gradient(to left, #b93538, #5456a1);*/
}

.nearby_slider .add_newbanner {
    height: 140px;
}

.nearby_slider .item p {
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.mt-0 {
    margin-top: 0;
}

#see_all1 {
    margin-top: -74px !important;
    border: none;
}

.show_above_input {
    position: absolute;
    top: -40%;
    font-size: 12px;
    text-decoration: none;
    color: #b93538;
    cursor: pointer;
}

#login_form_slide .form .inputbox1,
.input_group,
.form-signup .form .inputbox1,
.input_group {
    border-bottom-width: thin;
}

.forminput1 {
    letter-spacing: 2px;
}

.pp_box {
    border-bottom-width: 0 !important;
}

#login_otp {
    letter-spacing: 5px;
}


/* .signup_popup_pfix {
    z-index: 9999;
    height: 100%;
    position: absolute !important;
    width: 100%;
} */

.loader-img {
    background-color: #73737300 !important;
}

.dropdown-menu {
    min-width: 100% !important;
}

.cart_items .scroll_checkitem {
    transform: translate(0);
}

.order-det .square,
.order-det .rsquare {
    top: 4px;
    left: -16px;
}

.order-det .food-list li {
    position: relative !important;
}

.closed_restaurant {
    opacity: 0.6;
}

.career {
    margin-top: 100px;
}


/*======*/

.slider-cor {
    padding-top: 50px;
}

.slider-cor .owl-item {
    padding: 10px;
}

.cor-height {
    border-radius: 10px;
}

.slider-cor .owl-prev {
    position: absolute;
    left: -72px;
    top: 190px;
    border-radius: 50%;
    width: 50px;
    box-shadow: 0px 0px 6px #cdcdcd;
}

.slider-cor .owl-next {
    position: absolute;
    right: -72px;
    top: 190px;
    border-radius: 50%;
    width: 50px;
    box-shadow: 0px 0px 6px #cdcdcd;
}

.recentsearch .owl-prev {
    position: absolute;
    left: -72px;
    top: 119px;
    border-radius: 50%;
    width: 50px;
    box-shadow: 0px 0px 6px #cdcdcd;
}

.recentsearch .owl-next {
    position: absolute;
    right: -72px;
    top: 119px;
    border-radius: 50%;
    width: 50px;
    box-shadow: 0px 0px 6px #cdcdcd;
}

.owl-carousel-assurance .owl-prev {
    position: absolute;
    left: -72px;
    top: 119px;
    border-radius: 50%;
    width: 50px;
    box-shadow: 0px 0px 6px #cdcdcd;
    display: none;
}

.owl-carousel-assurance .owl-next {
    position: absolute;
    right: -72px;
    top: 119px;
    border-radius: 50%;
    width: 50px;
    box-shadow: 0px 0px 6px #cdcdcd;
    display: none;
}

.owl-carousel-assurance img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 80px;
}

.section-padding {
    /*width:1170px;*/
    margin: 0 auto;
    padding: 30px 0;
}

.screenshot_slider .owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    transform: scale(0.9);
    transition: all .25s ease-in-out;
    margin: 50px 0;
    /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px #9b9dc98f !important;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    height: 196px;
    object-fit: contain;
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
    display: none;
    margin: 40px 0;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}

.logoslide img {
    border-radius: 16px;
    position: absolute;
    padding: 20px;
    box-shadow: 0 0 10px 3px #9b9dc98f !important;
}

.logoslide1 img {
    border-radius: 16px;
    margin-right: 49px;
    /* position: absolute; */
    padding: 20px;
    box-shadow: 0 0 10px 3px #9b9dc98f !important;
}

.prev-order-img {
    max-width: 100%;
}

.recentsearch .item {
    padding: 10px;
}

.title {
    float: left;
    width: 100px;
}

.title h4 {
    font-size: 15px;
}

.discription {
    float: left;
    width: calc(100% - 100px);
}

.discription p {
    padding: 10px;
    font-size: 15px;
}

.mb-35 {
    margin-bottom: 35px;
}

.job {
    background: white;
    overflow: hidden;
    box-shadow: 0 0 6px #c3c3c3;
    padding: 0px 18px;
    border-radius: 7px;
    min-height: 283px;
    margin-bottom: 25px;
}

.career {
    padding-top: 80px;
}

.cooking,
.breakfast,
.home {
    margin-top: 20px;
}

.cooking,
.breakfast,
h1 {
    margin-bottom: 5px;
    font-size: 24px;
    padding-left: 0px;
}


/*.breakfast h3{
    margin-bottom: 38px;
    }*/

.home h1 {
    margin-bottom: 15px;
    font-size: 24px;
    padding-left: 13px;
}

.image1 {
    padding: 1px 10px 10px 10px;
    box-shadow: 0px 0px 0px 6px #f2f2f2;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 30px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}

.image1:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgb(0 0 0 / 12%), 0 4px 8px rgb(0 0 0 / 6%);
}

.box-shadow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px 0 #f6f6f6;
    background: white;
    padding: 10px;
}

.content_cor p {
    font-size: 43px;
}

.ass_img {
    /*width: 150px;*/
}

.image1 h3 {
    text-align: center;
}

.text h3 {
    color: white;
    font-weight: 200!important;
    font-size: 20px;
}

.image1 img {
    border-radius: 8px;
    height: 240px;
    object-fit: contain;
    padding: 15px;
}

.image21 {
    padding: 0px 10px 10px 10px;
    box-shadow: 0px 0px 0px 6px #f2f2f2;
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: 0 6px 10px rgb(168 169 207), 0 0 6px rgb(138 139 190);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}

.image21:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgb(168 169 207), 0 0 6px rgb(138 139 190);
}

.image2 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 200 !important;
    padding-top: 13px;
    height: 40px;
}

.breakfast .break1 img {
    height: 225px;
    object-fit: cover;
    box-shadow: 0px 0px 6px #bababa;
    border-radius: 6px;
}

.nonveg_img img {
    border-radius: 8px;
    height: auto;
    object-fit: contain;
    padding: 0;
    margin-top: 11px;
    width: 100%;
}

.nonveg_img,
.dryfruit h3 {
    text-align: center;
}

.nonveg_img,
.dryfruit {
    padding: 1px 10px 10px 10px;
    box-shadow: 0px 0px 0px 6px #f2f2f2;
    border-radius: 5px;
    margin-right: 10px;
}

.dryfruit img {
    border-radius: 8px;
    height: 100%;
    object-fit: contain;
    width: 100%;
    margin-top: 14px;
}

.morelink {
    background: #b93538;
    padding: 7px;
    color: white;
    border-radius: 5px;
    margin-bottom: 10px;
    float: right;
}

.morelink:hover {
    color: white;
}

.morelink a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

.moreellipses {
    display: none !important;
}

.float-right {
    float: right;
}

.ad_img {
    height: 300px;
    border-radius: 18px;
}

.ad_img img {
    width: 100%!important;
    height: 100%;
    border-radius: 18px;
}

.mg-t-50 {
    margin-top: 50px;
}

.owl-carousel-ad-banner .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 25px;
}

.owl-carousel-ad-banner .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgb(83 83 86) !important;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot.active {
    background-color: rgb(185 53 56) !important;
}

.below-head h4 {
    color: #fff;
    font-size: 22px;
    text-align: left;
    line-height: 1.5
}

.quotes {
    display: none;
}

.search-form {
    bottom: unset;
    position: relative;
    z-index: 9;
    left: 54px;
    width: 70%;
}

.owl-carousel-banner img {
    object-fit: cover;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.m-0 {
    margin: 0;
}

.h-100 {
    height: 100%;
}

.p-0 {
    padding: 0;
}

.mb-2 {
    margin-bottom: 12px;
}

.detail-blj .container-fluid {
    padding-left: 15px! important;
    padding-right: 15px! important;
}

.detailbanner-blj .item {
    max-height: 315px;
    border-radius: 17px;
    overflow: hidden;
    /* margin-bottom: 2em; */
    box-shadow: none;
    margin: 30px 0;
    padding: 0 50px;
}

.detailbanner-blj.owl-theme .owl-nav {
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
}

.detailbanner-blj.owl-carousel .owl-item img {
    margin-bottom: 0px;
    display: block;
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 15px;
}

.detailbanner-blj .owl-next span,
.detailbanner-blj .owl-prev span {
    font-size: 14px;
    font-weight: 700;
    line-height: inherit;
}

.detailbanner-blj.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    background-color: #3e4095;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
}

.detailbanner-blj.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    background-color: #3e4095;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
}

.detailbanner-blj .owl-next span,
.detailbanner-blj .owl-prev span {
    color: white;
}


/*.detailbanner-blj .owl-prev span{
    position: absolute;
    top: 80px;
    left: -20px;
    padding: 0px 10px;
    background-color: #3e4095;
    color: white;
    border-radius: 50%;
}
.detailbanner-blj .owl-next span{
    position: absolute;
    top: 80px;
    right: -20px;
    padding: 0px 10px;
    background-color: #3e4095;
    color: white;
    border-radius: 50%;
}
.detailbanner-blj .owl-next span,.detailbanner-blj .owl-prev span {
    font-size: 14px;
    font-weight: 700;
    line-height: inherit;
}*/

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.cuisine_close {
    padding: 5px;
    cursor: pointer;
}

.decoratedLine {
    text-align: center;
}

.decoratedLine>span {
    position: relative;
    display: inline-block;
    color: #aba5a5;
    font-weight: 600;
    font-size: 20px;
}

.decoratedLine>span:before,
.decoratedLine>span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 2px dashed #98999f;
    width: 300px;
    /* half of limiter*/
    margin: 0 20px;
}

.decoratedLine>span:before {
    right: 90%;
}

.decoratedLine>span:after {
    left: 92%;
}

.search-left-menu {
    overflow: hidden;
}

.hidearrow a:before {
    display: none;
}

.change-position .pro-padrgt {
    display: none;
}

.change-position .searchfavorite {
    display: none!important;
}

a.offer-modal:hover {
    color: #b93538;
}

.offer-banner {
    width: 100%;
    position: fixed;
    bottom: 15px;
    z-index: 98;
    text-align: center;
}

.offer-banner .offer-banner-close i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #b93538;
    position: relative;
    right: -18px;
}

a.disabled-links {
    pointer-events: none;
}

.offer-banner .offer-img img {
    height: 450px;
    width: 450px;
    border-radius: 20px;
}

.d-none {
    display: none;
}

.offer-modal {
    cursor: pointer;
    bottom: 20px;
    left: 34%;
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 6px;
    font-size: 7px;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 0px 6px grey;
}

@media (max-width: 360px) {
    .search-form {
        bottom: 5px;
        position: absolute;
        z-index: 9;
        left: 31px;
        padding: 0;
        width: 280px;
    }
    .owl-carousel-banner {
        height: auto;
    }
}

@media (min-width: 992px) {
    .prod-name {
        font-size: 14px;
        line-height: 1.9;
        display: block;
        word-break: break-word;
        width: 245px;
    }
}

@media (min-width: 768px) {
    .flex-md-row-reverse {
        flex-direction: row-reverse;
    }
    .d-md-flex {
        display: flex;
    }
    .header-space .navbar-brand {
        height: 110px;
    }
}

@media (max-width: 1700px) {
    .search-form {
        bottom: unset;
        position: relative;
        z-index: 9;
        left: unset;
        width: unset;
    }
}

@media (max-width: 1200px) {
    .search-form {
        bottom: unset;
        position: relative;
        z-index: 9;
        left: unset;
        width: unset;
    }
    .image1 h3 {
        text-align: center;
        height: 45px;
    }
    /*.car_wdt{
    width: 400px;
}*/
    .content_cor p {
        font-size: 28px !important;
    }
    .prod-name {
        font-size: 14px;
        line-height: 1.9;
        width: 113px;
        display: block;
        word-break: break-word;
    }
}

@media (max-width: 992px) {
    .prod-img {
        max-width: 90px;
    }
    .prod-name {
        font-size: 14px;
        line-height: 1.9;
        width: 100%;
        display: block;
        word-break: break-word;
    }
    .shopby-cat {
        display: flex;
        align-items: center;
        position: relative;
        height: 123px;
    }
    .image1 {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .search-form {
        bottom: 35px;
        position: absolute;
        z-index: 9;
        left: 40px;
        width: 56%;
    }
}

@media (max-width: 768px) {
    .slider-cor .owl-prev {
        display: none;
    }
    .shopby-cat {
        display: flex;
        align-items: center;
        position: relative;
        height: 109px;
    }
    .slider-cor .owl-next {
        display: none;
    }
    .recentsearch .owl-prev {
        display: none;
    }
    .recentsearch .owl-next {
        display: none;
    }
    /*.headercolum2{
    height: 700px;
    }*/
    .box-shadow img {
        width: 100%;
        height: 100%;
    }
    .search-form {
        bottom: 18px;
        position: absolute;
        z-index: 9;
        left: 18px;
        width: 65%;
    }
    .owl-carousel-banner {
        height: auto;
    }
    /* .car_wdt {
        width: 350px;
    }*/
    .content_cor p {
        font-size: 21px !important;
        margin: 8px 0px;
    }
    .offer-banner .offer-img img {
        height: 230px;
        width: 230px;
        border-radius: 20px;
    }
    .offer-modal {
        left: 31%;
    }
}

@media (max-width: 560px) {
    .search-form {
        bottom: 12px;
        position: absolute;
        z-index: 9;
        left: 15px;
        width: 80%;
    }
    .owl-carousel-banner {
        height: auto;
    }
    .car_wdt {
        width: 100%;
    }
    .content_cor p {
        font-size: 19px !important;
        margin-top: 20px;
    }
    .owl-carousel-assurance img {
        display: block;
        width: 100%;
        object-fit: contain;
        height: 120px;
    }
    .content1 {
        padding-top: 0;
        background-color: #b93538;
        padding-bottom: 0;
    }
    .cooking,
    .breakfast,
    h1 {
        margin-bottom: 10px;
    }
    .box-shadow {
        height: 410px;
        display: block;
    }
    .breakfast h3 {
        margin-bottom: 20px;
    }
    .image1 h3 {
        text-align: center;
        font-size: 17px;
        line-height: 1.4;
        height: 30px;
    }
    .breakfast h3 {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .image2 h3 {
        font-size: 17px;
    }
    .image1 img,
    .image2 img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .image21 {
        padding: 0;
        box-shadow: 0px 0px 0px 6px #f2f2f2;
        border-radius: 5px;
        margin-right: 10px;
    }
    .nearby_slider .item p {
        margin: 10px 0;
    }
}

@media (max-width: 420px) {
    .search-form {
        bottom: 5px;
        position: absolute;
        z-index: 9;
        left: 12px;
        width: 340px;
    }
    .owl-carousel-banner {
        height: 230px;
    }
    .prod-details .off {
        color: #3a9e3a;
        font-weight: bold;
        display: block;
        width: 245px;
    }
    .prod-name {
        font-size: 14px;
        line-height: 1.9;
        display: block;
        width: 245px;
        word-break: break-word;
    }
    .box-shadow {
        height: 330px;
        display: block;
    }
}

@media (max-width: 360px) {
    .search-form {
        bottom: 5px;
        position: absolute;
        z-index: 9;
        width: 280px;
        left: 31px;
    }
    .owl-carousel-banner {
        height: 220px;
    }
    .box-shadow {
        height: 310px;
        display: block;
    }
}


/* line 2, ../sass/test.scss */

img {
    max-width: 100%;
}


/* line 6, ../sass/test.scss */

section {
    padding: 0;
}


/* line 9, ../sass/test.scss */

section .row+.row {
    margin-top: 10px;
}


/*BUTTONS*/


/* line 97, ../sass/test.scss */

.btns .btn {
    padding: 10px 15px;
    background: #ccc;
    color: #000;
    border: none;
}


/* line 102, ../sass/test.scss */

.btns .btn+.btn {
    margin-left: 20px;
}


/* line 105, ../sass/test.scss */

.btns .btn.fade-in {
    -webkit-animation: fade 3s linear 0s infinite alternate;
    -moz-animation: fade 3s linear 0s infinite alternate;
    -ms-animation: fade 3s linear 0s infinite alternate;
    -o-animation: fade 3s linear 0s infinite alternate;
    animation: fade 3s linear 0s infinite alternate;
}


/* line 108, ../sass/test.scss */

.btns .btn.grow {
    -webkit-animation: grow 1s linear 0s infinite alternate;
    -moz-animation: grow 1s linear 0s infinite alternate;
    -ms-animation: grow 1s linear 0s infinite alternate;
    -o-animation: grow 1s linear 0s infinite alternate;
    animation: grow 1s linear 0s infinite alternate;
}


/* line 111, ../sass/test.scss */

.btns .btn.shrink {
    -webkit-animation: shrink 1s linear 0s infinite alternate;
    -moz-animation: shrink 1s linear 0s infinite alternate;
    -ms-animation: shrink 1s linear 0s infinite alternate;
    -o-animation: shrink 1s linear 0s infinite alternate;
    animation: shrink 1s linear 0s infinite alternate;
}


/* line 114, ../sass/test.scss */

.btns .btn.tilt {
    -webkit-animation: tilt 1s linear 0s infinite alternate;
    -moz-animation: tilt 1s linear 0s infinite alternate;
    -ms-animation: tilt 1s linear 0s infinite alternate;
    -o-animation: tilt 1s linear 0s infinite alternate;
    animation: tilt 1s linear 0s infinite alternate;
}


/* line 117, ../sass/test.scss */

.btns .btn.shake {
    -webkit-animation: shake 0.3s linear 0s infinite;
    -moz-animation: shake 0.3s linear 0s infinite;
    -ms-animation: shake 0.3s linear 0s infinite;
    -o-animation: shake 0.3s linear 0s infinite;
    animation: shake 0.3s linear 0s infinite;
}


/* line 120, ../sass/test.scss */

.btns .btn.slide-width {
    overflow: hidden;
    -webkit-animation: slide-width 3s linear 0s infinite alternate;
    -moz-animation: slide-width 3s linear 0s infinite alternate;
    -ms-animation: slide-width 3s linear 0s infinite alternate;
    -o-animation: slide-width 3s linear 0s infinite alternate;
    animation: slide-width 3s linear 0s infinite alternate;
}


/* line 124, ../sass/test.scss */

.btns .btn.bounce {
    position: relative;
    -webkit-animation: bounce 0.5s linear 0s infinite alternate;
    -moz-animation: bounce 0.5s linear 0s infinite alternate;
    -ms-animation: bounce 0.5s linear 0s infinite alternate;
    -o-animation: bounce 0.5s linear 0s infinite alternate;
    animation: bounce 0.5s linear 0s infinite alternate;
}


/* line 128, ../sass/test.scss */

.btns .btn.fade-bg {
    -webkit-animation: fade-bg 1s linear 0s infinite alternate;
    -moz-animation: fade-bg 1s linear 0s infinite alternate;
    -ms-animation: fade-bg 1s linear 0s infinite alternate;
    -o-animation: fade-bg 1s linear 0s infinite alternate;
    animation: fade-bg 1s linear 0s infinite alternate;
}


/* line 131, ../sass/test.scss */

.btns .btn.slide {
    position: relative;
    overflow: hidden;
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}


/* line 135, ../sass/test.scss */

.btns .btn.slide::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f37736;
    z-index: -1;
    transform-origin: 0 50% 0;
    -webkit-animation: slide-bg 1s linear 0s infinite alternate;
    -moz-animation: slide-bg 1s linear 0s infinite alternate;
    -ms-animation: slide-bg 1s linear 0s infinite alternate;
    -o-animation: slide-bg 1s linear 0s infinite alternate;
    animation: slide-bg 1s linear 0s infinite alternate;
}


/* line 148, ../sass/test.scss */

.btns .btn.slide.right::before {
    background: #fdf498;
    transform-origin: 100% 50% 0;
}


/* line 154, ../sass/test.scss */

.btns .btn.slide.top::before {
    background: #7bc043;
    transform-origin: 50% 100% 0;
    -webkit-animation: slide-bgv 1s linear 0s infinite alternate;
    -moz-animation: slide-bgv 1s linear 0s infinite alternate;
    -ms-animation: slide-bgv 1s linear 0s infinite alternate;
    -o-animation: slide-bgv 1s linear 0s infinite alternate;
    animation: slide-bgv 1s linear 0s infinite alternate;
}


/* line 161, ../sass/test.scss */

.btns .btn.slide.bottom::before {
    background: #0392cf;
    transform-origin: 50% 0 0;
    -webkit-animation: slide-bgv 1s linear 0s infinite alternate;
    -moz-animation: slide-bgv 1s linear 0s infinite alternate;
    -ms-animation: slide-bgv 1s linear 0s infinite alternate;
    -o-animation: slide-bgv 1s linear 0s infinite alternate;
    animation: slide-bgv 1s linear 0s infinite alternate;
}


/* line 168, ../sass/test.scss */

.btns .btn.circle {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}


/* line 174, ../sass/test.scss */

.btns .btn.circle.border {
    border: 2px solid transparent;
    -webkit-transition: border-top-color 0.15s linear 0s, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    -moz-transition: border-top-color 0.15s linear 0s, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    -ms-transition: border-top-color 0.15s linear 0s, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    -o-transition: border-top-color 0.15s linear 0s, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    transition: border-top-color 0.15s linear 0s, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}


/* line 177, ../sass/test.scss */

.btns .btn.circle.border:hover {
    border-color: #0392cf;
}

.btns .btn.color-shift {
    background: #7bc043;
    border-radius: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    &::before {
        background: lighten(#7bc043, 20%);
        content: "";
        position: absolute;
        height: 300%;
        width: 120%;
        left: 100%;
        bottom: 100%;
        transition: left .2s linear .2s, bottom .2s linear .2s;
        transform: rotate(45deg);
        opacity: .4;
        z-index: 0;
    }
    &::after {
        background: darken(#7bc043, 5%);
        content: "";
        position: absolute;
        height: 300%;
        width: 120%;
        left: 100%;
        bottom: 100%;
        transition: left .2s linear, bottom .2s linear;
        transform: rotate(45deg);
        opacity: .6;
        z-index: 0;
    }
    &:hover,
    &:focus {
        &::before,
        &::after {
            left: 0;
            bottom: -100%;
        }
        &::after {
            transition: left .2s linear .4s, bottom .2s linear .4s;
        }
    }
    span {
        position: relative;
        z-index: 1;
    }
}

.img-hvr {
    position: relative;
    overflow: hidden;
}


/* line 190, ../sass/test.scss */

.img-hvr:hover {
    cursor: pointer;
}


/* line 193, ../sass/test.scss */

.img-hvr .text {
    position: absolute;
    margin: 0 15px;
    padding: 15px;
    z-index: 1;
    bottom: 0;
    left: 0;
}


/* line 200, ../sass/test.scss */

.img-hvr .text h4 {
    color: #fff;
}


/* line 203, ../sass/test.scss */

.img-hvr .text p {
    color: #fff;
}


/* line 209, ../sass/test.scss */

.img-hvr.hvr-1 .text p {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}


/* line 216, ../sass/test.scss */

.img-hvr.hvr-1:hover .text p {
    opacity: 1;
}


/* line 223, ../sass/test.scss */

.img-hvr.hvr-2 .text {
    bottom: -3em;
    -webkit-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    -ms-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
}


/* line 228, ../sass/test.scss */

.img-hvr.hvr-2:hover .text {
    bottom: 0;
}


/* line 234, ../sass/test.scss */

.img-hvr.hvr-3 .text {
    background: transparent;
    mix-blend-mode: hard-light;
    right: 0;
    text-align: center;
    top: 0;
    opacity: 0;
    -webkit-transition: background-color 0.3s linear 0s, opacity 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s, opacity 0.3s linear 0s;
    -ms-transition: background-color 0.3s linear 0s, opacity 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s, opacity 0.3s linear 0s;
    transition: background-color 0.3s linear 0s, opacity 0.3s linear 0s;
}


/* line 242, ../sass/test.scss */

.img-hvr.hvr-3 .text h4 {
    font-size: 60px;
    font-weight: bold;
    margin-top: 22%;
}


/* line 249, ../sass/test.scss */

.img-hvr.hvr-3:hover .text {
    opacity: 1;
    background: rgba(123, 192, 67, 0.5);
}


/* line 256, ../sass/test.scss */

.img-hvr.hvr-4 .text {
    opacity: 0;
    right: 0;
    text-align: center;
    top: 0;
    background-color: #ee4035;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEE4035', endColorstr='#FF0392CF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNDAzNSIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZjM3NzM2Ii8+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZGY0OTgiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzdiYzA0MyIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMDM5MmNmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #ee4035), color-stop(20%, #f37736), color-stop(40%, #fdf498), color-stop(60%, #7bc043), color-stop(80%, #0392cf));
    background-image: -moz-linear-gradient(left bottom, #ee4035 0%, #f37736 20%, #fdf498 40%, #7bc043 60%, #0392cf 80%);
    background-image: -webkit-linear-gradient(left bottom, #ee4035 0%, #f37736 20%, #fdf498 40%, #7bc043 60%, #0392cf 80%);
    background-image: linear-gradient(to right top, #ee4035 0%, #f37736 20%, #fdf498 40%, #7bc043 60%, #0392cf 80%);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}


/* line 265, ../sass/test.scss */

.img-hvr.hvr-4 .text h4 {
    font-size: 60px;
    font-weight: bold;
    margin-top: 22%;
    mix-blend-mode: soft-light;
    color: #000;
}


/* line 272, ../sass/test.scss */

.img-hvr.hvr-4 .text p {
    font-weight: bold;
    font-size: 16px;
}


/* line 278, ../sass/test.scss */

.img-hvr.hvr-4:hover .text {
    opacity: 1;
}


/* line 284, ../sass/test.scss */

.img-hvr.hvr-5 .text {
    right: 0;
    text-align: center;
    top: 0;
}


/* line 288, ../sass/test.scss */

.img-hvr.hvr-5 .text h4 {
    font-size: 60px;
    font-weight: bold;
    -moz-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    -webkit-transition: transform 0.3s linear 0s;
    -moz-transition: transform 0.3s linear 0s;
    -ms-transition: transform 0.3s linear 0s;
    -o-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
}


/* line 294, ../sass/test.scss */

.img-hvr.hvr-5 .text p {
    font-weight: bold;
    font-size: 16px;
    -moz-transform: translate(0px, 1000%);
    -o-transform: translate(0px, 1000%);
    -ms-transform: translate(0px, 1000%);
    -webkit-transform: translate(0px, 1000%);
    transform: translate(0px, 1000%);
    -webkit-transition: transform 0.3s linear 0s;
    -moz-transition: transform 0.3s linear 0s;
    -ms-transition: transform 0.3s linear 0s;
    -o-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
}


/* line 303, ../sass/test.scss */

.img-hvr.hvr-5:hover .text h4 {
    -moz-transform: translate(0px, 25%);
    -o-transform: translate(0px, 25%);
    -ms-transform: translate(0px, 25%);
    -webkit-transform: translate(0px, 25%);
    transform: translate(0px, 25%);
}


/* line 306, ../sass/test.scss */

.img-hvr.hvr-5:hover .text p {
    -moz-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}


/* line 313, ../sass/test.scss */

.img-hvr.hvr-6 .text {
    opacity: 0;
    right: 0;
    text-align: center;
    top: 100%;
    background-color: #7bc043;
    -webkit-transition: opacity 0.3s linear 0s, top 0.3s linear;
    -moz-transition: opacity 0.3s linear 0s, top 0.3s linear;
    -ms-transition: opacity 0.3s linear 0s, top 0.3s linear;
    -o-transition: opacity 0.3s linear 0s, top 0.3s linear;
    transition: opacity 0.3s linear 0s, top 0.3s linear;
}


/* line 320, ../sass/test.scss */

.img-hvr.hvr-6 .text h4 {
    font-size: 60px;
    font-weight: bold;
    margin-top: 22%;
    mix-blend-mode: soft-light;
    color: #000;
}


/* line 327, ../sass/test.scss */

.img-hvr.hvr-6 .text p {
    font-weight: bold;
    font-size: 16px;
}


/* line 333, ../sass/test.scss */

.img-hvr.hvr-6:hover .text {
    opacity: 1;
    top: 0;
}


/* line 340, ../sass/test.scss */

.img-hvr.hvr-7 img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}


/* line 345, ../sass/test.scss */

.img-hvr.hvr-7:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* line 351, ../sass/test.scss */

.img-hvr.hvr-8::before {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    opacity: 0;
    z-index: 9;
    -webkit-transition: opacity 1.2s linear;
    -moz-transition: opacity 1.2s linear;
    -ms-transition: opacity 1.2s linear;
    -o-transition: opacity 1.2s linear;
    transition: opacity 1.2s linear;
}


/* line 364, ../sass/test.scss */

.img-hvr.hvr-8::after {
    position: absolute;
    width: 80%;
    height: 80%;
    bottom: 10%;
    left: 10%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    opacity: 0;
    z-index: 9;
    -webkit-transition: opacity 1.2s linear;
    -moz-transition: opacity 1.2s linear;
    -ms-transition: opacity 1.2s linear;
    -o-transition: opacity 1.2s linear;
    transition: opacity 1.2s linear;
}


/* line 377, ../sass/test.scss */

.img-hvr.hvr-8 img {
    -webkit-transition: filter 1.2s linear;
    -moz-transition: filter 1.2s linear;
    -ms-transition: filter 1.2s linear;
    -o-transition: filter 1.2s linear;
    transition: filter 1.2s linear;
    filter: blur(0);
}


/* line 381, ../sass/test.scss */

.img-hvr.hvr-8 .text {
    opacity: 0;
    padding: 35px;
    -webkit-transition: opacity 1.2s linear;
    -moz-transition: opacity 1.2s linear;
    -ms-transition: opacity 1.2s linear;
    -o-transition: opacity 1.2s linear;
    transition: opacity 1.2s linear;
}


/* line 387, ../sass/test.scss */

.img-hvr.hvr-8:hover::before {
    opacity: 1;
}


/* line 390, ../sass/test.scss */

.img-hvr.hvr-8:hover::after {
    opacity: 1;
}


/* line 393, ../sass/test.scss */

.img-hvr.hvr-8:hover img {
    filter: blur(2px);
}


/* line 396, ../sass/test.scss */

.img-hvr.hvr-8:hover .text {
    opacity: 1;
}


/* line 402, ../sass/test.scss */

.img-hvr.hvr-9 img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: filter 0.5s linear;
    -moz-transition: filter 0.5s linear;
    -ms-transition: filter 0.5s linear;
    -o-transition: filter 0.5s linear;
    transition: filter 0.5s linear;
}


/* line 408, ../sass/test.scss */

.img-hvr.hvr-9:hover img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}


/* line 415, ../sass/test.scss */

.img-hvr.hvr-10 .inner {
    position: absolute;
    height: 100%;
    width: 92.5%;
    overflow: hidden;
    top: 0;
}


/* line 420, ../sass/test.scss */

.img-hvr.hvr-10 .inner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(90deg, #6c6eae 0%, #b93538 35%, #424498 100%);*/
    background: linear-gradient(90deg, #6c6eae 0%, #b93538ad 35%, #424498a6 100%);
    content: "";
    z-index: 1;
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
}


/* line 433, ../sass/test.scss */

.img-hvr.hvr-10 .text {
    opacity: 0;
    padding: 35px;
    -webkit-transition: opacity 1.2s linear;
    -moz-transition: opacity 1.2s linear;
    -ms-transition: opacity 1.2s linear;
    -o-transition: opacity 1.2s linear;
    transition: opacity 1.2s linear;
}


/* line 440, ../sass/test.scss */

.img-hvr.hvr-10:hover .inner::before {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/* line 444, ../sass/test.scss */

.img-hvr.hvr-10:hover .text {
    opacity: 1;
}


/* line 450, ../sass/test.scss */

.img-hvr.hvr-11 .inner {
    position: absolute;
    height: 94%;
    width: 93%;
    overflow: hidden;
    top: 10px;
    border-radius: 7px;
    display: none;
}


/* line 455, ../sass/test.scss */

.img-hvr.hvr-11 .inner::before {
    background: linear-gradient(90deg, #46489b 20%, #b93538 35%, #414397 100%);
    content: "";
    height: 0%;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 100% 33% 0;
    transition: height 1s linear 0s;
    width: 200%;
}


/* line 466, ../sass/test.scss */

.img-hvr.hvr-11 .text {
    opacity: 0;
    padding: 35px;
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}


/* line 473, ../sass/test.scss */

.img-hvr.hvr-11:hover .inner::before {
    height: 340%;
}


/* line 477, ../sass/test.scss */

.img-hvr.hvr-11:hover .text {
    opacity: 1;
    -webkit-transition: opacity 0.5s linear 0.6s;
    -moz-transition: opacity 0.5s linear 0.6s;
    -ms-transition: opacity 0.5s linear 0.6s;
    -o-transition: opacity 0.5s linear 0.6s;
    transition: opacity 0.5s linear 0.6s;
}

#megaoffers .modal-body {
    width: 550px;
}

#megaoffers .modal-dialog {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#megaoffers iframe {
    width: 100%;
    height: 700px;
    border: 1px solid gray;
    padding: 10px;
}


/*@media (min-width: 1200px){
    .container {
        width: 1270px;
    }

}*/

.btn11 {
    background: #C33764;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1D2671, #C33764);
    /* Chrome 10-25, Safari 5.1-6 */
    background: none;
    box-shadow: 0 3px 6px rgbe(0, 0, 0, 0.16) 0 3px 6px rgba(0, 0, 0, 0.23);
    border: 0;
    color: #ffffff;
    font-size: 30px;
    font-family: inherit;
    font-weight: bold;
    padding: 20px 0 0px 0;
    position: relative;
}

.btn11:focus {
    outline: 0;
}

.btn11:hover {
    opacity: 0.9;
}

.btn11:hover .tooltip {
    transform: translate(-50%, 120%);
    opacity: 1;
}

.abcRioButton.abcRioButtonBlue {
    height: 50px;
    width: auto !important;
}

.fileinput.fileinput-new.col-xs-12.text-center {
    margin-left: 6px !important;
}

.tooltip {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    color: #555;
    font-family: 'Cardo', serif;
    padding: 8px 8px;
    position: absolute;
    bottom: 53px;
    left: 52%;
    opacity: 0;
    transform: translate(-50%, 0%);
    transition: all 0.5s ease;
    text-align: center;
    font-size: 13px;
    width: 230px;
}

.animated {
    opacity: 0;
    transform: translateY(10em) rotateZ(0deg);
    transition: 2s;
    will-change: transform, opacity;
}

.animated.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
}

.mt-100 {
    margin-top: 99px;
}

.abcRioButtonContentWrapper:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}


/*BUTTON ANIMATIONS*/

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes grow {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-moz-keyframes grow {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-ms-keyframes grow {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-o-keyframes grow {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes grow {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes shrink {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-moz-keyframes shrink {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-ms-keyframes shrink {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-o-keyframes shrink {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes shrink {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes tilt {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
}

@-moz-keyframes tilt {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
}

@-ms-keyframes tilt {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
}

@-o-keyframes tilt {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
}

@keyframes tilt {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    75% {
        transform: rotate(-10deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@-moz-keyframes shake {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    75% {
        transform: rotate(-10deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@-ms-keyframes shake {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    75% {
        transform: rotate(-10deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@-o-keyframes shake {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    75% {
        transform: rotate(-10deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes shake {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    25% {
        transform: rotate(10deg) translate3d(0, 0, 0);
    }
    50% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    75% {
        transform: rotate(-10deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide-width {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@-moz-keyframes slide-width {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@-ms-keyframes slide-width {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@-o-keyframes slide-width {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes slide-width {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 5px;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 5px;
    }
}

@-ms-keyframes bounce {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 5px;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 5px;
    }
}

@keyframes bounce {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 5px;
    }
}

@-webkit-keyframes fade-bg {
    0% {
        background: #ccc;
    }
    100% {
        background: #ee4035;
    }
}

@-moz-keyframes fade-bg {
    0% {
        background: #ccc;
    }
    100% {
        background: #ee4035;
    }
}

@-ms-keyframes fade-bg {
    0% {
        background: #ccc;
    }
    100% {
        background: #ee4035;
    }
}

@-o-keyframes fade-bg {
    0% {
        background: #ccc;
    }
    100% {
        background: #ee4035;
    }
}

@keyframes fade-bg {
    0% {
        background: #ccc;
    }
    100% {
        background: #ee4035;
    }
}

@-webkit-keyframes slide-bg {
    0% {
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-moz-keyframes slide-bg {
    0% {
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-ms-keyframes slide-bg {
    0% {
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-o-keyframes slide-bg {
    0% {
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes slide-bg {
    0% {
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes slide-bgv {
    0% {
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes slide-bgv {
    0% {
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-ms-keyframes slide-bgv {
    0% {
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-o-keyframes slide-bgv {
    0% {
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes slide-bgv {
    0% {
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/*------carousal-----------*/

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .item .box-shadow .col-md-6 .car_wdt>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.carousel-inner .item .box-shadow .col-md-6 .car_wdt>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.carousel-inner .item .box-shadow .col-md-6 .car_wdt>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.1, 1.1);
    }
}

.carousel-inner .item>img {
    -webkit-animation: zoom 10s;
    animation: zoom 10s;
    width: 100%
}

.carousel-inner .item .box-shadow .col-md-6 .car_wdt>img {
    -webkit-animation: zoom 10s;
    animation: zoom 10s;
    width: 100%
}

#oowlslider p {
    color: black;
}

.toolbar-nav.page-sec .pagination>.active>a,
.toolbar-nav.page-sec .pagination>.active>a:focus,
.toolbar-nav.page-sec .pagination>.active>a:hover,
.toolbar-nav.page-sec .pagination>.active>span,
.toolbar-nav.page-sec .pagination>.active>span:focus,
.toolbar-nav.page-sec .pagination>.active>span:hover {
    background-color: #b93538;
    border-color: #b93538;
    color: #fff;
}

.toolbar-nav.page-sec .pagination>li>a,
.toolbar-nav.page-sec .pagination>li>span {
    color: #b93538;
}

.pagination {
    flex-wrap: wrap;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 1px;
}

.navbar-inverse.snav-color .navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 15px;
    height: 2px;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-inverse.snav-color .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}

.navbar-inverse .navbar-header .navbar-toggle {
    position: relative;
    overflow: hidden;
}

.navbar-inverse .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
    margin: 5px 0px;
}

.fas.iconpad {
    color: #3d4152;
}

.navbar-right.snav-acolor li a svg {
    position: relative;
    bottom: 5px;
}

.snav-color .snav-acolor>li>a:focus .fas.iconpad,
.snav-color .snav-acolor>li>a:hover .fas.iconpad {
    color: #b93538;
}

.navmenu span.ccart_count {
    position: relative;
    /*padding: 10px 10px;*/
}

.topmargin a:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
.fade.in {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .navbar-header {
        width: 100%;
    }
    .navbar.navbar-inverse.snav-color .navbar-header {
        width: auto;
    }
    .navbar.navbar-inverse .navbar-collapse {
        position: absolute;
        top: 99px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
    }
    .cart1 span.cart_head_count {
        display: inline-block;
        font-size: 13px;
        text-align: center;
        color: #5d1010;
        position: absolute;
        top: -10px;
        right: 0px;
    }
    .navbar.navbar-inverse.snav-color .navbar-collapse {
        position: static;
        width: auto;
    }
    .navbar-inverse .navbar-collapse .navmenu {
        width: 100%;
    }
    .navmenu span.ccart_count {
        padding: 10px 10px;
    }
    .ad_img {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .header-space {
        padding-top: 25px !important;
        padding-left: 35px !important;
        padding-right: 23px !important;
    }
    .navbar-brand>img {
        height: 43px!important;
    }
    .navbar.navbar-inverse.snav-color .navbar-collapse {
        display: none!important;
    }
    .navbar.navbar-inverse.snav-color .navbar-collapse.show {
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        display: block!important;
    }
    .navbar.navbar-inverse.snav-color .navbar-header {
        width: 100%;
    }
    .ad_img {
        height: 200px;
    }
}

@media screen and (max-width: 575px) {
    .snav>li>a {
        padding-left: 30px;
    }
    .nearby_slider .add_newbanner img {
        display: block;
        width: 110px;
    }
    .nearby_slider .add_newbanner {
        height: 110px;
    }
    .ad_img {
        height: 120px;
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1560px;
    }
}