/*
Theme Name: Staalbaron
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/*-----------------------------------------------------*/
/* WooCommerce: Checkoutflow */
/*-----------------------------------------------------*/
.checkoutFlow {
  display: block;
  margin: 0 0 30px 0;
  overflow: hidden;
  width: 100%;
}
.checkoutFlowMobile {
		display:none;
	}
@media screen and (max-width: 767px) {
  .checkoutFlow {
    display: none;
  }
	.checkoutFlowMobile {
		display:block;
	}
}
.checkoutFlow ol {
  list-style: none;
  margin: 0;
}
.checkoutFlow ol li {
  margin: 0 !important;
  display: block;
  float: left;
  height: 40px;
  position: relative;
}
.checkoutFlow ol li.first a,
.checkoutFlow ol li.first div {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.checkoutFlow ol li.last a,
.checkoutFlow ol li.last div {
  border-right-width: 1px;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  margin-right: 0;
}
.checkoutFlow ol li div {
  color: #999;
}
.checkoutFlow ol li .fa {
  display: none;
}
.checkoutFlow ol li a,
.checkoutFlow ol li div {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-left-width: 0;
  border-right-width: 0;
  color: #1c2125;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0;
  margin-right: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
}
.checkoutFlow ol li a,
.checkoutFlow ol li a:hover,
.checkoutFlow ol li a:visited {
  text-decoration: none;
}
.checkoutFlow ol li a:hover {
  border-color: #FFF;
  color: #999;
}
.checkoutFlow ol li a:hover .arrowEndOverlay {
  border-left-color: #586b4c;
}
.checkoutFlow ol li a:hover {
  background: #586b4c;
  color: #fff !important;
}
.checkoutFlow ol li a:hover .arrowStart,
.checkoutFlow ol li a:hover .arrowEnd {
  border-left-color: #FFF;
}
.checkoutFlow ol li .arrow {
  height: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  width: 0;
}
.checkoutFlow ol li .arrowStart {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #E5E5E5;
  border-top: 20px solid transparent;
  left: 1px;
}
.checkoutFlow ol li .arrowStartOverlay {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #ffffff;
  border-top: 20px solid transparent;
  left: 0;
}
.checkoutFlow ol li .arrowEnd {
  background: #ffffff;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #E5E5E5;
  border-top: 20px solid transparent;
  right: 1px;
}
.checkoutFlow ol li .arrowEndOverlay {
  border-bottom: 20px solid transparent;
  border-left: 10px solid #fff;
  border-top: 20px solid transparent;
  right: 2px;
}
.checkoutFlow ol li .current {
  background-color: #586b4c;
  background-image: none;
  border-color: #586b4c;
  color: #fff;
}
.checkoutFlow ol li .current .arrow {
  height: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.checkoutFlow ol li .current .arrowStart {
  border-left-color: #586b4c;
}
.checkoutFlow ol li .current .arrowEnd {
  background-color: #ffffff;
  background-image: none;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #586b4c;
  border-top: 20px solid transparent;
  right: 1px;
}
.checkoutFlow ol li .current .arrowEndOverlay {
  background-image: none;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #586b4c;
  border-top: 20px solid transparent;
  display: block;
  right: 2px;
}
.checkoutFlow ol li .completed {
  background: #586b4c;
  color: #fff;
}
.checkoutFlow ol li .completed .arrowEndOverlay {
  border-left-color: #586b4c;
}
.checkoutFlow ol li .completed .fa {
  color: #fff;
  display: block;
  position: absolute;
  right: 2rem;
  top: 12px;
}
.checkoutFlow ol {
  margin: 0;
  padding: 0;
}
.checkoutFlow ol.steps1 li {
  width: 50%;
}
.checkoutFlow ol.steps2 li {
  width: 50%;
}
.checkoutFlow ol.steps3 li {
  width: 33.33%;
}
.checkoutFlow ol.steps4 li {
  width: 25%;
}
.checkoutFlow ol.steps5 li {
  width: 20%;
}
.checkoutFlow ol.steps6 li {
  width: 16.66%;
}
.checkoutFlow ol.steps7 li {
  width: 14.28%;
}
.checkoutFlow ol.steps8 li {
  width: 12.5%;
}
.checkout-page-title {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields {
  border-top: 0;
  padding-top: 0;
}
.woocommerce-checkout .woocommerce-billing-fields > h3 {
  color: #1c2125;
  font-weight: 500;
  text-transform: none;
  padding-top: 0;
}
.woocommerce-checkout .col-inner.has-border {
  box-shadow: 0 9px 30px -5px rgba(0, 0, 0, 0.1);
  border: 0;
  background: #fff;
}
.woocommerce-checkout .col-inner #order_review_heading,
.woocommerce-checkout .col-inner #payment h3 {
  color: #1c2125;
  text-transform: none;
  letter-spacing: 0;
}

/*-----------------------------------------------------*/
/* Einde WooCommerce: Checkoutflow */
/*-----------------------------------------------------*/
