/* MAIN */
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;700&display=swap");
/* VARS */
/* Compass */
/* Imports */
/* line 1, ../sass/_base.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 5, ../sass/_base.scss */
body {
  margin-bottom: 0px;
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: white;
  font-size: 16px;
  line-height: 32px;
}

#fancybox-content
{
  width: auto!important;
  height: auto!important;
}

/* line 17, ../sass/_base.scss */
.anchor {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}

/* line 25, ../sass/_base.scss */
#content .item-page .btn-group.pull-right {
  display: none;
}

/* line 30, ../sass/_base.scss */
img {
  width: 100%;
}

/* line 34, ../sass/_base.scss */
.intro {
  text-align: center;
  font-size: 18px;
}

/* line 39, ../sass/_base.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e4231f;
  border-radius: 10px;
  margin-top: -4px;
}

/*Buttons*/
/* line 57, ../sass/_base.scss */
.btn-primary {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  background-color: #e4231f;
  border-color: #e4231f;
}

/* line 65, ../sass/_base.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 69, ../sass/_base.scss */
.btn-primary:hover a, .btn-primary:focus a, .btn-primary:active a, .btn-primary.active a, .open > .dropdown-toggle.btn-primary a {
  color: white !important;
}

/* line 75, ../sass/_base.scss */
.btn-secondary {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  background-color: black;
  border-color: black;
}

/* line 83, ../sass/_base.scss */
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  color: white !important;
  background-color: #c7c9c9;
  border-color: #c7c9c9;
}
/* line 87, ../sass/_base.scss */
.btn-secondary:hover a, .btn-secondary:focus a, .btn-secondary:active a, .btn-secondary.active a, .open > .dropdown-toggle.btn-secondary a {
  color: white !important;
}

/* line 92, ../sass/_base.scss */
.btn-default {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #e4231f;
  background-color: white;
  border-color: white;
}

/* line 100, ../sass/_base.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #e4231f !important;
  background-color: #c7c9c9;
  border-color: #c7c9c9;
}
/* line 104, ../sass/_base.scss */
.btn-default:hover a, .btn-default:focus a, .btn-default:active a, .btn-default.active a, .open > .dropdown-toggle.btn-default a {
  color: #e4231f !important;
}

/* line 109, ../sass/_base.scss */
.btn-success {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  background-color: #e4231f;
  border-color: #e4231f;
}

/* line 117, ../sass/_base.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 121, ../sass/_base.scss */
.btn-success:hover a, .btn-success:focus a, .btn-success:active a, .btn-success.active a, .open > .dropdown-toggle.btn-success a {
  color: white !important;
}

/* line 128, ../sass/_base.scss */
.btn-info {
  font-family: 'Bebas Neue', cursive;
  color: #c7c9c9;
  background-color: #464a4a;
  border-color: #464a4a;
}

/* line 135, ../sass/_base.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 139, ../sass/_base.scss */
.btn-info:hover a, .btn-info:focus a, .btn-info:active a, .btn-info.active a, .open > .dropdown-toggle.btn-info a {
  color: white !important;
}

/* line 146, ../sass/_base.scss */
a {
  color: #e4231f;
  text-decoration: none;
}
/* line 150, ../sass/_base.scss */
a:hover {
  color: black;
}

/* line 155, ../sass/_base.scss */
.lead {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}

/* line 162, ../sass/_base.scss */
h1 {
  font-family: 'Bebas Neue', cursive;
  font-style: normal;
  font-size: 53px;
  line-height: 66px;
  color: black;
  text-align: center;
}

/* line 171, ../sass/_base.scss */
#articletitel {
  margin-bottom: 40px;
}

/* line 175, ../sass/_base.scss */
h2 {
  font-family: 'Bebas Neue', cursive;
  font-style: normal;
  font-size: 40px;
  color: #464a4a;
}

/* line 182, ../sass/_base.scss */
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0px;
  color: #464a4a;
}

/* line 192, ../sass/_base.scss */
h4 {
  font-family: 'Bebas Neue', cursive;
  font-style: normal;
  font-size: 14px;
  color: #464a4a;
}
/* line 198, ../sass/_base.scss */
h4 a {
  color: #464a4a;
}

/* line 204, ../sass/_base.scss */
blockquote {
  padding-bottom: 30px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e4231f;
}

/* line 215, ../sass/_base.scss */
.fixed-top2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
}

/* line 224, ../sass/_base.scss */
.logo {
  background-color: transparent;
  position: fixed;
  z-index: 9999;
  text-align: center;
  transition: none;
  width: 100px;
  margin-top: 58px;
}
/* line 233, ../sass/_base.scss */
.logo path {
  fill: .logo path color-blue !important;
}
/* line 237, ../sass/_base.scss */
.logo:hover {
  text-align: center;
  transition: none;
}
/* line 242, ../sass/_base.scss */
.logo p {
  margin-bottom: 0px;
}

/*navigatie topmenu en menu*/
/* line 251, ../sass/_base.scss */
.topcontent {
  margin-top: 6px;
}

/* line 255, ../sass/_base.scss */
.topmenu {
  background-color: #e4231f;
  height: 55px;
}
/* line 260, ../sass/_base.scss */
.topmenu p {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 16px !important;
  text-transform: none;
}
/* line 267, ../sass/_base.scss */
.topmenu a:hover {
  text-decoration: none;
  color: #000000;
}

/* line 275, ../sass/_base.scss */
.navbar {
  margin-top: 55px;
  background-color: #c7c9c9;
  border-color: transparent !important;
  box-shadow: 0 4px 8px -4px #666;
}

/* line 282, ../sass/_base.scss */
a.nav-link {
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  color: black !important;
}

/* line 288, ../sass/_base.scss */
a.active.nav-link {
  font-family: 'Bebas Neue', cursive;
  color: white !important;
}

/* line 293, ../sass/_base.scss */
a.nav-link:hover {
  font-family: 'Bebas Neue', cursive;
  color: white !important;
}

/* line 298, ../sass/_base.scss */
li.nav-item {
  padding: 3px 10px 2px 10px;
}

/* line 302, ../sass/_base.scss */
li.nav-item.current.active {
  background-color: #e4231f;
}

/* line 306, ../sass/_base.scss */
li.nav-item:hover {
  background-color: #e4231f;
}

/* line 310, ../sass/_base.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #464a4a;
  text-decoration: none;
  background-color: transparent !important;
}

/* line 316, ../sass/_base.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent !important;
}

/* line 323, ../sass/_base.scss */
.dropdown-menu {
  border-radius: 0px;
  border: 1px solid #c7c9c9;
  margin-top: 0px;
}
/* line 330, ../sass/_base.scss */
.dropdown-menu li.nav-item:hover {
  background-color: #ededed;
}
/* line 333, ../sass/_base.scss */
.dropdown-menu li.nav-item ::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  font-size: 12px;
  margin-left: -1.3em;
  margin-right: 1.3em;
  width: 1.3em;
}

/* line 347, ../sass/_base.scss */
.jumbotron {
  padding: 0px !important;
  background-color: transparent !important;
}

/* line 352, ../sass/_base.scss */
#headerslider {
  margin-top: 100px;
}

/* line 359, ../sass/_base.scss */
#headerimage {
  margin-top: 100px;
}
/* line 362, ../sass/_base.scss */
#headerimage .moduletable .custom {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 371, ../sass/_base.scss */
#headerimagesmall {
  margin-top: 100px;
}
/* line 374, ../sass/_base.scss */
#headerimagesmall .moduletable .custom {
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/**************aankondiging*******************/
/* line 386, ../sass/_base.scss */
.aankondiging {
  background-color: #ededed;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: center;
  border-radius: 4px;
}
/* line 397, ../sass/_base.scss */
.aankondiging h2 {
  color: black;
  font-weight: 600;
  text-transform: none !important;
  font-size: 18px;
}
/* line 404, ../sass/_base.scss */
.aankondiging p {
  font-size: 22px;
}

/************** content *********************/
/* line 411, ../sass/_base.scss */
#content {
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
/* line 417, ../sass/_base.scss */
#content .vm-orders-information {
  text-align: left !important;
}

/************streamers**************/
/* line 426, ../sass/_base.scss */
#streamer {
  background-color: #c7c9c9;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 431, ../sass/_base.scss */
#streamer .streamer {
  color: #464a4a;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
/* line 440, ../sass/_base.scss */
#streamer .streamer h2 {
  font-family: 'Bebas Neue', cursive;
  font-style: normal;
  font-size: 40px;
  line-height: 42px;
  color: #464a4a;
  text-align: center;
}
/* line 449, ../sass/_base.scss */
#streamer .streamer .btn {
  margin-top: 15px;
}
/* line 455, ../sass/_base.scss */
#streamer .topmargin {
  margin-top: 20px;
}

/* line 462, ../sass/_base.scss */
#streamer2 {
  background-color: #e4231f;
  margin-top: 40px;
  margin-bottom: 60px;
}
/* line 467, ../sass/_base.scss */
#streamer2 .streamer2 {
  color: white;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
/* line 476, ../sass/_base.scss */
#streamer2 .streamer2 h2 {
  font-family: 'Bebas Neue', cursive;
  font-style: normal;
  font-size: 40px;
  line-height: 42px;
  color: white;
  text-align: center;
}
/* line 485, ../sass/_base.scss */
#streamer2 .streamer2 .btn {
  margin-top: 15px;
}
/* line 491, ../sass/_base.scss */
#streamer2 .topmargin {
  margin-top: 20px;
}

/****************extra content*******************/
/* line 501, ../sass/_base.scss */
.extracontent {
  padding-top: 0px !important;
  padding-bottom: 40px;
  margin-bottom: 0px !important;
}

/***************************************************/
/* line 511, ../sass/_base.scss */
.extracontent {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/* line 518, ../sass/_base.scss */
.extracontent2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 524, ../sass/_base.scss */
.fa-ul {
  font-size: 18px;
  line-height: 30px;
}

/* line 530, ../sass/_base.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
  color: #e4231f;
}

/* line 540, ../sass/_base.scss */
.row.gmap {
  margin-bottom: -30px;
  margin-top: 45px;
}

/* line 545, ../sass/_base.scss */
.articlelist {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 551, ../sass/_base.scss */
.articlelistlast {
  padding-top: 40px;
}

/* line 557, ../sass/_base.scss */
h3.moduletitle {
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  font-style: normal;
  font-size: 30px;
  color: #464a4a;
  margin-bottom: 40px;
}

/******************footer******************/
/* line 569, ../sass/_base.scss */
.bottom {
  background-color: black;
  color: white;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: -10px;
}
/* line 576, ../sass/_base.scss */
.bottom h3 {
  color: white;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
/* line 584, ../sass/_base.scss */
.bottom .moduletable p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}
/* line 589, ../sass/_base.scss */
.bottom .moduletable p a {
  color: white;
}

/* line 599, ../sass/_base.scss */
.footer {
  background-color: #e4231f;
  height: 50px;
  color: white;
}
/* line 604, ../sass/_base.scss */
.footer a {
  color: white;
}

/* line 610, ../sass/_base.scss */
.copyright {
  text-align: center;
  font-size: 12px;
  color: white;
}
/* line 615, ../sass/_base.scss */
.copyright a {
  color: white;
}
/* line 619, ../sass/_base.scss */
.copyright p {
  margin-top: 10px;
  padding-top: 12px;
  margin-bottom: 0px;
}

/* line 627, ../sass/_base.scss */
p.box {
  background-color: #ffbeae;
  padding: 20px;
  width: 70%;
}

/* line 635, ../sass/_base.scss */
.row.contact strong {
  font-size: 18px;
  color: #464a4a;
}

/****************** formulieren RS Form ********************/
/* line 645, ../sass/_base.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 24px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: black !important;
  background-color: #ededed !important;
  background-image: none;
  border: 0px solid #c7c9c9 !important;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 665, ../sass/_base.scss */
.form-control:focus {
  color: #464a4a;
  background-color: #fff;
  border-color: #e4231f;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(145, 181, 56, 0.25);
}

/* line 673, ../sass/_base.scss */
p.vdwform {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
}

/* line 682, ../sass/_base.scss */
p.vdwform2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  margin-top: 30px;
  border-top: 1px solid #e4231f;
  padding-top: 30px;
}

/* line 694, ../sass/_base.scss */
p.vdwform3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 23px;
  border-top: 1px solid #e4231f;
  padding-top: 30px;
}

/* line 708, ../sass/_base.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

/* line 715, ../sass/_base.scss */
label.control-label.formControlLabel {
  display: none;
}

/* line 722, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #e4231f !important;
}

/* line 727, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #e4231f !important;
  box-shadow: none !important;
}

/* line 733, ../sass/_base.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #e4231f !important;
  box-shadow: #831c20 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 740, ../sass/_base.scss */
button#Verzenden {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

/* line 763, ../sass/_base.scss */
button#Verzenden:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f054";
  display: inline-block;
  width: 1.3em;
  font-weight: 400;
  margin-left: -5px;
}

/***Virtuemart***/
/* line 776, ../sass/_base.scss */
span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button,
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
  max-width: 100%;
  background: #e4231f;
  color: #fff;
  border: solid #e4231f 1px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 0;
}

/* line 791, ../sass/_base.scss */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 0 0 8px;
  height: 35px;
  border: solid #CAC9C9 1px;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 814, ../sass/_base.scss */
.chzn-container-single .chzn-single div b {
  margin-top: 6px;
}

/* line 825, ../sass/_base.scss */
#fancybox-outer h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

/* line 839, ../sass/_base.scss */
.vm-btn, .vm-btn:link, .vm-btn:active, .vm-btn:visited {
  display: inline-block;
  width: 48%;
  padding: 4px 8px;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  background-color: #eee;
  color: #333;
  border: 1px solid #ccc;
}

/* line 854, ../sass/_base.scss */
.vm-btn.vm-btn-primary {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  background-color: #e4231f;
  border-color: #e4231f;
}

/* line 862, ../sass/_base.scss */
.vm-btn.vm-btn-primary:hover, .vm-btn.vm-btn-primary:focus, .vm-btn.vm-btn-primary:active, .vm-btn.vm-btn-primary.active, .open > .dropdown-toggle.vm-btn.vm-btn-primary {
  color: white !important;
  background-color: black;
  border-color: black;
}
/* line 866, ../sass/_base.scss */
.vm-btn.vm-btn-primary:hover a, .vm-btn.vm-btn-primary:focus a, .vm-btn.vm-btn-primary:active a, .vm-btn.vm-btn-primary.active a, .open > .dropdown-toggle.vm-btn.vm-btn-primary a {
  color: white !important;
}

/* line 872, ../sass/_base.scss */
.vm-btn.vm-btn-secondary {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  background-color: black;
  border-color: black;
}

/* line 880, ../sass/_base.scss */
.vm-btn.vm-btn-secondary:hover, .vm-btn.vm-btn-secondary:focus, .vm-btn.vm-btn-secondary:active, .vm-btn.vm-btn-secondary.active, .open > .dropdown-toggle.vm-btn.vm-btn-secondary {
  color: white !important;
  background-color: #c7c9c9;
  border-color: #c7c9c9;
}
/* line 884, ../sass/_base.scss */
.vm-btn.vm-btn-secondary:hover a, .vm-btn.vm-btn-secondary:focus a, .vm-btn.vm-btn-secondary:active a, .vm-btn.vm-btn-secondary.active a, .open > .dropdown-toggle.vm-btn.vm-btn-secondary a {
  color: white !important;
}

/* line 890, ../sass/_base.scss */
.tiva-cart-summary-wrap {
  cursor: pointer;
  float: right !important;
  padding-bottom: 6px;
}

/* line 897, ../sass/_base.scss */
.tiva-cart-header {
  float: left;
  cursor: pointer;
  margin-top: -3px !important;
}

/* line 904, ../sass/_base.scss */
.tiva-cart-title {
  font-weight: bold;
  height: 26px !important;
  overflow: hidden;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 915, ../sass/_base.scss */
.spacer.product-container span.PricesalesPrice {
  display: none;
}
/* line 920, ../sass/_base.scss */
.spacer.product-container .PricesalesPrice.vm-display.vm-price-value {
  display: none;
}

/* line 926, ../sass/_base.scss */
.billto-shipto {
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
  margin: 10px 0 0;
  padding: 10px 0 25px;
  display: none !important;
}

/* line 936, ../sass/_base.scss */
tr.sectiontableentry1.verzendmethode {
  display: none;
}

/* line 941, ../sass/_base.scss */
tr.sectiontableentry1.betaalmethode {
  display: none;
}

/* line 948, ../sass/_base.scss */
div.product {
  float: left;
  border: 0px solid #464a4a;
  min-width: 33.333%;
  padding: 15px;
}

/* line 956, ../sass/_base.scss */
.spacer.product-container {
  border: 1px solid #c7c9c9;
  margin: 2px;
  border-radius: 2px;
}

.product .product-container {
  border: 1px solid #c7c9c9;
  margin: 2px;
  border-radius: 2px;
}
.product .product-container img{
      width: auto;
    height: auto;
}
/* line 963, ../sass/_base.scss */
.category-view .row .category .spacer, .featured-view .spacer, .discontinued-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
  padding: 15px;
}

/* line 967, ../sass/_base.scss */
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
  font-size: 34px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: center;
}
.product .product-container .vm-product-title{
  font-size: 34px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: center;
}
.product .product-container .vm-product-title a{
        color: #e4231f;
}
.product .product-container .vm-product-title a:hover{
  color: #000;
}
.product .product-container .vm-product-s-desc{
      color: #212529;
}
.product .product-container .product-price{
  padding-left: 10px;
  display: block;
}
.product .product-container .PricebasePrice{
  display: block;
}
.product .product-container .PricesalesPrice {
  display: block;
}
.product .product-container .PricesalesPriceTt{
  display: none;
}
.product .product-container .product-field {
    text-align: left;
    padding-left: 10px;
}
.product .product-container .product-field .product-field-desc{
background: none !important;
    font-size: 16px;
    margin: 0px !important;
    padding: 0px !important;
}
.product .product-container .product-field .chosen-container{
    width: 100px !important;
}
.product .product-container .product-fields-title-wrapper{
  display: none;
}
.product .product-container .addtocart-bar{
padding: 0px 10px;
}
.vm-category-title{
  font-family: 'Bebas Neue', cursive;
        font-style: normal;
        font-size: 73px;
        line-height: 76px;
        color: black;
      }
/* line 974, ../sass/_base.scss */
.vm3pr-1 .product-price {
  min-height: 28px;
  width: 100%;
}
.product .product-container .vm-product-rating-container{
    border-color: transparent !important;
}
.category-view .orderby-displaynumber {
display: none;
}
/* line 979, ../sass/_base.scss */
.vm3pr-1 .vm-customfields-wrap {
  min-height: 65px;
  width: 30%;
}

/* line 984, ../sass/_base.scss */
span.product-fields-title {
  display: none;
}

/* line 988, ../sass/_base.scss */
.vm-display {
  display: block;
  text-align: left;
}

/* line 993, ../sass/_base.scss */
span.PricebasePrice {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px !important;
}

/* line 999, ../sass/_base.scss */
.addtocart-bar {
  margin-top: -65px;
  padding: 0;
  position: static;
  text-align: right;
  line-height: 14px;
}

/* line 1007, ../sass/_base.scss */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 0px;
  border: 1px solid #c7c9c9;
  border-radius: 3px;
  font-size: 13px;
  color: #666;
}

/* line 1018, ../sass/_base.scss */
span.quantity-box {
  display: inline-block;
  vertical-align: middle;
}

/* line 1024, ../sass/_base.scss */
.chzn-container {
  min-width: 100px;
}

/* line 1031, ../sass/_base.scss */
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
  display: none;
}

/* line 1040, ../sass/_base.scss */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 380px;
  -webkit-overflow-scrolling: touch;
  clear: both;
  text-align: left !important;
  overflow: hidden;
}

/* line 1053, ../sass/_base.scss */
.product-description {
  text-align: left;
}

/* line 1058, ../sass/_base.scss */
.vmicon, .vmiconFE {
  background-image: url("../images/vm2-sprite.png");
}

/* line 1063, ../sass/_base.scss */
fieldset.vm-fieldset-tos {
  display: none;
}

/* line 1067, ../sass/_base.scss */
.checkout-button-top {
  text-align: right;
  border-top: solid #E9E8E8 0px;
  padding: 10px 0 0;
}

/* line 1073, ../sass/_base.scss */
input#payment_id_2 {
  display: none;
}

/* line 1078, ../sass/_base.scss */
span.vmpayment {
  display: none;
}

/*login*/
/* line 1090, ../sass/_base.scss */
.login .card-body .form-group label {
  width: 132px;
  text-align: left;
}

/* line 1099, ../sass/_base.scss */
div#system-message {
  display: none;
}

/* line 1105, ../sass/_base.scss */
.wallet-payment-container {
  background-color: #ededed;
  border-radius: 4px;
  border: 0px solid;
  padding: 10px;
  width: 100%;
  margin-bottom: 30px;
}
/* line 1114, ../sass/_base.scss */
.wallet-payment-container .btn-primary {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #464a4a;
  background-color: #ededed;
  border-color: #ededed;
}
/* line 1122, ../sass/_base.scss */
.wallet-payment-container .btn-primary:hover, .wallet-payment-container .btn-primary:focus, .wallet-payment-container .btn-primary:active, .wallet-payment-container .btn-primary.active, .wallet-payment-container .open > .dropdown-toggle.btn-primary {
  color: #464a4a !important;
  background-color: #ededed;
  border-color: #ededed;
}
/* line 1126, ../sass/_base.scss */
.wallet-payment-container .btn-primary:hover a, .wallet-payment-container .btn-primary:focus a, .wallet-payment-container .btn-primary:active a, .wallet-payment-container .btn-primary.active a, .wallet-payment-container .open > .dropdown-toggle.btn-primary a {
  color: #464a4a !important;
}
/* line 1134, ../sass/_base.scss */
.wallet-payment-container input#wallet_paid_amount2, .wallet-payment-container input#wallet_amount2, .wallet-payment-container input#wallet_reamin_amount2 {
  border: 0px solid;
  background-color: #ededed;
  font-size: 16px;
  line-height: 32px;
  color: #e4231f;
  font-weight: bolder;
}

/* line 1147, ../sass/_base.scss */
.wallet-label-field {
  text-align: left;
}

/* line 1153, ../sass/_base.scss */
.buttonBar-right {
  text-align: left;
  float: left;
}

/* line 1158, ../sass/_base.scss */
.wallet-icon, .wallet-remain-amount {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
}

/* line 1166, ../sass/_base.scss */
table.adminlist.table {
  display: none !important;
}

/* line 1171, ../sass/_base.scss */
.vm-wrap.vm-order-done {
  min-height: 120px;
}

/* line 1179, ../sass/_base.scss */
.spacer-buy-area span.PricesalesPrice {
  display: none;
}
/* line 1183, ../sass/_base.scss */
.spacer-buy-area .PricesalesPrice.vm-display.vm-price-value {
  display: none;
}

/* line 1190, ../sass/_base.scss */
.productdetails-view .product-short-description {
  margin: 0 0 16px;
  padding: 0;
  text-align: left;
}

/* line 1197, ../sass/_base.scss */
.vm-product-details-container {
  float: left;
  width: 100%;
}

/* line 1207, ../sass/_base.scss */
.productdetails-view .spacer-buy-area {
  padding-left: 0px;
  border-bottom: 1px solid #c7c9c9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* line 1215, ../sass/_base.scss */
.vmpayment_description, .vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 0 2px;
  display: none;
}

/* line 1222, ../sass/_base.scss */
h3.vm-payment-header-selected {
  display: none;
}

/* line 1226, ../sass/_base.scss */
div#fancybox-title {
  display: none !important;
}

/* line 1230, ../sass/_base.scss */
input#payment_id_3 {
  display: none;
}

/* MEDIA QUERIES */
@media (min-width: 576px) {
  /* line 5, ../sass/_mediaqueries.scss */
  #headerimage .moduletable .custom {
    height: 250px;
  }

  /* line 9, ../sass/_mediaqueries.scss */
  #headerimagesmall .moduletable .custom {
    height: 125px;
  }

  /* line 14, ../sass/_mediaqueries.scss */
  p.box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 24, ../sass/_mediaqueries.scss */
  .lead {
    margin-top: 30px;
  }

  /* line 29, ../sass/_mediaqueries.scss */
  .login {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  /* line 42, ../sass/_mediaqueries.scss */
  h1 {
    font-family: 'Bebas Neue', cursive;
    font-style: normal;
    font-size: 73px;
    line-height: 76px;
    color: black;
    text-align: center;
  }

  /* line 52, ../sass/_mediaqueries.scss */
  .navbar {
    height: 53px;
  }

  /* line 58, ../sass/_mediaqueries.scss */
  .logo {
    position: fixed;
    z-index: 9999;
    background-color: black;
    padding: 10px;
    text-align: center;
    transition: none;
    margin-top: -5px;
    width: 208px;
  }
  /* line 68, ../sass/_mediaqueries.scss */
  .logo path {
    fill: white !important;
  }
  /* line 74, ../sass/_mediaqueries.scss */
  .logo:hover {
    background-color: #464a4a !important;
    text-align: center;
    transition: none;
  }
  /* line 80, ../sass/_mediaqueries.scss */
  .logo p {
    margin-bottom: 0px;
  }

  /* line 86, ../sass/_mediaqueries.scss */
  #headerimage .moduletable .custom {
    height: 500px;
  }

  /* line 90, ../sass/_mediaqueries.scss */
  #headerimagesmall .moduletable .custom {
    height: 250px;
  }

  /* line 94, ../sass/_mediaqueries.scss */
  .lead {
    margin-top: 0px;
  }

  /* line 99, ../sass/_mediaqueries.scss */
  .login {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../sass/_mediaqueries.scss */
  #headerimage .moduletable .custom {
    height: 500px;
  }

  /* line 115, ../sass/_mediaqueries.scss */
  #headerimagesmall .moduletable .custom {
    height: 250px;
  }

  /* line 119, ../sass/_mediaqueries.scss */
  .login {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}



/* ============================
   Modern styling (scoped)
   ============================ */
#cart-view {
  --bg: #f7f8fb;
  --panel: #ffffff;
  --line: #e9eef5;
  --muted: #6b7280;
  --text: #111827;
  --brand: #d50918;    /* requested button color */
  --brand-600: #bb0714;
  --brand-700: #9f0611;
  --radius: 12px;
  --shadow-sm: 0 4px 14px rgba(16, 24, 40, .06);
  --shadow-md: 0 10px 24px rgba(16, 24, 40, .08);
  background: var(--bg);
}

/* Card shells */
#cart-view #checkoutForm {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: clamp(16px, 2vw, 28px);
}

/* Light divider on the left column (Bootstrap adds .border-end) */
#cart-view .border-end {
  border-right: 1px solid var(--line) !important;
}

/* Section headings */
#cart-view h2,
#cart-view .h5 {
  color: var(--text);
  font-weight: 600;
  letter-spacing: .2px;
}

#cart-view .border-bottom {
  border-bottom: 1px dashed var(--line) !important;
}

/* Billing + shipping info panels */
#cart-view .output-billto,
#cart-view .output-shipto {
  background: #f9fafb !important;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  box-shadow: var(--shadow-sm);
}

#cart-view .output-billto .row,
#cart-view .output-shipto .row {
  padding: 6px 0;
  font-size: .95rem;
}

#cart-view .output-billto .row:not(:last-child) {
  border-bottom: 1px dashed #eef2f7;
}

#cart-view .output-billto .col-6:first-child {
  color: var(--muted);
}

/* “Details” link -> soft pill */
#cart-view a.details {
  display: inline-block;
  padding: 8px 14px;
  margin-top: 6px;
  background: #fff1f2;
  color: var(--brand-700);
  border: 1px solid #ffe0e3;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background .2s, border-color .2s, color .2s;
}
#cart-view .vm-checkout-shipping-userfields .details{
  display: none;
}
#cart-view .vm-checkout-billing-userfields .details{
  display: none;
}
#cart-view a.details:hover {
  background: #ffe6e8;
  border-color: #ffd0d5;
}

/* Radio lists (shipping & payment) */
#cart-view .vm-shipment-select .list-group,
#cart-view .vm-payment-shipment-select .list-group {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fcfcfd;
}

#cart-view .list-group-item {
  background: #fff;
  border: none;
  border-bottom: 1px solid #f0f3f7;
  padding: 14px 30px !important;
}
#cart-view .list-group-item:last-child { border-bottom: 0; }
#cart-view .list-group-item:hover { background: #fafcff; }

#cart-view .form-check-input[type="radio"] {
  width: 18px;
  height: 18px;
  border-color: #cbd5e1;
}
#cart-view .form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
 }

/* Wallet area — tidy without flex/grid overrides */
#cart-view .wallet-payment-container {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  border: 1px dashed #dfe6ef;
  border-radius: 10px;
  background: #fafcff;
}
#cart-view .wallet-payment-container > div {
  margin-bottom: 12px; /* stack nicely; keep Bootstrap layout intact */
}
#cart-view .wallet-payment-container label {
  font-size: .85rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 4px;
}
#cart-view .wallet-payment-container input[type="text"] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 12px;
  border: 1px solid #dbe2ec;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-weight: 700;
      margin: auto;
    position: relative;
}
#cart-view .wallet-payment-container .btn.btn-primary{
  display: none;
}
#cart-view .wallet-payment-container .btn.btn-primary {
  border-radius: 10px;
  background: #111827;
  border: 1px solid #111827;
  pointer-events: none;         /* read-only tag style */
}

/* Product row card (right column) */
#cart-view .vm-checkout-products .row.align-items-center {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  box-shadow: var(--shadow-sm);
}
#cart-view .img-thumbnail {
  border-radius: 10px;
  border: 1px solid #e7eef6;
  background: #fff;
}

#cart-view .vm-cart-item-name a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}
#cart-view .vm-cart-item-name a:hover { color: var(--brand-700); }

/* Quantity stepper visuals only (no layout change) */
#cart-view .vm-cart-item-quantity .input-group {
  border: 1px solid #dbe2ec;
  border-radius: 12px;
  background: #f9fafb;
  overflow: hidden;
}
#cart-view .vm-cart-item-quantity .btn.btn-link {
  text-decoration: none;
  border: none;
  outline: none;
  background: #f3f4f6;
}
#cart-view .vm-cart-item-quantity .btn.btn-link:hover { background: #e9edf3; }
#cart-view .vm-cart-item-quantity .quantity-input.form-control {
  border: none;
  background: transparent;
  box-shadow: none;
  font-weight: 700;
  text-align: center;
}

/* Prices */
#cart-view .vm-cart-item-basicprice .PricesalesPrice span,
#cart-view .vm-checkout-subtotals .PricebillTotal span,
#cart-view .vm-checkout-subtotals .PricesalesPrice span {
  font-weight: 800;
  color: #0f172a;
}

/* Remove product pill */
#cart-view .vm2-remove_from_cart {
  border: 1px solid #ffd1d6;
  background: #fff5f6;
  color: var(--brand-700);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  transition: background .15s, border-color .15s;
  line-height: 17px;
}
#cart-view .vm2-remove_from_cart:hover {
  background: #ffe8ea;
  border-color: #ffb9c0;
}

/* Subtotals card */
#cart-view .vm-checkout-subtotals {
  background: #f9fafb !important;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
#cart-view .vm-checkout-subtotals .row { font-size: .98rem; }
#cart-view .vm-checkout-subtotals .row .col:first-child { color: #334155; }

/* Quantity stepper wrapper */
#cart-view .vm-cart-item-quantity .input-group {
  border: 1px solid #dbe2ec;
  border-radius: 8px;
  background: #f9fafb;
  overflow: hidden;
  max-width: 100px; /* keeps the group compact */
}

/* Plus & Minus buttons (smaller) */
#cart-view .vm-cart-item-quantity .btn.vm-cart-item-quantity_minus,
#cart-view .vm-cart-item-quantity .btn.vm-cart-item-quantity_plus {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  background: #f3f4f6;
  color: #374151;
  transition: background .2s, color .2s;
}

#cart-view .vm-cart-item-quantity .btn.vm-cart-item-quantity_minus:hover,
#cart-view .vm-cart-item-quantity .btn.vm-cart-item-quantity_plus:hover {
  background: #e5e7eb;
  color: var(--brand);
}

/* Quantity input (small + centered) */
#cart-view .vm-cart-item-quantity .quantity-input.form-control {
  width: 36px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
/* Primary CTA (requested brand color) */
#cart-view #checkoutFormSubmit.btn.btn-primary {
  background: var(--brand);
  border: 1px solid var(--brand-700);
  color: #fff;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  padding: 12px 16px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(213, 9, 24, .28);
  transition: filter .2s, transform .05s, box-shadow .2s;
}
#cart-view #checkoutFormSubmit.btn.btn-primary:hover {
  filter: brightness(1.02);
  background: var(--brand-600);
  box-shadow: 0 10px 26px rgba(213, 9, 24, .36);
}
#cart-view #checkoutFormSubmit.btn.btn-primary:active { transform: translateY(1px); }

/* Inputs focus style (non-layout) */
#cart-view input[type="text"],
#cart-view input[type="email"],
#cart-view input[type="number"] {
  transition: box-shadow .15s, border-color .15s, background-color .15s;
}
#cart-view input[type="text"]:focus,
#cart-view input[type="email"]:focus,
#cart-view input[type="number"]:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(213, 9, 24, .15);
  background: #fff;
}

/* Validation hint */
#cart-view .is-invalid,
#cart-view input.is-invalid {
  border-color: #fca5a5 !important;
  background: #fff1f2 !important;
}

/* Mobile tweaks without layout changes */
@media (max-width: 992px) {
  #cart-view #checkoutForm { padding: 16px; }
  #cart-view .border-end {
    border-right: none !important;
    border-bottom: 1px solid var(--line) !important;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
