@charset "UTF-8";
* {
  font-family: "Arapey", serif;
  font-weight: 400;
  color: black;
}

body {
  font-size: 16px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 0;
  background: white;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.full-width {
  width: 100%;
}

.mobile-social {
  display: none !important;
}

.btn-sm {
  font-size: 16px;
}

.w-300 {
  width: 300px;
}

.m-b-3em {
  margin-bottom: 3em;
}

.m-b-15px {
  margin-bottom: 15px;
}

.w-33proc {
  width: 33.33333%;
  float: left;
}

.maxHeight {
  max-height: 130px !important;
  overflow: hidden;
}

#shop_header {
  padding-bottom: 25px;
  border-bottom: 1px solid #dba500;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.99);
}
#shop_header #header-logo {
  margin-top: 40px;
}
#shop_header #header-logo img {
  height: 35px;
}
#shop_header #topbar {
  margin-top: 10px;
  display: inline-block;
  float: right;
}
#shop_header #topbar ul {
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
  float: left;
}
#shop_header #topbar ul li {
  float: left;
}
#shop_header #topbar ul li a {
  color: #dba500;
  padding: 10px;
  font-size: 14px;
}
#shop_header #topbar ul.dropdown-account {
  right: 0;
  width: 200px;
  left: auto;
  padding: 15px;
}
#shop_header #topbar ul.dropdown-account li {
  padding-bottom: 5px;
}
#shop_header #topbar a img {
  height: 15px;
}
#shop_header #topbar a i {
  color: #dba500;
  font-style: normal;
}
#shop_header #topbar #algemene-zoek-form {
  float: left;
  width: 350px;
  margin-right: 5px;
}
#shop_header #topbar #algemene-zoek-form input {
  width: 100%;
  border-color: #dba500;
  color: #dba500;
  border-radius: 0;
}
#shop_header #topbar #algemene-zoek-form input::-webkit-input-placeholder {
  color: #dba500;
  opacity: 1;
  text-transform: lowercase;
  font-size: 14px;
}
#shop_header #topbar #algemene-zoek-form input:-moz-placeholder {
  color: #dba500;
  opacity: 1;
  text-transform: lowercase;
  font-size: 14px;
}
#shop_header #topbar #algemene-zoek-form input::-moz-placeholder {
  color: #dba500;
  opacity: 1;
  text-transform: lowercase;
  font-size: 14px;
}
#shop_header #topbar #algemene-zoek-form input:-ms-input-placeholder {
  color: #dba500;
  opacity: 1;
  text-transform: lowercase;
  font-size: 14px;
}
#shop_header #topbar a.btn {
  color: #dba500;
  font-size: 14px;
  text-transform: lowercase;
}
#shop_header #topbar a.btn span.caret {
  margin-top: 10px;
  margin-left: 5px;
  color: #dba500;
}
#shop_header #topbar a.btn:last-of-type {
  padding-right: 0;
  margin-top: -5px;
  padding-left: 0;
}
#shop_header #menu .navbar-nav > li a {
  color: #222222;
}
#shop_header #menu .navbar-nav > li a:hover, #shop_header #menu .navbar-nav > li a:focus {
  background-color: transparent;
  color: #dba500;
}
#shop_header #menu .navbar-nav > li.social a {
  padding-left: 5px;
  padding-right: 5px;
}
#shop_header #menu .navbar-nav > li.social:last-of-type a {
  padding-right: 0;
}

.ui-autocomplete {
  background: white;
  border: 1px solid #222222;
  z-index: 1000;
  max-width: calc(100% - 30px);
}
.ui-autocomplete .ui-menu-item {
  padding: 0px;
}
.ui-autocomplete .ui-menu-item a {
  padding: 5px;
  display: block;
  width: 100%;
  height: 60px;
}
.ui-autocomplete .ui-menu-item a span {
  display: inline-block;
  width: calc(100% - 60px);
}
.ui-autocomplete .ui-menu-item a div.img-zoek {
  margin-right: 5px;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  display: inline-block;
  float: left;
}
.ui-autocomplete .ui-menu-item a:hover {
  background: #222222;
  color: white;
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item a:hover span {
  color: white;
}
.ui-autocomplete .ui-menu-item.ui-state-focus a {
  background: #222222;
  color: white;
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item.ui-state-focus a span {
  color: white;
}
.ui-autocomplete .see-all {
  background: #dba500;
  width: 100%;
  display: block;
  line-height: 2;
  text-align: center;
  color: white;
  border: 1px solid #dba500;
}
.ui-autocomplete .see-all:hover, .ui-autocomplete .see-all:focus {
  background: white;
  color: #dba500;
  text-decoration: none;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px !important;
}

.alert-success {
  color: #222222;
}

.slider.slider-horizontal {
  margin-left: 10px;
  margin-top: 15px;
}
.slider.slider-horizontal .slider-track {
  height: 1px;
  background-color: black;
  background-image: none;
}
.slider.slider-horizontal .slider-track .slider-handle {
  height: 10px;
  width: 10px;
  background-color: #dba500;
  background-image: none;
}
.slider.slider-horizontal .slider-track .slider-selection {
  background-image: none;
}

#content {
  margin-bottom: 10em;
  padding-top: 10em;
}

.the_title {
  margin-top: 0;
  margin-bottom: 1em;
}
.the_title.title {
  color: black !important;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
}

.shp-txt {
  font-style: italic;
}

#zoek-omschrijving {
  margin-bottom: 3em;
  text-align: center;
}

.pagination ul.pagination li a {
  color: #222222;
}
.pagination ul.pagination li.active span {
  color: white;
  background-color: #222222;
}

.content_image img {
  width: 100%;
}

.content_text a {
  color: #dba500;
  text-decoration: underline;
}
.content_text a:hover, .content_text a:focus {
  text-decoration: none;
}

.contactgegevens a {
  color: #dba500;
  text-decoration: underline;
}
.contactgegevens a:hover, .contactgegevens a:focus {
  text-decoration: none;
}

.login_form a {
  color: #dba500;
  text-decoration: underline;
}
.login_form a:hover, .login_form a:focus {
  text-decoration: none;
}

.form-control {
  font-size: 16px;
}

.nieuws-titel {
  margin-top: 3em;
  margin-bottom: calc(3em - 15px);
}
.nieuws-titel img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.nieuws-titel h1 {
  text-align: center;
}

.nieuws-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.nieuws-container .nieuws {
  display: inline-block;
  position: relative;
  flex: 0 0 33.333333%;
  padding: 15px;
}
.nieuws-container .nieuws .nieuwsitem {
  padding: 25px;
  background-color: #222222;
  float: left;
  min-height: 310px;
  position: relative;
}
.nieuws-container .nieuws .nieuwsitem h2, .nieuws-container .nieuws .nieuwsitem strong.title {
  color: #dba500;
  text-align: center;
  margin-bottom: 1em;
  display: block;
  width: 100%;
  font-size: 30px;
}
.nieuws-container .nieuws .nieuwsitem .tekst {
  color: white;
}
.nieuws-container .nieuws .nieuwsitem .tekst * {
  color: white;
}
.nieuws-container .nieuws .nieuwsitem .tekst a {
  color: #dba500;
  text-decoration: underline;
}
.nieuws-container .nieuws .nieuwsitem .tekst a:hover, .nieuws-container .nieuws .nieuwsitem .tekst a:focus {
  text-decoration: none;
}
.nieuws-container .nieuws .nieuwsitem span.leesmeer {
  text-align: right;
  width: 100%;
  display: inline-block;
  color: #dba500;
  right: 15px;
  position: absolute;
  bottom: 15px;
}
.nieuws-container .nieuws .nieuwsitem:hover, .nieuws-container .nieuws .nieuwsitem:focus {
  text-decoration: none;
  cursor: pointer;
}
.nieuws-container .nieuws .nieuwsitem:hover h2, .nieuws-container .nieuws .nieuwsitem:focus h2 {
  color: white;
}
.nieuws-container .nieuws .nieuwsitem:hover span.leesmeer, .nieuws-container .nieuws .nieuwsitem:focus span.leesmeer {
  color: white;
}

#moodboard .masonry {
  /* Masonry container */
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#moodboard .item {
  /* Masonry bricks or child elements */
  background-color: white;
  display: inline-block;
  margin: 0 0 15px;
  width: 100%;
}
#moodboard .item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pages {
  margin-bottom: 2em;
  text-align: center;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.pages h2 {
  display: inline-block;
  float: left;
  font-size: 26px;
  margin-right: 25px;
}
.pages h2 a {
  color: #222222;
  cursor: pointer;
}
.pages h2 a:hover, .pages h2 a:focus {
  color: #dba500;
  text-decoration: none;
}
.pages h2 a.active {
  color: #dba500;
}

.register-select-type input, .register-select-type span {
  float: left;
}
.register-select-type input {
  margin-right: 5px;
}
.register-select-type span {
  margin-right: 15px;
}

.reset-email {
  margin-top: 7px;
  display: inline-block;
}

.error-messages {
  list-style-type: none;
  padding: 0;
}
.error-messages li {
  padding-bottom: 15px;
  color: #dc3545;
}

.collapsing {
  transition: none;
  display: none;
}

.panel-title > a {
  display: inline-block;
  width: 100%;
}

#cookie-law {
  z-index: 100;
  width: 100%;
  margin: 10px auto 0;
  position: fixed;
  bottom: 0;
  background-color: black;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.8);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  padding-bottom: 10px;
}
#cookie-law .close-cookie-banner {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
}
#cookie-law .close-cookie-banner i {
  color: white;
}
#cookie-law a {
  display: inline-block;
  float: left;
}
#cookie-law a.btn {
  margin-top: 7px;
  margin-right: 10px;
}
#cookie-law a i {
  margin-right: 0px;
}

#cookie-law p {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: white;
  margin: 0;
}

#newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}
#newsletter div.title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: black;
  font-size: 30px;
  display: block;
  width: 100%;
}
#newsletter form {
  width: 500px;
  display: inline-block;
}
#newsletter form label.error {
  display: none !important;
}
#newsletter input {
  border-radius: 0px;
  border: 1px solid #dba500;
  box-shadow: none;
}
#newsletter input:hover, #newsletter input:focus {
  outline: none;
  box-shadow: none;
}
#newsletter input.error {
  border-color: red;
}
#newsletter button {
  margin-left: 15px;
  margin-bottom: 0px;
  height: 34px;
}

strong.title {
  font-size: 36px;
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  color: black;
  width: 100%;
  margin: 20px 0 10px 0;
}

#myModal .modal-header {
  text-align: center;
}
#myModal .modal-content {
  border-radius: 0px;
}
#myModal .modal-content img {
  margin: auto;
  margin-bottom: 25px;
}
#myModal .modal-content .btn {
  border-radius: 0px;
}
#myModal .modal-content .btn.btn-success {
  background-color: #dba500;
  border-color: #dba500;
}
#myModal .modal-content .btn.btn-success:hover, #myModal .modal-content .btn.btn-success:focus {
  background-color: #222222;
  border-color: #222222;
}

#footer {
  margin-top: 3em;
}
#footer .footer-title-wrapper {
  margin-bottom: 3em;
}
#footer .footer-title-wrapper img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
#footer .footer-title-wrapper .footer-title {
  text-align: center;
}
#footer .troef {
  background-color: #222222;
  height: 310px;
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
}
#footer .troef:hover {
  color: #dba500;
  text-decoration: none;
}
#footer .troef:hover h2 {
  color: #dba500;
}
#footer .troef .featured-image {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 15px;
  height: 200px;
  box-shadow: 0px 0px 25px -10px #222222;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
#footer .troef h2 {
  padding: 0 30px;
  color: white;
  font-size: 16px;
}
#footer .contact-trigger {
  margin: 3em auto 5em;
}
#footer .contact-trigger div.title {
  margin-top: 0;
  font-style: italic;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  color: black;
  display: block;
  width: 100%;
}
#footer .contact-trigger a.btn-custom {
  text-align: center;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  display: inline-block;
}
#footer #advies div.image-background {
  position: relative;
  width: 100%;
  background-size: cover;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}
#footer #advies .advies-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
#footer #advies .advies-content img {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: auto;
}
#footer #advies .advies-content .title {
  text-align: center;
  display: block;
  width: 100%;
  color: black;
}
#footer #advies .advies-content div.title {
  font-style: italic;
  font-size: 22px;
}
#footer #advies .advies-content a.btn-custom {
  background-color: transparent;
  margin-top: 25px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  display: inline-block;
  float: left;
}
#footer #quote div.image-background {
  position: relative;
  width: 100%;
  background-size: cover;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}
#footer #quote .quote-content {
  position: absolute;
  top: 40px;
  margin: auto;
  left: 0;
  right: 0;
  display: inline-block;
}
#footer #quote .quote-content strong {
  font-size: 4vw;
  color: white;
  width: 50%;
  text-align: left;
}
#footer #quote .quote-content div.title {
  font-style: italic;
  font-size: 22px;
  color: white;
  display: block;
  float: left;
  width: 100%;
}
#footer .indekijker .titel-header {
  margin: 5em 0;
}
#footer .indekijker .titel-header strong.title {
  text-align: center;
}
#footer .indekijker .titel-header strong.title, #footer .indekijker .titel-header div.title {
  display: block;
  color: black;
  width: 100%;
}
#footer .indekijker .titel-header div.title {
  text-align: center;
  font-style: italic;
  font-size: 22px;
}
#footer .indekijker .btn-wijnen {
  display: inline-block;
  margin: 3em 0;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  background-color: #222222;
}
#footer .footer {
  background-color: #222222;
  color: white;
  padding: 3em 0;
}
#footer .footer img {
  height: 35px;
}
#footer .footer .contactgegevens {
  color: white;
  margin-top: 3em;
  margin-left: 6em;
}
#footer .footer .contactgegevens a {
  color: white;
  text-decoration: underline;
}
#footer .footer .contactgegevens a:hover, #footer .footer .contactgegevens a:focus {
  text-decoration: none;
}
#footer .footer .openingsuren {
  margin-top: 127px;
  color: white;
}
#footer .footer .openingsuren table {
  width: 100%;
}
#footer .footer .openingsuren table tr td {
  color: white;
}
#footer .footer h1 {
  font-size: 50px;
  color: white;
}
#footer .footer ul.pages {
  padding: 0;
  list-style-type: none;
  text-align: right;
}
#footer .footer ul.pages li a {
  color: white;
}
#footer .footer ul.pages li a.social {
  display: inline-block;
  margin-top: 1em;
}
#footer .footer ul.pages li a.social img {
  height: 15px;
  margin-right: 5px;
}

#copyright {
  padding: 1em 0;
}
#copyright a {
  color: #222222;
}
#copyright .right {
  float: right;
}

#accordion .panel {
  border: none;
  box-shadow: none;
}
#accordion .panel .panel-heading {
  background-color: transparent;
}
#accordion .panel .panel-heading a:after {
  font-family: Arial, sans-serif;
  content: "V";
  float: right;
  color: grey;
}
#accordion .panel .panel-heading a.collapsed:after {
  transform: rotate(180deg);
}
#accordion .panel .panel-collapse {
  padding: 15px;
}
#accordion .panel .panel-collapse ul {
  list-style-type: none;
  padding: 0;
}

.product-item {
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block;
  height: 350px;
  width: 100%;
}
.product-item .thumb_img {
  width: 50%;
  float: left;
  position: relative;
}
.product-item .thumb_img .featured_image {
  height: 300px;
  margin: 0 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-item .product-content {
  width: 50%;
  float: right;
}
.product-item .product-content a:hover, .product-item .product-content a:focus {
  text-decoration: none;
}
.product-item .product-content strong.titel {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #222222;
  min-height: 60px;
  font-size: 18px;
  line-height: 1.1;
}
.product-item .product-content .year {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.product-item .product-content .price {
  border: 1px solid #222222;
  padding: 2px 5px;
  margin-bottom: 15px;
  display: inline-block;
  float: left;
}
.product-item .product-content .staffels {
  margin-left: 5px;
  display: inline-block;
  line-height: 1.8;
}
.product-item .product-content .staffels span {
  color: #dba500;
}
.product-item .product-content .beschrijving {
  min-height: 140px;
  clear: both;
}
.product-item .product-content form {
  margin-top: 25px;
  clear: both;
}
.product-item .product-content form .input-group {
  width: 65px;
}
.product-item .product-content form .input-group input {
  padding: 5px 10px;
  border: 1px solid #dba500;
  font-size: 16px;
  line-height: 1;
}
.product-item .product-content form .input-group a {
  background-color: #dba500;
  border: 1px solid #dba500;
  border-radius: 0;
  line-height: 1;
  z-index: 999;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
}
.product-item .product-content form .input-group a i {
  font-size: 16px;
  color: white;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.product-item .product-content form .input-group a:hover, .product-item .product-content form .input-group a:focus {
  background-color: transparent !important;
}
.product-item .product-content form .input-group a:hover i, .product-item .product-content form .input-group a:focus i {
  color: #dba500;
}

#shop_detail_img img {
  left: 0;
  right: 0;
  margin: auto;
}

#detail_product {
  margin-top: 3em;
  display: block;
}
#detail_product .product-title {
  margin-top: 0;
}
#detail_product .price {
  border: 1px solid #222222;
  padding: 3px 5px;
  margin-bottom: 15px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 15px;
}
#detail_product .staffels {
  margin-left: 5px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 19px;
}
#detail_product .staffels span {
  color: #dba500;
}
#detail_product form.order-form {
  margin-top: 15px;
  float: left;
}
#detail_product form.order-form a {
  background-color: #dba500;
  border: 1px solid #dba500;
  border-radius: 0;
  line-height: 1;
  z-index: 999;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
}
#detail_product form.order-form a i {
  font-size: 16px;
  color: white;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
#detail_product form.order-form a:hover, #detail_product form.order-form a:focus {
  background-color: transparent !important;
}
#detail_product form.order-form a:hover i, #detail_product form.order-form a:focus i {
  color: #dba500;
}
#detail_product .beschrijving-content {
  clear: both;
  padding-bottom: 15px;
}
#detail_product .beschrijving-content:after {
  width: 100px;
  content: "";
  background-color: #222222;
  height: 1px;
  display: block;
  margin-top: 25px;
}
#detail_product .specificaties {
  margin-bottom: 6em;
}
#detail_product .specificaties .row {
  margin-bottom: 25px;
}
#detail_product .btn-custom {
  text-decoration: none !important;
}
#detail_product .btn-custom:hover, #detail_product .btn-custom:focus {
  color: white;
}
#detail_product .beschrijving a, #detail_product .specificaties a {
  color: #dba500;
  text-decoration: underline;
}
#detail_product .beschrijving a:hover, #detail_product .beschrijving a:focus, #detail_product .specificaties a:hover, #detail_product .specificaties a:focus {
  text-decoration: none;
}

form.order-form {
  margin-top: 25px;
}
form.order-form .input-group {
  width: 65px;
}
form.order-form .input-group input {
  padding: 5px 10px;
  border: 1px solid #dba500;
  font-size: 16px;
  line-height: 1;
}
form.order-form .input-group a {
  background-color: #dba500;
  border: 1px solid #dba500;
  border-radius: 0;
  line-height: 1;
  z-index: 999;
}
form.order-form .input-group a i {
  font-size: 16px;
  color: white;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
form.order-form .input-group a:hover, form.order-form .input-group a:focus {
  background-color: transparent;
}
form.order-form .input-group a:hover i, form.order-form .input-group a:focus i {
  color: #dba500;
}

#product-modal .modal-dialog {
  height: 85vh;
  width: 45vw;
}
#product-modal .modal-dialog .modal-content {
  height: 100%;
}
#product-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  padding: 0;
}
#product-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#modal-head {
  background: black;
  padding: 20px;
  font-size: 32px;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
}
#modal-head h4 {
  font-size: 20px;
  margin: 0;
  color: white;
}
#modal-head button.close {
  position: absolute;
  right: 5px;
  top: 10px;
  background-image: none;
  background-color: transparent;
  border: none;
  color: white;
}
#modal-head button.close span {
  color: white;
  font-size: 20px;
}

.detailcart-content {
  width: 30%;
  padding: 15px;
  float: left;
}

.modal-foto {
  width: 60%;
  float: left;
}
.modal-foto img {
  height: 250px;
  margin: auto;
  display: block;
}

.ifr-modal-content {
  display: inline-block;
  width: 100%;
  margin-bottom: 0 !important;
}

#modal-foot {
  position: absolute;
  bottom: 60px;
  right: 15px;
}
#modal-foot .btn-custom {
  background-color: white;
  border: 1px solid #dba500;
  color: #dba500;
  padding: 5px 15px;
  margin-left: 15px;
  cursor: pointer;
}
#modal-foot .btn-custom:hover, #modal-foot .btn-custom:focus {
  background-color: #dba500;
  color: white;
}
#modal-foot .btn-wv {
  cursor: pointer;
  text-decoration: underline;
}
#modal-foot .btn-wv:hover, #modal-foot .btn-wv:focus {
  color: #dba500;
  text-decoration: none;
}

.stripe {
  font-size: 15px;
  position: relative;
}

.stripe:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(-5deg);
}

.modal-alternatieven {
  display: inline-block;
  margin-top: 4em;
}

.ribbon-wrapper {
  position: absolute;
  background-color: #dba500;
  padding: 5px 15px;
  color: white;
  border-radius: 5px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.ribbon-wrapper .ribbon {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

.btn-favo {
  color: #dba500;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.btn-favo i {
  color: #dba500;
}
.btn-favo:hover, .btn-favo:focus {
  color: #222222;
}
.btn-favo:hover i, .btn-favo:focus i {
  color: #222222;
}

form.order-form .input-group-btn {
  font-size: 14px;
}
form.order-form .input-group-btn a.addtocart {
  color: white;
  text-transform: uppercase;
  padding: 5px 6px !important;
  border-left: 0px !important;
  text-decoration: none;
}
form.order-form .input-group-btn a.addtocart i {
  margin-right: 5px;
}
form.order-form .input-group-btn a.addtocart:hover, form.order-form .input-group-btn a.addtocart:focus {
  color: #dba500;
  text-decoration: none;
}

.show-more {
  display: block;
  width: 100%;
  cursor: pointer;
}

.free-delivery {
  margin-bottom: 20px;
}

#winkelwagentje .panel, #winkelwagentje .panel-heading, #winkelwagentje .panel-body {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}
#winkelwagentje .panel .panel-body select {
  border-radius: 0px;
}
#winkelwagentje .panel .panel-body .orderlijn-rij {
  padding-top: 10px;
  padding-bottom: 10px;
}
#winkelwagentje .panel .panel-body .orderlijn-rij .orderlijn-image div {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#winkelwagentje .panel .panel-body .orderlijn-rij .orderlijn-prijs {
  line-height: 34px;
}
#winkelwagentje a:not(.btn-custom) {
  color: #dba500;
  text-decoration: underline;
}
#winkelwagentje a:not(.btn-custom) strong {
  color: #dba500;
}
#winkelwagentje a:not(.btn-custom):hover, #winkelwagentje a:not(.btn-custom):focus {
  text-decoration: none;
}

#broodkruimel .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#broodkruimel .breadcrumb a, #broodkruimel .breadcrumb span {
  color: lightgrey;
}

.ui-autocomplete {
  background: white;
  border: 1px solid #222222;
  z-index: 1000;
  max-width: calc(100% - 30px);
}
.ui-autocomplete .ui-menu-item {
  padding: 0px;
}
.ui-autocomplete .ui-menu-item a {
  padding: 5px;
  display: block;
  width: 100%;
  height: 60px;
}
.ui-autocomplete .ui-menu-item a span {
  display: inline-block;
  width: calc(100% - 60px);
}
.ui-autocomplete .ui-menu-item a div.img-zoek {
  margin-right: 5px;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  display: inline-block;
  float: left;
}
.ui-autocomplete .ui-menu-item a:hover {
  background: #222222;
  color: white;
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item a:hover span {
  color: white;
}
.ui-autocomplete .ui-menu-item.ui-state-focus a {
  background: #222222;
  color: white;
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item.ui-state-focus a span {
  color: white;
}
.ui-autocomplete .see-all {
  background: #dba500;
  width: 100%;
  display: block;
  line-height: 2;
  text-align: center;
  color: white;
  border: 1px solid #dba500;
}
.ui-autocomplete .see-all:hover, .ui-autocomplete .see-all:focus {
  background: white;
  color: #dba500;
  text-decoration: none;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px !important;
}

.slider-wrapper {
  margin-top: -3em;
}
.slider-wrapper #slider .slider-image, .slider-wrapper #slider .inner-image {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
}
.slider-wrapper #slider .mbYTP_wrapper {
  z-index: 1 !important;
}
.slider-wrapper #slider .carousel-caption {
  top: 30%;
}
.slider-wrapper #slider .carousel-caption h1 {
  font-size: 50px;
  margin-bottom: 40px;
}
.slider-wrapper #slider .carousel-caption a {
  background-color: white;
  border: 1px solid #dba500;
  color: #dba500;
  padding: 5px 3em;
  border-radius: 0;
  margin-bottom: 5px;
  background-color: #dba500 !important;
  color: white !important;
  text-shadow: none;
  background-color: transparent;
  padding: 10px 25px;
}
.slider-wrapper #slider .carousel-caption a:hover, .slider-wrapper #slider .carousel-caption a:focus {
  color: white;
  background-color: #dba500 !important;
  text-decoration: none;
}
.slider-wrapper #slider .carousel-caption a:hover, .slider-wrapper #slider .carousel-caption a:focus {
  background: white !important;
  color: #dba500 !important;
}
.slider-wrapper #slider .carousel-caption a.inverse {
  background-color: #dba500 !important;
  color: white !important;
}
.slider-wrapper #slider .carousel-caption a.inverse:hover, .slider-wrapper #slider .carousel-caption a.inverse:focus {
  background: white !important;
  color: #dba500 !important;
}
.slider-wrapper #slider .carousel-control.left {
  left: 0;
  background-image: none;
  opacity: 1;
}
.slider-wrapper #slider .carousel-control.left img {
  left: 0;
  color: #222222;
  height: 30px;
  top: 50%;
  position: relative;
  width: 30px;
  transform: translateX(-50%);
}
.slider-wrapper #slider .carousel-control.right {
  right: 0;
  background-image: none;
  opacity: 1;
}
.slider-wrapper #slider .carousel-control.right img {
  right: 0;
  color: #222222;
  height: 30px;
  top: 50%;
  position: relative;
  width: 30px;
  transform: translateX(-50%);
}
.slider-wrapper #slider .carousel-control .fa-caret-left, .slider-wrapper #slider .carousel-control .fa-caret-right, .slider-wrapper #slider .carousel-control .glyphicon-triangle-left, .slider-wrapper #slider .carousel-control .glyphicon-triangle-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  font-size: 40px;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "Glyphicons Halflings";
  content: "";
  line-height: 13px;
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
  background-color: #222222;
  border-color: #222222;
}

.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before,
.checkbox-danger input[type=radio]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before,
.checkbox-info input[type=radio]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before,
.checkbox-warning input[type=radio]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #222222;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #222222;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #222222;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "Glyphicons Halflings";
  content: "";
  line-height: 13px;
}

input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
  color: #fff;
}

input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.radio label {
  line-height: 1;
}

@media (max-width: 1200px) {
  #footer .troef h2 {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  #shop_header #menu .navbar-nav > li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  #shop_header #header-logo img {
    max-width: inherit;
  }

  .nieuws {
    width: calc((50% - 30px) * 2) !important;
  }
}
@media (max-width: 767px) {
  #content {
    padding-top: 1em;
  }
  #content .product-item {
    height: auto;
    margin-bottom: 45px;
  }

  #shop_header {
    position: relative;
    width: 100%;
  }

  #newsletter form {
    width: 100%;
  }

  .openingsuren {
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }

  .nieuws {
    width: calc(100%) !important;
    left: 0;
    transform: translateX(0);
  }
  .nieuws .nieuwsitem {
    width: calc(100%) !important;
  }

  #filter-menu {
    position: fixed;
    z-index: 1000;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
    top: 45px;
  }
  #filter-menu #filter-menu-btn {
    background: #dba500;
    left: 0px;
    top: 10px;
    display: block;
    padding: 5px;
    width: 40px;
  }
  #filter-menu #filter-menu-btn i {
    color: white;
    font-size: 24px;
    margin-top: 4px;
  }
  #filter-menu #toggle {
    width: 100%;
    background: white;
    display: inline-block;
    padding-bottom: 4em;
  }
  #filter-menu #toggle .panel .panel-body {
    overflow-y: scroll;
  }
  #filter-menu #toggle .panel .panel-body .checkbox {
    padding-left: 10px;
  }
  #filter-menu #toggle .panel .panel-body .mobile-filter {
    background: #222222;
    color: white;
    text-align: center;
    width: 100%;
    border-radius: 0px;
  }
  #filter-menu #toggle .btn-custom {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    bottom: -30px;
    bottom: 140px;
  }

  #moodboard .masonry {
    /* Masonry container */
    -moz-column-count: 1;
         column-count: 1;
  }

  .pages h2 {
    margin-top: 0;
    font-size: 18px;
  }

  .not-mobile {
    display: none !important;
  }

  #shop_header {
    margin-top: 0;
    padding-bottom: 0;
  }
  #shop_header #menu .navbar-nav li a {
    color: white;
  }
  #shop_header #menu .navbar-nav li.mobile-social {
    display: inline-block !important;
  }
  #shop_header #menu .navbar-nav li.mobile-social a {
    padding-right: 0;
    float: left;
  }
  #shop_header .navbar-toggle {
    margin-top: 15px;
    margin-right: 0;
  }
  #shop_header .navbar-toggle .icon-bar {
    background-color: white;
  }
  #shop_header .navbar-toggle i {
    color: white;
    font-style: normal;
  }
  #shop_header .navbar-toggle:hover, #shop_header .navbar-toggle:focus {
    text-decoration: none;
  }
  #shop_header .menu-toggle {
    margin-top: 22px;
  }
  #shop_header #header-logo img {
    margin: auto;
  }
  #shop_header .navbar-header-row {
    background-color: #222222;
    margin-top: 25px;
    padding-bottom: 10px;
  }
  #shop_header .navbar-header-row button.mobilebutton {
    background-color: white;
    border-radius: 0;
    float: left;
  }
  #shop_header .navbar-header-row input.mobilezoek {
    border: 1px solid white;
    border-radius: 0;
    color: white;
    margin-right: 0;
    float: left;
    width: 50%;
  }
  #shop_header .navbar-header-row input.mobilezoek::-webkit-input-placeholder {
    color: #dba500;
    opacity: 1;
  }
  #shop_header .navbar-header-row input.mobilezoek:-moz-placeholder {
    color: #dba500;
    opacity: 1;
  }
  #shop_header .navbar-header-row input.mobilezoek::-moz-placeholder {
    color: #dba500;
    opacity: 1;
  }
  #shop_header .navbar-header-row input.mobilezoek:-ms-input-placeholder {
    color: #dba500;
    opacity: 1;
  }

  .slider-wrapper #slider .slider-image {
    height: 350px;
  }

  #footer .footer img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
  #footer .footer .contactgegevens {
    margin-left: 0;
    text-align: center;
  }
  #footer .footer .openingsuren {
    margin-top: 15px;
  }
  #footer .footer h1, #footer .footer ul.pages {
    text-align: center;
  }
  #footer #quote div.image-background {
    height: 300px;
  }
  #footer #advies div.image-background {
    height: 450px;
  }

  .indekijker {
    margin-bottom: 2em;
  }

  #copyright span {
    text-align: center;
    width: 100%;
    display: block;
    float: none;
  }

  .pagination {
    font-size: 8px;
  }

  #shop_detail_img img {
    margin: auto;
  }

  #winkelwagentje .mobiele-delete-knop {
    position: absolute;
    right: 0;
  }
  #winkelwagentje .orderlijn-naam {
    margin-bottom: 25px;
  }

  .vkpvw-blok input {
    float: left;
  }
  .vkpvw-blok label {
    float: right;
    font-size: 12px;
    width: 90%;
  }

  .product-item .thumb_img .featured_image {
    height: 350px;
  }

  .product-item .product-content form {
    margin-top: 10px;
  }

  .product-item .product-content form .input-group input {
    -webkit-appearance: none;
    border-radius: 0;
  }
  .product-item .product-content form .input-group .input-group-btn {
    margin-left: -2px;
    display: inline-block;
    margin-top: -3px;
  }

  #shop_header .mobile-black i {
    color: #222222;
  }

  #detail_product {
    margin-top: 0;
  }

  #broodkruimel .breadcrumb a, #broodkruimel .breadcrumb span {
    font-size: 9px;
  }

  #shop_header #header-logo {
    margin-top: 20px;
  }

  #winkelwagentje a.btn-delete {
    padding-right: 0;
  }

  .content_text {
    margin-top: 15px;
  }

  .slider-wrapper #slider .carousel-caption {
    top: 0;
    width: calc(75%);
    transform: translateX(-7.5%);
  }
  .slider-wrapper #slider .carousel-caption a.btn-custom {
    padding: 10px;
  }

  .nieuws .nieuwsitem {
    min-height: auto;
  }

  .nieuws-container {
    display: block;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
  .nieuws-container .nieuws {
    flex: unset;
  }
  .nieuws-container .nieuws .nieuwsitem {
    min-height: auto;
  }

  .slider-wrapper #slider .carousel-caption a {
    display: block;
  }

  .slider-wrapper #slider .carousel-caption {
    transform: unset;
  }

  .slider-wrapper #slider .carousel-caption {
    left: 12.5%;
  }
}
.pointer {
  cursor: pointer;
}

.btn-custom {
  background-color: white;
  border: 1px solid #dba500;
  color: #dba500;
  padding: 5px 3em;
  border-radius: 0;
  margin-bottom: 5px;
}
.btn-custom:hover, .btn-custom:focus {
  color: white;
  background-color: #dba500 !important;
  text-decoration: none;
}
.btn-custom.inverse {
  background-color: #dba500 !important;
  color: white !important;
}
.btn-custom.inverse:hover, .btn-custom.inverse:focus {
  background: white !important;
  color: #dba500 !important;
}

.btn-center {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.mt10 {
  margin-top: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt3em {
  margin-top: 3em;
}

.pr0 {
  padding-right: 0px;
}

.p5 {
  padding: 5px;
}

.bold {
  font-weight: 600;
}

.block {
  display: block !important;
}

.clear {
  clear: both;
}

.no-padding {
  padding: 0;
}

.padding-15 {
  padding: 15px;
}

.mobile {
  display: none;
}

.no-margin {
  margin: 0;
}

.divider {
  height: 15px;
}

.panel-custom {
  border-radius: 0;
}
.panel-custom .panel-heading {
  border-radius: 0;
  background-color: #222222;
  color: white;
}
