.media-body .price del{
    display: inline-block;
    margin-right:10px;
    font-size: 13px;
    color:#212529;
    opacity: 0.75;
    font-weight: 400;
}
.confirm-title {
    font-size: 20px !important;
    font-weight: 600;
}
.confirm-info .delivery-confirm {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.confirm-info .delivery-confirm label {
    display: block;
    margin-bottom: 0;
}
.delivery-info {
    border: #adb5bd solid 1px;
}

.no-padding {
    padding: 0;
}
.extra-detail {
    padding-left: 10px;
    line-height: 1;
}
.main-cart .media-body .extra-detail p {
    font-size: 11px;
    display: inline-block;
    position: relative;
}
.main-cart .media-body .extra-detail p::after {
    content: ',';
    left: auto;
    right: 0;
    bottom: 0;
}
.main-cart .media-body .extra-detail p:last-of-type:after {
    display: none;
}
.modal-header-product p.modal-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.modal-header-product .modal-title {
    margin-bottom: 5px;
}
/* .modal-dialog {
    max-width: 550px;
} */
.modal-header {
    padding-bottom: 7px;
}
.recepie-title {
    font-size: 18px;
}
#checkout-cart .media {
    width: 80%;
}
.custom-control-label {
    font-size: 14px;
}
.search-wrapper .input-group {
    z-index: 1000;
}

#search_list.search-on {
    display: block;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

#search_list {
    max-height: 350px;
    overflow-y: scroll;
    position: absolute;
    top: 74px;
    left: 12px;
    width: 97%;
    z-index: 999;
    background-color: #f5f5f5;
    display: none;
    border-radius: 0px 0px 0px 17px;
    padding: 10px;
    padding-bottom: 0;
}

#search_list .list-group {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    padding-bottom: 0;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    padding-top: 0px;
    /* padding-bottom: 5px; */
}

#search_list .list-group .list-group-item {
    width: calc(50% - 15px);
    /* margin-right: 10px; */
    display: inline-block;
    font-size: 14px;
    padding:0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item {
    position: relative;
    display: block;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

#search_list .list-group .list-group-item img {
    width: 50px;
}

#search_list .list-group .list-group-item a span {
    font-size: 12px;
}
#search_list .list-group .list-group-item a{
    display:block;
    padding:4px 12px;
}
#oshan-about {
    margin-top: 90px;
}
.testimonial-page {
    text-align: center;
}
.testimonial-item {
    background-color: #f9f9f9;
    padding: 30px 25px;
    border-radius: 2px;
    margin-bottom: 25px;
}
.testimonial-heading {
    margin-bottom: 35px;
}
.testimonial-heading p {
    width: 70%;
    text-align: center;
    margin: auto;
}

.testimonial__thumb {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}
.testimonial__thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    text-align: center;
}
.testimonial-list {
    list-style-type: none;
}
.testimonial-list li {
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-right: 7px;
    font-size: 14px;
}
.testimonial-list li::after {
    content: ',';
    right: 0;
    bottom: 0;
    left: auto;
}
.testimonial-item {
    position: relative;
}
/* .testimonial-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-image: url('../img/files/left-quote.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
} */
.testimonial__content p {
    margin-bottom: 5px;
}
.about-intro {
    padding-bottom: 75px;
}
.about-intro h2 {
    margin-bottom: 10px;
}
.about-section {
    background-color: #fff;
}
.about-main-section {
    padding: 55px 0;
    background-color: #fff;
}
.who-are-section {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
    /* margin-top: -75px;
    margin-left: -55px; */
    z-index: 4;
    position: relative;
    padding-top: 15px;
    margin-left: 35px;
}

.who-are-we {
    background-color: #fff;
    z-index: 4;
    position: relative;
}

.mission, .vision, .goal {
    padding: 35px 15px;
    text-align: center;
}
.main-section-img {
    margin-bottom: 7px;
}
.main-section-img img {
    width: 70px;
    height: 70px;
}
.who-section {
    position: relative;
    background-color: #fff;
}
.who-section::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 70%;
    top: 0;
    left: 0;
    background-color: #feeee7;
    /* z-index: ; */
} 
.who-section::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 65%;
    top: 0;
    right: 0;
    background-color: #faf3ccc4;
    opacity: 0.65;
}
.no-padding {
    padding: 0 !important;
}
.plan-section {
    padding: 25px 0;
}
.plan-title {
    margin-bottom: 10px;
}
.plan-desc {
    padding: 15px;
    padding-right: 25px;
    /* background-color: #faf3ccad;
    margin-right: -55px;
    position: relative;
    z-index: 5; */
}
.custom-btn {
    padding: 7px 15px;
}

.steps-order {
    padding: 35px 0;
}

.steps-desc-right {
    padding-left: 30px;
}