body.submit_order_page .container.header_section header .fig {
  height: 330px;
}
body.submit_order_page .container.content_section {
  top: 35px;
  background: transparent;
}

body .content_section.no_border {
  border-radius: 0 !important;
}
body .content_section.offer_section {
  height: 100%;
  padding: 0;
}
body .content_section.offer_section.ordered_with_image .restaurant_list > .restaurant_row > div .bottom_row > div .title_box {
  padding-right: 0;
}
body .content_section.offer_section.offer_section_view {
  padding-left: 0;
  padding-right: 0;
  margin-top: 80px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant {
  padding-bottom: 10px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div {
  position: relative;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .img_row {
  width: 100%;
  height: 245px;
  background: #000;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .img_row img {
  width: 100%;
  height: 100%;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row {
  background: rgba(255, 255, 255, 0.9);
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row > div {
  position: relative;
  padding: 12px 35px;
  padding-bottom: 0;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row > div .logo_box {
  position: absolute;
  top: -60px;
  padding: 5px;
  width: 93px;
  height: 83px;
  overflow: hidden;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row > div .logo_box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row > div .title_box {
  margin-top: 20px;
  padding-right: 65px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row > div .title_box h3 {
  display: block;
  color: #414042;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  margin-top: 25px;
  font-weight: bold;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row > div .title_box h3 .rateing_star {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row > div .title_box strong {
  top: -5px;
  position: relative;
  color: #757575;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0.3px;
  font-weight: normal;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .bottom_row > div .like_box {
  position: absolute;
  top: 40px;
  right: 35px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .footer_row {
  color: #757575;
  background: white;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  padding-top: 5px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .footer_row .today_box {
  font-size: 12px;
  padding-top: 4px;
  width: 158px;
  min-width: 158px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .footer_row .distance_box {
  font-size: 14px;
  max-width: 60px;
  padding: 0;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .footer_row .distance_box img {
  margin-bottom: 3px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .footer_row .restaurant_types_box {
  padding: 0;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .restaurant_row > div .footer_row .restaurant_types_box img {
  margin-right: 8px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .good_choice_row {
  margin-top: 40px;
  margin-bottom: 25px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .good_choice_row .box_shape {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .good_choice_row .box_shape:before {
  position: absolute;
  content: " ";
  width: 70px;
  height: 1px;
  background: #414042;
  top: 50px;
  left: -90px;
  opacity: 0.2;
  z-index: 10;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .good_choice_row .box_shape:after {
  position: absolute;
  content: " ";
  width: 70px;
  height: 1px;
  background: #414042;
  top: 50px;
  left: 120px;
  opacity: 0.2;
  z-index: 10;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .good_choice_row .box_shape img {
  width: 100%;
  height: 100%;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .good_choice_row h2 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #414042;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Syaquita", sans-serif;
  text-align: center;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .good_choice_row h3 {
  text-align: center;
  color: #9C9C9C;
  font-size: 15px;
  letter-spacing: 0.3px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row {
  background: #F2F2F2;
  padding: 20px;
  color: #414042;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.28px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row div.time_row {
  color: #078F59;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row div.price_row .discounted_price {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.3px;
  color: #9C9C9C;
  margin-right: 20px;
  text-decoration: line-through;
  font-weight: bold;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row div.price_row .original_price {
  letter-spacing: 0.88px;
  color: #757575;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row div.piece_row {
  margin-top: 30px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row div.piece_row .col.center {
  min-width: 130px;
  padding: 0;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row div.piece_row .col.center .form-control {
  padding-top: 5px;
  padding-right: 30px;
  border-color: #EBEBEB;
  text-align-last: right;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #fff url(../img/nyil_icon.png) no-repeat 105px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row div.piece_row .col a {
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 100%;
  display: inline-block;
  width: 45px;
  height: 45px;
  font-weight: bold;
  font-size: 22px;
  color: #414042;
  text-align: center;
  line-height: 45px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .set_up_piece_row div.sobras_credit_row {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.32px;
  color: #078F59;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .submit_button_row {
  padding-top: 20px;
  padding-bottom: 30px;
  background: transparent url(../img/submit_btn_bg.png);
  height: 180px;
  line-height: 125px;
  text-align: center;
  vertical-align: middle;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .submit_button_row .btn {
  display: inline-block;
  width: 238px;
  background: #078F59;
  border-radius: 30px;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 13px 37px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .ingredients_and_allergens {
  position: absolute;
  width: 100%;
  bottom: -97px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .ingredients_and_allergens > div {
  text-align: center;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .ingredients_and_allergens > div > img {
  margin-right: 5px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .ingredients_and_allergens > div > a {
  color: #078F59;
  font-size: 12px;
  letter-spacing: 0.24px;
  text-decoration: underline;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.submit_order .ingredients_and_allergens > div > a img {
  margin-right: 5px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .logo_box {
  z-index: 10;
  position: absolute;
  top: -50px;
  padding: 5px;
  width: 125px;
  height: 110px;
  overflow: hidden;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .logo_box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .top_row {
  text-align: center;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .top_row .like_box {
  margin-top: 30px;
  display: inline-block;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row {
  display: flex;
  justify-content: space-between;
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  letter-spacing: 1px;
  padding: 30px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row .image {
  width: 80px;
  position: relative;
  height: 80px;
  overflow: hidden;
  border-radius: 50px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row .image img {
  width: 100%;
  height: 100%;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row .content {
  width: 200px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row .content .name {
  font-size: 16px;
  margin-bottom: 0;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row .content .category {
  font-size: 13px;
  margin-bottom: 0;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row .content .info {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 25px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row .content .info p {
  margin-bottom: 0;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .content_row .content .rateing_star_inline_box {
  margin-top: 10px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .description_row {
  padding: 0 30px;
  font-family: "VisbyCF Bold", serif;
  color: #707070;
  letter-spacing: 1px;
  font-size: 13px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .description_row.small {
  max-height: 145px;
  overflow: hidden;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .restaurant_row .read_more_btn {
  font-family: "VisbyCF Bold", serif;
  padding: 0px 30px;
  text-decoration: underline;
  color: #8352BE;
  font-size: 13px;
  letter-spacing: 0.26px;
  margin-top: 20px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .map_row {
  position: relative;
  margin-top: 20px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user {
  position: relative;
  margin-top: 20px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row {
  padding: 0px 30px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row {
  position: relative;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 30px 15px;
  width: 100%;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .ir_top_icon_container {
  position: absolute;
  top: -30px;
  height: 60px;
  width: 100%;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content {
  width: 100%;
  vertical-align: top;
  min-height: 100px;
  display: flex;
  justify-content: left;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .left {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  min-height: 50px;
  vertical-align: top;
  padding-right: 10px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .left img {
  height: 70px;
  width: auto;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right {
  display: flex;
  align-items: center;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right .m-left {
  margin-right: 20px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right .m-left .service-name {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right .m-left .time {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right .m-left .price {
  font-family: "VisbyCF Bold", serif;
  font-size: 23px;
  color: #8352BE;
  margin-bottom: 0;
  letter-spacing: 1px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right .m-left span {
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  color: #282829;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right .m-right.inactived .act_btn {
  background: url(../img/service/icons/turn_icon.svg) no-repeat 12px 12px #FE572D;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right .m-right .act_btn {
  height: 45px;
  width: 45px;
  border-radius: 30px;
  border: none;
  background: url(../img/service/icons/turn_icon.svg) no-repeat 12px 12px #87CEB7;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .offer_list_for_user .row .item_row .item_content .right .m-right .edit_btn {
  display: block;
  height: 45px;
  line-height: 45px;
  width: 45px;
  border-radius: 30px;
  border: none;
  color: white;
  background: #078F59;
  text-align: center;
  font-weight: 22px;
  margin-top: 10px;
}
body .content_section.offer_section.offer_section_view .restaurant_view_section.show_restaurant .back-btn {
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 80px;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal.modal.show .modal-dialog, body .content_section.offer_section.offer_section_view #description_modal.modal.show .modal-dialog {
  border-radius: 70px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  margin: 35px;
  margin-top: 80px;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal .good_choice_row, body .content_section.offer_section.offer_section_view #description_modal .good_choice_row {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal .good_choice_row .box_shape, body .content_section.offer_section.offer_section_view #description_modal .good_choice_row .box_shape {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal .good_choice_row .box_shape:before, body .content_section.offer_section.offer_section_view #description_modal .good_choice_row .box_shape:before {
  position: absolute;
  content: " ";
  width: 70px;
  height: 1px;
  background: #414042;
  top: 50px;
  left: -90px;
  opacity: 0.2;
  z-index: 10;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal .good_choice_row .box_shape:after, body .content_section.offer_section.offer_section_view #description_modal .good_choice_row .box_shape:after {
  position: absolute;
  content: " ";
  width: 70px;
  height: 1px;
  background: #414042;
  top: 50px;
  left: 120px;
  opacity: 0.2;
  z-index: 10;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal .good_choice_row .box_shape img, body .content_section.offer_section.offer_section_view #description_modal .good_choice_row .box_shape img {
  width: 100%;
  height: 100%;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal .good_choice_row h2, body .content_section.offer_section.offer_section_view #description_modal .good_choice_row h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #414042;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Syaquita", sans-serif;
  text-align: center;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal .good_choice_row .description, body .content_section.offer_section.offer_section_view #description_modal .good_choice_row .description {
  text-align: center;
  color: #9C9C9C;
  font-size: 14px;
  letter-spacing: 0.28px;
}
body .content_section.offer_section.offer_section_view #what_is_box_modal .good_choice_row .btn, body .content_section.offer_section.offer_section_view #description_modal .good_choice_row .btn {
  margin-top: 35px;
  background: #414042;
  border-radius: 30px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px;
  display: inline-block;
  min-width: 185px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row {
  text-align: left;
  margin-bottom: 25px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .extra_deal {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  background: #078F59;
  border-radius: 30px 30px 0 0;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .extra_deal .left {
  height: 55px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .extra_deal .left a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 55px;
  font-weight: 600;
  margin-left: 15px;
  letter-spacing: 0.7px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .extra_deal .right {
  height: 55px;
  line-height: 55px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .extra_deal .right img {
  float: right;
  height: 40px;
  margin-top: 7.5px;
  margin-right: 15px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .extra_deal .right div {
  height: 55px;
  line-height: 55px;
  float: right;
  color: #fff;
  margin-right: 10px;
  font-weight: 200;
  font-size: 12px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div {
  position: relative;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .img_row {
  width: 100%;
  height: 245px;
  background: #000;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .img_row img {
  width: 100%;
  height: 100%;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .top_row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .top_row > div {
  position: relative;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .top_row > div .offer_num_box {
  margin-top: 10px;
  display: inline-block;
  padding: 3px 10px;
  font-size: 16px;
  color: #414042;
  font-weight: bold;
  background: #D7DF23;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .top_row > div .like_box {
  display: inline-block;
  background: #078F59;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row > div {
  position: relative;
  padding: 12px 30px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row > div .logo_box {
  position: absolute;
  top: -60px;
  padding: 5px;
  width: 93px;
  height: 83px;
  overflow: hidden;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row > div .logo_box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row > div .title_box {
  padding-right: 65px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row > div .title_box h3 {
  display: inline-block;
  color: #414042;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  margin-top: 25px;
  font-weight: bold;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row > div .title_box h3 .rateing_star {
  margin-left: 5px;
  position: relative;
  top: -3px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row > div .title_box h6 {
  color: #9C9C9C;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0.3px;
  margin-top: 0;
  margin-bottom: 0px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row > div .bottom_row > div .percent_box {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  top: 15px;
  right: 30px;
  background: #fff;
  border-radius: 100%;
  color: #078F59;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .footer_row {
  color: #757575;
  margin-top: 5px;
  padding: 0 30px;
  width: calc(100% - 60px);
}
body .content_section.offer_section .restaurant_list > .restaurant_row .footer_row .today_box {
  font-size: 10px;
  padding-top: 4px;
  width: 135px;
  min-width: 135px;
  padding-right: 0px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .footer_row .distance_box {
  font-size: 12px;
  max-width: 88px;
  padding: 0;
  padding-top: 4px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .footer_row .distance_box img {
  margin-bottom: 3px;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .footer_row .restaurant_types_box {
  padding-left: 0;
}
body .content_section.offer_section .restaurant_list > .restaurant_row .footer_row .restaurant_types_box img {
  margin-right: 8px;
}
body .content_section.offer_section.without_image {
  overflow: visible;
}
body .content_section.offer_section.without_image .restaurant_list {
  text-align: center;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row {
  padding: 25px 30px;
  margin-bottom: 0;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row:nth-child(even) {
  background: rgba(7, 143, 89, 0.05);
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row {
  margin: 0;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.logo_box {
  max-width: 80px;
  padding: 0;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.logo_box img {
  width: 100%;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block {
  padding-right: 0;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.title_box {
  position: relative;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.title_box .left_box {
  padding-right: 55px;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.title_box .left_box h3 {
  color: #414042;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.title_box .left_box strong {
  color: #9C9C9C;
  font-size: 15px;
  font-weight: normal;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.title_box .left_box .rateing_star {
  margin-right: 5px;
  position: relative;
  top: -3px;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.title_box .right_box {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #414042;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.title_box .right_box img {
  margin-bottom: 5px;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.offer_num_box {
  font-size: 13px;
  color: #757575;
}
body .content_section.offer_section.without_image .restaurant_list > .restaurant_row .row .col.text_block .row.restaurant_types_box img {
  margin-right: 8px;
}
body .with_image_page, .without_image_page {
  height: 100%;
}
body .with_image_page .container.header_section header .fig .h1_box, .without_image_page .container.header_section header .fig .h1_box {
  background: #ffffff;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  margin-top: 85px;
}
body .with_image_page .container.header_section header .fig .h1_box h1, .without_image_page .container.header_section header .fig .h1_box h1 {
  font-size: 14px;
  text-align: left !important;
  padding-left: 10px;
}
body .with_image_page .content_section.offer_section .restaurant_list, .without_image_page .content_section.offer_section .restaurant_list {
  padding: 30px;
}

body .without_image_page .container.header_section header .fig .h1_box {
  background: rgba(255, 255, 255, 0.85);
}

body .googlemap_page {
  height: 100%;
}
body .googlemap_page .container.header_section {
  z-index: 1;
  position: relative;
}
body .googlemap_page .container.header_section header .fig {
  background: transparent;
}
body .googlemap_page .container.header_section header .fig .h1_box.title_icon_mode {
  background: #fff;
  margin-top: 134px;
  z-index: 1;
}
body .googlemap_page .content_section.offer_section {
  position: relative;
  z-index: 0;
}
body .googlemap_page .container.footer_section {
  margin-top: -95px;
  z-index: 1;
  position: relative;
}

body .ordered_with_image_page .content_section.offer_section {
  min-height: calc(100vh - 374px) !important;
}

body .ordered_with_image_page .container.header_section header .fig {
  height: 205px;
}
body .ordered_with_image_page .content_section.offer_section {
  top: -27px;
}
body .ordered_with_image_page .container.header_section header .fig .h1_box {
  background: #ffffff;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 165px;
  margin-left: 0;
  width: 100%;
}
body .ordered_with_image_page .container.header_section header .fig .h1_box h1 {
  font-size: 14px;
  text-align: left !important;
  padding-left: 10px;
}

.no_result {
  padding-top: 90px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  max-width: 200px;
  margin: 0 auto;
  line-height: 24px;
}
.no_result img {
  max-width: 100%;
  margin-bottom: 25px;
}

.selected_professional .item_row {
  background: #592E8D !important;
  padding: 15px !important;
}
.selected_professional .item_row .service-name {
  color: #fff !important;
}
.selected_professional .item_row .price {
  color: #87CEB7 !important;
}
.selected_professional .item_row .time {
  display: none !important;
}
.selected_professional h1 {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  font-size: 23px;
  letter-spacing: 1px;
  padding: 0 30px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.selected_professional .select-date {
  padding: 0 30px;
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
}
.selected_professional .select-date > div {
  width: 100%;
  text-align: center;
  margin: 0 2px;
}
.selected_professional .select-date > div .date, .selected_professional .select-date > div .time, .selected_professional .select-date > div .interval {
  background: #87CEB7;
  border-radius: 50px;
  padding: 20px 25px;
  font-family: "VisbyCF Bold", serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}
.selected_professional .select-date > div .select-button {
  border: unset;
  background: unset;
}
.selected_professional .select-date > div .select-button .transform-180deg {
  transform: rotate(180deg);
}
.selected_professional .description_box {
  padding: 0 30px;
}
.selected_professional .order-btn {
  margin: 0 30px;
}
.selected_professional .upload_photo_box {
  margin: 20px 30px;
}

.confirm_order {
  padding: 0 30px;
}
.confirm_order h1 {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.confirm_order .content_row {
  display: flex;
  justify-content: space-between;
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  letter-spacing: 1px;
  padding: 20px;
}
.confirm_order .content_row .image {
  width: 80px;
  position: relative;
  height: 80px;
  overflow: hidden;
  border-radius: 50px;
}
.confirm_order .content_row .image img {
  width: 100%;
  height: 100%;
}
.confirm_order .content_row .content {
  width: 200px;
}
.confirm_order .content_row .content .name {
  font-size: 16px;
  margin-bottom: 0;
}
.confirm_order .content_row .content .category {
  font-size: 13px;
  margin-bottom: 0;
}
.confirm_order .content_row .content .info {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 25px;
}
.confirm_order .content_row .content .info p {
  margin-bottom: 0;
}
.confirm_order .confirm_order_content {
  text-align: center;
}
.confirm_order .confirm_order_content .good-choice-text {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
.confirm_order .confirm_order_content .box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
}
.confirm_order .confirm_order_content .box img {
  width: 80px;
  height: auto;
}
.confirm_order .confirm_order_content .box .professional_name {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.confirm_order .confirm_order_content .box .professional_select_date {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  font-size: 23px;
  letter-spacing: 1px;
}
.confirm_order .confirm_order_content .box .professional_price {
  font-family: "VisbyCF Bold", serif;
  color: #592E8D;
  font-size: 35px;
  letter-spacing: 1px;
}
.confirm_order .order-btn {
  margin-top: 90px;
}
.confirm_order .order-btn .terms {
  display: block;
  font-family: "VisbyCF Bold", serif;
  letter-spacing: 1px;
  color: #FE572D;
  text-decoration: underline;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}
.confirm_order .back-btn {
  margin-top: 60px;
}

.user-show-order .order,
.show-order .order,
.active_orders .order {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  letter-spacing: 1px;
  padding: 15px 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.user-show-order .order.modify-hour,
.show-order .order.modify-hour,
.active_orders .order.modify-hour {
  background: #FECB00;
  margin-bottom: 0;
}
.user-show-order .order .main-content,
.show-order .order .main-content,
.active_orders .order .main-content {
  display: flex;
  justify-content: space-between;
}
.user-show-order .order .main-content .profile-image .image,
.show-order .order .main-content .profile-image .image,
.active_orders .order .main-content .profile-image .image {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: auto;
  margin-right: 20px;
}
.user-show-order .order .main-content .profile-image .image img,
.show-order .order .main-content .profile-image .image img,
.active_orders .order .main-content .profile-image .image img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.user-show-order .order .main-content .content,
.show-order .order .main-content .content,
.active_orders .order .main-content .content {
  width: 100%;
}
.user-show-order .order .main-content .content .name,
.show-order .order .main-content .content .name,
.active_orders .order .main-content .content .name {
  font-size: 16px;
  margin-bottom: 0;
}
.user-show-order .order .main-content .content .offer-type,
.show-order .order .main-content .content .offer-type,
.active_orders .order .main-content .content .offer-type {
  margin-top: 20px;
  margin-bottom: 0;
}
.user-show-order .order .main-content .content .offer-hours,
.show-order .order .main-content .content .offer-hours,
.active_orders .order .main-content .content .offer-hours {
  width: 100%;
  text-align: end;
  margin-bottom: 0;
}
.user-show-order .order .main-content .content .price,
.show-order .order .main-content .content .price,
.active_orders .order .main-content .content .price {
  font-size: 35px;
  color: #8352BE;
  text-align: end;
  margin-bottom: 0;
}
.user-show-order .waiting-confirmation,
.show-order .waiting-confirmation,
.active_orders .waiting-confirmation {
  background: #FECB00;
  padding: 20px;
  border-radius: 20px;
  font-family: "VisbyCF Bold", serif;
  font-size: 20px;
  color: #282829;
  text-align: center;
  margin-top: 20px;
}
.user-show-order .waiting-confirmation p,
.show-order .waiting-confirmation p,
.active_orders .waiting-confirmation p {
  margin-bottom: 0;
}
.user-show-order .process-order,
.show-order .process-order,
.active_orders .process-order {
  background: #87CEB7;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  font-family: "VisbyCF Bold", serif;
}
.user-show-order .process-order.grey-bg,
.show-order .process-order.grey-bg,
.active_orders .process-order.grey-bg {
  background: #F4F4F4;
}
.user-show-order .process-order .creator-name,
.show-order .process-order .creator-name,
.active_orders .process-order .creator-name {
  font-size: 16px;
  color: #282829;
  text-align: center;
}
.user-show-order .process-order .remaining-time,
.show-order .process-order .remaining-time,
.active_orders .process-order .remaining-time {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.user-show-order .process-order .remaining-time p,
.show-order .process-order .remaining-time p,
.active_orders .process-order .remaining-time p {
  margin-bottom: 0;
}
.user-show-order .process-order .remaining-time .colon,
.user-show-order .process-order .remaining-time .time,
.show-order .process-order .remaining-time .colon,
.show-order .process-order .remaining-time .time,
.active_orders .process-order .remaining-time .colon,
.active_orders .process-order .remaining-time .time {
  display: grid;
  font-size: 30px;
  color: #592E8D;
  margin: 0 3px;
}
.user-show-order .process-order .remaining-time label,
.show-order .process-order .remaining-time label,
.active_orders .process-order .remaining-time label {
  font-size: 15px;
  color: #282829;
}

.user-show-order {
  position: relative;
  top: 50px;
}
.user-show-order .buttons-box {
  margin-top: 20px;
}
.user-show-order .buttons-box .purple_btn {
  margin-top: 40px;
}
.user-show-order .buttons-box .back-btn {
  margin-top: 20px;
}
.user-show-order .buttons-box .processing-text {
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  color: #282829;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.order-review {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  letter-spacing: 1px;
}
.order-review h1 {
  font-size: 23px;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}
.order-review .rateing_row {
  display: flex;
  justify-content: space-around;
  margin: 30px 20px;
}
.order-review .main-content {
  display: flex;
  justify-content: space-between;
}
.order-review .main-content .profile-image .image {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: auto;
  margin-right: 20px;
}
.order-review .main-content .profile-image .image img {
  width: 100%;
  border-radius: 50px;
}
.order-review .main-content .content {
  width: 100%;
}
.order-review .main-content .content .name {
  font-size: 16px;
  margin-bottom: 0;
}
.order-review .main-content .content .offer-type {
  margin-top: 20px;
  margin-bottom: 0;
}
.order-review .back-btn {
  margin-top: 30px;
}

.gm-style .gm-style-iw-d {
  max-height: unset !important;
  overflow: unset !important;
}

.gm-style .gm-style-iw-c {
  background: unset !important;
  box-shadow: unset !important;
  min-width: 330px !important;
}

.gm-style .gm-style-iw-tc::after {
  content: unset;
}

/*# sourceMappingURL=offers.css.map */
