.welkebandwidget-elementor-widget h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}

.welkebandwidget-elementor-widget .grid {
  display: flex;
}
.welkebandwidget-elementor-widget .grid a {
  flex: 1 1 0px;
  position: relative;
  padding-bottom: 70px;
}

@media (max-width: 1080px) {
  .welkebandwidget-elementor-widget .grid a {
    padding-bottom: 100px;

  }
  .welkebandwidget-elementor-widget .grid a img {
    height: 170px;
    object-fit: contain;
    width: 100%;
    padding-bottom: 10px;
  }
  
}


@media (max-width: 720px) {
  .welkebandwidget-elementor-widget .grid a img {
    height: 170px;
    object-fit: contain;
    width: 100%;
    padding-bottom: 0;
  }
  
}


@media (max-width: 500px) {
  .welkebandwidget-elementor-widget .grid {
    flex-wrap: wrap;
  }
    .welkebandwidget-elementor-widget .grid a {
    flex: none;
    padding-bottom: 90px;
    width: 33%;
  }
  .welkebandwidget-elementor-widget .grid a img {
    height: 150px;
    padding-bottom: 0;
    object-fit: contain;
    width: 100%;
  }
  
}

.welkebandwidget-elementor-widget .grid h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-weight: bold;
  hyphens: auto;
}

.welkebandwidget-elementor-widget .grid img.icon {
  width: 50%;
  position: absolute;
  left: 25%;
  bottom: 0;
  margin: 0 auto;
  display: block;
}

.selects .selectize-control.single .selectize-input,
.selects .selectize-control.single .selectize-input.input-active {
    border: 6px solid #f08000;
    border-width: 0 0 0 6px;
    background: #222;
    color: #fff;
}

.selects .selectize-dropdown {
  background: #222;
  color: #fff;
}

.selects .selectize-dropdown .active {
  background-color: #f08000;
  color: #fff;
}

.zoeken-elementor-widget {
  display: flex;
  flex-wrap: nowrap;
  border: 4px ​solid #fff;
}
.zoeken-elementor-widget .tools {
  padding: 25px 18px 18px 18px;
  background-color: #ebebeb;
  width: 25%;
}
.zoeken-elementor-widget .tools #zoek {
  background-color: #fff;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 18px;
}

.zoeken-elementor-widget .tools section.filter{
  margin-bottom: 22px ;
}

.zoeken-elementor-widget .tools section.filter h3 {
  font-size: 19px;
  font-weight: 900;
  display: inline-block;
    margin-right: 0.6rem;
}

.zoeken-elementor-widget .tools section.filter.tyrecategory h3 {
  display: block;
}
  

.zoeken-elementor-widget .tools section.filter input[type="checkbox"] {
  border: 2px solid #f08000;
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  width: 15px;

  margin-right: 5px;
  height: 15px;
}
.zoeken-elementor-widget .tools section.filter input[type="checkbox"]:hover {
  background-image: url(../images/check.png);
  background-position: center;
  background-size: 86%;
  background-repeat: no-repeat;
}
.zoeken-elementor-widget .tools section.filter input[type="checkbox"]:checked
 {
  background-image: url(../images/check.png);
  background-position: center;
  background-size: 86%;
  background-repeat: no-repeat;
}

.zoeken-elementor-widget .tools label {
  display: block;
  color: #000;
  margin-bottom: 7px;
  font-size: 13.4px;
}

.zoeken-elementor-widget .tools .filter.tyrecategory input {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
}

.zoeken-elementor-widget .tools .filter.tyrecategory label {
  filter: grayscale(100%);
  width: 65px;
  height: 65px;
  display: inline-block;
}

.zoeken-elementor-widget .tools .filter.tyrecategory label img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zoeken-elementor-widget .tools .filter.tyrecategory label:hover {
  filter: grayscale(0);
}
.zoeken-elementor-widget .tools .filter.tyrecategory input:checked + label {
  filter: grayscale(0);
}

.zoeken-elementor-widget button.reset {
  background-color: transparent;
  border: 0;
  color: #aaa;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 0.9rem;
  padding: 0;
  text-decoration: underline;
}


.zoeken-elementor-widget .tyres {
  width: 75%;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  max-width: 789px;
  margin-top: 80px;
  margin-left: 8px;
}

.zoeken-elementor-widget .notyres {
  display: none;
}

.zoeken-elementor-widget .tyres .tyre {
  width: 25%;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 10px;
  max-height: 375px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1050px) {
  .zoeken-elementor-widget .tyres .tyre {
    width: 33%;
  }  
}

@media (max-width: 845px) {
  .zoeken-elementor-widget .tyres .tyre {
    width: 50%;
  }  
  .zoeken-elementor-widget .tools {
    width: 35%;
  }
  .zoeken-elementor-widget .tyres {
    width: 65%;
  }  
}

@media (max-width: 660px) {
  .zoeken-elementor-widget .tyres .tyre {
    width: 100%;
  }  
  .zoeken-elementor-widget .tools {
    width: 50%;
  }
  .zoeken-elementor-widget .tyres {
    width: 50%;
  }  
}

@media (max-width: 500px) {
  .zoeken-elementor-widget {
    display: block;
  }
  .zoeken-elementor-widget .tyres .tyre {
    width: 50%;
  }  
  .zoeken-elementor-widget .tools {
    width: 100%;
  }
  .zoeken-elementor-widget .tyres {
    width: 100%;
  }  
}

@media (max-width: 400px) {
  .zoeken-elementor-widget {
    display: block;
  }
  .zoeken-elementor-widget .tyres .tyre {
    width: 100%;
  }  
  .zoeken-elementor-widget .tools {
    width: 100%;
  }
  .zoeken-elementor-widget .tyres {
    width: 100%;
  }  
}


.zoeken-elementor-widget .tyres .tyre a {
  color: #000;
  text-decoration: none;
}

.zoeken-elementor-widget .tyres .tyre .bekijk {
  position: absolute;
  bottom: 0;
  left: 20px;
  background-color: #202020;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 20px;
  width: calc(50% - 10px);
  display: inline-block;
}
.zoeken-elementor-widget .tyres .tyre .aanvraag {
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f08000;
  color: #fff;
  font-weight: bold;
  height: 20px;
  width: calc(50% - 10px);
  display: inline-block;
}

.zoeken-elementor-widget .tyres .tyre img {
  height: 149px;
    margin: 20px auto;
    object-fit: contain;
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.zoeken-elementor-widget .tyres .tyre img.brand {
   width: 71%;
    margin: 0 auto;
    height: 80px;
    display: block;
    object-fit: contain;
}

.zoeken-elementor-widget .tyres .tyre table {
    max-width: 164px;
    margin: 0 0 0 auto;
    font-size: 11px;
}

.zoeken-elementor-widget .tyres .tyre table td{
  padding: 0;
  background-color: #fff !important;
  border: 0 !important
}

.zoeken-elementor-widget .tyrepopupbck,
.single-tyre .tyrepopupbck {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.zoeken-elementor-widget .tyrepopup,
.single-tyre .tyrepopup {
  position: fixed;
  max-height: 90vh;
  overflow: auto;
  display: none;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 400px;
  z-index: 20;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.zoeken-elementor-widget .tyrepopup div.wpforms-container-full .wpforms-form input, 
.zoeken-elementor-widget .tyrepopup div.wpforms-container-full .wpforms-form textarea,
.single-tyre .tyrepopup div.wpforms-container-full .wpforms-form input, 
.single-tyre .tyrepopup div.wpforms-container-full .wpforms-form textarea {
  width: 100%;
  border: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-left: 8px solid #f08000;
  max-width: 100%;
}
.zoeken-elementor-widget .tyrepopup div.wpforms-container-full .wpforms-form input.product,
.single-tyre .tyrepopup div.wpforms-container-full .wpforms-form input.product {
  border: 0;
  pointer-events: none;
  font-size: 2rem;
  color: #000;
  font-weight: 800;
} 

.zoeken-elementor-widget .tyrepopup div.wpforms-container-full .wpforms-form button,
.single-tyre  .tyrepopup div.wpforms-container-full .wpforms-form button {
  color: #fff;
  background-color: #245cb9;
}

/* .zoeken-elementor-widget .tyrepopup {
  pointer-events: none;
} */

.zoeken-elementor-widget .tyrepopup div.wpforms-container-full .wpforms-form button:hover,
.single-tyre .tyrepopup div.wpforms-container-full .wpforms-form button:hover {
  background-color: #245cb9;
}
.zoeken-elementor-widget .tyrepopup div.wpforms-container-full .wpforms-form .product input,
.single-tyre .tyrepopup div.wpforms-container-full .wpforms-form .product input {
  box-shadow: none;
  border: 0;
  font-weight: 900;
  font-size: 1.2rem;
}


.locations-elementor-widget .listandmappart {
  display: flex;
  height: 1076px;
}

.locations-elementor-widget .listandmappart #list {
  background-color: #e6e6e6;
  padding-top: 120px;
  overflow-y: auto;
  /* width: 20%; */
  width: 212px;
}

.locations-elementor-widget .listandmappart #list .location {
  cursor: pointer;
  margin-bottom: 35px;
}

.locations-elementor-widget .listandmappart #list h3,
.locations-elementor-widget .listandmappart #list p {
  margin: 0;
  line-height: 1.3;
  padding: 0 10px 0 30px;
}

.locations-elementor-widget .listandmappart #list .location.active h3 {
  background-color: #245cb9;
  color: #fff;
}

.locations-elementor-widget .listandmappart #list h3 {
  font-size: 20px;
  font-weight: 700;
}
.locations-elementor-widget .listandmappart #list p.country { 
  color: #f08000;
  font-weight: 700;
}
.locations-elementor-widget .listandmappart #list p.address {
  font-size: 14px;  
} 

/* .locations-elementor-widget .listandmappart #list {
  background-color: #e6e6e6;
  width: 20%;
} */

.locations-elementor-widget .listandmappart .mappart {
  width: calc(100% - 212px);
  position: relative;
}

.locations-elementor-widget .listandmappart .mappart #map {
  width: 710px;
  margin: 0 auto;
  height: 710px;
}

.locations-elementor-widget .listandmappart .mappart #details {
  position: absolute;
  top: 320px;
  right: 30px;
  z-index: 2000;
  background-color: #fff;
  padding: 0 0 20px 0;
}

@media (max-width: 1024px) {
  .locations-elementor-widget .listandmappart .mappart #map {
    width: 100%;
    height: 560px;
  }

}

@media (max-width: 600px) {
  .locations-elementor-widget .listandmappart .mappart #details {
    bottom: 10px;
    top: auto;
  }

  .locations-elementor-widget .listandmappart {
    flex-direction: column;
    height: auto;
  }
  .locations-elementor-widget .listandmappart #list {
    width: 100%;
  }
  .locations-elementor-widget .listandmappart .mappart {
    width: 100%;

  }
  .locations-elementor-widget .listandmappart .mappart #map {
    height: 360px;
  }

}

@media (max-width: 490px) {
  .locations-elementor-widget .listandmappart .mappart #details {
    right: 0;
    width: 100%;
  }
  .locations-elementor-widget .listandmappart .mappart #details #featuredLocation { 
    width: 100%;
    max-width: 100%;
  }
}


.hbimarker.dimmed {
  opacity: 0.5;
}

.locations-elementor-widget .listandmappart #featuredLocation {
  max-width: 410px;
  display: none;
  /* margin-top: 65px; */
}
.locations-elementor-widget .listandmappart #featuredLocation h3,
.locations-elementor-widget .listandmappart #featuredLocation div {
  padding-left: 65px;
}

.locations-elementor-widget .listandmappart #featuredLocation h3 {
  padding-right: 20px;
  margin-top: 0;
}

.locations-elementor-widget .listandmappart #featuredLocation .close {
  position: absolute;
  right: 8px;
  top: 0px;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}

.locations-elementor-widget .listandmappart #featuredLocation img.logo {
  padding-left: 88px;
  margin: 5px 0;
}

.locations-elementor-widget .listandmappart #featuredLocation h3 {
  background-color: #245cb9;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
}
.locations-elementor-widget .listandmappart #featuredLocation div.country {
  font-size: 22px;
  margin-bottom: 18px;
}

.locations-elementor-widget .listandmappart #featuredLocation div.phone a,
.locations-elementor-widget .listandmappart #featuredLocation div.email a,
.locations-elementor-widget .listandmappart #featuredLocation div.website a {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
.locations-elementor-widget .listandmappart #featuredLocation div.phone:before,
.locations-elementor-widget .listandmappart #featuredLocation div.email:before,
.locations-elementor-widget .listandmappart #featuredLocation div.address:before,
.locations-elementor-widget .listandmappart #featuredLocation div.website:before {
  color: #f08000;
  margin-right: 10px;
}

.locations-elementor-widget .listandmappart #featuredLocation div.address {
  margin-top: 17px;
}

.locations-elementor-widget .listandmappart #featuredLocation div.address .in {
  font-family: "Montserrat", Sans-serif;
  display: inline-block;
  font-weight: normal;
  vertical-align: text-top;
  padding: 0;
}

.locations-elementor-widget .listandmappart #featuredLocation div.address .in h4 {
  margin: 0;
  font-weight: 700;
  font-size: inherit;
}


body.page-template-login div.elementor.elementor-location-header,
body.page-template-login div.elementor.elementor-location-footer {
  display: none;
}

.hbiloginpage {
  display: flex;
  height: 100vh;
}

.hbiloginpage .left_image{
  position: relative;
  width: calc(100% - 300px);
  background-image: url(../images/loginbck.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hbiloginpage .right_login {
  width: 100%;
  font-size: 28px;
  padding: 0 5rem;
  max-width: 610px;
  background-color: #f08000;
  color: #fff;
}

.hbiloginpage .right_login h1 {
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.4rem;
  margin: 8rem auto 0.5rem;
  font-weight: 700;
}
.hbiloginpage .right_login .ukunt {
  margin-bottom: 1rem;
}

.hbiloginpage .right_login label {
  display: none;
}

.hbiloginpage .right_login input {
  margin-bottom: 3.6rem;
}

.hbiloginpage .right_login #wp-submit {
  font-size: 1.5rem;
  padding: 0.5rem 3.3rem;
 }
 .hbiloginpage .right_login a.button {
   background-color: #245cb9;
   font-weight: 700;
   margin-bottom: 2rem;
   color: #fff;
   display: inline-block;
   margin-right: 6rem;
  font-size: 1.5rem;
  padding: 0.5rem 3.3rem;
 }

.hbiloginpage .tweekwadraat {
  height: 180px;
  width: auto;
  position: absolute;
  left: 64px;
  top: 44px;
}

.hbiloginpage .hbi {
  height: 67px;
  width: auto;
  position: absolute;
  right: 60px;
  bottom: 53px;
}

.featured-elementor-widget .tyres .tyre {
  position: relative;
  background-color: #fff;
  height: 386px;
  padding: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin: 1rem 1rem 2rem;
}

.featured-elementor-widget .tyres .tyre .featuredtext {
  position: absolute;
  font-weight: bold;
  background-color: #f08000aa;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 4px;
  left: 20px;
  top: 170px;
}
.featured-elementor-widget .tyres .tyre table {
  margin: 10px 10px 20px;
}
.featured-elementor-widget .tyres .tyre table td {
  border: 0;
  background-color: transparent;
  padding: 2px 0;
  font-size: 16px;
}

.featured-elementor-widget .tyres .tyre a {
  background-color: #f08000;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  font-size: 20px;
  font-weight: 700;
}

.featured-elementor-widget .tyres {
  max-width: 85%;
  margin: 0 auto;  
}

.featured-elementor-widget .arrprev.slick-arrow {
  position: absolute;
  left: -30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  width: 27px;
  height: auto;
}

.featured-elementor-widget .arrnext.slick-arrow {
  position: absolute;
  right: -30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  width: 27px;
  height: auto;
}
.featured-elementor-widget .tyre.slick-slide img {
  height: 245px;
}
.featured-elementor-widget .tyre.slick-slide table tr td:first-child {
  padding-right: 5px;
}

a.pdfprnt-button {
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #245cb9;
  padding: 10px 20px;
}
.pdfprnt-button::after {
  content: 'PDF Download';
}

a.pdfprnt-button img {
  display: none !important;
}

/* PRINT */
@media print {
  @page {
      size: 1320px 1800px;
  }

  body.single-tyre .site-main {
    max-width: 100%;
  }

  .header_single_tyre,
  .elementor-location-footer,
  .aftertables .request,
  .elementor-nav-menu--main,
  .elementor-widget-search-form {
    display: none;
  }

  .elementor-widget-theme-site-logo a[href]:after,
  .elementor-top-column a[href]:after {
    content: '';
  }

  .tabellenenthumb .thumb img.tyrethumb {
    width: 238px;
  }

  a.elementor-social-icon[href]:after {
    display: none;
  }
}

@media print {
  /* body *,
  body *:after,
  body *:before,
  *,
  :after,
  :before {
    background: inherit !important;
  } */
}
