*,
*::before,
*::after {
	box-sizing: border-box;
}

div {
	word-wrap: break-word;
}

h1 {
	font-size: 40px;
	color: #222222;
}

h2 {
	font-family: "DM Sans", Sans-serif !important;
	color: #222222;
}

* {
	font-family: "DM Sans";
	line-height: 1.8;
}

body {
	font-family: "DM Sans", Sans-serif !important;
	color: #222222 !important;
	letter-spacing: 0.02em;
	font-size: 16px;
}

a {
	text-decoration: none !important;
	color: inherit !important;
}

a#open_in_app_btn {
	color: #ffffff !important;
}

.header_module__Snpib.js-header-sticky {
	color: #ffffff !important;
	border-bottom: #00000036 dashed 1px;
}

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 20px;
	margin-bottom: 100px;
}

.svg_container {
	display: inline-block;
}

.svg_flex_container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro h1 {
	font-family: "DM Sans", sans-serif;
	height: fit-content;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3em;
	-webkit-text-stroke-width: 0.5px;
	stroke-width: 0.5px;
	-webkit-text-stroke-color: #222222;
	stroke: #222222;
	margin-top: 37px;
}

.intro span {
	display: block;
	margin: 0;
	padding: 7px 0px 23px;
	font-size: 17px;
}

.listingImage {
	display: flex;
	max-height: 370px;
	gap: 14px;
}

.coverImageContainer {
	position: relative;
	max-height: 370px;
	border-radius: 17px 0 0 17px;
	width: 587px;
	overflow: hidden;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
	/* padding: 0px 15px; */
}

.coverImage {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}

.coverImageContainer .see_all_image {
	display: none;
}

.galleryContainer {
	display: flex;
	max-height: 250px;
	gap: 14px;
}

.otherImageContainer {
	display: flex;
	flex-direction: column;
	width: 599px;
	gap: 14px;
}

.singleGalleryContainer {
	position: relative;
	width: 100%;
	height: 178px;
	overflow: hidden;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
}

.otherImage {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	min-height: 100%;
}

.otherImage-2 {
	border-radius: 0 17px 0 0;
}

.otherImage-4 {
	border-radius: 0 0 17px 0;
}

.see_all_image {
	position: absolute;
	width: fit-content;
	bottom: 3%;
	right: 2%;
	font-size: 17px;
	font-weight: 500;
	fill: #ffffff;
	color: #ffffff;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #fff;
	border-radius: 11px 11px 11px 11px;
	padding: 10px 22px 10px 22px;
	margin: 7px;
	background-color: #00000070;
}

.fa-images:before {
	content: "\f302";
	color: #ffffff;
	padding-right: 5px;
}

.all-gallery-slider {
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(34, 34, 34, 0.95);
	z-index: 999;
}

.inv_divider {
	height: 20px;
}

.divider hr {
	border: none;
	border-top: #00000036 dashed 1px;
	color: #00000036;
	margin-top: 29px;
	margin-bottom: 15px;
}

.info_wrapper {
	display: flex;
	width: 100%;
	gap: 4%;
}

.reviews {
	width: 61%;
}

.listing_info {
	width: 35%;
}

.reviews h2 {
	font-size: 30px;
	margin-bottom: 13px;
	font-weight: 700;
	line-height: 1.3em;
	-webkit-text-stroke-width: 0.5px;
	stroke-width: 0.5px;
	-webkit-text-stroke-color: #222222;
	stroke: #222222;
	margin-top: 37px;
}

h2.ratings {
	font-size: 16px;
	font-weight: 500;
	display: block;
	padding-top: 18px;
	padding-bottom: 6px;
	margin-top: 14px;
	-webkit-text-stroke-width: 0px;
}

.avg_rating {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7em;
}

.avg_rating_header {
	font-size: 16px;
	font-weight: 400;
	-webkit-text-stroke-width: 0px;
}

h2.avg_rating_header {
	font-size: 16px;
	font-weight: 400;
	-webkit-text-stroke-width: 0;
}

.avg_rating_cat {
	padding-bottom: 10px;
	font-size: 17px;
	display: flex;
	align-items: center;
	width: 47%;
	gap: 5%;
}

.avg_rating_cat>span {
	width: 118px;
}

.avg_rating_cat .length_rating {
	display: flex;
	width: 60%;
	gap: 0%;
	justify-content: space-between;
}

.length_rating .avg_rating_length {
	display: flex;
	width: 75%;
	align-items: center;
	margin-right: 15px;
}

.length_rating .avg_rating_length div {
	border-style: solid;
	color: #222222;
	border-width: 7.5px 0 0 0;
	border-radius: 100px;
	margin-bottom: -3px;
	border-color: #FE162B;
}

.length_rating span:nth-child(2) {
	width: 20%;
	min-width: fit-content;
	display: inline-block;
}

.review_author_header {
	display: flex;
	justify-content: space-between;
}

.review_author_header div {
	height: 46px;
	display: flex;
	margin-top: 16px;
	align-items: center;
}

.avatar {
	border-radius: 50%;
	size: 46px;
	width: 46px;
	height: 46px;
}

.review_author {
	align-items: center;
	display: flex;
	font-size: 17px;
	padding-left: 13px;
	font-weight: 500;
}

.review_date {
	align-items: center;
	display: flex;
	font-size: 14px;
	color: #717171;
	margin-top: 16px;
}

.single_review_avg {
	display: block;
	padding-top: 16px;
}

.single_review_avg .avg_rating {
	font-size: 20px;
}

.single_review_avg .avg_rating_header {
	font-size: 14px;
}

.review {
	margin-bottom: 30px;
}

.review::after {
	border: none;
	border-top: #00000036 dashed 1px;
	margin-top: 30px;
	margin-bottom: 38px;
}

.review_title {
	margin: 0px;
}

.review_title h2 {
	font-size: 20px;
	font-weight: 700;
	margin-top: -15px;
	-webkit-text-stroke-width: 0px;
	stroke: 0px;
}

.reviews svg {
	overflow: hidden;
	margin-bottom: 2px;
}

.review_content {
	padding: 3px 0 0 0;
	font-size: 16px;
	line-height: 1.6em;
	padding-top: 5px;
}

.gallery-items {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 17%;
	width: 100%;
	gap: 1.5%;
	margin-top: 27px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}

.lazy {
	background-image: none;
	background-color: #f1f1f1;
}

.gallery-items::-webkit-scrollbar {
	display: none;
}

.gallery-items div {
	width: 100%;
	background-size: cover;
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
}

.business_info {
	border: #00000036 dashed 1px;
	border-radius: 18px 18px 18px 18px;
	width: 100%;
	padding: 20px 38px;
	margin-top: 29px;
	margin-bottom: -8px;
}

.business_info h2 {
	font-size: 26px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: 700;
	line-height: 1.4em;
}

.business_info div {
	font-size: 17px;
	line-height: 1.5em;
}

.business_info svg:not(:root) {
	overflow: hidden;
	margin-top: 7px;
	margin-bottom: 4%;
}

.day_hour_row {
	margin: 20px 0;
	display: flex;
}

.day {
	margin-right: 20px;
	padding-left: 0;
	width: 50%;
}

.hours {
	width: 70%;
}

#claim_business_btn {
	font-size: 18px;
	font-weight: 500;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000001a;
	border-radius: 100px 100px 100px 100px;
	padding: 12px 40px 12px 40px;
	margin-top: 20px;
	width: fit-content;
}

.gallery-thumbnails {
	display: flex;
	flex-basis: 250px;
}

.gallery-image {
	max-width: 250px;
	margin: 10px;
}

.gallery-slider {
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(34, 34, 34, 0.95);
	z-index: 999;
}

div.gallery-slider.hihi {
	/* display: none; */
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(34, 34, 34, 0.95);
}

.swiper-close {
	display: none;
	font-size: 30px;
	font-weight: 700;
	position: fixed;
	top: 10px;
	right: 20px;
	color: #fff;
	z-index: 1000;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.swiper-slide {
	height: fit-content;
}

.swiper-pagination {
	position: fixed;
	bottom: 20px;
	left: 46vw;
}

.swiper-pagination-bullet {
	background: #fff !important;
	margin: 0px 5px;
}

.recommended h2 {
	font-size: 30px;
	-webkit-text-stroke-width: 0.5px;
	stroke-width: 0.5px;
	-webkit-text-stroke-color: #222222;
	stroke: #222222;
	margin-top: 56px;
	margin-bottom: 34px;
}

.recommended_listings {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 1.6%;
}

.single_listing {
	width: 23.8%;
}

.recommended_image_container {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	max-height: 100%;
	border-radius: 19px 19px 19px 19px;
	overflow: hidden;
}

.recommended_image_container img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,
			-50%);
	/* This will horizontally and vertically center the image within the container */
	min-height: 100%;
	object-fit: cover;
	z-index: -1;
}

.recommended_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 20px;
}

.single_listing span {
	font-size: 15px;
	font-weight: 300;
	margin: 9px 0 6.5px;
	display: block;
}

.recommended_rating {
	font-size: 14px;
}

.recommended_rating h2 {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
	font-family: "DM Sans", Sans-serif;
	-webkit-text-stroke-width: 0;
}

.single_listing a {
	text-decoration: none;
	color: inherit;
}

.pagination {
	display: flex;
	gap: 5.8%;
	padding-top: 11%;
}

.pagination_num {
	display: flex;
	border-radius: 50%;
	justify-content: center;
	justify-items: center;
	width: 54px;
	max-height: 54px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	padding: 18px 10px 18px 10px;
	align-items: center;
}

.pagination_num div {
	display: inline;
	justify-content: center;
	justify-items: center;
	height: 28px;
	width: 28px;
	line-height: 28px;
}

.pagination a {
	text-decoration: none;
}

.pagination_num {
	color: #222222;
}

.pagination_num.active {
	background-color: #222222;
	color: #fff;
}

.pagination_num.previous_page,
.pagination_num.next_page {
	background-color: #dedede;
	color: #fff;
}

.no_review_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 65%;
}

.no_review {
	text-align: center;
}

.no_review h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3em;
}

.no_review p {
	color: #717171;
	font-size: 18px;
	font-weight: 400;
}

.business_hours_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#claim_listing_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 1000%;
	height: 1000%;
	background: rgba(27, 27, 27, 0.6);
	z-index: 1001;
	display: flex;
	align-items: center;
	justify-content: center;
	/* display: none; */
}

#claim_listing_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

#claim_listing_form {
	background-color: white;
	width: 722px;
	height: 870px;
	padding: 10px 30px;
	display: flex;
	justify-content: center;
	border-radius: 20px;
	position: relative;
}

.claim_listing_form_container {
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-align: center;
	width: 398px;
	font-size: 15px;
	color: #222222;
}

.form_title {
	color: #1b1b1b;
	font-family: "DM Sans", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 52px;
	-webkit-text-stroke-width: 0.5px;
	stroke-width: 0.5px;
	-webkit-text-stroke-color: #222222;
	stroke: #222222;
}

.claim_listing_form_container p {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	color: #1b1b1b;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
}

.form-row-double {
	display: flex;
	gap: 20px;
	width: 100%;
	margin-bottom: 6px;
}

.form-row {
	width: 100%;
	margin-bottom: 6px;
}

.form-input,
.tnd {
	width: 100%;
	text-align: left;
}

.form-input label:after {
	content: "*";
	color: red;
	padding-left: 0.2em;
}

input::placeholder,
textarea::placeholder {
	color: #9e9e9e;
}

.form-input input,
.form-input textarea {
	width: 100%;
	border-color: #1b1b1b;
	line-height: 1.4;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	color: #272727;
}

textarea {
	line-height: normal;
	height: 96px;
	padding: 0 15px;
	background-color: #fff;
	border: 1px solid #e7e7ed;
	box-shadow: none;
}

.tnd {
	text-align: left;
}

.tnd label {
	width: 100%;
}

.claim_listing_form_container .button_container {
	padding-left: 160px;
	padding-top: 17px;
	display: flex;
	gap: 6px;
}

.claim_listing_form_container .button_container div {
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	border-radius: 8px 8px 8px 8px;
	padding: 15px 30px;
	align-items: center;
	justify-content: center;
	height: 46px;
}

.claim_listing_form_container .button_container .cancel {
	color: #222222;
	background-color: #ededed;
}

.claim_listing_form_container .button_container .submit {
	color: #ffffff;
	background-color: #fe1d3c;
}

#form-close {
	display: none;
	font-size: 30px;
	font-weight: 700;
	position: fixed;
	top: 10px;
	right: 20px;
	color: #222222;
	z-index: 1000;
}

#claim_done_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
}

#claim_done_container {
	background-color: white;
	width: 575px;
	height: 280px;
	padding: 10px 0px 10px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 20px;
	position: relative;
	text-align: center;
}

#claim_done_container .title_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6px;
	padding: 0 30px;
}

#claim_done_container .title {
	color: #1b1b1b;
	font-family: "DM Sans", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.3em;
	-webkit-text-stroke-width: 0.5px;
	stroke-width: 0.5px;
	-webkit-text-stroke-color: #222222;
	stroke: #222222;
	width: 460px;
	height: 78px;
}

#claim_done_container .desc_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	padding: 0 30px;
}

#claim_done_container .desc {
	color: #1b1b1b;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	width: 368px;
}

#claim_done_container span {
	border-top: 1px solid #ededed;
	width: 100%;
}

#claim_done_container .button_container {
	display: flex;
	justify-content: right;
	align-items: center;
	margin-top: 24px;
	padding: 0 30px;
}

#claim_done_container .button {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	background-color: #fe1d3c;
	border-radius: 8px 8px 8px 8px;
	color: white;
	width: 240px;
	height: 46px;
}

#claim_listing_form input[required].warning::placeholder,
#claim_listing_form textarea[required].warning::placeholder {
	color: red;
}

.all_review_button_container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.all_review_button {
	border: #00000036 dashed 1px;
	border-radius: 18px 18px 18px 18px;
	padding: 20px 38px;
	margin-top: 29px;
	margin-bottom: -8px;
	font-size: 17px;
	line-height: 1.5em;
}

.breadcrumbs span {
	display: block;
	margin: 0;
	padding: 10px 0px 0px;
	font-size: 12px;
}

.breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs ul span {
	display: inline-block;
}

.breadcrumbs li {
	display: inline-block;
	margin: 0px 5px;
}

.breadcrumbs a.mobile-bread{
    display: none;
  }

.faq h2 {
	font-size: 30px;
	-webkit-text-stroke-width: 0.5px;
	stroke-width: 0.5px;
	-webkit-text-stroke-color: #222222;
	stroke: #222222;
	margin-top: 56px;
	margin-bottom: 34px;
}

.faq-question {
	margin: 0;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 24px;
	border-radius: 8px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}

.faq-question svg {
	height: 24px;
	width: 24px;
	fill: #333;
	transition: transform 0.3s ease;
}

.faq-question.active svg {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	margin: 0 24px;
	transition: max-height 0.3s ease;
}

.faq-answer p {
	margin: 0;
	padding: 12px 0;
}

.intro h1>span.discover {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: #FE162B;

	-webkit-text-stroke-color: transparent;
	stroke: transparent;
}

.intro h1.listing_location {
	padding-bottom: 23px;
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.essential{
	font-family: "DM Sans", sans-serif;
	height: fit-content;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3em;
}

.essential span.discover {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: #FE162B;
}

/* Menu Modal */
#menu-btn {
	font-size: 18px;
	font-weight: 500;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000001a;
	border-radius: 100px 100px 100px 100px;
	padding: 12px 40px 12px 40px;
	margin-top: 20px;
	width: fit-content;
}

.menu {
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.menu-header {
	position: relative;
	background-color: #fff;
	margin: 3% auto;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 70%;
	max-height: 20%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.menu-body {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 70%;
	max-height: 70%;
	margin-top: 0;
	padding-top: 0;
	overflow-y: auto;
}

.menu-scroll {
	overflow-y: auto;
}

.menu-close {
	color: #666;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}

.menu-close:hover,
.menu-close:focus {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.menu-title {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.menu-tab {
	overflow: auto;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	white-space: nowrap;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.menu-tab::-webkit-scrollbar {
	display: none;
}

.menu-tab button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
}

.menu-tab button:hover {
	color: #333;
}

.menu-tab button.active {
	color: #333;
	border-bottom: 2px solid #333;
}

.menu-tabcontent {
	display: none;
	padding: 20px 0;
}

.menu-tabcontent.active {
	display: block;
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-auto-rows: 1fr;
	gap: 20px;
	padding: 10px;
}

.menu-tabcontent.active .menu-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.menu-item-img-container {
	width: 100%;
	overflow: hidden;
}

.menu-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 3/2;
}


.menu-item-content {
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.menu-item h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.menu-item p {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.menu-item .price {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-top: auto;
}

.menu-open {
	overflow: hidden;
}

/* Works on Firefox */
.menu-body {
	scrollbar-width: thin;
	scrollbar-color: #C0C0C0 #F5F5F5;
}

/* Works on Chrome, Edge, and Safari */
.menu-body::-webkit-scrollbar {
	width: 8px;
	border-radius: 5px;
}

.menu-body::-webkit-scrollbar-track {
	background: #F5F5F5;
	border-radius: 5px;
}

.menu-body::-webkit-scrollbar-thumb {
	background-color: #C0C0C0;
	border-radius: 20px;
}

.menu-body::-webkit-scrollbar-thumb:hover {
	background-color: #A9A9A9;
}