*, body{
	padding: 0;
	margin: 0;
	/*color: #000;*/
}
body, html{
	overflow-x: hidden;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
body.dark{
	overflow-x: hidden;
	color: #fff;
	background-color: #101010;
	font-family: 'Poppins', sans-serif;
}
main{
	margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
}
p{
	color: #000;
}
.dark p{
	color: #fff;
}
.b_logo img{
	max-width: 150px;
}

main > .wrap_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.fullshet_view img{
	max-width: 400px;
	margin: 20px 0;
	/*max-height: 65vh;*/
}
.brand_name{
	/*width: 100%;
	max-width: 300px;*/
    /*background-color: #f5f5f5;*/
    /*padding: 10px;*/
}
/*.brand_name p{
	display: flex;
	padding: 10px;
    border: 1px solid #ccc;
}*/
/*.brand_name p span{
	width: 50%;
}*/
.span_first{
	font-weight: 600;
}
.second_span{
	font-weight: 400;
}
.table{
	margin-bottom: 0;
}
table th,
table td{
	width: 50%;
}

@media (max-width: 767px) {
	.b_logo img{
		max-width: 125px;
	}
	.fullshet_view img{
	    max-width: 300px;
	}
	main{
		margin-top: 20px;
	}
}