.w-90{
    width: 90% !important;
}

.w-10{
    width: 10% !important;
}

.bg-color-1{
    background-color: #f8f4ee !important;
}

.m-15-0-15-0{
    margin: 15px 0 15px 0 !important;
}

.order-table-summary  .line[data-id]:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.order-table-summary td.extra-price{
    white-space: nowrap
}

.order-table-summary td{
    padding: 0px !important;
    font-size: 13px;
    font-weight: 500;
}
.navbar-mobile {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #e6e6e6;
}

.navbar-mobile .nav-inside {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.navbar-mobile a {
    float: left;
    display: block;
    color: #666;
    text-align: center;
    padding: 8px 4px;
    text-decoration: none;
    font-size: 20px;
    width: 20%;
    line-height: 18px;
}
.navbar-mobile a img{
    height: 20px;
}
.navbar-mobile a div:last-child{
    font-size: 0.7rem;
}

.order-form-card{
    padding: 30px 12px;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    border: 2px solid #fcfaf9;
    background: #fcfaf9;
    border-radius: 5px;
    margin-bottom: 30px;
}
.order-form-card label{
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    color:#3b454d;
    margin-bottom: -10px;
}

.order-form-card .input-icon i {
    position: relative;
    float: left;
    left: 20px;
    top: 30px;
    font-size: 18px;
    color: #8d7758;
}

.bg-custom{
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    border: 2px solid #fcfaf9;
    background: #fcfaf9;
    border-radius: 5px;
}

.order-form-card span{
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.order-form-card input,
.order-form-card select,
.order-form-card textarea {
    border-radius: 40px !important;
    height: auto !important;
    border: 1px solid #d5ccbe;
    padding: 8px 10px 8px 45px;
    font-size: 13px;
    color: #3b454d;
    font-weight: 500;
}

.order-form-card input:focus,
.order-form-card select:focus,
.order-form-card textarea:focus {
    background: #fff !important;
    border: 1px solid #d5ccbe !important;
}

.order-form-card-title{
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    border: 2px solid #fcfaf9;
    background: #fcfaf9;
    border-radius: 5px;
    color: #253D4E;
    font-weight: 500;
    justify-content: space-between;
}

.order-form-card-title span:first-child{

}

.order-form-card-title span:last-child{
    float: right;
}

.delivery-area-price {
    margin-left: 10px;
}

.cart-summary-title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #3b454d;
}

.cart-summary-body {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.card-row .custome-checkbox input[type="checkbox"] + .form-check-label::after{
    top: 40% !important;
}

.cart_total_label{
    color: #000;
}

.cart_total_label_tr{
    border-top: 1px solid #000;
}

.cart_total_label_tr td{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.cart_detail_tr{
    font-size: 13px !important;
}
.cart_detail_tr td{
    font-weight: 500;
    color: #3b454d;
}

.cart-detail-table td{
    padding: 10px 30px;
}

.page-content{
    padding: 50px 10px;
}
.heading_s1 h6{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-transform: capitalize;
}

.login-form label, #register-form label, #forgotPasswordModal label {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: capitalize;
    color: #3b454d;
}

#register-form .custome-checkbox input[type=checkbox] + label a {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin: 0;
    color: #3b454d;
}

.register-content{
    padding: 50px;
}

.register-content h4{
    font-style: italic;
    font-weight: 500;
    color: #3b454d;
    line-height: 36px;
}

.login-form input, #register-form input, #forgotPasswordModal input, #modalOrder input{
    font-size: 13px;
    line-height: 23px;
    height: 48px;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
#register-form textarea{
    font-size: 13px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
}
.login-form .input-icon i{
    position: relative;
    float: left;
    left: 20px;
    top: 52px;
    font-size: 15px;
    color: #948062;
}

.register-button {
    font-weight: bold !important;
    line-height: 24px !important;
    display: block !important;
    margin: 0 auto;
    padding: 10px 45px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    background-color: #8d7758 !important;
}
.register-button small{
font-size: 13px;
}

.detay-tarih {
    margin: 5px 0
}

.div-disabled{
    opacity: 0.6 !important;
}

.detay-tarih-kolon {
    cursor: pointer;
    width: 23%;
    padding: 15px 10px;
    position: relative;
    overflow: hidden;
    background: #f4ece0;
    color: #424242;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    float: left;
    margin: 10px 2% 0 0%;
}

.detay-tarih-kolon span#date{
    font-weight: 400;
    color: #999;
    font-size: 13px;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 100%;
}

.detay-tarih-kolon span b{
    font-size: 0.9rem;
    font-weight: bold;
}


.detay-tarih-kolon-aktif {
    background: #3bb77e;
    color: #fff
}

.detay-tarih-kolon-aktif span#date{
    color: #fff
}

.detay-saat {
    margin: 0
}

.detay-saat-kolon {
    width: 23%;
    color: #424242;
    float: left;
    margin: 10px 2% 0 0%;
}
.hello-week{
    font-size: 12px;
    width: 50%;
    margin-bottom: 10px;
}

.aktif-saat select {
    background: #3bb77e!important;
    font-size: .85rem;
    color: #fff!important;
    padding: 0.375rem 0.2rem 0.375rem 0.425rem;
}

.aktif-saat select:focus {
    box-shadow: none !important;
}

.saat-kolon{
    margin-bottom: 20px;
}

.saat-kolon select option {
    background: #3bb77e !important;
    font-size: .85rem;
}

.detay-saat-kolon select option {
    background: #3bb77e !important;
    font-size: .85rem;
}

.product-details-feature-wrapper{
    line-height: 10px;
    padding: 10px 0;
}
.product-details-feature-wrapper .single-icon-feature{
    position: relative;
    margin-left: 1%;
}

.product-details-feature-wrapper .single-icon-feature:not(:last-child){
    border-right: 1px solid #e7e7e7;
}

.product-details-feature-wrapper .single-icon-feature .single-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.single-icon img{
    width: 90%;
    border-style: none;
}

.single-icon-content .feature-text{
    margin-bottom:0;
    color: #a8d2b5;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 28px;
}

.product-payment-submenu{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
}

.payment-logo p {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    text-align: left;
    color: #3b454d;
}

.product-payment-submenu li{
    float: left;
    border: 1px solid #e2e7e9;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    height: 54px;
}
.product-payment__img {
    height: 54px;
}
.product-payment-submenu{
    display: block;
    flex: unset;
    overflow-x: unset;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#btn-order-tracking{
    background-color: #3b454d;
    width:50%;
    border-radius:0
}
.border-radius-0{
    border-radius: 0;
}
.product-installment__list {
    float: left;
    overflow: hidden;
    border-radius: 6px;
    margin: 0 5px 10px 0;
    flex: 0 0 auto;
}

.product-installment__img {
    height: 78px;
    border-radius: 6px;
}

p.product-detail{
    box-sizing: border-box;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: rgb(85, 85, 85);
    font-family: Nunito, Tahoma, sans-serif;
}

.single-info span.title{
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

.single-info span.value {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #3b454d;
}
.product-customization{
    padding: 25px 25px 0 25px;
    border: 1px solid #edf1f2;
    border-radius: 5px;
    background: #f4f7f7;
}
.product-customization input[type="text"]{
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #3b454d;
    border: 2px solid #edf1f2;
    border-radius: 5px;
    background-color: #fff;
}

.product-customization .small-warning {
    position: relative;
    float: right;
    bottom: 25px;
    right: 5px;
    font-size: 11px;
    color: #999;
}

#confirm_checkbox{
    font-size: 13px;
    font-weight: 400;
    position: relative;
    color: #3b454d;
}
.shop-product-fillter .right-side-cover{
    display: flex;
    flex-direction: row;
}

#product-filter-div{
    display: flex;
    padding: 4px 30px;
    background: #f8f4ee;
    border: 1px solid #f8f4ee;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
}
h6.category-name{
    text-transform: capitalize;
    font-size: 17px;
    line-height: 46px;
    font-weight: 700;
    float: left;
    color: #666;
    margin: 0;
    padding-right: 10px;
}
span.select-title{
    font-size: 13px;
    margin-left: 10px !important;
    font-weight: 400;
    line-height: 28px;
    margin-right: 10px;
    color: #666;
}

h4.contact-page-title{
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    color: #3b454d;
}

.contact-form-style input{
    line-height: 50px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    outline: 0;
    background-color: #fff;
}

.contact-page-side-content {
    padding: 20px;
    background-color: #f8f4ee;
}

.single-contact-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.single-contact-block h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #222;
}

.single-contact-block p {
    font-size: 13px;
    line-height: 29px;
    margin-bottom: 0;
    color: #666;
}


/*small phone*/
@media only screen and (max-width: 480px) {
    .detay-tarih-kolon {
        padding: 15px 4px;
    }

    .detay-tarih-kolon span b{
        font-size: 0.8rem;
        font-weight: bold;
    }
    .aktif-saat select{
        font-size: .7rem;
    }
    .detay-saat-kolon select option{
        font-size: .75rem;
    }
    .detay-tarih-kolon span#date{
        font-size: 11px;
    }
    .product-customization .small-warning {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .shop-product-fillter .right-side-cover{
        display: flex;
        flex-direction: column;
    }
}
.product-search-location{
    border: 1px solid #ececec;
}

.product-search-location form .select2{
    width: 100% !important;
    max-width: 100% !important;
    background-color: #3BB77E;
    padding-left: 15px;
    height: 40px;
}

.product-search-location form .select2-selection{
    border-bottom: 0px !important;
}

.product-search-location-selected{

}

.product-search-location-selected .select2-selection{
    background: #3bb77e !important;
    height: 40px;
}

.product-search-location-selected .select2-container{
    background: #3bb77e !important;
}

.product-search-location-selected .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent !important;
}

.product-search-location-selected .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #fff transparent !important;
}

.product-search-location-selected .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff !important;
    line-height: 40px;
    height: 40px;
}

.locationDelete .icon {
    position: absolute;
    top: 35px;
    right: 30px;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 22px;

}

.order-hide-item-box-others{
    display: none;
}
.title-detail{
    font-weight: 600;
}

.title-detail-box{
    background: #f2f5f5;
    padding: 15px;
    border: 1px solid #e2e7e9;
    border-radius: 6px;
}

.product-discount-box{
    background: #e42c4c;
    font-size: 14px;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    margin-right: 15px;
}

.product-decimal{
    display: inline-flex;
    flex-direction: column;
    margin-top: -20px;
    vertical-align: middle;
    padding-left: 6px;
}
.discount-badge{
    font-size: 15px;
    font-weight: 420;
    line-height: 20px;
}
.product-price span small{
    color: #3b454d !important;
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 14px;
    position: relative;
}
.product-discount-old-price{
    font-size: 15px;
    text-decoration: line-through;
    color: #a5b1b1;
    line-height: 20px;
    font-weight: 500;
}

.product-discount-current-price{
    font-size: 41px;
    font-weight: 500 !important;
    color: #3b454d !important;
    letter-spacing: -3px;
    margin-right: 0;
}

