body {
    background: #fbfbfb;
    font-size: 13px;
    font-weight: 500;
}
button, a {
    outline: none !important;
    color: #ff3008;
    text-decoration: none !important;
}
p {
    font-size: 13px;
    color: #7a7e8a;
}
img{
    image-rendering: auto;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #000000;
}
/* Nav */
.ust-nav {
    background: #fff none repeat scroll 0 0 !important;
    padding: 0;
    z-index: 9;
}
.ust-nav .nav-link {
  font-weight: 600;
  padding: 24px 0px !important;
  margin: 0 0 0 13px;
  font-family: 'Titillium Web',sans-serif;
  font-size: 16px;
}
.nav-ust-pic {
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    position: relative;
    margin: -8px 5px -6px 0;
    vertical-align: text-top;
}
.dropdown-cart-top {
    border-top: 2px solid #ff3008;
    min-width: 340px;
}
.dropdown-cart-top-header {
    min-height: 107px;
}
.dropdown-cart-top-header .img-fluid {
  border: 1px solid #dcdcdc;
    border-radius: 50%;
    float: left;
    height: 59px;
    padding: 9px;
    width: 59px;
}
.dropdown-cart-top-header p.text-secondary {
    font-size: 11px;
    line-height: 24px;
    font-weight: 600;
}
.dropdown-cart-top-header h6 {
    font-size: 14px;
}
.food-item {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 6px;
    height: 13px;
    line-height: 12px;
    text-align: center;
    width: 13px;
}
.dropdown-cart-top-body .food-item {
    float: left;
    margin: 4px 10px 0 0;
}
/* login/Register */
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: 0.75rem;
}
.login,
.image {
    min-height: 100vh;
}
.bg-image {
    background-image: url('../img/login-bg.png');
    background-size: cover;
    background-position: center;
}
.login-heading {
    font-weight: 300;
}
.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
    border-radius: 2rem;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group>input,
.form-label-group>label {
    padding: 15px 0;
    border-radius: 0px;
    height: 51px;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #ced4da;
    box-shadow: none !important;
}
.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
.btn-google {
    color: white;
    background-color: #ea4335;
}
.btn-facebook {
    color: white;
    background-color: #3b5998;
}
/* Homepage Search Block */
.homepage-search-block {
    background-color: #eef0ef;
    background-image: url(/upload/images/slide/sl2.jpg);
    background-size: cover;

}
.homepage-search-form .form-control {
    font-size: 15px;
    height: 50px;
    padding-right: 106px;
}
.homepage-search-form .form-group {
    position: relative;
}
.homepage-search-form .locate-me {
    background: #ececec none repeat scroll 0 0;
    color: #666;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
    position: absolute;
    right: 14px;
    top: 9px;
}
.homepage-search-form .locate-me:hover {
    background: #666 none repeat scroll 0 0;
    color: #ffffff;
}
.homepage-search-form .btn {
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    padding: 13px 5px;
    border-radius: 37px;
}
.homepage-search-form .location-dropdown i {
  left: 13px;
position: absolute;
top: 15px;
z-index: 1;
font-size: 16px;
}
.homepage-search-form .select2-selection {
    border-color: #ced4da !important;
    border-radius: 0.25rem !important;
    height: 50px !important;
    outline: none !important;
}
.homepage-search-form .select2-selection__rendered {
    font-size: 15px;
    line-height: 47px !important;
    padding: 0 28px 0 31px !important;
}
.homepage-search-form .select2-selection__arrow {
    right: 9px !important;
    top: 13px !important;
}
.select2-dropdown{
    margin: -2px 0 0 0;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
   border: 1px solid #ced4da;
}
.select2-search__field{
    outline: none !important;
    border: 1px solid #ced4da;
}
.owl-carousel-category .owl-nav button {
    top: 36px;
}
/* Homepage */
.owl-carousel-four .item {
    padding: 6px 7px;
}
.siparis-category-item {
    background: #fff;
    margin: 5px 2px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    padding: 7px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid #fff;
}
.siparis-category-item:hover {
    border: 1px solid #ff3008;
}
.siparis-category-item h6 {
    margin: 0px;
    font-size: 18px;
    color: #ff6021;
    height: 26px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 5px;
}
.siparis-category-item p {
    margin: 0px;
    font-size: 12px;
    padding-top: 7px;
}
.siparis-category-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 2px 0 8px 0;
}
.line {
    background-color: #5e5e5e;
    border-radius: 12px;
    display: inline-table;
    height: 4px;
    margin: 0 0 51px;
    width: 50px;
}
/* Customize Bootstrap */
.small, small {
    font-size: 85%;
    font-weight: 600;
}
.select2, .select2 span {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 96%;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.modal-footer .btn {
    font-size: 14px;
    padding: 12px 16px;
}
.btn-success,
.badge-success {
    background-color: #3ecf8e !important;
    border-color: #3ecf8e !important;
}
.btn-outline-success {
    color: #3ecf8e !important;
    border-color: #3ecf8e !important;
}
.btn-outline-success:hover {
    color: #ffffff !important;
    border-color: #3ecf8e !important;
    background-color: #3ecf8e !important;
}
.text-success {
    color: #3ecf8e !important;
}
.border-success {
    border-color: #dde0e2!important;
}
.btn-danger,
.badge-danger {
    background-color: #f32129 !important;
    border-color: #f32129 !important;
}
.btn-outline-danger {
    color: #f32129 !important;
    border-color: #f32129 !important;
}
.btn-outline-danger:hover {
    color: #ffffff !important;
    border-color: #f32129 !important;
    background-color: #f32129 !important;
}
.text-danger {
    color: #f32129 !important;
}
.border-danger {
    border-color: #f32129!important;
}
.btn-primary,
.badge-danger {
  background-color: #ff3008 !important;
    border-color: #ff300800 !important;
    background: linear-gradient(to right, #ffb100 15%, #ff6021 85%) !important;
}
.btn-outline-primary {
    color: #ff3008 !important;
    border-color: #ff3008 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #ffffff !important;
    border-color: #ff3008 !important;
    background-color: #ff3008 !important;
}
.text-primary {
    color: #ff3008 !important;
}
.border-primary {
    border-color: #ff3008!important;
}
.btn-lg {
    font-size: 15px;
    font-weight: 700;
    padding: 14px 35px;

}
.modal-content {
    border: none;
    border-radius: 2px;
}
.btn {
    border-radius: 2px;
}
.form-control {
  font-size: 13px;
    border-radius: 0;
    font-weight: 300;
    font-family: 'Titillium Web',sans-serif;
}
.card {
    border-radius: 2px;
    border-radius: 5px;
}
.rounded {
    border-radius: 16px !important;
}
.input-group-text {
    border-radius: 2px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.nav-pills .nav-link {
    border-radius: 2px;
}
.alert,
.badge,
.dropdown-menu {
    border-radius: 12px;
}
.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 {
    border-radius: 2px;
}
.bg-dark {
    background-color: #000 !important;
}
.pb-5,
.py-5 {
    padding-bottom: 4rem !important;
}
.pt-5,
.py-5 {
    padding-top: 4rem !important;
}
.dropdown-menu {
    font-size: 13px;
}
.dropdown-item {
  border-radius: 0 !important;
padding: 10px 15px;
color: rgba(0,0,0,.5);
font-weight: 700 !important;
border-bottom: 1px dashed #e0e0e0;
}
.dropdown-item:focus {
    background-color: #ff3008;
    color: #fff;
}
/* Listing */
.list-cate-page {
    margin: -5px 0px 0px 0px;
}
.filters-card-body {
    padding: 18px 0 0 0;
}
.filters-search {
    position: relative;
}
.filters-search i {
    position: absolute;
    left: 12px;
    top: 13px;
}
.filters-search .form-control {
    padding-left: 34px;
}
.custom-checkbox label.custom-control-label,
.custom-radio label.custom-control-label {
    padding-top: 2px;
    cursor: pointer;
}
.filters-card-header a {
    font-weight: 500;
    width: 100%;
    display: block;
        color: #908f90;
}
.filters-card-header a i {
    margin: 2px -2px 0 0;
}
.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}
.list-card .star {
    right: 8px;
    bottom: 8px;
}
.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(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 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
.list-card .list-card-image {
    position: relative;
}
.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(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;
}
/* detail */
.count-number .btn {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0px;
}
.restaurant-detailed-header-left {
    text-shadow: 0px 0px 4px #504e4e;
}
.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;
}
.generator-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3008+1,fe792b+100 */
background: #ff3008; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ff3008 1%, #fe792b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ff3008 1%,#fe792b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ff3008 1%,#fe792b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3008', endColorstr='#fe792b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.restaurant-detailed-banner {
    position: relative;
    min-height: 154px;
    background: linear-gradient(to left, #a2a09d 15%, #545250 85%) !important;
}
.restaurant-detailed-banner .img-fluid.cover {
    height: 424px;
    object-fit: cover;
}
.restaurant-detailed-header {
    bottom: 0;
    left: 0;
    padding: 65px 0 17px;
    position: absolute;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
    /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%); */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
}
.homepage-great-deals-carousel .item img {
    border-radius: 2px;
}
.restaurant-detailed-earn-pts .img-fluid.float-left {
    height: 67px;
}
.card-icon-overlap {
    overflow: hidden;
    position: relative;
}
.red-generator-bg {
    background: #ff3371;
    background: -moz-linear-gradient(-45deg, #ff3371 1%, #fe6753 100%);
    background: -webkit-linear-gradient(-45deg, #ff3371 1%, #fe6753 100%);
    background: linear-gradient(135deg, #ff3371 1%, #fe6753 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3371', endColorstr='#fe6753', GradientType=1);
}
.border-btn {
    border: 1px solid #dee0e6;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    margin: 0 0 10px 0;
}
.restaurant-detailed-ratings .generator-bg {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    margin: 0 4px 0 0;
    padding: 3px 6px;
}
.explore-outlets-search .form-control {
    border-radius: 2px !important;
    font-size: 15px;
    height: 50px;
    padding: 5px 20px;
}
.explore-outlets-search .btn {
    color: #777777;
    font-size: 15px;
    padding: 13px 17px;
    position: absolute;
    z-index: 9;
    right: 0;
    text-decoration: none;
}
.mall-category-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin: 0 6px;
    overflow: hidden;
    text-align: center;
    padding: 0 0 7px 0;
}
.mall-category-item img {
    height: 89px;
    object-fit: cover;
    width: 100%;
}
.mall-category-item h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 10px 10px 3px 10px;
}
.mall-category-item .btn {
    padding: 2px 8px;
    font-size: 12px;
    right: 7px;
    top: 7px;
}
.mall-category-item small {
    background: #ececec;
    color: #f32129;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 10px;
}
.mall-category-item:hover small {
    background: #f32129;
    color: #ffffff;
}
.address-map {
    border-radius: 2px;
    overflow: hidden;
}
.new-arrivals-card .card-img .new-arrivals {
    bottom: 11px;
    left: 12px;
    position: absolute;
}
.new-arrivals {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 1px 13px;
    text-transform: uppercase;
}
.new-arrivals-card .card-img {
    position: relative;
}
.total-like-user {
    border: 2px solid #fff;
    height: 34px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    width: 34px;
}
.total-like-user-main a {
    display: inline-block;
    margin: 0 -17px 0 0;
}
.total-like {
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    height: 34px;
    line-height: 33px;
    padding: 0 13px;
    vertical-align: top;
}
.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -24px;
}
.graph-star-rating-header .star-rating {
    font-size: 17px;
}
.progress {
    background: #f2f4f8 none repeat scroll 0 0;
    border-radius: 0;
    height: 30px;
}
.rating-list {
    display: inline-flex;
    margin-bottom: 15px;
    width: 100%;
}
.rating-list-left {
    height: 16px;
    line-height: 29px;
    width: 10%;
}
.rating-list-center {
    width: 80%;
}
.rating-list-right {
    line-height: 29px;
    text-align: right;
    width: 10%;
}
.restaurant-slider-pics {
    bottom: 0;
    font-size: 12px;
    left: 0;
    z-index: 999;
    padding: 0 10px;
}
.restaurant-slider-view-all {
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.offer-dedicated-nav .nav-link.active,
.offer-dedicated-nav .nav-link:hover,
.offer-dedicated-nav .nav-link:focus {
    border-color: #ff6021;
    color: #ff6021;
}
.offer-dedicated-nav .nav-link {
    border-bottom: 0px dotted #fff;
    color: #7b7b7b;
    padding: 12px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Open Sans',sa0;
}
.offer-dedicated-nav .nav-item {
    margin: 0 37px 0 0;
}
.restaurant-detailed-action-btn {
    margin-top: 8px;
}
.restaurant-detailed-header-right .btn-success {
  border-radius: 3px;
height: 45px;
margin: -18px 0 18px;
min-width: 130px;
padding: 7px;
font-size: 14px;
font-weight: 600;
}
.text-black {
    color: #000000;
    font-family: 'Titillium Web',sans-serif;
}
.icon-overlap {
    bottom: -23px;
    font-size: 74px;
    opacity: 0.23;
    position: absolute;
    right: -32px;
}
.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}
.restaurant-detailed-header-left img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    padding: 5px;
    background: #fbfbfb;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}
/* Checkout Page */
.addresses-item a.btn.btn-sm {
    min-width: 157px;
    border-radius: 3px;
    font-weight: 700;
    padding: 9px;
    margin-bottom: 5px;
}
.osahan-cart-item-profile img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
}
.osahan-cart-item-profile p {
    font-size: 10px;
}
.osahan-payment .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}
.osahan-payment .nav-link i {
    width: 28px;
    height: 28px;
    background: #535665;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 7px 0 0px;
    color: #fff;
}
.osahan-payment .nav-link.active {
    background: #f3f7f8;
    color: #282c3f !important;
}
.osahan-payment .nav-link.active i {
    background: #282c3f !important;
}
.osahan-payment .tab-content {
    background: #f3f7f8;
    padding: 20px;
}
.osahan-card i {
    font-size: 35px;
    vertical-align: middle;
    color: #6c757d;
}
.osahan-card {
    margin: 0 0 0 7px;
}
.osahan-payment label {
    font-size: 12px;
    margin: 0 0 3px 0;
    font-weight: 600;
}
/* My Account */
.payments-item img.mr-3 {
    width: 47px;
}
.order-list .btn {
    border-radius: 2px;
    min-width: 121px;
    font-size: 13px;
    padding: 7px;
}
.osahan-account-page-left .nav-link {
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    color: #535665;
}
.osahan-account-page-left .nav-link i {
    width: 28px;
    height: 28px;
    background: #535665;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 7px 0 0px;
    color: #fff;
}
.osahan-account-page-left .nav-link.active {
    background: #f3f7f8;
    color: #282c3f !important;
}
.osahan-account-page-left .nav-link.active i {
    background: #282c3f !important;
}
.osahan-user-media img {
    width: 90px;
}
.card offer-card h5.card-title {
    border: 2px dotted #000;
}
.card.offer-card h5 {
    border: 1px dotted #daceb7;
    display: inline-table;
    color: #17a2b8;
    margin: 0 0 19px 0;
    font-size: 15px;
    padding: 6px 10px 6px 6px;
    border-radius: 2px;
    background: #fffae6;
    position: relative;
}
.card.offer-card h5 img {
    height: 22px;
    object-fit: cover;
    width: 22px;
    margin: 0 8px 0 0;
    border-radius: 2px;
}
.card.offer-card h5:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #daceb7;
    content: "";
    left: 30px;
    position: absolute;
    bottom: 0;
}
.card.offer-card h5:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #daceb7;
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
}
.payments-item .media {
    align-items: center;
}
.payments-item .media img {
    margin: 0 40px 0 11px !important;
}
.reviews-members .media .mr-3 {
    width: 56px;
    height: 56px;
    object-fit: cover;
}
.order-list img.mr-4 {
    width: 70px;
    height: 70px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    border-radius: 2px;
}
.osahan-cart-item p.text-gray.float-right {
    margin: 3px 0 0 0;
    font-size: 12px;
}
.osahan-cart-item .food-item {
    vertical-align: bottom;
}
/* Track Order Page */

.osahan-track-order-page {
    min-height: 676px;
}
.osahan-point {
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    padding-bottom: 50%;
    pointer-events: none;
    background-color: rgba(225, 48, 8, .2);
    border: 1px solid #ff3008;
}
/* Footer */
.footer {
    background: #EDF1F4;
}
.footer h6 {
    font-size: 14px;
    text-transform: uppercase;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    line-height: 26px;
    list-style: outside none none;
}
.footer ul li a {
    color: #6c8293;
}
.search-links a {
    color: #666;
    font-size: 12px;
    line-height: 23px;
    margin: 0 2px;
}
.search-links {
    font-size: 11px;
}
footer {
    background-color: #f0f4f7;
}
.brsip  {
  font-size: 34px;
background: rgba(90, 89, 89, 0.09);
width: auto;
color: #fff;
padding-bottom: 3px;
}
/* Mobile Media */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 760px) {

  .navbar-brand img {
      height: 30px !important;
  }

}
@media (max-width: 575.98px) {
.m-none{
    display: none;
}
.homepage-search-title {
    text-align: center;

}
.list-cate-page {
    margin: 22px 0 0 0;
}
.d-none-m{
	display:none;
}
.row.pt-2.pb-2 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.row.pt-2 {
    padding-top: 0px !important;
}
.offer-card-horizontal .col-md-4.col-4.p-4 {
    padding: 0 0 0 15px !important;
}
.row.mt-4.pt-2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.homepage-add-section {
    padding: 0 13px;
}
.br-sip  {
    font-size: 34px;

}
.breadcrumb-siparis h6 {
    font-size: 15px;
}
.breadcrumb-siparis {
    padding-left: 15px;
    padding-right: 15px;
}
.reviews-members .media .mr-3 {
    width: 36px;
    height: 36px;
}
.total-like {
    font-size: 12px;
}
.restaurant-detailed-action-btn.float-right .btn {
    margin: 3px 0px;
    font-size: 13px;
}
.login  .col-md-9.col-lg-8.mx-auto.pl-5.pr-5 {
    padding: 0 11px !important;
}
.login.d-flex.align-items-center.py-5 {
    padding: 0 !important;
}
.h5, h5 {
    font-size: 16px;
}
.homepage-add-section .col-md-3.col-6 {
    padding: 2px 2px;
}
.homepage-ad .item {
    padding: 0 2px;
}
.ust-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.ust-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.ust-nav .dropdown-item {
    text-align: center;
}
.siparis-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.mobile-none{
    display: none;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    flex: auto;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 11px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.osahan-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.osahan-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.osahan-account-page-left {
    height: auto !important;
    margin: 0 0 15px 0;
}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
.osahan-payment .col-sm-4.pr-0 {
    padding-right: 15px !important;
}
.osahan-payment .col-sm-8.pl-0 {
    padding-left: 15px !important;
    margin: 14px 0 0 0;
}
.p-5.osahan-invoice.bg-white.shadow-sm {
    padding: 15px !important;
}
.h3, h3 {
    font-size: 22px;
}
.p-5 {
    padding: 20px !important;
}
.osahan-account-page-right {
    padding: 0px !important;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
    margin-top: 15px;
}
}
/* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) and (max-width: 767.98px) {
.homepage-add-section .col-md-3.col-6 {
    padding: 2px 2px;
}
.homepage-search-title {
    text-align: center;
}
.row.pt-2.pb-2 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.row.pt-2 {
    padding-top: 0px !important;
}
.d-none-m{
	display:none;
}
.list-cate-page {
    margin: 22px 0 0 0;
}
.row.mt-4.pt-2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.offer-card-horizontal .col-md-4.col-4.p-4 {
    padding: 0 0 0 15px !important;
}
.homepage-add-section {
    padding: 0 13px;
}
.homepage-ad .item {
    padding: 0 2px;
}
.container {
    max-width: 100%;
}
.ust-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.ust-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.ust-nav .dropdown-item {
    text-align: center;
}
.siparis-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.mobile-none{
    display: none;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    flex: auto;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 11px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.osahan-payment .nav-link i {
    display: block;
    margin: 0 auto 10px auto;
}
.osahan-payment .nav-link {
    text-align: center;
}
.osahan-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.osahan-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.osahan-account-page-left {height: auto !important;margin: 0 0 15px 0;}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.container {
    max-width: 100%;
}
.ust-nav {
    padding: 15px 15px;
}
.navbar-toggler {
    padding: 5px 8px;
    border-radius: 2px;
}
.ust-nav .nav-link {
    margin: 0px;
    text-align: center;
    padding: 14px 0 !important;
    border-bottom: 1px solid #eef0ef;
}
.ust-nav .dropdown-item {
    text-align: center;
}
.siparis-slider {
    padding: 18px 0 0 0px !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.homepage-search-block {
    padding: 3rem 0 !important;
}
.card {
    margin-bottom: 15px !important;
}
p{
    font-size: 12px;
}
.restaurant-detailed-header-left img {
    float: none !important;
    margin: 0 0 14px 0 !important;
}
.restaurant-detailed-header-left {
    text-align: center;
}
.restaurant-detailed-header-right .btn-success {
    margin-top: 18px;
}
.restaurant-detailed-header-right.text-right {
    text-align: center !important;
}
.restaurant-detailed-action-btn.float-right {
    float: none !important;
    margin: auto;
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.offer-dedicated-nav {
    text-align: center;
}
.offer-dedicated-nav .nav-item {
    margin: 0 8px !important;
}
.offer-dedicated-nav {
    text-align: center;
}
.address-map.float-right.ml-5 {
    float: none !important;
    margin: 0 0 20px 0 !important;
}
.address-map.float-right.ml-5 iframe {
    width: 100%;
}
.osahan-payment .nav-link i {
    display: block;
    margin: 0 auto 10px auto;
}
.osahan-payment .nav-link {
    text-align: center;
}
.osahan-track-order-detail p.text-gray.mb-5 {
    margin: 1px 0 11px 0 !important;
}
.osahan-account-page-left .nav-tabs {
    padding-left: 0px !important;
}
.osahan-account-page-left {
    height: auto !important;
    margin: 0 0 15px 0;
}
.order-list .float-right {
    float: none !important;
}
.row.mb-4 {
    margin-bottom: 0px !important;
}
.app {
    margin-bottom: 26px;
}
.footer ul li a {
    font-size: 12px;
}
.footer h6 {
    font-size: 13px;
    text-transform: capitalize;
}
}
/* Large devices (desktops, 992px and up) */
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .container {
         max-width: 100%;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
}
.navbar-brand img {
 height:46px;
}
.navbar-nav li {
border-right: 1px solid #f7f7f7;
  padding-right: 15px;
}
.ana-carousel {
  margin-bottom: 20px;
}
.homepage-search-title {
  margin-top: 35px;
}
.homepage-search-title h1 {
  padding-bottom: 9px;
  font-size: 40px;
}
.slide-h6 {
  background: #3ecf8e;
  background: linear-gradient(to right, #179281 10%, #3ecf8e 70%);
  padding: 16px 10px;
  color: #fff;
  font-weight: 600 !important;
  font-family: 'Titillium Web',sans-serif;
  margin-bottom: 13px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}
.p3 {
  padding: 3px;
}
.p5 {
  padding: 5px;
}
.products-box {
  border: 1px solid #eee;
  padding: 5px;
  background: #fbfbfb;
}
.kat-baslik {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Titillium Web',sans-serif;
  font-weight: 700;
  overflow: hidden;
  padding-top: 5px;
  background: #3ac98d;
  background: linear-gradient(to right, #0fb39c 10%, #3ecf8e 70%);
  height: 32px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.u-baslik {
  height: 41px;
    overflow: hidden;
}
.u-kat-baslik {
  text-align: left;
      font-family: 'Poppins',sans-serif;
      padding: 10px 0;
          font-size: 27px;
}
.u-fiyat {
  font-size: 19px;
background: #ff6308;
color: #fff;
padding: 2px 10px;
border-radius: 17px 0;
}
.ulist-baslik {
  height: 40px;
  padding: 0 5px;
  overflow: hidden;
}
.mt-20 {
  margin-top: 20px;
}
.text-white-50 {
    color: rgb(255, 255, 255)!important;
}
.siparis-cart-item {
  background: #fff;
}
.aciklama {
  padding: 20px 15px;
  line-height: 25px;
}
.urn_adet {
  font-family: 'Open Sans',sans-serif;
line-height: 45px;
font-size: 16px;
color: #ff7f0a;
font-weight: 900;
text-transform: uppercase;
}
.m-0 {
  margin: 0;
}
.urunkodu {
  display: inline-block;
    width: 49%;
    border: 2px dashed #7ad295;
    padding: 10px 0px;
    text-align: center;
    height: 45px;
    line-height: 22px;
    font-size: 12px;
    color: #959390;
    font-weight: 900;
}

.urunfiyat {
  display: inline-block;
  width: 50%;
  padding: 10px 0;
  font-size: 22px;
  color: #909090;
  font-weight: 900;
}
.bizekatil-h2 {
  color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #585757;
}
.bizekatil-p {
  color: #fff;
      font-weight: 600;
      font-size: 20px;
      text-shadow: 1px 1px 6px #585757;
}
.covers {
  vertical-align: top;
background: rgba(23, 23, 23, 0.25);
height: 321px;
padding-top: 57px;
margin-top: -64px;
margin-bottom: -65px;
}
.centered { text-align:center; }
.sepeteekle { margin: 5px 0; }
.w80 { width: 80%; }
.fiyat {
  font-size: 18px;
  font-weight: 800;
}
.badge {
    padding: 3px 4px 5px 4px;
}
.badge1 {
  padding: 2px 5px;
}
.sep-img{
  width: 60px;
}
.sep-res,.sep-detay {
  display: inline-block;
}
.sep-res{
  padding: 0;
}
.sepet-urunler {
  overflow-y: auto;
  overflow-x: hidden;
  height: 250px;
}
.sepet-bos {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
.w100 {
  width: 100%;
}
.urun-adi,.urun-adedi,.urun-fiyat {
  font-size: 17px;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
}
.urun-fiyat span {
  font-size: 25px;
  font-weight: 700;
  color: #3ecf8e;
}
.u-resim {
  border: 1px solid #e2dede;
    padding: 4px;
    background: #eee;
    border-radius: 50%;
}
.c-x {
  width: 100%;
    margin: 0 auto;
}
.urun-resim {padding-bottom: 10px;}
.row-t {
  padding: 10px;
    font-family: 'Titillium Web',sans-serif;
}
.owl-carousel.owl-drag .owl-item {
  text-align: center;
}
.cart-input {
    width: 98px;
    text-align: left;
}

.cart-input-box {
    border: 1px solid #ddd;
    height: 46px;
    text-align: center;
    width: 55px;
    display: inline-block;
    float: left;
}

.dec.qtybutton,
.inc.qtybutton {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    cursor: pointer;
    height: 23px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    width: 28px;
}

.dec.qtybutton:hover,
.dec.qtybutton:focus,
.inc.qtybutton:hover,
.inc.qtybutton:focus {
    background: #ddd;
}

.dec.qtybutton {
    bottom: 0;
    right: 0;
    /* padding-bottom: 10px; */
    /* margin-bottom: 2px; */
}

.inc.qtybutton {
    top: 0;
    right: 0;
}
.product-actions {

}

.product-actions ul {
    list-style: none;
    margin: 0;
    display: flex !important;
    padding: 0;
}

.product-actions h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-actions>div:not(:last-child) {
    margin-bottom: 30px;
}

.product-actions .product-size {
    margin-right: 25px;
}

.product-actions .product-size select {
    border: 1px solid #ebebeb;
    width: 70px;
}

.product-actions label {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 16px;
}

.product-actions .nice-select {
    padding-right: 40px;
    width: 75px;
}

.product-actions .nice-select .current {
    display: block;
    width: 100%;
}

.product-actions .nice-select:hover {
    border-color: #dbdbdb;
}

.product-actions .color-list {
    padding-top: 8px;
}

.product-actions .color-list li {
    display: inline-block;
    margin-right: 7px;
    padding-left: 1px;
}

.product-actions .color-list li a {
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    display: block;
    height: 22px;
    width: 22px;
}
.box-quantity {
  list-style: none;
}
.ml-25 {
      margin-left: -25px;
}
.sepet-urunler::-webkit-scrollbar {
  width: 14px;
}
.sepet-urunler::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dedede;
  border-radius: 4px;
}

.sepet-urunler::-webkit-scrollbar-thumb {
  background: #30ba89;
  border-radius: 10px;
}

.sepet-urunler::-webkit-scrollbar-thumb:hover {
  background: #ff6021;
}
.sepp-baslik {
  padding: 5px;
      padding-top: 0;
      height: 27px;
      overflow: hidden;
      font-size: 15px;
      font-family: 'Titillium Web',sans-serif;
}
.sep-adet-fiyat {
  padding: 5px;
  padding-top: 0;
  font-size: 12px;
  color: #4e4d4d;
  font-weight: 400;
}
.m0 {margin:0; }
.sep-urun {
  border-bottom: 1px solid #eee;
}
.border-top {
    border-top: 2px dashed #3ecf8e!important;
}
.kaldir {
  cursor: pointer;
  position: absolute;
    background: #e20000 !important;
    right: 0px;
    font-size: 9px;
    width: 16px;
    font-weight: 800;
    top: 1px;
    height: 16px;
    line-height: 15px;
    padding-top: 0px;
    padding-left: 3px;
    font-family: 'Open Sans',sans-serif;
}
.bosalt {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
.toplam-tl {
  font-size: 23px
}
.card-link {
  border: 2px dashed #c9eaf3;
padding: 6px 10px;
color: #282c3f;
}
.iletisim a {
  color: #615f5e;
}
.bg-gray {
  z-index: 1;
  border-top: 1px solid #eee;
  background: linear-gradient(to left, #fdfdfd 10%, #ffffff 70%) !important;
}
.nav-adres {
  width: 600px;
padding: 0;
padding-right: 25px !important;
border-right: 1px solid transparent !important;
padding-left: 0;
margin-left: -9px;
margin-right: 53px;
}
.adres-row {  margin-top: 12px;    margin-bottom: -6px; }
.adres-9 { padding: 1px;    padding-right: 5px; }
.adres-form {    min-height: 51px;
    background: #fefefe;
    border-left: 0;}
.p0 {padding:0; }
.adres-li { padding-right: 20px !important;    padding-left: 5px; }
.adres-li a { font-size:17px; }
.adres-btn { border-radius: 0 29px 29px 0;     margin-top: -1px;
    padding: 14px 20px; }
    .p3 {
      padding: 3px;
    }
    .ust-select .select2-selection--single {
      padding: 11px 4px !important;
          height: 51px;
          background-color: #fefefe;
          border: 1px solid #e4e4e4;
    }
    .ust-select .select2-selection__rendered {
      color: #928c8c !important;
  font-weight: 300;
  font-family: 'Titillium Web',sans-serif;
  border-radius: 0;
    }
    .ust-select .select2-selection__arrow {
        margin-top: 10px;
        top: 3px !important;
      right: 3px !important;;
    }
/* Custom radio ayalrarÄ± */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 9px;
      left: 9px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom-radio input:checked ~ .checkmark {
background-color: #ff6121;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.adr-btn {
  text-align: center;
    margin-top: 6px;
    margin-left: -4px;
    font-size: 17px;
    padding: 8px;
    font-weight: 700;
    width: 265px;
}
.adresler {
  list-style: none;
width: 100%;
padding-left: 0px;
}
.adresler li {
  border-bottom: 2px dotted #ddd;
  padding: 5px;
padding-left: 15px;
}
.adresler li:last-child {
  border-bottom: none;
}
.adres-menu { width: max-content;
    margin-right: -50px;
    border-radius: 5px;}
.adresler { list-style: none; }
.adres-form2 .radio {    width: 25px;
    height: 25px;
    z-index: 9;}
.adres-form2 label {
  font-size: 17px;

}
.acikadres {
  font-size: 11px;
    color: #666;
}
.adres-form2 {
  line-height: 13px;
    padding: 8px;
}
.owl-carousel {
    z-index: 0 !important;
}
.radio-form {
  border: 1px solid #eee;
    margin-bottom: 9px;
    margin-left: 10px;
    padding: 0px;
    padding-top: 15px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.radio-form .radio {
  position: absolute;
    margin-top: 4px;
    margin-left: 5px;
    width: 16px;
    height: 16px;
}
.radio-form label {
  margin-left: 22px;
margin-top: 0px;
font-size: 15px;
}
.radio-form .durum {
    font-size: 13px;
    font-weight: 400;

    text-align: center;
}
.uygun {
  color: green;
}
.dolu {
  color: red;
}
input[type="radio" i]:disabled {
    background-color: red;
}
input:disabled {
    color: -internal-light-dark-color(rgb(84, 84, 84), rgb(170, 170, 170));
    cursor: default;
}
.tarih-nav {
  margin-bottom: 4px;
    border-bottom: 5px solid #3ecf8e;
    border-top: 1px solid #eee;
}
.white {
  color: #fff !important;
}
.form-row .form-control {
  height: 40px;
}
.kuponkodu {
  height: 43px !important;;
}
.bold {font-weight: 600 !important;}
.sepet-sag {     font-size: 21px;
    font-family: 'Titillium Web',sans-serif;
    font-weight: 700;
    color: #555; }
    .border {
        border: 4px solid #f2f2f3!important;
    }

    .icofont-3x {
    font-size: 3em;
    color: #9E9E9E;
}
