.wp-pagenavi{
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin-left: 3px;
	margin-right: 3px;
}
.wp-pagenavi a{
	color: #42A2FF;
}

.nav .button {
	margin-right: 30px !important;
	margin-left: 30px !important;
}

.header .header__inner .header__left ul.menu>li a {
	font-weight: normal; 
}

@media(min-width: 1201px) {	
	.header .header__inner .header__left ul.menu>li .sub-menu {
		height: 100px;
	}
	.header .header__inner .header__left ul.menu>li .sub-menu:before{
		content: "";
		width: 100vw;
		height: 110px;
		position: fixed;
		top: 72px;
		left: 0px;
		border-top: 1px solid #efeff0;
		z-index: -1;
		background-color: #fff;
	}
	#bg{
		width: 100vw;
		height: calc(100vh - 72px - 110px);
		position: fixed;
		left: 0px;
		top: calc(72px + 100px);
		background-color: #000;
		opacity: 0.2;
		z-index: 1;
		display: none;
	}
}

@media(max-width: 1200px) {
	.header .header__inner .header__right {		
		justify-content: center;
	}
	.header .header__inner .header__right .menu-right__item {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media(max-width: 1500px) {
	.product img{
		margin-right: 45%;
		margin-left: auto;
	}
}

@media(max-width: 1500px) {
	.overview .overview__inner {
		max-width: 90%;
	}
}

@media(max-width: 1300px) {
	.product img{
		margin-right: 55%;		
	}
}
@media(max-width: 768px) {
	.product img{
		margin-right: auto;		
	}
	.header .header__inner .header__left ul.menu>li a {
		display: block;
	}
}

.footer .col-1 {
	flex-basis: 65%;
}

body #scrollTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	width: unset;
	height: unset;
	left: unset;
	z-index: 9999999999;
	border: none;
	outline: none;
	background-color: #2222226e;
	transition: all ease .3s;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

.list-item .item a{
	display: block;
	text-align: center;
}
.list-item .item a h3{
	color: #000;
}
.list-item .item a p{
	color: #777;
}
