/* Body */
.snackbar-container{transition:all 500ms ease;transition-property:top,right,bottom,left,opacity;font-size:14px;min-height:14px;border-radius:4px;background-color:#1b1b1b!important;position:fixed;display:flex;justify-content:space-between;align-items:center;color:#fff;line-height:22px;padding:18px 24px;bottom:-100px;top:-100px;opacity:0;z-index:9999}.snackbar-container .action{background:inherit;display:inline-block;border:none;font-size:inherit;text-transform:uppercase;color:#4caf50;margin:0 0 0 24px;padding:0;min-width:min-content;cursor:pointer}@media(min-width: 640px){.snackbar-container{min-width:288px;max-width:568px;display:inline-flex;border-radius:2px;margin:24px}}@media(max-width: 640px){.snackbar-container{left:0;right:0;width:100%}}.snackbar-pos.bottom-center{top:auto !important;bottom:0;left:50%;transform:translate(-50%, 0)}.snackbar-pos.bottom-left{top:auto !important;bottom:0;left:0}.snackbar-pos.bottom-right{top:auto !important;bottom:0;right:0}.snackbar-pos.top-left{bottom:auto !important;top:0;left:0}.snackbar-pos.top-center{bottom:auto !important;top:0;left:50%;transform:translate(-50%, 0)}.snackbar-pos.top-right{bottom:auto !important;top:0;right:0}@media(max-width: 640px){.snackbar-pos.bottom-center,.snackbar-pos.top-center{left:0;transform:none}}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #000000;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.small,
small {
    font-size: 11px !important;
}

div,
a {
    outline: none !important;
}
label {
    margin-bottom: 0;
}
.border-primary {
    border-color: #e23844 !important;
}

.w-300 {
    max-width: 300px;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.form-control,
.btn,
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    font-size: 13px;
}


.btn-success {
    color: #fff;
    background-color: #2bb304;
    border-color: #2bb304;
}

.btn-success:hover {
    color: #fff;
    background-color: #208902;
    border-color: #208902;
}
/* Fixed Bottom */

.fixed-bottom {
    height: 58px;
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, 0.075);
}

.fixed-bottom .btn {
    border-radius: 0px;
    border: none;
    height: 58px;
}

.fixed-bottom-bar {
    padding-bottom: 58px;
}

.h-auto {
    height: auto;
}

.modal-footer .btn {
    border-radius: 0px;
}

/* Nav */

.toggle-2 {
    right: 17px;
    left: auto !important;
}

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
    background: #000;
}

.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
    background: #ffffff;
}

.cat-slider img {
    width: 38px;
    margin: auto;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
}

/* Grid Card */

.grid-card span.float-right.text-black-50 {
    display: none;
}

.grid-card .p-3 {
    padding: 10px !important;
}

/* Menu */

.osahan-menu-fotter {
    padding: 0px !important;
}

.osahan-menu-fotter .row {
    margin: 0px;
}

.osahan-menu-fotter .col {
    padding: 0px;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    display: flex;
}

.osahan-menu-fotter .col a {
    padding: 12px;
    display: block;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.osahan-menu-fotter .col a p {
    font-size: 19px;
}

.osahan-menu-fotter .col.selected a {
    background: #f8f9fa;
}

.osahan-menu-fotter .col.selected p {
    color: #dc3545;
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    margin: -12px 0 0 0 !important;
}

.osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
    width: 60px;
    color: #fff !important;
    height: 60px;
    font-size: 27px !important;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* Extra */

.btn-facebook {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
    background: #2b4170;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #3b5998;
    color: #ffffff !important;
}

.bg-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
    background: #d92662;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
    background: #d92662;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d92662 0%, #e23744 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #d92662;
}

.btn-primary:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d92662+0,e23744+100 */
    background: #d92662;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d92662 0%, #e23744 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #e23744;
}

.btn-outline-primary {
    color: #e23744;
    border-color: #e23744;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: #d92662;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #d92662 0%, #e23744 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #d92662 0%, #e23744 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d92662', endColorstr='#e23744', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #e23744;
}

.text-primary {
    color: #e23744 !important;
    text-decoration: none !important;
}

a {
    color: #5c5c5c;
    text-decoration: none !important;
}

p {
    color: #5f5959;
    letter-spacing: 0.2px;
}

.btn-link {
    font-weight: 400;
    color: #5c5c5c;
    text-decoration: none !important;
}

.slick-dots {
    bottom: 20px !important;
}

/* Landing Page */

.landing-page-skip .img-fluid {
    max-height: 290px;
}

.landing-page-skip p {
    margin: 0px;
}

.landing-page-skip .zindex {
    right: 0;
    z-index: 9;
}

.landing-page-skip .slick-dotted.slick-slider {
    margin: 0px;
}

.landing-page-skip .osahan-slider-item {
    padding: 0px 20px;
}

.btn-lg {
    font-size: 16px;
    padding: 16px 16px;
    font-weight: 600;
}

/* List card */

.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}

.list-card a,
.list-card h6 {
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    text-overflow: ellipsis;
}

.list-card a:hover {
    color: #0091bc;
}

.list-card .star {
    right: 8px;
    bottom: 8px;
}

.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.list-card .member-plan {
    left: 8px;
    top: 8px;
}

.list-card .member-plan .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.list-card .list-card-image {
    position: relative;
}

.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.list-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}

.list-card.d-flex .list-card-image {
    width: 130px;
    height: 140px;
    min-width: 130px;
    max-width: 130px;
}

.list-card.d-flex .list-card-image .item-img {
    height: 140px;
    object-fit: cover;
}

.list-card .list-card-body p.text-gray {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.list-card .p-3 {
    overflow: hidden;
}

.list-card.d-flex .list-card-body span.float-right.text-black-50 {
    display: none;
}

.rating-stars .feather-star {
    font-size: 14px;
    /* background: transparent; */
    color: #000000;
    padding: 2px;
    /* text-shadow: 0px 0px 1px #d2b128; */
    border-radius: 5px;
}

.rating-stars .feather-star.star_active {
    color: #ffc107;
}

/* Login Page */

.login-page video {
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.login-page .form-control {
    background: no-repeat;
    border: none;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 32%);
    border-radius: 0px;
    padding: 0px;
    box-shadow: none !important;
}

.login-page .form-control:hover,
.login-page .form-control:focus {
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

.login-page label {
    margin: 0px;
    opacity: 0.8;
}

.login-page .form-group {
    margin-bottom: 30px;
}

.login-page::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 65%) !important;
    opacity: 1;
    /* Firefox */
}

.login-page:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255 255 255 / 65%) !important;
}

.login-page::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255 255 255 / 65%) !important;
}

/* Verification */

.osahan-verification .form-control {
    text-align: center;
    font-size: 47px;
    border-bottom: 2px solid #ccc !important;
    border: none;
    border-radius: 0px;
    font-weight: 300;
    box-shadow: none;
}

/* Filter */

.filter .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}

.filter .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: auto;
    top: 0;
    bottom: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e23744;
    background-color: #e23744;
}

/* Cart */

.gold-members h6,
.menu-list h6 {
    font-size: 14px;
}

.gold-members .badge,
.menu-list .badge {
    font-size: 10px;
    font-weight: 500;
    padding: 4px 6px 3px 6px;
}

.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}

.count-number .btn {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0px;
}

.count-number-input {
    width: 24px;
    text-align: center;
    margin: 0 -4px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
}

.non_veg,
.veg {
    width: 20px;
    border: 1px solid;
    height: 20px;
    border-radius: 3px;
    font-size: 36px;
    text-align: center;
    line-height: 0px;
}

/* Most Popular */

.most_popular .trending-slider img {
    border-radius: 10px;
    padding: 0px 4px;
    margin: 8px 0 0 0;
}

/* Profile */

.osahan-cart-item-profile .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: 20px 0;
}

.osahan-cart-item-profile .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: 20px 0;
}

/* Modal */

.modal-content {
    border: 0;
    border-radius: 0px;
    height: 100vh;
}

.modal-body {
    overflow: overlay;
}

.modal-dialog {
    margin: 0px;
    height: 100vh;
    max-width: 100%;
}

.modal .modal-dialog {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

/* Map Page */

.osahan-map iframe {
    width: 100% !important;
    height: 100vh;
}

.osahan-map .toggle {
    z-index: 9;
    margin: 2px 0 0 4px;
}

.osahan-map .mapouter.position-absolute {
    width: 100%;
    height: 100vh;
}

.osahan-map .bg-primary.border-bottom {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.osahan-map .fixed-bottom {
    padding: 10px 0px;
}

.osahan-map .list-card.d-flex .list-card-image .item-img {
    width: 100px;
    height: 100px;
}

.osahan-map .list-card.d-flex .list-card-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
}

.osahan-map .member-plan {
    text-align: center;
    background: rgb(255 255 255 / 18%);
    font-size: 12px;
    padding: 7px 5px;
    margin: 0 1px;
    border-radius: 43px;
}

.gold-members .mr-2 {
    border: 1px solid;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 42px;
    line-height: 13px;
}

.index-page img {
    height: 130px;
}

.spinner {
    width: 180px;
    height: 180px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* right bounce */

@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

/* /right bounce */

.feather-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}

.location-page .img-fluid {
    max-width: 360px;
}

/* Restaurant */

.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -16px;
}

.reviews-members-footer img {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px #ccc;
    margin: 0 -3px;
}

.total-like {
    font-size: 11px;
    padding: 2px 6px;
}

.reviews-members-body p {
    font-size: 12px;
}

.reviews-members-header h6 {
    font-size: 14px;
}

.graph-star-rating-body .progress {
    border-radius: 40px;
    height: 6px;
}

.rating-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating-list-center {
    margin: auto;
    width: 70%;
}

.rating-list-left {
    width: 20%;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.rating-list-right {
    width: 10%;
    text-align: right;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.commentRating {
    width: 100%;
    border-spacing: initial;
    word-break: break-word;
    table-layout: auto;
}
.commentRating ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.commentRating li {
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    font-size: 17px;
}
.c-it img {
    height: auto;
}
.c-it p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.cart-items-number .form-control {
  max-width: 30px;
  text-align: center;
  padding: 0px;
  height: 30px;
  border: none !important;
  background: transparent;
  color: #5d6671;
}

.cart-items-number .btn {
  width: 28px;
  background: #fff;
  height: 28px;
  border-radius: 50px !important;
  color: #ff6000;
  font-size: 17px;
  box-shadow: 0px 0px 3px #dedede;
  line-height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.cart-items-number .btn:hover, .cart-items-number .btn:focus {
  background: #ff6000;
  color: #ffffff;
}

.cart-items-number .input-group-prepend {
  height: 28px;
  width: 28px;
}

.cart-items-number .input-group-append {
  height: 28px;
  width: 28px;
}

.cart-items-number {
  border-radius: 50px;
  padding: 3px;
  background: #f7f7f8;
  width: 90px;
  height: 34px;
}

.osahan-radio .btn {
    border-radius: 23px !important;
    font-size: 12px;
    margin: 0 4px 0 0px;
    border: 1px solid #2bb304;
    color: #2bb304;
    background: transparent;
    padding: 5px 11px;
}




.theme-switch-wrapper {
    position: fixed;
    bottom: 70px;
    right: 12px;
    z-index: 1031;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.theme-switch {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.discover .modal-popup {
    z-index: 1032;
    background: #1b1b1b;
    padding: 1rem 1rem 88px;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    border-bottom: none;
    transform: translate(-50%, 100%);
    transition: 300ms transform ease-in-out;
}
.discover .modal-popup.active {
    transform: translate(-50%, 0);
}
.discover .modal-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 300ms opacity ease-in-out;
    z-index: 100;
    cursor: pointer;
}
.discover .modal-popup.active + .modal-popup-backdrop {
    opacity: 1;
    visibility: visible;
}


.product-detail p{
	font-size:10px;
    color: #fff;
}

.product-detail p + p{
	font-size:9px;
}
.custom-file-label {
    background-color: #101010;
    border: 1px solid #333538;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-file-label::after {
    content: "Seç";
}
.custom-file-label small{
	width: 47vh;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    padding: 3px;
}
.dark .theme-switch {
  background: #fff;
  color: #000;
}

.dark body {
  background-color: #000;
  color: #ffffff;
}

.dark .bg-white, .dark .bg-header {
  background-color: #1b1b1b!important;
}

.dark .border-bottom, .dark .border-top, .dark .border-left, .dark .border-right {
  border-color: #292929!important;
}

.dark .text-dark {
  color: #e4e4e4!important;
}
.dark .text-dark p{
  color: #e4e4e4!important;
}

.dark .modal-content {
  background-color: #000;
}

.dark .bg-light {
  background-color: #101010!important;
}

.dark .modal-header {
  border-bottom: 1px solid #292929;
}

.dark .close {
  color: #fff !important;
}

.dark .btn {
  color: #ffffff;
}

.dark a.text-dark:focus, .dark a.text-dark:hover {
  color: #ffffff!important;
}

.dark .list-card-image a.btn, .dark .cart-items-number .btn {
  border: 3px solid #252525;
  background: #000;
  box-shadow: none;
}

.dark .cart-items-number {
  background: #000000;
}

.dark .hc-nav-trigger {
  color: #28a744;
}

.dark label {
  color: #ffffff;
}

.dark .hc-offcanvas-nav .nav-container, .dark .hc-offcanvas-nav .nav-wrapper, .dark .hc-offcanvas-nav ul {
  background: #25282e;
}
.dark .hc-offcanvas-nav li:not(.custom-content) a {
  color: #a3a6a9;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #33353e;
}
.dark .hc-offcanvas-nav li:not(.custom-content) a:hover {
  color: #ffffff;
  background: #000000 !important;
  border-bottom: 1px solid #000000;
}
.dark .hc-offcanvas-nav li.nav-close a, .dark .hc-offcanvas-nav li.nav-back a {
  border-top: 1px solid #33353e;
  border-bottom: 1px solid #33353e;
}
.dark .hc-offcanvas-nav .nav-item {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #343a40;
}
.dark .hc-offcanvas-nav ul.bottom-nav {
  border-top: 1px solid #343a40;
}
.dark .form-control {
  border: 1px solid #333538;
  background-color: #101010!important;
  font-size: 13px;
  box-shadow: none !important;
  color: #fff;
}
.dark .btn-outline-secondary {
  background-color: #101010!important;
}
.dark .text-muted {
  color: #99a2ab!important;
}
.dark .list-card-image img {
  margin: 0;
  background: #252525;
  padding: 1px;
  min-width: 100%;
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.dark .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}
.dark .slick-dots li button:before {
  color: #fff;
}
.dark .list-card-osahan-2 .img {
  width: 100%;
  padding: 22px;
  margin-bottom: 15px;
}
.dark .schedule .nav-link.active, .dark .schedule .nav-link:focus {
  color: #28a744 !important;
  background: #1b1b1b;
  border-color: #292929;
}
.dark .schedule .nav-link:hover{
  background: #1b1b1b;
  border-color: #292929;
}
.dark .nav-tabs {
  border-bottom: 1px solid #292929;
}
.dark .bg-color{
    background-color: #2bb304!important;
}
.dark .text-color, .dark .text-color p{
    color: #e4e4e4!important;
}
.dark .osahan-menu-fotter .col.selected a {
    color: #dc3545;
    background: #262626;
}
.dark .osahan-menu-fotter .col.selected a.text-color, .dark .osahan-menu-fotter .col.selected a .text-color{
    color: #2bb304!important;
}

.dark .custom-file-label {
    background-color: #101010;
    border: 1px solid #333538;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dark .custom-file-label::after {
    color: #ffffff;
    content: "Seç";
    background-color: #101010;
}
.dark .btn-color{
    background: #101010;
    border-color: #333538;
}

.dark .btn-color:hover{
    background: #2bb304;
    border-color: #2bb304;
}

.bg-header{
    background-color: #2bb304!important;
}
.bg-color{
    background-color: #2bb304!important;
}
.btn-color{
	background: #2bb304;
    border-color: #2bb304;
}
.text-color, .text-color p{
    color: #5c5c5c!important;
}

.dark a{
	color:#e4e4e4;
}
.osahan-menu-fotter .col.selected a.text-color, .osahan-menu-fotter .col.selected a .text-color{
    color: #2bb304!important;
}

.cart-items .img-fluid {
    width: 92px;
    height: 92px;
    object-fit: scale-down;
    min-width: 92px;
    /* padding: 7px; */
    border-radius: 4px;
}

