@charset "UTF-8";
/* CSS Document */
body{
			/*font: Arial Rounded MT Bold;*/
			font-family: 'Montserrat', sans-serif;
			font-family: 'Quicksand', sans-serif;
			
			color: #ff6565;
		}
				.shout{
			font-family: 'Quicksand', sans-serif;
			color: #ff6565;
font-size: 2em;
		}
    	.shout_small{
			font-family: 'Quicksand', sans-serif;
			color: #ccc;
font-size: 1.7em;
		}
    .shout_left{
			font-family: 'Quicksand', sans-serif;
			color: #000;
font-size: 1.7em;
padding-left:40px;
padding-right:100px;
text-align: left;
		}
		input{
			font-family: 'Quicksand', sans-serif;
			color: #ff6565;
			border: 4px solid #45cc90;
			padding: 10px;
			font-size: 2em;
			margin: auto;
  width: 50%;
		}
    .sfield{
      width: 80%;
    }
		.borderbox{
			border: 4px solid #45cc90;
			padding: 10px;
			font-size: 2em;
			margin: auto;
  width: 50%;
		}
		.solidbox{
			border: 4px solid #45cc90;
			padding: 10px;
			font-size: 2em;
			background: #45cc90;
			border-radius: 25px;
			color: #ffffff;
  padding: 10px;
	
				margin: auto;
  width: 50%;
	
		}
		.no_line{
			text-decoration: none;
			color: #FFFFFF;
		}
		.txtunderline{
			padding-top: 6px;
			padding-bottom: 10px;
			border-bottom: #ffffff 2px solid;
			cursor: pointer;
		}
		.txtunderline_no{
			padding-top: 6px;
			padding-bottom: 10px;
			cursor: pointer;
		}
		.produkt{
			color: #666666;
			font-size: 1em;
			border: 1px solid #cccccc;
			border-radius: 6px;
			width: 220px;
			margin: 10px;
			float: left;
		}
		.produkt_information{
			
		}
		.produkt_pris{
			font-weight: bold;
			
		}
		.produkt_stop{
			float: none;
			clear:left;
		}
		.produkt_antal_holder{
			margin: auto;
  			width: 50%;
		}
		.produkt_antal{
			color: #666666;
			font-size: 1em;
			display: inline;
			display: flex;
  flex-flow: row wrap;
			width: 20px;
			border: 0;
			
		}
		.produkt_change{
			cursor: pointer;
			display: inline;
			display: flex;
  flex-flow: row wrap;
		}
    .pinktext{
      color:#fc5d89;
    }
		