body{
	background: url(../img/bg.jpg);
	background-size: 100%;
	padding: 0;
	margin: 0;
}

*{
	font-family: 'Open Sans', sans-serif;
}

.lang{
	z-index: 100;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.lang > a{
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	color: #333;
	margin: 5px;
	transition: all 0.3s;
}

.lang > a:hover{
	background-color: #ccc;
}

.-flex{
	display: flex;
    align-items: center;
    justify-content: center;
}

.wrap{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.body > .section{
	/*background: url(../img/bg.jpg) no-repeat;
	background-size: 100%;
	background-color: #fff;*/
	transition: all 0.3s;
}

.body > .section > .product-body{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	max-width: 80%;
	box-shadow: 0px 25px 35px 0px rgb(27 89 206 / 10%);
	position: relative;
}

.body > .section > .product-body > .product-image{
	flex: 5;
	margin: 10px;
	text-align: center;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
}

.body > .section > .product-body > .product-text{
	flex: 6;
	margin: 10px;
	text-align: justify;
	color: #333;

}

img.product-image{
	width: 100%;
}

.active{
}

.circle-down{
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.group-button{
	margin: 40px 0 0 0;
}

.group-button > .btn{
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	color: #333;
}

.top-sale-right{
	position: absolute;
	top: 30px;
	right: 30px;
	background-color: #9a9176;
	border-radius: 10px;
	padding: 5px 10px;
	color: #fff;
}

.top-sale-left{
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: #9a9176;
	border-radius: 10px;
	padding: 5px 10px;
	color: #fff;
}

