.main_wrapper {
	font-size: 14px !important;
}
/* Food details page css */
input:focus, select:focus{
    box-shadow: none!important;
}
.food {
	padding: 65px 0;
}
.tb_offer_item_single {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 25px 20px 25px 195px;
    border-radius: 5px;
    border: 10px solid #fff;
    margin: 0 12px 0px 12px;
    position: relative;
}

.tb_offer_item_single span {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    top: 35px;
    left: 115px;
    width: 60px;
    height: 60px;
    line-height: 18px;
    background: #FF7700;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.tb_offer_item_single .title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px 5px;
    transition: all linear .3s;
    display: block;
    color: #000;
}

.tb_offer_item_single p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tb_offer_item_single ul {
    margin-top: 15px;
}

.tb_offer_item_single ul li a i {
    width: 30px;
    height: 30px;
    background: #FF7700;
    text-align: center;
    margin-right: 5px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    transition: all linear .3s;

}

.tb_cart_popup .btn-close {
    position: absolute;
    top: -5px;
    right: -5px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    background: #FF7700;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    transition: all linear .3s;

}

.tb_cart_popup_img {
    height: 400px;
    border-radius: 5px;
    overflow: hidden;
}

.tb_cart_popup_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tb_cart_popup_text .title {
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    color: #000;
    display: block;
    transition: all linear .3s;

}

.tb_cart_popup_text .rating {
    color: #ff9933;
    font-size: 14px;
    text-align: left;
    display: block;
    margin: 3px 0px 20px 0px;
}

.tb_cart_popup_text .rating span {
    font-size: 14px;
    margin-left: 10px;
}

.tb_cart_popup_text .price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.details_size,
.details_extra_item,
.details_quantity {
    margin-bottom: 30px;
}

.quantity_btn_area {
    margin-top: 20px;
}

.tb_cart_popup_text .price del {
    font-size: 16px;
    margin-left: 10px;
    color: #ef6a45;
}

.details_size h5,
.details_extra_item h5,
.details_quantity h5 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.details_size .form-check input:checked,
.details_extra_item .form-check input:checked {
    background-color: #FF7700;
    border-color: #FF7700;
}

.details_size .form-check label,
.details_extra_item .form-check label {
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 40%;
}

.details_extra_item .form-check input {
    padding: 0;
    border-radius: 2px;
}

.quantity_btn {
    display: flex;
    align-items: center;
    justify-content: start;
}

.quantity_btn button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    background: #FF7700;
    outline: none;
    border: none;
    padding: 0;
    transition: all linear .3s;
    border-radius: 50%;

}

.quantity_btn input {
    width: 60px;
    text-align: center;
    height: 35px;
    border-radius: 30px;
    border: 1px solid #ddd;
    margin: 0px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.quantity_btn_area h3 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 0;
}

.offer-slick-slider.slick-slider {
    padding-top: 10px;
    padding-bottom: 0;
}

.offer-slick-slider button.slick-prev,
.offer-slick-slider button.slick-next {
    top: -30%;
    right: 1%;
    left: inherit;
}

.offer-slick-slider button.slick-prev {
    right: 6%;
}

.tabs-wrap {
    margin-top: 100px;
    margin-bottom: 60px;
}

.tabs-wrap ul .nav-item a {
    background: #ff77002b;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tab-content {
	margin-top: 25px;
}
.tabs-wrap ul .nav-item a.active {
    background: #FF7700;
    color: #fff;
}

.tabs-wrap ul .nav-item {
    background: #fce0d861;
    min-width: 200px;
    min-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
}

.tabs-wrap .tabs {
    border-bottom: 1px solid #FF7700;
}

.pro-desc-commnet-area {
    padding-right: 110px;
}

.comment-list .comment {
    margin-top: 0;
    margin-bottom: 0;
}

.comment-list .comment .single-comment {
    padding: 15px 0;
    display: flex;
}

.comment-list .comment .single-comment .comment-img {
    margin-bottom: 15px;
    min-width: 60px;
    margin-right: 20px;
}

.comment-list .comment .single-comment .comment-img img {
    border-radius: 100%;
    width: 100%;
}

.comment-list .comment .commenter {
    line-height: 33px;
    margin-bottom: 6px;
}

.pro-desc-commnet-area .comment-list .comment .commenter {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hover-flip-item-wrapper {
    color: #292930;
    text-decoration: none;
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating {
    margin-bottom: 5px;
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a {
    font-size: 12px;
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a i:not(.empty-rating),
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a i:not(.empty-rating) {
    color: #ffca0f;
}

.pro-desc-commnet-area .comment-list .comment .commenter .hover-flip-item-wrapper a i,
.pro-desc-commnet-area .comment-list .comment .commenter .commenter-rating a i {
    color: #cecece;
}

.comment-list {
    margin: 0;
    padding-left: 0;
}

.comment-list .comment {
    list-style: none;
}

.axil-comment-area .title,
.comment-respond .title {
    margin-bottom: 20px;
    font-weight: 700;
}

.comment-text p,
.comment-respond p {
    color: #777777;
}

.single-desc ul li {
    position: relative;
    color: #373737;
    margin-bottom: 15px;
    padding-left: 35px;
}

.single-desc ul li:before {
    position: absolute;
    content: "";
    background: url(../img/check.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
}

.single-desc ul {
    margin-top: 30px;
}

.your_rating {
    margin-top: 8px;
}

.your_rating i {
    color: lightgrey;
}
.section-content h2 {
	margin-bottom: 20px;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/*===========================
    CART VIEW PAGE START
===========================*/
.offers-wrap {
	padding: 65px 0px;
}
.cart_list {
    overflow: hidden;
    border: 1px solid #FF770030;
    border-right: 0;
}

.cart_list table {
    width: 100%;
    border: 1px solid #ffcbbd;
    border-spacing: 0px;
    border-bottom: 0;
}

.cart_list table tbody tr {
    border-bottom: 1px solid #ffdad0 !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cart_list table tbody tr:first-child {
    border-top: 0;
    padding: 0;
    border-spacing: 0;
    margin: 0;
}

.cart_list .tb_pro_img {
    width: 15%;
    padding: 10px;
    min-width: 130px;
}

.cart_list .tb_pro_name {
    width: 35%;
    min-width: 240px;
}

.cart_list td.tb_pro_name {
    flex-direction: column;
}

.tb_pro_status p {
    text-transform: capitalize;
    color: #08C !important;
}

.tb_pro_status span {
    text-transform: capitalize;
    color: #dc3545 !important;
    display: inline-block;
}

.cart_list .tb_pro_select {
    width: 20%;
    min-width: 180px;
}

.cart_list .tb_pro_tk,
.cart_list .tb_pro_status {
    width: 10%;
    min-width: 120px;
}

.cart_list .tb_pro_tk h6,
.cart_list .tb_pro_status h6 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.cart_list .tb_pro_tk h6 del {
    color: #888;
    margin-right: 15px;
}

.cart_list .tb_pro_icon {
    width: 10%;
    min-width: 100px;
    border-right: none !important;
}

.cart_list .tb_pro_icon a {
    text-align: center;
    font-size: 30px;
}

.tb_pro_icon .common_btn {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff !important;
    padding: 7px 10px 5px 10px;
    font-weight: 400;
}

.tb_pro_icon .common_btn:hover {
    color: #fff;
}

.tb_pro_icon a {
    color: #0b2c3d;
    font-size: 20px;
    width: 100%;
    text-align: center;
    transition: all linear 0.3s;
}

.cart_list table tr th,
.cart_list table tr td {
    border: none;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffdbd2;
}

.cart_list table tr th {
    background: #FF7700;
    color: #fff;
}

.cart_list table tr th .clear_all {
    color: #fff;
    padding: 0;
    font-size: 16px;
    font-weight: 900;
    transition: all linear .3s;
}

.cart_list table tr th .clear_all:hover {
    color: #fff;
}

.cart_list table tbody tr td a,
.cart_list table tbody tr td p,
.cart_list table tbody tr td span {
    color: var(--paraColor);
    text-transform: capitalize;
    text-align: left;
    font-size: 14px;
}

.cart_list table tbody tr td a {
    color: #000;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 600;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.cart_list table tbody tr td a:hover {
    color: #FF7700;
}

.cart_list table tbody tr td p {
    margin-top: 5px;
    width: 100%;
}

.cart_list table tbody tr td span {
    display: block;
    width: 100%;
    color: #FF7700;
    font-size: 14px;
}

.tb_pro_name span {
    text-transform: capitalize;
    color: #0b2c3d;
    font-size: 14px;
}
.cart_view {
	padding: 65px 0;
}
.cart_summery {
    padding: 0 !important;
    border: 1px solid #ddd !important;
    margin-top: 0 !important;
}

.cart_summery_text {
    padding: 10px;
}

.cart_summery h5 {
    background: #def0ff;
    text-align: center;
    padding: 15px 0px 15px 0px !important;
    border-bottom: 1px solid #ddd !important;
}

.cart_summery .tb_sub_total {
    font-weight: 400 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cart_summery .common_btn {
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.cart_summery .tb_total_area {
    margin: 20px 0px 7px 0px;
    border-top: 1px solid #ddd;
    padding-top: 18px;
}

.cart_summery .tb_total_area .tb_sub_total {
    font-weight: 600 !important;
}

.cart_summery .tb_total_area .tb_sub_total span {
    font-weight: 500 !important;
}

.cart_summery .form-check label {
    display: flex;
    justify-content: space-between;
}

.cart_summery .form-check label span {
    color: #0b2c3d;
}

.cart_page_rel_product {
    margin-top: 67px !important;
}

.cart_list_footer {
    border-radius: 5px;
    background: #def0ff;
}

.cart_list_footer_top {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.cart_list_footer_button_img {
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
}

.cart_list_footer_button_text {
	background: #ffe5cf;
	padding: 40px;
	border-radius: 5px;
}

.cart_list_footer_button form {
    margin-top: 15px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.cart_list_footer_button input {
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ff7c0845;
	border-radius: 4px;
}

.cart_list_footer_button button {
	text-transform: capitalize;
	transition: all linear .3s;
	height: 36px;
	line-height: 35px;
	font-size: 14px;
}
.apply-coupon {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	background: #fff;
	border-radius: 5px;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
}


/* apply coupon css */
.coupon_modal .modal-dialog {
	max-width: 450px;
}

.coupon-card {
	color: #000;
	text-align: left;
	border-radius: 15px;
	position: relative;
}

.coupon-row {
	display: flex;
	align-items: center;
	width: fit-content;
}

.code_cs {
	border: 1px dashed #000;
	padding: 10px 20px;
	border-right: 0;

}

.cpn_btn {
	border: 1px solid #FA8C0B;
	background: #FA8C0B;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
}
.cart_list_footer_button .common_btn i {
    margin-right: 5px;
}

.cart_list_footer_button h6 {
    border: none;
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ff7c0845;
    padding-bottom: 5px;
}

.cart_list_footer_button p {
    text-transform: capitalize;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.cart_list_footer_button p span {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.cart_list_footer_button .total {
    border-top: 1px solid #ff7c0845;
    padding-top: 10px;
    color: #000;
}

.cart_list_footer_button .total span {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.cart_list_footer_button a {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: none;
}

/*===========================
 CART VIEW PAGE END
===========================*/

/*======================
 CHECKOUT PAGE START
========================*/
.tb_checkout_form h5 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #0b2c3d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff7c085c;
}

.tb_checkout_form h5 a {
    font-size: 15px;
    font-weight: 600;
    background: #FF7700;
    color: #fff;
    padding: 9px 20px;
    border-radius: 30px;
    transition: all linear .3s;

}

.tb_checkout_form h5 a i {
    margin-right: 5px;
}

.tb_checkout_form h5 a:hover {
    background: #000;
}

.tb_address_modal .modal-dialog {
    max-width: 700px;
}

.tb_address_modal .modal-header {
    border: none;
    background: #ffebdafa;
}

.tb_address_modal .modal-title {
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    font-weight: 600;
}

.tb_address_modal .common_btn {
    width: 100%;
    text-align: center;
    padding: 10px 20px !important;
}

.tb_address_modal .common_btn::after,
.tb_address_modal .common_btn::before {
    display: none;
}

.tb_checkout_single_address {
    border: none;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    background: #FF770000;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.tb_checkout_single_address .form-check {
    padding-left: 0;
}

.tb_checkout_single_address .form-check input {
    margin-right: 15px;
    padding: 0;
    border-color: #FF7700;
    margin-left: 0;
}

.tb_checkout_single_address .form-check input:checked {
    background-color: #FF7700;
    border-color: #FF7700;
}

.tb_checkout_single_address .form-check label {
    display: block;
    width: 100%;
    cursor: pointer;
}

.tb_checkout_single_address .form-check label .icon {
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #FF7700;
}

.tb_checkout_single_address .form-check label .icon i {
    margin-right: 5px;
}

.tb_checkout_single_address .form-check label .address {
    text-transform: capitalize;
    margin-top: 10px;
    display: block;
    border-top: 1px solid #ff7c085c;
    padding-top: 10px;
}

.tb_check_form .tb_check_single_form {
    margin-bottom: 25px;
}

.tb_checkout_single_address ul {
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
}

.tb_checkout_single_address ul li a {
    line-height: 25px;
    background: #fff;
    color: #FF7700 !important;
    font-size: 12px;
    text-align: center;
    margin: 3px;


}

.tb_checkout_single_address ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #FF7700;
    border-radius: 50%;
}

.tb_checkout_single_address ul li a i:hover {
    background: #FF7700;
    color: #fff !important;
}
.edit_address a {
	font-size: 14px;
	font-weight: 600;
	background: #FF7700;
	color: #fff;
	padding: 8px 15px;
	border-radius: 30px;
	transition: all linear .3s;
}
.edit_address a:hover {
	color: #fff !important;
}
/*======================
  CHECKOUT PAGE END
========================*/

/*======================
  PAYMENT PAGE CSS START
========================*/

.btn_payment {
	color: #000;
	text-decoration: none !important;
	font-weight: 600;
}

.payment_inner .accordion {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

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

.payment_inner .form-check input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.payment_card2 .form-check {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.payment_card2 .form-check span img {
    width: 30px;
    margin: 0px 20px;
}

.payment_inner .accordion-button:not(.collapsed) {
    color: #FF7700;
    background-color: #0000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.payment_inner .accordion .fa-brands.fa-google-pay.me-3 {
    font-size: 21px;
}

.btn.btn_card {
    background: #FF7700;
    color: #fff;
    border-color: #FF7700;
}



/*======================
  THANKYOU PAGE CSS START
========================*/
.thankyou-page {
	padding: 65px 0px;
}
.thankyou_inner {
	padding: 50px 100px;
	border-radius: 8px;
	text-align: center;
	background: #ffe5cf;
	box-shadow: 0px 3px 32px #00000008;
}
.thankyou_inner img {
	width: 320px;
	margin: 20px 0px;
}
.thankyou_inner p {
    color: #000;
}

.thnk_hd {
    font-weight: 600;
    margin-bottom: 15px;
}

.thank-check-icn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FF7700;
    color: #fff;
    display: flex;
    font-size: 35px;
    margin: 30px auto;
    justify-content: center;
    align-items: center;
}

.mail_hd {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.thankyou_inner a {
    text-decoration: none;
    color: #FF7700;
}

/*======================
  THANKYOU PAGE CSS END
========================*/
.details_quantity h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-left: 20px;
}
.peer:checked ~ .peer-checked\:text-white {
	--tw-text-opacity: 1;
	color: #fff;
}
.peer:checked ~ .peer-checked\:bg-primary {
	--tw-bg-opacity: 1;
	background-color: #FF7700;
}

.peer{
	display: none;
}
.size-wrp label{
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
}


.product-slider .swiper-slide {
    background: #fff;
  }
  .product-slider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-slider .productSwiper2 {
   height: 400px;
   width: 100%;
    border-radius: 10px;
}
.product-slider .productSwiper {
   height: 120px;
   box-sizing: border-box;
   padding: 10px 0;
   margin-top: 15px;
}
.product-slider  .productSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border-radius: 10px;
  }
  .product-slider  .productSwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .product-slider .swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
}



/* dashboard order page css  start*/
.btn-red {
	padding: 0px 25px !important;
	font-size: 16px !important;
	line-height: 40px !important;
	font-weight: 600 !important;
	background: #FF7700 !important;
	border: 1px solid #FF7700;
	border-color: #FF7700 !important;
	border-radius: 0 !important;
	color: #fff !important;
	height: 41px;
}

.btn-red:hover {
	background-color: transparent !important;
	color: #FF7700 !important;
}

.order_tabs{
    padding: 30px;
}
.order_tabs .nav {
	gap: 15px;
}
.order-img img {
	width: 130px;
	border-radius: 10px;
}
.orderin-bx h5 span {
	font-size: 16px;
	font-weight: 400;
	margin-left: 5px;
}
.orderin-bx .btn {
	font-size: 14px !important;
	padding: 5px 15px !important;
	height: 32px;
	line-height: 18px !important;
}
.card{
   border-radius: 10px !important;
}
.order_tabs .nav .nav-link {
	background-color: #eee;
	border-color: #eee;
	color: #000;
	text-align: center;
	padding: 12px;
	font-weight: 600;
    font-size: 16px;
}
.order_tabs .nav .nav-item.show .nav-link, .order_tabs .nav .nav-link.active {
	color: #fff;
	background-color: #FE9402;
	border-color: #FE9402;
}
.orderin-bx {
    border: 1px solid #dbdbdb;
    border-radius: .5rem;
    margin-bottom: 1rem;
    padding: 1.375rem 1.5rem;
}
.text-primary {
    color: var(--color-primary)!important;
}
.orderin-bx .icon-bx {
    background-color: #f5f5f5;
    border-radius: .5rem;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    margin-left: .5rem;
    text-align: center;
    width: 2rem;
}
.orderin-bx:hover .icon-bx {
	background: var(--color-primary);
	color: #fff;
}
.orderin-bx:hover {
    background-color: #f8b6021a;
    border-color:  var(--color-primary);
}
.panel_main_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--color-primary);
	padding-bottom: 10px;
	margin-bottom: 35px;
	flex-wrap: wrap;
	row-gap: 10px;
}
.orders-img img {
    border-radius: .5rem;
    object-fit: cover;
    height: 3rem;
    margin-right: .5rem;
    width: 3rem;
}
.order-menu.style-1 img {
    border: 1px solid #ef643e;
    border-radius: .625rem;
    height: 5rem;
    object-fit: contain;
    width: 5rem;
}
.item_order a {
	color: #000;
}
.order_management_tabs .nav-tabs .nav-item.show .nav-link, .order_management_tabs .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #ef643e;
	border-color: #ef643e;
}
.order_management_tabs .nav-tabs .nav-link {
	background-color: #eee;
	border-color: #eee;
	color: #000;
	text-align: center;
	padding: 12px;
	font-weight: 500;
}
.order_management_tabs .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}
.order_management_tabs .nav-tabs .nav-link {
	width: 200px;
}
.order-info-wrp p {
	color: #000;
}
.order-info-wrp .main-color{
    color: #FF7700;
}
.green-color {
	color: #049C38 !important;
}
.count {
	width: 40px;
	height: 40px;
	background: #F5F7F8;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
/* Profile page css */
.profile-img {
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #ccc;
}
.profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dasboard_header_img {
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px #3c3c3c38;
	width: 140px;
	height: 140px;
	position: relative;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.dasboard_header_img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.dasboard_header_img label {
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 10px #3c3c3c38;
	cursor: pointer;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
/* favoutite page css */
.fav-card {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #ccc;
}
.restaurant-img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
}
.prsons {
	background: #F2F2F2;
	padding: 8px 18px;
	border-radius: 40px;
}
.fav-time{
    background: #FE9402;
	padding: 8px 18px;
	border-radius: 40px;
    color: #fff;
}
.star-wrp {
	border: 1px solid #FE9402;
	padding: 5px 15px;
	border-radius: 10px;
}
.star-wrp i {
	color: #FE9402;
}

/* loyality page css */
.loyality-card {
	background: linear-gradient(90deg, #FFAF41 0%, #E09123 100%);
	padding: 30px 10px 10px;
	border-radius: 15px;
	color: #fff;
}
.loyality-img {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto 20px;
	padding: 10px;
}
.loyality-img img {
	width: 100%;
	height: 100%;
}
.loyality-card h1 {
	font-size: 30px;
}
.border-dashed {
	border: 1px dashed #fff;
	margin: 15px 0px;
}
.share-code {
	text-align: center;
	padding: 15px 10px 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.share-code p {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.share-code a {
	margin-top: auto;
}
.recent-img img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}
.recent-info span {
	font-size: 20px;
	font-weight: 600;
}
.recent-wrp .points {
	background: #FE9402;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-left: auto;
}
/* wallet page css */
.wallet-wrp {
	background: #FFEBDA;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.icon-wallet {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-wallet img {
	width: 35px;
}
.orders_wrap {
	border: 1px solid #ECECEC;
	padding: 16px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.dollar {
	color: #FF7700;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	top: 7px;
	left: 15px;
}
.wallet-wrp form input {
	padding-left: 30px;
}
.addres-info i {
	background: #FF7700;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.edit-delete a {
	color: #FF7700;
	font-size: 16px;
}
.new-address a {
	background: #FFBF9D;
	padding: 10px 20px;
	border-radius: 10px;
	color: #f70;
	font-weight: 600;
	font-size: 16px;
}
.payment-info {
	border: none;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 25px;
	background: #FF770000;
	position: relative;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.payment-info img {
	width: 100px;
}
.payment-info a {
	color: #FF7700;
	font-size: 16px;
}
/* promo page css */
.promo-card {
	border: none;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 25px;
	background: #FF770000;
	position: relative;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.promo-img {
	width: 60px;
	height: 60px;
	background: #FFDECC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo-img img {
	width: 35px;
}

#box {
	width: 100%;
	height: 100px;
	background-color: blueviolet;
	display: none;
}
