/*
Theme Name: 	Heukske.nl thema
Theme URI: 		http://www.heukske.nl
Author: 		eyetractive
Author URI: 	http://www.eyetractive.nl
Description:	Heukske.nl thema
Template:		betheme
Version: 		2.2
*/
/* Theme customization starts here
-------------------------------------------------------------- */
body {
  font-family: "Lato", sans-serif;
}
body.bestelapp {
  overflow: visible !important;
}
body.bestelapp #Wrapper {
  overflow: visible !important;
}
body.bestelapp table td {
  text-align: left !important;
}
body.bestelapp table tr:first-child td {
  box-shadow: none !important;
}

.btn {
  border-radius: 0.5rem;
  text-align: left;
  padding: 1rem;
}
.btn.btn-outline-primary {
  background-color: #fff;
  border-color: #931a1d;
  color: #931a1d;
}
.btn.btn-outline-primary:hover {
  background-color: #931a1d;
  color: #fff;
}
.btn.btn-primary {
  background-color: #931a1d !important;
  border-color: #931a1d !important;
  color: #fff !important;
}
.btn.btn-primary:hover {
  background-color: #86181a !important;
}
.btn.btn-link {
  border: none !important;
}
.btn.btn-link:hover {
  background: transparent !important;
  color: #931a1d !important;
}
.btn.btn-large {
  position: relative;
  height: 150px;
}
.btn.btn-large:hover svg {
  transform: translateX(5px);
}
.btn.btn-large .btn-large__content {
  position: absolute;
  left: 1.5rem;
  right: 3.5rem;
  bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bolder;
}
.btn.btn-large::after {
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f178";
}
.btn.btn-large svg {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  display: inline-block;
  margin-right: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.025) 0px 10px 15px -3px, rgba(0, 0, 0, 0.035) 0px 4px 6px -2px;
  border-color: #fafafa;
}
.dropdown-menu .dropdown-item:hover {
  background: #fafafa;
  color: #931a1d;
}
.dropdown-menu .dropdown-item:active {
  background: #931a1d;
  color: #fff;
}

.card {
  border-color: #f3f3f3;
  border-radius: 0.35rem;
}
.card .card-header {
  background: #931a1d;
}
.card .card-header * {
  color: #fff;
}

.product-card {
  display: flex;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.025) 0px 10px 15px -3px, rgba(0, 0, 0, 0.035) 0px 4px 6px -2px;
  border: 1px solid #f6f6f6;
}
@media screen and (max-width: 992px) {
  .product-card {
    flex-direction: column;
  }
  .product-card input, .product-card select {
    width: 100%;
  }
}
.product-card h5 {
  color: #931a1d;
}
.product-card .product-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 1.5rem;
}
@media screen and (max-width: 992px) {
  .product-card .product-card__info {
    padding: 1rem;
  }
}
.product-card .product-card__add {
  padding: 1.5rem;
  flex-grow: 0;
  background: #fafafa;
}
@media screen and (max-width: 992px) {
  .product-card .product-card__add {
    padding: 1rem;
  }
}
.product-card label {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.9rem;
}
.product-card input, .product-card select {
  border-color: #d6d6d6;
  border-radius: 0.35rem;
}
.product-card .add-to-cart__wrapper {
  display: flex;
  margin-top: 0.5rem;
  align-items: stretch;
}
.product-card .add-to-cart__wrapper .btn {
  padding: 0.35rem 0.75rem;
}
.product-card .add-to-cart__wrapper #amount {
  width: auto;
  border-color: #d6d6d6;
  flex-shrink: 1;
  margin: 0;
  border-radius: 0.35rem 0 0 0.35rem;
}
.product-card .add-to-cart__wrapper #submit {
  flex: 1;
  margin: 0;
  color: #fff !important;
  border-radius: 0 0.35rem 0.35rem 0;
  text-align: center;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}
.sticky-sidebar .sidebar__btn .btn {
  display: block;
}

#heukske-add-order label {
  margin: 0;
  font-weight: bold;
}
#heukske-add-order input, #heukske-add-order select, #heukske-add-order textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #d6d6d6;
}
#heukske-add-order .form-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #heukske-add-order .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
#heukske-add-order .form-group label {
  flex: 0 0 200px;
}
@media screen and (max-width: 1200px) {
  #heukske-add-order .form-group label {
    flex: 1;
    margin-bottom: 0.5rem !important;
  }
}

.wpb_wrapper > div {
  margin-bottom: 15px;
}

.rood {
  color: #931a1d !important;
}

.geel {
  color: #ecb225 !important;
}

.wit {
  color: #fff !important;
}

#menu .current-menu-item a span,
#menu .menu-item:hover a span {
  transition: all 0.3s ease-in-out;
  color: #931a1d !important;
}

.home .heukske-image .vc_single_image-wrapper {
  margin-bottom: 0px !important;
}

.heukske-image .vc_single_image-wrapper img {
  border-radius: 10px !important;
}

.heukske-button a {
  border-radius: 10px !important;
  background: #931a1d !important;
  display: block;
  padding: 15px 15px;
  color: #ffffff !important;
}

span.title {
  display: none;
}

.get_in_touch_wrapper span {
  color: #000;
}

.get_in_touch ul li .icon {
  margin-top: 5px;
}

.get_in_touch_wrapper a {
  color: #931a1d !important;
  text-decoration: underline;
}

.wpcf7-form {
  width: 100%;
}

.heukske-list-small .list_item {
  margin-bottom: 5px;
  width: 50% !important;
  float: left;
}

.heukske-list-small .list_item.plusicon {
  width: 100% !important;
}

.heukske-list-small .list_item .list_left {
  height: 30px !important;
  width: 30px !important;
  padding: 0 !important;
  line-height: 1px;
  border-radius: 6px !important;
}

.heukske-list-small .list_item .list_left i {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 30px;
}

.heukske-list-small .list_item .list_right {
  margin-left: 40px;
  padding-top: 0px;
  line-height: 30px;
}

.heukske-list-small h6 {
  display: block;
  clear: both;
  padding-top: 20px !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border-color: #ddd !important;
}

.vc_tta-panel-heading {
  background: #f0f0f0 !important;
}

.heukske-accordion-title span.name {
  color: #931a1d;
  font-weight: 800;
}

.heukske-accordion-title span.price {
  float: right;
  color: #931a1d;
  font-weight: 800;
}

.heukske-accordion-title span.price span.smallgrey {
  color: #333 !important;
  font-size: small !important;
}

.piggy-cta-wrap {
  text-align: center;
}

.piggy-cta {
  background-color: #931a1d;
  padding: 2rem 2rem 1.5rem 2rem;
}

.piggy-cta .btn.btn-secondary {
  background-color: #ffffff !important;
  color: #931a1d !important;
  text-align: center !important;
}

.piggy-cta .btn.btn-secondary:hover {
  background-color: #f3f3f3 !important;
  text-decoration: underline !important;
  color: #931a1d !important;
}

.piggy-cta .submit-direct {
  border-radius: 10px !important;
  display: block !important;
  padding: 15px !important;
  text-align: left !important;
  margin-top: 10px !important;
  background-color: #ffffff !important;
  color: #931a1d !important;
  margin-right: 0 !important;
}

.piggy-cta h3, .piggy-cta p {
  color: #ffffff;
}

.piggy-cta .form-group label {
  color: #ffffff;
}

.piggy-cta .form-group .form-control {
  width: 100%;
  border-radius: 0.25rem;
  border: unset !important;
}

.piggy-cta .form-group .form-control:focus {
  box-shadow: unset !important;
  border: unset !important;
  background-color: #f3f3f3 !important;
}

#submitothermail {
  border: 1px solid #ffffff;
  padding: 30px;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
}
.wp-block-social-links {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
