@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

html {
	font-size: 100%;
}

* {
	outline: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

img {
	outline: none;
}

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	color: #000;
	overflow-x: hidden;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

.container-flex {
	display: flex;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
}


ul,
li,
p {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	font-weight: 400;
}

.vraj-title h2 {
	color: #1e53a5;
	font-size: 3.375em;
}

.vraj-btn {
	padding: 15px 30px;
	background: #209FCF;
	border-radius: 30px;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	margin-top: 2em;
	display: inline-block;
	border: none;
}

/*********************header****************************/
header {
	padding: 0.8em 0 0em 0;
	position: sticky;
	top: 33px;
	background: #fff;
	z-index: 9999;
}

header .container-flex {
	align-items: center;
}

.header>div {
	position: relative;
}

.zip-code {
	margin-left: 3em;
}

header .container-flex>div .myinput {
	border: solid 1px #ddd;
	height: 40px;
	width: 100%;
	border-radius: 30px;
	padding: 0 20px 0 38px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: bold;
}

header .container-flex>div.home-search .myinput {
	padding: 0 45px 0 20px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: bold;
}

.zip-code img {
	position: absolute;
	top: 10px;
	/*left: 18px; */
}

.home-search .searchimg {
	position: absolute;
	top: 4px;
	right: 5px;
}

header .container-flex>div.home-search {
	flex: 1 1 calc((72% / 2) - 0rem);
	margin: 0 3em;
}

header .container,
.banner.container {
	width: 90%;
	max-width: initial;
}

.my-account {
	text-align: right;
	object-fit: cover;
}

.menu {
	background: #1E53A5;
	margin-top: 1em;
}

.main-menu {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.menu ul li {
	padding: 1em 1.5em;
	display: inline-block;
	border-right: solid 1px #ffffff26;
	position: relative;
}

.menu ul.main-menu>li:last-child {
	/*	background: #dd1f0a;*/
}

.menu ul li a {
	color: #fff;
	transition: 0.2s;
	text-decoration: none;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

.menu ul li:hover {
	background: #209FCF;
	transition: 0.2s;
}

button.but {
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	border: none;
	background: transparent;
	z-index: 9999;
}

button.but:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	left: 0;
	bottom: 0;
	margin: auto;
}

.submenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	width: 200px;
}

.menu ul li:first-child .submenu {
	width: 919px;
}

.menu ul li:hover .submenu {
	display: block;
}

.submenu ul {
	float: left;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	height: 302px;
	width: 100%;
}

.menu ul li .submenu li {
	display: flex;
	padding: 0px;
	background: #1E53A5;
	border-top: solid 1px #ffffff26;
}

.menu ul li .submenu li a {
	font-size: 0.9em;
	padding: 12px 10px;
	width: 100%;
}

.menu ul li .submenu li a:hover {
	background: #209FCF;
}

.all-categories {
	color: #fff;
	border-right: solid 1px #209FCF;
	padding: 0.2em 4em 0.2em 1em;
	margin-right: 4em;
	cursor: pointer;
}

.all-categories span,
.header-phone {
	display: flex;
	align-items: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

.all-categories span img {
	margin-right: 5px;
	width: 20px;
}

.header-phone {
	font-weight: 600;
	color: #fff;
	margin-left: auto;
	font-size: 1.2em;
}

.header-phone img {
	margin-right: 8px;
}

.my-account li {
	margin-left: 15px;
	position: relative;
}

.my-account li span#cartCount {
	position: absolute;
	background: #dd1f0a;
	color: #fff;
	line-height: 1;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 50%;
	padding: 4px 0;
	font-size: 11px;
	right: -7px;
	top: -7px;
}

.menu-categories {
	position: fixed;
	width: 100%;
	background: #1E53A5;
	height: 100%;
	width: 320px;
	left: -100%;
	top: 0;
	transition: 0.5s;
	z-index: 9;
}

.menu-categories ul {
	margin-top: 3em;
}

.menu-categories ul li,
.menu-categories ul li a {
	width: 100%;
}

.open-categories .menu-categories {
	left: 0%;
	transition: 0.5s;
}

.close-categories {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	background: #209fcf;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu,
.close-menu {
	display: none;
}

/************************/
/*********************Banner****************************/
.banner {
	margin: 2em auto;
	width: 90%;
}

.banner img {
	border-radius: 10px;
	width: 100%;
	/* height: 430px; */
}

.banner-left {
	width: 66%;
	float: left;
	position: relative;
}

.banner-right {
	width: 32%;
	float: right;
}

.banner-left ul.slick-dots {
	position: absolute;
	right: 20px;
	bottom: 1em;
}

.slick-dots li {
	margin: 0 5px;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-dots li button {
	background: none;
	border: solid 2px #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background: #ffffff;
}

.begin_img_container span {
    background-color: red;
    color: white;
    border: 1px solid #fff;
    width: fit-content;
    padding: 2px 7px 2px 7px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
    margin-top: -9px;
    margin-left: -9px;
}

.detailtag_img_container{
    background-color: red;
    color: #fff;
    border: 1px solid #fff;
    width: fit-content !important;
    padding: 2px 7px 2px 7px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
	margin-left: 10px;
    line-height: 17px !important;
}

.cattag_container span {
    background-color: red;
    color: white;
    border: 1px solid #fff;
    width: fit-content;
    padding: 2px 7px 2px 7px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
    margin-top: -9px;
    margin-left: -9px;
}

del.pprice_del {
    color: #a7a0a0;
    margin-right: 5px;
    font-weight: bold;
}

/*********************categories****************************/
.categories {
	display: inline-block;
	width: 100%;
	padding: 0em 0 0em 0;
}

.categories .slick-slide {
	margin: 0 12px;
}

.tab-container {
	width: 75%;
	margin: 0 auto;
}

.tabs li {
	cursor: pointer;
	background: url(../images/category-icon-bg.png);
	width: 162px;
	background-size: 100% !important;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.tabs li span {
	color: #363636;
	font-size: 1em;
	font-weight: 600;
	width: 80%;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
	font-family: 'Quicksand', sans-serif;
}

.tabs li:nth-child(1) {
	background: url(../images/category-1.png);
}

.tabs li:nth-child(2) {
	background: url(../images/category-2.png);
}

.tabs li:nth-child(3) {
	background: url(../images/category-3.png);
}

.tabs li:nth-child(4) {
	background: url(../images/category-4.png);
}

.tabs li:nth-child(5) {
	background: url(../images/category-5.png);
}

.tabs li:nth-child(6) {
	background: url(../images/category-6.png);
}

.tabs li:nth-child(7) {
	background: url(../images/category-7.png);
}

.tab-link:hover,
li.current {
	transition: 0.5s;
	background: url(../images/category-icon-bg.png) !important;
	color: #fff;
}

.tab-link:hover span,
li.current span {
	color: #fff;
}

.tab-link:hover path,
li.current path {
	fill: #fff;
}

.tab-link:hover img,
li.current img {
	filter: unset;
}

ul.tabs {
	display: flex;
	justify-content: space-around;
	margin-bottom: 2em;
}

.tab-content {
	display: none;
	transition-property: transform, opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
}

.tab-content.current {
	display: inherit;
	border-radius: 0 0 .5rem .5rem;
	animation: fade 0.3s ease-in-out both;
}

@keyframes fade {
	0% {
		opacity: 0;
		transform: translateY(2rem);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

100% {
	opacity: 1;
	transform: translateY(0);
}
}

/*********************product****************************/
.product-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0em -1em 0em -1em;
	width: 100%;
}

.product-box {
	border: solid 1px #b7bdc1;
	padding: 1em;
	border-radius: 10px;
	flex: 0 1 calc((100% / 5) - 2em);
	margin: 1em;
	background: #fff;
	text-align: left;
}

.product-stock-message {
    color: red;
    font-style: italic;
    font-weight: bold;
    text-align: center;
	text-transform: capitalize;
}

.product-stock-message-detail {
    color: red;
    font-style: italic;
    font-weight: bold;
	text-transform: capitalize;
}

.product-box img {
	display: block;
	width: auto;
	margin: 0 auto;
	max-height: 128px;
	max-width: 100%;
}

.product-box h4 {
	width: 100%;
	color: #000000;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	margin: 10px 0 10px 0;
	font-weight: 500;
}

.product-box h3 {
	width: 100%;
	color: #000000;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	margin: 10px 0 10px 0;
	font-weight: 500;
}

.product-box strong {
	margin-right: 1em;
	font-weight: normal;
}

.product-box ul {
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
}

.product-box ul li img {
	width: auto;
}

.product-box ul li>button {
	background: #efefef;
	position: relative;
	border: none;
	height: 100%;
	padding: 0 15px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 30px;
	border: solid 2px #efefef;
	color: #000
}

.product-box ul li>button:hover {
	border: solid 2px #209fcf;
	background: #209fcf;
	color: #fff;
}

.product-box ul li>button:before {
	content: "";
	background: url(../images/cart-icon.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	background-size: 100%;
}

.product-box ul li>button:hover:before {
	content: "";
	background: url(../images/cart-icon-hover.png);
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.product-box select {
	border: solid 1px #ddd;
	padding: 8px 17px;
	border-radius: 30px;
	width: 100%;
	height: 36px;
	font-size: 13px;
	color: #000;
}

.quantity {
	display: flex;
	border: solid 2px #209fcf;
	padding: 4px 0;
	border-radius: 30px;
	text-align: center;
	justify-content: center;
}

.quantity input {
	width: 20px;
	background: none;
	border: none;
	font-size: 14px;
	color: #1E53A5;
	text-align: center;
	opacity: 1;
}

.quantity button {
	background: none;
	border: none;
	color: #1E53A5;
	padding: 0 10px;
	cursor: pointer;
	font-size: 20px;
}

/*********************vraj-bakery****************************/
.vraj-bakery {
	padding: 4em 0;
	background: url(../images/Vraj-Bakery-bg.jpg);
	margin: 3em 0 0 0;
	text-align: center;
	background-size: cover;
}

.vraj-bakery .container-flex {
	flex-wrap: wrap;
}

.vraj-bakery h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
	color: #fff
}

.vraj-bakery .product-box {
	flex: 1 1 calc((100% / 3) - 3em);
	display: flex;
}

.vraj-bakery .product-box img {
	display: block;
	width: 150px;
	margin-right: 1.5em;
	height: auto;
}

.vraj-bakery .product-box ul li img {
	width: auto;
}

/************************Ads**********************************/
.ads {
	background: #f3f3f3;
	padding: 3em 0;
}

.ads .container-flex {
	margin: -1em;
}

.ads ul li {
	flex: 1 1 calc((100% / 3) - 2rem);
	margin: 0.8em;
}

.ads img {
	width: 100%;
}

.popular-product {
	padding: 3em 0 0em 0;
}

.popular-product {
	padding: 2em 1em;
	background: rgb(30 83 165 / 7%);
	border-radius: 10px;
	margin: 2em 0;
}

.vraj-title .popular-product h2 {
	font-size: 2.25em;
	padding: 0 20px;
	position: relative;
}

/*.vraj-title .popular-product h2:before { height: 2px; content: ""; background: #1e53a5; width: 100%; display: inline-block; position: absolute; top: 50%; left: 100%; }*/
/*.popular-product .slick-prev,
.popular-product .slick-next { position: absolute; top: 50%; cursor: pointer; transform: translateY(-50%); right: 100%; background: #209fcf; height: 40px; border: none; padding: 0 7px; color: #fff; text-transform: uppercase; font-size: 11px; }*/
.popular-product .slick-dots {
	margin-top: 1em;
	width: 100%;
	text-align: center;
}

/***************************Discover-Greatest*******************************/
.discover-greatest {
	text-align: center;
	padding: 3em 0;
	border-top: solid 1px #ddd;
}

section#discover {
	border: none;
}

.discover-greatest.vraj-title h2 {
	font-size: 2.5em;
}

.discover,
.brand {
	margin-top: 2em;
}

.discover-greatest h4 {
	font-size: 1.4em;
}

.discover-greatest .slick-slide img {
	display: inline-block;
	height: 380px;
	object-fit: cover;
}

.slick-dots li button {
	border: solid 2px #adadad;
}

.slick-dots li.slick-active button {
	background: #013F9E;
	border: solid 2px #013F9E;
}

.slick-dots {
	margin-top: 2em;
}

.brand .slick-slide {
	margin: 0 1.5em;
}

.brand .slick-slide img {
	height: auto;
}

.slick-list {
	margin-bottom: 20px;
}

.slick-prev,
.slick-next {
	background: #1e53a5;
	border: none;
	width: 40px;
	height: 40px;
	text-indent: -99999px;
	position: relative;
	margin: 10px 4px;
}


.slick-prev:before,
.slick-next:before {
	content: "";
	border: solid #1e53a5;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 16px;
	top: 13px;
	transform: rotate(45deg);
	border-width: 0px 0px 2px 2px;
}

.slick-next:before {
	left: 11px;
	border-width: 2px 2px 0 0;
}

/***************************Footer*******************************/
footer {
	border-top: solid 1px #ddd;
	padding: 3em 0;
	line-height: 30px;
	font-weight: 600;
}

.footer-grid {
	flex: 1 1 calc((100% / 4) - 4em);
	margin: 1em 0em;
	font-weight: 600;
	line-height: 30px;
}

.footer-grid:first-child {
	flex: 1 1 calc((40% / 1) - 4em);
}

footer ul li {
	display: inline-block;
	width: 100%;
	padding: 1px 0;
}

footer ul li:before {
	width: 8px;
	height: 8px;
	display: inline-block;
	content: "";
	background: #209FCF;
	margin-right: 10px;
	border-radius: 50%;
}

footer ul li#report-order a,
footer ul li#special-request a {
	color: #dd1f0a;
}

footer ul li#report-order:before,
footer ul li#special-request:before {
	background: #dd1f0a;
}

.footer-grid:first-child ul li:before {
	display: none
}

footer ul li a {
	color: #000;
	text-decoration: none;
}

footer ul li a:hover {
	color: #209FCF;
}

.footer-grid h3 {
	color: #013F9E;
	font-size: 1.8em;
	padding-bottom: 1em;
}

footer ul li img {
	margin: 7px 7px 0 0;
	display: inline-block;
	float: left;
}

.copyright {
	border-top: solid 1px #ddd;
	padding-top: 2em;
	margin-top: 1em;
	justify-content: space-between;
	padding-bottom: 1em;
}

/***********************scroll*************************************/
#scroll {
	position: fixed;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	width: 46px;
	height: 46px;
	z-index: 999;
	display: none;
	background: #1e53a5;
}

#scroll:hover {
	background: #209fcf;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	transform: translate(-50%, -80%);
}

/***********************Product-list*************************************/
.categories-banner {
	background: #efefef;
	text-align: center;
	padding: 13px 0;
	letter-spacing: 1px;
	font-size: 1.2em;
}

.category-product {
	padding: 3em 0;
}

.category-product .container-flex {
	display: flex;
	align-items: flex-start;
}

.category-product .product-box {
	flex: 0 1 calc((100% / 4) - 2em);
}

.category-filter {
	background: #ffffff;
	flex: 1 1 calc((20% / 1) - 1em);
	border-radius: 8px;
	margin: 1em 2em 0 0;
	box-shadow: 0 0 30px #00000014;
	position: sticky;
	top: 18vh;
	left: 0;
	height: 76vh;
	overflow: auto;
}

.category-filter h3 {
	font-weight: 900;
	color: #1e53a5;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.product-filter {
	flex: 1 1 calc((75% / 1) - 1em);
}

.category-filter>div {
	border-bottom: solid 1px #efefef;
	padding: 1.5em;
}

.category-filter ul li {
	display: inline-block;
	width: 100%;
	padding: 6px 0;
}

.category-filter ul li input[type="checkbox"] {
	margin-right: 5px;
}

.accordion {
	margin-top: 1em;
}

.accordion>input {
	background: no-repeat;
	border: none;
	height: 40px;
	width: 90px;
	border-radius: 30px;
	padding: 0 10px;
	text-transform: capitalize;
	border: solid 1px #ddd;
}

.accordion span {
	padding: 0 10px;
}

.category-filter .vraj-btn {
	margin: 0;
	border: none;
	font-size: 1em;
	padding: 12px 30px;
}

/***********************Product-Details*************************************/
.breadcrumb {
	background: #efefef;
	padding: 10px 0;
}

.breadcrumb ul li {
	border-right: solid 1px #ddd;
	line-height: 1;
	padding: 0 10px;
	font-weight: 600;
}

.breadcrumb ul li a {
	color: #1E53A5;
	font-style: italic;
}

.product-details-banner {
	padding: 4em 0;
}

.product-details-left {
	flex: 4.5;
	height: 570px;
	text-align: center;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
}

.product-details-left .slider-nav img {
	width: 84px !important;
	height: 84px !important;
	min-width: 84px !important;
	min-height: 84px !important;
	object-fit: cover;
	border: solid 1px #d7d7d7;
	padding: 5px;
	cursor: pointer;
}

.product-details-left .slider-nav {
	margin-top: 10px;
	padding: 10px;
}

.product-details-right {
	flex: 4.5;
	margin-left: 3em;
}

.product-details-right h2 {
	display: inline-block;
	width: 70%;
	font-size: 2em;
}

.product-details-right span {
	display: inline-block;
	width: 100%;
	color: #F00;
	font-size: 2em;
	font-weight: bold;
	padding: 0.5em 0 0em 0;
}

.product-details-right p {
	display: inline-block;
	width: 70%;
	line-height: 30px;
}

.product-details-right ul {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
	margin-top: 1.5em;
}

.product-details-right ul li {
	margin-right: 20px;
}

.product-details-right select {
	border: solid 1px #ddd;
	padding: 11px 10px;
	border-radius: 30px;
	width: 220px;
	margin: 2em 0 2em 0;
}

.product-details-right ul li img {
	float: left;
}

.product-details-right .quantity {
	width: 96px;
}

.product-details-right ul li>button {
	background: #efefef;
	position: relative;
	border: none;
	height: 100%;
	padding: 3px 20px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 30px;
	border: solid 2px #efefef;
}

.product-details-right ul li>button:before {
	content: "";
	background: url(../images/cart-icon.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	background-size: 100%;
}

button[type="button"].remove_add_btn {
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url(../images/delete.png) no-repeat center center / contain;
	opacity: 0.5;
	padding-top: 25px;
}

.product-usp {
	flex: 3;
}

.product-usp ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-usp ul li img.svg {
	width: 60px;
}

.product-usp ul li {
	align-items: center;
	/*flex-wrap: wrap;*/
	display: inline-flex;
	flex: 1 1 calc((100% / 1) - 0em);
	background: #fff;
	margin-bottom: 15px;
	padding: 10px 10px;
	border-radius: 8px;
	box-shadow: 0 6px 20px #00000014;
}

.product-usp ul li span {
	display: inline-block;
	font-weight: 500;
	margin-left: 1em;
	color: #333;
}

.related-products {
	padding: 2em 0;
	background: #f3f3f3;
}

.categories-tag ul {
	flex-wrap: wrap;
}

.categories-tag ul li {
	flex: 1 1 calc((100% / 1) - 1em);
	text-transform: capitalize;
	padding: 8px 0;
}

.categories-tag ul li a {
	display: inline-block;
	color: #209fcf;
	text-decoration: none;
	padding-left: 5px;
}

/**************Login*******************/
body.open-login {
	overflow: hidden;
}

.login-popup {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsl(0deg 0% 0% / 64%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: 0.5s;
	overflow: hidden;
	z-index: 10;
}

.open-login .login-popup {
	transition: 0.5s;
	top: 0;
}

.social-login-item {
	background: #fff;
	width: 380px;
	padding: 2em;
	position: relative;
}

.social-login-item h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}

.social-login-item ul {
	display: inline-block;
	width: 100%;
	margin-top: 1em;
}

.social-login-item ul li {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	overflow: hidden;
	border-radius: 30px;
}

.social-login-item ul li a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
}

li.fb {
	background: #45629f;
}

li.google {
	background: #df5443;
}

.social-login-item ul li i {
	background: rgba(0, 0, 0, 0.2);
	font-size: 18px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.social-login-item span {
	width: 100%;
	display: inline-block;
	margin: 20px 0;
	position: relative;
}

.social-login-item span:before {
	content: "";
	width: 42%;
	height: 1px;
	background: #b7b7b7;
	position: absolute;
	top: 50%;
	right: 0;
}

.social-login-item span:after {
	content: "";
	width: 42%;
	height: 1px;
	background: #b7b7b7;
	position: absolute;
	top: 50%;
	left: 0;
}

.social-login-item strong {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}

.social-login-item form {
	margin-top: 1em;
}

.social-login-item form input {
	width: 100%;
	padding: 12px 15px;
	margin: 10px 0;
	border: solid 1px #ddd;
	border-radius: 30px;
}

.social-login-item form button {
	width: 100%;
	background: #45629f !important;
	color: #fff !important;
	height: 40px !important;
	border: none;
	font-size: 16px;
	margin-top: 10px;
	border-radius: 30px;
}

.bottom_links {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	align-items: center;
}

.bottom_links a {
	font-size: 14px;
	background: #efefef;
	color: #000;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
}

.close-vraj-login {
	position: absolute;
	top: 0;
	right: 0;
	background: #1e53a5;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

header .error {
	position: absolute;
	font-size: 13px;
	font-weight: 500;
	left: 6px;
}

header .success {
	position: absolute;
	font-size: 14px;
	font-weight: 500;
	left: 17px;
}

/**************Checkout*******************/
.click-login>.container-flex>div {
	flex: 1 1 calc((100% / 2) - 2em);
	padding: 1em;
	position: relative;
}

.click-login {
	background: #209FCF;
}

.click-login span {
	background-color: #1e53a5;
	color: #fff;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
}

.login-content {
	display: none;
}

.login-content.active {
	display: block;
}

.login-content {
	width: 100%;
	color: #000;
	padding: 2em;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	box-shadow: 0 20px 18px #0000000a;
}

.login-content p {
	padding-bottom: 15px;
}

.login-content label {
	width: 100%;
	display: inline-block;
}

.login-content input {
	width: 100%;
	border: solid 1px #ddd;
	padding: 10px 10px;
	margin-bottom: 16px;
	margin-top: 5px;
}

.login-content button {
	background: #1E53A5;
	border: none;
	padding: 10px 20px;
	color: #fff;
	margin-top: 10px;
}

.login-content p a {
	margin-top: 10px;
	display: inline-block;
	color: #209fcf;
	text-decoration: none;
}

.billing-page {
	padding: 3em 0;
	display: inline-block;
	width: 100%;
}

.billing-page .container-flex {
	align-items: flex-start;
}

.billing-page>.container-flex>div {
	flex: 1 1 calc((100% / 2) - 2em);
	margin: 1em;
	border: solid 1px #ddd;
	padding: 2em;
}

.billing-page>.container-flex>div.cart_totals {
	flex: 0 1 calc((40% / 1) - 2em);
}

.cart-page>div {
	overflow: auto;
}

.billing-right {
	background: #efefef;
	margin-bottom: 1em;
}

.billing-page h3 {
	background: #1E53A5;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 15px;
	color: #fff;
}

.billing-left label {
	padding: 0px 10px 5px 0;
	display: inline-block;
}

.billing-left label small {
	color: red;
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
	font-size: 20px;
}

.billing-left input,
.billing-left textarea,
.billing-left select {
	width: 100%;
	padding: 10px 10px;
	border-radius: 0;
	border: solid 1px #ddd;
	margin-bottom: 10px;
}

.billing-left input[type="checkbox"],
.billing-left input[type="radio"] {
	width: auto;
	margin-right: 3px;
}

.billing-left h4 {
	display: inline-block;
	width: 100%;
}

.order_tip_form {
	padding: 7px 0;
}

.billing-right th {
	background: #ddd;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 600;
}

.billing-right tr img {
	width: 35px;
	margin-right: 10px;
	height: 45px;
	object-fit: cover;
}

.billing-right .quantity {
	margin: 0 auto;
}

.cart_totals {
	margin: 20px 0;
	background: #fff;
	padding: 1em;
	width: 100%;
}

.cart_totals ul {
	width: 100%;
	margin-bottom: 0px;
}

.cart_totals ul li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 5px 0;

}

.cart_totals p {
	line-height: 30px;
}

.cart_totals .vraj-btn {
	padding: 10px 20px;
	font-size: 1em;
}

/*******order-receiver*********/
.order-receiver {
	text-align: center;
	padding: 3em 0;
	background: #f7f7f7;
}

.order-receiver .container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 760px;
}

.order-receiver h3 {
	font-size: 2em;
}

.order-receiver i {
	font-size: 3em;
	background: #0e912c;
	color: #fff;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 20px auto;
}

.order-receiver i.fa-exclamation-triangle {
	background: #e91111;
}

.order-receiver strong {
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0;
}

.order-receiver a {
	background: #FF6600;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
	width: 210px;
	margin: 20px auto 0 auto;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
}

.order-receiver p {
	padding: 10px 0;
	line-height: 30px;
}

/************contact**************/
.contact {
	padding: 3em 0 5em 0;
	text-align: center;
	background: url(../images/contect-bg.png)
}

.contact h2 {
	padding-bottom: 15px;
}

.contact p {
	line-height: 30px;
}

.contact .container {
	width: 900px;
}

.contact .container-flex {
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.contact>.container-flex>div {
	flex: 1 1 calc((100% / 1) - 2em);
}

.contact-info {
	margin-top: 5em;
}

.contact-left ul li {
	display: inline-block;
	width: 100%;
	padding-bottom: 3em;
}

.contact-left ul li h4 {
	display: inline-block;
	width: 100%;
	font-size: 1.3em;
	padding-bottom: 5px;
	color: #1E53A5;
}

.contact-left ul li {
	display: flex;
	width: 100%;
	padding-bottom: 3em;
	align-items: center;
}

.contact-left ul li a {
	color: #000;
	text-decoration: none;
}

.contact-left ul li span {
	background: #209FCF;
	width: 70px;
	height: 70px;
	padding: 13px;
	border-radius: 50%;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-left ul li span img {
	width: 40px;
	height: 40px;
}

.contact-right {
	box-shadow: 0 0 30px #00000024;
	padding: 2em;
	background: #fff;
}

.contact-right h3 {
	display: inline-block;
	width: 100%;
	font-size: 1.8em;
	padding-bottom: 5px;
	color: #1E53A5;
}

.contact-right p {
	display: inline-block;
	width: 100%;
}

.contact-right form {
	margin-top: 1em;
}

.contact-right input,
.contact-right textarea {
	border: solid 1px #ddd;
	height: 40px;
	width: 100%;
	padding: 0 13px;
	margin: 10px 0;
	font-family: 'IBM Plex Sans', sans-serif;
	border-radius: 30px;
}

.contact-right textarea {
	height: 80px;
	padding-top: 10px;
}

.contact-right button {
	background: #209FCF;
	border: none;
	color: #fff;
	padding: 12px 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	border-radius: 30px;
}

/*********Cart***********/
.cart-min .cart-page {
	border: solid 1px #e5e5e5;
	padding: 20px;
	background: #fff;
}

.cart-page th {
	background: #f1f1f1;
	padding: 8px 10px;
	font-weight: normal;
	font-size: 15px;
}

.cart-page img {
	width: 50px !important;
	height: 50px;
	object-fit: contain;
}

.cart-page tr td {
	text-align: center;
}

.cart-page tr td p {
	width: 100%;
}

.cart-page .quantity {
	margin: 0 auto;
}

.cart-page tr td:first-child {
	text-align: left;
}

.cart-page tr td .cart_product a {
	color: #000;
}

.cart-min .cart_totals {
	margin: 30px 0 20px 0;
}

.couponcode {
	margin-top: 30px;
	border-top: solid 1px #e9e9e9;
	padding-top: 20px;
	padding-bottom: 20px;
}

.couponcode input {
	border: solid 1px #ddd;
	height: 40px;
	border-radius: 30px;
	padding: 0 10px;
}

.couponcode form button {
	background: #209FCF;
	color: #fff;
	height: 40px;
	border-radius: 30px;
	border: none;
	padding: 0 20px;
}

.cart-min .vraj-btn {
	padding: 10px 20px;
	font-size: 16px;
	margin: 0px;
	height: 40px;
}

.billing-right td {
	border: solid 1px #c9c9c9 !important;
	padding: 3px 3px 3px 13px;
	background: #fff;
}

/***********My-Account***************/
.my-account-page {
	padding: 3em 0;
}

.my-account-page .container {
	width: 1000px;
}

.dashboard {
	flex: 0 1 calc((30% / 1) - 1em);
}

.account-info {
	flex: 0 1 calc((70% / 1) - 1em);
	margin-left: 3em;
	background: #efefef;
	padding: 2em;
}

.dashboard ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.dashboard ul li a {
	display: inline-block;
	width: 100%;
	padding: 13px 15px;
	background: #fff;
	text-decoration: none;
	color: #000;
	box-shadow: 0 0 10px #0000002e;
}

.dashboard ul li.active a {
	background: #209fcf;
	color: #fff;
}

.account-info p {
	padding: 6px 0;
}

.account-info a {
	text-decoration: none;
	color: #F00;
}

.account-info button {
	background-color: #1e53a5 !important;
	color: #fff !important;
	padding: 10px 10px;
	border: none;
	margin-top: 10px;
}

.account-info tr th {
	/*padding: 7px 20px 7px 0;*/
	text-align: left;
	font-weight: 500;
}

.account-info table {
	border-collapse: collapse;
}

.account-info table tr {
	border: 1px solid #ddd;
	margin: 10px 0;
	box-shadow: 0 0 0 #000;
	background: #fff;
}

.account-info th,
.account-info td {
	padding: 13px;
}

/******special-item************/
.special-item .container {
	width: 600px;
}

.special-item label {
	padding: 0 0 0px 6px;
	display: inline-block;
	width: 100%;
}

.special-item label span {
	color: #e70000;
	font-size: 20px;
	margin-left: 2px;
}

.special-item .contact-right input[type="file"] {
	border: none;
	padding: 0 0 0 7px;
	border-radius: 0;
}

.category-product h2 {
	font-size: 1.2em
}

.category-product p {
	line-height: 26px;
	padding: 10px 0;
	width: 100%;
}

#delivery_time {
	padding: 4px 0;
	font-size: 15px;
	width: 100%;
	color: #dd1f0a;
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
}

/*.product-details-right #delivery_time { display: none; }*/
/*********product-price********/
.product-price {
	display: flex;
	flex-direction: column;
}

.price-filter {
	margin: 20px 0 0 0 !important;
	padding: 0px;
	list-style: none;
	justify-content: flex-start !important;
}

.price-filter li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 8px 15px;
	cursor: pointer;
	border: solid 2px #ddd;
	border-radius: 30px;
}

.price-filter li.price-current {
	border: solid 2px #209fcf;
	color: #222;
}

.price-filter-content {
	display: none;
	font-weight: bold;
	font-size: 1.5em;
}

.price-filter-content.price-current {
	display: inherit;
}

.order-details {
	display: flex;
	justify-content: space-between;
	border: solid 1px #ddd;
	padding: 2em;
	border-radius: 8px;
	margin: 1em 0;
}

.order-details div {
	flex: 1 1 calc((100% / 2) - 2em);
}

.order-details h3 {
	font-weight: bold;
	padding-bottom: 10px;
	color: #1E53A5;
	width: 100%;
	min-height: 34px;
}

.order-details ul li {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

.order-details th {
	padding-bottom: 15px;
	font-weight: 600;
}

.order-details tr td {
	border: solid 1px #ddd;
	padding: 10px;
}

.order-details ul li label {
	margin: 0px;
	display: inline-block;
	min-width: 130px;
	font-weight: 600;
}

.order-details table {
	width: 100%;
	text-align: left;
}

.modal-content iframe {
	border: none;
}

input#zipcode_cart {
	border: solid 1px #ddd;
	height: 40px;
	border-radius: 30px;
	padding: 0 20px 0 38px;
	width: 100%;
}

.cart_totals .zip-code_cart {
	position: relative;
	display: flex;
	/* float: left; */
}

.zip-code_cart img.left-arrow_cart {
	left: 12px;
	top: 11px;
}

button.header_button_cart>img {
	position: unset;
}

.zip-code_cart img {
	position: absolute;
	top: 10px;
	/*left: 18px; */
	border-radius: 50px;
}

div#zipcode_message1_cart {
	position: absolute;
	color: red;
	font-size: 14px;
	left: 0px;
	bottom: -23px;
}

.success_cart {
	position: relative;
	font-size: 14px;
	left: 0px;
	color: green;
}

.cart_product {
	margin-top: 12px !important;
}

#autofill-btn {
	background-color: #209FCF;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

h3#required_policy small {
	color: red;
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
}


/* bharat k */
.search-autocomplete-result.open {
	max-height: 75vh;
	min-height: 150px;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 15px;
	overflow: auto;
	display: block;
}

.search-autocomplete-result {
	display: none;
	width: calc(100%);
	max-height: 0;
	padding: 15px;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	border-radius: 3px;
	z-index: 100;
	transition: max-height .1s ease-in-out;
	overflow: hidden;
}

.product-box-dropdown {
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

.product-box-dropdown .image-box {
	height: 60px;
	width: 60px;
	padding-right: 5px;
	text-align: center;
	margin-top: 10px;
	/* border: 1px solid #ccc; */
}

.product-box-dropdown .title-box {
	padding-left: 15px;
	width: calc(50%);
}

.product-box-dropdown .cart-box {
	position: absolute;
	right: 0;
	width: 160px;
	min-height: 66px;
	display: flex;
	align-items: center;
}

.product-box-dropdown .cart-box .quantity {
	width: 77px;
	padding: 4px 8px;
}

.product-box-dropdown .cart-box .quantity button {
	padding: 0 5px;
}

div.myspinner {
	display: none;
	position: fixed;
	z-index: 10000;
	background: url(../images/loader.gif) no-repeat center;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.home-search,
.product-box-dropdown ul li>button {
	width: 60px;
	margin: 3px auto;
	justify-content: center;
	font-size: 15px;
	line-height: 28px;
}

.product-box-dropdown .add_cart_search {
	width: 70px;
	background: #efefef;
	position: relative;
	/*padding: 0px 8px;*/
	padding: 0px 0px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 30px;
	border: solid 2px #efefef;
	color: #000;
}

.product-box-dropdown .add_cart_search:hover {
	border: solid 2px #209fcf;
	background: #209fcf;
	color: #fff;
}

.product-box-dropdown .add_cart_search:before {
	content: "";
	background: url(../images/cart-icon.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	background-size: 100%;
}

.product-box-dropdown .add_cart_search:hover:before {
	content: "";
	background: url(../images/cart-icon-hover.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 4px;
	background-size: 100%;
}

.quantity1,
.product-box-dropdown ul li>input {
	width: 60x;
}

.search-view {
	background: #209FCF;
	border: none;
	color: #fff;
	padding: 8px 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	border-radius: 30px;
}

.top-banner {
	background: #1E53A5;
	text-align: center;
	padding: 11px 0;
	letter-spacing: 1px;
	font-size: 1.2em;
	margin-top: 0;
	color: #fff;
}

.top-banner a {
	color: #fff;
	text-decoration: underline !important;
}

/*Custom Login and Registration form CSS - START*/
/* login form css */

.vraj-title .popular-product {
	display: flex;
	justify-content: space-between;
	box-shadow: 0 5px 35px rgb(0 0 0/20%);
	background: none;
	padding: 0;
}

.vraj-title .welcome {
	width: 50%;
	background-color: #ececec;
	display: flex;
	justify-content: center;
	align-items: end;
	padding-bottom: 50px;
	background: url(../images/login_creative.jpg);
	background-size: cover;
	background-repeat: no-repeat;

}

.vraj-title .welcome button {
	background-color: #1d54a5;
	padding: 16px 20px;
	border: none;
	font-weight: 600;
	border-radius: 50px;
}

.vraj-title .welcome button a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}


.vraj-title .login {
	width: 48%;
	padding: 40px 30px;
}


.vraj-title form .sign-up {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 30px;
}

.vraj-title form .sign-up p {
	margin: 0;
	margin-right: 15px;
	color: #c0c0c0;
}

.vraj-title form .sign-up button {
	padding: 7px 20px;
	background: none;
	border-radius: 50px;
	border: 1px solid #7c7b7b;
	color: #d2d2d2;
}

.vraj-title form h3 {
	margin: 0;
	font-weight: 600;
	font-size: 33px;
	display: block;
}

.vraj-title form h5 {
	margin: 0;
	font-size: 17px;
	margin-top: 8px;
	font-weight: 600;
}

.vraj-title form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	margin-top: 20px;
	padding-bottom: 7px;
}

.vraj-title form label {
	font-size: 20px;
	font-weight: 600;
}

.vraj-title form .form-data {
	margin: 50px 0;
}

.vraj-title form .form-data .mail {
	margin-bottom: 40px;
}

.vraj-title form .form-data .bottom_links {
	margin-top: 5px;
}

.vraj-title form .form-data .bottom_links a {
	color: #929292;
	text-decoration: none;
	font-size: 13px;
	background: no-repeat;
	padding: 5px 0;
}

.vraj-title form .login-btm {
	background-color: #1d54a5;
	padding: 16px 60px;
	border: none;
	font-weight: 600;
	border-radius: 50px;
	color: white;
	margin-bottom: 60px;
}

.vraj-title form .form-data .name {
	display: flex;
	margin: 40px 0;
	justify-content: space-between;
}

.vraj-title form .form-data .name div {
	width: 47%;
}

.vraj-title .welcome.sign-up-btn button {
	padding: 16px 70px;
}

.vraj-title form .form-data .sign-up-bottom-links {
	margin-top: 10px;
}

.vraj-title .popular-product.sign-up-form .welcome {
	width: 40%;
	background: url(../images/signup_creative.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.vraj-title .popular-product.sign-up-form .login {
	width: 60%;
}

/*Custom Login and Registration form CSS - END*/



/* Bharat k */

/* zipcode popup */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: 'IBM Plex Sans', sans-serif;
}

.popup {
	position: fixed;
	background: hsl(0deg 0% 0% / 64%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	z-index: 9999;
}

.popup-container {
	width: 800px;
	background: #222;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	color: #fff;
	position: relative;
}

.popup-container>div {
	flex: 1 1 calc((100% / 2) - 1em);
}

.popup-left ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.popup-left ul li {
	flex: 1 1 calc((100% / 2) - 1em);
	text-align: center;
	display: inline;
	background: #298fca;
	padding: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid;
	line-height: 26px;
	flex-direction: column;
}

.popup-left ul li:nth-child(1) {
	flex: 1 1 calc((100% / 1) - 1em);
	background: #026aa7;
	border-bottom: none;
	border-right: none;
}

.popup-left ul li:nth-child(3) {
	background: #055a8c;
	border-left: none;
	border-right: none;
}

.popup-left ul li img {
	width: auto;
	height: 50px;
	margin-bottom: 15px;
}

.popup-left ul li p {
	width: 80%;
}

.popup-right {
	background: #333;
	padding: 2em;
	border: solid;
}

.popup-right h2 {
	text-transform: uppercase;
	font-size: 20px;
}

.popup-right span {
	text-transform: uppercase;
	font-size: 20px;
}

.popup-right p {
	padding-top: 10px;
	line-height: 26px;
}

.popup-right form {
	display: flex;
	margin: 1em 0;
}

.popup-right form input {
	width: 100%;
	padding: 13px 18px;
	border: none;
}

.popup-right form button {
	width: 50px;
	border: none;
	background: #209fcf;
	cursor: pointer;
}

.popup-right form button img {
	width: 20px;
}

.popup-right .popup-ul {
	display: flex;
	justify-content: space-between;
}

.popup-right .popup-ul li {
	color: #a31008;
	background: #ffe264;
	padding: 10px 10px;
	text-decoration: none;
	display: flex;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

.close-popup {
	position: absolute;
	right: 3px;
	width: 40px;
	height: 40px;
	top: 3px;
}

.close-popup a {
	color: #fff;
	text-decoration: none;
	background: #298fca;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-disclaimer {
    margin: auto;
    padding: 8px 10px;
    background-color: #f0f5f7;
    border-left: 5px solid #209FCF;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.6;
    color: #555;
}

.product-disclaimer span {
    margin: 0;
}

.cms_page_titl{
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.cms_header h1{
	font-size: 27px;
}

.head_title_login h1{
	margin: 0;
    font-size: 17px;
    margin-top: 8px;
    font-weight: 600;
	color:#000;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.popup-container {
		width: 94%;
	}

	.popup-left ul li {
		padding: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.popup {
		overflow: auto;
	}

	.popup-container {
		width: 96%;
		flex-wrap: wrap;
		border: solid 5px;
	}

	.popup-left ul li,
	.popup-right {
		border: none !important;
	}

	.popup-right {
		border-top: solid 5px !important;
	}

.top-banner-text{
		padding:0;
		margin: 0 auto;
		text-align: center;
	}
}

/* zipcode popup */
.search-autocomplete-result.open .title-box a {
	color: #253D4E;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Quicksand', sans-serif;
}



/* 02/04/2024 */
.review-table tbody tr td button[type="button"].remove_inventory {
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url(../images/delete.png) no-repeat center center / contain;
	opacity: 0.5;
}

@media only screen and (min-width: 768px) {
	.mobile-view-show {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.mobile-view-show {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 10px;
	}

	.mobile-price {
		font-weight: bold;
	}

	.billing-page>.container-flex>div::after {
		display: table;
		clear: both;
		content: "";
	}

	.checkoutBtn {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		padding: 15px;
		background: #fff;
		box-shadow: 0px -0px 15px rgba(0, 0, 0, 0.1);
	}

	.checkoutBtn .vraj-btn {
		margin-top: 0 autos;
	}

	.review-table tbody tr:first-child {
		display: none;
	}

	.review-table tbody tr.cart-products {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 15px;
		justify-content: space-between;
		align-items: center;
	}

	.review-table tbody tr.cart-products td:first-child {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.review-table tbody tr.cart-products td:first-child .cart_product {
		width: calc(100% - 60px);
		text-align: left;
		padding-left: 10px;
	}

	.review-table tbody tr.cart-products td {
		width: 35%;
		margin-left: auto;
	}

	.review-table tbody tr.cart-products td.mobieNone {
		display: none;
	}

	.borderRemove {
		border: 0 !important;
		padding: 0 !important;
	}
}

/* 02/04/2024 */

.cart_totals .zip-code_cart {
	position: relative;
	display: flex;
	/* / float: left; / */
}

input#zipcode_cart {
	border: solid 1px #ddd;
	height: 40px;
	border-radius: 30px;
	padding: 0 20px 0 38px;
	width: 100% !important;
}

button.header_button_cart {
	position: absolute;
	top: 6px;
	right: 7px;
	border: 0;
	background: transparent;
}

.success_cart {
	position: absolute;
	font-size: 14px;
	left: 0px;
	color: green;
	bottom: -24px;
}

.cart-min .vraj-btn {
	padding: 10px 20px;
	font-size: 16px;
	margin: 30px auto 0;
	height: 40px;
	display: flex;
	max-width: fit-content;
}

.couponcode {
	text-align: center;
	position: relative;
}

#success_update_msg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
}

.stcky p {
	display: none;
}

.coupon_code_form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 360px;
	margin: auto;
}

.coupon_code_form form input[type="text"] {
	width: calc(100% - 140px);
}

.coupon_code_form form #error_msg,
.coupon_code_form form #success_msg {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.cart-page .quantity {
		float: right;
	}

	.cart_totals ul {
		padding: 0 !important;
	}

	.cart-min .vraj-btn {
		margin: 0 !important;
	}

	.couponcode {
		padding-bottom: 20px;
	}

	.stcky p {
		display: flex;
		font-size: 16px;
		font-weight: 600;
		display: flex;
		justify-content: center;
	}

	.stcky p span {
		padding-left: 5px;
	}

	.stcky {
		position: fixed;
		bottom: 0;
		background: #fff;
		padding: 10px 15px;
		/* border-top: 1px solid #dddddd; */
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0px -20px 35px rgb(0 0 0 / 20%);
		width: 100%;
		left: 0;
	}

	.billing-page>.container-flex>div {
		margin-bottom: 0 !important;
	}

	#success_update_msg,
	.newpos#success_update_msg {
		bottom: 0;
	}

	.coupon_code_form form input[type="text"] {
		width: 100%;
	}
}

.clr-cart {
	float: right;
	background: #209FCF;
	color: #fff;
	height: 40px;
	border-radius: 30px;
	border: none;
	padding: 0 20px;
}

/***********spotarrow*****************/
.begin-wrapper {
	margin-top: 30px;
}

.menu {
	display: none;
}

.menu-container {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.main-menu {
	display: flex;
	/*overflow-x: auto;*/
	scrollbar-width: none;
	width: 96%;
	margin: 0 auto;
}

.main-menu::-webkit-scrollbar {
	display: none;
	/* For Chrome, Safari, and Opera */
}

.main-menu li {
	list-style: none;
	margin: 0;
	padding: 14px !important;
	display: block !important;
}

.main-menu li a {
	text-decoration: none;
	padding: 10px 15px;
	color: #333;
}

.scroll-arrow {
	background-color: #1e53a500;
	color: white;
	border: none;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	font-size: 52px;
}

.menu-container .disabled {
	display: none;
}

.menu-left-arrow {
	left: 0;
}

.menu-right-arrow {
	right: 0;
}

.vraj-login img {
	width: 33px;
}

.dnd {
	display: none;
}

.slick-track {
	display: flex !important;
}

.categories .slick-slide {
	height: auto;
}

.featured_stockup_title {
	padding: 0 12px;
}

.b_main_heading {
	font-size: 30px;
	color: #1e53a5;
}

.home_banner .slick-dots {
	margin-bottom: 20px;
	display: block;
	text-align: center;
	margin-top: 40px;
}

.home_banner_mobile {
	display: none;
}

#stockup_your_frozen {
	width: 89%;
	margin: 0 auto;
}

#stockup_your_frozen .slick-prev {
	left: -85px;
}

#stockup_your_frozen .slick-next {
	right: -76px;
}

#stockup_your_frozen .slick-slide img {
	padding: 0px 6px;
	height: auto;
	max-width: 75%;
	max-height: 100%;
}

.featured_pantry_image a {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#refill_pantry {
	width: 89%;
	margin: 0 auto;
}

#refill_pantry .slick-prev {
	left: -85px;
}

#refill_pantry .slick-next {
	right: -76px;
}

#refill_pantry .slick-slide img {
	padding: 0px 6px;
	height: auto;
	max-width: 75%;
	max-height: 100%;
}

.slick-disabled {
	display: none !important;
}

.advertise_bottom img {
	width: 100%;
}

.deskhide {
	display: none;
}

.deskshow {
	display: block;
	margin-bottom: 30px !important;
}

.featured_cat_container .col-md-2 img {
	width: 100%;
}

.featured_cat_container .col-md-2 {
	width: 12%;
	margin: 12px 2px 46px 2px;
}

.featured_cat_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	transition: height 0.5s ease;
	height: 565px;
	overflow: hidden;
	margin-left: -15px;
	gap: 2px;
}

.featured_cat_container a {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: block;
	color: #000000;
}

.featured_category_image {
	min-height: 145px;
	padding: 0px 12px;
	margin-top: 40px;
}

.suyf {
	background: #eef7fc;
	padding-bottom: 4em;
	margin-top: 4em;
}

.suyf .item {
	background: #fff;
	border-radius: 30px;
}

.suyf .featured_stockup_image {
	margin-top: 24px;
	min-height: 158px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.suyf .featured_stockup_image a {
	display: flex;
	justify-content: center;
}

.suyf .featured_stockup_title a {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: block;
	color: #000000;
	margin-bottom: 18px;
}

.home_product_slider_main .slick-slider {
	width: 94%;
	margin: 0 auto;
}

.advertise_top {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 3%;
	margin-bottom: 20px;
	margin-top: 4em;
}

.advertise_top img {
	width: 100%;
}

.col-first {
	width: 40%;

}

.col-second {
	width: 31%;
}

.col-third {
	width: 23%;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.col-sub {
	display: flex;
	gap: 24px;
	margin-top: 28px;
}

.col-sub .ad_image {
	width: 50%;
}

.begin_img_container {
	min-height: 130px;
	display: grid;
	align-items: center;
}

.begin_details span,
.begin_details strong {
	font-weight: bold;
	font-size: 16px;
}

.advertise_bottom_mobile {
	display: none;
}

.advertise_bottom_container {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}

.slick-track .product-box {
	margin: 0 6px;
	padding: 16px;
	min-height: 304px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 5px;
}

.slick-track ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slick-track .product-box h4 {
	min-height: 42px;
}

.slick-track .product-box h3 {
	min-height: 42px;
}

.slick-track .product-box .product-stock-message {
	color: red;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: b;
}

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
	background: none;
	color: #eaf2ff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.slick-prev {
	left: -52px;
	/* Adjust the left position as needed */
}

.slick-next {
	right: -40px;
	/* Adjust the right position as needed */
}

#title_container a {
	font-size: 22px;
	color: #1e53a5;
}

#title_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
	margin-bottom: 40px;
}

.refill_pantry {
	background: #eefcee;
	padding-bottom: 4em;
	margin: 50px 0;
}

.refill_pantry .featured_pantry_image {
	margin-top: 18px;
	min-height: 135px;
	padding: 12px;
	padding-bottom: 0px;
}

.refill_pantry .item {
	background: #fff;
	border-radius: 30px;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.refill_pantry .featured_pantry_title a {
	margin-top: 17px;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	display: block;
	color: #000000;
	margin-bottom: 18px;
}

.begin_details {
	display: flex;
	justify-content: space-between;
}

.begin_details del {
	font-weight: bold;
	font-size: 16px;
	color: #a7a0a0;
}

#viewMoreBtn {
	margin: 30px auto 2px auto;
	color: #1e53a5;
	cursor: pointer;
	font-size: 26px;
	text-decoration: underline !important;
	width: 105px !important;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}

.expanded {
	height: auto !important;
	/* Full height */
}

#viewMoreBtn.hidden {
	display: none;
	/* Hide button */
}


/***********spotarrow*****************/

/* Hide elements on screens smaller than 768px (mobile) */
.mobile-hide {
	display: none;
}

/* Show elements on screens smaller than 768px (mobile) */
.mobile-show {
	display: none;
}

/* Media query for screens smaller than 768px */
@media (max-width: 1258px) {
	.featured_cat_container .col-md-2 {
		width: 12%;
		margin: 12px 11px 46px 11px;
	}
}

@media (max-width: 1130px) {
	.featured_cat_container .col-md-2 {
		width: 14%;
		margin: 12px 0px 46px 1px;
	}
}

@media (max-width: 1135px) {
	.featured_cat_container .col-md-2 {
		width: 14%;
		margin: 12px 0px 46px 1px;
	}
}

@media (max-width: 1034px) {
	.featured_cat_container .col-md-2 {
		width: 13%;
		margin: 12px 5px 46px 5px;
	}
}

@media (max-width: 995px) {
	.featured_cat_container .col-md-2 {
		width: 14%;
		margin: 12px 8px 46px 8px;
	}
}

@media (max-width: 808px) {
	.featured_cat_container .col-md-2 {
		width: 14%;
		margin: 12px 8px 46px 8px;
	}
}

@media (max-width: 1259px) {
	.mobshow {
		display: block;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.mobile-show {
		display: block;
		/* or display: inline, inline-block, flex, etc., depending on the element */
	}

	.mobile-hide {
		display: none;
	}

}

/* Media query for screens 768px and larger (desktop and tablets) */
@media (min-width: 768px) {
	.mobile-show {
		display: none;
	}

	.mobile-hide {
		display: block;
		/* or display: inline, inline-block, flex, etc., depending on the element */
	}
}

.viewMoreBtn {
	/* display: block; */
	margin: 10px auto;
	color: #1e53a5;
	cursor: pointer;
	font-size: 26px;
	text-decoration: underline !important;
	/* width: 160px !important; */
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	float: right;
}

/*payal*/

.navigation {
	& .nav__list {
		& .nav__item__more {
			button {
				padding: 17px 15px 15px 15px !important;
			}
		}
	}
}

.nav__item__more li.nav_items {
	padding-left: 0 !important;
	padding-bottom: 0;
}

.navigation ul li.nav__item__more {
	padding: 0 !important;
}

.navigation ul li:last-child {
	border-right: unset;
}

.product-box ul li>button {
	font-size: 16px;
	background: unset;
	border: solid 1px #1e53a5;
	color: #1e53a5;
	width: -webkit-fill-available;
	justify-content: space-between;
	font-weight: 500;
}

.product-box ul li>button:hover {
	background: #1e53a5;
	border: solid 1px #1e53a5;
}

.product-box ul li {
	width: 100%;
}

.product-box ul li>button:before,
.product-box ul li>button:hover:before {
	content: unset;
}

.product-box ul li>button:after {
	content: '+';
	font-size: 19px;
	font-weight: 500;
	color: #1e53a5;
}

.product-box ul li>button:hover:after {
	color: #ffffff;
}

.quantity {
	justify-content: space-between !important;
	border: solid 1px #1e53a5;
	width: unset;
	padding: 4px 15px;
}

.quantity button {
	padding: 0;
}

#stockup_your_frozen .slick-prev,
.slick-next {
	top: 40%;
}

#advertise_bottom {
	margin-top: 20px;
}

.navigation .nav__list__more li.nav__item {
	padding: 10px 20px;
}

@media (max-width: 767px) {
	.categories .slick-slide {
		margin: 0 10px !important;
	}

	#refill_pantry,
	#stockup_your_frozen {
		width: 100%;
		margin: 0 0 0 14px !important;
	}

	#refill_pantry .slick-list,
	#stockup_your_frozen .slick-list {
		margin: 0 0 20px -22px;
	}

	.slick-track .product-box {
		margin: 0 8px !important;
	}

	.quantity,
	.product-box ul li>button {
		width: 100% !important;
		justify-content: space-between !important;
		padding: 0 10px;
		margin: 0 !important;
	}

	.quantity button {
		padding: 0 !important;
		height: 28px;
	}
}

@media only screen and (max-width: 479px) {
	.product-grid .product-box ul li {
		flex: unset;
	}
}

/*payal*/

/* - */
.product-box,
.product-box ul {
	flex-direction: column;
	display: flex;
}

.product-box>a {
	/* flex: 1%; */
}

.product-box ul li>button {
	width: 100%;
}

.product-filter .product-box>div {
	height: 100%;
	position: relative;
	padding-bottom: 40px;
}

.product-filter .product-box>div ul {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.product-details-right ul {
	/* display: inline-block; */
	width: 100%;
}

.product-details-right ul li {
	margin: 0;
}

@media only screen and (max-width: 767px) {

	.product-details-right ul li .add_cart,
	.product-details-right ul li .quantity {
		width: 130px !important;
	}
}

.navigation .nav__hidden {
	display: none;
}

/*Custom Login and Registration form  responsive CSS - START*/
/* login form css */

@media (max-width:767px) {
	.vraj-title .popular-product {
		display: block;
	}

	.vraj-title .welcome,
	.vraj-title .login {
		width: 100%;
	}

	.vraj-title .welcome {
		padding: 50px 0;
	}

	.vraj-title form h3 {
		margin-top: 10px;
	}

	.vraj-title form .form-data .mail,
	.vraj-title form .form-data .password {
		text-align: start
	}

	.vraj-title .popular-product.sign-up-form .welcome,
	.vraj-title .popular-product.sign-up-form .login {
		width: 100%;
	}
}

.clr-cart {
	float: right;
	background: #209FCF;
	color: #fff;
	height: 40px;
	border-radius: 30px;
	border: none;
	padding: 0 20px;
}

/*Custom Login and Registration form responsive  CSS - END*/


/* Menu css*/
.menu_sale {
	background: red;
}

.nav__item__more {
	border-right: none;
}

.navigation {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #1E53A5;
}

.navigation:not(.--jsfied) {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.nav__hidden {
	display: none;
}

.nav__list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	background: #1E53A5;
}

.nav__list li {
	transition: 0.25s;
}

.nav__list>li {
	flex-grow: 1;
}

.nav__list>li>a {
	padding: 15px;
	white-space: nowrap;
}

.nav__list a {
	color: #fff;
	font-weight: 500;
	transition: 0.25s;
}

.nav__list a:hover {
	color: #fff;
	background: #209FCF;
}

.nav__item__more button {
	padding: 15px;
	white-space: nowrap;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.nav__item__more svg {
	width: 20px;
	height: 20px;
	transition: 0.25s;
}

.navigation.nav__active .nav__list .nav__item__more svg {
	transform: rotate(90deg);
}

.nav__list__more {
	list-style: none;
	position: absolute;
	top: calc(100% + 5px);
	right: 20px;
	display: none;
	max-width: 100%;
	min-width: 16em;
	margin: 0;
	background: #1E53A5;
	padding: 5px 0;
	border-radius: 5px;
	box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.15);
	animation: nav-dropdown-animation 0.2s;
}

.nav__list__more li {
	padding: 10px 15px;
	width: 100%;
}

.navigation.nav__active .nav__list__more {
	display: block;
}

@keyframes nav-dropdown-animation {
	0% {
		opacity: 0;
		transform: translateY(-1em);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.navigation ul li:first-child .submenu {
	width: 919px;
}

.mainsubmenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	width: 200px;
}

.mainsubmenu ul {
	float: left;
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	height: 302px;
	width: 100%;
}

.navigation ul li .mainsubmenu li {
	display: flex;
	padding: 0;
	background: #1E53A5;
	border-top: solid 1px #ffffff26;
}

.navigation ul li {
	padding: 0.2em 1.5em;
	display: inline-block;
	border-right: solid 1px #ffffff26;
	position: relative;
}

.nav__list__more li {
	border-right: none !important;
}

.navigation ul li .mainsubmenu li a {
	font-size: 0.9em;
	padding: 12px 10px;
	width: 100%;
}

.navigation ul li a {
	color: #fff;
	transition: 0.2s;
	text-decoration: none;
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

li.nav__item:hover {
	background: #209FCF !important;
}

li.nav_items {
	color: #fff;
	font-weight: 500 !important;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	top: -4px;
	border-right: none !important;
	right: -15px;
}

/* Menu css end  */



.featured_category_title a {
	width: 95%
}



/* payal */

.product-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0em -1em 0em -1em;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.navigation {
		display: none;
	}

	.begin-wrapper {
		margin-top: 0;
	}

	.submenu {
		position: relative;
		top: unset;
		height: fit-content;
		left: unset;
	}

	.submenu ul {
		height: fit-content !important;
	}

	.main-menu {
		height: 100%;
		overflow: auto;
		scrollbar-width: unset;
	}

	.menu ul.main-menu li {
		padding: 0 !important;
	}

	.menu {
		height: 100vh !important;
		overflow: auto;
	}
}

@media (max-width: 767px) {
	.mobile-hide {
		display: none;
	}
}

.price-filter .v_options {
	margin-right: 10px;
}


.checkout-page .billing-right .substitue-box {
	margin: 5px 0px;
}

.zipcode-bar {
	background-color: #e6f2fd; /* Light blue background from image */
	padding: 8px 24px;         /* Vertical and horizontal padding */
	position: sticky;
    top: 0;
    z-index: 999;
}

/* Flex Container replacing Bootstrap utilities */
.zipcode-container {
	display: flex;
	justify-content: flex-end; /* Aligns all content to the right */
	align-items: center;       /* Vertically centers text and icons */
	flex-wrap: wrap;           /* Ensures responsiveness on smaller screens */
	gap: 12px;                 /* Space between items */
	max-width: 100%;
	margin: 0 auto;
}

/* Individual Segment Styling */
.zipcode-item {
	display: flex;
	align-items: center;
	gap: 8px;                  /* Space between icon and text */
	color: #2c3e50;            /* Dark slate/navy text color */
	font-size: 13px;           /* Crisp, clean text size */
	font-weight: 500;
}

.zipcode-item strong {
	font-weight: 700;
}

/* Action/Edit Link */
.zipcode-edit-link {
	color: #2c3e50;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: color 0.2s ease;
}

.zipcode-edit-link:hover {
	color: #0066cc;            /* Subtle blue highlight on hover */
}

.zipcode-edit-link .fa-pencil {
	font-size: 11px;           /* Makes the pencil slightly smaller, matching the reference */
}

/* Vertical Divider */
.zipcode-divider {
	color: #a0b2c6;            /* Soft muted blue for the pipeline */
	user-select: none;         /* Prevents highlighting the divider text */
}

/* Responsive tweak for mobile viewports */
@media (max-width: 576px) {
	.zipcode-container {
		justify-content: center; /* Centers content on small screens */
		text-align: center;
	}
	.zipcode-divider {
		display: none;          /* Hides vertical divider when items stack */
	}
}

@supports (-moz-appearance: none) {
  /* Firefox-only CSS here */
  #stockup_your_frozen .slick-slide img {
    object-fit: contain;
  }
}