@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Big+Shoulders+Stencil:opsz,wght@10..72,100..900&display=swap');

/* Gilroy Black */
@font-face {
  font-family: 'Gilroy';
  src: url('tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* Gilroy Extra Bold */
@font-face {
  font-family: 'Gilroy';
  src: url('tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Gilroy Bold */
@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Gilroy SemiBold */
@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Gilroy Medium */
@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Gilroy Regular */
@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Gilroy Light */
@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://tipsytopsydev.gatisofttech.net/fonts/gilroy/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
/* ================================================================================== */

body, html {
	/* font-family: "Public Sans", sans-serif; */
	font-family: 'Gilroy', sans-serif;
	color: #121212;
}
body.modal-open {
    overflow: hidden;
}
p {
	color: #666;
	line-height: 24px;
}
.tipsy-topsy-order-status-bar.active{
	display: block;
}
.tipsy-topsy-order-status-bar{
	display: none;
}
.train-modal-input::placeholder {
	font-size: 12px;
}
.tipsy-topsy-train-tab-wrapper .tipsy-topsy-train-tab-inner {
	display: flex;
	gap: 0px;
	justify-content: center;
	margin-block: 20px 50px;
}
.form-group .iti.iti--allow-dropdown {
	width: 100%;
}
.contact-order-btn {
	margin-block-start: 20px;
}
.remove-item-btn {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: red;
    cursor: pointer;
    float: right;
}
.tipsy-topsy-view-more {
	font-weight: 600;
	font-size: 12px;
	cursor: pointer;
}
.tipsy-topsy-sub-tagline {
	color: #666;
	font-weight: 600;
	font-size: 13px;
	margin-block-end: 20px;
	display: flex;
}
.tipsy-topsy-menu-bestseller-text {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
}
.tipsy-topsy-train-edit.tipsy-topsy-train-edit-icon {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}
.img-loader {
    width: 100%;
    height: 120px; /* product image ke hisaab se adjust */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 8px;
}

@keyframes shimmer {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}
.tipsy-train-top-bar-main {
	padding: 6px 12px;
	background: #e2a75c2e;
	margin-block-end: 20px;
}
.tracking-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: #444;
}

.tracking-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff4d6d; /* Tipsy pink/red accent */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

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

.tracking-message {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}
.tipsy-train-top-bar-number {
	font-size: 15px;
	font-weight: 700;
}
.tipsy-train-top-bar-inner {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}
.tipsy-train-top-bar-icon svg, .tipsy-train-top-bar-edit-btn-main svg {
	width: 25px;
	height: auto;
}
.tipsy-train-top-bar-edit-btn-main svg {
	width: 16px;
	cursor: pointer;
}
.tipsy-topsy-train-edit.tipsy-topsy-train-edit-icon svg {
	width: 18px;
	height: auto;
}
.tipsy-topsy-menu-bestseller-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-20deg);
    animation: shine 2s infinite;
}
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.tipsy-topsy-train-tab-item.active .tipsy-topsy-train-tab-title {
	color: #e2a75c;
	background: #321e04;
}
.tipsy-topsy-menu-bestseller-text {
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #b67c31;
}
.tipsy-topsy-menu-veg-main,.tipsy-topsy-menu-bestseller-text-main {display: flex;}
.order-item {
	display: flex;
	align-items: center;
	padding: 0;
	margin-block: 16px;
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
.order-item-list-wrapper .remove-item {
	background: transparent;
	border: 0;
	font-size: 12px;
}
#traininfo {margin-block-start: 15px;}
#traininfo #traininfotext {font-size: 14px;font-weight: 600;}
#traininfo #traininfotext.no-train {color: red;}
.train-suggestions {
	max-height: 210px;
	overflow: auto;
	border: 1px solid #6c4513;
	border-top: 0;
	border-radius: 5px 5px 0px 0px;
	margin-block-start: -5px;
}
.train-suggestions .train-suggestion-inner:last-child {
	border-block-end: 0;
}
.tipsy-quantity-controls button.tipsy-add-to-cart-btn.tipsy-disable {
	pointer-events: none;
	display: flex;
	justify-content: center;
	font-size: 12px;
	opacity: 0.6;
}
.train-suggestions .train-suggestion-inner {
	padding: 15px 10px;
	background-color: #fff;
	border-block-end: 1px solid #e5e5e5;
	width: calc(100% - 15px);
	margin: 0 auto;
}
.tipsy-topsy-order-status-icon,.tipsy-topsy-order-summary-icon,.tipsy-topsy-order-customer-details-item .tipsy-topsy-order-customer-details-icon {
	display: flex;
	padding: 10px;
	background: #D3D3D352;
	border-radius: 50%;
}
.tipsy-topsy-order-items .tipsy-order-items-main .order-item,.tipsy-topsy-order-summary-wrapper,.tipsy-topsy-order-customer-details-wrapper .tipsy-topsy-order-customer-details-item {
	border-block-end: 1px solid #ddd;
	padding-block-end: 15px;
	margin-block-end: 15px;
}
.order-details-grid {
	padding-block-end: 100px;
}
.tipsy-topsy-order-total-wrapper{
	padding-block-end: 5px;
}
.tipsy-topsy-order-summary-wrapper,.tipsy-topsy-order-total-wrapper,.tipsy-topsy-order-customer-details-wrapper .tipsy-topsy-order-customer-details-item {
	margin-block-end: 0;
}
.tipsy-topsy-order-items .tipsy-order-items-main .order-item:last-child,.tipsy-topsy-order-customer-details-wrapper .tipsy-topsy-order-customer-details-item:last-child {
	border: 0;
	margin-block-end: 10px;
	padding-block-end: 0;
}
.tipsy-topsy-order-download-icon-wrapper .tipsy-topsy-order-summary-icon svg {
	width: 15px;
	height: auto;
}
.tipsy-topsy-order-summary-icon-text-wrapper .tipsy-topsy-order-summary-icon svg, .tipsy-topsy-order-customer-details-icon svg {
	width: 20px;
	height: auto;
}

/* ===== About Section ===== */
.about-wrapper {
    padding: 0px 20px;
    text-align: center;
}
.about-us-page .page-content-wrapper {
	margin-block-start: 50px;
}
.about-title {
    font-size: 28px;
    font-weight: 700;
    color: #321e04;
    margin-bottom: 10px;
}
.about-subtitle {
    font-size: 16px;
    color: #b67c31;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-text {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    margin-bottom: 18px;
}

/* ===== Mission Section ===== */
.mission-wrapper {
    padding: 50px 20px;
    background: #fdf1e0;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 40px;
}
.mission-title {
    font-size: 24px;
    font-weight: 700;
    color: #321e04;
    margin-bottom: 15px;
}
.mission-text {
    font-size: 15px;
    color: #444;
    line-height: 26px;
}

/* ===== Vision / Values Section ===== */
.vision-wrapper {
    padding: 50px 20px;
    text-align: center;
}
.vision-title {
    font-size: 24px;
    font-weight: 700;
    color: #321e04;
    margin-bottom: 30px;
}
.vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.vision-card {
    background: #fff9f3;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.vision-card:hover {
    transform: translateY(-5px);
}
.vision-card h3 {
    font-size: 18px;
    color: #b67c31;
    margin-bottom: 10px;
}
.vision-card p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.tipsy-topsy-order-status-wrapper,.tipsy-topsy-order-items,.tipsy-topsy-order-summary-main,.tipsy-topsy-order-customer-details-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	box-shadow: rgba(2, 6, 12, 0.04) 0px 2px 12px;
	transition: background-color 0.1s ease-in, border-color 0.1s ease-in, box-shadow 0.1s ease-in, width 0.2s cubic-bezier(0.65, 0, 0.35, 1);
	border-radius: 11px;
	border: 1px solid rgba(2, 6, 12, 0.15);
	padding: 8px 12px;
	margin-block: 20px 5px;
	background: #D3D3D352;
}
.tipsy-topsy-order-summary-icon-text-wrapper,.tipsy-topsy-order-customer-details-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.tipsy-topsy-order-customer-details-wrapper,.tipsy-topsy-order-summary-main{
	flex-direction: column;
}
.tipsy-topsy-order-summary-main {
	border-block-end: 1.5px dashed rgba(2, 6, 12, 0.15);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.tipsy-topsy-order-summary-wrapper,.tipsy-topsy-order-total-wrapper {
	justify-content: space-between;
	display: flex;
  	align-content: center;
	width: 100%;
}
.tipsy-topsy-order-items .tipsy-order-items-main {
	width: 100%;
}
.tipsy-topsy-order-summary-icon-text-main .tipsy-topsy-order-summary-icon-text,.tipsy-topsy-order-items span,
.tipsy-topsy-order-total-wrapper .tipsy-topsy-order-label,.tipsy-topsy-order-customer-name-main span,.tipsy-topsy-order-customer-number-main span {
	font-size: 12px;
	font-weight: 600;
}
.tipsy-topsy-order-customer-details-inner .tipsy-topsy-order-customer-number-main .tipsy-topsy-order-number-name {
	font-weight: 500;
	color: #666;
}
.tipsy-topsy-order-items {
	flex-direction: column;
	align-items: flex-start;
}
.tipsy-topsy-order-customer-details-wrapper .tipsy-topsy-order-customer-details-item {
	width: 100%;
}
.tipsy-topsy-order-status-wrapper .tipsy-topsy-order-status-icon svg,.tipsy-topsy-order-summary-icon svg {
	width: 30px;
	height: auto;
}
.order-item img {
	margin-right: 20px;
	border-radius: 4px;
}
.tipsy-topsy-train-tab-item:nth-child(2) .tipsy-topsy-train-tab-title {
	border-radius: 0px 8px 8px 0px;
	border-inline-start: 1px solid #321e04;
}
.tipsy-topsy-train-tab-item .tipsy-topsy-train-tab-title {
	padding: 15px 10px;
	border: none;
	border-radius: 8px 0 0 8px;
	font-size: 14px;
	background: transparent;
	color: #321e04;
	border: 1px solid #321e04;
	font-weight: 600;
}
.checkout-form {
	margin-top: 30px;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-group #verifyMobileBtn,.form-group #editproeMobileBtn {
	padding: 0;
	background: transparent;
	color: rgb(108, 69, 19);
	position: absolute;
	right: 10px;
	bottom: 14px;
	margin: 0 auto;
	font-size: 10px;
	z-index: 99;
}
label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
input, textarea, select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
}
.error-message {
	color: #dc3545;
	margin-top: 5px;
}
.tipsy-topsy-order-items {
	position: relative;
	margin-block-end: 20px;
}
/* ================================================================ */
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Header Style */
.home-page .header-area .container {padding-block: 10px;background: #fff;}
.tipsy-topsy-account-wrapper .tipsy-topsy-account-icon svg,#affanNavbarToggler svg {width: 28px;height: auto;}
.sidenav-nav .tipsy-topsy-sidebar-li svg,.tipsy-topsy-grid-btn-icon svg {width: 25px;height: auto;}
#tipsytopsyclose {display: flex;justify-content: end;padding: 10px 10px 0 0px;}
.sidenav-nav .tipsy-topsy-sidebar-li a {text-transform: uppercase;color: #e2a75c;}
.tipsy-topsy-sidebar-contact-details-wrapper .tipsy-topsy-sidebar-contact-details {display: flex;align-items: center;gap: 15px;}
.tipsy-topsy-sidebar-contact-details-wrapper .tipsy-topsy-sidebar-contact-details .tipsy-topsy-sidebar-contact-item svg {width: 20px;height: auto;color: #fff;}
.tipsy-topsy-footer-nav-icon svg{width: 22px;height: auto;color: #000;}
.tipsy-topsy-whychoose-icon-wrapper .tipsy-topsy-whychoose-icon svg{width: 30px;height: auto;}
.tipsy-topsy-sidebar-close-icon svg{width: 16px;height: auto;color: #fff;cursor: pointer;}
.tipsy-topsy-sidebar-contact-title a {font-size: 13px;color: #fff;}
.tipsy-topsy-sidebar-contact-item {padding-block: 5px;}
.tipsy-topsy-sidebar-contact-details-wrapper {padding-inline-start: 7px;}
.tipsy-topsy-sidebar-contact-inner {padding: 12px;background: #e2a75c;}
.tipsy-topsy-sidebar-footer-wrapper {border-top: 1px solid #ebebeb;}
.tipsy-topsy-sidebar-footer-wrapper {position: absolute;bottom: 0;width: 100%;}
.tipsy-topsy-account-wrapper .tipsy-topsy-account-icon svg {width: 32px;color: #e2a75c;}
/* Header Style */
/* Sidebar Style  */
.tipsy-topsy-sidebar-contact-logo {
	margin-block: 10px 25px;
}
/* Sidebar Style */
/* Body Style */
.single-hero-slide.bg-img img {
	border-radius: 15px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right: auto;
	margin-left: auto;
}
.tipsy-topsy-grid-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.tipsy-topsy-grid-wrapper,.tipsy-topsy-setps-grid-wrapper,.tipsy-topsy-whychoose-grid-wrapper,.tipsy-topsy-tagline-wrapper,.tipsy-topsy-space {
    margin-block-start: 20px;
}
.tipsy-topsy-drawer-content .tipsy-topsy-drawer-close {
	background: #fff;
	padding: 6px;
	height: 20px;
	width: 20px;
	border-radius: 50px;
}
.page-content-wrapper {
	margin-block-start: 75px;
}
.tipsy-topsy-grid-item {
	box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.2);
	padding: 0px 10px;
	background: #fff;
	border-radius: 15px;
}
.tipsy-topsy-grid-item img {
	border-radius: 15px;
}
.tipsy-topsy-grid-main-h1,.tipsy-topsy-grid-main-h2,.tipsy-topsy-login-title {
color: #000;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0;
letter-spacing: -0.5px;
margin-block-end: 0;
}
.tipsy-topsy-grid-main-h2 {
    font-size: 20px;
    text-align: center;
    margin-block-end: 25px;
    text-transform: none;
}
.tipsy-topsy-grid-btn-icon {
    padding-block-start: 60px;
}
.tipsy-topsy-full-baackground {
	padding: 25px 10px;
	background: linear-gradient(0deg,rgb(255, 255, 255) -3%, rgb(226, 167, 92) 97%);
	border-radius: 25px 25px 25px;
}
.tipsy-topsy-white-text {color: #fff;}
.tipsy-topsy-light-text{
    color: #fbf3e9;
}
.tipsy-topsy-gray-text {
	color: #666666;
	margin-block-start: 3px;
	display: flex;
	font-size: 14px;
}
.tipsy-topsy-dark-text{
    color: #6c4513;
}
.tipsy-topsy-setps-icon svg {
	width: 55px;
	height: auto;
}
.tipsy-topsy-setps-icon {
	display: flex;
	justify-content: center;
    margin-block-end: 15px;
}
.tipsy-topsy-setps-text {
	display: flex;
	justify-content: center;
}
.tipsy-topsy-setps-text .tipsy-topsy-grid-main-span, .tipsy-topsy-login-des {
	font-size: 12px;
	text-align: center;
	line-height: normal;
	display: flex;
	font-weight: 500;
	color: rgb(108, 69, 19);
}
.tipsy-topsy-setps-main-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    /* background: #f9f9f9;
    padding: 15px 10px;
    border-radius: 25px; */
}
.tipsy-topsy-whychoose-item {
	display: flex;
	gap: 15px;
	border: 1px solid #6c4513;
	border-radius: 15px;
	padding: 12px;
    align-items: center;
}
.tipsy-topsy-sidebar-footer-wrapper .social-info-wrap a {
	color: #e2a75c;
}
.tipsy-topsy-whychoose-title-wrapper .tipsy-topsy-whychoose-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.tipsy-topsy-whychoose-item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.tipsy-topsy-footer-nav-inner {
	display: flex;
	justify-content: space-between;
}
.tipsy-topsy-grid-item a {
	display: flex;
}
.tipsy-topsy-footer-nav {
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 -5px 5px 0 rgba(0,0,0,.04);
	padding-block: 12px 5px;
	transition: all 250ms ease;
}
.tipsy-topsy-footer-nav.tipsy-topsy-bar {
	border-radius: 30px;
	left: 10px;
	right: 10px;
	background: rgba(255,255,255,.55);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	bottom: 30px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	padding-inline: 10px;
}
.tipsy-topsy-footer-nav-icon {
	display: flex;
	justify-content: center;
}
.tipsy-topsy-footer-nav-text-main .tipsy-topsy-footer-nav-text {
	font-size: 12px;
	color: #000;
	font-weight: 600;
}
.tipsy-topsy-tagline-heading {
	font-size: 28px;
  	font-weight: 300;
}
.tipsy-topsy-tagline-first, .tipsy-topsy-tagline-seacond {
	text-align: center;
}
.tipsy-topsy-tagline-wrapper.tipsy-topsy-full-baackground {
	padding-block: 50px;
}
/* Login Page */
.tipsy-topsy-login-banner .owl-carousel-two-wrapper {
	margin-block: 0;
}
.tipsy-topsy-login-banner .single-hero-slide.bg-img img {border-radius: 0;width: 100%;}
.tipsy-topsy-login-des-main {
	margin-block: 5px 20px;
}
.tipsy-topsy-login-form-wrapper .form-group {
	display: flex;
	flex-direction: column;
}
.tipsy-topsy-login-form-wrapper input {
	background: transparent;
	border: 1px solid rgba(108, 69, 19, 0.4);
	outline: 0;
	padding: 10px 15px;
	width: 100%;
  	border-radius: 7px;
	font-size: 16px;
}
.tipsy-topsy-login-form-wrapper .form-label {
	color: rgb(108, 69, 19);
}
.tips-topsy-oder-empty-message-main {
	padding-block: 50px 30px;
}
.tips-topsy-oder-empty-message-main p {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.tips-topsy-oder-empty-message-btn, .tips-topsy-oder-empty-message-main {
	display: flex;
	justify-content: center;
}
.tipsy-topsy-login-form-wrapper .form-group button,.form-group button {
	background: rgb(108, 69, 19);
	color: #f3dcbe;
	padding: 11px;
	border: 0;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	cursor: pointer;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 600;
}
.train-modal-content #tipsyloader,#tipsyloaderinner {
	width: 100%;
	position: absolute;
	height: 100%;
	background: #0000008f;
	right: 0;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	bottom: 0;
	margin: auto !important;
}
.tipsy-spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #0073e6; /* Theme color */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}

.tipsy-topsy-menu-top-category-list-main {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}
.tipsy-topsy-store-fssai-wrapper{
	align-items: center;
}
.tipsy-topsy-store-details-inner span {
	color: rgba(2,6,12,.4);
	font-weight: 500;
	font-size: 14px;
}
.tipsy-topsy-store-fssai-wrapper {
	margin-block-end: 20px;
	border-block-end: 1px solid #666;
	padding-block-end: 20px;
}
.tipsy-topsy-store-address-wrapper,.tipsy-topsy-store-fssai-wrapper {
	display: flex;
	gap: 15px;
}
.tipsy-topsy-store-fssai-wrapper .tipsy-topsy-store-fssai-icon {
	width: 60px;
	height: 30px;
}
.tipsy-topsy-store-address-wrapper .tipsy-topsy-store-address-icon svg {
	width: 25px;
	height: auto;
	color: rgba(2,6,12,.5);
}
.tipsy-topsy-store-details {
	padding: 20px;
	background-color: #f1f1f6;
}
.tipsy-topsy-menu-top-category-list-main {
  /* Your existing styles */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tipsy-topsy-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  margin-block-start: 10px;
}

.tipsy-topsy-marquee-inner {
  display: flex; 
  white-space: nowrap;
  background: #6c4513;
}
.marquee-track {
  display: inline-flex;
  padding-block: 2px;
}
.marquee-track span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #e2a75c;
  white-space: nowrap;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.tipsy-topsy-menu-category-product-desc-main {
	/* display: flex;
	align-items: end;
	position: relative; */
  	position: relative;
}
.tipsy-topsy-menu-category-product-desc {

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4em;
	max-height: 2.8em;

	font-size: 14px;
	color: #666;
	text-transform: capitalize;
	font-weight: 600;
	cursor: pointer; /* Make it look clickable */
    transition: all 0.3s ease-in-out;
}
.tipsy-topsy-view-more {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  margin-top: 4px;
}
.tipsy-topsy-menu-category-product-desc.expanded {
    -webkit-line-clamp: unset;
    white-space: normal;
    display: block;
}
.tipst-topsy-back-button-wrapper svg {
	width: 25px;
	height: auto;
	color: #fff;
}
.tipst-topsy-back-button-wrapper .tipst-topsy-app-download svg{
	width: 32px;
}
.tipst-topsy-back-button-wrapper {
	display: flex;
	align-items: center;
	padding: 10px 10px;
	background: #e2a75c;
}
.tipst-topsy-back-logo {
	margin-block: 5px;
}
.tipst-topsy-back-button-wrapper .tipst-topsy-back-icon,.tipst-topsy-back-button-wrapper .tipst-topsy-back-logo,.tipst-topsy-back-button-wrapper .tipst-topsy-app-download {
	flex: 1;
	display: flex;
}
.tipst-topsy-back-button-wrapper .tipst-topsy-back-logo {justify-content: center;}
.tipst-topsy-back-button-wrapper .tipst-topsy-app-download {justify-content: end;}
form > .tipsy-topsy-login-title-main > .tipsy-topsy-login-title {
	text-transform: capitalize;
	font-size: 17px;
	text-align: center;
}
form > .tipsy-topsy-login-des-main > .tipsy-topsy-login-des {
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
	margin-block-start: 10px;
}
#tipsytopstrequestotp,#tipsytopstverifyOTP,#tipsytopstuserdata {
	padding: 20px;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.9rem;
	box-shadow: -1px -1px 19px -2px rgba(226,167,92,0.6);
  -webkit-box-shadow: -1px -1px 19px -2px rgba(226,167,92,0.6);
  -moz-box-shadow: -1px -1px 19px -2px rgba(226,167,92,0.6);
}
.tipsy-topsy-login-form-wrapper .form-group:last-child {
	margin-block-end: 0;
}
#tipsytopsynotification {
	background-color: #f0f0f0;
	padding: 10px;
	margin-block-end: 20px;
	font-size: 13px;
	display: none;
	border: 1px solid transparent;
	border-radius: .25rem;
}
#tipsytopsynotification.tipsytopsynotification.tipsytopsy-error{
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
#tipsytopsynotification.tipsytopsynotification.tipsytopsy-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
/* Login Page */
.tipsy-topsy-footer-nav-item.active .tipsy-topsy-footer-nav-icon svg,.tipsy-topsy-footer-nav-item.active .tipsy-topsy-footer-nav-text-main .tipsy-topsy-footer-nav-text {
	color: #e2a75c;
}
/* Menu Page */
.tipsy-topsy-menu-top-category-list-main {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.tipsy-topsy-menu-top-category-list-main::-webkit-scrollbar {
	display: none;
}
.tipsy-topsy-menu-top-category-list-main {
	width: 100%;
	overflow-x: auto;
	padding: 10px 13px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tipsy-topsy-menu-top-category-list-inner {
	display: flex;
	gap: 15px;
	width: 100%;
}
.tipsy-topsy-menu-category-name {
	white-space: nowrap;
	word-break: break-word;
}
.tipsy-topsy-menu-top-category-list-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	/* height: 95px; */
	cursor: pointer;
	min-width: 80px;
  	max-width: 80px;
}
.tipsy-topsy-menu-category-product-veg-main img {
	width: 12px;
	height: auto;
}
.tipsy-topsy-menu-top-category-list-item.selected .tipsy-topsy-menu-top-category-image-wrapper::before {
	content: "";
	background-image: url(https://tipsytopsydev.gatisofttech.net/img/core-img/tipsy-topsycheckmark.png);
	background-position: center;
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	right: 4px;
	top: -2px;
	background-color: #fff;
	border-radius: 50px;
}
.page-content-wrapper-menu {
	margin-block-start: 0px;
	padding-block-end: 0 !important;
}
.tipsy-topsy-menu-top-category-list-item.selected .tipsy-topsy-menu-top-category-image-wrapper {
	border-color: #6c4513;
}
.tipsy-topsy-menu-top-category-list-item .tipsy-topsy-menu-top-category-image-wrapper {
	width: 75px;
	height: 75px;
	background: #fff;
	padding: 5px;
	border-radius: 50px;
	margin: 0 auto;
	border: 2px solid transparent;
	position: relative;
}
.tipsy-topsy-menu-top-category-list-item .tipsy-topsy-menu-category-name.selected {
	color: #6c4513;
}
.tipsy-topsy-order-sub-item {
	display: flex;
	align-items: center;
	gap: 15px;
}
.orders-list .order-card {
	border-block-end: 1px solid #e5e5e5;
	padding-block-end: 20px;
	margin-block-end: 20px;
}
.orders-list {
	padding: 30px 15px;
}
.orders-list .order-card .tipsy-topsy-order-item {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.tipsy-topsy-order-item .tipsy-order-actions {
	margin-block-start: 13px;
}
.tipsy-topsy-order-sub-item .tipsy-topsy-order-label {
	width: 95px;
}
.tipsy-topsy-order-sub-item .tipsy-topsy-order-label, .tipsy-topsy-order-sub-item > span {
	color: #6c4513;
	font-size: 14px;
	font-weight: 500;
}
.tipsy-topsy-order-sub-item .tipsy-topsy-order-value {
	color: #666;
	font-weight: 400;
}
.tipsytopsy-confirmation-message-main {
	display: flex;
	flex-direction: column;
	padding: 20px 5px;
  	gap: 25px;
	text-align: center;
}
.tipsy-topsy-customer-des-main {
	margin-block-start: 20px;
}
#tracking-wrapper {
	margin-block: 20px 0;
}
.tipsy-order-actions a,.tipsy-topsy-btn,.tipsy-order-actions .btn {
	padding: 12px 7px;
	border-radius: 5px;
	border: 1.5px solid #e5e5e5;
	background: #e2a75c;
	display: flex;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
	display: flex;
  	align-items: center;
	font-size: 12px;
}
.tipsy-order-actions {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.tipsytopsy-confirmation-message-main h2 {
	font-weight: 500;
	color: #6c4513;
}
.tipsy-topsy-menu-top-category-list-item .tipsy-topsy-menu-category-name {
	color: #6c4513;
	font-size: 12px;
	cursor: pointer;
	font-weight: 600;
	width: 74px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-block-start: 13px;
	width: 100%;
}
.tipsy-topsy-menu-top-category-name-item {
	margin-block: 20px;
}
.tipsy-topsy-menu-search-bar-main {
	padding: 13px;
	background: #6c4513;
}
.tipsy-topsy-menu-search-bar-main #tipsyTopsyMenuSearchInput:focus-visible {
	outline: 0;
}
.tipsy-topsy-menu-top-category-name-item .tipsy-topsy-menu-top-category-name {
	text-transform: capitalize;
	font-weight: 600;
	display: flex;
	color: #6c4513;
	font-size: 18px;
}
.tipsy-topsy-menu-category-product-list-inner .tipsy-topsy-menu-category-product-details {
	width: 55%;
}
.tipsy-topsy-menu-category-product-list-inner .tipsy-topsy-menu-category-product-image-wrapper {
	width: 45%;
	position: relative;
	cursor: pointer;
}
.tipsy-topsy-menu-category-product-image-inner img {
	width: 100%;
	border-radius: 15px;
	max-width: 156px;
	height: 144px;
	object-fit: cover;
}
.tipsy-topsy-menu-category-product-image-inner .no-image {border: 1px solid #6666664d;}
.show-cart.tipsy-topsy-menu-category-product-main {margin-block-end: 30px;}
.tipsy-topsy-menu-category-product-list-inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-block-end: 25px;
	align-items: center;
	border-block-end: 1px solid #6c45134d;
	padding-block-end: 25px;
	position: relative;
}
.tipsy-topsy-menu-category-product-name {
	font-weight: 600;
	color: rgba(2, 6, 12, 0.75);
	font-size: 18px;
	letter-spacing: -0.45px;
	margin-block: 8px;
}
.tipsy-topsy-menu-category-product-time-main > span {
	font-size: 12px;
	line-height: normal;
	color: #000;
	font-weight: 600;
	position: relative;
}
.tipsy-topsy-menu-category-product-time-main {
	display: flex;
	gap: 6px;
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	align-items: center;
	font-weight: 600;
}
.tipsy-topsy-menu-category-product-price-main > span {
	color: rgba(2, 6, 12, 0.75);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.45px;
	line-height: 21px;
}
#tipsy-topsy-drawer-details .tipsy-topsy-menu-drawer-details {
	padding: 20px;
}
.tipsy-topsy-menu-category-product-veg-main {
	display: flex;
	gap: 10px;
	margin-block: 4px;
	align-items: center;
}
.tipsy-topsy-menu-category-product-price-main {
	display: flex;
	gap: 10px;
	margin-block: 3px 10px;
}
.tipsy-topsy-menu-category-product-price-main .tipsy-topsy-menu-category-product-price {
	background: #e2a75c;
	padding: 2px 6px;
	font-size: 12px;
	border-radius: 9px;
}
.tipsy-topsy-menu-category-product-list-inner:last-child {
	border: 0;
}
sup {top: -3px; right: 3px;} 
.tipsy-topsy-login-form-wrapper .form-group button#resendOtpBtn, .tipsy-topsy-login-form-wrapper .form-group button#editMobileBtn,.form-group button#resendeditOtpBtn,.form-group button#editprofileMobileBtn {
	padding: 0;
	background: transparent;
	color: #000;
	display: flex;
	gap: 5px;
	align-items: center;
	text-align: left;
}
.form-group.tipsy-topsy-resent-otp {
	flex-direction: unset;
	gap: 20px;
	justify-content: center;
	margin-block-start: 30px;
	display: flex;
}
.form-group.tipsy-topsy-resent-otp .tipsy-topsy-secondary-btn svg {
	width: 16px;
	height: auto;
}
.tipsy-topsy-login-form-wrapper .form-group button[disabled],#verifyMobileBtn:disabled,#resendeditOtpBtn:disabled,#editMobile:read-only {opacity: 0.5; cursor: not-allowed;}
.tipsy-topsy-login-form-wrapper .form-group button #resendTimerwrapper {display: none;}
.tipsy-topsy-login-form-wrapper .form-group button[disabled] #resendTimerwrapper {display: inherit;}
.tipsy-topsy-account-edit {
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgb(108, 69, 19);
	font-weight: 600;
}
.tipsy-topsy-account-edit-wrapper {
	border-block-end: 1px solid rgb(108, 69, 19);
	padding-block-end: 20px;
}
.tipsy-topsy-account-deatils .tipsy-topsy-login-des {
	font-size: 13px;
}
.tipsy-topsy-account-deatils .tipsy-topsy-login-des-main {
	margin-block: 3px 10px;
}
.tipsy-topsy-account-edit svg,.tipsy-topsy-account-logout-inner svg {
	width: 14px;
	height: auto;
}
.tipsy-topsy-account-logout-inner .tipsy-topsy-login-title {
	font-size: 13px;
	color: #FF0000;
}
.tipsy-topsy-account-logout-wrapper {
	padding-block: 15px;
	background: #fff;
	margin-block-start: 20px;
}
.tipsy-topsy-account-logout-inner svg {
	transform: rotate(180deg);
  	color: #66666694;
}
.tipsy-topsy-account-logout-inner {
	display: flex;
	justify-content: space-between;
}
/* Menu Page */
/* Add Quainity Cart Design */
/* Quantity Controls */
/* Quantity Controls */
.tipsy-quantity-controls {
	display: flex;
	align-items: center;
	width: auto;
	justify-content: center;
	max-width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	max-width: 105px;
	margin: 0 auto;
	bottom: -15px;
	background: #fff;
	padding: 6px 5px;
	border-radius: 5px;
	box-shadow: rgba(108, 69, 19, 0.2) 0px 8px 24px;
	border: 1.5px solid #e5e5e5;
}

.tipsy-quantity-controls button {
	background: transparent;
	border: 0;
	cursor: pointer;
	color: #6c4513;
  	font-weight: 700;
	width: 100%;
}
.tipsy-quantity-input {
	width: 35px;
	text-align: center;
	margin: 0 5px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #6c4513;
  	font-weight: 700;
	font-size: 16px;
}
.tipsy-topsy-order-pay-wrapper .tipsy-topsy-order-topay .tipsy-topsy-order-topay-text {
	font-weight: 600;
	font-size: 14px;
}
.tipsy-topsy-order-pay-wrapper .tipsy-topsy-order-topay .tipsy-topsy-order-viewdetails-text a {
	font-size: 11px;
	color: #6c4513;
}
.tipsy-topsy-order-pay-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tipsy-topsy-order-pay-wrapper .tipsy-topsy-order-topay {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
/* Fixed Cart Footer */
.tipsy-cart-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
	flex-direction: column;
	gap: 15px;
}
.checkout-form h2 {
	margin-block-end: 15px;
}
.tipsy-cart-footer .tipsy-checkout-btn {width: 100%;}
.tipsy-cart-summary {
    display: flex;
    flex-direction: column;
	width: 100%;
  	text-align: left;
}
#paySecurelyBtn {
	margin-block-start: 15px;
}
.tipsy-checkout-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}
button[type="submit"]:hover, .tipsy-checkout-btn:hover,#paySecurelyBtn:hover {
	color: #f3dcbe;
}
#checkoutForm {margin-block-end: 15px;}
button[type="submit"],.tipsy-checkout-btn,#paySecurelyBtn {
	background: rgb(108, 69, 19);
  	color: #f3dcbe;
	border: none;
	padding: 12px 20px;
	cursor: pointer;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 600;
	width: 100%;
	text-transform: uppercase;
}
.tipsy-quantity-controls button.tipsy-add-to-cart-btn {
	font-size: 16px;
	font-weight: 600;
	padding: 0;
}
.train-instruction-list-wrapper {
	padding: 0;
}
.train-instruction-wrapper .train-instruction-inner {
	height: 50vh;
	overflow: auto;
	padding: 15px 30px 20px;
	text-align: left;
}
#cancelPopup .train-instruction-wrapper .train-instruction-inner {
	height: auto;
}
#train-instruction-modal .train-modal-buttons {
	padding-inline: 20px;
}
.train-instruction-list-wrapper .train-instruction-list-item {
	list-style: disc;
	padding-block: 5px;
	font-size: 15px;
}
#train-instruction-modal .train-modal-content,#food-type-modal .food-type-content-wrapper {
	padding: 0px 0 25px;
}
.tipsy-modal-header-title-main .tipsy-modal-header-title {
	font-weight: 600;
	font-size: 14px;
}
.tipsy-modal-header {
	border-block-end: 1px solid #6c45135c;
	padding: 15px 10px 7px;
}
#takeaway-instruction-modal .train-instruction-wrapper .train-instruction-inner {
	height: auto;
}
#takeaway-instruction-modal .tipsy-modal-header-title-main .tipsy-modal-header-title {
	font-size: 25px;
}
#takeaway-instruction-modal .train-instruction-wrapper .train-instruction-inner span {
	text-align: center;
	display: flex;
}
#train-delivery-modal,#train-arrived-modal,#train-instruction-modal,#food-type-modal,#takeaway-instruction-modal,#editProfilePopup,#verifyMobileOtpFormPopup,#cancelPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.train-modal-content,#food-type-modal .food-type-content-wrapper,#editProfileForm,#verifyMobileOtpForm {
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    max-width: 350px;
    width: 90%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    text-align: center;
    animation: fadeInScale 0.3s ease;
	position: relative;
}
.food-type-content-list .food-type-content-list-item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	cursor: pointer;
}
.food-type-content-list .food-type-content-list-item.selected {
    border-color: #321e04;
    background-color: #e2a75c26;
	color: #321e04;
}
.food-type-content-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#food-type-modal .food-type-content-wrapper {
	padding: 30px 35px;
}
.food-type-content-list .food-type-content-list-item input {
	display: flex;
	width: 16px;
}
.train-modal-content h3,#editProfileForm h3,#verifyMobileOtpFormPopup h3 {
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
}
.form-group-wrapper .form-group label{
	margin-bottom: 10px;
}
.train-modal-content label,.form-group label {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    color: #555;
    font-size: 14px;
}

.train-modal-input {
    width: 100%;
    padding: 10px 12px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border 0.3s;
	font-weight: 700;
}

.train-modal-input:focus {
    border-color: #6c4513; /* yellow */
    outline: none;
}

.train-modal-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.train-modal-btn,.app-btn {
    flex: 1;
    padding: 10px 15px;
    margin: 0 5px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
	font-weight: 600;
}
.tipsy-topsy-order-actions-main {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 20px 15px;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0 -1px 29px 0px;
}
.tipsy-topsy-order-actions-main .tipsy-topsy-order-actions-inner {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.train-modal-btn.save-btn,.app-btn {
	background: #e2a75c;
	color: #321e04;
}
input,textarea,button,select,a,body,* {
    -webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.tipsy-topsy-menu-top-category-list-item.selected .tipsy-topsy-menu-top-category-image-wrapper img {
	border-radius: 50px;
}
.home-page #downloadManifest.tipsy-topsy-account-wrapper .tipsy-topsy-account-inner {
	display: block;
}
#downloadManifest.tipsy-topsy-account-wrapper .tipsy-topsy-account-inner {
	display: none;
}
.train-modal-btn.cancel-btn {
	background: #6c4513;
	color: #e2a75c;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* ====================== */
/* Add Quainity Cart Design */
/* Checkout Page */
.order-item img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 15px;
	border-radius: 50px;
}
.tipsy-quantity-controls {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.tipsy-topsy-biling,.order-review {
	margin-block-start: 25px;
}
.order-summary {
	background: #fff;
	padding: 12px;
	margin: 10px 0 10px;
	border-radius: 7px;
}
.tipsy-topsy-biling {
	margin-block-start: 25px;
}
#tipsy-topsy-drawer-details .tipsy-topsy-menu-category-product-image-inner .tipsy-topsy-menu-category-product-image {
	width: 100%;
	min-height: 250px;
	height: 100%;
	/* object-fit: fill; */
	max-width: 100%;
	border-radius: 0;
}
#tipsy-topsy-drawer-details .tipsy-topsy-menu-category-product-image-inner {
	overflow: hidden;
	font-size: 0px;
	margin: 0px;
	min-height: 250px;
	border-radius: 24px 24px 0px 0px;
	max-height: 80vw;
	height: 400px;
}
/* Initially hidden drawer */
#tipsytopsybilingdetails,.tipsy-topsy-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    transition: bottom 0.3s ease-in-out;
    z-index: 9999;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0;
  	background: #fff;
	box-shadow: rgba(27, 30, 36, 0.1) 0px 12px 28px 0px;
}

/* When active, slide up */
#tipsytopsybilingdetails.active,.tipsy-topsy-drawer.open {bottom: 0;}

/* Optional: overlay background */
.drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}
.tipsy-topsy-drawer-content {
    position: relative;
    height: 100%;
    padding: 0px;
    overflow-y: auto;
}
.tipsy-topsy-drawer-close,.train-modal-content #closmodelicon, .train-modal-content #closmodeliconarrived, .food-type-content-wrapper #closmodeliconfood,#closmodelediticon,#closeOtpPopup {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	top: 20px;
	right: 20px;
	height: 15px;
	width: 15px;
}
.form-group-wrapper {
	margin-block-start: 30px;
}
.train-modal-content #closmodelicon,.train-modal-content #closmodeliconarrived,.food-type-content-wrapper #closmodeliconfood {
	right: 13px;
	top: 10px;
}
.tipsy-topsy-menu-drawer-details-inner .tipsy-topsy-menu-category-product-name {
	font-size: 22px;
	margin-block: 6px;
}
#tipsy-topsy-drawer-details .tipsy-topsy-menu-drawer-details-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-block-end: 6px;
}
#tipsy-topsy-drawer-details .tipsy-quantity-controls {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	margin: 0;
	justify-content: flex-end;
	width: 105px;
}
.tipsy-train-time-wrapper .tipsy-train-time-inner {
	display: flex;
	align-items: center;
	gap: 8px;
}
.tipsy-train-time-wrapper {
	display: flex;
	gap: 30px;
}
.tipsy-train-details-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 15px;
	background: #e5e5e5;
	margin-block: 12px;
	border-radius: 7px;
	position: relative;
}
.tipsy-train-details-wrapper .tipsy-topsy-train-edit.tipsy-topsy-train-edit-icon {
	right: 15px;
	top: 15px;
}
.tipsy-train-details-wrapper p {
	color: #000;
}
.tipsy-topsy-menu-drawer-details .tipsy-topsy-menu-category-product-desc {
	display: flex;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: auto;
	max-height: 100%;
  	cursor: text;
}
.tipsy-topsy-biling-details-tagline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background: #fff;
}
.tipsy-topsy-biling-sub-details {
	display: flex;
	justify-content: space-between;
	padding-block: 5px;
	align-items: center;
}
.tipsy-topsy-biling-sub-label label,.tipsy-topsy-biling-details-inner .tipsy-topsy-order-pay-wrapper .tipsy-topsy-order-topay .tipsy-topsy-order-viewdetails-text {
	font-size: 12px;
	font-weight: 400;
}
.tipsy-topsy-biling-details-inner .tipsy-topsy-order-pay-wrapper .tipsy-topsy-order-topay {
	gap: 5px;
}
.tipsy-topsy-biling-sub-value p {
	font-weight: 500;
	font-size: 12px;
	color: #6c4513;
}
.tipsy-topsy-order-topay-value p{
	color: #6c4513;
}
.tipsy-topsy-biling-details-inner {
	margin: 10px;
	background: #fff;
	padding: 15px;
	border-radius: 7px;
	border: 1px solid #6c45133d;
}
.tipsy-topsy-biling-sub-value .tipsy-topsy-subtotal {
	font-size: 13px;
	font-weight: 600;
}
.tipsy-topsy-biling-details-inner .tipsy-topsy-biling-sub-details:nth-child(3) {
	padding-block-end: 10px;
}
.tipsy-topsy-biling-details-inner .tipsy-topsy-order-pay-wrapper {
	padding-block-start: 18px;
	border-block-start: 1px solid #e5e5e5;
}
.tipsy-topsy-biling-details-tagline .tipsy-topsy-biling-details-tagline-text, .drawer-close-btn {
	font-weight: 600;
	color: #121212;
}
.drawer-overlay.active {
    display: block;
}

/* Close button */
.drawer-close-btn {
    display: block;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}
.grand-total {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
}
.order-item-list-wrapper .tipsy-quantity-controls {
	position: relative;
	right: auto;
	left: auto;
	bottom: auto;
	margin: 0;
	padding: 3px 7px;
  	border: 1px solid #6c4513;
}
.order-item-list-wrapper .remove-item svg {
	width: 19px;
	height: auto;
	color: #e2a75c;
}
.order-item-list-details h3,.order-summary h3 {
	font-size: 14px;
	margin-block-end: 5px;
}
.order-item-list-wrapper {
	width: 100%;
	padding: 12px;
	background: #fff;
	border-radius: 7px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	/* display: flex;
	justify-content: space-between; */
	align-items: center;
	display: grid;
  	grid-template-columns: 1fr 0.5fr 0fr;
	gap: 37px;
}
.tipsy-topsy-biling .tipsy-topsy-biling-text::before,
.tipsy-topsy-biling .tipsy-topsy-biling-text::after {
	content: "";
	background: #8480ae59;
	width: 35%;
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 10px;
}
#verifyMobileOtpForm #verifyOtpSubmit {
	margin-block-start: 20px;
}
.tipsy-topsy-biling .tipsy-topsy-biling-text::after {
	right: auto;
	left: 0;
	top: 10px;
}
.tipsy-topsy-biling .tipsy-topsy-biling-text {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 360px) {
	.tipsy-topsy-train-tab-item .tipsy-topsy-train-tab-title {font-size: 12px;}
	#verifyMobileOtpForm .form-group.tipsy-topsy-resent-otp {flex-wrap: wrap;}
}
/* Checkout Page */