/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #2f2f2f;
}

body {
    color: #2F2F2F;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}


/*---------------------- Offcanvas area start ----------------------*/
.menu-close {
    font-size: 22px;
    color: #3d424e;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #2AB66A;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 560px;
    background: #fff;
    z-index: 9;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}


/* New Css Start */

/* Remove this code */
/* 
.offcanvas-area {
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 50px;
}

.offcanvas-area::-webkit-scrollbar {
    display: none;
} */

.offcanvas__scroll {
    position: relative;
    max-height: calc(100vh - 140px);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px 0;
    z-index: 1;
}

.offcanvas__scroll::-webkit-scrollbar {
    display: none;
}

body.active {
    overflow: hidden;
} 

/* New Css End */
.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 8;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.common__offcanvas__blk {
    background: #FFFFFF;
    padding: 18px 24px;
}

.offcanvas__title {
    padding: 0 24px;
    padding-top: 20px;
}

.offcanvas__title h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.offcanvas-area .location__top__content h5 {
    font-size: 18px;
    color: #1A303F;
    margin-bottom: 4px;
}

.offcanvas-area .location__top__content p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 9px;
}

.offcanvas-area .location__top__content a {
    font-size: 12px;
    font-weight: 600 !important;
}

.offcanvas__title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2F2F2F;
    margin-bottom: 0;
}

.meal__items__wrapper {
    padding: 0 17px;
    padding-bottom: 20px;
}

.single__meal__item {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    padding: 19px;
    position: relative;
    margin-bottom: 20px;
}

.single__meal__item__thumb {
    width: 127px;
    height: 127px;
    flex: 0 0 auto;
    background: #EDEDED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}


.single__meal__item__right {
    position: relative;
    padding: 6px 0;
    padding-left: 17px;
    width: 100%;
}

.single__meal__item__right h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
}

.single__meal__item__right p {
    font-size: 14px;
    max-width: 240px;
    padding-right: 20px;
    margin: 0;
    color: #888;
}

.single__meal__item__right h4 span {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    position: relative;
    top: 3px;
    margin-left: 16px;
    padding-right: 0px;
}

.cart__add__btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cart__add__btn button {
    box-shadow: 0px 3px 30px 5px rgba(0, 0, 0, 0.05);
    height: 46px;
    width: 90px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas__checkout {
    background: #f5f5f5;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.offcanvas__checkout button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    padding: 14px 20px;
}

.offcanvas__checkout a {
    font-size: 15px;
    font-weight: 500;
}

.items__in__cart {
    background: #FFFFFF;
    padding: 18px 0;
}

.items__in__cart .offcanvas__title {
    margin-bottom: 17px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
    padding-left: 0;
}

.items__in__cart .single__meal__item {
    box-shadow: none;
    padding: 8px 24px;
    margin: 0;
    cursor: pointer;
}

.items__in__cart .single__meal__item:hover {
    background: #f5f5f5;
}

.empty_cart-block {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size: 14px;
    color: #999;
}

.empty_cart-block .icon {
    margin-bottom: 0.5rem;
}

.empty_cart-block .icon .fa-circle {
    color: #fff3ed;
}

.empty_cart-block a {
    color: #C87047;
    text-decoration: none;
    font-weight: 600;
}

.cart__remove__btn {
    position: absolute;
    right: -10px;
    top: 6px;
}

.cart__remove__btn button {
    background: transparent;
    border: 0;
    outline: none;
    font-size: 19px;
    line-height: 1;
    color: #2f2f2f;
    opacity: .5;
    cursor: pointer;
    transition: .3s;
    padding: 0;
}

.cart__remove__btn button:hover {
    color: #c87047;
    opacity: 1;
}

/*  */
.ussgstn-prdtcs-cntnr {
    text-align: left;
    padding: 12px 16px 8px 16px;
}

.ussgstn-prdtcs-hdr {
    margin-bottom: 8px;
    color: #666;
    font-weight: 600;
    font-size: 14px;
}

.ussgstn-prdtcs-hdr > img {
    vertical-align: baseline;
}
.ussgstn-prdtcs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ussgstn-prdtcs-list {
    list-style: none;
    border: 2px solid #ccc;
    padding: 16px;
    border-radius: 4px;
    background: white;
    margin: 0;
    width: 100%;
}

a.ussgstn-prdtcs-slide-actn {
    font-size: 24px;
    cursor: pointer;
    color: #2f2f2f;
}

.ussgstn-prdtcs-lnk {
    text-decoration: none;
}

.ussgstn-prdc-img {
    background-color: #eee;
    height: 100%;
    object-fit: contain;
    padding: 4px;
    width: 84px;
}
/*---------------------- Offcanvas area end ----------------------*/


/*---------------------- Header area start ----------------------*/


.header {
    position: sticky;
    padding: 18px 15px;
    background: #fff;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
}

.header__right a {
    font-size: 14px;
    color: #C87047;
    text-decoration: none;
    font-weight: 400;
    margin-right: 22px;
    cursor: pointer;
}

.header__right button {
    width: 111px;
    height: 40px;
    background: #C87047;
    border-radius: 5px;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #fff;
    transition: .3s;
}

.header__right button span {
    margin-left: 7px;
}

.header__right button:hover {
    background: #2f2f2f;
}

.header__right a span {
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.header__back__btn {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.cart__button__mobile {
    display: none;
}

/*---------------------- Header area end ----------------------*/


/*---------------------- Hero area start ----------------------*/
.hero__area {
    padding: 40px 0;
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
    background: url(https://d2s742iet3d3t1.cloudfront.net/restaurants/restaurant-37476000000000000/banner_1586192274.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
}

.hero__area::after {
    content: "";
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to top, #fff, #fff 30%, hsla(0,0%,100%,.85) 60%, hsla(0,0%,100%,.5) 80%, hsla(0,0%,100%,0));
    z-index: -1;
}

.hero__wrapper h4 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

.hero__wrapper p {
    color: #2f2f2f99;
    margin-bottom: 5px;
}

.hero__wrapper .restaurant_logo {
    width: 64px;
    margin-bottom: 4px;
}

.text-sm {
    color: #2f2f2f99;
    margin-bottom: 24px;
}

.text-sm a {
    color: #C87047;
    margin-left: 3px;
    text-decoration: none;
}

.common__btn {
    border: 1px solid #C87047;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #C87047;
    transition: .3s;
    text-decoration: none;
    padding: 10px 20px;
    background: transparent;
}

.hero__btn a {
    margin-right: 18px;
    width: 145px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common__btn:hover, .common__btn.active {
    background-color: #C87047;
    color: #fff;
}

.common__btn.active:hover {
    border-color: #ac4c16;
    background-color: #ac4c16;
}

/*---------------------- Hero area end ----------------------*/


/*---------------------- Hero Nav area start ----------------------*/

.hero__nav {
    background: #F7F7F7;
    padding: 24px 0;
    position: sticky;
    top: 80px;
    z-index: 4;
    left: 0;
    box-shadow: 0px 6px 8px #77777705;
}

.hero__nav .form-select {
    display: none;
}

.header__user {
    display: none;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.hero__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
}

.hero__nav ul li a {
    font-size: 20px;
    color: #2F2F2F;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.hero__nav ul li a:hover, .hero__nav ul li a.active {
    color: #C87047;
}

/*---------------------- Hero Nav area end ----------------------*/

/*---------------------- Order Again Block ----------------------*/
.reorder_items__area {
    padding: 32px 0;
    background: #f9f9f9;
}

.reorder_items__area .prdtt-ord-itm {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 80px;
    color: inherit;
    text-decoration: none;
    height: 100%;
    padding-left: 8px;
}

.reorder_items__area .prdtt-ord-itm:hover {
    background: #fafafa;
}

.reorder_items__area .prdttt-info {
    padding: 12px 8px;
    font-size: 14px;
}

.reorder_items__area .prdttt-qty,
.reorder_items__area .prdttt-date {
    color: #888;
    /* margin-left: 20px; */ 
}

.reorder_items__area .prdttt-info h6 {
    margin-bottom: 8px;
}

.reorder_items__area .prdttt-actn {
    border-left: 1px solid #ccc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    color: #2b4fb9;
}
/*---------------------- Order Again Block end ----------------------*/

/*---------------------- Products area start ----------------------*/

.products__area {
    padding: 50px 0;
    padding-bottom: 145px;
    font-size: 14px;
}

.section__title {
    padding-bottom: 40px;
}

.section__title h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 17px;
}

.product__card {
    background: #FFFFFF;
    box-shadow: 0px 3px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}


.product__card__thumb {
    height: 255px;
    background: #EDEDED;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 21px 40px;
}

.prodyct__card__content {
    padding: 20px 20px;
    padding-top: 11px;
}

.prodyct__card__content a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #292929;
    margin-bottom: 10px;
}

.prodyct__card__content p {
    font-size: 12px;
    padding-right: 20px;
    margin-bottom: 13px;
}

.prodyct__card__content h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.product__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.product__tag span {
    background: #C87047;
    box-shadow: 0px 3px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    padding: 4px 11px;
    letter-spacing: 0.2px;
    margin-right: 8px;
    margin-bottom: 8px;
}

/*---------------------- Products area end ----------------------*/


/*---------------------- Checkout area start ----------------------*/
.checkout__area {
    padding-top: 110px;
    padding-bottom: 150px;
}

.checkout__area .container {
    max-width: 1155px;
}

.mr-0 {
    margin-right: 0 !important;
}

.title h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
}

.title {
    padding-bottom: 25px;
}

.checkout__info__box {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 20px;
}

.checkout__info__box__bottom__btns {
    padding: 25px 30px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.checkout__info__box__bottom__btns a {
    font-size: 14px;
    color: #c87047;
    padding-top: 5px;
    display: inline-block;
}

.checkout__info__box__bottom__btns button {
    margin-bottom: 12px;
}

.checkout__info__box__top {
    padding: 30px;
    padding-bottom: 10px;
}

.checkout__info__box__top h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 11px;
}

.checkout__info__box__top p {
    font-size: 12px;
    margin-bottom: 11px;
}

.checkout__info__box__top p:last-child {
    flex: 0 0 auto
}

.checkout__info__box__top p a {
    color: #c87047;
    margin-left: 3px;
}

.checkout__content__box {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.checkout__content__box span {
    font-size: 16px;
    margin: 0;
    display: block;
}

.place__order__btn button {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 17px;
}

.checkout__total__wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 20px;
}

.checkout__total__top {
    height: 173px;
    position: relative;
}

.checkout__total__top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.checkout__total__top__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #C4C4C4;
    padding: 9px 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.checkout__product__item {
    padding: 17px 20px;
    display: flex;
    padding-bottom: 0;
}

.checkout__product__item__thumb {
    flex: 0 0 auto;
    width: 77px;
    height: 72px;
    border-radius: 4px;
    margin-right: 17px;
}

.checkout__product__item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout__product__item__right {
    display: flex;
    width: 100%;
}

.s-product-id {
    font-size: 14px;
    font-weight: 300;
    margin-right: 14px;
}

.checkout__product__item__right__content__left a {
    font-size: 14px;
    color: #C87047;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    line-height: 1.2;
    padding-top: 2px;
}

.checkout__product__item__right__content__left p {
    font-size: 11px;
    margin-bottom: 8px;
}

.checkout__product__item__right__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.checkout__product__item__price {
    font-size: 14px;
    padding-left: 4px;
}

.edit__order__btn a {
    display: inline-block;
    font-size: 13px;
    color: #C87047;
    margin-right: 20px;
    line-height: 1;
    position: relative;
    top: -7px;
}

.checkout__product__single {
    padding-bottom: 15px;
}

.checkout__total__bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top: 0.5px solid #2F2F2F29;
    padding-top: 32px;
}

.checkout__total__bottom p {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

.checkout__total__bottom p b {
    font-weight: 600;
}

.single__input__item input {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    outline: none;
}

.single__input__item {
    margin-bottom: 20px;
}

.coupon__wrapper form {
    display: flex;
    align-items: center;
}

.coupon__wrapper form .single__input__item {
    margin-bottom: 0;
}

.coupon__wrapper button {
    flex: 0 0 auto;
    margin-left: 10px;
}

.coupon__wrapper .single__input__item {
    width: 100%;
}

.text-small.text-orange {
    color: #C87047;
    font-size: 13px;
    margin-bottom: 17px;
    padding-top: 19px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.sbmt-btn-loader .Loading-module-loading {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------------- Checkout area end ----------------------*/


/*---------------------- Form area start ----------------------*/
.form__area {
    background: #f7f7f7;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 150px;
}

.form__wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    max-width: 468px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.form__wrapper .single__input__item input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    height: 36px;
}

.form__wrapper .single__input__item {
    position: relative;
}

.form__wrapper h4 {
    font-size: 26px;
    color: #1A303F;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.form__wrapper p {
    font-size: 14px;
    color: #1a303fa6;
    padding-bottom: 10px;
}

.form__wrapper .form-text {
    font-size: 12px;
}

.or {
    font-size: 18px;
    color: #1A303F;
    opacity: .7;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 17px;
}

.signIn__options button {
    background: #F5F5F5;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    border: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #3D4465C4;
}

.signIn__options button span {
    margin-right: 11px;
}

.forgot__password {
    padding-top: 18px;
    padding-bottom: 16px;
}

.forgot__password a {
    display: inline-block;
    font-size: 14px;
    color: #C87047;
}

.signup__text p {
    margin: 0 !important;
    padding: 0 !important;
}

.signup__text p a {
    font-weight: 600;
    color: #c87047;
    text-decoration: none;
}

.single__check__item label {
    font-size: 12px;
    line-height: 1.3;
    position: relative;
    top: -2px;
}

.place__order__btn button span {
    display: none;
}

/*---------------------- Form area end ----------------------*/


/*---------------------- Footer area start ----------------------*/
.footer {
    background-color: #2f2f2f;
    padding-top: 36px;
    padding-bottom: 50px;
    position: relative;
}

.footer p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.footer__left {
    flex: 0 0 49%;
    max-width: 49%;
}

.footer__left a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    margin-right: 27px;
}

.footer__left a:hover {
    color: #C87047;
}

/*---------------------- Footer area end ----------------------*/

/*---------------------- Modal area start ----------------------*/

.modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.modal__close button {
    background: #F4F3F3;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
    color: #2f2f2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__close button:hover {
    background-color: #C87047;
    color: #fff;
}

.modal-content .location__modal__title h6 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
}

.location__modal__title {
    padding-bottom: 15px;
}

.modal-content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 13px;
}

.modal-content h5 b {
    display: block;
    padding-top: 5px
}

.modal-content p {
    font-size: 14px;
    color: rgba(47, 47, 47, 0.6);
    margin-bottom: 10px;
}

.location__top__content a {
    text-decoration: underline;
    font-size: 13px;
    color: #C87047;
}

.location__modal__thumb {
    height: 124px;
    display: block;
    text-align: right;
    max-width: 157px;
    margin-left: auto;
}

.location__modal__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.location__hours__wrapper {
    border-right: 1px solid #E5E5E5;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-top: 3px;
    margin-bottom: 15px;
}

.location__hours__wrapper p {
    display: flex;
    margin-bottom: 9px;
}

.location__hours__wrapper p.active {
    color: #2f2f2f;
    font-weight: 500;
}

.location__hours__wrapper p span {
    min-width: 91px;
    margin-right: 6px;
}

.modal__btns a {
    font-size: 14px;
    color: #C87047;
    margin-top: 14px;
    display: block;
}

.delivery__modal__wrapper {
    padding: 28px 48px;
}

.delivery__modal__wrapper p {
    padding-top: 8px;
}

.build-pizza-modal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
    padding: 35px 0;
}

.build-pizza-modal .modal-content { 
    /* max-height: calc(100vh - 70px); */
}

.build__pizza__wrapper {
    padding: 20px;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
}

.build__pizza__top__thumb {
    width: 350px;
    height: 270px;
    background: #F5F5F5;
    border-radius: 10px;
    margin-right: 20px;
    text-align: center;
    padding: 10px;
}

.build__pizza__top__thumb img {
    max-width: 100%;
    max-height: 100%;
}

.build__pizza__top {
    display: flex;
    margin-bottom: 20px;
}

.build__top__right h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1A303F;
    line-height: 1;
    padding-top: 2px;
    margin-bottom: 6px;
}

.build__pizza__choose__title {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 18px 22px;
    margin-bottom: 20px;
    margin-top: 9px;
    min-height: 75px;
}

.build__pizza__choose__title h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.build__pizza__choose__title h5 span {
    color: #C87047;
    font-size: 11px;
    font-weight: 400;
    margin-left: 4px;
}

.build__pizza__choose__title p {
    margin: 0;
    line-height: 1.2;
}

.single__size__choose__item {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}

.nav-tabs .active>.single__size__choose__item {
    border-color: #c87047
}

.has-padding {
    padding: 17px 20px;
}

.single__size__choose__item:hover {
    border-color: #c87047;
}

.single__size__choose__item p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.single__size__choose__item p:last-child {
    margin: 0;
}

.single__choose__item__thumb {
    width: 76px;
    height: 76px;
    background: #F5F5F5;
    flex: 0 0 auto;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.single__choose__item__content {
    padding: 16px 15px;
}

.build__pizza__choose__bottom__wrap.user-select-none {
    opacity: .6;
}

.build__pizza__choose__bottom__wrap.user-select-none .single__size__choose__item {
    cursor: inherit;
}

.build__pizza__choose__bottom__wrap.user-select-none .single__size__choose__item:hover {
    border-color: #E5E5E5;
}

.special__instructions__wrapper p {
    padding-bottom: 7px;
}

.special__instructions__wrapper {
    padding-top: 30px;
}

.nice-number input {
    height: 34px;
    width: 20px !important;
    background: transparent;
    border: 0;
    padding: 0 6px;
    font-size: 16px;
    color: #292929;
    outline: none;
    border-radius: 4px;
    margin: 0 6px;
    font-weight: 600;
    pointer-events: none;
}

.build__pizza__quantity {
    display: flex;
    align-items: center;
    margin-right: 20px;
    flex: 0 0 auto;
}

.build__pizza__quantity p {
    font-size: 14px;
    margin: 0;
    margin-right: 9px;
}

.build__pizza__bottom {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    margin-top: auto;
}

.build__cart__btn {
    width: 100%;
}

.build__cart__btn button {
    width: 100%;
    height: 56px;
    padding: 19px 20px;
    border: 0;
    background: #C87047;
    border-radius: 5px;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.build__cart__btn button p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.build__cart__btn button p span {
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.build__cart__btn button h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.build__cart__btn button:hover {
    background: #2f2f2f;
}

/*---------------------- Modal area end ----------------------*/

#scrollUp {
    position: fixed;
    background: #C87047;
    width: auto;
    height: auto;
    right: 30px;
    bottom: 24px;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #C87047;
    transition: .3s;
    z-index: 5 !important;
    text-decoration: none;
    padding: 9px 11px;
}

#scrollUp:hover {
    color: #ffffff;
    background: #313131;
    border-color: #313131;
}

#scrollUp b {
    font-weight: 600;
    display: block;
}

#scrollUp i {
    font-size: 32px;
    line-height: .7;
    display: block;
    margin-bottom: 2px;
}

/*  */
.orderDetail__page_title {
    font-weight: 600;
}

.orderDetail__delivery_time {
    color: #C87047;
    font-weight: 500;
}

.orderDetail__description {
    padding: 1.5rem;
    background-color: #f8f8f8;
    color: #6c6c6c;
    border-radius: 0.25rem;
}

.orderDetail__join_rewards {
    padding: 1.5rem;
    border-radius: 0.25rem;
    background-color: #fff3ed;
}

.orderDetail__join_rewards .block_title,
.orderDetail__join_rewards > i {
    color: #C87047;
}
/*  */