/* # Sivand Sass
Theme Name: Sivand Pro
Theme URI: http://sivand.ronwillemse.nl
Description: This is the Sivand Sass sample theme created for the Genesis Framework.
Author: Ron Willemse
Author URI: https://www.ronwillemse.nl
Template: genesis
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings
  - Objects
  - Gallery
  - Forms
  - Tables
  - Screen Reader Text
- Structure and Layout
  - Site Containers
  - Column Widths and Positions
  - Column Classes
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Plugins
  - Genesis eNews Extended
  - Jetpack
- Site Header
  - Title Area
  - Widget Area
- Site Navigation
  - Accessible Menu
  - Site Header Navigation
  - Primary Navigation
  - Secondary Navigation
  - Skip Links
- Content Area
  - Entries
  - Entry Meta
  - Pagination
  - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
  - Retina Display
  - Max-width: 1200px
  - Max-width: 960px
  - Max-width: 800px
- Print Styles
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.merken-logo:before,
.merken-logo-home:before,
.popcatgrid-block:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.merken-logo:after,
.merken-logo-home:after,
.popcatgrid-block:after  {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 10px;
  /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 2rem;
}

body {
  background-color: #f4f4f4;
  color: #333333;
  font-family: "Neuton", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.sidebarbutton {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sidebarbutton.special {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    text-transform: none;
}

.product-groepen a {
  display: block;
}

::-moz-selection,
::selection {
  background-color: #000000;
  color: #FFFFFF;
}

a {
  color: #EF4836;
  text-decoration: none;
}
a:hover, a:focus {
  color: #333333;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #DDDDDD;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 10px;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3rem;
}

h3, h4, h5, h6 {
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

input:focus,
textarea:focus {
  border: 1px solid #999999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #CCCCCC;
  font-weight: 400;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
  color: #CCCCCC;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333333;
  border: 0;
  border-radius: 5px !important;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #f15e4e;
  color: #FFFFFF;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #FFFFFF;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #EF4836;
  color: #FFFFFF;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
  background-color: #FFFFFF;
  color: #333333;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

textarea {
  resize: vertical;
}

textarea,
input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #DDDDDD;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #DDDDDD;
  padding: 6px 0;
}

th {
  font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  clear: both;
  padding: 60px 0;
}

.home .site-inner {
  padding: 0;
}

.home .storeheader .title h1 {
  line-height: 2em;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 82.99999%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
.content {
  float: right;
  width: 82.99999%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 82.99999%;
}

.page-template-template-winkeloverzicht.full-width-content .content,
.page-template-template-winkeltypes.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 14.99997%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 14.99997%;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.one-half,
.two-fourths,
.three-sixths,
.one-third,
.two-sixths,
.two-thirds,
.four-sixths,
.one-fourth,
.one-sixth,
.one-ninth,
.three-fourths,
.five-sixths,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths {
  float: left;
  margin-left: 2.00004%;
}

.one-half,
.two-fourths,
.three-sixths {
  width: 48.99998%;
}

.one-third,
.two-sixths {
  width: 31.99997%;
}

.two-thirds,
.four-sixths {
  width: 65.99999%;
}

.one-fourth {
  width: 23.49997%;
}

.one-sixth {
  width: 14.99997%;
}

.one-ninth {
  width: 9.2345%;
}

.three-fourths {
  width: 74.49999%;
}

.five-sixths {
  width: 82.99999%;
}

.one-fifth {
  width: 18.39997%;
}

.two-fifths {
  width: 38.79998%;
}

.three-fifths {
  width: 59.19998%;
}

.four-fifths {
  width: 79.59999%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  padding-left: 20px;
  width: 400px;
}

.entry-content .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}



header .easy-autocomplete-container li {
  font-size: 16px;
  content: #333333;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  left: 1.8em;
}
header .easy-autocomplete-container li a span {
  display: block;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 5px;
  color: #4a4a4a;
}



/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 2rem;
}

.entry-title {
  font-size: 2.2rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333333;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #EF4836;
}

.widget-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.footer-widgets .widget-title {
  color: #FFFFFF;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}


/*** nieuwe ekc deals ***/


article.ekc-deal {
    background: #fff;
    border: 2px solid #eaeaea;
    z-index: 25;
    outline: 0;
    border-left: 8px solid #f14636;
    border-top-left-radius: 5px;
    margin-bottom: 15px;
}

article.ekc-deal:focus {
  outline: 0;
}

article .ekc-korting-left {
    width: 20%;
    text-align: center;
    text-transform: uppercase;
    padding: .25em;
    position: relative;
    border-right: 1px solid #eaeaea;
}

article .ekc-korting-middle {
    vertical-align: top;
    width: 49%;
    padding: 5px 10px;
}

article .ekc-korting-right {
    width: 29%;
}

article .dleft {
    width: 307px !important;
    float: left;
    margin-right: 15px;
}

article .dright {
  display: inline-block;
  float: right;
  width: 235px;
}

article .ekc-dealbox {
  max-width: 80%;
  margin: 0 auto;
}


article .inline {
    display: inline-block;
}

article .ekc-korting-details {
    background: #f7f7f7;
    padding: .5em 1em;
    color: #333;
    border-top: 1px solid #eaeaea;
    font-size: 10px;
}

article .ekc-korting-details:after {
    clear: both;
    content: " ";
    display: table;
}

article.ekc-deal h3 {
  font-weight: 700;
}

article .ekc-korting-button {
  float: right;
  width: 90%;
  margin-right: 15px;
  position: relative;
}

article .ekc-korting-button .code {
    position: absolute;
    right: 0;
    padding: 13px 0px;
    max-width: 100%;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    transition: all .2s linear;
    font-size: 16px;
    text-align: right;
    font-weight: 700;
    line-height: 1;
    background: #f5f5f5;
    color: #666;
    border-top: 1px dashed #bd3e31;
    border-right: 1px dashed #bd3e31;
    border-bottom: 1px dashed #bd3e31;
}

article .ekc-korting-button .code:before {
    position: absolute;
    content: "";
    bottom: -1px;
    width: 35px;
    height: 44px;
    border-bottom-right-radius: 5px;
    background: #f04736;
    transition: all .2s linear;
}

article.ekc-deal:hover .code:before {
    position: absolute;
    width: calc(100% - 40px) !important;
    transition: all .2s linear;
    content: "";
    bottom: -1px;
    height: 44px;
    border-bottom-right-radius: 5px;
    background: #333 !important;
    transition: all .2s linear;
}

article.ekc-deal.deal-coupon a:hover .btn-text,
article.ekc-deal.deal-code a:hover .btn-text { 
  max-width: calc(100% - 40px) !important;
}

article.ekc-deal:hover .btn-text {
  background: #333 !important;
}

article .btn-text {
    margin: 0;
    display: block;
    line-height: 1;
    z-index: 25;
    position: relative;
    background: #f14636;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    white-space: nowrap;
    max-width: calc(100% - 20px) !important;
    text-align: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 20px;
    font-weight: 700;
}

article .korting-top-title {
    font-size: 12px;
    margin-bottom: 5px;
    color: #333333;
}



article .left-top {
    text-align: center;
    padding-top: 4px;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    font-size: 2.6rem;
    font-weight: 700;
}

article .left-bottom {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 8px;
}

article .icon-placeholder {
  line-height: 20px;
}

.not-active {
  pointer-events: none;
  cursor: text !important;
  text-decoration: none;
  color: black;
}

.dealopen.fancybox-content {
    padding: 0;
    border-radius: 4px;
    max-width: 600px !important;
}

.dealopen .deal-top {
    padding: 20px;
    font-size: 14px;
    background: #f9f9f9;
    color: #555;
    text-align: center;
}

.dealopen .deal-bottom {
    padding: 20px;
    font-size: 14px;
    color: #555;
}

.dealopen .code-container a {
  outline: 0;
  color: #ef4836;
}

.dealopen .deal-heading {
    border: 1px dashed #d1d1d1;
    height: 55px;
    font-size: 25px;
    color: #222;
    margin: 5px 0;
    line-height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    overflow: hidden;
    cursor: text;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.dealopen input[type="submit"] {
  border-radius: 0 0 4px 4px!important;
  width: 100%;
}

.dealopen h3 {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.fancybox-content {
  padding: 0 !important;
}

.deal-bottom-logo {
    width: 35%;
    clear: both;
    float: left;
}

.deal-bottom-mail {
    width: 65%;
    padding-left: 20px;
    float: left;
    margin-bottom: 20px;
    text-align: left;
}

.deal-bottom-logo img {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    display: block;
    height: auto;
}

.deal-bottom p {
    font-size: 16px;
    margin-bottom: 10px;
}

button.fancybox-button:hover {
  background: none !important;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 20px;
  padding: 0 0 24px;
}

.footer-widgets .entry {
  border-bottom: 1px dotted #666666;
}

.featured-content .entry-title {
  font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  border-top: 2px solid #EF4836;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EAEAEA;
}

.site-header .wrap {
  padding: 0;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 50px;
}

.site-title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a {
  color: #FFFFFF;
}
.site-title a:hover, .site-title a:focus {
  color: #FFFFFF;
}

.header-image .site-title > a {
  /* background: url(images/e-Kortingscode.svg) no-repeat left; */
  float: left;
  min-height: 50px;
  width: 225px;
}

.site-description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  /* text-indent: -9999px; */
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: left;
  text-align: right;
  width: 66.66667%;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 28px 14px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #EF4836;
  text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  border: 1px solid #EEEEEE;
  border-top: 0;
  font-size: 1.4rem;
  font-weight: 400 !important;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}


.genesis-nav-menu .menu-item:hover {
  position: static;
}

/*.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}*/

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .left {
  color: #FFFFFF;
  float: left;
  list-style-type: none;
  padding: 30px 0;
}

.genesis-nav-menu > .left > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 8px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #EEEEEE;
}

.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a {
  color: #948784;
  text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #EF4836;
  text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #EF4836;
  text-decoration: none;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #FFFFFF;
}

/* ## Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  text-align: left;
}

.menu-text {
  color: #000000;
  line-height: 1;
  padding: 2px;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: inline-block;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333333;
  color: #DDDDDD;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px auto;
  padding: 1em 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #EF4836;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #FFFFFF;
  margin-bottom: 40px;
}

.comment-header {
  font-size: 1.6rem;
}

li.comment {
  background-color: #f4f4f4;
  border: 2px solid #FFFFFF;
  border-right: 0;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li li {
  margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 1.6rem;
}

.sidebar li {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333333;
  clear: both;
  font-size:16px;
}

.footer-widgets,
.footer-widgets a {
  color: #fff;
}

.footer-widgets input {
  border: 1px solid #333333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #FFFFFF;
}

.footer-widgets li {
  line-height: 2;
}

.footer-widgets .wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width:100%;
    }

.footer-widgets-1 {
  background: #EF4836;
  text-align:right;
  color: #fff
}

.footer-widgets-1 .widget-title::after {
    border-bottom: 1px solid #fff;
    margin: 0 0 0 auto
}

.footer-widgets-1{
  width: 25%;
  float:left;
}

.footer-widgets-2{
  width: 74.8%;
  float:left;
}

.footer-widgets-1,
.footer-widgets-2{
  padding: 40px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  font-size: 1.4rem;
  line-height: 2;
  padding: 10px 0;
  text-align: center;
  color: #948784;
  font-family: "Montserrat", sans-serif;
  border-bottom: 2px solid #EF4836;
  background-color: #FFFFFF;
  border-top: 1px solid #EAEAEA;
}

.site-footer a {
  color: #948784;
}

.site-footer p {
  margin-bottom: 0;
}

/* # EKC
---------------------------------------------------------------------------------------------------- */
/* ## Sidebar left
--------------------------------------------- */
.store-container {
  padding: 10px;
  border: 2px solid #EAEAEA;
  border-radius: 5px;
  color: #333;
  margin-bottom: 20px;
  background: #fff;
  font-size: 14px;
  clear: both;
  border-bottom: 4px solid #EAEAEA;
}

.store-container .title,
.sidebar-right h1,
.sidebar-right h2,
.sidebar-right h3,
.sidebar-right h4,
.sidebar-right h5,
.sidebar-right h6{
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.sidebar-left .store-container .title {
  font-size: 1.6rem;
  text-align: left ;
}

.store-container .amount {
  color: #EF4836;
  font-size: 52px;
  font-weight: 700;
  font-family: 'Roboto', serif;
  display: block;
  text-align: center;
}

.store-container .name {
  text-align: center;
  display: block;
  line-height: 1;
}

.store-container .about-merchant-stats {
  margin: 10px 0;
}

.store-container .about-merchant-stats td {
  border-bottom: 1px solid #DDDDDD;
  border-top: none;
}

.store-container .about-merchant-stats td.special {
  border-bottom: none;
}

.store-container .about-merchant-stats td {
  padding: 6px 0;
  line-height: 1.4;
  font-size: 13px;
}

.store-container .about-merchant-stats tr td:nth-child(1) {
  margin-right: 10px;
}

.store-container .about-merchant-stats tr td:nth-child(2) {
  font-size: 13px;
}

/* product groepen stats */

.store-container .productgroepen-stats {
  margin: 10px 0;
}

.store-container .productgroepen-stats td {
  border-bottom: 1px solid #DDDDDD;
  border-top: none;
}

.store-container .productgroepen-stats td.special {
  border-bottom: none;
}

.store-container .productgroepen-stats td {
  padding: 6px 0;
  line-height: 1.4;
  width: 100%;
  font-size: 13px;
}

.store-container .productgroepen-stats tr td:nth-child(1) {
  margin-right: 10px;
}

.store-container .productgroepen-stats tr td:nth-child(2) {
  font-size: 13px;
}

.store-container .about-merchant-extra  {
  text-align: left;
}

.sidebar-left .image {
  border-radius: 5px;
  border-bottom: 4px solid #e02612;
}

.sidebar-right .image {
  border-radius: 5px;
}

/* ## Sidebar Right
--------------------------------------------- */
.store-text-header {
  border-bottom: 2px solid #F3F3F3;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.store-text-header .icon {
  font-size: 32px;
  float: left;
  padding-right: 10px;
}

/* ## Boxes
--------------------------------------------- */
.textbox, .infobox, .news-container .entry {
  width: 48.99998%;
  float: left;
  margin-right: 2.00004%;
  border: 1px solid #F3F3F3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home .news-container .entry,
.single .news-container .entry {
  width: 31.99997%;
}

.textbox:nth-of-type(2),
.news-container .entry:nth-of-type(2),
.home .news-container .entry:nth-of-type(3),
.single .news-container .entry:nth-of-type(3),
.infobox:nth-of-type(2),
.textbox:nth-of-type(4),
.infobox:nth-of-type(4) {
  margin-right: 0;
}

.home .news-container .entry:nth-of-type(2),
.single .news-container .entry:nth-of-type(2) {
  margin-right: 2.00004%;
}

/* .textbox {
  background: url(images/check.svg) no-repeat;
  padding-left: 60px;
} */

.news-container .entry,
.tax-nieuwscategory .entry  {
  border: 1px solid #EAEAEA;
  border-bottom: 4px solid #EAEAEA;
  border-radius: 5px;
  background: #fff;
}

.news-container .entry .entry-content,
.tax-nieuwscategory .entry .entry-content {
  padding: 0 10px 10px 10px;
}

.news-container .entry-title,
.tax-nieuwscategory .entry-title {
  padding: 20px 10px 0 10px;
}

.news-container .entry p.entry-meta,
.tax-nieuwscategory .entry p.entry-meta {
  padding: 0 10px;
  margin-bottom: 0;
  color: #948784;
  font-size: 1.6rem;
}

.news-container .entry img,
.tax-nieuwscategory .entry img {
  width: 100%;
}

/* Pop Up */
.popup {
  background: #F9F9F9;
  padding: 15px;
  text-align: center;
  font-weight: 400;
}

.popup img {
  background: #fff;
  max-width: 160px;
  padding: 10px;
  border-bottom: 4px solid #eee;
}

.popup-reveal {
  color: #EF4836;
  font-weight: 400;
  font-family: 'Roboto', serif;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  margin: 5px 10px 20px 0px;
  border: 2px dashed #EF4836;
}

.geldig {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #948784;
}

/* ## Utilitybar
--------------------------------------------- */
.utility-bar {
  line-height: 2;
  background: #777;
  font-size: 16px;
  text-align: left;
  color: #ccc;
  font-weight: 400;
  position: relative;
}

.utility-bar a {
  color: #fff;
}

.content, .archive.category .content {
  width: 65.99999%;
  float: left;
}

.archive.tax-winkeltype .content, .archive.category .content, .archive.tax-producttype .content {
  width:800px;
}

.archive .content, .single .content, .page .content  {
  width: 100%;
}

.single .site-inner, .page .site-inner{
  max-width: 800px;
  margin: 0 auto;
}

.custom-page .site-inner {
  max-width: 1200px;
}

.sidebar-left {
  width: 14.99997%;
  float: left;
  margin-right: 2.00004%;
}

.sidebar-right {
  width: 14.99997%;
  float: right;
}

/* ## Global
--------------------------------------------- */
.ekc-entry-header {
  font-size: 2rem;
  padding: 0.5em 0;
  clear: left;
  text-align: center;
}

.ekc-entry-header:after {
  content: "";
  width: 10%;
  border-bottom: 2px solid #EF4836;
  height: 2px;
  display: block;
  margin: 10px auto;
}

.homepage-0,
.homepage-S {
  background: #fff;
}

.homepage-S .search-form input,
.no-posts-search .search-form input{
    padding: 12px 24px;
    font-size: 20px;
    width: 75%;
}

.homepage-S .search-form input[type="submit"],
.no-posts-search .search-form input[type="submit"]  {
  width: 25%;
  padding: 15px 24px 14px 24px;
  margin-top:-1px;
}

.center {
  text-align: center
}

.homepage-1 {
  padding-top: 40px;
  background: #fafafa;
}

.homepage-2,
.homepage-5 {
  padding-top: 40px;
  background: #f4f4f4;
}

.homepage-5 {
  background: #F4F4F4;
}

.homepage-2-1,
.homepage-2-3 {
  padding-top: 40px;
  background: #fafafa;
}

.homepage-2-2,
.homepage-2-6 {
  padding-top: 40px;
  background: #fff;
}

.winkel .homepage-2-6 {
  background: transparent;
}

.homepage-3 {
  padding-top: 40px;
  background: #EF4836;
}

.homepage-3 h2 {
  color: #FFFFFF;
}

.homepage-4 {
  padding-top: 40px;
  background: #f4f4f4;
}

.textbox {
  border: none;
}

.labels .site-inner {
  padding: 0;
}

/* ## Header
--------------------------------------------- */
.label-header .image,
.storeheader .image {
  width: 100%;
  background-attachment: scroll;
  background-color: #f14636;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
  min-height: 100px;
}


.label-header h2,
.storeheader .title h1,
.storeheader .title h2,
.storeheader .title h4 {
  /* background-color: rgba(0, 0, 0, 0.4); */
  color: #FFFFFF;
  padding: 0.5em;
  font-family: 'Roboto', serif;
  display: inline-block;
  margin: 10px auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.26);
}

.label-header  h1 {
  color: #FFFFFF;
  padding: 0.5em;
  font-family: 'Roboto', serif;
  display: inline-block;
  margin: 10px auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.26);
}

.storeheader .title h2 {
  font-size: 16px;
  margin-bottom: 15px !important;
}

.storeheader .title h1 {
  display: block;
  margin-bottom: 0;
  line-height: 1em;
}

.storeheader .logo img {
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #EEEEEE;
  height: auto;
  width: 180px;
  margin: 30px auto -40px auto;
  border-radius: 5px;
}

.storeheader .logo.wkltp img {
    background: #FFFFFF;
  padding: 10px;
  display: block;
  border: 1px solid #EEEEEE;
  border-bottom: 4px solid #EEEEEE;
  height: auto;
  width: 90px;
  margin: 30px auto -40px auto;
  border-radius: 5px;
}

/* ## Populair Brands
--------------------------------------------- */
.populair-brands-logo:before,
.populair-brands-logo-home:before
 {
  content: " ";
  display: table;
}

.populair-brands-logo:after,
.populair-brands-logo-home:after {
  clear: both;
  content: " ";
  display: table;
}

.populair-brands-logo,
.populair-brands-logo-home,
.merken-logo,
.merken-logo-home,
.cat-logo {
  text-align: center;
}

.populair-brands-logo li,
.populair-brands-logo-home li {
    font-size: 1.6rem;
}

.cat-logo li {
  float: left;
  width: 23.49997%;
  margin-left: 2.00004%;
}

.populair-brands-logo-home li {
  float: left;
  width: 14.99997%;
  margin-left: 2.00004%;
}

.populair-brands-logo-home :nth-of-type(6n+1) {
  margin-left: 0;
}

.populair-brands-logo li img,
.populair-brands-logo-home li img,
.merken-logo li img,
.merken-logo-home li img,
.cat-logo li img {
  padding: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  border-bottom: 4px solid #EAEAEA;
}

.populair-brands-logo li,
.populair-brands-logo-home li  {
  margin-bottom: 5px;
}

.merken-logo, .populair-brands-logo {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  -ms-column-count: 6;
  -o-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 2.00004%;
  -moz-column-gap: 2.00004%;
  -ms-column-gap: 2.00004%;
  -o-column-gap: 2.00004%;
  column-gap: 2.00004%;
  columns: 6;
}

.merken-logo-home li {
  float: left;
  margin-left: 2.00004%;
  width: 14.99997%;
  margin-bottom: 24px;
}

.merken-logo-home li:nth-of-type(1) {
  margin-left: 0;
}


.merken-logo-title {
  padding: 10px;
  display: block;
  font-size: 80%;
}

.merken-logo-title::after {
  content: '\00BB';
  padding-left: 8px;
}

.cat-logo li:nth-of-type(4n+1) {
  margin-left: 0;
}

.populair-brands-logo li img,
.cat-logo li img {
  display: block;
}

#clock {
  text-align: center;
  margin-bottom: 10px;
}

#clock li {
  background: black;
  color: white;
  display: inline-block;
  padding: 4px;
  width: 60px;
  text-align: center;
  border-radius: 5px;
  margin: 3px;
  font-size: 18px;
}

.btn-counter {
  text-align: center;
}

.btn-counter .border {
  border: 2px solid #000000;
  padding: 10px;
    display: block;
}

.btn-counter .fa {
  color: black;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.btn-counter .days::after {
  content: ' D';
}

.btn-counter .hours::after {
  content: ' U';
}

.btn-counter .minutes::after {
  content: ' M';
}

.btn-counter .seconds::after {
  content: ' S';
}

/* ## Sub menu
--------------------------------------------- */
.populair-brands-submenu {
  text-align: center;
  margin: 24px auto;
  padding: 14px 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.populair-brands-submenu li {
  display: inline-block;
  padding: 2px 12px;
}

.populair-brands-submenu li a {
  color: #948784;
}

.populair-brands-submenu li a:hover,
.populair-brands-submenu li a:focus,
.populair-brands-submenu li.active a {
  border-bottom: 2px solid #EF4836;
}

/* ## Labels
--------------------------------------------- */
.labels .content {
  width: 82.99999%;
  float: left;
  margin-left: 2.00004%;
  margin-left: 8.5%;
}

.labels .entry {
  background: #fff;
  -webkit-box-shadow: 0px 5px 2px #eee;
  -moz-box-shadow: 0px 5px 2px #eee;
  box-shadow: 0px 5px 2px #eee;
  border-radius: 5px;
  width: 31.99997%;
  margin-left: 2.00004%;
  float: left;
  position: relative;
}

.labels .entry:nth-of-type(3n+1) {
  margin-left: 0;
}

/* ## Code vertical
--------------------------------------------- */
.ekc-code-v {
  overflow: hidden;
  padding: 10px 25px 10px 30px;
  position: relative;
}

.ekc-code-v::before {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: -2px;
  background: url("images/right-border.png") repeat-y;
  z-index: 2;
  content: "";
}

.ekc-code-v:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 9px;
  height: 100%;
  background: url("images/left-border.svg") repeat-y;
}

.ekc-code-f.entry-footer,
.ekc-code-v .entry-footer {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #948784;
}

.ekc-code-v .ekc-code-btn {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.ekc-code-v .button {
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto', serif;
  text-decoration: none;
  text-shadow: 0px -2px #BD3E31;
  text-transform: uppercase;
  display: block;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin: 0;
  background-color: #EF4836;
  width: 100%;
}

.ekc-code-v h2.entry-title {
  font-size: 1.6rem;
  min-height: 60px;
  text-align: center;
}

.ekc-code-v .entry-image {
  text-align: center;
}

/* ## Code Horizontal
--------------------------------------------- */
.ekc-code-h {
  padding: 0px;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.ekc-code-h::before {
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  left: auto;
  right: -2px;
  background: url("images/right-border.png") repeat-y;
  z-index: 2;
  content: "";
}

.ekc-code-h-body:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 139px !important;
  width: 29px !important;
  height: 17px !important;
  background: #fff url("images/dupca1.png") no-repeat top !important;
  z-index: 1;
}

.ekc-code-h-body:after {
  left: 139px !important;
  width: 28px !important;
  height: 19px !important;
  background: #fff url("images/dupca2.png") no-repeat bottom !important;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
  visibility: visible;
}

.ekc-code-h-icon {
  font-family: 'Roboto', serif;
  float: left;
  text-align: center;
  padding: 10px 0px 10px 19px;
  width: 139px;
  margin-right: 30px;
}

.ekc-code-h-icon:after {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 0;
  background: #fff url("images/bullets.png") repeat-y !important;
}

.ekc-code-h-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 9px;
  height: 100%;
  background: url("images/left-border.svg") repeat-y;
}

.ekc-code-h-icon .top {
  display: block;
  padding: 10px 0 0 0;
  color: #EF4836;
  font-size: 3.2rem;
  font-weight: bold;
}

.ekc-code-h-icon .bottom {
  display: block;
  padding: 0;
  color: #EF4836;
  font-size: 20px;
  text-transform: uppercase;
}

.ekc-code-h-icon .type {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}

.ekc-code-h-body {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}

.ekc-code-h h2.entry-title {
  font-size: 1.6rem;
  min-height: 45px;
  font-weight: 700;
  font-family: 'Roboto', serif;
  margin-top: 20px;
  text-align: left;
}

.ekc-code-title {
  width: 392px;
  float: left;
  padding-right: 10px;
}

.ekc-code-btn {
  text-align: center;
  width: 220px;
  display: inline-block;
}

.ekc-code-h .button {
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto', serif;
  text-decoration: none;
  text-shadow: 0px -2px #BD3E31;
  text-transform: uppercase;
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 20px 10px 2px 0px;
  background-color: #EF4836;
}

span.toegevoegd {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #948784;
}

.info-holder .fa {
  width: 16px;
}

.fa {
  color: #EF4836;
}

.info-holder.left {
  float: left;
  width: 392px;
}

.info-holder {
  float: left;
  margin-top: 10px;
  width: 220px;
}

.info-holder li {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #948784;
}

.voorwaardenbox {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 10px 10px 0;
  width: 100%;
}

.flip {
  cursor: pointer;
}

.panel {
  display: none;
  clear: left;
  width: 100%;
}

.ekc-code-h.old .ekc-code-h-icon:before {
  background: url("images/left-border-old.svg") repeat-y;
}

.ekc-code-h.old .top,
.ekc-code-h.old .bottom,
.ekc-code-h.old .fa,
.ekc-code-h.old .type,
.ekc-code-h.old h2 {
  color: #ccc;
}

.ekc-code-h.old .button {
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto', serif;
  text-decoration: none;
  text-shadow: 0px -2px #bbb;
  text-transform: uppercase;
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 20px 10px 10px 10px;
  background-color: #ccc;
  border-radius: 0;
}

/* ## Button
--------------------------------------------- */
.btn-top {
  display: block;
  line-height: 1.2;
  padding: 8px 10px;
}

.btn-bottom {
  display: block;
  text-shadow: none;
  border: 2px solid #EF4836;
  padding: 10px;
  background: white;
  font-size: 1.4rem;
  color: #EF4836;
  font-weight: 400;
}

.open .btn-top{
  color: #EF4836;
  background: white;
  text-shadow: none;
  border: 2px solid #EF4836;
}

.open .btn-bottom {
  background: #EF4836;
  color: white;
  border: none;
  font-weight: 400;
  font-family: 'Roboto', serif;
}

.btn-bottom .fa {
  padding: 0 3px;
  color: #EF4836;
}


.kortings-logo {
  padding-top: 34%;
}

#disqus_thread_wrap {
  clear:both;
  display:block;
}

.ask {
  padding: 10px 14px;
  background: transparent;
  width: auto;
  border: 2px solid #EF4836;
  display: inline-block;
  margin: 10px auto;
}

/* ## Winkeloverzicht
--------------------------------------------- */
ul.topindex,
ul.index {
  margin: 5px 0;
}

.topindex {
  border-top: 1px solid #EAEAEA;
  padding-top: 20px;
}

.topindex li {
  margin: 0 5px 0 0;
  display: inline-block;
}

.topindex li a,
ul.index li h4 a {
  text-transform: uppercase;
  background: #EF4836;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

ul.index h4 {
  padding-bottom: 1em;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 1em !important;
}

/*.index-columns {
    width: span(2);
    margin-left: gutter();
}*/
.index ul {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  -ms-column-count: 6;
  -o-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 2.00004%;
  -moz-column-gap: 2.00004%;
  -ms-column-gap: 2.00004%;
  -o-column-gap: 2.00004%;
  column-gap: 2.00004%;
  columns: 6;
}

.bekend-logo {
  text-align: center;
}

.bekend-logo li {
  padding: 25px 0;
}

ul.bekend-logo{
  -webkit-column-count: 6;
  -moz-column-count: 6;
  -ms-column-count: 6;
  -o-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 2.00004%;
  -moz-column-gap: 2.00004%;
  -ms-column-gap: 2.00004%;
  -o-column-gap: 2.00004%;
  column-gap: 2.00004%;
  columns: 6;
}

.popup-mail {
  padding: 20px 0;
}

.popup-mail .button {
  width: 100%;
  padding: 10px;
}

.populair-brands {
  margin-bottom: 20px;
}

.entry-header-wrapper {
  padding: 32px 0;
  background-color: #EF4736;
  text-align: center;
}
.entry-header-wrapper .entry-title, .entry-header-wrapper .archive-description {
  margin-bottom: 0;
}
.entry-header-wrapper h1 {
  color: #fff;
  font-size: 2.6rem;
  margin: 0;
}
.entry-header-wrapper a {
  color: #000;
}



.all-link {
  text-align:center;
  margin-bottom: 40px;
}

.small-talk {
  font-size: 12px;
  text-align:left;
}
.small-talk-p {
  font-size: 12px;
  text-align:center;
}

.winkeltypes-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2.00004%;
    -moz-column-gap: 2.00004%;
    -ms-column-gap: 2.00004%;
    -o-column-gap: 2.00004%;
    column-gap: 2.00004%;
    columns: 3;
}

.winkeltypes-icon,
.winkeltypes-name {
  line-height: 64px;
  margin-bottom: 20px;
  display:inline-block;
  vertical-align: middle;
  height: 64px;
}

.winkeltypes-name {
  padding-left: 14px;
}

.single-post .content {
  text-align:center;
}
.single-post .image {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px;
  background: #fff;
  border-bottom: 4px solid #eee;
}
.single-post-btns {
  text-align:center;
  margin: 0 auto;
}
.single-post-btns li {
 display:inline-block;
 width: 50%;
  margin: 10px;
}

.btn-bottom .schaar .fa {
  color: #fff;
}

.schaar .fa {
  cursor: pointer;
}

.schaar .fa:hover{
  color: #ccc;
}

/* no-post-container */

.no-post-row {
  padding-top: 40px;
  display: block;
}

/* .no-posts-area {
  padding: 20px;
  text-align: center;
  margin: 0 20px;
  background: #EF4836;
  border-radius: 5px;
}

.no-posts-area input {
  width: 70%;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding: 16px 24px;
  text-transform: uppercase;
  border-radius: 5px;
}

.no-posts-area input[type=submit] {
  width: 29%;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding: 16px 24px;
  text-transform: uppercase;
/*

/* .no-posts-area input,
.no-posts-area input[type=submit], */
.homepage-S .search-form input,
.homepage-S .search-form input[type="submit"] {
  width: 100%;
  margin-top: 20px;
}
/* .no-posts-area input[type=submit], */
.homepage-S .search-form input[type="submit"] {
  margin-top: 10px;
}

/* .no-post-container {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 20px 0 0 0;
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
}

.no-post-container h2 {
  color: #EF4836;
}

.no-post-container p {
  font-style: italic;
  padding: 10px 40px 0 40px;
  font-size: 14px;
  color: #ccc;
} */

.post-type-archive-doodles .content {
  text-align:center;
}

.post-type-archive-doodles img {
  background: #fff;
  min-height: 80px;
}

.post-type-archive-doodles .doodles {
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}

.post-type-archive-doodles .post-image {
  display: none;
}

.lists {
  float: left;
  margin-left: 2.00004%;
  width: 31.99997%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}

.lists:nth-of-type(3n+1) {
  margin-left: 0;
}

.lists table {
  counter-reset: rowNumber;
  margin-bottom: 10px;
}

.lists table,
.lists table td,
.lists tbody {
  border-color: #eee;
}

.lists th {
  font-size: 14px;
}

.lists table tbody tr {
  counter-increment: rowNumber;
}
.lists table tr td:first-child::before {
  content: counter(rowNumber);
  min-width: 1em;
  margin-right: 0.5em;
}
.lists .button {
  border-radius: 5px;
  padding: 6px 12px;
  width: 100%;
  text-align: center;
}

.lists .all-list-link {
  border: 2px solid #ef4836;
}

.vergelijk-page .content .entry {
  text-align: center;
}

.vergelijkers-top {
  padding: 30px 30px 10px;
  background: #ef4836;
  clear: both;
  display: block;
  overflow: hidden;
  margin: 30px auto;
}

.extra-bold {
  font-weight: bold;
}

.single-nieuwsbericht .info-holder {
  display:none;
}

.nieuwsbericht .ekcbutton-1 .ebtn {
  padding: 1px 0;
}

.nieuwsbericht .ekcbutton-1 .ebtn:hover {
  padding: 1px 0;
  background: #f04736;
}

.nieuwsbericht .ekcbutton-1 .ebtn:hover:before {
  background: #f04736;
}


.strong {
  font-weight: 700;
}

#fancybox_registeren {
  padding: 25px !important;
}

/* Ron edit 28-2 */

.popcatgrid img {
  width: 100%;
  display: block;
  height: auto;
  border-bottom-left-radius: 10px;
}

.popcatgrid-block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 240px;
  margin-bottom: 24px;
  position: relative;
}

.popcatgrid-block a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
}

.popcatgrid-block a span {
  color: #fff;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}

.popcatgrid-block a:hover {
  background: rgba(240, 71, 54, 0.8);
}

/* Ron edit 14-3 */

.winkel .storeheader .image  {
  background-color: #f04736;
  min-height: 0;
  text-align:left;
  padding: 10px;
}

.winkel .storeheader .logo img {
  margin: 30px auto -16px;
}

.winkel .storeheader .title h1,
.winkel .storeheader .title h2,
.winkel .storeheader .title h4 {
  background-color: transparent;
  padding: 0;
  margin: 5px auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.26);
}

.winkel .storeheader .title {
  float: right;
  text-align: right;
}

.winkel .storeheader .logo img {
  margin: 0 auto -26px;
}

.winkel .site-inner {
  padding-top: 36px
}

.winkel .favorites-wrapper {
  margin: 0;
}

.tax-producttype .entry-image,
.tax-winkeltype .entry-image {
  margin-top: 35px;
}

@media only screen and (max-width: 960px) {

  .winkel .storeheader .title {
    clear: both;
    float: none;
    margin: 0;
    text-align: center;
  }

  .winkel .storeheader .logo {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
  }

  .winkel .storeheader .title h4 {
    padding-bottom: 10px;
  }

  .winkel .favorites-wrapper {
    margin: 0 auto !important;
  }



}

.winkel .no-post-container {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #eaeaea;
  border-bottom: 4px solid #EAEAEA;
}

.winkel .no-post-container .ekc-entry-header:after {
  border: 0;
  height: 0;
  margin: 0;
}

.no-posts-area input,
.no-posts-area input[type=submit] {
  width: 70%;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding: 8px 16px;
  text-transform: uppercase;
  border-radius: 5px;
}

.no-posts-area input {
  width: 70%;
}

.no-posts-area input[type=submit] {
  width: 29%;
}

.checker {
  margin-right: 10px;
}

.checker .fa {
  background: #f04736;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

/* Ron edit 26-3 */

.footer-rows a {
  color: #333333;
}

.footer-rows .bold {
  font-weight: 600;
}

.footer-rows li {
  line-height: 1.5em;
}

.footer-rows {
  padding: 40px 0 16px;
  font-size: 16px;
}

.footer-row-1,
.footer-row-2,
.footer-row-3,
.footer-row-4,
.footer-row-5 {
  width: 235px;
  margin-bottom: 24px;
}

.footer-row-1,
.footer-row-2,
.footer-row-3,
.footer-row-4,  {
  margin-right: 15px;
}

.footer-row-1,
.footer-row-2,
.footer-row-3,
.footer-row-4 {
  float: left;
}

.footer-row-5 {
  float: right;
}

/* footer bar */
.footer-bar {
  background: #f04736;
  padding: 30px 0;
}

.footer-bar-inner {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
}

.footer-bar-icon {
 display: inline-block;
 vertical-align: middle;
 margin-right: 20px;
 color: #fff;
}

.footer-bar-text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.footer-bar p {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 0;
}

.footer-bar span {
  color: #fff;
  font-size: 16px;
}

.footer-bar .btnlogin {
  text-align: center;
}

.footer-bar .btnlogin .button {
  background: 0;
  font-size: 24px;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.footer-bar .btnlogin .button:hover {
  background: #333;
  border-color: #333;
}

.footer-widgets-1 {
  background: #fff;
  color: #948784;
}

.footer-widgets-1 a {
  color: #948784 !important;
}

.footer-widgets-1 .widget-title {
  color: #948784;
}

.social-list li {
  display: inline-block;
  margin-left: 5px;
}

.social-list li .fa {
  color: #f04736;
}

.pdf {
  margin-top: 10px;
  margin-bottom: 25px;
  margin-right: 10px;
  display: inline-block;
}

.researchthumb img {
  border: 1px solid #eee;
  display: block;
  width: 100%;
}


@media only screen and (max-width: 1200px) {

  .footer-row-1,
  .footer-row-2,
  .footer-row-3,
  .footer-row-4,
  .footer-row-5  {
    width: 185px;
  }

}

@media only screen and (max-width: 960px) {

  .footer-rows {
    display: none;
  }

}


@media only screen and (min-width: 800px) {

.rowtitle {
  min-height: 70px;
}

}


@media only screen and (max-width: 1200px) {
  .sidebar-left {
    display: none;
  }

  .content {
    width: 82.99999%;
  }
}
.homepage-S .wrap {
  padding: 0 40px 40px 40px;
}

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

img.fixit {
  height: auto;
  width: 100%;
  display:block;
  margin-bottom: 20px;
}

.single .homepage-5 {
  padding-top: 0;
}

.homepage-8 {
  background: #fff;
  padding: 40px;
  text-align: center;
}

.homepage-8 input {
    padding: 12px 24px;
    font-size: 20px;
    border-color: #EF4836;
    width: 75%;
}

.homepage-8 input[type="submit"] {
  width: 24%;
  border: 0;
  padding: 15px 24px 14px 24px;
  margin-top:-1px;
}

.mail-btn {
  float:right;
  position: absolute;
  top: 0;
  right: 0;
}

.mail-btn .button {
  padding: 3px 12px;
  font-size: 14px;
  background: #EF4836;
}

.usp {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2.00004%;
    -moz-column-gap: 2.00004%;
    -ms-column-gap: 2.00004%;
    -o-column-gap: 2.00004%;
    column-gap: 2.00004%;
    columns: 3;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0;
}

ul.bekend-logo{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2.00004%;
  -moz-column-gap: 2.00004%;
  -ms-column-gap: 2.00004%;
  -o-column-gap: 2.00004%;
  column-gap: 2.00004%;
  columns: 3;
}

.usp li .fa {
  vertical-align: middle;
  line-height: 80px;
  padding-right: 5px;
}

.mail-btn-sb {
  background: #EF4836;
  border-radius: 5px;
  font-size: 20px;
  border-color: #e02612;
  border-bottom: 4px solid #e02612;
  text-align:center;
  color: white;
 }

 .mail-btn-sb .fa {
  color: white;
  padding: 10px 0;
 }

.header-middle .member-buttons a {
   border-radius: 5px;
 }


@media only screen and (max-width: 960px) {
  .sidebar-right {
    width: 100%;
  }

  .labels .entry {
    background: #fff;
    -webkit-box-shadow: 0px 5px 2px #eee;
    -moz-box-shadow: 0px 5px 2px #eee;
    box-shadow: 0px 5px 2px #eee;
    border-radius: 5px;
    width: 48.99998%;
    margin-left: 2.00004%;
    float: left;
    position: relative;
  }

  .labels .entry:nth-of-type(3n+1) {
    margin-left: 2.00004%;
  }

  .labels .entry:nth-of-type(2n+1) {
    margin-left: 0;
  }

  .populair-brands-logo-home li {
    float: left;
    width: 31.99997%;
    margin-left: 2.00004%;
  }

  .populair-brands-logo-home li:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .index ul, .merken-logo, .populair-brands-logo {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2.00004%;
    -moz-column-gap: 2.00004%;
    -ms-column-gap: 2.00004%;
    -o-column-gap: 2.00004%;
    column-gap: 2.00004%;
    columns: 3;
  }

  .winkeltypes-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.00004%;
    -moz-column-gap: 2.00004%;
    -ms-column-gap: 2.00004%;
    -o-column-gap: 2.00004%;
    column-gap: 2.00004%;
    columns: 2;
}

.single .news-container .entry {
  width: 100%;
}

}
@media only screen and (max-width: 800px) {
  .textbox, .infobox, .news-container .entry, .home .news-container .entry, .content, .sidebar-right {
    margin-right: 0;
    width: 100%;
    float: none;
  }

  .ekc-code-h-icon {
    width: 0;
    padding: 0;
  }

  .ekc-code-h-body {
    padding: 10px 25px 10px 30px;
  }

  .sidebar-left,
  .ekc-code-h-icon .top,
  .ekc-code-h-icon .bottom,
  .ekc-code-h-icon .type,
  .ekc-code-h-icon:after,
  .ekc-code-h-body:before,
  .ekc-code-h-body:after,
  .kortings-logo,
  .ekc-code-h-icon img  {
    display: none;
  }

  .ekc-code-body-h {
    width: 100%;
    padding-left: 20px;
  }

  .labels .content, .archive.tax-winkeltype .content, .archive.category .content, .archive.tax-producttype .content {
    width: 100%;
    margin: 0;
  }

  .ekc-code-title,
  .ekc-code-btn,
  .info-holder,
  .info-holder.left {
    width: 100%;
  }

  .labels .entry {
    width: 100%;
    margin-left: 0;
  }

  .populair-brands-logo img,
  .merken-logo li img {
    margin: 0 auto;
  }


    .populair-brands-logo-home li {
    float: left;
    width: 100%;
    margin-left: 0;
  }

  .index ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.00004%;
    -moz-column-gap: 2.00004%;
    -ms-column-gap: 2.00004%;
    -o-column-gap: 2.00004%;
    column-gap: 2.00004%;
    columns: 2;
  }

  .winkeltypes-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 2.00004%;
    -moz-column-gap: 2.00004%;
    -ms-column-gap: 2.00004%;
    -o-column-gap: 2.00004%;
    column-gap: 2.00004%;
    columns: 1;
}

.usp {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 2.00004%;
    -moz-column-gap: 2.00004%;
    -ms-column-gap: 2.00004%;
    -o-column-gap: 2.00004%;
    column-gap: 2.00004%;
    columns: 1;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0;
}

.usp li .fa {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 80px;
  padding-right: 5px;
}

ul.bekend-logo{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.00004%;
  -moz-column-gap: 2.00004%;
  -ms-column-gap: 2.00004%;
  -o-column-gap: 2.00004%;
  column-gap: 2.00004%;
  columns: 2;
}

.homepage-8 input {
    width: 100%;
}

.homepage-8 input[type="submit"] {
  width: 100%;
  margin-top: 10px;
}

.home-favorites-wrapper {
  bottom: 0 !important;
  margin: 0 auto !important;
  border: 1px solid #EAEAEA;
}




}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner,
  .custom-page .site-inner ,
  .wrap {
    max-width: 960px;
  }

    .genesis-nav-menu li.left {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .site-inner,
  .custom-page .site-inner ,
  .wrap {
    max-width: 800px;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  .site-header .wrap {
    padding: 20px 5%;
  }

  .header-image .site-title > a {
    background-position: center top;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.left {
    display: none;
  }

  .footer-widgets-1{
    text-align:left;
  }

  .footer-widgets-1 .widget-title::after {
    margin: 0
  }

  /* .header-image .site-title > a {
    background: url(images/e-Kortingscode.svg) no-repeat center;
  } */

  .lists {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .nav-secondary {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 1.6rem;
  }

  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .one-half,
  .two-fourths,
  .three-sixths,
  .one-third,
  .two-sixths,
  .two-thirds,
  .four-sixths,
  .one-fourth,
  .one-sixth,
  .three-fourths,
  .five-sixths,
  .one-fifth,
  .two-fifths,
  .three-fifths,
  .four-fifths,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    margin: 0;
    width: 100%;
  }

    .footer-widgets .wrap {
    padding: 0;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    padding: 5%
  }

}
@media only screen and (max-width: 768px) {
  .genesis-nav-menu {
    padding-top: 20px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu,
  .utility-bar {
    display: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover {
    background: none;
    line-height: 1;
    padding: 20px 0px;
  }

  .nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .nav-primary .genesis-nav-menu.responsive-menu a,
  .nav-primary .genesis-nav-menu.responsive-menu a:hover {
    color: #000000;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 16px 20px;
    color: #ddd;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #000000;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
  }

  .genesis-nav-menu.responsive-menu .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 25px;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    padding: 12px 20px;
    position: relative;
    width: 100%;
  }

  .responsive-menu {
    width: 100%;
    overflow: hidden;
  }

  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 100%;
  }

  .populair-brands-logo li {
    font-size: 1.4rem;
  }

  .homepage-0, .tips{
    display:none;
  }

  .no-posts-area input,
  .no-posts-area input[type=submit],
  .homepage-S .search-form input,
  .homepage-S .search-form input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .no-posts-area input[type=submit],
  .homepage-S .search-form input[type="submit"] {
    margin-top: 10px;
  }

  .merken-logo-home li {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-bottom: 24px;
  }


  .storeheader .title h1 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
  }

  .header-bottom .genesis-nav-menu {
    display: none;
  }

  .storeheader h4 {
    display: none !important;
  }

  .storeheader .title {

  }

  .storeheader .logo {
    text-align: left !important;
  }

  .storeheader .logo img {
      margin: 5px 0 !important;
      max-width: 80px !important;
  }

 .favorites-wrapper {
    display: none !important;
  }

  .home .storeheader .title {
      max-width: 100% !important;
      float: none !important;
  }

  .news-container .usp {
    display: none;
  }

  .footer-bar {
    display: none;
  }


  .footer-widgets  .widget-area.footer-widgets-2 {
    display: none;
  }

  .footer-widgets {
    background-color: #333333;
    color: #fff;
  }

  .site-footer {
    background-color: #333333;
    color: #fff;
    border: none;
  }

  #disqus_thread_wrap {
    display: none;
  }

  .winkel-nieuws {
    display: none;
  }

  .winkel-tipstricks {
    display: none;
  }

  .footer-widgets-1.footer-widget-area {
    background-color: #f4f4f4;
  }

  .footer-widgets .social-list {
    display: none;
  }

  .site-inner {
    padding-bottom: 0;
  }

  .storeheader .title h2 {
    display: none;
  }

  header .title-area {
    text-align: center;
  }

  .ekcbutton-1 .ebtn, .ekcbutton-2 .ebtn {
    width: 100% !important;
    border-radius: 5px;
  }

  .ekcbutton-1 .ebtn:before, .ekcbutton-2 .ebtn:before {
    display: none;
  }

  .ekcbutton-1 .code, .ekcbutton-2 .code {
    display: none !important;
  }

  .ekcbutton-1 .ebtn .btn-text, .ekcbutton-2 .ebtn .btn-text {
    margin-left: 0 !important;
  }

  .gebruik-kortingscode-afb img {
    display: none;
  }

}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

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

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}

.wrapper-close {
  position: relative;
  display: inline-block
}

.close:before {
  content: '✕';
}
.close {
  position: absolute;
  top: -2px;
  right: 8px;
  cursor: pointer;
}

/** breadcrumbs **/

.breadcrumbs {
  float: left;
  width: 100%;
  margin: -10px 0;
}

.breadcrumbs span {
  font-size: 14px;
}


.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:after {
    content: "\203A";
    margin: 0 8px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

/** Like box **/

.home-favorites-wrapper {
    display: block;
    margin: 0 auto -15px auto;
    position: relative;
    text-align: center;
    background: #FFFFFF;
    display: block;
    border-right: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-bottom: 4px solid #EEEEEE;
    height: auto;
    bottom: 24px;
    width: 100%;
    border-radius: 5px;
}

.favorites-wrapper {
    display: block;
    margin: 0 auto 20px auto;
    position: relative;
    left: -1px;
    text-align: center;
    background: #FFFFFF;
    display: block;
    border-right: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-bottom: 4px solid #EEEEEE;
    height: auto;
    bottom: 36px;
    width: 182px;
    border-radius: 5px;
}

.favorite {
    background: #FFFFFF;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: background-color .25s ease-out;
    cursor: pointer;
}



.icon.icon-hart.false {
    font-size: 16px;
    color: #B9B9B4;
    transition: color .25s ease-out;
}

.favorite:hover .icon.icon-hart{
  color: #EF4836;
}


.icon-hart::before {
  content: "\f004";
  font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f004";
}

.icon.icon-hart.true {
    font-size: 16px;
    color: #EF4836;
    transition: color .25s ease-out;
}

/*** modal styling ***/

#content{background: red;}
#maximize{ width: 24px; height: 24px; }

/*** mijn account top ***/

.mijn-account-top {
    line-height: 2;
    background: #EF4836;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
}


.mijn-account-top a.top-link-account {
      color: #fff;
      text-transform: uppercase;
      text-align: right;
}

.mijn-account-top .div-link-account {
  float: right;
  display: inline;
}

.mijn-account-top .div-text {
  text-align: left;
  display: inline;
}

.mijn-account-top .div-text a {
  color: #fff;
}

.inline-helper {

}

.refresh-btn {
    font-size: 20px;
    padding: 10px 15px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    border-bottom: 4px solid #EAEAEA;
}

@media only screen and (max-width: 960px) {

  .mijn-account-top .div-text {
    display: none;
  }

  .mijn-account-top .div-link-account {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

}


/*** Nieuwsberichten fix ***/

body.single-nieuwsbericht h1 {
    font-size: 2rem;
    padding: 25px 10px 0 10px;
    clear: left;
    text-align: center;
}




/*** zoekfunctie ***/

.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete-container ul {
  margin-top: 3px;
}

.easy-autocomplete-container {
  position: absolute;
  text-align: left;
  box-shadow: 0 0 10px -4px rgba(0,0,0,0.3);
  z-index: 25;
  width: 580px;
}

.easy-autocomplete-container li {
  border-bottom: 1px solid #333;
  background: #fff;
  z-index: 25;
}

.easy-autocomplete-container li:hover {
  background: #ececec;
}

.easy-autocomplete-container li a {
  padding: 2px 15px;
  z-index: 25;
  width: 100%;
  display: block;
  height: 100%;
  transition: none !important;
  color: #333333 !important;
}

.about-section-title {
  text-align: left;
}


/** gebruik code element ***/

.gebruik-container {
    padding: 10px;
    border: 2px solid #EAEAEA;
    border-radius: 5px;
    color: #333;
    margin-bottom: 20px;
    background: #fff;
    font-size: 14px;
    clear: both;
    border-bottom: 4px solid #EAEAEA;
}

.gebruik-container ol {
  list-style-type: decimal;
  padding-left: 25px;
}

.gebruik-container li {
  list-style-type: decimal;
  margin-bottom: 15px;
}

.gebruik-kortingscode-afb {
  text-align: center;
}

/*** extra info box ****/

.tab-container {
    border-radius: 5px;
    color: #333;
    margin-bottom: 20px;
    font-size: 14px;
    clear: both;
    border-bottom: 4px solid #EAEAEA;
}

.tab-container p {
  margin: 0;
}

.tabs h3 {
  font-size: 0.7em;
  text-transform: none;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.tabs li {
  float: left;
  width: 18%;
}

#first-tab-group {
  background: #fff;
  border-left: 2px solid #EAEAEA;
  border-right: 2px solid #EAEAEA;
}

ul.tabs {
   border-bottom: 1px solid #EAEAEA;
}

.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  background: #e8e8e8;
  border-radius: 5px 5px 0 0;
  margin: 0 1%;
  padding: 7px;
}
.tabs a:hover,
.tabs a.active {
  background: #DDDDDD;
}
.tabgroup div {
  padding: 20px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/*** check-box **/

.check-box {
  max-width: 48%;
  display: inline-flex;
  margin-right: 1.5%;
}

/**** nieuwe header *****/

.header-top {
    position: relative;
    z-index: 3;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    background: #333333;
}

.header-top a {
  color: #fff;
  margin: 0 7px;
}

header .easy-autocomplete {
  float: left;
}

.header-middle {
    border-top: 2px solid #EF4836;
    background-color: #FFFFFF;
    padding-top: 14px;
}

.header-middle .member-buttons {
  float: right;
}

.header-middle .member-buttons a {
  color: #fff;
  background: #EF4836;
  font-family: 'Roboto', serif;
  padding: 11px 10px !important;
}

.header-middle .member-buttons a:hover {
  background: #333;
}

.header-middle .member-button-inloggen {
  display: inline-block;
  font-size: 16px;
  margin-right: 4px;
}

.header-middle .member-button-aanmelden {
  display: inline-block;
  font-size: 16px;
}


header .search-container {
  display: inline-block;
  border-bottom: 3px solid #EF4836;
}

header .search-container-mobile {
  position: relative;
}

header .search-container-mobile .easy-autocomplete-container {
  top: 63px;
}

header .search-container-mobile input[type="search"] {
  width: 100%;
  font-size: 16px;
}

header .search-container-mobile form.search-form {
    width: calc(97% - 49px);
    float: right;
    padding-right: 5%;
}

header .search-container-mobile .easy-autocomplete {
  float: none;
}

header .search-container-mobile input[type="submit"] {
    position: absolute;
    right: 19px;
    top: 0;
    width: 40px;
}

header input:hover[type="submit"] {
    background: #f6f6f6;
    color: #333;
}

header input:focus[type="submit"] {
    background: #f6f6f6;
    color: #333;
}

header input:active[type="submit"] {
    background: #f6f6f6;
    color: #333;
}

header .title-area {
  padding: 0;
  margin-right: 253px;
}

header input[type="search"] {
  width: 520px;
  background: #f6f6f6;
  border: none;
  max-height: 48px;
}


header  input[type="search"]::-webkit-input-placeholder {
  color: #5a5959;
}


header input[type="submit"] {
  float: right;
  background: #f6f6f6;
  color: #333;
  border-bottom: 3px solid #EF4836;
  position: absolute;
  max-width: 60px;
  border-radius: 0 !important;
}

.header-bottom {
    text-align: center;
    background: #fff;
    border-bottom: 3px solid #EF4836;
    padding-top: 5px;
}

.header-bottom .genesis-nav-menu {
  text-align: left;
}

.header-bottom .genesis-nav-menu a {
  padding: 15px 14px;
  color: #333333;
  text-transform: none;
  font-family: 'Roboto', serif;
  font-weight: 600;
  font-size: 14px;
}

.header-bottom .genesis-nav-menu .strong a {
  font-weight: 700;
}

.fa-input {
  font-family: "Font Awesome 5 Pro";
  color: #333;
}

header .easy-autocomplete-container {
  cursor: pointer;
}

header #menu-primary-navigation-menu li:first-child a {
    padding-right: 15px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}


header .menu-item-has-children a:after {
    content: "";
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #333333;
    margin-left: 8px;
    margin-bottom: -3px;
}

header .sub-menu li a:after {
  display: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}


.genesis-nav-menu .megamenu .sub-menu {
  background: rgba(255,255,255,.97);
  height: auto;
  border-radius: 0 0 5px 5px;
  border-top: 3px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 1210px;
  padding: .5em 1em;
}

.genesis-nav-menu .megamenu .sub-menu.active {
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
  opacity: 1;
}

.genesis-nav-menu .megamenu {
  cursor: pointer;
}


.genesis-nav-menu .megamenu.move .sub-menu {
  right: 0;
}

.genesis-nav-menu .megamenu .sub-menu a {
  border: 0;
  width: 290px;
  padding: 15px !important; 
}

@media only screen and (max-width: 1200px) {

.header-bottom .genesis-nav-menu a {
  padding: 15px 10px !important;
  font-size: 15px;
}

header #menu-primary-navigation-menu li:first-child a {
    padding-right: 10px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-middle .member-button-aanmelden {
  font-size: 15px;
}

.header-middle .member-button-inloggen {
    font-size: 15px;
}

.easy-autocomplete-container {
  width: 443px;
}

.header-middle input[type="search"] {
  width: 380px;
}


.header-middle .title-area {
  margin-right: 212px;
}

.genesis-nav-menu .megamenu .sub-menu {
  width: 970px;
}

}

@media only screen and (max-width: 960px) {

.header-top {
  display: none;
}

.header-bottom .genesis-nav-menu a {
  padding: 15px 7px !important;
  font-size: 13px;
}

header #menu-primary-navigation-menu li:first-child a {
    padding-right: 7px;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-middle .member-button-aanmelden {
  font-size: 13px;
}

.header-middle .member-button-inloggen {
  font-size: 13px;
}

.easy-autocomplete-container {
  width: 293px;
}

.header-middle input[type="search"] {
  width: 230px;
}

header .title-area {
  width: 50px;
}

.header-middle .title-area {
  margin-right: 210px;
}

.genesis-nav-menu .megamenu .sub-menu {
  width: 810px;
}

}

@media only screen and (max-width: 800px) {

.easy-autocomplete-container {
  width: 243px;
}

.header-middle input[type="search"] {
  width: 180px;
}

.genesis-nav-menu .megamenu .sub-menu {
  width: 715px;
}

}

@media only screen and (max-width: 768px) {

header .menu-item-has-children a:after {
  display: none;
}

.easy-autocomplete-container ul {
  width: 280px;
  margin-top: -9px;
}

header input[type="submit"] { 
  border-bottom: none;
}

header .search-container-mobile input[type="search"] {
    width: 100%;
    font-size: 13px;
    margin-bottom: 7px;
    border-radius: 6px;
    max-height: 42px;
}

.mobilehide {
  display: none !important;
}

.genesis-nav-menu .megamenu .sub-menu {
  border: none;
}

.winkel .storeheader .title {
    float: right;
    max-width: 200px;
    text-align: left;
}

header .title-area {
  width: 100%;
}

header .title-area a {
  width: 100% !important;
  text-align: center;
}

header .search-container {
  display: none !important;
}

.header-middle .member-buttons {
  float: none;
  text-align: center;
  margin-top: 5px;
}

.header-middle .title-area {
  margin-right: 0;
  margin-bottom: 0;
}

header .member-buttons {
  display: none;
}

header .responsive-menu-icon i.fa {
  color: #000;
}

header .header-bottom {
  padding: 10px 0;
}

header .header-bottom .search-icon {
  float: right;
}


header .header-bottom .wrap {
  margin-top: 5px;
}

header .responsive-menu-icon span {
  font-weight: 600;
  font-size: 2.1rem;
}

.storeheader .image {
  padding: 25px 0;
}

.gebruik_code_container {
  display: none;
}

.tabs-shop-container {
    display: none;
}

.check-box {
  max-width: 100%;
}

header .search-container-mobile input[type="submit"] { 
  display: none;
}

header .search-form:after {
    content: '\f002';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 7%;
    top: 12px;
    cursor: pointer;
    font-size: 13px;
    padding-left: 13px;
    z-index: 25;
    background: #f6f6f6;
}

.header-middle {
  padding-top: 3px;
}

.header-middle svg {
  max-width: 125px;
}

header .header-bottom {
  padding: 0;
}

.ekc-coupon-top .cmiddle .top p, .ekc-coupon-top .cmiddle .top h3 {
  font-size: 15px;
}

.ekc-coupon-bottom {
  display: none;
}

.winkel .site-inner {
  padding-top: 8px;
}

.ekc-coupon {
  margin-bottom: 8px !important;
}

.winkel .ekc-coupon-top {
  border-bottom: 2px solid #eaeaea;
}

.mhide {
  display: none !important;
}


}

@media only screen and (min-width: 769px) {
  .mobile-hide {
    display: none !important;
  }
}

