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

/* ##### GENERAL ##### */
* {
    box-sizing: border-box;
}

html, head, body {
    padding: 0;
    margin: 0;
}
html, body {height:100%;}
img, a {
    outline: none;
    border: none;
    text-decoration: none;
    color: #444;
}

img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle;
    border: 0;
}

a {
    outline: none;
    font-size: .9rem
}

a:hover {
}

body {
    font-family: Arial;
    color: #656567;
    line-height: 1.5625;
    font-size: .9rem;
}

.container, .content {
    width: 100% !important;
}

/* ##### HEADER ##### */
.header {
    width: 100%;
    max-width: 1000px;
    float: left;
    margin-bottom: .8rem;
    z-index: 0;
}

.c-hamburger {
    display: block;
    position: fixed;
    overflow: hidden;
    margin: 0;
    top: .45rem;
    bottom: .5rem;
    padding: 0;
    width: 4rem;
    height: 4rem;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 92;

    /* chrome mobile scroll bug fix */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.c-hamburger.is-active {
    margin-left: calc(75% - 4rem);
    z-index: 995;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 1.8rem;
    left: 1rem;
    right: 1rem;
    height: .2rem;
    background: #333;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #333;
    content: "";
}

.c-hamburger span::before {
    top: -.7rem;
}

.c-hamburger span::after {
    bottom: -.7rem;
}

.c-hamburger--htx {
    background-color: transparent;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    /*background-color: #cb0032;*/
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

.logo {
    width: 50%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    min-height: 3.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    z-index: 0;
}

.logo img {
    max-height: 3.5rem;
    max-width: 100%;
    z-index: 100;
}

.logo-klein {
    height: 3.5rem;
}

.shopping-cart {
    margin-top: -4.5rem;
    float: right;
    width: 5rem;
    height: 2.5rem;
    padding: 0.5rem .5rem 3.6rem .5rem;
    background: #fff url(/core/system/resources/assets/images/shopping-cart.svg) center .5rem no-repeat;
    background-size: 2.5rem;
    color: #333;
    box-sizing: border-box;
    cursor: pointer;
}

.shopping-cart-chili {
    margin-top: 5px;
}

.shopping-cart:hover {
    background-color: #0097ce;
}

a.shopping-cart-1 {
    display: none;
    width: 100%;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

a.shopping-cart-2 {
    display: block;
    width: 100%;
    line-height: 2rem;
    font-size: .7rem;
    font-weight: bold;
    color: #333;
    margin-top: 2rem;
    text-align: center; 
}

/* ##### NAVIGATIE ##### */
.inlog-registratie {
    display: block;
    float: left;
    margin-top: -5.3rem;
    margin-left: 1rem;
    text-align: right;
}
.inlog-registratie, .shopping-cart, .search {
    position: relative;
    z-index: 99;
}

.container-3 {
    display: block;
    width: 75%;
    max-width: 20rem;
    background: #666;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    margin-left: -100%;
    padding-top: 8.5rem;
    z-index: 91;

    /*-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .12);*/
    /*box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .12);*/
    -webkit-transition: margin-left 200ms ease-in-out;
    -moz-transition: margin-left 200ms ease-in-out;
    -ms-transition: margin-left 200ms ease-in-out;
    -o-transition: margin-left 200ms ease-in-out;
    transition: margin-left 200ms ease-in-out;
}

.container-3.is-active {
    margin-left: 0;
}

nav.container-3:before {
    /*content: '';*/
    /*position: absolute;*/
    /*background: #f7f7f7;*/
    /*width: 100%;*/
    /*height: 5rem;*/
    /*top: -1rem;*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);*/
}

/* -----------  menu BOVEN  ---------------- */
a.home-button {
    display: block;
    padding: .25rem 1rem;
    line-height: 1.5625rem;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid #e0e0e0;
    color: #fff;
}

a.home-button-2 {
    padding: .25rem 1rem;
    line-height: 2rem;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
}

a.home-button-2:hover {
    text-decoration: underline;
    background: #fafafa;
}

a.home-button-2-active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26.6px;
    border-color: transparent transparent transparent #e0e0e0;
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
}

.rollovermenu.open:after
/*, .submenu-2.display-not-2 ul li.open a.home-button-2:after */
{
    content: '';
    font-family: 'Font Awesome 5 Pro';
    border-left: 1px solid #e0e0e0;
    cursor: pointer;
    margin-right: 1rem;
    padding: .4rem 0 .2rem 1rem;
    float: right;
    text-align: center;
    color: #fff;
}

.rollovermenu.open.min:after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    top: 0;
    position: absolute;
    right: 0;
}

.submenu-2.display-not-2 ul ul li a, .submenu-2.display-not-3 ul ul li a {

    margin-left: 1rem;
}

.submenu-2.display-not-2 ul ul:after, .submenu-2.display-not-3 ul ul:after {
    display: none !important;
}

.menuTop a.home-button-2 {
    display: inline;
}

.menuTop .rollovermenu:after {
    display: none;
}

a:hover.home-button-2, a#home-button-2-active {
    background-color: #0097ce;
}

#home-button-active-2 {
    /*background-color:#0097ce;*/
    text-decoration: underline;
}

#home-button-2-active ~ ul {
    /*display: block !important;*/
}

.home-button span {
    display: none;
}

a.home-button:after {
    content: "";
    display: block;
    font-family: 'Font Awesome 5 Pro';
}

a:hover.home-button {
    background-color: #0097ce;
}

#home-button-active {
    background-color: #093;
    background-position: 0 0;
}

.home-button span {
    /*display:none;*/
}

/*Dropdown*/

div.rollovermenu {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 100;
    border-bottom: 1px solid #e0e0e0;
}

div.rollovermenu:hover {
}

div.rollovermenu:hover > div.rollovermenu-1 {
    position: relative;
}

div.rollovermenu:hover > a.home-button-2 {
}

.rollovermenu-1 {
    width: 100%;
    height: auto;
    background-color: #999;
    background-image: url(/core/system/resources/assets/images/rollover-back.png);
    background-repeat: repeat-x;
    background-position: bottom;
    float: left;
    z-index: 200;
    position: relative;
    display: none;
}

div.rollovermenu:hover > .rollovermenu-1 {
    /*display: block;*/
    /*max-height: 10em;*/
}

div.rollovermenu:hover > .rollovermenu-1 ul {
    /*display: block;*/
}

.rollovermenu-1-wit {
    width: 100%;
    background-color: #fafafa;
    float: left;
}

.rollovermenu-1-wit-margin {
    float: left;
}

.rollovermenu-1-titel {
    margin: .5rem 1.5rem;
    float: left;
    font-weight: bold;
    display: none;
}

.rollovermenu-1 li {
    padding: .6rem 0 .6rem 2.2rem;
    border-bottom: 1px solid #eee;
}

.rollovermenu-1 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    /*display: none;*/
}

.rollovermenu-1 li::before {
    content: "";
    font-family: 'Font Awesome 5 Pro';
    display: inline;
    margin-left: -22px;
    position: absolute;
    margin-top: 2px;
}

.rollovermenu-1 li a {
    display: block;
    height: auto;
    background: none;
    color: #0097ce;
    text-decoration: none;
}

.rollovermenu-1 li a:hover {
    color: #333;
    text-decoration: underline;
}

.rollovermenu-1-icon {
    width: 192px;
    float: left;
    height: 160px;
    border-left: #999 1px solid;
    margin-bottom: 1.2em;
    display: none;
}

.menuTop {
    position: relative;
    float: left;
}
.menuTop ul {
    display: none;
    list-style: none;
    background: #fff;
}
.menuTop.min ul {
    display: block !important;
    position: relative !important;
}
.menuTop:hover > ul {
    display: none !important;
    position: relative !important;
    padding: 0 !important;
    top: 0 !important;
    width: auto !important;
    height: auto;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.menuTop.min:hover > ul {
    display: block !important;
}

.menuTop ul li a {
    /*padding: 1rem;*/
    font-size: inherit !important;
}

.stripe {
    display: none;
}

div.home-product-extra a {
    width: 243px !important;
    height: 243px !important;
}

div.home-product-extra span.image {
    height: 190px !important;
}

/* -----------  menu BOVEN CHILI  ---------------- */

a.home-button-chili {
    display: block;
    width: 194px;
    height: 2em;
    background-image: url(/core/system/resources/assets/images/button-2-chili.jpg);
    background-position: 0 -2em;
    text-transform: uppercase;
    color: #0097ce;
    float: left;
    line-height: 2em;
    text-align: center;
    margin-left: 7px;
    font-weight: bold;
}

a:hover.home-button-chili {
    background-position: 0 0px;
    color: #E59000;
}

a.menu-2 {
    display: block;
    width: auto;
    margin: 0 0 0 .8rem;
    height: 2em;
    text-transform: capitalize;
    color: #666;
    float: right;
    line-height: 2em;
    text-align: center;
}

a:hover.menu-2 {
    background-position: 0 -2em;
}

.submenu {
    width: 187px;
    height: auto;
}

.block-title {
    width: 187px;
    height: 29px;
}

.block-bottom {
    width: 187px;
    height: 29px;
}

.submenu-content {
    background-image: url(/core/system/resources/assets/images/kopjes/background-wit.jpg);
    margin: 0;
    padding: 0;
}

.submenu ul {
    list-style: none;
    padding: 2px 0 2px 0;
    margin: 5px 0;
}

.submenu li {
    padding: 0 0 0 0;
    margin: 0;
}

.submenu ul a {
    font-weight: bold;
    font-size: .8rem;
    display: block;
    width: 150px;
    height: auto;
    color: #666;
    margin: 0;
    padding: 0;
}

.submenu ul a:hover {
    color: #00F;
}

#submenu-contant-active {
    color: #00F;
}

.submenu-2 {
    display: block;
    width: 100% !important;
    height: 2rem;
}
.menuTop {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}


.submenu-2.display-not-2, .submenu-2.display-not-3 {
    width: 100%;
}

.submenu-2 ul, .menuTop ul {
    padding: 0 !important;
    margin: 0;
    float: none !important;
}

.submenu-2 ul {
    border: none !important;
    border-radius: 0;
}

.submenu-2.display-not-2 ul, .submenu-2.display-not-3 ul {
    width: 100%;
    border: none;
    border-radius: 0;
}

.submenu-2 ul li, .menuTop ul li {
    float: left;
    background-image: none;
    width: 100%;
    display: block;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

.menuTop ul li{
    padding: .2rem 0 .2rem 2rem;
}

.submenu-2 ul li:first-of-type {
    /*margin-top: 1rem;*/
}

.submenu-2 ul ul {
    display: none;
    position: relative !important;
    box-shadow: none !important;
}

.submenu-2.display-not-2 ul li, .submenu-2.display-not-3 ul li {
    width: 100%;
    margin-top: 0;
}
.submenu-2.display-not-2 ul li ul li, .submenu-2.display-not-3 ul li ul li {
    padding: .2rem 0;
}

div.submenu-2.display-not ul li ul li a, div.submenu-2.display-not ul li ul li a:hover  {
    width: 100% !important;
    display: block !important;
    height: 40px;
}

.submenu-2 ul li.open:before, .menuTop.open:before, .display-not-2.open:before, .display-not-3.open:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    border-left: 1px solid #e0e0e0;
    cursor: pointer;
    padding: .2rem 1rem .2rem 1rem;
    float: right;
    text-align: center;
}

.submenu-2 ul li.open.empty:before
{
	color:transparent;
	border-left: 1px solid transparent;
	padding: .2rem 0 .2rem 0;
}

.submenu-2 ul li.open.min:before, .menuTop.open.min:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
}

.submenu-2 ul li a {
    display: inline !important;
    padding: .5rem 1rem !important;
}

.submenu-2 ul li a:hover {
    background: none;
    text-decoration: underline;
}

.submenu-2.display-not-2 ul li a, .submenu-2.display-not-3 ul li a {
    width: auto;
    border: none;
}

 .submenu-2 ul li:hover > ul,  .submenu-2 ul li > ul {
    display: none !important;
}

 .submenu-2 ul li.min  {
    background: #e0e0e0;

 }



.rollovermenu.open.activecategorie a.home-button-2, .submenu-2 ul li ul li.activecategorie {
    background-color: #e0e0e0;
    font-weight: bold;
}
.activeCategorie {
    font-weight: bold;
}

.submenu-2 ul li.min > ul {
    display: block !important;
}

.submenu-2 ul li.min:hover > ul {
    display: block;
}

/* ##### LAYOUT ##### */
/* column scaling */

/* wrapper */
.container-1 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: auto;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

/* header */
.container-1 {
    max-width: 1000px;
}
.container-2 {
    width: 100%;
    max-width: 1000px;
    position: fixed;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .12);
}

.container-2-chili {
    height: 70px;
}

/* header - searchbar */
.search {
}
.search form#form1 {
}
.search form#form1 #searchInput {
    height: 1.7rem;
    position: absolute;
    top: -2.4rem;
    left: 1rem;
}
.search form#form1 i {
    position: absolute;
    right: 1.4rem;
    top: 1.1rem;
    display: none;
}
.search form#form1 input[type="submit"]{
    position: absolute;
    top: -2.4rem;
    left: 11.5rem;
     background: transparent;
    width: 1.5rem !important;
    height: 1.7rem;
    border-radius: .1rem;
    z-index: 10;
}
.search form#form1:before {
    content: '\f002';
    font-size: 1rem;
    color: #333;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: -2.4rem;
    left: 11.8rem;
    z-index: 9;
}


.search_result_block {
    display: block;
    padding: 1rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #f0f0f0;
}

.search_result_link {
    display: block;
    margin-top: .5rem;
}

.search_result_link a:visited,
.search_result_link a {
    font-weight: normal;
}

.search_result_link a:hover {
    color: grey;
}

.search_result_description {
    display: block;
    line-height: 1;
}

.search_result_title {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    text-decoration: underline;
    font-weight: bold;
}

.search_result_key {
    font-style: italic;
}

.search_result_page_link {
    margin: 10px;
}

.search_result_page_link_current {
    font-weight: bold;
}


/* Menu */
.container-3 {
    max-width: 1000px;
    overflow-y: auto;
}

.container-3-chili {
    height: 45px;
}

.links-totaal {
    width: 100%;
    max-width: 1000px;

    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.container-4 {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;

    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top: 5rem !important;
    z-index: 1;

    -webkit-backface-visibility: hidden;
}

div.nav_extra {
    padding: 1rem !important;
}

div.nav_extra div.left {
    width: 100%;
    margin: 0;
    float: left;
    display: none;
    /*padding: 1rem;*/
    box-sizing: border-box;
}

div.nav_extra div.left a {
    border: solid 1px #eee;
    width: calc(50% - .5rem);
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.8em;
    display: block;
    margin: 0 .5rem .5rem 0;
    float: left;
    overflow: hidden;
    min-height: 10.5rem;
}

div.nav_extra div.right {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 1.2em;
}

.content-marge-2 {
    width: 100% !important;
    float: left;
}

.content-marge-2 ul {
    margin: .5rem 0 .5rem 1rem;
    padding: 0;
}

.container-5 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: auto;
    background-color: transparent;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.producten-div-container {
    float: left;
    width: 100%;
    max-width: 1000px;
    padding: 0 .5rem;
}

.product-div {
    width: calc(100% - .5rem);
    float: left;
    border: #eee 1px solid;
    margin: 0 .5rem .5rem 0;
    background-color: #FFF;
    overflow: hidden;
    cursor: pointer;
}

.product-div:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
}

.product-titel {
    margin: .5rem .5rem 0;
    font-weight: bold;
    font-size: .8rem;
    height: 19px;
    line-height: 19px;
}

.product-beschrijving {
    margin: 6px 9px;
    height: 38px;
    line-height: 19px
}

.product-foto {
    margin: 0 9px;
    height: 170px;
}

.product-aantal {
    margin-left: .5rem;
}

.product-prijs {
    float: left;
    color: #666;
    text-align: center;
    font-weight: bold;
    margin: 0 0 .5rem .5rem;
    line-height: 24px;
}

.product-prijs del {
    font-weight: normal;
    font-size: .9rem;
    line-height: 1.2rem;
}

.product-meer-info {
    display: block;
    font-weight: bold;
    padding: 0 .5rem;
    background-color: #0097ce;
    text-align: center;
    text-decoration: none;
    float: right;
    color: #fff;
    margin: 0 .5rem .5rem .5rem;
}
.product-meer-info:after {
    content: '';
    margin-left: .5rem;
    font-family: 'Font Awesome 5 Pro';
}


.product-meer-info a {
    text-decoration: none;
    color: #FFF;
}

.product-meer-info:hover, .product-div:hover .product-meer-info {
    text-decoration: none;
}

.product-meer-info span {
    display: none;
}

.categorie-div-container {
    float: left;
    width: 100%;
    max-width: 1200px;
    padding: 0 .5rem;
}

.categorie-div {
    width: calc(100% - .5rem);
    float: left;
    border: #eee 1px solid;
    margin: 0 .5rem .5rem 0;
    background-color: #FFF;
    overflow: hidden;
    cursor: pointer;
}

.categorie-div:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
}

.categorie-titel {
    margin: .5rem .5rem 0;
    font-weight: bold;
    font-size: .8rem;
    height: 19px;
    line-height: 19px;
    text-align: center;
}

.categorie-foto {
    height: 300px;
    margin-bottom: 1rem;
}

.categorie-foto .thumbSelector {
    max-width: none;
    max-height: none;
}

.categorie-meer-info {
    display: block;
    font-weight: bold;
    padding: 0 .5rem;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    text-align: center;
    text-decoration: none;
    float: none;
    color: #333;
    margin: 0 .5rem .5rem .5rem;
}

.categorie-meer-info:after {
    content: '';
    margin-left: .5rem;
    font-family: 'Font Awesome 5 Pro';
}


/* ##### CLASSES, COLORS & (external) elements ##### */
span.minus:before {
    content: "-";
    display: inline-block;
    width: 10px;
    margin-left: -10px;
}

.hideBefore:before {
    content: '' !important;
    width: 0 !important;
    display: none;
}

.display-not {
    /*display: none;*/
}

.display {
    display: block;
}

input[type="text"] {
    -webkit-user-select: text;
}

.indicator {
    display: table-caption;
}

.indicator:before{
    padding: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 56.25%;
    /*overflow: hidden;*/
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    max-height: 100% !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    display: block;
}

/* ##### CONTENT ##### */

/* Content info */
.content-info {
    margin: 0;
    float: left;
    background: #fff;
    width: 100% !important;
    border: solid 1px #ddd;
}

.content-info-margin {
    padding: 15px 15px 15px 15px;
}

.content-info-bottom {
    display: block;
}

.container .tags ul li input {
    vertical-align: top;
}

#products-recently {
    clear: both;
}

/* Home */
.home-items {
    width: 100% !important;

    float: left;
    height: auto;
}

/* Home actieblokken */
.producten {
}

.producten .product {
    display: block;
    float: left;
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
    background: #fafafa;
    position: relative;
    padding: 1rem;
}

.producten .product .prijs {
    position: absolute;
    right: -1.5rem;
    padding: .5rem;
    margin: 2rem;
    bottom: 10rem;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
     border: 2px solid #e0e0e0;
}

.producten .product .prijs a     {
    font-size: .5em;
}

.producten .product img {
    margin: -1rem -2rem 0rem -1rem;
    max-width: calc(100% + 2rem) !important;
}

.referenties {
}

.referenties .referentie {
    float: left;
    width: 33.3334%;
    padding: 0 .5rem .5rem 0;
}

.referenties .referentie img {
}

/* Aside Right */
.rechts-info {
    padding: 1rem;
}

.rechts-info h1 {
    border-bottom: #dddddd 1px solid;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.rechts-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rechts-info li {
    background-color: #f5f5f5;
    padding: 0 0 0 0;
    margin: 2px 0;
    display: block;
}

.rechts-info ul a {
    display: block;
    width: 192px;
    height: auto;
    color: #0097ce;
    margin: 0;
    padding: 4px;
}

.rechts-info li:hover {
    background-color: #f5f5f5;
}

.rechts-info ul a:hover {
    color: #000;
}

#rechts-info-ul-active {
    color: #0097ce;
}

.rechts-info a {
    color: #0097ce;
}

.rechts-info a:hover {
    text-decoration: underline;
    color: #000;
}

/* Lijstselector */
/* RIGHT SECTION */
div.nav_extra div.right div.navmenu {
    width: 100%;
    background-color:#fafafa !important;
    font-size: 0.8rem;
    position: relative;
}

div.nav_extra div.loading {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #333333;
    text-align: center;
    z-index: 100;
}

div.nav_extra div.right div.navmenu div.hr {
    width: 100%;
    height: 0px;
    border-left: none;
    /*border-top: solid 1px rgba(0,0,0,0.3);*/
    border-right: none;
    /*border-bottom: solid 1px rgba(255,255,255,0.3);*/
    clear: both;
}

div.nav_extra div.right div.navmenu .row {
    display: block;
    width: 100%;
    margin: auto;
    line-height: 26px;
    font-weight: bold;
    color: #333333;
    padding: 0 6px 0 6px;
    min-height: 26px;
    z-index: 1;
    overflow: auto;
}

div.nav_extra div.right div.navmenu  .row span {
    display: block;
    float: left;
    width: 25%;
    font-weight: 100;
    min-width: 76px;
}

div.nav_extra div.right div.navmenu  .row span.option-label {
    width: 40% !important;
}

div.nav_extra div.right div.navmenu .row span.medium {
    /*width: 189px;*/
    padding-left: 0 !important;
}

div.nav_extra div.right div.navmenu .row span.large {
    width: 60%;
    font-weight: bold;
    padding-left: 0 !important;
    /*float: inherit;*/
}

div.nav_extra div.right div.navmenu .row span:nth-of-type(3) {
    width: 25% !important;
}

div.nav_extra div.right div.navmenu .row span.extra_large {
    width: 350px;
}

div.nav_extra div.right div.navmenu .link {
    display: block;
    float: left;
    text-align: right;
    padding: 0 6px 0 0;
    color: #333333;
    width: 25%;
    /*background: rgba(0,130,200,0.1);*/
    cursor: pointer;
    white-space: nowrap;
}

div.nav_extra div.right div.navmenu .link_no_click {
    display: block;
    float: left;
    text-align: right;
    padding: 0 6px 0 0;
    width: 100px;
}

div.nav_extra div.right div.navmenu .link:hover {
    background: rgba(0, 130, 200, 0.5);
    color: #ffffff;
}

div.nav_extra div.right div.navmenu .active {
    background: rgba(0, 130, 200, 0.7);
    color: #ffffff;
}

div.nav_extra div.right div.navmenu .row span.price {
    text-align: right;
    padding: 0 6px 0 0;
    min-width: 76px;
}

div.nav_extra div.right div.navmenu .row span.menu {
    width: 2em;
}

div.nav_extra div.right div.navmenu .row span.checkbox {
    width: 2em;
}

div.nav_extra div.right div.navmenu .row select {
    width: 100%;
    color: #444444;
    font-size: 0.8rem;
    height: auto;
    padding: 1px;
    margin: 2px 0 0 0;
    z-index: 0;
}

div.nav_extra div.right div.navmenu .row input {
    height: 24px;
    width: 76px !important;
}

div.nav_extra div.right div.navmenu .even {

}

div.nav_extra div.right div.navmenu .odd {
    /*background: rgba(0,0,0,0.05);*/
}

div.nav_extra div.right div.navmenu .heading {
    font-size: 1rem;
    padding: .5rem .5rem 0.5rem .5rem;
    border: none;
    color: #fff;
    margin-bottom: 1rem;
    white-space: normal !important;
}

.containerSiteProductType div.nav_extra div.right div.navmenu .heading:first-of-type {
    font-size: 1rem;
    padding: .5rem 0 0.5rem .5rem;
    border: none;
    color: #fff;
}

.containerSiteProductType div.nav_extra div.right div.navmenu .row {
    padding: 0 .5rem;
}

.containerSiteProductType div.nav_extra div.right div.navmenu .row:last-of-type {
    color: #fff;
    border-radius: 0 0 .2rem .2rem;
}

div.nav_extra div.right div.navmenu .heading .large {
    border: none !important;
    width: auto !important;
}

div.nav_extra div.right a.button {
}

div.nav_extra div.right a.button {
    background: #9CCC65;
    border-radius: .1rem;
    border: 1px solid;
    border-bottom: 3px solid;
    padding: 1rem;
}

div.nav_extra div.right a.button:hover {
    color: #444;
}

div#codeContainer99 {
    background: #fafafa;
}

div#codeContainer99 .row {
    border-bottom: 1px solid #e0e0e0;
}

div#codeContainer99 .row:last-of-type {
    border-bottom: 0;
}

div#codeContainer99 span {
    width: 50%;
}

div#codeContainer99 .row.even, div#codeContainer99 .row.odd {

}

div#codeContainer99 .even.heading {
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    padding-left: .5rem;
    /*border-top: 1px solid;*/
    border-left: 1px solid;
    border-right: 1px solid;
    margin-bottom: 0;
    border-bottom: none;
}

div#codeContainer99 .heading .large {
    width: 100%;
    float: inherit;
}

.container-4.containerSiteProductenSelector .nav_extra .right .navmenu #codeContainer99 div.heading:before, .container-4.containerSiteProductenSelector .nav_extra .right .navmenu #codeContainer99 div.heading:after {
    /*border-top-color: #9CCC65;*/
}

.container-4.containerSiteProductenSelector .nav_extra .right .navmenu div.heading:after {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 50%;*/
    /*width: 0;*/
    /*height: 0;*/
    /*margin-left: -9px;*/
    /*pointer-events: none;*/
    /*border-top: 9px solid #FFF;*/
    /*border-left: 9px solid transparent;*/
    /*border-right: 9px solid transparent;*/
}


[id^=priceHolder_] ~ .row.heading span {
    text-align: right;
    display: block !important;
    width: 100% !important;
    float: inherit !important;
    border: none !important;
}
[id^=priceHolder_] ~ .row.heading {
    font-size: 1rem !important;
    display: block !important;
    margin-bottom: 0 !important;
    border: none !important;
}

#overzicht {
    margin: -4rem 0 1rem .5rem;
    text-decoration: underline;
    position: absolute;
}


#imagezoom {
    position: fixed;
    width: 90%;
    height: auto;
    background: red;
    left: 10%;
    top: 10%;
    bottom: 10%;
    z-index: 92;
    box-shadow: 0 2px 50px 0px rgba(0,0,0,.5);
}

.video {
    display: block;
    font-weight: bold;
    width: 98px;
    height: 103px;
    font-size: .8rem;
    margin: 0px;
    background-image: url(/core/system/resources/assets/images/play-button.jpg);
    float: left;
    line-height: 25px;
    text-align: center;
    background-position: 0 0;
    text-decoration: none;
    color: #FFF;
}

.video:hover {
    text-decoration: none;
    color: #fff;
    background-position: 0px 103px;
}

.video span {
    display: none;
}

.content-marge-3 {
    margin: .8rem 2rem 2rem 1.2rem;
    min-height: 0;
    width: calc(100% - 2rem);
}

.content-marge-3 .specs {
    padding-bottom: .1rem;
    display: table-row;
}

.content-marge-3 .specs_title {
    font-weight: bold;
    font-size: 15px;
    display: table-header-group;
}

.content-marge-3 .specs_item_title {
    font-weight: normal;
    display: table-cell;
    border-bottom: 1px solid #eee;
    padding: .4rem 0;
}

.content-marge-3 .specs_item_value {
    /*font-style: italic;*/
    margin-left: 2rem;
    /*float: right;*/
    font-weight: bold;
    display: table-cell;
    border-bottom: 1px solid #eee;
}

.content-marge-3 td {
    width: 50% !important;
}
.content-marge-4 {
    padding: 0 1rem;
}

.belangrijk {
    color: #F00;
    float: left;
    width: 385px;
    font-weight: bold;
    margin: .8rem 0;
}

.broodkruimel-1 {
    border-bottom: 1px #CCC solid;
    font-size: .8rem;
    margin: 15px 0 0 0;
    padding: 0 15px 5px 0;
    font-weight: bold;
    width: 31.2em;
    height: 16px;
}

.broodkruimel-1 a {
    color: #6f6e6e;
}

.broodkruimel-1 a:hover {
    color: #0097ce;
}

.product-titel-detail {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.favo-close {
    width: auto;
    /*height: 43px;*/
    /*line-height: 43px;*/
    /*float: right;*/
    margin: -5rem 0 1.2em;
}

.favo-close .head-blok a:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin-right: .5rem;
}

.favo-close img, .favo-close > a {
    display: none;
}

.favo-close a {
    display: none;
    height: 43px;
    line-height: 43px;
    float: left;
    padding: 0 5px 0 4px;
    color: #6f6e6e;
}

.favo-close a:hover {
    color: #0097ce;
}

.klant-logo {
    background-color: #FFF;
    height: 224px;
    width: 245px;
    float: left;
}

.klant-foto {
    background-color: #FFF;
    height: 224px;
    width: 747px;
    float: right;
}

.foto {
    margin: 1.5rem 0 ;
    float: left;
    width: calc(100% - 1.5rem) !important;
}

.foto-blok {
    width: 100% !important;
    /*max-width: 300px;*/
    margin: 0 auto;
    float: none !important;
    overflow: hidden;
    position: relative;
    border: none !important;
}

.foto-met-extra:hover {
    border: 1px solid grey !important;
    background: #fff;
    cursor: zoom-in;
}

.foto-blok img {
    max-height: 325px;
    max-width: 100% !important;
}

.foto-met-extra {
    float: left;
    width: 100% !important;
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
}

.foto-extra {
    /*width: 100px;*/
    float: right;
}

.foto-blok-klein {
    width: 100px;
    height: 100px;
    border: #CCC 1px solid;
    float: left;
    margin: 0 1rem 1rem 0;
}

/* Image zoom */
.zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0%;
    /* box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.25); */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-size: 100%;
    z-index: 999;
    display: none;

    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    z-index: 9999;
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    background: #fff;
    padding: .5rem;
    border: 1px solid #e0e0e0;
    border-radius: .2rem;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.close_button {
    width: 2rem;
    height: 2rem;
    top: .5rem;
    font-size: initial;
    background: #333;
    color: #fff; 
    border: 1px solid #666;
    border-radius: 50px;
}

.modal-header h5 {
    margin: 0;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.video-blok {
    width: 100px;
    height: 150px;
    border: #CCC 1px solid;
    float: left;
    margin: 15px 0 0 0;
    text-align: center;
    font-weight: bold;
}


/*END RIGHT SECTION*/

/* ##### FOOTER ##### */
.footer {
    float: left;
    width: 100%;
    max-width: 1000px;
    margin: 1rem auto auto auto;
    color: #999;
    font-size: .9rem;
    text-align: center;
    padding: .5rem 0;
}

.footer-logo {
    width: 100%;
}

.footer span {
    width: 50%;
}

.footer span.right {
    float: right;
}

.footer span.left {
    float: left;
}

.footer ul {
    list-style: none;
    background: #fafafa;
    width: 100%;
    padding: 0;
}

.footer ul li {
}

.footer ul li a:hover {
    color: #000;
}

.footer a {
    color: #0097CE;
}

.footer a:hover {
    color: #000;
}

.footer-powered {
    float: left;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: 2rem;
    color: #ccc;
    /*margin-top:.8rem;*/
    margin-bottom: .8rem;
    text-align: center;
    font-size: .9rem;
}

.footer-powered a {
    color: #ccc;
}

.footer-powered a:hover {
    color: #4db3d0;
}


/* WINKELWAGEN */
.winkelwagen-icoon {
    background: url('/core/system/resources/assets/images/shopping-cart.svg') left center no-repeat;
    float: right;
    height: 2rem;
    line-height: 2rem;
    font-weight: bold;
    font-size: .8rem;
    display: none;
    padding-left: 2.2rem;
}
.containerSiteDashboard .winkelwagen-icoon {
    background: none;
}
.containerSiteDashboard .winkelwagen-icoon:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    color: #222;
    font-size: 1rem;
}
.winkelwagen-icoon img {
    display: none;
}
@media all and (-ms-high-contrast:none){
	.winkelwagen-icoon
	{
		padding-left: 3.8rem;
	}
	.winkelwagen-icoon > span {
		display:inline-block;
		
	}
	.winkelwagen-icoon img {
		display:inline-block;
		width: 2.2rem;
		opacity:0;
	}
}
.winkelwagen-aantal {
    float: right;
}

.winkelwagen-aantal select {
    float: right;
    margin-left: 10px;
}
.waarde {
    float: left;
    width: 100%;
    max-width: 1000px;
    height: 28px;
    margin: 0 0 0 .5rem;
    background-color: #fff;
    color: #000;
    line-height: 28px;
    font-weight: bold;
}


.winkel-blok-1, .winkel-blok-2, .winkel-blok-3, .winkel-blok-4 {
    width: 100%;
    min-height: 100% !important;
    border-bottom: #e0e0e0 1px solid;
    float: left;
    height: auto;
    display: inline-block;
}

.winkel-blok-2, .winkel-blok-3 {
    width: 50%;
    border: none;
}

.winkel-blok-2 {
    padding-left: 1rem;
}

.winkel-blok-4  .clear {
    clear: none;
}

.winkelwagen-product-blok {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    min-height: 15px;
    background-color: #fafafa;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    margin: 0;
}

.winkelwagen-product-blok a {
    color: #6f6e6e;
}

.winkelwagen-product-blok input {
    margin-left: 1rem;
}

.winkelwagen-product-blok a:hover {
    color: #000;
}

.winkelwagen-product-blok.delivery:before {
    content: ' ';
    font-family: 'Font Awesome 5 Pro';
    width: 2rem;
    display: inline-block;
    transform: scaleX(-1);
}

.winkelwagen-product-blok.takeaway:before {
    content: ' ';
    font-family: 'Font Awesome 5 Pro';
    width: 2rem;
    display: inline-block;
    text-align: right;
}


.winkelwagen-product-blok.deliveryshared:before {
    content: ' ';
    font-family: 'Font Awesome 5 Pro';
    width: 2rem;
    display: inline-block;
    transform: scaleX(-1);
}


.winkel-foto {
    margin: 1rem 2rem 1rem 1rem;
    background-color: #FFF;
    border: #CCC 1px solid;
    width: 20%;
    float: left;
    height: auto;
}

.winkel-foto div {
    height: auto !important;
}

.winkel-beschrijving {
    font-size: 11px;
    margin: 1rem 0 0 0;
    float: left;
    padding: 0 1rem;
    width: 80%;
    /*height: 100px !important;*/
    /*overflow-x: scroll;*/
    /*border-bottom: 1px solid;*/
    /* TODO: Uncomment en maak expandable met click */
}

.winkel-beschrijving table {
    display: none;
}

.winkel-nummer {
    width: 350px;
    margin: 8px 0 0 0;
    float: left;
    font-weight: bold;
}

.winkel-titel {
    font-size: 13px;
    font-weight: bold;
}

.winkel-aantal {
    margin: 42px 5px 0 .8rem;
    font-size: 15px;
    font-weight: bold;
    width: 55px;
    float: left;
}

.delete-2 {
    width: 50%;
    background: #e0e0e0;
    border-right: 1px solid #fafafa;
    float: left;
}

.delete-2 a {
    display: block;
    margin: .5rem;
    font-weight: bold;
    float: right;
    text-align: center;
}

/* .delete-2 a:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin-right: .5em;
    color: #F44336;
} 

.delete-2:last-of-type a:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin-right: .5em;
    color: #2196F3;
}  */

.delete-2 a br {
    content: ' ';
    margin-left: .5rem;
}

.qq-upload-button {
    width: 155px !important;
    background: #9CCC65 !important;
    border: 1px solid #5e8235 !important;
    border-bottom: 2px solid #5e8235 !important;
    border-radius: .2rem;
    margin-bottom: .5rem;
}

.qq-upload-button:hover {
    background: #5e8235 !important;
}

.qq-upload-button > input {
    height: 37px !important;
}

#fine-uploader ~ .vorig-verder {
    /*margin-top: -5.5rem !important;*/
}

/*### CSS For Addressblocks in SiteWinkelwagen.php ###*/
div.addressBox {
    width: 100%;
    height: auto;
    margin: .8rem;
    padding: .8rem;
    background: #fafafa;
    float: left;
    /*min-height: 173px;*/
}

div.addressBox a {
    display: block;
    padding: 5px;
    font-weight: bold;
    float: left;
    margin: 3px .8rem 3px 0px;
    border-radius: .2rem;
}

div.deliveryInfo2Box {
    display: block;
    width: calc(50% - 1.6rem);
    border: 2px solid #facc70;
    height: auto;
    margin: .8rem;
    padding: .8rem;
    background: #fef7e9;
    float: left;
}
div.deliveryInfo2Box h1{
    color: #000;
}

.padding {
    padding: 5px;
}

.priceTable {

}

.priceTable .priceRow {
    border-bottom: dotted 0px #fafafa;
}

.priceTable .priceRow b {
    display: block;
    float: left;
    width: 118px;
    background: #fafafa;
    margin: 2px;
    padding: 0 4px 0 0;
    height: 26px;
    line-height: 26px;
    text-align: right;
}

.priceTable .priceRow b a {
    margin: 0;
    width: 122px;
    text-align: right;
    padding: 0 4px 0 0;
}

.priceTable .priceRow b a span {
    font-size: 8pt;
    font-weight: normal;
    display: block;
    margin: -7px 0 0 0;
}

form.basketUpload input[type='submit'] {
    cursor: pointer;
    margin: 24px 0 0 3px;
    font-size: 11px;
    text-align: center;
    width: 77px;
    height: 26px;
    line-height: 26px;
    float: none;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    overflow: hidden;
    border: none;
    border-radius: 6px;

    clear: both;
}

div.basketLeft {
    width: 100%;
    float: left;
    padding: .8rem;
}

/* ============= Combined products & opsomming prijzen ============= */
.waarde {
    font-weight: normal;
    height: auto;
}
.waarde .waarde_subtotal{
    font-weight: bold;
    font-size: 1rem;
    margin-top: 1rem !important;
}
.waarde.waarde_total_inc_vat {
    font-size: 1.2rem;
    font-weight: bold;
    border-top: 1px solid #e0e0e0;
    margin-top: .5rem;
    padding-top: .5rem;
}
.title {

}
.price {
    float: left;
    width: auto !important;
}

.waarde span.price {
    float: right;
}

.combined-product-container .winkelwagen-product-blok {
    background: #f0f0f0;
    margin: 0 !important;
    border-bottom: 1px solid #e0e0e0;
}
.combined-product-container .winkelwagen-product-blok:nth-child(1) {
    background: #fafafa;
    margin: 1rem 0 0 0 !important;
}

.combined-product-container .winkel-blok-1,
.combined-product-container .winkel-blok-2,
.combined-product-container .winkel-blok-3,
.combined-product-container .winkel-blok-4 {
    border-bottom: none !important;
    min-height: .1rem !important;
}
.winkel-beschrijving table {
    border-top: 1px solid #e0e0e0;
    margin-top: 1rem !important;
    padding-top: 1rem;
}
.winkel-beschrijving table tbody {
    border-bottom: none !important;
}

div.basketRight {
    width: 100%;
    float: right;
    padding: .8rem .8rem .8rem 40px;
    border-left: solid 1px #ccc;
    margin-bottom: .8rem;
}

.basketRight:after {
    content: ''
}

div.error {
    border: 1px solid #D32F2F;
    border-radius: .2rem;
    background-color: #EF9A9A;

    /*box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);*/
    padding:1rem 2rem 2rem 2rem;
    width: 90%;
    margin: 5% !important;
}

div.msg {
    border: 1px solid #FDD835;
    border-radius: .2rem;
    background-color: #FFF59D;

    /*box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);*/
    padding:1rem 2rem 2rem 2rem;
    width: 90%;
    margin: 5% !important;
}

div.error:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    display: block;
    text-align: center;
}

div.msg:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 3rem;
    display: block;
    text-align: center;
}

div.msgGreen {
    border-radius: .2rem;
    border: 1px solid #388E3C;
    background: #66BB6A;
    color: #fff !important;
    margin: 0 auto;
    margin-bottom: 1rem;
}

div.information {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #999999;
    border-radius: 6px;
    box-shadow: 0 0 .8rem rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 11px;
    margin: .8rem 0 0 61.2em;
    padding: 4px .8rem .8rem .8rem;
    width: 300px;
    position: absolute;
}



/*popup*/
div.popup {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em;
    margin: 0 !important;
    border: solid 2px #e0e0e0;
    z-index: 93;
    transition: all 2s linear;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    display: none;
}

div.popup img {
    /*display: none;*/
}

div.popup h1 {
    /*font-size: .8rem;*/
}

div.popup h1 a {
    float: right;
    /*font-size: 8pt;*/
    font-weight: normal;
}

div.popup p {
    /*font-size: 8pt;*/
}

div.popup h1 a:after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin-left: .5rem;
}

div.popup h1:before {
    /*content: '';*/
    /*font-family: 'Font Awesome 5 Pro';*/
    /*margin-right: .5rem;*/
}

div.popup p a {
    display: block;
    float: left;
    border: solid 1px #8b8b8b;
    line-height: 1.2em;
    color: #8b8b8b;
    padding: 0 14px 0 14px;
    margin: 16px 1.2em 0px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    border-radius: 3px;
}

div.popup p a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

div.popup iframe {
    max-width: 1000px;
    height: 95%;
}

div.popup iframe[name=fulliframe] {
    max-width: none;
}

.blokken-2 {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 11px;
    float: left;
    height: auto;
    margin: .3rem;
    padding: .3rem;
    text-align: center;
    width: calc(50% - .6rem);
}

.blokken-2-titel {
    color: #656567;
    font-size: 21px;
    height: 3rem;
    padding: .3rem;
    text-align: center;
    line-height: 1rem;
}

.blokken-3, .blokken-3-1, .blokken-3-2, .blokken-3-3 {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 11px;
    float: left;
    height: auto;
    margin: .3rem;
    padding: .3rem;
    text-align: center;
    width: calc(33.333% - .6rem);
}

.blokken-3-titel {
    color: #333;
    height: 2rem;
    padding: .3rem;
    text-align: center;
    line-height: 1rem;
}

.blokken-4 {
    border: 1px solid #e0e0e0;
    float: left;
    height: auto;
    margin: .3rem;
    padding: .3rem;
    text-align: center;
    width: calc(25% - .6rem);
}

.blokken-4-titel {
    color: #656567;
    font-size: .8rem;
    height: 2rem;
    padding: .3rem;
    text-align: center;
    line-height: 1rem;
}

/* ----------  verder knop ---------- */
.winkelwagen {
    display: block;
    font-weight: bold;
    width: 21.2em;
    height: 25px;
    font-size: .8rem;
    margin: 1.2em 9px 1.2em 0;
    background-color: #0097ce;
    float: left;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
}

.winkelwagen a {
    text-decoration: none;
    color: #FFF;
    background-image: url(/core/system/resources/assets/images/winkelwagen.png);
    background-repeat: no-repeat;
    background-position: left;
}

.winkelwagen:hover {
    background-color: #666;
    text-decoration: none;
    color: #fff;
}

.product-meer-info span {
    display: none;
}

.onder {
    margin: 1.2em 0 0 0;
}

.producten-lijst {
    float: left;
    width: 100% !important;
    max-width: 1000px;
    margin: 0;
}
.producten-lijst .producten-lijst {
    width: 100% !important;
}
.producten-lijst {
    padding: .5rem;
}

div.form {
}

.producten-lijst form {
    max-width: 90%;
    width: 100% !important;
    right: auto !important;
    position: relative !important;
}
.producten-lijst form[name=basket] {
    /*max-width: 30rem;*/
}


.producten-lijst table {
    display: inline-block;
}
.producten-lijst table:last-of-type {
    /*border-top: 1px solid #e0e0e0;*/
    /*margin-top: 1rem !important;*/
    /*padding-top: 1rem;*/
}

.waarde {
    /*font-weight: normal;*/
    font-size: .9rem;
}

.waarde-2 {
    margin: 0 0 0 0;
    float: right;
    margin-right: 1rem;
    width: 17rem;
}

.waarde-2 span {
    float: left;
    display: block;
    margin-right: .5rem;
    width: 8rem;
}

.waarde-2 b {
    display: inline-block;
    width: auto !important;
}


.waarde-2 b:nth-of-type(1) {
    width: 2rem !important;
    text-align: right !important;
    margin: 0 .5rem 0 0;
}

.waarde-2.waarde_total_ext_vat {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 1rem;
    box-sizing: content-box;
    margin-right: 0;
}

.aantal {
    margin: 42px 5px 0 5px;
    font-size: 13px;
    font-weight: bold;
    width: 65px;
    float: left;
}

.aantal-2 {
    margin: 44px 2px 0 7px;
    font-size: 11px;
    font-weight: bold;
    min-width: 2em;
    float: left;
}

.aantal-3 {
    margin: 1rem 2rem 1rem 1rem;
    font-weight: bold;
    float: right;
    font-size: 1rem;
}

.aantal-3 del {
    font-weight: normal;
    font-size: 13px;
}

.delete {
    display: none;
}

/* ----------  winkelstap knop ---------- */
.winkelwagen-knop {

    text-decoration: none;
    color: #fff;

}

a.winkelwagen-knop {
    margin: .3rem 1rem 0 0;
    text-decoration: none;
    display: block;
    color: #333;
    float: left;
    text-align: center;
    background-color: #fafafa;
    background-repeat: repeat-x;
    width: 5rem;
    height: 2em;
    line-height: 2em;
    border: 1px solid #e0e0e0;
    border-radius: .2rem;
    position: relative;
}

a.winkelwagen-knop:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -.9rem;
    width: 0;
    height: 0;
    border-top: .9rem solid transparent;
    border-right: .9rem solid transparent;
    border-bottom: .9rem solid transparent;
    border-left: .9rem solid #e0e0e0;
}

.winkelwagen-knop:hover, a.winkelwagen-knop-active {
    background-color: #0097ce;
    text-decoration: none;
    color: #fff;
}

.winkelwagen-knop span {
    display: none;
}

a.winkelwagen-knop.red {
    background-color: red;
}

a.winkelwagen-knop.green {
    background-color: green;
}

input.basketButton {
    border-radius: 0 !important;
    background-color: #666666 !important;
    color: #FFFFFF !important;
    display: block !important;
    float: left !important;
    font-size: .8rem !important;
    font-weight: bold !important;
    height: 25px !important;
    line-height: 25px !important;
    margin: 6px 9px 0 0 !important;
    padding: 0 0 0 .8rem !important;
    text-align: left !important;
    text-decoration: none !important;
    width: 170px !important;
}

a.basketButton {
    display: block;
    margin: 1rem 0;
    float: none;
    text-align: Center;
    text-decoration: none;
    border-radius: .1rem;
    float: right;
    padding: 0 .5rem;
}

a.basketButton:hover {
    background-color: #0097ce;
}

input.orderButton {
    border-radius: 0 !important;
    background-color: #666666 !important;
    color: #FFFFFF !important;
    display: block !important;
    float: left !important;
    font-size: .8rem !important;
    font-weight: bold !important;
    height: 25px !important;
    line-height: 25px !important;
    margin: 6px 9px 0 0 !important;
    padding: 0 0 0 .8rem !important;
    text-align: left !important;
    text-decoration: none !important;
    width: 170px !important;
}

a.orderButton {
    display: block;
    width: 170px;
    height: 2em;
    margin: 8px 9px 0 26px;
    background-color: #7ac143;
    float: none;
    line-height: 38px;
    text-align: Center;
    text-decoration: none;
    color: #fff !important;
    border-radius: 6px;
}

a.orderButton:hover {
    background-color: #e0e0e0;
}

.vorig-verder {
    width: 100%;
    float: right;
    margin-bottom: .9rem;
    margin-top: 1rem;
}

/* ----------  winkelstap knop ---------- */
.vorig-verder-knop {
    display: block;
    font-weight: bold;
    margin: .5rem 0 0 .5rem;
    background-color: #0097ce;
    float: right;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0 .5rem;
}

a.vorig-verder-knop {
    text-decoration: none;
    color: #FFF;
    /*border-radius: 0px 0px 6px 6px;*/
    max-width: calc(50% - .5rem);
    /*min-width: 8rem;*/
}

.vorig-verder-knop:hover {
    background-color: #e0e0e0;
    text-decoration: none;
    color: #fff;
}

.vorig-verder-knop span {
    display: none;
}

.vorig-pijltje {
    /*background-image:url(/core/system/resources/assets/images/pijltje-vorig.png); */
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: left;
    float: left;
}

.vorig-pijltje:before {
    content: '';
    margin-right: .5rem;
    font-family: 'Font Awesome 5 Pro';
}

a.vorig-pijltje {
    color: #fff;
    font-style: normal;
}

.verder-pijltje {
    /*background-image:url(/core/system/resources/assets/images/pijltje-verder.png);  */
    background-repeat: no-repeat;
    background-position: right;
}

.verder-pijltje:after {
    content: '';
    margin-left: .5rem;
    font-family: 'Font Awesome 5 Pro';
}

.save-as-offer {
    display: block;
    margin: .5rem 0 0 .5rem;
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-radius: .1rem;
    float: right;
    text-align: center;
    text-decoration: none;
    padding: 0 .5rem;
}
.save-as-offer:hover {
    background: #e0e0e0;
}
.save-as-offer:after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin-left: .5rem;
}


.hulp {
    width: 963px;
    border-top: 1px solid #CCCCCC;
    padding: 5px 0;
    float: left;
    margin: .8rem 0;
}

/* ----------  winkelstap knop ---------- */
.hulp-knop {
    display: block;
    font-weight: bold;
    width: 115px;
    height: 35px;
    font-size: 13px;
    margin: 6px 0 0 0;
    background-color: #0097ce;
    float: right;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: rgba(255, 255, 50, 0.5) !important;
    border: 2px solid #000000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.5);
}

.hulp-knop a {
    text-decoration: none;
    color: #FFF;
}

.hulp-knop:hover {
    background-color: #666;
    text-decoration: none;
    color: #fff;
}

.hulp-knop span {
    display: none;
}

.inlog-margin {
    width: 500px;
    margin: auto;
    height: 31.2em;
    margin-top: 140px;
}

.inlog-header {
    text-align: center;
    font-size: 24px;
    height: 100px;
    color: #FFF;
    text-shadow: #000 -1px 3px 3px;
}

/* ----------  winkelstap knop ---------- */
.hulp-knop-2 {
    display: block;
    font-weight: bold;
    width: 250px;
    height: 25px;
    font-size: .8rem;
    margin: 8px 0 0 0;
    background-color: #0097ce;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    float: right;
}

a.hulp-knop-2 {
    text-decoration: none;
    color: #FFF;
}

.hulp-knop-2:hover {
    background-color: #666;
    text-decoration: none;
    color: #fff;
}

.hulp-knop-2 span {
    display: none;
}

/*Form opmaak */
form {
    padding: 0;
    margin: 0;
    font-size: .8rem;
}

input, select, textarea {
    font-family: Verdana, Geneva, sans-serif;
    font-size: .8rem;
    color: #000;
    text-align: left;
    margin: 0 0;
    height: 24px;
    float: left;
    padding: 0 5px;
    border: 1px #CCC solid;
    border-radius: .2rem;
}

input[type='radio'], input[type='checkbox'], input[type='submit'] {
    float: none;
    width: auto !important;
}

input[name='accept']{
    margin-right: -10px;
}

form br {
    clear: both;
}

input[type='submit'] {
    cursor: pointer;
    margin: 0 0 0 0;
    font-size: 11px;
    text-align: center;
    width: 67px;
    height: 26px;
    line-height: 26px;
    float: left;
    border: none;
    color: #fff;
    background-color: #0097ce;

}

input[type='submit']:hover {
    /*background-image:url(/core/system/resources/assets/images/zoek.png); */
    color: #fff;
    border: none;
    background-color: #e0e0e0;
}

input:hover:enabled, select:hover:enabled, textarea:hover, input:focus:enabled, select:focus:enabled, textarea:focus {
    background-color: #fff;
    border: 1px #666 solid;

}

label {
    margin: 0;
    width: 200px;
    float: left;
    height: 23px;
    line-height: 23px;
    color: #FFF;
    font-weight: bold;

}

label a {
    text-decoration: none;
}

label a:hover {
    text-decoration: underline;
}

div.nav_extra {
    width: 100%;
    max-width: 1000px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 8px 0 50px 0;
}

div.nav_extra div.full_width {
    border: 1px solid #eee;
    display: block;
    float: left;
    font-size: 0.8rem;
    height: auto;
    margin: .8rem .5rem .5rem 0;
    width: 100%;
}

div.nav_extra div.full_width p,
div.nav_extra div.full_width h1,
div.nav_extra div.full_width h2,
div.nav_extra div.full_width ul,
div.nav_extra div.full_width img,
div.nav_extra div.full_width table {
    padding: 0;
    list-style: none;
    margin: .8rem
}

div.nav_extra div.full_width p {
    /*column-count: 2;*/
}


/*LEFT SECTION*/
div.nav_extra div.left div.padding {
    padding: 0;
}

div.nav_extra div.left a:hover, div.nav_extra div.left a.active {
    border: solid 1px #0097ce;
    background-color: #fff;
}

div.nav_extra div.left span.image {
    display: block;
    width: 100%;
    height: 110px;
}

div.nav_extra div.left span.image_2_rows {
    display: block;
    width: 100%;
    height: 110px;
}

div.nav_extra div.left span.name {
    display: block;
    width: 100%;
    height: 1.2rem;
    color: rgba(100, 100, 100, 0.9);
    font-weight: bold;
    padding: 0 0 0 .8rem;
    line-height: 1;
}

div.nav_extra div.left span.name_2_rows {
    display: block;
    width: 95%;
    height: 1.2rem;
    color: rgba(100, 100, 100, 0.9);
    font-weight: bold;
    padding: 0 .8rem 0 .8rem;
    line-height: 1;
}

div.nav_extra div.left span.type_name {
    display: block;
    width: 100%;
    height: 3em;
    color: rgba(100, 100, 100, 0.7);
    font-weight: normal;
    padding: 0 0 0 .8rem;
}

/*END LEFT SECTION*/

div.nav_extra div.right a.button, div.nav_extra div.right button.button, a.selectorbutton{
    display: block;
    color: #ffffff;
    margin: 1rem auto 0 auto;
    text-align: center;
    /*border: solid 1px rgba(122, 156, 67, 0.9);*/
    cursor: pointer;
    width: 100%;
}

div.nav_extra div.right a.button:hover, div.nav_extra div.right button.button:hover {
    /*background: rgba(0,130,200,0.7);*/
    /*border: solid 1px rgba(0,0,0,1);*/
}

div.nav_extra div.right a.button span{
    font-weight: bold;
    /*font-size: 1.2rem;*/
    width: auto !important;
    float: none !important;
}

div.nav_extra div.right .trans {
    opacity: 0.8;
}

div.delivery-deadline-info {
    border: 1px solid #FDD835;
    border-radius: .2rem;
    background-color: #FFF59D;
    padding: 1rem;
    margin-top: 1rem;
}

span.delivery-header {
    text-align: right; 
    padding: 0 6px 0 0;
    font-weight: bold !important;
    color: #fff;
    background: #949494;
}

div.delivery-deadline-short{
    width: 72.7%;
    float: left;
    padding: .5rem;
    margin-left: 82px;
    background: #949494;
    border-bottom: 1px solid grey;
    color: #fff;
    text-align: center;
    margin-top: .5rem;
}

.delivery-deadline-short:before {
    content: ' ';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
}
.delivery-header.delivery-deadline-short:before {
    content: '';
}

/* -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NAVIGATIE EXTRA-CSS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- */

.chili-background {
    background-image: url(/core/system/resources/assets/images/chili-background-top.jpg);
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    color: #0097ce;
}

/*kleur whitelabelshop */
/*.kleur {*/
/*color: #0097ce;*/
/*}*/

div.stripe {
    float: none;
    clear: both;
    width: 100%;
    height: 2px;
    background: #0097ce;
}

div.abs {
    position: absolute;
    left: 0;
}



/*@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('font/hlm____-webfont.eot');
    src: url('font/hlm____-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/hlm____-webfont.woff') format('woff'),
         url('font/hlm____-webfont.ttf') format('truetype'),
         url('font/hlm____-webfont.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('font/hlb____-webfont.eot');
    src: url('font/hlb____-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/hlb____-webfont.woff') format('woff'),
         url('font/hlb____-webfont.ttf') format('truetype'),
         url('font/hlb____-webfont.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('font/hlt____-webfont.eot');
    src: url('font/hlt____-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/hlt____-webfont.woff') format('woff'),
         url('font/hlt____-webfont.ttf') format('truetype'),
         url('font/hlt____-webfont.svg#HelveticaNeueThin') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('font/hlt____-webfont.eot');
    src: url('font/hlt____-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/hlt____-webfont.woff') format('woff'),
    url('font/hlt____-webfont.ttf') format('truetype'),
    url('font/hlt____-webfont.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.hoofdmenu a {
    font-family: 'HelveticaNeueLight';
    font-size: 22pt;
    line-height: 72px;
}

.submenu a {
    font-family: 'Verdana';
    font-weight: bold;
    font-size: 11pt;
    line-height: 1.2em;
}

.submenu-content b {
    font-size: 11pt;
}

.inlog-header {
    font-family: 'HelveticaNeueLight';
    font-size: 20pt;
    line-height: 23pt;
    text-transform: uppercase;
}

div.addresses {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #999999;
    border-radius: 6px;
    box-shadow: 0 0 .8rem rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 11px;
    margin: .8rem 40px .8rem 0px;
    padding: 4px 0px .8rem .8rem;
    width: auto;
    position: static;
}

input.portal_save {
    display: block;
    width: auto;
    height: auto;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #65D600 !important;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    margin: .8rem 34px 1.2em 0;
    padding: 4px .8rem;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: bold;
    float: right;
}

div.languageTabs a {
    display: block;
    padding: 8px .8rem 0px .8rem;
    border: solid 1px #999999;
    border-bottom: none;
    margin: 5px 0px 0px .8rem;
    float: left;
    background-color: #fafafa;
    border-radius: 3px 3px 0 0;
}

div.languageDivs {
    border: solid 1px #999999;
    width: 932px;
    background-color: #fafafa;
    padding: 8px;
    border-radius: 3px;
}

.kleurlijn {
    float: left;
    width: 100%;
    margin: auto;
    height: 1.2em;
    background-color: #0097ce;
}


.ingelogd-info {
    width: 215px;
    float: left;
    height: 26px;
    line-height: 26px;
    margin-top: .8rem;
}

.inlog-registratie a {
    padding: .2rem .5rem;
    display: block;
    border-radius: .2rem;
    float: right;
    margin-top: .8rem;
    background-image: url(/core/system/resources/assets/images/verloop-registratie-knop.png);
    background-repeat: repeat-x;
}

a.inlog-registratie-wit {
    float: right;
    color: #333;
    background-color: #fafafa;
    margin-right: .8rem;
    font-size: .8rem;
}

a:hover.inlog-registratie-wit {
    background-color: #0097ce;
    color: #FFF;
}

a.inlog-registratie-kleur {
    float: left;
    background-color: #0097ce;
    color: #fff;
    font-size: .8rem;
}

a.inlog-registratie-kleur:after{
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin-left: .5rem;
}
a.inlog-registratie-wit:after{
    content: '';
    font-family: 'Font Awesome 5 Pro';
    margin-left: .5rem;
}

a:hover.inlog-registratie-kleur {
    background-color: #666;
}

.search-chili {
    margin-top: 5px;
}

.left-container {
    width: 202px;
    height: auto;
    float: right;
}

.left-container a {
    font-size: .8rem;
    color: #000;
    text-decoration: underline;
}

.broodkruimel {
    width: 800px;
    height: 28px;
    font-size: 11px;
    float: left;
}

.broodkruimel a {
    color: #50ADCF;
    font-weight: bold;
}

/* -----------   Rechts   ---------------- */

.right-container {
    width: 186px;
    height: auto;
    float: right;
    margin-bottom: 7px;
}

.right-container-top {
    width: 186px;
    height: 16px;
    background-image: url(/core/system/resources/assets/images/right-top-background.png);
    background-repeat: no-repeat;
    background-position: top;
}

.right-content {
    background-image: url(/core/system/resources/assets/images/right-background.png);
    height: auto;
}

.right-content-margin {
    padding: 0 5px;
}

.right-container-bottom {
    width: 186px;
    height: 16px;
    background-image: url(/core/system/resources/assets/images/right-bottom-background.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.right-title a {
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    height: 21px;
    line-height: 21px;
}

.right-more a {
    display: block;
    width: 160px;
    background-image: url(/core/system/resources/assets/images/right-more.png);
    background-position: 135px 0px;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #4FB0D3;
    height: 28px;
    line-height: 28px;
    margin: .8rem 0;
    text-align: left;
}

.right-more a:hover {
    background-position: 135px -36px;
    color: #EB9000;
}

/* -----------  home items   ---------------- */

.item-margin {
    width: 8px;
    height: 9px;
    float: left;
}

.item-margin-2 {
    width: 470px;
    height: 9px;
    float: left
}

a.item-block {
    display: block;
    width: 197px;
    height: 170px;
    float: left;
    margin: 0px 0px 0px 2px;
}

a.item-block span {
    display: block;
    width: 197px;
    height: 38px;
    color: #FFF;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
}

a.item-block:hover span {
    background-position: 0 -38px;
}

/* -----------  productoverzicht vervolg items   ---------------- */

.item-margin-3 {
    width: 2px;
    height: 9px;
    float: left;
}

a.item-block-2 {
    display: block;
    width: 150px;
    height: 218px;
    float: left;
    margin: 0 4px 4px 0;
    background: #ddd;
}

a.item-block-2 span {
    font-size: 10pt;
    display: block;
    width: 150px;
    height: 34px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
}

a.item-block-2:hover span {
    background-position: 0 -38px;
}

/* -----------  personaliseer button  ---------------- */

a.personaliseer {
    width: 208px;
    background-image: url(/core/system/resources/assets/images/buttons/personaliseer-button.jpg);
    background-position: 0 0;
    height: 71px;
    float: left;
    margin: .8rem;
}

a:hover.personaliseer {
    background-position: -0px -71px;
}

a.personaliseer span {
    display: none;
}

/* -----------  Detail info   ---------------- */

.detail-foto {
    width: 315px;
    float: left;
    margin: .8rem 0;
    height: auto;
}

.detail-info {
    margin: 0 0 .8rem 18px;
    width: 260px;
    float: left;
}

.detail-info-margin {
    padding: 4px 15px 0 15px;
}

hr {
    color: #EBEBEB;
    background-color: #EBEBEB;
    border: 0;
    height: 1px;
    width: auto;
    text-align: left;
    margin: 7px 0;

}

.others {
    width: 590px;
    height: 23px;
    float: left;
    line-height: 23px;
    margin: .8rem 0 0 .8rem;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}

/* -----------  winkel button  ---------------- */

a.shop-button {
    display: block;
    width: 264px;
    height: 29px;
    background-image: url(/core/system/resources/assets/images/buttons/button-winkel.png);

    background-position: 0 -29px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
}

a:hover.shop-button {
    background-position: 0 0px;
    color: #fff;
}

#shop-active {
    background-position: 0 0px;
    color: #fff;
}

.stap a {
    display: block;
    width: 11.2em;
    background-image: url(/core/system/resources/assets/images/buttons/right-more.png);
    background-position: 85px 0px;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #4FB0D3;
    height: 28px;
    line-height: 28px;
    margin: .8rem 0;
    text-align: left;
}

.stap a:hover {
    background-position: 85px -36px;
    color: #EB9000;
}

.stap-terug a {
    display: block;
    width: 160px;
    font-weight: bold;
    color: #4FB0D3;
    height: 28px;
    line-height: 28px;
    margin: .8rem 0;
    text-align: center;
}

.stap-terug a:hover {

    color: #EB9000;
}

.shop a {
    color: #E99004;
}

.header-foto
.header-foto img {
    border-radius: 6px;
    border: #dddddd 1px solid;
}

.content-info-margin ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-info-margin li {
    background-color: #f5f5f5;
    padding: 4px;
    margin: 0px 0 2px 0;
    display: block;
}

.content-info-margin ul a {
    display: block;

    height: auto;
    color: #666;
    margin: 0px;
    padding: 0px;
}

.content-info-margin li:hover {
    background-color: #f5f5f5;
}

.content-info-margin ul a:hover {
    color: #0097ce;
}

.content-info-margin a {
    color: #0097ce;
}

.content-info-margin a:hover {
    text-decoration: underline;
    color: #000;
}

.content-element-table {
    width: 100%;
}

.content-element-table th, td {
    padding: 0px;
}

.content-element-element {
    width: 200px;
}

.content-element-content {
    width: 100%;
    max-width: 525px;
}

/* -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NAVIGATIE EXTRA-CSS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- */

#royalslider {
    width: 100%;
    height: 300px;
    color: #e4f3f8;
    background: transparent;
    float: left;
}

.coloredBlock {
    padding: .8rem;
    background: rgba(255, 0, 0, 0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}

.infoBlock {
    position: absolute;
    top: 2em;
    right: 2em;
    left: auto;
    max-width: 25%;
    padding-bottom: 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    padding: 1.2em;
}

.infoBlockLeftBlack {
    color: #FFF;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    left: 2em;
    right: auto;
}

.infoBlock h4 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
}

.infoBlock p {
    font-size: 14px;
    margin: 4px 0 0;
}

.infoBlock a {
    color: #FFF;
    text-decoration: underline;
}

.photosBy {
    position: absolute;
    line-height: 24px;
    font-size: .8rem;
    background: #FFF;
    color: #000;
    padding: 0px .8rem;
    position: absolute;
    left: .8rem;
    bottom: .8rem;
    top: auto;
    border-radius: 2px;
    z-index: 25;
}

.photosBy a {
    color: #000;
}

.fullWidth {
    max-width: 1400px;
    margin: 0 auto 24px;
}

/*--Thumbnails selector (icoon and lijst)--*/
.thumbSelector {

}

/*--Only icoon-selector--*/
.product-foto .thumbSelector {
    max-height: 145px;
    max-width: 200px;
}

/*--Only lijst-selector selector--*/
.image .thumbSelector {
    height: 100% !important;
    display: block;
}

/*--Only lijst-selector selector--*/
.image_2_rows .thumbSelector {
    height: 100% !important;
    max-width: 142px;
}

.paymentlink_topay_title {
    font-size: 11pt;
}

.paymentlink_topay_amount {
    font-size: 14pt;
}

a.simple-button {
    display: inline-block;
    margin: 1px 4px 0 8px;
    border-radius: 4px;
    padding: 0 .8rem 0 .8rem;
    line-height: 2em;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

a.simple-button:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.language_selector {
    float: left;
}

.language_selected {
    color: #ff0000;
    font-weight: bold;
}

.accept_conditions {
    width: 317px;
    display: inline-block !important;
    font-size: .9rem;
    padding-top: -0.5rem;
    margin-left: 1rem !important;
    margin-top: -2.8rem;
}

.accept_conditions a {
    color: #0097ce;
}


/* Rest van de content hier =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-==-=-=-=-==-=-=- */

/* ##### @MEDIA QUERIES ##### */
/*@375*/
@media screen and (min-width: 375px) {
    .producten .product .prijs {
        bottom: 8rem;
    }

    .shopping-cart-2 {
        display: block !important;
        /*width: 6rem;*/
    }

    .c-hamburger {
        top: .45rem;
    }

    .product-div, .categorie-div {
        width: calc(50% - .5rem);
    }
    .winkel-foto {
        width: 15%;
        margin: .5rem;
    }

}

/*@400*/
@media screen and (min-width: 400px) {
    .container-3 {
        padding-top: 6.5rem;
    }
    .inlog-registratie {
        margin-top: -5.8rem;
    }
    .producten .product .prijs {
        line-height: 1.2;
        width: 3.5rem;
        height: 3.5rem;
    }
    .winkel-foto {
        width: 15%;
        margin: .5rem;
    }
    .producten .product .prijs a {
        font-size: .7rem;
    }
}

/*@500*/
@media screen and (min-width: 500px) {
    .footer-logo {
        margin-bottom: -.5rem;
    }

    .footer ul li {
        display: inline-block;
        padding: 0 .5rem;
    }

    .producten .product .prijs {
        padding: 1rem;
        margin: 2rem;
        bottom: 5.5rem;
        width: 6rem;
        height: 6rem;
        line-height: 1.5625;
    }
    
    .producten .product .prijs a {
        font-size: 1rem
    }

    /*.content-marge-2 {*/
        /*width: 70% !important;*/
    /*}*/
    /*.foto {*/
        /*width: 30% !important;*/
    /*}*/
    .winkelwagen-icoon, .winkel-foto {
        display: block;
    }
     .winkel-beschrijving {
        float: right;
        width: 80%;
         padding: .5rem;
         margin-top: 0;
    }
    
    .winkel-blok-2, .winkel-blok-3, .winkel-blok-4 {
        width: 50%;
        float: left;
        border-bottom: none;
    }
    .winkel-blok-2 {
        padding-right: 1rem;
    }
    .winkel-blok-4 {
        width: 100%;
    }
    .delete-2 {
        width: 50%;
    }
    .delete-2 a {
        float: none;
    }
    div#codeContainer99 {
        max-width: 443px;
        margin: 0 auto;
    }
    .winkel-foto {
        width: 15%;
        margin: .5rem;
    }
}

/*@700*/
@media screen and (min-width: 700px) {

    .shopping-cart {
        background-position: 4.5rem .5rem;
        background-size: 2.5rem;
        width: 8rem;
        margin-top: -6.5rem;
        padding-bottom: 3rem;
    }

    a.shopping-cart-2 {
        display: inline-block;
        width: auto;
        margin-top: .2rem;
        text-align: left;
    }

    .inlog-registratie {
        float: right;
        padding-right: 1rem;
        margin-top: -3.2rem;
    }

    a.inlog-registratie-wit[href="/Dashboard"] {
        margin-right: .4rem;
    }

    .search form#form1 #searchInput, .search form#form1 input[type="submit"], .search form#form1:before {
        top: -2.4rem;
        right: 14.5rem;
        left: auto;
    }
    .search form#form1:before {
        right: 14.8rem;
        left: auto;
    }

    .container-1 {
        display: block;
    }

    .container-2 {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .links-totaal {
        width: 30%;
        float: right;
        /*margin-bottom: 1rem;*/
    }

    .container-4.border-container-4 {
        width: calc(70% - 1rem) !important;
        float: left;
        margin: 0;
        padding: 0;
    }

    .containerSiteProductenSelector, .containerSiteProducten, .container-4 {
        width: 100%;
        margin-top: 0 !important;
    }

    .containerSiteProductenSelector #product_description {
        width: 100%;
    }
    
    div.nav_extra div.right div.navmenu .row {
    }

    .c-hamburger {
        display: none;
    }

    .logo {
        width: 100%;
        overflow: hidden;
        min-height: 6em;
        margin: .5rem;
        text-align: left;
    }

    .logo img {
        max-height: 10rem;
    }

    .container-3 {
        display: block;
        width: 100%;
        position: relative;
        height: auto;
        margin: 0;
        padding: 0;
        box-shadow: none;
        overflow-y: visible;
    }

    .home-button {
        float: left;
    }

    a.home-button-2 {
        display: block;
        width: auto;
        float: left;
        text-align: center;
        padding: 0 .5rem;
        height: 2.2rem;
    }

    div.container-3 div.menuTop ul li {
        width: auto !important;
        background-color: #fff;
        background-image: none;
        border-radius: 0 !important;
    }

    div.container-3 div.menuTop:hover > ul {
        padding: 0 !important;
        top: 0 !important;
        width: auto !important;
        height: auto;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: block !important;
    }

    .menuTop a.home-button-2 {
        width: auto;
        display: inline-block;
    }

    .rollovermenu:after {
        display: none;
    }

    div.rollovermenu > img {
        max-width: 2rem !important;
        max-height: 1rem !important;
        margin: 0 auto;
        display: block;
    }

    div.rollovermenu {
        float: left;
        display: inline-block;
        height: 2.05rem;
        width: auto;
        position: initial;
        z-index: 1;
    }

    div.rollovermenu:hover > div.rollovermenu-1 {
        display: block;
        position: absolute;
    }

    .rollovermenu-1 {
        position: absolute;
        margin-top: 2rem;
        width: auto;
        background: #4db3d0;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    }

    .rollovermenu-1 li {
        padding: .2rem;
        border-bottom: none;
    }

    .rollovermenu-1 li::before {
        content: "";
    }

    .rollovermenu-1 ul {
        padding: .5rem;
        display: none;
    }

    .rollovermenu-1-wit {
        background: #fff;
    }

    .rollovermenu-1-icon {
        width: 12rem;
        height: auto;
        max-height: 10rem;
        margin: 0 auto;
        margin-bottom: 1rem;
        display: block;
        text-align: center;
        border: none;
    }

    .stripe {
        display: block;
    }

    .submenu-2 {
        width: 100%;
        max-width: 1000px;
        height: 2em;
        float: left;
        margin-bottom: .8rem;
    }

    .submenu-2.display-not-2, .submenu-2.display-not-3 {
        /*background: #fafafa;*/
        margin-bottom: 1rem;
    }

    .submenu-2 ul {
        float: left !important;
    }

    .submenu-2.display-not-2 ul li a, .submenu-2.display-not-3 ul li a {
        text-align: left;
        width: auto;
    }

    .submenu-2 ul li {
        width: auto;
    }

    .submenu-2 ul li:first-of-type {
        margin-top: 0;
    }

    .menuTop.open:hover > ul {
        display: block !important;
        position: absolute !important;
    }
    .submenu-2 ul li.open:hover > ul {
        position: absolute !important;
    }
    .submenu-2.display-not-2 ul li.open:hover ul, .submenu-2.display-not-3 ul li.open:hover ul {
        display: none;
        position: relative !important;
    }

    .submenu-2 ul li:hover > ul {
        display: block !important;
    }

    .submenu-2 ul li.open:before, .menuTop.open:before {
        content: '';
        padding: 0;
    }
    .submenu-2.display-not-2.open:before, .submenu-2.display-not-2 ul li.open:before, .submenu-2.display-not-3.open:before, .submenu-2.display-not-3 ul li.open:before {
        content: '+' ;
        padding: 0 1rem 0 0;
        float: right;
        text-align: center;
        border-left: none;
    }
    .submenu-2 ul li.open.min:before, .menuTop.open.min:before {
        content: '-';
    }

    div.submenu-2.display-not ul li ul li a, div.submenu-2.display-not ul li ul li a:hover  {
        height: 30px;
        line-height: 15px;
    }

    .menuTop {
        width: auto;
    }
    .menuTop ul {
        background: #fff;
        margin-top: 2rem;
        position: absolute;
        padding: 0;
        width: auto;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    }

    /* Content lijstselector*/
    div.nav_extra {
        margin-top: 0;
    }

    div.nav_extra div.left {
        width: calc(50% - .5rem);
        display: block;
    }

    div.nav_extra div.right {
        width: calc(50% + .5rem);
        float: left;
        /*padding-bottom: 10rem;*/
    }

    div#codeContainer99 {
        display: block;
        position: absolute;
        /*top: -.9rem;*/
        /*right: -45%;*/
        width: 100%;
    }

    div#codeContainer99 span {
        width: 50%;
        float: left;
        /* display: block; */
    }

    div#codeContainer99 .row {
        /*width: auto;*/
        /*position: relative;*/
        /*display: block;*/
        /*padding: 0 1rem;*/
    }

    div#codeContainer99 span.large {
        font-weight: bold;
        /*border-bottom: 1px solid #e0e0e0;*/
        /*padding: .4rem 0;*/
    }

    div#codeContainer99 .even {
    }

    div#codeContainer99 .even.heading {
        font-weight: bold;
        color: #fff;
        font-size: 1rem;
    }

    /* productoverzicht */
    div#codeContainer99 .row, div#codeContainer99 .even.heading:nth-child(2)  {
        /*display: none;*/
    }

    div#codeContainer99 .row.heading {
        display: block;
    }
    div#codeContainer99 .row:first-child {
        /*display: none;*/
    }

    div.nav_extra div.right a.button {
    }

    div.nav_extra div.right span a.button:after {
            content: '';
            font-family: 'Font Awesome 5 Pro';
            margin-left: .5rem
    }

    .product-div, .categorie-div {
        width: calc(33.3% - .5rem);
    }

    .content-marge-2 {
        width: 50% !important;
    }

        .foto {
        width: 50% !important;
    }
    
    div.popup {
    }

    table tr {
        /*max-width: 100%;*/
        /*display: table-row-group !important;*/
    }
    table tr th, table tr td {
        /*display: table-cell !important;*/
    }
    
    .rollovermenu {
        border-bottom: none !important;
    }

    .rollovermenu-1 {
        width: 16rem;
    }

    a.home-button {
        border: none;
    }

    .submenu-2 ul li ul li, .submenu-2 ul li ul li:first-of-type {
        border: none;
    }

    .submenu-2 ul li:first-of-type {
        border-left: 1px solid #e0e0e0;
    }

    div.submenu-2 ul li ul li a:hover {
        background-image: none !important;
    }

    /* Content product detail page */
    .foto-blok {
        /*border: #CCC 1px solid !important;*/
        float: left !important;
    }

    .favo-close a {
        display: none;
        height: 43px;
        line-height: 43px;
        float: left;
        padding: 0 5px 0 4px;
        color: #6f6e6e;
        font-weight: bold;
    }

    div.basketLeft, div.basketRight {
        width: 50%;
    }

    .winkel-beschrijving textarea {
        height: 3rem !important;
    }

    .verder-pijltje[title='Bestel']:before {
        content: '';
        width: 22rem;
        height: 7rem;
        border: 1px solid #e0e0e0;
        background: #fafafa;
        display: block;
        position: absolute;
        margin-top: -4.5rem;
        margin-left: -12.5rem;
        z-index: -1;
    }

    .accept_conditions {
        display: block !important;
        margin-left: 0;
        margin-top: 0.2rem;

    }


    div.addressBox {
        width: calc(50% - 1.6rem);
    }

    div.msg, div.error {
        width: 60%;
        margin: 5% 20% !important;
    }

}

/*@800*/
@media screen and (min-width: 800px) {
    .search {
    }

     .winkel-blok-1 {
         width: 50%;
         border-right: 1px solid #e0e0e0;
    }
    .winkel-blok-2 {
        width: 25%
    }
    .winkel-blok-3 {
        width: 25%
    }
    .winkel-blok-4 {
        width: 100%;
    }
    .winkel-foto {
            width: calc(30% - 3rem);
    }
    .winkel-beschrijving {
        padding: 0;
        line-height: 1.5;
        width: 70%;
    }
    .winkel-beschrijving table {
        /*display: block;*/
    }

    .delete-2 {

    }
    .delete-2 a {
        margin: 0;
    }
    div.nav_extra div.left a {
        width: calc(33.3% - .5rem);
    }
}

/*@1000*/
@media screen and (min-width: 1000px) {
    .container-1 {
        display: block;
    }

    .links-totaal {
        width: 25%;
        float: right;
    }

    .submenu-2.display-not-2 {
        /*width: 25% !important;*/
    }

    .container-4.border-container-4 {
        width: calc(75% - 1rem) !important;
        float: left;
    }

    .containerSiteProductenSelector {
        width: 100% !important;
    }

    .logo {
        margin-left: 0;
    }

    .modal-content {
        width: 50%;
    }

    div.nav_extra {
        padding: 0 !important;
    }

    div.nav_extra div.left {
        width: 60%;
        display: block;
    }

    div.nav_extra div.right {
        width: 40%;
        float: left;
    }
    
    .containerSiteProductType div.nav_extra div.right {
        width: calc(50% - 0rem);
    }

    div.nav_extra div.left a {
        width: calc(33.3% - .5rem);
    }

    div.navmenu {
        /*border: 1px solid;*/
    }

    div#codeContainer99 {
        top: 1rem;
        right: 0;
        /* margin-left: 1.7rem; */
        width: 100%;
    }

    .product-div, .categorie-div {
        width: calc(25% - .5rem);
    }
    .containerSiteProductenSelector #product_description {
        width: 100%;
    }

    tr td {
        padding: .2rem 0.5rem;
    }

    .inlog-registratie {
        padding-right: 0;
    }
    .search form#form1 #searchInput, .search form#form1 input[type="submit"], .search form#form1:before {
        top: -2.4rem;
        right: 13.5rem;
        left: auto;
    }
    .search form#form1:before {
        right: 13.8rem;
        left: auto;
    }

    
}

/*div.error, div.msg {*/
    /*margin: .8rem 0 .8rem 0;*/
    /*padding: .8rem;*/
    /*border: solid 1px #e5e5e5;*/
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);*/
    /*border-radius: 6px;*/
/*}*/

.clear {
    clear: both;
}



/* -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NAVIGATIE EXTRA-CSS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- */



.marker {
    background-color: Yellow;
}

td.actions a {
    display: inline-block;
    background: #ddd;
    padding: 0 4px 0 4px;
    margin: 3px;
    font-size: 7pt;
}

td.actions a:hover {
    background: #333;
    color: #FFFFFF !important;
}

table {
    margin: 0 auto;
    border-collapse: collapse;
    padding: 0;
    font-size: .8rem;
    /*max-width: 100%;*/
    width: 100%;
}
table caption {
}
table tr {
    max-width: 100%;
}
table thead th {
}
table tr th {
    padding: 0 5px 0 5px;
}

table tr th select {
    border: none;
    font-weight: bold;
    width: 105%;
    padding: 0;
    margin: 0 0 0 -5px;
    font-size: 8pt;
}
table thead th, table tbody td {
    padding: .1rem 0rem;
    border: none;
    text-align: left;
}
.producten-lijst table {
    overflow-x: auto;
    display: block;
    /*background: #e0e0e0;*/
    /*width: 100%;*/
}

.producten-lijst table textarea {
    width: 180px !important;
}

.producten-lijst table tbody {
    border-bottom: 1px solid #e0e0e0;
}
.producten-lijst table tbody tr {
    border-bottom: 1px solid #fafafa;
}
.producten-lijst table tbody tr td {
    /*padding-left: 1.5rem;*/
}
.producten-lijst table tbody tr td.line {
    padding-top: 1rem;
    font-weight: 700;
}
.producten-lijst tbody tr:nth-child(even) td {
    background-color: #fafafa;
}
table tbody tr td.id {
    /*background: #e0e0e0;*/
    position: absolute;
    padding: .1rem 1rem;
}

table tbody tr td.order_reference {
    max-width: 250px;
    white-space: nowrap;
    overflow-x: auto;
}

table tbody tr td.order_reference:hover {
}

form table tbody tr, form table tbody {
    background: none !important;
    border: none !important;
}
form table tbody tr td {
    display: table-cell;
}
form table tbody tr td.search {
    display: none !important;
}

form table tbody tr {
    display: table-row;
}
table tbody tr:not(:last-child) {
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 1rem;
}
.ui-datepicker table  tbody tr:not(:last-child) {
    margin-bottom: 0;
}

@media screen and (max-width: 375px){
    /*form table tbody tr td {*/
        /*display: block;*/
    /*}*/
}

@media screen and (max-width: 800px) {
    table caption {
    }
    table thead { display: none; }
    .ui-datepicker table thead{ display: table-header-group; }

    table tbody td {
        /*display: block !important;*/
    }
    .ui-datepicker table tbody td {
        display: table-cell !important;
    }

    table tr td {
        /*white-space: normal !important;*/
    }
    form table tr td:nth-of-type(2) {
    }
    table tbody tr {
        /*display: block;*/
    }
    .ui-datepicker table tbody tr {
        display: table-row;
    }

    table tbody tr:first-child {
        /*display: none;*/
    }
    .winkel-blok-1 table tbody tr:first-child {
        display: block;
    }
    .producten-lijst > table tbody tr td:first-child {
        background: #666; color: #fff;
    }
    .producten-lijst > table tbody td:before {
        /*content: attr(data-th);*/
        font-weight: bold;
        display: inline-block;
        width: 6rem;
    }
    .waarde ~ table tbody td:before {
        width: 0 !important;
    }
}

.jconfirm-box {
    margin: auto;
    max-width: 500px;
}

.winkel-blok-4.winkel-child,
.winkel-blok-4.winkel-parent{
    display: none;
}   

.combined-product-container > .winkelwagen-product-blok:last-child > .winkel-blok-4 {
    display: block;
}

input.input_error,
input.input_error:hover,
input.input_error:focus {
    border: solid 1px #B81700; 
    background: rgba(255,200,200,1); 
    color: #222222; 
}

input[type='text'].field,
input[type='password'].field,
select.field {
    width: 200px;
}

input[type='text'].field_zipcode{
    width: 90px;
}

input[type='text'].field_phone1{
    width: 125px;
}

td.field_label {
   height: 30px;
   width: auto;
}

div.listselector.chili_design {
    display: block;
    height: 40px;
}

span.shippingcosts_value {
    text-align: right; 
    font-size: 14pt;
}

div.m2-width,
div.m2-height{
    /**/
}

div.m2-width + span,
div.m2-height + span {
    font-style: italic;
}


div input.m2-width,
div input.m2-height{
    width: 80px;
    text-align: right;
    margin-right: .5rem;
}

.button-green, 
.button-green:hover,
.button-red, 
.button-red:hover,
.button-grey,
.button-grey:hover {
    display: inline-block;
    font-size: 12px;
    background-color: #090;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
    margin: 10px 10px 20px 0px;
}           

.button-green:hover, 
.button-red:hover, 
.button-grey:hover {
    background-color: #333;
}

.button-red {
    background-color: #900;
}

.button-grey {
    background-color: #999;
}
