*, body{
	padding: 0;
	margin: 0;
}
body{
	width: 100%;
	min-height: 100vh;
	background: linear-gradient(218deg, #ffe3e8 4.01%, #ffe3e842 70.24%);
}
#appHomeHeader{
	padding: 10px;
	    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background: linear-gradient(180deg, #ffe3e8 4.01%, #ffe3e800 70.24%);
}
#appHomeHeader .logo img{
	height: 95px;
}
.bannerItem{
	width: 100%;
	height: 180px;
	background: #fff8f9a3;

	overflow: hidden;
}
.appBanner{
	padding: 0 10px;
	padding-top: 120px;
}
.bannerItem img{
	width: 100%;
	height: 197px;
	object-fit: cover;
		border-radius: 8px;
}
.homeCategory{
	padding: 30px 10px;
}
.sectionTitle h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.categoryItem{
	text-decoration: unset !important;

}
.categoryImg{
	width: 100%;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
	background: #ffe7eb;
	margin-bottom: 5px;
}
.categoryImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.categoryTitle{
	color: #000 !important;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
}
.categoryWrapper{
	display: flex;
	    flex-wrap: wrap;
	    padding-bottom: 50px;
	    justify-content: space-between;
}
.categoryItem{
	    flex: 0 0 47%;
    margin-right: 10px;
    margin-bottom: 15px;
}
.appFooter{
	    width: 100%;
    height: 68px;
    background-color: #fff;
    position: fixed;
    bottom: -1px;
    left: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: -1px -5px 17px 8px #00000026;
    padding: 10px 30px;
}
.appFooterWrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.appFooterItem{
	color: #868686 !important;
	text-decoration: unset !important;
	text-align: center;
}
.appFooterItem.active{
	color: #721c24 !important;
}
.productList{
	
	padding: 0 10px;
	padding-top: 85px;
	padding-bottom: 50px;
}
.productList .categoryItem {
    /* border: 1px solid #ffe3e8; */
    padding: 5px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 3px 3px 12px #00000014;
    margin-right: 0;
     flex: 0 0 49%;
}
.categoryItem:nth-child(even){
	margin-right: 0;
}
.productList .categoryItem .categoryTitle{
text-align: left;
font-weight: 500;
height: 42px;
display: -webkit-box;          /* create a flex-like box */
  -webkit-box-orient: vertical;  /* set vertical layout */
  -webkit-line-clamp: 2;         /* number of lines */
  overflow: hidden;
}
.prodPrice{
	    font-size: 14px;
    margin-top: 7px;
    color: #868686;
    display: flex;
    align-items: center;
}
.prodPrice span{
	display: inline-block;
}
.priceTag{
	text-decoration: line-through;
	margin-right: 10px;
}
.offerPriceTag{
	color: #721c24 ;
	font-weight: 500;
}
.appHeaderTwo{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    background: #ffe3e8 !important;
}
.appHeaderTwo h2{
	font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
}
.appHeaderTwo a {
	position: absolute;
	left: 15px;
    color: #000;

}
.imagePreview img{
     width: 95%;
    height: 240px;
    object-fit: cover;
    background: #fff;
    margin: auto;
    display: flex
;
    margin-top: 15px;
    border-radius: 15px	
}
.productGallery{
	padding-top: 65px;
}
.otherImageItem {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    box-shadow: 3px 2px 6px #00000045;
    overflow: hidden;
    margin-right: 10px;
}
.otherImage{
	    display: flex
;
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    margin: auto;
    margin-top: 14px;
}
.otherImageItem img {
    width: 100%;
    height: 100%;
}
.otherImageItem.active{
	border: 2px solid #721c24;
}
.prodInfo {
    padding: 10px;
    padding-bottom: 50px;
}
.prodInfo h4{
	font-size: 16px;
	font-weight: 500;
}
.prodInfo .offerPriceTag{
	font-size: 18px;
	font-weight: bold;
}
.prodDescription{
	    margin-top: 20px;
    display: block;
    font-size: 16px;
    /* font-weight: bold; */
    color: #868686;
    border-bottom: 1px solid #cccccc78;
    padding-bottom: 5px;
}
p{
	color: #4d4a4a;
	font-size: 14px;
}
.addToCartBtn{

    position: fixed;
    bottom: 20px;
    background: #721c24;
    width: 300px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    border-radius: 50px;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 0px 20px 1px #0000002e;
    text-decoration: unset !important;

}
.addToCartProdInfo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cartAddActionBtn{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #721c24;
}
.cartValue{
	width: 30px;
	margin: 0 10px;
	font-weight: 500;
	text-align: center;
}
.headerCart{
	position: absolute;
	right: 25px;
	left: unset !important;
}
.cartCount{
	    position: absolute;
    top: -9px;
    right: -12px;
    background: #721c24;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    font-size: 13px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.prodParentInfo {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}
.catTag{
	display: inline-block;
	    background: #f1d5da;
    padding: 2px 10px;
    border-radius: 4px;
    padding-bottom: 4px;
}
.cartSection{
	padding-top: 85px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.cartItem{
	padding: 10px 0;
	display: flex;
	border-bottom: 1px solid #ffe3e8;
}
.cartItemImage{
	margin-right: 10px;
}
.cartItemInfo{
	width: 100%;
}
.cartItemInfo a{
	color: #000 !important;
	text-decoration: none !important;
	font-size: 13px	;
}
.cartItemImage img{
	width: 75px;
	height: 75px;
}
.cartItemInfo .cartAddActionBtn{
	width: 30px;
	height: 30px;
}
.cartItemInfo .cartAddActionBtn svg{
width: 10px;
height: 10px;
}
.cartPrieWrapper{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin-top: 10px;
}
.qtyCount{
	font-size: 14px;
	color: #868686;
	margin-left: 15px;
}
a.qryChangeLink, a.qryRemoveLink{
	margin-left: 15px;
	text-decoration: underline !important;
	    color: #721c24 !important;
}
a.qryRemoveLink{
	color: red !important;
}
.priceInfo{
	padding: 0 10px;
	padding-bottom: 80px;
}
.priceInfo h5{
	font-size: 14px;
}
.priceInfoItem{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.priceInfoLabel{
	font-size: 13px;
	color: #868686;
}
.priceInfoValue{
	font-size: 13px;
	font-weight: 500;
color: #000;
}
.cartTotalAmount{
	border-top: 1px solid #ffe3e8;
	padding: 7px 0;
	margin-top: 7px;
}
.cartTotalInfo{
	background: #fff;
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-shadow: 1px -4px 20px #00000030;
}
.cartTotalInfo span{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.cartTotalInfo .placeBtn{
	    display: inline-block;
    text-decoration: unset !important;
    background: #721c24;
    font-size: 14px;
       padding: 8px;
    width: 175px;
    text-align: center;
    border-radius: 50px;
    color: #fff !important;
}
.shippingForm label{
	font-size: 13px;
	display: block;
	margin-bottom: 0;
}
.shippingForm{
	padding-top: 65px;
}
.shippingForm input, .shippingForm select, .shippingForm textarea{
	font-size: 14px;
	outline: none;
	box-shadow: unset;
	border: 1px solid #86868633;
	width: 100%;
	height: 35px;
}
.shippingFormTitle{
	    font-size: 16px;
    font-weight: 500;
}
.order-success{
	padding: 25px 10px;
	padding-bottom: 0;
}
.order-success h2{
	font-size: 22px;
}
#orderId{
	color: #721c24;
}
.themeBtn{
	width: 200px;
	height: 45px;
	background-color: #721c24;
	border-radius: 50px;
	color:  #fff !important;
	text-decoration: unset !important;
	display: block;
	margin: auto;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.lineBtn{
	background: transparent;
	border: 1px solid #721c24;
	color: #721c24 !important;
}
.prodSearchBar{
	width: 100%;
    border: 1px solid #cccccc21;
    height: 40px;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 14px;
}
.prodSearchBtn{
	    border: unset;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 83px;
    font-size: 14px;
    height: 30px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 3px 2px 7px #00000038;
    outline: none;
    background: #721c24;
    color: #fff;
    padding-bottom: 3px;
}
.viewAllProd{
	font-size: 14px;
    color: #721c24;
    text-decoration: unset;
    text-align: center;
    width: 100%;
    background: #721c241c;
    width: 150px;
    margin: auto;
    padding: 10px;
    border-radius: 8px;
}