*

/* Colour Picker --> Mustard #c3b314 Brown #483e16 */

{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #f1f3f4;
	font-family: sans-serif;
}
.top-nav-bar
{
	height: 57px;
	top: 0;
	position: sticky;
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 3px solid #c3b314;
	z-index: 2;
}
.logo
{
	height: 40px;
	margin: 5px 10px;
}
.form-control
{
	margin-top: 9px;
	margin-left: 30px;
	border: 1px solid #c3b314 !important;
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	box-shadow: none !important;	
}
.input-group-text
{
	background: #c3b314 !important;
	border: 1px solid #c3b314 !important;
	margin: 8.5px 10px 0 0 !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	cursor: pointer;
}
.search-box
{
	display: inline-flex;
	width: 50%;	
}
.fa-search
{
	color: #fff;
}
.menu-bar
{
	width: 50%;
	height: 57px;
	float: right;
}
.menu-bar ul
{
	display: inline-flex;
	float: right;
}
.menu-bar ul li
{
	border-left: 1px solid #c3b314;
	list-style-type: none;
	padding: 15px 35px;
	text-align: center;
	background-color: #c3b314;
	cursor: pointer;
}
.menu-bar ul li a
{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.menu-bar ul li a:hover
{
	color: #483e16;
}
.shopping-basket
{
	margin-right: 5px;
}
@media only screen and (max-width: 980px)
{
	.top-nav-bar
	{
		height: 118px;
		border-bottom: 0;
	}
	.search-box
	{
		width: 100%;
	}
	.menu-bar
	{
		width: 100%;
	}
	.menu-bar ul
	{
		margin: 10px 0;
		width: 100%;
	}
	.menu-bar ul li
	{
		height: 57px;
		width: 100%;
	}
}

/*----------------Side-menu----------------*/
.side-menu
{
	height: 79%;
	width: 15%;
	color: #fff;
	font-size: 14px;
	float: left;
	z-index: 2;
	background-color: #c3b314;
}
.side-menu ul
{
	margin-left: 10px;
}
.side-menu ul li
{
	list-style-type: none;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}
.side-menu ul li:hover
{
	color: #483e16;
}
.side-menu ul li ul
{
	display: none;
	z-index: 10;
	top: 77px;
}
.side-menu ul li:hover ul
{
	display: block;
	height: 400px;
	margin-left: 14%;
	padding: 0 100px 10px 10px;
	position: fixed;
	background: #c3b314;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
}
.fa-angle-right
{
	margin-top: 4px;
	margin-right: 8px;
	float: right;
}
#menu-btn, #close-btn
{
	font-size: 30px;
	margin: 10px;
	color: #c3b314;
	display: none;
}
@media only screen and (max-width: 980px)
{
	.side-menu
	{
		width: 34%;
		z-index: 20;
		top: 133px;
		position: fixed;
		font-size: 12px;
		display: none;
	}
	.side-menu ul li ul
	{
		top: 133px;
	}
	.side-menu ul li:hover ul
	{
		margin-left: 31%;
	}
	#menu-btn
	{
		display: block;
	}
}
/*----------------Slider----------------*/
.slider
{
	width: 85%;
	margin-left: 15%;
	padding: 0 10px;
}
.carousel
{
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
}
.carousel-indicators
{
	z-index: 1 !important;
}
.w-100 
{
  width: 100% !important;
  height: 79vh;  
}
@media only screen and (max-width: 980px)
{
	.slider
	{
		width: 100%;
		margin-left: 0;
	}
}
/*----------------Featured-categories----------------*/
.featured-categories
{
	margin: 50px 0;
}
.featured-categories img
{
	width: 50%;
	height: 35vh;
	padding: 20px 0;
	transition: 1s;
	cursor: pointer;	
}
.featured-categories img:hover
{
	transform: scale(1.2); 
}
/*----------------New Arrivals----------------*/
.title-box
{
	background: #c3b314;
	color: #fff;
	width: 180px;
	padding: 4px 10px;
	height: 40px;
	margin-bottom: 30px;
	display: flex;
}
.title-box h2
{
	font-size: 24px;
}
.title-box::after
{
	content: '';
	border-top: 40px solid #c3b314;
	border-right: 50px solid transparent;
	position: absolute;
	display: flex;
	margin-top: -4px;
	margin-left: 170px;
}
/*----------------Product Top----------------*/
.product-top img
{
	width: 75%;
	height: 30vh;	
}
.img .overlay-right
{
	display: block;
	opacity: 0;
	position: absolute;
	top: 10%;
	margin-left: 0;
	width: 70px;
}
.overlay-right .fa
{
	cursor: pointer;
	background-color: #c3b314;
	color: #fff;
	height: 35px;
	width: 35px;
	font-size: 20px;
	padding: 7px;
	margin-top: 5%;
	margin-bottom: 5%;
}
.overlay-right .btn-secondary
{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
.product-top:hover .overlay-right
{
	opacity: 1;
	margin-left: 5%;
	transition: 0.5s;
}
/*----------------Product Bottom----------------*/	
.product-bottom .fa
{
	color: #c3b314;
	font-size: 10px;
}
.product-bottom h3
{
	color: #c3b314;
	font-size: 20px;
	font-weight: bold;
}
.product-bottom h5
{
	color: #c3b314;
	font-size: 15px;
	padding-bottom: 10px;
}
/*----------------Website Features----------------*/
.website-features
{
	margin: 10px 0;
}
.website-features img
{
	width: 15%;
}
.feature-text
{
	color: #c3b314;
	margin-top: 10px;
	float: right;
	width: 80%;
	padding: 20px;
}
.feature-box
{
	padding-top: 20px;
}
/*----------------Footer----------------*/	
.footer
{
	margin-top: 50px;
	background: #c3b314;
	color: #fff;
}
.footer h1
{
	font-size: 15px;
	margin: 25px 0;
}
.footer p
{
	font-size: 12px;
}
.copyright
{
	margin-bottom: -80px;
	text-align: center;
	font-size: 15px;
	padding-bottom: 20px;
}
.fa-heart-o
{
	color: red;
	font-size: 15px;
}
.footer hr
{
	margin-top: 10px;
	background-color: #ccc;
}
.footer-image img
{
	width: 150px;
}
.footer .row .fa
{
	padding-right: 20px;
	font-size: 15px;
}
/*----------------Single Product----------------*/
.single-product
{
	margin-top: 70px;
}
.new-arrival
{
	background: green;
	width: 50px;
	color: #fff !important; 
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
.col-md-6 h2
{
	color: #c3b314;
}
.col-md-6 p
{
	color: #c3b314;
}
.col-md-6 label
{
	color: #c3b314;
}
.col-md-6 input
{
	border: 1px solid #c3b314;
	color: #c3b314;
	font-weight: bold;
	height: 33px;
	text-align: center;
	width: 30px;
}
.single-product .fa
{
	color: #c3b314;
}
.single-product .price
{
	color: #c3b314;
	font-size: 26px;
	font-weight: bold;
	padding-top: 20px;
}
.single-product .btn-secondary
{
	background: #c3b314;
	color: #fff;
	font-size: 15px;
	margin-left: 20px;
	border: none;
	box-shadow: none !important;
}
/*----------------Product Description----------------*/
.product-description h6
{
	margin-top: 50px;
	color: #c3b314;
}
.product-description p
{
	margin-top: 30px;
}
.product-description hr
{
	margin-bottom: 50px;
}
/*----------------Contact Us----------------*/
.contactus-container
{
	display: flex;
	color: #c3b314;
	margin-top: 30px; 
	margin-left: 70px;
}
.col-md-3
{
	padding-top:50px;
}
.contactus-icon
{
	cursor: pointer;
	background-color: #c3b314;
	color: #fff;
	height: 60px;
	width: 60px;
	font-size: 40px;
	text-align: center;
	padding: 7px;
	margin-left: 100px;
	margin-bottom: -3%;
}
.contactus-text
{
	text-align: center;
	height: 180px;
	width: 240px;
	background-color: #c3b314;
	color: #fff;
	font-size: 24px;
	margin: 0 15px;
	padding-top: 10%;
	position: relative;
}
.contactus-container .btn-secondary
{
	background-color: #483e16;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	align: center;
}
.contactus-container hr
{
	margin-top: 50px;
}