.productPopup {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 3.7vw !important;
	overflow-y: unset !important;
	border-radius: 0 !important;
	background-color: #f1f1f1 !important;
}

.bodyCenterBg {
	width: 100%;
	/* min-height: calc(100vh - 7.4vw); */
	min-height: calc(100vh);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--primary);
}

.bodyCenter {
	min-height: 1920px;
	margin: 0;
	box-sizing: border-box;
	background-color: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
}

.productv2-parrent {
	opacity: 0.3;
}

.login-wrapper button.logo.facebook {
	background-color: #4267b2;
	padding-left: 1.4vw;

}

.login-wrapper button.logo.facebook>span>button {
	background-color: transparent;
}

.login-wrapper button.logo.facebook>.logo-container {
	border-color: #4267b2;
	z-index: 1;
}


@keyframes animate-svg-fill-1 {

	0%,
	80%,
	100% {
		transform: scale(0.98);
		fill: transparent;
	}

	10%,
	70% {
		transform: scale(1);
		fill: #a1e663;
	}
}

.ologo-1 {
	animation: animate-svg-fill-1 3s ease-in 0.2s both infinite;
}

@keyframes animate-svg-fill-2 {

	0%,
	80%,
	100% {
		transform: scale(0.98);
		fill: transparent;
	}

	10%,
	70% {
		transform: scale(1);
		fill: #47d2a5;
	}
}

.ologo-2 {
	animation: animate-svg-fill-2 3s ease-in 0.4s both infinite;
}

@keyframes animate-svg-fill-3 {

	0%,
	80%,
	100% {
		transform: scale(0.98);
		fill: transparent;
	}

	10%,
	70% {
		transform: scale(1);
		fill: #1db9ca;
	}
}

.ologo-3 {
	animation: animate-svg-fill-3 3s ease-in 0.6s both infinite;
}

@keyframes animate-svg-fill-4 {

	0%,
	80%,
	100% {
		transform: scale(0.98);
		fill: transparent;
	}

	10%,
	70% {
		transform: scale(1);
		fill: #2797e8;
	}
}

.ologo-4 {
	animation: animate-svg-fill-4 3s ease-in 0.8s both infinite;
}

@keyframes animate-svg-fill-5 {

	0%,
	80%,
	100% {
		transform: scale(0.98);
		fill: transparent;
	}

	10%,
	70% {
		transform: scale(1);
		fill: #a568bc;
	}
}

.ologo-5 {
	animation: animate-svg-fill-5 3s ease-in 0.9s both infinite;
}

@keyframes animate-svg-fill-6 {

	0%,
	80%,
	100% {
		transform: scale(0.98);
		fill: transparent;
	}

	10%,
	70% {
		transform: scale(1);
		fill: #ff525f;
	}
}

.ologo-6 {
	animation: animate-svg-fill-6 3s ease-in 1.1s both infinite;
}

@keyframes animate-svg-fill-7 {

	0%,
	80%,
	100% {
		transform: scale(0.98);
		fill: transparent;
	}

	10%,
	70% {
		transform: scale(1);
		fill: #ff8552;
	}
}

.ologo-7 {
	animation: animate-svg-fill-7 3s ease-in 1.2s both infinite;
}

@keyframes animate-svg-fill-8 {
	0% {
		transform: translate(35px, -35px);
		fill: transparent;
	}

	10%,
	40% {
		transform: translate(0px, 0px);
		fill: #ffd026;
	}

	50%,
	100% {
		transform: translate(-35px, 35px);
		fill: transparent;
	}
}

.ologo-8 {
	animation: animate-svg-fill-8 3s ease-in-out 1.3s both infinite;
}

.st0 {
	fill: #A1E663;
}

.st1 {
	fill: #47D2A5;
}

.st2 {
	fill: #1DB9CA;
}

.st3 {
	fill: #2797E8;
}

.st4 {
	fill: #A568BC;
}

.st5 {
	fill: #FF525F;
}

.st6 {
	fill: #FF8552;
}

.st7 {
	fill: #FFD026;
}

.loaderThemeBg {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	background-color: rgba(81, 80, 80, .51);
}

.loaderThemeBg img {
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	width: 150px;
	height: 150px;
	margin: auto;
}

.preloaderbackground {
	background-color: #fff;
	/* min-width: 221px; */
	text-align: center;
	border-radius: 14px;
	padding: 20px 40px;
}

.payment-row {
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 400px;
	margin-right: -16px;
	overflow-x: hidden;
}

.payment-row>button {
	width: 47.5% !important;
	border-radius: 8px !important;
}

.payment-row>button:not(:last-child) {
	margin-bottom: 16px !important;
}

.search-dropdown>input[type="text"]:focus~svg path {
	fill: var(--primary);
}

.login-wrapper button {
	width: 32.13vw;
	height: 4.07vw;
	margin: 0 auto 2.59vw auto;
	border: 0;
	background-color: var(--oliver-blue);
	border-radius: 0.37vw;
	font-family: Poppins;
	font-size: 1.67vw;
	font-weight: 400;
	line-height: 2.22vw;
	text-align: center;
	color: #fff;
	align-self: center;
}

/* .card-tile-container {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		min-height: 31.11vw;
		height: 62.22vw;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		overflow-y: scroll;
		overflow-x: hidden;
		-ms-overflow-style: none; 
		scrollbar-width: none;
	} */

.card-tile-container::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}

.header>.row>div>.initial {
	width: 3.7vw;
	height: 3.7vw;
	background-color: var(--primary);
	border-radius: 0.74vw;
	border: 0;
	text-align: center;
}

.overlay-cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0.5;
	z-index: 2;
	overflow: hidden;
}

/* manual-Card */

.manualcardalignment {
	overflow: unset !important;
	height: unset !important;
}

.manualcardviewcard {
	width: 50.59vw !important;
}

.manualcardboder {
	border: unset !important;
	border-radius: unset !important;
	padding: unset !important;
}

.manual-card-form {
	padding: 6px 12px;
	font-size: 14px;
	/* line-height: 1.42857143; */
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0 8px 8px 0;
	width: 30.13vw;
	height: 4.07vw;
	font-family: Poppins;
	font-size: 1.67vw;
	font-weight: 300;
}

.payconic-btn {
	background-color: transparent;
	color: var(--primary);
	border: 1px solid var(--primary);
	background-color: unset !important;
	min-width: 220px;
	width: unset !important;
}

.header>.row>.col>p {
	font-family: Poppins;
	font-size: 1.11vw;
	font-weight: 500;
	line-height: 1.48vw;
	text-align: center;
	width: 5vw;
	overflow-wrap: break-word;
	;
}

.fn-poppins {
	font-family: Poppins;
}

.please-wait {

	font-family: Poppins;
	font-size: 1.67vw;
	font-weight: 500;
	line-height: 2.22vw;
	color: #3d4c66;
	width: 89.79vw;
	margin: 0 auto 1.85vw auto;


}

.errorLogin {
	justify-content: center;
	padding-bottom: 10px;
	display: flex;
	font-family: Poppins;
}

.disable-attribute {
	background-color: lightgray;
}

.emailMessage {
	font-family: Poppins;
	font-size: 1.67vw;
	font-weight: 400;
	line-height: 2.22vw;
	color: #050505;
	padding-bottom: 10px;
	text-align: center !important;
}


.mb10 {
	margin-bottom: 1.9vw;
}

.product-container>.prod-wrapper>.row>.col>.inner-row>.text-row>p.subtext {
	padding-left: 10px;
}

.screensaver {
	background: var(--primary);
}

.popup>.popup-header>.popup-icon>img {
	width: 7.41vw;
	height: 7.41vw;
	border-radius: 8px;
}

.popup>.popup-header>.popup-icon>span {
	display: none;
	color: white;
	font-size: 3.4vw;
	font-family: poppins;
}

/* Apple login button css START */
.appleid-signin-dv {
	position: relative;
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #fff;
}

.appleid-signin-dv>div {
	min-height: unset !important;
	min-width: unset !important;
	max-height: unset !important;
	max-width: unset !important;
}

/* .appleid-signin-dv::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 3px;
    background-color: #fff;
}
.appleid-signin-dv::after {
    content: "";
    position: absolute;
    background-image: url(../img/onboarding/apple.svg);
    width: 30px;
    height: 30px;
    left: 2px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
} */
/* Apple login button css END */

.select-payment>.payment-options>.row button:only-child {
	width: 100% !important;
}

.view-cart {
	z-index: 1;
}

.card-tile-container>.product-card>p.name {
	/* white-space: nowrap; */
	text-overflow: ellipsis;

}

.noAttribute {
	text-align: center;
	font-family: Poppins;
	font-size: 1.67vw;
}

.cat-name-temp {
	/*  */
	font-family: Poppins;
}

/* define this for fixing the font-weight issue */
/* div {
	font-weight: normal !important;
}

p {
	font-weight: normal !important;
}

button {
	font-weight: normal !important;
}

span {
	font-weight: normal !important;
} */


.discriptionscrolbar {
	width: 100%;
	overflow-y: scroll;
	max-height: 22.22vw;
}

.increment-input>.decrement {
	height: unset !important;
}

.increment-input>.increment {
	height: unset !important;
}

.idle-screen>.cover-screen-saver {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

/* Modifiers */
.popup.mod-ingredients>div>.row>p,
.popup.mod-ingredients>div>p,
.popup.mod-ingredients>p {
	font-family: Poppins;
	font-size: 1.67vw;
	font-weight: 400;
	line-height: 2.22vw;
	color: #050505;
	margin-bottom: 3.98vw;
}

.popup.mod-ingredients>div>p.label,
.popup.mod-ingredients>p.label {
	font-family: Poppins;
	font-size: 1.85vw;
	font-weight: 500;
	line-height: 2.41vw;
	color: #050505;
	margin-bottom: 0.74vw;
}

.popup.mod-ingredients>div>.row {
	display: flex;
	margin-bottom: 3.52vw;
}

.popup.mod-ingredients>div>.row>label>input[type="checkbox"],
.popup.mod-ingredients>div>.row>label>input[type="radio"] {
	opacity: 0;
	position: fixed;
	left: -10000px;
}

.popup.mod-ingredients>div>.row>label>.custom-radio {
	min-width: 8.33vw;
	height: 5vw;
	box-sizing: border-box;
	border: 0.092vw solid var(--primary);
	border-radius: 0.37vw;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.93vw;
	font-family: Poppins;
	font-size: 1.67vw;
	font-weight: 400;
	line-height: 2.5vw;
	text-align: center;
	color: var(--primary);
	padding-left: 5px;
	padding-right: 5px;
}

.popup.mod-ingredients>div>.row>label>input[type="checkbox"]:checked~.custom-radio,
.popup.mod-ingredients>div>.row>label>input[type="radio"]:checked~.custom-radio {
	background-color: var(--primary);
	color: #fff;
}

.popup.mod-ingredients>div>.row>label>.custom-radio:hover {
	cursor: pointer;
}

.popup.mod-ingredients>button {
	position: initial;
	left: calc(50% - 14.45vw);
	bottom: 4.17vw;
	width: 28.89vw;
	height: 4.91vw;
	border: 0;
	border-radius: 0.74vw;
	background-color: var(--secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 1.85vw;
	font-weight: 600;
	line-height: 2.22vw;
	color: #fff;
}

.labelTitle {
	font-size: 2.5vw !important;
}

element.style {
	width: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.modiferAmount {
	border: 0;
	background-color: transparent;
	margin-left: 10px;
}

.scrollable-bm {
	margin-bottom: 3.24vw !important;
}
.scrollable-no-bm {
	margin-bottom: unset !important;
}
.product-container>.prod-wrapper>.row>.col>.inner-row>.text-row>p.price>span {
	font-weight: 500 !important;
}

.hgt100 {
	height: 100% !important;
}

.flexGR1 {
	flex-grow: 1;
}

.add-note-row>p {
	margin-left: 10px !important;
}

.empty-cart {
	text-align: center;
	font-family: Poppins;
	font-size: 1.67vw;
	color: #758696;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.popup.add-note>.popup-body>textarea {
	border-radius: 4px;
}

.mg-b0 {
	margin-bottom: 0 !important;
}

.popup.no-variation>.title {
	font-weight: 600 !important;
}

.idle-screen>.body p#timeoutNumber {
	font-weight: 700 !important;
}

.idle-screen>.body {
	box-shadow: 0px 20px 50px rgb(0 0 0 / 25%) !important;
}

.popup {
	box-shadow: 0px 20px 50px rgb(0 0 0 / 25%) !important;
}

.msg_text {
	font-size: 1.85vw;
	text-align: center;
	margin-bottom: 3vw;
}

.select-payment>.total>p {
	font-weight: 500 !important;
}

.payment-view {
	box-shadow: 0px 20px 50px rgb(0 0 0 / 25%) !important;
}

.complete-payment>.wrapper>button:last-of-type {
	margin: 0 auto 4.13vw auto !important;
}

.complete-payment>.wrapper>button {
	border-radius: 8px !important;

}

.recommendations {
	background-color: var(--primaryalpha);
}

.login-register-wrapper>.login-card-container {
	max-height: 28vw;
	overflow-y: hidden;
	overflow-x: auto;
	flex-wrap: unset;
}

.screensaver>img {
	max-width: 100% !important;
	max-height: 80% !important;
}
/* .screensaver>img {
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: cover;
	object-position: bottom;
} */

.login-card {
	min-width: 16.11vw;
	margin: 0 2.31vw 2.31vw 0 !important;
}

.pamount {
	width: 50%;
	justify-content: right;
}

.order-summary>.order-products-wrapper>.order-product>.row>.inner-row>p {

	width: 40%;
	text-align: right;
}

.order-summary>.order-products-wrapper>.order-product>.row>.inner-row>.increment-input {

	margin-right: unset;
}

.clear-all {
	position: absolute;
	right: 3.7vw;
	color: #758696;
	font-family: Poppins;
	font-size: 2.22vw;
	font-weight: 400;
	line-height: 2.87vw;
	text-align: right;
	cursor: pointer;
}

.add-note-product {
	display: flex;
	justify-content: center;
	align-items: center;
}

.add-note-product p {
	padding-left: 10px;
}

.header>.row>.col>.app-icon-btm {
	position: relative;
	width: 5.7vw;
	height: 5.7vw;
	box-sizing: border-box;
	border: 0;
	margin-bottom: 0.28vw;
	border-radius: 0.74vw;
}

.app-wrapper {
	display: flex;
	/* flex-direction: column; */
	/* justify-content: space-between; */
	flex-grow: 1;
}

.ext_popup {
	min-width: 80%;
	min-height: 80%;

	overflow-y: hidden;
	padding: 2.78vw;
}

.popup.no-variation {
	border-radius: 15px;
}

/* .popup.add-note>.popup-header {
	margin-bottom: 0;
} */

.modiferAmount:focus-visible {
	outline: none;
}

.mod-textInput {
	height: 4vw;
}

.mod-textInput:focus-visible {
	outline-color: var(--primary);
}

/* .header {
	padding-bottom: 4.39vw;
} */

.screensaver>.footer>img {
	height: 100%;
}

/* #common_msg_popup{max-width: 95%;} */
.product-container>.prod-wrapper {
	height: unset !important;
}

.product-container>.prod-wrapper>.row {
	align-items: unset;
}

.order-summary>.cart-total>.row>.text-container>p {
	line-height: 3.49vw;
}

.order-summary>.cart-total>.row>.text-container>p.strong {
	font-weight: 600 !important;
}

.category-header>.col>p.path>span {
	cursor: pointer;
}

.category-header>.col>p.path>span:last-child {
	cursor: unset;
}

.popup>.popup-header>.popup-icon {
	background-color: unset;
}

.mb_3_7vw {
	margin-bottom: 3.7vw
}

.card-tile-container>.product-card>.text-container>p.name {
	font-weight: 600 !important;
}
.order-summary > .order-products-wrapper > .order-product > .footer-note
{
	margin: 0 0 0 1.48vw;
}