@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');
@import "all.css";
@import "fontawesome-all.css";

:root {
    --primary-color: #2B7B84;
    --warning-color: #EB9A00;
    --danger-color: #A00007;
}

body {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    overflow-x: hidden;
    background: #F7F7F7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

* {
    padding: 0;
    margin: 0;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a, button {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1118px;
    }

    .container-fluid {
        max-width: 1250px;
    }
}

.logo-bg {
    height: 100%;
    background: url("../images/login-bg.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form, .payment-mobile {
    max-width: 320px;
    width: 100%;
    padding: 80px 0;
}

input[type=number].verifty-number {
    -moz-appearance: textfield;
}

input[type=number].verifty-number::-webkit-outer-spin-button,
input[type=number].verifty-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.border-top-1 {
    border-top: 1px solid #BEBEBE;
}

.btn {
    font-size: 17px;
    font-weight: 700;
}

.btn-sm {
    font-size: 12px;
}

.btn-warning {
    background: var(--warning-color);
    border-color: var(--warning-color);
    color: #fff;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary {
    border-color: rgba(112, 112, 112, 0.2);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-danger, .btn-outline-dark {
    border-color: rgba(112, 112, 112, 0.2);
}

.btn-apply {
    color: #000000;
    border: 1px solid rgba(112, 112, 112, 0.2);
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-search {
    background: url("../images/search.svg") center no-repeat;
    height: 30px;
    width: 30px;
}


.text-warning {
    color: var(--warning-color);
}

.form-control {
    border-color: #BEBEBE;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}

.form-group label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    font-weight: 600;
}

.form-group label.error {
    color: var(--danger-color);
    font-size: 14px;
}

.form-group .form-control.error {
    border-color: var(--danger-color);
}

.logo-img {
    text-align: center;
}

.logo-img h2 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.btn-link {
    padding: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--warning-color);
    border-color: var(--warning-color);
}

.nav-link.btn-warning {
    background: var(--warning-color);
    border-color: var(--warning-color);
    color: #fff;
}

.nav-link.disabled {
    color: #ffffff;
    background: #BEBEBE;
    opacity: 1;
}

.nav-item.step1 {
    position: relative;
}

.nav-item.step1:after {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 50%;
    border-bottom: 1px solid #BEBEBE;
    content: '';
    z-index: 1;
}

.nav-item.step2 {
    position: relative;
    z-index: 2;
}

.nav-item .btn {
    position: relative;
    z-index: 2;
}

.map-input {
    padding-left: 40px;
    background-image: url(../images/map.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
}

#map_address {
    width: 100%;
    height: 400px;
}

.location-input {
    padding-left: 40px;
}

.input_map {
    position: relative;
}

.pin_modal {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-img h3, .register-complete h3 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

.register-complete {
    margin-bottom: 40px;
}

.register-complete, .register-complete p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.register-complete-container {
    width: 100%;
    max-width: 380px;
}

header {
    background: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.11);
    padding: 10px 0;
}

.h-logo img {
    height: 57px;
}

.main-menu {
    display: flex;
    height: 100%;
    bottom: -10px;
    position: relative;
}

.main-menu ul, .menu_xs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

 .menu_xs li {
    margin-left: 15px;
    margin-right: 15px;
     width: calc(50% - 30px);
    margin-bottom: 15px;
}

.main-menu ul li {
    margin-left: 15px;
    margin-right: 15px;
}

.main-menu ul li a, .menu_xs li a {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-weight: 700;
}
.main-menu ul li a i{
    font-size: 18px;
}
.menu_xs li a {
    border-radius: 5px;
}

.main-menu ul li:hover a {
    background-color: #f7f7f7;
    color: rgba(0, 0, 0, 0.60);
}

.main-menu ul li.active a, .menu_xs li.active a {
    background-color: #EB9A00;
    color: #fff;
}

.main-menu ul li.active a svg path, .menu_xs li.active a svg path {
    fill: #fff;
}

.main-menu ul li a span, .menu_xs li a span {
    display: block;
    text-align: center;
}

.main-menu ul li a svg, .menu_xs li a svg {
    margin: auto;
}

.main-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}

h1.main-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.box {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.right-sidebar .box {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.20);
}

.user-logo {
    margin: auto;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BEBEBE;
    margin-bottom: 30px;
    background-image: url(../images/user-logo-bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.user-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.sidebar {
    height: 100%;
}

.sidebar .box {
    height: calc(100% - 30px);
}

.user-info h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.user-info p {
    font-size: 15px;
    color: #707070;
    margin-bottom: 5px;
}

.sidebar ul li {
    width: 100%;
}

.sidebar ul li a {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding: 5px;
}

.sidebar ul li:hover a {
    background-color: #f7f7f7;
}

.sidebar ul li a i {
    color: #2B7B84;
    width: 25px;
}

.sp {
    display: block;
    height: 1px;
    width: 100%;
    background: #BEBEBE;
}

.st-box {
    text-align: center;
}

.st-boxes2 .st-box {
    height: 120px;
}

.st-box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.st-box .number {
    font-size: 25px;
    font-weight: 600;
    color: #EB9A00;
}

.st-box .number .currency {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.link-details {
    text-align: center;
    font-size: 12px;
    color: #707070;
    font-weight: 600;
}

.st-boxes .box {
    height: 100%;
}

.order-circle i {
    color: #EB9A00;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    font-size: 12px;
}

.order-circle {
    text-align: center;
}

.table th, .table td {
    font-size: 14px;
}

.table thead th {
    border-bottom: none;
    color: #707070;
    font-weight: 600;
}

.text-pending {
    color: var(--warning-color) !important
}

.text-confirmed {
    color: var(--primary-color) !important
}

.text-canceled {
    color: var(--danger-color) !important
}

.right-sidebar .main-title {
    font-size: 15px;
}

.publish-item h3 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.publish-item h3 span {
    color: #707070;
    margin-right: 5px;
}

.main-content-empty {
    height: calc(100% - 30px);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.main-content-empty {
    text-align: center;
}

.main-content-empty h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.main-content-empty p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    max-width: 375px;
    margin: auto;
}

.empty-menu .img {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-txt {
    padding-top: 20px;
    text-align: center;
    color: #707070;
    font-weight: 400;
    background: url("../images/upload.svg") center top no-repeat;
}

.upload-file {
    width: 100%;
    border: 1px solid #BEBEBE;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    position: relative;
}

.upload-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}

.upload-file img {
    position: relative;
    width: 100%;
    max-height: 100%;
}

.upload-file .delete-file {
    position: absolute;
    z-index: 3;
    left: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
}

.custom-modal .modal-footer {
    flex-wrap: nowrap;
    justify-content: center;
    border: none;
    padding-top: 0;
}

.custom-modal h2, .custom-modal-600 h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}


.custom-modal .form-group label {
    margin-bottom: 5px;
}

.qr-container {
    width: 100%;
    border: 1px solid #ddd;
    /*padding: 5px;*/
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    position: relative;
    /*bottom: 5px;*/
    /*border-top: 1px solid #ddd;*/
    background: #f0f0f0;
}

.categories > div {
    margin-bottom: 15px;
}

.category-item {
    padding: 10px;
}

.category-item .img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.category-item .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.category-item h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}

.category-item p {
    font-size: 15px;
    font-weight: 400;
    color: #707070;
}

.category-item .btn-manage {
    font-size: 15px;
}

.category-item .action-btns {
    margin-top: 10px;
}

.product-item {
    padding: 10px 0;
    border-bottom: 1px solid #BEBEBE;
    display: flex;
    justify-content: space-between;
}

.product-item .img > div {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}

.product-item .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.product-info {
    width: 100%;
    padding: 0 20px;
}

.product-action {
    width: 80px;
}

.product-action .btn {
    width: 80px;
    font-size: 14px;
}

.product-info h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.product-info p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-info .price {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.products > .product-item:last-of-type {
    border: none;
}

.filter-title {
    padding-left: 30px;
    background: url("../images/filter.svg") left center no-repeat;
    color: #EB9A00;
    font-size: 14px;
    font-weight: 600;
}

.filters-cat {
    border-bottom: 1px solid rgba(190, 190, 190, 0.5);
    padding: 15px 0;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: url("../images/check.svg") center no-repeat;
    margin-right: 10px;
}

input[type=checkbox]:checked {
    background: url("../images/checked.svg") center no-repeat;
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(112, 112, 112, 0.6);
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
}

input[type=radio]:checked:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: var(--warning-color);
}


.filters-cat label {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.filters-cat h3 {
    font-size: 14px;
    color: #707070;
    font-weight: 600;
}

.search-form, .search-form-mobile {
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    width: 100%;
    display: flex;
    height: 32px;
    margin-left: 20px;
}

html[lang=ar] .search-form, html[lang=ar] .search-form-mobile {
    margin-left: 0px;
    margin-right: 20px;
}

.search-form-mobile {
    margin-left: 0;
}

html[lang=ar] .search-form-mobile {
    margin-right: 0;
}

.search-form input, .search-form-mobile input {
    background: transparent;
    width: 100%;
    outline: none;
    height: 100%;
    margin-left: 5px;
    border: none;
    color: #A3A3A3;
    font-size: 14px;
    font-weight: 600;
}

.white-space-nowrap {
    white-space: nowrap;
}

.search-form .btn, .search-form-mobile .btn {
    width: 30px;
}


.order-item {
    cursor: pointer;
}

.order-details {
    margin-top: 30px;
}

.order-details h3 {
    color: #A3A3A3;
    font-size: 17px;
    font-weight: 600;
}

.order-details p {
    color: #000000;
    font-size: 17px;
    font-weight: 600;

}

.order-details h2, .order-products-count {
    font-size: 17px;
    color: #707070;
    font-weight: 600;
}

.order-details .product-item {
    border-bottom: 1px solid #BEBEBE;
    display: block !important;
}

.order-details .product-item h3 {
    color: #000000;
}

.order-details .product-item p {
    color: #A3A3A3;
}

.order-totals {
    margin-top: 15px;
}

.total-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-item h3 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6)
}

.total-item p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.total-item.total h3 {
    color: rgba(0, 0, 0, 1)
}

.total-item.total p {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}

.notes p {
    font-size: 15px;
    color: #000000;
    margin: 0;
}

.notes h3 {
    font-size: 17px;
    color: #707070;
}

.login-page {
    min-height: 100vh;
}

.login-page .btn-lang {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 14px;
    color: #000;
}

.btn-menu {
    display: none;
    background: transparent;
}

footer {
    background: var(--primary-color);
    color: #fff;
    padding-top: 30px;
    margin-top: 30px;
}

footer ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight: 400;
    padding: 5px 0;
}

footer ul li:hover a {
    color: #fff;
    padding-left: 5px;
}

footer h3 {
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.footer-social a {
    color: rgba(255, 249, 236, 0.3);
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-social a:hover {
    color: rgba(255, 249, 236, 1);
}

.filters-date {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
}

.filters-date h3 {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
}

.date-range {
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    padding: 0.375rem 0.75rem;
}

.date-range .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
}

.copyright {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-bottom: 15px;
}

.customer-menu .category-item .img {
    height: 140px;
}

.customer-footer {
    padding: 40px 0;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.customer-footer h3 {
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.70);
}

.customer-footer img {
    height: 67px;
    width: auto;
    margin: auto;
}

.customer-products .product-item {
    padding: 15px;
    margin-bottom: 15px;
}

.qty-container input {
    width: 60px;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.qty-container .btn {
    width: 33px;
    height: 33px;
}

.category-slider .owl-stage-outer {
    padding: 15px 0;
}

.category-slider a.item {
    display: block;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
}

.category-slider a.item.active {
    background: var(--warning-color);
    color: #fff;
}

.back i {
    background: var(--warning-color);
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 600;
}

.cart {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    background: var(--warning-color);
    color: #fff;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.cart:hover {
    color: #fff;
    padding-bottom: 20px;
}

textarea.form-control {
    height: 90px;
}

.payment-method label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    margin-bottom: 15px;
}

.payment-mobile select {
    width: 70px;
    margin-right: 15px;

}

.payment-mobile h2 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.payment-mobile p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.btn-status {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.country_code {
    width: 60px;
}

.verify-inputs input {
    width: 45px;
    height: 55px;
    text-align: center;
    color: var(--warning-color);
    font-size: 25px;
    font-weight: 700;
}

.resend {
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}

.resend a {
    color: #000;
}

.restorant-name-modal {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}


/*mobile menu*/
/*menu*/
.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 320px;
    background: #ffffff;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(345px);
    -moz-transform: translateX(345px);
    -ms-transform: translateX(345px);
    -o-transform: translateX(345px);
    transform: translateX(345px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -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.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.brand-area a {
    width: 80%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul > li > a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 15px;
    padding: 10px;
    transition: all .3s;
    font-weight: 700;
    text-transform: uppercase;
}

.mmenu > ul li a > i {
    margin-left: 5px;
}

.mmenu > ul > li > a:hover {
    background: #628291;
    color: #ffffff;
    border-color: #628291;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

html.menu-toggle {
    overflow: hidden;
}

.close-menu {
    transform: rotate(270deg);
}

html[lang=ar] .nav-item.step1:after {
    right: 100%;
    left: auto;
}

html[lang=ar] .fa-angle-left:before {
    content: "\f105";
}

html[lang=ar] .fa-angle-right:before {
    content: "\f104";
}

html[lang=ar] input[type=checkbox],
html[lang=ar] input[type=radio] {
    margin-right: 0;
    margin-left: 10px;
}

html[lang=ar] .payment-mobile select {
    margin-left: 15px;
    margin-right: 0;
}

.profile-img-upload {
    width: 136px;
    height: 136px;
    margin: auto;
    background: #BEBEBE;
    color: #fff;
}

.profile-img-upload img {
    position: relative;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-img-upload .delete-file {
    position: absolute;
    z-index: 11;
    left: 5px;
    bottom: 5px;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img-upload .upload-txt {
    color: #fff;
    background: url(../images/upload-light.svg) center top no-repeat;
}

.input_map {
    position: relative;
}

.input_map .form-control {
    padding-left: 35px;
}

.pin_modal {
    cursor: pointer;
}

#map_address {
    height: 300px;
    margin-top: 10px;
}

.btn-help {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.help-slider .item {
    text-align: center;
}

.help-slider .item img {
    width: auto !important;
    margin: auto;
    display: block;
}

.help-slider .item h3 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
}

.skip {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 111;
    text-decoration: underline !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--warning-color) !important;
    opacity: 0.3;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--warning-color) !important;
    opacity: 1 !important;

}

.main-container {
    padding-bottom: 30px;
}

.user-logo.user-logo-small {
    width: 45px;
    height: 45px;
    -webkit-background-size: 20px;
    background-size: 20px;
    margin: auto;
}

.user-logo.user-logo-small span {
    width: 45px;
    display: block;
    height: 45px;
}

.user-logo.user-logo-small img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.btn-ddl-menu.dropdown-toggle:after {
    display: none;
}


.btn-ddl-menu {
    display: flex;
    width: 45px;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;
}

.notify-menu {
    width: 280px;
}

.notify-menu li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.notify-menu li:last-child {
    border-bottom: none;
}

.my_pay_btn .load-img {
    display: none;
}

.min-h-400 {
    min-height: 470px;
}

.st-boxes select.form-control {
    appearance: auto;
    padding: 5px;
    border-color: #f7f7f7;
    font-size: 12px;
}

.btn i {
    margin-right: 5px;
}

.qty-container .btn i {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my_pay_btn.disabled:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 10;
}

.my_pay_btn.disabled .aro-img {
    display: none;
}

.my_pay_btn.disabled .load-img {
    display: inline-block;
}

.mobile-number-menu {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px;
    transition: all .3s;
    font-weight: 700;
    text-transform: uppercase;
}


.category-item .img a {
    width: 100%;
    height: 100%;
    display: block;
}

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

html[lang=ar] .btn-help {
    right: auto;
    left: 15px;
}

html[lang=ar] .skip {
    right: auto;
    left: 20px;
}

.customer-page {
    padding-bottom: 200px !important;
    position: relative;
    min-height: 100vh;
}

.pagination {
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pagination li{
    margin-left: 5px;
    margin-right: 5px;
}
.page-link{
    border-radius: 0.25rem !important;
    box-shadow: 0 3px 6px #dee2e6;
    color: #2B7B84;
}

.page-item.active .page-link {
    background-color: #2B7B84;
    border-color: #2B7B84;
}


@media (max-width: 991px) {
    footer {
        text-align: center;
    }

    footer ul {
        margin-bottom: 50px;
    }

    .border-radius-0-mobile {
        border-radius: 0 !important;
    }

    .logo-bg {
        height: 220px;
    }

    .login-page .order-md-first {
        border-radius: 20px 20px 0 0;
        background: #fff;
        margin-top: -30px;
    }

    .logo-bg img {
        display: none;
    }

    .logo-img {
        margin-top: -70px;
    }

    .logo-img img {
        height: 125px;
        margin: auto;
    }

    .logo-img h2 {
        margin-top: 20px;
    }

    .register-complete {
        padding-top: 100px;
    }

    header .btn-lang {
        display: none;
    }

    .btn-menu {
        display: inline-block;
    }

    .main-menu {
        bottom: 0;
        flex-direction: row-reverse;
    }

    .main-menu ul {
        width: auto;
    }

    .main-menu li {
        display: none;
    }

    .main-menu li.active {
        display: block;
    }

    .main-menu ul li.active a {
        border-radius: 5px;
    }

    .hide-mobile {
        display: none;
    }

    .main-container {
        padding: 1rem;
    }

    .recent-orders {
        margin-top: 30px;
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }

    .customer-header {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        border-radius: 0 0 28px 28px;

    }


    .main-container.customer-page {
        padding-top: 0 !important;
    }

    .recent-orders > div.d-flex, .pmobile {
        padding-left: calc(1rem + 15px);
        padding-right: calc(1rem + 15px);
    }

    .recent-orders .box {
        border-radius: 20px;
    }

    .main-content-empty {
        height: auto;
    }

    .product-item .img img {
        width: 60px;
        height: 60px;
    }

    .product-item .img > div {
        width: 60px;
        height: 60px;
    }

    .search-form {
        display: none;
    }

    .btn-search2 {
        background: url("../images/search.svg") 5px no-repeat;
        height: 30px;
        border: 1px solid rgba(112, 112, 112, 0.2);
        color: var(--warning-color);
        padding-left: 30px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
    }

    .btn-filter {
        background: url("../images/filter.svg") 5px no-repeat;
        height: 30px;
        border: 1px solid rgba(112, 112, 112, 0.2);
        color: var(--warning-color);
        padding-left: 30px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        margin-left: 10px;
    }

    html[lang=ar] .btn-filter {
        margin-left: 0px;
        margin-right: 10px;
    }

    .user-logo.user-logo-small {
        display: none !important
    }

    .login-page {
        min-height: auto;
    }

    .logo-img {
        margin-top: -150px;
    }

}

@media (min-width: 768px) {
    .custom-modal .modal-dialog {
        max-width: 333px;
    }

    .custom-modal-600 .modal-dialog {
        max-width: 620px;
    }

    .custom-modal-400 .modal-dialog {
        max-width: 420px;
    }
}

@media (max-width: 640px) {
    .min-h-400 {
        min-height: auto;
    }

    .category-item .action-btns .btn {
        display: flex;
        align-items: center;
    }

    .category-item .action-btns .btn i {
        margin-right: 5px;
    }

    html[lang=ar] .category-item .action-btns .btn i {
        margin-let: 5px;
        margin-right: 0;
    }

    .category-item .img {
        height: 125px;
    }

    .border-radius-0-mobile {
        border-radius: 0 !important;
    }

    .logo-bg {
        height: 220px;
    }

    .login-page .order-md-first {
        border-radius: 20px 20px 0 0;
        background: #fff;
        margin-top: -30px;
    }

    .logo-bg img {
        display: none;
    }

    .logo-img {
        margin-top: -150px;
    }

    .logo-img img {
        height: 125px;
        margin: auto;
    }

    .logo-img h2 {
        margin-top: 20px;
    }

    .register-complete {
        padding-top: 100px;
    }

    header .btn-lang {
        display: none;
    }

    .btn-menu {
        display: inline-block;
    }

    .main-menu {
        bottom: 0;
        flex-direction: row-reverse;
    }

    .main-menu ul {
        width: auto;
    }

    .main-menu li {
        display: none;
    }

    .main-menu li.active {
        display: block;
    }

    .main-menu ul li.active a {
        border-radius: 5px;
    }

    .hide-mobile {
        display: none;
    }

    .main-container {
        padding: 1rem;
    }

    .recent-orders {
        margin-top: 30px;
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }

    .customer-header {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        border-radius: 0 0 28px 28px;

    }


    .main-container.customer-page {
        padding-top: 0 !important;
    }

    .recent-orders > div.d-flex, .pmobile {
        padding-left: calc(1rem + 15px);
        padding-right: calc(1rem + 15px);
    }

    .recent-orders .box {
        border-radius: 20px;
    }

    .main-content-empty {
        height: auto;
    }

    .product-item .img img {
        width: 60px;
        height: 60px;
    }

    .product-item .img > div {
        width: 60px;
        height: 60px;
    }

    .search-form {
        display: none;
    }

    .btn-search2 {
        background: url("../images/search.svg") 5px no-repeat;
        height: 30px;
        border: 1px solid rgba(112, 112, 112, 0.2);
        color: var(--warning-color);
        padding-left: 30px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
    }

    .btn-filter {
        background: url("../images/filter.svg") 5px no-repeat;
        height: 30px;
        border: 1px solid rgba(112, 112, 112, 0.2);
        color: var(--warning-color);
        padding-left: 30px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        margin-left: 10px;
    }

    .customer-menu .category-item .img {
        height: 125px;
    }

    .product-info {
        padding: 0 10px;
    }

    .qty-container .btn {
        width: 25px;
        height: 25px;
    }

    .qty-container input {
        width: 40px;
    }

   .modal .login-form,.modal .payment-mobile {
        max-width: 100%;
    }

    .btn-help {
        position: fixed;
        bottom: 20px;
    }

}


 .input-group > .form-select{
    flex: 0 0 auto;
    width: 30%;
}

 .st-bg1{
     background: #a00007;
     color: #fff;
 }
 .st-bg2{
     background: #EB9A00;
     color: #fff;
 }
 .st-bg3{
     background: #2b7b84;
     color: #fff;
 }


 .st-bg h2{
     color: inherit;
 }
.st-head{
    display:flex;
    justify-content: space-between;
}
.st-head i{
    font-size: 40px;
    color:#fff;
}
.number{
    font-size: 14px;
    font-weight: 400;
}
.number b{
    font-size: 40px;

}
.plink , .plink a{
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 15px;
}
.plink i{
    font-size: 20px;
}
.plink a:hover{
    color:#EB9A00
}

.st-bg2 .plink a:hover{
    color:#a00007
}

.view_qr{
    border:5px solid #2b7b84;
    padding: 10px;
    border-radius: 10px;
}

.view_qr .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.view_qr .img img{
    height: 100px;
}


#view_qr_modal .modal-body{
    padding: 0;
}
.note-text{
    text-align: center;
    font-size: 14px;
    color: #999;
}
.copyright-text{
    margin-top: 15px;
    border-top: 1px solid #ddd;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding-top: 15px;
}

/*@media (min-width: 768px) {*/
/*    #view_qr_modal .modal-dialog {*/
/*        max-width: 400px;*/
/*    }*/
/*}*/
