*{
	box-sizing: border-box;
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	outline: none;
	font-family: Inter, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
	text-rendering: optimizeLegibility;
	resize: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input, textarea{
	-webkit-user-select: text;
	-webkit-appearance: none;
	font-family: inherit;
}
input, select, textarea{
	background: #FFF;
	font-family: inherit;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{ 
	-webkit-appearance: none; 
	margin: 0; 
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color: #9C9798;
}
select{
	-webkit-appearance: none;
}
a{
	text-decoration: none;
}
img[src=""]{
	opacity: 0;
}
html{
	font-size: 62.5%;
}
body{
	background-color: #F4F6F9;
	color:#212B37;
    font-size: 1.4rem;
	line-height: 2rem;
    font-weight: 400;
}
.floatLeft{
	float: left;
	width: 100%;
}
.middleContainer{
	margin: 0 auto;
    max-width: 1200px;
    width: 100%;
	padding: 0px 20px;
	position: relative;
}/* 
.HeroHome-transitionWrapper--3iTzj{
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;-webkit-transform:translateX(0);
	transform:translateX(0);
	transition:-webkit-transform .8s cubic-bezier(.84,.15,.48,.88);
	transition:transform .8s cubic-bezier(.84,.15,.48,.88);
	transition:transform .8s cubic-bezier(.84,.15,.48,.88),-webkit-transform .8s cubic-bezier(.84,.15,.48,.88);width:100%;will-change:transform;
}
.HeroHome-transitionWrapper--3iTzj.HeroHome-transitionExiting--1DQLc{
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	z-index:1
}
.HeroHome-transitionWrapper--3iTzj.HeroHome-transitionExiting--1DQLc .HeroHome-image--3dHoJ,.HeroHome-transitionWrapper--3iTzj.HeroHome-transitionExiting--1DQLc.HeroHome-transitionLeft--2TgRP{
	-webkit-transform:translateX(100%);
	transform:translateX(100%)
}
.HeroHome-transitionWrapper--3iTzj.HeroHome-transitionExiting--1DQLc.HeroHome-transitionLeft--2TgRP .HeroHome-image--3dHoJ{
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%)
}
.HeroHome-image--3dHoJ{
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	position:absolute;
	top:0;
	-webkit-transform:translateX(0);
	transform:translateX(0);
	transition:-webkit-transform .8s cubic-bezier(.84,.15,.48,.88);
	transition:transform .8s cubic-bezier(.84,.15,.48,.88);
	transition:transform .8s cubic-bezier(.84,.15,.48,.88),-webkit-transform .8s cubic-bezier(.84,.15,.48,.88);width:100vw;will-change:transform
} */
#productBoxPopUp {
	height: 100%;
	position: fixed;
	top: 87px;
	left: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	background: #F4F7F6;
	z-index: 100;
	display: none;
	overflow: auto;
}

#productBoxPopUp .headerCatg {
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 30px;
}

#productBoxPopUp .catgname {
	display: none;
}
.siteHeader{
	left: 0;
    position: fixed;
    top: 0;
    transition: background .2s linear,box-shadow .3s;
    width: 100%;
    z-index: 99;
}
.siteHeader .middleContainer{
	align-items: center;
    display: flex;
    height: 87px;
	justify-content: space-between;
}
.siteHeader .siteLogo{
	float: left;
	margin: 0;
}
.siteHeader .navigationBox{
	display: flex;
	align-items: center;
	float: left;
}
.navigationBox .menuLink{
    margin: 0 16px;
    padding: 6px 0;
    position: relative;
    text-decoration: none;
    transition: color .2s linear,opacity .2s linear;
	font-size: 18px;
    font-weight: 600;
    line-height: 20px;
	float: left;
	color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigationBox .menuLink .hk-user-pro{
	margin-right: 5px;
}
.siteHeader .createAccount{
    margin: 0 16px 0px auto;
    padding: 6px 0;
    position: relative;
    text-decoration: none;
    transition: color .2s linear,opacity .2s linear;
	font-size: 18px;
    font-weight: 600;
    line-height: 20px;
	float: left;
	color: #000;
    flex-shrink: 0;
}
.siteHeader .SignInBtn, .siteHeader .SignOutBtn{
	background-color: #5912c5;
	background-image: linear-gradient(152deg, #2db6ee, #703afe 54%, #9606a5);
    border: 0;
	border-radius: 70px;
	color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.25px;
    line-height: 28px;
    text-transform: uppercase;
	float: left;
    flex-shrink: 0;
}

.siteHeader .SignInBtn:hover, .siteHeader .SignOutBtn:hover, .purchasesBtn:hover, .li-link:hover, .buyNowBtn:hover{
	color: #fff;
	box-shadow: 0 10px 20px -5px rgba(81, 59, 255, .5);
}
.mobileMenu{
	display: none;
}
.mobileMenu .hamburger-box{
	width: 30px;
    height: 28px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.mobileMenu .hamburger-inner{
	top: 1px;
	display: block;
    margin-top: -1.5px;
    -webkit-transition: background-color 0s .13s linear;
    transition: background-color 0s .13s linear;
	left: 0px;
    margin-top: 2px;
}
.hamburger-inner:before{
    top: 9px;
    -webkit-transition: top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner:after{
    top: 18px;
    -webkit-transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobileMenu .hamburger-inner.is-active{
	transition-delay: .22s;
    background-color: transparent;
	top: 1px;
}
.mobileMenu .hamburger-inner.is-active:before{
	top: 0;
    -webkit-transition: top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.mobileMenu .hamburger-inner.is-active:after{
	top: 0;
    -webkit-transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
    transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.mobileMenu .hamburger-inner, .mobileMenu .hamburger-inner:before, .mobileMenu .hamburger-inner:after{
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block;
}
.sticky-header .siteHeader{
	background: #FFF;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
	display: block;
}
.swiperSliderBox{
	align-items: center;
    display: flex;
    flex-direction: column;
    height: 85vh;
    justify-content: center;
    min-height: 610px;
    text-align: center;
    position: relative;
	background: #FFF;
}
.bannerSlider.swiper-container{
	height:100%;
	top: 0px;
	position:absolute;
}
.bannerSlider .swiper-slide img{
	display: none;
}
.bannerSlider .swiper-slide{
	background-position:bottom;
	background-repeat:no-repeat;
	background-size: contain;
	transition:-webkit-transform .8s cubic-bezier(.84,.15,.48,.88);
	transition:transform .8s cubic-bezier(.84,.15,.48,.88);
	transition:transform .8s cubic-bezier(.84,.15,.48,.88),-webkit-transform .8s cubic-bezier(.84,.15,.48,.88);width:100vw;
	will-change:transform
}
.overBanenrMiddle{
	margin: 0 auto;
    max-width: 1333.33333px;
    width: 83.33333%;
	position: relative;
	z-index: 4;
	display: none;
}
.overBanerBox{
	height: 100%;
	align-content: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.overBanerBox .banerTitle, .overBanerBox .changingText{
	width: 65%;
	margin-left: 17.5%;
	float: left;
}
.overBanerBox .banerTitle, .changingText .slideTexts{
	font-size: 66px;
    line-height: 70px;
	font-weight: 700;
	color: #000;
	opacity: 0;
}
.changingText .swiper-slide, .changingText .swiper-wrapper{
	height: auto;
}
.overBanerBox .subTextBanner{
	width: 50%;
	margin-left: 25%;
	float: left;
	font-size: 19px;
    font-weight: 400;
    line-height: 25px;
	color: #000;
	margin-top: 31px;
	opacity: 0;
}
.bannerButtonBox{
	margin-top: 32px;
	text-align: center;
}
.bannerButtonBox .shopNowButon{
	background: #FFD428;
    border: 0;
    border-radius: 8px;
    color: #000;
    display: inline-block;
    margin: 0;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.25px;
    line-height: 28px;
    text-transform: uppercase;
}
.categoryRow{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.categoryRow .singleCategoryBox{
	float: left;
	width: 33.3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.singleCategoryBox .categoryImg{
	width: 280px;
	float: left;
	height: 280px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}
.singleCategoryBox.mobile-category .categoryImg{
	background-image: url(../images/iphone-category.jpg);
}
.singleCategoryBox.television-category .categoryImg{
	background-image: url(../images/television-category.jpg);
}
.singleCategoryBox.laptop-category .categoryImg{
	background-image: url(../images/laptop-category.jpg);
}
.singleCategoryBox.gaming-category .categoryImg{
	background-image: url(../images/gaming-category.jpg);
}
.singleCategoryBox.Appliances-category .categoryImg{
	background-image: url(../images/Appliances-category.jpg);
}
.singleCategoryBox.Wearables-category .categoryImg{
	background-image: url(../images/Wearables-category.jpg);
}
.categoryNameRow{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.categoryNameRow .RoundLogo-category{
	background: #FFD428;
    border-radius: 50%;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.11);
    overflow: hidden;
	height: 60px;
	width: 60px;
	float: left;
	margin-top: -30px;
	flex-shrink: 0;
}
.RoundLogo-category img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.Appliances-category .RoundLogo-category img{
	width: 60%;
}
.television-category .RoundLogo-category img{
	width: 64%;
}
.laptop-category .RoundLogo-category img{
	width: 84%;
}
.gaming-category .RoundLogo-category img, .gaming-category .Wearables-category img{
	width: 80%;
}
.categoryNameRow .categoryName{
	font-size: 32px;
    font-weight: 600;
    line-height: 36px;
	color: #000;
	margin-top: 15px;
}
.categoryNameRow .categoryLink{
	justify-content: center;
    margin-top: 9px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: opacity .2s ease,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
    transition: opacity .2s ease,transform 1.2s cubic-bezier(.19,1,.22,1);
    transition: opacity .2s ease,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
	align-items: center;
    display: inline-flex;
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
	color: #000;
    text-transform: uppercase;
}
.categoryNameRow .categoryLink svg{
	height: 11px;
    margin-left: 4px;
    width: 11px;
}
.singleCategoryBox:hover .categoryNameRow .categoryLink{
	opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.categoryRow .bannerButtonBox{
	margin-top: 50px;
}
.sectionBLock{
	padding: 60px 0;
}
.productTitle{
	font-size: 48px;
    font-weight: 700;
    line-height: 52px;
	color: #000;
	margin-bottom: 60px;
	text-align: center;
}
.productContainer{
	grid-template-columns: repeat(4,1fr);
	display: grid;
	grid-column-gap: 16px;
}
.productContainer .productBlock{
	margin: 10px 0;
    background: #FFF;
    padding: 10px;
	border-radius: 10px;
}

.productContainer .productBlock:hover {
	transform: scale(1.1);
	transform-origin: center center;
	box-shadow: 0 10px 20px -5px rgba(81, 59, 255, .5);
}
.productBlock .productImage{
	padding: 20px;
	background: #FFF;
	margin-bottom: 10px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productBlock .productImage img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 10px;
}
.productBlock .productName{
	font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.04em;
	cursor:pointer;
}
.productBlock .productPrice{
	font-size: 18px;
    line-height: 24px;
	color: #000;
	letter-spacing: 0.04em;
	cursor:pointer;
}
.productBlock .productPrice small{
	font-size: 10px;
	display: inline-block;
}
.footerBlock .legalCopyLine, .footerBlock .copyright, .footerBlock .legalLink{
	float: left;
	color: #747677;
	font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}
.footerBlock .legalCopyLine{
	margin-right: 40px;
    white-space: nowrap;
	display: none;
}
.footerBlock .legalLink{
	text-decoration: underline;
	margin-right: 15px;
	margin-bottom: 30px;
}
.footerBlock .copyright{
	float: right;
	margin-bottom: 30px;
}
.shoppingCart{
	width: 60px;
    height: 60px;
    position: relative;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 0;
    font-size: 30px;
    color: #000;
	margin-left: 30px;
	cursor: pointer;
}
.footerSection{
	border-top: 1px solid #DDD;
    padding: 20px 0;
	margin-top: 40px;
	display: block;
}
.categoryBLock{
	margin-top: 90px;
    position: relative;
}
.categoryBLock .categoryTitle{
	position: relative;
	z-index: 4;
	padding: 0px;
	color: #FFF;
	font-size: 70px;
	text-align: center;
    line-height: 60px;
}
.categoryBLock .backgroundCatgoryImg{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}
.backgroundCatgoryImg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-filter: blur(3px);
}
.backgroundCatgoryImg:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
	display: inline-block;
}
.footerLogo{
    height: 25px;
	object-fit: contain;
	display: inline-block;
    margin-left: 10px;
}
.footerBlock{
    margin-bottom: 10px;
}
.emiDetails{
	float: left;
    margin-top: 2px;
    margin-left: 15px;
    padding: 4px 15px;
    border-radius: 25px;
    background: transparent;
    border: 1px dashed #666;
    height: 31px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    align-items: center;
    min-width: 90px;
    cursor: pointer;
    color: #222;
    letter-spacing: 0.02em;
}
.emiDetails.selected .hk-down-arrow{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.emiDetails .hk-down-arrow{
	font-size: 12px;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
}
.emiDetailsBox{
	padding: 15px;
    border: 1px dashed #666;
    margin: 15px 0px;
	display: none;
}
.yourIntrstInfo{
	font-size: 18px;
	color: #222;
	margin-bottom: 3px;
}
.productNotAvil{
	background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
	padding: 20px;
	display: none;
}
.notAvilText{
	font-size: 25px;
	color: #000;
	display: flex;
	align-items: center;
}
.notAvilText .hk-info_outline{
	color: #ED1F29;
	display: inline-block;
	margin-right: 10px;
}
.notEligibleBox{
	padding: 10px;
    font-size: 17px;
    color: #000;
    line-height: 24px;
    background: #F1F1F1;
    border-radius: 4px;
	display: none;
	float: left;
	width: calc(100% - 15px);
	margin-left: 15px;
}
.notEligibleBox a{
	color: #0066C0;
}
.shoppingCart.openSearchIcon{
	font-size: 24px;
}
.announcement{
    padding: 10px 10px 10px;
    background: linear-gradient(135deg, rgba(40,188,228,1) 0%,rgba(152,1,154,1) 87%,rgba(152,1,154,1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
	width: 100%;
	display: none;
}
.announcement .coupon .couponText{
    border: 2px dashed #FFF;
    font-size: 13px;
    color: #FFF;
    letter-spacing: 1px;
    padding: 5px 10px;
    background: transparent;
    text-align: center;
    font-weight: 400;
}
.announcement .coupon .couponText span{
    font-weight: 600;
}
.siteLogo img {
	height: 40px;
	object-fit: contain;
}

.avatarBox {
	width: 45px;
	height: 45px;
	background: #f3f8fe;
	display: inline-flex;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	color: #5912c5;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid #5912c5;
	margin-right: 10px;
}

.purchasesBtn {
	background: linear-gradient(90.28deg, rgb(65, 144, 243) 0.49%, rgb(116, 51, 255) 48.97%, rgb(139, 19, 193) 100%);
	padding: 12px 20px 12px 30px;
	color: white;
	font-weight: 600;
	border-radius: 70px;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-right: 10px;
}

.purchasesIcon {
	margin-left: 10px;
}

.purchasesIcon svg {
	fill: #ffffff;
}

#TransactionsList .transactionContainer, #DetailsPopUp .transactionContainer {
	display: block;
	width: 100%;
	height: 100%;
	background: #eee;
	overflow: auto;
	padding-bottom: 75px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#TransactionsList .cards, #DetailsPopUp .cards  {
	display: block;
	background: #fff;
	border-radius: 10px;
	width: 90% !important;
	margin: 10px 5%!important;
	height: auto;
	padding: 0 1.5rem;
}

#TransactionsList .item-box {
	width: 100%;
	margin-top: 2rem;
}

#TransactionsList .item {
	max-height: 500px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

#TransactionsList .li-header {
	width: 120%;
}

#TransactionsList .li-header h2 {
	font-size: 16px;
	color: #222;
	font-weight: 600;
	letter-spacing: 1px;
}

#TransactionsList  .li-header .order-voucher {
    font-size: 17px;
    border: 3px dashed #5912c5;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 10px 0;
    display: inline-flex;
    font-weight: 600;
    background: rgb(65 144 243 / 4%);
}

#TransactionsList  .li-header span {
	font-size: 12px;
	color: #222;
}

#TransactionsList .li-header p {
	font-size: 14px;
	color: #222;
	letter-spacing: 0;
	font-weight: 600;
}

#TransactionsList .li-header small {
	color: #111;
	font-size: 1.2rem;
	margin-right: 0.7rem;
	white-space: nowrap;
	font-weight: 600;
}

#TransactionsList a.li-link {
	background: linear-gradient(90.28deg, rgb(65, 144, 243) 0.49%, rgb(116, 51, 255) 48.97%, rgb(139, 19, 193) 100%);
    border-radius: 40px;
    display: block;
    cursor: pointer;
    color: #fff;
    width: 160px;
    position: relative;
    font-size: 14px;
    padding: 5px 17px;
    text-decoration: none;
    margin: 10px 0;
    font-weight: 500;
    text-align: center;
}

#TransactionsList .li-img{
	width: 70%;
	max-height: 100px;
	display: block;
}

#TransactionsList .fruit-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	justify-self: flex-end;
}

#TransactionsList .fruit-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	margin-bottom: 1.5rem;
}

#TransactionsList .leftIconBox, #DetailsPopUp .leftIconBox{
	width: 25px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	left: 20px;
}

#TransactionsList .leftIconBox img, #DetailsPopUp .leftIconBox img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

#TransactionsList, #DetailsPopUp {
	z-index: 222;
	background: rgba(5,52,109,0.50);
	padding: 50px;
	overflow: auto;
}

.popUpInnerBox {
	display: block;
	height: auto;
	min-height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 25px;
	overflow: hidden;
}

.detailsInfo {
	padding: 40px 20px 0px;
	color: #333;
	font-family: Inter, sans-serif!important;
	font-size: 16px;
	line-height: 1.6;
}

.detailsInfo h2 {
	margin-bottom: 20px;
	color: #222;
	font-weight: 500;
	font-size: 24px;
}

.howToUse_box {
	padding-bottom: 40px;
}

@media only screen and (max-width:1100px){
	.singleCategoryBox .categoryImg{
		width: 230px;
		height: 230px;
	}
}
@media only screen and (max-width:769px){

	#TransactionsList, #DetailsPopUp {
		padding: 0;
	}

	.popUpInnerBox {
		border-radius: 0;
		height: 100%;
	}
	#TransactionsList .transactionContainer, #DetailsPopUp .transactionContainer {
		padding-bottom: 65px;
	}

	.detailsInfo {
		padding: 20px 10px 0px;
		font-size: 14px;
		line-height: 1.2;
	}

	.howToUse_box {
		padding-bottom: 20px;
	}

	.siteHeader{
		background: #FFF;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
	}
	.siteLogo img {
		height: 30px;
	}
	.siteHeader .SignInBtn, .siteHeader .SignOutBtn {
		padding: 5px 20px;
		text-decoration: none;
		font-size: 12px;
	}
	.avatarBox {
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	body{
		padding-top: 0;
	}
	.categoryBLock{
		margin-top: 90px;
		position: relative;
	}
	.productContainer{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		grid-column-gap: 0;
	}
	.productContainer .productBlock{
		width: 47%;
		margin: 10px 0;
		background: #FFF;
		padding: 10px;
	}
	.categoryRow .singleCategoryBox{
		width: 50%;
		margin-bottom: 40px;
	}
	.overBanerBox .subTextBanner{
		margin-left: 10%;
		width: 80%;
	}
	.mobileMenu{
		width: 60px;
		height: 60px;
		position: relative;
		float: right;
		display: inline-block;
		align-self: flex-end;
		justify-self: flex-end;
		margin-left: auto;
		padding: 16px 15px;
		margin-bottom: 10px;
	}
	.siteHeader .middleContainer{
		position: unset;
	}
	.siteHeader .navigationBox{
		position: absolute;
		left: 0;
		width: 100%;
		flex-wrap: wrap;
		top: 87px;
		background: #FFF;
		display: none;
	}
	.navigationBox .menuLink{
		padding: 10px 20px;
		width: 100%;
		margin: 0;
		justify-content: flex-start;
	}
	.siteHeader .createAccount{
		position: absolute;
		left: 0;
		margin: 0;
		padding: 10px 20px;
		width: 100%;
		background: #FFF;
		top: 245px;
		display: none;
		border-radius: 0px;
	}
	.siteHeader .SignOutBtn{
		position: absolute;
		left: 0;
		margin: 0;
		padding: 10px 20px;
		width: 100%;
		background: #FFF;
		top: 327px;
		display: none;
		border-radius: 0px;
	}
	.siteHeader.showMenulist .navigationBox, .siteHeader.showMenulist .createAccount, .siteHeader.showMenulist .SignInBtn, .siteHeader.showMenulist .SignOutBtn{
		display: inline-flex;
	}
	.shoppingCart{
		margin-left: 0px;
	}
}
.signinttlsub {
	padding: 0px 20px 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
@media only screen and (max-width:568px){
	.signinttlsub {
		text-align: start;
	}
	.categoryRow .singleCategoryBox{
		width: 100%;
	}
	.swiperSliderBox{
		height: 67vh;
		min-height: auto;
	}
	.bannerSlider .swiper-slide{
		background-size: auto 100%;
		background-position: top
	}
	.categoryRow .singleCategoryBox:last-child{
		margin-bottom: 0px;
	}
	.overBanerBox .banerTitle, .changingText .slideTexts{
		font-size: 38px;
		line-height: 40px;
		height: 0px;
	}
	.overBanerBox .banerTitle, .overBanerBox .changingText{
		margin-left: 0%;
		width: 100%;
	}
	.overBanerBox .subTextBanner{
		margin-left: 0%;
		width: 100%;
		font-size: 16px;
		line-height: 20px;
		height: 0px;
	}
	.productBlock .productName{
		-webkit-line-clamp: 2;
	}
	.productBlock .productImage{
		height: 200px;
		padding: 0px;
	}
	.overBanerBox .subTextBanner br{
		display: none;
	}
	.productTitle{
		font-size: 30px;
		line-height: 30px;
	}
	.sectionBLock{
		padding: 45px 0;
	}
	.captcharow .loginInputFild{
		margin-right: 10px !important;
	}
}



.linkWraper, .appDwnldLinkText{
	display:none;
}

@media only screen and (max-width: 568px) {
	.linkWraper, .appDwnldLinkText{
		font-size: 16px !important;
		margin-top: 27% !important;
	}
}
@media only screen and (max-width: 768px) {

	.QrImageWraper, .scanQrCodeText{
		display:none !important;
	}

	.linkWraper, .appDwnldLinkText{
		display:block !important;
		margin-top: 22% !important;
	}


	.downoadContainer {
		height: 80%;
		/* padding: 40% 0 0 0; */
		position: relative;
		transition: all 0.3s;
		background: #FFF;
		transform: scale(1) !important;
		opacity: 1 !important;
	}
}

.xareAppDownloadLayer{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
	z-index: 9999999999999;
	display: none;
}

.appDownloadMiddle{
	position: relative;
	top: 0px;
	height: 100%;
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.downoadContainer{
	/* padding: 20px; */
	position: relative;
	transition: all 0.3s;
	background: #FFF;
	transform: scale(1) !important;
	opacity: 1 !important;
}
.appDownTitle{

	position: relative;
	float: left;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	margin-bottom: 20px;

}

.appCloseBox{

	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #000;
	opacity: 1;
	height: 100%;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.appQrImag{
	text-align: center;
	justify-content: center;
}

.appQrImag .QrImageWraper{
	position: relative;
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 15px;
	border-radius: 100%;
	border-top-right-radius: 1px;
}

.appQrImag .linkWraper{

	position: relative;
	justify-content: center;
	width: 100%;
	margin-top: 100px;
	position: relative;
	justify-content: center;
	width: 100%;
	padding: 0% 25% 0% 25%;
}

.QrImageWraper .insideGenratQr{
	width: 40%;
	display: inline-block;
}

.QrImageWraper .insideGenratQr img{
	max-width: 100%;
	object-fit: contain;
}

.qrCodeScanBox{
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 30px;
}

.textClass{
	float: left;
	width: 100%;
	margin: 0px 0 30px;
	padding: 0px 30px;
	font-size: 28px;
	text-align: center;
	color: #000;
	line-height: normal;
}

.getXareAppLink{


	background: linear-gradient( 135deg, rgba(40,188,228,1) 0%,rgba(152,1,154,1) 87%,rgba(152,1,154,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(40,188,228,1) 0%,rgba(152,1,154,1) 87%,rgba(152,1,154,1) 100%);
	color: #FFF;
	font-size: 20px;
	border-radius: 25px;
	/* margin-right: 20px; */
	height: 41px;
	min-width: 150px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}


.rise_box_layer, .riseNoApproveLayer{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999999999;
	background: rgba(0,0,0,0.56);
	display: none;
}
.rise_box_layer .make_popup_center, .riseNoApproveLayer .make_popup_center{
	margin: 0px auto;
	max-width: 750px;
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reset_scale_size{
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
	opacity: 1 !important;
}
.rise_box_layer .poupdiv_container, .riseNoApproveLayer .poupdiv_container{
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	float: left;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #FFF;
}
.rise_box_layer .confrm_action_btn{
	float: left;
	width: 100%;
	margin: 30px 0px;
	display: flex;
	justify-content: center;
}
.rise_box_layer .confirm_label, .riseNoApproveLayer .confirm_label{
	float: left;
	width: 100%;
	margin: 0px 0 30px;
	padding: 0px 30px;
	font-size: 28px;
	text-align: center;
	color: #000;
	line-height: normal;
}
.confirm_label .clickApprove{
	display: inline-block;
	color: #0066C0;
	font-weight: 400;
}
/* .rise_box_layer .confirm_btn{
    float: right;
    background: #FFD428;
    color: #000;
    padding: 0px 25px;
    font-size: 20px;
    border-radius: 25px;
    margin-right: 20px;
    height: 41px;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.rise_box_layer .cancel_btn{
    float: right;
    background: #000;
    color: #FFD428;
    padding: 0px 25px;
    font-size: 19px;
    border-radius: 25px;
    height: 41px;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
} */
.rise_box_layer .cancel_btn {
	float: right !important;
	background: #000 !important;
	color: #FFD428 !important;
	padding: 0px 25px !important;
	font-size: 19px !important;
	border-radius: 25px !important;
	height: 41px !important;
	min-width: 150px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	border: none !important;
}

.rise_box_layer .confirm_btn {
	float: right !important;
	background: #FFD428 !important;
	color: #000 !important;
	padding: 0px 25px !important;
	font-size: 20px !important;
	border-radius: 25px !important;
	margin-right: 20px !important;
	height: 41px !important;
	min-width: 150px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
}

.popup_heading{
	position: relative;
	float: left;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	margin-bottom: 20px;
}
.popup_heading .close{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #000;
	opacity: 1;
	height: 100%;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup_heading .close:hover{
	color: #000;
	opacity: 1;
}
.socialShareBox{
	margin: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
}
.socialShareBox .socialSShareBtn{
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px;
	border-radius: 30px;
	padding: 5px 60px;
	font-size: 20px;
	color: #000;
	background: #FFD428;
	font-weight: 400;
}
.socialShareBox .socialSShareBtn [class*="hk-"]{
	display: inline-block;
	margin-right: 5px;
}
.socialShareBox .FacebookShare{
	background: #3B5998;
}
.socialShareBox .WhatsappShare{
	background: #01E675;
}
@media only screen and (max-width:568px){
	.rise_box_layer .confrm_action_btn{
		flex-wrap: wrap;
		padding: 0px 30px;
		border-top: none;
	}
	.rise_box_layer .confirm_label{
		font-size: 16px;
	}
	.rise_box_layer .confirm_btn{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.rise_box_layer .cancel_btn{
		width: 100%;
	}
	.socialShareBox{
		margin: 20px 0px;
		flex-wrap: wrap;
	}
	.socialShareBox .socialSShareBtn{
		width: 100%;
		margin: 10px 0px;
	}
}
.prodSocailChatBox{
	position: fixed;
	bottom: 65px;
	z-index: 50;
	right: 0px;
	display: block;
	margin-bottom:-50px;
}
.main_chat_Social{
	max-height: 150px;
	float: right;
	width: 60px;
	text-align: center;
	position: relative;
	line-height: normal;
	margin-right: 30px;
}
.make_page_center_align{
	margin: 0px auto;
	width: 100%;
	max-width: 1360px;
	position: relative;
}
.socialChatlabel{
	padding: 0px;
	display: none;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	box-sizing: border-box;
	line-height: normal;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	overflow: hidden ;
	-webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16);
	box-shadow: 0 5px 40px rgba(0,0,0,.16);
	cursor:pointer;
	position: relative;
	background: #FFF;
}
.main_chat_Social .fb_customer_chat_bubble_animated_no_badge{
	bottom: 110px !important;
	right: 30px !important;
}
.socialChatlabel img{
	height: 40px;
	width: 40px;
	object-fit: contain;
	display: inline-block;
	overflow: hidden;
}


.nameBoxInput{
	width: 49%;
	border: 1px solid #DDD !important;
}

.marginLeft{
	margin-left: 2%;
}

.userEmail.shippFormInput.mobileNumberTxt{
	border-left: 1px solid #DDD;
}

.emailLable{ margin-top: 15px; }

.phoneVerifyPopup{
	position: fixed;
	z-index: 999999999999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.70);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	display: none;
	outline: none;
}
.phoneVerifyMiddle{
	margin: 0px auto;
	max-width: 650px;
	width: 96%;
	position: relative;
	height: 100%;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
}
.phoneVerifyBox{
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	position: relative;
	background: #FFF;
	border: none;
	border-radius: 3px;
	padding: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.phoneVerifyBox .ClosethemePOPUP{
	position: absolute;
	color: #000;
	cursor: pointer;
	font-size: 28px;
	float: right;
	right: 0px;
	top: 0px;
	padding: 10px 15px;
}
.phoneCode .IsdCodeBox{
	width: 90px;
	position: relative;
	z-index: 1;
	float: left;
	margin-right: 0px;
}
.phoneCode .IsdCodeBox .numbercodePlus{
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	font-size: 20px !important;
	width: 25px !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.phoneCode .IsdCodeBox .isdCodes{
	position: relative;
	z-index: 1;
	background: transparent;
	height: 38px;
	font-size: 14px;
	padding: 0px 2px;
	border: 1px solid #CCC;
	border-radius: 4px 0px 0px 4px;
	padding-left: 20px;
	-webkit-appearance: menulist;
}
.phoneCode{
	display: flex;
}
.phoneVerifyBox .loginTitle{
	font-size: 22px;
	color: #000;
	margin-bottom: 25px;
}
.phoneVerifyBox .inputTitle{
	font-size: 15px;
	color: #444;
	margin-bottom: 5px;
}
.phoneVerifyBox .inputRow{
	margin-bottom: 20px;
}
.phoneVerifyBox .getOTPButton{
	height: 45px;
	border-radius: 3px;
	background: #FFD428;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
}
.numberLOader{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFD428;
	z-index: 4;
}
.loading_spinner{
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	z-index: 2 !important;
	animation: loading-bar-spinner 900ms linear infinite;
	-webkit-animation: loading-bar-spinner 900ms linear infinite;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: solid 2px transparent;
	border-top-color:  #000;
	border-left-color: #000;
	border-radius: 50%;
}
@keyframes loading-bar-spinner {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes loading-bar-spinner {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
.numberLOader .loading_spinner{
	border-top-color:  #000 !important;
	border-left-color: #000 !important;
}
.mobileNumber .shippFormInput{
	height: 38px;
	border: 1px solid #DDD;
	border-left: none;
	padding: 10px;
	font-size: 16px;
	letter-spacing: 0.02em;
}
.loginInputFild, .displayPhone{
	height: 38px;
	border: 1px solid #DDD;
	padding: 10px;
	font-size: 16px;
	color: #000;
	letter-spacing: 0.04em;
}
.displayPhone{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.askOtpBox .chageNumbrLink, .askOtpBox .resndOTPLink, .askOtpBox .betwenLink{
	float: left;
	color: #0066C0;
	font-size: 14px;
	margin-right: 10px;
	margin-top: -10px;
}
.askOtpBox .betwenLink{
	color: #000;
}
.loginError{
	margin-bottom: 5px;
	color: red;
	font-size: 14px;
	letter-spacing: 0.04em;
}
.numberLOader{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #FFD428;
	display: inline-block;
	z-index: 2;
}
.captcharow{
	display:none;
}
.captcharowBox{
	display: inline-flex;
	align-items: stretch;
}
.captcharow .loginInputFild{
	height: 50px;
	margin-left: 10px;
	margin-right: 160px;
}
#captchaImg{
	position: relative;
	height: 50px;
	width: 150px;
}
#captchaImg:after{
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: 20px;
	position: absolute;
	right: 0px;
	top: 2px;
	background-repeat: no-repeat;
	background-image:url('https://cdn.galaxi.cyou/file/themeassets/images/CaptachRefresh.png');
}
.getOptLoader{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 99;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.56);
}
.getOptLoader .loading_spinner{
	border-top-color: #0066C0 !important;
	border-left-color: #0066C0 !important;
}
.successMsg{
	color:#006621 !important;
}
.aprovalMesg{
	margin: 0 0 20px 0;
	padding: 0px 10px;
	color: #000;
	font-size: 15px;
}
.aprovalMesg a{
	color: #0066C0;
}
.toastNotifications{
	position: fixed;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	align-items: center;
	padding: 20px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5;
	z-index: 9999999999;
	background-color: rgba(0,0,0,.85);
	border-radius: 4px;
	max-width: 440px;
	min-height: 74px;
	display: none;
	-webkit-transition: opacity .4s ease,bottom .4s ease;
	-o-transition: opacity .4s ease,bottom .4s ease;
	transition: opacity .4s ease,bottom .4s ease;
	min-width: 250px;
	max-width: 450px;
}
.toastNotifications.toastIn{
	opacity: 1;
	display: flex;
}
.toastNotifications .notificationsIcon{
	height: 32px;
	width: 32px;
	text-align: center;
	position: absolute;
	overflow: hidden;
	border-radius: 100%;
	left: 20px;
	top: 20px;
}
.toastNotifications.success .notificationsIcon:before{
	color: #91C039;
	content: '\2713';
	font-size: 32px;
	float: left;
	line-height: 1;
}
.toastNotifications.error .notificationsIcon:before{
	content: '!';
	color: #FFCD5D;
	font-size: 32px;
	float: left;
	line-height: 1;
}
.toastNotifications.toastError .notificationsIcon:before{
	content: '\e93e';
	font-family: 'HipKart';
	color: #ED1F29;
	font-size: 32px;
	float: left;
	line-height: 1;
}
.toastNotifications .notificationsText{
	float: left;
	align-self: center;
	width: 100%;
	padding-left: 38px;
	color: #FFF;
	letter-spacing: 0.04em;
	font-size: 16px;
}
.hideCross{
	display:none!important;
}

.continueWithEmailBox {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	justify-content: center;
}

.continueEmailBtn {
	font-size: 16px;
	color: #FFF;
	height: 40px;
	justify-content: center;
	border-radius: 70px;
	padding: 0px 15px;
	background: -webkit-linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%) !important;
	background: linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%) !important;
	width: 320px;
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width:568px){
	.captcharow .loginInputFild{
		margin-right: 10px !important;
	}
	.toastNotifications{
		width: 94%;
	}
}

.payInputBox .payInputFeld, .paytextBox .payInputFeld {
	height: 45px;
	background: transparent;
	border-radius: 10px;
	color: #000;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
	border: 2px solid transparent;
	-webkit-user-select: text !important;
	-webkit-appearance: none;
}

.payInputBox, .paytextBox {
	background: #F5F7FF;
	border-radius: 10px;
	height: 45px;
	position: relative;
}

.dropdown-menu{
	top: 60px;
	max-width: 320px;
	min-width: 320px;
	display: block;
	visibility: hidden;
	text-align: left;
	left: -270px;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s cubic-bezier(.34,1.61,.7,1);
	-o-transition: all .3s cubic-bezier(.34,1.61,.7,1);
	transition: all .3s cubic-bezier(.34,1.61,.7,1);
	position: absolute;
	z-index: 1000;
	margin: 2px 0 0;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-sizing: border-box;
	line-height: normal;
}
.dropdown-menu:after{
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 18px;
	background: #FFF;
	border-top: 1px solid rgba(0,0,0,.15);
	border-left: 1px solid rgba(0,0,0,.15);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
}
.widget_shopping_cart_content{
	float: left;
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.widget_shopping_cart_content .cart_list{
	float: left;
	width: 100%;
	min-height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-height: 400px;
	overflow-y: auto;
}
.widget_shopping_buttons{
	float: left;
	width: 100%;
	padding: 0px 20px 10px !important;
}
.widget_shopping_cart_content .cart_list.productOptions{
	padding: 20px;
}
.widget_shopping_cart_content .cart_list::-webkit-scrollbar {
	width: 5px;
	background-color: #FFF;
}
.widget_shopping_cart_content .cart_list::-webkit-scrollbar-thumb {
	background-color: #A0A0A0;
	border-radius: 40px;
}
.widget_shopping_cart_content .cart_list::-webkit-scrollbar-track {
	background-color: #FFF;
}
.widget_shopping_cart_content .cart_list .widget-product{
	margin: 0px 0;
	padding: 12px 0;
	position: relative;
	margin-top: 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
	display: flex;
}
.cart_list .widget-product .pull-left{
	box-sizing: border-box;
	float: left !important;
	width: 82px;
	height: 82px;
	text-align: center;
}
.cart_list .widget-product .pull-left img{
	height: auto;
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.widget_shopping_cart_content .cart-main-content{
	text-align: left;
	overflow: hidden;
	padding-left: 10px;
	float: left;
	width: 185px;
}
.widget_shopping_cart_content .cart-main-content .name{
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-transform: none;
	margin-top: 0;
	color: #000;
	letter-spacing: -1px;
	margin: 0;
}
.cart-main-content .name a, .cart-main-content .name a:hover{
	color: #000;
}
.widget_shopping_cart_content .cart-main-content .cart-item{
	display: inline-block;
	margin: 0px;
}
.cart-main-content .cart-item .quantity{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
	float: left;
	width: auto !important;
	border: none;
	font-family: lato;
}
.cart-main-content .cart-item .quantity .amount{
	font-size: 14px;
	color: #000;
	margin-right: 5px;
}
.cart-main-content .remove{
	position: absolute;
	right: -10px;
	top: 3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
	color: red;
	font-family: lato;
	font-weight: 500;
	font-size: 22px;
}
.cart-main-content .remove:hover{
	color: #FFD428;
}
.widget_shopping_cart_content .total{
	text-align: right;
	margin-top: 10px;
	padding: 0 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}
.widget_shopping_cart_content .total strong{
	font-weight: 700;
}
.widget_shopping_cart_content .total .woocommerce-Price-amount{
	font-size: 15px;
	color: #FFD428;
	font-weight: 600;
}
.widget_shopping_cart_content .buttons{
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0px;
}
#themeCartPopUP .widget_shopping_cart_content .total span#cartPopUpSubTotal{
	float:right;
}
.widget_shopping_cart_content .buttons .btn-default{
	color: #000;
	background-color: #FFD428;
	border-color: #FFD428;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 5px;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 12px 0px !important;
	width: 100%;
	font-size: 13px;
	line-height: 1.62857;
	letter-spacing: 1px;
	border-radius: 0;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	font-family: lato;
}
.widget_shopping_cart_content .buttons .btn-default.pull-left{
	float: left !important;
	background: #fff !important;
	border: 1px solid #EF9A9A;
	font-family: lato;
	line-height: normal;
	color: #FFD428;
}
.widget_shopping_cart_content .buttons .btn-default.pull-right{
	float: right !important;
}
.widget_shopping_cart_content .buttons .btn-default:hover{
	text-decoration: none;
}
.open.dropdown-menu{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform-origin: 29px -50px;
	-moz-transform-origin: 29px -50px;
	-ms-transform-origin: 29px -50px;
	transform-origin: 29px -50px;
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	visibility: visible;
	min-height: 90px;
}
.widget_shopping_cart_content .cart_list .empty{
	margin: 10px 0;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	color: #666;
}
.cartProductCount{
	position: absolute;
	border-radius: 2px;
	font-size: 10px;
	text-align: center;
	background: #FFD428;
	color: #000;
	font-family: 'Open sans', arial;
	padding: 1px 3px !important;
	line-height: 1.3 !important;
	min-height: 13px;
	top: 6px;
	right: 0px;
}
.cartItemsList {
	display:none;
}
.noCartItems {
	display:none;
}
#themeCartPopUP .cart-main-content .name a {
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: 100%;
}
#themeCartPopUP .cart-main-content .name {
	font-size: 15px;
	font-weight: 500;
	font-family: lato;
	letter-spacing: 0.5px;
}
.cart_list .cartpopupProductClass {
	border-bottom: 1px solid #DDD;
}
.cart_list .cartpopupProductClass:last-child {
	border-bottom: none;
}
.CartProdsequence{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.seq-preloader{
	background: white;
	visibility: visible;
	opacity: 1;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.seq-preloader.seq-preloaded {
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s .5s, opacity .5s;
}
.seq-preload-indicator{
	overflow: visible;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.seq-preload-circle {
	display: inline-block;
	height: 12px;
	width: 12px;
	fill: #FFD428 !important;
	opacity: 0;
	animation: seq-preloader 1.25s infinite;
}
.seq-preload-circle-2 {
	animation-delay: .15s;
}
.seq-preload-circle-3 {
	animation-delay: .3s;
}
.seq-preload-indicator-fallback {
	width: 42px;
	overflow: visible;
}
.seq-preload-indicator-fallback .seq-preload-circle {
	width: 8px;
	height:8px;
	background-color: #FFD428;
	border-radius: 100%;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
}
.seq-preload-indicator-fallback .seq-preload-circle-2 {
	margin-left: 3px;
	margin-right: 3px;
	width: 12px;
	height: 12px;
}
.seq-preload-indicator-fallback .seq-preload-circle-3 {
	width: 16px;
	height: 16px;
}
@-webkit-keyframes seq-preloader{
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.cartItemsList .cart-main-content .remove{
	color: #000 !important;
}
.searchLayer{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.80);
	display: none;
	z-index: 9999;
}
.serchLayerCentered{
	position: relative;
	max-width: 700px;
	width: 100%;
	margin: 0px auto;
	display: table;
	height: 100%;
}
.searchLayerMiddle{
	vertical-align: middle;
	display: table-cell;
}
.themeSearch{
	float: left;
	width: 100%;
	position: relative;
}
.themeSearch input[type="text"]{
	padding: 10px 70px 10px 10px;
	font-size: 30px;
	color: #FFF;
	height: 65px;
	width: 100%;
	float: left;
	border: 3px solid #FFF;
	border-radius: 4px;
	background: transparent;
}
.themeSearch input::-webkit-input-placeholder{
	color: #FFF;
}
.themeSearch .submitBtnSearch{
	background: transparent;
	color: #FFF;
	font-size: 28px;
	padding: 0px 15px;
	font-family: Lato;
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	border-radius: 0;
	height: 45px;
	width: auto;
	line-height: normal;
}
.closesearchLayer{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 20px;
	font-size: 20px;
	color: #FFF;
	cursor: pointer;
	z-index: 99;
}
.closesearchLayer .hk-cancel3{
	font-weight: bolder
}
@media only screen and (max-width: 767px){
	.themeSearch{
		width: 90%;
		margin-left: 5%;
	}
	.closesearchLayer{
		font-size: 20px;
	}
	.themeSearch input[type="text"]{
		padding: 10px 50px 10px 10px;
		font-size: 20px;
		color: #FFF;
		height: 50px;
		width: 100%;
		float: left;
		border: 3px solid #FFF;
		border-radius: 4px;
		background: transparent;
	}
	.themeSearch .submitBtnSearch{
		height: 35px;
		right: 0px;
	}
}


.chooseContryLayer{
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
	display: none;
	z-index: 999;
}
.chooseContryLayer *{
	box-sizing: border-box;
}
.chooseContryMiddle{
	position: relative;
	top: 0px;
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.chooseContryBox{
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #FFF;
}
.chooseContryBox .detinationTitle{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #000;
	background: #FFD428;
	height: 60px;
	display: inline-flex;
	align-items: center;
	padding: 20px;
	position: relative;
	font-weight: 500;
}
.destinatonClose{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #000;
	font-weight: 100;
	cursor: pointer;
}
.countryBoxRow .eachContryBox{
	float: left;
	width: 50%;
	display: inline-flex;
	align-content: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.countryBoxRow .eachContryBox:nth-child(1){
	border-left: 1px solid #F2F2F2;
}
.countryBoxRow{
	display: inline-flex;
	align-items: center;
	float: left;
	width: 100%;
	padding: 40px 20px;
	flex-wrap: wrap;
}
.eachContryBox .contryFlag{
	height: 100px;
	width: 160px;
	margin-bottom: 40px;
	display: inline-block;
	object-fit: cover;
	overflow: hidden;
	border: 1px solid #AAA;
}
.eachContryBox .contryName{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.countryBoxRow .eachContryBox.selected:after{
	content: '\ea10';
	font-family: 'Hipkart';
	position: absolute;
	right: 12%;
	top: -7px;
	font-size: 20px;
	color: #75BF3A;
	background: #FFF;
	height: 40px;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.showButonRow{
	margin-bottom: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
}
.showButonRow .shopNowBtn{
	display: inline-flex;
	border-radius: 4px;
	height: 45px;
	background: #FFD428;
	color: #111;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
	font-size: 17px;
	font-weight: 500;
}
@media only screen and (max-width:568px){
	.countryBoxRow .eachContryBox{
		width: 100%;
		margin-bottom: 30px;
	}
	.eachContryBox .contryFlag{
		margin-bottom: 10px;
	}
}
select{
	-webkit-appearance: none;
}
a{
	text-decoration: none;
}
::selection{
	background: #FF1F4C;
	color: #FFF;
}
body::-webkit-scrollbar {
	width: 5px;
	background-color: #FFF;
}
body::-webkit-scrollbar-thumb {
	background-color: #A0A0A0;
	border-radius: 40px;
}
body::-webkit-scrollbar-track {
	background-color: #FFF;
}
b, strong{
	font-weight: 600;
}
img[src=""]{
	opacity: 0;
}
.hk-hipkoin-filled{
	display: none;
}
.floatLeft{
	float: left;
	width: 100%;
}
/****************************CART POPUP***************************************/
#recommendedProds .CrossSellsBox .crossSellList{
	padding-bottom: 30px;
}
.cart-main-content .remove{
	font-family: "HipkartSans",sans-serif !important;
	font-size: 18px !important;
	color:#FF1F4C !important;
}
.widget_shopping_cart_content .buttons .btn-default.pull-left,.widget_shopping_cart_content .buttons .btn-default.pull-right{
	font-family: "HipkartSans",sans-serif !important;
	font-weight:normal;
}
#themeCartPopUP .cart-main-content .name a{
	font-weight:normal;
}
/************************ HOME PAGE STARTS ******************************/
.top_header_bar{
	background: #FFF;
	border-bottom: 1px solid #EFEFEF;
	height: 69px;
	position: relative;
	z-index: 9;
	border-top: 3px solid #FF1F4C;
}
.top_header_bar_container{
	margin: 0px auto;
	width: 100%;
	max-width: 1240px;
	position: relative;
}
.top_header_bar_container .hipkart_search_header{
	position: relative;
	height: 64px;
	background: #FFF;
}
.hipkart_search_header .header_logo{
	position: absolute;
	display: inline-block;
	left: 0px;
	text-align: center;
	top: 0px;
	padding-top: 10px;
	z-index: 2;
	margin-left: 10px;
}
.hipkart_search_header .header_logo .hk-hipKart{
	color: #FF1F4C;
	font-size: 40px;
}
.hipkart_search_header .seacrh_bar{
	float: left;
	width: 75%;
	position: relative;
	padding-left: 100px;
}
.hipkart_search_header .search_post_form{
	position: relative;
	padding-left: 70px;
}
.hipkart_search_header .search_post_form .allcategories_box{
	font-size: 24px;
	color: #777;
	position: absolute;
	height: 64px;
	width: 70px;
	display: inline-block;
	left: 0px;
	text-align: center;
	top: 0px;
	padding-top: 20px;
	z-index: 2;
	cursor: pointer;
}
.hipkart_search_header .search_post_form .allcategories_box .hk-menu{
	font-size: 24px;
	color: #A0A0A0;
}
.hipkart_search_header .search_post_form input[type="text"]{
	border: 1px solid #EFEFEF;
	height: 40px;
	margin-top: 12px;
	padding: 6px 10px 6px 40px;
	color: #222;
	font-size: 18px;
}
.hipkart_search_header .search_post_form .hk-search{
	position: absolute;
	font-size: 20px;
	top: 22px;
	left: 80px;
}
.right_side_icons .top_bar_icons .hk-user-pro, .right_side_icons .top_bar_icons .hk-shopping-cart{
	font-size: 26px;
	color: #A0A0A0;
}
.right_side_icons .top_bar_icons .CreateStoreSvg{
	border-radius: 100%;
	height: 36px;
	width: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.right_side_icons .top_bar_icons .CreateStoreSvg .hk-sell-on-hipkart{
	font-size: 26px;
	color: #FF1F4C;
}
.right_side_icons ul li.store_create{
	padding-top: 13px;
}
.right_side_icons{
	float: left;
	width: 25%;
	padding: 0 10px;
}
.right_side_icons ul li{
	float: left;
	width: 25%;
	transition: 0.3s;
	position: relative;
	height: 64px;
	padding-top: 19px;
}
.right_side_icons .top_bar_icons{
	text-align: center;
	position: relative;
	cursor: pointer;
}
.right_side_icons .top_bar_icons .hk-drop-down-arrow{
	font-size: 12px;
	color: #A0A0A0;
	position: absolute;
	right: 8px;
	top: 6px;
}
.right_side_icons .top_bar_icons .choose_your_country{
	display: inline-block;
	font-size: 14px;
	color: #777;
	position: relative;
	top: 2px;
	margin-right: 4px;
}
.right_side_icons .top_bar_icons .choose_your_country img{
	height: 18px;
	display: inline-block;
	margin-right: 9px;
}
.right_side_icons .header_languageList li{
	width: 100%;
	padding: 5px 10px;
	height: auto;
	float: left;
	cursor: pointer;
}
.right_side_icons .header_languageList li:hover{
	background: #F1F1F1;
}
.right_side_icons .header_languageList{
	position: absolute;
	height: 190px;
	background: #FFF;
	z-index: 2;
	overflow-y: auto;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.right_side_icons .header_languageList::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.right_side_icons .header_languageList::-webkit-scrollbar{
	width: 3px;
	background-color: #F5F5F5;
}
.right_side_icons .header_languageList::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #CCC;
}
.user_account_options{
	-webkit-animation: menu-slide-in-up 0.3s;
	animation: menu-slide-in-up 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: #FFF;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	position: absolute;
	border: 1px solid #EFEFEF;
	width: 160px;
	top: 60px;
	left: -95px;
	display: none;
	z-index: 9;
}
.user_account_options:after{
	content: '';
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	top: -9px;
	right: 25px;
	background: #FFF;
	border: 1px solid #EFEFEF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.user_account_options .user_access_option{
	text-align: left;
	padding: 3px 20px;
	line-height: 1.9;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	background: #FFF;
	color: #666;
	font-size: 15px;
}
.user_account_options .user_access_option:hover{
	background: #F5F5F5;
}
@-webkit-keyframes menu-slide-in-up{
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.showUserOption:hover .user_account_options{
	display: inline-block;
}
.allCategories_lists{
	position: absolute;
	top: 59px;
	left: -90px;
	width: 260px;
	background: #FFF;
	display: none;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid #EFEFEF;
	-webkit-animation: menu-slide-in-up 0.3s;
	animation: menu-slide-in-up 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	z-index: 2;
}
.allCategories_lists:after{
	content: '';
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	top: -8px;
	left: 116px;
	background: #F2F2F2;
	border: 1px solid #EFEFEF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.allCategories_lists .catHeading{
	background: #F2F2F2;
	padding: 10px 20px;
	font-size: 16px;
	color: #222;
	position: relative;
	z-index: 2;
	text-align: left;
}
.allCategories_lists ul{
	position: relative;
}
.allCategories_lists ul li .Categories_lists_row{
	background: #FFF;
	position: relative;
	padding: 8px 15px;
	border: 1px solid #FFF;
	border-right: none;
	border-left: none;
}
.allCategories_lists i{
	float: left;
	color: #666;
	font-size: 15px;
	position: relative;
	padding-right: 6px;
	top: 3px;
}
.allCategories_lists .Categories_lists_name{
	float: left;
	color: #000;
	font-size: 14px;
}
.allcategories_box:hover .allCategories_lists{
	display: inline-block;
}
.allCategories_lists ul li:hover .Categories_lists_row{
	border-color: #E9E9E9;
	border-right: none;
	z-index: 5;
}
.allCategories_lists ul li:hover i{
	color: #FF1F4C;
}
.top_bar_icons .dropdown-menu{
	left: initial;
	top: 37px;
	right: -10px;
}
.changeSiteCurrencyLanguage{
	position: absolute;
	top: 60px;
	left: -200px;
	width: 300px;
	display: none;
	background: #FFF;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid #EFEFEF;
	-webkit-animation: menu-slide-in-up 0.3s;
	animation: menu-slide-in-up 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	padding: 10px 20px 0px;
	z-index: 5;
}
.changeSiteCurrencyLanguage .Selct_title_text{
	padding-bottom: 3px;
	font-size: 15px;
	color: #222;
	margin-top: 10px;
}
.changeSiteCurrencyLanguage .optionSelectorSwitcher{
	border: 1px solid #DDD;
	height: 30px;
	padding: 5px 40px 5px 10px;
	font-size: 15px;
	color: #222;
	position: relative;
	cursor: pointer;
}
.changeSiteCurrencyLanguage .optionSelectorSwitcher:after{
	content: "\e91c";
	font-family: 'HipKart';
	color: #444;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 8px;
	display: inline-block;
}
.changeSiteCurrencyLanguage .saveChangeSetting{
	text-align: right;
	margin: 10px 0;
}
.changeSiteCurrencyLanguage .saveChangeSetting .saveChangeSetting_btn{
	justify-content: center;
	background: #FF1F4C;
	display: flex;
	align-items: center;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	border-radius: 2px;
	position: relative;
}
.Categories_lists:hover .subCategories_lists{
	display: inline-block;
}
.subCategories_lists{
	position: absolute;
	left: 259px;
	top: -10px;
	display: none;
	width: 728px;
	background: #FFF;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid #E9E9E9;
	-webkit-animation: menu-slide-in-up 0.3s;
	animation: menu-slide-in-up 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	z-index: 2;
}
.subCategories_lists ul{
	padding: 5px 20px 10px;
	overflow: hidden;
	position: relative;
}
.allCategories_lists .subCategories_lists ul li{
	float: left;
	width: 33.3%;
	padding: 0;
}
.allCategories_lists .subCategories_lists ul li:hover{
	background: none;
}
.allCategories_lists .subCategories_lists ul li .subcatog_heaading, .allCategories_lists .subCategories_lists ul li .SubCategories_lists_name{
	max-width: 200px;
	width: 100%;
	float: left;
	text-overflow: ellipsis;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	color: #222;
	text-align: left;
	font-size: 15px;
	padding-bottom: 8px;
}
.allCategories_lists .subCategories_lists ul li .subcatog_heaading{
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 35px;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 0;
	margin-top: 5px;
}
.allCategories_lists .subCategories_lists ul li a:hover{
	color: #FF1F4C;
}
.right_side_icons .top_bar_icons .CreateStoreSvg:hover, .right_side_icons .top_bar_icons .CreateStoreSvg.pulse_hover{
	-webkit-animation: pulse-shadow--collection 2s infinite;
	animation: pulse-shadow--collection 2s infinite;
	-webkit-transition: .1s background-color,.1s border-color,.1s color,.1s fill;
	transition: .1s background-color,.1s border-color,.1s color,.1s fill;
	border-color: transparent !important;
	background: rgba(0,0,0,0);
	color: #FF1F4C !important;
}
@-webkit-keyframes pulse-shadow--collection{
	0% {
		-webkit-box-shadow: 0 0;
		box-shadow: 0 0;
	}
	70% {
		-webkit-box-shadow: 0 0 5px 10px rgba(255,255,255,0);
		box-shadow: 0 0 5px 10px rgba(255,255,255,0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
		box-shadow: 0 0 0 0 rgba(255,255,255,0);
	}
}
.checkout_cart_header .cartProductCount{
	top: -9px;
	right: -1px;
}
.productSelectBtn .addToCart{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.LoginUserInitail{
	height: 30px;
	width: 30px;
	background: transparent;
	display: inline-flex;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	border-radius: 100%;
	border: 1px solid #FF1F4C;
	position: relative;
	background: #FF1F4C;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.LoginUser.myMesageDot .LoginUserInitail:after, .user_access_option.myMesage:after{
	content: '';
	background: #FF1F4C;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	display: inline-block;
	border: 2px solid #FFF;
	position: absolute;
	right: -4px;
	top: -2px;
}
.user_access_option.myMesage:after{
	right: 0px;
}
.LoginUserInitail:hover{
	background: #FFF;
	border: 1px solid #DDD;
	color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.showUserOption .LoginUser, .header-new{
	font-weight: 500;
}
.changeSiteCurrencyLanguage .header_language{
	position: relative;
}
.header_language .header_languageList{
	position: absolute !important;
	background: #FFF;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-webkit-animation: menu-slide-in-up 0.3s;
	animation: menu-slide-in-up 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	z-index: 2;
	width: 100%;
	max-height: 186px;
	overflow-y: auto;
}
.header_language .header_languageList::-webkit-scrollbar {
	width: 5px;
	background-color: #FFF;
}
.header_language .header_languageList::-webkit-scrollbar-thumb {
	background-color: #A0A0A0;
	border-radius: 40px;
}
.header_language .header_languageList::-webkit-scrollbar-track {
	background-color: #FFF;
}
.changeSiteCurrencyLanguage .header_languageList li{
	width: 100%;
	padding: 5px 10px;
	height: auto;
	cursor: pointer;
	color: #222;
}
.changeSiteCurrencyLanguage .header_languageList li:hover{
	background: #F5F5F5;
}
.all_products_container{
	background: #FFF;
	padding: 50px 20px;
	min-height: 600px;
	position: relative;
}
.middle_products{
	max-width: 1240px;
	width: 100%;
	margin: 0px auto;
}
.all_products_container .middle_products .masonaryProducts{
	/* -moz-column-width: 14em;
	-webkit-column-width: 14em;
	-moz-column-gap: 11px;
	-ms-column-gap: 11px;
	-webkit-column-gap: 11px; */
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
	grid-auto-rows: 20px;
}
.checkout_cart_header .top_bar_icons{
	margin: 0px auto;
	width: 34px;
}
.fullproduct_box .productLike{
	position: absolute;
	z-index: 1;
	text-align: center;
	right: 10px;
	top: 10px;
}
.fullproduct_box .productLike .hk-heart{
	font-size: 24px;
	margin-top: 5px;
	color: #a7a7a7;
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.fullproduct_box .productLike.selected .hk-heart{
	color: #FF1F4C;
}
.fullproduct_box .productLike:hover .hk-heart{
	color: #FF1F4C;
}
.fullproduct_box{
	display: inline-block;
	visibility:hidden;
	margin: 8px 0px;
	width: 100%;
}
.masonaryProducts .boxcontent{
	float: left;
	width: 100%;
}
.fullproduct_box .prodimg_box{
	position: relative;
	min-height: 150px;
	overflow: hidden;
	cursor: pointer;
	background: #FDFDFD;
}
.fullproduct_box .prodimg_box .CloudProdctImg{
	position: relative;
	min-height: 200px;
	text-align: center;
}
.fullproduct_box .prodimg_box .CloudProdctImg img{
	max-width: 100%;
	display: inline-block;
	width: 100%;
}
.fullproduct_box .prodimg_box .onHoverName{
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	height: 100% !important;
	left: 0px;
	width: 100%;
	bottom: 0px;
	background: rgba(255,255,255,0.90);
	top: 0;
	text-align: center;
	-webkit-transition: all ease 400ms;
	transition: all ease 400ms;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
.fullproduct_box .onHoverName .hoverPrice{
	color: #555;
	font-size: 20px;
}
.fullproduct_box .onHoverName .hoverName{
	color: #555;
	font-size: 20px;
	padding: 10px;
}
.fullproduct_box .onHoverName .buyProduct{
	display: inline-block;
	background: #FF1F4C;
	color: #FFF;
	padding: 10px 45px;
	text-transform: capitalize;
	cursor: pointer;
}
.fullproduct_box .prodimg_box:hover .onHoverName{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.prodName .product_name{
	color: gray;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	font-size: 22px;
	font-weight: 300;
	padding: 15px 22px 12px;
	cursor: pointer;
	display: inline-block;
}
.prodName .product_name::first-letter, .fullproduct_box .onHoverName .hoverName::first-letter, .fullproduct_box .onHoverName .buyProduct::first-letter{
	text-transform: capitalize;
}
.prodName .product_name:hover{
	color: #64686A;
}
.prodName.socialIcons{
	padding: 20px;
}
.prodName .likes_heart, .prodName .comment_box{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: left;
}
.prodName .likes_heart .hk-heart, .prodName .comment_box .hk-bubble{
	font-size: 20px;
	position: relative;
	z-index: 1;
	color: #B9B9B9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.prodName .comment_box .hk-bubble{
	font-size: 22px;
}
.prodName .likes_heart .count_heart, .prodName .comment_box .count_comment{
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #B9B9B9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
	float: left;
	margin: 0px 0px 0px 5px;
}
.prodName .likes_heart:hover .count_heart, .prodName .comment_box:hover .count_comment, .prodName .likes_heart:hover .hk-heart, .prodName .comment_box:hover .hk-bubble{
	color: #FF1F4C;
}
.prodName .likes_heart:hover, .prodName .comment_box:hover{
	/* border: 1px solid #FF1F4C; */
}
.prodName .likes_heart.selected .count_heart,.likes_heart.selected .hk-heart{
	color: #FF1F4C;
}
.prodName .likes_heart.selected{
	border: 1px solid #FF1F4C;
}
.fullproduct_box .prodName{
	background: #FDFDFD;
	margin:auto;
}
.fullproduct_box .singleComent{
	position: relative;
	padding-top: 2px;
	background: #FDFDFD;
	padding-bottom: 5px;
}
.OwnerName{
	padding: 0px 22px 0px;
	font-size: 15px;
	font-weight: 300;
	color: #222;
	background: #FDFDFD;
	margin:auto;
}
.salePrice{
	padding: 0px 20px;
	font-size: 20px;
	font-weight: 300;
	color: #666;
	background: #FDFDFD;
	margin:auto;
}
.salePrice .hk-percentage{
	color: #FF1F4C;
	position: relative;
	margin: 10px 0 0;
	display: inline-block;
}
.salePrice .NewSalePrice{
	color: #4CAF50;
	font-weight: 500;
}
.OwnerName .storeName{
	font-weight: 500;
	color: #FF1F4C;
	text-transform: capitalize;
}
.singleComent .UserDp{
	position: absolute;
	left: 20px;
	top: 10px;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	background: #FF1F4C;
}
.singleComent .name_comentBox{
	position: relative;
	min-height: 40px;
	padding: 8px 25px 5px 55px;
	min-height: 60px;
}
.singleComent .name_comentBox .commentContain{
	border-radius: 18px;
	background: #F1F1F1;
	padding: 8px 10px;
	display: inline-block;
	position: relative;
}
.name_comentBox .commentContain .smilyBox .smilyTopTip{
	border: 1px solid #DDD;
	background: #DDD;
	padding: 4px;
	text-align: center;
	color: #111;
	position: absolute;
	min-width: 80px;
	font-size: 13px;
	z-index: 2;
	left: -27px;
	bottom: 19px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
	border-radius: 4px;
	box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.27);
}
.name_comentBox .commentContain .smilyBox .smilyTopTip:after {
	content: '';
	height: 10px;
	width: 10px;
	position: absolute;
	margin-left: -5px;
	left: 50%;
	bottom: -6px;
	transform: rotate(45deg);
	display: inline-block;
	background: #DDD;
}
.name_comentBox .commentContain .smilyBox:hover .smilyTopTip{
	visibility: visible;
	opacity: 1;
	bottom: 35px;
}
.name_comentBox .commentContain .smilyBox{
	position: absolute;
	font-size: 14px;
	padding: 5px;
	border-radius: 100%;
	bottom: 0px;
	background: #FFF;
	cursor: pointer;
	right: -17px;
	box-shadow: -3px 1px 1px rgba(0,0,0,0.12);
	color: #FF1F4C;
}
.name_comentBox .commentContain .smilyBox [class*="path"] {
	font-family: 'HipKart' !important;
}
.singleComent .name_comentBox .UserName{
	text-transform: capitalize;
	font-weight: 500;
}
.singleComent .name_comentBox .UserName, .singleComent .name_comentBox .UserComment{
	font-size: 15px;
	color: #FF1F4C;
	padding-top: 10px;
}
.singleComent .name_comentBox .UserComment{
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #111;
}
.writeComment{
	margin-top: 0px;
	padding: 10px;
	background: #FDFDFD;
	position: relative;
}
.writeComment .writeCommentText{
	border: 1px solid #DDD;
	resize: none;
	font-size: 13px;
	color: #222;
	padding: 10px;
	background: #FFF;
	height: 40px;
	min-height: 40px;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 20px;
	-webkit-user-modify: read-write-plaintext-only;
	line-height: normal;
}
.writeComment .writeCommentText::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.writeComment .writeCommentText::-webkit-scrollbar{
	width: 3px;
	background-color: #F5F5F5;
}
.writeComment .writeCommentText::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #CCC;
}
.writeComment .postCmmnt{
	background: #FF1F4C;
	text-align: center;
	color: #FFF;
	height: 30px;
	width: 30px;
	display: none;
	margin-top: 12px;
	font-size: 15px;
	padding-top: 8px;
	padding-right: 2px;
	border-radius: 100%;
	position: absolute;
	bottom: 5px;
	right: 4px;
	box-shadow: -3px 1px 1px rgba(0, 0, 0, 0.2);
}
/******** HOME PAGE ENDS ******/
/********PRODUCT PAGE *********/
.singleProductBox{
	background: #F4F7F6;
	padding: 100px 0 0;
	min-height: calc(100vh - 230px);
}
.singleProductBox .singleprodMiddle{
	max-width: 1240px;
	width: 100%;
	margin: 0px auto;

}
.singleprodMiddle .singleprodDetails{
	background: #FFF;
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
	min-height: calc(100vh - 330px);
}
.singleprodMiddle .productContainer{
	float: left;
	width: 45%;
	padding: 20px 4px 20px 20px;
	vertical-align: top;
	position: sticky;
	top: 0px;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	display: flex;
}
.productContainer .FavrateLike{
	position: absolute;
	right: 12px;
	top: 27px;
	font-size: 20px;
	color: #999;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	z-index: 3;
}
.productContainer .FavrateLike:hover{
	color: #FF1F4C !important;
}
.productContainer .FavrateLike.selected{
	color: #FF1F4C !important;
}
.singleprodMiddle .productContainer .mainProduct{
	text-align: center;
	min-height: 150px;
	height: 550px;
	justify-content: center;
	align-items: center;
	display: flex;
	max-height: 550px;
	border: 1px solid #F0F0F0;
	border-radius: 10px;
}
.productContainer .mainProduct img{
	max-width: 100%;
	max-height: 550px;
	border-radius: 10px;
	object-fit: contain;
}
.singleprodMiddle .DetailsContainer{
	float: left;
	width: 55%;
	padding: 20px;
}
.DetailsContainer .prodNameFull, .DetailsContainer .prodPrice{
	padding-bottom: 7px;
	font-size: 24px;
	color: #111;
	padding-left: 10px;
}
.DetailsContainer .prodNameFull{
	line-height:24px;
}
.DetailsContainer .prodPrice{
	font-size: 28px;
	padding-bottom: 0px;
	font-weight: 500;
}
.riseprodPrice{
	font-size: 19px;
    color: #8a73ff;
    float: left;
    font-weight: 700;
    background: transparent;
    padding: 7px 0px;
    border-radius: 7px;
    margin: 5px 0px 0;
}
.DetailsContainer .prodPrice del{
	font-size: 18px;
	margin-right: 10px;
	color: #666;
	text-decoration: line-through;
}
.DetailsContainer .localTaxes{
	font-size: 11px;
	color: #777;
	padding-left: 10px;
	margin-top: 5px;
}
.DetailsContainer .ProdSelectsize{
	margin-top: 15px;
	position: relative;
}
.DetailsContainer .ProdSelectsize .SelectsizeLabel{
    font-size: 16px;
    color: #0f0f0f;
    margin-bottom: 5px;
    padding-left: 2px;
    font-weight: 500;
}
.fullProdsequence{
	position: absolute;
	background: white;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.fullDetailsPrice {
	position: relative;
}
.addCartLoader{
	display: flex;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	background: rgba(255,255,255,0.70);
}
.addCartLoader .cricleProcss{
	position: relative;
	text-align: center;
	height: 56px;
	width: 56px;
	align-self: center;
	margin: 0 auto;
	display: block;
}
.addCartLoader .cricleProcss:before{
	content: "";
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0%;
	left: 0%;
	border-width: 2px;
	border-style: solid;
	border-color: #FF1F4C #ccc #ccc;
	border-radius: 100%;
	animation: rotation .7s infinite linear;
}
@-webkit-keyframes rotation {
	from{
		-webkit-transform: rotate(0deg);
	}to{
		 -webkit-transform: rotate(359deg);
	 }
}
.cricleProcss .hk-hk{
	font-size: 20px;
	color: #FF1F4C;
	padding-top: 18px;
	display: inline-block;
}
.alosLikeProd .alosLikemasonary, .all_products_container .masonaryProducts{
	min-height: 200px;
	position: relative;
}
.ProdSelectsize .selectVarentSize{
	padding: 10px 1px;
	overflow-y: auto;
}
.ProdSelectsize .selectVarentSize::-webkit-scrollbar {
	width: 5px;
	background-color: #FFF;
}
.ProdSelectsize .selectVarentSize::-webkit-scrollbar-thumb {
	background-color: #A0A0A0;
	border-radius: 40px;
}
.ProdSelectsize .selectVarentSize::-webkit-scrollbar-track {
	background-color: #FFF;
}
.productSelectBtn {
    border-top: 1px solid #b2b2b2;
    margin-top: 10px;
}
.selectVarentSize .productVarientBox:hover, .selectVarentSize .productVarientBox.selected{
    background: #8a73ff;
    background: #8a73ff;
    color: white!important;
}
.selectVarentSize .productVarientBox{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 15px;
    background: #FFF;
    border-radius: 40px;
    padding: 5px 10px;
    color: #151515;
    min-width: 95px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #8a73ff;
}
.ProdSelectsize .selectionDrop{
	height: 40px;
	border: 1px solid #DDD;
	padding: 8px 40px 8px 10px;
	font-size: 15px;
}
.productQuantiy{
	display: flex;
	align-items: center;
	padding: 10px;
}
.productQuantiy .quantityModified{
	float: left;
	border: 1px solid #DDD;
	border-radius: 2px;
	height: 30px;
	background: #FFF;
	display: flex;
	overflow: hidden;
}
.quantityModified .quantityInputVal{
	float: left;
	width: 60px;
	font-size: 16px;
	height: 26px;
	color: #222;
	border: none;
	text-align: center;
}
.quantityModified .quantityDecrease, .quantityModified .quantityIncrease{
	float: left;
	width: 30px;
	height: 28px;
	position: relative;
	color: #222;
}
.quantityModified .quantityDecrease:before{
	position: absolute;
	right: 6px;
	top: 13px;
	width: 14px;
	content: '';
	background: #222;
	height: 2px;
}
.quantityModified .quantityIncrease:before{
	position: absolute;
	right: 7px;
	top: 13px;
	width: 14px;
	content: '';
	background: #222;
	height: 2px;
}
.quantityModified .quantityIncrease:after{
	position: absolute;
	right: 13px;
	top: 7px;
	height: 14px;
	content: '';
	background: #222;
	width: 2px;
}
.productQuantiy .prductPieceAvial{
	float: left;
	margin-left: 10px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #666;
}
.prductPieceAvial .unitPiece{
	display: inline-block;
	margin-right: 5px;
}
.DetailsContainer .addToCart .addToCartBtn, .DetailsContainer .addToCart .buyNowBtn{
	background: #FF1F4C;
	color: #FFF;
	padding: 10px 0px;
	font-size: 16px;
	text-align: center;
	margin: 20px 15px 0 0;
}
.DetailsContainer .addToCart .buyNowBtn{
	background: #FFD428;
	margin: 20px 0px 0 15px;
}
.paymentInfo .hipkartSecure .httpssec{
	float: left;
	width: 116px;
	height: 34px;
	border-radius: 20px;
	background: #FFF;
	border: 1px solid #3A3A3A;
	position: relative;
}
.paymentInfo .hipkartSecure .httpssec .hk-lock3{
	position: absolute;
	color: #0C6115;
	font-size: 23px;
	left: 14px;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.paymentInfo .hipkartSecure .httpssec .hipTxt {
	position: absolute;
	font-size: 15px;
	color: #000;
	padding-left: 38px;
	top: 2px;
	font-weight: 500;
	line-height: 1;
}
.paymentInfo .hipkartSecure .httpssec .htpsTxt {
	position: absolute;
	font-size: 11px;
	color: #08A018;
	padding-left: 38px;
	bottom: 2px;
	line-height: 1;
}
.paymentInfo .secureText{
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #111;
}
.payemt_info_head .paymentIcon{
	font-size: 25px;
	margin-top: 3px;
	float: left;
	margin-right: 3px;
}
.paymentIcon.hk-paypal {
	color: #002F86;
}
.paymentIcon.hk-cc-mastercard {
	color: #F79E1B;
}
.paymentIcon.hk-cc-visa {
	color: #1A1F71;
}
.paymentIcon.hk-cc-diners-club {
	color: #2656A0;
}
.paymentIcon.hk-cc-discover {
	color: #F16821;
}
.paymentIcon.hk-cc-amex {
	color: #0093DD;
}
.paymentIcon.hk-btc {
	color: #f7931a;
}
.paymentIcon.hk-hipkoin-filled {
	color: #FF1F4C;
}
.paymentInfo  .payemt_info_head{
	padding-top: 10px;
}
.payemt_info_head  .hipkartSecure{
	float: left;
	margin-left: 50px;
}
.prodZoom{
	position: absolute;
	right: 0px;
	top: -15px;
	cursor: pointer;
}
.prodZoom, .prodZoom .hk-search2{
	color: #666;
	font-size: 14px;
}
.relatedColors{
	padding: 10px;
	margin: 0px 0px 10px;
	position: relative;
}
.relatedColors .smallColors{
	height: 50px;
	width: 50px;
	border: 2px solid #DDD;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
}
.relatedColors .smallColors img{
	max-height: 100%;
	max-width: 100%;
}
.relatedColors .smallColors.selected, .relatedColors .smallColors:hover{
	border: 2px solid #FFD428;
}
.relatedsmallImg{
	margin-right: 2px;
	float: left;
	width: 64px;
}
.relatedsmallImg .subRelatedImg{
	height: 60px;
	width: 60px;
	border: 1px solid #DDD;
	float: left;
	margin-bottom: 5px;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 2px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.relatedsmallImg .subRelatedImg:hover{
	border: 2px solid #FFD428;
}
.relatedsmallImg .subRelatedImg img{
	max-width: 100%;
	max-height: 100%;
	float:left;
}
.relatedsmallImg .relatedImgScroll{
	overflow-y: auto;
	max-height: 555px;
}
.relatedsmallImg .relatedImgScroll::-webkit-scrollbar-track{
	background-color: #FFF;
	cursor: pointer;
}
.relatedsmallImg .relatedImgScroll::-webkit-scrollbar{
	width: 2px;
	background-color: #FF1F4C;
}
.relatedsmallImg .relatedImgScroll::-webkit-scrollbar-thumb{
	background-color: #FFF;
	cursor: pointer;
}
.description{
	position: relative;
}
.description.viewmoredesc:after{
	background: linear-gradient(rgba(255, 255, 255, 0), #FFF);
	content: "";
	height: 90px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.description .headingDesc.selected, .description .headingDesc:hover{
	color: #111;
	font-weight: 500;
	font-size: 24px;
}

.description.viewmoredesc .allText{
	height: 166px;
	overflow: hidden;
}
.description.viewmoredesc.newpolicybox .allText{
	height: auto;
}
.description.viewmoredesc.newpolicybox:after{
	display:none;
}
.viewmoredesc.newpolicybox {
    margin-top: 10px;
    padding-top: 20px;
}
.viewmoredesc.newpolicybox .moreDescBox{
	min-height: auto;
}
.agreetotersm {
    text-align: center;
    font-size: 11px;
    color: #000;
    margin-top: 5px;
}
.description .moreDescBox{
	padding: 10px 0px;
	overflow: hidden;
	position: relative;
	min-height: 100px;
}
.overviewProd, .storeOwnerInfo, .socialShare, .buyerProtectInfo, .retrnPolicyInfo, .description, .comments_moreProducts, .paymentInfo{
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #b2b2b2;
}
.overviewProd .overviewLabl, .buyerProtectInfo .paymentLabl, .retrnPolicyInfo .paymentLabl, .description .headingDesc, .postCommentBox .postCommLabel, .Allcommets .commetLabel, .paymentInfo .paymentLabl{
	font-size: 19px;
	font-weight: 500;
	color: #111;
	letter-spacing: 0.04em;
}
.buyerProtectInfo .paymentLabl{
	color: #417BAA;
}
.overviewProd .orverviewLists{
	padding-left: 30px;
	margin-top: 7px;
}
.overviewProd .orverviewLists li{
	list-style: disc;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0.03em;
}
.overviewProd .readyShip, .overviewProd .shipcntry{
	font-size: 14px;
	color: #111;
	margin-top: 10px;
	font-weight: 500;
}
.overviewProd .shipcntry{
	margin-top: 3px;
	font-weight: 400;
	margin-bottom: 0;
}
.buyerProtect{
	position: relative;
	padding-left: 50px;
}
.buyerProtect .hk-shield_return{
	position: absolute;
	left: 0px;
	font-size: 48px;
	color: #417BAA;
	top: 7px;
}
.buyerProtect .hk-shield_return *{
	font-family: 'HipKart' !important;
}
.buyerProtect .protectPoints{
	margin-top: 10px;
	font-size: 12px;
	color: #222;
}
.buyerProtect .protectPoints .hk-checkbox-checked{
	color: #666;
}
.returnpolicyTxt{
	padding: 10px 0px 0px;
	font-size: 13px;
	height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.policyLinkbtn{
	font-size: 12px;
	color: #FF1F4C;
	float: left;
	margin-top: 5px;
	font-weight: 500;
}
.socialShare .shareicon{
	float: left;
	width: 25%;
	font-size: 15px;
	color: #222;
	text-align: center;
	font-size: 30px;
}
.socialShare .shareicon .hk-facebook2{
	color: #3B5998;
	cursor: pointer;
}
.socialShare .shareicon .hk-pinterest{
	color: #CE2029;
	cursor: pointer;
}
.socialShare .shareicon .hk-twitter{
	color: #00B0ED;
	cursor: pointer;
}
.socialShare .shareicon .hk-google-plus2{
	color: #DD4B39;
	cursor: pointer;
}
.socialShare .shareicon .hk-linkedin{
	color: #007BB6;
	cursor: pointer;
}
.storeOwnerInfo{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.storeOwnerInfo .shopName{
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
}
.storeOwnerInfo .shopName:hover{
	text-decoration: underline;
}
.storeOwnerInfo .shopNameAddr{
	font-size: 15px;
	color: #666;
	margin-top: 5px;
	font-weight: 500;
}
.storeOwnerInfo .shopNameAddr b{
	font-weight: 500;
}
.storeOwnerInfo .contactowner{
	display: inline-block;
	padding: 4px 18px;
	font-size: 13px;
	color: #111;
	font-weight: 500;
	border: 1px solid #DDD;
	border-radius: 2px;
	margin-top: 20px;
}
.comments_moreProducts .alosLikeProd{
	padding: 20px;
}
.comments_moreProducts.noCooments .containAllReviw{
	display: none;
}
.relatedProdTag .tagHead{
	color: #111;
	font-size: 18px;
	padding-left: 10px;
	font-weight: 500;
	margin-bottom: 0;
}
.Allcommets .containAllReviw{
	height: 588px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.Allcommets .containAllReviw.moreReview:after{
	background: linear-gradient(rgba(255, 255, 255, 0.30), #FFF);
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.containAllReviw .Singlecomment{
	position: relative;
	min-height: 80px;
	padding-bottom: 45px;
	border-bottom: 1px solid #E1E3DF;
	padding-top: 20px;
}
.containAllReviw .Singlecomment .abtUser{
	position: absolute;
	left: 10px;
	top: 35px;
	width: 80px;
	display: inline-block;
	text-align: center;
}
.Singlecomment .abtUser .UserInitial{
	height: 40px;
	width: 40px;
	border-radius: 100%;
	color: #FFF;
	background: #FF1F4C;
	display: inline-flex;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
}
.Singlecomment .abtUser .comentName{
	margin-top: 10px;
	color: #111;
	font-size: 16px;
	text-transform: capitalize;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.Singlecomment .writenComentBox{
	padding-left: 100px;
	padding-top: 15px;
}
.Singlecomment .writenComentBox .reactBox{
	float: left;
}
.Singlecomment .writenComentBox .cmtDate{
	float: right;
	font-size: 15px;
	color: #111;
}
.writenComentBox .reactBox.reviewStar .hk-star-full{
	font-size: 16px;
	color: #DAD9D9;
}
.writenComentBox .reactBox.reviewStar.onestar .hk-star-full:nth-child(1), .writenComentBox .reactBox.reviewStar.twostar .hk-star-full:nth-child(1), .writenComentBox .reactBox.reviewStar.twostar .hk-star-full:nth-child(2), .writenComentBox .reactBox.reviewStar.threestar .hk-star-full:nth-child(1), .writenComentBox .reactBox.reviewStar.threestar .hk-star-full:nth-child(2), .writenComentBox .reactBox.reviewStar.threestar .hk-star-full:nth-child(3), .writenComentBox .reactBox.reviewStar.fourstar .hk-star-full:nth-child(1), .writenComentBox .reactBox.reviewStar.fourstar .hk-star-full:nth-child(2), .writenComentBox .reactBox.reviewStar.fourstar .hk-star-full:nth-child(3), .writenComentBox .reactBox.reviewStar.fourstar .hk-star-full:nth-child(4), .writenComentBox .reactBox.reviewStar.fivestar .hk-star-full{
	color: #FFA300;
}
.writenComentBox .reactBox [class*="hk-"] *{
	font-family: 'HipKart' !important;
	-webkit-filter: grayscale(1);
	opacity: 0.7;
}
.writenComentBox .reactBox [class*="hk-"]{
	display: inline-flex;
	font-size: 16px;
	height: 24px;
	width: 20px;
	align-items: center;
	justify-content: center;
}
.writenComentBox .reactBox .hk-angry3 *{
	opacity: 0.3;
}
.writenComentBox .reactBox .hk-greed *{
	opacity: 0.4;
}
.writenComentBox .reactBox.devil .hk-angry3 *{
	-webkit-filter: grayscale(0);
	opacity: 1;
}
.writenComentBox .reactBox.sad .hk-confused2 *{
	-webkit-filter: grayscale(0);
	opacity: 1;
}
.writenComentBox .reactBox.neutral .hk-happy *{
	-webkit-filter: grayscale(0);
	opacity: 1;
}
.writenComentBox .reactBox.Happy .hk-in-love *{
	-webkit-filter: grayscale(0);
	opacity: 1;
}
.writenComentBox .reactBox.loveIT .hk-greed *{
	-webkit-filter: grayscale(0);
	opacity: 1;
}
.Singlecomment .writenComentBox .reactBox .smilyTopTip{
	display: none;
}
.writenComentBox .writenComent{
	font-size: 15px;
	color: #111;
	margin-top: 10px;
	letter-spacing: 0.03em;
}
.readmoreBtn {
	position: absolute;
	bottom: 3px;
	left: 10px;
	color: #5648E3;
	background: #f3f9fe;
	border-radius: 40px;
	font-weight: 500;
	z-index: 2;
	padding: 5px 10px;
}

.howToUse {
	margin-top: 20px;
	padding-top: 15px;
	padding-left: 10px;
	border-top: 1px solid #E1E3DF;
	position: relative;
	min-height: 100px;
}

.description .moreDescBox .readmoreBtn, .containAllReviw .readmoreBtn{
	position: absolute;
	bottom: 12px;
	left: 10px;
	color: #5648E3;
	background: #f3f9fe;
	border-radius: 40px;
	font-weight: 500;
	z-index: 2;
	border: 1.5px solid rgba(86, 72, 227, 0.3);
}

.description .moreDescBox .readmoreBtn.readlessBtn {
	bottom: 0;
}
.postCommentBox{
	margin-bottom: 20px;
	position: relative;
}
.postCommentBox .writeacomt{
	resize: none;
	border: 1px solid #E1E3DF;
	height: 100px;
	padding: 10px;
	font-size: 15px;
	color: #111;
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
.postCommentBox .writeacomt::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.postCommentBox .writeacomt::-webkit-scrollbar{
	width: 3px;
	background-color: #F5F5F5;
}
.postCommentBox .writeacomt::-webkit-scrollbar-thumb{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.postCommentBox .postComBtn{
	float: right;
	margin-top: 10px;
	padding: 8px 40px;
	font-size: 18px;
	color: #FFF;
	background: #FF1F4C;
}
.alosLikeProd .alosLikeContain{
	position: relative;
	margin-top: 20px;
}
.alosLikeProd .alosLikemasonary{
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	padding: 10px 0;
	display: flex;
	justify-content: center;
}
.alosLikemasonary .alsoLikeBox{
	border-radius: 4px;
	overflow: hidden;
	float: left;
	width: 20%;
	position: relative;
}
.alosLikemasonary .alsoLikeBox:hover{
	border-color: rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.alsoLikeBox .ImageBlk{
	text-align: center;
	min-height: 150px;
	height: 250px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.alsoLikeBox .ImageBlk img{
	max-width: 100%;
	max-height: 100%;
}
.alsoLikeBox .cloudProdName{
	font-size: 19px;
	color: #111;
	padding: 4px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.alsoLikeBox .cloudProdPrice{
	font-size: 18px;
	color: #111;
	font-weight: 500;
	padding: 0px 10px 5px;
}
.alosLikeProd{
	padding: 20px;
}
.trendingProdcts, .alosLikeProd{
	margin-top: 18px;
	background: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.trendingProdLabel, .alosLikeProd .LikeProdLabel{
	font-size: 24px;
	color: #111;
	padding: 20px;
	font-weight: 500;
	text-align: center;
}
.trendingProdLabel:after, .alosLikeProd .LikeProdLabel:after{
	content: '';
	position: relative;
	width: 120px;
	height: 1px;
	background: #FF1F4C;
	display: block;
	margin: 0px auto;
	bottom: -8px;
}
.trendingProdSubLabel{
	font-size: 13px;
	margin-top: 5px;
	letter-spacing: 0.02em;
}
.trendingProdLabel:after {
	bottom: -30px;
}
.trendingProdcts .all_products_container{
	background: #FFF;
}
.otherpages .trendingProdcts .all_products_container, .trendingProdcts .all_products_container{
	margin-top: 0px;
}
.trendingProdcts .all_products_container .fullproduct_box{
	border: 1px solid #E1E3DF;
}
.opinion_span_text{
	position: absolute;
	left: 10px;
	top: 43px;
	display: inline-block;
}
.opinion_span_text_lang{
	display: inline-block;
	font-size: 15px;
	color: #777;
	font-weight: 400;
	width: 0px;
	font-family: 'Open Sans',arial;
	white-space: nowrap;
	overflow: hidden;
}
.opinion_span_text_lang.animate{
	overflow: hidden;
	border-right: 2px solid black;
	margin: 0 auto;
	animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end;
	padding-right: 10px;
	width: auto;
}
/* The typing effect */
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: black; }
}
.typing-indicator{
	background-color: #E6E7ED;
	will-change: transform;
	width: 55px;
	border-radius: 50px;
	padding: 10px;
	display: table;
	top: 130px;
	position: absolute;
	margin-left: -27px;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: 2s bulge infinite ease-out;
	animation: 2s bulge infinite ease-out;
}
.typing-indicator:before, .typing-indicator:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -1px;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background-color: #E6E7ED;
}
.typing-indicator:after {
	height: 10px;
	width: 10px;
	left: -10px;
	bottom: -10px;
}
.typing-indicator span{
	height: 9px;
	width: 9px;
	float: left;
	margin: 0 1px;
	background-color: #9E9EA1;
	display: block;
	border-radius: 50%;
	opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
	-webkit-animation: 1s blink infinite 0.3333s;
	animation: 1s blink infinite 0.3333s;
}
.typing-indicator span:nth-of-type(2) {
	-webkit-animation: 1s blink infinite 0.6666s;
	animation: 1s blink infinite 0.6666s;
}
.typing-indicator span:nth-of-type(3) {
	-webkit-animation: 1s blink infinite 0.9999s;
	animation: 1s blink infinite 0.9999s;
}
@-webkit-keyframes blink {
	50% {
		opacity: 1;
	}
}
@keyframes blink {
	50% {
		opacity: 1;
	}
}
@-webkit-keyframes bulge {
	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@keyframes bulge {
	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}
.description .moreDescBox .sequence{
	display: none;
}
.seq-preloader{
	background: white;
	visibility: visible;
	opacity: 1;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.seq-preloader.seq-preloaded {
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s .5s, opacity .5s;
}
.seq-preload-indicator{
	overflow: visible;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.seq-preload-circle {
	display: inline-block;
	height: 12px;
	width: 12px;
	fill: #FF1F4C;
	opacity: 0;
	animation: seq-preloader 1.25s infinite;
}
.seq-preload-circle-2 {
	animation-delay: .15s;
}
.seq-preload-circle-3 {
	animation-delay: .3s;
}
.seq-preload-indicator-fallback {
	width: 42px;
	overflow: visible;
}
.seq-preload-indicator-fallback .seq-preload-circle {
	width: 8px;
	height:8px;
	background-color: #FF1F4C;
	border-radius: 100%;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
}
.seq-preload-indicator-fallback .seq-preload-circle-2 {
	margin-left: 3px;
	margin-right: 3px;
	width: 12px;
	height: 12px;
}
.seq-preload-indicator-fallback .seq-preload-circle-3 {
	width: 16px;
	height: 16px;
}
@-webkit-keyframes seq-preloader {
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.relatedProdTag{
	padding: 20px;
}
.relatedProdTag .allTagsBox {
	margin-top: 20px;
}
.allTagsBox .sepratetag_nam{
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	background: #FFF;
	padding: 6px;
	margin: 0 10px 10px 0;
	transition: background-color 0.1s ease,color 0.1s ease,border-color 0.1s ease;
	-webkit-transition: background-color 0.1s ease,color 0.1s ease,border-color 0.1s ease;
	color: #444;
	font-size: 14px;
	display: inline-block;
	text-transform:capitalize;
}
.allTagsBox .sepratetag_nam:hover{
	background: #FFF;
	border-color: #777;
}
.subcribe_save{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	cursor: pointer;
}
.subcribe_save .hk-checkbox-unchecked{
	float: left;
	font-size: 20px;
	margin-right: 10px;
}
.subcribe_save.selected .hk-checkbox-unchecked:before{
	content: "\ea52";
	color: #FCA200;
}
.subcribe_save .subcribe_save_text{
	float: left;
	font-size: 17px;
	cursor: pointer;
}
.subcribe_save .subcribe_save_perct{
	float: left;
	margin-left: 10px;
	font-size: 17px;
	background: #FCA200;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 20px;
	position: relative;
	top: -3px;
	cursor: pointer;
}
.prodName .product_name::first-letter, .DetailsContainer .prodNameFull::first-letter, .alsoLikeBox .cloudProdName::first-letter{
	text-transform: capitalize;
}
.saleRow{
	position: absolute;
	z-index: 2;
	background: #FF1F4C;
	padding: 20px 31px 2px;
	color: #FFF;
	font-size: 12px;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	top: -11px;
	left: -33px;
}
.AdvRow{
	position: absolute;
	z-index: 2;
	background: #FFF;
	padding: 4px 10px;
	color: #C45517;
	font-weight: 500;
	font-size: 12px;
	top: 0px;
	left: 0px;
}
.mouseOverZoom{
	position: absolute;
	bottom: 2px;
	text-align: center;
	left: 0px;
	width: 100%;
	color: #999;
	font-size: 13px;
}
.mouseOverZoom  .overZoomTxt{
	color: #999;
	font-size: 13px;
	margin-left: 10px;
}
.addProductToast{
	position: fixed;
	right: 20px;
	top: 10px;
	align-items: center;
	padding: 20px;
	color: #222;
	font-size: 16px;
	line-height: 1.5;
	z-index: 2000;
	background-color: rgba(255,255,255,.95);
	border-radius: 4px;
	min-width: 300px;
	max-width: 440px;
	min-height: 84px;
	display: none;
	-webkit-transition: opacity .4s ease,bottom .4s ease;
	-o-transition: opacity .4s ease,bottom .4s ease;
	transition: opacity .4s ease,bottom .4s ease;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.addProductToast.toastIn{
	opacity: 1;
	display: flex;
}
.addProductToast .notificationsIcon{
	height: 42px;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	overflow: hidden;
	border-radius: 100%;
	left: 20px;
	top: 20px;
	background: #FF1F4C;
	line-height: 1;
}
.addProductToast.success .notificationsIcon:before{
	color: #FFF;
	content: "\2713";
	font-size: 20px;
	float: left;
}
.addProductToast.error .notificationsIcon:before{
	color: #FFF;
	content: "!";
	font-family: 'HipKart';
	font-size: 30px;
	float: left;
}
.addProductToast .notificationsText{
	float: left;
	align-self: center;
	width: 100%;
	padding-left: 48px;
}
.photoloading_spinner{
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
	position: absolute;
	z-index: 2 !important;
	animation: loading-bar-spinner 900ms linear infinite;
	-webkit-animation: loading-bar-spinner 900ms linear infinite;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: solid 2px transparent;
	border-top-color:  #888 !important;
	border-left-color: #888 !important;
	border-radius: 50%;
}
.loading_spinner{
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	z-index: 2 !important;
	animation: loading-bar-spinner 900ms linear infinite;
	-webkit-animation: loading-bar-spinner 900ms linear infinite;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: solid 2px transparent;
	border-top-color:  #FFF !important;
	border-left-color: #FFF !important;
	border-radius: 50%;
}
@keyframes loading-bar-spinner {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes loading-bar-spinner {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
.photoloading{
	position: relative;
}
.cartHeading{
	background-color: #f9f9f9;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
}
.cartHeading span{
	margin-left: 5%;
	font-size: 33px;
	letter-spacing: normal;
	font-family: lato;
	color: #666;
}
.hipkartFooter{
	padding: 60px 40px 20px;
	background: #09152F;
	position: relative;
	z-index: 9;
}
.middleCenter{
	max-width: 1240px;
	width: 100%;
	position: relative;
	margin: 0px auto;
}
.hipkartFooterContainer .companyRow{
	margin-left: 7%;
}
.hipkartFooterContainer .abouthipkart{
	float: left;
	width: 25%;
	padding: 0px 15px;
}
.abouthipkartcopy{
	padding: 0px 15px;
}
.hipkartFooterContainer .footerLinkRow{
	float: left;
	width: 17%;
	padding: 0px 15px;
}
.abouthipkart .siteDescFooter{
	line-height: 23px;
	font-size: 14px;
	color: #C2C6CF;
	padding: 10px 0 0px 0;
}
.abouthipkart .quesAbthipkart, .abouthipkartcopy .quesAbthipkart{
	margin-top: 10px;
	line-height: 23px;
	font-size: 14px;
	color: #C2C6CF;
}
.abouthipkart .quesAbthipkart a{
	color: #009CDE;
}
.abouthipkart .joinHipkart{
	font-size: 14px;
	margin-top: 10px;
	background: #FF1F4C;
	color: #FFF;
	padding: 10px 0;
	border-radius: 4px;
	text-align: center;
}
.footerLinkRow h4{
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 30px;
	color: #C2C6CF;
}
.hipkart-footer-menu .footerLinks a{
	font-weight: 300;
	color: #C2C6CF;
	line-height: 23px;
	font-size: 13px;
	text-transform: uppercase;
}
.appleStorBtn.appleBtn {
	margin-top: 20px;
}
.appleStorBtn {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.appleStorBtn img {
	max-width: 100%;
}
.social_links .socialLink{
	float: left;
	margin-left: 10px;
}
.social_links .socialLink a{
	color: #FFF;
	font-size: 16px;
}
.site-footer-logo{
	color: #FFF;
	font-size: 60px;
	margin-bottom: 10px;
}
.footer_line_country{
	text-align: center;
	margin-top: 20px;
}
.footer_line_country .country_link{
	color: #FFF;
	font-size: 12px;
	display: inline-block;
	margin: 5px;
}
.oldPrice{
	letter-spacing: 0.06em;
	padding-top: 5px;
	display: inline-block;
}
/*---New Header---*/
.hipHeader{
	height: 60px;
	background: #191919;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0px;
}
.hipHeader .primaryHeader{
	position: relative;
}
.primaryHeader .hipheader_logo{
	position: absolute;
	left: 25px;
	color: #FFF;
	font-size: 36px;
	top: 0px;
	height: 60px;
	display: flex;
	align-items: center;
}
.sitePrimaryLinks{
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	height: 60px;
}
.sitePrimaryLinks .navLinks{
	float: left;
	font-size: 15px;
	color: #A4A4A4;
	font-weight: bold;
	margin: 0 10px;
}
.sitePrimaryLinks .navLinks.active, .sitePrimaryLinks .navLinks:hover{
	color: #FFF;
}
.sitePrimaryLinks .changeLanguageOpt{
	color: #FFF;
	float: left;
	position: relative;
}
.changeLanguageOpt .choose_your_country, .changeLanguageOpt .hk-drop-down-arrow{
	color: #FFF;
	font-size: 13px;
}
.changeLanguageOpt .hk-drop-down-arrow{
	font-size: 10px;
}
.changeLanguageOpt .changeSiteCurrencyLanguage{
	top: 39px;
}
.sitePrimaryLinks .navLinks.signUpBtn{
	background-color: #FF1F4C;
	border-radius: 50px;
	font-size: 15px;
	transition-duration: 300ms;
	transition-property: background, color, border;
	transition-timing-function: linear;
	color: #FFF;
	min-width: 155px;
	min-height: 32px;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.sitePrimaryLinks .socialNav{
	float: left;
	margin: 0 10px;
	font-size: 21px;
	color: #FFF;
}
.rightHeaderNav{
	height: 60px;
	position: absolute;
	right: 25px;
	top: 0;
	display: flex;
	align-items: center;
}
.rightHeaderNav .rightNavLink{
	float: left;
	margin: 0px 5px;
	position: relative;
	width: 35px;
	text-align: center;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rightHeaderNav .rightNavLink [class*="hk-"]{
	font-size: 19px;
	color: #FFF;
}
.rightNavLink.checkout_cart_header .top_bar_icons{
	text-align: center;
	position: relative;
	cursor: pointer;
}
.changeLanguageOpt .top_bar_icons{
	line-height: 1;
}
.rightNavLink .user_account_options{
	left: -110px;
}
.siteBannerArea{
	position: fixed;
	top: 60px;
	z-index: 7;
	background-image: url('../images/sell_Online.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	height: 210px;
	display: flex;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
}
.siteBannerArea .bannerTitle{
	font-size: 70px;
	font-weight: 800;
	line-height: .95;
	margin: -13px auto 0;
	color: #FFF;
	text-align: center;
}
.hipSearchBox{
	position: fixed;
	top: 60px;
	z-index: 7;
	padding: 0 20px;
}
.hipSearchBox .search_post_form{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hipSearchBox .search_post_form input::-webkit-input-placeholder {
	text-align: center;
	color: #AAA;
}
.hipSearchBox .search_post_form input.floatLeft{
	text-align: center;
}
.hipSearchBox .search_post_form input{
	font-size: 40px;
	line-height: 50px;
	margin: 55px 0;
	min-width: 270px;
	width: 270px;
	border: none;
	color: #222;
	-webkit-appearance: none;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	display: inline-block;
}
.hipSearchBox .search_post_form input.setTextWidth{
	min-width: 50px;
	max-width:99.99%;
	width: auto;
	text-align: left;
}
.hipSearchBox .search_post_form .clearSrchTxt{
	font-size: 24px;
	height: 160px;
	color: #CCC;
	padding-top: 10px;
	align-items: center;
	display: none;
	margin-left: 10px;
}
.hipSearchBox .search_post_form .clearSrchTxt:hover{
	color: #222;
}
.all_products_container{
	z-index: 8;
	margin-top: 270px;
}
.topCategories{
	top: 270px;
	z-index: 9;
	position: relative;
	background: #FFF;
	box-shadow: 0 0 4px rgba(25,25,25,0.1);
	opacity: 0;
	visibility: hidden;
}
.searchpages .topCategories{
	opacity: 1;
	visibility: visible;
}
.otherpages .all_products_container{
	z-index: 8;
	margin-top: 70px;
}
.otherpages .topCategories{
	top: 60px;
	position: fixed;
	left: 0px;
}
.otherpages.productPage .topCategories, .hideCategoryBar .topCategories{
	display: none;
}
.stickyCategory{
	height: 60px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.stickyCategory .categoryList{
	float: left;
	margin: 0px 15px;
	font-size: 18px;
	color: #111;
	font-weight: 600;
	transition-duration: .1s;
	transition-property: color;
	transition-timing-function: linear;
}
.stickyCategory .categoryList:hover{
	color: #FF1F4C;
}
.otherpages{
	padding-top: 60px;
}
#allPageCategories{
	width:75%;
}
.mainCategory_lists {
	background: #f9f9f9;
	padding: 10px 40px;
}
.mainCategory_row{
	color: #FF1F4C;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #dedede;
}
.mainCategory_row a{
	color: #FF1F4C;
}
.mainCategory_subCategories_lists {
	padding-bottom: 5px;
	border-bottom: 1px solid #b5b5b5;
}
.mainCategory_subCategories_lists ul {
	padding: 20px 0px 15px 0px;
}

.mainCategory_subCategories_lists ul li a{
	color: #2E2E2E;
	width: 33%;
	float: left;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 0.02em;
}
.getOptLoader{
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 99;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.56);
}
.verifyEmailContainer .ApplyTermsConditionContain{
	width: 100%;
	display: block;
	float: left;
	font-size: 11px;
	font-family: lato;
	color: #fff;
	font-weight: 300;
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
	left: 0px;
	text-align: center;
}
.ApplyTermsConditionContainLink,.ApplyTermsConditionContainLink:hover{
	color: #fff;
}
.tm-box{
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0px;
	top: 0px;
	background: rgba(0,0,0,0.89);
	left: 0px;
	z-index: 99999;
	font-family: "Helvetica Neue Light";
}
.tm-box .tm-tiem-bn{
	background:#FFF;
	float: left;
	width: 100%;
}
.tm-box .tm-deals{
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
.tm-box .tm-title{
	padding-top: 20px;
	float: left;
	width: 100%;
}
.tm-box .tm-min-box .tm-min-txt sup, .unbeatable_subtext sup, .creditNote sup{
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: -2px;
}
.tm-box .tm-min-box{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.tm-box .tm-min-box .tm-min-txt{
	float: left;
	width: 100%;
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-family: "Helvetica Neue Light";
}
.tm-box .tm-min-box .tm-min-txt label{
	font-size: 75px;
	font-weight: bold;
	color: #222;
	display: inline-block;
}
.clear{
	display: block !important;
	float: none !important;
	width: 0 !important;
	height: 0 !important;
	clear: both;
}
.tm-box .tm-dc{
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
}
.tm-box .tm-7day{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 17%;
	overflow: hidden;
}
.tm-box .tm-7day img{
	width: 100%;
}
.unbeatable_text, .unbeatable_subtext{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #222;
	text-transform: uppercase;
	font-family: "Helvetica Neue Light";
}
.unbeatable_subtext{
	margin-top: 10px;
	font-size: 17px;
}
.countdowntimeBox{
	float: left;
	width: 100%;
	background-image: url('https://cdn.hipkart.com/file/createstore/assets/countdowntime.jpg');
	position: relative;
}
.countdowntimeBox .countdownCounterArea{
	float: left;
	width: 100%;
	border: 3px solid #FFF;
	border-radius: 20px;
	min-height: 150px;
	margin-top: 40px;
	position: relative;
}
.grabDeal_btn{
	background: #FF1F4C;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 2px;
	display: inline-block;
	text-decoration: none;
	font-size: 29px;
	position: relative;
}
.grabDeal_btn:hover{
	color:#fff;
}
.saveOfferNow{
	float: left;
	width: 100%;
	margin-top: 5px;
	color: #FFF;
	margin-bottom: 10px;
	font-size: 12px;
}
.tm-box .verifyEmailFull{
	position: relative;
	top: 0px;
	height: 100%;
	width: 100%;
	max-width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
}
.verifyEmailContainer{
	float: left;
	width: 100%;
	background: #FFF;
	border-radius: 2px;
	padding: 0px 0px;
	display:none;
}
.tm-box .verifyEmailContainer .col-lg-8{
	float: left;
	padding: 0px 20px 20px;
	width: 100%;
	margin-top: 10px;
}
.saveOfferHaading{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
	font-size: 30px;
	color: #FFF;
	font-family: "Helvetica Neue Light";
	margin-top: 25px;
}
.verifyEmailContainer .SaveOfferinput_email:focus{
	border: none;
	outline: none;
}
.input_email{
	float: left;
	width: 100%;
	padding: 15px 10px;
	font-size: 15px;
	color: #222;
	border: 1px solid #DDD;
	border-radius: 2px;
}
.creditNote{
	margin-top: 10px;
	float: left;
	width: 100%;
	font-size: 15px;
	color: #222;
}
.verifyEmail{
	float: right;
	padding: 12px 0px;
	border-radius: 2px;
	background: #FF1F4C;
	width: 40%;
	margin-right: 30%;
	margin-top: 25px;
	font-size: 25px;
	color: #fff;
	position: relative;
}
.verifyEmail:hover{
	color: #fff;
}
.time-style {
	font-size: 12px;
	letter-spacing: 0px;
	display: inline-block;
	margin-top: -1em;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: normal;
}
.counterBLock{
	display: inline-block;
	position: relative;
}
.countdownBox{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
}
.countdownBox:after{
	position: absolute;
	left: 10%;
	content: '';
	top: 0;
	width: 80%;
	border: 2px solid #BEC0BF;
	min-height: 115px;
	border-radius: 15px;
}
.countTimerBox{
	float: left;
	width: 100%;
	margin-top: -10px;
}
.countLabelBox{
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.countdownLabl{
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	padding: 0px 40px;
	background-image: url(https://cdn.hipkart.com/file/createstore/assets/countdowntime.jpg);
	top: -32px;
	position: relative;
	z-index: 4;
}
.tm-box .tm-7day .limitedTxt{
	position: absolute;
	right: -11px;
	width: 100%;
	top: 25px;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	color: #FFF;
	text-align: center;
	font-size: 7px;
	text-transform: uppercase;
}
.uppTextCount{
	float: left;
	width: 100%;
	font-size: 40px;
	color: #FFF;
	font-family: "Helvetica Neue Light";
	line-height:normal;
}
.grabDeal_btnContainr{
	float: left;
	text-align: center;
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 3;
	margin-top: 15px;
}
.notLuckyToday{
	position: absolute;
	z-index: 2;
	color: #FFF;
	font-size: 12px;
	padding: 20px;
	display: inline-block;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}
.grabDeal_btn .login_loading_animator{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #FF1F4C;
}
.grabDeal_btn .login_loading_animator:after{
	content: '';
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -12px;
	position: absolute;
	z-index: 2 !important;
	animation: loading-bar-spinner 900ms linear infinite;
	-webkit-animation: loading-bar-spinner 900ms linear infinite;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: solid 2px transparent;
	border-top-color:  #FFF !important;
	border-left-color: #FFF !important;
	border-radius: 50%;
}
@keyframes loading-bar-spinner {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes loading-bar-spinner {
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
.countdownHolder{
	width:450px;
	margin:0 auto;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}
.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}
.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #3A3A3A),color-stop(0.5, #444444));
}
.countDays{}
.countDiv0{}
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}
.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}
.countDiv:before, .countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}
.countDiv:after{
	top:0.9em;
}
.verifyEmailContainer .hipKart-signup-form .input-group .input-group-btn{
	float: left;
	width: 100%;
	margin-top: 5px;
}
.verifyEmailContainer .hipKart-btn.hipKart-btn-cta{
	width: 100%;
	background: #FF1F4C;
	border: none;
	float: left;
	padding: 10px 0;
	font-size: 20px;
	color: #FFF;
	margin-top: 10px;
}
.verifyEmailContainer .input-group{
	float: left;
	width: 100%;
	position: relative;
}
.verifyEmailContainer .hipKart-signup-form .envelopeMsg:after{
	content: '\e934';
	font-family: 'HipKart';
	color: #FF1F4C;
	font-size: 1.250em;
}
.verifyEmailContainer .hipKart-signup-form .envelopeMsg{
	height: 45px;
	position: absolute;
	z-index: 4;
	padding: 0;
	display: inline-flex;
	top: 0;
	left: 0;
	align-items: center;
	width: 30px;
	justify-content: center;
}
.animated_tosted_email_msg{
	position: absolute;
	bottom: 140px;
	z-index: 4;
	left: 10%;
	width: 80%;
	display: none;
	text-align: center;
	font-size: 0.938em;
	color: #FFF;
	font-family: 'HipkartSans';
	font-weight: 300;
	border-radius: 4px;
	padding: 10px;
}
.animated_tosted_email_msg.email_error{
	background: red;
}
.animated_tosted_email_msg.email_success{
	background: #75BF3A;
}
.counterBLock.countDays, .countDiv.countDiv0, .counterBLock.countHours, .countDiv.countDiv1{
	display: none;
}
.verifyEmailContainer .hipKart-signup-form .input-group input{
	float: left;
	width: 100%;
	height: 45px;
	padding: 10px 23px 10px 40px;
	font-size: 15px;
	color: #222;
	border: none;
}
.counterBLock .position{
	line-height: normal;
	height: 1.3em;
}
.storeInfoDetails{
	position: relative;
}
.storeInfoDetails .store_image_text{
	position: absolute;
	left: 50%;
	margin-left: -50px;
	height: 100px;
	width: 100px;
	background: #EDEDED;
	top: -50px;
	border: 1px solid #AEAEAE;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	font-size: 75px;
	color: #FF1F4C;
}
.storeInfoDetails .store_image_text img{
	max-width: 100%;
	max-height: 100%;
}
.storeInfoDetails .store_full_details{
	padding-top: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 35px;
}
.store_full_details .store_owner_name{
	font-size: 26px;
	color: #222;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 500;
	text-align: center;
}
.store_full_details .storeAddress{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.store_full_details .store_shop_address{
	font-size: 18px;
	color: #666;
	font-weight: 500;
}
.store_full_details .storeAddress .hk-locationpin{
	display: inline-block;
	font-size: 24px;
	margin-right: 5px;
}
.store_full_details .store_totl_Liks{
	margin-bottom: 10px;
	display: none;
	align-items: center;
}
.store_totl_Liks .hk-star-full{
	font-size: 20px;
	margin-right: 5px;
	color: #DAD9D9;
}
.store_totl_Liks.onestar .hk-star-full:nth-child(1), .store_totl_Liks.twostar .hk-star-full:nth-child(1), .store_totl_Liks.twostar .hk-star-full:nth-child(2), .store_totl_Liks.threestar .hk-star-full:nth-child(1), .store_totl_Liks.threestar .hk-star-full:nth-child(2), .store_totl_Liks.threestar .hk-star-full:nth-child(3), .store_totl_Liks.fourstar .hk-star-full:nth-child(1), .store_totl_Liks.fourstar .hk-star-full:nth-child(2), .store_totl_Liks.fourstar .hk-star-full:nth-child(3), .store_totl_Liks.fourstar .hk-star-full:nth-child(4), .store_totl_Liks.fivestar .hk-star-full{
	color: #FFA300;
}
.store_totl_Liks .storeLikes{
	display: inline-block;
	font-size: 18px;
	color: #444;
	margin-left: 10px;
	font-weight: 500;
}
.store_full_details .shopShareAction{
	display: flex;
	align-items: center;
	justify-content: center;
}
.shopShareAction .shopActionBtn{
	height: 40px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 0 15px;
	border-radius: 2px;
}
.shopShareAction .shopActionBtn [class*="hk-"]{
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}
.storeFullInfo{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.singleStoreBanner{
	min-height: 200px;
}
.singleStoreBanner .photosBanner{
	max-width: 100%;
}
.calculateBox{
	padding: 100px 40px 60px;
}
.kartCalculate .calcHead{
	text-align: center;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 25px;
}
.kartCalculate .calcSubHead{
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 28px;
	color: #6C848F;
}
.kartCalculate .myCalc{
	float: left;
	width: 70%;
	margin-left: 15%;
	border: 1px solid #DAE7ED;
	border-radius: 4px;
}
.kartCalculate .kartSupplyGoal{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 35px;
}
.kartSupplyGoal .goalHead{
	font-size: 19px;
	color: #222;
	font-weight: 600;
}
.kartSupplyGoal .priceBoxInput{
	float: left;
	width: 150px;
	border: 1px solid #DAE7ED;
	display: flex;
}
.kartSupplyGoal .daysText, .kartSupplyGoal .inText{
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin-left: 5px;
}
.kartSupplyGoal .inText{
	margin: 0px 5px;
}
.kartSupplyGoal .priceBoxInput .dollerSym{
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 600;
	border-right: 1px solid #DAE7ED;
	color: #222;
}
.kartSupplyGoal .priceBoxInput input[type="text"]{
	padding: 6px 12px;
	height: 46px;
	font-size: 14px;
}
.caculateBtn{
	float: left;
	height: 46px;
	padding: 13px 21px;
	margin-left: 10px;
	background: #FF1F4C;
	color: #FFF;
	border-radius: 4px;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.14);
	-webkit-transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
}
.caculateBtn:hover{
	box-shadow: inset 0 -50px 0 rgba(0,0,0,0.14);
}
.culateResultBox{
	border-top: 1px solid #DAE7ED;
	padding: 35px;
	text-align: center;
	display: none;
}
.culateResultBox .kartSupplyOrdr{
	font-size: 19px;
	color: #222;
	font-weight: 700;
}
.culateResultBox .kartSupplyOrdr .color-blue{
	color: #27B7D6;
	font-weight: 700;
}
.overAllNeed{
	margin-top: 30px;
	color: #222;
}
.calculteBased{
	margin: 100px 0px 0px 5%;
	width:  90%;
	float: left;
}
.calculteBased .asupmHead{
	font-size: 16px;
	color: #222;
	font-weight: 700;
	margin-bottom: 25px;
}
.calculteBased .assumpPoints{
	padding-left: 30px;
	margin-bottom: 25px;
}
.calculteBased .assumpPoints li{
	font-size: 16px;
	color: #6C848F;
	margin-bottom: 10px;
	list-style-type: disc;
}
.calculteBased .assumpPoints li .question_mark{
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	margin-left: 5px;
	position: relative;
}
.calculteBased .assumpPoints li .question_mark:hover .calcToolTip{
	display: block;
}
.question_mark .calcToolTip{
	background: #444;
	border-radius: 4px;
	min-width: 200px;
	position: absolute;
	left: -94px;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	bottom: 25px;
	padding: 10px;
	display: none;
}
.question_mark .calcToolTip:after{
	position: absolute;
	content: '';
	height: 15px;
	width: 15px;
	background: #444;
	left: 50%;
	margin-left: -7px;
	bottom: -6px;
	display: inline-block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.calculteBased .notetEarn{
	font-size: 16px;
	color: #6C848F;
	margin-bottom: 50px;
}
.themecookies_container{
	border-radius: 5px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	background: #fff;
	color: #999;
	font-size: 17px;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	box-sizing: border-box;
	border: 1px solid #ccc;
	left: initial;
	right: 20px;
	bottom: 20px;
	width: 300px;
	position: fixed;
	overflow: hidden;
	padding: 10px 15px 50px;
	display: none;
	z-index: 9999;
}
.themecookies_btn_accept_all {
	color: #000;
	background-color: #f1d600;
	transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	right: 15px;
	bottom: 37px;
	padding: 8px 16px;
	background-color: #f1d600;
	position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px;
	text-align: center;
	font-size: 1em;
	line-height: normal;
	text-decoration: none;
}
.themecookies_message {
	font-size: 1em;
	transition: font-size 200ms;
	margin: 0;
	padding: 0;
	color: #888;
	line-height: normal;
}
@-webkit-keyframes fadeInRight{
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight{
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.productInfoLayer{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.70);
	z-index: 99;
	display: none;
}
.productInfoLayer .productInfoMiddle{
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	height: 100%;
	margin: 0px auto;
	width: 100%;
	max-width: 780px;
}
.productInfoLayer .productEmailInfo{
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	height: 380px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	background: #FFF;
	padding: 10px;
}
.productEmailInfo_size{
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
	opacity: 1 !important;
}
.productInfoLayer .productEmailInfo .closeInfoLayer{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 15px;
	color: #222;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productInfoLayer .productEmailInfo .closeInfoLayer .hk-cancel3{
	font-weight: bolder;
}
.productEmailInfo .currentProdImg{
	float: left;
	width: 50%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.productEmailInfo .userEmailBox{
	float: left;
	width: 50%;
	padding: 0 20px;
}
.productEmailInfo .userEmailBox .storeInfoHead{
	text-align: center;
	margin-top: 20px;
	font-size: 25px;
	font-weight: 600;
	color: #222;
}
.productEmailInfo .userEmailBox .storeDetailMsg{
	margin-top: 20px;
	font-size: 14px;
	color: #222;
	line-height: 1.5;
}
.productEmailInfo .userEmailBox .emailFieldForm{
	padding: 20px 0px;
}
.userEmailBox .emailFieldForm .InputRow{
	position: relative;
	background: #FFF;
	border-radius: 4px;
}
.InputRow .floatingLabel{
	opacity: 0;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: 150ms;
	position: absolute;
	left: 1rem;
	top: 0.5rem;
	font-size: 0.6875em;
	font-weight: 400;
	pointer-events: none;
}
.InputRow.selected .floatingLabel{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.userEmailBox .emailFieldForm .inputField{
	height: 51px;
	border-radius: 4px;
	border: 1px solid #DDD;
	background: #FFF;
	padding: 15px;
	color: #222;
	font-size: 16px;
}
.emailFieldForm .InputRow.selected .inputField{
	padding: 22px 16px 6px 16px;
}
.userEmailBox .emailFieldForm .formButton{
	padding: 12px 10px;
	color: #FFF;
	background: #FF1F4C;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	cursor: pointer;
}
.emailFieldForm .InputRow.error{
	-webkit-box-shadow: 0 0 0 2px #eb644d;
	box-shadow: 0 0 0 2px #eb644d;
}
.emailFieldForm .InputRow.success{
	-webkit-box-shadow: 0 0 0 2px #75BF3A;
	box-shadow: 0 0 0 2px #75BF3A;
}
.emailFieldForm .errorMsg{
	-webkit-transition: max-height 300ms;
	transition: max-height 300ms;
	background-color: #eb644d;
	-webkit-box-shadow: 0 0 0 2px #eb644d;
	box-shadow: 0 0 0 2px #eb644d;
	border-radius: 0 0 5px 5px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	color: #FFF;
	opacity: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	bottom: -18px;
}
.emailFieldForm .InputRow.error .errorMsg, .emailFieldForm .InputRow.success .errorMsg{
	opacity: 1;
	height: auto;
	visibility: visible;
	-webkit-transition: max-height 300ms;
	transition: max-height 300ms;
}
.emailFieldForm .InputRow.success .errorMsg{
	background-color: #75BF3A;
	-webkit-box-shadow: 0 0 0 2px #75BF3A;
	box-shadow: 0 0 0 2px #75BF3A;
}
.loadingBox{
	position: relative;
	margin-top: 25px;
}
.loadingBox .notifyLoader{
	background: #FF1F4C;
	border-radius: 4px;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.addiShippingInfo{
	padding: 14px 0;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.reviewImgs{
	margin-top: 10px;
	display: none;
}
.reviewImgs img{
	float: left;
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 0px 5px 5px 0px;
	cursor: pointer;
}
.promoInnerBox{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #E1E3DF;
}
.promoInnerBox .promoTitleHeading, .promoInnerBox .promoImgBox, .promoInnerBox .promoMsgTxt{
	padding: 15px 0 0 15px;
}
.promoInnerBox .promoMsgTxt{
	margin-bottom: 10px;
}
.promoInnerBox .promoImgBox img{
	max-width: 100%;
	object-fit: contain;
	max-height: 300px;
}
.customoptionrow .customInputlabel{
	font-size: 14px;
	color: #111;
	margin-bottom: 5px;
	padding-left: 10px;
}
.customoptionrow .custominputText{
	height: 35px;
	border: 1px solid #DDD;
	padding: 10px;
	margin-left: 10px;
	font-size: 15px;
	float: left;
	color: #111;
	font-weight: 400;
}
.customoptionrow .customInfoNote{
	font-size: 11px;
	color: #666;
	margin-bottom: 15px;
	padding-left: 10px;
}
.uploadThisImgBtn{
	float: left;
	margin-left: 10px;
	font-size: 15px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px 1px;
	border-radius: 4px;
	background: #009CDE;
	color: #FFF;
}
.uploadImgBox img{
	width: 40px;
	height: 40px;
	display: inline-block;
	object-fit: contain;
	cursor: pointer;
}
.uploadImgBox{
	margin-left: 10px;
	float: left;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	display: none;
}
.confir_box_layer, .imageZoomPopup{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background: rgba(0,0,0,0.56);
	display: none;
}
.confir_box_layer .make_popup_center, .imageZoomPopup .make_popup_center{
	max-width: 500px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
	height: 100%;
	width: 100%;
}
.reset_scale_size{
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
	opacity: 1 !important;
}
.confir_box_layer .popup_heading{
	color: #FFF;
	font-size: 30px;
	margin: 0px;
	background: #FF1F4C;
	width: 100%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: left;
	font-family: 'open sans',arial;
	font-size: 20px;
	padding: 10px 0px 10px 0px;
}
.confir_box_layer .popup_heading span{
	display: inline-block;
	padding-left: 10px;
}
.confir_box_layer .poupdiv_container, .imageZoomPopup .poupdiv_container{
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
	width: 100%;
	background: #FFF;
}
.confir_box_layer .confrm_action_btn{
	float: left;
	width: 100%;
	margin: 20px 0px;
}
.confir_box_layer .close{
	color: #fff;
	text-decoration: none !important;
	font-size: 18px;
	right: 0;
	position: absolute;
	top: 0;
	padding: 11px;
}
.confir_box_layer .confirm_label{
	float: left;
	width: 100%;
	margin: 40px 0 20px;
	padding: 0px 20px;
	font-size: 17px;
	text-align: center;
	color: #222;
}
.confrm_action_btn .confirm_btn{
	float: right;
	background: #FF1F4C;
	color: #FFF;
	padding: 0px 25px;
	font-size: 17px;
	border-radius: 2px;
	margin-right: 10px;
	height: 42px;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
}
.confrm_action_btn .cancel_btn{
	float: right;
	background: #FFF;
	border: 1px solid #FF1F4C;
	color: #FF1F4C;
	padding: 0px 25px;
	font-size: 17px;
	border-radius: 2px;
	margin-right: 10px;
	height: 42px;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
}
.imageZoomPopup .poupdiv_container{
	background: transparent;
	text-align: center;
}
.imageZoomPopup .poupdiv_container img{
	max-width: 500px;
	max-height: 450px;
	object-fit: contain;
}
.imageZoomPopup .close{
	top: 0px;
	right: 0px;
	height: 40px;
	width: 40px;
	background: #FFF;
	color: #000;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-weight: 900;
	z-index: 5;
}
.uploadImgBox .hk-cancel3{
	position: absolute;
	font-size: 6px;
	height: 16px;
	width: 15px;
	background: red;
	border-radius: 100%;
	color: #FFF;
	font-weight: bolder;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.cstmRefImgErr{
	float: left;
	width: 100%;
	padding-left: 10px;
	color: red;
	font-size: 12px;
	margin: 5px 0;
}
.prodctEmi{
	padding-left: 10px;
	font-size: 16px;
	color: #000;
	padding-top: 5px;
}
.priceTagOnly{
	float: left;
	margin-left: 15px;
	padding: 4px 15px;
	border-radius: 25px;
	background: rgba(255, 212, 40, 0.70);
	color: #000;
	border: 1px solid #FFD428;
	font-size: 18px;
	letter-spacing: 0.04em;
	margin-top: 2px;
}
@media only screen and (min-width: 1260px){
	.singleprodMiddle .productContainer, .singleprodMiddle .DetailsContainer{
		width: 50%;
	}
	.relatedsmallImg{
		width: 84px;
	}
	.DetailsContainer .addToCart .addToCartBtn, .DetailsContainer .addToCart .buyNowBtn{
		font-size: 19px;
	}
	.relatedColors .smallColors{
		height: 70px;
		width: 70px;
	}
	.relatedsmallImg .subRelatedImg{
		height: 80px;
		width: 80px;
	}
	.subcribe_save .subcribe_save_text, .selectVarentSize .productVarientBox, .quantityModified .quantityInputVal, .writenComentBox .writenComent, .Singlecomment .writenComentBox .reactBox, .postCommentBox .writeacomt{
		font-size: 20px;
	}
	.subcribe_save .hk-checkbox-unchecked{
		font-size: 26px;
	}
	.subcribe_save .subcribe_save_perct, .postCommentBox .postComBtn{
		font-size: 22px;
	}
	.DetailsContainer .prodPrice, .riseprodPrice{
		font-size: 34px;
	}
	.DetailsContainer .prodNameFull, .trendingProdLabel, .alosLikeProd .LikeProdLabel, .DetailsContainer .prodPrice, .riseprodPrice{
		font-size: 28px;
	}
	.DetailsContainer .ProdSelectsize .SelectsizeLabel, .overviewProd .readyShip, .overviewProd .shipcntry, .right_side_icons .top_bar_icons .choose_your_country, .description .allText{
		font-size: 18px;
	}
	.productQuantiy .quantityModified{
		height: 40px;
	}
	.quantityModified .quantityDecrease, .quantityModified .quantityIncrease{
		width: 50px;
		height: 38px;
	}
	.quantityModified .quantityInputVal{
		height: 38px;
	}
	.quantityModified .quantityDecrease:before, .quantityModified .quantityIncrease:before{
		right: 15px;
		top: 17px;
		width: 20px;
	}
	.quantityModified .quantityIncrease:after{
		right: 23px;
		top: 8px;
		height: 20px;
	}
	.productQuantiy .prductPieceAvial, .returnpolicyTxt, .storeOwnerInfo .contactowner{
		font-size: 17px;
	}
	.overviewProd .overviewLabl, .buyerProtectInfo .paymentLabl, .retrnPolicyInfo .paymentLabl, .description .headingDesc, .postCommentBox .postCommLabel, .Allcommets .commetLabel, .paymentInfo .paymentLabl{
		font-size: 23px;
	}
	.paymentInfo .secureText, .buyerProtect .protectPoints, .policyLinkbtn, .right_side_icons .top_bar_icons .hk-drop-down-arrow{
		font-size: 16px;
	}
	.postCommentBox .writeacomt{
		height: 130px;
	}
	.storeOwnerInfo .shopName, .hipkart_search_header .search_post_form .hk-search, .productContainer .FavrateLike{
		font-size: 24px;
	}
	.hipkart_search_header .search_post_form .hk-search{
		top: 26px;
	}
	.top_header_bar{
		height: 79px;
	}
	.storeOwnerInfo .shopNameAddr, .opinion_span_text_lang{
		font-size: 19px;
	}
	.opinion_span_text{
		left: 13px;
		top: 54px;
	}
	.alsoLikeBox .ImageBlk{
		height: 220px;
	}
	.hipkart_search_header .header_logo .hk-hipKart{
		font-size: 50px;
	}
	.hipkart_search_header .seacrh_bar{
		padding-left: 130px;
	}
	.top_header_bar_container .hipkart_search_header, .right_side_icons ul li{
		height: 74px;
	}
	.right_side_icons .top_bar_icons .CreateStoreSvg .hk-sell-on-hipkart, .right_side_icons .top_bar_icons .hk-user-pro, .right_side_icons .top_bar_icons .hk-shopping-cart{
		font-size: 32px;
	}
	.hipkart_search_header .search_post_form .allcategories_box .hk-menu, .payemt_info_head .paymentIcon{
		font-size: 30px;
	}
	.right_side_icons .top_bar_icons .CreateStoreSvg{
		height: 45px;
		width: 45px;
	}
	.hipkart_search_header .search_post_form input[type="text"]{
		height: 50px;
	}
	.hipkart_search_header .search_post_form .allcategories_box{
		padding-top: 21px;
	}
	.right_side_icons ul li{
		padding-top: 20px;
	}
	.right_side_icons ul li.store_create{
		padding-top: 14px;
	}
	.hipkart_search_header .header_logo{
		padding-top: 10px;
		margin-left: 21px;
	}
	.paymentInfo .hipkartSecure .httpssec{
		width: 133px;
		height: 40px;
	}
	.paymentInfo .hipkartSecure .httpssec .hk-lock3{
		font-size: 25px;
		left: 16px;
	}
	.buyerProtect{
		padding-left: 70px;
	}
	.productContainer .FavrateLike{
		height: 42px;
		width: 42px;
	}
	.buyerProtect .hk-shield_return{
		font-size: 68px;
		top: 11px;
	}
	.paymentInfo .hipkartSecure .httpssec .hipTxt{
		font-size: 17px;
		padding-left: 42px;
		top: 4px;
	}
	.paymentInfo .hipkartSecure .httpssec .htpsTxt{
		font-size: 13px;
		padding-left: 42px;
		bottom: 4px;
	}
	.right_side_icons .top_bar_icons .choose_your_country img{
		height: 24px;
	}
}

.description .allText, .description .allText p{
	color: #333;
	font-size: 16px!important;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.6!important;
}

@media only screen and (max-width: 768px){
	.description .allText, .description .allText p{
		font-size: 14px!important;
	}

	.hipkart_search_header .seacrh_bar, .right_side_icons, .productFooter, .sitePrimaryLinks, .rightHeaderNav, .otherpages .topCategories, .smilyTopTip{
		display: none;
	}
	body .shopFullPolicy{
		padding: 20px;
	}
	.shopFullPolicy .activeShop_policy{
		padding: 10px 20px;
	}
	#captcha, .image_captcha_reload #captcha{
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.image_captcha_reload{
		float: left;
		width: 100%;
	}
	.reqdetailwrapper .contentLoginBox ul{
		padding-left: 5px;
		padding-right: 5px;
	}
	.otherpages .reqdetailwrapper{
		margin-top: 0px;
	}
	.grabDeal_btn{
		font-size: 24px;
		border: 1px solid #FFF;
	}
	.verifyEmailContainer .col-lg-8{
		padding: 6px 10px;
	}
	.saveOfferHaading{
		margin-bottom: 10px;
		font-size: 24px;
		line-height: normal;
	}
	.verifyEmailContainer .SaveOfferinput_email{
		width: 90%;
	}
	.capchta_BoxContainer, .verifyEmailContainer .verifyEmail{
		margin-right: 5%;
		margin-left: 5%;
		width: 90%;
	}
}

/* new styles */
.continuewithgoogle {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 190;
	display: none;
	padding: 50px;
}

.continuewithgoogleinner {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 210px;

}

.continuewithgooglebtns {
	position: absolute;
	bottom: 50%;
	background: #FFF;
	min-height: 200px;
	left: 0px;
	width: 100%;
	border-radius: 25px;

}

.signinttl {
	padding: 50px 20px 5px 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}


.continuewithgooglebtnsbox {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 40px;
	padding-top: 20px;
}

.continuewithgoogle.showgooglelogin{
	display: block;
}
.continuewithgooglebtnsbox iframe {
    background: #202124;
    border-radius: 20px;
    height: 46px !important;
}
@media only screen and (max-width:568px){
	.continuewithgoogle {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 52;
		display: none;
		padding: 0px;
	}
	.signinttlsub{
		text-align: left;
	}
	.continuewithgooglebtnsbox{
		padding-left: 0px;
	}

	.continuewithgoogleinner {
		position: relative;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		min-height: auto;
	}

	.continuewithgooglebtns {
		position: absolute;
		bottom: 0px;
		background: #FFF;
		min-height: 200px;
		left: 0px;
		width: 100%;
		border-radius: 25px 25px 0px 0px;
	}
	.signinttl {
		padding: 40px 20px 5px 20px;
		font-size: 22px;
		font-weight: 700;
		text-align: start;
	}
	
}
.fullScreenLoader {
	display: none;
	background: #FFF;
	z-index: 205;
}

.fullScreenLoader .fullLoaderMiddle {
	position: relative;
	top: 0px;
	display: flex;
	height: 100%;
	width: 90%;
	max-width: 450px;
	margin: 0px auto;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.fetchCards.fullScreenLoader .loadingSpinner, .fullScreenLoader .loadingSpinner {
	border: solid 3px transparent;
	margin-left: -45px;
	margin-top: -135px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	animation: loading-bar-spinner 900ms linear infinite;
	-webkit-animation: loading-bar-spinner 900ms linear infinite;
	background: #fff;
	text-align: center;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fetchCards.fullScreenLoader {
	display: inline-block !important;
}
.loaderMsg {
	text-align: center;
	margin-top: 135px;
	color: #200c42;
	font-weight: 600;
	font-size: 19px;
	letter-spacing: 0.04em;
}

.fixedPopup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 21;
	display: none;
}

.radialProgressBar .overlay {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 10%;
	left: 10%;
}
.radialProgressBar {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	min-width: 100px;
	min-height: 100px;
	display: block;
	margin: 20px;
	position: relative;
	background-image: linear-gradient(90deg,#3872ec 10%,transparent 50%),linear-gradient(-18deg,#9e16f3 10% ,transparent 50%);
}

@keyframes loading-bar-spinner{
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes loading-bar-spinner{
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.slideInUpSec{-webkit-animation-duration:550ms;animation-duration:550ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.indvidualSlide{position:absolute;top:0px;left:0px;bottom:0px;overflow-y:auto;width:100%;display:none;}
.indvidualSlide.showStep{display:inline-block;}
.appFormBox{padding:20px 25px 80px;}
.formLablBox .formHeading,.storValue{font-size:16px;color:#FFF;font-weight:500;letter-spacing:0.04em;}
.storValue{display:inline-block;margin-left:3px;font-weight:700;}
.appFormBox .inputFormFild{margin-top:35px;position:relative;display:inline-flex;}
.inputFormFild .isdCode{float:left;width:125px;display:inline-flex;align-items:center;justify-content:space-between;margin-right:15px;}
.inputFormFild .isdCode .contryCode{font-size:15px;font-weight:400;color:#222;}
.inputFormFild .signInput{height:45px;background:transparent;color:#FFF;font-size:16px;font-weight:500;position:relative;z-index:5;}
.bottomInputBox{padding:20px;display:inline-flex;align-items:center;justify-content:space-between;position:absolute;left:0px;bottom:25px;z-index:7;}
.bottomInputBox .continuForwrd{border-radius:20px;height:35px;background:#FFF;display:inline-flex;align-items:center;justify-content:center;font-size:13px;color:#98019A;float:left;padding:0px 30px;letter-spacing:0.04em;-webkit-transition:all ease 400ms;transition:all ease 400ms;position:relative;overflow:hidden;font-weight:600;}
.bottomInputBox .continuForwrd{margin-left:auto;}
.revieYourInfo{margin-top:35px;padding:0px 10px;}
.revieYourInfo .storValue{margin-bottom:3px;}
.editInfo{float:left;padding:5px 10px;border:1px solid #FFF;font-size:14px;margin-top:10px;border-radius:2px;font-weight:500;color:#FFF;}
.crteAcntSing{margin-top:50px;text-align:center;}
.crteAcntSing .agretrms{font-size:13px;font-weight:500;color:#FFF;}
.crteAcntSing .agretrms .termLink{color:#DDD;font-weight:500;display:inline-block;}
.signupBtnBox{text-align:center;}
.signupBtnBox .createAccntBtn{margin-top:20px;display:inline-flex;border-radius:30px;height:40px;font-weight:600;color:#98019A;background:#FFF;align-items:center;justify-content:center;min-width:130px;padding:0px 60px;font-size:14px;box-shadow:0px 2px 10px 4px rgba(0, 0, 0, 0.17);position:relative;overflow:hidden;}
.payInputTitle{font-size:14px;font-weight:500;color:#000;margin-bottom:10px;padding-left:15px;letter-spacing:0.04em;}
.inhertElemClass{font-size:inherit;font-weight:inherit;color:inherit;}
.indvidualSlide .inputFormFild .isdCode .contryCode,.indvidualSlide .inputFormFild .isdCode{color:#FFF;}
.countryFlag{height:30px;width:30px;float:left;flex-shrink:0;margin-right:10px;}

.YellowSpinnerBox, .blackSpinnerBox, .SmalSpinnerBox {
    border-radius: 50px;
    overflow: hidden;
}
.YellowSpinnerBox, .blackSpinnerBox, .SmalSpinnerBox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
}
.YellowSpinnerBox .loadingSpinner, .blackSpinnerBox .loadingSpinner, .SmalSpinnerBox .loadingSpinner {
    height: 20px;
    width: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-top-color: #FFF;
    border-left-color: #FFF;
}

.loadingSpinner {
    height: 20px;
    width: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-top-color: #FFF;
    border-left-color: #FFF;
}
.loadingSpinner {
    left: 50%;
    top: 50%;
    position: absolute;
    animation: loading-bar-spinner 900ms linear infinite;
    -webkit-animation: loading-bar-spinner 900ms linear infinite;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: solid 2px transparent;
    margin-left: -15px;
    margin-top: -15px;
    border-top-color: #FFF;
    border-left-color: #FFF;
    border-radius: 50%;
    display: inline-block;
}
#xareSignup{    background: #FFF;
    z-index: 199;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;}
#xareSignup .formLablBox{margin-top:80px;}
#xareSignup #step2 .formLablBox{margin-top:100px;}
#xareSignup .formLablBox .formHeading{color:#000;font-size:30px;margin-bottom:10px;font-weight:600;}
#xareSignup .formLablBox .secHeading{color:#666;font-weight:500;font-size:13px;letter-spacing:0.02em;}
#xareSignup .countryFlag{height:30px;width:30px;margin-right:10px;}
#xareSignup .indvidualSlide .inputFormFild .isdCode{color:#000;justify-content:flex-start;position:relative;flex-shrink:0;width:auto;padding-right:20px;}

#xareSignup .inputFormName{justify-content:space-between;}
#xareSignup .mobileForm .inputFormFild{margin-top:0px;background:#f3f3f3;border-radius:10px;border:2px solid transparent;padding:0 12px;}
.inputFormName .signFirstNme{float:left;width:48%;}
.signFirstNme .signInput{background:#f3f3f3;border-radius:10px;border:2px solid transparent;padding:10px;}
.signFirstNme .payInputTitle,#xareSignup .mobileForm .payInputTitle{padding-left:13px;font-size:12px;}
#xareSignup .mobileForm{margin-top:30px;}
#xareSignup .mobileForm .signInput{border-bottom:none;}
#xareSignup .signInput{color:#000;height:42px;font-size:15px;}
#xareSignup .indvidualSlide .inputFormFild .isdCode .contryCode{color:#000;font-weight:500;}
#xareSignup .bottomInputBox .continuForwrd{font-size:16px;color:#FFF;height:50px;justify-content:center;border-radius:70px;padding:0px 15px;background:rgb(80,114,249);background:linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%)!important;}
#xareSignup .revieYourInfo .storValue{color:#000;}
#xareSignup .editInfo{color:#000;border:1px solid #000;}
#xareSignup .crteAcntSing .agretrms{color:#000;}
#xareSignup .crteAcntSing .agretrms .termLink{color:#000;font-weight:600;}
#signFrstLbl,#xareiscodeNum,#signLastLbl,#signMobNumbrLbl{font-weight:500!important;color:#656060!important;}
#xareSignup .signupBtnBox .createAccntBtn{height:47px;min-width:90%;color:#FFF;border-radius:70px;padding:0px 15px;box-shadow:none;}
#xareSignup .indvidualSlide.showStep .appFormBox{padding:0px 20px 60px;}
@media only screen and (max-height:630px){
	#xareSignup .indvidualSlide.showStep .appFormBox{padding:0px 20px 10px;}
	#xareSignup .indvidualSlide.showStep .bottomInputBox{position:relative;}
}
.errorRequrd{color:#D31D1D;font-size:12px;display:inline-block;margin-left:5px;font-weight:600;}
.signPrivacy{margin-top:20px;text-align:center;}
.signupLink,.signupLink a{font-size:13px;font-weight:400;line-height:20px;color:#999;}
.signupLink a{color:#009CDE;}
#xareSignup .bottomInputBox .continuForwrd,#xareSignup .signupBtnBox .createAccntBtn{background:-webkit-linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%)!important;background:linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%)!important;}
@media only screen and (max-width:360px){
	.errorRequrd,.signFirstNme .payInputTitle,#xareSignup .mobileForm .payInputTitle{font-size:10px;}
}
@media only screen and (min-width:600px){
	.payInputTitle,.signFirstNme .payInputTitle,#xareSignup .mobileForm .payInputTitle{font-size:22px;}
	.signupLink,.signupLink a{font-size:18px;}
	#xareSignup .signInput,.inputFormFild .isdCode .contryCode,#xareSignup .bottomInputBox .continuForwrd{font-size:20px;}
	#xareSignup .bottomInputBox .continuForwrd,#xareSignup .signInput{height:60px;}
	
	.countryFlag{height:50px;width:50px;margin-right:20px;}
	.bottomInputBox .continuForwrd{height:50px;font-size:20px;padding:0px 50px;border-radius:50px;}
}
@media only screen and (min-width:600px){
	.payInputTitle,.signFirstNme .payInputTitle,#xareSignup .mobileForm .payInputTitle{font-size:22px;}
	.signupLink,.signupLink a{font-size:18px;}
	#xareSignup .signInput,.inputFormFild .isdCode .contryCode,#xareSignup .bottomInputBox .continuForwrd{font-size:20px;}
	#xareSignup .bottomInputBox .continuForwrd,#xareSignup .signInput{height:60px;}
	
	.countryFlag{height:50px;width:50px;margin-right:20px;}
	.bottomInputBox .continuForwrd{height:50px;font-size:20px;padding:0px 50px;border-radius:50px;}
}
#xaresignBtn .inhertElemClass{display:flex;}
#xaresignBtn svg{width:20px;height:15px;margin-top:2px;margin-right:4px;}
.bottomInputBox .continuForwrd{width:100%;margin-left:0%;height:50px;font-size:16px;width:100%;margin-left:0%;background:linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%)!important;color:#666;height:50px;font-size:15px;color:#fff;font-weight:500;border-radius:25px;}
#xaresignBtn .inhertElemClass{display:flex;}
#xaresignBtn svg{width:20px;height:15px;margin-top:2px;margin-right:4px;}
@media only screen and (min-width: 768px) and (min-height:1024px){
	#xareSignup .continuForwrd{width:80%;}
	#xareSignup .bottomInputBox{justify-content:center;}
}
#xareSignup .formLablBox .formHeading{color:#000;font-size:20px;margin-bottom:10px;font-weight:700;text-align:center;}





.phoneVerify{background:#FFF;}
.phoneVerifyBox{padding:0px 20px;}
.phoneVerifyBox .digitCodeTxt{font-size:14px;color:#FFF;font-weight:500;margin-bottom:25px;background:#187EE3;padding:12px 15px;border-radius:40px;text-align:center;}
.phoneOtpBox input{height:42px;width:100%;font-size:15px;color:#222;font-weight:500;float:left;background:transparent;padding:10px;}
.codeVrifyBox{margin-bottom:30px;text-align:center;}
.resendCodBtn{display:inline-block;font-weight:600;color:#217FC8;padding:10px 25px;font-size:14px;position:relative;overflow:hidden;-webkit-transition:all ease 400ms;transition:all ease 400ms;}
.payInputTitle{font-size:14px;font-weight:500;color:#000;margin-bottom:10px;padding-left:15px;letter-spacing:0.04em;}
.appFullBtnBox{padding:20px;display:inline-flex;justify-content:space-between;flex-wrap:wrap;}
.appFullBtnBox .formSaveBtn{border-radius:50px;height:47px;display:inline-flex;align-items:center;justify-content:center;background:#000;color:#FFF;font-weight:600;font-size:15px;overflow:hidden;position:relative;letter-spacing:0.04em;}
.signHeadng{text-align:center;font-size:28px;margin-bottom:40px;color:#222;padding:7px 20px 0px 25px;font-weight:600;}
.inhertElemClass{font-size:inherit;font-weight:inherit;color:inherit;}
.phoneVerifyBox .appFullBtnBox{position:absolute;left:0;bottom:0;}
.phoneVerify .signHeadng{margin-bottom:20px;}
.topBackRoute{margin-top:10px;padding:20px 10px;margin-bottom:5px;}
.topBackRoute .backScren{display:inline-flex;align-items:center;color:#000;font-size:15px;font-weight:600;}
.topBackRoute .backScren svg{height:24px;width:24px;fill:currentColor;display:inline-block;margin-right:5px;position:relative;top:-1px;left:10px;}
.phoneOtpBox{background:#F4F7FE;border-radius:10px;border:2px solid transparent;}
.phoneOtpRow .payInputTitle{padding-left:15px;margin-bottom:10px;font-size:12px;}
.errorRequrd{color:#D31D1D;font-size:12px;display:inline-block;margin-left:5px;font-weight:600;}
.backScren svg{width:20px;height:auto;}
.appFullBtnBox .formSaveBtn{background:-webkit-linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%)!important;background:linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%)!important;}
@media only screen and (max-width:360px){
	.errorRequrd{font-size:10px;}
}
@media only screen and (min-width:600px){
	.appFullBtnBox .formSaveBtn{height:67px;font-size:24px;}
	.payInputTitle{font-size:22px;}
	.phoneOtpRow .payInputTitle{font-size:24px;}
	.topBackRoute .backScren,.phoneOtpBox input,.phoneVerifyBox .digitCodeTxt{font-size:20px;}
	.phoneOtpBox input{height:60px;}
	.resendCodBtn{padding:15px 25px;font-size:20px;}
}
@media only screen and (min-width:600px){
	.appFullBtnBox .formSaveBtn{height:67px;font-size:24px;}
	.payInputTitle{font-size:22px;}
	.phoneOtpRow .payInputTitle{font-size:24px;}
	.topBackRoute .backScren,.phoneOtpBox input,.phoneVerifyBox .digitCodeTxt{font-size:20px;}
	.phoneOtpBox input{height:60px;}
	.resendCodBtn{padding:15px 25px;font-size:20px;}
}
.appFullBtnBox{display:block;}
.signHeadng{margin-bottom:20px;}
.phoneOtpBox{background:transparent;border-radius:10px;border:2px solid transparent!important;display:flex;flex-direction:row;flex:0 0 100%;flex-wrap:wrap;padding-left:10px;}
.phoneOtpBox input{height:60px;font-size:24px;color:#29273d;font-weight:400;float:left;padding:11px 10px 10px 10px;margin-right:10px;background:#f4f7fe;border-radius:10px;width:50px;border:2px solid transparent;flex-grow:1;text-align:center;}
.phoneOtpBox input:focus{border:2px solid #187ee3;background:#f4f7fe;}
#phoneVerify .topBackRoute{position:relative;}
#phoneVerify .topBackRoute .backScren{right:10px;position:absolute;fill:#1163b5;width:35px;top:7px;height:35px;}
#phoneVerify .topBackRoute .backScren svg{left:unset;right:0px;position:absolute;fill:#1163b5;width:17px;top:-1px;}
#phoneVerify .signHeadng{margin-bottom:20px;font-size:18px;color:#1163b5;text-align:left;position:absolute;top:0px;left:0px;width:calc(100% - 60px);}
#phoneVerify .phoneVerifyBox{padding:0px 20px;margin-top:40px;}
#phoneVerify .phoneVerifyBox .digitCodeTxt{font-size:14px;color:#4f4f4f;font-weight:500;margin-bottom:25px;background:transparent;padding:12px 10px;border-radius:40px;text-align:left;}
#phoneVerify .phoneVerifyBox .digitCodeTxt span{margin-bottom:4px;display:inline-block;}
#phoneVerify #vrfyCodLbl{display:none;}
#phoneVerify .resendCodBtn{padding-top:8px;width:100%;}
#phoneVerify .resendCodBtntext{float:left;margin-top:20px;color:#4f4f4f;font-size:14px;font-weight:400;padding-bottom:0px;padding-top:10px;}
#phoneVerify #createAcountBox{display:none;}
.appFullBtnBox{margin-top:auto;padding:0px 20px;}
.phoneVerifyBox .appFullBtnBox{margin-bottom:1.5rem;}
#phoneVerify .topBackRoute{position:relative;padding:20px;}
#phoneVerify .topBackRoute svg{width:140px;height:40px;}
#phoneVerify .signHeadng{text-align:left;position:relative;top:0px;left:0px;width:100%;color:#000;font-size:30px;margin-bottom:10px;font-weight:600;}
#phoneVerify .topBackRoute .backScren{right:10px;position:absolute;fill:#000;width:35px;top:21px;height:35px;}
#phoneVerify .topBackRoute .backScren svg{fill:#606060;}
#phoneVerify .phoneVerifyBox{margin-top:0px;}
#phoneVerify .phoneVerifyBox .digitCodeTxt{margin-bottom:0px;}
.signHeadng{margin-bottom:0.67em;text-align:left;}
@media only screen and (min-width: 768px) and (min-height:1024px){
	#phoneVerify .signHeadng{font-size:2rem;}
	#phoneVerify .backScren svg{width:1.5rem;}
	#phoneVerify .phoneVerifyBox .digitCodeTxt{font-size:1rem;}
	#phoneVerify  .phoneOtpBox input{height:100px;width:20px;}
}
.appFullBtnBox{margin-bottom:30px;}


[class^="hk-"]{font-family:'HipKart'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.hk-down-arrow:before{content:"\e91c";}
.hk-radio-unchecked:before{content:"\ea56";}
#CountryCodeList{background:#FFF;}
.appHeader{height:70px;display:inline-flex;align-items:center;color:#FFF;padding:0px 50px;position:relative;z-index:4;}
.appHeader:before{content:'';position:absolute;left:0;top:0;height:100%;z-index:1;width:100%;}
.appHeader .leftIconBox{height:100%;width:50px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;color:inherit;position:absolute;top:0px;z-index:5;}
.appHeader .leftIconBox{left:0px; cursor: pointer}
.appHeader .sectionTitle.text-center{text-align:center;}
.appHeader .sectionTitle{font-size:16px;color:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;letter-spacing:0.04em;font-weight:500;position:relative;z-index:4;}
.countryChose .countryList{display:inline-flex;align-items:center;justify-content:space-between;min-height:60px;position:relative;}
.countryList .cntryName{font-size:14px;color:#111;font-weight:500;}
.countryList .hk-radio-unchecked{font-size:21px;color:#666;font-weight:100;display:inline-block;margin-left:auto;}
.countryList.selected .hk-radio-unchecked:before{content:'\ea54';color:#111;}
.countryChose{height:100%;overflow-y:auto;}
.CountryCodeList .countryChose{height:calc(100% - 140px);}
.CountryCodeList .countryChose .countryList{padding:5px 20px 5px 30px;}
.CountryCodeList .countryChose .countryList:after{content:'';border-bottom:1px solid #F2F2F2;left:40px;right:10px;bottom:0px;position:absolute;display:inline-block;}
.CountryCodeList .countryChose .countryList:last-child:after{display:none;}
.categorySrch{margin-top:10px;margin-bottom:10px;padding:0px 20px;}
.categorySrch input{height:45px;border-bottom:2px solid #DDD;font-size:18px;color:#000;font-weight:500;}
.categorySrch input{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA3QAAAN0BcFOiBwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADtSURBVFiF1ZdLDoMgEEBfejjj92resPfQ1XTDwloGBwpOa2JiZOC9QcUBYAWeQCci3HECXWCuhAsBNqC/Ad4HlgQ23eFGU4kTfAM6rWFoAB9iiabsqklo8DcBJXCsAB9TiVlsiyWu4FEBpeNUAJ8siVjt9xyJAN8ts5gz0A7MBvh86pMUz80mKZELNwkoA39IWGKKBRTAcmhbSuBZAprEN/BsASXb6Kw0E4hIFMNFhAfex189Ajxfwhg8MSt1P8MI/L6FCM+lOAdeKpEayO93jGdBgmdJVhNulTgG+pXlLeFXEuC9NeMHNqeu2/MXtCD/0+WZaoEAAAAASUVORK5CYII=);visibility:visible;background-repeat:no-repeat;background-size:13px;background-position:center right;}
.countryFlag{height:30px;width:30px;float:left;flex-shrink:0;margin-right:10px;}
.CountryCodeList.fixedPopup{z-index:35;}
.countryList .cntryName .contryCodesBox{color:#444;display:inline-block;}
.countryList .cntryName .countryNamesBox{font-weight:500;color:#000;display:inline-block;font-size:14px;margin-left:5px;}
.hk-down-arrow{background:transparent!important;}
#CountryCodeList{z-index:999;}
/*! CSS Used from: https://dev.gorise.co/riseCash/wwwfullnew/css/risestyleios.css */
@media only screen and (min-width:600px){
	.appHeader .leftIconBox{height:90px;font-size:25px;}
	.appHeader .leftIconBox{width:70px;}
	.appHeader{height:90px;padding:0px 70px;}
	.countryList .cntryName .countryNamesBox{font-size:22px;}
	.appHeader .sectionTitle,.countryList .cntryName{font-size:24px;}
	.categorySrch input{font-size:20px;}
	.countryList .hk-radio-unchecked{font-size:30px;}
	.categorySrch input{height:60px;}
	.countryChose .countryList{min-height:90px;}
	.countryFlag{height:50px;width:50px;margin-right:20px;}
}
/*! CSS Used from: https://dev.gorise.co/riseCash/wwwfullnew/css/xare160621.css */
.appHeader .sectionTitle.text-center{color:#000;font-size:22px;font-weight:600;background:#fff;}
.appHeader{padding:20px 50px 0;background:#fff;}
.hk-down-arrow{color:#000;background:#fff;}
.appHeader .leftIconBox{padding-top:20px;}
@media only screen and (min-width:600px){
	.appHeader .leftIconBox{height:90px;font-size:25px;}
	.appHeader .leftIconBox{width:70px;}
	.appHeader{height:90px;padding:0px 70px;}
	.countryList .cntryName .countryNamesBox{font-size:22px;}
	.appHeader .sectionTitle,.countryList .cntryName{font-size:24px;}
	.categorySrch input{font-size:20px;}
	.countryList .hk-radio-unchecked{font-size:30px;}
	.categorySrch input{height:60px;}
	.countryChose .countryList{min-height:90px;}
	.countryFlag{height:50px;width:50px;margin-right:20px;}
}
.appHeader .leftIconBox{font-size:15px;}
.text-center{text-align:center;}
@media (min-height: 412px){
	.appHeader .leftIconBox{top:-0.55rem!important;}
}
@media (min-height: 412px){
	.appHeader .leftIconBox{top:-0.55rem!important;}
}
.appHeader .leftIconBox{font-size:20px;}
.appHeader{padding:0px 50px 0px;}
@media (min-height: 412px){
	.appHeader .leftIconBox{top:0!important;}
}
.appHeader .leftIconBox{top:0;z-index:20;padding:0;}


.toastNotifications, .infoNotifications {
	position: fixed;
	top: 80px;
	left: 50%;
	right: 50%;
	align-items: center;
	padding: 20px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5;
	z-index: 2000;
	background: rgb(34 34 34);
	border-radius: 10px;
	min-width: 280px;
	max-width: 440px;
	min-height: 74px;
	display: flex;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s ease,bottom .4s ease;
	-o-transition: opacity .4s ease,bottom .4s ease;
	transition: opacity .4s ease,bottom .4s ease;
}

.toastNotifications, .infoNotifications {
	background: rgb(34 34 34) !important;
	border-radius: 10px;
}

.toastNotifications.toastIn, .infoNotifications.toastIn {
	opacity: 1;
	visibility: visible;
}
.toastNotifications .notificationsIcon {
	height: 32px;
	width: 32px;
	text-align: center;
	position: absolute;
	overflow: hidden;
	border-radius: 100%;
	left: 20px;
	top: 20px;
	line-height: 1;
	font-size: 33px;
	z-index: 4;
}

.appHeader:before, .brwoserTitleBox:before, .toastNotifications:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	/* background: rgb(0,0,0,0.20); */
	z-index: 1;
	width: 100%;
}
.toastNotifications.error .notificationsIcon:before {
	color: #FFF;
	content: "!";
}

.toastNotifications .notificationsText, .infoNotifications .notificationsText {
	align-self: center;
	padding-left: 38px;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 5;
}

.toastNotifications.success .notificationsIcon:before {
	color: #11E20E;
	content: "\2713";
}

.infoDetailBox, .authorizeBox, .xareBenficaryCard {
	background: rgba(5,52,109,0.50);
	z-index: 55;
}

.infoOuterBox {
	position: relative;
	margin: 0px auto;
	max-width: 100%;
	width: 100%;
	top: 0px;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.infoContainer {
	background: #FFF;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	padding: 40px 25px;
	position: relative;
}

.infoContainer .infoTitle, .infoContainer .infoSubTitle {
	color: #2E2B55;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 10px;
}

.infoContainer .detiledTxtInfo {
	color: #2E2B55;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.04em;
}

.infoContainer .infoButnBox {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.infoButnBox .learnMrBtn {
	background: #F3F8FE!important;
	color: #1E80FE;
}
.infoButnBox .learnMrBtn, .infoButnBox .infoOkBtn {
	width: 48%;
	float: left;
	height: 47px;
	border-radius: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	position: relative;
	overflow: hidden;
}

.infoButnBox .infoOkBtn {
	background: -webkit-linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%)!important;
	background: linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%)!important;
}
.infoButnBox .infoOkBtn {
	color: #FFF;
}

.denomination_input {
	height: 40px;
	color: #222;
	width: 260px;
	border-radius: 2px;
	border: 1px solid #DDD;
	background: #FFF;
	font-size: 20px;
	padding: 10px;
}

.inputFocus {
	border: 2px solid #2290DE !important;
}

.denom_input_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.denomination_input_label {
	margin-bottom: 10px;
}

.inputError {
	border: 2px solid #FF1F4C !important;
}

#denominationLimitError {
	color: #FF1F4C;
}

.set_link_disabled {
	opacity: 0.5;
	pointer-events: none;
}
.phoneVerify{
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	border-radius: 25px;
	box-shadow-bottom-right-radius: 25px;
	box-shadow-bottom-left-radius: 25px;
	box-shadow-top-right-radius: 25px;
	box-shadow-top-left-radius: 25px;
	padding: 40px;
}

.phoneVerify .topBackRoute {

}

.phoneVerifyBox {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.DetailsContainer .addToCart .buyNowBtn {
	background: #8a73ff;
	font-size: 16px;
	color: #FFF;
	border-radius: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50%;
	position:relative;
}
.YellowSpinnerBox {
    background: linear-gradient(315.28deg, #8023E0 0%, #5949F5 30.21%, #188DF0 60.42%, #00CCC9 100%);
}
.infoContainer {
	background: #FFF;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-radius: 35px;
	padding: 40px 25px;
	position: absolute;
	top: 40%;
	width: calc(100% - 80px);
	max-width: 1200px;
}


@media only screen and (max-width:769px){
	.infoContainer {
		background: #FFF;
		border-radius: 0;
		border-top-left-radius: 35px;
		border-top-right-radius: 35px;
		padding: 40px 25px;
		width: 100%;
		position: relative;
		top: 0;
	}
	#productBoxPopUp {
		top: 0;
	}
	#productBoxPopUp .headerCatg {
		display: flex;
		top: 0;
		justify-content: space-between;
	}
	#productBoxPopUp .catgname {
		display: block;
	}
	.singleProductBox {
		background: #F4F7F6;
		padding: 0px 0 0;
		min-height: 100vh;
	}

	.singleprodDetails {
		background: #fff;
		padding: 0;
		margin-top: 0;
	}

	.headerCatg {
		height: 70px;
		background: #ff1f4c;
		overflow: hidden
	}

	.headerCatg.ProdPage {
		background: white;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 197;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.headerCatg .purchasesBtn {
		width: 45px;
		height: 45px;
		padding: 0;
		justify-content: center;
		margin-right: 20px;
	}

	.headerCatg .purchasesIcon {
		margin-left: 0px;
	}
	.headerCatg.ProdPage [class^=hk-] {
		text-shadow: 0 0 2px rgba(0,0,0,.4)
	}

	.headerCatg.ProdPage .headerCart.myShopCart {
		padding-right: 8px;
		margin-top: 0
	}

	.headerCatg.ProdPage .headerCart.myChat {
		margin-top: 0
	}

	.headerCatg.ProdPage .backarrow {
		padding: 10px 15px;
		text-shadow: 0 0 2px rgba(0,0,0,.4)
	}

	.headerCatg.ProdPage .catgname {
		padding-top: 13px;
		font-weight: 500;
		text-shadow: 0 0 2px rgba(0,0,0,.4)
	}

	.headerCatg .backarrow {
		float: left;
		color: #fff;
		font-size: 25px;
		padding: 15px
	}

	.headerCatg .headerCart {
		float: right;
		color: #fff;
		font-size: 18px;
		padding: 14px 0;
		position: relative;
		width: 48px;
		text-align: center;
		margin-top: 10px
	}

	.headerCatg .headerCart .hk-chat {
		font-size: 22px;
		position: relative
	}

	.headerCatg .catgname {
		float: left;
		color: #fff;
		font-size: 19px;
		padding-top: 19px;
		font-weight: 300;
		width: 50%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}
	.singleProductBox  {
		background: #fff;
		padding: 50px 15px 15px 15px;
		margin-top: 0;
	}

	.singleprodMiddle .singleprodDetails {
		box-shadow: none;
	}

	.singleprodMiddle .productContainer {
		width: 100%;
		position: relative;
	    padding-left: 0px;
	}
	.DetailsContainer .prodNameFull, .DetailsContainer .prodPrice{
		padding-left: 0px;
	}

	.relatedsmallImg .subRelatedImg {
		border: none;
	}

	.singleprodMiddle .productContainer .mainProduct {
		border: none;
		height: auto;
	}

	.singleprodMiddle .DetailsContainer {
		width: 100%;
		padding: 20px 0;
	}

	.DetailsContainer .addToCart .buyNowBtn {
		margin: 5px 0px 0 0;
		height: 45px;
	}
	.footerSection {
		display: none;
	}
	.phoneVerify {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		padding: 0px;
		z-index:200;
	}

	.phoneVerifyBox {
		position: relative;
		background: #FFF;
		border: none;
		border-radius: 3px;
		padding: 20px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
}

.loginedBox {
	display: flex;
	align-items: center;
}

#SignOutBttn {
	background: #f3f8fe!important;
	color: #5912c5;
}

.maincpntainer {
	position: absolute;
	top: 0;
}



.slideInUp{
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes slideInUp{
	from {
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@-webkit-keyframes slideInUp{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.slideInDown{
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInDown{
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.cardSelectBox {
	margin: 30px 0;
}

.cardSelectItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 20px;
    border-radius: 15px;
    margin: 10px 0;
    background: #efeff0;
    height: 50px;
    position: relative;
}
.xareIco {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.xareIco svg {
    width: 70px;
    height: 25px;
}

.cardSelectItem h4 {
	color: #303030;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 28px;
}
.rightCardSelectItem {
    position: absolute;
    right: 15px;
	font-size: 12px;
    font-weight: 500;
}

.cardSelectItemNew {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 20px;
    border-radius: 15px;
    margin: 10px 0;
    background: #efeff0;
    height: 50px;
    position: relative;
}
.cardSelectItemNew svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.yourcrdtag {
    background: #8a73ff;
    color: #FFF;
    margin-right: 10px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-radius: 6px;
}
.yourcrdldigit {
    font-size: 12px;
    font-weight: 700;
}
.leftCardSelectItem {
    width: calc(100% - 130px);
	overflow: hidden;
    white-space: nowrap;
}
.cardSelectItemNew h2 {
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 28px;
}

.cardSelectItem.selected, .cardSelectItemNew.selected  {
	transform: scale(1.05);
	transform-origin: center center;
}

.emptyboxbg{
	perspective: 400;
	background: linear-gradient(-45deg, #F1F1F1, #ECECEC, #F1F1F1, #F9F9F9);
	background-size: 400% 400%;
	animation: bggradient 15s ease infinite;
	-webkit-animation: bggradient 15s ease infinite;
}

@keyframes bggradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-webkit-keyframes bggradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.email_divider{
	display:none;
}
.continueWithEmailBox{
	display:none;
}