.nummerbehoud{
	display: block;
}
.additionalConditions ol {
	width: 83% ;
	display: inline-grid;
}

.choices .topbar p {
	width: 83% ;
}
.choices .topbar{
	margin-bottom: 3px;
}
#st_order .item .right .price:before{
        content: \\\\\\\'\\\\\\\\20AC \\\\\\\' ;
}
#st_order span.price .usual, .price.usual{
        text-decoration: line-through;
}
#st_order span.price{
        width: 55%;
        text-align: right;
        display: inline-block;
}

	#st_order .fixedElement {
		    background-color: #c0c0c0;
		    position:fixed;
		    top:0;
		    width:100%;
		    z-index:100;
		}
		#st_order .list .listitem {
			justify-content: space-between;
		    display: flex;
		}
		#st_order .keepnumber {
			margin-bottom: 1em;
		}
		#st_order .item .left &gt; span:first-child {
			font-weight: bold;
		}
		#st_order .item .right {
			text-align: right;
		}
		#st_order .box .topbar {
		    display: flex;
		    justify-content: space-between;
		}
		#st_order .item {
			cursor: pointer;
			padding: 1em;
			display: flex;
			background-color: #eee;
			margin-top: 0.5em;		
		}
		#st_order .choices + .item {
			margin-top: 0.5em;		
		}
		#st_order .item.selected {
			border: 1px solid #e10813;
		}

		#primary {
			max-width: 1200px !important;
		}
		#st_order {
			display: flex;
			margin-left: 8% ;
		}
		#st_order .receipt {
			margin-left: 1em;
			transition: all .4s;
			font-size: 80% ;
		}

		#st_order .left {
			width: 45%;
		}

		#st_order .right {
			width: 40%;
		}

		#st_order .box {
			/*background-color: #eee;*/
			box-shadow:0 3px 5px -1px rgba(0,0,0,.2), 0 6px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
			padding: 1em;
			margin-bottom: 1em;
		}
		.title {
			font-size: 1.5em;
			margin: 0;
		}
		#st_order .box .checkbtn, #st_order .user-content .quotebtn {
			/*margin-top: 1em;*/
			border-radius: 12px;
			display: inline-block;
			padding: .2em .8em;
			color: white;
			background-color: #e10813;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
		}
		#st_order .box .checkbtn:hover, #st_order .user-content .quotebtn:hover {
			background-color: #a2040c;
			transition: all .3s;
		}
		#st_order .box .checkbtn.disabled, #st_order .user-content .quotebtn.disabled {
			cursor: default;
			background-color: #555;
		}
		#st_order .affix {
            position: relative;
            /*width: 40%;*/
        }
        #st_order .zipcode, #st_order .number {
            /*width: 29%;*/
        }
        /*Hide sticky header on pages with the quote shortcode*/
		.navigation.sticky {
            display: none;
        }
        
        #st_order a, #st_order p {
            color: #000;
        }

	#st_order input{
		border-color: #ccc;
		border-radius: 12px ;
	}

        #st_order input:focus {
            border-color: #eee;
		border-radius: 12px;
		color: #000;
        }
        #st_order .info .box input {
		 border-radius: 12px;
            width: 100%;
            margin-bottom:1rem;
        }
        
        #st_order .loader {
            font-size: 1rem;
            position: unset;
            /*display: unset;*/
            margin: 0 0 0 1rem;
            color: black;
            width: auto;
            height: auto;
        }
        
        @media screen and (max-width:768px) {
            #st_order {
                flex-direction: column;
            }
            #st_order &gt; div {
                width: 100% !important;
            }
            #st_order .receipt {
                margin-left: 0px !important;
            }
        }
        
		.ui-widget {
			font-family: \\\\\\\"Lucida Grande\\\\\\\", \\\\\\\"Lucida Sans Unicode\\\\\\\", Helvetica, Arial, Verdana, sans-serif;
			background: #333;
			border: none;
			border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		}

		.ui-state-default, .ui-widget-content .ui-state-default {
			background: white;
		}
		.ui-state-active, .ui-widget-content .ui-state-active {
			background-color: #e10813 !important;
			color: white;
		}

		.ui-datepicker {
			padding: 0;
		}

		.ui-datepicker-header {
			border: none;
			background: transparent;
			font-weight: normal;
			font-size: 15px;
		}

		.ui-datepicker-header .ui-state-hover {
			background: transparent;
			border-color: transparent;
			cursor: pointer;
			border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		}

		.ui-datepicker .ui-datepicker-title {
			margin-top: .4em;
			margin-bottom: .3em;
			color: #e9f0f4;
		}

		.ui-datepicker .ui-datepicker-prev-hover,
		.ui-datepicker .ui-datepicker-next-hover,
		.ui-datepicker .ui-datepicker-next,
		.ui-datepicker .ui-datepicker-prev {
			top: .9em;
			border:none;
		}

		.ui-datepicker .ui-datepicker-prev-hover {
			left: 2px;
		}

		.ui-datepicker .ui-datepicker-next-hover {
			right: 2px;
		}

		.ui-datepicker .ui-datepicker-next span,
		.ui-datepicker .ui-datepicker-prev span {
			/*background-image: url(images/ui-icons_ffffff_256x240.png);*/
			background-position: -32px 0;
			margin-top: 0;
			top: 0;
			font-weight: normal;
		}

		.ui-datepicker .ui-datepicker-prev span {
			background-position: -96px 0;
		}

		.ui-datepicker table {
			margin: 0;
		}

		.ui-datepicker th {
			padding: 1em 0;
			color: #ccc;
			font-size: 13px;
			font-weight: normal;
			border: none;
			border-top: 1px solid #3a414d;
		}

		.ui-datepicker td {
			/*background: #f97e76;*/
			background-color: #fff;
			opacity: 1 !important;
			border: none;
			padding: 0;
		}

		td .ui-state-default {
			background: transparent !important;
			border: none !important;
			text-align: center !important;
			padding: .5em !important;
			margin: 0 !important;
			font-weight: normal !important;
			/*color: #efefef;*/
			font-size: 16px;
		}

		.ui-state-disabled  {
			opacity: 1;
		}

		.ui-state-disabled .ui-state-default {
			color: #fba49e;
		}

		td .ui-state-active,
		td .ui-state-hover {
			background: #2e3641;
		}
        #st_order .switch {
		  position: relative;
		  display: inline-block;
		  width: 60px;
		  height: 34px;
		}

		#st_order .switch input { 
		  opacity: 0;
		  width: 0;
		  height: 0;
		}

		#st_order .slider {
		  position: absolute;
		border-radius: 16px;
		  cursor: pointer;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background-color: #ccc;
		  -webkit-transition: .4s;
		  transition: .4s;
		}
		#st_order .slider:before {
		  position: absolute;
		  content: \\\\\\\"\\\\\\\";
		  height: 26px;
		  width: 26px;
		  left: 4px;
		  bottom: 4px;
		border-radius: 50%;
		  background-color: white;
		  -webkit-transition: .4s;
		  transition: .4s;
		}

		#st_order input:checked + label .slider, #st_order input:checked + .slider {
		  background-color: #e10813;
		}

		#st_order input:focus + .slider {
		  box-shadow: 0 0 1px #e10813;
		}

		#st_order input:checked + label .slider:before, #st_order input:checked + .slider:before {
		  -webkit-transform: translateX(26px);
		  -ms-transform: translateX(26px);
		  transform: translateX(26px);
		}
#st_order input.error {
	border-radius: 12px;
            border: 2px solid #e10813;
        }
.desc, .choices {
	display: block;
}
.hideInForm {
	display: none;
}

.left {
    float: left;
}

    #action {
        border-radius: 10px;
        display: inline-block;
        padding: 0 .8em;
        font-size: 90% ;
        color: white;
        background-color: #e10813;
    }

.actionForm{
color: white;
display: inline-block ;
width: 120px;
        text-align: center;
        padding: .2em 0;
      height: 80px;
      background: #e10831;
      position: relative;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
        left: 20px;
        top: 10px;
    }
    .actionForm:before {
      content: \\\\\\\"\\\\\\\";
      position: absolute;
      right: 100%;
      top: 26px;
      width: 0;
      height: 0;
      border-top: 13px solid transparent;
      border-right: 26px solid #e10831;
      border-bottom: 13px solid transparent;
    }