body {
    background-color: #f0f0f0;
	font-family:bmwTypeNextWeb;
	font-weight:400;
	font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset !important;
}
.header__top {
    background-color: hsla(0deg,calc(0%),calc(14.9019607843%),calc(1));
}
.header__top_box {
    display: flex;
    color: #FFFFFF;
    align-items: center;
    height: 48px;
}
.header__menu {
    background-color: #FFFFFF;
}
.header__logo {
    width: 48px;
    height: 48px;
}
.header__menu_box {
    height: 70px;
    display: flex;
    align-items: center;
}
.header__phone {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}
.header__ph_icon {
	width: 14px;
	margin-right: 5px;
}
.header__top_name {
	font-size: 12px;
}
.menu__main_a {
	color: #111;
	text-decoration: none;
}
.menu__main_a:hover {
	text-decoration: underline;
}
.menu__main_a + .menu__main_a {
	margin-left: 15px;
}
.menu__main_box {
	margin: auto;
}

#clearBtn {
	position: absolute;
	top: 10px;
	font-size: 0;
	height: 30px;
	width: 30px;
	right: 10px;
	background-image: url('../img/xmark-solid-full.svg');
	background-size: 100%;
	background-position: center;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-5px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
#clearBtn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.footer__menu {
	background-color: #1c1c1c;
	padding-bottom: 2em;
    padding-top: 2em;
}
.footer__copyright {
	background-color: #111;
	padding-bottom: 1.5em;
    padding-top: 1.5em;
}
.footer__copyright_copy {
	color: #767676;
	font-weight: 300;
	text-align: center;
	font-size: 14px;
	line-height: 120%;
}
.footer__copyright a {
	color: #767676;
	font-weight: 300;
	line-height: 120%;
	text-decoration: none;
	font-size: 14px;
}
.footer__copyright a:hover {
	text-decoration: underline;
	color: #767676;
}
.footer__title {
	color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 120%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer_menu_a {
	color: #767676;
	font-weight: 300;
	line-height: 120%;
	text-decoration: none;
	font-size: 16px;
}
.footer_menu_a a:hover {
	text-decoration: underline;
	color: #767676;
}
.footer__society {
	display: flex;
	align-items: center;
}
.footer__society_a {
	display: flex;
	background-color: #1854cd;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
}
.footer__society_a + .footer__society_a {
	margin-left: 20px;
}
.footer_menu_box + .footer_menu_box {
	margin-top: 10px;
}
.footer__society_a img {
	width: 30px;
}
.bmw-offcanvas-header {
	padding: 11px var(--bs-offcanvas-padding-x);
}
.bmw-offcanvas-header .bmw-btn-close {
	opacity: 1;
}
.offcanvas__title {
	text-align: center;
	font-size: 30px;
	color: #262626;
	margin-bottom: 0;
	text-transform: uppercase;
}
.offcanvas__notification {
	color: #767676;
	text-align: center;
	font-size: 12px;
	margin-bottom: 50px;
}
.form-input-text {
	background-color: #f0f0f0;
	border: 0;
	height: 64px;
	padding-left: 16px;
	font-weight: 300;
}
.btn-bmw {
	background-color: #1854cd;
	height: 60px;
	border: 0;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	transition: background-color .3s;
}
.btn-bmw:hover {
	background-color: #113e95;
}
.form-group + .form-group {
	margin-top: 16px;
}
.offcanvas-body-login {
	padding-top: 50px;
}
.form-group.form-group-submit {
	margin-top: 22px;
}
.menu__user_login {
	width: 25px;
	cursor: pointer;
}
.box__title {
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
}
.short_box {
	-webkit-box-shadow: 1.3125px 1.3125px 13.125px rgba(63,71,147,.35);
	box-shadow: 1.3125px 1.3125px 13.125px rgba(63,71,147,.35);
	padding: 15px;
	background-color: #fff;
	-webkit-box-shadow: 1.3125px 1.3125px 13.125px rgba(63,71,147,.15);
  box-shadow: 1.3125px 1.3125px 13.125px rgba(63,71,147,.15);
  -webkit-transition: -webkit-box-shadow .15s ease-in;
  transition: -webkit-box-shadow .15s ease-in;
  -o-transition: box-shadow .15s ease-in;
  transition: box-shadow .15s ease-in;
  transition: box-shadow .15s ease-in,-webkit-box-shadow .15s ease-in;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.short_box__image_box {
	margin-bottom: 15px;
	position: relative;
	padding-top: 100%;
}
.short_box__image_box img {
	position: absolute;
	height: 100%;
	top: 0;
	object-fit: cover;
	object-position: center;
}
.short_box__name {
	font-size: 1rem;
	line-height: 1.4375;
	text-transform: uppercase;
}
.short_box__sku {
	font-size: .8125rem;
	margin-top: .625rem;
	color: hsla(0deg,calc(0%),calc(40%),calc(1));
	margin-bottom: 1.25rem;
}
.short_box__price {
	font-size: 1.625rem;
	line-height: 1.38462;
	color: #000000;
	margin-top: auto;
	font-weight: 700;
}
.menu__user_box {
	border-left: 1px solid #00000050;
	padding-left: 15px;
	display: flex;
	align-items: center;
	font-size: 12px;
}
.menu__user_logout {
	color: orangered;
	font-size: 10px;
	opacity: 0.9;
	margin-left: 7px;
}
.menu__user_logout a {
	color: orangered;
	font-size: 10px;
	text-decoration: none;
}
.menu__user_logout a:hover {
	color: orangered;
	font-size: 10px;
	text-decoration: underline;
}
.breadcrumb__item, .breadcrumb__item.active {
	color: #bababa;
	font-weight: 400;
	position: relative;
	white-space: nowrap;
	font-size: .875em;
    line-height: 1.57;
}
.breadcrumb__item + .breadcrumb__item:before {
	color: #bababa;
}
.breadcrumb__link {
	color: #1854cd;
	text-decoration: none;
}
.page__title {
	color: #262626;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2em;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	.header__phone {
		font-size: 16px;
	}
	.header__ph_icon {
		width: 16px;
	}
	.header__top_address {
		font-size: 12px;
		opacity: .5;
	}
	.header__menu_box {
		height: 72px;
	}
	.menu__main_a {
		font-size: 16px;
	}
	.header__logo {
		width: 50px;
		height: 50px;
	}
	.footer__copyright_copy {
		text-align: left;
	}
	.footer__menu {
		padding-bottom: 4em;
		padding-top: 4em;
	}
	.menu__main_box {
		margin-right: 20px;
		margin-left: auto;
	}
	.page__title {
		font-size: 3em;
	}
}

@media (min-width: 992px) {
	.footer__title {
		font-size: 14px;
	}
	
}

@media (min-width: 1200px) {
	
}

@media (min-width: 1400px) {
	
}
