html, body { height: 100%; }
body { margin: 0; font-family: 'montserratregular' !important;  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol, ul{
    padding-left: 0px;
}

/*@kiran@11032024 - btn rounded design*/
.btn-rounded{
    border-radius: 50px !important;
}
.form-control{
    border-radius: 50px !important;   
}
.input-rounded{
    border-radius: 50px !important;      
}
.input-radius-right{
    border-radius: 0 50px 50px 0px !important;
}
.input-radius-left{
    border-radius: 50px 0px 0px 50px !important;
}
.remove-radius{
    border-radius: 0px !important;
}
/*End@kiran@11032024- New ui design*/


/*=======Sementic==========
========================*/

a {
    background-color: transparent;
    text-decoration: none !important;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

header.home-header {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.mat-drawer-content{
    position: relative;
    /*z-index: 1;*/
    display: initial; /*block;*/
    height: 100%;
    overflow: hidden; /*auto;*/
}

a:hover {
    text-decoration: none;
    outline: none;
}


/*=======embeded==========
========================*/

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}


/*=======forms==========
========================*/

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[hidden] {
    display: none;
}


/*=======Basic typography ==========
====================================*/

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/bold-webfont.woff2') format('woff2'), url('../fonts/bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('../fonts/extra_bold-webfont.woff2') format('woff2'), url('../fonts/extra_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/light-webfont.woff2') format('woff2'), url('../fonts/light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/medium-webfont.woff2') format('woff2'), url('../fonts/medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/regular-webfont.woff2') format('woff2'), url('../fonts/regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/semi_bold-webfont.woff2') format('woff2'), url('../fonts/semi_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.clearfix::after {
    clear: both;
    content: '';
    display: table;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.clr {
    clear: both;
}

.nav-toggle img {
    width: 26px;
}

header.home-header+main {
    padding-top: 0;
}

img {
    width: 100%
}

.container-fluid.container-fluid-desktop {
    max-width: 1300px;
}


/*header*/

header {
    background: #dc6e42;
    position: fixed; /*sticky;*/
    top: 0;
    width: 100%;
    z-index: 99;
}

.top-main-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

main {
    padding-top: 0;
    background: #fff;
}

.sub-detail {
    color: #757575;
    font-family: 'montserratmedium';
    display: -webkit-box;
    /* -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.product-top-img {
    position: relative;
}

.product-top-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.nav-bar-brand img {
/*    width: 190px;*/
    width:140px;
}

.nav-bar-brand span {
    color: #fff;
    font-size: 20px;
    padding: 0 8px;
    font-family: 'montserratmedium';
}

header .nav-bar-brand a {
    display: flex;
    align-items: center;
}

.nav-bar-brand {
    padding: 7px 0 6px;
}

.bottom-wrapperr {
    display: flex;
    justify-content: space-between;
}

.detail-title .card-review {
    text-align: left;
/*    color: #dc6e42;*/
}

.bottom-wrapperr .detail-title {
    width: 80%;
}

.card-review-box .card-review a {
    color: #dc6e42;
}

.card-review-detail {
    padding-left: 4px;
    font-family: 'montserratmedium';
    font-size: 14px;
}

.section-banner {
/*    background: url(../img/img.jpg);*/
    background: #dc6e42;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    clip-path: polygon(0 0, 100% 0%, 100% 74%, 0 100%);
}

.right--iconn a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bcbcbc;
    display: inline-block;
    text-align: center;
    margin-left: 0px;
}

.right--iconn {
    margin-top: 20px;
}

header .nav-bar-brand {
    display: inline-block;
    position: relative;
    z-index: 9;
}

.right--iconn a i {
    line-height: 40px;
    font-size: 20px;
    color: #000;
}

.right--iconn a i.fa-heart,
.right--iconn a i.fa-heart-o {
    color: #dc6e42;
}

.header-right {
    display: inline-block;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    align-items: center;
    z-index: 9;
    padding-top: 17px;
}

.nav-wrap img {
    width: 35px;
}

.header-right .nav-wrap img {
    cursor: pointer;
}

.product-nav-label a {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 15px;
}

.product-nav-label a:hover {
    text-decoration: none;
}

.product-nav-label {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 14px;
}

.section-banner-inner {
    /*background: rgba(0, 0, 0, 0.6);*/
    height: 100%;
    text-align: center;
    min-height: 460px;
}

.search-form.home-search-form {
    margin-top: -180px;
    padding-bottom: 130px;
}

.row.flex-row {
    height: 100%;
    align-items: center;
}

.section-banner-inner h1 {
    color: #fff;
    letter-spacing: 3px;
    font-size: 50px;
    font-family: 'montserratbold';
}

.pac-container {
    padding: 19px !important;
/*    width: 428px !important;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}

.pac-item {
    background: #eee !important;
    padding: 7px !important;
    margin-bottom: 2px;
}

p,
h1,
h2,
h3,
h4,
h5,
label,
input,
a,
body {
    font-family: 'montserratregular';
}

#review .header-tabs h2 {
    color: #fff;
    margin: 0;
    font-size: 20px;
}

.ratting-right {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
}

.ratings.head-section-rate {
    margin-right: 10px;
}

.ratting-right div {
    color: #fff;
}

#review .header-tabs .ratings a {
    color: #ff7600;
}

.body-tabs .ratings a {
    color: #dc6e42;
}

.comment-sec {
    max-width: 80%;
    font-size: 13px;
}

.review-body-inner {
    border: 1px solid #bcbcbc;
    padding: 7px;
    margin-top: 10px;
}

.rate-comment {
    display: flex;
    font-family: 'montserratsemibold';
    color: #000;
    justify-content: space-between;
}

.space-wrapper {
    padding: 30px 0 60px 0;
}

.header-main-wrepper {
    display: flex;
    align-items: center;
}

#review .header-tabs {
    background: #003949;
}

.section-banner-inner p {
    color: #fff;
    font-size: 22px;
}

.search-form .form-group {
    display: flex;
    justify-content: center;
    width: 429px;
    margin: 0 auto;
    position: relative;
}

.search-form .form-group input {
    height: 50px;
    border: 0;
}

.search-form .form-group input {
    height: 50px;
    border: 0;
    width: 429px;
    padding: 0 20px 0 28px;
    border-radius: 4px 0 0 4px;
}

.search-form .form-group .button-a {
/*    background: #dc6e42;*/
    background: #8cb944;
    border: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-a img {
/*    width: 27px;*/
width: 25px;/*19032024*/
    display: block;
    text-align: center;
    margin: 12px auto;
    height: auto;
}

.button-main {
    padding: 9px 15px;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.2;
    background: #dc6e42;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.address-item {
    display: flex;
}

.buttons-wrapper {
    margin-right: 29px;
}

.title-wrap h2 {
    font-size: 23px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-family: 'montserratlight';
}

.title-wrap h2::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #dc6e42;
    position: absolute;
    left: 0;
    bottom: -11px;
}

.title-wrap.text-center h2::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #dc6e42;
    position: absolute;
    left: 22%;
    bottom: -11px;
}

.title-wrap {
    margin-bottom: 30px;
}

.box-advantage {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.box-advantage img {
    background: #dc6e42;
    width: 62px;
    height: 62px;
    padding: 11px;
}

.box-advantage figure {
    border-radius: 100%;
    overflow: hidden;
}

.box-advantage p {
    padding-left: 29px;
    font-size: 19px;
    line-height: 25px;
    max-width: 70%;
}

.box-advantage {
    padding-left: 50px;
}

.img-advantage img {
    height: 400px;
    object-fit: cover;
    border-radius: 18px;
}

.img-advantage figure {
    padding: 4px;
    position: relative;
    background: #dc6e42;
    border-radius: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.bg-gray {
    background: #f1eded;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.sub-txt {
    font-size: 30px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 11px;
    font-family: 'montserratmedium';
}

.card-wrap {
    padding: 20px;
    background: #fefefe;
    border-radius: 4px;
    box-shadow: 2px 2px 10px 0 hsla(0, 0%, 50%, .4);
}

.card-wrap figure {
    width: 97px;
    height: 90px;
    margin: -65px auto 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 18px;
    background: #fff;
}

.card-wrap h4 {
    font-size: 20px;
    min-height: 79px;
}

.app-download .row {
    align-items: center;
}

.app-img img {
    width: 145px;
    margin: 0;
}

.android {
    margin-right: 14px;
}

.app-detail h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-family: 'montserratlight';
}

.app-detail h3 span {
    display: block;
    color: #dc6e42;
    font-size: 40px;
    font-family: 'montserratbold';
}

.app-detail p {
    font-size: 18px;
    width: 75%;
    margin-bottom: 34px;
}

.img-mobile img {
    width: 253px;
    margin: auto;
}

.img-mobile {
    text-align: center;
    height: 350px;
}

section.app-download {
    overflow: hidden;
}

footer {
    background: #f5f0f0;
    padding: 30px 0 0;
}

.logo-footer img {
    width: 325px;
    margin-bottom: 20px;
    ;
}

.logo-footer h2 {
    margin: 0;
    font-family: 'montserratextrabold';
    color: #fff;
    margin-left: 10px;
    font-size: 40px;
}

.logo-footer {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-nav ul li {
    display: inline-block;
    padding: 2px 17px;
}

.footer-nav ul li a {
    color: #fff
}

.footer-nav {
    text-align: center;
    margin: 22px 0 10px;
}

.footer-social {
    text-align: center;
    margin-bottom: 33px;
    display: flex;
    justify-content: center;
}

.footer-social a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 100%;
    margin: 10px 10px 0px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 23px;
    transition: all 0.5s;
}

.footer-social a:hover {
    background: #fff;
    color: #dc6e42;
    transition: all 0.5s;
}

.sep {
    border-top: 1px solid #ab9696;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-family: 'montserratlight';
}

.sep p {
    font-size: 15px;
/*    color: #fff;*/
    color:#000;
    margin: 0;
}

.cat--section1 .bxslider li img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.cat--section1 .bxslider {
    padding-top: 25px;
}


/*page 2*/

.cat--section2 .nav.nav-tabs {
    background: #f5f5f5;
    border: 0;
    padding: 0 30px;
    max-width: 100vw;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    position: fixed; /*sticky;*/
    top: 67px;
    z-index: 9;
}


/* width */

.cat--section2 .nav.nav-tabs::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}


/* Track */

.cat--section2 .nav.nav-tabs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d6d5d5;
    border-radius: 10px;
}


/* Handle */

.cat--section2 .nav.nav-tabs::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 10px;
}

.cat--section2 ul.nav.nav-tabs li a {
    padding: 5px 15px;
    text-transform: capitalize;
    margin: 7px 0;
    display: inline-block;
}

.cat--section2 ul.nav.nav-tabs li a {
    color: #757575;
}

.cat--section2 ul.nav.nav-tabs .active {
    background: #dc6e42;
    border-radius: 30px
}

.cat--section2 ul.nav.nav-tabs li .active {
    color: #fff;
}

.cat--section2 ul.nav.nav-tabs li {
    text-transform: capitalize;
    margin: 0px 4px;
    /*white-space: pre;*/
    white-space: nowrap;
}

.radio {
    margin: 0.5rem;
}

.card-button-group .radio {
    margin: 0;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

body {
    color: #757575;
}

.order-with-mobile,
.top-order-btn {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(33, 37, 41);
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #757575;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-top: 3px;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #dc6e42;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border: 1px solid #dc6e42;
}

.cat-serach {
    display: none;
}

button.search-btn-wrapper {
    border: 0;
    background: transparent;
}

button.search-btn-wrapper img {
    width: 22px;
}

li.search {
    display: flex;
    margin-right: 6px;
    align-items: center;
    margin-left: 0px;
}


/* Create a custom checkbox */

.input-chk {
    position: relative;
    padding-left: 32px;
    margin-bottom: 7px;
    font-size: 15px;
}

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #757575;
    border-radius: 2px;
}

.checkbox label {
    margin: 0;
}


/* When the checkbox is checked, add a blue background */

.input-chk input:checked~.checkmark {
    background-color: #dc6e42;
    border-color: #dc6e42;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.input-chk input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.input-chk .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.col-box-wrapper-inner,
.bottom-detail ul {
    display: flex;
    flex-wrap: wrap;
}

.col-box-left {
    width: 151px;
    padding: 0px;
}

.bottom-detail ul li {
    list-style: none;
}

.col-box-wrapper-inner {
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.col-box-wrapper-inner:hover {
    background: rgba(271, 75, 59, .03);
    border-bottom: 2px solid #dc6e42;
}

.rattings {
    display: flex;
    justify-content: center;
    height: 25px;
    margin-bottom: 10px;
}

.h3-tagg {
    font-size: 20px;
    margin: 0;
    font-family: 'montserratsemibold';
}

.col-box-wrapper-inner figure {
    margin-bottom: 0;
}

.col-box-right {
    padding: 8px 8px 26px 19px !important;
    border-left: 1px solid #bcbcbc;
    position: relative;
    width: calc(100% - 161px);
    margin-left: 0px !important;
}

.bottom-detail {
    /* position: absolute;
    bottom: 5px; */
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    margin-top: 15px;
}

.bottom-detail ul li {
    margin-right: 11px;
    font-size: 14px;
    font-family: 'montserratsemibold';
    color: #000;
    display: flex;
}

.bottom-detail ul li i {
    padding-right: 5px;
    font-size: 18px;
    color: #e57a70;
}

.col-box-wrapper-inner figure img {
    padding: 7px;
}

.cat--section2 .space-wrapper {
    padding: 60px 21px;
}

.bottom-detail ul {
    margin: 0;
}

.h5 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 6px;
    text-transform: capitalize;
    font-weight: 500;
}

.h5.value-h5 {
    padding-top: 0;
    font-family: 'montserratsemibold';
    font-size: 16px;
}

.sidebar-category>.h4 {
    font-size: 20px;
}

.card-review.card-cat a {
    color: #d7d7d7;
    font-size: 21px;
}

.rat a {
    color: #d7d7d7;
    font-size: 15px;
}

.card-price.card-cat ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid #dc6e42;
    font-size: 13px;
}

.card-price.card-cat ul li a {
    color: #dc6e42;
}

.col-box-wrapper {
    margin-bottom: 15px;
    border: 1px solid #bababa;
    border-radius: 2px;
}

.col-box-wrapper-inner figure {
    margin-bottom: 0;
    min-height: 86px;
}

.body-tabs .row.space-between:last-child {
    border-bottom: 0;
}

/* .example-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

.mat-drawer {
    transform: none;
    height: 100vh;
    width: 400px;
    z-index: 133 !important;
    right: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: fixed !important;
}

.mat-drawer-inner-container {
    background: #fff;
}


/*side navigation*/

.navbar-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s;
    transform: translateX(100%);
    z-index: 9
}

.close:focus,
.close:hover {
    opacity: 1;
}

input:focus {
    outline: none;
    offset: unset;
}

.navbar-panel-open {
    transform: translateX(0);
}


/* .navbar-panel-inner {
    background: #faf6f3;
    height: 100%;
    width: 400px;
    right: 0;
    position: fixed;
    padding: 0;
    overflow-y: auto;
} */

.close-panel {
    position: absolute;
    right: 10px;
    top: 13px;
}

.close-panel img {
    width: 39px;
    padding: 10px;
    opacity: 1;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.sidebar-button-wrapper .button-main {
    width: 47%;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin: 0 1%;
    font-size: 12px;
    border: 1px solid #dc6e42;
}

.sidebar-button-wrapper .button-main a {
    padding: 15px 2px;
    display: block;
    font-family: 'montserratbold';
    font-size: 11px;
}

.detail-nav ul li:last-child {
    border: 0;
}

.detail-nav li i {
    margin-right: 11px;
    color: #dc6e42;
    font-size: 20px;
    text-align: center;
    width: 20px;
}

.button-main.button-main-transparent {
    background: transparent;
    border: 1px solid #dc6e42;
    color: #dc6e42;
}

.button-main.button-main-transparent a {
    color: #dc6e42;
}

.detail-nav {
    padding: 0;
    background: #fff;
    margin: 15px 0;
}

.detail-nav ul li {
    list-style: none;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    border-radius: 0;
}

.detail-nav li a {
    color: #000;
    padding-left: 7px;
}

.detail-nav li a:hover {
    color: #dc6e42;
}

.content-user h5 {
    margin-bottom: 0;
    color: #fff;
}

.left-img-user img {
    width: 55px;
    height: auto;
    object-fit: cover;
    border-radius: 100%;
    /* box-shadow: 1px 2px 2px rgba(128, 128, 128, 0.3); */
    margin: 5px 0;
}

.left-img-user {
    display: flex;
    align-items: center;
}

.left-img-user h5 {
    color: #fff;
    margin: 0 0 0 10px;
    font-size: 16px;
    font-family: 'montserratsemibold';
}

.user-detail {
    display: flex;
    margin: 0px 0 5px;
    align-items: center;
    background: #dc6e42;
    padding: 30px 21px;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 100% 74%, 0 100%);
}

.bottom-wrapper-navigation {
    padding: 0;
}

.sidebar-button-wrapper {
    padding: 0 20px;
}

.content-user {
    margin-left: 22px;
}

.nav-toggle {
    cursor: pointer;
}

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

.sidebar-button-wrapper .button-main:last-child a {
    color: #fff;
}


/*product page*/

.product-main {
    padding-bottom: 40px;
}

.dark-header {
    position: relative;
}

.dark-header .right-menu a,
.dark-header .navbar-light .navbar-nav .nav-link {
    color: #000000
}

.product-main-navigation {
    border: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    /* position: relative; */
    position: sticky;
    position: -webkit-sticky;
    top: 67px;
    z-index: 9;
    height: auto;
    flex-wrap: wrap;
    background: #fff;
    padding: 5px 0;
}

.product-main-navigation ul {
    margin-bottom: 0;
    margin-left: 0px;
    background: #faf6f3;
}

.nav-panel-wrapper .nav-item.show .nav-link,
.nav-panel-wrapper .nav-link.active,
.nav-panel-wrapper .nav-link:hover {
    color: #fff !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: #dc6e42;
    transition: all 0.5s;
}

section.product-main .col-md-9 {
    max-width: 72%;
}

.nav-panel-wrapper .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #757575;
    border: 0 !important;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 5px;
    transition: all 0.5s;
}

section.products {
    position: relative;
    top: 0;
    width: 100%;
/*    margin-top: 67px;*/
}

.product--logo {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}

.logo-img img {
    width: 80%;
    margin: 0 auto;
}

.logo-img {
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    border: 1px solid #bcbcbc;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #bcbcbc;
    position: relative;
    border-radius: 100%;
    /* padding: 15px; */
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
    margin: 0 auto;
    margin: 0 auto;
}

.detail-title h4 {
    text-align: left;
    margin: 15px 0 0;
    font-size: 28px;
    font-family: 'montserratbold';
}

.card-review {
    text-align: center;
    margin: 3px 0 0;
    color: #d7d7d7;
    font-size: 15px;
}

.card-review-box .card-review {
    align-items: center;
}

.card-review a {
    color: #d7d7d7;
}

.card-review {
    display: flex;
}

.card-review i {
    font-size: 22px !important;
}

.top-page-banner.contact-banner {
    height: 300px;
    background: url('/../img/contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.top-page-banner.info-banner {
    height: 300px;
    background: url('/../assets/img/info-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.product-top-banner,
.top-page-banner {
    height: 100%;
    background: linear-gradient(to bottom, rgba(232, 232, 232, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.product-top-banner .row {
    height: 100%;
    align-items: flex-end;
    padding-bottom: 26px;
}

.hero-icon-wrap {
    text-align: center;
}

.hero-icon-wrap img {
    width: 35px;
}

.hero-icon-wrap p {
    color: #ffff;
    font-size: 11px;
    line-height: 15px;
    padding-top: 5px
}

.hero-icon-wrap p span {
    display: block;
}

.hero-icon-wrap {
    margin: 0 0 0 19px;
}

.data-left,
.right-col-wrap {
    display: flex;
    align-items: center;
}

.left-col-wrap {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

.left-col-wrap h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.left-col-wrap p {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

.align-right {
    text-align: right;
}

.card {
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    border: 1px solid #bcbcbc;
}

.tab-sidebar .nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.tab-sidebar .nav-tabs {
    border-bottom: 0;
    display: block;
}

.tab-sidebar.nav-tabs .nav-item.show .nav-link,
.tab-sidebar .nav-tabs .nav-link.active {
    color: #000;
    border-color: #f7ca3e;
    border-color: transparent;
    border: 0;
    font-weight: bold;
}

.nav.nav-tabs li.nav-item:nth-child(1)>a {
    border-top: 0 !important;
}

.header-tabs,
.review-tabs {
    background: #dc6e42;
    padding: 10px 15px;
}

.tab-pane {
    padding: 0;
}

.body-tabs .row {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    /* margin: auto; */
    margin: auto;
}

.tab-content.product-tab-area .body-tabs .row {
    padding: 15px 0;
    border-bottom: 1px solid #bcbcbc;
    margin: 10px auto;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
}

.tab-title-wrapper .h4 {
    text-align: left;
    margin-bottom: 5px;
    font-family: 'montserratsemibold';
    font-size: 20px;
    color: #000;
}

.review-body-inner .tab-title-wrapper .h4 {
    color: #ff7600;
}

.header-tabs .h3,
.review-tabs .h3 {
    letter-spacing: 0.1px;
    margin-bottom: 5px;
    line-height: 25px;
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    font-family: 'montserratsemibold';
}

.header-tabs p,
.review-tabs p {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    line-height: 17px;
    margin: 0;
    font-family: 'montserratmedium';
}

.tab-sidebar {
    background: rgba(202, 42, 28, 0.2);
    padding: 6px;
    border-radius: 5px;
    position: sticky;
    position: -webkit-sticky;
    top: 23px;
}

.tab-sidebar .card {
    border-radius: 0;
    box-shadow: unset;
}

.price-wrap {
    font-size: 18px;
    font-weight: 700;
}

.price-button {
    margin-bottom: 15px;
    text-align: right;
    position: relative;
}

.product-image {
    text-align: right;
}

.product-image img {
    cursor: pointer;
}

.newimageurl {
    width: 100%;
    height: auto;
    display: block;
}

.close-product {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.close-product img {
    width: 20px;
}

.customiza {
    text-align: right;
    font-size: 12px;
}

.cart-wrap img {
    width: 32px;
    height: 32px;
    border: 0;
    padding: 4px;
    border-radius: 3px;
    cursor: pointer;
    /* background: #000; */
}

.tab-title-wrapper p {
    font-size: 13px;
    text-transform: capitalize;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0;
}

.product-main .tab-content>.tab-pane {
    display: block;
}

.product-image img {
    width: 60px;
    margin-top: 0;
}

.cart-wrap {
    border: 1px solid #dc6e42;
    display: inline-block;
    padding: 2px 6px;
    color: #dc6e42;
    border-radius: 2px;
    transition: all 0.5s;
}

.cart-wrap:hover {
    color: #fff;
    background: #dc6e42;
}

.cart-wrap a {
    color: #dc6e42;
    font-size: 14px
}

.product-main .col-md-2 {
    max-width: 20%;
    flex: 20%;
}

.product-main .col-md-2+.col-md-7 {
    max-width: 53%;
    flex: 53%;
}

.product-main .col-md-3 {
    max-width: 28%;
    flex: 27%;
    padding-right: 0;
}

.cart-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 72px;
    /* height: 470px;
    overflow-y: auto; */
    max-height: calc(100vh - 80px);
}

.checkout-col3 .cart-sidebar {
    max-height: inherit;
}


/* width */

.cart-sidebar::-webkit-scrollbar {
    width: 4px;
}


/* Track */

.cart-sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d6d5d5;
    border-radius: 10px;
}


/* Handle */

.cart-sidebar::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 10px;
}

.cart-sidebar-inner {
    border-radius: 2px;
    border: 1px solid #bcbcbc;
    padding: 5px;
    margin-top: 4px;
}

.tab-content.product-tab-area.card {
    padding-top: 0;
}

.cat-image-banner {
    background: #000;
}

.cat-image-banner img {
    height: 109px;
    object-fit: cover;
    object-position: center;
    opacity: 0.6;
}

.space-30 {
    padding-top: 19px;
}

.cart-sidebar .Subtotaal {
    margin: 0;
    font-size: 14px;
    font-family: 'montserratmedium';
}

.row.to-pay-row span.price-cart {
    color: #dc6e42;
}

.bill-detail h4 {
    margin-bottom: 8px !important;
}

.card-cart .row {
    padding: 4px 0;
}

.row.to-pay-row label,
.row.to-pay-row span {
    color: rgb(33, 37, 41);
}

.card {
    padding: 10px 0;
}

.cart-btn {
    margin-top: 0;
}

.cart-btn .main-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    padding: 0;
    background: #dc6e42;
    color: #fff;
    font-family: 'montserratsemibold';
}

.card-item-added {
    margin-bottom: 5px;
    padding: 10px;
}

.card-item-added.item-card-box {
    /*min-height: 100px;
    max-height: calc(100vh - 395px); //@kiran@20112024*/
    max-height: calc(100vh - 450px);
    overflow: auto;
}

.item-name {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.item-name span {
    font-weight: 400
}

.mobile-fix,
.tab-sidebar-mobile,
.cart-sidebar-mobile-btn,
.cart-pref-mobile,
.close-mobile-cart {
    display: none;
}

.product-top-img img {
    height: 200px;
    object-fit: cover;
}

.card-item-added.card.basket {
    background: #faf6f3;
    color: #333;
    padding: 17px 23px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.card-item-added.card.basket h2 {
    color: #000;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'montserratsemibold';
}

.card-item-added.card.basket i {
    font-size: 24px;
    margin-right: 10px;
    color: #dc6e42;
}

.cart-btn a {
    color: #080808;
    font-weight: bold;
    border-radius: 0;
    background: #fff;
}

.logo-img-cart img {
    width: 85px;
}

.product-logo-cart {
    display: flex;
}

.resto-detail-cart {
    padding-left: 12px;
    margin: auto;
}

.cart-sidebar h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'montserratsemibold';
}

.resto-detail-cart p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px;
}

.product-top-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left--detail {
    max-width: 45%;
}

.right--detail {
    max-width: 55%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.qun-add input {
    border: 0;
    width: 31px;
    text-align: center;
    font-size: 14px;
    pointer-events: none;
}

.qun-add {
    border: 1px solid #bcbcbc;
    padding: 1px 2px;
    margin: 0 5px 0 0;
    display: flex;
    font-size: 24px;
    justify-content: space-evenly;
}

.left--detail label {
    font-size: 12px;
    margin: 0;
    line-height: 14px;
    word-break: break-word;
}

.qun-add a {
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    cursor: pointer;
}

.left--detail h5 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 15px;
    font-family: 'montserratmedium';
}

.product-cart-detail-wrapper-detail {
    margin: 14px 0;
}

.product-cart-detail-wrapper-detail:last-child {
    margin-bottom: 0
}

.right--detail-price {
    font-size: 12px;
    font-family: 'montserratsemibold';
    color: #dc6e42;
    margin-right: 5px;
    text-align: right;
}

.fa.fa-pencil {
    font-size: 13px;
    color: #000;
}

.card-item-added.card.basket h2 i {
    font-size: 16px;
}


/*checkout*/

.col-md-9.checkout-col9 {
    max-width: 69%;
    flex: 69%;
    padding-right: 40px;
}

.checkout-col3 {
    max-width: 31%;
    flex: 31%;
}

.checkout-card .h3 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'montserratbold';
}

.card.checkout-card.pt-0 {
    margin-top: 0px;
}

.card.checkout-card {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    border: 0;
    box-shadow: none;
}

.card.checkout-card .header-tabs {
    background: transparent;
    border-bottom: 1px solid #bcbcbc;
    padding: 0 0 10px;
}

.checkout-card .form-wrapper {
    padding: 10px 0 0;
}

.checkout-card .form-wrapper textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    padding: 10px;
    color: #000;
    font-family: 'montserratsemibold';
}

.reserc-boxes .radio {
    margin: 0;
}

.reserc-boxes label.radio-label {
    font-family: 'montserratsemibold';
    color: #000;
}

.form-wrapper.reserc-boxes .row:last-child .form-group {
    margin-bottom: 0;
}

.form-control:focus {
    box-shadow: unset !important;
    border: 1px solid #dc6e42;
}

.reserc-boxes .form-group {
    position: relative;
    margin-bottom: 15px;
}

.reserc-boxes .form-control {
    height: 46px;
    border-radius: 3px;
    padding: 0 31px 0 15px;
    font-size: 15px;
    color: #161212;
    letter-spacing: 0.02em;
    line-height: 46px;
    overflow: hidden;
    font-family: 'montserratsemibold';
    border: 1px solid #bcbcbc;
}

.reserc-boxes select.form-control {
    appearance: none;
    background: transparent url('../img/down-arrow.png') no-repeat 98% center;
    background-size: 22px;
}
.sub-opt-drp{
    appearance: none;
    background: transparent url('../img/down-arrow.png') no-repeat 98% center;
    background-size: 22px;
}

.reserc-boxes .form-group label {
    color: #161212;
    font-weight: 400;
    font-size: 16px;
    /*position: absolute;*/
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-bottom: 0px;
    font-family: 'montserratsemibold';
}

.reserc-boxes .form-control:focus~label {
    top: -13px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    background-color: #fff;
    width: auto;
    line-height: 26px;
}

.float-form .form-control:not(:placeholder-shown)~label {
    top: -16px;
    background-color: #fff;
}

.reserc-boxes .form-group.select-gp label {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    background: transparent;
    padding: 0;
    font-weight: bold;
    margin-bottom: 7px;
}

.form-wrapper {
    padding: 20px;
}

.form-group {
    position: relative;
}

.address-item i {
    margin-right: 15px;
    margin-top: 0;
    font-size: 30px;
    color: #dc6e42;
}

.address-item div label {
    font-size: 15px;
    color: #000;
    font-family: 'montserratsemibold';
}

.btns-button {
    padding: 14px 0 0;
}

.btns-button.or-btns {
    justify-content: center;
}

.btns-button a {
    margin-right: 13px;
}

.address-item div p {
    width: auto;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'montserratmedium';
    word-break: break-word;
}

span.payment-info {
    font-size: 11px;
}

span.infonew-text {
    padding: 10px;
    background: #eee;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 12px;
}

span.order-info {
    font-size: 9px;
    margin-top: 5px;
    color: #ccc;
    display: block;
    margin-bottom: 20px;
}

span.order-info a {
    color: #dc6e42;
}

a {
    text-decoration: none;
}

.select-container {
    height: 46px !important;
}

.btns-button.pay-btn {
    margin-top: 26px;
}


/*login*/

.log-reg-wrap {
    height: 100vh;
    overflow: hidden;
}

.login-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.log-reg-wrap .row-height {
    height: 100%;
    align-items: center;
}

.logo--wrapperr {
    text-align: center;
    margin: 0 0 10px
}

.logo--wrapperr img {
    width: 80px;
}

.row.login-btn .button-main {
    width: 149px;
    border: 0;
    margin-bottom: 12px;
    padding: 12px;
}

.or {
    display: block;
    margin: 10px 0;
    text-align: center;
    font-family: 'montserratmedium';
}

.or span {
    display: inline-block;
    width: 22%;
    background: #dc6e42;
    height: 1px;
    vertical-align: middle;
    margin: 0 13px;
}

.or-btns {
    text-align: center;
}

.create-account {
    text-align: center;
    margin-top: 32px;
}

.btns-button.or-btns .button-main {
    background: transparent;
}

.product-main .nav.nav-tabs.nav-panel-wrapper {
    padding: 11px;
    border-bottom: 0;
    width: 100%;
    /* flex-wrap: nowrap;
    overflow-x: auto; */
}


/* .product-main .nav.nav-tabs .nav-item {
    flex: none;
} */

.product-main .nav-panel-wrapper .nav-link {
    padding: 5px 10px;
}

.btns-button.or-btns .button-main {
    background: transparent;
    display: inline-block;
    padding: 0;
    width: 192px;
    margin: 2px 5px;
    border-radius: 3px;
    overflow: hidden;
}

.row.login-btn {
    text-align: center;
}

.forgot {
    text-align: right;
    margin-top: -16px;
    margin-bottom: 16px;
}

.forgot a {
    color: #dc6e42;
}

p.note {
    font-size: 12px;
    width: 100%;
    line-height: 15px;
    text-align: center;
    margin: 10px auto 6px;
}

.order-img {
    height: 200px;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.order-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.8;
}

.login-wrapper {
    display: flex;
    flex-wrap: nowrap;
    background: rgba(0, 0, 0, 0.8) url(../img/cat4.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    align-items: center;
}

.login-right {
    background: #fff;
    border-radius: 15px;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: auto;
    width: 94%;
    max-width: 810px;
    height: calc(100% - 45px);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}

.restnotfound {
    width: 100%;
    height: 100%;
    display: block !important;
}

.address-detail .address-main-list li.restnotfound,
.restnotfound.favourite-nofound {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.address-detail .address-main-list li.restnotfound h4,
.favourite-nofound h4 {
    font-size: 24px;
    font-family: 'montserratsemibold';
    text-align: center;
    color: #747474;
}

.form-details-wrapper {
    display: flex;
    padding: 0;
    width: 100%;
}

.login-signuplogo {
    background: #dc6e42;
    height: 100%;
    margin: 0;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0% 3%;
}

.login-signuplogo img {
    width: 250px;
}

.create-account a {
    color: #dc6e42 !important;
    text-decoration: underline;
    background: #fff;
/*    padding: 10px;*/
    padding: 14px;
    text-decoration: none;
    border-radius: 3px;
    font-family: 'montserratsemibold';
}

.LoginInfoDiv,
.RegisterInfoDiv,
.OTPAddDiv {
    width: 65%;
    display: flex;
    align-items: center;
}

.welcomeDiv {
    align-items: center;
    width: 65%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.login-register-form {
    padding: 30px;
    margin: 0 auto;
    width: 100%;
}

.reserc-boxes .form-group {
    position: relative;
    margin-bottom: 15px;
}

.forgot-password {
    text-align: right;
    margin-top: -10px;
}

.forgot-password a {
    font-family: 'montserratsemibold';
    color: #dc6e42;
}

.login-btn button.button-main {
    border: 0;
    font-family: 'montserratsemibold';
    width: 100%;
    border-radius: 2px;
    font-size: 15px;
    margin-top: 20px;
    text-transform: capitalize;
    height:46px;/*14032024*/
}

.RegisterInfoDiv .login-btn button.button-main {
    margin-top: 0;
    ;
}

.reserc-boxes .main-register-wrapper .form-control {
    /*height: 35px;
    line-height: 35px;*/
    height: 46px;/*14032024*/
    line-height: 46px;/*14032024*/
}

.main-register-wrapper .invalid-feedback {
    position: absolute;
    bottom: -18px;
}


/*========Address========*/

.btn-delet {
    display: block;
    color: #dc6e42;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #dc6e42;
    border-radius: 3px;
    padding: 5px 10px;
    text-transform: capitalize;
    font-family: 'montserratmedium';
}

.address-detail .address-main-list li {
    padding: 10px;
    margin-bottom: 12px;
    width: 32%;
    margin: 5px;
    border: 1px solid #bcbcbc;
    list-style: none;
    border-radius: 3px;
}

.add-title {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    justify-content: space-between;
}

.add-title .h4 {
    font-size: 20px;
    font-family: 'montserratsemibold';
}

.map-img img {
    height: 400px;
    object-fit: cover;
}

.account-page {
    overflow: hidden;
}

.account-page .row.row-height {
    height: 100%;
}

.address-detail {
    /* padding: 0px 62px; */
    overflow: auto;
    margin: 30px 0;
}


/*modal*/

.modal-dialog-400 .modal-body {
    padding: 0;
}

.product-top-img-popup img {
    height: 109px;
    object-fit: cover;
}

.productlogo .logo-img {
    width: 83px;
    height: 83px;
    padding: 9px;
    margin-top: -41px;
    margin-bottom: 0
}

.bottom-wrapperr.bottom-wrapperr-popup {
    padding: 0 12px 10px;
}

.bottom-wrapperr.bottom-wrapperr-popup .detail-title h4 {
    margin: 8px 0 0;
    font-size: 20px;
}

.bottom-wrapperr.bottom-wrapperr-popup .right--iconn {
    margin-top: 7px;
}

.search-strip {
    background: #faf6f3;
    padding: 5px 13px;
}

.search-desc .cat-banner img {
    height: 100px;
    object-fit: cover;
}

.search-strip button,
.search-strip input {
    border: 0;
    background: transparent;
    padding-right: 10px;
    color: #3c3b3b;
}

.name--pro {
    background: #faf6f3;
    padding: 12px 13px;
    border: 0;
}

.group-detail {
    padding: 0;
}

.search-desc .group-detail {
    margin-bottom: 10px;
}

.search-desc .qun-add a {
    padding: 2px 6px;
}

.group-detail .radio {
    margin-bottom: 3px;
    margin-top: 3px;
}

.modal-dialog-400 button.close {
    padding: 12px 9px !important;
    opacity: 1;
}

.modal-dialog-400 button.close img {
    width: 17px;
    margin-right: 5px;
}

.modal-header {
    border: 0;
    border-bottom: 1px solid #bcbcbc;
    padding: 0;
    margin: -15px -15px 15px;
    padding: 15px;
    align-items: center;
}

.modal-header.header-flex p {
    margin-bottom: 0;
    ;
}

.modal-header h6 {
    font-family: 'montserratsemibold';
    font-size: 16px;
    margin: 0;
}

.modal-header img {
    width: 18px;
}

.modal-dialog {
    margin-top: 7%;
}

.modal-dialog-400 button.close span {
    color: #000 !important;
    font-weight: 400;
    font-size: 17px;
    padding: 4px 0;
    display: block;
}

.add-item-btn {
    background: #dc6e42;
    text-align: center;
    padding: 13px 0;
    text-transform: uppercase;
    margin-top: 11px;
    line-height: 1.15;
}

.add-item-btn button {
    border: 0;
    color: #fff;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    font-family: 'montserratsemibold';
}

button:focus {
    outline: none;
}

.nav-bar-brand.login-signuplogo span {
    color: #dc6e42;
    font-weight: bold;
}

.mobile-cat-menu {
    display: none;
}

.mobile-cat-preference {
    display: none;
}

.FilterPrefWeb {
    display: block;
}

div#modal-info button.close img {
    width: 16px;
    opacity: 1;
}

div#modal-info button.close {
    opacity: 1
}

.map-resto-detail .logo-img {
    margin: 0;
    width: 70px;
    height: 70px;
}

.map-resto-detail {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
}

.map-resto-detail .logo-img+div {
    margin-left: 10px
}

.map-resto-detail .logo-img+div h4 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'montserratsemibold';
}

.map-iframe {
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    padding: 5px;
}

.info-modal-body .nav-tabs {
    border-bottom: 0;
    margin-bottom: 10px;
}

.map-resto-detail .logo-img+div p {
    font-size: 13px;
    margin-bottom: 0;
}

.gray--bgg {
    background: rgba(216, 216, 216, 0.1);
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 2px;
    border: 1px solid #bcbcbc;
}

.gray--bgg img {
    width: 20px;
    margin-right: 10px;
}

.gray--bgg label {
    display: flex;
    align-items: center;
}

.gray--bgg h6 {
    font-size: 14px;
    font-family: 'montserratsemibold';
    margin: 0;
}

.modal-address.gray--bgg p {
    font-size: 12px;
    margin: 0;
}

.contact-info-button-wrapper .button-main.button-main-transparent {
    display: inline-block;
}

.contact-info-button-wrapper .button-main.button-main-transparent {
    font-size: 12px;
    margin: 4px 0 0;
    padding: 6px 16px;
    border-radius: 2px;
}

.gray--bgg table {
    width: 100%;
}

.gray--bgg table td {
    padding: 5px 7px;
    font-size: 14px;
}

.gray--bgg .right {
    text-align: right;
    color: #e85546;
    font-family: 'montserratsemibold';
}

.info-modal-body ul.nav.nav-tabs li {
    padding: 5px 11px;
}

.info-modal-body ul.nav.nav-tabs li.tab-active {
    border-bottom: 1px solid #cc2a1c;
    color: #cc2a1c;
}

.info-modal-body ul.nav.nav-tabs li.tab-active a {
    color: #cc2a1c;
}

.info-modal-body ul.nav.nav-tabs li a {
    color: #000
}

.gray--bgg table td b {
    color: #000;
    font-family: 'montserratmedium';
    font-size: 14px;
}

.navbar-panel img.close {
    position: absolute;
    right: 24px;
    z-index: 9;
    background: transparent;
    /* padding: 14px 7px; */
    top: 19px;
}

.mobile-filter {
    display: none;
}

.modal-content {
    border-radius: 0;
}

.about-address p {
    width: auto;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    font-family: 'montserratlight';
}

.add-detail-group input {
    width: 96%;
    border: 0;
    border-bottom: 1px solid #ced4da;
    margin: 13px 0;
    padding: 7px;
    font-size: 15px;
    color: #000;
}

.add-detail-group input::placeholder {
    color: #000
}

div#modal-address .h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'montserratsemibold';
}

.save--as label {
    margin-right: 15px;
    border: 1px solid #bcbcbc;
    padding: 3px 7px;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    font-family: 'montserratmedium';
}

.save--as label i {
    margin-right: 5px
}

.modal-header .close {
    text-shadow: none;
    opacity: 1;
    background: none;
    border: 0;
}

div#modal-address .close,
div#modal-address-choose .close {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 19px;
}

.address-mapp input.form-control {
    border: 1px solid #bcbcbc;
    width: 100%;
    margin-bottom: 10PX;
    margin-top: 10px;
}

.order-header {
    display: flex;
    align-items: center;
}

.account-detail .add-item-btn {
    background: none;
    text-align: center;
    padding: 0;
}

.address-detail.account-detail {
    height: auto;
}

.account-detail .add-item-btn a {
    background: #dc6e42;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    text-transform: capitalize;
    margin-top: 11px;
    line-height: 1.15;
    font-family: 'montserratmedium';
}

.order-header img {
    width: 50px;
}

.order-header figure {
    margin: 0;
    margin-right: 11px;
}

.order-header h3.h3-tagg {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

.order-header p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.nav-item-wrap img {
    width: 12px;
    position: absolute;
    right: 8px;
    top: 13px;
}

.nav-item-wrap {
    width: 31%;
    margin: 10px;
}

.account-log {
    padding: 6px;
    text-align: center;
    color: #dc6e42;
}

.user-detail-profile .order-header img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 1px solid #bcbcbc;
    border-radius: 100%;
    padding: 5px;
}

.account-log a {
    color: #dc6e42;
}

.nav-user {
    display: flex;
    flex-wrap: wrap;
}

.nav-item-wrap a {
    color: #000;
    border: 1px solid #bcbcbc;
    padding: 7px 16px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'montserratsemibold';
    display: block;
}

.order-details label {
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 13px;
    opacity: 1;
    color: #000;
    margin-bottom: 2px;
    font-family: 'montserratsemibold';
}

.order-details p {
    font-size: 14px;
    margin: 0;
    line-height: 17px;
}

.order-footer {
    border-top: 1px solid #bcbcbc;
    padding-top: 9px;
    margin-top: 15px;
    color: #dc6e42;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-footer i {
    color: #39a742;
}

.order-footer a {
    color: #fff;
    background: #dc6e42;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.user-detail-profile h3.h3-tagg {
    text-transform: capitalize;
    font-family: 'montserratsemibold';
    font-size: 17px;
}

.user-detail-profile a {
    color: #dc6e42;
}

.add-title .button-main {
    font-size: 16px;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: 'montserratmedium';
}

.add-item-btn a {
    color: #fff
}

.user-detail-profile {
    margin-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
}

.user-detail-profile figure {
    margin-bottom: 4px;
}

.btns-button {
    padding: 0;
    display: flex;
}

.form-wrapper.reserc-boxes a.button-main.button-main-transparent {
    display: block;
    margin: 6px 0;
    padding: 11px;
    font-size: 16px;
    font-family: 'montserratsemibold';
    text-transform: capitalize;
    margin-right: 10px;
    transition: all 0.5s;
    border-radius: 2px;
}

a.button-main.button-main-transparent:hover {
    background: #dc6e42;
    color: #fff;
}

.add-item-btn a,
.add-item-btn button {
    font-size: 15px
}

.address-detail.order-detail .cart-sidebar {
    position: relative;
    padding: 9px 0;
}

.address-detail.order-detail .cart-sidebar .cart-sidebar-inner {
    border: 0;
    background: transparent;
    padding: 0;
}

li.nav-item.nav-item-close-btn,
.for-mobile {
    display: none;
}

ul.address-main-list {
    display: flex;
    flex-wrap: wrap;
}

.mobile-btn-none {
    display: block;
}

.mobile-btn-visible {
    display: none;
}

.cart-productpage-count {
    /* position: absolute;
    right: -8px;
    top: -15px; */
    position: relative;
}

.cart-productpage-count button {
    background: #dc6e42;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0;
    color: white;
    min-width: 20px;
    min-height: 20px;
    font-size: 10px;
    font-family: 'montserratsemibold';
}

.message-main {
    color: white;
    border-radius: 5px;
    margin-left: 0;
    padding: 7px;
    display: flex;
    height: 100%;
    align-items: center;
}

.msg-desc {
    font-size: 14px;
    font-family: 'montserratmedium';
    color: #747474;
}

.msg-left img {
    width: 40px;
}

.msg-left {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.msg-title {
    font-size: 18px;
    font-family: 'montserratsemibold';
}

.msg-right {
    color: #000;
    margin-left: 10px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.mat-drawer-container {
    display: initial !important;
}

.modal::before {
    position: fixed;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    height: 0;
    width: 100%;
    height: 100vh;
}

.modal-backdrop {
    display: none !important;
}

img.desktop-logo {
    display: block;
}

img.mobile-logo {
    display: none;
}

.add-notes textarea {
    width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    padding: 5px;
    height: 60px;
    padding: 10px;
    color: #000;
    font-family: 'montserratsemibold';
    font-size: 14px;
}

.add-notes a {
    font-size: 13px;
    font-family: 'montserratmedium';
}

.add-notes {
    width: 100%;
}

.tab-pane {
    /* scroll-margin-top: 145px; */
}

.saved-address h6 {
    color: #000;
    font-family: 'montserratsemibold';
}

.location-header ul.address-main-list i {
    font-size: 30px;
    width: 30px;
    text-align: center;
}

.address-right label {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 20px;
}

.address-right p {
    margin: 0;
    font-size: 12px;
}

.address-right {
    margin-left: 10px;
    width: calc(100% - 30px);
}

.location-header .address-main-list {
    margin: 0 !important;
    padding: 0 !important;
}

.location-header ul.address-main-list>li {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 0 10px !important;
    display: flex;
    align-items: center;
}

.location-header .address-main-list::-webkit-scrollbar {
    width: 0;
}

.image-type img {
    width: 23px;
}

.add-sub-sec {
    display: flex;
    align-items: center;
}

.image-type {
    margin-right: 10px;
}

.tooltip img {
    display: inline-block;
    width: 20px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    margin-left: 10px;
    /*margin-left: -3px;*/
    content: "";
    border-width: 5px 5px 0;
}

.fish-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.fish-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #2575bb;
}

.adult-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.adult-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #762148;
}

.chef-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.chef-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #ec6333;
}

.chicken-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.chicken-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #f7bb33;
}

.egg-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.egg-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #f89a35;
}

.halal-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.halal-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #5971c3;
}

.hot-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.hot-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #ed1f24;
}

.meat-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.meat-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #e11f26;
}

.vegan-class.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.vegan-class.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #4c9847;
}

.selectedbank li img,
.selected-bank img {
    width: 40px;
    height: auto;
    margin-right: 15px;
}

.selectedbank,
.selectedbank li {
    list-style-type: none;
}

.selectedbank li {
    font-family: 'montserratmedium';
    font-size: 16px;
    border: 1px solid #bcbcbc;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;/*14032024*/
}

.selected-bank {
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 0 31px 0 15px;
    font-size: 15px;
    color: #161212;
    letter-spacing: 0.02em;
    line-height: 46px;
    overflow: hidden;
    font-family: 'montserratsemibold';
    border: 1px solid #bcbcbc;
    cursor: pointer;
    margin-bottom: 10px;
}

.toast-container .ngx-toastr {
    width: 360px !important;
}

.toast-top-right {
    top: 80px !important;
    right: 32px !important;
}

.select-container option {
    font-family: Arial, Helvetica, sans-serif;
}

.prouct-with-scroll .modal-content {
    max-height: 80vh;
    padding-bottom: 60px;
}

.prouct-with-scroll.vouchar-scroll .modal-content {
    padding-bottom: 0;
}

.prouct-with-scroll.vouchar-scroll .modal-content.new {
    padding-bottom: 60px;
}

.prouct-with-scroll .modal-body {
    max-height: 100%;
    overflow-y: auto;
}

.prouct-with-scroll .modal-body::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

.prouct-with-scroll .modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d6d5d5;
    border-radius: 10px;
}

.prouct-with-scroll .modal-body::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 10px;
}

.prouct-with-scroll .modal-header {
    position: sticky;
    position: -webkit-sticky;
    top: -17px;
    z-index: 9;
    background: #fff;
}

.prouct-with-scroll .add-item-btn {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 32px);
}

.product-main .nav.nav-tabs.nav-panel-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.product-main .nav.nav-tabs.nav-panel-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d6d5d5;
    border-radius: 10px;
}

.product-main .nav.nav-tabs.nav-panel-wrapper::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 10px;
}

a.scroll-top-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #dc6e42;
    display: flex;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 60px;
    right: 20px;
    justify-content: center;
    align-items: center;
}

a.scroll-down-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #dc6e42;
    display: flex;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 70px;
    right: 20px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
}

.restflag{
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.restflagopen{
    background: #387f47;
}
.restflagclosesoon{
    background: #f4670d;
}
.restflagclosed{
    /*background: #ea3326;*/
    background: #dc6e42;
}


/* ::-webkit-scrollbar {
    width: 10px;
  }
  
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d6d5d5;
    border-radius: 10px;
  }
  
::-webkit-scrollbar-thumb {
    background: #bcbcbc;
    border-radius: 10px;
  } */


/*==========Responsive==========*/


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .section-banner-inner h1 {
        font-size: 38px;
    }
    .section-banner-inner p {
        font-size: 20px;
    }
    .search-form.home-search-form {
        margin-top: -160px;
    }
    .section-banner-inner {
        min-height: 400px;
    }
    .img-advantage img {
        height: 300px;
    }
    .pt-30 {
        padding-top: 0px;
    }
    .box-advantage {
        padding-left: 0px;
    }
    .box-advantage figure {
        margin-bottom: 5px;
    }
    .box-advantage p {
        padding-left: 15px;
        font-size: 17px;
        line-height: 23px;
        max-width: 77%;
    }
    .space-wrapper {
        padding: 30px 0 30px 0;
    }
    header {
        width: 100%;
    }
    .cat--section1 .bxslider li img {
        height: 150px;
    }
    .cat--section2 .space-wrapper {
        padding: 20px 0px;
    }
    .h3-tagg {
        font-size: 15px;
    }
    .sub-detail {
        font-size: 13px;
    }
    .logo-img-cart img {
        width: 55px;
    }
    .right--detail,
    .left--detail {
        max-width: 100%;
    }
    .address-detail.account-detail,
    .address-detail {
        padding: 0;
    }
    .nav-item-wrap {
        width: 31.3%;
        margin: 1%;
    }
    .nav-item-wrap a {
        margin-bottom: 0;
    }
    .account-detail .add-item-btn {
        margin: 0;
    }
    .address-detail .address-main-list li {
        width: 31%;
        margin: 1%;
    }
}

@media only screen and (max-width: 767px) {
    .restmin-order-text {
        margin-bottom: 50px !important;
    }
    img.desktop-logo {
        display: none;
    }
    img.mobile-logo {
        display: block;
    }
    .nav-item.nav-item-close-btn,
    .for-mobile {
        display: block !important;
    }
    .address-detail .address-main-list li {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .nav-item.nav-item-close-btn img {
        width: 17px
    }
    .nav-item-wrap {
        width: 100%;
        margin: 0;
    }
    .mat-drawer {
        width: 300px;
    }
    header {
        width: 100%;
        height: 62px;
    }
    .h3-tagg {
        margin: 0 0 5px;
    }
    .qun-add {
        width: 92px !important;
    }
    .qun-add a {
        padding: 0px;
    }
    .search-desc .qun-add a{
        padding: 2px 11px;
    }
    .qun-add-pscreen{
        width: 100px !important;
    }
    .qun-add-pscreen a{
        padding: 3px 14px !important;
    }
    .RestNameDiv.col-box-right {
        margin-left: 0;
        width: calc(100% - 100px);
    }
    .RestNameDiv.col-box-right .col-10 {
        padding: 0 5px 0 10px;
        flex: 0 0 92%;
        max-width: 92%;
    }
    .RestNameDiv.col-box-right .col-2 {
        padding: 0 5px 0 5px;
        flex: 0 0 8%;
        max-width: 8%;
    }
    .restInfoDiv a.info-i-circle {
        font-size: 22px !important;
    }
    .SpinWheelIcon img {
        width: 20px !important;
    }
    .bottom-detail ul li i {
        padding-right: 5px;
        font-size: 11px;
    }
    .tab-content.container-fluid.cat-tabs {
        margin-bottom: 25px;
    }
    .tab-content-restpage{
        margin-bottom: 35px !important;
    }
    .col-box-wrapper-inner figure img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    li.nav-item.nav-item-close-btn {
        padding: 13px;
        text-align: right;
    }
    ul.nav.nav-tabs.nav-panel-wrapper.for-desktop {
        display: none;
    }
    .add-item-btn a,
    .add-item-btn button,
    .form-wrapper.reserc-boxes a.button-main.button-main-transparent {
        font-size: 14px
    }
    header .container-fluid .row {
        justify-content: space-between;
        display: flex;
    }
    .add-item-btn {
        padding: 11px 0;
    }
    header.home-header .col-md-6 {
        width: auto;
    }
    .box-advantage figure {
        margin: 0;
    }
    .section-banner-inner h1 {
        letter-spacing: 2px;
        font-size: 21px;
        padding-top: 120px;
    }
    .section-banner-inner {
        align-items: flex-start !important;
        min-height: 360px;
    }
    .search-form .form-group {
        width: 280px;
    }
    .cat--section1 .bxslider li img {
        height: 150px;
    }
    .search-form.home-search-form {
        margin-top: -180px;
        padding-bottom: 130px;
    }
    header .nav-bar-brand {
        display: inline-block;
        position: relative;
        z-index: 9;
    }
    .product-nav-label {
        text-align: center;
        display: block;
        position: absolute;
        width: 100%;
        top: 14px;
        left: 0;
    }
    .section-banner-inner p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 4px;
        line-height: 15px;
    }
    .search-form .form-group input {
        height: 34px;
        border: 0;
        width: 241px;
        padding: 0 20px 0 13px;
        border-radius: 4px 0 0 4px;
        font-size: 14px;
    }
    .search-form .form-group .button-a {
        height: 34px;
        width: 38px;
    }
    .card-wrap {
        margin-bottom: 70px;
    }
    .app-detail {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .img-mobile {
        text-align: center;
        height: auto;
    }
    .button-a img {
        width: 21px;
        display: block;
        text-align: center;
        margin: 6px;
        height: auto;
    }
    header.home-header .row {
        display: block;
    }
    header.home-header .row .col-md-6 {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    header.home-header .row .col-md-6 .nav-bar-brand img.mobile-logo {
        width: 60px;
    }
    header.home-header .row .col-md-6.text-right {
        float: right;
        margin: 11px 0 0;
    }
    .space-wrapper {
        padding: 23px 15px;
    }
    .title-wrap h2 {
        font-size: 20px;
    }
    .img-advantage img {
        height: 251px;
        object-fit: cover;
    }
    .box-advantage {
        padding-left: 0;
    }
    .box-advantage img {
        background: #dc6e42;
        width: 45px;
        height: 45px;
        padding: 11px;
    }
    .box-advantage p {
        padding-left: 29px;
        font-size: 15px;
        line-height: 20px;
        max-width: 83%;
        margin-bottom: 0;
    }
    .title-wrap {
        margin-bottom: 30px;
    }
    .card-wrap h4 {
        font-size: 18px;
        min-height: auto;
    }
    p {
        font-size: 13px;
        font-weight: normal;
        line-height: 21px;
    }
    .card-wrap figure {
        width: 65px;
        height: 65px;
        padding: 11px;
    }
    .app-detail h3 {
        font-size: 23px;
        margin-bottom: 8px;
    }
    .app-detail p {
        font-size: 16px;
        width: 100%;
        margin-bottom: 15px;
    }
    .app-detail h3 span {
        font-size: 22px;
    }
    .app-img img {
        width: 112px;
        margin: 0;
    }
    .nav-toggle img {
        width: 22px;
    }
    form#search_form {
        padding: 5px 0 0;
    }
    header .row .col-md-6 {
        width: auto;
    }
    .navbar-panel.navbar-panel-open .close-panel {
        padding-right: 299px;
    }
    /*checkout*/
    .col-md-9.checkout-col9,
    .checkout-col3 {
        max-width: 100%;
        flex: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .checkout-card .h3 {
        font-size: 15px;
    }
    .header-tabs,
    .review-tabs {
        padding: 6px 14px;
    }
    .form-wrapper {
        padding: 15px;
    }
    .reserc-boxes .form-control {
        height: 38px;
        border-radius: 6px;
        padding: 0 28px;
        line-height: 38px;
    }
    .reserc-boxes .form-group label {
        font-size: 14px;
        left: 8px;
        top: 8px;
        padding: 0 10px;
        width: 90%;
    }
    .reserc-boxes .form-control:focus~label {
        top: -10px;
        font-size: 12px;
        line-height: 19px;
    }
    .reserc-boxes .form-group {
        margin-bottom: 10px;
    }
    .login-register-form {
        padding: 20px;
    }
    .button-main {
        line-height: 1;
        font-size: 10px;
        margin-right: 3px !important;
    }
    body .select-container {
        /*height: 38px !important;*/
        height: 45px !important;/*14032024*/
    }
    .btns-button.pay-btn {
        margin-top: 10px;
    }
    .col-md-3.pl-0.checkout-col3 {
        margin-top: 0;
        padding-left: 15px !important;
    }
    .row.to-pay-row .col-md-7 {
        max-width: 60%;
    }
    .row.to-pay-row .col-md-5 {
        max-width: 40%;
    }
    .cart-sidebar {
        height: auto;
        overflow-y: auto;
    }
    .login-banner {
        display: none;
    }
    .log-reg-wrap {
        height: 100vh;
        overflow: hidden;
        background: url(../img/loginreg-bg.png);
        background-repeat: no-repeat;
        background-size: cover
    }
    .forgot a,
    .or {
        font-size: 12px;
    }
    .or {
        margin: 6px 0;
    }
    .btns-button.or-btns .button-main {
        width: 122px;
        margin: 2px 1px;
    }
    .create-account {
        margin-top: 0;
        font-size: 12px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    p.note {
        font-size: 12px;
        width: 100%;
        line-height: 14px;
        margin: 10px auto 3px;
    }
    .nav-bar-brand.login-signuplogo {
        margin: 2px 0 12px;
    }
    .cat--section2 ul.nav.nav-tabs li a {
        padding: 2px 7px;
        margin: 7px 0;
        font-size: 14px;
    }
    .cat--section2 .nav.nav-tabs {
        padding: 0 10px;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .tab-content.container-fluid.cat-tabs .row.space-wrapper .col-md-9.cat-col-9 {
        order: 1;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .tab-content.container-fluid.cat-tabs .row.space-wrapper .col-md-3 {
        order: 2;
    }
    ul.bxslider li {
        width: 235px !important;
        margin-right: 10px !important;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .tab-content.product-tab-area {
        margin-bottom: 30px;
    }
    .cat--section1 .bx-wrapper {
        margin-bottom: 25px
    }
    .cat--section2 .space-wrapper {
        padding: 14px 0;
    }
    .h3-tagg {
        font-size: 15px;
        margin: 0;
    }
    .col-box-left {
        width: 100px;
        padding: 0px;
        /*display: flex;*/
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center;
    }
    .col-box-left a {
        height: calc(100% - 30px);
        display: flex;
        align-items: center;
    }
    .OfferAvlbtn.button-main {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }
    .col-box-wrapper-inner figure {
        margin-bottom: 0;
        min-height: 100%;
        display: flex;
        align-items: center;
    }
    .rattings {
        font-size: 11px;
    }
    .rat a {
        color: #d7d7d7;
        font-size: 10px;
    }
    .sub-detail {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 5px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .OfferAvlbtn {
        padding: 10px;
    }
    .rating-list li {
        margin-right: 3px !important;
    }
    .bottom-detail ul li {
        margin-right: 3px;
        font-size: 10px;
        line-height: 12px;
    }
    .h5 {
        font-size: 14px;
    }
    .radio {
        margin: 0;
    }
    .product-nav-label {
        display: none;
    }
    .product-top-img img {
        height: 128px;
    }
    .nav-bar-brand span {
        font-size: 17px;
        top: 4px;
    }
    main {
        padding-top: 0;
    }
    .logo-img {
        width: 90px;
        height: 90px;
    }
    .detail-title h4 {
        font-size: 16px;
    }
    .card-review-box .card-review a {
        font-size: 10px;
    }
    .card-review-detail {
        padding-left: 4px;
        font-size: 11px;
        padding-top: 5px;
    }
    .right--iconn a {
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
    .right--iconn a i {
        line-height: 32px;
        font-size: 18px;
    }
    /*products*/
    body .product-main .col-md-9 {
        max-width: 100%;
        padding: 0;
    }
    .mobile-cat-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-cat-preference {
        display: grid;
        align-items: end;
        justify-content: end;
        height: 40px !important;
        margin-right: 14px;
        margin-bottom: 11px;
    }
    .FilterPrefWeb {
        display: none;
    }
    /* header.products-header,
    .tab-title-wrapper p {
        display: none;
    } */
    header.products-header+main {
        padding: 0
    }
    .nav.nav-tabs.nav-panel-wrapper {
        position: fixed;
        right: 0;
        width: 215px;
        transform: translateX(290px);
        top: 0;
        transition: all 0.5s;
        background: #faf6f3;
        height: 100%;
        z-index: 999;
        display: block;
        padding: 0 8px;
    }
    .mobile-cat-menu img {
        width: 15px;
        margin-right: 3px;
        pointer-events: none;
    }
    .product-tab-area .col-md-6.tab-title-wrapper {
        max-width: 60%;
    }
    .col-md-6.tab-button-wrapper {
        max-width: 40%;
    }
    .col-md-4.tab-button-wrapper {
        display: flex;
        justify-content: space-between;
        padding-top: 15px;
    }
    .header-tabs .h3,
    .review-tabs .h3 {
        margin: 0;
    }
    .customiza {
        margin-top: 5px;
    }
    .mobile-cat-menu {
        background: #dc6e42;
        width: 70px;
        font-size: 12px;
        color: #fff;
        text-transform: capitalize;
        border-radius: 50px;
        height: 30px;
    }
    .mobile-cat-preference {
        /* width: 70px; */
        font-size: 12px;
        color: #fff;
        text-transform: capitalize;
        border-radius: 50px;
        height: 30px;
    }
    .header-tabs p,
    .review-tabs p {
        display: none;
    }
    .cat-image-banner img {
        height: 100px;
    }
    .product-main-navigation {
        padding: 12px;
        justify-content: space-between;
        background: #faf6f3;
        margin-bottom: 0;
    }
    .header-tabs .h3,
    .review-tabs .h3 {
        font-weight: 400;
        line-height: 25px;
        font-size: 14px;
    }
    .price-wrap {
        font-size: 14px;
        color: #dc6e42;
        /* padding-top: 20px; */
        padding-top: 0;
        float: left;
    }
    .seller-wrap {
        margin-top: 10px;
    }
    .cart-wrap a {
        font-size: 12px;
    }
    .product-image img {
        width: 57px;
    }
    .tab-title-wrapper .h4 {
        font-size: 18px;
    }
    .tab-content.product-tab-area .body-tabs .row {
        padding: 12px 0;
        border: 0;
        background: #fff;
        margin: 10px;
    }
    .header-tabs,
    .review-tabs {
        position: relative;
    }
    .header-tabs.fixed,
    .review-tabs.fixed {
        position: fixed;
        top: 0;
        width: 63%;
        box-sizing: border-box;
        z-index: 9;
        left: 0;
        background: transparent;
        left: 13%;
        padding-left: 0;
        padding-right: 0;
    }
    .header-tabs.fixed .h3,
    .review-tabs.fixed .h3 {
        color: #dc6e42;
    }
    button.search-btn-wrapper img {
        width: 18px;
    }
    .fixed-nav {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 9;
    }
    .cart-pref-mobile {
        display: flex;
    }
    .cart-sidebar-mobile-btn {
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        width: 100%;
        /* background: #cc2a1c; */
        background: #dc6e42;
        left: 0;
        z-index: 99;
        padding: 15px;
        text-align: center;
        /* font-weight: bold; */
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1.3;
        color: #fff;
        align-items: center;
        /* justify-content: center; */
    }
    .cart-sidebar-mobile-btn a {
        color: #fff;
        cursor: pointer;
    }
    .cart-sidebar-mobile-btn img {
        width: 20px;
        margin-left: 6px;
        margin-top: -6px;
    }
    .shop-bag b {
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: inline-block;
        font-size: 13px;
        background: #003949;
        margin-left: -7px;
        line-height: 20px;
    }
    span.shop-bag {
        margin-left: 10px;
    }
    .shop-bag i {
        font-size: 24px;
    }
    .cart-sidebar {
        background: #fff;
        padding: 6px;
        border-radius: 5px;
        position: fixed;
        width: 100%;
        left: 0;
        padding: 33px 16px 10px;
        transition: all 0.5s;
        height: 100%;
        overflow: auto;
        z-index: 9;
        bottom: unset;
        transform: unset;
        top: unset;
    }
    .cart-sidebar.cart-sidebar-open {
        top: 0px;
        z-index: 99;
    }
    .product-main {
        padding-bottom: 20px;
        background: #faf6f3;
        margin: 0;
    }
    .product-main .container-fluid.space-30 {
        padding-top: 0;
        margin-top: 10px;
    }
    .close-mobile-cart {
        display: block;
        position: absolute;
        top: 20px;
        z-index: 9;
        padding: 0px;
        left: 20px;
        font-size: 11px;
        font-weight: bold;
    }
    .close-mobile-cart img {
        width: 15px;
        padding: 0;
    }
    .card-item-added.card.basket h2 {
        font-size: 22px;
        font-family: 'montserratregular';
    }
    .card-item-added.card.basket i {
        display: none;
    }
    .card-item-added.card.basket {
        padding: 17px 10px 17px 73px;
        background: #fff;
        border: 0;
        box-shadow: 0 0 black;
        margin-bottom: 12px;
    }
    .card-item-added {
        margin-bottom: 10px;
        padding: 10px;
        border: 0;
        box-shadow: 0 0 black;
    }
    .resto-detail-cart h4 {
        font-size: 16px;
        font-family: 'montserratsemibold';
        margin: 0;
    }
    .resto-detail-cart {
        display: flex;
        align-items: center;
    }
    .logo-img-cart img {
        width: 70px;
    }
    .left--detail label {
        font-size: 13px;
        margin: 0;
        line-height: 16px;
    }
    .left--detail h5 {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 20px;
        font-family: 'montserratsemibold';
    }
    .cartView.cartformobile {
        background: #eee;
        /* margin-bottom: 50px; */
    }
    .bill-detail h4 {
        font-size: 16px;
        font-family: 'montserratsemibold';
        margin-top: 15px;
    }
    label.Subtotaal {
        margin: 0;
    }
    .cart-btn .main-btn {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .cart-btn.oncartscreen {
        margin-top: 0;
        /* position: fixed; */
        bottom: 0;
        width: 100%;
    }
    .cart-sidebar.cart-sidebar-open .card-button-group.card {
        display: flex;
        flex-direction: row;
        padding: 5px 0 0;
    }
    .cart-sidebar.cart-sidebar-open .card-button-group.card .radio {
        font-size: 11px;
    }
    section.checkout-main.gray-bg .cart-sidebar {
        display: none;
    }
    section.checkout-main.gray-bg .cart-sidebar.cart-order-mobile {
        display: block;
        position: relative;
        padding: 0;
    }
    section.checkout-main.gray-bg .cart-sidebar.cart-order-mobile .cart-sidebar-inner {
        padding: 0;
        border-radius: 0;
        border: 0;
    }
    .card.checkout-card.pt-0 {
        margin-top: 40px;
    }
    .cart-sidebar.cart-order-mobile .top-order-btn a.btn.main-btn {
        font-size: 20px;
        color: #fff;
    }
    .cart-sidebar.cart-order-mobile .top-order-btn {
        display: block;
        position: fixed;
        top: 61px;
        width: 100%;
        background: #003949;
        left: 0;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }
    .cart-sidebar.cart-order-mobile .order-with-mobile {
        display: block;
        padding: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .cart-sidebar.cart-order-mobile .order-with-mobile a {
        font-size: 16px;
        padding: 15px 0;
        display: block;
    }
    .cart-sidebar.cart-order-mobile .cartView.cartformobile {
        display: none;
    }
    .cart-sidebar-inner .card-item-added .col-md-7 {
        width: 60%;
    }
    .cart-sidebar-inner .card-item-added .col-md-5 {
        width: 40%
    }
    .sidebar-button-wrapper .button-main {
        width: 100%;
        margin: 0 0 10px;
        font-size: 12px;
    }
    .nav.nav-tabs.nav-panel-wrapper.nav-panel-wrapper-open {
        transform: translateX(0px);
        overflow: auto;
    }
    .product-main .nav-panel-wrapper .nav-link {
        margin: -1px 0 13px;
    }
    /*filter*/
    .mobile-filter li {
        width: 25%;
        float: left;
        list-style: none;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
    }
    .mobile-filter ul {
        overflow: hidden;
        margin: 0;
    }
    .mobile-filter {
        display: block;
        position: fixed;
        bottom: 0;
        background: #fff;
        border-top: 1px solid #d9d7d7;
        width: 100%;
        z-index: 200;
        padding: 10px 0 4px;
    }
    .mobile-filter li img {
        width: 25px;
        height: 25px;
    }
    .mobile-filter li span {
        display: block;
        padding-bottom: 5px
    }
    /* main {
        overflow: hidden;
    } */
    .modal-cart-filter .modal-header.header-flex,
    .modal-filter .modal-header.header-flex {
        padding: 12px 17px;
        background: #faf6f3;
        margin: 0;
    }
    .modal-cart-filter .modal-header.header-flex img,
    .modal-filter .modal-header.header-flex img {
        width: 13px;
    }
    .modal-cart-filter .modal-header.header-flex div h3,
    .modal-filter .modal-header.header-flex div h3 {
        font-size: 20px;
        font-family: 'montserratsemibold';
        margin: 0;
    }
    .modal-cart-filter button.close,
    .modal-filter button.close {
        padding: 17px !important;
        font-size: 15px;
        color: #dc6e42;
        opacity: 1;
        font-weight: 400
    }
    .modal-cart-filter .modal-content,
    .modal-filter .modal-content {
        border-radius: 0;
        border: 0;
    }
    .modal-content {
        border: 0;
    }
    .sort-by div i {
        margin-right: 10px;
        width: 20px;
        text-align: center;
    }
    .sort-by div {
        margin: 6px -16px;
        padding: 8px 12px;
        border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    }
    div#modal-filter h4,
    div#modal-cart-filter h4 {
        font-size: 16px;
        font-weight: 500;
        font-family: 'montserratsemibold';
    }
    .radio-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .fllter-by {
        padding-bottom: 24px;
    }
    .cat-tabs .sidebar-category {
        display: none;
    }
    .fil-label label {
        font-size: 11px;
        text-transform: uppercase;
        padding: 5px 13px;
        border: 1px solid #d9d7d7;
        border-radius: 50px;
        color: #dc6e42;
    }
    .rat-filter a {
        color: #dddbdb;
    }
    .modal-cart-filter .modal-dialog,
    .modal-filter .modal-dialog {
        height: 100%;
        margin: -1px;
        display: flex;
        align-items: flex-end;
        background: rgba(79, 79, 79, 0.1);
    }
    .about-for-mobile .modal-dialog {
        height: 100%;
        margin: 0;
        display: flex;
        align-items: flex-end;
    }
    .modal-address .modal-dialog {
        height: 100%;
        margin: 0;
        display: flex;
        align-items: flex-end;
    }
    .modal-address.modal-add-address .modal-dialog {
        align-items: flex-start;
        background: #fff;
    }
    .modal-address.modal-add-address .modal-content {
        max-height: 100%;
    }
    .modal-address .modal-content {
        max-height: 580px;
        overflow: auto;
    }
    .modal-address .modal-header.header-flex {
        background: #faf6f3;
    }
    .modal.fade.modal-filter .modal-dialog,
    .modal.fade.modal-cart-filter .modal-dialog,
    .modal.fade.about-for-mobile .modal-dialog,
    .modal.fade.location-header .modal-dialog,
    .modal.fade.modal-address .modal-dialog,
    .modal.fade.modal-prize-ideal .modal-dialog {
        transition: none;
        transform: none;
    }
    .modal.show.modal-filter .modal-dialog,
    .modal.show.modal-cart-filter .modal-dialog,
    .modal.show.about-for-mobile .modal-dialog,
    .modal.show.location-header .modal-dialog,
    .modal.modal-address.show .modal-dialog,
    .modal.show.modal-prize-ideal .modal-dialog {
        transform: translate(0, 0);
    }
    .sort-by {
        margin: -23px 0;
    }
    .cart-sidebar-inner {
        background: #fff;
        padding: 6px;
        border-radius: 0;
    }
    .address-detail {
        padding: 0px 0px;
        margin: 14px 0;
        height: auto;
    }
    .account-page {
        overflow: auto;
    }
    .order-img {
        display: none;
    }
    .add-title h4.h4 {
        font-size: 16px;
        display: block;
        padding-bottom: 5px;
        margin: 0;
    }
    .account-page .row.row-height {
        height: auto;
        display: block;
    }
    .map-img {
        height: 300px;
    }
    .address-page .col-box-right {
        padding-left: 9px;
        margin-left: 2px;
    }
    .address-page .bottom-detail ul li {
        margin-right: 2px;
        font-size: 9px;
        margin-bottom: 0;
    }
    .address-page .col-box-left {
        width: 100px
    }
    .address-page .rattings {
        font-size: 10px;
    }
    .login-signuplogo {
        width: 100%;
        height: auto;
    }
    .LoginInfoDiv,
    .RegisterInfoDiv,
    .OTPAddDiv {
        width: 100%;
    }
    .login-right {
        height: auto;
    }
    .login-right .form-details-wrapper {
        flex-wrap: wrap;
    }
    .login-signuplogo img {
        width: 60px;
        margin: 10px 0;
    }
    .nav-bar-brand img.mobile-logo {
        width: 50px;
    }
    .create-account a {
        display: inline-block;
        color: #fff !important;
        background: #dc6e42;
    }
    .MobileVerLableDiv {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .welcomeDiv {
        margin-bottom: 20px;
        width: 100%;
    }
    .cat--section2 .nav.nav-tabs::-webkit-scrollbar {
        height: 0;
    }
    .mobile-btn-none {
        display: none;
    }
    .mobile-btn-visible {
        display: block;
    }
    .col-box-wrapper-inner {
        min-height: 130px;
    }
    .forsearch-withmenu {
        background: #eee;
        padding: 15px;
        margin: 0 -15px;
    }
    .forsearch-withmenu .SearchInput {
        border: 0 !important;
        width: calc(100% - 90px);
    }
    .forsearch-withmenu .SearchInput input {
        background: transparent;
    }
    .cat--section2 {
        position: relative;
    }
    .cat--section2 .mobile-cat-menu {
        position: absolute;
        z-index: 9999;
        right: 10px;
        top: 20px;
    }
    .cat--section2 .mobile-cat-preference {
        position: absolute;
        z-index: 9999;
        right: 10px;
        top: 20px;
    }
    .tab-content.container-fluid.cat-tabs .row.space-wrapper {
        padding-top: 0;
    }
    .cat--section2 .nav.nav-tabs.nav-panel-wrapper {
        padding-bottom: 60px;
    }
    .tab-card .header-tabs {
        background: #faf6f3;
    }
    .tab-card .header-tabs .h3 {
        /* color: #000;*/
        font-size: 16px;
        font-family: 'montserratbold';
        padding-top: 10px;
    }
    .tab-card .header-tabs p {
        display: block;
        color: #fff;
        margin-top: 10px;
    }
    span.basket-bag i {
        font-size: 22px;
    }
    span.basket-bag {
        position: relative;
        margin-left: 10px;
    }
    span.basket-bag b {
        color: #fff;
        font-size: 11px;
        background: #dc6e42;
        border-radius: 50%;
        display: inline-block;
        width: 15px;
        height: 15px;
        line-height: 15px;
        margin-left: -8px;
        position: relative;
        top: 3px;
    }
    .top-main-mobile a.back-arrow {
        position: fixed;
        /* commented kiran z-index: 100;*/
        z-index: 99;
        left: 10px;
        top: 17px;
    }
    .top-main-mobile a.back-arrow img {
        width: 30px;
    }
    .top-main-mobile header .nav-bar-brand {
        left: 30px;
    }
    .product-main-navigation {
        position: sticky;
        position: -webkit-sticky;
        top: -1px;
        /*z-index: 0; - 15092023*/
        z-index: 99;
        margin-left: -5px;
        margin-right: -3px;

    }
    .top-main-mobile .topbar-address-select {
        margin-left: 50px !important;
    }
    .location-header .modal-dialog {
        height: 100%;
        margin: 0;
    }
    .location-header .googlePopModel {
        min-height: 100% !important;
        max-height: 100% !important;
        padding: 10px;
    }
    .location-header .modal-body {
        padding: 0;
    }
    .location-header .address-main-list {
        max-height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .pac-container {
/*        width: 278px !important;*/
    }
    .SearchDiv.mb-3 {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 112;
    }
    .AddressSelectDiv {
        border: 0 !important;
        padding: 0 !important;
    }
    .image-type {
        margin-right: 15px;
    }
    .about-address,
    .about-spin-wheel,
    .about-restaurant {
        border-bottom: 1px solid #bcbcbc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    a.mobile-address-btnadd {
        color: #dc6e42;
        font-size: 16px;
        text-transform: capitalize;
        font-family: 'montserratsemibold';
    }
    a.mobile-address-btnadd i {
        margin-right: 10px;
    }
    .modal-prize-ideal.show .modal-dialog {
        margin: 0;
    }
    .top-main-mobile {
        position: relative;
        z-index: auto;
    }
    .top-main-mobile header {
        position: fixed;
        top: 0;
    }
    main.mainproduct {
        padding-top: 0px;
    }
    .top-main-mobile .mat-drawer-content {
        z-index: inherit;
    }
    /* New payment mobile */
    .mb-head-sec {
        border: 1px solid #bcbcbc;
        padding: 10px;
        display: flex;
        align-items: center;
    }
    .new-mobile-payment {
        border: 1px solid #bcbcbc;
        padding: 10px;
        margin-bottom: 50px;
    }
    .card.checkout-card {
        margin-bottom: 10px;
    }
    .card.checkout-card .new-mobile-payment .header-tabs {
        background: transparent;
        border-bottom: 0;
        padding: 0;
    }
    .left-md img {
        width: 30px;
        height: auto;
        display: block;
    }
    .right-md {
        margin-left: 10px;
    }
    .right-md h2 {
        font-size: 14px;
        margin: 0;
        font-family: 'montserratbold';
    }
    .right-md p {
        font-size: 14px;
        margin: 0;
    }
    .mobile-profile-popup .modal-dialog {
        margin: 0;
    }
    .mobile-profile-popup .modal-dialog {
        margin: 0;
    }
    /* .mobile-profile-popup .modal-content {
        height: 100%;
    } */
    .mobile-profile-popup .prouct-with-scroll.vouchar-scroll .modal-content {
        max-height: 100%;
        padding-bottom: 45px;
    }
    .mobile-profile-popup .prouct-with-scroll .add-item-btn {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        margin: 0;
    }
    .mobile-profile-popup.modal.show .modal-dialog,
    .mobile-profile-popup.modal.fade .modal-dialog {
        transform: none;
        transition: none;
        height: 100vh;
        background: #fff;
    }
    .right-md .address-delivery-msg {
        font-weight: 400 !important;
        margin-top: 0 !important;
    }
    .right-md h3 {
        font-size: 15px;
        color: #bcbcbc;
        margin: 0;
    }
    .mobile-profile-popup .form-wrapper textarea {
        width: 100%;
        height: 100px;
        border: 1px solid #bcbcbc;
        border-radius: 3px;
        padding: 10px;
        color: #000;
        font-family: 'montserratsemibold';
    }
    .mobile-profile-popup .form-wrapper {
        padding: 0;
    }
    .mobile-profile-popup .modal-header {
        background: #dc6e42;
        border-radius: 0;
    }
    .mobile-profile-popup .modal-header h6 {
        color: #fff;
    }
    a.update-mobile {
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: #dc6e42;
        display: block;
        text-align: center;
        color: #fff;
        position: fixed;
        left: 0;
        bottom: 0;
        font-size: 22px;
        font-weight: 700;
    }
    .col-md-12.timings-mb {
        padding: 0;
    }
    .timings-mb span {
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid #bcbcbc;
        margin-bottom: 5px;
        padding: 10px;
    }
    .timings-mb span img {
        margin-right: 10px;
        width: 30px;
        display: block;
        height: auto;
    }
    .toast-container .ngx-toastr {
        width: 360px !important;
        margin: 0 auto !important;
    }
    .toast-top-right {
        top: 80px !important;
        right: 0 !important;
        left: 0 !important;
    }
    .infonew-text,
    span.order-info {
        display: none;
    }
    .preferedcheckbox {
        margin-top: 0 !important;
    }
    .preferedcheckdiv{
        margin-top: 10px;
    }
    /*.input-chk {
        margin-bottom: 7px;
        font-size: 15px;
        border: 1px solid #bcbcbc;
        margin: 0 15px;
        width: 100%;
        padding: 10px;
    }*/

    .addbtnpopup{
        margin-left: 32% !important;
        width: 60% !important;
    }
    .btnChangeMcart{
        font-size: 14px;
    }
    .restflag{
        font-size: 10px !important;
    }
    .addedtocartmsg{
        margin: 0px 10% !important;
    }
    .bs-tooltip-auto[x-placement^=top] .arrow::before,
    .bs-tooltip-top .arrow::before {
        margin-left: 3px;
    }

    #sidebar-menu{
        width: calc(80vw) !important;
    }

    .item_options_content{
        height: 100%;
        padding: 0;
        max-height: 100% !important;
    }
    .item_option_main{
        height: 100%;
    }
    .item_options_dialog{
        height: 100%;
        margin: 0;
    }
    .restmin-order-text {
        margin-bottom: 50px;
    }
    .top-order-btn{
        background: #f9f6f3 !important;
    }
    .top-order-btn > a{
        color: #000 !important;
    }

    .tab-content-restpage{
        padding-top: 0 !important;
    }
    .new-mobile-payment {
        margin-top: 15%;
    }
    .cart-itm-box-m-tbl{
        max-height:calc(100vh - 155px) !important;
    }
    /*@kiran@01092023*/
    .product-top-div > .left--detail{
        max-width: 45%;
    }
    .product-top-div > .right--detail{
        max-width: 55%;
    }
    /*end*/
    a.scroll-down-arrow{
        bottom: 65px;
    }
}

@media screen and (max-width: 4050px) and (min-width: 600px) {
    .addedtocartmsg{
        margin: 0 0 0 2% !important;
        /* width: 48% !important; */
        width: auto !important;
    }
    .prouct-with-scroll .add-item-btn {
        position: relative;
        bottom: 10px;
        width: 100%;
    }
    .selected_addressdiv > h2 {
        font-size: 20px;
    }

    /*table-order*/
    .container-fluid-tbl-cht{
        padding-left: 10rem;
        padding-right: 10rem;
        padding-bottom: 0 !important;
    }
    .checkout-table-btn-div{
        padding-left: 10rem;
        padding-right: 10rem;
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .checkout-table-btn-div > div{
        position: relative;
    }
    .table-bill-data td,.table-cart-data td{
        font-size: 16px !important;
    }
    /*end*/
}

p.mb-payment {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.line-through-text {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.voucher-card {
    border: 1px solid #bcbcbc;
    padding: 5px;
    margin-bottom: 15px;
}

.float-r {
    float: right;
}

.voucher-image {
    width: 10%;
    margin-right: 12px;
}

.half-opacity {
    opacity: 0.5;
}

.orange-txt {
    color: #dc6e42 !important;
}


/* Responsive Ends */


/* Cookie popup */

.cc-theme-edgeless.cc-window {
    padding: 10px !important;
}

a.cc-btn.cc-deny {
    background: black !important;
    margin-right: 8px !important;
}

.cc-revoke.cc-bottom {
    display: none !important;
}

.cc-revoke,
.cc-window {
    font-family: montserratregular !important;
}

.cc-message {
    font-size: 13px;
}

a.cc-link {
    display: none;
}

.mobile-pref-div,
.mobile-pref-web-div {
    display: flex;
    border: 1px solid #bcbcbc;
    padding: 5px;
    font-size: larger;
}

.preference-icon {
    color: #000;
    font-size: large;
    /* margin-top: 3px; */
}

.preference-label {
    color: black;
    margin-top: 2px;
}

.pref-description {
    margin-left: 25px;
    font-size: small;
}

.web-pref {
    width: auto; /*145px;*/
    float: right;
}

select#delivery-pickup-pref option[value="1"] {
    background-image: url('/../assets/img/m-delivery.svg');
}

select#delivery-pickup-pref option[value="2"] {
    background-image: url('/../assets/img/m-delivery.svg');
}

.modal-header-product {
    margin: 0px !important;
}

.pref-icon {
    font-size: 17px;
}


/* end cookie */

.rate-comment{
    margin-top: 5px;
}
.comment-sec{
    max-width: 68%;
}
.review-body-inner{
    padding: 10px 15px;
}

.text-right{
    text-align: right;
}

label{
    margin-bottom: 0.5em;
}

.ml-2{
    margin-left: 0.5rem!important;
}
.mr-1{
    margin-left: 0.25rem!important
}
.ml-1{
    margin-left: 0.25rem!important
}
.mr-2{
    margin-right: 0.5rem!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.note-add-btn {
    color: #dc6e42;
}
.note-cancle-btn {
    color: #000;
}
.restmin-order-text {
   background: #dc6e42;
   color: #fff;
   padding: 10px;
   font-size: 13px;
   margin: 10px 0px;
}

.cartinfoside-left > label{
  display: block;
  line-height: 30px;
}
.cartinfoside-right > span{
  display: block;
  line-height: 30px;
}

.hide{
    display: none;
}
.show{
    display: block;
}
.show-flex{
    display: flex;
}

.address-page, .change-password, .view-profile-main, .restaurant-main, .maincheckout, .mainproduct , .ratting { margin-top: 62px; }

.qtyboxdivmain{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.qtybox{
    text-align: center;
    position: absolute;
    width: 100%;
}
.timesloat-added-mdesign,.tip-value-mdesign,.mb_delivery_note_value{
    color: #000 !important;
}

/* Styles for screens smaller than 360px */
@media screen and (max-width: 359px) {
    .cart-sidebar-mobile-btn{
        font-size: 14px;
        padding: 10px 5px;
    }
    .btnChangeMcart {
        font-size: 11px;
    }
    /* //@kiran@20112024 */
    .cart-sidebar-mobile-btn.cart-check-btn{
        font-size: 16px;
        padding: 15px 5px;
    }
    .cart-sidebar-mobile-btn.additembtn{
        font-size: 16px;
        padding: 15px 5px;
    }
}


/*Qty plus-minus new-design @9-oct-23*/
.qun-add{
    display: flex;
    padding: 5px 5px;
    border: 0;
    margin-right: 0px;
    padding-top: 0px;
}
.qun-add input{
    font-size: 12px;
    width: 25px;
}
.qun-add > img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.right--detail{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.qun-add-pscreen{
    width: 40%;
    height: 35px;
    margin: 0px 5px -10px 0;
}
.add-item-btn.btnTableCheckout {
    padding: 5px 0px;
}
/*End*/