* {
	box-sizing: border-box;
	outline: none !important;
}

:root {
	--dark-blue: #222B4A;
	--light-grey: #F3F5F5;
	--dark-grey: #d8dbdb;
	--darker-grey: #e5e5e5;
	--hr-grey: #C3CBCD;
	--pos-red: #EC575C;
	--pos-dark-red: #F20505;
}

html,
body {
	width: 100%;
	min-height: 100vh;
	line-height: 1.5;
	font-size: 15px;
	color: var(--dark-blue);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}

body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none !important;
	transition: 0.3s ease;
	display: inline-block;
	outline: none !important;
}

button {
	cursor: pointer;
	transition: 0.3s ease;
	display: inline-block;
	outline: none !important;
}

.font-14 {
	font-size: 14px;
}

.font-18 {
	font-size: 18px;
}

.fw-bold {
	font-weight: 600;
}

.fw-regular {
	font-weight: 400;
}

.f-italic {
	font-style: italic;
}

.mid-blue-text {
	color: var(--dark-blue) !important;
	opacity: 0.8 !important;
}

.light-blue-text {
	color: var(--dark-blue) !important;
	opacity: 0.6 !important;
}

.p-relative {
	position: relative;
}

.ov-hidden {
	overflow: hidden;
}

.as-background,
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.5s ease-in-out;
}

.as-background {
	object-fit: cover;
}

.overlay {
	background: rgba(0, 0, 0, 0.5);
}

.overlay-light-dark {
	background: rgba(0, 0, 0, 0.3);
}

.overlay-dark-grad {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.15%, rgba(0, 0, 0, 0.6) 100%);
}

.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

/* Navbar Styles */
.navbar {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
	width: 50px;
	height: 50px;
}

.offset-nav {
	height: 85px;
}

.nav-info {
	position: relative;
	display: inline-block;
	color: var(--pos-red);
	font-size: 21px;
	padding: 5px;
}

.nav-info:hover {
	color: var(--pos-dark-red);
}

.nav-info .ni-num {
	display: inline-flex;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	padding: 5px;
	font-size: 10px;
	align-items: center;
	justify-content: center;
	color: white !important;
	position: absolute;
	top: 3px;
	right: -3px;
	background: var(--pos-red);
	transition: 0.3s ease;
	border: 1px solid white;
}

.nav-info:hover .ni-num {
	background: var(--pos-dark-red);
}

.nav-forms {
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: space-between;
}

.nf-input {
	display: flex;
	align-items: center;
	background: var(--light-grey);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(195, 203, 205, 0.3);
}

.nf-input .nf-icon {
	margin: 0px 10px;
}

.nf-input input {
	border: none;
	background: transparent;
	padding: 7px;
	width: 100%;
	/* max-width: 180px; original value*/
	max-width: 400px;
}

.nf-input input::placeholder {
	color: var(--dark-blue);
}

.nf-input button {
	padding: 8px 10px;
	background: transparent;
	border: none;
	font-size: 14px;
}

.nf-input button:hover {
	background: rgba(195, 203, 205, 0.3);
}

.nf-search .nfs-icon,
.nf-search input::placeholder {
	color: rgba(34, 43, 74, 0.4)
}

.form-l {
	display: flex;
	align-items: center;
}

.form-l .drp-btn {
	display: inline-flex;
	align-items: center;
	color: var(--dark-blue);
	padding: 7px 10px;
	font-size: 14px;
	background: var(--light-grey);
	border-radius: 8px;
	border: 1px solid rgba(195, 203, 205, 0.3);
	cursor: pointer;
}

.form-l .drp-btn:hover {
	background: var(--darker-grey);
}

.form-l .drp-pres-text {
	width: 54px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.form-l .dropdown-menu {
	border: none;
	border-radius: 8px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
	top: calc(100% + 10px);
	width: 150px;
	padding-left: 0px;
	padding-right: 0px;
}

.form-l .drp-opt label {
	display: flex;
	align-items: center;
	padding: 7px 10px;
	transition: 0.3s ease;
	font-size: 14px;
	margin: 0px;
	cursor: pointer;
}

.form-l .drp-opt label:hover {
	background: var(--light-grey);
}

.form-l .drp-opt label img {
	width: 24px;
}

.form-l .drp-opt input {
	display: none;
}

.form-r {
	width: 300px;
}

.del-form-search {
	display: flex;
	align-items: center;
	background: var(--light-grey);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(195, 203, 205, 0.3);
}

.del-form-search input {
	padding: 10px;
	display: block;
	width: 100%;
	border: none;
	background: transparent;
}

.del-form-search button {
	padding: 10px;
	border: none;
	background: transparent;
}

.del-form-search button:hover {
	background: rgba(195, 203, 205, 0.3);
}

.brd-bottom {
	border-bottom: 1px solid var(--hr-grey);
}

/* Main Menu Styles */
.menu-card {
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	height: 250px;
	border-radius: 20px;
	padding: 15px;
}

.menu-card:hover .as-background {
	transform: scale(1.1);
}

.menu-card-txt {
	color: white;
}

/* Basket Item Styles */
.basket-item {
	display: grid;
	grid-template-columns: 64px 1fr 60px;
	grid-gap: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(195, 203, 205, 0.3);
}

.basket-img {
	width: 64px;
	height: 64px;
	object-fit: cover;
}

.bsk-price {
	font-size: 16px;
	font-weight: 600;
}

.basket-acc .card {
	background: var(--light-grey);
	border: none;
	border-radius: 8px;
}

.basket-acc .card-header {
	padding: 0px;
	background: transparent;
	border: none;
}

.basket-acc button {
	display: flex;
	align-items: center;
	padding: 12px 25px;
	width: 100%;
	border: none;
	font-size: 14px;
	background: transparent;
}

.basket-acc button .bsk-btn-i {
	font-size: 21px;
	transition: 0.3s ease;
}

.basket-acc .card-body {
	padding-top: 0px;
	font-size: 14px;
}

.basket-acc button.active .bsk-btn-i {
	transform: rotate(180deg);
}

.basket-ctrls {
	text-align: right;
}

.bsk-del {
	display: inline-flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 100%;
	background: var(--light-grey);
	margin-bottom: 20px;
}

.bsk-del .del-icon {
	color: var(--dark-blue);
	opacity: 0.4;
}

.bsk-del:hover {
	background: var(--dark-grey);
}

.select-wrapper {
	position: relative;
}

.select-wrapper select {
	display: block;
	width: 100%;
	padding: 7px 20px 7px 10px;
	background: var(--light-grey);
	border-radius: 6px;
	border: none;
	font-size: 14px;
	color: rgba(34, 43, 74, 0.6);
	appearance: none;
}

.select-wrapper select::-ms-expand {
	display: none;
}

.select-wrapper .select-icon {
	position: absolute;
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	opacity: 0.6;
}

/* Info card styles */
.info-card {
	border: 1px solid rgba(34, 43, 74, 0.1);
	padding: 25px 25px;
	border-radius: 12px;
}

.info-card h4 {
	font-size: 20px;
}

.grey-hr {
	border-color: rgba(195, 203, 205, 0.3);
	;
}

.info-card hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

.info-item {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: flex-start;
}

.info-price p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.info-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-checkout {
	display: block;
	border: none;
	text-align: center;
	padding: 10px 25px;
	background: var(--pos-red);
	border-radius: 10px;
	color: white;
	font-size: 14px;
}

.btn-checkout:hover {
	background: var(--pos-dark-red);
	color: white;
}

.info-msg-wrapper {
	padding: 20px;
	display: flex;
	min-height: calc(100vh - 85px);
	align-items: center;
	justify-content: center;
}

.info-msg-wrapper .info-card {
	width: 100%;
	max-width: 460px;
	padding: 60px 20px;
}

.info-msg {
	width: 100%;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.info-msg-img {
	width: 100px;
}

.info-msg .btn-checkout img {
	width: 24px;
}

/* Checkout Styles */
.section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}

.btn-small {
	padding: 7px 14px;
	font-size: 14px;
}

.btn-red {
	border: none;
	border-radius: 8px;
	background: rgba(242, 5, 5, 0.1);
	color: var(--pos-red);
}

.btn-red:hover {
	background: var(--pos-red);
	color: white;
}

.btn-outline-red {
	display: block;
	text-align: center;
	padding: 10px 25px;
	background: transparent;
	border: 1px solid var(--pos-red);
	border-radius: 10px;
	color: var(--pos-red);
	font-size: 14px;
}

.btn-outline-red:hover {
	background: var(--pos-red);
	color: white;
}

.payment-methods {
	border: 1px solid rgba(34, 43, 74, 0.1);
	border-radius: 10px;
	padding: 20px;
	display: flex;
	align-items: center;
}

.master-card {
	max-width: 60px;
}

.visa-card {
	max-width: 95px;
	margin-left: 25px;
	margin-right: 25px;
}

.paypal-card {
	max-width: 120px;
}

/* Footer Styles */
.footer {
	background: var(--light-grey);
}

.footer h5 {
	font-size: 18px;
}

.footer ul a {
	font-size: 14px;
}

.footer ul a:hover {
	color: var(--pos-red);
}

/* Checkout Form */
.checkout-form .form-control {
	resize: none;
	padding: 10px;
	border: 1px solid var(--hr-grey);
	box-shadow: none !important;
	transition: 0.2s ease;
}

.checkout-form .form-control:focus {
	border-color: var(--dark-blue);
}

.payment-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.pay-opt label {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--hr-grey);
	margin: 0px
}

.pay-opt label input {
	margin-right: 15px;
}

.map-embed {
	position: relative;
	overflow: hidden;
	padding-bottom: 50%;
}

.pagination {
    margin-left: 40% !important;
}

@media(max-width: 1000px) {
	.nav-forms {
		display: none
	}

	.show-sm {
		display: block;
	}
}

@media(max-width: 768px) {}

@media(max-width: 576px) {}
