@charset "utf-8";
/* CSS Document */
.header-payment{
	width: 100%;
	height: 35px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-weight: bold;
	background-color: #b5b5b5;
	z-index: 500;
}
.header-payment .left{
	width: 32%;
	height: 35px;
	display: flex;
	position: relative;
	top:7px;
	margin-left: 3%;
}
.header-payment .left img{
	margin-right: 7px;
	margin-bottom: 2px;
}
.header-payment .left a{
	position: relative;
	top:5px;
	font-size: 1.2rem !important;
}
.header-payment ul{
	width: 65%;
	display: flex;
	position: relative;
	top:8px;
	justify-content: space-around;
}
.header-payment ul li{
	height: 20px;
	background-color: #a3a3a3;
	border-radius: 30px;
	padding: 2px 2%;
}
.header-payment ul li a{
	position: relative;
	top:3px;
	font-size: 1.1rem !important;
}
.header-payment a{
	text-decoration: none;
	color: #fff;
}
.header-payment:visited{
	color: #fff;
}
.header-payment:active{
	color: #fff;
}
@media screen and (min-width: 768px){
.header-payment{
	display: none;
	}	
}

