/*
Theme Name:     Broodje Euro
Description:    Theme for Broodje Euro
Author:         Wiwi Websolutions
Template:       wp-bootstrap-starter

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
#carouselSliderControls, #carouselSliderControls .carousel-item img {
  max-height: 450px;
}
.carousel-item {
  min-height: 120px;
}
.panel.panel-default {
  border-top: 1px solid #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.panel-default>.panel-heading {
  color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.0625rem;
}
.panel-default>.panel-heading a {
  display: block;
  font-size: 1.0625rem;
  padding: 10px 15px;
  color: #fff;
}
.panel-default>.panel-heading a.collapsed {
  color: #fff;
}
.panel-default .panel-collapse .panel-body {
  padding: 10px 15px;
  color: #fff;
}
.panel-default>.panel-heading a:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"]:before {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:before {
  content: "\f067";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body .wpforms-container .wpforms-field-textarea {
  position: absolute!important;
  right: 0!important;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 204px!important;
}
#carouselIndicators .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300a2ed' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#carouselIndicators .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300a2ed' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
body, header, footer {
  background-color: #545454;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 870px;
  }
  #content div.position-relative {
    min-height: 800px;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-color: #ed1c33;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: -1px 1px 1px 1px #bebdbf;
  box-shadow: -1px 1px 1px 1px #666;
  background: #f15263;
  background: -moz-linear-gradient(top, #f15263 1%, #ea1c33 16%, #ea1c33 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f15263), color-stop(16%,#ea1c33), color-stop(100%,#ea1c33));
  background: -webkit-linear-gradient(top, #f15263 1%,#ea1c33 16%,#ea1c33 100%);
  background: -o-linear-gradient(top, #f15263 1%,#ea1c33 16%,#ea1c33 100%);
  background: -ms-linear-gradient(top, #f15263 1%,#ea1c33 16%,#ea1c33 100%);
  background: linear-gradient(to bottom, #f15263 1%,#ea1c33 16%,#ea1c33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15263', endColorstr='#ea1c33',GradientType=0 );
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}
body, p, ul, li, span {
  font-size: 12px!important;
}
#content .col-12 {
  max-width: 445px;
  margin: 0 auto;
}
.sidebar {
  margin-top: 70px;
  border-radius: 10px;
  padding: 15px 20px;
  position: absolute;
  background-color: #ed1c33;
  z-index: 5;
  margin-left: -122px;
}
.sidebar p {
  color: #fbd606;
  font-size: 12px;
  line-height: 15px;
}
footer .container {
  background-color: #2e2e2e;
  color: #fff;
}
footer .container a {
  color: #fff;
}
.alertPanel {
  color: red;
  background-image: url('/wp-content/uploads/2020/04/alert.png');
  position: absolute;
  padding: 20px;
  word-wrap: break-word;
  max-width: 179px;
  right: 0px;
  bottom: -50px;
}
.alertPanel h2 {
  color: red!important;
  font-size: 17px!important;
  font-weight: bold;
}
@media only screen and (max-width: 950px) {
  .alertPanel, .sidebar {
    display: none;
  }
  .page-template-page-order .alertPanel, .page-template-page-order .sidebar {
    display: block!important;
  }
  .sidebar.fixed {
    position: relative!important;
    margin-left: 0!important;
  }
  .navbar-brand img.position-absolute {
    left: 0!important;
    top: 0!important;
    position: relative !important;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    width: 100%!important;
  }
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  width: 22px;
  transition: all 0.2s;
  height: 2px;
  display: block;
  margin-top: 4px;
  background-color: #1f1f1f;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
p a {
  color: #ed1c33!important;
  font-weight: bold;
}
.page-id-88 #content .col-12 {
  max-width: unset!important;
}
.page-id-88 #content .col-12 form {
  margin-left: 80px;
  max-width: 88%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  font-weight: bold;
}
.sidebar.fixed {
  position: fixed;
  left: auto !important;
  max-width: 195px;
}
tr.item td {
  padding-bottom: 10px;
}
.sidebar .button a {
  display: block;
  text-decoration: none;
  color: white;
  line-height: 29px;
  text-align: center;
  float: left;

margin-right: 33px;

line-height: 29px;

background-color: #ed1c33;

width: 98px;

height: 29px;

text-align: center;

border-radius: 3px;

-webkit-box-shadow: -1px 1px 1px 1px #bebdbf;

box-shadow: -1px 1px 1px 1px #666;

background: #f15263;

background: -moz-linear-gradient(top, #f15263 1%, #ea1c33 16%, #ea1c33 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f15263), color-stop(16%,#ea1c33), color-stop(100%,#ea1c33));

background: -webkit-linear-gradient(top, #f15263 1%,#ea1c33 16%,#ea1c33 100%);

background: -o-linear-gradient(top, #f15263 1%,#ea1c33 16%,#ea1c33 100%);

background: -ms-linear-gradient(top, #f15263 1%,#ea1c33 16%,#ea1c33 100%);

background: linear-gradient(to bottom, #f15263 1%,#ea1c33 16%,#ea1c33 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15263', endColorstr='#ea1c33',GradientType=0 );
}
.buttons-order {
  list-style-type: none;
  height: 100px;
}
.page-template-page-order .sidebar {
  margin-left: -150px;
}


.item input {
  text-align:right;
  padding-right: 0.5rem;
}

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

  .table-mobile-view .q {
    width: 100%;
  }

table { border: 0; }

table caption { font-size: 1.3em; }

table thead { display: none; }

table td.price::after {

    content: "Aantal";
    float: right;

}
.hide-mobile{
  display: none;
}

.contact tr td{
  display: flex;
border: unset;
padding-bottom: 1rem;
width: 100%;
}
.contact tr td input{
width: 100%;
}

tr.item td {
  padding-top: 6px;
  padding-bottom: 2px;
  content: attr(data-label);
}
.price{
  padding-bottom: 10px
}
table td.price::before {

    content: "€ ";
    padding-right: 4px;

}
table td:first-child, table td.price{
  width: 49%;
  display: inline-table;
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
}
.table-mobile td{
  display: none;
}
.page-id-88 #content .col-12 form {
    margin-left: 0;
    max-width:100%;
}
table tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: 1rem;
}

table td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: .8em;
  text-align: right;
}

table td:before {
  content: attr(data-label);
  float: left;
}

table td:last-child { border-bottom: 0; }
}

.hide-mobile{

}

.bestel-submit {
    margin-left: 1rem;
    background-color: #f15263 ;
    color: #fff;
    border-radius: 0.4rem;
}

.bestel-submit:hover {
cursor: pointer;
}
