/* ThemeColor */
/* Dashboard User Account Box */
.fds-dashboard-user-account-box {
  display: flex;
  width: 100%;
  margin-bottom: 40px; }

.fds-dashboard-element {
  width: 100%; }
  .fds-dashboard-element .fds-user-formpart,
  .fds-dashboard-element .choose-userdash-type {
    box-shadow: none;
    padding: 0px; }

.fds-restaurant-dash-uploadlogo .fds-dashboard-account-upload {
  margin-top: -120px;
  padding: 0px 30px; }

.fds-dashboard-account-upload {
  display: flex;
  width: 100%;
  align-items: flex-start;
  position: relative;
  gap: 20px; }
  .fds-dashboard-account-upload small {
    display: flex;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px; }

.fds-dashboard-account-upload-thumb {
  display: inline-flex;
  align-items: center;
  width: 190px;
  height: 190px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  justify-content: center;
  position: relative;
  border-radius: 12px;
  padding: 15px; }
  .fds-dashboard-account-upload-thumb:hover a.remove-user-img {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.68);
    border-radius: 12px; }
  .fds-dashboard-account-upload-thumb img {
    width: 100%; }

a.remove-user-img, .fds-typo-wrap a.remove-user-img {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: 9;
  justify-content: center;
  color: #fff;
  opacity: 0; }
  a.remove-user-img i, .fds-typo-wrap a.remove-user-img i {
    width: 35px;
    height: 35px;
    background-color: #e42a45;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 12px; }

.fds-dashboard-account-upload-title {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff; }

.fds-profile-upload-cnt {
  padding-top: 40px; }

/* Dashboard File Upload */
.fds-dashboard-file-upload2 {
  display: inline-flex;
  margin-bottom: 5px; }

.fds-upload-btn2,
.foodsearch-default label.fds-upload-btn2 {
  display: inline-flex;
  padding: 14px;
  color: #ffffff;
  background: #323237;
  border-radius: 3px;
  align-items: center;
  line-height: 1;
  gap: 7px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fds-upload-btn2 i,
  .foodsearch-default label.fds-upload-btn2 i {
    font-size: 20px;
    display: inline-flex; }
  .fds-upload-btn2:hover,
  .foodsearch-default label.fds-upload-btn2:hover {
    cursor: pointer;
    background-color: #e42a45; }

.fds-file-upload-input2 {
  display: none; }

.fds-dashboard-upload-thumb .fds-coverimg-holder,
.fds-dashboard-upload-thumb .fds-coverimg-holder img {
  width: 100%; }

/* Recent Booking's List */
.fds-recent-bookings-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .fds-recent-bookings-list .fds-recent-bookings-tbody:nth-child(odd) {
    background-color: #f2f2f2; }

.fds-recent-bookings-thead {
  display: flex;
  width: 100%;
  background-color: #e7e7e7; }
  .fds-recent-bookings-thead div {
    flex: 1;
    color: #5b5b5b;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 32px 8px 32px; }

.fds-recent-bookings-tbody {
  display: flex;
  width: 100%;
  align-items: center; }

.fds-recent-bookings-cell {
  flex: 1;
  color: #323237;
  font-size: 14px;
  padding: 8px 30px 8px 30px; }

.fds-recent-bookings-user {
  display: inline-flex;
  align-items: center;
  line-height: 1.5; }
  .fds-recent-bookings-user i {
    font-size: 30px;
    color: #b8b8b8;
    display: inline-flex;
    margin-right: 9px; }

.fds-recent-bookings-circle {
  display: inline-flex;
  align-items: center; }
  .fds-recent-bookings-circle i {
    font-size: 16px;
    margin-left: 6px;
    color: #e42a45; }

/* Dashboard Inner Search */
.fds-dashboard-inner-search {
  display: inline-flex;
  min-width: 250px;
  position: relative; }
  .fds-dashboard-inner-search input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 32px;
    background-color: transparent;
    border: none;
    z-index: 1; }
  .fds-dashboard-inner-search i {
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 0;
    font-size: 15px;
    color: #323237; }

/* Plugin Modal Box */
.fds-plugin-modal-box {
  display: none;
  padding: 0px;
  border-radius: 4px; }
  .fds-plugin-modal-box .fancybox-close-small {
    padding: 0px;
    top: 9px;
    right: 19px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .fds-plugin-modal-box .fancybox-close-small:before {
    content: "\e90d";
    font-family: fds-icon;
    color: #323237;
    font-size: 21px; }
  .fds-plugin-modal-box .fancybox-close-small svg {
    display: none; }

.foodsearch-default .fds-booking-detail-title {
  display: flex;
  width: 100%;
  background-color: #f0f0f0;
  padding: 13px 24px 16px 24px; }
  .foodsearch-default .fds-booking-detail-title h2.fds-heading-title, .foodsearch-default .fds-booking-detail-title .popup-title {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500; }
  .foodsearch-default .fds-booking-detail-title span {
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    margin-top: 3px; }
    .foodsearch-default .fds-booking-detail-title span i {
      font-size: 22px;
      color: #4982c2;
      display: inline-block;
      vertical-align: middle;
      margin-left: 14px; }

.fds-booking-detail-info {
  display: flex;
  width: 100%;
  padding: 0px;
  background-color: #e7e7e7; }
  .fds-booking-detail-info li.fds-list-item {
    flex: 1;
    list-style: none;
    line-height: 1.2;
    padding-bottom: 10px; }
    .fds-booking-detail-info li.fds-list-item span {
      display: flex;
      width: 100%;
      font-size: 14px;
      font-weight: 600;
      border-bottom: 1px solid #d3d3d3;
      padding: 16px 10px 9px 0px;
      color: #000;
      margin-bottom: 13px; }
    .fds-booking-detail-info li.fds-list-item small,
    .fds-booking-detail-info li.fds-list-item a {
      display: flex;
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      color: #444444;
      margin-bottom: 4px;
      padding-right: 10px;
      text-transform: none; }
  .fds-booking-detail-info li:first-child small,
  .fds-booking-detail-info li:first-child a,
  .fds-booking-detail-info li:first-child span {
    padding-left: 30px; }

.fds-plugin-modal-box-inner {
  display: flex;
  width: 100%;
  padding: 35px 30px 14px 30px;
  flex-wrap: wrap; }
  .fds-plugin-modal-box-inner p {
    margin-bottom: 29px;
    font-weight: 300;
    color: #777777; }

.fds-product-selection-modal .fds-plugin-modal-box-inner {
  padding: 0px;
  max-height: 425px;
  overflow-y: scroll; }

.fds-booking-detail-mini-title {
  display: flex;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 19px; }

.fds-booking-detail-summary-list {
  display: flex;
  width: 100%;
  margin-bottom: 3px;
  padding: 0px;
  flex-wrap: wrap; }
  .fds-booking-detail-summary-list li.fds-list-item {
    flex: 1 1 50%;
    display: flex;
    list-style: none;
    position: relative;
    line-height: 1.2;
    margin-bottom: 28px; }
    .fds-booking-detail-summary-list li.fds-list-item i {
      font-size: 30px;
      color: #e42a45;
      margin-right: 17px; }
    .fds-booking-detail-summary-list li.fds-list-item span {
      color: #666666;
      display: block;
      margin-bottom: 4px; }
    .fds-booking-detail-summary-list li.fds-list-item small {
      display: block;
      font-size: 14px;
      font-weight: 500;
      color: #444444; }
  .fds-booking-detail-summary-list div {
    flex-wrap: wrap; }

.fds-booking-detail-list-style1 {
  display: flex;
  width: 100%;
  padding: 0px;
  flex-wrap: wrap; }
  .fds-booking-detail-list-style1 li.fds-list-item {
    display: flex;
    width: 100%;
    list-style: none;
    font-weight: 300;
    position: relative;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #777777;
    align-items: center; }
    .fds-booking-detail-list-style1 li.fds-list-item i {
      margin-right: 15px;
      font-size: 13px;
      color: #e42a45;
      -webkit-transform: scale(-1);
      -moz-transform: scale(-1);
      -ms-transform: scale(-1);
      -o-transform: scale(-1);
      transform: scale(-1); }

/* Dashboard Upload Section */
.fds-dashboard-upload-section {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .fds-dashboard-upload-section figure {
    margin-bottom: 0px;
    position: relative; }
  .fds-dashboard-upload-section figcaption {
    display: flex;
    width: 100%;
    padding: 0px 29px 0px 29px;
    position: absolute;
    left: 0px;
    bottom: -50px; }
    .fds-dashboard-upload-section figcaption > a {
      display: inline-flex;
      width: 170px;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      justify-content: center;
      padding: 40px 10px;
      background-color: #ffffff; }
    .fds-dashboard-upload-section figcaption > a ~ .fds-dashboard-upload-text {
      padding: 38px 0px 0px 20px; }

.fds-dashboard-upload-thumb {
  position: relative; }

.fds-dashboard-upload-thumb {
  width: 100%; }

.fds-dashboard-upload-thumb .fds-coverimg-holder {
  height: 314px;
  background-color: #f2f3f5;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .fds-dashboard-upload-thumb .fds-coverimg-holder:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55); }

/* Dashboard File Upload */
.fds-dashboard-file-upload {
  position: absolute;
  right: 20px;
  top: 20px; }

.fds-upload-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px 9px 11px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fds-upload-btn i {
    font-size: 20px;
    display: inline-flex;
    margin-right: 7px; }
  .fds-upload-btn:hover {
    cursor: pointer;
    background-color: #e42a45; }

.fds-file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0; }

.fds-dashboard-upload-text span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-shadow: 2px 2px 4px #000;
  color: #ffffff; }

.fds-dashboard-upload-text small {
  font-size: 16px;
  text-shadow: 2px 2px 4px #000;
  color: #ffffff; }

/* Recet Order */
.fds-recet-order-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .fds-recet-order-list span {
    font-weight: 600;
    color: #e42a45; }
  .fds-recet-order-list strong {
    display: inline-block;
    width: 100px;
    background-color: #34a1fd;
    color: #ffffff;
    border-radius: 2px;
    line-height: 1;
    justify-content: center;
    padding: 7px 5px 7px 5px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    gap: 4px;
    text-align: center; }
    .fds-recet-order-list strong i {
      font-size: 10px; }
  .fds-recet-order-list a.fds-recet-order-link {
    display: flex;
    align-items: center;
    gap: 6px; }
    .fds-recet-order-list a.fds-recet-order-link i {
      color: #e42a45;
      font-size: 15px; }
  .fds-recet-order-list .fds-recet-order-tbody:nth-child(even) .fds-recet-order-cell {
    background-color: #fff; }

.fds-recet-order-thead {
  display: flex;
  width: 100%; }
  .fds-recet-order-thead div {
    flex: 1;
    color: #5b5b5b;
    font-weight: 600;
    font-size: 17px;
    padding: 9px 0px 9px 25px;
    display: flex;
    align-items: center; }
    .fds-recet-order-thead div:nth-child(4) {
      flex: 2 0 0; }
    .fds-recet-order-thead div.choice-status {
      flex: 1; }
  .fds-recet-order-thead .fds-column-title {
    background-color: #e7e7e7; }

.fds-recet-order-tbody {
  display: flex;
  width: 100%;
  align-items: center; }

.fds-recet-order-cell {
  flex: 1;
  color: #323237;
  font-size: 14px;
  padding: 9px 0px 9px 25px;
  background-color: #f2f2f2;
  height: 100%;
  display: flex;
  align-items: center; }
  .fds-recet-order-cell:nth-child(4) {
    flex: 2 0 0; }
  .fds-recet-order-cell.choice-status {
    flex: 1; }
  .fds-recet-order-cell.choice-actions {
    display: flex;
    justify-content: end; }

.foodsearch-default .fds-recet-order-btn.fds-link {
  background-color: #73737d;
  color: #ffffff;
  padding: 8px 11px 7px 11px;
  line-height: 1;
  border-radius: 2px;
  min-width: 92px;
  max-width: 120px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }
  .foodsearch-default .fds-recet-order-btn.fds-link.color2 {
    background-color: #323237; }

.fds-restaurant-order-status {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative; }
  .fds-restaurant-order-status strong {
    cursor: pointer; }

ul.fds-order-status-list-box {
  position: absolute;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  width: 98%;
  z-index: 1;
  display: none;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 6px 6px; }
  ul.fds-order-status-list-box li.fds-list-item {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 1.2;
    padding: 0px; }
    ul.fds-order-status-list-box li.fds-list-item a {
      border-bottom: 1px solid #ddd;
      width: 100%;
      display: flex;
      padding: 8px 10px; }
    ul.fds-order-status-list-box li.fds-list-item:last-child a {
      border: none; }
    ul.fds-order-status-list-box li.fds-list-item:hover a {
      background-color: #e42a45;
      color: #ffffff; }

/* Dashboard Reviews */
.fds-dashboard-reviews-wrap,
.fds-dashboard-reviews-top,
.fds-dashboard-reviews-list,
.fds-dashboard-reviews-list-inner,
.fds-dashboard-reviews-list .fds-item-thumb a {
  display: flex;
  width: 100%; }

.fds-dashboard-reviews-list ul {
  width: 100%; }

.fds-dashboard-reviews-top {
  margin-bottom: 35px;
  align-items: center;
  gap: 10px; }
  .fds-dashboard-reviews-top .fds-rating-stars:before, .fds-dashboard-reviews-top .fds-rating-stars-fill:before {
    font-size: 22px; }

.fds-dashboard-reviews-wrap {
  padding: 5px;
  flex-wrap: wrap; }

.tab-pane .fds-dashboard-reviews-wrap {
  padding: 30px; }

.fds-dashboard-reviews-point {
  display: inline-flex;
  font-size: 30px;
  font-weight: 600;
  color: #efce4a; }

.fds-dashboard-reviews-number {
  display: flex;
  font-size: 16px;
  margin-left: 4px;
  color: #5b5b5b; }

.fds-dashboard-reviews-right {
  display: flex;
  margin-left: auto; }
  .fds-dashboard-reviews-right > span {
    display: inline-flex;
    font-weight: 600;
    margin-right: 4px;
    color: #5b5b5b; }

/* Dashboard Reviews List */
.fds-dashboard-reviews-list ul li.fds-list-item {
  list-style: none; }

.fds-dashboard-reviews-list > ul > li.fds-list-item {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  width: 100%; }

.fds-dashboard-reviews-list-inner {
  padding: 37px 0px 30px 0px;
  align-items: flex-start;
  gap: 18px;
  position: relative; }

.selected-review-item .fds-dashboard-reviews-list-inner {
  padding-left: 65px;
  padding-right: 65px; }

.selected-review-item .fds-dashboard-reviews-list-inner {
  background-color: #f5f5f5; }

.fds-dashboard-reviews-list > ul > li:last-child {
  border-bottom: none; }

.fds-dashboard-reviews-list > ul > li:first-child .fds-dashboard-reviews-list-inner {
  padding-top: 0px; }

.fds-dashboard-reviews-list .fds-item-thumb {
  display: inline-flex;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border: 3px solid #e9e9e9;
  border-radius: 100%; }
  .fds-dashboard-reviews-list .fds-item-thumb img {
    border-radius: 100%;
    min-width: 50px;
    height: 50px; }
  .fds-dashboard-reviews-list .fds-item-thumb a {
    justify-content: center;
    align-items: center; }

.foodsearch-default a.add-reviewrply-popbtn {
  color: #e42a45; }

.fds-dashboard-reviews-text-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #333333; }

.fds-dashboard-reviews-text small {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 7px;
  color: #999999; }

.fds-dashboard-reviews-text p {
  display: inline;
  font-size: 16px;
  margin-bottom: 0px;
  color: #5b5b5b; }

.fds-rating-calc-wrap {
  display: inline-flex; }
  .fds-rating-calc-wrap:hover .fds-user-all-ratings {
    opacity: 1;
    visibility: visible;
    top: 75%; }

.fds-user-all-ratings {
  min-width: 260px;
  max-width: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 50px;
  top: 80%;
  flex-wrap: wrap;
  padding: 15px 15px 0px 15px;
  border-radius: 5px;
  z-index: 2;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fds-user-all-ratings .fds-user-rate-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 15px; }
  .fds-user-all-ratings:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 18px;
    top: -10px; }

/* Restaurants Shortlists */
.fds-restaurants-shortlists,
.fds-restaurants-shortlists-inner,
.fds-restaurants-shortlists .fds-item-thumb,
.fds-restaurants-shortlists .fds-item-thumb a,
.fds-restaurants-shortlists-text,
.fds-restaurants-shortlists-title,
.fds-restaurants-shortlists-link,
.fds-restaurants-shortlists-btn {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.fds-restaurants-shortlists [class*="fds-column-"] {
  margin-bottom: 30px; }

.fds-restaurants-shortlists {
  /*padding: 40px 30px 10px 30px;*/ }
  .fds-restaurants-shortlists .fds-item-thumb a {
    background-color: #f6f6f6;
    padding: 10px;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    max-height: 250px; }

.fds-restaurants-shortlists-inner {
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 6px 6px;
  position: relative;
  margin-bottom: 26px; }
  .fds-restaurants-shortlists-inner .fds-action-btns {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .fds-restaurants-shortlists-inner:hover .fds-action-btns {
    opacity: 1; }

.fds-restaurants-shortlists.fds-restaurants-shortlists-two .fds-item-thumb a {
  padding: 70px 0px; }

.fds-restaurants-shortlists-text {
  padding: 26px 21px 15px 21px; }

.fds-restaurants-shortlists-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px; }

.shortlists-favtags-uper {
  border-top: 1px solid #e5e5e5;
  padding-top: 12px;
  margin-top: 6px; }

.fds-restaurants-shortlists-link {
  justify-content: space-between; }
  .fds-restaurants-shortlists-link a {
    color: #5b5b5b;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center; }
    .fds-restaurants-shortlists-link a i {
      font-size: 18px;
      display: inline-flex;
      color: #ababab;
      margin-right: 5px; }

.fds-restaurants-shortlists-tags {
  display: inline-flex;
  margin-bottom: 5px; }

.foodsearch-default .fds-restaurants-shortlists-btn.fds-link {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  padding: 17px 10px 15px 10px;
  border-radius: 0px 0px 6px 6px;
  background-color: #e42a45;
  justify-content: center;
  align-items: center; }
  .foodsearch-default .fds-restaurants-shortlists-btn.fds-link i {
    display: inline-flex;
    font-size: 26px;
    margin-right: 4px; }

.fds-restaurants-shortlists .fds-restaurants-shortlists-like,
.fds-restaurants-shortlists.fds-restaurants-shortlists-two .fds-restaurants-shortlists-like {
  width: 30px;
  height: 30px;
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 16px;
  color: #ffffff;
  border-radius: 100%;
  font-size: 18px;
  line-height: 1.8;
  background-color: #e42a45;
  align-items: center; }

.three-form-coll .fds-form-cell:first-child {
  flex: 2.1 0 0; }

.fds-form-col2.three-form-coll {
  align-items: flex-end; }

.fds-dash-add-choicegroups {
  width: 100%; }

/* Checkout Style */
body.foodsearch-default .fds-checkout-maincon {
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin: 0 auto;
  position: relative; }
  body.foodsearch-default .fds-checkout-maincon form {
    display: flex;
    width: 100%;
    column-gap: 30px;
    flex-wrap: wrap; }
    body.foodsearch-default .fds-checkout-maincon form .fds-checkout-userdata-con {
      flex: 2; }
    body.foodsearch-default .fds-checkout-maincon form .fds-checkout-cart-con {
      flex: 1; }

.fds-user-formpart {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  flex-wrap: wrap; }

.fds-checkout-fields-wrap .label_wrap label {
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 10px; }

.fds-checkout-fields-wrap .fds-user-formpart {
  column-gap: 24px;
  align-items: baseline; }

.fds-checkout-fields-wrap .fds-form-field {
  flex: 48%; }

.fds-checkout-fields-wrap .fds-form-field:last-child,
.fds-checkout-fields-wrap .fds-form-field:nth-last-child(2) {
  margin-bottom: 0px; }

.fds-cart-itms {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  .fds-cart-itms .fds-baskit-cart-list {
    margin: 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px; }
    .fds-cart-itms .fds-baskit-cart-list li.fds-list-item {
      list-style: none;
      margin: 0px;
      display: flex;
      width: 100%;
      padding: 8px 0px;
      line-height: 1.5;
      border-bottom: 1px solid #ededed;
      position: relative; }
      .fds-cart-itms .fds-baskit-cart-list li.fds-list-item a {
        color: #5b5b5b;
        text-decoration: none;
        font-size: 14px; }
      .fds-cart-itms .fds-baskit-cart-list li.fds-list-item small, .fds-cart-itms .fds-baskit-cart-list li.fds-list-item span {
        font-style: italic;
        font-size: 14px;
        margin-left: 8px;
        color: #e42a45;
        min-width: 25px;
        max-width: 100%; }
      .fds-cart-itms .fds-baskit-cart-list li.fds-list-item span {
        font-weight: bold;
        font-style: normal; }
      .fds-cart-itms .fds-baskit-cart-list li.fds-list-item.fds-cartsum-menuitem {
        justify-content: space-between; }
        .fds-cart-itms .fds-baskit-cart-list li.fds-list-item.fds-cartsum-menuitem a {
          color: #666666;
          font-weight: bold;
          font-size: 16px; }
    .fds-cart-itms .fds-baskit-cart-list:last-child li:last-child {
      border-bottom: none; }

.fds-subtotal-con {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid rgba(112, 112, 112, 0.25);
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
  padding-top: 18px; }
  .fds-subtotal-con .subtotal-itm-con {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 18px; }
    .fds-subtotal-con .subtotal-itm-con strong {
      color: #333333;
      font-weight: 500;
      font-size: 16px; }
    .fds-subtotal-con .subtotal-itm-con span {
      color: #666666;
      font-weight: 500;
      font-size: 16px; }

.fds-carttotal-con {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 10px; }
  .fds-carttotal-con strong {
    color: #333333;
    font-weight: 500;
    font-size: 22px; }
  .fds-carttotal-con span {
    color: #666666;
    font-weight: 500;
    font-size: 16px; }

.fds-placeorder-con button {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  justify-content: center;
  margin-bottom: 18px; }

.terms-priv-chek-con span {
  color: #333333;
  font-size: 14px; }
  .terms-priv-chek-con span a {
    color: #e42a45; }

.fds-paymethod-field {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .fds-paymethod-field .fds-radio-itm {
    display: flex;
    width: 100%; }
    .fds-paymethod-field .fds-radio-itm label {
      width: 100%;
      margin: 0px; }
    .fds-paymethod-field .fds-radio-itm .img-labl-con {
      display: flex;
      width: 100%;
      justify-content: space-between;
      cursor: pointer;
      align-items: center;
      padding: 12px 24px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .fds-paymethod-field .fds-radio-itm input {
      display: none; }
    .fds-paymethod-field .fds-radio-itm input:checked ~ div,
    .fds-paymethod-field .fds-radio-itm:hover div {
      background-color: #f3f3f3; }
    .fds-paymethod-field .fds-radio-itm span {
      display: flex;
      align-items: center;
      color: #999999;
      font-size: 14px;
      column-gap: 9px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .fds-paymethod-field .fds-radio-itm span img {
        width: 30px; }
    .fds-paymethod-field .fds-radio-itm i {
      color: #999999;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .fds-paymethod-field .fds-radio-itm input:checked ~ div i {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

.fds-user-locations {
  width: 100%; }

/* Following Customers */
.fds-userposts-itmex {
  display: flex;
  width: 100%;
  gap: 20px; }
  .fds-userposts-itmex .fds-userposts-itm {
    width: 150px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 12px; }
  .fds-userposts-itmex .user-img-con img {
    border-radius: 12px;
    margin-bottom: 10px; }
  .fds-userposts-itmex .user-titltxt-con {
    text-align: center; }
  .fds-userposts-itmex span.fds-post-label {
    font-size: 16px;
    font-weight: bold; }

.fds-lodmore-btnsec {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 25px; }

.fds-imgcropper-mainbox {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  justify-content: center;
  position: relative;
  border-radius: 12px;
  padding: 0px 0px 20px 0px;
  flex-wrap: wrap;
  min-width: 200px;
  max-width: 450px;
  overflow: hidden; }
  .fds-imgcropper-mainbox .fds-dragslidr-txt {
    margin-bottom: 15px; }

/* Responsive */
/*  Media 768Px Start */
@media (min-width: 768px) and (max-width: 990px) {
  .fds-checkout-fields-wrap .fds-form-field:nth-last-child(2) {
    margin-bottom: 24px; } }

/* Media 420Px Start */
@media (max-width: 767px) {
  .fds-recet-order-list {
    overflow-x: scroll;
    border: 1px solid #eee; }
  .fds-recet-order-cell:first-child, .fds-column-title:first-child,
  .fds-recet-order-thead div:first-child {
    position: sticky;
    left: 0;
    flex: 1 0 130px;
    box-shadow: 7px 0px 8px 0px rgba(0, 0, 0, 0.12);
    background-color: #f7f7f7;
    height: 100%;
    align-items: center;
    display: flex; }
  .foodsearch-default .fds-recet-order-cell, .foodsearch-default .fds-column-title,
  .foodsearch-default .fds-recet-order-thead div,
  .foodsearch-default .fds-recet-order-cell.choice-status,
  .foodsearch-default .fds-recet-order-cell:nth-child(4),
  .foodsearch-default .fds-recet-order-thead div.choice-status {
    flex: 1 0 150px; }
  .fds-dashboard-account-upload {
    margin-top: 25px; }
  .fds-dashboard-account-upload-title,
  .fds-dashboard-account-upload small {
    color: #333; }
  .fds-profile-upload-cnt {
    padding-top: 20px; }
  .fds-dashboard-reviews-list-inner {
    flex-wrap: wrap; }
  .fds-product-selection-modal .fds-plugin-modal-box-inner {
    max-height: 170px; }
  .fds-dynm-modal-content {
    min-height: 320px;
    max-height: 200px; }
  .foodsearch-default .extra_option_wrap .extra_option.width-50 {
    flex-basis: 100%; }
  body.foodsearch-default .fds-checkout-maincon
form .fds-checkout-userdata-con {
    flex: 100%; }
  .fds-checkout-fields-wrap .fds-form-field:nth-last-child(2) {
    margin-bottom: 24px; }
  .fds-dashboard-reviews-wrap {
    padding: 0px; }
  .fds-dashboard-reviews-list-inner {
    overflow: hidden; } }

/* Media 300Px Start */
@media (max-width: 480px) {
  .fds-dashboard-account-upload {
    padding-left: 0px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
  .fds-dashboard-account-upload-title {
    justify-content: center; }
  .fds-dashboard-account-upload-thumb {
    margin-right: 0px; }
  .fds-dashboard-account-upload small {
    margin-bottom: 10px; }
  .selected-review-item .fds-dashboard-reviews-list-inner {
    padding: 20px; }
  .fds-dashboard-reviews-top {
    flex-wrap: wrap; }
  .fds-dynm-modal-content {
    min-height: 420px;
    max-height: 200px; }
  .fds-product-selection-modal .fds-plugin-modal-box-inner {
    max-height: 250px; }
  .popup-bottom-box {
    flex-wrap: wrap;
    gap: 10px; }
  .foodsearch-default .fds-formpart-hding a.fds-get-current-location {
    justify-content: center; } }
