.breadcrumb-item h1 {
	margin-bottom: 1em;
	font-size: 13px;
	display: inline;
	color: rgb(134, 142, 150) !important;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

h5.card-product-price .product-discount {
	display: inline-block;
}

h4.card-product-name {
	margin: 10px 1px 0px !important;
}

.widget-header h2 i {
	background: #007bff;
	background: -moz-linear-gradient(left, #007bff 0%, #005ec2 100%);
	background: -webkit-linear-gradient(left, #007bff 0%, #005ec2 100%);
	background: linear-gradient(to right, #007bff 0%, #005ec2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bff', endColorstr='#005ec2', GradientType=1);
	border-radius: 35px;
	color: #fff;
	display: inline-block;
	height: 40px;
	left: -23px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 26px;
	width: 40px;
}

.aboutus ul li {
	list-style-type: circle;
}

div#main-page-slider img {
	max-height: 50vh;
	object-fit: scale-down;
}

div#main-page-slider img.stretch {
	width: 100vw;
}

h5:empty {
	display: none;
}

.collapsable-block {
	display: block;
}

.collapsable-block:empty {
	display: none;
}

.results-vehicle {
	display: grid;
	grid-template-columns: 0.5fr 1.5fr;
	column-gap: 1em;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	color: #0864ad;
	padding: 1em 0.3em;
}

.results-vehicle>.results-vehicle-header {
	grid-column-start: 1;
	text-align: right;
	width: 3rem;
	font-weight: bold;
}

.results-vehicle>.results-vehicle-value {
	grid-column-start: 2;
	text-align: left;
}

div.product-item-image>img {
	text-align: center;
	display: block;
	margin: 0 auto;
}

section#product-information-section ul#main-content-tabs a.nav-link {
	background-color: #eeeeee;
}

section#product-information-section ul#main-content-tabs a.nav-link:first-child {
	background-color: #eeeeee;
	border-radius: 15px 0 0 0;
}

section#product-information-section ul#main-content-tabs a.nav-link.active {
	background-color: #007bff;
}

section#product-information-section ul#main-content-tabs a.nav-link:last-child {
	border-radius: 0 0 0 15px;
}

/* Product Details page > Specifications table in description and legend */

table.proddetail-specification-description {
	width: 100%;
	font-size: large;
}

table.proddetail-specification-description tr:nth-child(odd),
table.proddetail-specification-legend tr:nth-child(even) {
	background-color: #f2f2f2;
}

table.proddetail-specification-legend {
	width: 100%;
}

table.proddetail-specification-description th,
table.proddetail-specification-legend th {
	width: 20%;
	padding: 1em;
	vertical-align: middle;
	text-align: right;
}

th.spectbl-title {
	text-align: center !important;
	background-color: #005ec2;
	color: #fff;
	text-transform: uppercase;
}

img.proddetail-specification-description-icon {
	max-height: 3rem;
}

img.proddetail-specification-description-icon-tiny {
	max-height: 1rem;
}

/* finders */

.tyre-finder {
	width: 300px;
	margin: 1em auto;
}

#bySize div.form_field {
	padding-top: 1em;
}

#bySize div.form_field label {
	width: 10em;
	padding-right: 0.5em;
	text-align: right;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 1em;
}

.gallery img,
.gallery video,
.modal-video {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.gallery .gallery-item {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}