
.tyre-brand-logo {
	width:100%;
	text-align:center;
	margin:0.5em auto;	
}

.tyre-brand-logo img {
    display:inline !important;
	width:90px !important;
}

.tyre-labels {
	background-color:#eee;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.tyre-labels span {
	color:#555;
	font-weight:bold;
	font-size:0.9em;
	padding:0.3em 1.6em;
}

.tyre-details {
    margin-bottom: 10px;
}

.tyre-tips span
{
	border: 1px solid;
	padding: 5px;
	border-radius: 2px;
}

.tyre-eu-label
{
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
	gap:0.2em;
}

.tyre-eu-label.eu-label-start
{
    justify-content: flex-start;
}

.tyre-eu-label span.eu-part
{
	padding:0.2em 0.5em 0.2em 0.6em;
	background-color:#f5f5f5;
	border-radius:0.3em;
	color:#333;
}

.tyre-eu-label i
{
	font-size:0.9em;
	color: #0096ff;
	margin-right:0.1em;
}

.tyre-eu-label img
{
	height:0.9em;
	margin-left:0.4em;
	margin-right:0.1em;
}

/* meta list */

span.tcm-meta,
.product_meta div span.tcm-meta {
	font-weight:bold;
}
span.tcm-meta:after {
	content:":";
}

.product_meta div {
	font-weight:bold;
}

.product_meta div span{
	font-weight:normal;
}


/* wheel-top */

.tcm-title,
.wheel-title {
	margin-bottom:1em;
}

.tcm-title h5,
.wheel-title h5 {
	text-align:left;
	margin:0;
	padding:0;
	font-size:1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}

.tcm-title h4,
.wheel-title h4 {
	text-align:left;
	margin:0;
	padding:0;
}

.wheel-title span.color {
	color: #777;
	display:block;
	text-align:left;
}

/* wheel category */

.wheel-size
{
	margin-top:10px;
}

.wheel-size .css-size,
.wheel-size .css-offset,
.wheel-size .css-bore
{
	display:flex;
	justify-content:space-between;
}

.wheel-size span
{
	color:#000;
	font-size:0.97em;
}

.wheel-size span.css-size-label
{
	font-size:0.98em;
	font-weight:bold;
}

.wheel-size span.css-size-value
{
	font-weight:normal;
	color:#777;
	margin-left:10px;
}

.wheel-size .css-offset-bore
{
	display:flex;
	justify-content:space-between;
}

/* tyre season badge */

.tyre-season-badge {
	font-size:1.4em;
	position:absolute;
}

.tyre-season-badge-topleft {
	float:left;
}

.tyre-season-badge-topright {
	right:0;
}

.tyre-season-badge span, .tyre-season-badge-right span {
	display:block;
}

.tyre-stud img {
	width:1em !important;
	height:1em !important;
}

.tyre-season-summer{
	color: #f3c40c;
}

.tyre-season-winter{
	color: #348fe0;
}

.tyre-season-allseason{
	color: #65727e;
}

/* category theme */

.bc-item
{
	display:flex;
	padding: 12px 0;
	width:800px;
	border-top: 1px solid #ddd;
	margin-bottom: -20px;
	height:200px;
	overflow:hidden;
	justify-content: start;
}

.bc-item img
{
	width: 250px !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .bc-item .price
{
    font-size: 1.7em;
    font-weight:normal;
}

.bc-cart {
	margin-top: 10px;
	display:flex;
	justify-content: space-between;
	width:100%;
	margin-left: 2em;
}

.bc-cart p {
	font-size:1.2em;
	margin-bottom:0.05em;
	line-height:1em;
}

.bc-cart h2 {
	font-weight:bold;
	font-size: 1.8em;
	margin-bottom: 0.1em;
}

.bc-cart h2.brand {
	font-weight:normal;
	font-size: 1em;
}

.bc-cart p.spec {
	font-size:1.3em;
	margin-bottom:1em;
}

.bc-cart p.css-param {
	font-size:1em;
	margin-bottom: 0.3em;
}

.bc-cart p.tyre-flags span {
	margin-top: 1em;
	margin-right: 1em;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}


