/*Top div of page*/
.page_top{
	height: auto;
	width: 100%;
	display: inline-block;
}
.navbar .menu a{
	text-decoration: none;
	color: #5a5859;
}
.p_list .c_list li{
	background-color: #f19000;
}
.p_list .c_list a{
	color: #FFF;
}

/*Repeatedly used divs*/
.main_div{
	height: auto;
	width: 100%;
	display: inline-block;
}
.heading{
	margin: 30px 0px 10px 100px;
	color: #A3A3A3;
	font-size: 14px;
}
.onclick{
	color: #f19000;
	font-weight: bold;
}
.inner_main{
	height: auto;
	width: 940px;
	margin: 0px 100px;
	padding: 50px 0px;
	display: inline-block;
	border-top: 1px solid #A3A3A3;
}

/*<!--Product Div is here-->*/
.images{
	height: auto;
	width: 440px;
	margin-right: 80px;
	float: left;
}
.images img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.active_img{
	width: 350px;
	margin-left: 10px;
	float: right;
}
.image{
	width: 80px;
	margin-bottom: 9px;
	float: left;
}

.order{
	height: auto;
	width: 420px;
	float: left;
}
.order_head{
	font-size: 35px;
	font-weight: bold;
	color: #5a5859;
}
.price{
	font-size: 20px;
	font-weight: bold;
	color: #f19000;
	margin: 0px 0px 30px 0px;
}
.order_detail{
	font-size: 15px;
	color: #A3A3A3;
	margin-right: 20px;
	line-height: 20px;
}
.select_name{
	font-size: 12px;
	font-weight: 800;
	color: #5a5859;
	margin: 10px 0px;
}
.availibility{
	font-weight: 700;
	color: #f19000;
}
.order select{
	height: 30px;
	width: 390px;
	padding-left: 5px;
	color: #A3A3A3; 
	border: 1px solid #A3A3A3;
}
.order input{
	height: 30px;
	padding-left: 11px;
	color: #A3A3A3; 
	border: 1px solid #A3A3A3;
}
.buynow{
	padding: 10px 40px;
	background-color: #f19000;
	border: none;
	font-size: 11px;
	color: #FFF;
}
.request{
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	color: #5a5859;
	float: left;
    padding: 10px 35px 10px 0px;
}
.quote{
	padding: 10px 33px;
	margin: 10px 0px;
	background-color: #f19000;
	border: none;
	font-size: 11px;
	color: #FFF;
}

/*<!--Description / Features Div is here-->*/
.inner_head{
	height: auto;
	width: 500px;
	float: left;
}
.inner_heading{
	margin-top: 60px;
	font-size: 30px;
	color: #f19000;
}
.inner_text{
	font-size: 14px;
	color: #A3A3A3;
	margin: 10px 0px;
	line-height: 20px;
}
.inner_text li{
	display: block;
	list-style-type: none;
}
.inner_text li:before{
	content: ' ';
    background-image: url(check.png);
    background-size: 20px 15px;
    height: 30px;
    width: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.inner_text li p{
	padding-left: 25px;
}
.inner_logo{
	height: 250px;
	width: 250px;
	float: right;
	margin: 0px 40px;
}
.inner_logo img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/*<!--Mid Page is here-->*/
.mid{
	height: auto;
	width: 100%;
	background-image: url(mid.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.mid_text{
	height: auto;
	margin: 60px 0px;
	float: left;
	color: #FFF;
	margin-left: 100px;
}
.mid_head{
	font-size: 45px;
}
.offer{
	margin: 10px 0px;
	font-size: 24.5px;
}
.mid_img{
	margin: 20px 0px;
	float: right;
	margin-right: 130px;
}
.mid_img img{
	height: 175px;
	width: 230px;
	object-fit: contain;
}

/*<!--Best Selling div is here-->*/
.selling_head{
	font-size: 30px;
	margin-top: 50px;
	font-weight: bold;
	color: #5a5859;
}
.selling_divider{
	height: auto;
	width: 40px;
	border-top: 2px solid #f19000;
	margin: 20px 0px;
}
.items{
	height: auto;
	width: 100%;
	display: inline-block;
}
.item{
	height: auto;
	width: 253px;
	margin: 0px 24px 30px 0px;
	text-align: center;
	float: left;
	border: 1px solid #f4f4f4;
}
.item:hover{
	box-shadow: 2px 2px 10px 5px #f3f3f3;
}
.item_image{
	height: 150px;
    width: 203px;
    float: left;
    padding: 40px 25px;
}
.item_image img{
	height: 150px;
    width: 200px;
    object-fit: contain;
}

.overlay{
	display: none;
}
.item:hover .overlay{
	height: 230px;
    width: 255px;
    display: block;
    position: absolute;
    background-color: #58585875;
}
.addtocart{
	height: 10px;
	width: 80px;
	padding: 10px 0px;
	margin: 100px 0px 100px 70px;
	float: left;
	background-color: #FFF;
	font-size: 9px;
	color: black;
}
.heart{
	height: 20px;
	width: 20px;
	padding: 5px;
	margin: 100px 0px 100px 5px;
	float: left;
	background-color: #FFF;
}

.item_descript{
	height: auto;
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.item_name{
	font-size: 11px;
	color: #BBB;
}
.item_quality{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px;
	color: #5a5859;
}
.price{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	color: #f19800;
}

/*<!--Contact Div is here-->*/
.contact_div{
	height: auto;
	width: 100%;
	padding: 150px 0px 50px 0px;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #FFF;
}
.contact_head{
	font-size: 35px;
	font-weight: bold;
	margin: 10px;
}
.contact_text{
	font-size: 12px;
	margin: 10px 385px;
	opacity: 0.8;
	line-height: 20px;
}
.contact_button{
	padding: 10px 50px;
	margin: 30px auto;
	font-size: 16px;
	border: 1px solid #FFF;
	background-color: transparent;
}
.contact_button:hover{
	cursor: pointer;
}
.contact_button a{
	text-decoration: none;
	color: #FFF;
}