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

body {
	display: inline-block;
    justify-content: center;
    align-items: center;
	width: 100%;
	poisition:relative;
	/*background: linear-gradient(99deg, rgba(3,0,94,1) 0%, rgba(255,4,121,1) 100%);*/
	/*background: rgb(54, 229, 255);
	background: -moz-linear-gradient(313deg, rgba(54, 229, 255, 1) 0%, rgba(131, 226, 255, 1) 37%, rgba(0, 143, 255, 1) 100%);
	background: -webkit-linear-gradient(313deg, rgba(54, 229, 255, 1) 0%, rgba(131, 226, 255, 1) 37%, rgba(0, 143, 255, 1) 100%);
	background: linear-gradient(313deg, rgba(54, 229, 255, 1) 0%, rgba(131, 226, 255, 1) 37%, rgba(0, 143, 255, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#36e5ff", endColorstr="#008fff", GradientType=1);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:#f4fafb;
}


body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif", "Sitka Display", ;
}

.logo {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 140;
	height: 40px;
	left: 5%;
	top: 0.5%;

}



	.coupon {
		display: flex;
	    flex-wrap: wrap;
		position: absolute;
		width:35px;
		height:35px;
		left: 50%;
		top: -1.4%;
	
	}

.heart {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 70%;
	top: 1%;

}

.account {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 85%;
	top: 1%;

}

.container {
	display: inline-block;
	flex-wrap: wrap;
	position: relative;
	width: 99.2%;
	height: auto;
	border-radius: 30px;
	background: #fff;
	border: 0px solid #FFFFFF;
	left: 0.5px;
	top: 45px;
	right: 0.5px;
}

.catv {
	    display:block;
	    /*display: flex;*/
	    /*flex-wrap: wrap;*/
		margin-left: 5%;
		margin-top: -12%;
		position: relative;
		/*overflow: visible;
		/*width: 20%;*/
		font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
        font-weight: normal;
        font-size: 110%;
        align-text: center;
        color: #000;
		color: rgba(0,0,0,1);
}

.box {
	display: inline-block;
	position: relative;
	overflow: visible;
	margin:10px 10px 5px 10px;
	width: 55%;
	height: 2%;
	border-radius: 16px;
	background: #FFFFFF;
	border: 1px solid #000000;
	box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.16);
	text-align:center;
}

.title {
	
	    padding:5px 5px;
		display:inline-block;
		position:relaive;
		/*flex-wrap: wrap;*/
	    text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.57);
        /*position: absolute;*/
		overflow: visible;
		width: 100%;
		height:10%;
		/*margin-left:5%;
		//white-space: nowrap;
		//text-align: center;*/
		font-family: "Cambria Math";
		font-style: normal;
		font-weight: normal;
		font-size: 100%;
		color: rgba(0,0,0,1.00);
}

.line {
/*
	overflow: visible;
	position: absolute;
	width: 80%;
	height: auto;
	background: transparent;
	border: 1px solid #000;
	left: 9%;
	top: 4.8%;
	transform: matrix(1, 0, 0, 1, 0, 0);
	*/
	display:block;
		/*overflow: visible;*/
		position: relative;
		width: 90%;
        height: 0px;
        background: transparent;
        border: 1px solid #000;
		margin:0px;
		transform: matrix(1,0,0,1,0,0);
		align-item:center;
		margin-left:5%;
	    margin-top:2%;
	}
	
	.search{
	
	display:block;
	position:relative;
	top:-20px;
	
	
	}
	
	.form{
    display:block;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.69);
    position: relative;
	left: 80%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 28px;
    height: 28px;
    background: white;
    box-sizing: border-box;
    border-radius: 35px;
    border: 0.8px solid black;
    padding: 10px;
}

.input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 26px;
    line-height: 28px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 35px;
    padding: 0 5px;
}

.fa{
    box-sizing: border-box;
    padding: 5px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

form:hover{
    width: 130px;
    cursor: pointer;
}

form:hover input{
    display: block;
}

form:hover .fa{
    background: #07051a;
    color: white;
}


.container2 {
    display:inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	/*overflow: hidden;*/
	position: relative;
	margin-top:5%;
/*	border-radius: 10px;/*
	background: #fff;
	border: 1px solid #fff;
/*	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.69);*/
	object-fit: fill;
}

.storecatdiv {
	float: left;
	list-style: none;
	width: 26.49%;
	height: 50px;
	margin: 10px 74px 80px 8px;
	/*border-radius: 5px;*/
	object-fit: fill;
}
.storecatimg1 {
	/*border-radius: 10px;*/
	width: 160px;
	height: 120px;
	
}

.storecatimg {
	/*border-radius: 10px;*/
	width: 160px;
	height: 180px;
	
}

.container4 {
    display:inline-block;
	width: 100%;
	height: 150px;
	margin: 0;
	/*overflow: hidden;*/
	position: relative;
	margin-top: 1.5%;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #fff;
	/*box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.69);*/
	object-fit: fill;
}

.banimg {
	display: inline-block;
	flex-wrap: wrap;
	width: 97.3%;
	height: 100%;
	position: absolute;
	margin: 5px 5px 5px 5px;
	border-radius: 10px;
}

.containermul {
    display:inline-block;
	width: 100%;
	height:400px;
	margin: 0;
	/*overflow: hidden;*/
	margin-top: 0px;
	position: relative;
	/*border-radius: 10px;*/
	background: #fff;
	border: 1px solid #fff;
    object-fit:fill;
}

.advimg{
	max-width: 100%;
	height: 100%;
	margin: 5px 5px 5px 5px;
	/*border-radius: 20px;*/
	object-fit: fill;
}

.containermul1 {
    display:inline-block;
	width: 100%;
	height:400px;
	margin: 0;
	/*overflow: hidden;*/
	margin-top: 0px;
	position: relative;
	/*border-radius: 10px;*/
	background: #fff;
	border: 1px solid #fff;
	/*box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.69);*/
	object-fit:fill;
}

.advimg1{
	max-width: 100%;
	max-height: 100%;
	margin: 5px 5px 5px 5px;
	border-radius: 20px;
	object-fit: fill;
	float:left;
}

.container3 {
    display:inline-block;
	width: 100%;
	margin: 0;
	/*overflow: hidden;*/
	margin-top: 5%;
	position: relative;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.69);
}

.slider {
	width: 97.3%;
	height: 94%;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	margin: 6px 8px 6px 6px;
	object-fit: fill;
}

.slides {
	width: 500%;
	height: 655px;
	display: flex;
	object-fit: fill;
}

.slides input {
	display: none;
	object-fit: fill;
}

.slide {
	width: 20%;
	transition: 1s;
	object-fit: fill;
}

.slide img {
	width: 100%;
	height: 30%;
	object-fit: fill;
	border-radius:10px;
}


/*css for manual slide navigation*/

.navigation-manual {
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 50%;
}

.manual-btn {
	border: 2px solid #40D3DC;
	padding: 2px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.8s;
	object-fit: fill;
}

.manual-btn:not(:last-child) {
	margin-right: 20px;
	object-fit: fill;
}

.manual-btn:hover {
	background: #40D3DC;
}

#radio1:checked~ .first {
	margin-left: 0;
}

#radio2:checked~ .first {
	margin-left: -20%;
}

#radio3:checked~ .first {
	margin-left: -40%;
}

#radio4:checked~ .first {
	margin-left: -60%;
}

#radio4:checked~ .first {
	margin-left: -80%;
}


/*css for automatic navigation*/

.navigation-auto {
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 50%;
}

.navigation-auto div {
	border: 2px solid #FFFFFF;
	padding: 2px;
	border-radius: 8px;
	transition: 0.5s;
}

.navigation-auto div:not(:last-child) {
	margin-right: 10px;
}

#radio1:checked~ .navigation-auto .auto-btn1 {
	background: #DC3F3F;
}

#radio2:checked~ .navigation-auto .auto-btn2 {
	background: #DC3F3F;
}

#radio3:checked~ .navigation-auto .auto-btn3 {
	background: #DC3F3F;
}

#radio4:checked~ .navigation-auto .auto-btn4 {
	background: #DC3F3F;
}

#radio5:checked~ .navigation-auto .auto-btn5 {
	background: #DC3F3F;
}


/*
form{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.69);
    position: relative;
    top: 4.8%;
    left: 73%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 28px;
    height: 28px;
    background: white;
    box-sizing: border-box;
    border-radius: 35px;
    border: 0.8px solid black;
    padding: 2px;
}

input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 26px;
    line-height: 28px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em/1.5px;
    border-radius: 35px;
    padding: 0 5px;
}

.fa{
    box-sizing: border-box;
    padding: 5px;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

form:hover{
    width: 130px;
    cursor: pointer;
}

form:hover input{
    display: block;
}

form:hover .fa{
    background: #07051a;
    color: white;
}*/

.container6 {
    display:inline-block; 
	width: 100%;
	height: 2.5%;
	margin: 0;
	/*overflow: hidden;*/
	margin-top: 5%;
	position: relative;
	border-radius: 10px;
	/*background: linear-gradient(99deg, rgba(3, 0, 94, 1) 0%, rgba(255, 4, 121, 1) 100%);*/
	background: rgb(54, 229, 255);
	background: -moz-linear-gradient(313deg, rgba(54, 229, 255, 1) 0%, rgba(131, 226, 255, 1) 37%, rgba(0, 143, 255, 1) 100%);
	background: -webkit-linear-gradient(313deg, rgba(54, 229, 255, 1) 0%, rgba(131, 226, 255, 1) 37%, rgba(0, 143, 255, 1) 100%);
	background: linear-gradient(313deg, rgba(54, 229, 255, 1) 0%, rgba(131, 226, 255, 1) 37%, rgba(0, 143, 255, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#36e5ff", endColorstr="#008fff", GradientType=1);
	border: 0px solid #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.69);
}

.h3 {
	font-display: auto;
	font-size: 150%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	display: inline-block;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	height: auto;
	color: black;
	text-justify: auto;
	text-overflow: inherit;
	text-align: center;
}

.container5 {
    display:inline-block;
	width: 100%;
	height: 22%;
	margin: 0;
	/*overflow: hidden;*/
	margin-top: 5%;
	position: relative;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.69);
}

.txt {
	font-display: auto;
	font-size: 90%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	display: inline-block;
	flex-wrap: wrap;
	overflow-x: scroll;
	overflow: hidden;
	width: 100%;
	height: auto;
	color: black;
	text-justify: auto;
	text-overflow: inherit;
	text-align: center;
}

.horizontal_slider {
	display: block;
	width: 100%;
	overflow-x: scroll;
	margin-top: 15px;
	padding: 0px 20px;
	box-sizing: border-box;
	object-fit: fill;
}

.horizontal_slider::-webkit-scrollbar {
	display: none;
}

.horizontal_slider {
	-ms-overflow-style: none;
}

.slider_container {
	display: block;
	white-space: nowrap;
}

.item {
	display: inline-block;
	margin-right: 10px;
	border: 2px solid black;
	border-radius: 12px;
	object-fit: fill;
}

.item img {
	width: 140px;
	height: 200px;
	border-radius: 10px;
	object-fit: fill;
}

.txtp {
	font-display: auto;
	font-size: 90%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	display: inline-block;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	height: auto;
	color: black;
	text-justify: auto;
	text-overflow: inherit;
	text-align: center;
}

@media screen and (max-width:1250px) {
	.box {
		width: 55%;
		height: 2%;
	}
	.title {
		font-size: 110%;
	}
	.storecatdiv {
		width: 26.49%;
		height: 50px;
		margin: 10px 78px 80px 8px;
		object-fit: fill;
	}
	.banimg {
		width: 97.3%;
		height: 90%;
		object-fit: fill;
		overflow: hidden;
		margin: 5px 5px 5px 5px;
	}
}

@media screen and (max-width:360px) {
	.box {
		width: 55%;
		height: 2%;
	}
	.title {
		font-size: 110%;
	}
	.storecatdiv {
		width: 26.49%;
		height: 50px;
		margin: 10px 78px 80px 8px;
	}
	.banimg {
		width: 97.3%;
		height: 90%;
		object-fit: fill;
		overflow: hidden;
		margin: 5px 5px 5px 5px;
	}
}

@media screen and (max-width:320px) {
	.box {
		width: 55%;
		height: 2%;
	}
	.title {
		font-size: 110%;
	}
	.storecatdiv {
		width: 26.49%;
		height: 50px;
		margin: 10px 78px 80px 8px;
		object-fit: fill;
	}
	.banimg {
		width: 97.3%;
		height: 90%;
		object-fit: fill;
		overflow: hidden;
		margin: 5px 5px 5px 5px;
	}
}

@media screen and (max-width:375px) {
	.box {
		width: 55%;
		height: 2%;
	}
	.title {
		font-size: 110%;
	}
	.storecatdiv {
		width: 26.49%;
		height: 50px;
		margin: 10px 78px 80px 8px;
		object-fit: fill;
	}
	.banimg {
		width: 97.3%;
		height: 90%;
		object-fit: fill;
		overflow: hidden;
		margin: 5px 5px 5px 5px;
	}
}

@media screen and (max-width:414px) {
	.box {
		width: 55%;
		height: 2%;
	}
	.title {
		font-size: 110%;
	}
	.storecatdiv {
		width: 26.49%;
		height: 50px;
		margin: 10px 74px 80px 8px;
		object-fit: fill;
	}
	.banimg {
		width: 97.3%;
		height: 90%;
		object-fit: fill;
		overflow: hidden;
		margin: 5px 5px 5px 5px;
	}
}

@media screen and (max-width:280px) {
	.box {
		width: 55%;
		height: 2%;
	}
	.title {
		font-size: 110%;
	}
	.storecatdiv {
		width: 26.49%;
		height: 50px;
		margin: 10px 78px 80px 8px;
		object-fit: fill;
	}
	.banimg {
		width: 97.3%;
		height: 90%;
		object-fit: fill;
		overflow: hidden;
		margin: 5px 5px 5px 5px;
		;
	}
}


/*

@media (min-width: 240px) and (max-width: 480px) {
<-- CSS declarations for screen size between 240px and 480px
}

@media (min-width: 481px) and (max-width: 800px) {
<-- CSS declarations for screen size between 481px and 800px
}

@media (min-width: 801px) {
<-- CSS declarations for screen size of 801px or larger
}

*/


/*Second Media Quires*/


/*

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/* Styles */
}


/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
	/* Styles */
}


/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
	/* Styles */
}


/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* Styles */
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	/* Styles */
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	/* Styles */
}


/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
	/* Styles */
}


/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
	/* Styles */
}


/* iPhone 4 ----------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	/* Styles */
}

*/