@font-face {
    font-family: 'CardoBold';
    src: url('fonts/CardoBold.eot');
    src: url('fonts/CardoBold.eot') format('embedded-opentype'),
        url('fonts/CardoBold.woff2') format('woff2'),
        url('fonts/CardoBold.woff') format('woff'),
        url('fonts/CardoBold.ttf') format('truetype'),
        url('fonts/CardoBold.svg#CardoBold') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/SourceSansProRegular.eot');
    src: url('fonts/SourceSansProRegular.eot') format('embedded-opentype'),
        url('fonts/SourceSansProRegular.woff2') format('woff2'),
        url('fonts/SourceSansProRegular.woff') format('woff'),
        url('fonts/SourceSansProRegular.ttf') format('truetype'),
        url('fonts/SourceSansProRegular.svg#SourceSansProRegular') format('svg');
}

@font-face {
    font-family: 'SourceSansProSemiBold';
    src: url('fonts/SourceSansProSemiBold.eot');
    src: url('fonts/SourceSansProSemiBold.eot') format('embedded-opentype'),
        url('fonts/SourceSansProSemiBold.woff2') format('woff2'),
        url('fonts/SourceSansProSemiBold.woff') format('woff'),
        url('fonts/SourceSansProSemiBold.ttf') format('truetype'),
        url('fonts/SourceSansProSemiBold.svg#SourceSansProSemiBold') format('svg');
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/RobotoMedium.eot');
    src: url('fonts/RobotoMedium.eot') format('embedded-opentype'),
        url('fonts/RobotoMedium.woff2') format('woff2'),
        url('fonts/RobotoMedium.woff') format('woff'),
        url('fonts/RobotoMedium.ttf') format('truetype'),
        url('fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
        url('fonts/RobotoRegular.woff2') format('woff2'),
        url('fonts/RobotoRegular.woff') format('woff'),
        url('fonts/RobotoRegular.ttf') format('truetype'),
        url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'RobotoThin';
    src: url('fonts/RobotoThin.eot');
    src: url('fonts/RobotoThin.eot') format('embedded-opentype'),
        url('fonts/RobotoThin.woff2') format('woff2'),
        url('fonts/RobotoThin.woff') format('woff'),
        url('fonts/RobotoThin.ttf') format('truetype'),
        url('fonts/RobotoThin.svg#RobotoThin') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/*COMMON CSS==================================================*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'RobotoRegular';
    font-weight: 400;
    color: #000000;
    font-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: #ffffff;
}
.hidden{
    height: 100vh;
    overflow: hidden;
} 
.hidden body{
    height: 100vh;
    overflow: hidden;
    float:left;
}
body,
html,
div,
p,
span,
ul,
li,
ol,
a,
img,
label,
form,
iframe,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
    text-decoration: none;
    list-style-type: none;
}

/*--------------------*/
a {
    color: #000000;
}

/* a:hover {
    color:#289898;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    display: inline-block;
    width: 100%;
    font-weight: 100;
}

h1 {
    font-size: 6.0rem;
}

h2 {
    font-size: 5.0rem;
}

h3 {
    font-size: 3.2rem;
    line-height: 30px;
}

h4 {
    font-size: 2.0rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

tr {
    border-bottom: 1px solid #A0A0A0;
}

td {
    position: relative;
}

em {
    color:#289898;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 20px;
    font-size: 25px;
    color: #ffffff;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    transform: rotate(-90deg);
    background-color: #289898;
z-index: 1;
display: none;
width: 40px;
text-align: center;
height: 40px;
line-height: 39px;
border-radius: 50%;
-webkit-transition: .4s;
transition: .4s;
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0px 0px 10px 5px rgba(126, 71, 71, 0.6);
-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
}
.open-service-popup i{
    display: none;
}
.open-service-popup {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    font-size: 25px;
    color: #ffffff;
    background-image: url(../images/contact-mail.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position:center;
    /* transform: rotate(-90deg); */
    background-color: #289898;
    z-index: 1;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 39px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.6);  -webkit-box-shadow: 0px 0px 10px 5px rgba(126, 71, 71, 0.6);  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.6);
    }

.desk-only {
    display: block !important;
}

.mob-only {
    display: none !important;
}

.header-wrap.desk-only{ display: flex !important;}
.header-wrap.mob-only{ display: none !important;}
/*--------------------*/
/*FORM ELEMENTS============================================================*/
input,
textarea,
select,
form,
label,
button,
div.select-box,
div.select-box select,
i.chk,
i.rdo {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: 1.3rem;
    font-weight: 400;
}

/*----------*/
input[type=text],
input[type=password],
input[type=number],
textarea {
    float: left;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px;
    resize: none;
    background-color: #f5f8fa;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 0;
    border: 1px solid #e0e4e5;
    background-color: #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

button {
    outline: 0;
}

a img {
    border: 0px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #333333;
}

textarea {
    border: 0;
    background-color: #e0e4e5;
    padding: 10px;
    height: 100px;
}

/*--------------------*/
th {
    font-weight: 500;
    min-height: 42px;
}

/*ERROR MESSAGE==================================================*/
p.e {
    float: left;
    width: 100%;
    margin: 5px 0 0 !important;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: red !important;
    font-weight: normal;
}

/* .err input[type=text], .err input[type=password], .err textarea, .err .mx-list{ border:1px solid red;} */
/*--------------------*/
label {
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
    /* text-transform:uppercase; */
    color: #000000;
    font-size: 1.4rem;
}

p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*BUTTON CSS==================================================*/
a.button,
input.button,
.mx-btn .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color:#289898;
padding:10px 24px;
color:#ffffff;
border:1px solid transparent;
cursor:pointer;
text-transform:uppercase;
transition:all ease-in-out 0.3s;
min-width:80px;
text-align:center;
border-radius:5px;
-webkit-border-radius:5px;
}

a.button i,
input.button.fa {
    font-size: 1.4rem;
}

a.button:hover,
input.button:hover,
.mx-btn .btn:hover {
background-color: #ffffff;
border:1px solid #289898;
color:#289898;

}

a.button:before,
input.button:before {
    font-family: 'FontAwesome';
}

.button.fa-save:before {
    display: none;
}

/*BTN CSS==================================================*/
a.btn,
input.btn {
    display: inline-block;
    margin-left: 5px;
    height: 28px;
    line-height: 1;
    background: none;
    border: 1px solid #bebebe;
    padding: 7px 10px;
    color: #000000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    min-width: 80px;
    text-align: center;
    vertical-align: top;
}

a.btn:hover,
input.btn:hover {
    color:#289898;
border:1px solid #{{primarycolor}
}

;
}

a.btn:before,
input.btn:before {
    font-family: 'FontAwesome';
}

/*DEL BUTTON CSS==================================================*/
a.del {
    display: inline-block;
    width: 25px;
    height: 26px;
    border: 1px solid #ffffff;
    position: relative;
}

a.del:before,
a.del:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5px;
    margin-top: -7px;
    transition: all ease-in-out 0.3s;
}

a.del:before {
    transform: rotate(45deg)
}

a.del:after {
    transform: rotate(-45deg)
}

a.del:hover {
    background:#289898;
border:1px solid #{{primarycolor}
}
}

a.del:hover:before,
a.del:hover:after {
    background:#289898;
}

a.del:hover:before {
    transform: rotate(-45deg);
    background: #fff;
}

a.del:hover:after {
    transform: rotate(45deg);
    background: #fff;
}

/*ADD BUTTON CSS==================================================*/
a.add {
    display: inline-block;
    width: 26px;
    height: 27px;
    border: 1px solid #a0a0a0;
    position: relative;
}

a.add:after,
a.add:before {
    content: "";
    width: 1px;
    height: 13px;
    background: #a0a0a0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5px;
    margin-top: -7px;
    transition: all ease-in-out 0.3s;
}

a.add:after {
    width: 1px;
    height: 13px;
    margin-top: -7px;
    margin-left: 0px;
}

a.add:before {
    width: 13px;
    height: 1px;
    margin-top: -1px;
    margin-left: -6px;
}

a.add:hover {
    background:#289898;
border:1px solid #289898;
}

a.add:hover:after,
a.add:hover:before {
    background: #fff;
}

a.add:hover:after,
a.add:hover:before {
    transform: rotate(180deg);
}

/*POPUP ----------------*/
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10011;
    background: rgba(0, 0, 0, 0.6);
}

.popup .body {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    min-width: 400px;
    max-width: 60%;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 15px;
    border: 3px solid #289898;
}

.popup a.del {
    right: 10px;
    top: 10px;
    position: absolute;
    border-radius: 100%;
    background-color: #289898;
color: #ffffff;
border:0;
}

.popup .content {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0;
    max-height: 75vh;
    overflow: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.popup a.del:hover {
    border: 0;
}

.cta-wrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.popup h6 {
    margin-bottom: 20px;
    font-family: 'SourceSansProSemiBold';
    font-size: 1.8rem;
}

.popup.contact-popup {
    width: 100%;
}

.popup.contact-popup .body {
    width: 90%;
    max-width: 320px;
}

.popup.contact-popup h3 {
    margin-bottom: 30px;
    font-size: 2.2rem;
}

/*MX DIALOGUE==================================================*/
div.mxdialog,
div#mxloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: auto;
    scrollbar-color: rgba(130, 130, 130, 0.3) rgba(130, 130, 130, 0.5);
    scrollbar-width: thin;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

div.mxdialog h2.title {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.mxdialog div.body {
    display: flex;
    background: #fff;
    border: 0px solid #A0A0A0;
    padding: 20px 12px 20px 24px;
    flex-flow: row wrap;
    position: relative;
    max-width: 400px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

div.mxdialog div.content {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    max-height: 75vh;
    overflow: auto;
    overflow-y: auto;
    scrollbar-color: rgba(130, 130, 130, 0.3) rgba(130, 130, 130, 0.5);
    scrollbar-width: thin;
    font-size: 1.4rem;
}

div.mxdialog div.mx-btn {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

div.mxdialog div.mx-btn a.button {
    margin: 0px 5px;
}

div.mxdialog h2 {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    font-family: 'SourceSansProSemiBold';
}

div.mxdialog textarea,
div.mxdialog div.select-box select,
div.mxdialog input[type=text],
div.mxdialog input[type=password],
div.mxdialog div.select-box:after {
    border: 1px solid #dcdcdc;
}

div.mxdialog h1,
div.mxdialog h3,
div.mxdialog h4,
div.mxdialog h5,
div.mxdialog h6 {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 1.6rem;
    font-weight: 500;
    color:#289898;
text-transform:uppercase;
}

div.mxdialog ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

div.mxdialog ul li {
    width: 100%;
    margin-bottom: 15px;
}

div.mxdialog ul li.cta {
    text-align: center;
}

div.mxdialog ul li.cta input[type="button"],
div.mxdialog ul li.cta .button {
    float: none;
    display: inline-block;
}

div.mxdialog ul li:last-child {
    margin-bottom: 0;
}

div.mxdialog ul li.half {
    width: calc(50% - 10px);
    margin: 5px 5px 15px;
}

div.mxdialog ul li.one-third {
    width: calc(33.3333% - 10px);
    margin: 5px 5px 15px;
}

div.mxdialog ul li.one-fourth {
    width: calc(25% - 10px);
    margin: 5px 5px 15px;
}

div.mxdialog a.del {
    position: absolute;
    width: 27px;
    right: 10px;
    top: 10px;
    background:#289898;
border-radius:100%;
-webkit-border-radius:100%;
border:0
}

div.mxdialog a.del:before,
div.mxdialog a.del:after {
    background: #fff;
}

div.mxdialog input[type=text],
div.mxdialog input[type=password],
div.mxdialog textarea {
    background: #fafafa
}




/*SELECT BOX CSS==================================================*/
div.select-box {
    float: left;
    width: 100%;
    height: 40px;
    position: relative;
    border: 1px solid #e0e4e5;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.select-box select {
    float: left;
    width: 100%;
    height: 40px;
    padding: 10px;
    outline: none;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    font-size: 1.3rem;
}

div.select-box select.default {
    color: #999999;
}

div.select-box select option {
    background: #ffffff;
    color: #828282;
    padding: 5px 20px;
    border: 0px;
    cursor: pointer;
    border-bottom: 1px solid #A0A0A0;
}

div.select-box select option:hover {
    background: #ffffff;
}

div.select-box:after {
    color: #000000;
    right: 13px;
    top: 5px;
    padding: 0px;
    position: absolute;
    pointer-events: none;
}

div.select-box:after {
    content: '\f107';
    right: 0px;
    top: 0px;
    width: 38px;
    height: 36px;
    font-family: 'FontAwesome';
    position: absolute;
    pointer-events: none;
    display: block;
    border-left: 1px solid #fafafa;
    background-color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 1.8rem;
    color: #a0a0a0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

/* div.select-box:hover:after{color:#000000;} */

/*MX-LIST CSS==================================================*/
.mx-list {
    float: left;
    width: 100%;
    padding: 0;
}

.mx-list li ul {
    margin-left: 20px;
}

.mx-list li {
    padding: 12px 7px 0px 0px !important;
    width: 100%;
    float: left;
}

.mx-list.linear li,
.linear li {
    width: auto;
    margin-right: 10px;
}

/*FILE UPLOAD==================================================*/
/* div.mx-file-upload {clear: both;float: left;width: 100%;padding: 5px;margin-top: 5px; }
div.mx-file-upload div.drop {float: right;width: 70px;height: 70px;background:#bebebe;text-align: center;vertical-align: middle; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s;}
table td div.mx-file-upload div.drop{ width:40px; height:40px;}
div.mx-file-upload div.drop:hover{ background:#289898;}
div.mx-file-upload div.drop a {display: block;float: left;width: 100%;height: 100%;color: transparent;line-height: 14px;padding: 5px;cursor: pointer;background-image:url(../images/ico-upload-file.png); background-repeat:no-repeat; background-size:26px; background-position:center center; }
table td div.mx-file-upload div.drop a{ background-size:20px;}
div.mx-file-upload div.drop input {display: none;}
div.mx-file-upload ul{float: left;margin: 0px;padding: 0px;height: 100%;width: calc(100% - 80px);}
div.mx-file-upload ul li {position: relative;width:65px;height:66px;margin: 2px;float:left;background-color:rgba(220,220,220,0.7);background-size:50px; background-repeat:no-repeat; background-position:center; padding:0; border:1px solid #a0a0a0;}
div.mx-file-upload ul li a{float:left; width:100%; height:64px; text-align:center; background-repeat:no-repeat; background-position:center; background-size:70%;}
div.mx-file-upload ul li img{ max-width:100%; max-height:96%; }
div.mx-file-upload ul li a.del{font-size: 1.0rem;line-height: 15px;display: inline-block;position: absolute;width: 15px;height: 15px;right: -8px;top: -8px;background-color: #289898;color:white; border-radius: 50%;text-align: center; display:none; border:0; z-index:1}
div.mx-file-upload ul li:hover a.del{display:block;}
div.mx-file-upload a.del:before, div.mx-file-upload a.del:after{height:9px; margin-top:-4.5px; border:0; background:#fff;}
div.mx-file-upload ul li a.no-img{float:left; width:100%; height:100%; background-color:#A0A0A0; background-repeat:no-repeat; background-position:center; background-image:url(../images/no-file.png); background-size:cover; line-height:200px; overflow:hidden;} */

/* a[ext="xlsx"]{ background-image:url(../images/ico-excel.png);}
a[ext="docx"]{ background-image:url(../images/ico-doc.png);}
a[ext="pdf"]{ background-image:url(../images/ico-pdf.png);}
a[ext="pptx"]{ background-image:url(../images/ico-ppt.png);}
a[ext="csv"]{ background-image:url(../images/ico-csv.png);}
a[ext="zip"]{ background-image:url(../images/ico-zip.png);}

a[ext="xlsx"] img,
a[ext="docx"] img,
a[ext="pdf"] img,
a[ext="pptx"] img,
a[ext="csv"] img,
a[ext="zip"] img{ display:none;}
 */
/*SCROLL BAR CSS===================================*/
::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: rgba(130, 130, 130, 0.3);
}

::-webkit-scrollbar-thumb {
    background:#289898;
padding:0px 0px;
}

/*PLACEHOLDER CSS====================================*/
::-webkit-input-placeholder {
    color: #999999
}

::-moz-placeholder {
    color: #999999
}

:-ms-input-placeholder {
    color: #999999
}

:-moz-placeholder {
    color: #999999;
}

/*PROGRESS BAR==================================================*/
div#mxloader {
    display: block;
    z-index: 6;
}

div#mxmsg {
    display: none;
    min-height: 30px;
    min-width: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 2.0rem;
    color: #289898;
background-color: #FFF;
}

div.progress {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    background: #828282;
    display: none;
}

.spinner {
    width: 100%;
    height: 100%;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: right;
    vertical-align: top;
    color: #dc0000;
    padding: 3px;
}

.spinner div {
    display: none;
}

fieldset {
    float: left;
    width: calc(100% - 30px);
    margin-left: 15px;
    border: 2px solid #dcdcdc;
    padding: 15px;
}

fieldset legend {
    font-size: 1.8rem;
}

fieldset legend h3 {
    font-size: 100%
}

img {
    width: 100%;
    max-width: 100%;
}

/*CUSTOM CHECKBOX CSS==================================================*/
i.chk {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important;
    line-height: 1.4rem
}

i.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

i.chk em {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    /*  background-color:#d9dee0; */
    border: 1px solid #289898;
z-index: 0;
font-style: normal
}

/* i.chk:hover input ~ em{background-color:#d9dee0;} */
i.chk input:checked~em {
    background-color:#289898;
}

i.chk em:after {
    content: "";
    position: absolute;
    display: none;
}

i.chk input:checked~em:after {
    display: block;
}

i.chk em:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*CUSTOM RADIO CSS==================================================*/
i.rdo {
    display: inline-block;
    width: auto;
    min-width: 14px;
    min-height: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important;
    margin-right: 20px;
    font-size: 1.6rem;
}

i.rdo input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

i.rdo em {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #d9dee0;
    z-index: 0;
    font-style: normal
}

i.rdo:hover input~em {
    background-color: #d9dee0;
}

i.rdo input:checked~em {
    background-color: #d9dee0;
}

i.rdo em:after {
    content: "";
    position: absolute;
    display: none;
}

i.rdo input:checked~em:after {
    display: block;
}

i.rdo em:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid 2b5d85;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

i.rdo input[type=radio]~em {
    border-radius: 100%;
}

i.rdo input[type=radio]~em:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #289898;
}

/*COMMON CSS ENDS====================================*/

.container {
    float: left;
    width: 100%;
    padding-top: 0px
}

.crz-ecom {
    overflow: hidden;
}

section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 50px;
    position: relative;
    /* height: 100%; */
}

section.hm-sldr {
    padding: 0;
}

/* .wrap980{max-width:980px; width:100%; margin: 0 auto;}
.wrap720{max-width:720px; width:100%; margin: 0 auto;} */
.wrapper {
    max-width: 1200px;
    width: 100%;
    
    padding: 0;
    margin: 0 auto;
}

.wrap414 {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
}

.flx {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pLR15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pL15 {
    padding-left: 15px;
}

.pTB50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pTB60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pB15 {
    padding-bottom: 15px;
}

.pB20 {
    padding-bottom: 20px;
}

.pt15 {
    padding-top: 15px;
}

.pad-0 {
    padding: 0;
}

.mar-0 {
    margin: 0 !important;
}

.marBT-10 {
    margin-bottom: 10px
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.row .checkbox-disabled *:not(input) {
    opacity: 0.7;
    pointer-events: none;
}

.disable {
    opacity: 0.5;
}

.link-btn {
    color:#289898;
font-weight:600;
}

iframe {
    width: 100%;
    float: left;
}

/*switch button======================*/
label.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    vertical-align: middle;
    margin-left: 0;
    margin-bottom: 0;
    float: none;
}

.switch input {
    display: none;
}

.round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d6d9dc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

input:checked+.round {
    background-color: #289898;
}

.round:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: -2px;
    bottom: -2px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

input:checked+.round:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/*switch button end======================*/


.slick-arrow {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    z-index: 1;
    cursor: pointer;
}

.slick-arrow:before {
    font-family: "FontAwesome";
    font-size: 50px;
    display: inline-block;
    text-align: center;
    background: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #233340;
    font-weight: 600;
}

ul.slick-dots {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: -20px;
    z-index: 1;
}

ul.slick-dots li {
    display: inline-block !important;
    float: none !important;
    opacity: 1 !important;
    background: none;
    width: auto !important;
    height: auto;
    outline: none;
    margin: 0px 5px !important;
    opacity: 1;
    padding: 0;
}

ul.slick-dots li button {
    background: transparent;
    border:1px solid #289898;
width:12px;
height:12px;
padding:0;
border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius:100%;
line-height:50px;
overflow:hidden
}

/* ul.slick-dots li button:before{ background:none; color:#fff} */
ul.slick-dots li.slick-active button {
    background:#289898;
}

ul.slick-dots li.slick-active button:before {
    color:#289898;
}

/*MAP SECTION===========*/
.map {
    height: 640px;
    overflow: hidden;
}

.map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/*MAP SECTION END===========*/

/*404 page ===============================================================*/
.page-404 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    height: 100vh;
    flex-flow: row wrap;
    margin-top: -120px;
}

.page-404 .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    text-align: center;
}

.page-404 .content .img-box {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.page-404 .content .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-404 .content .data {
    position: absolute;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    max-width: 600px;
}

.page-404 h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 24rem;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color:#289898;
}

.page-404 h3 {
    font-size: 3.6rem;
    text-transform: uppercase;
    font-family: 'SourceSansProSemiBold';
    margin-bottom: 10px;
}

.page-404 p {
    font-size: 1.8rem;
}

.page-404 a.button {
    margin-top: 15px;
}

/*payment-fail page ===============================================================*/
.address.payt-fail {
    padding: 50px 0;
}

.layout.payment-fail .row {
    align-items: center;
}

.layout.payment-fail .row ul {
    text-align: center;
}

.layout.payment-fail .row ul li {
    border: 0;
}

.layout.payment-fail h3 {
    margin: 20px 0;
    color:#289898;
}

.layout.payment-fail .layout-wrap {
    max-width: 330px;
    margin: 0 auto;
}

.layout.payment-fail a.button {
    margin-top: 10px;
}


/*SIDEBAR===============================================================*/

/*rangeslider css===============================================================*/
/* body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default, body .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {border: 1px solid #a18985;background: #a18985;border-radius: 50%;} */
.range-display {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
    border: 0 !important;
    border: 0;
    color: #289898;
font-size: 14px;
}

body .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

body .ui-slider-horizontal {
    height: 6px;
    float: left;
    width: 100%;
}

body .ui-slider-range {
    background: #289898;
}

body .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background: #289898;
border-radius: 50%;
border: 1px solid #289898;
}

/* body .tab-content .accord-data .irs--round .irs-handle{width: 15px;height: 15px;  border: none;background-color: #a18985;top: 30px;}
 body .tab-content .accord-data .irs--round .irs-bar{background-color: #f75b4a;height:5px;}
 body .tab-content .accord-data .irs--round .irs-from, body .tab-content .accord-data .irs--round .irs-to, body .tab-content .accord-data .irs--round .irs-single{background-color: #f75b4a;top: 5px;}
 body .tab-content .accord-data .irs--round .irs-from:before, body .tab-content .accord-data .irs--round .irs-to:before, body .tab-content .accord-data .irs--round .irs-single:before{border-top-color: #f75b4a;} */


/*HEADER CSS START====================================*/
header {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);

    position: fixed;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    z-index: 9;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.logo-wrap {

    display: flex;
    margin: 0;
    padding: 0;
}

.hdr-buton-wrap {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 15px 0 0;

}

.link-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.link-list li {

    display: flex;
    align-items: center;
    margin: 0 15px;
    padding: 0;
    position: relative;

}

.link-list li a {

    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    padding: 8px 0;
    font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;


}

.link-list li a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;

    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

.hdr-btn{width: auto;
    display: inline-block;
    padding: 13px 24px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-left: 1px;
    text-transform: uppercase;
     background: #289898;}



.link-list li.search a::before {
    background-image: url(../images/foodtemp/search.svg);
}
.link-list li.search.active a::before {
    background-image: url(../images/foodtemp/close.svg);
    width: 20px;
    height: 20px;
}

.link-list li.cart a::before {
    background-image: url(../images/foodtemp/cart.svg);
    width: 20px;
    height: 20px;
}

.link-list li.logout a::before {
    background-image: url(../images/foodtemp/logout.svg);
}
.link-list li.contact a::before {
    background-image: url(../images/foodtemp/contact.svg);
    width: 20px;
    height: 20px;
    display: none;
    
}
.link-list li.cart a span{  width: 15px; height: 15px; border-radius: 100%; overflow: hidden; color: #ffffff; font-size: 10px;
     display: flex;align-items: center; justify-content: center;  padding: 5px; position: absolute;left: 15px; top: 5px; background: #289898;}



/* .link-list li a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/foodtemp/search.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
} */

.logo {
    display: inline-block;
    max-width: 150px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

header a.fa-save::before {
    display: none;
}






.link-list li .form-list li{flex-flow: row wrap;}
.link-list li .search-wrap .form-list li{margin: 0;}



.search-wrap {
    display: flex;
    position: absolute;
    right: 100px;
    top: 0;
    align-items: center;
    width: 500px;
    transition: all ease-in-out 0.3s;
    visibility: hidden;
    opacity: 0;
}

.search-box {
    padding: 1px 0px 0 20px;
    width: 100%;
    position: relative;
    display: flex;
}

.search-box form {
    width: 100%;
    float: left;
}

.search-box form .form-list li label {
    display: none;
}
/* .search-box p.e{display: none !important;} */
.search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0);
    padding: 0;
   
    color: #ffffff;
    width: 50px;
    height: 38px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #289898;
}
.link-list li .search-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 1px;
    transform: translateY(0);
    padding: 0;
    background: #289898;
color: #ffffff;
width: 45px;
height: 35px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
}

.search-box a .fa {
    font-size: 20px;
}

.link-list li.search.active .search-wrap{visibility: visible; opacity: 1;}

header .search-box input[type=text] {
    background-color: #ffffff;
    
    height: 35px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.notification a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.notification a span {
    position: absolute;
    right: -10px;
    top: 0px;
    background-color: red;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.2rem;
}

.menu-header {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #289898;
}

.header-wrap {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 0;
    justify-content: space-between;
}
section.category-main{background-color: #F5F2E4; margin-top: 65px;}
.menu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.menu-wrap ul {
    display: inline-block;
    float: left;
   width: 100%;
   padding: 0 50px;
}

.menu-wrap ul li {
    margin: 0px;
   float: left;
   width: auto;
   padding: 0;
}
.menu-wrap ul .slick-track{ display: inline-block;width: 100%;}
.menu-wrap ul li a {
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'RobotoRegular';
    border: 1px solid transparent;
    padding: 10px;
    transition: all ease-in-out 0.3s;
}

.ico-wrap.logout {
    padding: 0 0 0 10px;
}

ul.menu-list li a {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 18px 22px;
    color: #000000;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

ul.menu-list li a:hover,
ul.menu-list li a.active {
    color:#ffffff;
    background: #289898;
  
}

.social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.social ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social ul li {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.social ul li .fa {
    font-size: 22px;
}

header .wrapper {
    display: flex;
}

.social ul li img {
    width: 20px;
}

.social ul li.cart span {
    width: 15px;
    height: 15px;
    background: #289898;
border-radius: 100%;
position: absolute;
font-size: 10px;
text-align: center;
line-height: 15px;
color: #ffffff;
right: 0;
top: 3px;
}

#nav-icon {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 98;
    display: none;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav-icon span:nth-child(even) {
    left: 50%;
}

#nav-icon span:nth-child(odd) {
    left: 0;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
    top: 0;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
    top: 8px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
    top: 16px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
    left: 4px;
    top: 5px;
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 5px;
}

#nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon.open span:nth-child(5) {
    left: 4px;
    top: 12px;
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 12px;
}

/*HEADER CSS END====================================*/

/*================================retail page templeat 3 =================================================================*/
.restaurant {
    background-color: #f6f5f0;
    margin-top: 0px;
}

div.title {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0;
    font-family: 'RobotoMedium';
    text-align: center;
}

div.title h3 {
    width: auto;
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: bold;
}

/* div.title h3:after {
    content: "";
    display: inline-block;
    background-image: url(../images/foodtemp/after-img.svg);
    width: 230px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.title-img{display: inline-block;
    width: 230px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: unset;}

.restaurant a.button,
.restaurant input.button,
footer .button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
   font-size: 1.4rem;
padding: 15px 30px;
color: #ffffff;
cursor: pointer;
text-transform: uppercase;
transition: all ease-in-out 0.3s;
text-align: center;
border-radius: 5px;
height: auto;
background-color: #289898;
}

.img-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

/*category-list*/
/* .restaurant .category {
    background: #ffffff;
    padding: 0px 0 30px;
} */

.restaurant .category-wrap {
    width: 100%;
    float: left;
    /* margin: 0 0 50px; */
    padding: 0;
}

.restaurant .category-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 50px; */
    padding: 0 5px;
    margin: 0;
}

.restaurant .category-list.slick-slider {
    display: block;
    float: left;
}

.restaurant .category-list li {
    width: 25%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0px 0;
    padding: 0 10px;
}

/* .restaurant .category-list li .content-box .img-box {
    padding: 20px 0;
} */

.restaurant .category-list li a {
    width: 100%;
}

.restaurant .content-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0px 0px 10px 0px rgba(130, 138, 190, 0.2);
}

.restaurant .content-box h5 {
    padding-bottom: 20px;
}

.restaurant .content-box .img-box {
    text-align: center;

    width: 100%;
    padding: 0px;
    position: relative;
}

.restaurant .content-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.restaurant .category-list .content-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    background: #ffffff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgb(130 138 190 / 20%);
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border-top-right-radius: 30px;
}

.restaurant .category-list .content-box h5 {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.restaurant .category-list .content-box .img-box {
    text-align: center;
    padding: 0;
    width: 100%;
    height: 340px;
}

.restaurant .category-list .content-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurant .category-list .slick-next {
    right: -45px;
}

.restaurant .category-list .slick-prev {
    left: -45px;
}



.restaurant .cate-menu-list .slick-prev:before {
  display: none;   
}
.restaurant .cate-menu-list .slick-next:before {
    display: none;   
  }

.restaurant .cate-menu-list .slick-next {
background-image: url(../images/foodtemp/right-arrow.png);
background-size: 100%;
width:16px ;
height: 16px;
background-color: transparent;

     
}
.restaurant .cate-menu-list .slick-prev {
    background-image: url(../images/foodtemp/left-arrow.png);
    background-size: 100%;
    width:16px ;
    height: 16px;
    background-color: transparent;    
    }



.restaurant .category-list .slick-arrow:before {
    color: #AAAEB8;
    font-weight: normal;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}


/* FOOD BANNERT*/
/* .restaurant .food-banner{ width: 100%; float: left; margin: 0; padding: 0; background: url(../images/retail/food-banner.png) no-repeat; background-size: cover;}
.restaurant .food-banner .data{ width: 100%;display: flex; flex-flow: row wrap; align-items: center; min-height: 490px; align-content: center;}
.restaurant .food-banner .data h2{ margin-bottom: 15px;}
.restaurant .food-banner .data h5{ margin-bottom: 25px;} */

/*Special Promotions*/
.restaurant .Promotions {
    padding-bottom: 0px;
    height: 100%;
}

.restaurant .Promotions.padBottom{padding-bottom: 50px;}
.restaurant .Promotions-wrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}

.restaurant .Promotion {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    padding: 0;
    margin: 0;
    flex-flow: row wrap;
    height: 100%;
}

.restaurant .Promotion.Promotions-list {
    display: block;
    float: left;
}

.restaurant .Promotion li {
    width: 20%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 0 20px;
    padding: 0px 10px;
}
.restaurant .Promotions-list li{margin: 0;}
.restaurant .Promotion li.no-prod {
    width: 100%;
    height: calc(100vh - 460px);
    align-items: center;
    justify-content: center;
}

.restaurant .Promotions-wrap .content-box {
    padding: 0;
    overflow: hidden;
}

.restaurant .Promotions-wrap .content-box .data {
    padding: 20px;
    position: relative;
}

.restaurant .Promotions-wrap .content-box h5 {
    font-size: 1.8rem;
    line-height: 20px;
    padding-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #343434;
    min-height: 80px;
}
.restaurant .Promotion li .content-box .img-box a{width: 100%;height: 340px;display: inline-block;}
.restaurant .Promotion li .content-box .img-box a img{object-fit: cover;}
.restaurant .Promotions-wrap .content-box h5 a{color: #343434;}

.restaurant .Promotions-wrap .content-box p {
    color: #3C3E47;
    padding-bottom: 16px;
    margin: 0;
    line-height: 2.0rem;
    font-size: 1.6rem;
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.restaurant .Promotions-wrap .content-box p.prod-desc {
    min-height: 95px;
}

.restaurant .Promotions-wrap .content-box span {
    font-size: 20px;
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: inline-block;
    align-items: center;
    padding-right: 10px;
    color: #289898;
}

.restaurant .Promotions-wrap .content-box span.scratch {
    text-decoration: line-through;
    color: #9A9CA6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.restaurant .btn-wrap {
    width: 100%;
    display: flex;
    border-top: 1px solid #ECECEC;
    z-index: 1;
}

.restaurant .btn-wrap .button {
    flex: 1;
  
    color: #FFFFFF;
font-size: 16px;
text-transform: uppercase;
font-family: 'RobotoMedium';
font-weight: bold;
background-color: #289898;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.restaurant .Promotion li .content-box .img-box a.like {
   width: auto;
   height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;





}

.restaurant .like:hover .fa-heart-o:before,
.restaurant .like.active .fa-heart-o:before {
    content: "\f004";
}

.restaurant .Promotion .slick-next {
    right: -45px;
}

.restaurant .Promotion .slick-prev {
    left: -45px;
}



/*favorites BANNER*/
.restaurant .food-banner.favorites {
    background: url(../images/retail/favorites.png) no-repeat;
    background-size: cover;
}

.restaurant .food-banner.favorites .data {
    position: relative;
    top: auto;
    transform: translate(0);
    min-height: 390px;
    color: #ffffff;
}

/* .restaurant .food-banner a.button{padding: 20px 40px;} */

/*LOCATION*/
.restaurant .location h3 {
    text-align: center;
}

.restaurant .location div.title {
    padding: 30px 0;
}

.row {
    display: flex;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}


/* Product listing page------------------ */
.page-banner {
    width: 100%;
    height: 210px;
    margin: 40px 0 0;
    padding: 0;
}

.page-banner .img-box {
    position: relative;
    height: 100%;
}

.page-banner .img-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.page-banner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.breadcrumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

ul.breadcrumb li {
    width: auto;
    padding: 0 5px;
}

ul.breadcrumb li a {
    font-size: 2.4rem;
    color: #ffffff;
}

i.chk {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 14px;
    min-height: 14px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important;
    line-height: 1.4rem;
}

i.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

i.chk em {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    z-index: 0;
    font-style: normal;
    border: 1px solid #707070;
    border-radius: 5px;
}

i.chk em:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

i.chk input:checked~em:after {
    display: block;
}

i.chk input:checked~em {
    background-color: #289898;


}

.prod-wrap {
    width: 100%;
    display: flex;
    padding: 50px 0;
}

.tab-wrap {
    width: 20%;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(130, 138, 190, 0.2);
    padding-right: 10px;
    background: #ffffff;
}

.tab-wrap h4 {
    font-size: 24px;
    padding: 20px 20px 10px;
}

.tab-wrap-list {
    width: 80%;
    padding-left: 10px;
}

.prod-filter .del {
    position: absolute;
    top: 10px;
    right: 10px;
    display:none;
    background-color: #289898;
   
}


.accord-list {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0;
    position: relative;
    list-style-type: none;
}

.accord-list li {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    color: #808285;
    font-size: 20px;
    line-height: 26px;
}

div.expand ul li p {
    margin: 0;
}

.accord-list li a {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 15px 20px;
    border-radius: 5px;
    font-size: 18px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background: #ffffff;
    position: relative;
}

.accord-list li a.active {
    color: #289898;
}

.accord-list li a span {
    font-size: 14px;
    text-transform: uppercase;
    color: #6a8927;
    font-family: 'proxima_novasemibold';
    line-height: 16px;
    letter-spacing: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 10px;
}

ul.accord-list li a span:before {
    content: "";
    background: url(../images/retail/select-arrow-2.svg);
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

ul.accord-list li a.active span:before {
    transform: translateY(-50%) rotate(180deg);
}


div.expand {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0 20px 20px 20px;
    background: #ffffff;
    color: #343434;
    font-size: 16px;
    line-height: 24px;
}

div.expand ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}

div.expand ul li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 0 10px;
}

div.expand ul li p {
    font-size: 1.4rem;
    line-height: 1.8rem;
}



.tab-wrap-list .Promotion li {
    padding: 10px;
}

.tab-wrap-list .title h6 {
    margin-bottom: 5px;
}

.listing-head {
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

.listing-head div.select-box {
    width: 50%;
}

.listing-head div.title {
    padding: 0;
}

.listing-head div.title p {
    font-family: 'RobotoRegular';
}

.sort-by-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.listing-head h6 {
    width: 80px;
    display: inline-block;
    font-family: 'RobotoMedium';
}

.filter {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.filter .fa {
    font-size: 36px;
}

/* Product detail--------------- */
.row ul.thumb-slider {
    float: left;
    width: 100%;
    margin-top: 10px;
}



/* Product detail FAQ---------------- */
.accord-list.faq {
    height: 240px;
    overflow: auto;
    padding: 0;
}

.accord-list.faq li a {
    padding: 10px 35px 10px 20px;
    border: 1px solid #f3f3f3;
    margin: 0px 0px 15px 0px;
    font-size: 14px;
    background-color: #E3E3E3;
    font-family: 'RobotoMedium';
}

/* .accord-list.faq li a:hover,.accord-list.faq li a.active{ color: #ffffff; background-color: #289898; } */
.accord-list.faq li a span {
    top: 20px;
}





.product-detail{padding: 50px;background-color: #f6f5f0;}

.product-detail .row{align-items: flex-start;}


.product-data {
    width: 60%;
    padding: 0 0 0 20px;
}

.product-data .prod-info {
    margin: 0 0 0px;
    padding: 20px;
    background-color: #ffffff;
}

.description.prod-tlt{width: 100%; float: left; margin: 0; padding: 0;}
.product-data .quanty-wrap {
    width: 100%;
    margin: 30px 0;
}
.description.prod-tlt p{margin-bottom: 15px;}
.description.prod-tlt h5{margin-bottom: 15px;  font-family: 'Open Sans', sans-serif;font-weight: 600;}
.description.prod-tlt h5 span{  font-size: 24px; display: inline-block; font-family: 'Open Sans', sans-serif;font-weight: 700;padding: 0 0 0 15px; color: #289898;}

.product-data .quanty-wrap label {
    width: auto;
    margin: 0 15px 0 0;
}

.product-gallery{width: 40%;}


.btn-wrap.btn-wrap2 {
    width: auto;
    border: 0;
}

.btn-wrap.btn-wrap2 a.button {
    font-size: 1.5rem;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-wrap.btn-wrap2 .like {
    width: 50px;
    background-size: 22px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.specifcations .tabs-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.specifcations .tabs-nav li a {
    display: inline-block;
    padding: 15px 5px;
    color: #C9C9C9;
    cursor: pointer;
}

.specifcations .tabs-nav li.active a {
    color: #000;
    text-decoration: underline;
}

.tab-data,
.tab-data p {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.checkout {
    background-color: #ffffff;
    padding: 50px 0 50px;
    font-family: 'RobotoMedium';
    min-height: calc(100vh - 172px);
}
.layout.checkout{height: auto;}
.checkout .row{border: 0;}
.layout svg {
height: auto;
fill:#289898;
}

.layout .col {
    display: flex;
    align-items: center;
}
.layout .col.col-10 {
    width: 83.33%;
}
.checkout .layout svg {
    width: 30px;
}

.checkout .layout .form-group {
    width: 100%;
}

.checkout .layout .form-group p {
    margin: 0 0 5px;
}

.layout .cashback {
    padding: 20px 0;
}

.layout .cashback .col {
    justify-content: center;
    padding: 20px 0;
}

.layout .cashback .col p {
    width: auto;
}

.layout .count-btn {
    display: inline-flex;
}

.layout a.button {
    margin-top: 30px;
}




.restaurant .food-banner {
    width: 100%;
    float: left;
    margin: 50px 0 40px 0;
    padding: 0;
    overflow: hidden;
    border-radius: 30px;
}

.restaurant .food-banner .data {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'RobotoMedium';
}

.restaurant .food-banner .data h2 {
    margin-bottom: 15px;
    color: #fff;
}

.restaurant .food-banner .data p {
    color: #fff;
}

.restaurant .food-banner.favorites .data p {
    color: #ffffff;
}

.restaurant .food-banner .data h5 {
    margin-bottom: 25px;
}

.restaurant .food-banner .food-list {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.restaurant .food-banner .food-list li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.food-list .slick-next {
    right: 15px;
    background-color:#289898;
}

.food-list .slick-prev {
    left: 15px;
    background-color:#289898;
}

.food-list .slick-next:before {
    color: #ffffff;
    font-size: 30px;
}

.food-list .slick-prev:before {
    color: #ffffff;
    font-size: 30px;
}









.data {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

/*========================================================cart listing======================================================*/


.prod-info {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}
.description {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

.prod-info h3 {
    font-size: 1.8rem;
    margin: 0 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.row .prod-info p {
    margin: 0 0 15px;
    color: #3C3E47;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.prod-info p a{color:#289898;}

.prod-info .stock {
    display: inline-block;
    margin: 0;
    color: #8F8F8F;
    font-size: 1.6rem;
    color: #16B543;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0 0 0 10px;
}
.prod-info .out-stock{ display: inline-block;
    margin: 0;
    color: #8F8F8F;
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: red;}

.prod-info .price {
    display: inline-block;
    margin: 0 0px;
    color: #8F8F8F;
    font-size: 1.6rem;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/* .prod-info small {
    width: 100%;
    float: left;
    color: #8F8F8F;
    font-size: 1.2rem;
    color: #707070;
} */


/* .cart {
    padding: 60px 0 0;
} */
section.cart{background-color:#f6f5f0 ;padding: 50px;}
.restaurant .Promotions.cart-Promotions{ padding-bottom: 50px;}
.cart h3.tlt{font-size: 20px;font-family: 'Open Sans', sans-serif;font-weight: 600; color: #000000; margin: 30px 0;}
.cart-wrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
}

.cart-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

.cart-list li {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 5px 0px;
   
}
.cart-list li .col1{ width: 50px;}
.cart-list li .col2{width: 70px;}
.cart-list li .col3{flex: 1; padding: 0 0 0 20px;}
.cart-list li .col4{width: 170px;}
.cart-list li .col5{width: 20%; text-align: right;}
.cart-list li .col5 p{margin-bottom: 5px;font-family: 'Open Sans', sans-serif;font-weight: 400;}
.cart-list li .col5 p strong{font-family: 'Open Sans', sans-serif;font-weight: 600;}    
.cart-list li .col4 h4 {text-align: center;}
.cart-list li h4{ font-size: 1.6rem; color: #000000;font-family: 'Open Sans', sans-serif;font-weight: 600;}
.cart-list li.cart-tilt{ border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 15px;}


.cart-list li .count-btn{width: 100%;height: 40px;}
.cart-list li .count-btn button{width: 50px; flex: unset;}
.cart-list li .count-btn input{width: 100%; flex: 1;}

.basket-cnt .count-btn button{width: 50px;}

.item-trash{display: inline-block; width: 35px;}
.cart-list li .item-trash .img-box  { width: 100%;}


.cart-list li .img-box {
    text-align: center;
    width: 70px;
    padding: 10px;
}

.cart-list li .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-list li .data {
    width: 100%;
    padding: 0 0 0 30px;
    display: flex;
  
    
}

.cart-wrap div.title h3 {
    color:#289898;
}

/* .cart-list li .prod-info {
    width: 70%;
} */

.cart-list li.empty-cart {
    box-shadow: none;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 60px;
}


.action {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    align-items: center;
}

.quanty-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.quanty-wrap label {
    color: #000000;
    font-family: 'RobotoMedium';
    padding-right: 10px;
}

.count-btn {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    background-color: #faf9f5;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
}

.count-btn button {
 
    width: 150px;
    background: none;
    border: 0;
    font-size: 2.0rem;
    
    height: 100%;
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 600;
    color:#289898;
}

.count-btn input {
    border: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    border-radius: 0px;
    background: #ffffff;
}

.action a .img-box {
    width: 20px;
    padding: 0;
}

.action a {
    margin: 0 0 0 15px;
}


.sub-total {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    
}

.sub-total-wrap {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 20px 15px;
    justify-content: flex-end;
    align-items: center;
    font-family: 'RobotoMedium';
    border-top: 1px solid #e5e5e5;
}
.sub-total-wrap h4{ width: auto; font-size: 1.8rem;font-family: 'Open Sans', sans-serif;font-weight: 600;}

.sub-total-wrap h4.prz{ width: 20%; text-align: right; }
.sub-total-wrap h4{ width: 170px;text-align: left; }


.total-cta-wrap{width: 100%;
    display: flex;
    margin: 0;
    padding: 20px;
    
    align-items: center;
    background-color: #F5F2E4;
}
.total-cta-wrap .cta-wrap{text-align: right;}
.restaurant a.button.continue-btn{ background-color: transparent;  color:#289898;}

/*========================================================cart listing end======================================================*/

/*========================================================address page======================================================*/
.address {
    padding: 100px 0 50px;
    font-family: 'RobotoMedium';
    min-height: 100vh;
}
.address-dtl .address{min-height: auto;}

.address .search-box {
    width: 100%;
    padding: 0;
    margin: 0;
}

.layout-wrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding-right: 50px;
}

.adrs-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0 5px;
}

.adrs-list li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #707070;
}

.adrs-list li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.adrs-list li .adrs-data {
    flex: 1;
}

.adrs-list li .adrs-ico {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adrs-list li a h5 {
    font-size: 1.4rem;
    margin: 0 0 0px;
    color:#289898;
}

.adrs-list li a p {
    font-size: 1.4rem;
    margin: 0;
}

.loc-data {
    flex: 1;
}

.loc-ico {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
   /*  background-color: #ffffff; */
    /* border-radius: 100%;
    -webkit-border-radius: 100%; */
}



.form-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.layout .row ul.form-list li {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.address .form-list li input {
    margin-top: 5px;
}

.layout .row ul.mx-list {
    padding: 0;
}

.layout .row ul.mx-list li {
    width: auto;
}

i.rdo {
    display: inline-block;
    width: auto;
    min-width: 14px;
    min-height: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important;
    margin-right: 20px;
    font-size: 1.6rem;
}

.sec-ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sec-ttl h3 {
    color: #289898;
}

.sec-ttl p {
    margin: 0;
    text-align: right;
    font-size: 1.4rem;
}

/*========================================================address page end=====================================================*/

/*CUSTOM RADIO CSS==================================================*/
i.rdo {
    display: inline-block;
    width: auto;
    min-width: 14px;
    min-height: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important;
    margin-right: 20px;
    font-size: 1.4rem;
}

i.rdo input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

i.rdo em {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #d9dee0;
    z-index: 0;
    font-style: normal
}

i.rdo:hover input~em {
    background-color: #d9dee0;
}

i.rdo input:checked~em {
    background-color: #d9dee0;
}

i.rdo em:after {
    content: "";
    position: absolute;
    display: none;
}

i.rdo input:checked~em:after {
    display: block;
}

i.rdo em:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid 2b5d85;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

i.rdo input[type=radio]~em {
    border-radius: 100%;
}

i.rdo input[type=radio]~em:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #289898;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.border-b {
    border-bottom: 1px solid #e0e4e5;
}

.border-t {
    border-top: 1px solid #e0e4e5;
}

.pad-t10 {
    padding-top: 10px;
}

.pad-t15 {
    padding-top: 10px;
}

.pad-t20 {
    padding-top: 10px;
}

.pad-b10 {
    padding-bottom: 10px;
}

.pad-b15 {
    padding-bottom: 15px;
}

.pad-b20 {
    padding-bottom: 20px;
}

.mar-t10 {
    margin-top: 10px;
}

.mar-t15 {
    margin-top: 15px;
}

.mar-t20 {
    margin-top: 20px;
}

.mar-b10 {
    margin-bottom: 10px;
}

.mar-b15 {
    margin-bottom: 10px;
}

.mar-b20 {
    margin-bottom: 10px;
}

em {
    color: #ee3c2d;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/*========================================================basket page======================================================*/




input:checked+.round {
    background-color: #289898;
}

.layout a.link-btn {
    font-size: 1.4rem;
    color: #289898;
}

.ico-wrap {
    width: 40px;
    display: inline-block;
    padding-right: 10px;
}

.restaurant-cart-cnt .ico-wrap {
    padding: 0;
}

.ico-wrap svg {
    fill: #289898;
}

.layout {
    width: 100%;
    display: flex;
}

.layout .row ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.layout .row ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 8px 0;
    flex-flow: row wrap;
    list-style-type: none;
}

.layout .row h4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #289898;
font-family: 'RobotoMedium';
}

.layout .row p {
    font-size: 1.4rem;
    margin: 0;
    color: #000000;
}

/* .layout .row a{color: #289898;} */
.layout span {
    display: inline-block;
    line-height: normal;
    color: #289898;
}

.layout .row ul li.total {
    padding-top: 10px;
    margin-top: 10px;
}

.layout .row ul li.total .col-6 {
    width: auto;
}

.layout .row {
    padding-bottom: 15px;
    align-items: center;
}

.layout>.row {
    align-items: flex-start;
}

.layout-inner {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding-left: 50px;
}

.ui-timepicker-div {
    display: flex;
    align-items: center;
    width: 100%;
}

.ui-timepicker-div dl {
    width: 100%;
}

dd.ui_tpicker_hour {
    margin: 15px 10px 10px 40% !important;
    display: flex;
}

dd.ui_tpicker_minute {
    margin: 15px 10px 10px 40% !important;
    display: flex;
}




.cta-wrap.basket {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.order-detail {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(130, 138, 190, 0.4);
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.layout .order-detail {
    text-align: center;
}

.layout .row .order-detail ul li {
    margin: 0 0 20px;
    padding: 0;
}

.layout .row .order-detail ul li h4 {
    color: #B2ACAC;
}


/*home page*/
.hm-sldr ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.hm-sldr ul li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.hm-sldr ul li img {
    width: 100%;
}

.hm-sldr .slick-next {
    right: 25px;
    background-color:#289898;
border-radius: 15px;
-webkit-border-radius: 15px;
}

.hm-sldr .slick-prev {
    left: 25px;
    background-color:#289898;
border-radius: 15px;
-webkit-border-radius: 15px;
}

.hm-sldr .slick-next:before {
    color: #ffffff;
    font-size: 24px;
}

.hm-sldr .slick-prev:before {
    color: #ffffff;
    font-size: 24px;
}

/* trl slider */
[dir='rtl'] .hm-sldr .slick-prev{left: auto;right: 25px;}
[dir='rtl'] .hm-sldr .slick-next{right: auto;left: 25px;}
/* trl slider */
/*Promotions*/


.pagination {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.pagination li {
    display: flex;
    flex-flow: row wrap;
    margin: 0 5px;
    padding: 0;
}

.pagination li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0 10px;
}

.pagination li a:hover,
.pagination li a.active {
    color:#289898;
text-decoration: underline;
}

.pagination li a:hover .first,
.pagination li a:hover .prev,
.pagination li a:hover .next,
.pagination li a:hover .next {
    text-decoration: none;
}

/*-------------------------popup---------------------*/
.pop-ttl {
    color: #289898;
font-family: 'RobotoMedium';
display: none;
}

.popup .body {
    max-width: 20%;
}

.popup.prescription-frm .body {
    max-width: 35%;
}

.popup label {
color: #289898;
font-family: 'RobotoMedium';
font-size: 1.8rem;
margin-bottom: 15px;
text-transform: uppercase;
}



/*ordernow*/
.popup.order-now .mx-list li {
    width: auto;
}

.popup.order-now .form-list li {
    margin-bottom: 20px;
    float: left;
}

.popup.order-now .form-list li label {
    margin-bottom: 0px;
}

.popup.order-now .form-list li.schedule-date {
    width: 100%;
}

/*login*/
.popup.login h6 {
    color: #289898;
font-family: 'RobotoMedium';
/* margin-top: 20px; */
position: relative;
padding-bottom: 10px;
}

/* .popup.login h6:after{ content: ""; display: inline-block; width: 80px; height: 2px; background-color:  #289898;; position: absolute; left: 0; bottom: 5px;} */
.popup.login .verify-otp label,
.frmTimeslot label {
    font-size: 1.8rem;
    font-family: 'RobotoMedium';
    position: relative;
    padding-bottom: 10px;
    color: #289898;
}

.popup.login .verify-otp label:after,
.frmTimeslot label:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #289898;
}

ul.form-list.login-frm {
    display: flex;
    flex-wrap: wrap;
}

.form-list li.pin {
    width: 30%;
    margin-bottom: 5px;
}

.form-list li.mobile {
    width: 70%;
    padding-left: 15px;
    margin-bottom: 5px;
}

.form-list li.pin.info,
.form-list li.mobile.info {
    margin-bottom: 20px;
}

.popup.login label {
    font-size: 1.2rem;
}

/*otp*/
.pin-input {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.pin-input ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pin-input ul li {
    width: 25%;
    padding: 0 12px;
}

.pin-input li input {
    padding: 0 10px;
    line-height: 50px;
    text-align: center;
    background: #f2f3f7;
}

/*offers popup*/
.popup .content {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0;
    max-height: 75vh;
    overflow: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.popup.prescription-frm .content{
    padding: 0 10px 0 0 ; 
}

.popup.prescription-frm .content h3{
    margin: 0 0 10px 0;
}
.popup.prescription-frm div.mx-file-upload{
    padding: 0px;
}

.popup.promo-enter .content .row:first-child {
    margin-top: 25px;
}

.popup.promo-enter ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.popup.promo-enter ul li {
    border-bottom: 1px solid #e0e4e5;
    justify-content: space-between;
    padding-bottom: 5px;
    align-items: flex-start;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    list-style-type: none;
}

.popup.promo-enter h6 {
    margin-bottom: 10px;
    font-family: 'RobotoMedium';
}

.popup.promo-enter .row {
    margin-bottom: 20px;
}

.popup.promo-enter a {
    font-family: 'RobotoMedium';
    color: #289898;
}

.promo-enter h6 {
    color: #289898;
font-family: 'RobotoMedium';
}

.promo-enter label {
    font-size: 1.4rem;
    color: #000000;
    margin-bottom: 8px;
    text-transform: unset;
}

.promo-enter span {
    color: #{{primarycolor}
}

;
}


/* precription */
.popup.prescription-frm .body {
    max-width: 35%;
}

.prescription-frm li.prec-btn{
    text-align: center;
}

.prescription-frm li.prec-btn span{
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    font-family: 'RobotoMedium';
    font-size: 1.8rem;
    margin-bottom: 15px;
    color:#000000;
}

.prescription-frm li.prec-btn .button{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 1.4rem;
    padding: 15px 30px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    text-align: center;
    border-radius: 5px;
    height: auto;
    background-color: #289898;
}

.prescription-frm li.cam-img{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup.prescription-frm .content{
    padding: 0 10px 0 0 ; 
}

.popup.prescription-frm .content h3{
    margin: 0 0 10px 0;
}
.popup.prescription-frm div.mx-file-upload{
    padding: 0px;
}


/*loyalty popup*/
.loyalty-rdo {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}

.loyalty-rdo li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 0 15px;
}

.loyalty-rdo li i.rdo {
    font-weight: bold;
}

.cash-back-wrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}

.cash-back-wrap li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 0 15px;
}

.cash-back-wrap span {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 15px;
    font-weight: bold;
}


/*promo-appy*/
.promo-appy .content {
    text-align: center;
}

.promo-appy span {
    width: 100%;
    float: left;
}

.promo-appy .ico-wrap {
    width: 60px;
    float: none;
    margin-bottom: 15px;
}

.promo-appy p {
    margin-bottom: 15px;
}

/*paymentModeG-popup*/
.paymentModeG-popup ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}

.paymentModeG-popup ul li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 0 15px;
}

/*checkout-popup*/
.checkout-popup .content {
    text-align: center;
}

.checkout-popup .img-box {
    margin: 0 0 15px 0;
}

.checkout-popup .img-box img {
    width: 100px;
    display: inline-block;
}




/*pagination------------------------------*/
div.mxpaging {
    height: 28px;
    float: right;
    padding: 0px 5px;
    width: 100%;
    display: flex;
    justify-content: center;

}

div.mxpaging input.show-rec {
    float: left;
    width: 35px;
    height: 28px;
    padding: 2px;
    text-align: center;
    display: none;
}

div.mxpaging div {
    float: left;
    padding: 0px 10px;
    color: #888888;
    font-size: 1.4rem;
    text-transform: uppercase;

}

div.mxpaging a:before {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 2.0rem;
    font-family: FontAwesome;
    cursor: pointer;
    color: #888888;
}

div.mxpaging a {
    float: left;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-left: 2px;
    position: relative;
    color: #222222;

}

div.mxpaging a.no-first:before {
    content: "\f100";
    /*  opacity: 0.4;
    cursor: not-allowed; */
    font-family: 'FONTAWESOME';
}

div.mxpaging a:hover,
div.mxpaging a.active {
    color: #289898;
text-decoration: underline;
}

div.mxpaging a.no-next:before,
div.mxpaging a.next:before {
    content: "\f105";
    font-family: 'FONTAWESOME';
}

div.mxpaging a.no-prev:before,
div.mxpaging a.prev:before {
    content: "\f104";
}

div.mxpaging a.last:before {
    content: "\f101";
    font-family: 'FONTAWESOME';
}

/*pagination- end-----------------------------*/

.emty-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0px 0 50px;
    flex-flow: row wrap;
}

.emty-main .emty-wrap {
    width: 100%;
    max-width: 400px;
    float: none;
    text-align: center;
}

.emty-main .emty-wrap .logo {
    max-width: 150px;
}

.emty-main .emty-wrap .description {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.emty-main .emty-wrap .description p {
    text-align: center;
}


/* chhaya 11/01/2022 */
.restaurant .btn-wrap {
    justify-content: space-between;
    align-items: center;
}

.restaurant .btn-wrap .count-btn {
    width: 100px;
    height: 50px;
    flex: 1;
    margin: 0;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    
    background-color: transparent;
    border:0;
}
.restaurant .btn-wrap .count-btn button{background-color: #F5F2E4; overflow: hidden;}
.restaurant .btn-wrap .count-btn button.minusBtn{ border-bottom-right-radius: 12px;}
.restaurant .btn-wrap .count-btn button.plusBtn{ border-bottom-left-radius: 12px;}

.restaurant .Promotions-wrap .content-box span.prod-desc {
    min-height: 65px;
}

/* chhaya end 11/01/2022 */
/* chhaya 25/01/2022 */
.addon-wrap {
    width: 100%;
    display: flex;
}
.addon-wrap h5{font-family: 'Open Sans', sans-serif;
    font-weight: 600; font-size: 1.6rem;}
.row .description h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.prod-info .count-btn p{ display: none;}
.row {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    border-bottom: 1px solid #e0e4e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.prod-detail .row h6.marBT-10 {
    margin-bottom: 10px;
}

.row h6 {
    font-size: 1.4rem;
    font-family: 'SourceSansProSemiBold';
    margin: 0;
}

.addon-req {
    float: right;
    padding: 10px;
}

.addon-req {
    padding: 0 !important;
}

.row p.min-addon-limit {
    font-size: 1.2rem;
}

.addon-wrap .col-5 {
    width: 5%;
    float: left;
    display: flex;
}

.addon-wrap .col-50 {
    width: 50%;
    float: left;
}

.addon-wrap .col-25 {
    width: 22%;
    float: left;
}
.addon-wrap .col-25 .count-btn{width: 150px;}
.addon-wrap .col-20 {
    width: 20%;
    float: left;
}
.product-data .prod-info .cta-wrap{text-align: right;}
.product-data .prod-info .count-btn button{width: 50px;}

.marBT-10 {
    margin-bottom: 10px;
}
.marBT-25 {
    margin-bottom: 25px;
}

.description i.chk {
    padding-left: 30px;
    float: right;
}

i.chk {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important;
    line-height: 1.4rem;
}

i.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

i.chk em {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    z-index: 0;
    font-style: normal;
    border: 1px solid #707070;
    border-radius: 5px;
}

.row .col-60 {
    width: 60%;
}

.row .col-40 {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.sticky-btn a.button {
    font-size: 1.5rem;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    flex: 1;
    background: transparent;
    color: #2b5d85;
    text-transform: uppercase;
}

.addon-wrap .addOn-ttl {
    flex: 1;
}

.details-total-wrap{width: 100%; display: flex; justify-content: flex-end; padding-bottom: 20px;}
.row .details-total-wrap h6{ width: auto; font-size: 1.6rem;font-family: 'Open Sans', sans-serif;
    font-weight: 600;}
.details-total-wrap h6.subtlt{width: 35%;}



/* chhaya end 25/01/2022 */

/* ------ Sanket (03/02/2022) */
.restaurant .Promotions-wrap .content-box p.cust-btn-lbl {
    position: absolute;
    font-size: 12px;
    color: red;
}


/*footer*/
 footer {
        float: left;
        padding: 20px 35px;
        width: 100%;
        color: #414047;
        background-color: #F5F2E4;
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer p {
        margin: 0;
        font-size: 14px;
        line-height: normal;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0px;
        color: #414047;
        padding: 0 15px;
    }

    .contact-opt {
        display: flex;
        width: 55%;
    }


    .contact-opt .data {
        padding-left: 10px;
    }

    .subscribe {
        flex: 1;
        margin: 0 50px;
        width: 100%;
    }

    .subscribe-form {
        display: flex;
        margin-bottom: 0px;
        width: 100%;
        padding: 0;
        max-width: 900px;
    margin: 0 auto;
    }

    .subscribe-form input[type=text] {
        background-color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #414047;
        height: 50px;
        line-height: 50px;
        font-weight: 400;
        border-radius: 5px 0 0 5px;
        border-color: transparent;
    }

    .subscribe-form input::placeholder {
        color: #414047;
        opacity: 1;
    }

    .subscribe .cta-wrap {
        width: auto;
    }

    .subscribe .cta-wrap a {
        
        padding: 0 25px;
        height: 50px;
        border-radius: 0px 5px 5px 0px;
        background-color:#289898;;
        border: 1px solid #289898;
        
    }
    .subscribe .cta-wrap a:hover{color: #ffffff;}

    .subscribe-form .form-list li label {
        display: none;
    }

    .footer-social {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 30px;
    }

    .footer-social li {
        display: inline-block;
        margin-right: 10px;
    }

    .footer-social li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 0px;
        font-size: 18px;
        background-color: transparent;
        color: #414047;
        text-align: center;
        -webkit-transition: .4s;
        transition: .4s;
    }

   /*  .footer-social li a:hover {
        background-color: #289898;
    } */

    .download-app {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .download-app a {
        display: inline-block;
        max-width: 100%;
        padding: 0;
        margin: 6px;
    }

    .download-app img {
        max-width: 165px;
        width: 100%;
    }

    .address-dtl {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        height: 100%;
    }

    .address-dtl .address {
        padding: 0;
        margin-top: 15px;
        max-width: 200px;
        text-align: center;
    }

    .footer-logo {
        max-width: 150px;
    }
/*============================================sidebar start=====================================================================*/
.col-10 {
    width: 10%;
    float: left;
}
    .overlay{position: fixed; width:100%; height:100%; left:0; top:0; background-color: rgba(0,0,0,0.7); z-index: 2; transition:all ease-in-out 0.4s; -webkit-transition:all ease-in-out 0.4s; opacity: 0; visibility: hidden;}
    .overlay-close{position: fixed;  width: 40px; height: 40px; left: 0; top: 0; font-size: 2.0rem; color: #ffffff; padding: 10px; cursor: pointer; background: #289898; z-index: 4; display: flex;  justify-content: center;
    align-items: center;}
    .overlay.active{opacity: 1; visibility: visible;}
    .sidebar{position:fixed; right:-100%; top:45px; width:420px; height:100%; background-color: #ffffff; z-index: 3; overflow: auto; transition:all ease-in-out 0.4s; -webkit-transition:all ease-in-out 0.4s;}
    .sidebar.active{right:0;}
    /*SIDEBAR END=============================================================*/


    /*BOOKING DETAILS CSS START=================================== */
.booking-detail .description{ padding: 0;}
.booking-detail .mark{ width: 24px;filter: grayscale(100%);}
.booking-detail .mark.active{ width: 24px;filter: grayscale(0%);}
.bookreq{padding-bottom: 40px; position: relative;}
.bookreq:after{ content:"";display: inline-block; position: absolute; top: 20px; left: 12px; width: 1px; height: 100%; background-color:#454545; }
.location-call{ justify-content: center;}
.location-call .col-30{ width:auto; padding: 0 20px;}
/*BOOKING DETAILS CSS END=================================== */
.row h6{ font-size: 1.4rem;font-family: 'Open Sans', sans-serif;
    font-weight: 600; margin: 0;}
.row h4{ font-size: 1.8rem;font-family: 'Open Sans', sans-serif;
    font-weight: 600; margin: 0 0 10px;}
/* .row ul{ width: 100%; float:left; margin: 0; padding: 0; list-style-type: none;}
.row ul li{ width: 100%;  display: flex; align-items: center; flex-flow: row wrap; margin: 0; padding: 0; list-style-type: none;} */
.row p{ margin: 0;}
.vtop{align-items:flex-start;}
.hide-header{ padding: 0;}
.hide-header header{display:none}
.disable{opacity:0.5;}
.link-btn{color:#289898;font-weight:600;}
.bookreq {padding-bottom: 40px; position: relative;}
.col-90 {width: 90%;float: left;}
.bor-0 {border: 0;}


/*ADDRESS----------------*/
/* .address i.rdo em{ top:5px} */
.sdbr-hdr{ width: 100%; float: left; padding: 0; display: flex;  align-items: center; flex-flow: row wrap;padding: 20px 0px;}
.sdbr-hdr a{width:auto; }
.sdbr-hdr .gps-ico{ width:25px;display: inline-block;}
.sdbr-hdr .user-mob{ width:100%; float: left;; padding:0;font-size: 1.4rem; font-family: 'SourceSansProSemiBold';color: #289898;}

.ico{ width: 25px; float: left; margin: 0 12px 0 0; padding: 0;}
.sdbr-hdr h5{flex: 1; color: #454545;}
.form-list{ width: 100%; float: left; margin: 0; padding: 0; list-style-type: none;}
.form-list li{ width: 100%; float: left; margin: 0 0 20px; padding: 0 ; list-style-type: none;}
.form-list li:first-child{border:0;}
.form-list li:first-child .form-field{padding: 10px 0;}
.form-list li input{  padding: 10px;}
.form-list li:last-child{ border:0;}
.form-list li:last-child label{ margin-bottom: 10px;}
.form-field{ width: 100%; float: left; margin: 0; padding: 0;}
.address .mx-list li{ width:auto}
.address .mx-list{ padding: 0;}

.form-list li.pin { width: 30%; margin-bottom: 5px; }
.form-list li.mobile { width: 70%; padding-left: 15px; margin-bottom: 5px; }
.form-list li.mobile.full {width: 100%; padding-left: 0px; margin-bottom: 20px; }
.form-list li.pin.info, .form-list li.mobile.info { margin-bottom: 20px; }
.form-list li.pin.info label, .form-list li.mobile.info label { color: #999; font-style: italic; font-size: 1.2rem; }



 .sticky-btn {
    width: 420px;
    float: left;
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    z-index: 2;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
}
.sdbr-content {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 90px;
}
.table-book label {
    display: none;
}
.sticky-btn a.button{color: #ffffff;  background-color: #289898;}
.sticky-btn a.button:hover{color:#289898; border:1px solid #289898; background-color: #ffffff;}
.overlay-close {
    position: fixed;
    width: 40px;
    height: 40px;
    left: 0;
    top: 45px;
    font-size: 2.0rem;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
   /*  background: #2b5d85; */
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #289898;
} 

.delivery {
    height: 100%;
    display: flex;
    align-items: center;
}
.delivery .data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.delivery .logo img {
    width: 100%;
}
.delivery .logo {
    float: none;
    margin: 0 auto;
    padding: 25px 0;
    width: 150px;
    height: auto;
}
.delivery .button {
    display: flex;
    margin-bottom: 20px;
}
.delivery .form-list li input{margin-top: 5px;}
/*============================================sidebar end=====================================================================*/
/*THANK-YOU*/
.container.thank-you{ padding: 0;}
.thank-you-wrap{width: 100%; display: flex; justify-content: center; align-items: center; text-align: center; height: 100vh;
background-color: #eeeeee; flex-flow: row wrap;align-content: center;}
.thank-you-wrap h4{ width: 100%; float: left; text-align: center;font-size: 40px; text-transform: uppercase;font-weight: bold; color:#289898;
 margin-bottom: 25px;}
.thank-you-wrap .ico{width: 70px; margin: 0; margin-bottom: 25px;}
.thank-you-wrap .ico img{ width:100%; }

.checkout .ico .svg { width: 80%; height: 100%; }
.svg, .st0{fill: #289898 !important;}
.cart-data ul li p small{display: inline-block;width: 100%;}
.address.basket{min-height: calc(100vh - 172px);}
.address.basket.order-detail{ padding-top: 100px; padding-bottom: 50px; height: auto;}
.address.basket.order-detail .row{ border:0}
.special-off span.label .svg {width: 20px;}


.customize-alert label{text-align: center;}
.customize-alert .content p{text-align: center;}

    
/* popup */
.popup.service-popup h3{width: 100%;
    float: left;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 24px;}

    
    section.category-main.menu-main{margin:0}

    .Promotions-wrap .Promotion .content-box .special-off{
        min-height: 39px;
    }
    .prod-info .sku-no{
        width: 100%;
        margin-top: 5px;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .layout span.sku-no{color: #000000;font-family: 'Open Sans', sans-serif;
        font-size: 1.3rem;
        font-weight: 700;
        width: 100%;
    }
    
    .Promotions-wrap .Promotion .content-box .sku-no strong{
        font-weight: bold;
    }

    
/* ==================**============= */

div.mx-file-upload {
    float: left;
    min-width: 100px;
    width: 100%;
    padding: 4px;
}

div.mx-file-upload div.drop {
    float: right;
    width: 100%;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #289898;
    border-radius: 5px;
}
div.mx-file-upload div.drop a {
    float: left;
    width: 100%;
    height: 100%;
    color: transparent;
    line-height: 14px;
    padding: 4px;
    cursor: pointer;
    background-image: url(../images/ico-upload-file.png);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center center;
}
div.mx-file-upload div.drop input {
    display: none;
}


/* Responsive css------------------------ */
@media screen and (max-width:1440px) {
    .restaurant .Promotion li{width: 25%;}
    .restaurant .Promotion li .content-box .img-box a,.restaurant .category-list .content-box .img-box{height: 230px;}
    .restaurant .Promotions-wrap .content-box span{font-size: 16px;}
    .restaurant .Promotions-wrap .content-box span.scratch{font-size: 14px;}
    
}
@media screen and (max-width:1300px) {
    .search-wrap{width: 300px;}
}

@media screen and (max-width:1200px) {
    .restaurant .Promotion li{width: 33.3333%;}

    .product-gallery,.product-data{width: 100%; padding: 0;}
    .product-gallery{margin-bottom: 40px;}
    .product-detail { padding: 20px;}
    .wrapper, .wrap980 { max-width: 100%;padding: 0 20px;}
    .search-wrap{position: fixed;width: 100%;right: auto;left: 0;top: 55px;}
 .search-box{width: 80%;}
 .link-list li.search.active .search-wrap{justify-content: center;}
}



@media screen and (max-width:1023px) {
    .desk-only {
        display: none !important;
    }
    .header-wrap.desk-only{display: none !important;}
    .mob-only {
        display: block !important;
    }
    .header-wrap.mob-only{ display: flex !important; padding: 5px 0px;}
    header{background: rgba(255, 255, 255, 1);}
   
    section{padding: 0 30px;}

    .cart-list li .count-btn{width: 75%;height: 30px}
    .cart-list li .count-btn button {width: 35px;flex: unset;}
    .prod-info h3{font-size: 1.6rem;}
    .prod-info .price,.cart-list li .col5 p{font-size: 1.4rem;}

    .link-list li{margin: 0 5px;}
    .link-list li.contact a::before{ display: block;}


 /*listing page*/
 .restaurant .Promotion li{width: 50%;}   

 .search-wrap{position: fixed;width: 100%;right: auto;left: 0;top: 55px;}
 .search-box{padding:0 ;width: 90%;margin: 0 auto;}
 .link-list li .search-box a{right: 0px;top: 0px;}
 .link-list li a{padding: 10px 0;}






 /*footer*/   
.footer-bottom{flex-flow: row wrap;justify-content: center;}
.subscribe{flex: unset;padding: 0;margin: 0;margin-bottom: 40px;}
.address-dtl{margin: 20px 0;}
.footer-social{justify-content: flex-start; width: 30%; margin: 0;}
.download-app{flex-direction: row;width: 70%;justify-content: end;}



/*===================================================================old css=========================================*/
.prod-filter .del{ display: block; z-index: 99;}
h3 {font-size: 2.8rem;}
h2 { font-size: 4.0rem; }
.slick-arrow{ width: 40px; height: 40px;}

.col-5,.col-7 { width: 100%; }
.layout-wrap,.layout-inner{padding: 0;}
.layout-wrap{ margin-bottom: 30px;}
ul.breadcrumb li a {font-size: 1.6rem;}
.page-banner{ margin: 35px 0 0 ;}



.top-header a.logo{display: none;}
.menu-header a.logo{display: inline-block;}
/* .menu-wrap { width: 100%; height: calc(100vh - 60px); top: 60px; background-color: #289898; position: fixed; padding: 40px 0px 0; margin: 0; right: -100%; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;align-items: flex-start; flex-flow: row wrap;align-content: flex-start;}
.menu-wrap.active { right: 0; }
.menu-wrap ul{flex-flow: row wrap;}
.menu-wrap ul li { width: 100%; margin: 0; text-align: left;position: relative; } */
#nav-icon { display: block;  }
/* .menu-wrap ul li a{display: inline-block; width: 100%; border:0;text-align: left;} */
.social{ width: 100%; flex-flow: row wrap;}   
.social ul{ justify-content: flex-start;} 
/* .menu-wrap ul li a:hover, .menu-wrap ul li a.active{ border: 0;}  */
/* .search-box{width:calc(100% - 45px);padding:0;} */
.notification a{width: 30px;}
.notification a span{width: 18px;height: 18px;right: -8px;top: -6px;}
.dd{display: inline-block;width:40px; height: 40px;line-height: 40px;text-align: center; position: absolute;right:0;top:5px;font-size: 20px;transition: all 0.5s;}
.dd:after{display: inline-block;content: "\f107";font-family: FontAwesome;color:#ffffff;}
ul.level-1,ul.level-2{ display: none; background: rgba(0,0,0,0.1);}
ul.level-1 li .level-2{padding:12px 0;}
ul.level-1 li .level-2 li a{ padding: 12px 22px; font-size: 1.4rem;}
ul.menu-list > li.active >.dd, ul.menu-list ul.level-1 >li.active >.dd{transform: rotate(-180deg);transition: all 0.5s;}
  

/*-----------home-------------*/   
.restaurant .category {padding: 0px 0 30px;}
.restaurant .food-banner .data{left:0;padding-left: 100px;}
.restaurant .food-banner.favorites .data{padding-left:0px;}
.restaurant .category-list{ padding: 0 ;}
.food-list .slick-next{ right: 15px; background-color:#289898 ;} 
.slick-next{ right: 15px; background-color:#289898 ;}
.food-list .slick-prev{ left: 15px;background-color:#289898 ;} 
.slick-prev{ left: 15px;background-color:#289898 ;}
.food-list .slick-next:before{ color: #ffffff;font-size: 30px;} 
/* .slick-next:before{ color: #ffffff;font-size: 30px;} */
.food-list .slick-prev:before{ color: #ffffff;font-size: 30px;} 
/* .slick-prev:before{ color: #ffffff;font-size: 30px;} */
/* .restaurant .category-list .slick-arrow:before {color: #ffffff;} */
/* .restaurant .category-list.slick-slider{ padding: 0 50px;} */
.restaurant .Promotions {padding-bottom: 20px;}

.food-list .img-box{height: 400px;}
.food-list .img-box img{height: 100%; object-fit: cover;}
.restaurant .category-list .slick-next { right:0px;}
.restaurant .category-list .slick-prev {left: 0px;}
.restaurant .Promotion .slick-next { right: 0px;}
.restaurant .Promotion .slick-prev {left: 0px;}

/*-----------home end-------------*/ 

/*-----------address-------------*/
.address { padding: 20px 0 0;}

/*product listing page*/
.filter{ display: block;}
.listing-head div.title{padding: 0 0 0 35px;}
.tab-wrap{ display: block; position: fixed; top: 0; width: 90%;  left: -100%;  z-index: 9; height: 100%; transition: 0.5s ease-in;}
.tab-wrap.active{ left: 0;}
.tab-wrap-list{ width: 100%;}
.restaurant .Promotion li{ width: 50%;}
.listing-head{ flex-flow: row wrap;}
.listing-head div.select-box { width: 100%;}
.prod-wrap {padding: 30px 0;}
.tab-wrap-list{ padding: 0;}
/*-----------Cart listing-------------*/

.cart-list li .prod-info {width: 55%;}
.cart { padding: 20px 0 0;}
.sub-total-wrap .cta-wrap {text-align: left; margin-top: 10px;display: flex; align-items: center; justify-content: center;}
.sub-total-wrap .cta-wrap .button {margin: 0;/* min-width: 180px; */ padding: 15px 13px; font-size: 12px;}
.sub-total-wrap .cta-wrap .button:last-child{margin: 0 0 0 12px;}

.sort-by-wrap{ margin-bottom: 20px;}

/*----------- product detail-------------*/
.product-gallery { width: 100%; padding: 0 30px;}
.product-data { width:100%; padding: 15px 0;}

  
   
}

@media screen and (max-width:767px) {
    .header-wrap.desk-only{ display: none !important;}
    .header-wrap.mob-only{ display: flex !important;}
    .restaurant{margin-top: 28px;}

    /* login popup */
    .sidebar, .sticky-btn {
        width: 100% ;
    }
    /* login popup */
    
    section{padding: 0 20px;}
    .restaurant .Promotion li{width: 100%;}   
    .link-list li{margin: 0 5px;}
    .search-box .link-list li{margin: 0;}
    .search-wrap{top: 50px;}
    .logo{max-width: 106px;}
    .link-list li a{padding: 0;}
    .footer-logo{max-width: 120px;}
    .hdr-btn{padding: 9px 10px;font-size: 11px;line-height: normal;margin-left: 0;}
    .link-list li.contact a::before{ display: block;}
    .link-list li.logout {margin: 0 0px 0 10px;}
    div.title{padding: 15px 0;}
    div.title h3{font-size: 2.0rem;}
    footer{padding: 15px 20px;}
    .subscribe-form input[type=text]{height: 35px;line-height: 35px; font-size: 1.2rem;}
    .subscribe .cta-wrap a{ height: 35px;}
    .subscribe .cta-wrap a{ padding: 0 15px;}
    .subscribe{margin-bottom: 20px;}
    .restaurant .Promotions-wrap .content-box span,.restaurant .btn-wrap .button{font-size: 16px;}
    .restaurant .Promotions-wrap .content-box p{font-size: 1.2rem;}
    .hdr-buton-wrap{margin: 0; padding: 0;}

    /*cart list*/
    .cart-list li.cart-tilt{display: none;}
    section.cart{padding: 20px;}
    .cart-list li .col2,.cart-list li .col3,.cart-list li .col5{width: 100%; flex: unset; padding: 0; justify-content: center; text-align: center;}
    .cart-list li .img-box{width: 120px;}
    .cart-list li .col5{text-align: center;}
    .cart-list li .col2,.cart-list li .col3,.cart-list li .col4{ margin-bottom: 20px;}
    .prod-info{justify-content: center;}
    .cart-list li .count-btn { width: 100%;height: 30px;}
    .cart-list li .col4 {margin: 0 auto;margin-bottom: 20px;}
    .cart-list li .col1 {width: 50px;position: absolute;right: 10px;top: 10px;text-align: center;}
    .cart-wrap{position: relative;}
    .sub-total-wrap{justify-content:  space-around;}
    .total-cta-wrap .cta-wrap {text-align: center;}
    
    .total-cta-wrap{padding: 10px;}
    .address.basket,.checkout,.address.basket.order-detail{height: auto;}


    .row .description h4{font-size: 1.8rem;}
    .description.prod-tlt p{font-size: 1.4rem;}
    .description.prod-tlt h5{font-size: 1.6rem;}
    .product-data .prod-info{ padding: 10px;}
    .addon-wrap .col-25 {width: 38%;}
    .addon-wrap .col-25 .count-btn {width: 110px;}
    .addon-wrap .col-20 {width: 22%; }
    .prod-info p{font-size: 1.2rem;}
    .addon-wrap h5{font-size: 1.4rem;}
    .product-data .prod-info .cta-wrap {text-align: center;}
    .addon-price{font-size: 1.4rem;}

    .thank-you-wrap h4 {
        font-size: 22px;
    }
    .sub-total-wrap h4.prz {
        width: 50%;
        text-align: center;
    }
    .sub-total-wrap{padding: 15px 10px;}
    section.category-main{margin-top: 55px;}

    .address.basket .cart-data ul li{flex-wrap: nowrap;}
    .address.basket .cart-data .col-3.basket-cnt{ width: 105px;margin-left: 0px; flex: unset;}
    .address.basket .cart-data .col-3.basket-cnt .count-btn {width: 100px;}
    .address.basket .cart-data .col-3.basket-cnt .count-btn button {width: 30px;}
    .address.basket .cart-data .col-3{ width: auto;margin-left: 20px; flex: 1;}
    

    /*=====================================old===================================================*/

    .page-banner { margin: -1px 0 0; }
   /*  .header-wrap{ padding: 5px 0;} */
    a.btn, input.btn{margin-left: 0;}
   /*  .logo {max-width: 50px; } */
    h3 {font-size: 2.4rem;}
    h2 { font-size: 3.2rem; }
    p {margin-bottom: 15px;font-size: 1.4rem; line-height: 1.8rem;}
   /*  .search-box { width: 70%; } */
    .popup .body{ min-width: 90%;}
    .popup.login label { font-size: 1.0rem; }
    .restaurant .popup .body a.button{ padding: 10px 20px; font-size: 1.2rem;}
    /*home*/
   /*  .restaurant .food-banner .data { left: 0; padding-left: 60px;   }
    .restaurant .Promotion .slick-prev { left: -10px; }
    .restaurant .Promotion .slick-next { right: -10px; }
    .restaurant .Promotion li,.restaurant .category-list li{ padding: 0;} */
   /*  .restaurant .Promotions-wrap .content-box .data{ padding: 20px 50px;} */
  /*   .restaurant .food-banner.favorites{background-size: unset; background-position: 70% 50%;} */

    /*my-basket*/
    .promo-offer .col-8{ padding-left: 10px;}
    .basket  .sec-ttl{ display: none;}
    
    /*product listing page*/
 
 .restaurant .Promotion li{ width: 100%;}
 .pagination li a {padding: 0 5px;}
 .listing-head{ padding: 0;}
 .restaurant .Promotion{ height: auto;}
 .restaurant .Promotion li{ margin-bottom: 20px;}
 .restaurant .Promotions-list li{ margin-bottom: 0px;}
 .restaurant .category {padding: 0px 20px 0px;}
 .mxpaging > div{ width: 35%;}
 /*-----------Cart listing-------------*/
 .cart-list li{ flex-flow: row wrap;margin: 0 0 20px;}
 .cart-list li .data {width: 100%; flex: unset; flex-flow: row wrap;padding: 0;}
 .cart-list li .prod-info { width: 100%; margin-bottom: 15px;}
 .cart-list li .img-box{text-align: center; float: none; margin: 0 auto;}
 .cart-list li.empty-cart{ margin-bottom: 20px;}
 
 .action a .img-box { width: 20px; padding: 0;}
 .sub-total-wrap{ flex-flow: row wrap;}
 .sub-total-wrap h4{ text-align: center;}
 /*----------- product detail-------------*/
 .specifcations .tabs-nav li a{ font-size: 1.4rem;}
 /* checkout*/
 .count-btn {width: 105px;}
   
 .content a{margin: 0 5px 10px;}
   
/* chandrakant */
.layout.checkout{padding: 0;}
section.checkout{padding-bottom: 0;}
/* chandrakant */

/* prescription */
.prescription-frm li.prec-btn .button{
    padding: 10px 20px;
    font-size: 1.2rem;
}

}
@media screen and (max-width: 640px){
    .layout a.button{ padding: 12px 15px; font-size: 1.2rem;}
    ul.menu-list li a{font-size: 1.2rem;}
    .category-main{padding: 0;}

    .footer-social li a{width: 30px; height: 30px;}

}

.qty-checkbox-disabled{pointer-events: none;}




/* @media screen and (max-width: 1400px) {
    h2 {
        font-size: 4.0rem;
    }

    .footer-top {
        padding: 20px 75px;
    }

}

@media screen and (max-width: 1200px) {

    .wrapper,
    .wrap980 {
        max-width: 100%;
        padding: 0 20px;
    }


}







@media screen and (min-width:1023px) {

    ul.menu-list>li>.level-1 {
        display: flex;
        align-items: flex-start;
        width: 100%;
        left: 0;
        position: absolute;
        top: 100%;
        background-color: #ffffff;
        box-shadow: 0px 2px 10px -2px rgb(0 0 0 / 10%);
        visibility: hidden;
        opacity: 0;
        transition: 0.2s cubic-bezier(0.42, 0.01, 0.58, 1);
        padding: 20px 0 30px;
    }

    ul.level-1:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
    }

    ul.menu-list>li>.level-1>li {
        width: calc(1200px / 6);
    }

    ul.menu-list>li:hover>.level-1 {
        opacity: 1;
        visibility: visible;
    }

    ul.menu-list ul li {
        margin: 0;
    }

    ul.menu-list>li>.level-1>li>a {
        font-family: 'RobotoMedium';
        font-size: 18px;
    }

    ul.level-1 li:last-child {
        border-bottom: 0;
    }

    ul.level-1 li a {
        width: 100%;
        padding: 8px 0px;
        color: #000000;
        font-size: 14px;
        text-transform: capitalize;
        text-align: left;
    }

    ul.level-1 li a:hover {
        color: #289898;
}

ul.level-1 li a:hover {
    background-color: transparent;
}

ul.level-1 li .level-2 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

ul.level-1 li .level-2 li {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

ul.level-1 li .level-2 li a.seeall {
    text-decoration: underline;
    color: #289898;
}
}

@media screen and (max-width:1023px) {
    .prod-filter .del {
        display: block;
        z-index: 99;
    }

    h3 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 4.0rem;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .container {
        padding-top: 108px;
    }

    .col-5,
    .col-7 {
        width: 100%;
    }

    .layout-wrap,
    .layout-inner {
        padding: 0;
    }

    .layout-wrap {
        margin-bottom: 30px;
    }

    ul.breadcrumb li a {
        font-size: 1.6rem;
    }

    .page-banner {
        margin: 35px 0 0;
    }


    .header-wrap {
        justify-content: space-between;
        padding: 15px 0;
    }

    .top-header a.logo {
        display: none;
    }

    .menu-header a.logo {
        display: inline-block;
    }

    .menu-wrap {
        width: 100%;
        height: calc(100vh - 60px);
        top: 60px;
        background-color: #289898;
    position: fixed;
    padding: 40px 0px 0;
    margin: 0;
    right: -100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    align-items: flex-start;
    flex-flow: row wrap;
    align-content: flex-start;
}

.menu-wrap.active {
    right: 0;
}

.menu-wrap ul {
    flex-flow: row wrap;
}

.menu-wrap ul li {
    width: 100%;
    margin: 0;
    text-align: left;
    position: relative;
}

#nav-icon {
    display: block;
}

.menu-wrap ul li a {
    display: inline-block;
    width: 100%;
    border: 0;
    text-align: left;
}

.social {
    width: 100%;
    flex-flow: row wrap;
}

.social ul {
    justify-content: flex-start;
}

.menu-wrap ul li a:hover,
.menu-wrap ul li a.active {
    border: 0;
}

.search-box {
    width: calc(100% - 45px);
    padding: 0;
}

.notification a {
    width: 30px;
}

.notification a span {
    width: 18px;
    height: 18px;
    right: -8px;
    top: -6px;
}

.dd {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 20px;
    transition: all 0.5s;
}

.dd:after {
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
    color: #ffffff;
}

ul.level-1,
ul.level-2 {
    display: none;
    background: rgba(0, 0, 0, 0.1);
}

ul.level-1 li .level-2 {
    padding: 12px 0;
}

ul.level-1 li .level-2 li a {
    padding: 12px 22px;
    font-size: 1.4rem;
}

ul.menu-list>li.active>.dd,
ul.menu-list ul.level-1>li.active>.dd {
    transform: rotate(-180deg);
    transition: all 0.5s;
}



.restaurant .category {
    padding: 0px 0 30px;
}

.restaurant .food-banner .data {
    left: 0;
    padding-left: 100px;
}

.restaurant .food-banner.favorites .data {
    padding-left: 0px;
}

.restaurant .category-list {
    padding: 0;
}

.food-list .slick-next {
    right: 15px;
    background-color:#289898;
}

.slick-next {
    right: 15px;
    background-color:#289898;
}

.food-list .slick-prev {
    left: 15px;
    background-color:#289898;
}

.slick-prev {
    left: 15px;
    background-color:#289898;
}

.food-list .slick-next:before {
    color: #ffffff;
    font-size: 30px;
}

.slick-next:before {
    color: #ffffff;
    font-size: 30px;
}

.food-list .slick-prev:before {
    color: #ffffff;
    font-size: 30px;
}

.slick-prev:before {
    color: #ffffff;
    font-size: 30px;
}

.restaurant .category-list .slick-arrow:before {
    color: #ffffff;
}


.restaurant .Promotions {
    padding-bottom: 20px;
}

.food-list .img-box {
    height: 400px;
}

.food-list .img-box img {
    height: 100%;
    object-fit: cover;
}

.restaurant .category-list .slick-next {
    right: 0px;
}

.restaurant .category-list .slick-prev {
    left: 0px;
}

.restaurant .Promotion .slick-next {
    right: 0px;
}

.restaurant .Promotion .slick-prev {
    left: 0px;
}


.address {
    padding: 20px 0 0;
}


.filter {
    display: block;
}

.listing-head div.title {
    padding: 0 0 0 35px;
}

.tab-wrap {
    display: block;
    position: fixed;
    top: 0;
    width: 90%;
    left: -100%;
    z-index: 9;
    height: 100%;
    transition: 0.5s ease-in;
}

.tab-wrap.active {
    left: 0;
}

.tab-wrap-list {
    width: 100%;
}

.restaurant .Promotion li {
    width: 50%;
}

.listing-head {
    flex-flow: row wrap;
}

.listing-head div.select-box {
    width: 100%;
}

.prod-wrap {
    padding: 30px 0;
}

.tab-wrap-list {
    padding: 0;
}



.cart-list li .prod-info {
    width: 55%;
}

.cart {
    padding: 20px 0 0;
}

.sub-total-wrap .cta-wrap {
    text-align: left;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-total-wrap .cta-wrap .button {
    margin: 0;

    padding: 15px 13px;
    font-size: 12px;
}

.sub-total-wrap .cta-wrap .button:last-child {
    margin: 0 0 0 12px;
}

.sort-by-wrap {
    margin-bottom: 20px;
}

.product-gallery {
    width: 100%;
    padding: 0 30px;
}

.product-data {
    width: 100%;
    padding: 15px 0;
}






@media screen and (max-width: 767px) {
    .page-banner {
        margin: -1px 0 0;
    }

    .header-wrap {
        padding: 5px 0;
    }

    a.btn,
    input.btn {
        margin-left: 0;
    }

    .logo {
        max-width: 50px;
    }

    h3 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 3.2rem;
    }

    p {
        margin-bottom: 15px;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .search-box {
        width: 70%;
    }

    .popup .body {
        min-width: 90%;
    }

    .popup.login label {
        font-size: 1.0rem;
    }

    .restaurant .popup .body a.button {
        padding: 10px 20px;
        font-size: 1.2rem;
    }


    .restaurant .food-banner .data {
        left: 0;
        padding-left: 60px;
    }

    .restaurant .Promotion .slick-prev {
        left: -10px;
    }

    .restaurant .Promotion .slick-next {
        right: -10px;
    }

    .restaurant .Promotion li,
    .restaurant .category-list li {
        padding: 0;
    }

    .restaurant .Promotions-wrap .content-box .data {
        padding: 20px 50px;
    }

    .restaurant .food-banner.favorites {
        background-size: unset;
        background-position: 70% 50%;
    }

    /*my-basket*/
    .promo-offer .col-8 {
        padding-left: 10px;
    }

    /* .basket .sec-ttl {
        display: none;
    } */



 /*    .restaurant .Promotion li {
        width: 100%;
    } */

    .pagination li a {
        padding: 0 5px;
    }

    .listing-head {
        padding: 0;
    }

    .restaurant .Promotion {
        height: auto;
    }

   /*  .restaurant .Promotion li {
        margin-bottom: 20px;
    } */

    .mxpaging>div {
        width: 35%;
    }


    .cart-list li {
        flex-flow: row wrap;
        margin: 0;
    }

    .cart-list li .data {
        width: 100%;
        flex: unset;
        flex-flow: row wrap;
        padding: 0;
    }

    .cart-list li .prod-info {
        width: 100%;
        margin-bottom: 0;
    }

    .cart-list li .img-box {
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    .cart-list li .col2 .img-box{padding: 0;}

    .cart-list li.empty-cart {
        margin-bottom: 20px;
    }

    .action a .img-box {
        width: 20px;
        padding: 0;
    }

    

   


    .specifcations .tabs-nav li a {
        font-size: 1.4rem;
    }
    /* .count-btn {
        width: 90px;
    }
     */

   


@media screen and (max-width: 640px) {
    .layout a.button {
        padding: 12px 15px;
        font-size: 1.2rem;
    }
    .wrapper, .wrap980{
        padding: 15px;
    }

}

div.select-box.lang {
    height: 30px;
    padding: 5px;
    border: 1px solid #e0e4e5;
    min-width: 80px;
    border-radius: 3px;
 }

 div.select-box.lang select {
    height: 100%;
    padding: 0 5px
 }

 div.select-box.lang:after {
    height: 20px;
    line-height: 30px;
 }





 @media screen and (max-width: 1023px) {
    div.select-box.lang {height: 25px;min-width:95px; margin-right: 10px;}
    div.select-box.lang:after {height: 15px;line-height: 25px;}
    .header-scroll .hdr-btn{display: flex; align-items: center;}
    .mob-only .hdr-buton-wrap{padding: 0 0 0 0;}
 }

 @media screen and (max-width: 767px) {
    div.select-box.lang {
       height: 25px;
    }

    div.select-box.lang:after {
       height: 15px;
       line-height: 25px;
    }
 }

 .prescription-frm .mx-file-upload img{
  width: 100px;
  margin-top: 10px;
 }

 
 .prescription-frm{z-index: 999!important;}

 /* hamburger css added 25-7-23  */
.mob-only #nav-icon {position: relative;width: 30px;height: 20px;cursor: pointer;z-index: 98;display: none;}
.mob-only #nav-icon.open span:nth-child(1) {left: 4px;top: 5px;}
.mob-only #nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.header-wrap.mob-only .logo-wrap{width: 100%;position: relative;}
.mob-only a.logo img{width: 45px;height: 45px;}
@media screen and (max-width: 1023px){
    .mob-only #nav-icon {display: block;margin: 0 15px 0 15px;}
    .header-scroll{width: 100%; display: flex;position: absolute;flex-flow: row wrap;top: 50px;    -webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;left: -100%;}
    .header-scroll .hdr-btn{width: 100%;border-bottom: 1px solid #ffffff;}
    .header-scroll .hdr-btn:last-child{border: 0;}
    .mob-only #nav-icon span{background-color: #ee3c2d;}
    .header-wrap.mob-only .logo-wrap{justify-content: start;align-items: center;}
    .header-scroll.active{left: 0%;}
    }