* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	margin: 0;
}
/*--------------my-css---------------*/
body{
	font-family: arial;
	text-decoration: none !important;
}
.welcome{
	background: #7ffaf8;
	padding: 15px 0;
}
.container{
    max-width:1730px !important;
}
.welcome marquee{
	color: #0000000;
	font-size: 17px;
	font-family: arial;
}
/*-------------header-----*/
.searchbar{
	width: 100%;
}
.searchbar svg{
	width: 20px;
}
.login-part {
    justify-content: end;
    display: flex
;
}
.login-part ul{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.login-part ul svg{
	width: 12px;
	margin-right : 5px;
}
/*.login-part ul li{
	margin: 0 15px;
}*/
.login-part ul a{
	text-decoration: none;
	color: #000000;
	margin: 0 15px;
	padding: 10px;

}
.top-header{
	/*margin: 10px 0 0 0;*/
}
.menu-bar{
	background: #2565a2;
}
.menu-bar a{
	color: #fff  !important;
	font-size: 14px;

}
.slider-h{
	height: 550px;
}
/*-----grocery-box------*/
.grocery{
	padding: 20px 0;
}
.grocery-box{
	width: 100%;
	height: 100%;
	position: relative;
	transition: 0.5s;
	border: 1px solid;
	  border-radius: 12px;
}
.grocery-box img{
	width: 100%;
	height: 245px;
	object-fit: cover;
	    border-radius: 12px;
}
.heading{
	text-align: center;
}
.heading h2{
	color: rgb(255, 182, 6);
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.96px;
    position: relative;
}
.line {
    border: 1px solid #000000;
    width: 200px;
    margin: 20px auto 10px auto;
}
.heading span{
	color: #000000;
}
.grocery-box-text{
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	/*padding: 10px 0;*/
	text-align: center;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.grocery-box-text a{
	text-decoration: none;
	color: #ffffff;
	/*padding: 10px;*/
	transition: 0.5s;
	font-size: 15px;
}
.grocery-box:hover{
	box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
}
/*------household-items------*/
.household-items{
	padding: 20px 0;
	background: #fff;
}
.household-items-box {
    width: 100%;
    height: 200px;
    background: rgba(0,0,0,0.04);
    padding: 25px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.household-items-box img{
	width: 100px;
	margin: 0 auto;
	display: flex;
	transition: 0.5s;
	cursor: pointer;
}
.household-items-box img:hover{
	transform: scale(1.1);
}
.my-width{
	width: 300px !important;
}
.househol-text{
	text-align: center;
	/*width: 250px;*/
	/*margin: 0 auto;*/
	padding: 10px 0;
}
.covid-essentials-box{
	/*width: 250px;*/
	height: 250px;
	position: relative;
}
.covid-essentials-box img{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 2;
    /* display: block; */
    object-fit: cover;
}
.covid-text{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background: rgb(0 0 0 / 70%);
}
.covid-text h5{
	margin: 0;
}
.covid-essentials{
	padding: 15px 0 20px;
}
/*------------fashion---*/
.fashion{
	padding: 20px 0;
	background: #f6f6f6;
}
.fashion-box{
	width: 100%;
	height: 300px;
	background: rgba(0,0,0,0.04);
	position: relative;
	margin: 0 auto;
	border: 1px solid grey;
}
.fashion-box img{
	width: 100%;
	margin: 0 auto;
	display: flex;
	transition: 0.5s;
	cursor: pointer;
	height : 100%;
	object-fit: cover;
}
.fashion-box img:hover{
	transform: scale(1.03);
}
.fashion-text{
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 1000;
	text-align: center;
	background: rgb(0 0 0 / 45%);
	width: 100%;
	left: 0;
}
.fashion-text h5{
	margin: 0;
}
.footer {
    background:#2596a2;
    padding: 20px 0;
    position: relative;
}
.overlay-bottom::after, .overlay-top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 85px;
    left: 0;
    z-index: 1;
}
.overlay-top::before {
    top: -2px;
    background: url("../../uploads/overlay-top.png") top center no-repeat;
    background-size: cover;
}

.footer-logo {
    width: 250px;
}
.footer-logo img {
    width: 80%;
    background:white;
}
.logo{
	width: 200px;
}
.logo img{
	width: 100%;
}
.footer-add ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 15px 0;
}
.footer-add ul li svg {
    width: 25px;
    padding: 0 10px 0 0;
    color: #ffffff;
}
.footer-add p {
    color: #ffffff;
    line-height: 1.4;
}
.footer-add{
	margin: 15px 0;
}
.footer-heading {
    color: #fff;
    opacity: .8;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: .32px;
    padding-bottom: 18px;
    position: relative;
}
.footer-heading h3:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #ffb606;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.footer-heading h3 {
    font-size: 20px;
    color: #ffffff;
}


.footer-links ul li a {
    font-size: 15px;
    line-height: 35px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    text-decoration: none;
}
.footer-links ul li a:hover{
	color: #007bff;
}
.social-links svg {
    width: 15px;
    height: 30px;
    padding: 0;
}
.social-links a {
    margin: 10px;
    box-shadow: 0px 1px 15px 5px rgb(0 0 0 / 20%);
    padding: 13px;
    color: #ffffff;
}
.social-links{
	margin: 25px 0;
}
.my-dropdown-bg{
	background: #f1f1f1;
}
.my-dropdown-bg a {
    color: #000 !important;
    padding: 13px;
    border-bottom: 1px solid #80808040;
    width: 100%;
}
.my-dropdown-bg a:hover{
	color: #000 !important;
	background: #fff;
}
.canvas-bg{
	background: #2565a2;
}
/*-----------category-----------*/

.category{
	background: url('../img/pulses-bg.jpg');
	padding: 150px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.category-heading{
	background: #fff;
}
/*-----------goods---*/
.product-box {
    border: 1px solid #cccccc;
    cursor: pointer;
    position: relative;
    height: 380px;
}

.product-img {
    width: 100%;
    transition: all .5s;
    height: 234px;
}

.product-img img{
	width: 100%;
    object-fit: cover;
    height: 100%;
}
.product-img .img1, .img2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s;
}
.product-box .product-icon {
    /*opacity: 0*/;
    position: absolute;
    top: 0;
    right: 0;
    /*transform: translate(-50%,-50%);*/
    color: #fff;
    padding: 10px;
    display: flex;
    transition: all .5s;
}
.product-icon svg {
    width: 18px;
    color: #ffffff;
}
.product-icon a{
	margin: 0 5px;
    padding: 10px;
       background: rgb(181 181 181 / 93%);
    color: white !important;
    border-radius:50%;
}
.product-icon span{
	margin: 0 5px;
    padding: 10px;
    background: rgb(51 51 51 / 93%);
}
.product-details{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
}
.product-star{
	color: #fed12c;
	margin-bottom: 10px;
}
.product-star svg{
	width: 15px;
}
.product-details p {
    font-size: 25px;
    font-weight: 600;
}
.product-details del {
    font-size: 15px;
    font-weight: 400;
    color: grey;
}
.product-details a{
	transition: 0.5s;
	line-height: 1.2;
	text-decoration: none;
}
.product-box:hover .img2 {
	opacity: 0;
	transition: all .5s;
}
.product-box:hover .product-details a:nth-child(2){
	color: #ee5678 !important;
}
.product-box:hover .product-icon{
	opacity: 1;
}
.daal-details img{
	height: 400px;
}
.pulses-price p{
	font-size: 25px;
    font-weight: 600;
}
.pulses-price del{
	font-size: 15px;
    font-weight: 400;
    color: grey;
}
.stock-brand{
	width: 300px;
}
.stock-brand ul{
	display: flex;
	justify-content: space-between;
}
.stock-brand li{
	margin: 5px 0;
}
.about-item li{
	list-style: disc;
	margin: 5px 0;
	line-height: 1.3;
}
.about-item{
	margin: 10px;
}
.buynow svg{
	width: 20px;
	color: #ffffff;
}
.buynow{
	border: 1px solid grey;
	padding: 15px;
}
.btn-buy{
	background: #ffa41c;
}
.product-description{
	padding-left: 55px;
}
.content-form {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
    border-radius: 7px;
    width: 100%;
}
/*---*/
.minus_btn {
    padding: 10px 15px !important;
    border-radius: 7px 0 0 7px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #888888;
}
.wl_quantity {
    margin: 0 !important;
    padding: 6px;
    width: 50px;
    border-top: 1px solid #cfcfcf;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
     color: #888888; 
}
.input-group-field {
    width: 60px;
    padding: 2px 10px;
    text-align: center;
    outline: none;
    border: 1px solid #9a9a9a;
    color: #000000;
	height: 39px;
}
.plus_btn {
    padding: 10px 15px !important;
    border-radius: 0 7px 7px 0;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    color: #888888;
}
.shopping-cart{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.myrow{
	display: flex;
	align-items: center;
}
.cart-img{
	width: 200px;
}
.cart-img img{
	width: 100%;
}
.cart-margin {
    width: 200px;
    margin: 0 -108px 0 0;
}
.mycard h5{
	line-height: 1.2;
}
.conditions-content p{
	line-height: 1.4;
}
.map-bg{
	background: url('../img/worldmap.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}
.contact-us-page{
	background: #ffffff;
	box-shadow: 0px 5px 30px #cdcdcd;
	border-radius: 20px;
	padding: 1.25rem;
}
.contact-us-page img{
	width: 65px;
}
.user-profile{
	padding: 50px 0;
	background: #f1f3f6;
}
.order-img{
	width: 70px;
}
.fs-10{
	font-size: 12px;
}
.lh{
	line-height: 1.4;
}
.card-hover:hover{
	box-shadow: 0 1px 12px 2px #dbdbdb;
}
.card-hover{
	transition: 0.2s;
	cursor: pointer;
}
.user-profile button{
	text-align: left;
}
#noneaddress{
	display: none;
}
.similarproducts{
	padding: 20px 0;
}
.user-profile button {
    text-align: left;
}
.my-hover:hover{
	background: #0d6efd;
	color: #fff;
}
#shipnone {
    display: none;
}
#nonebillingadd {
    display: none;
}
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3.5em;
}

/*ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }*/

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
    border-radius: 2.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 2.2em;
    bottom: -1.2em;
}
.additems img{
	width: 150px;
}
ul{
	padding:0;
}
/*----------google-link---*/
.links {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.links a{
	text-decoration: none;
	transition: 0.3s;
}
.fb{
	color: #3b5998;
	border-radius: 7px;
}
.fb:hover{
	background: #3b5998;
	color: #fff;
}
.google{
	color: #EA4335;
	border-radius: 7px;
}
.google:hover{
	background: #EA4335;
	color: #fff;
}
/*---navbar-img---*/
.navimg{
	width: 50px;
	margin: 0 auto;
}
.navimg img{
	width: 2.5rem;
	height: 2.5rem;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0 25px rgb(0 0 0 / 15%);
}
/*------------checkout-head------*/
.checkout-head{
	font-size: 12px;
}
.checkout{
	padding: 0px 0 50px 0;
}
/*--------reviwe-------------*/
.reviwe{
	padding: 30px 0;
}
.fs-14{
	font-size: 14px;
	line-height: 1.2;
}
/*----------pay-d--------*/
.pay-d p{
	font-size: 14px;
	position: relative;
}
.pay-d p:before {
    content: "";
    border: 1px solid red;
    width: 100px;
    position: absolute;
    left: 0px;
    bottom: -8px;
}

.covid-essentials-box {
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: center;
}

.covid-essentials-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.covid-text {
    position: absolute;
    bottom: -58px; /* initially hidden below */
    left: 0;
    width: 100%;
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: bottom 0.4s ease;
}

.covid-text h5 {
    margin: 0;
}

.covid-essentials-box:hover .covid-text {
    bottom: -12px; /* slide up on hover */
}

.covid-text a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.covid-text a:hover {
    text-decoration: underline;
}


.fashion-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.fashion-box:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.fashion-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px 12px 0 0;
    transition: transform 0.3s ease;
}

.fashion-box:hover img {
    transform: scale(1.05);
}

.fashion-text {
    padding: 12px;
    text-align: center;
    background-color: #111;
    border-radius: 0 0 12px 12px;
}

.fashion-text h5 a {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fashion-text h5 a:hover {
    color: #ffc107; /* Yellow highlight on hover */
}

.product-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
}

.product-box:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    /*height: auto;*/
    transition: transform 0.3s ease;
}

.product-box:hover .product-img img {
    transform: scale(1.05);
}

.product-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.product-icon i {
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    color:white !important;
}

.product-icon i:hover {
    transform: scale(1.2);
}

.product-details {
    padding: 15px;
        background: #e9e9e9;
}

.product-star {
    color: #f5c518;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-details a.text-dark {
    font-weight: 500;
    display: block;
    margin: 8px 0;
    text-decoration: none;
}

.product-details p {
    font-size: 16px;
    margin: 0;
}

.product-details del {
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}

.product-details button {
    width: 100%;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.product-details button:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}


/*li.nav-item.dropdown {*/
/*    display: flex*/
/*;*/
/*    align-items: center;*/
/*}*/
/* li.nav-item.dropdown  a#offcanvasNavbarDropdown{*/
/*     margin-left: 0rem !important;*/
/* }*/


/*@media screen and (max-width: 991px) {*/
/* li.nav-item.dropdown {*/
/*    display: block !important;*/
/*;*/
/* align-items: start !important;*/
   
/*}*/
/* li.nav-item.dropdown  a#offcanvasNavbarDropdown{*/
/*     margin-left: 1rem !important;*/
/* }*/
/*}*/













/*Zommpy PAy Css start here*/
#item-search-list{
    position: relative;
}
.search_icon {
    position: absolute !important;
    right: 223px;
    border: none;
    top: 9px;
}
.select_btn .btn-outline-secondary{
    border-color: none !important;
}
select#inputState {
     /*position: absolute;*/
    top: 3px;
    /*border-color: transparent;*/
    right: 2px;
    /*width: 150px;*/
    height: 40px;
    border-left: 1px solid #8080806b;
    border-radius: 0 !important;
}
select#inputState:focus{
        border-color: none;
    outline: 0;
    box-shadow: none
}
#catgform .form-select {
    min-width: 180px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0.375rem;
    cursor: pointer;
    background-color: #fafafa;
}
.input_search {
    width: 100%;

}
.input_search input{
    width: 100%;
    height: 44px;
    border-radius: 8px;
        background: #dcdcdc26;

}


.wishlist-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #ced4da;
    border-radius: 25px;
    font-weight: 500;
    color: #343a40;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.wishlist-btn:hover {
    background-color: #e2e6ea;
    color: #000;
}

.wishlist-btn img {
    width: 20px;
    height: 20px;
}

.badge-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #dc3545;
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 50px;
    font-weight: 600;
    line-height: 1;
}


.intro-part {
    padding: 80px 0px;
    background:#2565a214;
}

.intro-wrap {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.intro-icon {
    margin-right: 20px;
}

.intro-icon i {
   width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    color: #2565a2;
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: white;
    border: 3px double #2565a2c7;
    transition: 0.3s linear;
}
.intro-wrap:hover .intro-icon i {
    color: white;
    background: #2565a2;
}
.intro-content h5 {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: capitalize;
}
.intro-content p {
    font-size: 15px;
    line-height: 22px;
}
.promo-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.promo-img a {
    width: 100%;
}
.starts i{
    font-size: 14 !important;
}

.newsletter {
    position: relative;
}
.newsletter .newsletter-inner {
    background: url('../../uploads/banner-10.png') no-repeat center;
    background-size: cover;
    padding: 84px 78px;
    clear: both;
    display: table;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    min-height: 230px;
}
.newsletter .newsletter-inner img {
    position: absolute;
    right: 50px;
    bottom: 0;
    max-width: 40%;
}

