@media screen and (min-width: 800px) {
*{
	margin:0px;
	padding: 0px;
}
body{
	background-color: white;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
}
.TopHeader001{
	height: 40px;
	line-height: 40px;
	background-color: #FC0FC0;
	color: white;
	text-align: center;
}
.header{
	background-color: white;
	height: 65px;
	line-height: 65px;
	width: 100%;
	font-size: 18px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.09);
      position: sticky;
      top: 0;
      z-index: 100;
}
.HL{
	float: left;
	width: 30%;
	height: 40px;
	padding-left: 8px;
}
.HL a{
	text-decoration: none;
	color: #273746;
}
.HR{
	float: right;
	width: 67%;
	height: 40px;
	text-align: right;
	padding-right: 5px;
}
.srInp{
	width: 50%;
	height: 35px;
	border-radius: 5px;
	border:1px solid lightgray;
	padding-left: 5px;
}
.srInpb{
	height: 35px;
	width: 120px;
	background-color: #FC0FC0;
	color: white;
	border:0px;
	border-radius: 5px;
}
.box1{
	margin:0 auto;
	height: auto;
	width: 100%;
}
.box2{
	margin:0 auto;
	height: auto;
	width: 95%;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bannerImgaeContainer{
	height: 450px;
	width: 100%;
}
.bannerImgaeContainer img{
	height: 450px;
	width: 100%;
}
.CetegBox{
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin-bottom: 3px;
	margin-top: 3px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.CetegBox ul{
	list-style: none;
}
.CetegBox ul li{
	display: inline-block;

	text-align: center;
	margin-left: 4px;
	font-size: 16px;
	padding-left: 3px;
	padding-right: 3px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
}
.CetegBox ul li a{
	text-decoration: none;
	color: orange;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.categBox002{
	height: auto;
	width: 100%;
	background-color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.categBox002 ul{
	list-style: none;
}
.categBox002 ul li{
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
}
.categBox002 ul li a{
	text-decoration: none;
	color: #FC0FC0;
	font-size: 18px;
}
.productContainer{
	margin:0 auto;
	width: 96%;
}
.productContainer ul{
	list-style: none;
}
.productContainer ul li{
	display: inline-block;
	height: 270px;
	width: 200px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 4px;

}
.productContainer ul li a{
	text-decoration: none;
	color: orange;
	font-size: 17px;
}
.productContainer ul li a img{
	height: 190px;
	width: 100%;
	border-radius: 5px;
}
.productContainer ul li a img p{
	color: black;
}
.PriceColor{
	color: black;
}
.vwBTNproduct{
	background-color: orange;
	color: white;
	font-size: 18px;
	border-radius: 8px;
	border:0px;
	width: 99%;
	height: 30px;
}
.vwBTNproduct:hover{
	background-color: #9AE630;
}
.SimilarPRoductBox{
	height: auto;
	width: 94%;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;

}
.SimilarPRoductBox ul{
	list-style: none;

}
.SimilarPRoductBox ul li{
	display: inline-block;
	border-radius: 4px;
	border:1px solid lightgray;
	padding-left: 6px;
	padding-right: 5px;
	height: 160px;
	width: 10%;
}
.SimilarPRoductBox ul li a{
	text-decoration: none;
	color: black;
}
.SimilarPRoductBox ul li a img{
	height: 120px;
	width: 100%;
}
.footer{
	height: auto;
	width: 100%;
	background-color: #273746;
	color: white;
	padding-top: 19px;
	padding-bottom: 19px;
}
.LastFooter{
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.FooterBox1{
	margin:0 auto;
	width: 98%;
}
.FooterBox1 ul{
	list-style: none;
}
.FooterBox1 ul li{
	display: inline-block;
	padding-right: 9px;
	padding-left: 9px;
}
.FooterBox1 ul li a{
	text-decoration: none;
	color: lightgray;
}
.ProductBox{
	margin:0 auto;
	width: 95%;
	height: 350px;
	margin-top: 9px;
}
.ProductBox pre{
	height: auto;
	width: 90%;
	box-sizing: 100px;
	padding-bottom: 5px;
}
.DescriptionsBox01{
	margin:0 auto;
	width: 95%;
	height: auto;
	margin-top: 9px;
	padding-bottom: 5px;
	white-space: nowrap; 
  width: 97%; 
  overflow: hidden;
  text-overflow: clip; 
  border: 0px solid #000000;
}
.PrLF{
	float: left;
	width: 40%;
}
.PrRF{
	float: left;
	width: 59%;
}
.PrLF img{
	height: 350px;
	width: 350px;
	border-radius: 3px;
}
.buyBtn{
	color: white;
	background-color: orange;
	height: 37px;
	width: 48%;
	border:0px;
	border-radius: 4px;
}
.buyBtn2{
	color: white;
	background-color: seagreen;
	height: 37px;
	width: 48%;
	border:0px;
	border-radius: 4px;
}

.installBox{
	margin:0 auto;
	height: auto;
	width: 400px;
	background-color: white;
	margin-top: 10%;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-top: 9px;
	border-radius: 3px;
}
.installInp{
	height: 30px;
	width: 85%;
	border-radius: 4px;
	padding-left: 7px;
	border:1px solid lightgray;
}
.installInpb{
	height: 30px;
	width: 120px;
	border:0px;
	background-color: seagreen;
	color: white;
}
.FeedbackBox{
	height: auto;
	margin:0 auto;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 70%;
	margin-top: 10%;
	padding-left: 7px;
	padding-top: 7px;
}
.feedBackInp{
	height: 38px;
	width: 90%;
	padding-left: 8px;
	border-radius: 4px;
	border:1px solid lightgray;
}
.feedBackInpb{
	height: 38px;
	width: 120px;
	background-color: seagreen;
	color: white;
	border-radius: 4px;
	border:0px;
}
.feedBackInpTxtara{
	resize: none;
	height: 90px;
	width: 90%;
	padding-left: 7px;
}
.rate {
    float: left;
    height: 60px;
    margin-bottom: 7px;
    padding: 0 10px;
   padding-left: 10px;

}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;

}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.delvInp{
	height: 38px;
	width: 30%;
	border-radius: 3px;
	border:1px solid lightgray;
	padding-left: 5px;
	margin-bottom: 3px;
	margin-top: 5px;
	margin-left: 5px;
}
.delvInp2{
	height: 65px;
	width: 30%;
	border-radius: 3px;
	border:1px solid lightgray;
	padding-left: 5px;
	resize: none;
	margin-top: 3px;
}

.BuyBox{
	margin:0 auto;
	width: 95%;
	height: 350px;
	margin-top: 9px;
}
.BPrLF{
	float: left;
	width: 70%;
	background-color: #f4f6f6;

}
.BPrRF{
	float: left;
	width: 28%;
	background-color: #f8f9f9;
	padding-left: 7px;
	font-size: 18px;

}
.confOrder{
	height: 31px;
	width: 120px;
	background-color: seagreen;
	color: white;
	border-radius: 3px;
	border:0px;
}
.Trackbox1{
	margin:0 auto;
	width: 400px;
	background-color: white;
	border-radius: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 5px;
}
.productDisplayContainer2_img{
	height: 450px;
	width: 100%;
}
.ProductDetailsBox1{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
}
.ProductDetailsBox2{
	font-size: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.ProductDetailsBox4{
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 21px;
	background-color: #EBEEF2;
	border-radius: 3px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.ProductDetailsBox4 a{
	text-decoration: underline;
	color: black;
}
.trackInp{
	height: 30px;
	width: 60%;
	border-radius: 3px;
	border:1px solid lightgray;
	padding-left: 5px;
}
.trackInpb{
	height: 30px;
	width: 120px;
	background-color: skyblue;
	color: white;
	border:0px;
	border-radius: 3px;
}
.fraudChekerContainer{
	margin: 0 auto;
	width: 65%;
	background-color: white;
	border-radius: 4px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	font-size: 19px;
}
.fraudChekerContainer2{
	margin: 0 auto;
	width: 65%;
	background-color: white;
	border-radius: 4px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
}
.srINPX{
	height: 35px;
	width: 88%;
	border-radius: 3px;
	border:1px solid lightgray;
	padding-left: 8px;
}
.srINPXb{
	height: 35px;
	width: 10%;
	background-color: orange;
	color: white;
	border-radius: 4px;
	border:0px;
}
.MiniInfoBox{
	background-color: #FFE2E2;
	width: 85%;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-radius: 5px;
	color: gray;
	font-size: 17px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 5px;
}
}