main {
	font-family: "Poppins", serif !important;
}

.hidden {
	display: none
}

.container .flex {
	display: flex
}

.container img {
	max-width: 100%
}

[hideifempty=''],
[hideifempty='0.00'],
[hideifempty='://'],
[hideifemty=''],
[hideifemty='0.00'],
[hideifemty='://'],
div[vocab] {
	display: none !important
}

:hover>.arrow {
	transform: translateX(2px)
}

.gallery-image:hover {
	opacity: 0.6;
}

.cool-zoom {}

.cool-zoom:hover {
	transform: scale(1.04);
	transition: all 0.3s ease-in-out;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: -10px;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

li {
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #dddddd;
	transition: background-color 0.3s, transform 0.3s;
	width: 50%;
	box-sizing: border-box;
}

li:nth-last-child(-n+2) {
	border-bottom: none;
}

li:hover {
	background-color: #f1f1f1;
	transform: translateX(5px);
}

li::before {
	content: "•";
	color: #282830;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.logo {}

.logo:hover {
	opacity: 0.6;
}

.title-font {
	font-family: "Poppins", serif;
	font-weight: 500;
	font-style: normal;
}

.title-font-2 {
	font-family: "Poppins", serif;
	font-weight: 400;
	font-style: normal;
}

.managed-font {
	font-family: "Poppins", serif;
	font-weight: 500;
	font-style: normal;
}

.text-special-background {
	background-color: #ffffff;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.size-ebay-links {
	font-size: 1.12rem;
}

.size-background-text {
	font-size: 1.15rem;
}

.link {
	font-size: 1.10rem;
	font-weight: 600;
	color: #000000;
	padding: 4px;
}

.link:hover {
	color: #282830;
	border-top: 1px solid #282830;
	border-bottom: 1px solid #282830;
}

.bg-f5f5f5 {
	background-color: #f5f5f5;
}

.bg-d60d18 {
	background-color: #d60d18;
}

.background-garage {
	background-position: center;
	width: 100%;
	overflow: hidden;
	background-image: url("../images/garage_en.jpg");
	background-size: cover;
}

.background-video {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 260px;
	overflow: hidden;
	background-image: url("../images/bg-video.jpg");
	background-size: cover;
}

.background-video video{
	position: relative;
	top: -300px;
	width: 100%;
}

.background-video h2{
	position: absolute;
	left: 25px;
	bottom: 25px;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}

@media (max-width: 1023px){
	.background-video video{
		top: 0;
	}
}

@media (max-width: 575px){
	.background-video{
		height: 247px;
	}
	.background-video h2{
		font-size: 18px;
		left: 15px;
		bottom: 5px;
	}
	.background-video video{
		display: none;
	}
}

.dark-title {
	font-family: "Poppins", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.35rem;
}

.dark-title-link {
	font-size: 0.9rem;
	padding-bottom: 10px;
	border-bottom: 2px solid #dddddd;
	width: 100px;
}

.dark-title-link:hover {
	color: #002855;
}
