/*
Template Name: Soprdaily - Organic Food & Grocery Market Mobile Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/


/*
- Font css
- Login
- Header
- Homepage
- Extra Pages
- Background color
- Text color
- Button outline primary
- Button primary
- Form control
- Border radius city
- Radio button select city
- Box
- Text off
- Wide selection slider
- Freshly stock css
- Featured box css
- Soprdaily day
- Cat box css
- Border quantity
- Cart page
- Wallet page
- Radio buttons
- Btn wallet
- Location page
- Profile page
- Modal dailog
- Soprdaily access-page
- Chat page
- Shedule Date tabs
*/


/*font css*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
}

.padding_btm {
    padding-bottom: 70px;
}


/* login */

.acc-bg {
    position: absolute;
    bottom: -170px;
    right: 30px;
}

.acc-bg img {
    height: 150px !important;
}

.osahan-logo.position-absolute.p-4 {
    width: 100%;
    padding: 33px !important;
}

.osahan-otp .form-control {
    font-size: 32px;
    font-weight: bold;
    min-height: 90px;
    min-width: 30px;
    width: 62px;
    padding: 0px;
}


/* Header */

.toggle {
    background: #fff;
    color: #f7910e !important;
    text-decoration: none !important;
    font-size: 19px;
    padding: 6px 11px;
    border-radius: .2rem;
    border: 1px solid;
}


/* Homepage */

.oc-i img {
    height: 47px;
    margin: 12px 0 -2px 0;
}


/* Extra Pages */

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

 ::-webkit-scrollbar-corner {
    background-color: transparent;
}

 ::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

 ::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

 ::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

a {
    color: #f7910e;
}

.delivery-boy img {
    height: 38px;
}

.round-logo {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100px;
    object-fit: scale-down;
    padding: 16px;
}

.osahan-header h6 {
    font-size: 18px;
}

.owl-dot {
    width: 30px;
    height: 4px;
    background: #fff !important;
    border: 1px solid #f7910e !important;
    margin-right: 2px !important;
    border-radius: 2px !important;
}

.owl-dots {
    line-height: 0px;
    position: absolute;
    bottom: -8px;
}

.owl-dot.active {
    background: #f7910e !important;
}

.osahan-box-cate img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.osahan-box-cate:last-child h6 {
    margin-bottom: 0px !important;
}

.osahan-box-cate-first h6 {
    padding: 5px 0 11px 0;
}

.osahan-box-cate-first img {
    height: 180px;
}

.apple-btn {
    border-radius: 7px;
    overflow: hidden;
    padding: 4px;
    background: #f8f9fa;
}

.apple-btn .btn {
    border-radius: 5px !important;
    box-shadow: none !important;
    margin: 0 1px !important;
    border: none !important;
}

.btn-sm {
    min-height: 25px !important;
    line-height: 20px !important;
    font-size: 12px !important;
    padding: 3px 10px !important;
}

.osahan-index img,
.h-130 {
    height: 130px;
}

.osahan-logo img {
    height: 60px;
}

.form-control {
    font-size: 13px;
    min-height: 40px;
}

.btn {
    font-size: 13px;
    min-height: 40px;
    line-height: 30px;
}

.custom-select {
    font-size: 13px;
    min-height: 40px;
}

label {
    font-size: 12px;
    margin: 0 0 4px 0;
}

.small,
small {
    font-size: 10px;
}

.h5,
h5 {
    font-size: 16px;
}

.h6,
h6 {
    font-size: 14px;
}


/*background color*/

.bg-soprdaily {
    background-color: #f7910e;
}


/*text color*/

.text-soprdaily {
    color: #f7910e;
}

.text-soprdaily:hover {
    color: #bd6f0a;
}


/*button outline primary*/

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

.btn-outline-primary:hover {
    background-color: #f7910e;
    border-color: #f7910e;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #f7910e;
    border-color: #f7910e;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    border-color: #bd6f0a;
    box-shadow: 0 0 0 0.05rem #bd6f0a;
}


/*button primary*/

.btn-primary {
    color: #fff;
    border-color: #f7910e;
    background-color: #f7910e;
}

.btn-primary:hover {
    background-color: #bd6f0a;
    border-color: #bd6f0a;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #bd6f0a;
    border-color: #bd6f0a;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #bd6f0a;
    border-color: #bd6f0a;
    box-shadow: 0 0 0 0.05rem #bd6f0a;
}


/*form control*/

.form-control:focus {
    box-shadow: none;
    border-color: #bd6f0a;
}

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


/*border radius city*/

.city {
    border-radius: 0.8em;
}


/*radio button select city*/

.box-check .custom-control-label::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none !important;
    border-radius: 0.8em !important;
    width: 100%;
    height: 100%;
    border: #dee2e6 solid 1px;
}

.box-check .text-soprdaily {
    color: #979a9a;
}

.box-check .custom-control-input:checked~.custom-control-label::before {
    border-color: #f7910e !important;
    border: 2px solid;
}

.box-check .custom-control-input:checked~.custom-control-label p {
    color: #f7910e;
}

.box-check.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: none;
    content: "\f058";
    right: 4px;
    left: auto;
    margin: 0px;
    padding: 0px;
    top: 4px;
    font-family: FontAwesome;
    font-size: 12px;
    color: #f7910e;
}

.box-check .custom-control-label::after {
    content: "";
    right: 4px;
    left: auto;
    margin: 0px;
    padding: 0px;
    top: 4px;
    font-family: FontAwesome;
    font-size: 12px;
    color: green;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}


/*box*/

.box {
    border-radius: 10px;
}

.navbar-light .navbar-toggler-icon {
    border-color: #fff;
}


/*text off*/

.text-off {
    color: #fffea9!important;
}


/*wide selection slider*/

.box-lg {
    background-color: #f7e5e2;
}

.box-sm {
    background-color: #e3f3ff;
}


/*freshly stock css*/

.freshly {
    background-color: #fef7ef;
}


/*featured box css*/

.offer-rd {
    border-radius: 0px 19px 90px 0px;
}

.box-feature {
    border-radius: 10px 10px 0px 0px;
}


/*soprdaily-day*/

.soprdaily-day {
    background-color: #8c7ee1;
}

.box-soprdaily {
    background-color: #fff2a5;
}

.soprdaily-clr {
    color: #f26d76;
}

.soprdaily-box {
    background-color: #fbf7e9;
}

.hgt-soprdaily {
    height: 224px;
}

.sup-img {
    width: 90px;
    height: 90px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.osahan-list select {
    height: 28px;
    padding: 0 0 0 1px;
    min-height: auto;
    min-width: 45px;
    font-size: 12px;
}

.listing.pr-3 img {
    height: 80px;
    width: 66px;
    object-fit: scale-down;
}

.osahan-box-cate h6 {
    font-size: 13px;
    line-height: 19px;
}

.sup-img img {
    height: 45px;
}


/*cat box css*/

.cat-pn {
    background-color: #FEEBE7;
}

.cat-bl {
    background-color: #E6F6FE;
}
.cat-yl {
    background-color: #faf7e8;
}



/*border quantity*/

.border-qty {
    border-color: #f7910e !important;
    width: 87px;
    overflow: hidden;
    height: 34px;
    padding: 1px 1px;
}

.border-qty .btn {
    padding: 0px;
    border: none;
    width: 30px;
    height: 30px;
    background: #ffffff;
    min-height: auto;
    border-radius: 50px;
    font-size: 17px;
}

.border-qty .btn:hover,
.border-qty .btn:focus {
    color: #ffffff;
    background: #f7910e;
}

.border-qty .form-control {
    min-height: auto;
    padding: 0px;
    line-height: 0px;
    height: auto;
}


/* cart-page */

.cart-item img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    object-fit: cover;
}

.arrival {
    border: 2px solid #f7910e;
    border-radius: 0px 50px 50px 0px;
    width: 75%;
}

.note {
    border: 2px dotted #ccc;
}


/* wallet-page */

.fav-img {
    width: 20%;
}

.wallet-border {
    border-right: 2px solid #f7910e;
}


/* radio buttons */

.btn-radio.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #f7910e;
    border-color: #f7910e;
}

.btn-radio.btn-light:hover {
    color: #fff;
    background-color: #f7910e;
    border-color: #f7910e;
}


/* btn wallet */

.btn-acc.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/* location page */

.add-border {
    border: 2px solid #f7910e;
}


/* profile page */

.profile-bg {
    border-radius: 100%;
    background-color: #68d8c5;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* modal dailog */

.modal-dialog {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
}

.modal-content {
    border: none;
}

.modal-border {
    border-radius: 25px 25px 0px 0px !important;
    background-color: #fff;
}

.modal-box {
    color: #e5e5e5;
    background-color: #e5e5e5;
    border-radius: 20px;
}

.badge {
    font-size: 5px;
}


/* soprdaily-access-page */

.access-img {
    padding: 18px 8px;
    width: 25%;
}

.border-access {
    border-radius: 0px 0px 70px 70px;
}

.icon-access {
    background-color: #FBECBA;
    color: #F28D3C;
}


/* chat page */

.fav-chat {
    border-radius: 50px 0px 50px 50px;
    width: 35px !important;
    height: auto !important;
    padding: 2px;
}


/* Shedule Date tabs */

.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;
}

.schedule .nav-link {
    padding: 14px 0;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.schedule .nav-link.active,
.schedule .nav-link:focus {
    color: #f7910e !important;
}