@media screen and (max-width: 800px) {
*{
	margin:0px;
	padding: 0px;
}
body{
	background-color: white;
	font-size: 14px;
	font-family: arial;
}
.header{
	background-color: #273746;
	color: white;
	height: 100px;
	
	width: 100%;
	font-size: 18px;
}
.HL{
	width: 80%;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	padding-top: 5px;
}
.HL a{
	text-decoration: none;
	color: white;
}
.HR{
	width: 99%;
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding-right: 5px;
}
.srInp{
	width: 68%;
	height: 35px;
	border-radius: 5px;
	border:1px solid lightgray;
	padding-left: 5px;
}
.srInpb{
	height: 35px;
	width: 70px;
	background-color: orange;
	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: 150px;
	width: 100%;
}
.bannerImgaeContainer img{
	height: 150px;
	width: 100%;
}
.CetegBox{
	height: 40px;
	line-height: 40px;
	width: 100%;
	overflow: scroll;
	margin-bottom: 3px;
	margin-top: 3px;
}
.CetegBox ul{
	list-style: none;
}
.CetegBox ul li{
	display: inline-block;

	text-align: center;
	margin-left: 4px;
	font-size: 12px;
	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;
}

.productContainer{
	margin:0 auto;
	width: 100%;
}
.productContainer ul{
	list-style: none;
	text-align: ;
}
.productContainer ul li{
	display: inline-block;
	height: 235px;
	width: 42%;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 14px;
	background-color: white;
	text-align: ;
	border:0px solid gray;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.productContainer ul li a{
	text-decoration: none;
	color: orange;
}
.productContainer ul li a img{
	height: 165px;
	width: 90%;
	border-radius: 3px;
}
.productContainer ul li a img p{
	color: black;
	font-size: 12px;
}
.PriceColor{
	color: black;
}
.vwBTNproduct{
	background-color: orange;
	color: white;
	font-size: 15px;
	border-radius: 5px;
	border:0px;
	width: 98%;
	height: 30px;
}
.vwBTNproduct:hover{
	background-color: #9AE630;
}
.footer{
	height: auto;
	width: 100%;
	background-color: #273746;
	color: white;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.FooterBox1{
	margin:0 auto;
	width: 98%;
}
.FooterBox1 ul{
	list-style: none;
}
.FooterBox1 ul li{
	display: inline-block;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.FooterBox1 ul li a{
	text-decoration: none;
	color: lightgray;
}
.LastFooter{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.buttonA01_footer{
	height: 40px;
	width: 90px;
	background-color: white;
	color: orange;
	border-radius: 4px;
	border:0px;
	margin-left: 5px;
}
.ProductBox{
	margin:0 auto;
	width: 96%;
	height: auto;
	margin-top: 9px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.PrLF{
	margin:0 auto;
	width: 98%;
	text-align: center;
	padding-bottom: 8px;
}
.PrRF{
	margin: 0 auto;
	width: 90%;
}
.PrLF img{
	height: 200px;
	width: 75%;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.buyBtn{
	color: white;
	background-color: seagreen;
	height: 35px;
	width: 120px;
	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: 95%;
	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: 34px;
	width: 85%;
	border-radius: 3px;
	border:1px solid lightgray;
	padding-left: 5px;
	margin-bottom: 3px;
	margin-top: 5px;
	margin-left: 5px;
}
.delvInp2{
	height: 65px;
	width: 85%;
	border-radius: 3px;
	border:1px solid lightgray;
	padding-left: 5px;
	resize: none;
	margin-top: 3px;
}

.BuyBox{
	margin:0 auto;
	width: 98%;
	height: auto;
	margin-top: 9px;
}
.BPrLF{
	margin: 0 auto;
	width: 97%;
	background-color: #f4f6f6;

}
.BPrRF{
	margin: 0 auto;
	width: 97%;
	background-color: #f8f9f9;

}
.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%;
}
.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: 90%;
	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: 90%;
	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: 70%;
	border-radius: 3px;
	border:1px solid lightgray;
	padding-left: 8px;
}
.srINPXb{
	height: 35px;
	width: 20%;
	background-color: orange;
	color: white;
	border-radius: 4px;
	border:0px;
}
.MiniInfoBox{
	background-color: #FFE2E2;
	width: 99%;
	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;
}
}