/* common */
* { margin: 0px; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border-radius: 0!important }
html, body { font-family: 'baseTwelve'; font-size: 15px; line-height: 24px; font-weight: normal; color: #454545; height: 100%; min-height: 100%; }
input, select, textarea { font-family: 'latoregular'; font-size: 15px; line-height: 24px; color: #454545; }
body { background-color: #fff; }
body.bg { 
/*
  background-image: url(../images/koe.png);
  background-repeat: no-repeat;
  z-index: 9999999999;
  background-size: 200px;
  */
} 
img { border: 0px; display: block; }
a, input { outline: none; }
.clear { clear: both; height: 0px; overflow: hidden; }
.centering { margin: 0 auto; width: 1200px; max-width: calc(100vw - 250px); }
.newcentering {
  max-width: 80vw;
  min-width: 70vw;
}


.popupsubscribe ul.allergen {
  list-style-type: none;
  display: inline;
  width: 100%;
  overflow: hidden;  
  margin-bottom: 2em;
}
.popupsubscribe ul img {
  float: left;
  margin: 0 14px;
}
.popupsubscribe ul li span {
    float: left;
    width: 42px;
    text-align: center;
    margin: 0 14px;
    overflow: hidden;
    font-size: 11px;
}
.popupsubscribe ul li {
    width: 71.25px;
    text-align: center;
    float: left;
    height: 68px;
    margin-bottom: 3px;
}
.showM {
  display: none!important;
}
/* section  */
#section { position: relative; display: block; width: 100%; min-height: 100%; height: auto; }

/* page wrap */
#page-wrap { padding-bottom: 0px; margin: 0 auto; width: 100%; position: relative; }

	/* header */
	#header-wrap { position: fixed; width: 100%; float: left; border-bottom: 1px solid #e7e7e7; z-index: 99999; top: 0px;}
	#header-wrap.in {height: 138px;}
	
		/* nav block */
		.nav-block { width: 100%; /* background-color: #fff; */float: left; position: relative; display: flex; align-items: center; }
		.nav-block.in { flex-wrap: wrap; }
		.nav-block .logo { float: left; width: 33.333333333%; display: inline-flex; align-items: center; height: 100%; }
		.nav-block .logo a { display: block; margin-right: 30px; }
		.home .nav-block .logo a { margin-left: auto; }
		.nav-block .logo img { width: 100%; height: auto; max-width: 232px; }
		.nav-block.page li a { padding: 0 18px; }
		.nav-block.page a.blue { margin: 24px 114px 0 17px; float: right; width: 33px; height: 33px; display: block; background: #292962 url('../images/blue_img.png') no-repeat; }
		.nav-block.page a.blue:hover { background-color: #b00d19; }
		.nav-block .menu a.mobile { display: none; }
    .nav-block .menuHolder {display: flex; width: 100%; align-items: center;}
		.nav-block .link { float:right; flex-grow: 1; max-width: 100%; }
		.nav-block ul { float: left; list-style: none; display: flex; width: 100%;}
		.nav-block li { float: left; position: relative; display: table; flex-grow: 1; text-align: center;}
		.nav-block li a { padding: 0 15px; white-space: nowrap; height: 110px; font-family: 'baseTwelve'; font-size: 20px; line-height: normal; color: #0a2972; font-weight: normal; display: table-cell; vertical-align: middle; text-transform: uppercase; text-decoration: none; border-top: 6px solid rgba(255,255,255,0); }
		.nav-block li.active a { background-color: #edf0f3; padding: 0 15px; margin: 0 5px; border-top: 6px solid #900000; }
		.nav-block li.active:hover a { background-color: #edf0f3; }
		.nav-block li:hover > a { background-color: #edf0f3; border-top: 6px solid #900000; }
		.nav-block li ul { display: none; width: 206px; position: absolute; top: 80px; left: 0; border: 2px solid #d2d2d2; background-color: #fff; }
		.nav-block li:hover ul { display: block; }
		.nav-block li:hover li ul { display: none; }
		.nav-block li li:hover ul { display: block; }
		.nav-block li li { width: 100%;}
		.nav-block li li a { height: auto; font-family: 'baseTwelve'; font-size: 14px; line-height: 40px; color: #454545; }
		.nav-block li li span { padding-top: 4px; display: block; }
		.nav-block li li:hover { background-color: #d2d2d2; }
		.nav-block li li:hover span { color: #900000; }
		.nav-block li li:first-child { border-top: 0; }
    /*
		.nav-block li li.order1 a { background: url('../images/list_img1.png') left 8px no-repeat; }
		.nav-block li li.order2 a { background: url('../images/list_img2.png') left 8px no-repeat; }
		.nav-block li li.order3 a { background: url('../images/list_img3.png') left 8px no-repeat; }
		.nav-block li li.order4 a { background: url('../images/list_img4.png') left 8px no-repeat; }
		.nav-block li li.order5 a { background: url('../images/list_img5.png') left 8px no-repeat; }
		.nav-block li li.order6 a { background: url('../images/list_img6.png') left 8px no-repeat; }
    */
		.nav-block li li ul { width: 280px; background-color: #d2d2d2; position: absolute; left: 276px; top: -2px; }
		.nav-block li li ul a { background: none; } 
		.nav-block li li ul li a { padding: 0 0 11px; background: none !important; border-bottom: 1px solid #bcbcbc; }
		.nav-block li li ul li span { color: #900000; word-wrap:break-word;}
		.nav-block li li ul li:last-child a { border-bottom: 0; }
		.nav-block li li li { padding: 0 32px 0; }
		.nav-block li li:hover li span { background: none; }
		.nav-block li li ul li:hover span { color: #454545; background: none; }
		
		.nav-block .news { margin-right: 18px; float: right;  order: 1;}
		.nav-block .news a { padding: 0 21px; float: left; font-size: 14px; line-height: 81px; color: #b00d19; font-weight: normal; text-decoration: none; text-transform: uppercase; border-left: 1px solid #eeedee; border-right: 1px solid #eeedee; }
		.nav-block a.login { position: relative; padding-left: 30px;  font-family: 'baseTwelve'; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; color: #585858; color: #0a2972;}
		.nav-block a.login:before { 
    content: "";
    background: url(../images/login_img.png) center no-repeat;
    color: #0a2972;
    width: 25px;
    display: block;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;}
		.in .nav-block a.login { margin-left: 15px; padding-right: 10px }
		.in .nav-block a.login:before { left: 5px; }
		.nav-block .news a:hover { color: #585858; }
		.nav-block .news a.login:hover { color: #b00d19; }
	
	/* content */
	#content-wrap { overflow: hidden; width: 100%; margin-top: 110px;}
	.in #content-wrap { margin-top: 137px;}
	#content-wrap.bg2 { background: url() left bottom no-repeat; }
	
		/* left */
		#left-wrap { margin: 7px 0 0 10px; float: left; width: 280px; }
			
			/* content block */
			.content-block { margin-bottom: 25px; width: 100%; float: left; /*border: 2px solid #d2d2d2;*/ }
			.content-block ul { width: 100%; float: left; list-style: none; }
			.content-block li { font-size: 13px; line-height: 59px; color: #454545; font-weight: normal; text-transform: uppercase; border-top: 1px solid #d2d2d2; }
			.content-block li:last-child { border-bottom: 1px solid #d2d2d2; }
			.content-block li a { padding: 0 23px; color: #454545; font-weight: normal; display: block; text-decoration: none; }
			.content-block li.active { padding: 0; background-color: #efefef; }
			.content-block li:hover a, .content-block li.active { background-color: #1B4B93; }
			.content-block li:hover a, .content-block li.active a{ color: white; }
			
			/* offer block */
			.offer-block { padding: 29px 20px 34px; width: 100%; float: left; background: url('../images/click_bg.jpg') left top repeat; } 
			.offer-block a { font-family: 'cabinsketchregular'; font-size: 23px; line-height: 24px; font-weight: bold; color: #b00d19; text-align: center; display: block; text-decoration: none; }
			.offer-block a:hover { color: #ff0013; }
			
		/* center */
		#center-wrap { float: left; width: 100%; }
			
			/* delicious block */
			.delicious-block { padding-bottom: 45px; width: 100%; overflow: hidden; display: flex; margin-top: 86px;}
			.delicious-block .left { padding: 0; width: 41.666666%; float: left; margin-top: 39px; }
			.delicious-block .rate { width: 100%; float: left; position: relative; z-index: 999; padding: 0 15px; display: flex; flex-direction: column; }
			.delicious-block .rate h2{ text-transform: uppercase; font-weight: 400; font-family: baseTwelve, sans-serif; font-size: 38px; color: #0a2972; line-height: 1.05; text-align: center; margin-bottom: 20px; display: flex; flex-direction: column; }
			.delicious-block .rate h2 small{ text-transform: initial; font-family: baseTwelve, sans-serif; font-size: 18px; color: #0a2972;  text-align: center; margin-top: 5px; }
			.delicious-block .rate h4{ font-family: baseTwelve, sans-serif; font-size: 23px; color: #0a2972; line-height: 0.8; text-align: center; margin-bottom: 20px; display: flex; flex-direction: column; }
			.delicious-block .rate div{ 
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
      }
			.delicious-block .rate div a{ padding: 15px 24px; margin-right: 15px; margin-left: 15px; border: 2px solid #b00d19; text-decoration: none;}
			.delicious-block p { padding-bottom: 20px; font-family: 'cabinsketchregular'; font-size: 24px; line-height: 33px; font-weight: bold; color: #454545; }
			.delicious-block .left a { margin: auto;float: left; font-family: 'baseTwelve'; font-size: 20px; color: #b00d19; text-decoration: none; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
			.delicious-block .left a:hover { color: #fff; background-color: #b00d19; }
			.delicious-block .right { padding: 0; max-width: 100%; flex-grow: 1; float: right; }
			.homeName { padding-top: 90px; font-weight: 400; font-family: 'baseTwelve'; font-size: 55px; line-height: 54px; color: #0e2b8d; text-align: center; text-transform: uppercase; }
			.homeName span { padding-top: 15px; font-family: 'baseTwelve'; font-size: 25px; line-height: 24px; font-weight: 100; color: #b00d19; display: block; text-transform: lowercase; font-style: italic; }
			.delicious-block h3 { padding-bottom: 21px; font-size: 20px; line-height: 18px; font-weight: 400; text-align: center; color: #0a2972; }
			.delicious-block ul { width: 100%; float: left; list-style: none; border: 2px solid #eeedee; }
			.delicious-block li { float: left; position: relative; width: 33.3%; padding-bottom: 25%; border-right: 2px solid #eeedee; border-bottom: 2px solid #eeedee; }
			.delicious-block li a { display: flex; flex-direction: column; margin: auto; justify-content: space-evenly; text-decoration: none; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
			.delicious-block li div { margin: auto;}
			.delicious-block li img { margin: auto; height: 90px;}
			.delicious-block li em { display: block; font-size: 18px; line-height: 25px; font-weight: 400; color: #0a2972; font-style: normal; text-align: center; text-transform: uppercase; padding-bottom: 10px; }
			.delicious-block li a:hover em { color: #b00d19; }
			.delicious-block li.cheese { border-right: 0; }
			.delicious-block li.none { border-bottom: 0; }
			
			/* good block */
			.good-block { padding-bottom: 65px; margin: auto; max-width: 787px; overflow: hidden; display: flex; flex-direction: column; }
			.good-block h3 { 
        margin: auto;
        margin-bottom: 28px;
        font-family: 'baseTwelve';
        font-size: 25px;
        color: #b70005;
        text-align: center;
        font-weight: normal;
        font-style: italic;
        text-transform: uppercase;
      }
			.good-block h2 { padding-bottom: 35px; margin-bottom: 40px; font-family: 'baseTwelve'; font-size: 40px; color: #0a2972; text-align: center; font-weight: normal; text-transform: uppercase; position: relative;}
			.good-block h2:after { 
        content: "";
        width: 30%;
        border-bottom: 2px solid #e7e7e7;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
      }
			.good-block p { font-size: 16px; font-family: 'latoregular'; color: #414141; text-align: center; margin-bottom: 46px;}
			.good-block a { font-size: 20px; color: #b70005; text-align: center; display: block; text-decoration: none; }
			.good-block a:hover { color: #414141; }
			
			/* action block */
			.action-block { padding-top: 24px;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
			.action-block h1 { padding-bottom: 40px;
    float: left;
    font-family: 'latolight';
    font-size: 35px;
    line-height: 45px;
    color: #0a2972;
    font-weight: 600;
    width: auto;
    margin: auto;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative; }
			.action-block h2 { padding-bottom: 32px; font-family: 'latolight'; font-size: 40px; line-height: 42px; color: #454545; text-align: center; font-weight: normal; }
			.action-block .action { padding: 15px 0; width: 100%; float: left; background-color: #efd7d8; }
			.action-block h3 { font-family: 'baseTwelve'; font-size: 18px; line-height: 22px; font-weight: normal; color: #b00d19; text-align: center; }
			.action-block a.back { float: left; font-size: 14px; line-height: 18px; font-weight: normal; color: #9a9a9a; text-decoration: none; text-transform: uppercase; position: absolute; top: 49px; left: 0; }
			.action-block a.back:hover { color: #454545; }
			.action-block ul.link { list-style: none; position: absolute; right: 0; top: 49px; }
			.action-block ul.link li { float: left; }
			.action-block ul.link li a { padding-right: 3px; font-size: 14px; line-height: 18px; font-weight: normal; color: #9a9a9a; text-decoration: none; text-transform: uppercase; display: block; }
			.action-block ul.link li a:hover { color: #454545; }
			
			/* show block */
			.show-block { margin: -11px 0 18px; width: 100%; height: 50px; float: left; position: relative; z-index: 9999; background-color: #eeedee; }
			.show-block ul { padding: 15px 0 0; float: right; list-style: none; }
			.show-block li { padding: 0 21px 0 11px; float: left; font-size: 14px; line-height: 18px; font-weight: normal; color: #6b6a6a; }
			.show-block li:first-child { padding: 0 6px 0 0; }
			.show-block li a { padding-left: 30px; display: block; text-decoration: none; text-decoration: none; color: #6b6a6a; }
			.show-block li.list a { background: url('../images/show_img1.png') left top no-repeat; }
			.show-block li.picture a { background: url('../images/show_img2.png') left top no-repeat; }
			.show-block li a:hover { color: #292962; }
			
			/* np block */
			.np-block { padding: 30px 0 8px; width: 100%; float: left; }
			.np-block ul.link { float: right; list-style: none; }
			.np-block ul.link li { float: left; }
			.np-block ul.link li a { padding-right: 6px; font-size: 14px; line-height: 18px; font-weight: normal; color: #9a9a9a; text-decoration: none; text-transform: uppercase; display: block; }
			.np-block ul.link li a:hover { color: #454545; }
			
			/* order block */
			.order-block { padding: 0 10px 62px; width: 100%; float: left; }
			.order-block .order {
        width: auto;
        float: left;
        display: flex;
        align-items: flex-start;
        margin-right: 15px;
        width: calc(100% - 514px);
      }
      .order-block .inputs {
        width: 400px;
      }
			.order-block .left { margin-right: 11px; float: left; }
			.order-block ul { padding: 0 4px; width: 100%; overflow: hidden; list-style: none; }
			.order-block li { padding-bottom: 9px; margin-bottom: 12px; width: 100%; overflow: hidden; border-bottom: 2px solid #eeedee; }
			.order-block .right { float: left; width: 412px; }
			.order-block .right h3 { padding-bottom: 2px; font-size: 20px; color: #b00d19; font-family: "baseTwelve"}
			.order-block .unithold { 
        display: flex;
        flex-direction: column;
        margin-left: auto;
      }
			.order-block .unit { 
        font-size: 13px;
        line-height: 20px;
        color: #0e2b8d;
        background-color: #e6e6ef;
        padding: 0px 5px; 
        margin-bottom: 8px;        
      }
			.order-block .unit:last-child { 
        margin-bottom: 0;
      }
			.order-block .records .unit { background-color: #e6e6ef; color: #0e2b8d; border-radius: 8px }
			.order-block .records .unit { white-space: nowrap; line-height: 28px; text-align: right; }
			.order-block .right p { margin-right: 5px;float:left;padding-bottom: 0; min-height: 22px; font-size: 14px; line-height: 24px; color: #585858; }
			.order-block .right span { padding-right: 10px; font-family: 'baseTwelve'; font-size: 14px; float: left; color: #b00d19; }
			.order-block .right small { font-family: latoregular; font-weight: 600; padding: 0 5px; float: left; font-size: 13px; line-height: 20px; text-decoration: none; color: #0e2b8d; background-color: #e6e6ef; margin-right: 5px;}
			.order-block .right small em.fresh { padding-left: 16px; display: block; line-height: 20px; font-style: normal;  background: url('../images/cool_icon.png') left center no-repeat; background-size: 11px 13px; }
			.order-block .right small em.cool { padding-left: 16px; display: block; line-height: 20px; font-style: normal;  background: url('../images/order_icon.png') left center no-repeat; }
			.order-block .right small em.stock { width: 20px; height: 20px; padding-left: 16px; display: block; line-height: 20px; font-style: normal;  background: url('../images/truck_green.png') left center no-repeat; background-size: 22px; }
			.order-block .right small em.purchase { min-width: 20px; height: 20px; padding-left: 26px; display: block; line-height: 20px; font-style: normal;  background: url('../images/truck_red.png') left center no-repeat; background-size: 22px; }

			.order-block .right a:hover { color: #b00d19; }
			.order-block.book { padding: 0 10px 66px; margin-top: -10px; }
			.order-block.book ul { padding: 14px 0 0; border-top: 4px solid #b00d19; font-family: "latoregular"; }
			.order-block.book li { display: flex; align-items: flex-start;}
			.order-block.book li { /*padding: 1px 0 0px;*/ padding: 4px 0px 4px 16px; margin-bottom: 0; }
			.order-block.book li.ordered { background-color: #e0ffe0; }
      .order-block.book li.filled { }
			.order-block.book li:first-child { border-top: none; }
			.order-block.book li:first-child { align-items: center; }
			.order-block.book li:last-child { border-bottom: 2px solid #eeedee; }
			.order-block.book h2 { text-shadow: 1px 1px 1px #FFF; padding-left: 80px; margin: 0 0 11px 12px; font-family: 'baseTwelve'; font-size: 35px; line-height: 38px; color: #b70005; text-transform: uppercase; font-weight: normal; }
			.order-block.book h2.list1 { background: url('../images/delicious_img1.png') left center no-repeat; background-size: contain; }
			.order-block.book h2.list2 { background: url('../images/delicious_img2.png') left center no-repeat; background-size: contain; }
			.order-block.book h2.list3 { background: url('../images/delicious_img3.png') left center no-repeat; background-size: contain; }
			.order-block.book h2.list4 { background: url('../images/delicious_img4.png') left center no-repeat; background-size: contain; }
			.order-block.book h2.list5 { background: url('../images/delicious_img5.png') left center no-repeat; background-size: contain; }
			.order-block.book h2.list6 { background: url('../images/delicious_img6.png') left center no-repeat; background-size: contain; }
			.order-block.book h2.list7 { background: url('../images/delicious_img7.png') left center no-repeat; background-size: contain; }
			.order-block.book h2.list8 { background: url('../images/delicious_img8.png') left center no-repeat; background-size: contain; }
			.order-block.book h2.list9 { background: url('../images/delicious_img9.png') left center no-repeat; background-size: contain; }
			/*.order-block.book .number { width: 686px; float: right; margin-top: 8px;}*/
			.order-block.book .left { margin-right: 17px; height: 50px; width: 50px; }
			.order-block.book .right { width: 350px; }
			.order-block.book .line { /*margin-right: 5px;*/ float: left; width: 117px; }
			.order-block.book .line.line2 { /*width: 257px;*/ width: 100%; }
			.order-block.book label { font-size: 14px; line-height: 22px; display: block; text-align: center; padding: 0;}
			.order-block.book input[type="text"], .order-block.book input[type="number"] { padding: 5px 10px; float: left; width: 100%; height: 29px; font-size: 13px; line-height: 20px; vertical-align: middle; border: 0; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom: 1px solid #c4c4c4; box-shadow: 0 1px 2px 1px #bbbbc2 inset; -webkit-box-shadow: 0 1px 2px 1px #bbbbc2 inset; -moz-box-shadow: 0 1px 2px 1px #bbbbc2 inset; background-color: #e6e6ef; }
			.order-block.book a.close { padding: 0 12px; margin: 0 5px 0; float: left; width: 34px; height: 29px; font-size: 13px; line-height: 29px; color: #fff; text-decoration: none; text-transform: uppercase; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;  background: #ff0013 url('../images/close.png') no-repeat; background-position: 0 -4px;}
			.order-block.book a.close { margin: 0; margin-bottom: 8px; float: none;}
			.order-block.book a.close:hover { background-color: #b00d19; }
			.order-block.book a.add { padding: 0 12px; margin: 14px 20px 0; float: right;  height: 37px; font-size: 13px; line-height: 37px; color: #fff; text-decoration: none; text-transform: uppercase; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #292962; }
			.order-block.book a.add:hover { background: #24a11b; }
			.order-block.book a.cancel {     
        padding: 0 12px;
        margin-left: 5px;
        display: inline-flex;
        height: 37px;
        font-size: 13px;
        line-height: 37px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background: #ff0013;
      }
			.order-block.book a.cancel:hover { background: #b00d19; }
			.order-block.book a.confirm {     
        padding: 0 12px;
        margin-left: 5px;
        display: inline-flex;
        height: 37px;
        font-size: 13px;
        line-height: 37px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background: #ff0013;
      }
			.order-block.book a.confirm:hover { background: forestgreen; }
			.order-block.book a.remove {
        padding: 0 12px;
        margin-left: 5px;
        display: inline-flex;
        height: 37px;
        font-size: 13px;
        line-height: 37px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background: #b70005;
      }
			.order-block.book a.remove:hover { background: #b00d19; }
			.order-block.book a.recover {     padding: 0 12px;
        display: inline-flex;
        margin-left: 5px;
        height: 37px;
        font-size: 13px;
        line-height: 37px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        background: #292962;
      }
			.order-block.book a.recover:hover { background: forestgreen; }
      
      .order-block.book .closespace {
        width: 50px;
        display: block;
      }
      .order-block.book .closespace {
        width: 100px;
        display: inline-flex;
        flex-direction: column;
        padding: 0 5px;
      }
      .order-block.book .total {
        display: block;
        float: left;
        white-space: nowrap;
      }
			.order-block .number {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        justify-content: space-between;
      }
      .order-block .spacer {
        width: 20px;
        text-align: center;
      }
      .ordr-block p.unit {
        padding-bottom: 2px;
        font-size: 15px;
        line-height: 12px;
      }
      .input-group {
        display: flex;
      }
      .input-group *:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        width: 25px;
        background-color: #292962;
        color: #FFF;
        border: 0;
      }
      .input-group *:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        width: 25px;
        background-color: #292962;
        color: #FFF;
        border: 0;
      }
      .input-group input[type="text"]{
        border-radius: 0!important;
        text-align: center;
      }
      .order-block.book input[type="text"].quantityinput {
        width: 60px;
      }
			a.info {
			    padding: 0 5px;
    float: left;
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
    color: #0e2b8d;
    background-color: #e6e6ef;
    margin-left: 2px;
    }
      .order-block.book li.active a.close { display: block; }
			/*.order-block.book .number.full { width: 750px; }*/
			.order-block.book .number.full .line { width: 114px; position: relative; }
      .editWeight {
        position: absolute;
        right: -30px;
        top: 0;
        width: 25px;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
      }
			.order-block.book .number.full .line2 { width: 253px; }
			.order-block.book .number.full a { padding: 0 12px; margin: 0 5px 0; float: left; height: 29px; font-size: 13px; line-height: 29px; color: #fff; text-decoration: none; text-transform: uppercase; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
			.order-block.book .number.full a.adjust { background-color: #292962; }
			.order-block.book .number.full a.remove { background-color: #ff0013; }
			.order-block.book .number.full a.adjust:hover { background-color: #ff0013; }
			.order-block.book .number.full a.remove:hover { background-color: #d30f1e; }
      .order-block.book .number.full a.recover { background-color: #292962; }
			.order-block.book .number.full a.recover:hover { background-color: #ff0013; }
      .order-block.book .number.less { width: 625px; }
			.order-block.book .number.less .line { margin-right: 8px; width: 114px; }
			.order-block.book .number.less .line2 { width: 184px; }
			.order-block.book .number.less .line3 { width: 233px; }
			.order-block.book li.selected { background-color: lightyellow; }
			.order-block.book li.selected .number.full a.adjust, .order-block.book li.active2 .number.full a.remove { display: none; } 
			.order-block.book li.selected .number.full label { font-family: 'baseTwelve'; color: #000; }
			.order-block.book li.selected .number input[type="text"]:not(.readonly), .order-block.book li.active .number input[type="text"], .order-block.book li.active2 .number input[type="number"], .order-block.book li.active .number input[type="number"] { color: #000; background-color: #fff; }
			.order-block.book li.selected .number.full input[type="text"]:focus { background-color: #fff; }
			.order-block.book li.active3 { background-color: #fcdde0; }
			.order-block.book li.active3 a.recover { margin: 20px 32px 0 0; float: right; color: #243694; text-decoration: underline; }
			.order-block.book li.active3 a.recover:hover { color: #ff0013; }
			.order-block.book li.remove { background-color: mistyrose; }

			.order-block.cart h4 { padding-bottom: 8px; font-family: 'latolight'; font-size: 35px; line-height: 35px; color: #454545; }
			.order-block.cart ul { border-top: 0; }
			.order-block.cart a.close { display: block; }
      .order-block.cart a.add { display: block; }
      .order-block.cart a.cancel { display: block; }
      
			.order-block.cart { margin-top: 0; }

      /* fixednav */
      #fixednav { 
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 9999999999;
        background-color: #e5e5ee;
      }      

			/* round block */
			.round-block { padding: 9px 10px 10px; width: 100%; overflow: hidden; }
			.round-block .round { padding: 17px 24px 17px 21px; margin-right: 8px; position: relative; width: 288px; min-height: 176px; display: table-cell; vertical-align: middle; float: left; border: 1px solid rgba(255,255,255,0); background-color: #edf0f3; }
			.round-block .round:hover, .round-block .round.active { border: 1px solid #292962; }
			.round-block .round.last:hover { border: 1px solid rgba(0,0,0,1); }
			.round-block .round.end:hover { border: 1px solid rgba(255,255,255,0); }
			.round-block .round.last { margin-right: 0; }
			.round-block .round.end { margin-right: 0; width: 587px;  }
			.round-block .round.bg { background: #edf0f3 right bottom no-repeat; background-size: 40%;}
      #month_promotion, #internet_promotion {cursor: pointer;}
			.round-block h2 { font-family: 'baseTwelve'; padding-bottom: 11px; font-size: 20px; line-height: 20px; color: #022b31; font-weight: normal; text-transform: uppercase; width: 100%; }
			.round-block h3 { font-family: 'baseTwelve'; font-size: 20px; line-height: 22px; color: #022b31; font-weight: bold; }
			.round-block  p { padding: 3px 0 11px; font-size: 13px; line-height: 16px; font-weight: normal; color: #454545; }
			.round-block .left { float: left; }
			.round-block .right { float: right; width: 68%;  padding-left:5px}
			.round-block h4 { font-size: 16px; line-height: 14px; color: #b00d19; font-weight: 600; }
			.round-block span { padding: 7px 0; display: block; font-size: 14px; line-height: 17px; color: #b00d19; font-weight: 600; text-transform: uppercase; }
			.round-block a.view { text-decoration: none; margin-left: auto; width: 93px; height: 37px; font-size: 15px; line-height: 37px; color: #fff; text-align: center; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background-color: #b70005; }
			.round-block a.view:hover { background-color: #292962; }
			.round-block input[type="text"] { padding: 0 15px; margin-bottom: 6px; margin-top: 5px; width: 250px; height: 36px; border: 0; border-bottom: 2px solid #0a2972; background-color: transparent;}
			.round-block input[type="text"]::placeholder { color: #0a2972 }
			.round-block input[type="submit"] { padding: 0 10px 0 18px; float: left; width: 129px; height: 31px; font-size: 15px; color: #fff; text-align: left; border: 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; cursor: pointer; background: #b70005 url('../images/search_img.png') right center no-repeat; }
			.round-block select { padding: 0 15px; margin-bottom: 0; margin-top: 5px; width: 250px; height: 36px; border: 0; border-bottom: 2px solid #0a2972; background-color: transparent; color: #0a2972 }
			.round-block input[type="submit"]:hover { background-color: #292962; }
			.round-block a.order {  font-size: 22px; min-height: 70px; line-height: 70px; color: #fff; text-align: center; font-weight: normal; text-decoration: none; display: block; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background-color: #b70005 ; }
			.round-block a.order:hover { background-color: #292962; }
			.round-block a.order.to { margin: auto; background-color: #b00d19;}
      .round-block a.order.to:hover { background-color: #24a11b;}
			.round-block a.order.add { margin: auto; font-size: 19px; background-color: #292962; }
			.round-block a.order.add:hover { background-color: #24a11b; }
			.round-block a.order.place { margin: auto; height: 70px; line-height: 70px; background-color: #292962; }
			.round-block a.order.place:hover { background-color: #ff0013; }
			.round-block .mid { padding-top: 24px; width: 100%; float: left; display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
			.round-block .siteName {
          margin: auto;
          margin-bottom: 20px;
          width: auto;
          display: inline-block;
          font-size: 25px;
          font-weight: 400;
      }
			.round-block h1 { padding-bottom: 40px;
        float: left;
        font-size: 40px;
        color: #0a2972;
        font-weight: 400;
        width: auto;
        margin: auto;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 50px;
        position: relative;}
        .round-block h1:after {
        content: "";
        border-bottom: 2px solid #edf0f3;
        width: 80%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        }
			.round-block .sticky { padding-top: 4px; margin-right: 138px; width: 400px; float: right; }
			.round-block .store { margin-right: 240px; width: 400px; float: right; }
			.round-block address { font-family: 'baseTwelve'; font-size: 14px; line-height: 22px; color: #484848; font-weight: normal; font-style: normal; display: block; }
			.round-block cite { font-family: 'baseTwelve'; font-size: 14px; line-height: 15px; color: #484848; font-style: normal; font-weight: normal; text-transform: uppercase; font-style: normal; display: block; }
			.round-block.light h2 { color: #b3b3b3; }
			.round-block.light h4 { color: #b3b3b3; }
			.round-block.light h3 { color: #b3b3b3; }
			.round-block.light p { color: #b3b3b3; }
			.round-block.light span { color: #b3b3b3; }
			.round-block.light a.view { background-color: #cdcdcd; }
			.round-block.light input[type="text"] { background-color: #e4e4e4; }
			.round-block.light input[type="submit"] { background-color: #cdcdcd; }
      
      .fullwidth {
        display: flex;
      }
      .fullwidth .round {
        width: 100%;
        min-width: 288px;
      }
			
      .help-box { padding: 1em; margin-top: 1em; margin-right: 4px; border: 1px solid bisque; background-color: cornsilk; }
      .help-box label { margin-left: 0.5em;}
      .help-box input[type="button"] { 
        background-color: #ff0013;
        padding: 0 12px;
        margin: 0 1em 0;
        border: 0 none;
        height: 37px;
        font-size: 13px;
        line-height: 37px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 3px;
        -webkit-border-radius: 3px; 
      }
			
			/* delivery block */
			.delivery-block { padding-bottom: 28px; margin: 9px 10px 16px; width: 100%; overflow: hidden; border-bottom: 4px solid #b00d19; }
			.delivery-block h2 { padding-bottom: 11px; font-family: 'latolight'; font-size: 30px; line-height: 40px; font-weight: normal; color: #454545; }
			.delivery-block  p { padding-bottom: 22px; font-size: 13px; line-height: 17px; color: #484848; }
			.delivery-block label { padding: 2px 0 15px; font-family: 'baseTwelve'; font-size: 15px; line-height: 17px; font-weight: normal; color: #484848; display: block; }
			.delivery-block select { padding: 0 5px; width: 561px; height: 38px; font-size: 13px; line-height: 35px; color: #484848; border: 0; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom: 1px solid #c4c4c4; box-shadow: 0 2px 2px 1px #bbbbc2 inset; -webkit-box-shadow: 0 2px 2px 1px #bbbbc2 inset; -moz-box-shadow: 0 2px 2px 1px #bbbbc2 inset; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url('../images/select_img.png') right center no-repeat; }
			.delivery-block cite { color: #000; }
			.delivery-block select option { padding: 5px 5px; }
			.delivery-block textarea { width: 557px; height: 78px; resize: none; border: 1px solid #c4c4c4; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 1px 3px 0 #bbbbc2 inset; -webkit-box-shadow: 0 1px 3px 0 #bbbbc2 inset; -moz-box-shadow: 0 1px 3px 0 #bbbbc2 inset; }
			
			/* thankyou block */
			.thankyou-block { margin: 57px auto 0px; overflow: hidden; }
			.thankyou-block h2 { padding-bottom: 21px; font-family: 'latolight'; font-size: 40px; line-height: 45px; font-weight: normal; color: #454545; border-bottom: 2px solid #eeedee; }
			.thankyou-block h3 { padding-bottom: 28px; font-size: 20px; line-height: 25px; font-weight: normal; color: #900000; }
			.thankyou-block p { padding: 16px 0 20px; font-size: 15px; line-height: 24px; color: #454545; }
			.thankyou-block ul { padding-bottom: 15px; width: 100%; overflow: hidden; list-style: none; }
			.thankyou-block li { margin-left: 85px; float: left; }
			.thankyou-block li:first-child { margin-left: 0; }
			.thankyou-block li span { margin-right: 12px; width: 36px; height: 36px; float: left; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background-color: #900000; }
			.thankyou-block li a { font-size: 15px; line-height: 35px; font-weight: normal; color: #414141; text-decoration: none; display: block; text-decoration: none; }
			.thankyou-block li a:hover { color: #900000; }
			.thankyou-block .facebook { float: right; width: 620px; background-color: #f4f4f4; }
			
			/* assort block */
			.assort-block { padding: 46px 10px 185px; width: 100%; position: relative; overflow: hidden; }
			.assort-block h2 { padding-bottom: 32px; font-family: 'latolight'; font-size: 53px; line-height: 55px; font-weight: normal; color: #454545; text-align: center; }
			.assort-block ul.photo { width: 100%; float: left; list-style: none; }
			.assort-block ul.photo li { margin: 0 20px 21px 0; float: left; position: relative; cursor: pointer; }
			.assort-block ul.photo li.last { margin-right: 0; }
			.assort-block ul.photo li .mid { padding: 0 10px; margin: auto; width: 100%; height: 85px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 999; }
			.assort-block ul.photo li img { margin: auto; }
			.assort-block ul.photo li em { padding-top: 15px; font-size: 18px; line-height: 22px; color: #fff; font-style: normal; display: block; text-align: center; text-transform: uppercase; }
			.assort-block ul.photo li span.overlay { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.45); }
			.assort-block ul.photo li:hover span.overlay { background-color: rgba(0,0,0,0.6); }
			.assort-block ul.link { float: right; list-style: none; position: absolute; right: 6px; top: 65px; }
			.assort-block ul.link li { float: left; }
			.assort-block ul.link li a { padding-right: 3px; font-size: 14px; line-height: 18px; font-weight: normal; color: #9a9a9a; text-decoration: none; text-transform: uppercase; display: block; }
			.assort-block ul.link li a:hover { color: #454545; }
			
			/* contact block */
			.contact-block { padding: 66px 10px 86px; width: 100%; float: left;}
			.contact-block .left { width: 48%; float: left;}
			.contact-block h4 { padding-bottom: 32px; font-family: 'latolight'; font-size: 35px; font-weight: normal; color: #454545; border-bottom: 2px solid #eeedee;}
			.contact-block .left address { padding: 25px 0 32px; font-size: 15px; line-height: 24px; font-weight: normal; font-style: normal; color: #454545; }
			.contact-block .left address span { display: block; }
			.contact-block .left address a { color: #b00d19; }
			.contact-block .left address a:hover { color: #454545; }
			.contact-block .left .map { padding: 10px 0px; width: 100%; float: left;}		

      .contact-block .left  form {  padding: 1em;}
      .contact-block .left input[type="text"] { padding: 5px 15px; width: 66%; height: 37px; border: 1px solid #ccc; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0px 2px 3px #ccc inset; -webkit-box-shadow: 0px 2px 3px #ccc inset; -moz-box-shadow: 0px 2px 3px #ccc inset; }
			.contact-block .left input[type="submit"] { padding: 0px 30px; height: 40px; font-family: 'ralewaysemibold'; font-size: 13px; line-height: 40px; color: #fff; float: right; text-align: center; background: #292962; border: 0px; cursor: pointer; }
			.contact-block .left input[type="submit"]:hover { background: #ff0013; color: #fff;}

			.contact-block .right { width: 47.5%; float: right;}
			.contact-block .right .stuur { padding: 26px 0px 0px 0px; width: 100%; float: left;}
			.contact-block .right .line { margin-bottom: 11px; width: 100%; float: left; }
			.contact-block .right .stuur label { width: 30%; float: left;  color: #454545; font-size: 15px; line-height: 37px; font-weight: normal; }
			.contact-block .right .stuur input[type="text"] { padding: 5px 15px; width: 66%; float: right; height: 37px; border: 1px solid #ccc; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0px 2px 3px #ccc inset; -webkit-box-shadow: 0px 2px 3px #ccc inset; -moz-box-shadow: 0px 2px 3px #ccc inset; }
			.contact-block .right .stuur textarea { width: 66%; padding: 5px 15px;  margin-bottom: 16px; float: right; height: 107px; border: 1px solid #ccc; resize: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0px 2px 3px #ccc inset; -webkit-box-shadow: 0px 2px 3px #ccc inset; -moz-box-shadow: 0px 2px 3px #ccc inset; }
			.contact-block .right label.send { padding-left: 19px; width: auto; font-size: 15px; line-height: 18px; color: #454545; font-family: 'baseTwelve';}
			.contact-block .right label.send span { width: 20px; height: 20px; margin-right: 0.5em; float: left; border: 0 !important; background: url('../images/check_img.png') left top no-repeat; }
			.contact-block input[type="checkbox"]:checked + label.send span { background: url('../images/check_img2.png') left top no-repeat; }
			.contact-block .right input[type="submit"] { padding: 0px 30px; height: 40px; font-family: 'ralewaysemibold'; font-size: 13px; line-height: 40px; color: #fff; float: right; text-align: center; background: #292962; border: 0px; cursor: pointer; }
			.contact-block .right input[type="submit"]:hover { background: #ff0013; color: #fff;}
			.contact-block .right .mail { padding: 5px 0 0; float: left; }
			.contact-block .right .mail input[type="checkbox"] { display: none; }
			.contact-block .right .met { padding: 20px 0px; margin-top: 23px; width: 100%; float: left; border-top: 2px solid #eeedee;}
			.contact-block .right .met h5 { padding-bottom: 7px; font-size: 15px; color: #454545; font-family: 'baseTwelve';}
			.contact-block .right .met .left { float: left; width: 23%;}
			.contact-block .right .met .left img { border: 1px solid #ccc;}
			.contact-block .right .met .right { padding-top: 20px; float: left; width: 74%; }
			.contact-block .right .met .right span { display: block;  font-size: 15px; line-height: 25px; font-weight: normal; color: #454545; font-family: 'baseTwelve';}
			.contact-block .right .met ul { list-style: none;}
			.contact-block .right .met ul li { padding: 13px 0px 5px; overflow: hidden;}			
			
			/* service block */
			.service-block { padding: 40px 10px 65px; width: 100%; float: left;} 
			.service-block h4 { padding-bottom: 22px; font-size: 35px; font-weight: normal; color: #454545; font-family: 'latolight'; border-bottom: 2px solid #eeedee;}
			.service-block .login { padding: 27px 0 16px; width: 49%; float: left; }
			.service-block .login h6 { padding-bottom: 20px; font-size: 20px; font-weight: normal; color: #454545; font-family: 'baseTwelve';}
			.service-block .login .line { margin-bottom: 20px; width: 100%; float: left; }
			.service-block .login label { width: 22%; float: left; display: block; font-family: 'baseTwelve'; font-size: 15px; line-height: 36px; font-weight: normal; }
			.service-block .login input[type="text"], .service-block .login input[type="password"] { padding: 4px 13px; width: 77%; float: right; height: 38px; font-size: 15px; color: #000; font-weight: normal; border: 1px solid #ccc; box-shadow: 0px 2px 3px #ccc inset; -webkit-box-shadow: 0px 2px 3px #ccc inset; -moz-box-shadow: 0px 2px 3px #ccc inset; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
			.service-block .login input[type="submit"] { float: right; height: 36px; padding: 0px 15px; font-size: 13px; color: #fff; font-weight: normal; border: 0px; background: #292962; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; cursor: pointer; }
			.service-block .login input[type="submit"]:hover { background: #b00d19; color: #fff;}
			.service-block .beheer { padding: 16px 0px; width: 100%; float: left; }
			.service-block .beheer h6 { padding-bottom: 13px; font-size: 20px; font-weight: normal; color: #454545; font-family: 'baseTwelve'; border-bottom: 1px solid #eeedee; }
			.service-block .beheer .left { width: 60%; float: left;}
			.service-block .beheer .left a { padding-left: 10px; text-decoration: none; font-size: 15px; line-height: 36px; color: #292962; font-family: 'baseTwelve';}
			.service-block .beheer .left a:hover { color: #ff0013}
			.service-block .beheer .right { width: auto; float: right;}
			.service-block .beheer a.add { padding: 0px 16px; float: left; color: #fff; font-size: 13px; line-height: 37px; font-weight: normal; text-decoration: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #292962; }
			.service-block .beheer a.add:hover { background: #ff0013 ; color: #fff; }
			.service-block .beheer .right a { padding: 0px 16px; float: left; color: #fff; font-size: 13px; line-height: 37px; font-weight: normal; text-decoration: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background: #292962; }
			.service-block .beheer .right a:hover { background: #ff0013  ; color: #fff; }
			.service-block .beheer .right a.red { padding: 0 35px 0 16px; margin-left: 9px; background: #ff0013 url(../images/close.png) no-repeat center right; color: #fff; font-size: 13px; line-height: 37px; text-decoration: none; }
			.service-block .beheer .right a.red:hover { background: #cf1b28 url(../images/close.png) no-repeat center right;; color: #fff;}
			.service-block .beheer ul { list-style: none;}
			.service-block .beheer ul li { width: 100%; padding: 9px 0 8px; border-bottom: 1px solid #eeedee; float: left;}
			.service-block .news { width: 49%; float: left;}
			.service-block .news h6 { padding: 24px 0 14px; font-size: 20px; font-weight: normal; color: #454545; border-bottom: 2px solid #eeedee;}
			.service-block .news label { padding: 0 0px 9px 0px; display: block; font-size: 15px; color: #454545; font-family: 'baseTwelve';}
			.service-block .news label:first-child { padding: 24px 0 9px;}
			.service-block .news input[type="text"], .service-block .news input[type="password"] { padding: 4px 13px; margin-bottom: 12px; width: 98%; height: 38px; line-height: 38px; border: 1px solid #ccc; box-shadow: 0px 2px 3px #ccc inset; -webkit-box-shadow: 0px 2px 3px #ccc inset; -moz-box-shadow: 0px 2px 3px #ccc inset; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 15px; color: #000;  font-family: 'baseTwelve'; }
			.service-block .news ul { padding-bottom: 18px; list-style: none; }
			.service-block .news ul li { padding-bottom: 10px; display: block;}
			.service-block .news .check { width: 21px; height: 21px; float: left; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 0 !important; background: url('../images/check_img.png') left top no-repeat; }
			
			.service-block .news ul li input[type="checkbox"] { display: none; }
			.service-block .news ul li input[type="checkbox"]:checked + label span { background: url('../images/check_img2.png') left top no-repeat; }
			.service-block .news ul li label { padding: 0; font-size: 15px; color: #454545; font-family: 'baseTwelve'; }
			
			.service-block .news ul li label span { margin-right: 13px; width: 20px; height: 20px; float: left; border: 0 !important; background: url('../images/check_img.png') left top no-repeat; }
			
			.service-block .news a { text-decoration: none; color: #292962; font-size: 15px; font-family: 'baseTwelve'; }
			.service-block .news a:hover { color: #ff0013}
			.service-block .news input[type="submit"] { float: left; height: 36px; padding: 0px 20px; margin-top: 13px; font-size: 13px; color: #fff; border: 0px; background: #292962; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-family: 'baseTwelve'; cursor: pointer; }
			.service-block .news input[type="submit"]:hover { background: #ff0013; color: #fff; }
			.service-block .news input[type="button"] { margin-right: 1em; float: left; height: 36px; padding: 0px 20px; margin-top: 13px; font-size: 13px; color: #fff; border: 0px; background: #b00d19; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-family: 'baseTwelve'; cursor: pointer; }
			.service-block .news input[type="button"]:hover { background: #ff0013; color: #fff; }
			
		/* right */
		#right-wrap { margin: 0 22px 124px 0; float: right; width: 836px; }
		
			/* title block */
			.title-block { width: 100%; float: right; }
			.title-block h2 { padding-bottom: 19px; margin-bottom: 16px; font-family: 'latolight'; font-size: 40px; line-height: 48px; font-weight: normal; color: #454545; border-bottom: 2px solid #eeedee; }
			.title-block p { padding-bottom: 7px; font-size: 15px; line-height: 24px; font-weight: normal; color: #454545; }
			.title-block img { margin: 16px 0 25px 30px; float:right; }
			.title-block h3 { padding-top: 14px; font-size: 19px; line-height: 25px; font-weight: normal; color: #b00d19; }
			.title-block .click { margin-top: 64px; width: 100%; float: left; background: url('../images/click_bg.jpg') left top repeat; }
			.title-block .click .mid { padding: 10px; width: 100%; min-height: 140px; float: left; background:  url('../images/click_bg2.png') left top no-repeat; }
			.title-block h4 { padding: 22px 0 21px; font-family: 'cabinsketchregular'; font-size: 20px; line-height: 22px; font-weight: bold; color: #b00d19; text-align: center; }
			.title-block a { padding: 0 10px; margin: auto; width: 270px; min-height: 40px; display: block; font-family: 'ralewaysemibold'; font-size: 13px; line-height: 40px; color: #fff; text-align: center; text-transform: uppercase; text-decoration: none; background-color: #b00d19; }
			.title-block a:hover { background-color: #292962; }
		
	/* footer wrap */
	#footer-wrap { /*margin: -307px auto 0;*/  min-height: 156px; overflow: hidden; width: 100%; position: relative; z-index: 99999; /*background:#eeeded url('../images/footer_bg.jpg') left top repeat-x;*/ background-color: #d7e2ea}
		
		/* footer block */
		.footer-block { padding: 30px 0 37px; width: 100%; overflow: hidden; }
		.footer-block .footerAlign {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    }
		.footer-block .news { width: 604px; float: left; }
		.footer-block h2 { padding-bottom: 25px; font-size: 25px; line-height: 24px; font-weight: 600; color: #0a2972; }
		.footer-block input[type="text"] { margin-right: 10px; padding: 0 17px; float: left; width: 272px; height: 50px; font-size: 15px; line-height: 35px; font-weight: 600; color: #0a2972; border: 0; background-color: transparent; border-bottom: 2px solid #0a2972; }
		.footer-block input[type="text"]::placeholder { color: #0a2972; }
		.footer-block input[type="submit"] { float: right; width: 150px; height: 50px; font-family: 'baseTwelve'; font-size: 21px; color: #fff; text-transform: uppercase; cursor: pointer; border: 0; background-color: #b70005; }
		.footer-block input[type="submit"]:hover { background-color: #292962; }
		.footer-block .news form { float: left; }
		.footer-block ul { float: right; list-style: none; display: flex; align-items: center; height: 50px;}
		.footer-block li { margin-left: 15px; width: 36px; height: 36px; float: left; display: table; border-radius: 50%!important; -webkit-border-radius: 50%!important; -moz-border-radius: 50%!important; background-color: #fff; }
		.footer-block li a { height: 100%; display: block; display: table-cell; vertical-align: middle; }
		.footer-block li img { margin: auto; }
		.footer-block li:hover { background-color: #d7cfd3; }
		.footer-block .contact { padding-top: 48px; width: 290px; float: right; }
		.footer-block .contact address { font-family: 'latoregular'; display: block; font-size: 16px; line-height: 18px; color: #022b31; font-style: normal; font-weight: 600; text-align: right; }
		.footer-block .contact address a { text-decoration: none; color: #b00d19; }
		.footer-block .contact address a:hover { text-decoration: underline; }
		
		/* light block */
		.light-block { z-index: 999999; padding: 11px 15px; margin-left: -300px; width: 600px; min-height: 268px; position: absolute; left: 50%; top: 240px; overflow: hidden; border: 3px solid #292962; background-color: #fff; }
		.light-block h2 { padding-bottom: 10px; font-family: 'baseTwelve'; font-size: 13px; line-height: 37px; font-weight: normal; color: #484848; }
		.light-block ul { padding-bottom: 26px; width: 100%; overflow: hidden; }
		.light-block li { padding: 0 4px; margin-bottom: 5px; width: 100%; overflow: hidden; min-height: 30px; background-color: #f3f3f3; list-style:none;}
		.light-block li.none { background-color: inherit;list-style:none; }
		.light-block h3 { float: left; width: 130px; font-family: 'baseTwelve'; font-size: 13px; line-height: 30px; font-weight: normal; color: #292962; }
		.light-block li.none h3 { color: #ff0013; }
		.light-block h4 { float: left; width: 177px; font-size: 16px; line-height: 30px; font-weight: normal; color: #b00d19; }
		.light-block span { float: left; width: 120px; font-size: 15px; line-height: 30px; font-weight: normal; color: #454545; }
		.light-block span.weight { margin-right: 7px; }
		.light-block em { font-family: 'baseTwelve'; color: #202020; font-style: normal; }
		.light-block a { padding: 0 26px; width: auto; height: 57px; float: left; font-size: 19px; line-height: 57px; color: #fff; font-weight: normal; text-align: center; text-decoration: none; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
		.light-block a.cancel { background-color: #b00d19; }
		.light-block a.change { float: right; background-color: #292962; }
		.light-block a.cancel:hover { background-color: #ff0013; }
		.light-block a.change:hover { background-color: #ff0013; }
		
    .orderholder {
      display: flex;
    }
    .categorie {
      list-style: none;
      max-height: calc(100% - 109px);
      overflow-y: auto;
      overflow-x: hidden;
      min-width: 20vw;
      max-width: 30vw;
      border-right: 2px solid #eee;
    }
    .categorie .filtertitle {
      font-weight: bold;
      border-bottom: 2px solid #eee;
      padding: 5px 0 5px 15px;
    }
    .categorie li ul {
      display: none;
    }
    .categorie li.sub ul {
      display: none!important;
    }
    .categorie li a {
      color: #585858;
      font-weight: bold;
      padding: 10px 0;
      width: 100%;
      display: block;
      border-bottom: 2px solid #eee;
    }
    .categorie li a:hover {
      border-bottom: 2px solid #900000;
      background-color: #e0ffe0;
    }
    .categorie li a.more {
      padding-left: 30px;
      position: relative;
    }
    .categorie li.sub a.more {
      padding-left: 45px;
      position: relative;
    }
    .categorie li a.more:before{
      position: absolute;
      left: 15px;
    }
    .categorie li.sub a.more:before{
      position: absolute;
      left: 30px;
    }
    .categorie li a.more:before {
      content: "+";
    }
    .categorie li.open a.more:before {
      content: "-";
    }
    .categorie li.sub a.more:before {
      content: "+";
    }
    .categorie li.sub.opensub a.more:before {
      content: "-";
    }
    .categorie li.open ul {
      display: block;
    }
    .categorie li.sub.opensub ul {
      display: block!important;
    }
    .categorie li ul {
      list-style: none;
    }
    .categorie li ul li a{
      padding-left: 45px;
    }
    .categorie li ul li ul li a{
      padding-left: 60px;
    }
	@media only screen and (min-width: 1440px) {
    #page-wrap.home:before {
    background-image: url(../images/koe.png);
    position: fixed;
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 440px;
    top: 0px;
    z-index: 999999;
    content: "";}
    #page-wrap.home:after { background-image: url(../images/kreeft.png);
    position: fixed;
    width: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 380px;
    top: 124px;
    right: -12px;
    z-index: 999999;
    content: "";}
    #page-wrap.in:after { top: 154px;}
    #page-wrap.noImg:after, #page-wrap.noImg:before {
      content: "";
    }
  }
	/* Smaller than standard 1200 (devices and browsers) */
	@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hide-empty {
      display: none!important;
    }
  }
	@media only screen and (max-width: 1199px) {
		
		.centering { padding: 0px 15px; width: 100vw; max-width: initial; }
		
		/* nav block */
		.nav-block .logo { width: 250px; left: 0; }
		.nav-block .logo img { width: 100%; height: auto; }
		.nav-block .news { margin-right: 0; }
    .nav-block li { max-width: 100%; }
		.nav-block li a { padding: 0 10px; font-size: 15px; }
		.nav-block li a.login { border-right: none; }
		.nav-block .news a { padding: 0 10px; }
		.nav-block .news a.login { padding: 0 0 0 35px; margin-left: 10px; }
		.nav-block.page a.blue { margin: 24px 0 0 17px; }
		.nav-block.page li a { padding: 0 13px; }
		
		/* left wrap */
		#left-wrap { margin: 5px 0 0; width: 25%; }
		
		/* right wrap */
		#right-wrap { margin: 0 0 120px; width: 70%; }
			
			/* title block */
			.title-block h2 { padding-bottom: 15px; font-size: 36px; line-height: 40px; }
			.title-block img { margin: 10px 0 10px 15px; }
		
		/* delicious block */
		.delicious-block .left { width: 35%; }
		.delicious-block .left img { width: 100%; }
		.delicious-block .right { padding: 25px 0 0; width: 60%; }
		.delicious-block h1 { padding-bottom: 70px; font-size: 42px; line-height: 40px; }
		
		/* good block */
		.good-block h2 { padding-bottom: 15px; font-size: 25px; line-height: 40px; }
		
		/* action block */
		.action-block h2 { font-size: 38px; line-height: 40px; }
		
   
    
		/* round block */
		.round-block { padding: 10px 0; }
		.round-block .round { padding: 17px 24px 17px 21px; margin-right: 1%; min-height: 176px; }
		.round-block .left { width: 90px; overflow: hidden; }
		.round-block .left img { width: 100%; height: auto; }
		.round-block .right { width: 115px; }
		.round-block input[type="text"] { width: 100%; }
		.round-block select { width: 100%; }
		.round-block a.order { min-height: 60px; line-height: 60px; font-size: 18px; }
		.round-block a.order.add { font-size: 18px; }
		.round-block h1 { font-size: 33px; }
		.round-block .round.bg { background-size: 120px; }
		.round-block .round.end { width: 50%;  }
		
		/* order block */
		.order-block.book { padding: 0 0 66px; margin-top: 0; }
		/*.order-block.book .order { width: 30%; }*/
		.order-block .right { width: 66%; }
		.order-block.book .right { width: 66%; }
		.order-block label, .order-block.book label { line-height: 26px; }
		/*.order-block.book .number { width: 68%; }*/
		.order-block.book .number.less { width: 64%; }
		/*.order-block.book .line.line2 { width: 230px; }*/
		.order-block.book a.close { margin-top: 0; }
		/*.order-block.book .number.full { width: 68%; }*/
		/*.order-block.book .number.full .line { width: 15%; }*/
		/*.order-block.book .number.full .line2 { width: 32%; }*/
		
		/* delivery block */
		.delivery-block { margin: 10px 0; }
		
		/* assort block */
		.assort-block { padding: 45px 0 185px; }
		.assort-block h2 { font-size: 45px; line-height: 50px; }
		.assort-block ul.link { right: 15px; }
		.assort-block ul.photo li { margin: 0 5px 10px; width: 32%; }
		.assort-block ul.photo li img.dish { width: 100%; height: auto; }
		.assort-block ul.photo li em { padding-top: 10px; }
		
		/* thankyou block */
		.thankyou-block h2 { padding-bottom: 10px; font-size: 37px; line-height: 40px; }
		
		/* service block */
		.service-block { padding: 40px 0 65px; }
		
		/* service block */
		.service-block .login { width: 55%;}
		.service-block .beheer .right { width: 29%;}
			
		/* contact block */
		.contact-block .left { width: 45%; }
		.contact-block .left .map img { width: 100%;}
		.contact-block .right { width: 48%;}
		
		/* footer block */
		.footer-block .news { width: auto; }
		.footer-block .contact { width: auto; }	
    
    .newcentering {
      margin: 0 auto;
      padding-left: 30px;
      max-width: calc(100vw - 30px);
    }
    .fullwidth {
      flex-wrap: wrap;
    }
    .categorie {
      position: fixed;
      z-index: 9998;
      background: #FFF;
      left: calc(-50vw + 30px);
      transition: all 0.6s;
      max-height: calc(100vh - 159px);
      top: 160px;
      display: flex;
      max-width: 50vw;
      width: 50vw;
      height: 100vh;
    }
    .categorie.catopen {
      left: 0;
    }
    .maincat {
      max-height: 100%;
      overflow: auto;
      width: 100%;
    }
    .catbutton {
      border-left: 2px solid #eee;
    }
    .catbutton a{
      background: #900000;
      color: white;
      padding: 10px;
      display: flex;
      height: 100%;
      align-items: center;
      text-decoration: none;
    }
    .catbutton a:after {
      content: ">>";
      transition: all 0.6s;
    }
    .catopen .catbutton a:after {
      transform: rotate(-180deg);
    }
    .hide-empty {
      display: none!important;
    }
	}

	@media only screen and (max-width: 870px) {
    .showM {
      display: inherit!important;
    }
    .hideM {
      display: none!important;
    }
    #center-wrap {padding-top: 54px;}
  		/* nav block */
		.nav-block .menu { width: 100%; float: left; }
    .nav-block .menuHolder {display: block;}
		.nav-block .menu a.mobile { display: block; width: 100%; height: 48px; background: #b00d19 url('../images/mobile_menu.png') no-repeat; background-size: 54px; }
		.nav-block ul { display: none; }
		.nav-block .logo { padding: 5px 10px; /*margin-left: -100px;*/ width: 200px; /*position: absolute;*/  /*left: 25%;top: 70px; */background-color: #fff; margin: 0;}
    .nav-block .logo{ padding: 20px 0; }
    .nav-block .news {padding-right: 10px;}
		.nav-block .news a { line-height: 50px; }
		.nav-block .link { margin: 0; float: left; width: 100%; position: relative; z-index: 9999; }
		.nav-block ul { width: 100%; background-color: #ff0013; }
		.nav-block li { width: 100%; max-width: 100%; text-align: left; }
		.nav-block li a { font-size: 15px; height: 40px; line-height: 40px; color: #fff; border-top: 0; }
		.nav-block li a.login { border-left: 0; padding: 0 10px; margin-right: 15px; color: #fff; border-top: 0; }
		.nav-block li a.login:before { content: none; }
		/*.nav-block a.login { font-size: 15px; height: 40px; line-height: 40px; color: #fff; border-top: 0; padding-left: 5px; background: none; }*/
		.nav-block li.active a { border-top: 0; background-color: #292962 !important;}
		.nav-block li.active:hover a { background-color: #bf101d !important; }
		.nav-block li:hover a { background-color: #bf101d !important; }
		.nav-block li ul { width: 100%; position: relative; left: 0; top: 0; border: 0; background-color: #d2d2d2; }
		.nav-block li:hover > ul { display: block !important; }
		.nav-block li li a { color: #FFF; }
		.nav-block li li ul { padding: 0 15px; width: 100%; position: relative; left: 0; top: 0; }
		.nav-block li li ul li a { padding: 0 15px 10px; }
		.nav-block li.active a { padding: 0 10px; margin: 0; }
		.nav-block li li:hover span { color: #FFF; }

		.nav-block li li.order1 >:hover span { background: url('../images/arrow2.png') right center no-repeat; }
		.nav-block li.sub { background: #bf101d url('../images/arrow2.png') 95% center no-repeat; }
		.nav-block li.sub >:hover { background: url('../images/arrow3.png') 95% 11px no-repeat; }
		.nav-block li li { border-top: 0; }
		.nav-block li li:hover { border-top: 0; }
		/*.nav-block .menu:hover ul.drop { display: block; }*/
		.nav-block .menu.active ul.drop { display: block; }
    /*
		.nav-block li li.order1 span {  background: url('../images/arrow2.png') right center no-repeat; }
		.nav-block li li.order1:hover span { background: url('../images/arrow3.png') right center no-repeat; }
    */
		.nav-block li.sub >:hover ul li { background: none; }
		.nav-block li li.order1:hover li span { background: none; }
		.nav-block li:hover ul { background-color: #d2d2d2 !important; color: #FFF; }
		
		.nav-block li.sub li.order2 .nav-block li.sub li.order3, .nav-block li.sub li.order4, .nav-block li.sub li.order5, .nav-block li.sub li.order6 { background: none !important; color: #FFF; }
		.nav-block li.sub:hover ul li.order2 { background: none !important; color: #FFF; }
		.nav-block li.sub:hover ul li.order3 { background: none !important; color: #FFF; }
  }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		#content-wrap { padding-top: 40px; } 
		
		/* left wrap */
		#left-wrap { margin: 5px 0 80px; width: 100%; }
			
			/* content block */
			.content-block li { font-size: 13px; }
		
		/* right wrap */
		#right-wrap { margin: 5px 0 30px; width: 100%; float: left; }
			
			/* title block */
			.title-block h2 { font-size: 28px; line-height: 30px; }
			.title-block img { margin: 10px; width: 145px; }
		
		
		/* delicious block */
		.delicious-block { padding: 5px 0 30px; }
		.delicious-block .left { width: 100%; display: none; }
		.delicious-block .left img { width: auto; max-width: 100%; margin: auto; }
		.delicious-block .rate { margin: auto; width: 230px; float: none; }
		.delicious-block .left a { padding: 0 10px; height: 40px; line-height: 35px; }
		.delicious-block p { padding-bottom: 15px; font-size: 21px; line-height: 24px; }
		.delicious-block .right { padding: 5px 0 0; width: 100%; float: left; }
		.delicious-block h1 { padding-bottom: 30px; font-size: 30px; line-height: 32px; }
		.delicious-block h1 span { font-size: 14px; }
		.delicious-block h3 { padding-bottom: 10px; }
		.delicious-block li { width: 100%; border: 2px solid #eeedee; border-bottom: 0; padding-bottom: 40%; }
		.delicious-block li:last-child { border-bottom: 2px solid #eeedee; }
		.delicious-block ul { border: 0; }
		.delicious-block li em { font-size: 14px; }
		.delicious-block li.cheese { border-right: 2px solid #eeedee; }
		
		/* good block */
		.good-block h2 { font-size: 16px; line-height: 20px; }
		
		/* action block */
		.action-block { padding: 10px 0 20px; }
		.action-block .action { padding: 15px 10px; }
		.action-block h2 { font-size: 30px; line-height: 32px; }
		.action-block h3 { font-size: 13px; line-height: 18px; }
		.action-block ul.link { width: 44%; float: right; position: relative; right: inherit; top: inherit; }
		.action-block ul.link li a { font-size: 11px; }
		.action-block a.back { font-size: 11px; position: relative; top: inherit; left: inherit; float: left; }
		.action-block h1 { padding: 20px 0 10px; font-size: 37px; line-height: 40px; }
		
		/* order block */
		.order-block .left { width: 70px; }
		.order-block .left img { width: 100%; }
		.order-block .right { width: 66%; }
		.order-block .right h3 { line-height: 18px; }
    .order-block .right p { padding-bottom: 0; }
		.order-block .right span { line-height: 25px; }
		.order-block .right { display: inline-flex; flex-wrap: wrap; }
		.order-block .right h3,.order-block .right span { width: 100%; }
		.order-block.book li { padding: 10px; margin: 5px 0 10px; flex-wrap: wrap}
		.order-block.book .right { width: 70%; }
		.order-block .order { margin-bottom: 0; width: 100%; }
		.order-block.book .order { width: 100%; margin-bottom: 15px; margin-right: 0; }
		.order-block.book .number { width: 100%; float: left; }
		.order-block.book .number.less { width: 100%; }
		.order-block.book .line { margin: 1%; width: 31%; }
		.order-block.book .line.line2 { width: 100%; margin-bottom: 15px;}
		.order-block.book .number.less .line { margin: 1%; width: 48%; }
		.order-block.book .number.less .line2 { margin-right: 2%; width: 50%; }
		.order-block.book input[type="text"] { font-size: 12px; }
    .order-block.book input[type="text"].quantityinput {
      width: 100%;
    }
		.order-block.book a.close { margin-top: 3px; }
    .order-block.book a.add { display: block; float: none; text-align: center;}
    .order-block.book a.cancel { display: block; float: none; text-align: center;}
    
    .order-block.book .closespace {
      width: auto;
      flex-direction: row;
      align-items: center;
    }
    .order-block.book .total {
      margin-left: 15px;
    }
    .order-block.book a.close {
      margin: auto!important;
    }
    
		.order-block .right span { font-size: 12px; }
		.order-block .right small { line-height: 25px; }
		.order-block .right small em { font-size: 11px; line-height: 25px; }
		.order-block.book .number.full { width: 100%; }
		.order-block.book .number.full .line { width: 48%; }
		.order-block.book .number.full .line2 { width: 98%; }
		.order-block.book .number.full a { margin: 5px 1% 0; width: 40%; }
		.order-block.cart h4 { padding: 5px 0 0; font-size: 25px; line-height: 30px; }
		.order-block.book .number.full a.adjust { width: 48%; }
		.order-block.book .number.full a.remove { width: 48%; }
    .order-block .inputs {
      width: 100%;
    }
    .order-block.book .unit {
      /* display: none; */
    }
		
		/* round block */
		.round-block { padding: 10px 0; margin-bottom: 10px; }
		.round-block .round { padding: 10px 10px 15px; margin: 0 0 25px; width: 100%; }
		.round-block .left { margin-right: 10px; width: 88px; }
		.round-block .left img { width: auto; max-width: 100%; }
		.round-block .right { float: left; width: 60%; }
		.round-block h2 { font-size: 16px; }
		.round-block h4 { font-size: 19px; line-height: 19px; }
		.round-block span { font-size: 14px; line-height: 17px; }
		.round-block a.order { margin-top: 0; }
		.round-block a.view { float: left; width: 100px; height: 37px; font-size: 15px; line-height: 37px; }
		.round-block input[type="text"] { margin-bottom: 15px; height: 35px; }
		.round-block select { margin-bottom: 15px; height: 35px; }
		.round-block input[type="submit"] { float: right; width: 129px; height: 37px; line-height: 37px; }
		.round-block .mid { padding-top: 0; }
		.round-block h1 { padding-bottom: 0; float: none; font-size: 25px; }
		.round-block address { line-height: 18px; }
		.round-block cite { line-height: 18px; }
		.round-block .sticky { width: 100%; float: left; }
		.round-block .store { width: 100%; float: left; }
		.round-block .round.bg { background-size: 105px; }
		.round-block .round.end { padding: 20px 10px; margin: 0; width: 100%; min-height: 110px; }
		.round-block .round.last { padding: 20px 10px; }
		.round-block a.order.to { margin: 0 0 12px; }
		.round-block a.order.add { padding: 0; min-height: 60px; font-size: 18px; line-height: 60px; }
    .round-block a.order.place {padding: 0; min-height: 60px; font-size: 18px; line-height: 60px; }

		/* delivery block */
		.delivery-block select { width: 100%; }
		.delivery-block h2 { padding-bottom: 5px; font-size: 22px; line-height: 25px; }
		.delivery-block textarea { width: 100%; }
		
		/* show block */
		.show-block ul { padding: 15px 0 0 10px; float: left; }
		.show-block li { padding: 0 5px 0 5px; font-size: 12px; }
		.show-block li:first-child { padding: 0; }
		.show-block li a { padding-left: 25px; }
		.show-block li.list a { background-size: 18px; background-position: left center; }
		.show-block li.picture a { background-size: 18px; background-position: left center; }
		
		/* assort block */
		.assort-block { padding: 30px 0 30px; }
		.assort-block h2 { padding-bottom: 20px; font-size: 32px; line-height: 35px; text-align: center; }
		.assort-block ul.link { top: 5px; }
		.assort-block ul.photo li { margin: 0 0 20px; width: 100%; }
		.assort-block ul.link { padding-bottom: 10px; width: 100%; float: left; position: relative; top: inherit; right: inherit; }
		
		/* thankyou block */
		.thankyou-block { padding: 0; margin: 20px 0 60px; }
		.thankyou-block h2 { padding-bottom: 5px; font-size: 24px; line-height: 30px; }
		.thankyou-block .facebook { width: 100%; overflow: hidden; }
		.thankyou-block li { margin: 0 0 10px; width: 100%; }
		
		/* service block */
		.service-block { padding: 25px 0 60px; }
		.service-block h4 { padding-bottom: 5px; font-size: 28px; line-height: 32px; }
		.service-block .login h6 { padding-bottom: 10px; font-size: 18px; }
		.service-block .login label { width: 100%; }
		.service-block .login { width: 100%;}
		.service-block .login .line { margin-bottom: 10px; }
		.service-block .login input[type="text"] { width: 100%; }
		.service-block .beheer .left { width: 100%; margin-bottom: 10px;}
		.service-block .beheer .left a { padding-left: 0px;}
		.service-block .beheer .right { width: 100%;}
		.service-block .news { width: 100%; margin-left: 0px; }
		.service-block .news input[type="submit"] { width: 100%; }
		
		/* contact block */
		.contact-block .left { padding-bottom: 10px; width: 100%;}
		.contact-block { padding: 17px 0px 55px 0px}
		.contact-block h4 { padding-bottom: 10px; font-size: 23px; border-bottom: 2px solid #eeedee}
    
    .contact-block .left form { padding: 0; padding-top: 2em;}
    .contact-block .left input[type="text"] { width: 100%; }
    .contact-block .left input[type="submit"] {  width: 100%; display: block; line-height: 25px; }

		.contact-block .right { width: 100%;}
		.contact-block .right .stuur label { width: 100%; display: block; line-height: 25px; }
		.contact-block .right .stuur input[type="text"] { width: 100%; }
		.contact-block .right .stuur textarea { width: 100%;}
		.contact-block .right input[type="submit"] { width: 100%; float: left;}
		.contact-block .right .met .left img { width: 100%;}
		.contact-block .right .met h5 { font-size: 14px; line-height: 16px; }
		.contact-block .right .met .right { float: left; padding-left: 10px; padding-top: 20px;}
		.contact-block .right .mail { padding: 5px 0 10px; width: 100%; }
		.contact-block .right .agree { padding-left: 10px; }
		
		/* np block */
		.np-block { padding: 10px 0; }
		.np-block ul.link { float: left; }
		
		/* offer block */
		.offer-block { padding: 15px 10px; }
		.offer-block br { display: none; }
		.offer-block a { font-size: 18px; }
		
		/* light block */
		.light-block { margin-left: -45%; width: 90%; }
		.light-block a.cancel { margin: 0 0 15px 0; display: block; float: none; }
		.light-block a.change { float: none; display: block; }
		.light-block h2 { line-height: 16px; }
		.light-block li { padding: 5px; min-height: inherit; }
		.light-block h3 { padding: 0 5px; width: 50%; }
		.light-block h4 { padding: 0 5px; width: 50%; }
		.light-block span { padding: 0 5px; width: 50%; }
		.light-block span.weight { margin-right: 0; }
		
		/* footer block */
		.footer-block { padding: 20px 0; }
		.footer-block .news { margin: auto; width: 290px; float: none; overflow: hidden; }
		.footer-block .news form { margin-bottom: 25px; width: 100%; }
		.footer-block input[type="submit"] { width: 100%; float: left; }
		.footer-block ul { margin: auto; width: 50%; float: none; overflow: hidden; }
		.footer-block li { margin: 0 15px 15px 0; }
		.footer-block li:last-child { margin-right: 0; }
		.footer-block .contact { padding-top: 30px; margin: auto; width: 285px; float: none; overflow: hidden; }
		.footer-block .contact address { text-align: left; }
		.footer-block input[type="text"] { margin: 0 0 20px; width: 100%; }
    .footer-block .footerAlign {
      flex-wrap: wrap;
    }
	
  
    .categorie {
      width: 80vw;
      max-width: 80vw;
      left: calc(-80vw + 30px);
    }
    #content-wrap {
      padding-top: 0px;
    }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		/* round block */
		.round-block .left { width: 108px; }
		
		/* order block */
		.order-block .right span { font-size: 14px; }
		.order-block .right a em { font-size: 13px; }
		.order-block.book input[type="text"] { font-size: 13px; }
		.order-block.book a.close { margin-top: 31px; }
		
		/* action block */
		.action-block ul.link { width: 48%; top: 0; }
		.action-block ul.link li a { font-size: 14px; }
		.action-block a.back { font-size: 14px; top: 0; }
		.action-block h1 { padding: 30px 0 10px; font-size: 40px; line-height: 42px; }
		.action-block h3 { font-size: 15px; }
		
		/* show block */
		.show-block ul { padding: 15px 0 0 5px; }
		.show-block li { padding: 0 10px 0; font-size: 14px; line-height: 22px; }
		.show-block li:first-child { padding: 0; }
		.show-block li a { padding-left: 30px; }
		.show-block li.list a { background-size: 22px; background-position: left center; }
		.show-block li.picture a { background-size: 22px; background-position: left center; }
		
		/* contact block */
		.contact-block .right .met h5 { font-size: 15px; line-height: 16px; }
		
		/* title block */
		.title-block img { width: 200px; }
		
		/* thankyou block */
		.thankyou-block li { margin: 0 15px 0 0; width: auto; }
		
		/* assort block */
		.assort-block ul.photo li { margin: 0 5px 10px; width: 47%; }
		.assort-block ul.photo li.last { margin-right: 5px; }
	
	}
