/*
Theme Name: Divi Child
Template: Divi
Version: 1.0
*/
.mobile_menu_bar:before {
color: #ffd742;
}

.positie-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}
.positie-label {
	background-color: #ffd742;
	color: #000;
	padding: 8px 18px;
	border-radius: 4px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}
.title-results{
	font-family: 'Future Condensed Extra Bold',Helvetica,Arial,Lucida,sans-serif;
	font-weight:400;
	color:#000;
	font-size:32px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.product-overview{
	background-color: #fff;
	padding:30px;
	transition: transform 0.3s ease;
	border-radius:5px;
}
.product-overview:hover {
  transform: scale(1.02);
}
.tyre-image{
	background-color: #F8F8F8;
	padding:30px 30px 0 30px;
}
.tyre-image p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
.tyre-image img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.informatieknop{
	border:2px #000 solid;
	border-radius:4px;
	text-align: center;
	padding:10px 0;
	width:100%;
	color:#000;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
	margin-top:20px;
	font-weight: 700!important;
}
.informatieknop:hover{
	border: 2px #ffd742 solid;
	background-color:#ffd742;
}
body.single-banden .tablepress img {
    height: 30px;
    width: auto;
    display: block;
    margin: 0 auto;
}
body.single-banden .tablepress {
    border-collapse: collapse;
}
body.single-banden .tablepress th:not(:last-child),
body.single-banden .tablepress td:not(:last-child) {
    border-right: 1px solid #000;
}
body.single-banden .tablepress th:first-child,
body.single-banden .tablepress td:first-child {
    border-left: none;
}
body.single-banden .tablepress th:last-child,
body.single-banden .tablepress td:last-child {
    border-right: none;
}
.results-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	width: 100%;
	margin-top:50px;
}
.results-grid section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
footer a,
footer a:visited {
    color: white !important;
}

footer a:hover {
    color: #ffd742 !important;
}

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
}
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}
.et_mobile_menu li a {
    font-size: 18px !important;
  }

/* Change the hamburger icon to an X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

@media (max-width: 767px) {
  .results-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
	.results-grid section {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
	.tyre-image{
	background-color: #F8F8F8;
	padding:20px 20px 0 20px;
}
	.reverse-mobile-order {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .reverse-mobile-order > .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .reverse-mobile-order .et_pb_column:first-child {
    margin-top: 20px;
  }
	
}