@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material/MaterialIcons-Regular.ttf) format('truetype');
}

.browser-default {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat calc(100% - 5px) 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

::placeholder {
    color: black !important;
    opacity: 1;
}

.collection {
    user-select: none;
}

#fullscreen_mode_holder {
    padding-bottom: 40px;
    display: none;
}

#notification_messages {
    position: fixed;
    top: 48px;
    overflow: auto;
    width: 100%;
    height: calc(100% - 48px);
    -webkit-overflow-scrolling: touch;
}

#office_closed_notice {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    height: 100vh;
    overflow: auto;
}

#office_closed_notice iframe {
    display: block;
    height: 300px;
    width: 100%;
    margin: auto;
    border: none;
    padding: 0;
    animation-delay: 2s;
}

#area_select_graphic {
    display: block;
    width: 100%;
}

#area_select_bg {
    width: 100%;
    height: calc(100vh - 48px);
    background-image: url(../img/2020/AfriD_background_White_002.png);
    background-size: cover;
    z-index: 0;
}

.area_notice {
    display: none;
}

.area_notice marquee {
    padding-top: 6px;
    line-height: 30px;
    font-size: 14px;
}

.area_notice i {
    vertical-align: middle;
    color: #959595;
}

#shopping_cart_checkout_progress_2 {
    display: none;
}

#city_list {
    z-index: 1;
}

#delivery_zone_list {
    background-color: white;
    color: black;
    margin-top: 0px;
    margin-bottom: 10px;
}

#delivery_city_list {
    background-color: white;
}

color select {
    -webkit-appearance: none;
}

.alpha_test {
    display: none;
}

.menu_bg {
    width: 48%;
    max-width: 200px;
    height: 90px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.menu_bg:hover {
    filter: brightness(1.2);
    transition: all 0.2s;
}

#options_general {
    margin-top: 0px;
}

#chat_hint_arrow {
    position: fixed;
    color: white;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 70px;
    top: 14px;
    right: 30px;
    display: none;
}

.picker__date-display {
    display: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

body {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.dont_show {
    display: none;
}

#main_back_btn {
    float: left;
    position: relative;
    z-index: 1;
    padding: 12px;
    line-height: 48px;
    font-size: 14px;
    display: none;
    cursor: pointer;
}

#main_back_btn i {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}

#options_rwanda {
    display: none;
}

#address_view_animation {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border: none;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    display: block;
    z-index: 1;
    background-color: #AE2326;
}

#signin_view_animation {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border: none;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    z-index: 1;
}

.area_list {
    display: none;
}

#nav_shopping,
#nav_shopping_rwanda {
    display: none;
}

#content_container {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    overflow: hidden;
}

.content_loader_normal {
    padding-top: 48px;
    overflow: scroll;
    width: 100%;
    height: 100%;
}

.collection-item {
    cursor: pointer;
    transition: all 0.2s;
}

.collection-item:hover {
    background-color: #FAFAFA !important;
    transition: all 0.2s;
}

.collapsible {
    max-width: 600px;
    display: block;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.collapsible-header {
    color: black !important;
    background-color: white !important;
    border-bottom: solid 1px #E0E0E0;
}

.collapsible-body {
    background-color: #eaeaea;
}

.content_loader_iscroll {
    padding-top: 48px;
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 0ms;
    transform: translate(0px, 0px) translateZ(0px);
}

.side-nav {
    box-shadow: none !important;
}

#country_display {
    padding-top: 60px;
    overflow: scroll;
}

.message_box_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -60px;
    margin-top: 8px;
}

.country_select {
    height: 40px;
    line-height: 40px;
    text-indent: 60px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 40px;
    margin-bottom: 30px;
    margin-left: 25%;
    cursor: pointer;
}

#kenya {
    background-image: url(../img/flags/Flag_of_Kenya.svg);
}

#rwanda {
    background-image: url(../img/flags/Flag_of_Rwanda.svg);
}

#zambia {
    background-image: url(../img/flags/Flag_of_Zambia.svg);
}

#zimbabwe {
    background-image: url(../img/flags/Flag_of_Zimbabwe.svg);
}

#namibia {
    background-image: url(../img/flags/Flag_of_Namibia.svg);
}

#congo {
    background-image: url(../img/flags/Flag_of_the_Republic_of_the_Congo.svg);
}

#mozambique {
    background-image: url(../img/flags/Flag_of_Mozambique.svg);
}

#current_view {
    position: absolute;
    left: 48px;
    overflow: hidden;
    max-height: 48px;
}

#current_view div {
    font-size: 90%;
    font-weight: bold;
}

#action_current_view {
    position: absolute;
    left: 48px;
    font-size: 90%;
}

.two_lines {
    padding-top: 9px;
    line-height: 120% !important;
}

#current_view_overlay {
    position: absolute;
    left: 48px;
    line-height: 48px;
    color: white;
}

#startup {
    position: absolute;
    background-image: url(../img/2020/AfriD_background_Red.png);
    background-size: cover;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000;
    background-color: #AF2426;
    color: black;
    background-position: bottom center, top center;
    background-repeat: no-repeat;
}

#afrifood_logo {
    display: block;
    margin-top: 20%;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 6px;
    animation-delay: 1s;
}

#afrifood_logo img {
    width: 100%;
}

#afridelivery_logo_color {
    display: none;
}

#afrifood_claim {
    display: block;
    margin-top: 5%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 18px;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    animation-delay: 1s;
}

#afrifood_startup_loader {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 30px;
}

.afri_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: white;
    color: black;
    display: none;
}

.afri_overlay_terms,
.afri_overlay_privacy {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: #FAFAFA;
    color: black;
    display: none;
}

#search_bar {
    background-color: white;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    color: black;
    height: 48px;
}

#overlay_bar {
    background-color: #AE2326;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    color: black;
    height: 48px;
    user-select: none;
}

.afri_headline {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: black;
    padding-top: 20px;
    padding-bottom: 10px;
    cursor: default;
}

#nav_search_input {
    position: absolute;
    height: 48px;
    line-height: 48px;
    color: black;
    top: 0px;
    padding-right: 48px;
    padding-left: 48px;
}

.trending_searches_list {
    padding-bottom: 40px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

#progress_content_loader {
    padding-top: 10%;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.afri_btn {
    background-color: #02A53C !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    width: 100% !important;
    border-radius: 25px !important;
}

.address_btn {
    background-color: #02A53C;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 10px;
    color: white;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 60px;
    border-radius: 3px;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); */
}

.address_btn .maintext {
    margin-top: 6px;
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
}

.address_btn .subtext {
    margin-top: 0px;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address_btn i {
    position: absolute;
    margin-left: -60px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    display: block !important;
    font-size: 20px !important;
    padding: 0px !important;
}

.options_select_card {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.afri_btn .left {
    margin-right: 0px !important;
    padding-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.afri_btn .right {
    margin-left: 0px !important;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.option_label {
    font-size: 15px;
    font-weight: 600;
    color: green;
}

.wallet_collection .collection-item {
    color: rgba(0, 0, 0, 0.6);
}

.wallet_collection .collection-item i {
    vertical-align: middle;
    margin-right: 20px;
}

.account_collection .collection-item {
    color: rgba(0, 0, 0, 0.6);
}

.account_collection .collection-item i {
    vertical-align: middle;
    margin-right: 20px;
}

#account_start_details {
    text-align: left;
    line-height: 300% !important;
}

#account_start_details i {
    vertical-align: middle;
}

.account_btn {
    min-width: 250px !important;
}

.account_btn_grid {
    width: 100%;
}

#edit_account_details {
    color: green;
    margin-top: 10px;
}

.account_start_grid {
    width: 95%;
}

.svg_btn_icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.social_sign_in {
    width: 60%;
    max-width: 150px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
}

.social_sign_in div {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 3%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
}

#facebook_sign_in {
    background-color: #3b5998;
    color: white;
    cursor: pointer;
    display: none !important;
}

#facebook_sign_in div {
    background-image: url(../img/facebook.png);
    border-right: solid 1px white;
}

#google_sign_in {
    color: grey;
}

#google_sign_in div {
    background-image: url(../img/google.png);
    border-right: solid 1px lightgrey;
}

#special_request_customer_care_lady {
    width: 100%;
    border-radius: 0 0 50% 50% / 15%;
}

.afri_main_photo {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center top;
    border-radius: 0 0 50% 50% / 15%;
}

#progress_content_loader .preloader-wrapper {
    margin-top: 200px;
}

.trending_searches_list li {
    line-height: 300%;
    color: green;
}

.btn_arrow_back {
    position: absolute;
    background-color: white;
    width: 48px;
    height: 48px;
    padding: 12px;
    cursor: pointer;
    z-index: 1001;
}

.btn_arrow_info {
    position: absolute;
    width: 48px;
    height: 48px;
    padding: 12px;
    cursor: pointer;
    z-index: 1001;
    color: white;
}

.btn_action_info {
    position: fixed;
    top: 0;
    width: 48px;
    height: 48px;
    padding: 12px;
    cursor: pointer;
    z-index: 1001;
    color: white;
}

.btn_action_info .material-icons {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.btn_arrow_clear {
    position: absolute;
    background-color: white;
    right: 0px;
    width: 48px;
    height: 48px;
    padding: 12px;
    cursor: pointer;
    z-index: 1001;
}

.btn_arrow_close {
    position: absolute;
    right: 0px;
    width: 48px;
    height: 48px;
    padding: 12px;
    cursor: pointer;
    z-index: 1001;
    color: white;
}

.cart_chat {
    position: absolute;
    right: 48px;
    width: 48px;
    height: 48px;
    padding: 12px;
    cursor: pointer;
    z-index: 1001;
    color: white;
}

.menu_additional_search {
    position: absolute;
    top: 0px !important;
    right: 48px;
    padding: 12px;
    display: block;
    width: 48px;
    height: 48px;
    color: white;
    display: none;
    cursor: pointer;
}

.fa {
    height: 24px !important;
    line-height: 24px !important;
    font-size: 24px !important;
}

.fa-menu-afri {
    padding-left: 3px;
    padding-top: 10px;
}

.menu_additional_search i,
.menu_additional_chat i,
.menu_additional_share i,
#notifications i {
    height: 24px !important;
    line-height: 24px !important;
    font-size: 24px !important;
}

.menu_additional_chat {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px;
    display: block;
    width: 48px;
    height: 48px;
    color: white;
    cursor: pointer;
}

.fa-top-menu {
    position: absolute;
    margin-left: -0px;
    margin-top: -2px;
}

#notifications {
    position: absolute;
    top: 0px;
    right: 96px;
    padding: 12px;
    display: block;
    width: 48px;
    height: 48px;
    color: white;
    cursor: pointer;
}

.menu_additional_share {
    position: absolute;
    top: 0px;
    right: 48px;
    padding: 12px;
    display: block;
    width: 48px;
    height: 48px;
    color: white;
    cursor: pointer;
}

.pizza {
    width: 100%;
    opacity: 1;
}

#account_not_signed_in {
    min-height: 160px;
}

#account_start_not_signed_in {
    text-align: center;
}

.pizza_nav {
    text-shadow: 1px 1px 3px black;
    min-height: 160px;
}

.pizza_nav .circle {}

#user_photo,
#user_photo_not_signed_in {
    background-image: url(../img/user.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 1s;
}

.afri_restaurant_item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
    cursor: pointer;
    user-select: none;
}

.afri_restaurant_name {
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #51720E;
    font-family: 'Saira Semi Condensed', sans-serif;
}

.afri_restaurant_branch_name {
    font-weight: normal;
    display: inline;
}

.afri_restaurant_grade {
    color: goldenrod;
    display: block;
    width: 100%;
    margin-top: 0px;
}

.afri_restaurant_grade i {
    font-size: 14px !important;
}

#sign_up_img {
    display: none;
}

.afri_restaurant_closes_soon {
    color: red;
}

.tag_chip {
    padding-left: 0px;
    padding-right: 3px;
    margin-right: 3px;
    line-height: 100%;
    color: black;
    font-size: 11px;
    display: inline-block;
    color: darkkhaki;
}

.afri_restaurant_foods {
    font-size: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.afri_restaurant_delivery_time {
    text-align: left;
    font-size: 80%;
    font-weight: normal;
    padding-top: 5px;
}

.afri_restaurant_delivery_time::before {
    content: "Delivers in ";
}

.afri_restaurant_pic {
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.afri_restaurant_delivery_time {
    clear: both;
}

.afri_menu_item_category_name {
    text-align: left;
    font-size: 13px;
    color: #AF2527;
    border-bottom: solid 1px #E0E0E0;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Saira Semi Condensed', sans-serif;
}

.afri_menu_item_category_name .material-icons {
    float: right;
    font-size: 24px;
    line-height: 50px;
    margin-right: 10px;
}

.afri_menu_item_category_name:first-child {
    padding-top: 0px;
}

.afri_menu_item_category_description {
    text-align: center;
    display: none;
}

.afri_menu_item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #E0E0E0;
    display: none;
    cursor: pointer;
    user-select: none;
}

.afri_menu_item_name {
    font-size: 16px;
    font-weight: bold;
    color: #51720E;
    font-family: 'Saira Semi Condensed', sans-serif;
    text-transform: uppercase;
}

.afri_menu_item_picture {
    display: block;
    width: 70px;
    height: 70px;
    background-size: cover, 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: white;
}

.afri_menu_description {
    width: 68%;
    float: right;
}

@media (max-width: 320px) {
    .afri_menu_description {
        width: 62%;
        float: right;
    }

    .afri_menu_item_description {
        font-size: 90%;
    }
}

.afri_menu_item_name {
    font-size: 16px;
    font-weight: bold;
    color: #51720E;
}

@media (max-width: 320px) {
    .afri_menu_item_name {
        font-size: 14px;
        font-weight: bold;
        color: #51720E;
    }
}

.afri_menu_item_price {
    color: #696969;
    padding-top: 10px;
    font-weight: bold;
    font-size: 12px;
}

#item_comments_link {
    cursor: default;
    user-select: none;
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#add_to_cart_item_title {
    font-family: 'Saira Semi Condensed', sans-serif;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: green;
    text-align: center;
}

.ol_add_to_cart > div:nth-child(7) {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}

#variant_select_material {
    display: none;
}

#add_to_cart_item_description {
    display: block;
    width: 85%;
    margin: 0 auto;
    max-width: 1280px;
}

#add_to_cart_item_quantity_selector {
    max-width: 150px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 46px;
    overflow: hidden;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
}

#add_to_cart_item_quantity_selector_plus {
    float: right;
    padding: 10px;
    color: green;
    display: block;
    cursor: pointer;
}

#add_to_cart_item_quantity_selector_count {
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    cursor: default;
    user-select: none;
}

#add_to_cart_item_quantity_selector_minus {
    padding: 10px;
    color: green;
    display: block;
    cursor: pointer;
}

#add_to_cart_item_basic_price {
    font-weight: bold;
    display: none;
}

#add_to_cart_item_basic_price_display {
    font-weight: bold;
    text-align: right;
    display: none;
}

#add_to_cart_item_total_price {
    font-weight: bold;
}

#add_to_cart_item_total_price_display {
    font-weight: bold;
    text-align: right;
}




#shopping_cart_new {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 10%;
    line-height: 10%;
    z-index: 2;
    display: none;
}

#shopping_cart_new a {
    width: 94%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#shopping_cart_new a #cbn_items {
    position: absolute;
    left: 5%;
    font-size: 80%;
}

#shopping_cart_new a #cbn_total {
    position: absolute;
    right: 5%;
    font-size: 80%;
}





#shopping_cart {
    bottom: 45px;
    right: 24px;
    display: none;
}

#shopping_cart_total {
    background: linear-gradient(to bottom, rgba(212, 45, 48, 0.72) 0%, #AE2326 100%);
    height: 130px;
    transition: all 0.5s;
}

#shopping_cart_checkout_progress {
    height: 15px;
}

#shopping_cart_checkout_progress div {
    border-top: solid 1px white;
    background-color: lightgray;
    height: 15px;
    width: 33.3%;
    box-sizing: border-box;
    float: left;
    transition: all 1s;
}

#shopping_cart_checkout_progress div:nth-child(n+2) {
    border-left: 1px solid white;
}

#cart_step_back {
    display: none;
}

#shopping_cart_checkout_progress_1 {
    background-color: #4CAF50 !important;
}

#shopping_cart_continue {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 10%;
    line-height: 10%;
    background-color: white;
}

#shopping_cart_vat {
    text-align: left;
}

#shopping_cart_continue a {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#shopping_cart_continue a {
    width: 94%;
}

#shopping_cart_total_price {
    display: none;
}

#cart_footer {
    font-size: 12px;
    color: #5a5a5a;
    margin-top: 10px;
}

#shopping_cart_subtotal div,
#shopping_cart_vat div,
#shopping_cart_footer_delivery_fee div,
#shopping_cart_footer_total div,
#shopping_cart_footer_coupon div {
    float: right;
}

#shopping_cart_footer_total {
    padding-top: 10px;
    font-size: 16px;
    color: black;
}

#cart_footer {
    font-size: 13px;
    color: #5a5a5a;
}

#shopping_cart_total_price_display {
    position: absolute;
    top: 140px;
    right: 20px;
    color: white;
    font-size: 18px;
    z-index: 2010;
}

.shopping_cart_item {
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #E0E0E0;
    margin-top: -1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    user-select: none;
}

.shopping_cart_item_name {
    display: inline-block;
    width: 70%;
}

.shopping_cart_item_quantity {
    background-color: #AE2326;
    font-size: 80%;
    color: white;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 6px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.shopping_cart_item_quantity::after {
    content: "x ";
}

.shopping_cart_item_price {
    position: relative;
    text-align: right;
    margin-bottom: -22px;
}

#shopping_cart_item_list {
    width: 90%;
    margin-left: 5%;
    padding-top: 10px;
}

.shopping_cart_checkout_loader {
    margin: 20px;
}

#order_screen_tabs {
    cursor: pointer;
}

#shopping_cart_order_details {
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

#shopping_cart_order_details_header {
    margin-bottom: 10px;
}

#shopping_cart_order_details_title {
    float: left;
    font-size: 16px;
}

#shopping_cart_order_details_edit_btn {
    float: right;
    color: green;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#shopping_cart_add_items_holder {}

#shopping_cart_add_items {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: right;
    color: green;
    float: right;
    display: inline;
    cursor: pointer;
}

#shopping_cart_coupon {
    position: absolute;
    top: 135px;
    left: 10px;
    cursor: pointer;
}

#shopping_cart_coupon_manual_entry {
    float: left;
    color: white;
    line-height: 34px;
}

#shopping_cart_coupon #scan_qr {
    float: left;
    padding: 5px;
    margin-right: 5px;
}

.shopping_cart_item_quantity_input {
    width: 30px;
    height: 23px;
    border: 1px solid black;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.shopping_cart_item_remove {
    float: right;
    color: white;
    background-color: #AE2326;
    padding: 1px;
    height: 25px;
    border-radius: 6px;
    margin-left: 5px;
    cursor: pointer;
}

#cart_choose_delivery_type {
    padding-top: 20px;
    padding-left: 20px;
}

#cart_choose_delivery_type_title,
.cart_titles {
    font-size: 18px;
}

.cart_titles {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.cart_fields {
    padding-left: 10px;
    padding-right: 10px;
}

#cart_address_details {
    padding: 20px;
}

.delivery_group_label {
    color: black !important;
}

.delivery_group_sub {
    display: block;
    color: #8b8b8b;
    margin-left: 35px;
}

#delivery_group_fee {
    float: right;
    margin-right: 20px;
}

#terms_box {
    height: 40px;
    padding-top: 10px;
    margin-left: 2px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}

#terms_box label {
    color: black;
}

#terms_box span {
    color: green;
}

#comments_area {
    display: none;
}

#select_payment_method {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #474747;
    display: flex;
    flex-wrap: wrap;
}

#select_payment_method div {
    cursor: pointer;
    font-size: 12px;
    max-width: 400px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 15px center;
    height: 40px;
    text-indent: 55px;
    line-height: 40px;
    box-sizing: border-box;
    flex: 1 0 100%;
}

#pm_cash_on_delivery {
    background-image: url(../img/payment/cod_new.svg);
}

#pm_mobile_money {
    background-image: url(../img/payment/cellphone-android.svg);
}

#pm_stripe {
    background-image: url(../img/payment/Finance-Pos-Terminal-icon.png);
}

#pm_paypal {
    background-image: url(../img/payment/paypal.svg);
}

#pm_corporate {
    background-image: url(../img/payment/briefcase.svg);
}

#pm_fnb_ewallet {
    background-image: url(../img/payment/fnb_ewallet.png) !important;
}

#pm_afridelivery_wallet {
    background-image: url(../img/payment/wallet_new.svg);
    display: block !important;
}

#select_mobile_money_operator {
    display: none;
}

.mobile_money_operator {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    height: 26px;
    text-indent: 35px;
    line-height: 26px;
}

#mobile_money_operator_back {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 26px;
    line-height: 26px;
}

#mobile_money_operator_back i {
    margin-right: 9px;
    vertical-align: middle;
}

.red {
    background-color: #AE2326 !important;
}

#area_select_tabs div {
    width: 50%;
    line-height: 36px;
    text-align: center;
    display: block;
    background-color: #a3a3a3;
    color: white;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
    z-index: 1;
}

#area_select_tabs div:last-child {
    border-left: solid 1px white;
}

#cart_contact_details_tabs div,
#cart_delivery_option_tabs div {
    width: 50%;
    line-height: 36px;
    text-align: center;
    display: block;
    background-color: white;
    color: black;
    float: left;
    border-bottom: solid 5px lightgray;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
}

#cart_delivery_option_tabs {
    display: block !important;
}

#cart_contact_details_tabs > div:nth-child(1),
#cart_delivery_option_tabs > div:nth-child(1) {
    border-right: solid 1px white;
}

#cart_contact_details_tabs .active,
#cart_delivery_option_tabs .active {
    border-bottom-color: rgb(76, 175, 80);
}

#summary {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    color: #474747;
}

#summary #summary_total {
    margin-top: -5px;
    text-align: center;
    font-size: 120%;
    display: none;
}

#summary #make_changes {
    margin-top: 20px;
    text-align: center;
}

#summary div {
    margin-top: 10px;
    margin-bottom: 10px;
}

#summary div i {
    vertical-align: middle;
    margin-right: 10px;
}

#summary span {
    float: right;
    padding-top: 1px;
}

.link_line {
    text-decoration: underline;
}

.restaurant_open_badge,
.restaurant_closed_badge {
    display: inline;
}

.restaurant_open_badge {
    color: green;
}

.restaurant_closed_badge {
    color: red;
}

#afri_restaurant_menu_header {
    display: block;
    width: 100%;
    height: 150px;
}

#afri_restaurant_menu_header_ratings {
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
}

.width100 {
    width: 50px;
    display: inline-block;
}

#afri_restaurant_menu_header_opening_hours span {
    float: right;
    display: block;
    text-align: left;
    width: 40px;
}

#afri_restaurant_menu_header_ratings .stars_rating {
    color: goldenrod;
    display: block;
    float: left;
    cursor: pointer;
}

#afri_restaurant_menu_header_ratings span {
    font-size: 14px;
    display: block;
    float: left;
    margin-left: 10px;
    padding-bottom: 15px;
}

#afri_restaurant_menu_header_ratings .stars_rating .material-icons {
    font-size: 20px;
}

#afri_restaurant_menu_header_logo {
    margin-top: 15px;
    margin-left: 15px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    vertical-align: top;
    float: left;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#afri_restaurant_menu_header_delivery_fee {
    position: relative;
    top: 15px;
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    clear: both;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: default;
}

#afri_restaurant_menu_header_minimum_order {
    position: relative;
    top: 15px;
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    border-left: solid 1px #E0E0E0;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: default;
}

#action_layer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    background-image: url(../img/2020/AfriD_background_White_002.png);
    background-size: contain;
    z-index: 3000;
}

#account_start_details {
    color: #1a655e;
}

#account_start_details .material-icons {
    margin-right: 6px;
}

#account_header {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #FAFAFA;
    border: solid 1px #E0E0E0;
    margin-bottom: 14px;
}

#account_user_photo {
    margin: auto;
    height: 105px;
    width: 80px;
    background-color: #B8C3C9;
    background-image: url(../img/user.jpg);
    background-size: cover;
    background-position: center center;
    border: solid 3px white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 1s;
    border-radius: 0px;
    cursor: pointer;
}

#account_details_country {
    display: none;
}

#account_user_photo i {
    float: right;
    color: white;
    margin-top: 70px;
    padding: 4px;
}

#courier_pickup {
    margin-top: 20px;
}

#courier_btn_back {
    position: fixed;
    top: 276px;
    left: 0px;
    display: none;
}

#courier_btn_close {
    position: fixed;
    top: 135px;
    left: 0px;
}

#courier_payment div:first-child {
    margin-left: 1.5px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#courier_payment div:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#courier_payment div {
    width: 25%;
    display: block;
    float: left;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    border: 1px solid silver;
    height: 30px;
    padding-top: 3px;
    line-height: 100%;
    margin-left: -1px;
    transition: all 0.3s;
}

#summary_box {
    text-align: left;
    font-size: 12px;
    line-height: 200%;
    font-weight: bold;
}

#summary_box span {
    display: block;
    float: right;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

#courier_payment .selected_payment {
    background-color: silver !important;
    color: white !important;
    transition: all 0.3s;
}

#courier_btn_done {
    position: fixed;
    top: 135px;
    right: 0px;
    transition: all 1s;
}

#courier_btn_order {
    position: fixed;
    top: 276px;
    right: 0px;
    display: none;
    transition: all 1s;
}

#courier_btn_close:hover,
#courier_btn_done:hover,
#courier_btn_back:hover,
courier_btn_order:hover {
    background-color: white;
}

#courier_pickup_dropoff {
    height: 180px;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 48px;
    z-index: 2;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    display: none;
    transition: all 1s;
}

.courier_clear_input {
    position: absolute;
    margin-top: -59px;
    right: 5%;
    width: 38px;
    height: 38px;
    text-align: center;
}

.courier_clear_input i {
    line-height: 38px;
}

#courier_pickup_dropoff input {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
    border: solid 1px silver;
    background-color: rgba(192, 192, 192, 0.1);
    border-radius: 3px;
    padding: 10px;
    padding-right: 45px;
    line-height: 100%;
    height: auto;
    box-sizing: border-box;
}

#courier_pickup_dropoff input:focus {
    box-shadow: none;
}

#courier_type_truck span,
#courier_type_bike span,
#courier_type_threewheeler span {
    position: absolute;
    margin-top: 53px;
    text-align: center;
    width: 120px;
    margin-left: -37px;
    font-size: 12px;
    color: #434343;
}

#scheduling_option {
    display: inline-block;
    padding-left: 26%;
    transition: all 0.3s;
}

#courier_type {
    background-color: white;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 15px;
    box-sizing: border-box;
    z-index: 1;
}

#courier_type_bike {
    display: block;
    background-image: url(../img/courier/bike.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: solid 2px black;
    background-color: rgba(0, 0, 0, 0.1);
    filter: opacity(0.8);
}

#courier_type_truck {
    display: block;
    background-image: url(../img/courier/truck.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center center;
    height: 50px;
    width: 50px;
    float: right;
    border-radius: 50%;
    border: solid 2px black;
    background-color: rgba(0, 0, 0, 0.1);
    filter: opacity(0.8);
}

#courier_type_threewheeler {
    display: block;
    background-image: url(../img/courier/tuktuk.png);
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: center center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: solid 2px black;
    background-color: rgba(0, 0, 0, 0.1);
    filter: opacity(0.8);
}

#estimate_and_scheduling {
    padding: 20px;
    display: none;
}

.gmnoprint a,
.gmnoprint span {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

#map_pinpoint div div a div img {
    display: none !important;
    pointer-events: none !important;
}



.gm-style div div div div div div {
    display: none !important;
}

#map_pinpoint > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(3) > img {
    right: 10000px !important;
    top: 10000px !important;
    display: none !important;
}

.gm-style-iw {
    pointer-events: none;
}

#map_pinpoint a {
    pointer-events: none !important;
    cursor: default !important;
    display: none !important;
}

#map_glogo {
    width: 18%;
    max-width: 70px;
    position: fixed;
    bottom: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    left: 0px;
    z-index: 1;
}

#map_pinpoint {
    background-color: silver;
    height: 100%;
    width: 100%;
    display: block;
    transition: all 1s;
}

#map_pinpoint .centerMarker {
    position: absolute;
    background: url(../img/home.svg);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -18px;
    margin-top: -18px;
    height: 36px;
    width: 36px;
    cursor: pointer;
}

#view_date_time {
    float: right;
    cursor: pointer;
    display: none;
}

#view_date_time i {
    vertical-align: middle;

}

#courier_price {
    clear: both;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    color: #919191;
}

#courier_price_notice {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
    color: silver;
}

.courier_pickup_dropoff_expanded {
    height: 320px !important;
    transition: all 1s;
}

#gps_locate_me {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

#gps_locate_me i {
    color: #757575 !important;
    text-align: center !important;
    line-height: 37px !important;
    width: 37px !important;
    height: 37px !important;
}

#gps_locate_me_info {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: left;
    cursor: pointer;
    user-select: none;
}

#gps_locate_me_info svg {
    margin-right: 5px;
}

#logo_apng {
    width: 100%;
    clip:
}

#restaurant_landing_photo {
    margin-bottom: 40px;
    margin-right: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.restaurant_landing_text,
#landing_delivery_zone_list {
    margin-bottom: 40px;
}

.blur {
    filter: blur(10px);
    pointer-events: none;
}

.fa_circle_icon {
    height: 42px !important;
    line-height: 42px !important;
}

.spin {
    animation: spin 1s linear;
}

.menu-img {
    display: block;
    float: left;
    margin-right: 32px;
    margin-top: 13px;
    padding-left: 3px;
    width: 24px;
    color: rgba(0, 0, 0, 0.54);
}

}

@keyframes spin {
    100% {
        transform-origin: 50% 50%;
        transform: rotate(360deg);
    }
}

#services_bubbles {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/2020/AfriD_background_White_002.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 20px;
    display: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: hidden;
}

#services_bubbles div {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center left 30px;
    background-size: 60px 60px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#services_bubbles div img {
    float: right;
    padding-left: 10px;
    opacity: 0.5;
}

#services_bubbles h6 {
    font-family: 'Saira Semi Condensed', sans-serif;
    margin: 0px;
    padding-left: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    height: 30px;
    text-align: left;
    font-size: 13px;
    color: #B02527;
    text-rendering: geometricPrecision;
    font-weight: bold;
}

#services_bubbles p {
    position: relative;
    font-family: sans-serif;
    margin: 0px;
    padding-left: 120px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 12px;
    color: #9d9d9d;
    text-rendering: geometricPrecision;
}

#services_bubbles span {
    display: block;
    clear: both;
}


#services_bubbles_micmar {
    background-image: url(../img/service_icons/micmar.png);
}

#services_bubbles_restaurant {
    background-image: url(../img/service_icons/restaurant.png);
}

#services_bubbles_drinks {
    background-image: url(../img/service_icons/drinks.png);
}

#services_bubbles_groceries {
    background-image: url(../img/service_icons/groceries.png);
}

#services_bubbles_shoprite {
    background-image: url(../img/service_icons/shoprite.png);
}

#services_bubbles_pharmacy {
    background-image: url(../img/service_icons/medicine.png);
}

#services_bubbles_courier {
    background-image: url(../img/service_icons/courier.png);

}

#services_bubbles_lafarge {
    background-image: url(../img/service_icons/lafarge.png);
}

#services_bubbles_shops {
    background-image: url(../img/service_icons/shops.png);
}

#collect_option_notice {
    clear: both;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #E0E0E0;
    background-size: 100% 100%;
    box-sizing: border-box;
    user-select: none;
}

#restaurant_list_loading_message {
    margin-top: 36px;
    text-align: center;
    color: #AE2326;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    animation-delay: 3s;
}

#restaurant_list_loading_message #restaurant_list_loading_message_loading_spinner {
    display: inline-block;
    width: 48px;
    vertical-align: middle;
}

#restaurant_list_loading_message #restaurant_list_loading_message_afrid_logo {
    width: 60px;
    margin-top: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    animation-delay: 5s;
}
