body{
	margin: 0;
	background: #fff;
	box-sizing: border-box;
	font-family: sans-serif;
	color: #333;
}

.clr{
	clear: both;
}
a{
	text-decoration: none;
	color: #003399;
	margin: 0;
	padding: 0;
}
a:hover{
	color: #ff0000;
}
input, textarea, button,{
	outline: none;
	transition: ease-in-out 0.3s all;
}
.mainInput{
	margin: 1%;
	padding: 10px;
	width: 98%;
	font-family: sans-serif;
	line-height: 1.3em;
	border: 1px solid #eee;
	background: #eee;
	border-radius: 5px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
}
.halfWidthInput{
	margin: 1%;
	padding: 10px;
	width: 48%;
	font-family: sans-serif;
	line-height: 1.3em;
	border: 1px solid #eee;
	background: #eee;
	border-radius: 5px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	float: left;
}
.mainInput:focus, .halfWidthInput:focus{
	background: #fff;
	box-shadow: 0 2px 5px #ccc;
}
button{
	border-radius: 5px;
	border: 1px solid #003399;
	margin: 0;
	padding: 10px;
	background: #003399;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.fullBtn{
	width: 98%;
	margin: 2% 1%;
	text-align: center;
}
button:hover{
	background: #eee;
	color: #003399;
	border: 1px solid #eee;
}
.ratingBtn{
	 background: #fff;
	 border: none;
	 color: gold;
}
.ratingBtn:hover{
	 color: #fff;
	 border: none;
	 background: gold;
}
.rating{
	border: 1px solid #444;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: bold;
}
.countBtn{
	background: #eee;
	border: 1px solid #eee;
	color: #003399;
}
.countBtn:hover{
	background: #ddd;
	border: 1px solid #ddd;
	color: #333;
}
.countBtn:active{
	background: #ffc;
}
.countDisplay{
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	width: 50px;
	display: inline-block;
}
.linkButton{
	border-radius: 5px;
	border: 1px solid #003399;
	margin: 0;
	padding: 5px;
	background: #003399;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.stickyLink{
	display: block;
	position: absolute;
	bottom: 0;
	width: 96%;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	margin: 2%;
}
.linkButton:hover{
	background: #fff;
	color: #ff0000;
	border: 1px solid #ff0000;
}
.socialBtn{
    border: 1px solid #002288;
    padding: 5px 10px;
    font-size: 14px;
    background: #002288;
    border-radius: 3px;
/*    box-shadow: 1px 0 3px #bbb;*/
    cursor: pointer;
    margin: 2px;
    color: #fff;
}
.postComBtns{
    border: 1px solid #eee;
    padding: 10px;
    font-size: 16px;
    background: #eee;
    border-radius: 3px;
    cursor: pointer;
    margin: 2px;
    color: #333;
}
.socialBtn:hover{
    background: #eee;
    color: #002288;
}
.mainHeading{
	margin: 0;
	padding: 5px;
	color: #003399;
	font-size: 20px;
}
.mainDesc{
	margin: 0;
	padding: 5px;
	font-size: 14px;
}
.resultDesc{
	margin: 10px;
	padding: 20px;
	font-size: 14px;
	background: #ffc;
	border-radius: 10px;
	box-shadow: 2px 5px 10px #ddd;
}

/*header ======================================================================*/
header{
	background: #003399d2;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	padding: 5px;
	z-index: 20;
}
.headerSec{
	float: left;
	width: 33%;
	margin: 0;
	/*padding: 20px;*/
	box-sizing: border-box;
}
.headerSocial{
	padding-left: 5%;
	padding-top: 10px;
}
.socialIcon{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	text-align: center;
	padding: 5px;
	background: #003399;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
	transition: ease-in-out 0.3s all;
}
.socialIcon:hover{
	background: #fff;
	color: #ff0000;
	box-shadow: 0 0 5px #ccc;
}
.headerLogo img{
	height: 40px;
}
.headerOptions{
	padding-top: 10px;
	position: relative;
}
.headerBtnWrapper{
	position: absolute;
	right: 20%;
}
.headerBtn{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	font-size: 16px;
	text-align: center;
	padding: 5px;
	background: #003399;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 50%;
	font-weight: bold;
	cursor: pointer;
	align-content: center;
	justify-content: center;
	transition: ease-in-out 0.3s all;
}
.headerBtn:hover{
	background: #fff;
	color: #ff0000;
	box-shadow: 0 0 5px #ccc;
}
#cartBtn{
	position: relative;
}
.cartCounter{
	position: absolute;
	top: -2px;
	right: -2px;
	background: #ff0000;
	color: #fff;
	/*border: 1px solid #fff;*/
	font-size: 8px;
	border-radius: 10px;
	padding: 3px;
}
#menuBtn{
	display: none;
}


/*Main display ======================*/
.container{
	/*width: 80%;*/
	margin: 0 auto;
	background: #fff;
	/*box-shadow: 0 2px 20px #ddd;*/
	box-sizing: border-box;
}
.container aside{
	width: 20%;
	height: 92.6vh;
	overflow: hidden;
	position: sticky;
	top: 7.4%;
	background: #fff;
	overflow-y: scroll;
}
.container aside .close{
	display: none;
}
.asideSection{
	margin: 2%;
	width: 96%;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	/*box-shadow: 0 3px 5px #ccc;*/
	overflow: hidden;
}
.mainLink{
	display: block;
	width: 80%;
	margin: 2% 10%;
	padding: 10px;
	border-radius: 5px;
	/*float: left;*/
	box-sizing: border-box;
	transition: ease-in-out 0.5s all;
/*	border: 1px solid #fff;*/
}
.activeLink{
	font-weight: bold;
	padding-left: 20px;
	background: #eee;
}
.mainLink:hover{
	font-weight: bold;
	padding-left: 20px;
	background: #ddd;
}
.asideSection h3, .asideSection summary{
	margin: 0;
	padding: 5px 10px;
	background: #eee;
	color: #003399;
	font-size: 14px;
}
.asideSection p{
	margin: 0;
	padding: 5px 10px;
	line-height: 2em;
	font-size: 14px;
}
.asideSection h1{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 18px;
}
.asideSection h1 small{
	margin: 0;
	padding: 10px;
	line-height: normal;
	font-size: 14px;
	color: green;
}
.asideLink{
	display: block;
	width: 100%;
	color: #333;
	background: #004499;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	position: sticky;
	bottom: 0;
}
.asideLink:hover{
	background: #fff;
	color: #ff0000;
}
.container main{
	margin-top: 3.5%;
	background: #fff;
	width: 80%;
}
.dualPageSection{
	float: left;
	margin: 0;
	padding-left: 0;
	box-sizing: border-box;
}
.cateLinks{
	width: 90%; 
	margin:5px 5%; 
	margin-bottom: 0; 
	padding: 5px; 
	background:#eee; 
	font-size:12px; 
	display: block; 
	border-radius: 5px;
	box-sizing: border-box;
	transition: ease-in-out 0.3s all;
}
.cateLinks:hover{
	background:#ddd;
	font-weight: bold;
	padding-left: 20px;
	color: #000;
}
.mainCategoryNav{
	display: block;
	float: left;
	width: 42%;
	margin: 1% 2%;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	color: #003399;
	text-decoration: none;
}
.mainCategoryNav:hover{
	background: #f0f0f0;
	color: #ff0000;
}
.mainCategoryNav img{
	height: 40px;
	margin: 0;
	/*margin-left: 60%;*/
}
.mainCategoryNav p{
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}

/*slider =================================================================*/
.slideHolder{
	height: 400px;
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
}
.slides{
	width: 100%;
	height: 100%;
	overflow: hidden;
	align-content: center;
	justify-content: center;
	position: relative;
}
.slide{
	width: 100%;
	position: absolute;
	top: 0;
	right: -100%;
	box-sizing: border-box;
	transition: cubic-bezier(.73,-0.41,.23,1.16) 1s right;;
	/*display: none;*/
}
.slidesCtrl{
	position: absolute;
	top: 45%;
	background: #003399;
	color: #fff;
	padding: 5px;
	cursor: pointer;
}
.slidesCtrl:hover{
	background: #fff;
	color: #ff0000;
}
.ctrlLeft{
	left: 0;
}
.ctrlRight{
	right: 0;
}
.slideOptions{
	position: absolute;
	top: 10px;
	right: 10px;

}

/*search bar ==============================================================*/
.randomHeading{
	margin: 0;
	padding: 5px 10px;
	color: #444;
	text-align: center;
	font-size: 25px;
}
.randomDesc{
	margin: 0;
	padding: 5px 10px;
	color: #555;
	text-align: center;
	font-size: 14px;
}
.searchBar{
	width: 80%;
	margin: 10px 10%;
	border-radius: 50px;
	background: #e6ebff;
	/*box-shadow: 0 5px 20px #eeef;*/
	padding: 0;
	position: sticky;
	top: 8%;
	z-index: 16;
	overflow: hidden;
	height: 50px;
}
.searchInput{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px;
	border: none;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	border: solid 1px #fff;
	outline: none;
	position: absolute;
	background: #e6ebff;
	border-radius: 50px;
	transition: ease-in-out 0.2s all;
}
.searchFilterInput{
	width: 15%;
	height: 100%;
	margin: 0;
	margin-right: 5px;
	padding: 10px 5px;
	border: none;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	border: solid 1px #fff;
	outline: none;
	background: #000;
	border-radius: 50px;
	display: block;
	overflow: hidden;
	float: left;
	transition: ease-in-out 0.2s all;
}
.searchInput:focus{
	background: #fff2;
	box-shadow: 0 0 10px #ddd inset;
} 
.searchBtn{
	width: 60px;
	margin: 0;
	height: 100%;
	padding: 10px;
	border: none;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	outline: none;
	position: absolute;
	right: 0;
	border-radius: 50px;
	/*z-index: 10;*/
	transition: ease-in-out 0.2s all;
}
.searchBtn:hover{
	background: #003366;
	color: #e6ebff;
	width: 100px;
	/*box-shadow: 0 0 10px #ccc inset;*/
}

/*boxes ==========================================================================*/
.itemWrapper{
	margin: 10px;
	/*column-count: 4;
	column-gap: 20px;*/
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 4px;
	gap: 10px;
}
.card-inner {
  padding: 10px;
}
.fourBoxes{
	background: #fff;
	width: 100%;
	box-shadow: 2px 5px 30px #ccc;
	border-radius: 10px;
	float: left;
	box-sizing: border-box;
	background: #fff;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.boxImage{
	width: 100%;
	overflow: hidden;
}
.boxImage img{
	width: 100%;
	border-radius: 10px;
}
.fourBoxes p{
	margin: 0;
	padding: 5px;
}
.fourBoxes p a{
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
}
.fourBoxes p span{
	font-size: 12px;
	color: green;
}
.fourBoxes button{
	width: 46.5%;
	margin: 1%;
	text-align: center;
}
.heartBtn{
	width: 46.5%;
	margin: 1%;
	text-align: center;
	background: #ddd;
	border: 1px solid #ddd;
	color: #ff0000;
}

.heartBtn:hover{
	background: #eee;
	border: 1px solid #eee;
	color: #990000;
}
.fourBoxes .likedBtn{
    background: #fecefed4;
    color: #990000;
}
.storeLogoImage{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-top: -40px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 2px 5px #ccc;
	background: #fff;
	z-index: 15;
	border: 2px solid #fff;;
}
.storeLogoImage img{
	width: 100%;
}
.shopBox .boxImage{
	width: 100%;
	max-height: 120px;
	overflow: hidden;
	z-index: -10;
	border-radius: 10px;
}
.shopBox .linkButton{
	width: 46.5%;
	margin: 1% 2%;
	text-align: center;
	/*position: absolute;*/
	/*bottom: 0;*/
	font-size: 12px;
	box-sizing: border-box;
	padding: 10px;
}

.shopBox .linkButton:nth-child(odd){
	width: 46.5%;
	margin: 1% 2%;
	text-align: center;
	/*position: absolute;*/
	/*bottom: 0;*/
	font-size: 12px;
	box-sizing: border-box;
	background: #ddd;
	border: 1px solid #ddd;
	color: #333;
}

.shopBox .linkButton:nth-child(odd):hover{
	background: #eee;
	border: 1px solid #eee;
	color: #003399;
}

/*page view =================================================================*/
.pageMenuLink{
	display: block;
	height: 100%;
	width: 20%;
	margin: 0;
	padding: 16px 5px;
	text-align: center;
	color: #003399;
	float: left;
	box-sizing: border-box;
}
.pageActive{
	background: #fff;
	color: #003366;
	border-radius: 50px;
	box-shadow: 0 0 10px #ccc;
}
.pageMenuLink:hover{
	background: #eee;
	color: #003399;
}
.sideScroll{
	margin: 0;
	padding: 5px ;
	white-space: nowrap;
	overflow-x: scroll;
	box-sizing: border-box;
}
.sideScroll .fourBoxes{
	display: inline-block;
	width: 26%;
	float: none;
	white-space: normal;
}
.sideScroll .fourBoxes p{
	display: block;
	width: 96%;
}

.dualPageSec{
	float: left;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}
.gallerySec{
	height: 85vh;
	width: 40%;
	position: sticky;
	top: 10%;
	z-index: 5;
	overflow-x: hidden;
	overflow-y: scroll;
}
.descriptionSec{
	width: 60%;
}
.mainImg{
	width: 100%;
	max-height: 200px;
	overflow: hidden;
}
.mainImg img{
	width: 100%;
}
.imgHolder{
    width: 48%;
    height: 100px;
    margin: 1%;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}
.imgHolder a{
	margin: 0;
	padding: 0;
}
.imgHolder img{
    width: 100%;
}
.subImg{
	width: 46%;
	height: 70px;
	overflow: hidden;
	border-radius: 10px;
	margin: 2%;
	float: left;
}
.subImg img{
	width: 100%;
}
.moreImg{
	background: #000000d2;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20% 0;
	text-align: center;
	cursor: pointer;
}
.moreImg:hover{
	background: #000000e4;
	color: #ff0000;
}
.itemHeading{
	color: #003399;
	margin: 0;
	font-size: 25px;
/*	letter-spacing: 0.2em;*/
}
.itemPrice{
	color: green;
	margin: 0;
	font-size: 20px;
}
.itemDesc{
	font-size: 14px;
	line-height: 2em;
}
#msgs{
/*	background: linear-gradient(to bottom right, #fff, #eee, #fff, #eee);*/
	background: #fff;
	box-shadow: 0 0 50px #ccc inset;
	padding: 10px 0;
}
.replyMsgBox{
	width: 85%;
	margin: 2%;
	padding: 10px;
	box-sizing: border-box;
	background: #ffe;
/*	box-shadow: 0 3px 5px #ccc;*/
	border-radius: 5px;
	box-sizing: border-box;
}
.msgBox{
	width: 85%;
	margin: 2%;
	padding: 10px;
	box-sizing: border-box;
/*	box-shadow: 0 3px 5px #ccc;*/
	border-radius: 5px;
	margin-left: 13%;
	background: #ffc;
	box-sizing: border-box;
}
.msgBoxSec{
	float: left;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.msgBox .msgBoxSec{
	float: right;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.msgImg{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.msgImg img{
	width: 100%;
}
.msgText{
	width: 88%;
	padding: 5px;
}
.msgUser{
	margin: 0;
	padding: 3px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.replyMsgBox .msgUser{
	background: #ffc;
}
.msgBox .msgUser{
	background: #ffe;
}
.msgDate{
	font-size: 10px;
}
.msgContent{
	line-height: 2em;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.supportBox{	
	width: 48%;
	margin: 2% 1%;
	padding: 5px;
	box-sizing: border-box;
	box-shadow: 0 3px 5px #ccc;
	border-radius: 5px;
	float: left;
	position: relative;
}
.supportBox p{
	margin: 0;
	padding: 0;
}

.cateHeading{
	background: linear-gradient(to bottom, #eee, #fff, #ddd);
	padding: 30px;
}
.cateHeadingImg{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}
.cateHeadingImg img{
	width: 100px;
}
.cateHeadingSec{
	float: left;
	margin: 0;
	padding: 0;
}
.cateHeadingText{
	padding: 20px;
}
.cateHeading h1{
	margin: 0;
	color: #003399;
}
.cateHeading p{
	margin: 0;
	color: #333;
	font-size: 13px;
}


/*Cart ===================================================================*/
.cartBox{
	position: fixed;
	top: 7.4%;
	right: -100%;
	max-height: 70vh;
	width: 40%;
	background: #fff;
	box-shadow: 0 -10px 50px #ddd;
	z-index: 19;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: ease-in-out 0.2s all;
}
.cartHeader{
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 19;
}
.close{
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	padding: 5px;
	background: #ff0000;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.close:hover{
	color: #ff0000;
	background: #fff;
}
.cartBox h3{
	color: #003399;
	margin: 0;
	padding: 5px;
	box-shadow: 0 0 5px #ccc;
	position: relative;
}
.cartItem{
	width: 96%;
	margin: 2%;
	padding: 5px;
	box-sizing: border-box;
/*	border: 1px solid #eee;*/
	box-shadow: 0 3px 15px #eee;
	position: relative;
	border-radius: 5px;
}
.cartItemSec{
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
}
.cartItemImage{
	width: 20%;
	height: 70px;
	overflow: hidden;
}
.cartItemImage img{
	width: 100%;
}
.cartItemText{
	width: 75%;
	padding: 5px 10px;
}
.cartItemText p{
	margin: 0;
	padding: 5px;
}
.cartItemText p span{
	margin: 0;
	padding: 10px 5px;
	color: green;
}
.cartSum{
	padding: 5px;
	margin: 0;
	background: #fff;
	position: sticky;
	bottom: 0;
	background: #fff;
	border-top: 2px solid #ccc;
}
.cartSum p{
	font-weight: bold;
	position: relative;
	padding: 5px 10px;
	font-size: 20px;
}
.cartSum p button{
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.removeCartItem{
	position: absolute;
	top: 35px;
	right: 5px;
	color: #fff;
	padding: 3px;
	background: #ff0000;
	border: solid 1px #ff0000;
	border-radius: 5px;
	font-size: 12px;
}
.removeCartItem:hover{
	color: #ff0000;
	background: #fff;
}

/*search modal ===========================================================*/
.modal{
	position: fixed;
	top: 200%;
	left: 0;
	background: #000000d4;
	width: 100%;
	height: 93vh;
	z-index: 17;
	overflow: hidden;
	/*display: none;*/
	transition: 0.3s ease-in-out all;
}
.modalBox{
	background: #ffffff;
	width: 60%;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	overflow-y: scroll;
	display: none;
}
.modalHeader{
	box-shadow: 0 2px 10px #ddd;
	position: sticky;
	top: 10px;
	background: #eee;
	overflow: hidden;
	height: 50px;
	width: 90%;
	margin: 10px 5%;
	z-index: 5;
	background: #fff;
	border-radius: 50px;
}
.modalHeader h3{
	margin: 0;
	padding: 10px;
	color: #444;
}
.popUpWraper{
	position: fixed;
	top: -100%;
	left: 0;
	width: 40%;
	margin: auto 30%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 50px #ccc;
	z-index: 5;
	transition: 0.2s ease-in-out all;
}
.popUpHeader{
	position: relative;
}
.popUpHeader h3{
	margin: 0;
	padding: 5px ;
}
.errMsg{
	background: #ffc; 
	text-align: center; 
	padding: 10px; 
	color: #990000; 
	font-weight: bold; 
	border-radius: 5px;
	display: none;
}

/*mini chat system*/
.chatWrapper{
	position: fixed;
	width: 30%;
	bottom: 20px;
	right: -150%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #555;
	transition: ease-in-out 0.3s all;
	z-index: 20;
}
.chatHeader{
	margin: 0;
	padding: 5px;
	position: relative;
	background: #eee;
}
.chatHeader h3{
	margin: 0;
	padding: 0;
	color: #003399;
	font-size: 14px;
}

.chatHeader button{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 14px;
	background: none;
	color: #ff0000;
	padding: 0;
	border: none;
}
.chatContents{
	height: 350px;
	overflow-y: scroll;
	width: 100%;
	margin: 0;
	box-shadow: 0 0 50px #ccc inset;
}
.msgHolder{
	width: 80%;
	margin: 5px;
	background: #ffd;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ccc;
}
.msgSeller{
	width: 80%;
	margin: 5px;
	margin-left: 15%;
	background: #ddf;
}
.msgSeller h3{
	text-align: right;
}
.msgHolder h3{
	margin: 0;
	padding: 5px;
	font-size: 10px;
	color: #333;
}
.msgHolder p{
	margin: 0;
	padding: 5px;
	font-size: 14px;
	color: #333;
	line-height: 2em;
}
.chatMsgForm{
	width: 100%;
	margin: 0;
	padding: 5px;
	background: #eee;
	box-sizing: border-box;
}
.chatMsgForm input, .chatMsgForm textarea{
	width: 98%;
	margin: 5px 1%;
	padding: 10px 5px;
	border: none;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
}
.chatMsgForm input:focus, .chatMsgForm textarea:focus{
	box-shadow: 0 1px 5px #aaa;
}
#chatMessage{
	width: 81%;
	margin-right: 0;
}
.chatMsgForm button{
	width: 14%;
	margin: 5px 2%;
	margin-left: 0;
	padding: 10px 5px;
	border: none;
	background: #003399;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
}
.chatMsgForm button:hover{
	background: #ccc;
	color: #003399;
}
.chatFooter{
	width: 100%;
	margin: 0;
	padding: 2px 5px;
	background: #ddd;
}
.chatFooter p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

/*footer =================================================================*/
footer{
	margin: 0;
	padding: 0;
}
.fotterContainer{
	background: #e6ebff;
	color: #333;
	display: flex;
	flex-grow: 1;
	padding: 50px 20px;
}
.footerSec{
	min-width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;
}
.copySec{
	padding: 20px 10px;
	background: #000;
}
footer .copySec{
	margin: 0;
	color: #bbb;
	padding: 10px;
	text-align: center;
}
footer .copySec a{
	color: #bbb;
	text-decoration: none;
	font-weight: bold;
}
footer .copySec a:hover{
	color: #fff;
}

/*home page hero*/
 #kse-signup-section .container {
      width:100%;
      margin:0 auto;
      padding:0 30px;
      display:flex;
      flex-wrap:wrap;
      gap:40px;
      align-items:center;
      justify-content:space-between;
    }

    /* ============ Section One (Left) ============ */
    #kse-signup-section .left {
      flex:1 1 100%;
      min-width:50%;
    }
    #kse-signup-section h1 {
      font-size:30px;
      margin-bottom:10px;
      line-height:1.1;
      color:#003399;
    }
    #kse-signup-section p.lead {
      color:#444;
      font-size:15px;
      margin-bottom:18px;
    }
    .badges {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:20px;
    }
    .kse-badge {
      background:#e6ebff;
      color:#003399;
      padding:8px 14px;
      border-radius:50px;
      font-weight:600;
      font-size:13px;
    }
    .kse-ctas {
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }
    .btn-primary {
      background:#003399;
      color:#fff;
      border:none;
      border-radius:10px;
      padding:10px 20px;
      font-weight:600;
      text-decoration:none;
      display:inline-block;
      transition:background 0.3s;
    }
    .btn-primary:hover {
      background:#002266;
      color: #fff;
    }
    .btn-secondary {
      border:2px solid #003399;
      color:#003399;
      border-radius:10px;
      padding:10px 18px;
      font-weight:600;
      text-decoration:none;
      display:inline-block;
      transition:all 0.3s;
    }
    .btn-secondary:hover {
      background:#003399;
      color:#fff;
    }

    /* ============ Section Two (Right) ============ */
    #kse-signup-section .right {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(100%, 1fr));
    gap:40px;
    align-items:start;
  }

  /* ============ Features ============ */
  /*.features {
    display:flex;
    flex-direction:column;
    gap:16px;
  }*/
  .features h2 {
    color:#003399;
    margin:0 0 8px;
    font-size:22px;
  }
  .feature {
    display:flex;
    gap:10px;
    align-items:flex-start;
  }
  .feature strong {
    display:block;
    font-size:14px;
    margin-bottom:4px;
    color:#003399;
  }
  .feature span {
    font-size:13px;
    color:#555;
  }

  /* ============ Seller Card ============ */
  .card {
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    padding:20px;
    box-shadow:0 5px 25px rgba(0,0,0,0.05);
  }
  .card h2 {
    color:#003399;
    margin:0 0 8px;
    font-size:20px;
  }
  .card p {
    color:#555;
    font-size:14px;
  }

  /*.seller-steps {
    margin-top:14px;
    display:flex;
    flex-direction:column;
    gap:12px;
  }*/
  .step {
    display:flex;
    gap:12px;
    align-items:flex-start;
  }
  .num {
    background:#003399;
    color:#fff;
    width:32px;
    height:32px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:14px;
    flex-shrink:0;
  }

  .trust {
    display:flex;
    gap:10px;
    margin-top:14px;
    flex-wrap:wrap;
  }
  .trust img {
    height:28px;
  }

  /* ============ Buttons ============ */
  .btn-primary {
	  background:#003399;
	  color:#fff;
	  border:none;
	  border-radius:8px;
	  padding:12px 20px;
	  font-weight:600;
	  text-decoration:none;
	  display:inline-block;
	  transition:background 0.3s;
	}
	.btn-primary:hover {
	  background:#002266;
	}
	.btn-secondary {
	  border:2px solid #003399;
	  color:#003399;
	  border-radius:8px;
	  padding:10px 18px;
	  font-weight:600;
	  text-decoration:none;
	  display:inline-block;
	  transition:all 0.3s;
	}
	.btn-secondary:hover {
	  background:#003399;
	  color:#fff;
	}
	.homeColumns{
		width: 46%;
		margin: 0;
		padding: 5px;
		float: left;
		box-sizing: border-box;
	}

/* ============ Responsive Fix ============ */
@media(max-width:768px){
	#kse-signup-section .container {
	  padding:30px 16px;
	}
	.card, .features {
	  width:100%;
	}
	.btn-primary, .btn-secondary {
	  flex:1 1 80%;
	}
	.homeColumns{
		width: 96%;
		margin: 2%;
		padding: 5px;
		float: left;
		box-sizing: border-box;
	}
}

/*Masonry responsiveness*/
@media (max-width: 1100px) {
  .itemWrapper { grid-template-columns: repeat(3, 1fr); }
  .headerSocial{
		display: none;
	}
	.headerLogo{
		width: 20%;
		height: 40px;
	}
	.headerOptions{
		width: 70%;
		padding-left: 50%;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.headerBtnWrapper{
		position: absolute;
		right: 0;
	}
	.container{
		width: 100%;
		margin: 0;
	}
	.searchBar{
		width: 90%;
		top: 8%;
		margin: 0 5%;
	}
	.dualPageSection{
		float: none;
		margin: 0;
		width: 100%;
	}
	#menuBtn{
		display: initial;
	}
	.container aside{
		width: 85%;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		height: 100vh;
		top: 0;
		z-index: 20;
		left: -100%;
		background: #fff;
		transition: ease-in-out 0.3s all;
	}
	.container aside .close{
		display: initial;
	}
	.container main{
		width: 100%;
		position: relative;
	}
	.cartBox{
		max-height: 70vh;
		width: 70%;
	}
	.cartItemImage{
		width: 15%;
		height: 70px;
		overflow: hidden;
	}
	.cartItemText{
		width: 80%;
		padding: 5px 10px;
	}
	.modalBox{
		width: 90%;
	}
	.dualDisplay{
		width: 98%;
		padding: 0;
		margin: 5% 1%;
		float: none;
	}
}

@media (max-width: 768px) {
  .itemWrapper { grid-template-columns: repeat(2, 1fr); }
  .headerLogo{
		width: 10%;
	}
	.headerOptions{
		position: absolute;
		right: 5px;
		width: 80%;
		padding-left: 0;
	}
	.container main{
		width: 100%;
		position: relative;
		padding-top: 10%;
	}
	.cartBox{
		max-height: 70vh;
		width: 100%;
	}
	.cartItemImage{
		width: 10%;
		height: 70px;
		overflow: hidden;
	}
	.cartItemText{
		width: 85%;
		padding: 5px 10px;
	}
	.modalBox{
		width: 100%;
	}
	.slideHolder{
		height: 300px;
	}
    .table-holder{
        white-space: nowrap;
        overflow-y: scroll;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .cth, .ctd{
       float: none;
       display: inline-block;
    }

    .c-sn{
        width: 50px;
    }
    .c-item{
        width: 200px;
    }
    .c-barcode{
        width: 100px;
    }
    .c-price{
        width: 80px;
    }
    .c-qty{
        width: 80px;
    }
    .c-total{
        width: 120px;
    }
    .c-action{
        width: 90px;
    }
    .c-alltotal{
        width: 140px;
    }
    .dualModalSec{
		float: none;
		height: 93%;
		width: 100%;
	}
	.chatWrapper{
		width: 85%;
	}
	.allChatsContent{
		position: relative;
	}
	.chatsGroup{
		position: absolute;
		right: -150%;
		transition: ease-in-out 0.3s all;
		background: #fff;
	}
	#openChatsButton{
		display: initial;
	}
	.modalHeader h3{
		text-align: center;
	}
	.gallerySec{
		height: inherit;
	}
	.fotterContainer{
		flex-direction: column;
	}
	.footerSec{
		width: 100%;
	}

}

@media (max-width: 480px) {
  /*.itemWrapper { grid-template-columns: 1fr; }*/
  .buttonsSec span button{
		display: initial;
	}
	aside{
		width: 100%;
		height: 100vh;
		position: fixed;
		left: -150%;
		top: 0;
		transition: ease-in-out 0.2s all;
		z-index: 20;
	}
	main{
		width: 100%;
		background: #fff;
	}
	.userImage{
		width: 30px;
		height: 30px;
	}
	.userText{
		width: 70%;
	}
	.userText p{
		font-size: 14px;
	}
	.sideNavLinks{
		font-size: 20px;
	}
	.sideNavLinks .linkText{
		font-size: 14px;
	}
	.dualPageCols{
		width: 96%;
	}
	.summaryBoxes{
		width: 96%;
		margin:10px 2%;
		float: none;
	}
	.dualPageSection{
		float: none;
	}
	.supportBox{	
		width: 98%;
		float: none;
	}
	.popUpWraper{
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		margin: auto 0;
		z-index: 50;
		/*z-index: 20;*/
	}
	.popUpHeader .close{
		left: initial;
		right: 20px;
	}
	header{
		padding: 5px;
		border-bottom: 1px solid #003399;
	}
	.order-box{
	    width: 96%;
	    margin: 5% 2%;
	}
	.payLayout{
		float: none;
		display: block;
		width: 100%;
	}
	.replyMsgBox{
		width: 80%;
	}
	.msgBox{
		width: 80%;
		margin-left: 18%;
	}
	.msgImg{
		width: 40px;
		height: 40px;
	}
	.msgText{
		width: 83%;
		padding: 5px;
	}
	.slideHolder{
		height: 200px;
	}
	.searchBtn{
		/*width: 8%;*/
	}	
	.searchInput{
		text-align: left;
	}
	.modal .close{
		right: initial;
		left: 5px;
		z-index: 20;
	}
	.dualPageSec{
		float: none;
		margin: 0;
		width: 100%;
	}
	.gallerySec{
		position: initial;
	}
	.hider{
		display: none;
	}
	.halfWidthInput{
		width: 98%;
		float: none;
	}
	.fourBoxes button{
		width: 46%;
	}
	.heartBtn{
		width: 46%;
	}
	.shopBox .linkButton{
		width: 46%;
		margin: 1%;
	}
	.shopBox .linkButton:nth-child(odd){
		width: 46%;
		margin: 1%;
	}
}
