@font-face {
    font-family: coText;
    src: url("../fonts/Co_Text_Arabic_Regular.ttf");
}
@font-face {
    font-family: "Co Headline Regular";
    src: url(../../admin/fonts/alfont_com_AlFont_com_Co-Headline-Regular.otf)
        format("opentype");
}
@font-face {
    font-family: "Co Headline light";
    src: url(../../admin/fonts/alfont_com_AlFont_com_Co-Headline-Light.otf)
        format("opentype");
}
@font-face {
    font-family: "Co Headline Bold";
    src: url(../../admin/fonts/alfont_com_AlFont_com_Co-Headline-Bold.otf)
        format("opentype");
}
:root {
    --cardBoxShadow: 0 3px 6px #707070 !important;
    --cardBorderRadius: 15px !important;
    --border: 1px solid #707070;
    --bigRadius: 18px;
    --secondaryColor: #ff3d00;
    --titleColor: #707070;
    --smallRadius: 10px;
    --newFontFamily: "coText";
    --tomato: #fe3a00;
    --white: #ffffff;
    --font-regular: "Co Headline Light";
    --font-light: "Co Headline Light";
    --font-bold: "Co Headline Bold";
    --box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    --transition: all 0.25s;
}
body {
    font-family: Tajawal, sans-serif;
    font-weight: 700;
}
a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: var(--newFontFamily) !important;
}
::-webkit-scrollbar {
    width: 3px;
    background-color: var(--main_color);
}
::-webkit-scrollbar-thumb {
    background-color: var(--second_color);
    border-radius: 50px;
}
::-webkit-scrollbar-track {
    background-color: var(--main_color);
}

a,
a:focus,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

.loader,
body,
header {
    width: 100%;
}
.loader,
header {
    position: fixed;
}
header {
    background-color: #fff;
    min-height: 70px;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
.hint,
img,
label {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.logo,
.reviews-catering-logo,
header .logo {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0 10px 10px;
    position: absolute;
    background-color: #fff;
    width: 100px;
    height: 90px;
    top: 0;
}
.logo img,
.reviews-catering-logo img,
header .logo img {
    height: 100%;
}
li,
section,
ul {
    padding: 0;
}
.custom-btn,
.form-group,
.nav-pills li,
.orderPhoneInput,
.page-content,
.relative,
.section-title,
.section-title h3,
.section-title p,
li,
section,
ul {
    position: relative;
}
.m-meal-desc ul,
li,
ul {
    list-style: none;
}
li,
ul {
    display: block;
    margin: 0;
}
.checkbox-wrap input[type="checkbox"],
.m-body button.close.mobile,
.menu-button,
.mobile ul,
.mobile-order-action,
.modal-body.m-meal-body .m-meal-img .m-meal-status input[type="file"],
.radio-wrap input[type="checkbox"],
.radio-wrap input[type="radio"],
small.mobileIcon {
    display: none;
}
.mobile-navbar {
    display: block;
}
.custom-btn,
.form-control {
    color: #050505;
    padding: 0 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.custom-btn {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    border-radius: 0;
    background-color: var(--main_color);
    box-shadow: none;
}
header .custom-btn {
    float: left;
    border-radius: 25px;
    margin: 20px 5px;
}
a.custom-btn {
    position: relative;
    overflow: visible !important;
}
header .custom-btn {
    background-color: unset !important;
    color: #676767 !important;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.9em;
    margin: 20px 10px;
}
header .custom-btn i {
    display: none;
}
header .custom-btn.active,
header .custom-btn:focus,
header .custom-btn:hover {
    color: var(--secondaryColor) !important;
    border-bottom: 2px solid var(--secondaryColor);
}
header .custom-btn.side {
    color: var(--secondaryColor) !important;
    font-size: 1.2em;
    font-weight: 600;
    height: 50px;
    border: 1px solid #ddd !important;
    padding: 5px 20px;
    border-radius: var(--smallRadius);
    -webkit-border-radius: var(--smallRadius);
    -moz-border-radius: var(--smallRadius);
    -ms-border-radius: var(--smallRadius);
    -o-border-radius: var(--smallRadius);
    width: auto;
    /* line-height: 2; */
    display: flex !important;
    align-items: center;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fa-solid-900.woff2") format("woff2"),
        url("../webfonts/fa-solid-900.woff") format("woff"),
        url("../webfonts/fa-solid-900.ttf") format("truetype"),
        url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-home:before {
    content: "\f015";
}

@media (min-width: 769px) {
    header .row,
    header .row .col {
        border-radius: var(--bigRadius);
        padding: 8px;
    }
    header .row {
        background-color: rgb(0 0 0 / 6%);
        border-radius: var(--bigRadius);
        -webkit-border-radius: var(--bigRadius);
        -moz-border-radius: var(--bigRadius);
        -ms-border-radius: var(--bigRadius);
        -o-border-radius: var(--bigRadius);
    }
    header .row .col {
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: var(--bigRadius);
        -webkit-border-radius: var(--bigRadius);
        -moz-border-radius: var(--bigRadius);
        -ms-border-radius: var(--bigRadius);
        -o-border-radius: var(--bigRadius);
        box-shadow: 0 3px 16px rgb(0 0 0 / 6%);
    }
    header .logo {
        padding: 8px;
        border-radius: var(--bigRadius);
        -webkit-border-radius: var(--bigRadius);
        -moz-border-radius: var(--bigRadius);
        -ms-border-radius: var(--bigRadius);
        -o-border-radius: var(--bigRadius);
        position: unset;
    }
}

header {
    position: relative;
}

header .row {
    background: unset;
    border-radius: var(--bigRadius);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0 3px 16px rgb(0 0 0 / 6%);
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 769px) {
    header .row .col {
        box-shadow: unset;
    }
}

@media only screen and (max-width: 768px) {
    header .logo {
        right: 10px;
        position: relative;
    }
    .mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 5px;
    }
    header ul {
        /* display: block !important; */
        /* float: left; */
        padding: 5px 10px;
        margin: 20px 15px;
        border: 1px solid #ddd;
        border-radius: var(--smallRadius);
        -webkit-border-radius: var(--smallRadius);
        -moz-border-radius: var(--smallRadius);
        -ms-border-radius: var(--smallRadius);
        -o-border-radius: var(--smallRadius);
        order: 1;
    }
    header .mobile-navbar {
        display: none;
        width: 200px;
        position: absolute;
        right: unset;
        left: 30px;
        top: 80px;
        background: #fff;
        box-shadow: var(--cardBoxShadow);
        overflow: hidden;
        border-radius: var(--bigRadius);
        -webkit-border-radius: var(--bigRadius);
        -moz-border-radius: var(--bigRadius);
        -ms-border-radius: var(--bigRadius);
        -o-border-radius: var(--bigRadius);
    }
    .mobile-navbar.active {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    header .custom-btn i {
        display: inline-block;
        color: #707070;
    }
    header ul i {
        color: #dc3545 !important;
        font-size: 1.8em;
        margin-top: 2px;
    }
    .mobile-navbar.active .custom-btn {
        display: block;
        width: 200px;
        border-bottom: 1px solid #ddd;
        margin: 0;
        padding: 15px;
        text-align: start;
        font-weight: 500;
    }
    header .custom-btn i {
        display: inline-block;
        color: #707070;
    }
    header .custom-btn.active i {
        display: inline-block;
        color: #fff;
    }
    header .custom-btn.active {
        background-color: var(--secondaryColor) !important;
        color: #fff !important;
    }
}

@media only screen and (max-width: 576px) {
    header .logo {
        height: 80px;
        width: 80px;
        left: unset;
        transform: unset;
    }
    .mobile ul {
        padding: 0px;
        justify-content: center;
        align-items: center;
        order: 1;
        /* flex: 1; */
        height: 50px;
        text-align: center;
        margin: 0 8px;
        width: 50px;
    }
    .side-btns {
        order: 0;
        width: 80%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    .side-btns .side {
        padding: 10px 15px !important;
        /* line-height: 25px !important; */
        font-size: 1em;
        height: 40px;
        margin: 20px 5px;
        min-width: 50px;
    }
    header .custom-btn.side{
        display: none!important;
    }
    .mobile ul {
        display: flex;
    }
    header {
        height: 70px;
    }
    header .row {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    header .logo {
        height: 65px;
        width: 65px;
        left: unset;
        transform: unset;
        right: 0;
    }
    .mobile ul {
        /* padding: 2px 10px; */
        order: 1;
        flex: 1;
        height: 35px;
        width: 35px !important;
        text-align: center;
        margin: 0 8px;
        display: flex;
    }
    .mobile ul li i {
        font-size: 18px;
    }
    .side-btns {
        order: 0;
        width: 80%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    .side-btns .side {
        padding: 5px 15px !important;
        /* line-height: 26px !important; */
        height: 35px !important;
        margin: 15px 5px;
        font-size: 0.8em !important;
        min-width: 35px;
    }
}
