/*Top div of page*/
.page_top{
	height: auto;
	width: 100%;
	background-image: url(top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

/*<!--Header is starting here-->*/
.header{
	height: auto;
	padding: 20px 0px 0px 0px;
	display: inline-block;
}
.head_descript{
	height: auto;
	width: 30%;
	float: left;
}
.head_title{
	font-size: 13px;
	font-weight: bold;
	color: #f19800;
	margin: 40px 0px 10px 0px;
}
.heading{
	font-size: 65px;
	font-weight: bold;
	line-height: 60px;
	color: #5a5859;
}
.head_text{
	font-size: 12px;
	line-height: 20px;
	margin: 30px 80px 30px 0px;
	color: #959595;
}
.watch_btn{
	padding: 10px 20px;
	font-size: 18px;
	background-color: #f19800;
	color: #FFF;
	border: none;
}
.watch_btn:hover{
	cursor: pointer;
}

.head_img{
	height: auto;
	width: 40%;
	float: right;
	margin-right: 100px;
}
.head_img img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/*<!--Products are here-->*/
.product{
	height: auto;
	width: 100%;
	display: inline-block;
	padding: 30px 0px;
}
.product_head{
	height: auto;
	width: 100%;
	float: left;
	display: inline-block;
}
.product_heading{
	font-size: 30px;
	font-weight: bold;
	color: #5a5859;
	margin-top: 40px;
}
.product_text{
	font-size: 12.5px;
	padding: 10px 0px;
	color: #b6b6b6;
}
.product_overview{
	height: auto;
	width: 50%;
	float: left;
	padding: 30px 0px 50px 0px;
	display: inline-block;
}
.overview_image{
	height: auto;
    width: 370px;
    padding-right: 50px;
    float: right;
}
.overview_descript{
	height: auto;
    width: 150px;
    padding-top: 100px;
    float: right;
}
.special{
	font-weight: bold;
	color: #f19800;
}
.overview_name{
	font-size: 35px;
	font-weight: bold;
	color: #5a5859;
}
.more{
	padding: 5px 20px;
    margin-top: 30px;
    border: 0px;
    font-size: 10px;
    background-color: #f19800;
    color: #FFF;
}

.cards{
	height: auto;
	width: 100%;
	display: inline-block;
}
.card_item{
	min-height: 100px;
	width: 325px;
	background-image: url(item_back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0px 20px 30px 20px;
	float: left;
}
.card_image{
	height: 175px;
    width: 150px;
    float: right;
    padding-right: 10px;
}
.card_image img{
	height: 185px;
    width: 150px;
    object-fit: contain;
}
.card_descript{
	height: auto;
	width: 165px;
	float: left;
	padding: 20px 0px;
}
.card_quality{
	font-size: 13px;
	color: #f19800;
}
.card_name{
	font-size: 25px;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 0px;
	color: #5a5859;
}
.card_btn{
	padding: 10px 30px;
	margin-top: 20px;
	background-color: #f19800;
	color: #FFF;
	font-size: 10px;
	border: none;
}

/*<!--Page mid is here-->*/
.page_mid{
	height: auto;
	width: 100%;
	background-image: url(mid.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 60px 0px 40px 0px;
	margin: 50px 0px;
}
.mid_descript{
	height: auto;
	width: 370px;
	margin: 0px 70px 0px 130px;
	float: left;
	color: #FFF;
}
.mid_head{
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0px;
}
.mid_divider{
	height: auto;
	width: 40px;
	border-top: 2px solid #FFF;
	margin: 0px;
}
.mid_text{
	font-size: 12px;
	margin: 20px 0px;
}
.mid_btn{
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
	margin: 20px 0px;
	border: 1px solid #FFF;
	background-color: transparent;
}
.mid_img{
	height: auto;
	width: 370px;
	float: left;
	margin: 0px 130px 0px 70px;
}
.mid_img img{
	width: 100%;
	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;
}