@import "https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap";
@import "fa/css/all.css";
@import "font/stylesheet.css";

html,
body {
	font-size: 14px !important;
	font-family: "museo_sans500" !important;
}
body {
	/* background-color: var(--light) !important; */
	/* background-color: #a80300 !important; */
	background-color: #e40a15 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit !important;
	font-weight: 500 !important;
	letter-spacing: unset !important;
	line-height: 1.2 !important;
	color: inherit !important;
}

[class*="-shadow"] {
	color: var(--primary) !important;
}

.btn.btn-fab {
	width: auto !important;
	height: auto !important;
	min-width: 4em !important;
	min-height: 4rem !important;
	border-radius: 100%;
	padding: 10px 10px;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

.btn-link:focus,
.btn-link:active {
	text-decoration: none;
}

input,
select,
textarea,
video {
	outline: none;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
}

a {
	color: inherit;
	text-decoration: none !important;
}
a:hover {
	color: inherit;
	text-decoration: none !important;
}
.bg-muted {
	background-color: rgba(255, 255, 255, 1);
}
.form-inline.bg-muted {
	border-radius: 0.5rem;
}

.dealer-option {
	background-color: rgba(255, 255, 255, 1);
	height: auto;
	width: 15rem;
	border-radius: 0.5rem !important;
	border: none;
}
.dealer-option .title {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0 0 0.5rem 0.5rem !important;
}
.login-area {
	background-color: rgba(255, 255, 255, 1);
	padding: 1.5rem;
	border-radius: 0.5rem !important;
}
.login-area div {
	margin-right: 1.5rem;
}
.login-area div:last-child {
	margin-right: 0;
}
.logo-dealer {
	height: 17.5rem;
	width: 17.5rem;
	border-radius: 0.5rem !important;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.entrance-arrow {
	position: relative;
	animation: 1s mymove;
	animation-iteration-count: infinite;
}

@keyframes mymove {
	from {
		left: 0;
	}
	to {
		left: 0.5rem;
	}
}

.dealer-img {
	border-radius: 0.5rem;
}
.dealer-img-container {
	padding: 10px;
	border-radius: 0.5rem 0.5rem 0 0 !important;
	background-color: rgba(255, 255, 255, 1);
}
.dealer-container {
	max-width: 95%;
	overflow-x: scroll;
}
.dealer-container > a {
	margin-right: 1.5rem;
	display: inline-block;
}
.dealer-container > a:last-child {
	margin-right: 0;
}
.dealer-container::-webkit-scrollbar {
	display: none;
}
.dealer-container {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.shadow {
	box-shadow: 0 4px 8px 0 rgba(73, 73, 73, 0.2);
	transition: 0.3s;
}
.shadow:hover {
	box-shadow: 0 8px 16px 0 rgba(75, 75, 75, 0.2);
}
.container-catalog {
	min-height: 90%;
	margin-top:2rem;
}
.container-catalog .catalog::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.container-catalog .catalog {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.container-catalog .catalog {
	/* max-height: 40rem; */
	padding: 3px;
	overflow: scroll;
	width: 100%;
	margin: 2rem;
	margin-top:1rem;
	cursor: grab;
}


.container-catalog .catalog.active {
	cursor: grabbing;
	cursor: -webkit-grabbing;
	transform: scale(1);
}
.container-catalog .catalog .card {
	/* height: 20rem; */
	margin: 1rem;
	/* width: 18rem; */
}
.container-catalog .catalog .card:last-child {
	margin-bottom: 6rem !important;
}

.catalog .card .card-img-top {
	width: auto;
	height: 18rem !important;
}
.container-catalog.promo .catalog .card-img-top {
	width: auto;
	/* height: 20rem !important; */
}

@media only screen and (max-device-height: 425px) and (orientation: landscape) {
	.container-catalog .catalog {
		/* max-height: 20rem !important; */
		height:100%;
		padding: 3px;
		overflow: scroll;
		width: 100%;
		margin: 2rem;
		justify-content:start !important;
	}
	.container-catalog .catalog .card {
		margin: 1.5rem;
		/* width: 18rem; */
	}

	.catalog .card .card-img-top {
		width: auto;
		height: 12rem !important;
	}
	.container-catalog.promo .catalog .card-img-top {
		width: auto;
		height: 10rem !important;
	}
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
	.container-catalog .catalog {
		max-height: 50rem !important;
		padding: 3px;
		overflow: scroll;
		width: 100%;
		margin: 2rem;
	}
	.container-catalog .catalog img {
		height: 20rem !important;
		margin: 1.5rem;
	}

	.container-catalog.promo .catalog {
		max-height: 20rem;
	}
	.container-catalog.promo .catalog .card-img-top {
		width: auto;
		height: 10rem !important;
	}
}

.varian button {
	margin: 0.5rem;
}
.varian button:first-child {
	margin-left: 0;
}
.img-detail {
	width: 15rem;
	/* border-radius:1rem; */
}
.detail-img-container {
	background-color: #ffffff;
	/* border-radius:1rem; */
	padding: 10px;
}
/* --------------------------NEW CSS-------------------------------------*/
.logo-top div {
	height: 6rem !important;
	display: flex;
	align-items: center;
}
.logo-top img {
	max-height: 6rem !important;
	max-width: 8rem !important;
}
.image-tag img {
	max-height: 4rem !important;
}
.login,
.select2-selection.select2-selection--single {
	font-size: 1.15rem !important;
}
.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
	object-fit: fill;
}

.video-container video {
	/* min-width: 100%; */
	/* min-height: 100%; */
	/* width: auto;
	height: auto; */
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	/* transform: translate(-50%, -50%); */
}

.mute-control {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	right: 10px;
}
.next-control {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	right: 50px;
}
/* .img-spec::-webkit-scrollbar {
	display: none;
} */
.img-spec::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.img-spec::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

.img-spec::-webkit-scrollbar-thumb {
    background: #ed1b2f;
}
.img-spec {
	height: 20rem !important;
	overflow-y: scroll;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
/*.img-spec img {*/
/*	width: 50rem !important;*/
/*}*/
.button-entrance a{
	position:fixed !important;
}