:root {
  --primary-color: #ee3232;
  /* main color */
  --dark_btn-color: #8a374c;
}

body {
  font-family: "Oswald", sans-serif;
}

main {
  /*margin-top: 94px;*/
  margin-top: 108px;
}

.homepage main {
  margin-top: 0px;
}

.homepage .header_search {
  display: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

header.header #logo img {
  max-width: 257px;
}

.hero_section {
  display: flex;
}

.hero_section .hero_content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 95px;
  width: 100%;
  position: relative;
  background-image: url("../../images/front/hero.jpg");
  height: 650px;
  background-size: cover;
  background-position: right;
  position: relative;
  z-index: 99;
}

.hero_section .hero_content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 42%);
  z-index: -1;
}

.hero_section .hero_content .hero_center {
  width: 720px;
  text-align: center;
}

.hero_section .hero_content .hero_center h1 {
  color: #fff;
  font-size: 36px;
}

.hero_search.z-index,
.bottom_page_search.z-index {
  z-index: 99;
}

.bottom_page_search {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.ratetray_search {
  position: relative;
}

.ratetray_search .form-control {
  /*background-color: #e2e2e2;*/
  /*border: 2px solid transparent;*/
  padding: 15px 20px;
  height: auto;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  border-radius: 10px;
  position: relative;
  padding-left: 20px;
}

.header_search.ratetray_search .form-control {
  padding: 10px 20px;
}

.header_search.ratetray_search .smart_searching .btn {
  height: 51px;
}

.hero_search.ratetray_search .search_keyword {
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
}

.ratetray_search .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #e2e2e2;
}

.ratetray_search .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.ratetray_search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.ratetray_search .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.ratetray_search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.learn_more {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 21px;
}

.learn_more:hover {
  color: #fff;
}

.learn_more i {
  display: block;
  font-size: 50px;
  margin-top: -8px;
  transition: transform 0.3s ease-out;
}

.learn_more:hover i {
  transform: translateY(4px);
}

.food_feature {
  background-color: var(--primary-color);
  padding: 55px 0px;
}

.food_feature .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 45px;
}

.food_feature .food_description h2 {
  color: #fff;
  font-weight: 400;
  padding-bottom: 6px;
}

.food_feature .food_description p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  width: 73%;
}

footer {
  background-color: var(--primary-color);
}

.footer_logo {
  padding-top: 65px;
}

.footer_logo img {
  max-width: 250px;
}

.footer_logo h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

.footer_logo p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}

.footer_btns {
  text-align: center;
}

.add_btns p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 14px;
}

.add_btns p span {
  background: #fff;
  color: #ee3232;
  border-radius: 100px;
  padding: 1px 5px;
  vertical-align: middle;
}

.add_btns .btn {
  background-color: #fff;
  color: var(--primary-color);
  width: 80%;
  font-size: 21px;
  padding: 8px 8px;
  margin-bottom: 12px;
  border-radius: 8px;
}

aside .add_btns .btn {
  border: 2px solid #000;
  color: #000;
}

aside .add_btns .btn:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

aside .add_btns p span {
  background-color: var(--primary-color);
  color: #fff;
}

aside .add_btns p {
  color: var(--primary-color);
  width: 80%;
  text-align: center;
  margin-bottom: 10px;
}

aside .add_btns {
  margin-bottom: 35px;
  margin-top: 0px;
}

aside .search_filters+.add_btns {
  margin-top: 35px;
}

.social_icons {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_icons ul {
  display: flex;
  column-gap: 15px;
  margin: 0;
}

.social_icons ul li a {
  color: var(--primary-color);
  background: #fff;
  width: 35px;
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 21px;
}

.footer_links ul li a {
  color: #fff;
  font-size: 17px;
  padding-bottom: 15px;
  display: block;
}

.footer_links ul {
  margin-top: 25px;
}

.main-menu .btn {
  background: #ee3232;
  color: #fff !important;
  padding: 4px 12px;
  font-size: 18px;
  border-radius: 8px;
}

.main-menu .btn2 {
  background: #fff;
  color: #000 !important;
  padding: 4px 12px;
  margin-left: 10px;
  font-size: 18px;
  border-radius: 8px;
}

.main-menu .logged_in .btn {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px;
  margin-left: 15px;
}

.main-menu .logged_in .btn span {
  background: #fff;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  color: var(--primary-color);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage header {
  background-color: transparent;
  border-bottom: 0;
  z-index: 999;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_search {
  width: 45%;
  /* position: fixed; */
  top: 21px;
  /*top: 9px;*/
  /* margin: 0 auto; */
  margin-left: 5px;
  margin-bottom: 40px;
  margin-right: 10px;
  z-index: 99;
  padding: 0;
}

.header_search .smart_searching {
  margin-top: 0px;
}

.food_categories {
  padding-top: 20px;
}

.food_categories .container {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}

.food_categories .food_category_item img {
  width: 45px;
}

.food_categories .food_category_item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.food_categories .food_category_item:hover p {
  color: var(--primary-color);
}

.food_categories .food_category_item p {
  max-width: 60px;
  line-height: 16px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -5px;
}

.owl-theme .owl-nav {
  left: 0;
  top: 10px;
}

.menu_item_box .item_info {
  margin-top: 15px;
}

.menu_item_box {
  /*margin-bottom: 45px;*/
  margin-bottom: 1.75rem;
  display: block;
}

.menu_item_box .item_info h3 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu_item_box .item_info h3 span {
  font-weight: 400;
  font-size: 14px;
}

.menu_item_box figure {
  border-radius: 10px;
  position: relative;
}

.menu_item_box figure .rating_badge_circle {
  background: #000;
  height: 25px;
  width: 25px;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  border-radius: 100px;
}

span.rating_badge_circle:after {
  content: "\f005";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "FontAwesome";
}

.menu_item_box figure .rating_badge_circle.fantastic {
  background-color: #20d79b;
}

.menu_item_box figure .rating_badge_circle.good {
  background-color: #88c504;
}

.menu_item_box figure .rating_badge_circle.ok {
  background-color: #ffe234;
}

.menu_item_box figure .rating_badge_circle.poor {
  background-color: #ffa534;
}

.menu_item_box figure .rating_badge_circle.awful {
  background-color: #aa54e7;
}

.menu_item_box .item_info p {
  /*color: #898989;*/
  font-size: 14px;
  margin-bottom: 5px;
}

.add_menu_item_box {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  height: 190px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: var(--primary-color);
  font-weight: 500;
}

.search_bar_list .form-control {
  width: 82%;
  padding-left: 55px !important;
  height: 60px !important;
  margin-right: -7px;
  border-radius: 8px !important;
  font-size: 21px;
  z-index: 1;
}

.search_bar_list i {
  position: absolute;
  left: 20px;
  top: 19px;
  font-size: 22px;
  color: #000;
  z-index: 1;
}

.search_bar_list .btn {
  font-size: 21px;
  padding: 0px 20px;
  width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_bar_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}

.search_bar_list+h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.btn-ratetray {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid transparent;
}

.btn-ratetray.btn-lg {
  padding: 5px 25px;
}

.btn-ratetray:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.search_bar_list .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 21px;
  font-weight: 400;
}

.search_bar_list .form-control::-moz-placeholder {
  color: #000;
  font-size: 21px;
  font-weight: 400;
}

.search_bar_list .form-control:-ms-input-placeholder {
  color: #000;
  font-size: 21px;
  font-weight: 400;
}

.search_bar_list .form-control:-moz-placeholder {
  color: #000;
  font-size: 21px;
  font-weight: 400;
}

.rating_count_info p {
  color: #898989;
  font-size: 18px;
}

.rating_count_info p span {
  display: inline-block;
  background-color: #898989;
  padding: 2px;
  vertical-align: middle;
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
}

.search_filters {
  margin-top: 15px;
  margin-bottom: 70px;
}

.search_filters h4 {
  font-size: 21px;
  margin-bottom: 20px;
}

.search_filters .form-group label {
  font-size: 16px;
}

.sort_filter,
.rating_filter {
  margin-bottom: 40px;
}

.search_filters .container_radio .checkmark {
  top: 2px;
  border: 2px solid #d2d8dd;
}

.search_filters .container_radio input:checked~.checkmark:after {
  top: 2px;
  left: 2px;
}

.search_filters .container_check .checkmark {
  top: 3px;
  border-radius: 100px;
  border: 2px solid #d2d8dd;
}

.search_filters .container_check .checkmark:after {
  display: none !important;
}

.rating_filter .fantastic .container_check input:checked~.checkmark {
  background-color: #20d79b;
}

.rating_filter .good .container_check input:checked~.checkmark {
  background-color: #88c504;
}

.rating_filter .ok .container_check input:checked~.checkmark {
  background-color: #ffe234;
}

.rating_filter .poor .container_check input:checked~.checkmark {
  background-color: #ffa534;
}

.rating_filter .awful .container_check input:checked~.checkmark {
  background-color: #aa54e7;
}

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

.profile_banner {
  margin-bottom: 30px;
}

.profile_banner figure {
  height: 270px;
  overflow-y: hidden;
}

.profile_info h1 {
  background-color: #fff;
  padding: 12px 30px;
  box-shadow: 0px 20px 18px -15px #d5d5d5;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  font-size: 37px;
  position: relative;
}

.profile_info h1 span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  bottom: -16px;
  border: 1px solid var(--primary-color);
  background-color: #20d79b;
  border-radius: 100px;
}

.profile_info h1 span:after {
  content: "\f005";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "FontAwesome";
  text-shadow: none;
}

.profile_info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -24px;
  right: 10px;
  left: 10px;
  z-index: 21;
}

.profile_banner .col-lg-9 {
  position: relative;
}

.menu_page .profile_banner .profile_info h1 {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 400;
  max-width: 93%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.menu_page .profile_banner .profile_info h1 small {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.menu_page .profile_banner .profile_info h1 small a {
  color: #fff;
}

.menu_detail_rating {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.rating_progress_block {
  display: flex;
  align-items: center;
}

.rating_progress_block .rating_counts {
  width: 40%;
  text-align: center;
  text-shadow: 2px 2px #C7C7C7;
}

.rating_progress_block .rating_counts span {
  font-size: 65px;
  font-weight: 800;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 52px;
}

.rating_progress_block .rating_counts .sub_rating {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  padding-left: 0px;
  text-shadow: 0 0 Black;
}

.rating_counts .add_btns .btn,
.rating_counts .add_btns .btn:focus {
  border: 1px solid var(--primary-color);
  font-size: 22px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
}

.rating_counts .add_btns .btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.rating_progress_block .rating_progressbar {
  width: 60%;
}

.rating_progress_block .rating_progressbar .progress {
  width: 100%;
  height: 30px;
  border-radius: 8px;
  background-color: transparent;
  display: flex;
  margin-bottom: 12px;
}

.rating_progress_block .rating_progressbar .progress span {
  color: #9f9d9d;
  font-weight: 600;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 3px;
}

.rating_progress_block .rating_progressbar .progress:last-child {
  margin-bottom: 0;
}

.rating_progress_block .rating_progressbar .progress .progress-bar {
  border-radius: 8px;
}

.rating_progress_block .rating_progressbar .fantastic.progress .progress-bar {
  background-color: #20d79b;
}

.rating_progress_block .rating_progressbar .good.progress .progress-bar {
  background-color: #88c504;
}

.rating_progress_block .rating_progressbar .ok.progress .progress-bar {
  background-color: #ffe234;
}

.rating_progress_block .rating_progressbar .poor.progress .progress-bar {
  background-color: #ffa534;
}

.rating_progress_block .rating_progressbar .awful.progress .progress-bar {
  background-color: #aa54e7;
}

.progress-bar {
  margin-left: 5px;
  height: 21px;
  margin-top: 5px;
  width: 90%;
}

.reviews_section,
.gallary_section {
  margin-bottom: 50px;
}

.centered_rating_box.review_box{
  height: unset;
}

.review_box {
  width: 99%;
  height: 260px;
  /* border: 1px solid #a7a7a7; */
  padding: 15px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 10px;
}

.review_box .date {
  color: white;
  font-size: 14px;
  display: block;
}

.review_box p {
  color: #898989;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
  margin-top: 10px;
}

.page_title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_title_popular {
  margin-bottom: 5px;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}

.page_title h3,
.page_title h1,
.page_title h2 {
  font-size: 23px;
  <<<<<<< HEAD margin-bottom: 10px;
  font-size: 23px;
  margin-bottom: 10px;
  background-image: linear-gradient(to right, #F27121cc, #E94057cc, #8A2387cc);
  border-radius: 6px;
  padding: 3px 6px;
  color: #fff;
  =======margin-bottom: 0px;
  background-image: linear-gradient(to right, #F27121cc, #E94057cc, #8A2387cc);
  border-radius: 6px;
  padding: 3px 6px;
  >>>>>>>47c9594 (=Css updated)
}

.page_title a {
  color: var(--primary-color);
  font-size: 19px;
}

.page_title_popular h3,
.page_title_popular h1,
.page_title_popular h2 {
  font-size: 23px;
  margin-bottom: 5px;
  font-size: 23px;
  margin-bottom: 5px;
  background-image: linear-gradient(to right, #F27121cc, #E94057cc, #8A2387cc);
  border-radius: 6px;
  padding: 3px 6px;
  color: #fff;
}

.page_title_popular a {
  color: var(--primary-color);
  font-size: 19px;
  /*margin-top: -20px;*/
}

.review_box .reviewer_name {
  position: absolute;
  bottom: -1px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  background-image: url("../../images/front/food_categories/review_name_back.png");
  background-size: 92%;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 95px;
}

.review-block .review_box .reviewer_name {
  background: none;
  bottom: 15px;
  z-index: 8;
}

.review_block .overlay .overlay_content {
  align-items: start;
  padding-top: 50px;
}

.review-block .text-large {
  padding-left: 100px;
  font-size: 80px !important;
  font-weight: 900;
}

.review-block .text-small {
  font-size: 40px !important;
  margin-left: -25px;
}

.review-block .pill {
  width: 45%;
  height: 29px;
  background-color: #fff;
  border-radius: 20px;
}

.review-block .pill {
  z-index: 1000;
}

.review-block .pill img,
.review-block .pill span {
  float: left;
  color: black;
  height: 26px;
}

.pill span {
  padding-left: 5px;
  font-size: 16px;
  padding-top: 5px;
}

.pill {
  float: left;
  margin-bottom: 0;
}

.reviewer_name .pill-box b {
  font-weight: 500;
  background: #ee3232;
  border-radius: 100px;
  width: 27px;
  color: #fff;
  font-size: 10px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin-right: 2px;
  margin-top: 1px;
}

.review_box .r_badge {
  width: 60px;
  height: 28px;
  background-color: #ee3232;
  color: #fff;
  margin-left: -20px;
  border-radius: 0 20px 20px 0;
  position: relative;
  bottom: 7px;
  font-size: 16px;
  padding-top: 5px;
}

.pill-box {
  z-index: 1;
}

.review_box i {
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}

.review_box .reviewer_name h4 {
  display: flex;
  align-items: baseline;
  color: #fff;
  font-size: 20px;
  column-gap: 6px;
  margin-top: 6px;
  font-weight: 400;
  margin-left: 10px;
}

.review_box .reviewer_name img {
  width: 30px;
  margin-top: 1px;
}

.count {
  width: 60px;
  height: 60px;
  background-color: #20d79b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -25px;
  border-radius: 100px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}

.count.fantastic {
  background-color: #20d79b;
}

.count.good {
  background-color: #88c504;
}

.count.ok {
  background-color: #ffe234;
}

.count.poor {
  background-color: #ffa534;
}

.count.awful {
  background-color: #aa54e7;
}

.count small {
  font-size: 16px;
  font-weight: 400;
  padding-left: 2px;
  padding-top: 13px;
}

.review_box .reviewer_name .count {
  width: 60px;
  height: 60px;
  background-color: #20d79b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: -25px;
  border-radius: 100px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}

.review_box .reviewer_name .count.fantastic {
  background-color: #20d79b;
}

.review_box .reviewer_name .count.good {
  background-color: #88c504;
}

.review_box .reviewer_name .count.ok {
  background-color: #ffe234;
}

.review_box .reviewer_name .count.poor {
  background-color: #ffa534;
}

.review_box.awful {
  background-color: #aa54e7;
}

.review_box.fantastic {
  background-color: #20d79b;
}

.review_box.good {
  background-color: #88c504;
}

.review_box.ok {
  background-color: #ffe234;
}

.review_box.poor {
  background-color: #ffa534;
}

.review_box.awful {
  background-color: #aa54e7;
}

.review_box .reviewer_name .count small {
  font-size: 16px;
  font-weight: 400;
  padding-left: 2px;
  padding-top: 13px;
}

.reviews_carousel .owl-stage-outer {
  padding-bottom: 10px;
  margin-right: -10px;
}

.reviewer_name .rs_badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ee3232;
  margin: 0 auto;
  width: 100px;
  font-size: 17px;
  color: #fff;
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 8px;
}

.reviewer_name .rs_badge b {
  font-weight: 500;
  background: #fff;
  border-radius: 100px;
  width: 22px;
  color: #ee3232;
  font-size: 13px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_box .reviewer_name .rs_badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ee3232;
  margin: 0 auto;
  width: 100px;
  font-size: 17px;
  color: #fff;
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 8px;
}

.review_box .reviewer_name .rs_badge b {
  font-weight: 500;
  background: #fff;
  border-radius: 100px;
  width: 22px;
  color: #ee3232;
  font-size: 13px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_row_buttons.owl-theme .owl-nav {
  left: auto;
  top: -50px;
  right: 68px;
}

.in_row_buttons .owl-nav button.owl-prev {
  left: -60px;
}

.in_row_buttons .owl-nav button.owl-prev,
.in_row_buttons .owl-nav button.owl-next {
  background: #838383;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.image_box img {
  height: 180px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.tag_section .tag_pill {
  background-color: var(--primary-color);
  display: inline-block;
  color: #fff;
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 7px;
  margin-right: 22px;
  margin-bottom: 22px;
  position: relative;
  cursor: pointer;
}

.tag_section .tag_pill span {
  position: absolute;
  right: -10px;
  bottom: -8px;
  background: #fff;
  color: var(--primary-color);
  border-radius: 100px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  font-size: 13px;
  font-weight: 500;
}

.tag_section .modal_tag_pill {
  background-color: var(--primary-color);
  display: inline-block;
  color: #fff;
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}

#review_modal .tag_section {
  margin-top: 35px;
  margin-bottom: 15px;
}

#review_modal .review_box+.text-center {
  margin-top: 35px;
}

.call_to_action a {
  display: block;
  font-size: 21px;
  border-bottom: 1px solid var(--primary-color);
  width: 80%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.call_to_action a i {
  margin-right: 10px;
}

.call_to_action a:hover {
  color: var(--primary-color);
}

.search_title {
  border-bottom: 1px solid var(--primary-color);
  font-weight: 400;
  font-size: 38px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #000;
}

.search_title span {
  color: var(--primary-color);
}

.search_dropdown,
.zip_dropdown {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 9;
}

.zip_dropdown {
  width: 34%;
  right: 43px;
  left: auto;
  z-index: 8;
  border-radius: 10px;
}

.search_open .ratetray_search .form-control {
  background-color: #fff;
  /*margin-bottom: 6px;*/
}

.dropdown_scroll {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

.dropdown_scroll::-webkit-scrollbar {
  width: 7px;
}

.dropdown_scroll::-webkit-scrollbar-track {
  background-color: #d7d7d7;
  border-radius: 50px;
}

.dropdown_scroll::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 50px;
}

.dropdown_scroll::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.search_item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.search_item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.search_item .item_name {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 15px;
  width: 100%; /*width: 82%;*/
}

.search_item .item_image img {
  width: 90px;
  height: 55px;
  border-radius: 5px;
  object-fit: cover;
}

.search_item .item_name .rating_count {
  background-color: #000;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  padding-top: 5px;
  font-size: 12px;
}

.search_item .item_name .rating_count+span {
  width: 99%;
}

.hero_search .search_item .item_name .rating_count+span {
  width: 90%;
  text-align: left;
}

.hero_search .search_item .item_name {
  width: 75%;
}

.search_item .item_name .rating_count:not(.new-restaurant) b {
  font-size: 22px;
  padding-right: 0px;
}

.search_item .item_name .rating_count.fantastic {
  background-color: #20d79b;
}

.search_item .item_name .rating_count.good {
  background-color: #88c504;
}

.search_item .item_name .rating_count.ok {
  background-color: #ffe234;
}

.search_item .item_name .rating_count.poor {
  background-color: #ffa534;
}

.search_item .item_name .rating_count.awful {
  background-color: #aa54e7;
}

.search_item .item_name .rating_count.new-restaurant {
  background-color: grey !important;
  align-items: center;
  padding: 0;
  font-size: 17px;
}
.search_item .item_name span h4 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_item .item_name .location_text {
  color: #988989;
}

.search_item .item_name span p {
  color: #898989;
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

.search_item:hover .item_image img {
  opacity: 0.7;
}

.search_item:hover .item_name span h4 {
  color: #000;
}

.search_category_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.search_category_title a {
  color: #000;
  font-size: 19px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.search_category_title a:hover {
  color: var(--primary-color);
}

.search_category_title a:hover i {
  background-color: var(--primary-color);
}

.search_category_title a i {
  background-color: #000;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  font-weight: 900;
  border-radius: 100px;
  font-size: 16px;
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
}

.search_category_title h4 {
  font-size: 19px;
  margin: 0;
}

.add_form_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.add_form_section.restaurant {
  background-image: url("../../images/front/add_restaurant_back.jpg");
}

.add_form_section.menu {
  background-image: url("../../images/front/add_menu_back.jpg");
  background-position: left;
}

#msform {
  position: relative;
}

#msform fieldset {
  position: relative;
  width: 100%;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.add_form_section .add_form {
  width: 43%;
  margin: 0 auto;
  /*height: 75vh;*/
}

.add_form_section .form-card {
  background-color: var(--primary-color);
  padding: 30px 50px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.add_form_section .form-card h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding-bottom: 25px;
  font-weight: 400;
}

.add_form_section .form-card .form-group label {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 5px;
  display: block;
}

.add_form_section .form-card .form-group {
  margin-bottom: 1.5rem;
}

.add_form_section .form-card .form-group .form-control {
  min-height: 48px;
  height: auto;
  border-radius: 7px;
  border: 1px solid #ffffff;
  font-size: 22px;
}

.add_form_section .btn {
  background-color: #fff;
  color: #ee3232;
  border: 1px solid var(--primary-color);
  font-size: 22px;
  padding: 8px 35px;
  border-radius: 10px;
  float: right;
}

.add_form_section .btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.add_form_section .action_btns {
  text-align: right;
}

.add_form_section .form-card .btn {
  float: none;
}

.add_form_section .form-card .btn:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.add_form_section .form-card p {
  color: #fff;
  font-size: 17px;
}

.add_form_section .form-card span {
  display: block;
  color: #fff;
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
}

.add_form_section .form-card .restaurant_list span {
  margin-top: 0px;
}

.add_form_section .form-card .restaurant_list span h4 span {
  color: inherit;
  display: initial;
}

.add_form_section .form-card span a {
  color: #fff;
  font-weight: 700;
}

.add_form_section .form-card .form-group .custom_radio_group label {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  padding-bottom: 0;
}

.custom_radio_group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_radio_group label .checkmark {
  top: 0;
  left: 0;
  height: 55px;
  width: 55px;
  background-color: transparent;
  border-radius: 50%;
  margin-top: 0;
  margin: 0 auto;
  position: relative;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 400;
  transition: 0.5s cubic-bezier(0.5, -0.55, 0.2, 1.55);
}

.custom_radio_group label.fantastic input:checked~.checkmark {
  background-color: #20d79b;
  box-shadow: 0 6px 12px #fff;
  transform: scale(1.1);
  animation: anime 2s infinite;
  border-color: #20d79b;
}

.custom_radio_group label.good input:checked~.checkmark {
  background-color: #88c504;
  box-shadow: 0 6px 12px #fff;
  transform: scale(1.1);
  animation: anime 2s infinite;
  border-color: #88c504;
}

.custom_radio_group label.ok input:checked~.checkmark {
  background-color: #ffe234;
  box-shadow: 0 6px 12px #fff;
  transform: scale(1.1);
  animation: anime 2s infinite;
  border-color: #ffe234;
}

.custom_radio_group label.poor input:checked~.checkmark {
  background-color: #ffa534;
  box-shadow: 0 6px 12px #fff;
  transform: scale(1.1);
  animation: anime 2s infinite;
  border-color: #ffa534;
}

.custom_radio_group label.awful input:checked~.checkmark {
  background-color: #aa54e7;
  box-shadow: 0 6px 12px #fff;
  transform: scale(1.1);
  animation: anime 2s infinite;
  border-color: #aa54e7;
}

@keyframes anime {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.custom_radio_group label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_radio_group {
  display: flex;
  column-gap: 25px;
  justify-content: space-between;
  margin-top: 5px;
}

.custom_radio_group label b {
  font-size: 16px;
  font-weight: 400;
}

.add_tags {
  position: relative;
  width: 220px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  margin-right: 5px;
  margin-bottom: 10px;
}

.add_tags .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 7px 25px;
  border-radius: 7px;
  background-color: var(--primary-color);
  color: #fff;
}

.tag_item {
  display: inline-block;
  min-height: 48px;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
  line-height: 40px;
  padding: 5px 15px;
  border-radius: 7px;
  font-size: 17px;
  margin-right: 5px;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}

.tag_item .fa {
  position: absolute;
  right: -5px;
  padding: 2px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  transition: all 0.15s ease-in-out;
}

.tag_item .fa:hover {
  transform: scale(1.3);
}

.sidebar_fixed {
  position: sticky;
  top: 100px;
}

.rs_badge {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.rs_badge img {
  width: 80%;
}

.rs_badge .ranking_icon {
  width: 40px;
  fill: #fff;
  background-color: var(--primary-color);
  padding: 0px;
  border-radius: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs_badge span {
  color: var(--primary-color);
  font-size: 23px;
}

.account_header {
  margin-bottom: 35px;
}

.account_header,
.search_title {
  margin-top: 35px;
}

.account_header h1 {
  font-size: 33px;
  font-weight: 500;
}

.profile_page {
  padding-bottom: 100px;
}

.account_sidebar .btn {
  font-size: 19px;
  width: 80%;
}

.account_sidebar ul {
  margin-top: 35px;
}

.account_sidebar ul li a {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
}

.account_sidebar ul li a:hover,
.account_sidebar ul li a.active,
.account_sidebar ul li a:focus {
  color: var(--primary-color);
}

.account_sidebar {
  border-right: 1px solid var(--primary-color);
  min-height: 400px;
  width: 90%;
}

.rs_progress_block {
  max-width: 540px;
  text-align: center;
}

.rs_progress_block .rs_step_block {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
  column-gap: 20px;
}

.rs_progress_block .rs_step_block .rs_icon {
  background-color: var(--primary-color);
  width: 55px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
}

.rs_progress_block .rs_step_block .rs_icon:before {
  content: "";
  position: absolute;
  width: 7px;
  left: auto;
  right: auto;
  background-color: var(--primary-color);
  height: 72px;
  bottom: -72px;
}

.rs_progress_block .rs_step_block .rs_icon img {
  width: 40px;
  fill: #fff;
  display: none;
}

.rs_progress_block .rs_step_block span {
  width: 250px;
  color: #898989;
  font-size: 20px;
}

.rs_progress_block .rs_step_block .rs_name {
  text-align: right;
}

.rs_progress_block .rs_step_block .rs_score {
  text-align: left;
  font-size: 15px;
}

.rs_progress_block .rs_step_block.completed span {
  color: #000;
}

.rs_progress_block .rs_step_block.completed .rs_icon img {
  display: block;
}

.rs_progress_block .rs_step_block.completed .rs_icon span {
  display: none;
}

.rs_progress_block .rs_step_block.active .rs_icon span {
  display: block;
}

.rs_progress_block .rs_step_block .rs_icon .fa-check {
  display: none;
  font-size: 15px;
  position: absolute;
  top: -5px;
  background-color: var(--primary-color);
  right: -3px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.rs_progress_block .rs_step_block.completed .fa-check {
  display: flex;
}

.rs_progress_block .rs_step_block.completed .rs_icon .fa-lock,
.rs_progress_block .rs_step_block.active .rs_icon .fa-lock {
  display: none;
}

.rs_progress_block .rs_step_block .rs_icon span {
  background: #fff;
  width: 25px;
  border-radius: 100px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ee3232;
  font-size: 16px;
  display: none;
}

.rs_progress_block .rs_step_block .rs_icon i {
  font-size: 29px;
  color: #fff;
}

.rs_progress_block .rs_step_block.active .rs_icon:after {
  content: "";
  position: absolute;
  background: #ee3232;
  width: 95px;
  height: 36px;
  left: 41px;
  z-index: -1;
  border-radius: 0px 10px 10px 0px;
}

.rs_progress_block .rs_step_block.active .rs_score {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.rs_progress_block .rs_step_block.active .rs_name {
  color: var(--primary-color);
}

.rs_progress_block .rs_step_block.completed {
  margin-bottom: 30px;
}

.rating_score_info {
  width: 260px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e2e2e2;
  padding: 15px;
  border-radius: 8px;
}

.rating_score_info p {
  margin: 0;
  font-size: 16px;
}

.main-menu>ul.logged_in>li>a {
  font-size: 20px;
}

.main-menu>ul.logged_in>li>a i {
  font-size: 25px;
  margin-right: 10px;
}

.form-group a:hover {
  color: var(--primary-color);
}

.container_check .checkmark {
  top: 3px;
}

.checkboxes label a {
  color: var(--primary-color);
}

.checkboxes label a:hover {
  text-decoration: underline;
}

.cms_page {
  padding-top: 40px;
  padding-bottom: 100px;
}

.cms_page .page_title {
  text-align: center;
  width: 100%;
  display: block;
}

.cms_page .page_title .cms_page_title {
  color: var(--primary-color);
  font-size: 29px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
}

.cms_content p {
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  color: #000;
}

.form-structor {
  background-color: #222;
  border-radius: 15px;
  height: 700px;
  width: 420px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 30%);
  margin-bottom: 70px;
}

.form-structor::after {
  content: "";
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  background-image: url("../../images/front/auth_back.jpg");
}

.form-structor .signup {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .signup.slide-up {
  top: 5%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .signup.slide-up .form-holder,
.form-structor .signup.slide-up .submit-btn {
  opacity: 0;
  visibility: hidden;
}

.form-structor .signup.slide-up .form-title {
  font-size: 18px;
  cursor: pointer;
  color: var(--primary-color);
}

.form-structor .signup.slide-up .form-title span {
  margin-right: 5px;
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.form-structor .form-title {
  color: #fff;
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 30px;
}

.form-structor .signup .form-title span {
  color: rgba(0, 0, 0, 0.4);
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .form-holder {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .form-holder .input {
  border: 0;
  outline: none;
  box-shadow: none;
  display: block;
  line-height: 24px;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 17px;
  border-radius: 5px;
}

.form-structor .submit-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
  margin-top: 25px;
}

.form-structor .login {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .login::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 200%;
  height: 250px;
  border-radius: 50%;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .login .center {
  position: absolute;
  top: calc(50% - 10%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .login .center .form-title {
  color: #000;
  font-size: 1.7em;
  text-align: center;
}

.form-structor .login .center .form-title span {
  color: rgba(0, 0, 0, 0.4);
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .login.slide-up {
  top: 90%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .login.slide-up .center {
  top: 10%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .login.slide-up .form-holder,
.form-structor .login.slide-up .submit-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .login.slide-up .form-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--primary-color);
}

.form-structor .login.slide-up .form-title span {
  margin-right: 5px;
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-structor .login .input {
  border: 1px solid #bfbfbf;
}

.form-structor .login .input:focus {
  border: 1px solid #000;
}

.form-structor .login .form-holder label {
  color: #000;
}

.inline_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}

.inline_form .form-group {
  width: 100%;
}

.form-structor .form-holder label {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.account_box {
  border: 2px dotted #d2d8dd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #fff;
  /*min-height: 456px;*/
}

.account_box .head {
  text-align: center;
  padding: 15px 20px;
  background-color: #f8f8f8;
  border-bottom: 2px dotted #d2d8dd;
}

.account_box .detail_body {
  padding: 25px 25px;
}

.account_box .head h3 {
  font-size: 24px;
  margin: 0;
}

.account_box .detail_body .form-control:focus {
  border: 1px solid #000;
  box-shadow: none;
}

.account_box .detail_body label {
  color: #000;
}

.account_box .btn {
  padding: 5px 25px;
}

.form-group label {
  color: #000;
  font-size: 15px;
}

.delete_account {
  text-align: center;
  border-top: 2px dotted #d2d8dd;
  padding-top: 15px;
  text-align: right;
}

.delete_account p {
  margin-bottom: 0px;
}

.delete_account .btn {
  padding-right: 0px;
  color: var(--primary-color);
}

.my_rating_box figure:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0, rgb(185 54 4) 350%);
  pointer-events: none;
}

.bottom_info {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  column-gap: 10px;
  font-size: 15px;
}

.my_rating_box figure .rating_badge_circle {
  position: initial;
}

.my_rating_box figure .rating_badge_circle:after {
  position: relative;
  top: 4px;
}

.my_rating_box figure .btn {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
  font-size: 14px;
  padding: 3px 8px;
}

.report_item {
  position: absolute;
  right: 10px;
  top: -10px;
  text-align: right;
  z-index: 22;
}

.report_item p {
  margin-bottom: 0px;
  color: #898989;
  font-size: 16px;
}

.report_item a {
  font-size: 16px;
  font-weight: 500;
}

.report_item a:hover {
  color: var(--primary-color);
}

.user_report_item {
  right: 10px;
  top: -10px;
  text-align: right;
  z-index: 22;
}

.user_report_item p {
  margin-bottom: 0px;
  color: #898989;
  font-size: 16px;
}

.user_report_item a {
  font-size: 16px;
  font-weight: 500;
}

.user_report_item a:hover {
  color: var(--primary-color);
}


article.blog {
  margin-bottom: 30px;
  background-color: #f7f7f7;
  /*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);*/
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 96%;
}

article.blog figure {
  height: 218px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  width: 470px;
}

article.blog figure img {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
  width: 100%;
  height: 265px;
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
}

article.blog:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}

article.blog .post_info {
  padding: 20px 30px 10px 30px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

article.blog .post_info small {
  font-weight: 500;
  color: #898989;
  font-size: 14px;
}

article.blog .post_info .blog_title {
  font-size: 28px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

article.blog .post_info .blog_title a {
  color: var(--primary-color);
}

article.blog .post_info .blog_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

article.blog .post_info .blog_desc p,
article.blog .post_info .blog_desc span {
  font-size: 19px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
}

article.blog .post_info ul {
  width: 100%;
  border-top: 2px dotted #dbdbdb;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

article.blog .post_info ul li {
  font-weight: 500;
  font-size: 12px;
  color: #898989;
}

article.blog .post_info ul li:first-child i {
  font-size: 17px;
  margin-right: 5px;
  vertical-align: bottom;
}

.blog_categories {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
}

.blog_categories li a {
  display: block;
  border-bottom: 2px dotted #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #898989;
}

.blog_categories li:last-child a {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.blog_categories li a:hover {
  color: var(--primary-color);
}

.singlepost figure img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.main-menu .add_btns {
  text-align: center;
  padding: 25px;
}

.main-menu .add_btns .btn {
  border: 2px solid #000;
  color: #000 !important;
  background-color: #fff;
  width: 80%;
  font-size: 21px;
  padding: 8px 8px;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 8px;
}

.main-menu .add_btns p {
  color: var(--primary-color);
  font-size: 19px;
}

.main-menu .add_btns p span {
  background-color: var(--primary-color);
  color: #fff;
}

span.validate-error {
  position: absolute;
  background: rgb(244, 244, 244);
  color: rgb(238, 50, 50);
  padding: 3px 10px;
  right: 12px;
  border-radius: 5px;
  top: 32px;
  bottom: auto;
  opacity: 1;
  will-change: opacity; /* Helps with smooth animations on mobile */
  animation: fader 1s ease-out 3s forwards;
}

.pass_field span.validate-error {
  top: 6px;
}

.form-group .checkboxes+span.validate-error {
  top: 0px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 175px;
  height: 120px;
}

.upload-btn-wrapper .btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 65px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100% !important;
}

.upload-btn-wrapper #selected-item-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  height: 100%;
  left: 0;
}

.image_close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  background: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100px;
  cursor: pointer;
  z-index: 999;
}

.captcha {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.modal-body .container {
  max-width: 1140px;
}

button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 3rem;
  float: right;
  opacity: 0.5;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 11px;
}

.inline_label {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.add_form_section .form-card span.validate-error {
  margin-top: 13px;
  color: rgb(238, 50, 50);
}

.add_form_section .form-card .custom_radio_group+span.validate-error {
  top: 0;
  right: 0;
  margin-top: 0px;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: "FontAwesome";
  background: #fff;
  color: #000;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\f104";
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\f105";
}

.flex_section {
  display: flex;
  column-gap: 20px;
  row-gap: 35px;
  flex-wrap: wrap;
  justify-content: start;
}

.flex_section .flex_item {
  width: 31%;
}

.flex_section .flex_item .img-fluid {
  width: 100%;
}

.review-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}

.review_block .flex_item {
  width: 32%;
  margin-bottom: 15px;
}

.fade_in_slider {
  position: relative;
}

.fade_in_slider img {
  position: absolute;
}

.fade_in_slider img:nth-of-type(1) {
  animation-name: fader;
  animation-delay: 2s;
  animation-duration: 1s;
  z-index: 20;
}

.fade_in_slider img:nth-of-type(2) {
  z-index: 10;
}

.fade_in_slider img:nth-of-type(n + 3) {
  display: none;
}

@keyframes fader {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.search_filters .apply_filter {
  width: 120px;
}

.btn_filter {
  display: none;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog#review_modal {
  max-width: 550px;
}

#review_modal .review_box .reviewer_name {
  background-size: 67%;
  bottom: 0;
}

#review_modal .img-fluid {
  border-radius: 10px;
  max-width: 100%;
}

.signup_success {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-pie-id]>.fantastic {
  color: #20d79b;
}

[data-pie-id]>.good {
  color: #88c504;
}

[data-pie-id]>.ok {
  color: #ffe234;
}

[data-pie-id]>.poor {
  color: #ffa534;
}

[data-pie-id]>.awful {
  color: #aa54e7;
}

#pie {
  position: absolute;
  right: -20px;
  bottom: -12px;
}

#pie svg {
  width: 130px;
  height: auto;
  pointer-events: none;
}

#pie svg text {
  display: none;
}

.review_chart {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: yellow;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.review_chart span {
  z-index: 999;
  font-size: 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 600;
  text-shadow: -1px 0px 0px #fff;
  color: #000;
}

.pie_chart {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.pie_chart span {
  z-index: 999;
  font-size: 35px;
  margin-top: 12px;
  margin-right: -30px;
  font-weight: 600;
  text-shadow: -2px 1px 0px #fff;
  color: #000;
}

.review_chart:after {
  content: "";
  position: absolute;
  height: 64px;
  width: 69px;
  box-shadow: -2px 5px 16px #d3d3d3;
  bottom: 0px;
  border-radius: 100px;
  left: 5px;
  z-index: -1;
}

.search_block .page_title h3 img {
  display: none;
}

.all_review_data {
  display: flex;
}

.inline_rest_ratings {
  display: flex;
  column-gap: 5px;
}

.inline_rest_ratings p:first-child {
  max-width: 66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paginator_div {
  margin-bottom: 20px;
}

.paginator_div nav .pagination {
  display: flex;
  justify-content: center;
}

.pagination_carousel {
    margin-left: auto;
    margin-top: 0px;
    padding-top: 5px;
}

.pagination_carousel .pagination .page-item {
  margin-left: 0px;
  margin-right: 10px;
}

.pagination_carousel .pagination .page-link {
  border-radius: 50%;
  background-color: #838383;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_not_found p {
  margin: 0;
  font-size: 15px;
}

.search_not_found p a {
  color: var(--primary-color);
  font-size: 18px;
  text-decoration: underline;
}

.review_modal_box.review_box p {
  height: auto;
  display: inline-block;
  margin-bottom: 100px;
}

.review_modal_box.review_box {
  height: auto;
}

.review_box_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0px;
}

.review_box_header .vote-block img {
  width: 28px;
}

.vote-block {
  display: flex;
  align-items: center;
  column-gap: 5px;
  /*display: none;*/
}

.vote-block i {
  border: 1px solid #d3d3d3;
  margin: 0;
  background-color: #e3e3e3;
  display: flex;
  align-items: center;
  border-radius: 50px;
  color: #b1b1b1;
}

.vote-block i .badge {
  background-color: #fff;
  border-radius: 0;
  color: #b1b1b1;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 0px 50px 50px 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.vote-block i:before {
  padding: 5px 8px;
  font-size: 13px;
}

.vote-block i.upvote.active {
  border: 1px solid #49d15a;
  background-color: #49d15a;
  color: #fff;
}

.vote-block i.upvote.active .badge {
  color: #49d15a;
}

.vote-block i.downvote.active {
  border: 1px solid #ff6464;
  background-color: #ff6464;
  color: #fff;
}

.vote-block i.downvote.active .badge {
  color: #ff6464;
}

.activity-block {
  display: flex;
  align-items: center;
  column-gap: 5px;
  /*display: none;*/
}

.activity-block i {
  border: 1px solid #d3d3d3;
  margin: 0;
  background-color: #e3e3e3;
  display: flex;
  align-items: center;
  border-radius: 50px;
  color: #b1b1b1;
  cursor: pointer
}

.activity-block i .badge {
  background-color: #fff;
  border-radius: 0;
  color: #b1b1b1;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 0px 50px 50px 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.activity-block i:before {
  padding: 5px 8px;
  font-size: 13px;
}

.activity-block i.like.active {
  border: 1px solid #49d15a;
  background-color: #49d15a;
  color: #fff;
}

.activity-block i.like.active .badge {
  color: #49d15a;
}

.activity-block i.dislike.active {
  border: 1px solid #ff6464;
  background-color: #ff6464;
  color: #fff;
}

.activity-block i.dislike.active .badge {
  color: #ff6464;
}


.edited_date {
  color: #FFF;
  font-size: 12px;
}

.profile_info .rating_badge_circle.fantastic {
  background-color: #20d79b;
}

.profile_info .rating_badge_circle.good {
  background-color: #88c504;
}

.profile_info .rating_badge_circle.ok {
  background-color: #ffe234;
}

.profile_info .rating_badge_circle.poor {
  background-color: #ffa534;
}

.profile_info .rating_badge_circle.awful {
  background-color: #aa54e7;
}

.post-content ul {
  list-style-type: circle;
  padding-left: 20px;
}

.review_chart.fantastic {
  background-color: #20d79b;
}

.review_chart.good {
  background-color: #88c504;
}

.review_chart.ok {
  background-color: #ffe234;
}

.review_chart.poor {
  background-color: #ffa534;
}

.review_chart.awful {
  background-color: #aa54e7;
}

.review_new_popup .reviewer_name {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-bottom: 20px;
}

.review_new_popup .reviewer_name img {
  background: #ee3232;
  border-radius: 100px;
  padding: 0px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.review_new_popup .reviewer_name .rs_badge+img {
  width: 28px !important;
}

.review_new_popup .reviewer_name h4 {
  font-size: 19px;
  margin-bottom: 0px;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog#review_modal.review_new_popup {
  max-width: 700px;
}

.review_box_content {
  padding: 20px;
  padding-bottom: 0px;
  margin-bottom: -30px;
}

.review_box_content .reviewer_name .rs_badge {
  margin: 0;
  width: 83px;
  padding: 2px 5px;
}

.review_box_content p {
  color: #898989;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
  min-height: 65px;
}

.review_new_popup .date {
  font-size: 12px;
  font-weight: 600;
}

.review_new_popup .edited_date {
  display: block;
}

.review_new_popup .modal_header {
  display: none;
}

.review_new_popup.zoom-anim-dialog {
  padding: 0px;
  padding-top: 0px;
}

.review_new_popup.zoom-anim-dialog .mfp-close:before {
  font-size: 19px;
  font-family: "FontAwesome";
  content: "\f00d";
  color: #ee3232;
}

.review_image_section {
  position: relative;
}

#review_modal .review_image_section img {
  border-radius: 0px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: -1;
}

.centered_rating_box .count {
  margin: 0;
  border: 7px solid #fff;
  width: 80px;
  height: 80px;
}

.centered_rating_box .vote-block {
  justify-content: center;
  column-gap: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
}

.centered_rating_box .vote-block i {
  cursor: pointer;
  position: relative;
}

.centered_rating_box .vote-block .vote_back {
  background: #fff;
  border-radius: 100px;
  padding: 7px;
}

.review_new_popup.zoom-anim-dialog .mfp-close:hover {
  background-color: transparent;
}

#review_modal.review_new_popup .tag_section {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
}

.loader-hide {
  display: none;
}

.top_header_nav_search {
  display: none;
}

.menu_detail_rating .add_btns {
  display: none;
}

.menu_detail_rating .rating_counts .add_btns {
  display: block;
}

.circle_progress {
  margin-left: 10px;
}

.circle {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle canvas {
  vertical-align: middle;
  border-radius: 50%;
}

.circle div {
  position: absolute;
  top: 11px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.rs_progress_block .circle div {
  top: 12px;
  font-size: 13px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: white;
  margin-top: 12px;
}

.homepage .main-menu>ul>li>a {
  color: #fff;
}

.homepage .header .circle div {
  color: #fff;
}

.homepage .header.sticky .circle div {
  color: #000;
}

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

.smart_searching .search_keyword {
  width: 100%;
  border-radius: 10px 0px 0px 10px;
}

.smart_searching .zipcode {
  width: 50%;
  background-color: #e2e2e2;
  border-radius: 0px 0px 0px 0px;
  margin-left: -5px;
}

.smart_searching {
  margin-top: 30px;
}

.smart_searching .btn {
  border-radius: 0px 10px 10px 0px;
  height: 61px;
  margin-left: -2px;
  width: 70px;
  font-size: 22px;
}

.smart_searching .btn:hover {
  background-color: #fff;
}

.search_open .ratetray_search .form-control.zipcode {
  background-color: #e2e2e2;
}

.zip_dropdown ul {
  margin-bottom: 0px;
}

.zip_dropdown ul li .current_location {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zip_dropdown ul li a i {
  font-size: 19px;
  margin-right: 7px;
}

article.no_results {
  margin-bottom: -10px;
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 96%;
}

article.no_results .results_info {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

article.no_results .results_info a {
  color: #898989;
  font-size: 18px;
}

.search_item .item_name span h4 span {
  font-size: 14px;
}

.rs_badge_header .ranking_icon {
  width: 40px;
  fill: #fff;
  background-color: var(--primary-color);
  padding: 0px;
  border-radius: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logged_in img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.stock_icon {
  display: none;
}

.temp_image .stock_icon {
  display: block;
  position: absolute;
  right: 6px;
  z-index: 9;
  top: 6px;
  background: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.rest_locations .fa-map-marker {
  color: var(--primary-color);
  font-size: 18px;
}

.rest_locations h6 i {
  margin-right: 5px;
}

.flex_with_location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 82%;
}

.flex_with_location .rest_locations {
  margin-top: -70px;
  z-index: 9;
}

.flex_with_location .rest_locations .form-control {
  height: auto;
  cursor: pointer;
  border: none;
  border-radius: 0;
  padding-right: 25px;
  font-weight: 500;
  font-size: 1rem;
}

.flex_with_location .rest_locations .arrow_dropdown {
  position: relative;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}

.flex_with_location .rest_locations .arrow_dropdown:before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 99;
  color: #000;
  font-size: 19px;
}

.ui-widget-content {
  overflow: hidden;
  overflow-y: scroll;
  height: 138px;
}

.search_item .item_name span .mobile_dropdown_location {
  display: none;
}

.search_dropdown_auto {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 9;
}

.progressbar_mobile {
  display: none;
}

.progressbar_web {
  display: block;
}

.tooltip {
  z-index: 100000000;
}

.modal-dialogs {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: 50px;
}

.access-pop-up .modal-dialogs {
  width: 96%;
  bottom: 0px;
}

.access-pop-up .modal-dialogs p {
  font-size: 19px;
  margin-bottom: 0px;
}

/* Cuisine Tags*/

legend {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.control {
  display: inline-flex;
  position: relative;
  margin: 5px;
  cursor: pointer;
  border-radius: 99em;
}

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.control svg {
  margin-right: 6px;
  border-radius: 50%;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
}

.control__content {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 99em;
}

.control:hover .control__content {
  background-color: rgba(0, 0, 0, 0.1);
}

.control input:focus~.control__content {
  box-shadow: 0 0 0 0.25rem #ff5a5f;
  background-color: rgba(0, 0, 0, 0.1);
}

.control input:checked~.control__content {
  background-color: #ff5a5f;
  color: white;
}

.feedback_icons {
  width: 30px;
}

/* Loader */
#loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #444444;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

#loader.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.grecaptcha-badge {
  opacity: 0;
}

.rt_popup {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 550px;
  margin: 0 auto;
  border: 3px solid #000;
  min-height: 450px;
}

.rt_popup .progressbar {
  margin-left: 0;
  margin-bottom: 35px;
}

.rt_popup .circle {
  height: 100%;
  width: 100%;
}

.rt_popup .circle div {
  font-size: 26px;
  top: 70px;
}

.rt_popup .popup_content {
  text-align: center;
}

.rt_popup .popup_content h4 {
  margin-bottom: 35px;
}

.rs_icon .circle_progress {
  position: absolute;
  margin: 0px;
}

.rt_popup .rt_popup_close {
  position: absolute;
  top: 0px;
  right: 0px;
}

.location-alert-popup {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.my-rank-section {
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  background: #ee3232;
  color: #fff;
  margin-bottom: 25px;
}

.my-rank-section span {
  color: #fff;
  font-size: 18px;
  display: block;
}

.my-rank-section h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
}

.my-rank-section .text-right {
  text-align: right;
}

.top-sender-section {
  margin-top: 10px;
  padding: 20px 10px 20px 10px;
  border: 3px dashed var(--primary-color);
  border-radius: 5px;
}

.top-sender {
  text-align: center;
}

.top-sender h4 {
  color: #ee3232;
}

.top-sender-section h5 {
  font-size: 18px;
}

.top-sender img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.non_loggedin .modal-body {
  padding: 0;
}

.non_loggedin .modal-body .banner_img {
  width: 100%;
  height: 400px;
  position: relative;
}

.non_loggedin .modal-body .banner_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.non_loggedin .modal-body .banner_img .close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  opacity: 1;
  font-size: 58px;
  z-index: 999;
}

.non_loggedin .modal-body .banner_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.non_loggedin .modal-body .banner_img:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner_content h5 {
  font-size: 28px;
}

.banner_content h5 {
  font-size: 28px;
}

.banner_content h3 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 40px;
  color: #ee3232;
}

.banner_content p {
  font-size: 25px;
  color: #000;
}

.banner_content p a {
  color: #ee3232;
  font-size: 18px;
}

#rt_level_up_popup .rt-popup-progress .circle {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  background: #ffffff;
  width: 210px;
  height: 210px;
  padding: 15px;
  border-radius: 100px;
}

#rt_level_up_popup .rt-popup-progress h4 {
  margin-top: 30%;
  margin-bottom: 25px;
}

#rt_level_up_popup .rt-popup-progress .circle div {
  top: 83px;
  font-size: 26px;
  color: #ee3232;
}

#rt_level_up_popup .rt-popup-progress .btn {
  margin-bottom: 20px;
}

#rt_tier_up_popup .rs_badge .ranking_icon {
  top: -80px;
  left: 0;
  right: 0;
  background: #ffffff;
  width: 210px;
  height: 210px;
  padding: 0px;
  border-radius: 100px;
}

#rt_tier_up_popup .rs_badge span {
  font-size: 29px;
}

#rt_tier_up_popup .close {
  z-index: 9999;
}

#rt_tier_up_popup .rs_badge {
  position: absolute;
  top: -122px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

#rt_tier_up_popup .modal-body h4 {
  margin-top: 30%;
  margin-bottom: 25px;
}

#rt_tier_up_popup .modal-body .btn {
  margin-bottom: 20px;
}

#location-error-toast {
  background-color: #ee3232 !important;
  font-size: 19px;
}

#location-error-toast .btn-close {
  width: 3rem;
}

/* .leaderboard,.following-user {
  background: #f7f7f7;
  padding: 20px;
  margin-top: 15px;
  border-radius: 5px;
} */

.leaderuser_infos {
  margin-left: 10px;
  text-align: left;
}

.leaderuser_infos p {
  margin-bottom: 0;
  font-size: 17px;
}

.leaderuser_infos small {
  font-size: 15px;
  color: #8f8f8f;
  text-align: left;
}

/* .leaderboard, .following-user {
  table{
    td {
      text-align: center;
      vertical-align: middle;
      font-size: 16px;
    }
    th{
      font-size: 17px;
    }
    tr:last-child td {
      border-bottom: 0;
    }
  }
  .follow_box .btn-default {
    color: #9e9faf;
    background-color: #e3e3e3;
  }
  .pagination{
    a,input{
      padding: 1px 10px;
      border: 1px solid #cacaca;
      font-size: 22px;
      border-radius: 5px;
      color: #707070;
    }
    input{
      width: 50px;
      text-align: center;
    }
    a.disable {
      color: #c7c4c4;
    }
  }
} */

body canvas:last-child {
  z-index: 1051 !important;
}

.lboard_icon img {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

/* Loader */
#search-loader {
  width: 30px;
  height: 30px;
  border: 5px solid red;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

#search-loader.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 0;
  margin: auto;
  z-index: 999;
}


/* Loader */
#main-search-loader {
  width: 30px;
  height: 30px;
  border: 5px solid red;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

#main-search-loader.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 108px;
  right: 0;
  margin: auto;
  z-index: 999;
}

#restaurant-search-loader {
  width: 30px;
  height: 30px;
  border: 5px solid red;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

#restaurant-search-loader.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 480px;
  right: 0;
  margin: auto;
  z-index: 999;
}

#restaurant-menu-search-loader {
  width: 30px;
  height: 30px;
  border: 5px solid red;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

#restaurant-menu-search-loader.center {
  position: absolute;
  top: 30PX;
  bottom: 0;
  left: 429px;
  right: 0;
  margin: auto;
  z-index: 999;
}


@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.milestone-container {
  background-color: #f9f9f9;
  padding: 40px 0px;
  text-align: center;
}

.milestone-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 18px;
}

.milestone_text {
  text-align: left;
}

.milestone_text p {
  margin-bottom: 0;
  font-size: 17px;
}

.milestone_text span a {
  color: #ee3232;
  font-size: 23px;
}

.milestone-box:hover {
  transform: translateY(-10px);
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
  background: linear-gradient(180deg, hsl(0deg 0% 100% / 94%) 0, #fff);
}

.overlay p {
  margin-bottom: 10px;
  font-size: 23px;
  color: #000;
  height: 40px;
}

.overlay_content {
  display: none;
}

.overlay .overlay_content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.first_review_label {
  display: none;
}

.first-review .first_review_label {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 12px;
  margin: 0 auto;
  background: gold;
  color: #000;
  text-align: center;
  width: auto;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.milestones-location {
  font-size: 16px;
  color: #8f8f8f;
  text-align: left;
}

.btn-ratetray-outline {
  border-color: #ee3232;
  color: #ee3232;
}

.btn-ratetray-outline:hover {
  border-color: #444;
}

.overlay .overlay_content .btn {
  margin-right: 10px;
}

@keyframes highlight {
  100% {
    background-position: 0 0, 0 0;
  }
}

.first-review {
  position: relative;
  margin-top: 5px;
  margin-left: 4px;
  border-radius: 5px;
}

.first-review:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(180deg, #b8860b, #ffd700 50%, #e7c50e);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 200%;
  background-position: 0 0, 0 100%;
  background-origin: padding-box, border-box;
  animation: highlight 1s infinite alternate;
  left: -4px;
  top: -4px;
  right: -4px;
  z-index: -1;
  bottom: -4px;
  border-radius: 10px;
}

.img-sm {
  width: 43px;
  height: 43px;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.profile-badge .rs_badge .ranking_icon {
  width: 50px;
  height: 50px;
}

.leaderboard_filter .filter_popup {
  transition: ease-in 0.5s;
  opacity: 10;

  &.hide {
    visibility: hidden;
    opacity: 0;
  }
}

.leaderboard_search_dropdown ul {
  flex-direction: column;

  li a {
    color: #000 !important;
    border: none !important;
    width: 100;

    &:hover {
      color: #fff !important;
    }
  }
}

.leaderboard_new .d-flex.justify-content-center.show {
  height: 100vh;
  width: -webkit-fill-available;
  position: absolute;
  background: #ababab5c;
  z-index: 11;
}

.user-ranking {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 25px;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 5px 10px 22px rgb(247 85 85 / 26%);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(100deg, #ff8100, #ff487959);
  display: flex;

  h5,
  h4,
  p {
    color: #fff;
  }

  .flex-grow-1 {
    border-left: 2px solid #fff;
    padding-left: 20px;
  }

  .rank_icon {
    width: 65px;
    height: 65px;
    margin-right: 20px;
    border-radius: 12px;
    padding: 8px;
    text-align: center;
    background-image: linear-gradient(to top, rgb(255 255 255 / 50%), rgb(255 255 255 / 70%));

    img {
      width: 100%;
    }
  }

  .rank_icon,
  .flex-grow-1,
  .prize {
    margin-top: 50px;
  }

  .badge {
    position: absolute;
    background-color: #f03b3b;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    width: 100px;
    height: 50px;
  }

  .badge:after {
    content: "";
    position: absolute;
    top: 0px;
    transform: skew(20deg);
    right: -15px;
    width: 30px;
    height: inherit;
    background-color: #f03b3b;
    border-radius: 0 4px 4px 0;
  }

  .badge:before {
    content: "";
    position: absolute;
    top: 7px;
    transform: skewY(30deg);
    left: 0px;
    width: 20px;
    height: inherit;
    background-color: black;
    z-index: -10;
  }

  .badge {
    top: 10px;
    left: -8px;
  }
}

#most-popular-cities ul li a.active {
  background: #ee3232;
  color: #fff;
}

#ranking_by_city ul.list-group {
  overflow-y: auto;

  li:first-child {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
  }

  &::-webkit-scrollbar {
    width: 10px;
  }

  &::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  &::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: darkgrey;
  }

  li #loader {
    position: relative !important;
  }
}

.statastics_info.bio .state_value p {
  font-size: 16px;
  color: #9e9faf;
  margin-top: 5px;
  line-height: 22px;
  margin-bottom: 0;
}

.leaderboard_search_dropdown .dropdown_scroll {
  max-height: 250px !important;

  ul li a:hover {
    color: #000 !important;
    background-color: #fff;
  }
}

.influence_widget .deactive-influence {
    color: #b5a2a2 !important;
    border-color: #b5a2a2 !important;
    background-color: transparent !important;
}

.follower_ranking_icon {
  width: 40px;
  height: 40px;
}

/* Start following_view blade file css */
.follower-card .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem 1.25rem;

}

.follower-card .card-cup {
  height: 85px;
  width: 100%;
  background-image: linear-gradient(to right, #ee3232, #fb7777);
  background-size: cover;
  background-position: 50% 50%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.follower-card .card-title {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}

.follower-card .card-avatar {
  border-radius: 50%;
}

.follower-card .text-muted,
i.pr-1 {
  font-size: 13px !important;
  font-weight: 400;
}

.follower-card .card.border-0 {
  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d !important;
  background: hsl(220deg 14% 97%) !important;
  text-align: left;
  background-color: #fff !important;
  border-radius: 15px;
  position: relative;
  margin-top: 12px !important;
  border: 1px solid #eee !important;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  color: #000 !important;
}

.follower-card .read-more {
  border-radius: 5px !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #00000033, inset 1px 1px 1px #ffffff99, inset -1px -1px 1px #0c0d120f, -1px -1px 1px #ffffff99, -1px -1px 4px #ffffff99, -2px -2px 8px #ffffff99, 1px 1px 1px #0c0d120f, 1px 1px 4px #0c0d120f, 2px 2px 8px #0c0d120f !important;
  background-color: hsl(228deg 14% 93%);
  text-shadow: 0.25px 0.25px 0.25px hsl(233deg 5% 26% / 85%),
    0.35px 0.35px 0.35px hsl(233deg 5% 26% / 85%), 0 -1.1px 0 rgb(12 13 18 / 8%),
    0 1.2px 0 #fff !important;
  color: hsl(233deg 5% 26%) !important;
  font-weight: 300 !important;
  border: none !important;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 11px;
}

.follower-card .mt-n5,
.my-n5 {
  margin-top: -4rem !important;
}

.follower-card .card-avatar.avatar-border {
  box-shadow: 0 -0.75px 0.5px 0 #212428 inset, 0 0.5px 0.5px #535d65 inset,
    0 0.5px 0.5px -0.25px rgb(5 6 6 / 50%),
    0 1.75px 1px -0.25px rgb(26 29 31 / 25%);
  padding: 40px !important;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 1.5px solid #15181a;
  background: linear-gradient(#3c4349, #252a2d);
  position: relative;
  background-size: 100%;
  background-position: 20% 10%;
}

.follower-card .card-body.proavatar {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.follower-card .proavatar .card-title {
  font-size: 18px !important;
  line-height: 1.5;
  margin-bottom: 0 !important;
  font-weight: 900 !important;
}

.follower-card .profile-location i {
  color: #ee3232;
}

/* End following_view blade file css */

.activity-menu-name {
  cursor: pointer;
}

.activity-menu-name:hover {
  color: red;
}

.activity-highlight {
  color: red;
}

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

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  z-index: 3;
  border-color: rgb(209, 161, 155);
  outline: 0;
  box-shadow: none;
}


@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-3px); }
  40% { transform: translateX(3px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
  100% { transform: translateX(0); }
}

.limited-text-alert {
  color: black !important; /* Ensure text remains black */
  background: white !important; /* White background */
  animation: shake 0.5s ease-in-out;
  padding: 2px 5px; /* Adjust padding */
  border-radius: 5px; /* Smooth edges */
  display: inline-block; /* Keeps styling intact */
  font-weight: bold; /* Optional: Makes text stand out */
  font-size: 12px !important;
}

.add_form_section .form-card .form-group label.limited-text-alert {
    padding-bottom: 0 !important;
}

/* Grok - CountDown with Progress Bar */
.tracker-container {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  float: left;
  font-family: 'Poppins', sans-serif;
  /*margin-right: 10px;*/
  margin-top: 2px;
}
.progress-gift-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  /*justify-content: right;*/
}
.progress-container {
  background: #ffe8d6;
  border-radius: 8px;
  height: 10px;
  width: 160px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.progress-gift-container .progress-bar {
  width: 0;
  height: 100%;
  background: #ee3232;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transform: scaleX(0);
  transform-origin: left;
  margin: 0;
}
.progress-gift-container .progress-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.3) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.3) 75%,
    transparent 75%,
    transparent
  );
  background-size: 20px 20px;
  animation: shimmer 2s linear infinite;
}
@keyframes shimmer {
  0% { background-position: 0 0; }
  100% { background-position: 20px 20px; }
}
.percentage {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  font-weight: 600;
  color: #7f2a0d;
}
.gift-card {
  width: 40px;
  height: 30px;
  margin-left: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  overflow: hidden;
  top: -100%;
}
.card-face::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: skewX(-20deg);
  animation: reflect 3s linear infinite;
}
@keyframes reflect {
  0% { transform: skewX(-20deg) translateX(-100%); }
  100% { transform: skewX(-20deg) translateX(300%); }
}
.card-red { background: #e74c3c; }
.card-green { background: #2ecc71; }
.card-blue { background: #3498db; }
.card-yellow { background: #f1c40f; }
.card-purple { background: #9b59b6; }
.card-orange { background: #e67e22; }
.card-pink { background: #ff69b4; }
.countdown-container {
  margin-top: 2px; /* Reduced to move closer to progress bar */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 160px;
}
.countdown-wrapper {
  display: flex;
  align-items: center;
}
.countdown {
  font-size: 0.65rem;
  color: #7f2a0d;
  font-weight: 400;
}
.countdown span {
  background: #f0f0f0;
  padding: 1px 2px;
  border-radius: 3px;
  margin: 0 1px;
}
.info-icon {
  margin-right: 4px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.info-icon::before {
  content: 'i';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: #EE3232;
  color: #fff;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 600;
}
.progress-info-icon {
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.progress-info-icon::before {
  content: 'i';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: #7f2a0d;
  color: #fff;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 600;
}
.tooltip {
  visibility: hidden;
  width: 120px;
  background: #7f2a0d;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  left: 21px;
  top: 47px;
  transform: translateY(-50%);
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.info-icon:hover .tooltip,
.progress-info-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

body .main-menu ul.logged_in>li>a.btn {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .header_search {
    width: 34%;
  }
}
@media screen and (max-width: 1024px) {
  .tracker-container{
    float: none;
    margin: 0 auto;
    /*padding: 15px;*/
  }
}

body #toast-container .toast-close-button{
  font-size: 32px !important;
}

body .cropper-modal {
    opacity: 0.75;
}

body .profile_page #DataTables_Table_0_wrapper{
  padding: 0;
}

.search_pills_block{
    display: flex;
}
.refine_search_section .search_pill{
    width: auto;
    height: 30px;
    box-shadow: 2px 3px 3px #0000004f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #eee;
    padding: 0 14px;
}

.r_s_elements{
    display: flex;
    justify-content: space-between;
}

#refine-filter-form .switchery{
    height: 20px;
    position: relative;
    vertical-align: middle;
    width: 40px;
    float: left;
    /*box-shadow: var(--primary-color) 0px 0px 0px 11px inset;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
    background-color: var(--primary-color);
    border-color: var(--primary-color);*/

}
#refine-filter-form .switchery>small {
    height: 20px;
    width: 20px;
}
#refine-filter-form .switchery-label {
    float: left;
    padding-left: 10px;
}

.result_count{
  float: left;
  padding-left: 30px;
  margin: 0;

}
.hide_title {
    padding-left: 10px;
}
nav.pagination_carousel .pagination {
    margin-bottom: 0;
}

.result_count li{
  list-style: disc;
}
 .page_title_popular h3 {
    font-size: 19px;
    background-image: unset;
    color: #222;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .item_info span.text-warning {
    color: #222 !important;
}

#menu_block{
    background: var(--primary-color);
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 2.5rem;
}
#menu_block .page_title_popular h3, #menu_block .page_title_popular a, #menu_block .menu_item_box .item_info h3{
  color: #fff !important;
}

#menu_block .pagination_carousel .pagination .page-link{
    background-color: #fff;
    color: #222 !important;
}

.third-fs .form-group{
  text-align: center;
}

/* Social Login Buttons */

.signup .login-with .login-with-divider{
  color: #fff;
}

.signup .login-with .login-with-divider::before, .signup .login-with .login-with-divider::after{
  background-color: #fff;
}
.login-with a.btn {
    width: 100%;
}
.login-with a.btn:hover {
    color: #fff;
   
}
.login-with .login-with-divider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
}

.login-with .login-with-divider::before {
    content: '';
    background-color: #464646;
    height: 1px;
    width: 50%;
}

.login-with .login-with-divider span {
    position: relative;
    background-color: transparent;
    color: rgb(var(--text_muted_color));
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.login-with .login-with-divider::after {
    content: '';
    background-color: #464646;
    height: 1px;
    width: 50%;
}
