/* --- Google font --- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900|Kaushan+Script');

@charset "utf-8";
/* CSS Document */

body{
	background:#f6f6f6;
	font-family:Roboto;
}

.v3b2title{
	font-size:16px;
	font-weight:500;
	text-align:center;
	padding:5px 0;
	border-radius:20px;
	color:#ffffff;
	margin:5px 0;
}

.v3bg1{	background:#76c5c0;}
.v3bg2{	background:#d56f56;}
.v3bg3{	background:#d6af60;}
.v3bg4{	background:#f29053;}
.v3bg5{	background:#ef628c;}
.v3bg6{	background:#85ca71;}
.v3bg7{	background:#ab73b0;}
.v3bg8{	background:#eccc44;}
.v3bg9{	background:#f74e4d;}

.imgbg{
	text-align:center; background:#ffffff;
	
}

.popul{
	padding:10px 20px 10px 20px;
}

.popul li{
	padding:3px 0;
	line-height:1.3;
	font-weight:400;
}

.n3proprice{
	border-radius:30px; margin-bottom:10px; 
	background:#fff; font-weight:700; color:#666666;
	padding:5px; text-align:center;
	font-size:20px;
}
.v3rm{
	font-size:12px; font-weight:300;
}

.v3btnf2{ width:100%; float:left; text-align:center;}

.v3btnred{ border-radius:30px; padding:5px 10px; background:#ed4543; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block; text-decoration: none; -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;}
.v3btnred:hover,.v3btnred:focus{ background:#20ac76; color:#ffffff; text-decoration: none;}

.margintop30{
	margin-top:30px;
}

.tagcode{
	position:absolute; top: 10px; left:25px; width:25px; height:25px; border-radius:5px; text-align:center; color:#ffffff; font-weight:500;
}

.tagvege{
	position:absolute; top: 10px; right:25px; width:55px; height:55px; border-radius:5px; text-align:center; background:url(/Images/ivon-vege.png) center top no-repeat; background-size:100%;
}
.tagmini{
	position:absolute; top: 10px; right:25px; width:55px; height:55px; border-radius:5px; text-align:center; background:url(/Images/icon_mini_friedge.png) center top no-repeat; background-size:100%;
}
.tagfriedge{
	position:absolute; top: 10px; right:25px; width:55px; height:55px; border-radius:5px; text-align:center; background:url(/Images/icon_bluetooth.png) center top no-repeat; background-size:100%;
}

