@font-face {
	font-family: "SecondaSoft";
	font-style: normal;
	font-weight: 500;
	src: url("../libs/fonts/secondasoft-cufonfonts/SecondaSoftMedium.otf");
}
@font-face {
	font-family: "Sebino";
	font-style: normal;
	font-weight: 400;
	src: url("../libs/fonts/Sebino-Font/Sebino-Regular.ttf");
}
select.size_select_box {
	position: absolute;
    outline: none !important;
    border: 0 !important;
    padding: 8px 10px;
    padding-right: 20px;
    cursor: pointer;
    opacity: 0;
}
.aitem {
	background: #f0f0f0;
	height: 100%;
	border-radius: 8px;
	border: 2px solid #dee2e6;
	padding: 10px;
	text-align: center;
	display: block;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	transition: all 0.3s;
	user-select: none;
}
.aitem.sel {
	border-color: var(--primary-color);
}
/*.aitem:active  {
	transform: scale(0.97);
}
.aitem.aitem_noact:active {
	transform: scale(1);
}*/
.lb_detail {
	background: rgba(211,68,70,0.75);
	color: #fff;
	font-size: 32px;
	text-align: center;
	width: 100%;
	position: absolute;
	padding: 10px 0px;
	top: calc(50% - 50px);
	left: 0;
	display: none;
}
.aitem.sel .lb_detail {
	display: block;
}
.aitem .brand_img {
	position: absolute;
	height: auto;
    max-width: 72px;
    left: 8px;
    top: 6px;
}
.aitem img {
	padding: 0px;
	width: 100%;
	height: auto;
    max-height: 220px;
	max-width: 90%;
	object-fit: contain;
}
/*.aitem img.img_lazy {
	padding: 40px;
	opacity: 0.5;
}*/
.section_brand {
	width: 120px;
	height: 120px;
	object-fit: contain;
}
.drow {
	position: relative;
}
.btd.bt_see_3d,
.btd.bt_customize {
	color: #333;
    background: #fff;
    border: 1px solid #888;
    z-index: 9;
}
.detail_info .bt_see_ar {
	padding: 7px;
}
.detail_info .bt_see_3d,
.detail_info .bt_customize {
	position: absolute;
    left: -120px;
    top: 54px;
    padding: 7px;
}
.div_slider .bt_see_3d,
.div_slider .bt_customize {
	position: absolute;
    left: calc(50% - 45px);
    top: 0px;
}
.bt_ar_view {
	background: var(--primary-color);
	color: #fff;
	border-radius: 20px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.size {
	background: #fff;
    border: 1px solid #dee2e6;
    color: var(--primary-color);
    font-weight: 500;
    padding: 8px;
    border-radius: 4px;
    margin-top: auto;
    width: 100%;
    width: 110px;
    position: relative;
}
.size i {
	position: absolute;
	right: 5px;
	color: #888;
	top: 10px;
	font-size: 14px;
    line-height: 14px;
}
.size .fa-angle-down {
	display: none;
}
.size.sel .fa-angle-down {
	display: inline-block;
}
.size.sel .fa-angle-up {
	display: none;
}
.size.sel + .size_selection {
	display: block;
}
.size_selection {
    position: absolute;
    background: #fff;
    width: 110px;
    bottom: 38px;
    left: 0px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    max-height: 150px;
    overflow-y: auto;
	display: none;
}
.size_item {
	padding: 8px;
	transition: all 0.3s;
    border-bottom: 1px solid #eee;
    opacity: 0.6;
}
.size_item:last-child {
	border-bottom: 0;
}
.size_item:hover {
	background: #f5f5f5;
	opacity: 1;
}
.row.brand_cont {
    display: flex;
    flex-wrap: wrap;
}
.col-6 {
	margin-bottom: 20px;
}
.top_brand {
	background: #f0f0f0;
	border-bottom: 1px solid #dee2e6;
	position: relative;
	padding: 0px 0px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 61px;
	z-index: 5;
}
.top_brand .brand_img {
	/*width: 350px;
	height: 100px;*/
    max-height: 100px;
    max-width: 320px;
	object-fit: contain;
	display: block;
	margin: auto;
}
.top_brand.seldetail .div_brand_img {
	display: none;
}
.top_brand.seldetail + div > .div_cont {
/*    margin-top: 430px;*/
}
.bt_back {
	position: absolute;
	width: 36px;
	height: 36px;
	background: #ccc;
	border-radius: 40px;
	left: 16px;
	top: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 5;
}
.bt_back svg {
	opacity: 0.5;
}
.bt_back:hover {
	background: #bbb;
}
.bt_back:hover svg {
	opacity: 0.7;
}
.filter_close {
	right: 3px;
    top: 3px;
}
.pagi {
	padding: 5px;
    border-top: 1px solid #ddd;
    cursor: pointer;
}
.pagi div {
	font-weight: 500;
	padding: 8px 12px;
	border-radius: 4px;
}
.pagi div:hover {
	background: #eee;
}
.col-6 {
    padding-right: 6px;
    padding-left: 6px;
}
.div_brand_img {
	margin-top: 8px;
	margin-bottom: 4px;
	height: 100px;
}
.detail {
	background: #fff;
    width: 100%;
	/*position: fixed;
    z-index: 15;
    top: 0px;*/
}
.detail_wrap {
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(217,219,221,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(217,219,221,0.65) 100%);
}
.div_nave {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: calc(50% - 17px);
}
.nave {
	width: 100%;
	font-size: 32px;
    display: flex;
    justify-content: space-between;
}
.nave button.owl-prev,
.nave button.owl-next {
	background: transparent;
    color: #888;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 22px;
    font-weight: bold;
    border: 0;
    transition: all 0.3s;
    position: relative;
    z-index: 5;
}
.nave button.owl-prev:hover,
.nave button.owl-next:hover {
	background: #ddd;
}
.slider_cont {
	width: calc(100% - 10px);
	max-width: 800px;
	margin: auto;
	padding: 50px 0px;
	padding-top: 60px;
	position: relative;
	overflow: hidden;
}
.detail_info .title {
	font-size: 32px;
}
.drow {
	display: flex;
	align-items: center;
	padding: 2px 0px;
	font-size: 13px;
}
.drow span {
	width: 120px;
	color: #aaa;
	font-size: 12px;
}
.drow div {
	font-weight: 600;
}
.drow .btd {
	font-weight: 500;
}
.div_brand_img1 {
	display: inline-block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.brand_img1 {
	max-width: 150px;
	max-height: 50px;
}
.detail_info {
	width: 30%;
}
.div_slider {
	width: 70%;
	position: relative;
}
.detail_cont {
	width: 100%;
	display: flex;
	max-width: 1200px;
    margin: auto;
}
.slider_info {
	position: absolute;
    bottom: 2px;
    left: 8px;
    width: 100%;
    z-index: 5;
    display: none;
}
.btd {
	background: var(--primary-color);
	color: #fff;
	padding: 7px 16px;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	margin-bottom: 6px;
	margin-top: 8px;
	margin-right: 12px;
	font-weight: 500;
	border: 1px solid transparent;
}
.btd_outline {
	border-color: var(--primary-color);
	background: transparent;
	color: var(--primary-color);
}
.btd:hover {
	opacity: 0.8;
}
.btd:active {
	transform: scale(0.95);
}
.bt_view_vehicle {
    margin-top: 2px;
    margin-bottom: 0px;
    margin-right: 0;
    display: none;
}
.bt_detail {
	margin-top: 0;
}
.bt_request {
	display: inline-block;
	margin-bottom: 12px;
	width: 198px;
    text-align: center;
}
.detail_dlg {
	position: fixed;
	height: 100vh;
	overflow-y: auto;
	width: 320px;
	background: #fff;
	top: 61px;
	right: -325px;
	transition: all 0.3s;
	z-index: 16;
	font-weight: 400;
	box-shadow: rgba(0,0,0,0.1) -3px 0px 8px 0px;
}
.img_shrink {
	display: none;
}
.detail_dlg.show {
	right: 0px;
}
.detail_dlg .drow {
	align-items: center;
	padding: 6px;
}
.detail_dlg .drow:nth-child(2n+1) {
	background: #f5f5f5;
}
.detail_dlg .drow div {
	font-weight: 500;
}
.div_border {
	border: 1px solid #ddd;
}
.tabs {
	margin-bottom: 10px;
}
.tab.sel {
	border-color: var(--primary-color);
}
.brand_img2 {
	position: absolute;
    width: 120px;
    height: 120px;
    object-fit: contain;
    z-index: 1;
    right: -36px;
    top: 70px;
}
.filter_mobile {
	display: none;
}
.bt_detail {
	position: absolute;
	left: 0px;
	top: -25px;
}
.msg_close,
.request_close {
	right: 5px;
	top: 5px;
}
.msg_dlg,
.dlg_select_vehicle,
.request_dlg {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	right: 0px;
	transition: all 0.3s;
	z-index: 100;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.msg_dlg_cont,
.dlg_vehicle_cont,
.request_dlg_cont {
	background: #f0f0f0;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 12px 0px;
	width: 300px;
	height: auto;
	padding: 22px;
	padding-top: 40px;
	border-radius: 8px;
	position: relative;
	text-align: center;
}
.request_dlg_cont {
	width: 480px;
	max-width: 96%;
	max-height: calc(100vh - 60px);
    overflow-y: auto;
}
.request_cont {
	text-align: left;
    background: #fff;
    padding: 5px 10px;
}
.d_input textarea.f_input {
	max-height: none;
}
#qrcode {
	width: 256px;
	height: 256px;
	margin: auto;
	margin-top: 20px;
}
.dlg_select_vehicle {
	align-items: flex-start;
}
.dlg_vehicle_cont {
	background: #fff;
	width: 100%;
	border-radius: 0px;
	padding: 0px;
}
.your_vehicle {
	font-size:2rem;
}
.section_brand {
	width: 110px;
	height: 70px;
	object-fit: contain;
	margin-left: 10px;
}
.bt {
	min-width: 100px;
}
.wrap_container {
	padding-top: 6px;
    overflow-y: auto;
}
/*.noscroll {
	max-height: calc(100vh - 80px);
	overflow: hidden;
}*/
.bitem {
	background: #fff;
	border-radius: 8px;
	border: 1px solid transparent;
	padding: 6px 8px;
	text-align: center;
	display: block;
	cursor: pointer;
	height: 100%;
	transition: all 0.3s;
	display: flex;
	align-items: center;
    font-size: 16px;
    color: #555;
}
.bitem:hover {
	transform: scale(1.05);
	border-color: var(--primary-color);
/*	background: #f0f0f0;*/
}
.bitem img {
	height: 50px;
	width: 50px;
	object-fit: contain;
	margin-right: 12px;
}
.bitem > div {
	width: calc(100% - 60px);
}
.row.make_cont {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px;
}
.make_cont .col-6 {
	margin-bottom: 12px;
}
.cont_wrap1 {
	max-height: calc(100vh - 134px);
    overflow-y: auto;
    width: 100%;
}
.makes, 
.vehicles {
	display: flex;
	flex-wrap: wrap;
}
.search_title {
	font-size: 16px;
	color: #888;
	border-bottom: 1px solid #eee;
	padding: 4px 8px;
	width: 100%;
	font-weight: 500;
}
.sitem {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	padding-right: 0px;
	border-radius: 8px;
	width: 50%;
	cursor: pointer;
}
.sitem:hover {
	background: #ddd;
}
.sitem img {
	width: 100px;
	height: 70px;
	object-fit: contain;
	margin-right: 10px;
}
.sitem > div {
	width: calc(100% - 110px);
}
a.sitem {
	justify-content: center;
}
.sitem.sitem_brand img {
	width: 100%;
	max-width: 100px;
	max-height: 50px;
}
.more {
	width: 100%;
	text-decoration: underline;
	padding-top: 10px;
	cursor: pointer;
	font-size: 12px;
}
.make {
	padding: 10px 10px;
}
.make > img {
    max-height: 40px;
    max-width: 80px;
}
.year {
	font-size: 16px;
    padding: 4px;
    width: 72px;
    text-align: center;
    margin: 5px;
    border-radius: 30px;
    cursor: pointer;
}
.year:hover {
    background: #fafafa;
}
.year.sel {
	background: var(--primary-color);
	color: #fff;
}
.type_title {
	border-bottom: 1px solid #dedede;
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.veitem {
	padding: 10px;
	text-align: center;
    display: block;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.10) 0px 0px 18px 0px;
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}
.veitem:hover {
	transform: scale(1.05);
    background: #f0f0f0;
    border-color: var(--primary-color);
}
.veitem img {
	max-height: 200px;
    max-width: 350px;
    width: 100%;
}
.veitem > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vehicle_back {
	left: 8px;
}
#filter_vehicle {
	min-width: 220px;
	display: none;
}
.vehicles_cont {
	display: none;
}
.search_product_close {
	top: 9px;
	display: none;
}
.div_search_product {
	margin-right: 8px;
}
.div_filters {
	position: relative;
	/* z-index: 999999999; */
	/* border: 10px; */
	/* background: #000; */
	/* height: 100px; */
	/* left: 0; */
	/* right: 0; */
}
.div_filter_search {
	position: relative;
	z-index: 11;
}
.img28 {
	width: 28px;
	height: 28px;
}
.aitem_list .aitem {
	display: flex;
	align-items: center;
	padding: 5px 0px;
	border: 0px;
    border-bottom: 1px solid #dee2c6;
    border-radius: 0;
    transform: scale(1) !important;
    text-align: left;
    flex-direction: row;
    background: #fff;
}
.aitem_right {
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
}
.aitem_list {
	width: 100% !important;
	margin-bottom: 0px !important;
}
/*.aitem_list .size {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 100px;
	margin-left: auto;
}*/
.aitem_list .aitem img {
	width: 86px;
	height: 86px;
	margin-left: 2px;
	margin-right: 10px;
}
.aitem_list .aitem img.brand_img {
	width: 56px;
    height: 24px;
    left: 0px;
    top: 0px;
    margin-left: 2px;
}
.aitem_list .size {
	padding: 6px 8px;
}
.aitem_list .bt_ar_view {
	margin-right: 8px;
}
.aitem_list .size_selection {
    max-height: 110px;
    left: 0px;
    bottom: 32px;
    width: 110px;
}
.aitem_list .aitem .lb_detail {
	display: none !important;
}
.aitem_list .aitem.sel {
	border: 1px solid rgba(211,68,70,1);
}
.lg_view {
	display: none;
}

@media (min-width: 1024px) {
	.div_filters {
		width: 100%;
	}
	.div_search_product {
		position: absolute;
		width: calc(100% - 760px);
		top: 2px;
		right: 380px;
		z-index: 1;
	}
}
@media (max-width: 1023px) {
	.lg_view {
		position: absolute;
	    right: 0px;
	    top: -4px;
	    z-index: 2;
	}
	html, body {
	  	overscroll-behavior: none;
	}
	.div_slider {
		width: 100%;
	}
	.slider_info {
		display: flex;
		align-items: flex-end;
	}
	.detail_info {
		width: 300px;
		display: none;
	}
	.div_filter_search {
		display: block !important;
	}
	.div_search_product {
		width: calc(100% - 16px);
    	margin: 3px 8px;
	    overflow: hidden;
		max-width: 100%;
	}
}

@media (min-width: 769px) {
	.aitem_list {
    	width: 720px !important;
    	margin-left: auto;
    	margin-right: auto;
    }
    .div_search_product {
    	width: 720px;
    	left: calc(50% - 368px);
    }
}
@media (min-width: 768px) {
	.div_slider img {
	    max-height: 48vh;
	    max-width: 48vh;
	}
	.div_slider .owl-carousel {
		width: 33.33%;
		margin: auto;
	}
	.owl-carousel .owl-stage-outer {
		overflow: visible;
	}
	.owl-carousel .owl-item,
	.owl-carousel .owl-item img {
		transition: all 0.3s;
	}
	.owl-carousel .owl-item:not(.active) {
	    transform: scale(0.6);
	    opacity: 0.5;
	}
	.owl-carousel .owl-item.active {
	    transform: scale(1.4);
	}
	.arview_cube {
		top: 26px;
	}
	img.arview_arrow {
		right: 53px;
    	bottom: 45px;
    	height: 62px;
    	width: calc(50vw - 150px);
	}
}
@media (max-width: 767px) {
	.lg_view {
		position: absolute;
	    right: 0px;
	    top: -4px;
	    z-index: 2;
	}
	.div_slider.open {
		min-height: 370px;
	}
	.div_search_product {
		width: calc(100% - 10px);
    	margin: 3px 5px;
    }
	.div_search_product i {
		left: 8px;
		top: 7px;
		font-size: 16px;
	}
	.div_search_product input {
		border-radius: 0px;
		padding: 6px 30px;
	}
	.search_product_close {
		right: 6px;
    	top: 6px;
	}
	.filter_mobile {
		padding: 5px 6px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		display: none;
	}
	.filter_mobile_back {
		display: none;
	}
	.filter_mobile.mobile_back .filter_mobile_back {
		display: block;
	}
	.filter_mobile.mobile_back .filter_mobile_cont {
		display: none;
	}
	.filters {
/*		min-height: 36px;*/
	}
	.filter_by {
	    padding: 8px 8px;
	}
	.filters.show {
		display: block;
		width: calc(100vw + 0px);
    	border-bottom: 1px solid #ddd;
	}
	.filter {
		width: 100%;
		display: flex;
	    justify-content: space-between;
	    border-top: 1px solid #ddd;
	    border-right: 0px;
	    padding: 8px 10px;
	}
	.filter .fsize {
		margin-right: 0px;
	    margin-left: auto;
	}
	.filter.sel span {
		color: #76767f;
	}
	.filter.sel {
		background: inherit;
		color: inherit;
	} 
	.filter_close {
		position: relative;
	    margin-left: 10px;
	    right: auto;
	    top: auto;
	}
	.fitem {
		width: calc(50% - 10px);
	}
	.btd {
		padding: 4px 7px;
    	font-size: 11px;
	}
	.slider_cont {
		padding: 0px 0px;
		padding-top: 10px;
		padding-bottom: 20px;
		max-width: 340px;
	}
	.top_brand.seldetail + div > .div_cont {
/*		margin-top: 415px;*/
	}
	.div_nave {
		display: none;
	}
	.col-6 {
	    width: 50%;
	    margin-bottom: 10px;
	}
	.aitem {
		padding: 6px 4px;
		padding-top: 12px;
	}
	.aitem div .fsize16 {
		font-size: 14px;
	}
	.div_brand_img {
		height:100px;
	}
	.div_brand_img {
		height:70px;
	}
	.top_brand .brand_img {
		max-width: 150px;
		max-height: 70px;
	}
	.div_cont {
/*		margin-top: 125px;*/
	}
	.size {
		padding: 6px;
	}
	.size_selection {
	    overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.vehicle_detail .fsize20 {
		padding-top: 32px !important;
	}
	.bt_see_ar,
	.bt_customize {
		margin-bottom: 2px;
		padding-bottom: 3px;
	}
}