*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Nunito Sans', sans-serif;
}

p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none !important;
	color: inherit;
}

.uk-modal-dialog{
	background: #683A28;
}

.uk-modal-full form{
	display: inline-flex;
}

.boda-search-input{
	width: 700px;
	height: 53px;
	padding: 20px;
	border: none;
	outline: none;
	background: #EFE7DF;
	color: #683A28;
	font-size: 18px;
}

.boda-search-btn{
	padding: 16px;
	background: #829971;
	color: #fff;
}

.boda-btn{
	position: relative;
	left: 10px;
	transform: translateY(-11px);
}

.modal_background{
	width: 100%;
	height: 100vh;
	background: #efe7df;
}

.menu-contents{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

.menu-contents nav ul{
	list-style-type: none;
	padding: 20px 0 0;
	margin: 0;
}

.menu-contents nav ul li{
	padding: 10px 0;
}

.menu-contents nav ul li a{
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #683a28;
	display: inline-flex;
	padding: 7px 15px;
	transition: 0.5s ease;
}

.menu-contents nav ul:hover li a{
	color: #0002;
}

.menu-contents nav ul li:hover a{
	color: #683a28;
	background: #fff;
}

.menu-contents nav ul li a:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
	opacity: 0;
	text-transform: uppercase;
	font-size: 5em;
	font-weight: 900;
	letter-spacing: 500px;
	color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	transition: letter-spacing 0.5s ease,left 0.5s;
}

.menu-contents nav ul li a:hover:before{
	content: attr(data-text);
	opacity: 1;
	left: 50%;
	letter-spacing: 10px;
	width: fit-content;
	height: fit-content;
	z-index: 0;
}

header{
	background: #EFE7DF;
}

.announcement{
	width: 100%;
	height: 40px;
	background: #683A28;
	text-align: center;
}

.announcement p{
	font-size: 20px;
	font-weight: 200;
	color: #EFE7DF;
	line-height: 40px;
}

.animation{
	width: 100%;
	height: 50px;
	background: #829971;
	text-align: center;
	position: fixed;
	bottom: 0;
}

.animation p{
	font-size: 2em;
	font-weight: 200;
	color: #EFE7DF;
	line-height: 50px;
	text-transform: uppercase;
	animation: swing 3s linear alternate infinite;
	overflow: hidden;
}

@keyframes swing{
	0%{ transform: translateX(-200px); }
	100%{ transform: translateX(200px); }
}

.head{
	width: 100%;
	height: 100px;
	padding: 0 40px;
}

.menu{
	display: none;
	float: left;
	width: fit-content;
	height: 100%;
}

.menu .hamburgar{
	padding: 30px 0;
	cursor: pointer;
	color: #829971;
}

.logo{
	float: left;
	width: fit-content;
	height: 100%;
	text-align: center;
	margin-right: 100px;
}

.logo img{
	width: auto;
	height: 70px;
	object-fit: cover;
	padding: 20px 0 0;
}

.nav{
	float: left;
	width: fit-content;
	height: 100%;
	text-align: center;
}

.nav nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav nav ul li{
	padding: 0 10px;
	display: inline;
}

.nav nav ul li a{
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	color: #683A28;
	line-height: 100px;
	padding: 5px 10px;
	transition: 0.5s ease;
}

.nav nav ul:hover li a{
	color: #0002;
}

.nav nav ul li:hover a{
	color: #683A28;
}

.icons{
	float: right;
	width: fit-content;
	height: 100%;
	text-align: right;
}

.icons a{
	padding: 40px 10px;
	color: #829971;
}

.icons .cart-num{
	background: #683A28;
	color: #fff;
}

.boda-slider{
	width: 100%;
	height: fit-content;
	background: #EFE7DF;
}

.arrow-down{
	position: relative;
	bottom: 50px;
	font-size: 22px;
	color: #fff;
	animation: down 1s infinite alternate;
}

@keyframes down{
	0%, 30%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(-90deg);
	}
}

.inspired{
	width: 100%;
	height: fit-content;
	background: #EFE7DF;
	text-align: center;
	padding: 120px 0;
}

.inspired h2{
	padding: 0 0 10px;
	color: #683A28;
	font-family: 'Dancing Script', cursive;
	font-weight: 600;
	font-size: 4em;
}

.inspired h4{
	color: #829971;
	padding: 0 0 20px;
	font-weight: 300;
	font-size: 1.8em;
}

.inspired .line{
	border: 1px solid #829971;
	border-radius: 50px;
	width: 140px;
	margin: 0 auto 20px;
}

.inspired p{
	width: 50%;
	margin: auto;
	font-size: 18px;
	color: #5f2f23;
}

.new-products{
	width: 100%;
	height: fit-content;
	background: #683A28;
	padding: 40px;
	text-align: center;
}

.new-products .title h3{
	text-transform: uppercase;
	color: #EFE7DF;
	line-height: 100px;
	padding-bottom: 20px;
	font-size: 1.7em;
	font-weight: 500;
}

.store-box{
	width: 100%;
	height: fit-content;
	margin-bottom: 40px;
}

.store-box content{
	width: fit-content;
	height: inherit;
	display: inline-block;
	transition: transform 0.5s ease;
	margin: 0 20px;
}

.store-box content:hover{
	transform: translateY(-10px);
}

.product img{
	width: auto;
	height: 400px;
}

.pro-info{
	padding: 20px 0;
	color: #EFE7DF;
}

#avgrating{
	margin: 0 auto 5px;
}

.pro-info p{
	font-size: 18px;
}

.shop-more{
	margin-bottom: 20px;
}

.shop-more a{
	text-transform: uppercase;
	padding: 12px 50px;
	background: #829971;
	color: #EFE7DF;
}

.boda-blog{
	width: 100%;
	height: fit-content;
	background: #EFE7DF;
	padding: 40px;
	text-align: center;
}

.boda-blog .title h3{
	text-transform: uppercase;
	color: #5f2f23;
	line-height: 100px;
	padding-bottom: 20px;
}

.blog-box{
	width: 100%;
	height: fit-content;
	margin-bottom: 40px;
}

.blog-box content{
	width: fit-content;
	height: inherit;
	display: inline-block;
	margin: 0 20px;
}

.blog-box content img{
	width: auto;
	height: 400px;
}

.blog-box content h5{
	font-size: 18px;
	padding: 20px 0;
	color: #5f2f23;
}

.learn-more{
	margin-bottom: 20px;
}

.learn-more a{
	text-transform: uppercase;
	padding: 12px 50px;
	background: #65653f;
	color: #EFE7DF;
}

.ambassador{
	width: 100%;
	height: fit-content;
	background: #65653f;
	text-align: center;
	color: #EFE7DF;
	padding: 100px 0;
}

.ambassador h3{
	font-size: 2em;
	color: #EFE7DF;
	padding-bottom: 20px;
}

.ambassador h3 b{
	color: #829971;
}

.ambassador p{
	font-size: 18px;
	width: 50%;
	margin: auto;
	padding-bottom: 40px;
}

.ambassador a{
	text-transform: uppercase;
	padding: 12px 50px;
	border: 2px solid #EFE7DF;
	color: #EFE7DF;
}

.ambassador a:hover{
	background: #EFE7DF;
	color: #65653f;
}

footer{
	width: 100%;
	height: fit-content;
	background: #EFE7DF;
	padding: 50px 0 80px;
}

.foot{
	width: fit-content;
	height: fit-content;
	margin: auto;
	text-align: center;
	color: #65653f;
}

.foot .top{
	margin-bottom: 50px;
}

.top section{
	display: inline-block;
}

.top section h5{
	text-transform: uppercase;
	font-weight: 700;
	color: #65653f;
}

.foot img{
	width: auto;
	height: 140px;
	padding: 5px;
}

.foot p{
	padding: 15px 0 0px;
}

.foot .middle a{
	padding: 0 4px;
}

.middle .fa-brands{
	color: #65653f;
	font-size: 20px;
}

.down i{
	text-decoration: underline;
}

.foot a:hover{
	color: inherit;
}

footer .to-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	color: #EFE7DF;
	background: #65653f;
	transform: rotate(-90deg);
	font-size: 17px;
	text-align: center;
}




/*Media responsive css*/
@media (max-width: 1440px){
    
    .head{
	padding: 0 20px;
	}

	.logo{
	margin-right: 50px;
	}

	.nav nav ul li a{
	font-size: 16px;
	line-height: 100px;
	}

}


@media (max-width: 1024px){

	.uk-padding-large{
	padding-top: 60px;
	padding-bottom: 60px;
	}

	.boda-search-input{
	width: 500px;
	height: 53px;
	font-size: 18px;
	}

	.boda-search-btn{
	padding: 16px;
	}

	.boda-btn{
	left: 10px;
	transform: translateY(-11px);
	}

	.menu-contents nav ul li{
	padding: 5px 0;
	}

	.menu-contents nav ul li a{
	font-size: 1.3em;
	}

	.head{
	padding: 0 40px;
	}

	.menu{
	display: block;
	}

	.logo{
	width: fit-content;
	margin-right: 0px;
	transform: translateX(350px);
	}

	.nav{
	display: none;
	}

	.inspired h2{
	font-size: 2.3em;
	}

	.inspired h4{
	font-size: 1.5em;
	}

	.new-products{
	padding: 40px 20px;
	}

	.store-box content{
	margin: 0 10px;
	}

	.product img{
	width: auto;
	height: 300px;
	}

	.boda-blog{
	padding: 40px 20px;
	}

	.blog-box content{
	margin: 0 10px;
	}

	.blog-box content img{
	width: auto;
	height: 300px;
	}

	footer{
	padding: 30px 0 70px;
	}

	.foot img{
	height: 110px;
	}

	.top section h5{
	font-size: 14px;
	}

}



@media (max-width: 768px){

	.announcement p{
	font-size: 18px;
	}

	.animation p{
	font-size: 18px;
	}

	.head{
	padding: 0 40px;
	}

	.menu{
	width: fit-content;
	}

	.logo{
	width: fit-content;
	transform: translateX(230px);
	}

	.icons{
	width: fit-content;
	}

	.product img{
	width: auto;
	height: 400px;
	}

	.store-box content{
	margin: 10px 0;
	}

	.blog-box content{
	margin: 10px 0;
	}

	.blog-box content img{
	width: auto;
	height: 400px;
	}

	footer .top{
	display: block;
	justify-content: center;
	text-align: center;
	}

}



@media (max-width: 425px){

	nav ul li a{
	font-size: 1.3em;
	}

	.uk-padding-large{
	padding-top: 40px;
	padding-bottom: 40px;
	}

	.boda-search-input{
	width: 320px;
	height: 41px;
	font-size: 18px;
	padding: 10px;
	}

	.boda-search-btn{
	padding: 11px;
	}

	.boda-btn{
	left: 0px;
	transform: translateY(11px);
	}

	.head{
	padding: 0 20px;
	}
	
	.announcement p{
	font-size: 15px;
	}

	.logo{
	width: fit-content;
	transform: translateX(40px);
	}

	.logo img{
	width: auto;
	height: 50px;
	object-fit: cover;
	padding: 0;
	margin-top: 20px;
	}

	.icons a{
	padding: 40px 5px;
	}

	.inspired p{
	width: 75%;
	font-size: 18px;
	}

	.product img{
	width: auto;
	height: 350px;
	}

	.shop-more a{
	padding: 8px 30px;
	}

	.blog-box content img{
	width: auto;
	height: 350px;
	}

	.learn-more a{
	padding: 8px 30px;
	}

	.ambassador a{
	padding: 8px 30px;
	}

	.down p{
	font-size: 14px;
	}

	footer .to-top{
	padding: 10px;
	font-size: 14px;
	}

}


@media (max-width: 400px){

	.uk-padding-large{
	padding-top: 40px;
	padding-bottom: 40px;
	}

	.boda-search-input{
	width: 280px;
	height: 41px;
	font-size: 18px;
	}

	.boda-search-btn{
	padding: 11px;
	}

	.logo{
	width: fit-content;
	transform: translateX(20px);
	}

	.logo img{
	width: auto;
	height: 40px;
	margin-top: 25px;
	}

	.product img{
	width: auto;
	height: 300px;
	}

	.blog-box content img{
	width: auto;
	height: 300px;
	}

}


@media (max-width: 375px){

	.uk-padding-large{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
	}

	.boda-search-input{
	width: 280px;
	height: 41px;
	font-size: 18px;
	}

	.boda-search-btn{
	padding: 11px;
	}

	.boda-btn{
	display: block;
	left: 45%;
	transform: translateY(0px);
	}
	
	.announcement p{
	font-size: 13px;
	}

	.logo{
	width: fit-content;
	transform: translateX(20px);
	}

	.logo img{
	width: auto;
	height: 40px;
	margin-top: 25px;
	}

	.product img{
	width: auto;
	height: 300px;
	}

	.blog-box content img{
	width: auto;
	height: 300px;
	}

}



@media (max-width: 320px){

	.boda-search-input{
	width: 250px;
	height: 42px;
	font-size: 16px;
	}

	.boda-search-btn{
	padding: 8px;
	}

	.logo{
	transform: translateX(7px);
	}

	.logo img{
	height: 27px;
	padding: 0;
	margin-top: 35px;
	}

}