/*
Theme Name: Flatsome Child
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  ***************/


}
.products .product-small .box-text .star-rating {
    position: absolute;
    top: -30px;
}
.products .product-small .box-text .price-wrapper {
    position: relative;
}
.products .product-small .box-text p.box-excerpt.is-small {
    margin-bottom: 35px;
}

.shipping_address #shipping_postcode_field {
	display: flex;
	width: 100%;
}

.shipping_address #shipping_house_number_suffix_field {
	width: 50%;
}

.shipping_addres #shipping_house_number_field {
	width: 30%;
}













.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-4, .col-md-8 {
  flex: 0 0 auto;
  padding: 0;
}

.col-md-4 {
  width: 100%;
}
.col-md-8 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
}

.keuzehulp-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 75%;
}

.keuzehulp-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: white;
  font-size: 1.2rem;
}

.keuzehulp-search-title {
    color: white;
    font-size: 2.1rem;
}

.keuzehulp-search-text {
    font-size: 1.15rem;
}

.keuzehulp-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
}

.keuzehulp-background {
    position: absolute;
    top:-25%;
    left:-12%;
    width:140%;
    height:140%;
    background-color: white;
    color: white;
    -webkit-mask-size: 100% !important;
    mask-size: 100% !important;
    opacity: .2;
}

.keuzehulp-link {
    font-weight: 100 !important;
    margin-top: 1rem;
    padding: 0 !important;
    font-size: 1.2rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.btn-obd {
  background-color: #ed513c;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-weight: bold;
  padding: 0.75rem;
  width: 100%;
  cursor: pointer;
}
.btn-obd:hover {
  background-color: #ed513c;
}

.left-panel {
  background-color: #0e0b4b;
  color: #fff;
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-panel {
  background-color: #ed513c;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.keuzehulp-search-container {
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;
    color: #ed513c;

    margin: 0 auto 1rem;
    font-size: 2rem;

}

.keuzehulp-search-icon {
    background-color: #ed513c;
    color: #ed513c;
    -webkit-mask-size: 60% !important;
    mask-size: 60% !important;
    width: 150px;
    height: 150px;
}