body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
}




/* Global */

.row::before,
.popups::before,
.popup-top::before,
.popup-bottom::before,
.cpn::before,
.block-1-header::before,
.ekc-coupon::before,
.ekc-coupon-top::before,
.ekc-coupon-bottom::before {
  content: " ";
  display: table;
}

.row::after,
.popups::after,
.popup-top::after,
.popup-bottom::after,
.cpn::after,
.block-1-header::after,
.ekc-coupon::after,
.ekc-coupon-top::after,
.ekc-coupon-bottom::after {
  clear: both;
  content: " ";
  display: table;
}

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

.one-fourth:nth-of-type(4n+1) {
  margin-left: 0;
}

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

/*.ekc-coupon:hover {
  cursor: pointer;
}*/

.ekc-coupon:hover .ekcbutton-3 {
 
}

/* Block-1 */

.block-1 {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  width: 100%;
  margin-bottom: 74px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.block-1 .favorite {
  text-align: right;
}

.block-1-populair .block-1 {
  margin-bottom: 24px;
}

.block-1-header {
  padding: 8px 8px 0;
}

.block-1-image-logo {
  padding: 10px 15px;
  display: block;
  margin: 0 auto;
}

.block-1-image img {
  display: block;
  max-height: 200px;
}

.block-1-content {
  padding: 8px 15px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.block-1-content p {
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
}

.winkel .block-1-content p {
    min-height: 62px;
}

.block-1 .ekcbutton-3 .abtn {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
 border: 1px solid #f04736;
}

/* Block content */

.winkelnaam {
  text-align: left;
  float: left;
  width: 50%;
  padding: 5px;
  font-size: 14px;
  color: #f04736;
  font-family: 'Roboto', sans-serif;
}

.block-1-type {
  color: #6c7589;
}

a.block-1-text-link {
  color: #f14636;
}


/* Like wrapper */

.like-wrapper {
  font-family: 'Roboto', sans-serif;
  width: 50%;
  padding: 5px;
  text-align: right;
  float: right;
}

.like {
  transition: background-color .25s ease-out;
  cursor: pointer;
}

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

.like:hover .icon.icon-hart {
  color: #f04736;
}

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

.like-wrapper .icon.icon-hart.true {
  font-size: 14px;
  color: #f04736;
  transition: color .25s ease-out;
}

/* Buttons */

.ekcbutton-1,
.ekcbutton-2,
.ekcbutton-3 {
  bottom: -50px;
  height: 50px;
  position: absolute;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

.cright .ekcbutton-1,
.cright .ekcbutton-2,
.cright .ekcbutton-3 {
  bottom: 0;
  height: 50px;
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

.ekcbutton-1 .inner,
.ekcbutton-2 .inner {
  position: relative;
  width: 100%;
  line-height: 1;
}

.ekcbutton-1 .code,
.ekcbutton-2 .code {
  display: block;
  width: 100%;
  text-align: right;
  background: #f5f5f5;
  padding: 14px 6px;
  color: #666;
  border: 1px dashed #bd3e31;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.ekcbutton-1.coup .code,
.ekcbutton-2.coup .code,
.ekcbutton-1.coup .code-open {
 border-radius: 5px !important;
}

.cright .ekcbutton-1 .ebtn,
.cright .ekcbutton-2 .ebtn,
.cright .ekcbutton-3 .ebtn {
  border-top-left-radius: 5px;
}

.cright .ekcbutton-1 .code,
.cright .ekcbutton-2 .code,
.cright .ekcbutton-3 .code {
  border-radius: 5px;
}

.ekcbutton-1.coup .ebtn,
.ekcbutton-2.coup .ebtn {
  border-top-left-radius: 5px;
}

.ekcbutton-1.coup .ebtn:before,
.ekcbutton-2.coup .ebtn:before {
  border-top-right-radius: 5px;
}

.ekcbutton-1 .code-open {
  display: block;
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  padding: 14px 6px;
  color: #666;
  border: 1px dashed #bd3e31;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.ekcbutton-1 .ebtn,
.ekcbutton-2 .ebtn {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  cursor: pointer;
  background: #f04736;
  color: #fff !important;
  padding: 13px 0;
  transition: all .2s linear;
  text-transform: uppercase;
  text-align: center;
  border-bottom-left-radius: 5px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.ekcbutton-1 .ebtn:hover,
.ekcbutton-2 .ebtn:hover,
.ekcbutton-1 .ebtn:focus,
.ekcbutton-2 .ebtn:focus {
  background: #d1392b;
  width: calc(100% - 56px);
  padding: 13px 0;
  transition: all .2s linear;
  text-decoration: none;
}

.ekcbutton-1 .ebtn:hover:after,
.ekcbutton-2 .ebtn:hover:after,
.ekcbutton-1 .ebtn:focus:after,
.ekcbutton-2 .ebtn:focus:after {
  right: -40px;
  transition: all .2s linear;
}

.ekcbutton-1 .ebtn:hover:before,
.ekcbutton-2 .ebtn:hover:before,
.ekcbutton-1 .ebtn:focus:before,
.ekcbutton-2 .ebtn:focus:before {
  width: 20px;
  height: 46px;
  background: #d1392b;
  transition: all .2s linear;
}

.ekcbutton-1 .ebtn:before,
.ekcbutton-2 .ebtn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 20px;
  height: 46px;
  border-bottom-right-radius: 5px;
  background: #f04736;
  transition: all .2s linear;
}

.ekcbutton-1 .ebtn:after,
.ekcbutton-2 .ebtn:after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  transition: all .2s linear;
}

.ekcbutton-1 .ebtn .btn-text,
.ekcbutton-2 .ebtn .btn-text {
  margin-left: 20px;
  z-index: 10;
  position: relative;
}

.ekcbutton-1.deal a:before {
    display: none;
}

.ekcbutton-1.deal a:after {
    display: none;
}

.ekcbutton-1.deal a {
  border-radius: 5px;
  width: 100%;
}

.ekcbutton-1.deal .btn-text {
  margin-left: 0;
}

.ekcbutton-1.deal .ebtn:hover,
.ekcbutton-1.deal .ebtn:focus
{
  width: 100%;
}

.korting-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333 !important;
  line-height: 1.8;
  margin: 0 0 10px;
}

/* btn 3 */

.ekcbutton-3 {
  bottom: -50px;
  height: 50px;
  position: absolute;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

.ekcbutton-3 .abtn {
  background: #f04736;
  width: 100%;
  margin: 0;
  display: block;
  line-height: 1;
  color: #fff !important;
  padding: 12px 0;
  text-transform: uppercase;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  transition: all .2s linear;
  font-size: 20px;
  font-weight: 700;
}

.ekcbutton-3 .abtn:hover,
.ekcbutton-3 .abtn:focus {
  background: #d1392b;
  text-decoration: none;
}

.coupon-heading {
  font-weight: 600;
  font-size: 1.2em;
}

.deal-heading {
  font-size: 0.85em;
  line-height: 1;
  margin-bottom: 15px;
}

.winkel-button {
  margin: 25px 0;
}

.winkel-button .btn-danger {
  background: #f14636;
  border-color: #f14636;
  color: #fff;
  padding: .775rem 1.2rem;
  font-weight: 600;
  font-size: 0.85em;
  outline: 0;
  line-height: 1.5;
  border-radius: 4px;
}

/* btn old */

.old .button {
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 20px 10px 10px 10px;
  background-color: #ccc;
}

.old .ekc-coupon-top .cright {
  padding: 15px 0 0 0;
}

.old .top {
  color: #ccc !important;
}

.old .bottom {
  color: #ccc !important;
}

.old .ekc-coupon-top {
    border-left: 8px solid #ccc !important;
    border-bottom: 2px solid #eaeaea;
}

.old .ekc-coupon-bottom {
    border-left: 8px solid #ccc !important;
}

.old h3 {
  color: #ccc;
}

/** disqus buttons **/

.disqus-btn {
    margin: 0;
    line-height: 1;
    color: #fff !important;
    padding: 14px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    transition: all .2s linear;
    font-size: 16px;
}

.disqus-container {
  position: relative;
}

/* search */

.search-results .content {
  margin-top: 25px;
}

/* popup */

.popups {
  padding: 0;
  max-width: 600px;
  font-family: 'Roboto', sans-serif;

}

.popup-top h3 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}

.popup-top p {
  font-size: 14px;
  margin-bottom: 10px;
}

.popup-top {
  padding: 30px 20px;
  text-align: center;
  line-height: 1.2;
}

.popup-bottom {
  padding: 20px;
  font-size: 14px;
  background: #f5f5f5;
  color: #555;
}

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

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

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

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

.popup-bottom-mail input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.popup-bottom-mail input {
  width: 100%;
}

.popup-bottom-mail .button {
  width: 100%;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.cpn {
  margin: 0 auto;
  display: inline-block;
}

.codewoord {
    padding: 0 3px;
    border: 2px dashed #f14636;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    float: right;
    width: 90%;
    margin-right: 25px;
}

.icon-btn {
  background: #f14636;
  padding: 10px 16px 11px;
  color: #fff;
  font-size: 26px;
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.icon-btn:hover,
.icon-btn:focus {
  background: #d1392b;
}

.small {
  font-size: 12px;
}

.type,
.color {
  color: #f14636;
}

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

.ekc-coupon {
  width: 100%;
  margin-bottom: 12px;
  display: block;
  font-family: 'Roboto', sans-serif;
}

.ekc-coupon-top {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #eaeaea;
  border-left: 8px solid #f14636;
  border-top-left-radius: 5px;
  border-bottom: 0;
  padding: 0 15px;
}

.ekc-coupon-top .cleft .top {
  width: 100%;
  text-align: center;
  padding-top: 4px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #f14636;
}

.ekc-coupon-top .cleft .bottom {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #f14636;
}

.ekc-coupon-top .cleft {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #eaeaea;
  padding-right: 15px;
}

.ekc-coupon-bottom {
  padding: 8px 15px;
  background: #f7f7f7;
  border: 2px solid #eaeaea;
  border-top: 0;
  border-left: 8px solid #f14636;
  font-size: 14px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -1px;
  text-align: left;
}

.ekc-coupon-top .cmiddle .top {
  width: 100%;
  padding-top: 10px;
  text-align: left;
}



.ekc-coupon-top .cmiddle .top p {
  font-size: 12px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}

.ekc-coupon-top .cmiddle .top h3 {
  font-family: 'Roboto', sans-serif;
}

.ekc-coupon-top .cright {
  width: 100%;
  padding: 30px 0 0 0;
  position: relative;
}

.fa-check {
 color: #5dae19;
}

/* h3 {
  font-size: 1.1rem;
} */

.voorwaardenbox {
  padding: 0 10px 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

.sidebarbutton {
  background-color: #fff;
  border: 1px solid #EF4836;
  border-radius: 5px !important;
  color: #EF4836 !important;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700 !important;
  padding: 6px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.sidebarbutton:hover,
.sidebarbutton:focus {
  color: #fff !important;
}

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

.voorwaardenbox p {
  margin-bottom: 0;
}

.ekc-coupon-bottom {
  line-height: 1.5;
}

.frontpagelogo {
/*  background: #fafafa;*/
  margin-top: -30px;
}

.frontpagelogo .one-sixth:nth-of-type(6n+1) {
  margin-left: 0;
}

.frontpagelogo img {
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
}

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

.ekc-coupon-top .cleft {
  display: none;
  visibility: hidden;
}

.ekc-coupon-top .cmiddle .top p,
.ekc-coupon-top .cmiddle .top h3 {
  padding: 0 10px;

}

.ekc-coupon-top .cright {
  width: 100%;
  padding: 10px;
}


}


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

.content .one-fourth,
.row .one-fourth,
.content .one-third  {
  width: 48.99998% !important;
}
.one-fourth:nth-of-type(4n+1) {
  margin-left: 2.00004%;
}
.one-fourth:nth-of-type(2n+1) {
  margin-left: 0;
}
.one-third:nth-of-type(3n+1) {
  margin-left: 2.00004%;
}
.one-third:nth-of-type(2n+1) {
  margin-left: 0;
}
.archive.tax-winkeltype .content {
  width: 100% !important;
}

.sidebar-right {
  display:none;
  visibility: hidden;
}

}

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

  .content .one-fourth,
  .row .one-fourth {
    width: 48.99998% !important;
  }

  .archive.tax-winkeltype .content {
    width: 100% !important;
  }
  .one-fourth {
    margin-left: 2.00004%;
  }

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

  .one-third {
    margin-left: 2.00004%;
  }
  .one-third:nth-of-type(2n+1) {
    margin-left: 0;
  }

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

}

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

  .block-1-populair {
    display: none !important;
  }

}


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

  .content .one-fourth,
  .row .one-fourth {
    width: 100% !important;
  }
  .content .one-third {
    width: 100% !important;
  }
  .one-fourth {
    margin-left: 0;
  }
  
  .content {
    width: 100% !important;
  }

}

