@import 'https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap';
@import "../../../../cdn.jsdelivr.net/npm/bootstrap-icons%401.10.3/font/bootstrap-icons.css";

body {
	font-family: rubik, sans-serif;
	font-size: 12px
}

:root {
	--red: #eb394d
}

a {
	text-decoration: none
}

html ::-webkit-resizer {
	background-color: #fff
}

html ::-webkit-scrollbar {
	width: 0;
	overflow: visible
}

html ::-webkit-scrollbar-button {
	display: none
}

html ::-webkit-scrollbar-corner {
	background-color: #fff
}

html ::-webkit-scrollbar-thumb {
	background-color: rgba(138, 138, 138, .4);
	border-radius: 7px
}

html ::-webkit-scrollbar-track-piece {
	background-color: #fff
}

.fw-bold {
	font-weight: 500 !important
}

hr {
	border-top: 1px solid #a4a4a4 !important
}

.btn-outline-secondary {
	border-color: #dee2e6;
	color: #7a7c7d
}

.text-danger {
	color: var(--red)
}

.rounded-md {
	border-radius: 10px
}

.links a {
	text-decoration: none;
	color: #000
}

.links span {
	color: grey
}

.links span:hover {
	color: #000
}

.links span .active {
	color: var(--red)
}

.back {
	position: relative
}

.brands-list h6.card-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden
}

.ch-10 {
	height: 10px
}

.ch-20 {
	height: 20px
}

.ch-30 {
	height: 30px
}

.ch-40 {
	height: 40px
}

.ch-50 {
	height: 50px
}

.ch-60 {
	height: 60px
}

.ch-70 {
	height: 70px
}

.ch-80 {
	height: 80px
}

.cw-10 {
	width: 10px;
	min-width: 10px
}

.cw-20 {
	width: 20px;
	min-width: 20px
}

.cw-30 {
	width: 30px;
	min-width: 30px
}

.cw-40 {
	width: 40px;
	min-width: 40px
}

.cw-50 {
	width: 50px;
	min-width: 50px
}

.cw-60 {
	width: 60px;
	min-width: 60px
}

.cw-70 {
	width: 70px;
	min-width: 70px
}

.cw-80 {
	width: 80px;
	min-width: 80px
}

h6,
.h6 {
	font-size: 14px
}

h5,
.h5 {
	font-size: 15px
}

h4,
.h4 {
	font-size: 16px
}

h3,
.h3 {
	font-size: 17px
}

.fs-3 {
	font-size: 16px !important
}

.fs-5 {
	font-size: 15px !important
}

.product-back {
	position: relative
}

.product-back-two {
	position: relative
}

.product-veg {
	position: absolute;
	top: 0%;
	width: 100%;
	z-index: 1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff
}

.relevance-back {
	position: relative
}

.relevance {
	position: absolute;
	bottom: 16px;
	right: 0
}

.relevance-pizza-back {
	position: relative
}

.relevance-pizza {
	position: absolute;
	right: 0;
	top: 18%
}

.osahan-tab button {
	border: none;
	color: grey;
	padding: 13px 0
}

.osahan-tab button:hover {
	color: #000
}

.osahan-tab button.active {
	color: var(--red);
	border-bottom: 2px solid var(--red)
}

.notification-page .img-fluid {
	height: 60px;
	max-width: 60px
}

.product-offer-back {
	position: relative
}

.product-rating {
	position: absolute;
	right: .5rem;
	top: .5rem
}

.mb-80 {
    margin-bottom: 80px;
}

sup {
    font-size: larger;
    position: absolute;
    background-color: #ec4659;
    padding: 10px 8px;
    border-radius: 15px;
    margin-left: 17px;
    color: white;
}