

@font-face {
    font-family: "wagbat-Light";
    src: url("fonts/wagbat-Light.eot") format('embedded-opentype'), url('fonts/wagbat-Light.woff') format('woff'), url('fonts/wagbat-Light.otf') format('opentype');
}

@font-face {
    font-family: "wagbat-Medium";
    src: url("fonts/wagbat-Medium.eot") format('embedded-opentype'), url('fonts/wagbat-Medium.woff') format('woff'), url('fonts/wagbat-Medium.otf') format('opentype');
}
body {
    background-color: #f3f3f3;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.3;
    font-family: "wagbat-Light";
    font-weight: 100;
    direction: rtl;
    text-align: right;
    /* overflow: hidden; */
}
.container-fluid {
    padding: 0;
}
a,
img {
    display: block
}

ul li {
    list-style: none
}

a {
    color: inherit
}
a:hover {
    color: black;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
    font-weight: 400
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
dl, ol, ul {
    margin: 0;
}
button,button:hover, button:active, button:focus,
input,input:hover, input:active, input:focus,
select,select:hover, select:active, select:focus,
textarea,textarea:hover, textarea:active, textarea:focus {
    outline: 0
}

.site-width {
    width: 90%;
    max-width: 1200px;
    margin: auto
}
header {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 -4px 13px 0 rgba(0,0,0,.19);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 -4px 13px 0 rgba(0,0,0,.19);
    z-index: 99;
}
header .site-width {
    display: table;
}
header > div > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

header,header .logo {
    height: 68px;
    position: relative;
}
header .logo {
    width: 110px;
    /* height: 110px; */
    float: right;
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .6s cubic-bezier(.19,1,.22,1);
    -o-transition: all .6s cubic-bezier(.19,1,.22,1);
    -ms-transition: all .6s cubic-bezier(.19,1,.22,1);
    /* margin-top: 5px; */
}
header .logo a {
    width: 110px;
    /* height: 68px; */
    margin-top: 4px;
}
header li {
    float: right;
    margin-left: 2rem;
    /* display: inline-block; */
}
header li a {
    padding: 24.5px 0px;
    color: #535353;
    font-size: 14px;
    font-family: 'wagbat-Medium';
    line-height: 1.5;
    vertical-align: middle;
}


.user-and-promotions a {
    padding: 7px 10px;
    text-align: center;
    margin: 17px 0;
    border-radius: 4px;
    font-size: 14px;
}
section.promotionsPage .resNavigator strong {
    font-size: 22px;
}
.user-and-promotions a {
    background: #55b85a;
    color: #fff;
}
.account-cart-container {
    text-align: left;
    display: -webkit-flex;
    display: flex;
    float: left;
    vertical-align: middle;
    margin: 20px 0;
}

.account-cart-container i {
    float: left;
    margin-right: 7px;
    display: inline-block;
    z-index: 999;
    background: url(images/cart.png) center no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
}
.account-cart-container .badge {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}
.account-cart-container .badge  span {
    position: absolute;
    z-index: 1;
    /* width: 100%; */
    top: 13px;
    right: 9px;
    margin: auto;
    /* display: table; */
    /* line-height: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 25px;
}
.account-cart-container .badge:after {
    content: "";
    background-color: #55b85a;
    width: 23px;
    height: 23px;
    border-radius: 15px;
    left: 0;
    display: inline-block;
    top: 0;
    /* position: absolute; */
    /* z-index: -1; */
}


.account-cart-container  .toggle {
    float: right;
    display: inline-block;
    padding-left: 5px;
}
.account-cart-container > div {
    display: inline-block;
    vertical-align: middle;
}

.account-cart-container .account button {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 7px;
}
.account-cart-container .account button {
    font-family: wagbat-Medium;
    /* line-height: 1.5; */
    background-color: transparent;
    border: 0;
    border-right: 1px solid #000;
}
footer {
    padding-bottom: 30px;
background-color: white;
}

footer section .menus {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
footer section .menus>ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
footer section .menus li a {
    font-size: 14px;
    color: #747474;
    display: block;
    text-align: center;
}



footer section .extraMenus {
    padding: 30px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
footer section .extraMenus>* {
    width: 33%;
}
footer .heading {
    font-size: 14px;
    color: #000;
    padding: 18px 0;
    display: block;
}
footer section .extraMenus ul:not(.sm) li {
    color: grey;
    padding: 6px 0;
    direction: ltr;
    font-size: 14px;
}
.footerContact {
    color: #444;
    font-size: 20px;
}


footer .heading {
    font-size: 14px;
    color: #000;
    padding: 18px 0;
    display: block;
}
.page_content, footer .heading, footer .socials .desktop a {
    font-family: wagbat-Medium;
}
footer .socials ul {
    padding: 0;
}
footer .socials li {
    margin-left: 10px;
    background: #747474;
    border-radius: 50%;
    padding: 8px;
    float: none;
    display: inline-block;
}

footer .socials li a {
    display: block;
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    overflow: hidden;
    text-indent: 50px;
    margin: auto;
    background-size: 20px;
}
footer .socials li.facebook a {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQzMC4xMTMgNDMwLjExNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDMwLjExMyA0MzAuMTE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggaWQ9IkZhY2Vib29rIiBkPSJNMTU4LjA4MSw4My4zYzAsMTAuODM5LDAsNTkuMjE4LDAsNTkuMjE4aC00My4zODV2NzIuNDEyaDQzLjM4NXYyMTUuMTgzaDg5LjEyMlYyMTQuOTM2aDU5LjgwNSAgIGMwLDAsNS42MDEtMzQuNzIxLDguMzE2LTcyLjY4NWMtNy43ODQsMC02Ny43ODQsMC02Ny43ODQsMHMwLTQyLjEyNywwLTQ5LjUxMWMwLTcuNCw5LjcxNy0xNy4zNTQsMTkuMzIxLTE3LjM1NCAgIGM5LjU4NiwwLDI5LjgxOCwwLDQ4LjU1NywwYzAtOS44NTksMC00My45MjQsMC03NS4zODVjLTI1LjAxNiwwLTUzLjQ3NiwwLTY2LjAyMSwwQzE1NS44NzgtMC4wMDQsMTU4LjA4MSw3Mi40OCwxNTguMDgxLDgzLjN6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
footer .socials li.twitter a {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNjEyLDExNi4yNThjLTIyLjUyNSw5Ljk4MS00Ni42OTQsMTYuNzUtNzIuMDg4LDE5Ljc3MmMyNS45MjktMTUuNTI3LDQ1Ljc3Ny00MC4xNTUsNTUuMTg0LTY5LjQxMSAgICBjLTI0LjMyMiwxNC4zNzktNTEuMTY5LDI0LjgyLTc5Ljc3NSwzMC40OGMtMjIuOTA3LTI0LjQzNy01NS40OS0zOS42NTgtOTEuNjMtMzkuNjU4Yy02OS4zMzQsMC0xMjUuNTUxLDU2LjIxNy0xMjUuNTUxLDEyNS41MTMgICAgYzAsOS44MjgsMS4xMDksMTkuNDI3LDMuMjUxLDI4LjYwNkMxOTcuMDY1LDIwNi4zMiwxMDQuNTU2LDE1Ni4zMzcsNDIuNjQxLDgwLjM4NmMtMTAuODIzLDE4LjUxLTE2Ljk4LDQwLjA3OC0xNi45OCw2My4xMDEgICAgYzAsNDMuNTU5LDIyLjE4MSw4MS45OTMsNTUuODM1LDEwNC40NzljLTIwLjU3NS0wLjY4OC0zOS45MjYtNi4zNDgtNTYuODY3LTE1Ljc1NnYxLjU2OGMwLDYwLjgwNiw0My4yOTEsMTExLjU1NCwxMDAuNjkzLDEyMy4xMDQgICAgYy0xMC41MTcsMi44My0yMS42MDcsNC4zOTgtMzMuMDgsNC4zOThjLTguMTA3LDAtMTUuOTQ3LTAuODAzLTIzLjYzNC0yLjMzM2MxNS45ODUsNDkuOTA3LDYyLjMzNiw4Ni4xOTksMTE3LjI1Myw4Ny4xOTQgICAgYy00Mi45NDcsMzMuNjU0LTk3LjA5OSw1My42NTUtMTU1LjkxNiw1My42NTVjLTEwLjEzNCwwLTIwLjExNi0wLjYxMi0yOS45NDQtMS43MjFjNTUuNTY3LDM1LjY4MSwxMjEuNTM2LDU2LjQ4NSwxOTIuNDM4LDU2LjQ4NSAgICBjMjMwLjk0OCwwLDM1Ny4xODgtMTkxLjI5MSwzNTcuMTg4LTM1Ny4xODhsLTAuNDIxLTE2LjI1M0M1NzMuODcyLDE2My41MjYsNTk1LjIxMSwxNDEuNDIyLDYxMiwxMTYuMjU4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
footer .socials li.instagram a {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNjkuMDYzIDE2OS4wNjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2OS4wNjMgMTY5LjA2MzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0xMjIuNDA2LDBINDYuNjU0QzIwLjkyOSwwLDAsMjAuOTMsMCw0Ni42NTV2NzUuNzUyYzAsMjUuNzI2LDIwLjkyOSw0Ni42NTUsNDYuNjU0LDQ2LjY1NWg3NS43NTIgICBjMjUuNzI3LDAsNDYuNjU2LTIwLjkzLDQ2LjY1Ni00Ni42NTVWNDYuNjU1QzE2OS4wNjMsMjAuOTMsMTQ4LjEzMywwLDEyMi40MDYsMHogTTE1NC4wNjMsMTIyLjQwNyAgIGMwLDE3LjQ1NS0xNC4yMDEsMzEuNjU1LTMxLjY1NiwzMS42NTVINDYuNjU0QzI5LjIsMTU0LjA2MywxNSwxMzkuODYyLDE1LDEyMi40MDdWNDYuNjU1QzE1LDI5LjIwMSwyOS4yLDE1LDQ2LjY1NCwxNWg3NS43NTIgICBjMTcuNDU1LDAsMzEuNjU2LDE0LjIwMSwzMS42NTYsMzEuNjU1VjEyMi40MDd6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNODQuNTMxLDQwLjk3Yy0yNC4wMjEsMC00My41NjMsMTkuNTQyLTQzLjU2Myw0My41NjNjMCwyNC4wMiwxOS41NDIsNDMuNTYxLDQzLjU2Myw0My41NjFzNDMuNTYzLTE5LjU0MSw0My41NjMtNDMuNTYxICAgQzEyOC4wOTQsNjAuNTEyLDEwOC41NTIsNDAuOTcsODQuNTMxLDQwLjk3eiBNODQuNTMxLDExMy4wOTNjLTE1Ljc0OSwwLTI4LjU2My0xMi44MTItMjguNTYzLTI4LjU2MSAgIGMwLTE1Ljc1LDEyLjgxMy0yOC41NjMsMjguNTYzLTI4LjU2M3MyOC41NjMsMTIuODEzLDI4LjU2MywyOC41NjNDMTEzLjA5NCwxMDAuMjgxLDEwMC4yOCwxMTMuMDkzLDg0LjUzMSwxMTMuMDkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTEyOS45MjEsMjguMjUxYy0yLjg5LDAtNS43MjksMS4xNy03Ljc3LDMuMjJjLTIuMDUxLDIuMDQtMy4yMyw0Ljg4LTMuMjMsNy43OGMwLDIuODkxLDEuMTgsNS43MywzLjIzLDcuNzggICBjMi4wNCwyLjA0LDQuODgsMy4yMiw3Ljc3LDMuMjJjMi45LDAsNS43My0xLjE4LDcuNzgtMy4yMmMyLjA1LTIuMDUsMy4yMi00Ljg5LDMuMjItNy43OGMwLTIuOS0xLjE3LTUuNzQtMy4yMi03Ljc4ICAgQzEzNS42NjEsMjkuNDIxLDEzMi44MjEsMjguMjUxLDEyOS45MjEsMjguMjUxeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.footerContact .whatsapp {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: url(images/whatsapp.png) right 5px no-repeat;
    background-size: 40px;
    padding: 10px 50px 10px 0;
    font-size: 28px!important;
    line-height: 1.5;
    color: #00a956;
}
footer .app li a {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
footer .app li {
    width: 47%;
    margin: 1%;
    padding: 0!important;
    border-radius: 0;
    vertical-align: middle;
    background: 0 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
footer .app {
    margin: 40px 0;
    direction: rtl;
    max-width: 300px;
}














.footer_bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    color: #747474;
    line-height: 1;
    font-size: 14px;
}
.footer_bottom>div:first-child {
    display: flex;
    display: -webkit-flex;
    text-align: right;
}
.footer_bottom p a {
    display: inline;
    font-size: 19px;
    margin: 0 10px;
    vertical-align: middle;
    font-family: wagbat-Medium;
}
.footer_bottom p{
    margin: 0;
}
.footer_bottom .tooltip {
    position: relative;
    height: 20px;
}
.footer_bottom .tooltip__content {
    background: #fff;
    padding: 25px;
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    right: -92px;
    margin: auto;
    width: 150px;
    text-align: left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    pointer-events: none;
}
.tooltip__content:before {
    border-color: #fff transparent transparent;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    bottom: -20px;
    width: 0;
}
.tooltip__content a {
    padding: 5px 0;
    direction: ltr;
    text-align: center;
    font-size: 16px;
    margin: 0 10px;
    vertical-align: middle;
    letter-spacing: .5px;
    font-family: wagbat-Medium;
}
.wagbatModal .modal-header {
    background-color: white;
    padding: 10px;
    border-radius: 0;
    border: 0;
}

.wagbatModal .modal-header .modal-close {
    position: absolute;
    background-color: transparent;
    border: 0;
    top: 16px;
    opacity: 0.3;
}

.wagbatModal .modal-header .app-title {
    width: 100%;
    color: #777;
    padding-top: 45px;
}

.wagbatModal .modal-header .app-title h2 {
    font-size: 25px;
    font-family: wagbat-Medium;
    text-align: center;
}

div#loginModal .modal-dialog {
    max-width: 400px;
}

.wagbatModal  .modal-content {
    border-radius: 0;
    border: 0;
    /* padding: 10px 30px; */
}

.input-container {
    margin-bottom: 11px;
}

.input-container input {
    background: #ffffff;
    padding: 12px;
    color: #79889a;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    outline: 0;
    border: 1px solid #cacaca;
    -webkit-box-shadow: inset 0 2px 5px -2px rgba(123, 123, 123, 0.4);
    -moz-box-shadow: inset 0 2px 5px -2px rgba(123, 123, 123, 0.4);
    box-shadow: inset 0 2px 5px -2px rgba(123, 123, 123, 0.4);
}
.has-error{

    border-color: #bf0000 !important;
}
.error{

    color: #bf0000;

    margin-top: 10px;
}
.buttons {
    margin: 16px 0px;
    /* background-color: red; */
}

.input-container input[type=checkbox] {
    display: none;
}

.input-container input[type=checkbox] + label.customCheckboxLabel {
    width: 19px;
    height: 19px;
    /* background-color: red; */
    display: inline-block;
    margin-left: 6px;
    border: 2px solid #d0d0d0;
    text-align: center;
    transition-duration: 0.3s;
    position: relative;
    z-index: 0;
    border-radius: 3px;
}

.input-container .checkbox-container {}

.input-container.checkbox-container label {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 13px;
}

.buttons > * {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
}

.buttons > *:last-child {
    text-align: left;
}

.login-screen .submitBtn {
    border: 2px solid transparent;
    background: #55b85a;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: .25s;
    display: block;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.new-account {
    background-color: #f5f5f5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin-top: 8px;
}

.new-account h4 {
    font-size: 18px;
    display: block;
    font-family: wagbat-Medium;
    color: #676767;
    margin-bottom: 0;
}

.new-account h6 {
    max-width: 250px;
    line-height: 17px;
    color: #585858;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

.new-account a {
    border: 2px solid transparent;
    background: #f9f9f9;
    color: #fff;
    line-height: 25px;
    padding: 10px 0;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    transition: .25s;
    display: block;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    font-size: 15px;
    background: #3498DB;
}

.login-screen {
    padding: 10px 30px;
}

.new-account a:hover {}

.new-account a:hover, .login-screen .submitBtn:hover {
    opacity: 0.8;
}




.input-container input[type=checkbox]:checked + label.customCheckboxLabel {
    background-color: #55b85a;
    border-color: #55b85a;
}

.input-container input[type=checkbox] + label.customCheckboxLabel::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    /* line-height: .8; */
    /* color: #fff; */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1111;
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPgo=');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.account-cart-container .account {}

.account-cart-container .account .dropdown {}

.account-cart-container .account .dropdown .dropdown-content {
    background-color: red;
    left: -10px;
    position: absolute;
    padding: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    list-style-type: none;
    top: 15px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    text-indent: 10px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #efefef;
    width: 200px;
    z-index: 9;
}
.account-cart-container .account .dropdown .dropdown-content.open {
    opacity: 1;
    visibility: visible;
    top: 30px;
}
.account-cart-container .account .dropdown .dropdown-content a {
    padding: 7px 0;
    font-size: 13px;
    font-family: wagbat-Light;
    display: block;
    color: #333;
    width: 100%;
}
.account-cart-container .account .dropdown .dropdown-content a:hover{
    background-color: #0000000d;
}
.account-cart-container .account .dropdown .dropdown-content li:last-child a {
    color: red;
}
.account-cart-container .account .dropdown .dropdown-text {
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    padding: 5px 8px;
    box-sizing: border-box;
    line-height: 1;
    /* background-color: red; */
}

.account-cart-container .account .dropdown .dropdown-content li {
    float: none;
    text-align: right;
    width: 100%;
    /* background-color: red; */
}
.account-cart-container .account .dropdown .dropdown-text:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #555 transparent transparent;
    display: inline-block;
    margin-right: 6px;
}
section.indexCover {
    padding-top: 160px;
    padding-bottom: 325px;
    background-size: cover;
    background-position: center;
}

.index-headline {
    padding: 20px 0;
}

.index-headline h1 {
    font-size: 25px;
    font-family: wagbat-Medium;
    text-align: center;
    color: white;
    margin: 0;
}

.search-form {
    max-width: 674px;
    margin: auto;
    border-radius: 3px;
}

.search-form .search-container {
    /* background-color: red; */
    display: inline-block;
    text-align: center;
    margin: auto;
    position: relative;
    vertical-align: middle;
    height: 54px;
    float: right;
}

.search-form .search-container.searchSelect {
    width: 30%;
    /* padding: 0 16px; */
    background-color: white;
    /* border-left: 1px solid #d0d0d0; */
}

.search-form .search-container.searchInput {
    width: 50%;
}

.search-form .search-container.searchBtn {
    width: 20%;
}

.search-container.searchBtn button {
    background: #f9c327;
    border: none;
    display: block;
    width: 100%;
    color: #000;
    cursor: pointer;
    height: 54px;
    font-size: 14px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
    font-family: wagbat-medium;
}

.search-form .search-container.searchInput input {
    width: 100%;
    border: 0;
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
}

.search-form .search-container.searchSelect select {
    height: 100%;
    border: 0;
    border-radius: 0;
    /* background-color: red; */
    width: 95%;
    font-size: 14px;
}
section.index-login-container  .left-column {
    float: left;
    width: calc(100% - 350px);
    padding: 0 20px;
}

section.index-login-container  .left-column.top {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8ebf0;
}

section.index-login-container  .left-column h2 {
    color: #c8c8c8;
    font-size: 35px;
    padding: 15px 0;
    text-align: center;
}

section.index-login-container  .left-column p {
    margin: auto;
    max-width: 800px;
    font-size: 18px;
    color: #565656;
    text-align: center;
}

section.index-login-container .left-column .order-process {
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 800px;
    margin: auto;
}

section.index-login-container .left-column .order-process li {
    width: 31%;
    display: inline-block;
    text-align: right;
    font-size: 20px;
    position: relative;
    /* border: 1px solid red; */
}

section.index-login-container .left-column .order-process li i {
    display: block;
    height: 110px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right center;
}
section.index-login-container .order-process li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: url(images/next-step.png) left no-repeat;
    background-size: contain;
    height: 100%;
    width: 65px;
}
section.index-login-container .left-column .order-process li:last-child:after{
    display: none;
}

section.index-login-container .left-column .order-process li:nth-child(2) {
    text-align: center;
}

section.index-login-container .left-column .order-process li:nth-child(2) i {
    background-position: center;
}
section.index-login-container .left-column .order-process li:nth-child(2):after {
    left: -30%;
}

section.index-login-container .left-column .order-process li:nth-child(3) {
    text-align: left;
}

section.index-login-container .left-column .order-process li:nth-child(3) i {
    background-position: left;
}
.two-columns{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.two-columns > div.right-column {
    width: 350px;
    margin-left: 20px;
    position: relative;
}
.two-columns>div.left-column {
    width: 66%;
}
.two-columns>div {
    display: table-cell;
}
.two-columns>div img {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}
.two-columns>div .full-image {
    width: 100%;
}
.two-columns>div .half-image {
    width: 48.5%;
    float: right;
    margin-left: 3%;
}
.two-columns > div.right-column {
    width: 32%;
    margin-left: 2%;
}
.two-columns>div.right-column {
    width: 350px;
    margin-left: 20px;
    position: relative;
    width: 32%;
    margin-left: 2%;
}




.two-columns>div .half-image:last-child {
    margin-left: 0;
}

.index-page-ads {
    display: block;
    margin: 30px auto;
}

section.index-login-container {
    /* border-bottom: 1px solid #e8ebf0; */
    /* padding: 0 0 20px; */
}
.blog h2{
    color: #74c277;
    padding: 30px 0 10px;
    font-size: 20px;
}
.blog ul li {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.blog ul h3 {
    font-size: 20px;
    max-width: 250px;
    color: #565656;
}



section.index-login-container .login-screen {
    /* max-width: 31%; */
     width: 100%;
    margin-top: -165px;
    /* float: right; */
    /*border: 1px solid #f3f3f3;*/
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}

section.index-login-container .right-column {
    float: right;
    width: 350px;
}
.homelogin {
    border: 1px solid #f3f3f3;
    width: 350px;
}

.homelogin .new-account {
    background-color: white;
}
section.index-login-container a#new-user {
    color: #e81932;
    font-size: 14px;
    display: table;
    padding-top: 16px;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
    font-family: wagbat-medium;
}
section.index-login-container .login-screen h2 {
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-right: 0;
    color: #79889a;
    display: table;
}
.filters {
    box-sizing: border-box;
    display: table;
    width: 220px;
    border: 0 !important;
}

.filters .phone-filters {
    display: none;
}
.restaurantsPage {
    background: #f3f3f3;
    padding-bottom: 50px;
}
.resNavigator {
    margin: auto;
    display: block;
    padding-top: 120px;
    padding-bottom: 19px;
}

.restaurants-search {}

.restaurants-search .heading {
    display: block;
}
.filters .filters-container button{
    display: none;
}
.filters  .filters-container {
    background-color: white;
    width: 220px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 12px;
}

.filters .filters-container .heading {
    display: none;
}

.filters .filters-container .filter-option {}

.filters .filters-container .filter-option strong {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
    display: block;
    cursor: pointer;
    color: #333;
    font-family: wagbat-Medium;
}

.filters .filters-container .filter-option ul {}

.filters .filters-container .filter-option ul li {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.filters .filters-container .filter-option ul li label {
    position: relative;
    padding-right: 10px;
    cursor: pointer;
    line-height: 3px;
    display: inline-block;
    color: #666;
    margin: 0;
    vertical-align: middle;
}

.filters .filters-container .filter-option ul.custom-radio li input[type=radio]{
    /* -webkit-appearance: radio; */
}
.filters .filters-container .filter-option ul.custom-radio li input[type=radio]:checked + label.customRadioLabel{
    opacity: 1;
    background-color: #55b85a;
    top: 0;
    right: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border: 2px solid #55b85a;
}
.filters .filters-container .filter-option ul li label.customRadioLabel {
    padding: 0;
    /* background-color: green; */
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 100%;
    line-height: 0;
}
.filters .filters-container .filter-option ul li label.customChecksLabel ,
.registerPage .customChecksLabel{
    padding: 0;
    /* background-color: green; */
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    line-height: 0;
}
.filters .filters-container .filter-option ul.custom-checks li input[type=checkbox]:checked + label.customChecksLabel ,
.registerPage input[type=checkbox]:checked + .customChecksLabel{
    opacity: 1;
    top: 0;
    right: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    background-color: #52bad5;
    border-color: #2c9ab7;
}
.restaurants-container > div {
    margin-left: 5px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.restaurants-lists {
    width: calc(100% - 465px);
    background: #fff;
}












.restaurants-lists ul {
    padding: 20px 0;
}

.restaurants-lists > ul > li {
    padding: 15px 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.restaurants-lists ul li .resNameDetails {
    padding: 10px;
    /* float: right; */
    width: calc(100% - 301px) !important;
    box-sizing: border-box;
}

.restaurants-lists ul li .resNameDetails h2 {
    font-size: 16px;
    color: #cd1c27;
    padding-bottom: 0px;
    font-weight: 400;
    margin-bottom: 5px;
}

.restaurants-lists ul li .resNameDetails p {
    color: #888;
    max-width: 75%;
    margin: 0;
}

.restaurants-lists ul li .resNameDetails ul {
    padding-top: 30px;
    width: 100%;
}

.restaurants-lists ul li .resNameDetails ul li {
    /* width: 33.3333%; */
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.restaurants-lists ul li .resNameDetails ul li span {
    display: block;
}

.restaurants-lists ul li .restRateMenu {
    width: 160px;
}

.restaurants-lists ul li .restRateMenu span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    float: right;
}

.restaurants-lists ul li .restRateMenu span strong {
    background: #98cf1c;
    padding: 6px 7px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}

.restaurants-lists ul li .restRateMenu span:first-child {
    margin-right: 0;
    float: right;
}

.restaurants-lists ul li .restRateMenu .menuButton {
    background: #5a5a5a;
    width: 100%;
    top: 15px;
    position: relative;
    line-height: 1;
    padding: 10px;
    float: right;
    display: inline-block;
}
.restaurants-lists ul li > div {
    display: inline-block;
    vertical-align: middle;
    /* background-color: red; */
}
.restaurant-container {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}
.restaurants-lists ul li > div.resImage {
    width: 100px;
    vertical-align: top;
}
.restaurants-lists ul li .resRateMenu {
    width: 180px !important;
    vertical-align: middle;
}

.restaurants-lists ul li .resRateMenu span,.restaurants-lists ul li .resRateMenu .restReviewAn {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.restaurants-lists ul li .resRateMenu span strong,.restaurants-lists ul li .resRateMenu .restReviewAn  strong {
    background: #98cf1c;
    padding: 6px 7px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}


.restaurants-lists ul li .resRateMenu .restReviewAn small{
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 5px 0;
    color: #888;
}

.restaurants-lists ul li .resRateMenu .menuButton {
    color: #fff;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    background: #5a5a5a;
    width: 100%;
    top: 15px;
    position: relative;
    line-height: 1;
    padding: 10px;
    /* float: right; */
}

.restaurants-container .restaurants-ads {
    width: 220px;
    padding: 0;
    position: relative;
    border: 0;
}

.restaurants-container .restaurants-ads > div {
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    display: table;
    width: 100%;
}
.restaurants-container .restaurants-ads .search-in-map {
    background: url(images/search-in-map.jpg) center no-repeat;
    background-size: cover;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.restaurants-container .restaurants-ads .vertPromotion {
    margin-top: 5px;
}
.restaurants-container .restaurants-ads .vertPromotion img{
    width: 100%;
}

#map, #map-cont.open {
    height: 330px;
}
#map-cont {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -ms-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s;
    position: relative;
}
#map-cont .map-open-close {
    position: absolute;
    top: 6px;
    z-index: 9999;
    background: #fff;
    padding: 5px 17px;
    font-size: 12px;
    right: 6px;
    cursor: pointer;
    display: table;
}
.resNavigator .heading {
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 17px 0;
}

.restaurants-search::after {content: "";display: inline-block;height: 100%;clear: both;width: 100%;}

.resNavigator .heading strong {
    font-size: 22px;
    padding: 0 0;
}
.filters .filters-container.fixed {
    position: fixed;
    top: 9px;
}
.filters .desk-search {
    width: 100%;
    /* height: 50px; */
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.filters .desk-search input {
    width: 100%;
    height: 40px;
    background: 0 0;
    border: none;
    font-size: 10pt;
    color: #000;
    padding: 0 10px;
    /* background-color: red; */
    padding: 0 10px 0 30px;
}

.filters .desk-search span {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    opacity: .5;
}

.filters .desk-search span img {
    width: 100%;
}













.userPage {
    padding: 100px 0;
    background: #f3f3f3;
}
.userPage .SideBar {
    position: relative;
    width: 230px;
    float: right;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}

.userPage .SideBar h3 {
    font-size: 18px;
    color: #535353;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.userPage .SideBar ul {
    display: block;
}

.userPage .SideBar ul li {
    color: #000;
    padding: 12px 0;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.userPage .SideBar ul li a {
    width: 90%;
    margin: auto;
    color: #7d7d7d;
}
.userPage .SideBar ul li.active {
    background: #eaeaea;
}
.userPage .SideBar ul li span {
    display: table;
    position: absolute;
    top: 10px;
    left: 12px;
    background: #f92525;
    padding: 1px 15px 0;
    bottom: 10px;
    margin: auto;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
}

.userPage .Content {
    width: calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
    float: right;
    margin-right: 20px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.userPage .Content h2 {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #79889a;
    display: table;
}

.userPage .Content .input-container input {
    background-color: white;
}

.userPage .Content .input-container {
    max-width: 500px;
    margin-bottom: 20px;
}


.userPage .Content .input-container input[type="radio"]:checked + label.customRadioLabel,
.registerPage .input-container input[type="radio"]:checked + label.customRadioLabel {
    opacity: 1;
    background-color: #55b85a;
    top: 0;
    right: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border: 2px solid #55b85a;
}
.userPage .Content .input-container input[type="radio"] + label.customRadioLabel,
.registerPage .input-container input[type="radio"] + label.customRadioLabel {
    padding: 0;
    /* background-color: green; */
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 100%;
    line-height: 0;
    display: inline-block;
    margin: 3px 0 0 6px;
    vertical-align: middle;
}

.userPage .Content .input-container input[type=radio],
.registerPage .input-container input[type="radio"] {
    display: none;
}

.userPage .Content .input-container.user-radio .row label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0;
}

.userPage .Content .submit-button {
    background: #55b85a;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 0;
    height: auto;
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
}




input#user-birthday {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAiCAYAAADYmxC7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDM4M0VGQkIwQTVBMTFFNzhEN0FFRUJEMzY0MDAzOEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4M0VGQkMwQTVBMTFFNzhEN0FFRUJEMzY0MDAzOEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzgzRUZCOTBBNUExMUU3OEQ3QUVFQkQzNjQwMDM4QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMzgzRUZCQTBBNUExMUU3OEQ3QUVFQkQzNjQwMDM4QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpdDe4QAAAN3SURBVHja7JdbSBRRHMZndpdIrZAumJUVbUaQdLEbUplmN7pAQRFFYLTVQkUP2o3ooSAoqYeoKKKLQSVBUj6UZdJm2BUCK4gIDLvsg1koBF20dPv+8Q0cDjPbTBfXhz74MWfmzDnn27Nz/ud/zFAoZLjUMnAK7AIHDPfazDZrwAU3DXweOp8OUkCe4U15bJfrtkFAu58BFoOhoLtWN5LXyaDag6mxvC4EmVrdV/AKXAYR3VRvUAbmuBikL5hpeNcgYqeNoAqsAM1iqhuo5AyInoJb/BWqZoNx4CUo92BmCQiCOnBDq5N/Ix+M5oSIj1wxFVYMbQP7Qcym8x409Rxs92BqFE3dc2hngi2ghD7C/uzs7MMoDAQVYFOczj+C4eA4jblVK0gHh8Abh3fu8tuT77ZPgL/EoKl4usMV6FWXiJv3FokfH5er6IORWDXzmuIzuqC6pCk1eMrKKEygl3Q7U1O74kxdj7NkO0ODwVzd1BFwNYGm5lum/q++v2FKomsUtIBirW4laGTADWt1a/m8kbu+qmL2F2WK5MlUP3Cee2IqM81JytItBWmyT4FjSp4ke+NRPk9jptqfdRPZTyr7PQd6eTElAydrz4bxmqEtEJNJoWUqoKUmI1gOmqap9pestHNl6hm4r9xHlVyojjmXpXru8qIa8EKpewweslwVi8WiSt0DjvPLdNhSOyjg9yJ51Bllw/zGvFsOAn5wGnxW0lvJxVezj5NMXQx+SzlgFfjEv7bdiynRF3DQoa6FyaCdmsA+hzqZqT1/GhIGMGu0U4bTN8HnGQ51Qfb7W6Z2gLf8Zsq0d2WWXoMGZqKGtjM0sL5Eee5nP/Xsd6dXU0M4zVb9cjCL5UweMK2ltA5MYHk82KCsyq1gDO8XsB9r3N0MG55mytTuk5SlrMt61tOmLsmhP5/N2TKuKZn6E8q9hIdrLD/Rcu5q5u+i28w2LJUrIaFSCzOlHMd29bXx7KfPgPwtZxkSbvI9S0sZFvw8I3bweYwn4Xwu9xrluNbGNgUMCbU2Z8CfISfAHEoi8RRwUXux1mEmO9RjtqbvcY71bcqM65pm/Us+5WgVZnBLhHKUjb0iwOVdyE04wg01okTifynr2L6e5ffiJ8AIPA9cwYaZhv2pCOWiBMzWO4aNJmv1PQJZMLSXG2prJxlp5XgybhZ9GD8EGABjr7r5SpUjngAAAABJRU5ErkJggg==");
    background-position: left+10px center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.datepicker {
    width: 300px;
    font-family: wagbat-light;
    font-size: 12px;
}

.datepicker--cell {
    height: 35px;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
    background: #55b85a;
    color: #ffffff !important;
}

.datepicker--day-name {
    color: #a2a2a2;
}

.datepicker--nav-action {
    transform: rotate(180deg);
}

.datepicker--nav-title i {
    margin: 0 5px;
}
.userPage .edit-links {
    color: #ea3062;
    text-decoration: underline;
    padding: 6px 0;
}
.userPage .Content .input-container label {
    margin-bottom: 7px;
}


.table-orders {
    background-color: #f3f3f3;
}

.table-orders th {
    border-bottom: 5px solid #eaeaea;
    color: grey;
    border-top: 1px solid #eaeaea;
    padding: 1em 0;
    text-align: center;
    font-size: 13px;
}

.table-orders td {
    padding: 1em 0;
    text-align: center;
    font-size: 13px;
}

.table-orders td a {
    background: #55b85a;
    color: #fff;
    padding: 7px 12px;
    max-width: 130px;
    border-radius: 4px;
    width: 99%;
    text-align: center;
    margin: 0 auto 11px !important;
    box-sizing: border-box;
    display: block;

}
.table-orders td a.orderDetailBtn{

    background: #ff8000;
}
.table-orders td a.no-rate {}

.table-orders table {
    width: 100%;
}
.addresses-list {}

.addresses-list .address {
    margin-top: -1px;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 2px;
    width: 100%;
    padding-top: 33px;
}

.addresses-list .address dl {
    /* background-color: red; */
}

.addresses-list .address dl dt {
    display: inline-block;
    width: 156px;
    font-weight: 100;
}

.addresses-list .address dl dd {
    display: inline-block;
    margin: 0;
    width: calc(100% - 200px);
    line-height: 21px;
}

.addresses-list .address .address-controls {
    margin-bottom: 25px;
}

.addresses-list .address .address-controls a {
    border: 0;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background: #616161;
    border-radius: 4px;
    transition: all .25s linear;
    width: 120px;
    text-align: center;
    padding: 10px 0;
}

.addresses-list .address .address-controls button {
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: all .25s linear;
    width: 120px;
    text-align: center;
    padding: 10px 0;
    background: #f1f1f1;
    color: #000;
    border: 1px solid #ccc;
    cursor: pointer;
}
.addresses-list .address .address-controls a:hover,
.addresses-list .address .address-controls button:hover{
    opacity: 0.9;
}
.addresses-list .address .address-controls > * {
    display: inline-block;
    margin-left: 12px;
}

.addresses-list .address dl > div {
    margin-bottom: 14px;
}
.addressOpenMap {
    background: #f1f1f1!important;
    border: 1px solid #d7d7d7!important;
    box-shadow: 4px 4px 1px #f5f5f5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #000!important;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    margin: 30px 0 30px 5px;
    height: auto;
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
}

.input-container select {
    background: #ffffff;
    padding: 12px;
    color: #79889a;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    outline: 0;
    border: 1px solid #cacaca;
    -webkit-box-shadow: inset 0 2px 2px -2px rgba(00,0,0,.4);
    -moz-box-shadow: inset 0 2px 2px -2px rgba(00,0,0,.4);
    box-shadow: inset 0 2px 4px -2px rgba(00,0,0,.4);
}

.userPage .Content .input-container select {
    background-color: white;
}

.input-container textarea {
    background: #ffffff;
    padding: 12px;
    color: #79889a;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    outline: 0;
    border: 1px solid #cacaca;
    -webkit-box-shadow: inset 0 2px 2px -2px rgba(00,0,0,.4);
    -moz-box-shadow: inset 0 2px 2px -2px rgba(00,0,0,.4);
    box-shadow: inset 0 2px 4px -2px rgba(00,0,0,.4);
    resize: none;
}

.userPage .Content .input-container textarea {
    background-color: white;
}

.form-buttons button {
    background: #55b85a;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 30px 0 30px 5px;
    height: auto;
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
}

.form-buttons a {
    background: #f1f1f1!important;
    border: 1px solid #d7d7d7!important;
    box-shadow: 4px 4px 1px #f5f5f5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #000!important;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    margin: 30px 0 30px 5px;
    height: auto;
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
}

.form-buttons > * {
    display: inline-block;
}
div#map-input {
    width: 95%;
    text-align: center;
    margin: auto;
}

div#map-input > * {
    /* background-color: red; */
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

div#map-input input {
    width: calc(100% - 104px);
    height: 100%;
    padding: 10px 10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div#map-input div {
    text-align: left;
    width: 100px;
}

div#map-input div span {
    background-image: url(/assets/images/locate-me.png);
    background-repeat: no-repeat;
    background-size: 56px;
    background-position: right center;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    text-align: left;
    border-radius: 4px;
    color: #fff;
    padding-right: 13px;
    background-color: #f7c841;
    display: block;
}

div#map-input div img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 32px;
    z-index: 5;
    margin: auto;
    right: 50%;
    bottom: 50%;
    margin-top: -43px;
    margin-right: -16px;
}

button.add-to-cart.hide-map-modal {
    background: #55b85a;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 15px 0 15px 20px;
    height: auto;
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
}
.restaurantSinlgePage {}

.restaurantSinlgePage .restaurantNavigator {
    /* background-color: red; */
    margin: auto;
    display: block;
    padding-top: 70px;
    padding-bottom: 25px;
}
.restaurant-information .restauratn-content {
    width: calc(100% - 335px);
    margin-left: 16px;
}

.restaurant-information .cart-restaurant-div {
    width: 310px;
    height: -moz-fit-content;
    height: fit-content;
}
.cuisine-filter {
    height: -moz-fit-content;
    height: fit-content;
    width: 220px;
}

.restaurant-information  > div {
    display: inline-block;
    vertical-align: top;
}
.restaurantSinlgePage .restaurantNavigator > div {
    display: inline-block;
    vertical-align: top;
}

.restaurantSinlgePage .restaurantNavigator .restaurantImage {
    width:100px;
}

.restaurantSinlgePage .restaurantNavigator .restaurantDetails {
    width: calc(100% - 310px);
    padding: 0 20px;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate {
    width: 200px;
    text-align: left;
}

.restaurantSinlgePage .restaurantNavigator .restaurantImage a {}

.restaurantSinlgePage .restaurantNavigator .restaurantDetails h2 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
}

.restaurantSinlgePage .restaurantNavigator .restaurantDetails p {
    color: #000;
    max-width: 350px;
    font-size: 13px;
    margin: 0 0 8px;
}

.restaurantSinlgePage .restaurantNavigator .restaurantDetails label {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate > div {}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .rate-container {}

.restaurantSinlgePage .restaurantNavigator .restaurantRate  .share-container {
    position: relative;
    margin-bottom: 15px;
    float: left;
    cursor: pointer;
    border: 1px solid #ededed;
    margin-top: 10px;
    height: 35px;
    background: #fff;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .rate-container strong,
.checkoutPage  .rate-container strong {
    color: #fff;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    background: #98cf1c;
    padding: 6px 9px;
    display: inline-block;
    font-size: 14px;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .rate-container label,
.checkoutPage  .rate-container label {
    margin: 0;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container h4 {
    padding: 10px 9px 10px 45px;
    font-size: 13px;
    margin: 0;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container .share {
    /* padding: 5px 10px 10px 10px; */
    /* font-size: 12px; */
    /* background-color: white; */
    /* z-index: 1; */
    position: absolute;
    /* visibility: hidden; */
    /* opacity: 0; */
    left: 8px;
    top: 6px;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container .share-icon {
    position: relative;
    z-index: 10;
    width: 20px;
    height: 20px;
    /* background-color: red; */
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container .share-menu {
    -webkit-transform: translate(10px,0);
    transform: translate(10px,0);
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    background-color: white;
    z-index: 8;
    position: absolute;
    left: -20px;
    top: -6px;
    width: 180px;
    text-align: right;
    border: 1px solid #ededed;
    padding: 15px 15px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    transition-duration: 0.4s;
}
.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container.open .share-menu {
    opacity: 1;
    visibility: visible;
}
.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container .share-menu label {
    /* height: 36px; */
    /* line-height: 36px; */
    font-size: 18px;
    /* padding: .5rem 1.5rem; */
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container .share-menu ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    /* background-color: red; */
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container .share-menu li {
    padding: 3px 0;
    width: 100%;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .share-container .share-menu a {
    display: block;
    width: 100%;
    font-size: 14px;
}

.restaurantSinlgePage .restaurantNavigator .restaurantRate .rate-container small,
.checkoutPage  .rate-container small  {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 5px 4px;
    color: #888;
}

.line1 {}
.line1 , .line2 {
    height: 2px;
    width: 16px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate3d(0,0,1,-30deg);
    transform: rotate3d(0,0,1,-30deg);
    -webkit-transition: all .4s;
    z-index: 100;
    transition: all .4s;
}
.line2 {
    top: 12px;
    -webkit-transform: rotate3d(0,0,1,30deg);
    transform: rotate3d(0,0,1,30deg);
}
.line1::before,
.line1:after,
.line2::before,
.line2:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: -.67px;
    top: -2px;
}
.line1:after, .line2:after {
    left: auto;
    right: -2px;
}


.open .line2 {
    -webkit-transform: translate3d(3px,-3px,0) rotate3d(0,0,1,-45deg);
    transform: translate3d(3px,-3px,0) rotate3d(0,0,1,-45deg);
}
.open .line1 {
    -webkit-transform: translate3d(3px,3px,0) rotate3d(0,0,1,45deg);
    transform: translate3d(3px,3px,0) rotate3d(0,0,1,45deg);
}
.open .line1::before,
.open .line1:after,
.open .line2::before,
.open .line2:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tab-content div > h2 {
    font-size: 19px;
    color: #cd1c27;
    padding: 20px 20px 20px 0;
}

.information {}

.information h3 {
    color: #000 !important;
    font-size: 20px;
    padding: 10px 50px 0 0 !important;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right center;
    margin: 0 0 10px;
}

.information p {
    max-width: 300px;
}

.information table {
    width: 100%;
}

.information table tr {}

.information table td {
    padding: 5px 0;
    color: #666;
}

.information > div {padding-right: 25px;padding-bottom: 30px;color: #666;line-height: 1.4;border-bottom: 1px solid #ededed;box-sizing: border-box;margin-bottom: 25px;}

.information div > * {
    padding: 0 50px 0px 0;
    color: #666;
}

.nav-tabs .nav-link {
    border: 0;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-family: wagbat-medium;
}

.nav-tabs .nav-link.active {
    color: #10ae76;
    border-bottom: 3px solid #10ae76;
}

.review-container {
    margin-top: 30px;
    border-bottom: 1px solid rgba(200,200,200,.5);
    padding: 20px;
    border-collapse: inherit;
}

.review-container table {
    width: 100%;
}

.review-container table tr {
    width: 39%;
    font-size: 15px;
    color: #6f6f6f;
    border-bottom: 11px solid #fff;
    display: inline-block;
    vertical-align: top;
}

.review-container table td {
    width: 100%;
    display: block;
    max-width: 350px;
    font-size: 13px;
}

.review-container table td label {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    display: inline-block;
}

.review-container table td label small {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 5px 5px;
    color: #888;
}

.review-container table td label strong {
    background: #98cf1c;
    padding: 6px 7px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    background: #98cf1c;
    padding: 6px 7px;
    display: inline-block;
    font-size: 14px;
}

nav {
    background-color: white;
}

.tab-content {
    background-color: white;
}

.review-container .comment {
    margin-top: 20px;
    display: block;
    position: relative!important;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.cuisine-filter .search-form {
    width: 100%;
    /* height: 50px; */
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
}

.cuisine-filter .search-form input {
    width: 100%;
    height: 40px;
    background: 0 0;
    border: none;
    font-size: 10pt;
    color: #000;
    padding: 0 10px;
    /* background-color: red; */
    padding: 0 10px 0 30px;
}

.cuisine-filter .search-form span {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    opacity: .5;
}

.cuisine-filter .search-form span img {
    width: 100%;
}

.dishes {
    padding: 30px 20px;
}

.cuisine-list h4 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
    display: block;
    cursor: pointer;
    color: #333;
    font-family: wagbat-Medium;
}

.cuisine-list {}

.cuisine-list .option {
    margin: 0 0;
}

.cuisine-list .option a {
    padding: 0 0px 9px;
}
.cuisine-list .option a.active {
    color: #ff8000;
}
.dishes .card {
    border: 0;
    padding: 0 0 0 0px;
}

.dishes .card .card-header {
    padding: 0;
    border: 0;
}

.dishes .card .card-header button {
    padding: 15px 15px 13px 0;
    background: #f7f7f7;
    color: #525252;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    text-align: right;
    line-height: 20px;
}
.dishes .card .card-header button::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: 10px;
    opacity: .4;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transform: rotate(0);
    transition-duration: 0.5s;
}
.dishes .card .card-header button.collapsed::after{
    transform: rotate(180deg);
}

.dishes .card .card-header button:hover {
    text-decoration: none;
}
.dishes .card-body {
    padding: 0;
}
.dishes > .dishes-filter {
    width: 220px;
}

.dishes > .dishes-list {
    width: calc(100% - 240px);
    margin-right: 16px;
}

.dishes > div {
    display: inline-block;
    vertical-align: top;
}















.dish-container {
    padding: 15px 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    align-items: center;
}

.dish-container > * {
    display: inline-block;
    vertical-align: top;
    /* background-color: red; */
    display: inline-flex;
}

.dish-container  .resImage {
    width: 100px;
}

.dish-container .dishName {
    padding: 10px;
    width: calc(100% - 280px);
    box-sizing: border-box;
    /* vertical-align: top !important; */
    display: inline-flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

.dish-container .dishName h2 {
    padding-bottom: 5px;
    color: #000;
    font-size: 16px;
    display: block;
}

.dish-container .dishName p {
    color: #000;
    max-width: 350px;
    font-size: 13px;
}

.dish-container .addToCartButton {
    vertical-align: middle !important;
    display: inline-block;
    font-size: 20px;
    /* height: 25px; */
    cursor: pointer;
    border: none;
    text-align: left;
    /* margin: auto; */
    width: 100px;
    position: relative;
    /* top: 35px; */
    display: inline-flex;
    /* flex-direction: column; */
    justify-content: flex-end;
    flex-wrap: wrap;
}
.dish-container .dishName label{
    display: none;
}
.dish-container .addToCartButton label {
    font-size: 13px;
    margin: 0;
    display: inline-block;
    display: block;
    width: 100%;
}

.dish-container .addToCartButton button img {
    margin: auto;
    display: inline;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    -o-transform: rotate(0);
    transform: rotate(0);
    vertical-align: middle;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    margin: auto;
    padding: 5px;
}
.dish-container .addToCartButton button {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 7px 0 0;
    font-style: normal;
    border: 0;
    background-color: transparent;
    width: 23px;
    /* height: 23px; */
    transition-duration: 0.5s;
    cursor: pointer;
    border: 2px solid #10ae76;
    border-radius: 50%;
    align-self: flex-end;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.dish-container .addToCartButton button.optionsTrigger {
    width: auto !important;
    /* height: 100%!important; */
    /* border: 0; */
    font-size: 12px;
    /*font-family: 'wagbat-Medium';*/
    color:  #10ae76;
    border-radius: 3px;
    padding: 4px 12px 2px;
    display: block;
    position: relative;
    margin: 5px 0 0 0;
     border-width: 1px; 
}

.dish-container .addToCartButton button.optionsTrigger:hover {
    transform: rotate(0deg);
    background-color: #10ae76;
    color: white;
}

.dish-container .addToCartButton {}
.dish-container .addToCartButton button:hover{

    transform: rotate(180deg);
}


.restaurant-information > .row > .col-md-3 {
    padding: 0;
}

.cart-container {
    background-color: white;
    position: relative;
    box-shadow: 0 14px 9px -16px #c1c1c1;
    border: 1px solid #d0d0d0;
}

.cart-container .cart-loader,.address-loader,.gateway-loader,.restaurants-lists-loader {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
}
.restaurants-lists-loader img{
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    margin: auto;
    max-width: 35px;
}
.address-loader img,.gateway-loader img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 35px;
}
.cart-restaurant-div.loading .cart-loader,
div#shopping-cart.loading .cart-loader,

.cadf.loading .address-loader,
.cgf.loading .gateway-loader,
.restaurants-lists-loader.loading{
    opacity: 1;
    visibility: visible;
}
.cart-container .cart-loader img {
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
}



.cart-container .cart-heading {
    background: #ffce54;
    padding: 12px 17px;
    font-size: 17px;
    font-family: wagbat-medium;
    margin: 0;
}
.restaurantSinlgePage .shopping-cart-total{
    display: none;
}
.restaurantSinlgePage .cart-heading{
    display: block;
}
.cart-container .cart-loader {}
.cart-container .empty-cart {
    padding: 15px;
    box-sizing: border-box;
}

.cart-container .empty-cart span {
    background: url(images/empty-cart-icon.png) center top no-repeat;
    background-size: 130px;
    padding-top: 140px;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}





.cart-items {}

.cart-items .item-container {
    padding: 10px 5px;
    text-align: center;
}

.cart-items .item-container .item-quantity {
    width: 60px;
    height: 25px;
    background: #e4e4e4;
    border: 1px solid #bcbcbc;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    text-align: center;
}

.cart-items .item-container .item-description {
    width: calc(100% - 162px);
    padding: 0 6px;
    text-align: right;
}

.cart-items .item-container .item-price {width: 55px;text-align: center;}

.cart-items .item-container .item-remove {
    width: 16px;
    padding: 0 5px 0 0;
}



.cart-items .item-container .item-remove button
{
    display: block;
    text-align: center;
    width: 16px;
    height: 16px;
    background: center no-repeat #e4e4e4;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    margin: auto;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIxMi45ODIgMjEyLjk4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEyLjk4MiAyMTIuOTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJDbG9zZSI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7IiBkPSJNMTMxLjgwNCwxMDYuNDkxbDc1LjkzNi03NS45MzZjNi45OS02Ljk5LDYuOTktMTguMzIzLDAtMjUuMzEyICAgYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBsLTc1LjkzNyw3NS45MzdMMzAuNTU0LDUuMjQyYy02Ljk5LTYuOTktMTguMzIyLTYuOTktMjUuMzEyLDBjLTYuOTg5LDYuOTktNi45ODksMTguMzIzLDAsMjUuMzEyICAgbDc1LjkzNyw3NS45MzZMNS4yNDIsMTgyLjQyN2MtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJjNi45OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwbDc1LjkzNy03NS45MzdsNzUuOTM3LDc1LjkzNyAgIGM2Ljk4OSw2Ljk5LDE4LjMyMiw2Ljk5LDI1LjMxMiwwYzYuOTktNi45OSw2Ljk5LTE4LjMyMiwwLTI1LjMxMkwxMzEuODA0LDEwNi40OTF6IiBmaWxsPSIjODQ4NDg0Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)!important;
    background-size: 6px;
    border: 1px solid #ccc;
}

.cart-items .item-container > div {
    display: inline-block;
    vertical-align: middle;
}

.cart-items .item-container .item-quantity .increaseQty {
    width: 18px;
    /* background-color: red; */
    height: 100%;
    display: inline-block;
    padding: 4px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 700;
    cursor: pointer;
}
.cart-items .item-container .item-quantity .cartBundleQty {
    width: 18px;
    height: 100%;
    display: inline-block;
    padding: 6px 0px 0px;
    margin: auto;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    display: block;
}
.cart-items .item-container .item-quantity .decreaseQty {
    width: 18px;
    /* background-color: red; */
    height: 100%;
    display: inline-block;
    padding: 4px 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 700;
    cursor: pointer;
}

.cart-items .item-container .item-quantity input[type="text"] {
    width: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 7px 0px 0px;
    font-size: 11px;
    font-weight: 700;
}

.cart-items .item-container .item-description h4 {
    font-size: 12px;
    margin: 0;
}

.cart-items .item-container .item-price span {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    display: block;
    position: relative;
    top: 3px;
    font-weight: 600;
}

.cart-items-list {
    padding: 15px 0 0;
    box-sizing: border-box;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cart-totals {
    padding: 16px 0px;
    border-top: 1px solid #e2e2e2;
    /* margin-top: 16px; */
    width: 90%;
    margin: auto;
}

.cart-totals table {
    /* background-color: red; */
    width: 100%;
    margin: auto;
}

.order-details-box .totals .cart-totals table tr:last-child {
    border-top: 1px solid #e2e2e2;
}

.cart-totals table td {
    font-size: 13px;
    padding-bottom: 8px;
    color: grey;
}

.cart-totals table td:last-child {
    /* background-color: green; */
    text-align: left;
    font-weight: 700;
}
.cart-totals table tr.delivery td:last-child {
    color: #4091dd;
}
.cart-totals .checkout-btn {
    background: #55b85a;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-family: wagbat-Medium;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    width: 100%;
    border: none;
    max-width: 280px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 2.5;
    cursor: pointer;
}

.cart-totals .checkout-btn.checkout-btn.closed {
    background-color: #686868;
    cursor: not-allowed;
}
.minimum {
    text-align: center;
    font-size: 12px;
    background: #fceeea;
    color: #ea5b31;
    padding: 15px 15px 8px;
    box-sizing: border-box;
    line-height: 22px;
}
.cart-totals .confirm-order-alert {
    font-size: 11px;
    display: block;
    margin: 0;
    padding: 12px 16px;
}



.aboutPage .about-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 650px;
    position: relative;
}

section.aboutPage {
    /* background-color: white; */
}

.aboutPage .about-info {
    max-width: 450px;
    background: #fff;
    padding: 25px;
    left: 5%;
    margin: auto;
    top: 0;
    bottom: 0;
    display: table;
    position: absolute;
    overflow: hidden;
    max-height: 320px;
}

.aboutPage .about-info h2 {
    font-size: 20px;
    max-width: 90%;
    margin-bottom: 16px;
}

.aboutPage .about-info p {
    font-size: 15px;
    color: #9d9d9d;
    max-width: 90%;
}

.aboutPage .about-info a {
    background: #ffce54;
    max-width: 150px;
    padding: 10px 0;
    margin-top: 15px;
    font-size: 19px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    display: block;
    text-align: center;
}

.aboutPage .about-info a:hover {
    background: #fe9126;
}

.aboutPage .about-info::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,206,84,0) 0,rgba(255,206,84,.3) 100%);
    background: linear-gradient(to right,rgba(255,206,84,0) 0,rgba(255,206,84,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.aboutPage .about-info:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@keyframes shine{
    100%{
        left:125%
    }
}


@-webkit-keyframes shine{
    100%{
        left:125%
    }

}
@keyframes shine{
    100%{
        left:125%
    }
}


.aboutPage .order-process {
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 800px;
    margin: auto;
    text-align: center;
    /* background: #fbf9f9; */
    padding: 60px 0;
}
.aboutPage .order-process h2{
    font-size: 20px;
    padding: 10px 0;
}
.aboutPage .order-process p{
    max-width: 500px;
    margin: auto;
    color: #9b9b9b;
}
.aboutPage .order-process li {
    width: 33%;
    display: inline-block;
    text-align: right;
    font-size: 20px;
    position: relative;
    /* border: 1px solid red; */
}

.aboutPage .order-process li i {
    display: block;
    height: 110px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right center;
}
.aboutPage .order-process li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: url(images/next-step.png) left no-repeat;
    background-size: contain;
    height: 100%;
    width: 65px;
}
.aboutPage .order-process li:last-child:after{
    display: none;
}

.aboutPage .order-process li:nth-child(2) {
    text-align: center;
}

.aboutPage .order-process li:nth-child(2) i {
    background-position: center;
}
.aboutPage .order-process li:nth-child(2):after {
    left: -30%;
}

.aboutPage .order-process li:nth-child(3) {
    text-align: left;
}

.aboutPage .order-process li:nth-child(3) i {
    background-position: left;
}
.blogIndex {
    color: #fff;
    background-color: #fff0c3;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 20px;
}

.blogIndex h2 {
    font-size: 25px;
    color: #333;
    display: block;
    /* float: right; */
    margin: 0;
}

.blogIndex .site-width,.blogIndexList {
    max-width: 800px;
}




.article {
    margin-top: 60px;
    padding-top: 45px;
    border-top: 1px solid #e0e0e0;
}
.articles {
    max-width: 800px;
    margin: 100px auto;
}

.article:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.article .article-title {
    font-size: 28px;
    margin-bottom: 0!important;
    color: black;
}

.article .article-date {
    color: rgba(51,51,51,.75);
    margin: 16px 0 0;
}

.article .article-desc {
    color: rgba(0, 0, 0, 0.75);
    margin: 16px 0 0;
}

.article .article-btn {
    color: #ffd047;
    background: url(images/more.png) center left 20px no-repeat;
    padding: 5px 0 5px 50px;
    /* background-color: red; */
    width: 130px;
}

.blog-post-container {}

.blog-post-container .post-title {
    font-size: 22px;
    margin: 0;
}

.blog-post-container .post-date {
    color: rgba(51,51,51,.75);
    margin: 16px 0;
}

.blog-post-container .post-content {
    margin-bottom: 20px!important;
    color: #707070;
    font-size: 17px;
    line-height: 1.545;
    font-family: wagbat-Light;
}

.blog-post-container .post-content img {width: 100%;}

























body.delivery-costs-page {
    font-family: 'wagbat-Light';
    line-height: 1.5;
    background: #79c582;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    direction: rtl;
    overflow: hidden;
    overflow-y: auto;
}

.delivery-costs-page  .main-content .logo {
    position: absolute;
    top: 25px;
    right: 5%;
}

.delivery-costs-page  .main-content .logo img {
    position: relative;
    z-index: 9;
    max-width: 150px;
}

.delivery-costs-page .delivery-container {}

.delivery-costs-page .delivery-container .heading {
    margin-top: auto;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'wagbat-Medium';
    color: #fff;
}

.delivery-costs-page .delivery-selection {}
.delivery-costs-page .delivery-selection .wagbat-select:first-child,.delivery-costs-page .delivery-selection .wagbat-select.next{
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}
.delivery-costs-page .delivery-selection .wagbat-select {
    position: relative;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: all .3s ease-out;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: opacity 0.15s linear, -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.15s linear, -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.15s linear, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.15s linear, transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
    font-size: 25px;
    margin-top: 20px;
    opacity: 0;
}
.delivery-costs-page .delivery-selection .wagbat-select.prev {
    opacity: .3;
    pointer-events: none;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.delivery-costs-page .delivery-selection .wagbat-select > div {
    /* background-color: green; */
    display: inline-block;
    width: 45%;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.delivery-costs-page .delivery-selection .wagbat-select  div h3 {
    color: white;
    font-size: 25px;
    margin: 0;
}

.delivery-costs-page .delivery-selection .wagbat-select div .wagbat-selected {
    /* background-color: blue; */
    height: 35px;
    border-bottom: 2px solid white;
    position: relative;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.delivery-costs-page .delivery-selection .wagbat-select div .wagbat-select-list {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    overflow: hidden;
    /* transition-duration: 0.3s; */
    max-height: 0;
}
.delivery-costs-page .delivery-selection .wagbat-select div .wagbat-select-list.open {
    max-height: 500px;
}
.delivery-costs-page .delivery-selection .wagbat-select div .wagbat-select-list ul {
    /* display: none; */
    max-height: 400px;
    overflow: hidden auto;
}
.delivery-costs-page  .wagbat-select-list ul::-webkit-scrollbar {
    width: 9px;
    background-color: #ffffff;
}

.delivery-costs-page  .wagbat-select-list ul::-webkit-scrollbar-thumb {
    background-color: #cecccc;
}

.delivery-costs-page  .wagbat-select-list ul::-webkit-scrollbar-track {
    background-color: transparent;
}
.delivery-costs-page .delivery-selection .wagbat-select div  .wagbat-select-list ul li {
    color: black;
    font-size: 15px;
    padding: 9px 20px;
    font-weight: 700;
    cursor: pointer;
    /* background-color: #b8ff3f; */
}
.delivery-costs-page main {
    max-width: 92%;
    margin: auto;
}
.delivery-costs-page .d-flex {
    height: 100vh;
    /* background-color: red; */
}

body.delivery-costs-page .d-flex {}

.delivery-costs-page .delivery-selection .wagbat-select > div.wagbat-select-container {
    width: 45%;
    text-align: right;
}

.delivery-costs-page .delivery-selection .wagbat-select div .wagbat-selected::after {content: "";width: 10px;height: 10px;position: absolute;left: 10px;top: 10px;margin: auto;transform: rotate(45deg);border-bottom: 2px solid white;border-right: 2px solid white;}

.delivery-costs-page .delivery-selection .wagbat-select div .wagbat-select-list ul li:last-child {
    padding: 16px 20px;
}

.delivery-costs-page .delivery-selection .wagbat-select div .wagbat-select-list ul li:hover {
    background-color: #dedede;
    /* color: white; */
}















.delivery-costs-page .results.open .results-content,.delivery-costs-page .results.open .restaurants-cards {
    opacity: 1;
    visibility: visible;
}

.main-content {
    /*display: none;*/
}

.delivery-costs-page .results {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background: #79c582;
    z-index: 9;
    display: none;
    font-size: 3rem;
    padding: 100px 0;
}

.delivery-costs-page .results .results-content {
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.delivery-costs-page .results .results-content .logo {
    text-align: center;
    margin: auto;
    max-width: 150px;
    opacity: 0;
    transition-duration: 0.5s;
    transform: translateY(-25px);
}

.delivery-costs-page .results .results-content .logo img {
    width: 100%;
    position: relative;
    z-index: 9;
    max-width: 150px;
}

.delivery-costs-page .results .results-content .logo a {}

.delivery-costs-page .results .results-content .fees {
    color: #fff;
    font-size: 50px;
    margin-top: 40px;
    opacity: 0;
    transition-duration: 0.5s;
    transform: translateY(-25px);
    transition-delay: 0.5s;
}

.delivery-costs-page .results .results-content > img {
    display: none;
}

.delivery-costs-page .results .results-content .repeat {
    display: block;
    background: #ffd047;
    border: 0;
    color: #000;
    padding: 12px 55px 6px;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: opacity 233ms ease-out, -webkit-transform 233ms ease-out;
    transition: opacity 233ms ease-out, -webkit-transform 233ms ease-out;
    transition: opacity 233ms ease-out, transform 233ms ease-out;
    transition: opacity 233ms ease-out, transform 233ms ease-out, -webkit-transform 233ms ease-out;
    margin: auto;
    cursor: pointer;
    margin-top: 30px;
    position: relative;
    transition-duration: 0.5s;
    transition-delay: 0.9s;
    opacity: 0;
    max-width: 150px;
}

.delivery-costs-page .results .results-content .repeat:hover {
    -webkit-box-shadow: 0 0.7rem 1.4rem rgba(51, 58, 70, 0.15), 0 0.3rem 0.6rem rgba(0, 24, 55, 0.065);
    box-shadow: 0 0.7rem 1.4rem rgba(51, 58, 70, 0.15), 0 0.3rem 0.6rem rgba(0, 24, 55, 0.065);
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
    -webkit-transition-duration: .45s;
    transition-duration: .45s;
}

.restaurant-card {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.48);
    padding: 0;
    text-align: center;
    border-radius: 3px;
    width: 20%;
    margin: 20px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 70%);
    -moz-transform: translate(0, 50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.5s ease;
    opacity: 0;
    transition-delay: 0.8s;
}

.restaurant-card .title {
    font-size: 17px;
    margin: 0 10px;
    padding-bottom: 20px;
}

.restaurants-cards {
    max-width: 1100px;
    margin: auto;
    width: 95%;
    padding: 0 0 100px 0;
    /* margin-top: 60px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
}





.delivery-costs-page .results.open .restaurant-card:hover,.delivery-costs-page .results .restaurant-card:hover {
    transition-delay: 0s!important;
    -webkit-transition-delay: 0s!important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transform: translate(0, 51%) scale(0.98);
    -moz-transform: translate(0, 51%) scale(0.98);
    -ms-transform: translate(0, 51%) scale(0.98);
    -o-transform: translate(0, 51%) scale(0.98);
    transform: translate(0, 51%) scale(0.98);
}



.delivery-costs-page .results.open .results-content .logo, .delivery-costs-page .results.open .results-content .fees, .delivery-costs-page .results.open .results-content .repeat {
    opacity: 1;
    transform: translateY(0);
}


.delivery-costs-page .results.open .restaurant-card {
    transform: translate(0, 50%);
    opacity: 1;
}
.delivery-costs-page .results.open {
    display: block;
}















.policies {
    background-color: white;
}

.policies .cover {
    color: #fff;
    background-color: #fff0c3;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 20px;
}

.policies .cover h2 {
    font-size: 25px;
    color: #333;
    display: block;
    float: right;
}

.policies .content {
    padding: 50px 0 100px;
    position: relative;
    overflow: hidden;
}

.policies .content > section > section {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    max-width: 600px;
}

.policies .content > section > section h2 {
    font-size: 20px;
}
.policies .content > section > section strong {
    color: #ffc700;
}
.policies .content > section > section ul {
    margin-bottom: 15px;
}
.policies .content > section > section li {
    list-style: outside;
    color: #707070;
    font-size: 17px;
    line-height: 1.545;
    margin-right: 23px!important;
    font-family: wagbat-Light;
}







.policies .content > section {
    margin: auto;
    box-sizing: border-box;
    position: relative;
    max-width: 600px;
}

.policies .content h2 {
    font-size: 20px;
}

.policies .cover .site-width {
    max-width: 800px;
}

.policies .content .contactContent form button {
    background-color: #55b85a;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    font-size: 16px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: auto;
    border: none;
    border-radius: 2px;
    padding: 13px 40px;
}

.contactContent form button:hover {
    opacity: 0.7;
} h3 {
      color: #55b85a;
      line-height: 1.1;
      font-size: 16px;
      margin-bottom: 10px;
  }














.helpPage {}

.helpPage .cover {
    color: #fff;
    background-color: #fff0c3;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 20px;
}

.helpPage .cover h2 {
    font-size: 25px;
    color: #333;
    display: block;
    margin: 0;
    float: right;
}

.helpPage .cover .site-width {
    max-width: 800px;
}

.helpPage .cover h2 span {
    display: block;
    font-size: 15px;
    margin-top: 8px;
}

.helpPage .cover form {
    width: 390px;
    float: left;
    position: relative;
}

.helpPage .cover form input {
    width: calc(100% - 50px);
    height: 39px;
    padding: 10px 8px;
    float: none;
    font-size: 15px;
    border: 0;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    display: block;
}

.helpPage .cover form button {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    cursor: pointer;
    height: 40px;
    width: 50px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Ik00OTUsNDY2LjJMMzc3LjIsMzQ4LjRjMjkuMi0zNS42LDQ2LjgtODEuMiw0Ni44LTEzMC45QzQyNCwxMDMuNSwzMzEuNSwxMSwyMTcuNSwxMUMxMDMuNCwxMSwxMSwxMDMuNSwxMSwyMTcuNSAgIFMxMDMuNCw0MjQsMjE3LjUsNDI0YzQ5LjcsMCw5NS4yLTE3LjUsMTMwLjgtNDYuN0w0NjYuMSw0OTVjOCw4LDIwLjksOCwyOC45LDBDNTAzLDQ4Ny4xLDUwMyw0NzQuMSw0OTUsNDY2LjJ6IE0yMTcuNSwzODIuOSAgIEMxMjYuMiwzODIuOSw1MiwzMDguNyw1MiwyMTcuNVMxMjYuMiw1MiwyMTcuNSw1MkMzMDguNyw1MiwzODMsMTI2LjMsMzgzLDIxNy41UzMwOC43LDM4Mi45LDIxNy41LDM4Mi45eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    background-color: #fff;
}

.helpPage .sidebar,.helpPage .main {
    display: inline-block;
    vertical-align: top;
}

.helpPage .sidebar {
    width: 250px;
    background: #fff;
    height: 100%;
}

.helpPage .sidebar ul {
    padding: 0;
    margin: 0;
}

.helpPage .sidebar ul li {
    padding: 7px 10px 7px 0;
    color: #000;
    margin-bottom: 1px;
    border-right: 2px solid #f1f1f1;
    font-size: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.helpPage .sidebar ul li.active {
    border-color: #00ab91;
    color: #00ab91;
}
.helpPage .sidebar ul li a {
    transition-duration: 0.5s;
}

.helpPage > .site-width {
    padding: 50px 0 100px;
    position: relative;
    overflow: hidden;
}

.helpPage .sidebar ul li a:hover {
    color: #00ab91;
}


.helpPage .main {
    width: calc(100% - 260px);
    max-width: 600px;
}

.helpPage .main > h2 {
    font-size: 20px;
}

.helpPage .main .content-block h3 {
    color: #55b85a;
    line-height: 1.1;
    font-size: 16px;
    margin-bottom: 10px;
}
.helpPage .main .content-block div {
    font-size: 15px;
    line-height: 23px;
}

.helpPage .main .content-block div p {
    margin-bottom: 10px;
}







.contactContent {
    background: #fff;
    max-width: 1000px;
    margin: auto;
    padding: 50px 40px 40px;
    box-sizing: border-box;
}

.contactPage {
    background: #f1f1f1;
    color: #000;
    padding: 80px 0;
}
.contactContent h2 {
    font-size: 20px;
    padding-bottom: 40px;
}
.contactContent h2 strong {
    font-size: 30px;
    display: block;
}

.contactContent label {
    font-size: 16px;
    margin-top: 20px;
    color: #000;
    padding-bottom: 5px;
    font-family: wagbat-medium;
}

.contactFormContainer p {
    font-size: 16px;
    max-width: 350px;
    color: #757575;
}

.contactFormContainer form {
    max-width: 450px;
    position: relative;
    width: 100%;
}
.contactContent form button {
    background-color: #55b85a;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    font-size: 16px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: auto;
    border: none;
    border-radius: 2px;
    padding: 13px 40px;
}

.contactContent form button:hover {
    opacity: 0.7;
}
a.callUs {
    background-size: 50px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 18px 65px 18px 0;
    font-size: 17px;
    background-image: url(images/call-icon.png);
    display: table;
    margin-bottom: 30px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: wagbat-medium;
}

a.callUs span {
    display: block;
    font-size: 14px;
}

a.callUs strong {
    font-size: 22px;
    direction: ltr;
    text-align: right;
    display: block;
}

a.callUs + p {
    font-size: 17px;
    font-family: wagbat-medium;
    color: black;
}

a.emailUs {
    display: table;
    margin-bottom: 30px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: 20px;
    color: #ffa854;
    font-family: wagbat-medium;
}
























#promotions-accordion .btn-link {width: 100%;text-align: right;border: 0;position: relative;}

#promotions-accordion .btn-link a {
    max-width: 30%;
    display: block;
    word-break: break-word;
    white-space: nowrap;
}

#promotions-accordion .btn-link a > * {
    display: inline-block;
    vertical-align: middle;
}

#promotions-accordion .btn-link a span {
    margin-right: 20px;
    color: #525252;
    position: relative;
    cursor: pointer;
    font-size: 17px;
}

#promotions-accordion .btn-link a img {
    width: 150px;
}

#promotions-accordion .btn-link:hover {
    text-decoration: none;
}

#promotions-accordion .card-header {
    border-radius: 0;
    padding: 0;
    border: 0;
}

#promotions-accordion .card {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    border-radius: 0;
}

#promotions-accordion .btn-link::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 0;
    margin: auto;
    bottom: 0;
    opacity: .4;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transform: rotate(0);
    transition-duration: 0.5s;
}


#promotions-accordion {}

#promotions-accordion .restaurant-container {
    display: inline-block;
    width: calc(50% - 10px);
}

#promotions-accordion .restaurant-container .resNameDetails {width: calc(100% - 110px);padding: 10px;}

#promotions-accordion .restaurant-container .resNameDetails h2 {
    font-size: 16px;
    color: #000;
    /* padding-bottom: 5px; */
    width: 100%;
}

#promotions-accordion .restaurant-container > div {
    display: inline-block;
    vertical-align: top;width: 100px;
}

#promotions-accordion .card-body {
    padding: 10px 10px;
}


















.indexPage .phone-main-buttons {
    max-width: 320px;
    width: 100%;
    margin: auto;
    display: none;
}

.indexPage .phone-main-buttons li {
    width: 46%;
    margin: 1%;
    display: inline-block;
}

.indexPage .phone-main-buttons a {
    color: #000!important;
    background: #ffd047;
    border: 2px solid #ffd047;
    display: block;
    padding: 12px 20px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
}














.phone-cover-slider {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0;

}

.phone-cover-slider .swiper-slide img {
    width: 100%;
    height: auto;
}

.phone-cover-slider .swiper-pagination {
    position: absolute;
    /* background-color: red; */
    left: 0;
    right: 0;
    bottom: 5px;
}
.phone-cover-slider .swiper-pagination-bullet {
    background: #fff!important;
    opacity: .2;
}
.phone-cover-slider .swiper-pagination-bullet,
.phone-cover-slider .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
}

.phone-cover-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}














header > div > div .mobile {
    display: none;
}






















.order-page {
    padding-top: 5%;
    width: 75%;
    max-width: 960px;
    margin: 0 auto;
}

.order-page .heading h2 {
    font-size: 20px;
    line-height: 2;
}
.order-details-box .totals {
    background-color: white;
    width: 100%;
    margin: auto;
    max-width: 320px;
}


.order-details-box .totals .cart-totals {
    border: 0;
}

.order-details-box .totals .cart-totals td {
    padding: 10px 0 8px;
}
.order-page .order-summary {
    margin-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.order-page .order-summary table {
    /* width: 100%; */
}

.order-page .order-summary td,.order-page .order-address td {
    width: 160px;
    padding: 5px 0;
}

.order-details-box {
    margin-bottom: 20px;
    background-color: #fff;
    /* border-top: 1px solid #e2e2e2; */
    /* border-bottom: 1px solid #e2e2e2; */
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.order-details-box > h2 {
    font-size: 17px;
    /* font-weight: 700; */
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.order-items {}

.order-items li {
    margin-bottom: 10px;
}

.order-items li > div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 144px);
}
.order-items li > div label {
    display: block;
}

.order-items li > div.item-total {
    width: 140px;
    text-align: left;
}

.order-items li > div label:last-child {
    font-size: 13px;
    color: #797979;
}


.order-tracking li {
    display: block;
    padding-bottom: 20px;
    z-index: 1;
    color: #000;
    position: relative;
    text-align: right;
    padding-right: 36px;
}

.order-tracking li span {
    display: block;
    margin-top: 7px;
}

.order-tracking li::before {content: "";color: #fff;background-color: #55b85a;background-color: #ccc;height: 20px;width: 20px;border-radius: 50%;position: absolute;top: 0;right: 0;z-index: 101;}
.order-tracking li.done::before,
.order-tracking li.processing::before,
.order-tracking li.done::after
{background-color: #55b85a;}
.order-tracking li::after {content: "";color: #fff;background-color: #ccc;height: 100%;width: 1px;position: absolute;top: 0;right: 9px;z-index: 100;}

.order-tracking ul {
    position: relative;
}

.order-tracking li:last-child::after {
    height: 0;
}

.order-tracking li.canceled::before {
    background-color: #d00000;
}
















.input-container.stars-container {}

.input-container.stars-container input {
    background-color: red;
    display: none;
}

.input-container.stars-container .stars label {
    width: 25px;
    height: 20px;
    display: inline-block;
    color: #e0e0e0;
    position: relative;
    /* float: right; */
    /* background-color: red; */
    cursor: pointer;
}

.input-container.stars-container .stars  label::before {
    /* margin: 3px; */
    font-size: 30px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    transition-duration: 0.4s;
    /* bottom: 0; */
    /* margin: auto; */
}
.input-container.stars-container .stars  label.half::before{
    content: "\f089";
    position: absolute;
    left: 0;
    /* background-color: yellow; */
    /* margin: auto; */
    z-index: 100;
    color: #e0e0e0;
}
.input-container.stars-container::after {content: "";display: inline-block;height: 100%;clear: both;width: 100%;}

.input-container.stars-container  .stars  label.hovered::before {
    color: red;
}
.input-container.stars-container  .stars  label.half {
    width: 0;
}
.input-container.stars-container .stars.selected  label::before {
    color: #f3d80b;
}
.input-container.stars-container .stars {
    display: inline-block;
}

.input-container.stars-container > label {
    display: block;
    font-family: wagbat-medium;
    margin-bottom: 5px;
}
.stars {}

.input-container.stars-container  textarea {
    margin-top: 9px;
    box-shadow: none;
    text-align: right;
    direction: rtl;
    border-radius: 3px;
    min-height: 100px;
}

button.review-btn {
    background: #55b85a;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-family: wagbat-Medium;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    width: 100%;
    border: none;
    max-width: 280px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 2.5;
    cursor: pointer;
}

button.review-btn:hover {
    opacity: 0.8;
}













.product-variants-container .product-variant-title {
    /* background-color: red; */
    position: relative;
    padding: 16px 0;
}

.product-variants-container .product-variant-title h4 {
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
}

.product-variants-container .product-variant-title h4 p {}

.product-variants-container {
    padding: 20px 20px;
}

.product-variants-container .product-variant-title > div {
    display: inline-block;
    text-align: right;
    width: calc(50% - 3px);
}

.product-variants-container .product-variant-title .product-qty {
    text-align: left;
    width: 60px;
    height: 25px;
    background: #e4e4e4;
    border: 1px solid #bcbcbc;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-variants-container .product-variant-title .product-qty .increaseQtyAdd {
    width: 18px;
    /* background-color: red; */
    height: 100%;
    display: inline-block;
    padding: 4px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 700;
    cursor: pointer;
}

.product-variants-container .product-variant-title .product-qty .decreaseQtyAdd {width: 18px;/* background-color: red; */height: 100%;display: inline-block;padding: 4px 0px 0px;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;font-weight: 700;cursor: pointer;}

.product-variants-container .product-variant-title .product-qty input {
    width: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 4px 0px 0px;
    font-size: 11px;
    font-weight: 700;
}

.product-variants-container  .pvo {}

.product-variants-container  .pvo h2 {
    font-size: 13px;
    margin: 0;
    text-align: right;
    color: #e58927;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    font-family: wagbat-medium;
}
.product-variants-container  .pvo h2 small{
    float: left;
    color: #848484;
    font-size: 11px;
    margin: 4px 0;
}
.product-variants-container  .pvo ul {
    padding: 20px 0 30px;
    box-sizing: border-box;
}

.product-variants-container  .pvo ul li {
    display: inline-block;
    width: calc(50% - 3px);
    font-size: 12px;
    padding: 0 0 10px;
}

.modal-dialog{
    max-width: 600px;
}

.product-variants-container button {
    background: #55b85a;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-family: wagbat-Medium;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    width: 100%;
    border: none;
    max-width: 280px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 2.5;
    cursor: pointer;
}

.product-variants-container button:hover {
    opacity: 0.8;
}

.product-variants-container .pvo ul li .customRadioButton {
    padding: 0;
    /* background-color: green; */
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 100%;
    /* line-height: 0; */
    margin: 0 0 0 8px;
}

.product-variants-container .pvo ul li input[type=radio]:checked + .customRadioButton {
    opacity: 1;
    background-color: #55b85a;
    top: 0;
    right: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border: 2px solid #55b85a;
}

.product-variants-container .pvo ul li .customChecksLabel {
    padding: 0;
    /* background-color: green; */
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 3px;
    /* line-height: 0; */
    margin: 0 0 0 8px;
}

.product-variants-container .pvo ul li input[type=checkbox]:checked + .customChecksLabel {
    opacity: 1;
    top: 0;
    right: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border: 2px solid #2c9ab7;
    background-color: #52bad5;
}

.product-variants-container .pvo ul li label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 3px 0 0;
    vertical-align: middle;
}


















section.checkoutPage {
    width: 100%;
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding-top: 7%;
}

section.checkoutPage {}

.checkoutPage  .rate-container {}

.restaurant-info h2 {
    font-size: 20px;
    margin-bottom: 6px;
}

.restaurant-info {
    margin-bottom: 20px;
}

.checkout-box .heading {
    background-color: white;
    position: relative;
    padding: 14px 15px;
    border-bottom: 1px solid #ededed;
}

.checkout-box .heading h3 {
    font-size: 18px;
    color: black;
    margin: 0;
}

.checkout-box .heading a {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: auto;
    text-decoration: underline;
    color: #e2a100;
    font-family: wagbat-Medium;
    font-size: 13px;
}

.checkout-box  .content {
    background-color: white;
    position: relative;
    padding: 18px 15px;
}

.checkout-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.checkout-box .content table {}

.checkout-box .content table td {
    width: 160px;
    padding: 5px 0;
}
.checkout-box .totals {
    max-width: 300px;
    margin: auto;
}

.checkout-box .totals .cart-totals {
    border: 0;
}
.checkout-box .totals .cart-totals table tr:last-child {
    border-top: 1px solid #e2e2e2;
}
.checkout-box .content.coupons {}

.checkout-box .content.coupons label {
    display: block;
    font-size: 16px;
}

input#promo {
    width: 200px;
    margin-left: 10px;
    font-size: 1em;
    padding: 6.5px;
    float: right;
    border: 1px solid #dadada;
    box-sizing: border-box;
}

.checkout-box .content.coupons button {
    text-decoration: none;
    color: #fff;
    background: #55b85a;
    text-align: center;
    font-size: 15px;
    border: 0;
    width: 100px;
    padding: 7px 10px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.5s;
}

.checkout-box .content.coupons button::after{
    content: "\276f";
    position: absolute;
    left: 22px;
    opacity: 0;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    font-size: 11px;
    display: table;
    top: 9px;
    bottom: 9px;
    margin: auto;
}
.checkout-box .content.coupons button:hover:after {
    left: 20px;
    opacity: 1;
}

.checkout-box .content.coupons button:hover {
    padding: 7px 10px 7px 20px;
}

.checkout-box .content.notes {}

.checkout-box .content.notes label {
    display: block;
}

.checkout-box .content.notes textarea {
    width: 100%;
    height: 95px;
    padding: 9px 10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
}

.checkout-box .content.gateways {}

.checkout-box .content.gateways > div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 500px);
    margin-left: 80px;
    /* background-color: red; */
}

.checkout-box .content.gateways > div:last-child {
    width: 300px;
    margin-left: 0;
}

.checkout-box .content.gateways .cart-totals {
    border: 0;
    padding: 0;
}

.checkout-box .content.gateways .cart-totals button {
    background: #55b85a;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-family: wagbat-Medium;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    width: 100%;
    border: none;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 2.5;
    cursor: pointer;
}

.checkout-box .content.gateways .cart-totals button.disabled {
    background-color: #2c2c29;
    cursor: not-allowed;
}

.checkout-box .content.gateways  .gateway-container {
    margin-bottom: 10px;
    position: relative;
}

.checkout-box .content.gateways  .gateway-container > div {
    display: inline-block;
    vertical-align: middle;
}

.checkout-box .content.gateways .gateway-container > div input {}

.checkout-box .content.gateways .gateway-container > div input[type=radio]:checked + label {
    opacity: 1;
    background-color: #55b85a;
    top: 0;
    right: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border: 2px solid #55b85a;
}

.checkout-box .content.gateways .gateway-container > div input[type=radio]+ label {
    position: relative;
    padding-right: 10px;
    cursor: pointer;
    line-height: 3px;
    display: inline-block;
    color: #666;
    margin: 0;
    vertical-align: middle;
    padding: 0;
    /* background-color: green; */
    width: 20px;
    height: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 100%;
    line-height: 0;
}

.checkout-box .content.gateways .gateway-container > div span {
    display: inline-block;
    width: 60px;
    height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.checkout-box .content.gateways .gateway-container > div a {
    background: #000;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 14px;
}

.checkout-box .content.gateways .cart-totals table {
    width: 100%;
}

button {}

.checkout-box .content.gateways .cart-totals table td {
    /* color: #a2a2a2; */
    /* font-family: wagbat-medium; */
    font-size: 14px;
}

.checkout-box .content.gateways .cart-totals table td:last-child {
    font-family: wagbat-medium;
}

.checkout-box .content.gateways .cart-totals .confirm-order-alert {
    padding: 12px 0;
}

.checkout-box .content.addresses {}

.checkout-box .content.addresses .address-container {
    display: block!important;
    margin: 0 0 10px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #f3f3f3;
    padding: 10px 10px 0;
    box-sizing: border-box;
    color: black;
    width: 100%;
    max-width: 500px;
}
.checkout-box .content.addresses .address-container.selected {
    border-color: #55b85a;
    color: #55b85a;
}
.checkout-box .content.addresses .address-container > div {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    /* background-color: red; */
    width: calc(100% - 65px);
}

.checkout-box .content.addresses .address-container > div table {
    width: 100%;
}

.checkout-box .content.addresses .address-container > div table a {
    font-size: 12px;
    background: url(images/edit.png) right 0 no-repeat;
    background-size: 16px;
    padding-right: 21px;
    line-height: 2;
    text-align: right;
    color: #e2a100;
    font-family: wagbat-medium;
}

.checkout-box .content.addresses .address-container input[type=radio] {
    display: none;
}

.checkout-box .content.addresses .address-container input[type=radio] + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #666;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d0d0d0;
    line-height: 0;
    vertical-align: middle;
}

.checkout-box .content.addresses .address-container.selected input[type=radio]:checked + label {
    background: url(images/check.png) 10px center no-repeat;
    background-size: 20px;
    border-color: #55b85a;
    color: #55b85a;
    background-repeat: no-repeat;
    background-position: center;
}

.checkout-box .content.addresses .address-container > div:last-child {
    width: 20px;
    margin-left: 0;
}
.checkout-box .content.addresses .address-container td {
    line-height: 20px;
}




















div#shopping-cart .cart-container {
    /* max-width: 300px; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
}

div#shopping-cart .cart-container .cart-heading {
    display: none;
}

div#shopping-cart .cart-container .cart-total-top {
    padding: 20px 16px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 13px;
    position: relative;
}

div#shopping-cart .cart-container {
    background: #fff;
    width: 100%;
    z-index: 9999;
    transition: all .3s cubic-bezier(.19,1,.22,1) .2s,visibility .1s linear .4s;
    box-sizing: border-box;
    text-align: right;
    max-width: 320px;
    position: absolute;
    left: 0;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    /* -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2)); */
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2));
    /* filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .2)); */
    box-shadow: 0 3px 6px -1px #696969;
    top: 4px;
    transition-duration: 0.3s;
    transform: translateY(-20px);
    border: 0;
}
div#shopping-cart .cart-container.open{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
div#shopping-cart .cart-totals .confirm-order-alert {
    display: none;
}

div#shopping-cart .cart-container .cart-total-top i.close-cart.close-btn {
    background-image: url(images/close.png)!important;
    background-size: 10px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    cursor: pointer;
    opacity: .6;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .3s;
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
div#shopping-cart .cart-container .cart-total-top i.close-cart.close-btn:hover {
    transform: rotate(180deg);
}








.balanceContent {
    max-width: 400px;
    margin: 0px;
    padding: 25px;
    display: none;
    background: #eee;
}
.balanceContent.open {
    display: block;
}

.balanceContent  .submit-button {
    width: 100% !important;
    padding: 15px 0 !important;
    font-size: 16px !important;
}

.balanceContent a.callUs strong {
    font-family: wagbat-light;
    font-size: 18px;
}

.balanceContent a.callUs span {
    font-family: wagbat-light;
    font-size: 18px;
}

.balanceContent .footerContact .whatsapp, .balanceContent .footerContact .whatsapp span {
    font-family: wagbat-light;
    font-size: 18px !important;
    display: block;
}

a.callUs, .footerContact .whatsapp {
    background-size: 37px;
    padding: 0 50px 16px 0;
    background-position: top right;
    margin: 0;
}

.balanceContent label {
    font-family: wagbat-medium;
}













.careersIndex h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.careersIndex {
    width: 100%;
    max-width: 830px;
}

.careersIndex > div > p {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    font-size: 20px;
}
.careersIndex  li h3 {
    font-size: 22px;
    margin-bottom: 0!important;
    color: black;
}

.careersIndex li label {
    color: rgb(183, 182, 182);
    margin: 10px 0 0;
    font-size: 13px;
}

.careersIndex li div {
    color: rgb(183, 182, 182);
    margin: 15px 0 0;
    font-size: 13px;
}
.careersIndex li div p {
    margin: 0;
}
.careersIndex li {
    margin-bottom: 40px;
}

.careersIndex ul {
    margin-top: 30px;
}
.careersIndex li a {
    color: #ffd047;
    background: url(images/more.png) center left 20px no-repeat;
    padding: 5px 0 5px 50px;
    width: 85px;
    margin-top: 0;
}


section.jobsEntry form button {
    background: #55b85a;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 30px 0 30px 5px;
    height: auto;
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
}

.registerPage, .loginPage {
    max-width: 450px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 70px;
}

.registerPage h2, .loginPage h2{
    font-size: 20px;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 0;
    color: #79889a;
    display: table;
}

.input-container.phone-container {
    position: relative;
}

.input-container.phone-container input:first-child {
    width: calc(100% - 80px);
    /* margin-left: 10px; */
}

.input-container.phone-container input:last-child {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

.input-container.phone-container input {
    display: inline-block;
}

.input-container.custom-radio {
    display: inline-block;
    width: 45%;
    padding: 10px 0 0;
}
.registerPage .input-container #policiesTrigger {
    border: 0;
    background: 0;
    padding: 0;
    text-decoration: underline;
    display: inline-block;
}

button#submit {
    background: #55b85a;
    color: #fff;
    padding: 14px 0;
    border-radius: 5px;
    margin: 5px auto auto;
    border: none;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.registerPage .input-container p {
    margin: 5px 0 0 ;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.registerPage .customChecksLabel {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 5px;
}
div#policies li {
    padding: 0 30px;
}

div#policies ul {
    margin-bottom: 40px;
}
.not-have-or-have {
    margin-top: 20px;
}

.not-have-or-have  a {
    display: inline-block;
    font-family: wagbat-Medium;
    color: #79889a;
    text-decoration: underline;
}


.cart-phone-bar {
    display: none;
}



div#differentRest h3,div#rushHour h3 {
    font-size: 14px;
    text-align: center;
    color: #000;
    padding-top: 50px;
    max-width: 250px;
    margin: auto;
    font-family: wagbat-medium;
}
div#differentRest h3,div#rushHour h3 {
    max-width: 450px;
    line-height: 20px;
}

div#rushHour div{
    text-align: center;
}
div#differentRest p,div#rushHour p {
    padding: 40px 0 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}

div#differentRest form button,div#rushHour .rushHour-screen button,div#rushHour .rushHour-screen a {
    background: #55b85a;
    padding: 0px 0;
    text-align: center;
    color: #fff;
    font-family: wagbat-Medium;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
    width: calc(50% - 46px);
    border: none;
    margin: 15px 5px 0;
    font-size: 16px;
    line-height: 2.5;
    cursor: pointer;
}

div#differentRest form {
    text-align: center;
}

div#differentRest form,div#rushHour .rushHour-screen  {
    padding-bottom: 16px;
}

div#differentRest form button[type=submit],div#rushHour .rushHour-screen button {
    background: #f9500d;
}
section.userPage.thanks {
    text-align: center;
    padding: 70px 0 100px;
}

section.userPage.thanks h3 {
    color: black;
    margin-bottom: 50px;
}

section.userPage.thanks p {
    color: #757575;
}




.filters .filters-container .filter-option ul li.removeSort::before {content: "";padding: 0 10px;display: inline-block;background-image: url(images/close.png)!important;background-size: 10px!important;background-repeat: no-repeat!important;background-position: center!important;cursor: pointer;opacity: .6;transform: rotate(0);width: 20px;height: 20px;display: block;margin: 0 0 0 4px;display: inline-block;vertical-align: middle;}

.filters .filters-container .filter-option ul li.removeSort a {
    display: inline-block;
}

.filters .filters-container .filter-option ul li.removeSort {
    margin-bottom: 30px;
}



a.add-new-address {
    background: #55b85a;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-family: wagbat-Medium;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    width: 100%;
    border: none;
    max-width: 280px;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 2.5;
    cursor: pointer;
    margin: 22px 0;
    padding: 5px 0;
    line-height: 2.5;
    max-width: 180px;
    font-size: 14px;
    height: auto;
}

div#closedRest h3 {
    font-size: 1.125em;
    margin: 40px auto 30px;
    color: #e58927;
    text-align: center;
    font-family: wagbat-medium;
}

div#closedRest .closedRest-container button, div#closedRest .closedRest-container a {
    background: #55b85a;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-family: wagbat-Medium;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    width: 100%;
    border: none;
    max-width: 280px;
    margin: 15px auto 0;
    font-size: 16px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0;
}

.checkoutError,.balanceError {
    padding: 45px 15px;
    color: #fff;
    font-size: 20px;
    max-width: 300px;
    z-index: 999999;
    box-shadow: 0 0 62px -21px #000;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    top: 20%;
    /* bottom: 0; */
    margin: auto;
    /* width: 240px; */
    height: 210px;
    text-align: center;
    background-color: #ab0000!important;
    transition-duration: 0.2s;
    visibility: hidden;
    opacity:0;
}

.checkoutError .sorryAlert,.balanceError .sorryAlert {
    display: inline-block;
    -moz-box-sizing: content-box;
    width: 60px;
    height: 60px;
    /* background: rgba(247,0,0,1); */
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    text-align: center;
    margin: auto;
    cursor: pointer;
}
.checkoutError.open, .balanceError.open {

    visibility: visible;
    opacity: 1;
}
.checkoutError .sorryAlert::before,.checkoutError .sorryAlert::after ,
.balanceError .sorryAlert::before,.balanceError .sorryAlert::after
{
    content: "";
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 35px;
    height: 2px;
    position: absolute;
    content: "";
    top: 28px;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #fff;
    text-shadow: none;
    transform: rotate(45deg);
}

.checkoutError strong,
.balanceError strong {
    padding: 15px 0 0;
    display: block;
    font-size: 16px;
    color: white;
    line-height: 28px;
}

.checkoutError span ,
.balanceError span {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
}

.checkoutError .sorryAlert::after,
.balanceError .sorryAlert::after {
    /* -webkit-transform: rotateZ(24.064227395494576deg); */
    /* transform: rotateZ(94deg); */
    transform: rotate(-45deg);
}
.balanceError a {
    display: block;
    font-size: 16px;
    color: white;
    line-height: 28px;
    text-decoration: underline;
}

.balanceError {
    height: 280px;
}










section.checkoutPage.thanksPage .checkout-box.cover {}

section.checkoutPage.thanksPage .checkout-box.cover img {
    max-width: 150px;
    margin: 20px auto;
}

section.checkoutPage.thanksPage .checkout-box.cover  h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: black;
    text-align: center;
}

section.checkoutPage.thanksPage .checkout-box.cover  a.traceBtn {
    background: url(images/trace.png) right top no-repeat;
    background-size: 20px;
    color: #ffd24f;
    display: table;
    padding-right: 30px;
    margin: 20px auto 4em;
}

section.checkoutPage.thanksPage .checkout-box.cover p {
    padding: 2em 2em 0;
    background: #fff;
    display: block;
    color: #757575;
    text-align: center;
}

section.checkoutPage.thanksPage {
    padding-top: 70px;
}


section.checkoutPage.thanksPage .checkout-box.cover .upper-side {
    padding: 2em;
    background-color: #fff;
    display: block;
    color: #000;
}






section.checkoutPage.thanksPage .checkout-box {
    background-color: white;
}
.checkout-box .content.rules {}

.checkout-box .content.rules ol {
}

.checkout-box .content.rules ol li {
    display: block;
    width: 100%;
    max-width: 600px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #505050;
    list-style-type: decimal;
}




section.checkoutPage.thanksPage .address {}

section.checkoutPage.thanksPage .address > div {
    display: inline-block;
    vertical-align: top;
    /* background-color: red; */
    width: calc(50% - 3px);
}

section.checkoutPage.thanksPage .address > div:last-child {
    text-align: left;
}

section.checkoutPage.thanksPage  .info-table {}

section.checkoutPage.thanksPage .info-table tr:first-child td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding: 10px 10px;
}

section.checkoutPage.thanksPage .info-table tr:first-child {
    background-color: red;
}

section.checkoutPage.thanksPage .info-table table {
    width: 100%;
}

section.checkoutPage.thanksPage .info-table tr td:last-child {
    text-align: left;
    padding: 10px 10px;
}

section.checkoutPage.thanksPage .content.order-finals > div {
    margin-bottom: 30px;
}

section.checkoutPage.thanksPage {}

section.checkoutPage.thanksPage .item-name label {
    display: block;
}
