@import "/wp-content/themes/vanmierlo/bootstrap/css/bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Lobster|Roboto:300,400,700|Alegreya:400,700i');
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import "/wp-content/themes/vanmierlo/css/font-awesome.min.css";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.basis_font {
  font-family: 'Roboto', sans-serif;
}
.titel_font {
  font-family: 'Lobster', cursive;
  font-weight: 400;
}
.custom_font {
  font-family: 'Alegreya', serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.background-cover {
  background-size: cover;
  background-position: center center;
}
h1 {
  font-weight: 300;
  font-size: 34px;
  margin-top: 0;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  color: #6f1b0c;
}
h2 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #6f1b0c;
}
h2.hr-after {
  width: 100%;
}
h2.hr-after::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 8px;
  background: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-hr.svg');
  background-size: auto 100%;
}
h2 a {
  color: #6f1b0c;
  text-decoration: underline;
}
h2 a:hover {
  text-decoration: none;
  color: #6f1b0c;
}
h3 {
  font-size: 22px;
  margin-bottom: 24px;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  color: #6f1b0c;
}
h3 a {
  color: #6f1b0c;
  text-decoration: underline;
}
h3 a:hover {
  text-decoration: none;
  color: #6f1b0c;
}
.inputstyle {
  border: none;
  padding: 10px;
  background: #e5e5e5;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inputstyle:focus {
  outline: none;
  border: none;
  background: #d1d1d1;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    margin-bottom: 15px;
  }
}
p,
ul,
ol {
  font-size: 16px;
  line-height: 1.7;
  color: #202020;
  font-weight: 400;
}
p b,
ul b,
ol b,
p strong,
ul strong,
ol strong {
  font-weight: 700;
}
p a {
  color: #701d0e;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
  color: #701d0e;
}
.button {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.button:focus,
.button:active {
  outline: none;
  color: white;
}
.pswp__bg {
  background: rgba(32, 32, 32, 0.8);
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  color: #202020;
  background: #f4f4f4;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 55px;
  }
}
.website-content {
  display: inline-block;
  float: left;
  width: 100%;
  background-size: 100% auto;
  padding-bottom: 75px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.link_underline {
  position: relative;
}
.link_underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #e5322d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link_underline:hover {
  color: #e5322d;
}
.link_underline:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
@media (min-width: 767px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}
.container-full {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a#swipebox-prev,
a#swipebox-next {
  top: inherit !important;
  bottom: 0 !important;
  position: absolute;
}
a#swipebox-prev {
  left: 0;
}
a#swipebox-next {
  right: 0;
}
.voordelen {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.voordelen li {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.voordelen li img {
  height: 20px;
  width: auto;
  margin-right: 8px;
}
.voordelen li p {
  margin: 0;
  color: white;
  line-height: 1;
  font-size: 14px;
}
.voordelen li p strong {
  color: white;
}
@media screen and (max-width: 767px) {
  .voordelen {
    display: block;
  }
  .voordelen li {
    margin: 4px 0;
    width: 100%;
    text-align: center;
  }
  .voordelen li::before {
    display: inline-block;
  }
  .voordelen li img {
    height: auto;
    width: 20px;
  }
  .voordelen li p {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .voordelen {
    display: block;
  }
  .voordelen li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
  }
  .voordelen li::before {
    display: inline-block;
    font-size: 16px;
  }
  .voordelen li img {
    height: auto;
    width: 20px;
  }
  .voordelen li p {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
  }
}
header {
  background: white;
}
header::before {
  content: '';
  display: inline-block;
  height: 26px;
  width: 100%;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-kartel-top.svg');
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media (max-width: 991px) {
  header::before {
    display: none;
  }
}
header #voordelen_balk {
  padding: 12px 0;
  background: rgba(243, 155, 49, 0.9);
  display: inline-block;
  width: 100%;
  float: left;
}
header #voordelen_balk ul.voordelen {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
header #voordelen_balk ul.voordelen li {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
header #voordelen_balk ul.voordelen li img {
  height: 20px;
  width: auto;
  margin-right: 8px;
}
header #voordelen_balk ul.voordelen li p {
  margin: 0;
  color: white;
  line-height: 1;
  font-size: 14px;
}
header #voordelen_balk ul.voordelen li p strong {
  color: white;
}
@media screen and (max-width: 767px) {
  header #voordelen_balk ul.voordelen {
    display: block;
  }
  header #voordelen_balk ul.voordelen li {
    margin: 4px 0;
    width: 100%;
    text-align: center;
  }
  header #voordelen_balk ul.voordelen li::before {
    display: inline-block;
  }
  header #voordelen_balk ul.voordelen li img {
    height: auto;
    width: 20px;
  }
  header #voordelen_balk ul.voordelen li p {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  header #voordelen_balk ul.voordelen {
    display: block;
  }
  header #voordelen_balk ul.voordelen li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
  }
  header #voordelen_balk ul.voordelen li::before {
    display: inline-block;
    font-size: 16px;
  }
  header #voordelen_balk ul.voordelen li img {
    height: auto;
    width: 20px;
  }
  header #voordelen_balk ul.voordelen li p {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
  }
}
header .header-top {
  display: inline-block;
  width: 100%;
}
header .header-top .header-inner {
  float: left;
  display: flex;
  align-items: flex-end;
  padding: 10px 15px 15px 15px;
  width: 100%;
  text-align: center;
}
header .header-top .header-inner .navbar-toggle {
  float: left;
  padding: 0;
  margin: 10px 0 0 0;
  position: relative;
  color: white;
  display: none;
}
header .header-top .header-inner .navbar-toggle .hamburger-menu {
  float: left;
}
header .header-top .header-inner .navbar-toggle .icon-bar {
  background: #e5322d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
header .header-top .header-inner .navbar-toggle .menu {
  float: left;
  position: relative;
  color: #e5322d;
  font-size: 17px;
  margin: -3px 0 -5px 8px;
}
header .header-top .header-inner .navbar-toggle.responsive-nav-close .hamburger-menu .icon-bar-2 {
  opacity: 0;
}
header .header-top .header-inner .navbar-toggle.responsive-nav-close .hamburger-menu .icon-bar-1 {
  -webkit-transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  -moz-transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  -o-transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  -ms-transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  transform: rotate(45deg) scale(1) translateY(0) translateX(0);
  top: 6px;
}
header .header-top .header-inner .navbar-toggle.responsive-nav-close .hamburger-menu .icon-bar-3 {
  -webkit-transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  -moz-transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  -o-transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  -ms-transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  transform: rotate(-45deg) scale(1) translateY(0) translateX(0);
  bottom: 6px;
}
header .header-top .header-inner .logo {
  display: inline-block;
  width: 240px;
}
header .header-top .header-inner .logo a.logolink {
  display: inline-block;
  float: left;
}
header .header-top .header-inner .logo a.logolink img {
  float: left;
  max-width: 100%;
  display: inline-block;
}
header .header-top .header-inner .menu-container {
  width: calc(100% - 240px);
}
header .header-top .header-inner .menu-container .header-menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 10px;
  float: right;
}
header .header-top .header-inner .menu-container .header-menu .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-top .header-inner .menu-container .header-menu .top-menu p.advies-melding {
  float: left;
  margin-bottom: 0;
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-style: italic;
  color: #e5322d;
  text-align: left;
  width: auto;
}
header .header-top .header-inner .menu-container .header-menu .top-menu p.advies-melding i {
  margin-left: 8px;
}
header .header-top .header-inner .menu-container .header-menu .top-menu ul {
  float: left;
  line-height: 1;
  margin-top: 0;
}
header .header-top .header-inner .menu-container .header-menu .top-menu ul::before {
  content: '|';
  margin: 0 10px;
  color: #828282;
}
header .header-top .header-inner .menu-container .header-menu .top-menu ul li {
  padding: 5px 4px;
}
header .header-top .header-inner .menu-container .header-menu .top-menu ul li a {
  color: #828282;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-top .header-inner .menu-container .header-menu .top-menu ul li a::after {
  display: none;
}
header .header-top .header-inner .menu-container .header-menu .top-menu ul li.current-menu-item a,
header .header-top .header-inner .menu-container .header-menu .top-menu ul li.current_page_parent a {
  color: #202020;
}
header .header-top .header-inner .menu-container .header-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
  margin-top: 10px;
}
header .header-top .header-inner .menu-container .header-menu ul li {
  display: inline-block;
  position: relative;
  padding: 5px 15px 0 15px;
}
header .header-top .header-inner .menu-container .header-menu ul li a {
  position: relative;
  font-size: 18px;
  color: #202020;
  font-weight: 700;
}
header .header-top .header-inner .menu-container .header-menu ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #e5322d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-top .header-inner .menu-container .header-menu ul li a:hover {
  color: #e5322d;
}
header .header-top .header-inner .menu-container .header-menu ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
header .header-top .header-inner .menu-container .header-menu ul li a::after {
  height: 2px;
  bottom: -3px;
}
header .header-top .header-inner .menu-container .header-menu ul li a:hover,
header .header-top .header-inner .menu-container .header-menu ul li a:active {
  color: #202020;
}
header .header-top .header-inner .menu-container .header-menu ul li.current-menu-item a::after,
header .header-top .header-inner .menu-container .header-menu ul li.current_page_parent a::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
header .header-top .header-inner .menu-container .header-menu ul li:first-child {
  padding-left: 0;
}
header .header-top .header-inner .menu-container .header-menu ul li:last-child {
  padding-right: 0;
}
header .header-top .header-inner .winkelwagen-container {
  width: 150px;
  float: right;
}
header .header-top .header-inner .winkelwagen-container .winkelwagen-button a {
  display: flex;
  align-items: center;
  line-height: 1;
  float: right;
  position: relative;
}
header .header-top .header-inner .winkelwagen-container .winkelwagen-button a img {
  max-width: 25px;
  position: relative;
  top: -3px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-top .header-inner .winkelwagen-container .winkelwagen-button a span.winkelmandje-counter {
  font-size: 12px;
  position: absolute;
  top: -9px;
  right: -10px;
  text-align: center;
  background: #1ea914;
  color: white;
  width: 20px;
  line-height: 20px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .header-top .header-inner .winkelwagen-container .winkelwagen-button a span.winkelmand-tekst {
  margin-right: 10px;
  font-weight: 700;
  color: #202020;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-top .header-inner .winkelwagen-container .winkelwagen-button a:hover img {
  transform: rotate(9deg);
}
header .header-top .header-inner .winkelwagen-container .winkelwagen-button a:hover span.winkelmand-tekst {
  color: #e5322d;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-top .header-inner .logo {
    width: 175px;
  }
  header .header-top .header-inner .menu-container {
    width: calc(100% - 175px);
  }
  header .header-top .header-inner .menu-container .header-menu ul {
    margin-top: 6px;
  }
  header .header-top .header-inner .menu-container .header-menu ul li {
    padding: 5px 10px 0 10px;
  }
  header .header-top .header-inner .menu-container .header-menu ul li a {
    font-size: 16px;
  }
  header .header-top .header-inner .winkelwagen-container {
    width: 135px;
  }
  header .header-top .header-inner .winkelwagen-container .winkelwagen-button a span.winkelmand-tekst {
    font-size: 11px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  header .header-top .header-inner .logo {
    width: 280px;
  }
  header .header-top .header-inner .menu-container {
    width: calc(100% - 280px);
  }
  header .header-top .header-inner .winkelwagen-container {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-top .header-inner {
    display: inline-block;
    position: fixed;
    background: white;
    border-bottom: 2px solid #e5322d;
    width: 100%;
    top: 0;
    z-index: 1500;
    padding: 30px 15px 15px 15px;
  }
  header .header-top .header-inner::after {
    content: '';
    position: absolute;
    height: 14px;
    left: 0;
    top: 0px;
    width: 100%;
    background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-kartel-top.svg');
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
  header .header-top .header-inner .logo {
    float: right;
  }
  header .header-top .header-inner .logo a.logolink img {
    max-height: 30px;
  }
  header .header-top .header-inner .navbar-toggle {
    display: inline-block;
    margin: 6px 20px 0 0;
  }
}
@media (max-width: 767px) {
  header .header-top .header-inner {
    position: fixed;
    background: white;
    border-bottom: 2px solid #e5322d;
    width: 100%;
    top: 0;
    z-index: 1500;
    display: inline-block;
    padding: 30px 15px 15px 15px;
  }
  header .header-top .header-inner::after {
    content: '';
    position: absolute;
    height: 12px;
    left: 0;
    top: 0px;
    width: 100%;
    background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-kartel-top.svg');
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
  header .header-top .header-inner .logo {
    float: right;
  }
  header .header-top .header-inner .logo a.logolink img {
    max-height: 35px;
  }
  header .header-top .header-inner .navbar-toggle {
    display: inline-block;
    margin-top: 6px;
  }
}
#resp_nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  background: rgba(112, 29, 14, 0.9399999999999999);
  z-index: 1490;
  padding-top: 100px;
}
#resp_nav .nav {
  padding: 0;
  margin: 0;
}
#resp_nav .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#resp_nav .nav ul li {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  opacity: 0;
}
#resp_nav .nav ul li a {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-weight: 700;
}
#resp_nav .nav ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #e5322d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#resp_nav .nav ul li a:hover {
  color: #e5322d;
}
#resp_nav .nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
#resp_nav .nav ul li a::after {
  height: 2px;
  bottom: -3px;
  background: white;
}
#resp_nav .nav ul li a:hover,
#resp_nav .nav ul li a:active {
  color: white;
}
#resp_nav .nav ul li.current-menu-item a::after,
#resp_nav .nav ul li.current_page_parent a::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
#resp_nav .nav ul li.li-show {
  opacity: 1;
}
#resp_nav .nav ul li.li-hr {
  height: 2px;
  background: #f39b31;
  padding: 0;
  max-width: 90px;
  display: block;
  margin: 10px auto;
}
#resp_nav .resp_nav_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#resp_nav .resp_nav_bottom ul.bottom_menu {
  padding: 0;
  list-style: none;
}
#resp_nav .resp_nav_bottom ul.bottom_menu li {
  float: left;
  width: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#resp_nav .resp_nav_bottom ul.bottom_menu li a {
  display: inline-block;
  color: white;
  width: 100%;
  font-size: 17px;
  padding: 10px 15px;
  text-align: center;
  background: #f39b31;
}
#resp_nav .resp_nav_bottom ul.bottom_menu li a i.fa {
  margin-right: 3px;
}
#resp_nav .resp_nav_bottom ul.bottom_menu li:nth-child(2n) a {
  background: #008900;
}
#resp_nav .resp_nav_bottom ul.bottom_menu li.li-show {
  opacity: 1;
}
.product-item {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  background: white;
  border: 1px solid #828282;
  clear: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item.last {
  margin-right: 0;
}
.product-item .stock {
  display: none;
}
.product-item a {
  display: inline-block;
  width: 100%;
}
.product-item a img {
  width: 180px;
  float: left;
  margin: 0;
}
.product-item a .product-info {
  width: calc(100% - 180px);
  float: left;
  padding: 10px 15px;
  padding-bottom: 60px;
}
.product-item a .product-info h2 {
  float: left;
  max-width: calc(100% - 100px);
  color: #701d0e;
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  position: relative;
}
.product-item a .product-info h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #701d0e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-item a .product-info .star-rating {
  float: right;
  font-size: 18px;
  margin: 0;
}
.product-item a .product-info .star-rating::before {
  content: '\53\53\53\53\53';
}
.product-item a .product-info .star-rating span {
  color: #f39b31;
}
.product-item a .product-info .hr-border {
  display: inline-block;
  width: 100%;
  height: 8px;
  background: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-hr.svg');
  background-size: auto 100%;
}
.product-item a .product-info span.excerpt {
  float: left;
  min-height: 100px;
  width: 100%;
  font-size: 14px;
  min-height: 75px;
}
.product-item a .product-info span.excerpt p {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.product-item a .product-info span.price {
  font-size: 22px;
  color: #202020;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0;
  display: inline-block;
}
.product-item a .product-info span.price small {
  font-family: 'Alegreya', serif;
  float: left;
  width: 100%;
  font-weight: 300;
  font-style: italic;
  color: #828282;
  font-size: 12px;
}
.product-item a .product-info.ajax_add_to_cart {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background: #1ea914;
}
.product-item a .product-info.ajax_add_to_cart:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.product-item a .product-info.ajax_add_to_cart:focus,
.product-item a .product-info.ajax_add_to_cart:active {
  outline: none;
  color: white;
}
.product-item a .product-info.ajax_add_to_cart:before {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  color: white;
  margin-right: 10px;
}
.product-item a .product-info.added_to_cart {
  display: none;
}
.product-item form.cart {
  width: calc(100% - 180px);
  margin-top: -55px;
  float: right;
  padding: 0 15px;
}
.product-item form.cart .quantity-container {
  float: left;
  display: inline-block;
  margin-right: 30px;
  height: 46px;
  position: relative;
}
.product-item form.cart .quantity-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-item form.cart .quantity-container input {
  height: 46px;
  margin: 0;
  padding: 0;
  width: 50px;
  text-align: center;
  background: white;
  border: 1px solid #f39b31;
  border-right: 0;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-item form.cart .quantity-container .min,
.product-item form.cart .quantity-container .plus {
  display: block;
  height: 23px;
  position: absolute;
  background-color: white;
  color: #f39b31;
  width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #f39b31;
  cursor: pointer;
  z-index: 2;
}
.product-item form.cart .quantity-container .min:hover,
.product-item form.cart .quantity-container .plus:hover {
  background-color: #f39b31;
  color: white;
}
.product-item form.cart .quantity-container .plus {
  top: 0;
  right: -20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
}
.product-item form.cart .quantity-container .min {
  bottom: 0;
  right: -20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-item form.cart button.single_add_to_cart_button {
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background-color: #1ea914;
  padding: 15px 0px;
  margin: 0;
  min-width: 60px;
  text-indent: -9999px;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/icon-add-winkelmand.svg');
  background-size: auto 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-item form.cart button.single_add_to_cart_button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.product-item form.cart button.single_add_to_cart_button:focus,
.product-item form.cart button.single_add_to_cart_button:active {
  outline: none;
  color: white;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-item form.cart button.single_add_to_cart_button {
    width: 50px;
    height: 46px;
    min-width: 65px;
  }
}
.product-item form.cart button.single_add_to_cart_button:hover {
  background-color: #198e11;
}
.product-item:hover {
  transform: scale(1.01);
  border-color: #f39b31;
}
.product-item:hover a .product-info h2::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
@media (max-width: 767px) {
  .product-item {
    width: 100%;
  }
  .product-item a img {
    width: 85px;
  }
  .product-item a .product-info {
    width: calc(100% - 85px);
    padding-bottom: 65px;
  }
  .product-item a .product-info h2 {
    width: 100%;
  }
  .product-item a .product-info .star-rating {
    float: left;
  }
  .product-item form.cart {
    width: calc(100% - 85px);
    margin-top: -55px;
    float: right;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-item a img {
    width: 125px;
  }
  .product-item a .product-info {
    width: calc(100% - 125px);
  }
  .product-item a .product-info h2 {
    width: 100%;
  }
  .product-item a .product-info .star-rating {
    float: left;
    margin-top: 5px;
  }
  .product-item form.cart {
    width: calc(100% - 125px);
  }
}
.uitgelichte-producten {
  margin: -140px 0 85px 0;
}
.uitgelichte-producten ul.products li.product {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  background: white;
  border: 1px solid #828282;
  clear: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50%;
  width: calc(50% - 10px);
  margin-right: 20px;
}
.uitgelichte-producten ul.products li.product.last {
  margin-right: 0;
}
.uitgelichte-producten ul.products li.product .stock {
  display: none;
}
.uitgelichte-producten ul.products li.product a {
  display: inline-block;
  width: 100%;
}
.uitgelichte-producten ul.products li.product a img {
  width: 180px;
  float: left;
  margin: 0;
}
.uitgelichte-producten ul.products li.product a .product-info {
  width: calc(100% - 180px);
  float: left;
  padding: 10px 15px;
  padding-bottom: 60px;
}
.uitgelichte-producten ul.products li.product a .product-info h2 {
  float: left;
  max-width: calc(100% - 100px);
  color: #701d0e;
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  position: relative;
}
.uitgelichte-producten ul.products li.product a .product-info h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #701d0e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uitgelichte-producten ul.products li.product a .product-info .star-rating {
  float: right;
  font-size: 18px;
  margin: 0;
}
.uitgelichte-producten ul.products li.product a .product-info .star-rating::before {
  content: '\53\53\53\53\53';
}
.uitgelichte-producten ul.products li.product a .product-info .star-rating span {
  color: #f39b31;
}
.uitgelichte-producten ul.products li.product a .product-info .hr-border {
  display: inline-block;
  width: 100%;
  height: 8px;
  background: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-hr.svg');
  background-size: auto 100%;
}
.uitgelichte-producten ul.products li.product a .product-info span.excerpt {
  float: left;
  min-height: 100px;
  width: 100%;
  font-size: 14px;
  min-height: 75px;
}
.uitgelichte-producten ul.products li.product a .product-info span.excerpt p {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.uitgelichte-producten ul.products li.product a .product-info span.price {
  font-size: 22px;
  color: #202020;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0;
  display: inline-block;
}
.uitgelichte-producten ul.products li.product a .product-info span.price small {
  font-family: 'Alegreya', serif;
  float: left;
  width: 100%;
  font-weight: 300;
  font-style: italic;
  color: #828282;
  font-size: 12px;
}
.uitgelichte-producten ul.products li.product a .product-info.ajax_add_to_cart {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background: #1ea914;
}
.uitgelichte-producten ul.products li.product a .product-info.ajax_add_to_cart:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.uitgelichte-producten ul.products li.product a .product-info.ajax_add_to_cart:focus,
.uitgelichte-producten ul.products li.product a .product-info.ajax_add_to_cart:active {
  outline: none;
  color: white;
}
.uitgelichte-producten ul.products li.product a .product-info.ajax_add_to_cart:before {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  color: white;
  margin-right: 10px;
}
.uitgelichte-producten ul.products li.product a .product-info.added_to_cart {
  display: none;
}
.uitgelichte-producten ul.products li.product form.cart {
  width: calc(100% - 180px);
  margin-top: -55px;
  float: right;
  padding: 0 15px;
}
.uitgelichte-producten ul.products li.product form.cart .quantity-container {
  float: left;
  display: inline-block;
  margin-right: 30px;
  height: 46px;
  position: relative;
}
.uitgelichte-producten ul.products li.product form.cart .quantity-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.uitgelichte-producten ul.products li.product form.cart .quantity-container input {
  height: 46px;
  margin: 0;
  padding: 0;
  width: 50px;
  text-align: center;
  background: white;
  border: 1px solid #f39b31;
  border-right: 0;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.uitgelichte-producten ul.products li.product form.cart .quantity-container .min,
.uitgelichte-producten ul.products li.product form.cart .quantity-container .plus {
  display: block;
  height: 23px;
  position: absolute;
  background-color: white;
  color: #f39b31;
  width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #f39b31;
  cursor: pointer;
  z-index: 2;
}
.uitgelichte-producten ul.products li.product form.cart .quantity-container .min:hover,
.uitgelichte-producten ul.products li.product form.cart .quantity-container .plus:hover {
  background-color: #f39b31;
  color: white;
}
.uitgelichte-producten ul.products li.product form.cart .quantity-container .plus {
  top: 0;
  right: -20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
}
.uitgelichte-producten ul.products li.product form.cart .quantity-container .min {
  bottom: 0;
  right: -20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.uitgelichte-producten ul.products li.product form.cart button.single_add_to_cart_button {
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background-color: #1ea914;
  padding: 15px 0px;
  margin: 0;
  min-width: 60px;
  text-indent: -9999px;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/icon-add-winkelmand.svg');
  background-size: auto 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.uitgelichte-producten ul.products li.product form.cart button.single_add_to_cart_button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.uitgelichte-producten ul.products li.product form.cart button.single_add_to_cart_button:focus,
.uitgelichte-producten ul.products li.product form.cart button.single_add_to_cart_button:active {
  outline: none;
  color: white;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .uitgelichte-producten ul.products li.product form.cart button.single_add_to_cart_button {
    width: 50px;
    height: 46px;
    min-width: 65px;
  }
}
.uitgelichte-producten ul.products li.product form.cart button.single_add_to_cart_button:hover {
  background-color: #198e11;
}
.uitgelichte-producten ul.products li.product:hover {
  transform: scale(1.01);
  border-color: #f39b31;
}
.uitgelichte-producten ul.products li.product:hover a .product-info h2::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
@media (max-width: 767px) {
  .uitgelichte-producten ul.products li.product {
    width: 100%;
  }
  .uitgelichte-producten ul.products li.product a img {
    width: 85px;
  }
  .uitgelichte-producten ul.products li.product a .product-info {
    width: calc(100% - 85px);
    padding-bottom: 65px;
  }
  .uitgelichte-producten ul.products li.product a .product-info h2 {
    width: 100%;
  }
  .uitgelichte-producten ul.products li.product a .product-info .star-rating {
    float: left;
  }
  .uitgelichte-producten ul.products li.product form.cart {
    width: calc(100% - 85px);
    margin-top: -55px;
    float: right;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uitgelichte-producten ul.products li.product a img {
    width: 125px;
  }
  .uitgelichte-producten ul.products li.product a .product-info {
    width: calc(100% - 125px);
  }
  .uitgelichte-producten ul.products li.product a .product-info h2 {
    width: 100%;
  }
  .uitgelichte-producten ul.products li.product a .product-info .star-rating {
    float: left;
    margin-top: 5px;
  }
  .uitgelichte-producten ul.products li.product form.cart {
    width: calc(100% - 125px);
  }
}
.uitgelichte-producten ul.products li.product:nth-child(2n) {
  margin-right: 0;
}
.uitgelichte-producten ul.products li.product a .product-info h2 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .uitgelichte-producten ul.products li.product {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .uitgelichte-producten ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .uitgelichte-producten ul.products li.product a img {
    width: 150px;
  }
  .uitgelichte-producten ul.products li.product a .product-info {
    width: calc(100% - 150px);
  }
  .uitgelichte-producten ul.products li.product a .product-info h2 {
    font-size: 16px;
    width: calc(100% - 90px);
  }
  .uitgelichte-producten ul.products li.product a .product-info .star-rating {
    font-size: 16px;
  }
  .uitgelichte-producten ul.products li.product form.cart {
    width: calc(100% - 150px);
  }
}
.uitgelichte-producten .button-uitgelichte-producten {
  text-align: center;
}
.uitgelichte-producten .button-uitgelichte-producten a.button {
  background: white;
  color: #202020;
  border: 1px solid #701d0e;
  padding: 15px 25px;
  text-decoration: underline;
}
.uitgelichte-producten .button-uitgelichte-producten a.button:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .uitgelichte-producten {
    margin: -50px 0 50px 0;
  }
}
.voordelen-home {
  margin-bottom: 90px;
}
.voordelen-home .voordelen-home-inner {
  background: #f39b31;
  padding: 45px 20px 30px 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.voordelen-home .voordelen-home-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 26px;
  width: 100%;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-kartel-top.svg');
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.voordelen-home .voordelen-home-inner .voordelen {
  flex-wrap: wrap;
}
.voordelen-home .voordelen-home-inner .voordelen li {
  padding: 0 10px;
  width: 25%;
}
.voordelen-home .voordelen-home-inner .voordelen li img {
  height: 30px;
}
@media (max-width: 767px) {
  .voordelen-home {
    margin-bottom: 40px;
  }
  .voordelen-home .voordelen-home-inner .voordelen li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .voordelen-home .voordelen-home-inner .voordelen li img {
    width: 30px;
    height: auto;
    margin-right: 12px;
  }
  .voordelen-home .voordelen-home-inner .voordelen li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .voordelen-home {
    display: block;
  }
  .voordelen-home .voordelen-home-inner .voordelen li {
    display: block;
    width: 50%;
    text-align: left;
    min-height: 36px;
  }
  .voordelen-home .voordelen-home-inner .voordelen li img {
    height: 25px;
    width: auto;
    float: left;
  }
  .voordelen-home .voordelen-home-inner .voordelen li p {
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 1.2;
    width: calc(100% - 60px);
  }
  .voordelen-home .voordelen-home-inner .voordelen li:nth-child(1),
  .voordelen-home .voordelen-home-inner .voordelen li:nth-child(2) {
    margin-bottom: 15px;
  }
}
.logopremium-home {
  text-align: center;
}
.logopremium-home a.logopremium {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  margin-bottom: -75px;
}
.logopremium-home a.logopremium img {
  max-width: 100%;
}
.home-content {
  padding: 20px 0 60px 0;
}
.home-content .small-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
.home-content .small-logo img {
  height: 50px;
}
.home-content .home-content-titel {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.home-content .home-content-titel h1 span {
  color: #e5322d;
}
.home-content h2,
.home-content h3 {
  color: #202020;
  margin-bottom: 10px;
  font-weight: 400;
}
.blog-container {
  margin: -150px 0 60px 0;
}
.blog-container .blog-item {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.blog-container .blog-item .blog-item-afbeelding {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.blog-container .blog-item .blog-item-afbeelding .blog-item-afbeelding-container {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-container .blog-item .blog-item-tekst {
  width: 100%;
  background: white;
  padding: 40px 25px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-container .blog-item .blog-item-tekst h2 {
  color: #202020;
  font-weight: 700;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-container .blog-item .blog-item-tekst p {
  margin-bottom: 25px;
  color: #202020;
  width: 100%;
}
.blog-container .blog-item .blog-item-tekst span.leesverder {
  color: #701d0e;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-container .blog-item:hover .blog-item-afbeelding .blog-item-afbeelding-container {
  transform: scale(1.1);
}
.blog-container .blog-item:hover .blog-item-tekst {
  margin: -10px 0 10px 0;
}
.blog-container .blog-item:hover .blog-item-tekst span.leesverder {
  text-decoration: none;
}
.blog-container .button-meer-artikelen {
  text-align: center;
  margin-top: 50px;
}
.blog-container .button-meer-artikelen a.button {
  background: white;
  color: #202020;
  border: 1px solid #701d0e;
  padding: 15px 25px;
  text-decoration: underline;
}
.blog-container .button-meer-artikelen a.button:hover {
  text-decoration: none;
}
.blog-container.blog-home {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-container.blog-home .blog-item .blog-item-tekst {
    padding: 30px 15px;
    min-height: 285px;
  }
}
.blog-container.blog-single {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-container .blog-item-tekst {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .blog-container {
    margin: -50px 15px 0 15px;
  }
  .blog-container .blog-item .blog-item-afbeelding {
    height: 175px;
  }
  .blog-container .blog-item .nieuws-item-tekst {
    padding: 20px 15px;
  }
}
.breadcrumbs {
  width: 100%;
  display: inline-block;
  border-top: 2px solid;
  padding: 8px 0;
  border-bottom: 2px solid;
  border-color: #828282;
}
.breadcrumbs p {
  margin-bottom: 0;
  color: #515151;
}
.breadcrumbs p.woocommerce-result-count {
  margin-bottom: 0;
  float: right;
}
.breadcrumbs p#breadcrumbs span span a {
  color: #515151;
}
.breadcrumbs p#breadcrumbs span span a:first-child {
  font-size: 0px;
  line-height: 0px;
}
.breadcrumbs p#breadcrumbs span span a:first-child:before {
  content: "\f015";
  font: normal normal normal 17px/1 FontAwesome;
  color: #515151;
}
@media (max-width: 1199px) {
  .breadcrumbs p {
    font-size: 14px;
  }
}
.woocommerce input.input-text,
.page-template-page-zelfsamenstellen input.input-text,
.page-template-page-zelfsamenstellen-versvlees input.input-text {
  border: none;
  padding: 10px;
  background: #e5e5e5;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce input.input-text:focus,
.page-template-page-zelfsamenstellen input.input-text:focus,
.page-template-page-zelfsamenstellen-versvlees input.input-text:focus {
  outline: none;
  border: none;
  background: #d1d1d1;
}
.woocommerce .website-content .productoverzicht-heading,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-heading,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-heading {
  padding: 35px 0;
}
.woocommerce .website-content .productoverzicht-heading.nopaddingbottom,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-heading.nopaddingbottom,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-heading.nopaddingbottom {
  padding-bottom: 0;
}
.woocommerce .website-content .productoverzicht-heading h1,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-heading h1,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-heading h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
}
.woocommerce .website-content .productoverzicht-footer h2,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h2,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h2,
.woocommerce .website-content .productoverzicht-footer h3,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h3,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h3,
.woocommerce .website-content .productoverzicht-footer h4,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h4,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h4,
.woocommerce .website-content .productoverzicht-footer h5,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h5,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h5 {
  color: #701d0e;
}
.woocommerce .website-content .productoverzicht-footer h2,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h2,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
.woocommerce .website-content .content-body ul.products li.product,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px;
  background: white;
  border: 1px solid #828282;
  clear: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .website-content .content-body ul.products li.product.last,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product.last,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product.last {
  margin-right: 0;
}
.woocommerce .website-content .content-body ul.products li.product .stock,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product .stock,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product .stock {
  display: none;
}
.woocommerce .website-content .content-body ul.products li.product a,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a {
  display: inline-block;
  width: 100%;
}
.woocommerce .website-content .content-body ul.products li.product a img,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a img,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a img {
  width: 180px;
  float: left;
  margin: 0;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info {
  width: calc(100% - 180px);
  float: left;
  padding: 10px 15px;
  padding-bottom: 60px;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info h2,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info h2,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info h2 {
  float: left;
  max-width: calc(100% - 100px);
  color: #701d0e;
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  position: relative;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info h2:after,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info h2:after,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #701d0e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info .star-rating,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info .star-rating,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info .star-rating {
  float: right;
  font-size: 18px;
  margin: 0;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info .star-rating::before,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info .star-rating::before,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info .star-rating::before {
  content: '\53\53\53\53\53';
}
.woocommerce .website-content .content-body ul.products li.product a .product-info .star-rating span,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info .star-rating span,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info .star-rating span {
  color: #f39b31;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info .hr-border,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info .hr-border,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info .hr-border {
  display: inline-block;
  width: 100%;
  height: 8px;
  background: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-hr.svg');
  background-size: auto 100%;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info span.excerpt,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info span.excerpt,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info span.excerpt {
  float: left;
  min-height: 100px;
  width: 100%;
  font-size: 14px;
  min-height: 75px;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info span.excerpt p,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info span.excerpt p,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info span.excerpt p {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info span.price,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info span.price,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info span.price {
  font-size: 22px;
  color: #202020;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0;
  display: inline-block;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info span.price small,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info span.price small,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info span.price small {
  font-family: 'Alegreya', serif;
  float: left;
  width: 100%;
  font-weight: 300;
  font-style: italic;
  color: #828282;
  font-size: 12px;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background: #1ea914;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:hover,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:hover,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:focus,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:focus,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:focus,
.woocommerce .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:active,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:active,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:active {
  outline: none;
  color: white;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:before,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:before,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info.ajax_add_to_cart:before {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  color: white;
  margin-right: 10px;
}
.woocommerce .website-content .content-body ul.products li.product a .product-info.added_to_cart,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info.added_to_cart,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info.added_to_cart {
  display: none;
}
.woocommerce .website-content .content-body ul.products li.product form.cart,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart {
  width: calc(100% - 180px);
  margin-top: -55px;
  float: right;
  padding: 0 15px;
}
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container {
  float: left;
  display: inline-block;
  margin-right: 30px;
  height: 46px;
  position: relative;
}
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container::before,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container::before,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container input,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container input,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container input {
  height: 46px;
  margin: 0;
  padding: 0;
  width: 50px;
  text-align: center;
  background: white;
  border: 1px solid #f39b31;
  border-right: 0;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container .min,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container .min,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container .min,
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container .plus,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container .plus,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container .plus {
  display: block;
  height: 23px;
  position: absolute;
  background-color: white;
  color: #f39b31;
  width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #f39b31;
  cursor: pointer;
  z-index: 2;
}
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container .min:hover,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container .min:hover,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container .min:hover,
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container .plus:hover,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container .plus:hover,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container .plus:hover {
  background-color: #f39b31;
  color: white;
}
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container .plus,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container .plus,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container .plus {
  top: 0;
  right: -20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
}
.woocommerce .website-content .content-body ul.products li.product form.cart .quantity-container .min,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart .quantity-container .min,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart .quantity-container .min {
  bottom: 0;
  right: -20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button {
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background-color: #1ea914;
  padding: 15px 0px;
  margin: 0;
  min-width: 60px;
  text-indent: -9999px;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/icon-add-winkelmand.svg');
  background-size: auto 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.woocommerce .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:hover,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:hover,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:focus,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:focus,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:focus,
.woocommerce .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:active,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:active,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:active {
  outline: none;
  color: white;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .woocommerce .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button {
    width: 50px;
    height: 46px;
    min-width: 65px;
  }
}
.woocommerce .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:hover,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:hover,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart button.single_add_to_cart_button:hover {
  background-color: #198e11;
}
.woocommerce .website-content .content-body ul.products li.product:hover,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product:hover,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product:hover {
  transform: scale(1.01);
  border-color: #f39b31;
}
.woocommerce .website-content .content-body ul.products li.product:hover a .product-info h2::after,
.page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product:hover a .product-info h2::after,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product:hover a .product-info h2::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
@media (max-width: 767px) {
  .woocommerce .website-content .content-body ul.products li.product,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product {
    width: 100%;
  }
  .woocommerce .website-content .content-body ul.products li.product a img,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a img,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a img {
    width: 85px;
  }
  .woocommerce .website-content .content-body ul.products li.product a .product-info,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info {
    width: calc(100% - 85px);
    padding-bottom: 65px;
  }
  .woocommerce .website-content .content-body ul.products li.product a .product-info h2,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info h2,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info h2 {
    width: 100%;
  }
  .woocommerce .website-content .content-body ul.products li.product a .product-info .star-rating,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info .star-rating,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info .star-rating {
    float: left;
  }
  .woocommerce .website-content .content-body ul.products li.product form.cart,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart {
    width: calc(100% - 85px);
    margin-top: -55px;
    float: right;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce .website-content .content-body ul.products li.product a img,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a img,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a img {
    width: 125px;
  }
  .woocommerce .website-content .content-body ul.products li.product a .product-info,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info {
    width: calc(100% - 125px);
  }
  .woocommerce .website-content .content-body ul.products li.product a .product-info h2,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info h2,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info h2 {
    width: 100%;
  }
  .woocommerce .website-content .content-body ul.products li.product a .product-info .star-rating,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product a .product-info .star-rating,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product a .product-info .star-rating {
    float: left;
    margin-top: 5px;
  }
  .woocommerce .website-content .content-body ul.products li.product form.cart,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products li.product form.cart,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products li.product form.cart {
    width: calc(100% - 125px);
  }
}
.woocommerce .website-content .content-body .extra-bij-bestellen,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen {
  margin-top: 50px;
}
.woocommerce .website-content .content-body .extra-bij-bestellen h2,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen h2,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen h2 {
  font-weight: 700;
  color: #701d0e;
  margin-top: 0;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products {
  padding: 0;
  margin-bottom: 30px;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.titel-li h3,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.titel-li h3,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.titel-li h3 {
  margin: 0 0 15px 0;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product {
  background: none;
  padding: 0;
  border: none;
  width: 100%;
  margin: 0;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product:hover,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product:hover,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product:hover {
  transform: scale(1);
  border-color: #f39b31;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product:hover a .product-info h2::after,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product:hover a .product-info h2::after,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product:hover a .product-info h2::after {
  display: none;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product:has(.quantity-container) a .product-info,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product:has(.quantity-container) a .product-info,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product:has(.quantity-container) a .product-info {
  padding-left: 40px;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product .stock,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product .stock,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product .stock {
  display: none;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info {
  width: 100%;
  padding: 0;
  padding: 8px 70px 0 0;
  height: 30px;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info h2,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info h2,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info h2 {
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  max-width: calc(100% - 40px);
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info .hr-border,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info .hr-border,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info .hr-border {
  display: none;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info span.price,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info span.price,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info span.price {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  float: right;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info span.price small,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info span.price small,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product a .product-info span.price small {
  display: none;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart {
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container {
  margin-right: 0px;
  height: 30px;
  width: 40px;
  position: relative;
  float: left;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container::before,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container::before,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container::before {
  display: none;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container input,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container input,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container input {
  height: 30px;
  width: 30px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #f39b31;
  z-index: 1;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container .min,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container .min,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container .min,
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container .plus,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container .plus,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart .quantity-container .plus {
  display: none;
}
.woocommerce .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart button.single_add_to_cart_button,
.page-template-page-zelfsamenstellen .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart button.single_add_to_cart_button,
.page-template-page-zelfsamenstellen-versvlees .website-content .content-body .extra-bij-bestellen ul.products li.product form.cart button.single_add_to_cart_button {
  width: 60px;
  background-size: auto 16px;
  padding: 7px 0;
  float: right;
}
.woocommerce .website-content .productoverzicht-footer h1,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h1,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h1,
.woocommerce .website-content .productoverzicht-footer h2,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h2,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h2,
.woocommerce .website-content .productoverzicht-footer h3,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h3,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h3,
.woocommerce .website-content .productoverzicht-footer h4,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h4,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h4 {
  font-family: 'Roboto', sans-serif;
}
.woocommerce .website-content .productoverzicht-footer h2,
.page-template-page-zelfsamenstellen .website-content .productoverzicht-footer h2,
.page-template-page-zelfsamenstellen-versvlees .website-content .productoverzicht-footer h2 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .woocommerce .website-content .content-body ul.products,
  .page-template-page-zelfsamenstellen .website-content .content-body ul.products,
  .page-template-page-zelfsamenstellen-versvlees .website-content .content-body ul.products {
    padding-left: 0;
  }
}
.product-single #sidebar .sidebar-item:first-child {
  margin-top: 50px;
}
.zelf-samenstellen #sidebar .sidebar-item:first-child {
  margin-top: -50px;
}
aside#sidebar {
  float: left;
}
aside#sidebar .sidebar-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  background: white;
  border: 1px solid #828282;
  padding: 15px 10px;
}
aside#sidebar .sidebar-item:first-child {
  margin-top: -135px;
}
aside#sidebar .sidebar-item h3 {
  font-family: 'Roboto', sans-serif;
  color: #701d0e;
  font-weight: 700;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content ul.woocommerce-mini-cart li {
  border-bottom: 1px solid #828282;
  padding: 8px 0;
  display: inline-block;
  float: left;
  width: 100%;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove_from_cart_button {
  float: left;
  background: #d24a2b;
  width: 17px;
  height: 17px;
  color: white !important;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-right: 10px;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove_from_cart_button:hover {
  background: #b03e24;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
  color: #d24a2b;
  line-height: 1;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
  font-size: 14px;
  display: inline-block;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content ul.woocommerce-mini-cart li:last-child {
  border-bottom: 0;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__total {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px 0;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__total::before,
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__total::after {
  content: '';
  height: 10px;
  background: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-hr.svg');
  background-size: auto 100%;
  float: left;
  width: 100%;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__total span {
  margin: 4px 0;
  display: inline-block;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__buttons {
  text-align: center;
  padding: 0 8px;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__buttons a.wc-forward {
  display: none;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__buttons a.checkout {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 12px 25px;
  width: 100%;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__buttons a.checkout:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__buttons a.checkout:focus,
aside#sidebar .sidebar-item .widget_shopping_cart_content p.woocommerce-mini-cart__buttons a.checkout:active {
  outline: none;
  color: white;
}
aside#sidebar .sidebar-item.sidebar-voordelen {
  background: #f39b31;
  border: none;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen {
  display: inline-block;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li {
  padding: 10px 5px;
  width: 100%;
  border-bottom: 1px solid #e4ae6c;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li p {
  margin: 0;
  color: white;
  line-height: 1;
  font-size: 14px;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li p strong {
  color: white;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li p i {
  width: 100%;
  font-style: italic;
  font-weight: 300;
  float: left;
}
@media screen and (max-width: 767px) {
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen {
    display: block;
  }
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li {
    margin: 4px 0;
    width: 100%;
    text-align: left;
  }
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li::before {
    display: inline-block;
  }
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li img {
    height: auto;
    width: 20px;
  }
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li p {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen {
    display: block;
  }
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li {
    display: flex;
    width: 100%;
    text-align: left;
  }
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li img {
    height: auto;
    width: 20px;
  }
  aside#sidebar .sidebar-item.sidebar-voordelen ul.voordelen li p {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
  }
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.klantenservice {
  list-style: none;
  width: 100%;
  padding: 0;
  display: inline-block;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.klantenservice li {
  padding: 10px 5px;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.klantenservice li img {
  width: 20px;
  height: auto;
  margin-right: 15px;
  float: left;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.klantenservice li p {
  width: calc(100% - 35px);
  float: right;
  color: #701d0e;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.klantenservice li ul.submenu-klantenservice {
  list-style: none;
  padding: 0;
  width: calc(100% - 35px);
  float: right;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.klantenservice li ul.submenu-klantenservice li {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.klantenservice li ul.submenu-klantenservice li a {
  color: white;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
aside#sidebar .sidebar-item.sidebar-voordelen ul.klantenservice li ul.submenu-klantenservice li a:hover {
  color: #701d0e;
}
aside#sidebar .sidebar-item.sidebar-offerte {
  text-align: center;
  margin-bottom: 0;
  border-bottom: 0;
  padding: 15px 10px 20px 10px;
}
aside#sidebar .sidebar-item.sidebar-offerte p {
  padding: 0 12px;
}
aside#sidebar .sidebar-item.sidebar-offerte a.offerte-aanvragen {
  background-color: #1ea914;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background: #c0c0c0;
  color: white;
}
aside#sidebar .sidebar-item.sidebar-offerte a.offerte-aanvragen:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
aside#sidebar .sidebar-item.sidebar-offerte a.offerte-aanvragen:focus,
aside#sidebar .sidebar-item.sidebar-offerte a.offerte-aanvragen:active {
  outline: none;
  color: white;
}
aside#sidebar .sidebar-item.sidebar-offerte a.offerte-aanvragen:hover {
  background: #acacac;
}
@media (max-width: 767px) {
  aside#sidebar .sidebar-item:first-child {
    margin-top: 30px;
  }
}
.woocommerce .website-content div.product {
  margin-top: 50px;
}
.woocommerce .website-content div.product .woocommerce-product-gallery {
  float: left;
  width: 32%;
  margin-bottom: 0;
}
.woocommerce .website-content div.product .woocommerce-product-gallery img {
  width: 100%;
}
.woocommerce .website-content div.product .summary {
  float: right;
  width: 68%;
  padding-left: 20px;
}
.woocommerce .website-content div.product .summary h1.product_title {
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.woocommerce .website-content div.product .summary .woocommerce-product-rating {
  margin-bottom: 0px;
}
.woocommerce .website-content div.product .summary .woocommerce-product-rating .star-rating {
  float: left;
  font-size: 18px;
  margin: 8px 0 0 0;
}
.woocommerce .website-content div.product .summary .woocommerce-product-rating .star-rating::before {
  content: '\53\53\53\53\53';
}
.woocommerce .website-content div.product .summary .woocommerce-product-rating .star-rating span {
  color: #f39b31;
}
.woocommerce .website-content div.product .summary .woocommerce-product-rating a.woocommerce-review-link {
  display: none;
}
.woocommerce .website-content div.product .summary .woocommerce-product-details__short-description {
  float: left;
  width: 100%;
}
.woocommerce .website-content div.product .summary .stock {
  display: none;
}
.woocommerce .website-content div.product .summary p.price {
  font-size: 22px;
  color: #202020;
  font-weight: 800;
  line-height: 1;
  margin: 8px 0 15px 0;
  display: inline-block;
  width: 100%;
}
.woocommerce .website-content div.product .summary p.price small {
  font-family: 'Alegreya', serif;
  float: left;
  width: 100%;
  font-weight: 300;
  font-style: italic;
  color: #828282;
  font-size: 12px;
}
.woocommerce .website-content div.product .summary p.price::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 8px;
  background: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-hr.svg');
  background-size: auto 100%;
  margin-bottom: 6px;
}
.woocommerce .website-content div.product .summary p.voorraad {
  color: #008900;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce .website-content div.product .summary p.voorraad.niet {
  color: #d24a2b;
}
.woocommerce .website-content div.product .summary form.cart {
  float: left;
  margin: 15px 0;
  width: 100%;
}
.woocommerce .website-content div.product .summary form.cart .quantity-container {
  float: left;
  display: inline-block;
  margin-right: 30px;
  height: 46px;
  position: relative;
}
.woocommerce .website-content div.product .summary form.cart .quantity-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.woocommerce .website-content div.product .summary form.cart .quantity-container input {
  height: 46px;
  margin: 0;
  padding: 0;
  width: 50px;
  text-align: center;
  background: white;
  border: 1px solid #f39b31;
  border-right: 0;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .website-content div.product .summary form.cart .quantity-container .min,
.woocommerce .website-content div.product .summary form.cart .quantity-container .plus {
  display: block;
  height: 23px;
  position: absolute;
  background-color: white;
  color: #f39b31;
  width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #f39b31;
  cursor: pointer;
}
.woocommerce .website-content div.product .summary form.cart .quantity-container .min:hover,
.woocommerce .website-content div.product .summary form.cart .quantity-container .plus:hover {
  background-color: #f39b31;
  color: white;
}
.woocommerce .website-content div.product .summary form.cart .quantity-container .plus {
  top: 0;
  right: -20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
}
.woocommerce .website-content div.product .summary form.cart .quantity-container .min {
  bottom: 0;
  right: -20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .website-content div.product .summary form.cart button.single_add_to_cart_button {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background: #1ea914;
  padding: 15px 0px;
  margin: 0;
  min-width: 60px;
  text-indent: -9999px;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/icon-add-winkelmand.svg');
  background-size: auto 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.woocommerce .website-content div.product .summary form.cart button.single_add_to_cart_button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce .website-content div.product .summary form.cart button.single_add_to_cart_button:focus,
.woocommerce .website-content div.product .summary form.cart button.single_add_to_cart_button:active {
  outline: none;
  color: white;
}
.woocommerce .website-content div.product .summary form.cart button.single_add_to_cart_button:hover {
  background-color: #198e11;
}
.woocommerce .website-content div.product .summary .product_meta span {
  color: #701d0e;
  font-size: 13px;
}
.woocommerce .website-content div.product .summary .product_meta span a {
  color: #701d0e;
  text-decoration: underline;
}
.woocommerce .website-content div.product .inbegrepen-bij-pakketten {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.woocommerce .website-content div.product .inbegrepen-bij-pakketten h2 {
  font-weight: 700;
  color: #701d0e;
  margin-top: 0;
}
.woocommerce .website-content div.product .inbegrepen-bij-pakketten h3 {
  margin: 0 0 8px 0;
}
.woocommerce .website-content div.product .inbegrepen-bij-pakketten ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.woocommerce .website-content div.product .inbegrepen-bij-pakketten ul li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.woocommerce .website-content div.product .inbegrepen-bij-pakketten ul li::before {
  content: '';
  position: absolute;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/check-icon.svg');
  width: 13px;
  top: 0;
  bottom: 0;
  left: 0px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.woocommerce .website-content div.product .inbegrepen-bij-pakketten p {
  font-size: 14px;
}
.woocommerce .website-content div.product #reviews {
  margin-top: 50px;
}
.woocommerce .website-content div.product #reviews #comments h2 {
  font-weight: 700;
  color: #701d0e;
  margin-top: 0;
}
.woocommerce .website-content div.product #reviews #comments p.woocommerce-noreviews {
  margin-bottom: 30px;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li {
  padding: 10px 0;
  border-bottom: 2px solid #f4f4f4;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li img.avatar {
  display: none;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: none;
  padding: 0;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .star-rating {
  float: right;
  font-size: 19px;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .star-rating::before {
  content: '\53\53\53\53\53';
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .star-rating span {
  color: #f39b31;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .meta {
  float: left;
  width: calc(100% - 110px);
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author {
  color: #202020;
  font-weight: 400;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
  width: 100%;
  color: #701d0e;
  display: inline-block;
  font-size: 13px;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .description {
  float: left;
  width: 100%;
}
.woocommerce .website-content div.product #reviews #comments ol.commentlist li:last-child {
  border-bottom: none;
}
.woocommerce .website-content div.product #reviews span#reply-title {
  display: none;
}
.woocommerce .website-content div.product #reviews #commentform {
  margin-top: 0px;
  background: white;
  padding: 20px;
}
.woocommerce .website-content div.product #reviews #commentform p.stars a {
  color: #f39b31;
}
.woocommerce .website-content div.product #reviews #commentform #comment,
.woocommerce .website-content div.product #reviews #commentform #author,
.woocommerce .website-content div.product #reviews #commentform #email,
.woocommerce .website-content div.product #reviews #commentform #title {
  border: none;
  padding: 10px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  width: 100%;
}
.woocommerce .website-content div.product #reviews #commentform #comment:focus,
.woocommerce .website-content div.product #reviews #commentform #author:focus,
.woocommerce .website-content div.product #reviews #commentform #email:focus,
.woocommerce .website-content div.product #reviews #commentform #title:focus {
  outline: none;
  border: none;
  background: #d1d1d1;
}
.woocommerce .website-content div.product #reviews #commentform .comment-form-author,
.woocommerce .website-content div.product #reviews #commentform .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce .website-content div.product #reviews #commentform .comment-form-author {
  padding-right: 7.5px;
}
.woocommerce .website-content div.product #reviews #commentform .comment-form-email {
  padding-left: 7.5px;
}
.woocommerce .website-content div.product #reviews #commentform #submit {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 15px 25px;
  margin-top: 5px;
}
.woocommerce .website-content div.product #reviews #commentform #submit:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce .website-content div.product #reviews #commentform #submit:focus,
.woocommerce .website-content div.product #reviews #commentform #submit:active {
  outline: none;
  color: white;
}
@media (max-width: 767px) {
  .woocommerce .website-content div.product {
    padding: 20px 0;
    margin: 0;
  }
  .woocommerce .website-content div.product .woocommerce-product-gallery {
    width: 100%;
  }
  .woocommerce .website-content div.product .woocommerce-product-gallery img {
    max-height: 180px;
    width: auto;
    margin: 0 auto 15px auto;
  }
  .woocommerce .website-content div.product .summary {
    width: 100%;
    padding: 0;
  }
  .woocommerce .website-content div.product .summary h1.product_title {
    font-size: 25px;
  }
  .woocommerce .website-content div.product .summary form.cart {
    max-width: 100%;
    width: 100%;
  }
  .woocommerce .website-content div.product .summary form.cart .quantity-container {
    width: 40px;
    margin-right: 40px;
  }
  .woocommerce .website-content div.product .summary form.cart button.single_add_to_cart_button {
    padding: 15px 29px 15px 12px;
  }
  .woocommerce .website-content div.product .inbegrepen-bij-pakketten,
  .woocommerce .website-content div.product .extra-bij-bestellen {
    margin-top: 30px;
  }
  .woocommerce .website-content div.product .inbegrepen-bij-pakketten h2,
  .woocommerce .website-content div.product .extra-bij-bestellen h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .woocommerce .website-content div.product #reviews {
    margin-top: 30px;
  }
  .woocommerce .website-content div.product #reviews #comments h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: left;
    margin-bottom: 10px;
  }
  .woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .star-rating::before {
    content: '\53\53\53\53\53';
  }
  .woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .star-rating span {
    color: #f39b31;
  }
  .woocommerce .website-content div.product #reviews #comments ol.commentlist li .comment-text .meta {
    float: left;
    width: 100%;
  }
  .woocommerce .website-content div.product #reviews #commentform {
    padding: 15px;
    margin: 0;
  }
  .woocommerce .website-content div.product #reviews #commentform .comment-form-author,
  .woocommerce .website-content div.product #reviews #commentform .comment-form-email {
    width: 100%;
    padding: 0;
  }
  .woocommerce .website-content div.product #reviews #commentform #submit {
    width: 100%;
  }
}
.pagina-banner {
  text-align: center;
  padding: 105px 0 200px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.pagina-banner h1 {
  color: white;
  font-size: 70px;
  margin-bottom: 0;
}
.pagina-banner p.subtitel {
  color: white;
  margin-bottom: 0;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  font-size: 24px;
}
.pagina-banner::before {
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  left: 50px;
  top: 75px;
  background-size: auto 100%;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/vanmierlovlees-vuurelement.png');
  z-index: -1;
  background-repeat: no-repeat;
}
.pagina-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 17px;
  width: 100%;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-kartel-grijs.svg');
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.pagina-banner.banner-smal {
  padding: 50px 0 15px 0;
  text-align: left;
}
.pagina-banner.banner-smal::before,
.pagina-banner.banner-smal::after {
  display: none;
}
.pagina-banner.banner-smal p#breadcrumbs {
  color: white;
  margin-bottom: 0;
}
.pagina-banner.banner-smal p#breadcrumbs a {
  color: white;
}
@media (max-width: 767px) {
  .pagina-banner {
    padding: 50px 0 75px 0;
  }
  .pagina-banner::before {
    background-size: 100% auto;
    width: 260px;
    left: -25px;
  }
  .pagina-banner h1 {
    font-size: 44px;
  }
  .pagina-banner p.subtitel {
    font-size: 16px;
  }
  .pagina-banner p#breadcrumbs {
    font-size: 14px;
  }
}
.content-container {
  background: white;
  width: 100%;
  padding: 50px 45px;
  border: 1px solid #828282;
  margin: -150px 0 60px 0;
  min-height: 175px;
  z-index: 1;
  position: relative;
}
.content-container.single-container {
  margin-top: -255px;
  border: none;
}
.content-container.single-container .blogitem-afbeelding {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 35px;
}
.content-container.single-container h1 {
  font-family: 'Roboto', sans-serif;
  color: #202020;
}
.content-container.single-container p.plaatsingsdatum {
  margin-bottom: 0;
}
.content-container.single-container .social-share {
  padding: 15px 0 25px 0;
}
.content-container.single-container .social-share ul.ssbp-list li {
  margin-top: 0;
}
.content-container.single-container .social-share ul.ssbp-list li.ssbp-li--facebook {
  margin-left: 0 !important;
}
.content-container p + ul {
  margin-top: -1em;
}
.content-container ul:not(#shipping_method) {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.content-container ul:not(#shipping_method) li {
  font-size: 16px;
  line-height: 1.7;
  color: #202020;
  font-weight: 400;
  padding-left: 1em;
}
.content-container ul:not(#shipping_method) li::before {
  content: "\2022";
  color: #701d0e;
  font-weight: 700;
  display: inline-block;
  font-size: 21px;
  width: 1em;
  margin-left: -.5em;
}
.content-container ul:not(#shipping_method) li a {
  color: #202020;
  text-decoration: underline;
  position: relative;
}
.content-container ul:not(#shipping_method) li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #e5322d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-container ul:not(#shipping_method) li a:hover {
  color: #e5322d;
}
.content-container ul:not(#shipping_method) li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
.content-container ul:not(#shipping_method) li a:hover {
  text-decoration: none;
}
.content-container.without-bg {
  background: none;
  padding: 30px 0;
  border: none;
  margin-top: 0;
}
.content-container.without-bg .logopremium-container {
  text-align: center;
}
.content-container.without-bg .logopremium-container a.logopremium {
  margin: 0 auto;
  display: inline-block;
}
.content-container.without-bg .logopremium-container a.logopremium img {
  width: 200px;
  max-width: 100%;
}
.content-container h2 {
  color: #701d0e;
  margin-bottom: 15px;
  font-weight: 700;
}
.content-container h3 {
  color: #701d0e;
  margin-bottom: 10px;
  font-weight: 700;
}
.content-container p {
  margin-bottom: 30px;
}
.content-container p a {
  position: relative;
  color: #202020;
}
.content-container p a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #e5322d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-container p a:hover {
  color: #e5322d;
}
.content-container p a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
.content-container img {
  max-width: 100%;
  height: auto;
}
.content-container iframe {
  max-width: 100%;
}
.content-container .maps-container {
  position: relative;
  padding-bottom: 35%;
  width: 100%;
}
.content-container .maps-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.content-container .rechts-uitlijnen {
  float: right;
}
.content-container .panel-default {
  border: none;
  box-shadow: none;
  margin: 0;
}
.content-container .panel-default .panel-heading {
  background: none;
  padding: 5px 0;
  border: none;
  margin-bottom: 5px;
}
.content-container .panel-default .panel-heading a {
  color: #701d0e;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
.content-container .panel-default .panel-heading a img {
  height: 11px;
  -webkit-transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  -moz-transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  -o-transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  -ms-transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  transform: rotate(180deg) scale(1) translateY(0) translateX(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  margin-top: 8px;
}
.content-container .panel-default .panel-heading a span {
  width: calc(100% - 30px);
  float: right;
}
.content-container .panel-default .panel-heading a.collapsed img {
  -webkit-transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  -moz-transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  -o-transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  -ms-transform: rotate(0deg) scale(1) translateY(0) translateX(0);
  transform: rotate(0deg) scale(1) translateY(0) translateX(0);
}
.content-container .panel-default .panel-heading a:hover {
  color: rgba(32, 32, 32, 0.8);
}
.content-container .panel-default .panel-collapse .panel-body {
  padding: 5px 0;
  border-top: none;
  width: calc(100% - 30px);
  margin-left: 30px;
}
@media (max-width: 767px) {
  .content-container {
    margin: -50px 15px 0 15px;
    padding: 20px 15px;
    width: calc(100% - 30px);
  }
  .content-container.single-container {
    margin: -80px 15px 0 15px;
  }
  .content-container.single-container .blogitem-afbeelding {
    min-height: 250px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 35px;
  }
  .content-container .rechts-uitlijnen {
    float: left;
  }
  .content-container .panel-default .panel-heading a {
    font-size: 18px;
  }
  .content-container .panel-default .panel-heading a img {
    height: 8px;
  }
  .content-container .panel-default .panel-heading a span {
    width: calc(100% - 20px);
    font-size: 16px;
  }
  .content-container .panel-default .panel-collapse .panel-body {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-container.single-container .blogitem-afbeelding {
    min-height: 400px;
  }
}
.pakketmogelijkheden h3 {
  color: #701d0e;
  font-size: 34px;
  text-align: center;
}
.pakketmogelijkheden h3 span {
  color: #e5322d;
}
.pakketmogelijkheden .pakket-item-afbeelding {
  background-size: cover;
  background-position: center center;
  padding: 135px 15px 0 15px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.pakketmogelijkheden .pakket-item-afbeelding .pakket-item-content {
  background: white;
  float: left;
  padding: 15px 10px 0 10px;
  width: 100%;
  margin-bottom: -4px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pakketmogelijkheden .pakket-item-afbeelding .pakket-item-content .pakket-item-content-inner {
    min-height: 60px;
  }
}
.pakketmogelijkheden .pakket-item-afbeelding .pakket-item-content .pakket-item-content-inner h3 {
  font-size: 14px;
  color: #202020;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
.pakketmogelijkheden .pakket-item-afbeelding .pakket-item-content .pakket-item-content-inner p {
  font-size: 14px;
}
.pakketmogelijkheden .pakket-item-afbeelding .pakket-item-content .button {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  font-family: 'Lobster', cursive;
  font-weight: 400;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #006000;
  margin-bottom: -15px;
  font-size: 15px;
}
.pakketmogelijkheden .pakket-item-afbeelding .pakket-item-content .button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.pakketmogelijkheden .pakket-item-afbeelding .pakket-item-content .button:focus,
.pakketmogelijkheden .pakket-item-afbeelding .pakket-item-content .button:active {
  outline: none;
  color: white;
}
.home .pakketmogelijkheden {
  background: white;
  padding: 100px 0 40px 0;
}
.woocommerce-cart .content-container {
  width: 100%;
}
.woocommerce-cart .content-container table.shop_table {
  border: none;
}
.woocommerce-cart .content-container table.shop_table tr td.product-name a {
  color: #202020;
}
.woocommerce-cart .content-container table.shop_table tr td.product-quantity input.input-text {
  border: none;
  padding: 10px;
  background: #e5e5e5;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 50px;
}
.woocommerce-cart .content-container table.shop_table tr td.product-quantity input.input-text:focus {
  outline: none;
  border: none;
  background: #d1d1d1;
}
.woocommerce-cart .content-container table.shop_table tr td .quantity-container {
  float: left;
  display: inline-block;
  margin-right: 30px;
  height: 40px;
  position: relative;
}
.woocommerce-cart .content-container table.shop_table tr td .quantity-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.woocommerce-cart .content-container table.shop_table tr td .quantity-container input {
  height: 40px;
  margin: 0;
  padding: 0;
  width: 50px;
  text-align: center;
  background: white;
  border: 1px solid #f39b31;
  border-right: 0;
  font-weight: 600;
  font-size: 18px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce-cart .content-container table.shop_table tr td .quantity-container .min,
.woocommerce-cart .content-container table.shop_table tr td .quantity-container .plus {
  display: block;
  height: 20px;
  position: absolute;
  background-color: white;
  color: #f39b31;
  width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #f39b31;
  cursor: pointer;
}
.woocommerce-cart .content-container table.shop_table tr td .quantity-container .min:hover,
.woocommerce-cart .content-container table.shop_table tr td .quantity-container .plus:hover {
  background-color: #f39b31;
  color: white;
}
.woocommerce-cart .content-container table.shop_table tr td .quantity-container .plus {
  top: 0;
  right: -20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
}
.woocommerce-cart .content-container table.shop_table tr td .quantity-container .min {
  bottom: 0;
  right: -20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce-cart .content-container table.shop_table tr td.actions .coupon input#coupon_code {
  min-width: 110px;
  padding: 7px 5px;
}
.woocommerce-cart .content-container table.shop_table tr td.actions input.button,
.woocommerce-cart .content-container table.shop_table tr td.actions button {
  background-color: #1ea914;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background: #c0c0c0;
  color: white;
}
.woocommerce-cart .content-container table.shop_table tr td.actions input.button:hover,
.woocommerce-cart .content-container table.shop_table tr td.actions button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-cart .content-container table.shop_table tr td.actions input.button:focus,
.woocommerce-cart .content-container table.shop_table tr td.actions button:focus,
.woocommerce-cart .content-container table.shop_table tr td.actions input.button:active,
.woocommerce-cart .content-container table.shop_table tr td.actions button:active {
  outline: none;
  color: white;
}
.woocommerce-cart .content-container table.shop_table tr td.actions input.button:hover,
.woocommerce-cart .content-container table.shop_table tr td.actions button:hover {
  background: #acacac;
}
.woocommerce-cart .content-container .cart_totals h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Lobster', cursive;
  font-weight: 400;
}
.woocommerce-cart .content-container .alert-bbq {
  background: #d24a2b;
  margin-top: 20px;
}
.woocommerce-cart .content-container .alert-bbq p {
  color: white;
  margin: 0;
  font-size: 14px;
}
.woocommerce-cart .content-container a.button {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.woocommerce-cart .content-container a.button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-cart .content-container a.button:focus,
.woocommerce-cart .content-container a.button:active {
  outline: none;
  color: white;
}
.woocommerce-cart .content-container a.button.alt {
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
  background-color: #1ea914;
  padding: 15px 25px;
}
.woocommerce-cart .content-container a.button.alt:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-cart .content-container a.button.alt:focus,
.woocommerce-cart .content-container a.button.alt:active {
  outline: none;
  color: white;
}
.woocommerce-cart .content-container a.button.alt:hover {
  background-color: #14720e;
}
.woocommerce-cart .sidebar {
  display: none;
}
.woocommerce-checkout .content-container {
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  .woocommerce-checkout .content-container h3#ship-to-different-address {
    margin-left: 20px;
  }
}
.woocommerce-checkout .content-container form.woocommerce-checkout {
  border: none;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p.meldingWeekend {
  display: none;
  margin-bottom: 10px;
  color: #d24a2b;
  font-weight: 700;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p input {
  border: none;
  padding: 10px;
  background: #e5e5e5;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p input:focus {
  outline: none;
  border: none;
  background: #d1d1d1;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p input.input-checkbox {
  line-height: 1;
  position: relative;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p label a {
  color: #f39b31;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p label a:hover {
  color: #ed880e;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p textarea {
  border: none;
  padding: 10px;
  background: #e5e5e5;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p textarea:focus {
  outline: none;
  border: none;
  background: #d1d1d1;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p.woocommerce-invalid label {
  color: #d24a2b;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p.woocommerce-invalid input.input-text {
  border-color: #d24a2b;
}
.woocommerce-checkout .content-container form.woocommerce-checkout p.wc-terms-and-conditions {
  margin-top: 11px;
}
.woocommerce-checkout .content-container form.woocommerce-checkout #order_review table.shop_table {
  border: none;
}
.woocommerce-checkout .content-container form.woocommerce-checkout #order_review #payment #place_order {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 15px 25px;
}
.woocommerce-checkout .content-container form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-checkout .content-container form.woocommerce-checkout #order_review #payment #place_order:focus,
.woocommerce-checkout .content-container form.woocommerce-checkout #order_review #payment #place_order:active {
  outline: none;
  color: white;
}
.woocommerce-checkout .content-container form.woocommerce-checkout input.button.alt {
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background-color: #1ea914;
}
.woocommerce-checkout .content-container form.woocommerce-checkout input.button.alt:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-checkout .content-container form.woocommerce-checkout input.button.alt:focus,
.woocommerce-checkout .content-container form.woocommerce-checkout input.button.alt:active {
  outline: none;
  color: white;
}
.woocommerce-checkout .content-container form.woocommerce-checkout input.button.alt:hover {
  background-color: #14720e;
}
.woocommerce-checkout .content-container form.woocommerce-checkout .woocommerce-shipping-fields .alert-shipping {
  background: #f39b31;
  margin-top: 20px;
}
.woocommerce-checkout .content-container form.woocommerce-checkout .woocommerce-shipping-fields .alert-shipping p {
  color: white;
  margin: 0;
  font-size: 14px;
}
.woocommerce-checkout .sidebar {
  display: none;
}
.woocommerce-account .content-container {
  width: 100%;
}
.woocommerce-account .content-container #customer_login {
  margin-top: 30px;
}
.woocommerce-account .content-container #customer_login h2 {
  font-family: 'Lobster', cursive;
  font-weight: 400;
}
.woocommerce-account .content-container #customer_login form.login,
.woocommerce-account .content-container #customer_login form.register {
  border-radius: 0;
  margin-top: 15px;
}
.woocommerce-account .content-container #customer_login form.login input,
.woocommerce-account .content-container #customer_login form.register input {
  border: none;
  padding: 10px;
  background: #e5e5e5;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-account .content-container #customer_login form.login input:focus,
.woocommerce-account .content-container #customer_login form.register input:focus {
  outline: none;
  border: none;
  background: #d1d1d1;
}
.woocommerce-account .content-container #customer_login form.login input.button,
.woocommerce-account .content-container #customer_login form.register input.button {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  margin-right: 10px;
}
.woocommerce-account .content-container #customer_login form.login input.button:hover,
.woocommerce-account .content-container #customer_login form.register input.button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-account .content-container #customer_login form.login input.button:focus,
.woocommerce-account .content-container #customer_login form.register input.button:focus,
.woocommerce-account .content-container #customer_login form.login input.button:active,
.woocommerce-account .content-container #customer_login form.register input.button:active {
  outline: none;
  color: white;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation {
  width: 23%;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  padding: 10px 12px;
  background: #f4f4f4;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  display: block;
  color: #202020;
  text-decoration: none;
  font-size: 16px;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active {
  border-color: #f39b31;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover {
  border-color: #f39b31;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 25px;
  background: none;
  padding: 0;
  border: none;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  background: #d24a2b;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:focus,
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:active {
  outline: none;
  color: white;
}
.woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #bd4327;
}
@media (max-width: 767px) {
  .woocommerce-account .content-container .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    display: inline-block;
    padding: 4px 3px;
    float: left;
    border-left: none;
    border-bottom: 2px solid transparent;
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
  .woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    width: 100%;
    margin-top: 0px;
  }
  .woocommerce-account .content-container .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
    font-size: 13px;
  }
}
.woocommerce-account .content-container .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content p a {
  color: #f39b31;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content p a:hover {
  color: #ed880e;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content form input.button {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content form input.button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content form input.button:focus,
.woocommerce-account .content-container .woocommerce-MyAccount-content form input.button:active {
  outline: none;
  color: white;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content table {
  border: none;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 30px;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content .woocommerce-Address h3 {
  margin-top: 0;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content .woocommerce-Address a {
  color: #f39b31;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content .woocommerce-Address a:hover {
  text-decoration: underline;
}
.woocommerce-account .content-container .woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .woocommerce-account .content-container .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account .sidebar {
  display: none;
}
.woocommerce-order-received h2 {
  font-size: 24px;
}
.woocommerce-order-received ul.woocommerce-order-overview {
  display: none;
}
.woocommerce-order-received ul.bacs_details {
  padding: 0;
}
.woocommerce-order-received table.woocommerce-table {
  border: none;
}
.woocommerce-order-received .thankyou-page-custom .thankyou-page-custom-inner {
  border-bottom: 2px solid #f39b31;
  display: inline-block;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.woocommerce-order-received .thankyou-page-custom .thankyou-page-custom-inner .custom-item-inner {
  margin-top: 30px;
}
.woocommerce-order-received .thankyou-page-custom .thankyou-page-custom-inner .custom-item-inner a.button {
  background-color: #1ea914;
  color: white;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 12px 15px;
  font-size: 16px;
}
.woocommerce-order-received .thankyou-page-custom .thankyou-page-custom-inner .custom-item-inner a.button:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.woocommerce-order-received .thankyou-page-custom .thankyou-page-custom-inner .custom-item-inner a.button:focus,
.woocommerce-order-received .thankyou-page-custom .thankyou-page-custom-inner .custom-item-inner a.button:active {
  outline: none;
  color: white;
}
@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce-bacs-bank-details {
    width: 83.33333333%;
  }
  .woocommerce-order-received .woocommerce-order-details {
    width: 83.33333333%;
  }
}
.wpcf7 form.wpcf7-form {
  display: inline-block;
  width: 100%;
}
.wpcf7 form.wpcf7-form .form-group {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.wpcf7 form.wpcf7-form .form-group label {
  text-align: left;
  width: 100%;
}
.wpcf7 form.wpcf7-form .form-group input.wpcf7-text,
.wpcf7 form.wpcf7-form .form-group textarea.wpcf7-textarea {
  border: none;
  padding: 10px;
  background: #e5e5e5;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 5px 0 15px 0;
  width: 100%;
  font-weight: 400;
}
.wpcf7 form.wpcf7-form .form-group input.wpcf7-text:focus,
.wpcf7 form.wpcf7-form .form-group textarea.wpcf7-textarea:focus {
  outline: none;
  border: none;
  background: #d1d1d1;
}
.wpcf7 form.wpcf7-form .form-group input.wpcf7-text.wpcf7-not-valid,
.wpcf7 form.wpcf7-form .form-group textarea.wpcf7-textarea.wpcf7-not-valid {
  border-color: #d24a2b;
}
.wpcf7 form.wpcf7-form .form-group input.wpcf7-submit {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  float: left;
  min-width: 200px;
}
.wpcf7 form.wpcf7-form .form-group input.wpcf7-submit:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
.wpcf7 form.wpcf7-form .form-group input.wpcf7-submit:focus,
.wpcf7 form.wpcf7-form .form-group input.wpcf7-submit:active {
  outline: none;
  color: white;
}
@media (max-width: 767px) {
  .wpcf7 form.wpcf7-form .form-group input.wpcf7-submit {
    width: 100%;
  }
}
.wpcf7 form.wpcf7-form .form-group span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form.wpcf7-form .wpcf7-validation-errors,
.wpcf7 form.wpcf7-form .wpcf7-mail-sent-ok {
  border: none;
  background: #d24a2b;
  padding: 15px 20px;
  margin: 15px 0;
  color: white;
}
.wpcf7 form.wpcf7-form .wpcf7-mail-sent-ok {
  background: #008900;
}
footer {
  position: relative;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-top: -32px;
}
footer::before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 100%;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-kartel.svg');
  background-size: auto 100%;
  background-repeat: repeat-x;
}
footer .footer-top {
  padding: 65px 0;
}
footer .footer-top .footer-item {
  margin-bottom: 35px;
}
footer .footer-top .footer-item h3 {
  color: #462220;
  font-size: 22px;
  margin-top: 0;
}
footer .footer-top .footer-item p a {
  color: #202020;
  position: relative;
}
footer .footer-top .footer-item p a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #e5322d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-top .footer-item p a:hover {
  color: #e5322d;
}
footer .footer-top .footer-item p a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
footer .footer-top .footer-item ul {
  padding: 0;
}
footer .footer-top .footer-item ul li {
  list-style: none;
  line-height: 1.6;
}
footer .footer-top .footer-item ul li a {
  font-size: 16px;
  color: #202020;
  position: relative;
}
footer .footer-top .footer-item ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #e5322d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-top .footer-item ul li a:hover {
  color: #e5322d;
}
footer .footer-top .footer-item ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
footer .footer-top .footer-item .fb_iframe_widget {
  width: 100%;
}
footer .footer-top .footer-item .fb_iframe_widget span {
  max-width: 100%;
}
footer .footer-top .footer-item .fb_iframe_widget span iframe {
  width: 100%;
}
footer .footer-top .footer-blog-item a {
  color: #202020;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer-top .footer-blog-item a:hover {
  color: #701d0e;
}
@media (max-width: 767px) {
  footer .footer-top .footer-blog-item {
    margin-bottom: 10px;
  }
}
footer .footer-bottom {
  background: white;
}
footer .footer-bottom .footer-bottom-top {
  display: inline-block;
  width: 100%;
  height: 100px;
  background: #e5322d;
}
footer .footer-bottom .footer-bottom-top::before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 100%;
  background: #f4f4f4;
  background-image: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/border-kartel-donker.svg');
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-bottom-top {
    height: 55px;
  }
  footer .footer-bottom .footer-bottom-top::before {
    height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .footer-bottom-top {
    height: 65px;
  }
}
footer .footer-bottom .footer-bottom-content {
  padding: 10px 0 0 0;
}
footer .footer-bottom .footer-bottom-content .footer-item ul {
  padding: 0;
  margin: 0;
}
footer .footer-bottom .footer-bottom-content .footer-item ul li {
  display: inline;
  font-size: 14px;
}
footer .footer-bottom .footer-bottom-content .footer-item ul li a {
  color: #202020;
  font-size: 14px;
  position: relative;
}
footer .footer-bottom .footer-bottom-content .footer-item ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #e5322d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-bottom .footer-bottom-content .footer-item ul li a:hover {
  color: #e5322d;
}
footer .footer-bottom .footer-bottom-content .footer-item ul li a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}
footer .footer-bottom .footer-bottom-content .footer-item ul li::after {
  content: '|';
  margin: 0 8px;
  display: inline-block;
}
footer .footer-bottom .footer-bottom-content .footer-item ul li:last-child::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .footer-bottom-content .footer-item ul li {
    font-size: 11px;
  }
  footer .footer-bottom .footer-bottom-content .footer-item ul li a {
    font-size: 11px;
  }
  footer .footer-bottom .footer-bottom-content .footer-item ul li::after {
    margin: 0 4px;
  }
}
footer .footer-bottom .footer-bottom-content .footer-item.footer-item-right ul {
  text-align: right;
}
footer .footer-bottom .footer-bottom-content .footer-item.footer-item-right ul li {
  display: inline;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-bottom-content .footer-item {
    margin-top: 15px;
  }
  footer .footer-bottom .footer-bottom-content .footer-item ul {
    line-height: 1.2;
  }
  footer .footer-bottom .footer-bottom-content .footer-item ul li {
    width: 100%;
    text-align: center;
    float: left;
  }
  footer .footer-bottom .footer-bottom-content .footer-item ul li::after {
    display: none;
  }
}
footer .footer-bottom .footer-bottom-content .logopremium-container {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -180px;
}
footer .footer-bottom .footer-bottom-content .logopremium-container a.logopremium {
  display: inline-block;
  width: 100%;
  max-width: 165px;
}
footer .footer-bottom .footer-bottom-content .logopremium-container a.logopremium img {
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-bottom-content .logopremium-container {
    display: inline-block;
    margin-top: 0;
  }
  footer .footer-bottom .footer-bottom-content .logopremium-container a.logopremium {
    max-width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .footer-bottom-content .logopremium-container {
    margin-top: -100px;
  }
  footer .footer-bottom .footer-bottom-content .logopremium-container a.logopremium {
    max-width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-bottom .footer-bottom-content .logopremium-container {
    margin-top: -145px;
  }
  footer .footer-bottom .footer-bottom-content .logopremium-container a.logopremium {
    max-width: 145px;
  }
}
@media (min-width: 1200px) {
  footer .footer-bottom .footer-bottom-content .logopremium-container {
    margin-top: -180px;
  }
  footer .footer-bottom .footer-bottom-content .logopremium-container a.logopremium {
    max-width: 165px;
  }
}
footer .footer-logos {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
}
footer .footer-logos img {
  margin: 0 6px;
  height: 35px;
  width: auto;
}
#bbq_popup {
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.4);
}
#bbq_popup .modal-dialog {
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
  padding: 15px;
  width: 750px;
  max-width: 100%;
  z-index: 2000000;
}
#bbq_popup .modal-dialog .modal-content {
  overflow: hidden;
}
#bbq_popup .modal-dialog .modal-content .modal-header {
  border: none;
  background: #e5322d;
}
#bbq_popup .modal-dialog .modal-content .modal-header h3 {
  width: 100%;
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: bold;
  margin-top: 0;
}
#bbq_popup .modal-dialog .modal-content .modal-header .close {
  margin-top: 0px;
  font-size: 23px;
  color: white;
}
#bbq_popup .modal-dialog .modal-content .modal-body {
  width: 100%;
  padding: 35px;
  background: url('https://vanmierlovlees.nl/wp-content/themes/vanmierlo/images/bg-popup-bbq.png') right 20px bottom no-repeat;
  background-size: 300px auto;
}
@media (max-width: 768px) {
  #bbq_popup .modal-dialog .modal-content .modal-body {
    background-image: none;
  }
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-intro {
  padding: 15px;
  background: #e1e1e1;
  margin-bottom: 20px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-intro p {
  color: #202020;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-intro p u {
  color: #e5322d;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst {
  width: 100%;
  display: inline-block;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst p u {
  color: #e5322d;
  font-weight: 700;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst a.btn {
  background-color: #1ea914;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  font-weight: 400;
  text-align: center;
  margin-top: 35px;
  border-bottom: 4px solid #188510;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst a.btn:hover {
  background-color: #188510;
  text-decoration: none;
  color: white;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst a.btn:focus,
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst a.btn:active {
  outline: none;
  color: white;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst a.btn span {
  font-weight: 700;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst a.btn:hover {
  background-color: #188510;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst .modal-body-tekst-inner {
  width: 50%;
  display: inline-block;
  float: left;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst .modal-body-tekst-image {
  width: 50%;
  display: inline-block;
}
#bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst .modal-body-tekst-image img {
  max-width: 100%;
}
#bbq_popup .modal-dialog .modal-content .modal-footer {
  border: none;
  background: #e5322d;
  color: #fff;
  text-align: center;
}
#bbq_popup .modal-dialog .modal-content .modal-footer a {
  color: #fff;
  line-height: 22px;
}
@media (max-width: 767px) {
  #bbq_popup .modal-dialog .modal-content {
    overflow: hidden;
  }
  #bbq_popup .modal-dialog .modal-content .modal-header {
    padding: 10px 5px;
  }
  #bbq_popup .modal-dialog .modal-content .modal-header h3 {
    font-size: 16px;
  }
  #bbq_popup .modal-dialog .modal-content .modal-header .close {
    font-size: 16px;
  }
  #bbq_popup .modal-dialog .modal-content .modal-body {
    padding: 15px 20px;
    background: white;
  }
  #bbq_popup .modal-dialog .modal-content .modal-body .modal-intro {
    padding: 8px;
    margin-bottom: 7px;
  }
  #bbq_popup .modal-dialog .modal-content .modal-body .modal-intro p {
    font-size: 15px;
  }
  #bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst {
    width: 100%;
  }
  #bbq_popup .modal-dialog .modal-content .modal-body .modal-body-tekst .modal-body-tekst-inner {
    width: 100%;
  }
  #bbq_popup .modal-dialog .modal-content .modal-footer {
    border: none;
    background: #d24a2b;
    color: #fff;
    text-align: center;
  }
  #bbq_popup .modal-dialog .modal-content .modal-footer a {
    color: #fff;
    line-height: 22px;
  }
}
img.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
img.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
img.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
