html {
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 100%;

    margin: 0;
    padding: 0;
}
body {
    position: absolute !important;
    top: 0; left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #f7f7f7;

    display: flex;
    flex-direction: column;
}

.right {
    float: right;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.footer .container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

.footer .text-muted {
    text-align: center;
}

.footer-space {
    display: block;
    width: 100%;
    height: 110px;
}

body > .wrapper {
    position: relative;
    min-width: 460px;
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 70px auto 0 auto;
    flex-grow: 1;
}

body .wrapper.noscale {
    width: 1100px;
}

body .wrapper.minscale-800 {
    min-width: 800px;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a.nohover:hover {
    text-decoration: inherit;
}

a:hover, a:visited, a:active {
    text-decoration: underline;
    color: inherit;
}

.container-productlist {
    position: relative;
    overflow: hidden;

    width: 100%;
    height: auto;

    margin-top: 15px;
    padding-bottom: 20px;
}

.container {
    position: relative;
    background-color: white;
    border: 1px solid #e5e5e5;

    width: 100%;
    height: auto;

    margin-top: 15px;
    padding: 15px 10px 20px 10px;
}

.container:first-child, .container-productlist:first-child  {
    margin-top: 0;
}

table td {
    vertical-align: top;
    padding: 5px 0;
}

table.fifty-fifty {
    width: 100%;
}

table.fifty-fifty td {
    width: 50%;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.form-control {
    display: inline-block !important;
}

.clearboth {
    clear: both;
}

.noSelection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
}

.hidden {
    display: none;
    visibility: hidden;
}

.chosen-container .chosen-drop ul.chosen-results li.active-result.highlighted {
    background-image: none !important;
    background-color: #fd0b00;
}

.chosen-container .chosen-single {
    background-image: none !important;
}

.text-right {
    width: 100%;
    text-align: right;
}

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

ul.typeahead.dropdown-menu {
    width: 100%;
}
ul.typeahead.dropdown-menu .dropdown-item strong {
    font-weight: normal;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #fd0b00;
}

.breadcumbs-icon {
    color: #a6a6a6;
    margin: 0 5px;
}

.resultatencount {
    margin-left: 40px;
    font-weight: bold;
}

.prijs-filter input {
    display: inline-block;
    width: 40%;
}

.prijs-filter div {
    display: inline-block;
    width: 15%;
    text-align: center;
    font-weight: 600;
}

.help-block {
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
    font-size: 75%;
}

.selectcatg {
    display: flex;
}

.selectcatg .sidebar {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    align-items: stretch;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}
.selectcatg .sidebar ul {
    border: none;
}
.selectcatg .sidebar > ul > li:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}
.selectcatg .sidebar > ul > li > ul.catglist {
    border-top: none;
    border-bottom: none;
    left: 198px;
}

.selectcatg .container {
    width: calc(100% - 200px);
    display: inline-block;
    border-left: none;
    padding: 20px;
    align-items: stretch;
}

/* --- BEGIN PAGE NOT FOUND --- */
.wrapper.page-not-found {
    display: table;
    height: 100%;
}
.wrapper.page-not-found:first-of-type {
    height: calc(100% - 70px);
}
.page-not-found > div {
    display: table-cell;
    vertical-align: middle;
}
.page-not-found .container{
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    padding: 20px;
}

/* --- END PAGE NOT FOUND --- */

/* --- BEGIN CUSTOM SCROLLBAR --- */

html ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html ::-webkit-scrollbar-thumb {
    background-color: #38302e;
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
}

html ::-webkit-scrollbar-track {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 6px rgba(41, 41, 40, 0.3);
}

/* --- END CUSTOM SCROLLBAR --- */

/* --- BEGIN NAVBAR --- */
.navbar {
    font-size: 20px !important;
}

.navbar-default {
    background-color: #38302e;
    border-color: #292928;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    font-weight: 700;
    font-size: 24px;
    color: #fd0b00;
}
.navbar-default .navbar-brand img {
    max-height: 100%;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active {
    color: #fd0b00;
}
.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fd0b00;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fd0b00;
    background-color: #292928;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fd0b00;
    background-color: #292928;
}
.navbar-default .navbar-toggle {
    border-color: #292928;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #292928;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}
.navbar-default .navbar-link {
    color: #ffffff;
}
.navbar-default .navbar-link:hover {
    color: #fd0b00;
}

.navbar-default .input-group {
    display: table;
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fd0b00;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fd0b00;
        background-color: #292928;
    }
    .navbar-default .navbar-nav > li > a.home:after {
        content: " Home";
    }
    .navbar-default .input-group {
        margin: 0 !important;
    }
}

.navbar-collapse, .navbar-form {
    border: none !important;
}

.navbar-cart .badge {
    background-color: #fd0b00;
}

.navbar-cart {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid #292928;
    padding: 2px 12px;
    border-radius: 4px;

    color: white;
    background-color: transparent;
}
.navbar-cart:hover, .navbar-cart:focus, .navbar-cart:active {
    background-color: #292928;
}

.navbar-cart i {
    padding: 4px 0;
}

.navbar-default .navbar-nav .input-group {
    margin: 0 !important;
}

ul.nav.navbar-nav a.icon {
    padding: 11px;
}

.dropdown-menu > li > b {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

input.noglow:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input-group-addon {
    cursor: pointer;
    color: white;

    background-color: #fd0b00;
    border-color: #fd0b00;
}

.input-group-addon:hover{
    color: #292928;
}
/* --- END NAVBAR --- */

/* --- BEGIN DEFAULT PRODUCT LIST --- */
.productlist {
    float: left;
    display: inline-block;
    width: calc(100% - 200px);
}
.productinfo {
    position: relative;
    display: inline-block;
    float: left;

    cursor: pointer;
    text-decoration: none;

    transition: all .5s ease-in-out;
}

.productinfo:hover h2, .productinfo:focus h2,.productinfo:active h2 {
    color: #b50700;
}

.productinfo:hover,.productinfo:focus,.productinfo:active {
    text-decoration: none;
    /*background-color: #ddd !important;*/
    /*color: inherit*/;
}

.productinfo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    margin: auto;

    mix-blend-mode: multiply;
}

.productinfo .imgbox {
    display: block;
    width: 100%;
    height: 50%;

    border: 1px solid #ccc;
    background-color: #fbfbfb;
    padding: 5px;
}

.productinfo .leftbox button {
    float: right;
    font-size: 28px;
    background-color: #fd0b00;
    color: #ffffff;
    width: 60px;
    padding: 5px 15px;
    transition: all 0.5s ease-in;
}
.productinfo .leftbox button:hover {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.5s ease-in;
}
.productinfo .leftbox button:active {
    background-color: #b50700;
    color: #ffffff;
    transition: all 0.01s ease-in;
}
.productinfo .leftbox button:focus {
    outline: none !important;
}

.productinfo ul {
    display: block;
    font-size: 18px;
    margin-left: 25px;
}
.productinfo ul li {
    width: calc(100% - 20px);
    margin: 0;
}

.productinfo .fa-check {
    color: green;
}

.productinfo h2 {
    color: #b50700;
    font-weight: bold;
    /*text-align: center;*/
    word-break: normal;
    margin: 15px 0 10px 0;
}
/** --- END DEFAULT PRODUCT LIST --- */

/** --- BEGIN MANAGEMENT LIST --- */
.productlist-manage {
    width: 100%;
}
.productlist-manage .productinfo:hover {
    background-color: inherit;
}
.productlist-manage .productinfo {
    cursor: inherit;
    height: 150px;
    padding: 5px;
    border: 1px dashed #e7e7e7;

    width: 50%;
}

@media screen and (max-width: 1000px) {
    .productlist-manage .productinfo {
        width: 100%;
    }
}

.productlist-manage .productinfo div.editbuttons {
    font-size: 16px;
    margin-top: 10px;
    float: right;
}
.productlist-manage .productinfo div.editbuttons .edit,.productlist-manage .productinfo div.editbuttons .promo.selected {
    color: green;
}
.productlist-manage .productinfo div.editbuttons .delete {
    color: red;
}
.productlist-manage .productinfo div.editbuttons .stock {
    color: orange;
}
.productlist-manage .productinfo div.producttext {
    position: relative;
    display: inline-block;
    float: right;
    height: 100%;
    width: calc(60% - 10px);
    padding: 0 5px;
}
.productlist-manage .productinfo .price {
    float: left;
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
}
.productlist-manage .productinfo .bottom {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 20px;
}
.productlist-manage .productinfo .bottom span {
    float: right;
    color: #808080;
    font-size: 14px;
}
.productlist-manage .productinfo h2 {
    text-align: left;
    font-size: 15px;
    margin: 10px 0;
}
.productlist-manage .productinfo .imgbox {
    height: 100%;
    width: 40%;
    float: left;
    display: inline-block;
}
/* --- END MANAGEMENT LIST --- */

/** --- BEGIN SMALL LIST --- */
.productlist-small .productinfo .leftbox {
    text-align: center;
    font-size: 24px;

    float: left;
    display: inline-block;
}
.productlist-small .productinfo h2 {
    font-size: 18px;
    height: 48px;

    margin-bottom: 15px;
}
.productlist-small .productinfo:hover h2 {
    text-decoration: underline;
}

.productlist-small .productinfo {
    width: 33.333%;
    min-width: 280px;
    max-width: 300px;
    height: 320px;
    padding: 10px 20px;

    margin-bottom: 50px;
}
.productlist-small .productinfo ul {
    width: calc(100% - 60px - 30px);
    margin-left: 30px;
    font-size: 16px;

    display: inline-block;
    float: left;
}

.productlist-small .productinfo .imgbox:hover {
    box-shadow: 0 0 1px 1px #666;
}

.productlist-small .productinfo .price {
    display: block;
    max-width: 60px;

    font-size: 18px;
    font-weight: bold;
}

.productlist-small .productinfo .price {
    /*
    position: absolute;

    top: 0;
    right: 0;

    font-size: 24px;
    padding: 5px 10px;

    z-index: 1;


    background-color: red;
    color: #fff;

    border-radius: 15px;
    border: 1px solid #fff;

    color: #000;
    text-shadow: 0 0 10px #fff, 0 0 10px #f00;
    */
}
/*
.productlist-small .productinfo .price:after {
    content: ",-";
}
*/
.productlist-small .productinfo .price:before {
    content: "€ ";
}

/* --- END SMALL LIST --- */

/* --- BEGIN SIDEBAR --- */
.sidebar {
    position: relative;
    display: flex;
    flex-flow: column;

    float: left;
    width: 200px;
    align-items: stretch;
}
.sidebar > ul {
    list-style-type: none;
    padding: 0; margin: 0;
    z-index: 1000;

    background-color: #ffffff;

    border: 1px solid #e5e5e5;

    align-items: stretch;
}

.sidebar > ul > li > .catglist {
    position: absolute;
    display: none;
    left: 199px; top: 0;
    width: 200px;
    height: 100%;
    padding: 0;

    z-index: 100;
    background-color: #ffffff;
    overflow: auto;

    align-items: stretch;
}

.sidebar > ul > li {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;

    transition: all .3s ease-in-out;
}
.sidebar > ul > li:first-child {
    border-top: 0;
}

.sidebar > ul > li a {
    display: block;
    text-decoration: none;
    padding: 5px 5px 5px 15px;
    cursor: pointer;
}

.sidebar > ul > li:hover , .sidebar > ul > li:hover > .catglist > li:hover {
    background-color: #f7f7f7;
}

.sidebar > ul > li:hover {
    border-right: 0;
}

.sidebar > ul > li:hover > .catglist {
    display: block;
    border: 1px solid #e5e5e5;
}

.sidebar > ul > li:hover > .catglist li {
    border-right: 0;
    border-top: 1px solid white;
}

.sidebar > ul > li:hover > .catglist > li:first-child {
    border-top: 0;
}
/* --- END SIDEBAR --- */

/* --- BEGIN NAVBAR CATG LIST --- */

.dropdown-menu.categorieen {
    width: 200px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;

    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0;
    top: calc(100% + 1px);

    padding: 0;
}

.dropdown-menu.categorieen .catglist {
    position: absolute;
    display: none;
    left: 198px; top: 0;
    width: 200px;
    height: calc(100% + 1px);
    padding: 0;

    z-index: 1000;
    background-color: #ffffff;
    overflow: auto;

    border: 1px solid #e5e5e5;
    border-top: none;
}

.dropdown-menu.categorieen > li {
    border-top: 1px solid #e5e5e5;
}
.dropdown-menu.categorieen > li:first-of-type {
    border-top: none;
}

.dropdown-menu.categorieen .catglist li {
    display: block;
    width: 100%;

    transition: all .3s ease-in-out;
}

.dropdown-menu.categorieen a {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu.categorieen a:hover {
    text-decoration: none;
}

.dropdown-menu.categorieen li:hover {
    background-color: #f7f7f7;
}

.dropdown-menu.categorieen > li:hover > .catglist {
    display: block;
}

.dropdown-menu.categorieen > li:hover > .catglist li {
    border-right: 0;
    border-top: 1px solid white;
}

.dropdown-menu.categorieen > li:hover > .catglist > li:first-child {
    border-top: 0;
}

/* --- END NAVBAR CATG LIST --- */

/* --- BEGIN LOGIN PAGE --- */
.logintable {
    margin: 100px auto 0 auto;
    width: 640px;

    background-color: #e6f4f8;
    border: 1px solid #b9d2d9;
    border-radius: 5px;
}

.logintable tr td:first-child {
    border-right: 1px dashed #a4bbc1;
}

.logintable td {
    position: relative;
    width: 320px;
    padding: 10px 25px 10px 15px;
}

.logintable form {
    display: block;
    text-align: center;
    width: 300px;

    margin: 0 auto;
}

.logintable form input {
    width: 100% !important;
}

.logintable form button {
    width: 50%;
    margin-top: 10px;
}

.logintable .header {
    font-size: 24px;
}

.logintable .echo {
    color: #fd0b00;
}

.logintable form input[type="text"], .logintable form input[type="password"], .logintable form input[type="email"] {
    margin-top: 5px;
    width: calc(100% - 20px);
}

.logintable form input[type="submit"] {
    margin-top: 10px;
    float: left;
}

.logintable form a {
    margin-top: 10px;
    text-decoration: none;
    color: #a4bbc1;
    font-size: 14px;
    float: right;
}
/* --- END LOGIN PAGE --- */

/* --- BEGIN DELETE PRODUCT & WEEKPROMO & STOCK PAGE --- */

.deleteproduct, .weekpromo, .stockproduct {
    position: relative;
    display: flex;
    font-size: 28px;
    min-height: 120px;
    text-align: center;
    padding-top: 20px;
}
.deleteproduct .img, .weekpromo .img, .stockproduct .img {
    float: left;
    width: 25%;
    border-right: 1px dashed lightgray;
    align-items: stretch;
}
.deleteproduct .img img,.weekpromo .img img, .stockproduct .img img {
    max-width: 95%;
}
.deleteproduct .text, .weekpromo .text, .stockproduct .text {
    position: relative;
    align-items: stretch;
    float: left;
    width: 75%;
    display: flex;
    flex-flow: column;
}
.deleteproduct .text div.title span, .weekpromo .text div.title span, .stockproduct .text div.title span {
    color: #fd0b00;
}
.deleteproduct .text div.title, .weekpromo .text div.title , .stockproduct .text div.title {
    flex: 0 1 auto;
}
.deleteproduct .text form, .weekpromo .text form {
    display: table;
    width: 100%;
    flex: 1 1 auto;
    margin: 0;
}

/* --- BEGIN SPECIFIC DELETE PRODUCT PAGE --- */
.deleteproduct .text form div a:first-of-type {
    position: relative;
    margin-left: calc(33.33% / 2);
}
.deleteproduct .text form div a:last-of-type {
    position: relative;
}
.deleteproduct .text form div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
/* --- END SPECIFIC DELETE PRODUCT PAGE --- */

/* --- BEGIN SPECIFIC WEEKPROMO PAGE --- */

.weekpromo table.datepicker {
    width: 100%;
}
.weekpromo table.datepicker > tbody > tr > td {
    width: 50%;
    text-align: center;
}
#date-from > div, #date-to > div {
    margin: 0 auto;
}
.weekpromo a {
    font-size: 18px;
}
.weekpromo a.cancel {
    font-size: 14px;
}

/* --- END SPECIFIC WEEKPROMO PAGE --- */

/* --- BEGIN SPECIFIC STOCK PRODUCT PAGE --- */
.stockproduct form {
    font-size: 20px;
    text-align: left;
    margin-left: 20px;
}
.stockproduct form a {
    font-size: 18px;
}

/* --- END SPECIFIC STOCK PRODUCT PAGE --- */

/* --- BEGIN MANAGEMENT --- */
.big-bttn {
    width: 31.33%;
    text-align: center;
    padding: 2% 1%;
    border-radius: 3px;
    transition: all .2s;
    float: left;
    margin: 1%;

    cursor: pointer;

    font-size: 24px;
}
.big-bttn:hover {
    filter: brightness(150%);
    text-decoration: none;
}

.big-bttn.bttn-blue { background-color: #2e6bfa; }

.big-bttn.bttn-yellow { background-color: #FF9900; }

.big-bttn.bttn-green { background-color: #1fb623; }

.big-bttn.bttn-red { background-color: #e24329; }

.big-bttn.bttn-purple { background-color: #0172ba; }

.big-bttn.bttn-aqua { background-color: #00ffff; }

.beheerpaneel {
    width: 60%;
    padding-right: 15px;
    font-size: 15px;
}
.beheerpaneel ul.list {
    list-style-type: none;
    padding: 5px;
}
.beheerpaneel b {
    float: left;
    padding: 10px;
    width: 100%;
    color: #cc0000;
    border-bottom: 1px dashed #cc0000;
}
.beheerpaneel .chosen-single b {
    border-bottom: none;
    color: gray;
}
.beheerpaneel b.nohcategorie {
    border: 0px;
}

.beheerpaneel ul.list li {
    display: inline-block;
    width: 50%;
    padding: 5px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid  #ffffff;
}

.beheerpaneel ul.list li a {
    display: inline-block;
    float: right;
    margin-right: 5%;
}
.beheerpaneel b a {
    float: right;
    margin-right: 5%;
}
#specificaties {
    width: 100%;
}
#specificaties .specificatie {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    padding: 0 10px;
    display: inline-block;
}
/* --- END MANAGEMENT --*/

/* --- BEGIN PRODUCTPAGE --- */
.productpage .header {
    position: relative;
    width: 100%;
    height: 400px;
}
.productpage .header div {
    display: inline-block;
    float: left;
}

.productpage .header div.image-box {
    text-align: center;
    height: 100%;
    width: 65%;
}
.productpage .header .image-box img {
    max-width: 95%;
    max-height: 95%;
}

.productpage .header div.headinfo {
    height: 50%;
    width: 35%;
    padding: 10px;
}
.productpage .header div.headinfo .price:before {
    content: "€ ";
}
.productpage .header div.headinfo .price {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.productpage .header div.headinfo .price span {
    font-size: 18px;
    margin-left: 20px;
}

.productpage .header div.headinfo .price .beschikbaar { color: #007300; }
.productpage .header div.headinfo .price .n-beschikbaar { color: #fd0b00; }

.productpage .header div.headinfo div.nietbeschikbaar {
    width: 100%;
    height: 50px;
    background-color: #eee;
    font-size: 28px;
    color: #555;
    box-shadow: none;

    padding: 5px;
    text-align: center;
    transition: all 0.5s ease-in;

    cursor: not-allowed;
}

.productpage .header div.headinfo button {
    width: 100%;
    height: 50px;
    background-color: #fd0b00;
    font-size: 28px;
    color: #ffffff;
    box-shadow: none;

    padding: 5px;
    text-align: center;
    transition: all 0.5s ease-in;
}
.productpage .header div.headinfo button:hover {
    background-color: #000000;
    transition: all 0.5s ease-in;
}
.productpage .header div.headinfo button:active {
    background-color: #b50700;
    transition: all 0.01s ease-in;
}
.productpage .header div.headinfo button:focus {
    outline: none !important;
}

.productpage div.info {
    display: block;
    width: 100%;
    padding: 10px 30px;
}
.productpage .maininfo {
    margin-top: 30px;
    width: 100%;

    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
}
.productpage .maininfo ul {
    list-style-type: none;
}
.productpage .maininfo ul li {
    margin-bottom: 10px;
}
.productpage .maininfo ul li a:hover,.productpage .maininfo ul li a:focus,.productpage .maininfo ul li a:active {
    color: #007300;
    text-decoration: none;
}
.productpage .maininfo ul li i {
    color: #007300;
}
.productpage #specificaties {
    padding: 10px 30px;
    width: 100%;
}
.productpage #specificaties table {
    width: 100%;
    border-spacing: 0;
}
.productpage #specificaties table td {
    padding: 10px 5px;
}
.productpage #specificaties table td:first-child {
    width: 40%;
}
.productpage #specificaties table td.backcolor {
    background-color: #d7d5d5;
    background-color: rgba(56, 48, 46, 0.15);
}

.productpage #specificaties table .fa-check {
    color: #007300;
}
.productpage #specificaties table .fa-times {
    color: #fd0b00;
}
/* --- END PRODUCTPAGE --- */

/* --- START POPUPS --- */

#popupfade {
    height: 100%;
    width: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    padding: 0;
    margin: 0;
    border: 0;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 2500;
}

#popup {
    margin: 10% auto 0 auto;

    width: 580px;
    height: 320px;

    border-radius: 5px;
    background: #f7f7f7;
    font-weight: normal;
    color: #000;
    font-size: 20px;

    clear: both;
}

#popupbody {
    width: 100%;
}

#closepopup {
    color: #000;
    float: right;
    margin-top: 5px;
    margin-right: 7px;
    font-size: 24px;
}

#popuptitle {
    float: left;
    color: #000;
    font-size: 28px;
    margin-bottom: 10px;
    width: 440px;
    padding: 5px 10px;
    font-weight: bold;
}

#popupcontent {
    float: left;
    clear: both;
    max-width: 100%;
}

#popupcontent table {
    width: 90%;
    margin-left: 5%;
    clear: both;
}

#popupcontent table td {
    width: 50%;
}

#popupcontent table img {
    max-width: 90%;
    max-height: 90%;

    mix-blend-mode: multiply;
}

#popupcontent .popup-addcart-btn {
    background-color: #fd0b00;
    margin: 0 5% 10px 5%;
    width: 90%;
    color: #fff;
}

#popupcontent h1, #popupcontent h2, #popupcontent h3, #popupcontent h4 {
    text-align: center;
    margin-bottom: 10px;
}

/* --- END POPUP --- */
/* --- START CART PAGE --- */

table.cart {
    width: 100%;
}

table.cart thead {
    border-bottom: 2px solid red;
}
table.cart tfoot {
    border-top: 2px solid red;
}

table.cart td, table.cart th {
    padding: 5px 10px;
}
table.cart tbody tr:first-of-type td {
    padding-top: 20px;
}
table.cart > tbody > tr:last-of-type td {
    padding-bottom: 40px;
}

.btn.btn-cart-pay, .btn.btn-cart-pay:active, .btn.btn-cart-pay:focus {
    background-color: #fd0b00;
    color: #fff;
    border: none;
    outline: none;
}
.form-cart input {
    width: 60px;
}