.webview3d-error-page,
.webview3d-main-section,
.webview3d-visualizer-wrapper {
	font-family: Lato, sans-serif
}

.webview3d-main-section ul {
	list-style: none
}

.webview3d-visualizer-wrapper a,
.webview3d-visualizer-wrapper button,
.webview3d-visualizer-wrapper div,
.webview3d-visualizer-wrapper em,
.webview3d-visualizer-wrapper li,
.webview3d-visualizer-wrapper select,
.webview3d-visualizer-wrapper span,
.webview3d-visualizer-wrapper strong,
.webview3d-visualizer-wrapper textarea,
.webview3d-visualizer-wrapper ul {
	-webkit-tap-highlight-color: transparent !important;
	outline: 0 !important
}

.webview3d-font-0 {
	font-size: 0
}

.webview3d-font-10 {
	font-size: 10px
}

.webview3d-font-12 {
	font-size: 12px
}

.webview3d-font-14 {
	font-size: 14px
}

.webview3d-font-16 {
	font-size: 16px
}

.webview3d-font-18 {
	font-size: 18px
}

.webview3d-font-20 {
	font-size: 20px
}

.webview3d-font-24 {
	font-size: 24px
}

.webview3d-font-28 {
	font-size: 28px
}

.webview3d-font-30 {
	font-size: 30px
}

.webview3d-font-32 {
	font-size: 32px
}

.webview3d-font-36 {
	font-size: 36px
}

.webview3d-font-thin {
	font-weight: 100
}

.webview3d-font-light {
	font-weight: 300
}

.webview3d-font-normal {
	font-weight: 400
}

.webview3d-font-bold {
	font-weight: 700
}

.webview3d-font-bolder {
	font-weight: 800
}

.webview3d-font-extrabold {
	font-weight: 900
}

.webview3d-font-italic {
	font-style: italic
}

.webview3d-line-height {
	line-height: 1.5
}

.webview3d-line-height-1 {
	line-height: 1
}

.webview3d-line-height-40 {
	line-height: 40px
}

.webview3d-primary-color {
	color: #0072bc
}

.webview3d-light-color {
	color: #fff
}

.webview3d-grey-color {
	color: #6a6a6a
}

.webview3d-dark-color {
	color: #171717
}

.webview3d-bg-primary {
	background-color: #5c3825
}

.webview3d-bg-light {
	background-color: #fff
}

.webview3d-bg-transparent {
	background-color: transparent
}

.webview3d-bg-dark {
	background-color: #171717
}

.webview3d-bg-darkgray {
	background-color: #191919
}

.webview3d-bg-center {
	background-position: center
}

.webview3d-bg-norepeat {
	background-repeat: no-repeat
}

.webview3d-bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.webview3d-bg-contain {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.webview3d-bg-transparent-4 {
	background: rgba(0, 0, 0, .4)
}

.webview3d-bg-transparent-6 {
	background: rgba(0, 0, 0, .6)
}

.webview3d-bg-transparent-8 {
	background: rgba(0, 0, 0, .8)
}

.webview3d-sprite {
	background-image: url(../images/webview3d-sprite.png);
}

.webview3d-sprite1 {
	background-image: url(../images/webview3d-sprite--.svg)
}

.webview3d-border-0 {
	border: none
}

.webview3d-border-light {
	border: 1px solid #fff
}

.webview3d-border-bottom-red {
	border-bottom: 2px solid #5c3825
}

.webview3d-border-right-grey {
	border-right: 1px solid #656366
}

.webview3d-border-skew-red {
	border-right: 4px solid #5c3825
}

.webview3d-radius-4 {
	border-radius: 4px
}

.webview3d-radius-10 {
	border-radius: 10px
}

.webview3d-radius-circle {
	border-radius: 50%
}

.webview3d-full-width {
	width: 100%
}

.webview3d-full-height {
	height: 100%
}

.webview3d-height-60 {
	height: 60px
}

.webview3d-full-height-vh {
	height: 100vh
}

.webview3d-text-center {
	text-align: center
}

.webview3d-text-left {
	text-align: left
}

.webview3d-text-right {
	text-align: right
}

.webview3d-justify-center {
	justify-content: center
}

.webview3d-justify-between {
	justify-content: space-between
}

.webview3d-justify-start {
	justify-content: flex-start
}

.webview3d-align-center {
	align-items: center
}

.webview3d-align-middle {
	vertical-align: middle
}

.webview3d-align-top {
	vertical-align: top
}

.webview3d-width-auto {
	width: auto
}

.webview3d-maxwidth-100 {
	max-width: 100%
}

.webview3d-flex {
	display: flex
}

.webview3d-flex-auto {
	flex: 0 0 auto
}

.webview3d-flex-wrap {
	flex-wrap: wrap
}

.webview3d-flex-direction-column {
	flex-direction: column
}

.webview3d-block {
	display: block
}

.webview3d-inline {
	display: inline
}

.webview3d-inline-block {
	display: inline-block
}

.webview3d-table {
	display: table
}

.webview3d-table-cell {
	display: table-cell
}

.webview3d-flex-50 {
	flex: 0 0 50%;
	max-width: 50%
}

.webview3d-hide {
	display: none
}

.webview3d-relative {
	position: relative
}

.webview3d-absolute {
	position: absolute
}

.webview3d-fixed {
	position: fixed
}

.webview3d-pointer {
	cursor: pointer
}

.webview3d-events-none {
	pointer-events: none
}

.webview3d-overflow-hidden {
	overflow: hidden
}

.webview3d-hidden-x {
	overflow-x: hidden
}

.webview3d-hidden-y {
	overflow-y: hidden
}

.webview3d-overflow-auto {
	overflow: auto
}

.webview3d-left-center {
	left: 50%
}

.webview3d-top-center {
	top: 50%
}

.webview3d-left {
	left: 0
}

.webview3d-right {
	right: 0
}

.webview3d-bottom {
	bottom: 0
}

.webview3d-top {
	top: 0
}

.webview3d-m0 {
	margin: 0
}

.webview3d-mauto {
	margin: auto
}

.webview3d-mb10 {
	margin-bottom: 10px
}

.webview3d-mr10 {
	margin-right: 10px
}

.webview3d-mr20 {
	margin-right: 20px
}

.webview3d-mt10 {
	margin-top: 10px
}

.webview3d-mb20 {
	margin-bottom: 20px
}

.webview3d-ml20 {
	margin-left: 20px
}

.webview3d-mt20 {
	margin-top: 20px
}

.webview3d-mb30 {
	margin-bottom: 30px
}

.webview3d-mt30 {
	margin-top: 30px
}

.webview3d-mh30 {
	margin: 0 30px
}

.webview3d-mh20 {
	margin: 0 20px
}

.webview3d-mv30 {
	margin: 30px 0
}

.webview3d-mv20 {
	margin: 20px 0
}

.webview3d-p0 {
	padding: 0
}

.webview3d-p10 {
	padding: 10px
}

.webview3d-p20 {
	/* padding: 20px */
}

.webview3d-pl20 {
	padding-left: 20px
}

.webview3d-p30 {
	padding: 30px
}

.webview3d-pb10 {
	padding-bottom: 10px
}

.webview3d-pb20 {
	padding-bottom: 20px
}

.webview3d-pt10 {
	padding-top: 10px
}

.webview3d-ph20 {
	padding: 0 20px
}

.webview3d-ph30 {
	padding: 0 30px
}

.webview3d-pv8 {
	padding: 8px 0
}

.webview3d-square-36 {
	width: 36px;
	height: 36px
}

.webview3d-square-20 {
	width: 20px;
	height: 20px
}

.webview3d-z-index--1 {
	z-index: -1
}

.webview3d-z-index-1 {
	z-index: 1
}

.webview3d-z-index-2 {
	z-index: 2
}

.webview3d-z-index-9 {
	z-index: 9
}

.webview3d-z-index-99 {
	z-index: 99
}

.webview3d-z-index-999 {
	z-index: 999
}

.webview3d-z-index-9999 {
	z-index: 9999
}

.webview3d-opacity-0 {
	opacity: 0
}

.webview3d-opacity-1 {
	opacity: 1
}

.webview3d-visibility-hidden {
	visibility: hidden
}

.webview3d-outline-0 {
	outline: 0
}

.webview3d-spacing-hover:hover {
	letter-spacing: 4px
}

.webview3d-hover-text-red:hover {
	color: #5c3825
}

.webview3d-slowHover-2 {
	-webkit-transition: .2s ease-in-out all;
	-moz-transition: .2s ease-in-out all;
	transition: .2s ease-in-out all
}

.webview3d-slowHover-4 {
	-webkit-transition: .4s ease-in-out all;
	-moz-transition: .4s ease-in-out all;
	transition: .4s ease-in-out all
}

.webview3d-slowHover-6 {
	-webkit-transition: .2s ease-in-out all;
	-moz-transition: .2s ease-in-out all;
	transition: .2s ease-in-out all
}

.webview3d-box-shadow {
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, .15);
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .15)
}

.webview3d-translate-xy {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.webview3d-translate-x {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%)
}

.webview3d-translate-y {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}

.webview3d-translate-y-100 {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%)
}

.webview3d-translate-y-0 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}

.webview3d-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg)
}

.webview3dPulse {
	-webkit-animation: webview3dPulse 2s infinite;
	-moz-animation: webview3dPulse 2s infinite;
	animation: webview3dPulse 2s infinite
}

.webview3d-skew-21 {
	-webkit-transform: skew(21deg);
	-moz-transform: skew(21deg);
	transform: skew(21deg)
}

.webview3d-skew--21 {
	-webkit-transform: skew(-21deg);
	-moz-transform: skew(-21deg);
	transform: skew(-21deg)
}

.webview3d-fadeIn {
	-webkit-animation: fadeIn .3s ease-in-out;
	-moz-animation: fadeIn .3s ease-in-out;
	animation: fadeIn .3s ease-in-out
}

.webview3d-scrollbar::-webkit-scrollbar {
	width: 4px;
	background-color: #f5f5f5
}

.webview3d-scrollbar::-webkit-scrollbar-thumb {
	background-color: #2da4d4
}

.webview3d-scrollbar-bottom::-webkit-scrollbar {
	height: 4px;
	background-color: #f5f5f5
}

.webview3d-scrollbar-bottom::-webkit-scrollbar-thumb {
	background-color: #2da4d4
}

.webview3d-spiny-y {
	-webkit-animation: spiny 4s linear infinite;
	-moz-animation: spiny 4s linear infinite;
	animation: spiny 4s linear infinite
}

@-moz-keyframes spiny {
	0% {
		-moz-transform: rotateY(0)
	}

	100% {
		-moz-transform: rotateY(360deg)
	}
}

@-webkit-keyframes spiny {
	0% {
		-webkit-transform: rotateY(0)
	}

	100% {
		-webkit-transform: rotateY(360deg)
	}
}

@keyframes spiny {
	0% {
		transform: rotateY(0)
	}

	100% {
		transform: rotateY(360deg)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	50% {
		opacity: .5
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	50% {
		opacity: .5
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes webview3dPulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(188, 113, 0, 0.7)
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(197, 146, 69, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(150, 105, 46, 0)
	}
}

@keyframes webview3dPulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(163, 109, 27, 0.7);
		box-shadow: 0 0 0 0 rgba(204, 130, 19, 0.7)
	}

	70% {
		-moz-box-shadow: 0 0 0 30px rgba(0, 114, 188, 0);
		box-shadow: 0 0 0 15px rgba(0, 114, 188, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 114, 188, 0);
		box-shadow: 0 0 0 0 rgba(0, 114, 188, 0)
	}
}

.webview3d-header {
	/* background-image: url(../images/webview3d-header-car.png); */
	-webkit-background-size: 600px;
	-moz-background-size: 600px;
	-ms-background-size: 600px;
	background-size: 600px;
	background-color: #000
}

.webview3d-header-btn {
	width: 170px;
	height: 170px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-image: url(../images/webview3d-header-icon.svg) */
}


@-webkit-keyframes webview3dRrotateLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes webview3dRrotateLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.webview3d-loaderCar {
	max-width: 520px;
	padding-top: 0;
	height: auto
}

.webview3d-loader-percentage {
	top: -60px;
	text-transform: uppercase;
	background: linear-gradient(to top, rgba(0, 0, 0, .5) 0, #fff 60%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 120px
}

.webview3d-loaderCar video {
	position: relative;
	right: 0;
	top: 60px;
	height: auto
}

.webview3d-loading-experience-text {
	margin-top: 60px
}

#webview3dcontent {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.webview3d-tutorial-outer {
	max-width: 700px
}

.webview3d-tutorial-close {
	right: 31px;
	top: 14px;
	width: 45px;
	height: 45px;
	background-position: -227px -888px
}

.webview3d-tutorial-scroll-drag-right-col {
	margin-left: 20px;
}

.webview3d-tutorial-microinteractions-list li {
	list-style-type: none;
	margin-right: 10px;
	min-width: 75px
}

.webview3d-tutorial-icons {
	width: 42px;
	height: 42px
}

.webview3d-tutorial-lights {
	background-position: -228px -380px
}

.webview3d-tutorial-doors {
	background-position: -227px -449px
}

.webview3d-tutorial-background {
	background-position: -227px -312px
}

.webview3d-tutorial-sunroof {
	background-position: -227px -518px
}

.webview3d-tutorial-btns {
	margin-bottom: 6px
}

.webview3d-tutorial-btns button {
	padding: 12px 20px;
	background: #2d5792;
	background: -moz-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	;
	margin-right: 16px
}

.webview3d-tutorial-btns button::after {
	position: absolute;
	content: '';
	right: -5px;
	top: 0;
	bottom: 0;
	transform: rotate(0);
	background-color: #5c3825;
	width: 2px
}

.webview3d-tutorial-btns button::before {
	position: absolute;
	content: '';
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #000;
	opacity: 1;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out
}

.webview3d-tutorial-btns .selected::before {
	opacity: 0
}

.webview3d-tutorial-microinteractions-list .webview3d-tutorial-extint {
	padding-left: 20px
}

.webview3d-tutorial-icon-text {
	right: 7px;
	top: 1px
}

.webview3d-error-webs h5 {
	margin: 98px 0 35px
}

.webview3d-error-image {
	width: 120px;
	height: 120px;
	background-position: -55px -210px
}

.webview3d-browser-icon {
	width: 50px;
	height: 50px
}

.webview3d-chrome {
	background-position: -316px -147px
}

.webview3d-safari {
	background-position: -316px -85px
}

.webview3d-edge {
	background-image: url(../images/webview3d-edge-icon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat
}

.webview3d-firefox {
	background-position: -316px -262px
}

.webview3d-wifi-image {
	width: 95px;
	height: 95px;
	background-position: -68px -489px
}

.webview3d-microintractions {
	width: 44px;
	/* bottom: 44px */
	bottom: 52px
		/*changes*/
}

.webview3d-toggle-view {
	/* bottom: 20px; */

	bottom: 72px;
	/*changes*/
	left: 20px
}

.webview3d-micro-icon {
	width: 44px;
	height: 44px;
	margin-bottom: 15px
}

.webview3d-micro-background {
	background-position: -228px -34px
}

.webview3d-micro-background.webview3d-toggle-icon {
	background-position: -227px -310px
}

.webview3d-micro-lights {
	background-position: -228px -105px
}

.webview3d-micro-lights.webview3d-toggle-icon {
	background-position: -227px -381px
}

.webview3d-micro-doors {
	background-position: -228px -172px
}

.webview3d-micro-doors.webview3d-toggle-icon {
	background-position: -227px -448px
}

.webview3d-micro-sunroof {
	background-position: -228px -241px
}

.webview3d-micro-sunroof.webview3d-toggle-icon {
	background-position: -227px -517px
}

.webview3d-toggle-view label {
	padding: 11px 36px;
	text-transform: uppercase;
	background: #2d5792;
	background: -moz-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	;
	filter: drop-shadow(0px 37px 80px rgba(0, 0, 0, .41)) drop-shadow(0px 8.26443px 17.869px rgba(0, 0, 0, .244404)) drop-shadow(0px 2.46054px 5.32008px rgba(0, 0, 0, .165596))
}

.webview3d-toggle-view label em {
	font-style: normal
}

.webview3d-toggle-view label::before {
	position: absolute;
	content: '';
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #000;
	opacity: 1;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out
}

.webview3d-toggle-view label::after {
	position: absolute;
	content: '';
	right: -5px;
	top: 0;
	bottom: 0;
	transform: rotate(0);
	background-color: #5c3825;
	width: 2px;
	left: auto;
	height: 100%
}

.webview3d-toggle-view-box .webview3d-row {
	margin-right: 16px
}

.webview3d-toggle-view .webview3d-row input:checked~label {
	pointer-events: none
}

.webview3d-toggle-view .webview3d-row input:checked~label::before {
	opacity: 0
}

.webview3d-home-screenview {
	top: 20px;
	left: 20px
}

.webview3d-home-screenview-icon {
	width: 56px;
	height: 56px
}

.webview3d-home {
	background-position: -223px -957px
}

.webview3d-screenview {
	background-position: -223px -1033px
}

.webview3d-screenview.webview3d-toggle-icon {
	background-position: -314px -437px
}

.webview3d-features-panel-close {
	top: 50%;
	right: 360px;
	width: 30px;
	transform: translateY(-50%)
}

.webview3d-features-panel-close-gradient {
	position: relative;
	width: 30px;
	height: 260px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .4);
	border-radius: 4px 0 0 4px;
	writing-mode: vertical-rl;
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	text-align: center;
	line-height: 30px;
	background: -webkit-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
}

.webview3d-features-panel-close-white {
	display: none;
	position: relative;
	width: 30px;
	height: 120px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .4);
	border-radius: 4px 0 0 4px;
	writing-mode: vertical-rl;
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	text-align: center;
	line-height: 30px;
	background: rgba(255, 255, 255, .6);
	backdrop-filter: blur(2px)
}

.webview3d-features-panel-close-text {
	position: relative;
	transform: rotateZ(180deg);
	display: inline-block;
	top: -10px;
	color: #fff;
	letter-spacing: .2em;
	font-weight: 400
}

.webview3d-features-panel-close-white .webview3d-features-panel-close-text {
	color: #000;
	font-weight: 700
}

.webview3d-features-panel-close-text::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	top: -22px;
	left: 11px;
}

.webview3d-features-panel-close-white .webview3d-features-panel-close-text::after {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid #000;
	/* left: -2px */
	left: 5px;
}

.webview3d-features-panel-toggle .webview3d-features-panel-close-white {
	display: block
}

.webview3d-features-panel-toggle .webview3d-features-panel-close-gradient {
	display: none
}

.webview3d-features-panel-toggle .webview3d-loaderCar {
	left: 50%
}

.webview3d-carousel-features {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.webview3d-carousel-features .owl-carousel .owl-dots {
	text-align: center;
	margin: 0;
	z-index: 9;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 40px
}

.webview3d-carousel-features .owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 8px;
	transition: .2s ease-in-out all
}

.webview3d-carousel-features .owl-carousel button.owl-dot.active {
	background-color: #5c3825
}

.webview3d-features-panel-toggle .webview3d-carousel-features .owl-carousel .owl-item img {
	width: calc(100% - 360px);
	opacity: 0
}

.webview3d-features-panel-toggle .webview3d-carousel-features .owl-carousel .active img {
	opacity: 1
}

.webview3d-features-panel-toggle .webview3d-carousel-features .owl-carousel .owl-dots {
	padding-right: 360px
}

.webview3d-features-panel-box {
	-webkit-transform: translateX(360px);
	-moz-transform: translateX(360px);
	-ms-transform: translateX(360px);
	transform: translateX(360px)
}

.webview3d-features-panel-toggle .webview3d-features-panel-box {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.webview3d-features-panel-inner {
	width: 360px
}

.webview3d-features-panel-heading {
	letter-spacing: 5px
}

.webview3d-features-panel-heading::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #000 0, #656366 11.25%, #656366 87.98%, #000 98.21%)
}

.webview3d-toggle-view-box-front-back {
	margin-left: 10px
}

.webview3d-dekstop-view #webview3dcanvas {
	width: 100%;
	height: 100%;
	position: absolute;
	outline: 0
}

.webview3d-dekstop-view #webview3dcanvas.webview3d-canvas-resize {
	width: calc(100% - 360px)
}

.webview3d-features-list,
.webview3d-variants-packs-list {
	padding-left: 0
}

.webview3d-features-list>li,
.webview3d-variants-packs-list>li {
	list-style-type: decimal;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
	list-style-position: inside;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	line-height: 1.5
}

.webview3d-features-list>li::marker,
.webview3d-variants-packs-list>li::marker {
	color: #cfa693;
	font-weight: 700;
	font-size: 18px
}

.webview3d-features-list>li span,
.webview3d-variants-packs-list>li span {
	position: relative;
	left: 0;
	top: 0;
	padding-left: 9px;
	padding-top: 0;
	width: 92%;
	padding-bottom: 0;
	z-index: 2;
	display: inline-block
}

.webview3d-features-list>li::before,
.webview3d-variants-packs-list>li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #000 0, #656366 11.25%, #656366 87.98%, #000 98.21%);
	opacity: .3
}

.webview3d-variants-packs-list>li.active::before {
	display: none
}

.webview3d-variants-packs-list>li.active.active-again::before {
	display: block
}

.webview3d-features-list>li::after,
.webview3d-variants-packs-list>li::after {
	content: '+';
	position: absolute;
	right: 22px;
	top: 0;
	color: #cfa693;
	font-size: 24px;
	height: 0
}

.webview3d-features-list-dropdown,
.webview3d-variant-packs-dropdown {
	display: none;
	padding-left: 30px
}

.webview3d-features-list>li.active::after,
.webview3d-variants-packs-list>li.active::after {
	content: '-';
	font-size: 36px;
	top: -10px
}

.webview3d-features-list>li.active-again::after,
.webview3d-variants-packs-list>li.active-again::after {
	content: '+';
	font-size: 24px;
	top: 0
}

.webview3d-features-list-dropdown>li,
.webview3d-variant-packs-dropdown>li {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0;
	transition: .2s all ease-in-out;
	cursor: pointer;
	position: relative
}

.webview3d-variant-packs-dropdown>li {
	margin: 12px 0
}

.webview3d-variant-packs-dropdown.show .selected {
	color: #777;
	pointer-events: none;
	cursor: auto
}

.webview3d-carvariants-list li.active .webview3d-carvariants-label {
	color: #777
}

.webview3d-features-showcase,
.webview3d-features-showcase-special {
	width: 360px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden
}


.webview3d-variant-selected {
	font-weight: 400;
	font-style: normal;
	color: #676767;
	font-size: 14px;
	position: relative;
	left: 10px
}


.webview3d-variant-selected::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 2px;
	background-color: #fff;
	left: -8px;
	top: 8px
}

.webview3d-features-panel-footer .webview3d-variant-selected {
	position: relative;
	display: block
}


.webview3d-variant-selected::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #e83323
}

.webview3d-features-showcase-show {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.webview3d-featuresslider .owl-carousel .owl-dots {
	margin-top: -35px;
	text-align: center;
	pointer-events: none
}

.webview3d-featuresslider .owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 8px
}

.webview3d-footer-box-seater-7 .webview3d-footer-box-seats-icon {
	background-position: -22px -319px
}

.webview3d-footer-box-seater-5 .webview3d-footer-box-seats-icon {
	background-position: -22px -282px
}

.webview3d-selected .webview3d-footer-box-seats-wrap::after {
	content: '';
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 1px;
	background-color: #5c3825
}

.webview3d-selected .webview3d-footer-box-seats-item {
	opacity: .4
}

.webview3d-footer-box-packs-remove-btn {
	padding: 5px 10px;
	line-height: 1;
	border-radius: 2px
}

.webview3d-footer-box-packs-remove-btn:hover {
	color: #fff;
	background-color: #5c3825
}

.webview3d-footer-box-packs-icon {
	width: 32px;
	height: 32px
}

.webview3d-footer-box-packs-luxury .webview3d-footer-box-packs-icon {
	background-position: -233px -719px
}

.webview3d-footer-box-packs-tech .webview3d-footer-box-packs-icon {
	background-position: -233px -777px
}

.webview3d-footer-box-packs-comfort .webview3d-footer-box-packs-icon {
	background-position: -233px -834px
}

.webview3d-selected .webview3d-footer-box-packs-item label {
	color: #777;
	pointer-events: none
}

.webview3d-toggle-color .webview3d-toggle-color-selected {
	min-width: 200px
}

.webview3d-toggle-color .webview3d-selected-color {
	width: 36px;
	height: 36px;
	border: 2px solid #fff
}

.webview3d-toggle-color-options ul li {
	border-radius: 50%;
	margin-right: 25px;
	width: 36px;
	height: 36px;
	display: flex;
	cursor: pointer;
	background-size: cover !important;
	border: 2px solid #fff;
	position: relative
}

.webview3d-footer-portions-show {
	display: block;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}

.webview3d-tooltip {
	visibility: hidden;
	opacity: 0;
	left: 50%;
	bottom: 45px;
	transition: opacity .25s ease;
	transform: translateX(-50%);
	background: #fff;
	padding: 7px 10px;
	border-radius: 0;
	display: block;
	color: #000;
	font-size: 10px;
	white-space: nowrap;
	line-height: 1;
	position: absolute;
	font-weight: 700;
	border: 1px solid #000
}

.webview3d-tooltip::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff
}

.webview3d-toggle-color-options ul li:hover .webview3d-tooltip {
	opacity: 1;
	visibility: visible
}

.webview3d-main-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #000;
	z-index: 3
}

.webview3d-object-wrapper.webview3d-popup .webview3d-popup-wrapper {
	display: block
}

.webview3d-main-section.webview3d-no-overlay:before {
	display: none
}

.webview3d-popup:before {
	height: 100% !important
}

.webview3d-no-overlay .webview3d-toggle-color,
.webview3d-popup .webview3d-footer-panel,
.webview3d-popup .webview3d-footer-panel-box-common,
.webview3d-popup .webview3d-home-screenview,
.webview3d-popup .webview3d-microintractions,
.webview3d-popup .webview3d-toggle-view-box {
	opacity: 0
}

.webview3d-popup-information {
	opacity: 0
}

.webview3d-popup .webview3d-popup-wrapper {
	opacity: 1;
	z-index: 3
}

.webview3d-popup-information.webview3d-static-info {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	transition: .2s all ease-out;
	opacity: 1
}

.webview3d-popup-information.webview3d-video-info {
	bottom: 60px;
	left: 0;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	background: #000;
	background: 0 0;
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	opacity: 1
}

.webview3d-features-panel-toggle .webview3d-popup-information.webview3d-video-info {
	padding-right: 360px
}

.webview3d-features-panel-toggle .webview3d-popup-information.webview3d-static-info {
	left: 0;
	height: 100%
}

.webview3d-popup-information.webview3d-video-info .webview3d-product-image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
	background-color: #000
}

.webview3d-popup-information .webview3d-product-image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
	background-color: #000
}

.webview3d-popup-information .webview3d-product-image video {
	width: 100%;
	height: 100%;
	margin: auto
}

.webview3d-popup-information.webview3d-video-info .webview3d-product-image img {
	width: 100%
}

.webview3d-popup-information.webview3d-video-info .webview3d-product-info {
	width: 70%;
	align-items: center
}

.webview3d-popup-information.webview3d-video-info .webview3d-close-popup {
	margin: 20px 0 10px 0
}

.webview3d-popup-wrapper .webview3d-close-popup {
	width: 56px;
	height: 56px;
	background-position: -227px -888px;
	right: auto;
	top: 10px;
	position: absolute;
	left: 10px;
	z-index: 99999
}

.webview3d-popup-information.webview3d-static-info,
.webview3d-popup-information.webview3d-static-info .webview3d-product-image,
.webview3d-popup-wrapper .webview3d-product-info {
	display: flex
}

.webview3d-popup-information.webview3d-static-info .webview3d-product-image {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	transition: .2s ease-in-out all;
	left: 0;
	top: 0
}

.webview3d-features-panel-toggle .webview3d-popup-information .webview3d-product-image {
	width: calc(100% - 360px)
}

.webview3d-popup-information.webview3d-static-info.vmodel .webview3d-product-image {
	margin-right: 0
}

.webview3d-popup-wrapper .webview3d-product-info {
	flex-direction: column;
	margin-top: 24px
}

.webview3d-popup-information.webview3d-static-info .webview3d-product-image img {
	width: 100%;
	max-width: 100%;
	object-fit: contain
}

.webview3d-popup-wrapper .webview3d-product-info>p {
	margin-bottom: 0
}

.webview3d-popup-wrapper .webview3d-product-info .description {
	margin-top: 10px;
	color: #fff
}

.webview3d-main-section {
	height: 80vh
}

.webview3d-dekstop-view .webview3d-object-wrapper {
	flex-direction: column
}

.webview3d-rotate-device {
	background-color: #000
}

.webview3d-rotate-device-icon {
	width: 90px;
	height: 90px;
	background-position: -70px -600px
}

.iPhone .webview3d-popup-information.webview3d-static-info .webview3d-product-image {
	display: block
}

.webview3d-popupOpen {
	height: 100vh;
	overflow: hidden
}

.webview3d-footer-variants .webview3d-icon-variant {
	display: flex;
	position: relative;
	color: #fff;
	pointer-events: none
}

.webview3d-variants-box-wrapper .webview3d-variants-box {
	width: 100%;
	position: relative;
	z-index: 2
}

.donotScroll {
	overflow: hidden
}

.webview3d-carvariant-filter-options input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.webview3d-carvariants-list {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: left
}

.carvariants-options {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.webview3d-footer-box-packs-list li {
	border-bottom: 1px solid transparent
}

.carvariants-options input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.webview3d-carvariants-label {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	line-height: 1;
	color: #fff;
	margin: 0;
	vertical-align: middle;
	font-weight: 400;
	font-size: 14px
}

.webview3d-carvariants-label {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	line-height: 1;
	color: #fff;
	margin: 0;
	vertical-align: middle;
	font-weight: 400;
	font-size: 14px
}

#webview3d-features-panel-inner-desktop .webview3d-filter-packs-label {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	line-height: 26px;
	color: #fff;
	margin: 0;
	vertical-align: middle;
	font-weight: 400;
	font-size: 14px;
	padding-right: 80px;
	text-transform: capitalize;
	padding-left: 35px
}

#webview3d-features-panel-inner-desktop .webview3d-selected .webview3d-filter-packs-label {
	color: #777;
	pointer-events: none
}

#webview3d-features-panel-inner-desktop .webview3d-selected .webview3d-filter-packs-label::before {
	opacity: .4
}

.webview3d-filter-packs-label {
	position: relative
}

.webview3d-filter-packs-label::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: 0
}

.webview3d-filter-packs-label[for=luxury]::before {
	background-image: url(../images/webview3d-luxury.svg)
}

.webview3d-filter-packs-label[for=tech]::before {
	background-image: url(../images/webview3d-tech.svg)
}

.webview3d-filter-packs-label[for=comfort]::before {
	background-image: url(../images/webview3d-comfort.svg)
}

.webview3d-remove-pack-button {
	right: 22px;
	position: absolute;
	font-weight: 400;
	font-size: 12px;
	color: #e83323;
	line-height: 14px;
	border-bottom: 1px solid #e83323;
	top: 6px;
	display: none
}

.webview3d-selected .webview3d-remove-pack-button {
	display: block
}

.webview3d-info-pack-button {
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/webview3d-info.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
	background-color: #000
}

.webview3d-carvariants-list li {
	padding: 5px 0;
	margin: 0;
	flex: 0 0 auto;
	text-align: left
}

.webview3d-carvariants-list li.active {
	pointer-events: none
}

.fullScreenView .webview3d-main-section {
	margin-top: 0;
	height: 100vh
}

.webview3d-features-showcase-back em {
	font-style: normal
}

.webview3d-maintenance-icon {
	width: 140px;
	height: 140px;
	background-position: -44px -360px
}

.webview3d-footer-box-packs-item input[name=pack],
.webview3d-footer-box-seats-item input[name=seating] {
	opacity: 0;
	position: absolute
}

.webview3d-footer-box-packs-item label,
.webview3d-footer-box-seats-item label {
	cursor: pointer;
	display: block
}

.webview3d-seating-disable {
	opacity: .4;
	pointer-events: none
}

#webview3d-loader-bg {
	background-color: #000;
	z-index: 9;
}

.webview3d-header-text {
	margin-top: 80px
}

#webview3d-hide-features-icon {
	position: absolute;
	bottom: 68px;
	z-index: 9;
	width: 50px;
	height: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-position: -227px -888px
}

.webview3d-special-features {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .2s all ease-in-out
}

.webview3d-special-features img {
	width: 100%;
	height: 100vh;
	object-fit: cover
}

.webview3d-features-panel-toggle .webview3d-special-features {
	width: calc(100% - 360px)
}

.webview3d-features-showcase-special-list {
	padding: 0
}

.webview3d-features-showcase-special-list li {
	display: block;
	font-size: 14px;
	color: #fff;
	border-radius: 100px;
	font-style: normal;
	font-weight: 400;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px;
	margin: 15px 0 10px;
	cursor: pointer;
	transition: .4s all ease-in-out
}

.webview3d-features-showcase-special-list .selected,
.webview3d-features-showcase-special-list li:hover {
	background-color: #fff;
	color: #000
}

.webview3d-features-showcase-special-list .selected {
	pointer-events: none
}

.webview3d-visualizer-wrapper video::-webkit-media-controls {
	display: none !important
}

.webview3d-carousel-features .webview3d-carousel-features-box .owl-carousel .webview3d-carousel-features-mobile-image {
	display: none
}

#webview3dLoaderGif {
	position: relative;
	top: 50px
}

.webview3d-unsupported-browser {
	min-height: 480px;
	margin-top: -60px
}

.webview3d-filter-packs-label {
	text-transform: capitalize
}

.webview3d-toggle-color {
	position: absolute;
	/* bottom: 20px; */
	bottom: 73px;
	/*changes*/
	right: 40px;
	display: flex;
	flex-direction: column;
	width: 220px;
	opacity: 1;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	transition: .2s all ease
}

.webview3d-features-panel-toggle .webview3d-toggle-color {
	right: 380px ;
}

.webview3d-toggle-color .webview3d-toggle-color-selected {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	max-width: 220px;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
	backdrop-filter: blur(2px);
	border: 0;
	border-radius: 4px;
	padding: 7px 10px;
	cursor: pointer;
	transition: .3s all ease;
	box-shadow: 0 37px 80px rgba(0, 0, 0, .41), 0 8.26443px 17.869px rgba(0, 0, 0, .244404), 0 2.46054px 5.32008px rgba(0, 0, 0, .165596)
}

.webview3d-toggle-color-selected:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	right: 10px;
	top: 55%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	transition: .2s all ease
}

.webview3d-toggle-color-selected.webview3d-select-color:after {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-moz-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg)
}

.webview3d-toggle-color .webview3d-toggle-color-selected .webview3d-selected-color {
	border-radius: 50%;
	margin-right: 9px;
	width: 36px;
	height: 36px;
	display: inline-block;
	background-size: cover !important;
	border: 1px solid #fff
}

.webview3d-toggle-color .webview3d-toggle-color-selected .webview3d-selected-color-name {
	color: #fff;
	width: 70%;
	font-size: .9rem
}

.webview3d-toggle-color .webview3d-toggle-color-selected .webview3d-selected-color-name::first-letter {
	text-transform: uppercase
}

.webview3d-toggle-color-selected.webview3d-select-color {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.webview3d-toggle-color-options {
	background-color: rgba(0, 0, 0, .8);
	backdrop-filter: blur(2px);
	width: 100%;
	border: 0;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
	padding: 8px 10px 0;
	display: none;
	margin-bottom: 0;
	position: relative;
	z-index: 2
}

.webview3d-colors-heading {
	margin: 0 0 10px
}

.webview3d-toggle-color-options ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.webview3d-toggle-color-options ul li {
	border-radius: 50%;
	margin-right: 13px;
	margin-bottom: 12px;
	width: 36px;
	height: 36px;
	display: flex;
	cursor: pointer;
	background-size: cover !important;
	border: 1px solid #fff
}

.webview3d-variant-features-tabs-box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

.webview3d-variant-features-tabs-wrap {
	width: 100%
}

#webview3d-variant-features-tabs-nav {
	margin: 0 0 16px;
	padding: 0;
	width: 100%;
	font-size: 0;
	display: flex;
	list-style: none;
	position: relative;
	justify-content: space-between;
	background: #000
}

#webview3d-variant-features-tabs-nav>li {
	float: left;
	font-weight: 700;
	margin-right: 2px;
	padding: 0;
	cursor: pointer;
	position: relative;
	background: -webkit-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	flex: 0 0 100%;
	max-width: 100%;

	/*flex: 0 0 50%;
	max-width: 50%;*/

	text-align: center
}

#webview3d-variant-features-tabs-nav>li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #777;
	;
	left: 0;
	bottom: -12px;
	right: 0;
	margin: auto;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px)
}

#webview3d-variant-features-tabs-nav>li::before {
	position: absolute;
	content: '';
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	background-color: #000;
	opacity: 1;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out
}

#webview3d-variant-features-tabs-nav>li.active::before {
	opacity: 0
}

#webview3d-variant-features-tabs-nav>li.active {
	pointer-events: none
}

#webview3d-variant-features-tabs-nav>li.active::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}

#webview3d-variant-features-tabs-nav>li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	position: relative;
	padding: 15px 6px;
	display: block
}

#webview3d-variant-features-tabs-nav>li.active a {
	color: #fff
}

#webview3d-variant-features-tabs-content {
	padding: 40px 0 0;
	border: 0;
	float: left;
	width: 100%
}

.webview3d-features-panel-footer {
	background: #242424;
	border-top: 2px solid #343434;
	padding: 6px 10px;
	z-index: 2
}

.webview3d-selected-variant-portion {
	padding: 5px 5px 5px 5px;
	border-right: 0
}

.webview3d-selected-variant-portion sup {
	color: #e83323;
	font-size: 14px
}

.webview3d-selected-variant-price-portion {
	position: relative;
	padding: 0 12px;
	bottom: 4px
}

.webview3d-exshowroom-price-text {
	font-weight: 400;
	font-size: 10px;
	color: #6d6b6b
}

.webview3d-features-panel-footer-box {
	justify-content: space-between
}

.webview3d-features-panel-footer-box .webview3d-variant-selected::before {
	display: none
}

.webview3d-features-panel-footer-box .webview3d-variant-selected {
	color: #fff
}

.webview3d-variant-selected-price {
	font-size: 16px
}

.webview3d-build-n-price-portion {
	padding: 0 4px
}

.webview3d-build-n-price-btn {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	padding: 12px 22px;
	background: #2d5792;
	background: -moz-linear-gradient(90deg, #0c2972 0, #1c58af 53.65%, #7a42c7 97.4%);
	background: -webkit-linear-gradient(90deg, #0c2972 0, #1c58af 53.65%, #7a42c7 97.4%);
	background: linear-gradient(90deg, #0c2972 0, #1c58af 53.65%, #7a42c7 97.4%);
	-webkit-transform: skew(-21deg);
	-moz-transform: skew(-21deg);
	transform: skew(-21deg);
	width: 240px
}

.webview3d-build-n-price-btn::after {
	position: absolute;
	content: '';
	right: -5px;
	top: 0;
	bottom: 0;
	transform: rotate(0);
	background-color: #e83323;
	width: 2px
}

.webview3d-variant-features-tabs-content-wrap {
	margin-top: 50px
}

.webview3d-features-panel-customise {
	bottom: 44px;
	padding: 20px
}


.webview3d-features-panel-footer-mobile,
.webview3d-variants-packs-features-mobile {
	display: none
}

.webview3d-home-screenview {
	position: absolute;
	bottom: 65px;
}


.webview3d-variants-listing-wrapper {
	height: 22vw;
	overflow: auto
}

.webview3d-variants-listing-wrapper::-webkit-scrollbar {
	display: block
}

.webview3d-close-customise-panel-button {
	width: 30px;
	height: 30px;
	background-image: url(../images/webview3d-close-mobile.svg);
	background-position: center 7px;
	background-size: 30px;
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding: 0;
	display: none;
	cursor: pointer
}

.webview3d-features-bottom-mobile {
	border: -2px;
	line-height: 34px;
	background: -moz-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
	background: linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 100%);
}

.webview3d-apply-filter-mobile {
	bottom: 0;
	text-align: center;
	padding: 0 20px;
	display: none
}

.webview3d-apply-filter-btn {
	width: 100%;
	background: #2d5792;
	background: -moz-linear-gradient(90deg, #0c2972 0, #1c58af 53.65%, #7a42c7 97.4%);
	background: -webkit-linear-gradient(90deg, #0c2972 0, #1c58af 53.65%, #7a42c7 97.4%);
	background: linear-gradient(90deg, #0c2972 0, #1c58af 53.65%, #7a42c7 97.4%);
	filter: drop-shadow(0px 37px 80px rgba(0, 0, 0, .41)) drop-shadow(0px 8.26443px 17.869px rgba(0, 0, 0, .244404)) drop-shadow(0px 2.46054px 5.32008px rgba(0, 0, 0, .165596));
	padding: 8px 0
}

.webview3d-selected-variant-portion .webview3d-font-18 {
	font-size: 15px
}

#webview3d-features-panel-inner-desktop .webview3d-variant-packs-dropdown.show>li:hover .webview3d-filter-packs-label,
.webview3d-features-list-dropdown.show>li:hover,
.webview3d-variant-packs-dropdown.show>li:hover .webview3d-filter-packs-label {
	color: #cfa693;
}

#webview3d-features-panel-inner-desktop .webview3d-variant-packs-dropdown.show>.webview3d-selected:hover .webview3d-filter-packs-label {
	color: #777
}

.webview3d-on-variant-change .webview3d-loaderCar {
	top: 40%
}

.webview3d-screenview-tooltip {
	width: 180px;
	background: #000;
	position: absolute;
	right: auto;
	top: -52px;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	padding: 7px 10px;
	border-radius: 5px;
	left: 40px
}

.webview3d-screenview-tooltip::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
	left: 24px;
	bottom: -7px
}

.webview3d-screenview-tooltip-close {
	width: 16px;
	height: 16px;
	background-image: url(../images/webview3d-close-mobile.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 3px
}

.webview3d-disabled {
	pointer-events: none
}

.webview3d-disabled input+label {
	opacity: .3
}

.webview3d-disabled label:before {
	background: #656366 !important
}

.webview3d-disabled input:checked+label {
	opacity: 1
}

.webview3d-selected-variant-price-portion {
	display: none
}


.iPhone .webview3d-screenview-tooltip {
	display: none !important
}

.webview3d-variant-packs-dropdown>li .webview3d-pack-highlights {
	padding-left: 48px;
	pointer-events: none;
	position: absolute;
	display: none;
	left: 0;
	top: 30px
}

.webview3d-pack-highlights li {
	list-style-type: disc;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.6;
	margin: 5px 0
}

.webview3d-variant-packs-dropdown>li.webview3d-selected .webview3d-pack-highlights {
	display: block
}

.webview3d-pack-highlights-mobile {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, .9);
	bottom: 133px;
	z-index: 12;
	padding: 20px 16px 20px 20px;
	height: 220px;
	left: 0
}

.webview3d-phm-close {
	width: 30px;
	height: 30px;
	background-image: url(../images/webview3d-close-mobile.svg);
	background-position: center 7px;
	background-size: 30px;
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
	right: -14px;
	top: -18px
}

.webview3d-phm-pack-name {
	font-size: 16px;
	line-height: 19px
}

.webview3d-phm-remove-pack {
	border: 1px solid #e83323;
	border-radius: 2px;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	color: #e83323;
	padding: 4px 9px;
	margin-left: 30px
}

.webview3d-pack-highlights-mobile .webview3d-pack-highlights-list {
	margin-top: 16px;
	padding-left: 16px;
	height: 140px;
	overflow: auto
}

.webview3d-pack-highlights-mobile .webview3d-pack-highlights-list::-webkit-scrollbar {
	display: block
}

.webview3d-pack-highlights-list li {
	list-style-type: disc;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.6;
	margin: 5px 0
}

.webview3d-interiorview-complete .webview3d-toggle-color {
	opacity: 0;
	visibility: hidden
}

@media screen and (min-width:1920px) {
	.webview3d-variants-listing-wrapper {
		height: 25vw
	}
}

@media screen and (min-width:1023px) and (max-width:1350px) {
	#webview3dcanvas.webview3d-canvas-resize {
		width: calc(100% - 360px)
	}
}

@media screen and (min-width:1200px) {
	.webview3d-featuresslider {
		margin-top: 15px
	}

	.webview3d-features-showcase-box {
		padding-bottom: 10px
	}

	.webview3d-micro-tooltip {
		left: 50px;
		bottom: 8px;
		padding: 7px 10px;
		border-radius: 0;
		display: block;
		white-space: nowrap;
		border: 1px solid #000
	}

	.webview3d-tutorial-scroll-drag-car img {
		margin-bottom: 6px
	}

	.webview3d-micro-tooltip::after {
		content: "";
		position: absolute;
		left: -6px;
		bottom: 5px;
		width: 0;
		height: 0;
		border-right: 6px solid #fff;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent
	}

	.webview3d-micro-tooltip::before {
		content: "";
		position: absolute;
		left: -8px;
		bottom: 4px;
		width: 0;
		height: 0;
		border-right: 7px solid #000;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent
	}

	.webview3d-micro-icon:hover .webview3d-micro-tooltip-doors-open,
	.webview3d-micro-icon:hover .webview3d-micro-tooltip-lights-on,
	.webview3d-micro-icon:hover .webview3d-micro-tooltip-night,
	.webview3d-micro-icon:hover .webview3d-micro-tooltip-sunroof-on,
	.webview3d-toggle-icon:hover .webview3d-micro-tooltip-day,
	.webview3d-toggle-icon:hover .webview3d-micro-tooltip-doors-close,
	.webview3d-toggle-icon:hover .webview3d-micro-tooltip-lights-off,
	.webview3d-toggle-icon:hover .webview3d-micro-tooltip-sunroof-off {
		visibility: visible;
		opacity: 1
	}

	.webview3d-toggle-icon:hover .webview3d-micro-tooltip-doors-open,
	.webview3d-toggle-icon:hover .webview3d-micro-tooltip-lights-on,
	.webview3d-toggle-icon:hover .webview3d-micro-tooltip-night,
	.webview3d-toggle-icon:hover .webview3d-micro-tooltip-sunroof-on {
		visibility: hidden;
		opacity: 0
	}

	.webview3d-carousel-features .owl-carousel .owl-item img {
		position: relative;
		bottom: 30px;
		height: calc(100vh - 160px);
		object-fit: contain
	}
}

@media screen and (max-width:1200px) {
	.webview3d-carousel-features .webview3d-carousel-features-box .owl-carousel .webview3d-carousel-features-desktop-image {
		display: none
	}

	.webview3d-carousel-features .webview3d-carousel-features-box .owl-carousel .webview3d-carousel-features-mobile-image {
		display: block
	}
}

@media screen and (min-width:901px) {

	.webview3d-features-list-dropdown,
	.webview3d-variant-packs-dropdown {
		margin-top: -10px
	}

	.webview3d-features-list-dropdown.show>li:last-child,
	.webview3d-variant-packs-dropdown.show>li:last-child {
		padding-bottom: 20px;
		margin-bottom: 0
	}

	.webview3d-features-list>li span,
	.webview3d-variants-packs-list>li span {
		padding-bottom: 16px
	}

	.webview3d-features-list>li,
	.webview3d-variants-packs-list>li {
		padding-bottom: 0
	}

	.webview3d-variants-listing-wrapper {
		padding-top: 3px;
		padding-bottom: 6px
	}

	.webview3d-variants-packs-list>li label span {
		padding-bottom: 0
	}

	.webview3d-features-listing-wrapper,
	.webview3d-variants-packs-listing-wrapper {
		position: relative
	}

	.webview3d-features-listing-wrapper::after,
	.webview3d-variants-packs-listing-wrapper::after {
		content: '';
		position: absolute;
		left: 0;
		width: 20px;
		height: 100%;
		top: 0;
		z-index: 2
	}
}

@media screen and (min-width:900px) and (max-width:1300px) {
	.webview3d-loader-percentage {
		top: -113px
	}

	.webview3d-loaderCar video {
		top: 0
	}
}

@media screen and (max-width:900px) {
	


	.webview3d-main-section {
		height: 75vh;
		margin-top: 0
	}

	.webview3d-home-screenview {
		top: auto;
		left: 10px;
		bottom: 63px;
	}

	.webview3d-home-screenview-icon {
		width: 50px;
		height: 46px;
		background-size: 830px
	}

	.webview3d-home {
		background-position: -216px -923px
	}

	.webview3d-screenview {
		background-position: -216px -997px
	}

	.webview3d-screenview.webview3d-toggle-icon {
		background-position: -305px -423px
	}

	.webview3d-header-btn {
		width: 80px;
		height: 80px
	}

	.webview3d-header-text {
		font-size: 16px;
		min-width: 300px;
		top: 20px
	}

	.webview3d-header {
		-webkit-background-size: 360px;
		-moz-background-size: 360px;
		-ms-background-size: 360px;
		background-size: 360px
	}

	#webview3d-loader-car-image {
		width: 248px
	}

	.webview3d-loader-percentage {
		font-size: 90px;
		top: -50px
	}
	.webview3d-flex-50 {
		flex: 0 0 50%;
		max-width: 40%;
	}
	.webview3d-loaderCar p {
		font-size: 16px
	}

	.webview3d-loaderCar {
		height: auto
	}

	.webview3d-tutorial-outer {
		max-width: 330px;
		/* padding: 15px; */
		border: 0;
	}

	.webview3d-tutorial-scroll-drag-right-col {
		/* padding-left: 5px */
	}

	.webview3d-tutorial-scroll-drag-left-col {
		/* padding-right: 5px */
	}

	.webview3d-tutorial-scroll-drag img {
		border: 0
	}

	.webview3d-tutorial-microinteractions-list {
		display: none
	}

	.webview3d-tutorial-close {
		background-position: -318px -588px;
		top: 5px;
		right: 10px;
	}

	.webview3d-tutorial-heading p {
		font-size: 14px
	}

	.webview3d-tutorial-micro-top {
		font-size: 14px;
		margin-top: 10px
	}

	.webview3d-tutorial-box-ul-desktop {
		display: none
	}

	.webview3d-tutorial-box-ul-mobile {
		display: block
	}

	.webview3d-tutorial-ext-int-mobile {
		width: 150px;
		height: 50px;
		background-image: url(../images/webview3d-tutorial-mobile-ext-int.png);
		background-position: left center;
		background-size: contain
	}

	#webview3d-loader-drl-light {
		display: none
	}

	.webview3d-tutorial-interactive-features {
		background-position: -314px -648px;
		width: 50px;
		height: 50px
	}

	.webview3d-toggle-view {
		top: 10px;
		bottom: auto;
		left: 0;
		width: 100%
	}

	.webview3d-toggle-view .webview3d-border-skew-red {
		border: 0
	}

	.webview3d-toggle-view-box {
		border: 0;
		background: 0 0;
		border-radius: 0;
		margin-left: 10px;
		margin-top: 2px;
		overflow: visible;
		padding: 2px
	}

	.webview3d-toggle-view label {
		border-radius: 0;
		text-transform: capitalize;
		padding: 6px 12px;
		text-transform: uppercase
	}

	.webview3d-features-panel-close {
		top: 50%
	}

	.webview3d-microintractions-toggle {
		display: block;
		width: 40px;
		height: 40px;
		background-position: -320px -1040px;
		right: 10px
	}

	.webview3d-microintractions-toggle-open {
		background-position: -320px -875px
	}

	.webview3d-microintractions {
		bottom: auto;
		left: auto;
		right: 13px;
		margin-top: 5px;
		text-align: right;
		opacity: 0;
		visibility: hidden;
		top: 44px
	}

	.webview3d-footer-color {
		display: none !important
	}

	.webview3d-toggle-view-box-front-back {
		margin-left: 0
	}

	.webview3d-microintractions-open {
		opacity: 1;
		visibility: visible
	}

	.webview3d-micro-icon {
		width: 34px;
		height: 38px;
		margin-bottom: 0;
		background-size: 700px
	}

	.webview3d-micro-sunroof {
		background-position: -185px -197px;
	}

	.webview3d-micro-sunroof.webview3d-toggle-icon {
		background-position: -185px -421px
	}

	.webview3d-micro-doors {
		background-position: -185px -141px;
		background-size: 700px !important;
	}

	.webview3d-micro-doors.webview3d-toggle-icon {
		background-position: -185px -365px
	}

	.webview3d-micro-lights {
		background-position: -185px -84px;
		background-size: 700px !important;
		/* background-position: -185px -29px !important; */
	}

	.webview3d-micro-lights.webview3d-toggle-icon {
		background-position: -185px -309px
	}

	.webview3d-micro-background {
		background-position: -185px -29px
	}

	.webview3d-micro-background.webview3d-toggle-icon {
		background-position: -185px -253px
	}

	.webview3d-footer-back {
		padding: 0 10px
	}

	.webview3d-ph30 {
		padding: 0 10px
	}

	.webview3d-mh30 {
		margin: 0 10px
	}

	.webview3d-footer-color {
		display: none
	}

	.webview3d-colors-mobile {
		position: absolute;
		bottom: 70px;
		right: 0;
		display: block;
		text-align: right
	}

	.webview3d-colors-mobile .webview3d-toggle-color-options {
		width: 85px;
		display: flex;
		background: #000;
		padding: 5px 8px;
		border: 1px solid #fff;
		float: right
	}

	.webview3d-toggle-color-options ul {
		overflow: hidden
	}

	.webview3d-toggle-color-options ul li {
		flex: 0 0 auto;
		margin-right: 15px;
		width: 30px;
		height: 30px
	}

	.webview3d-toggle-color .webview3d-toggle-color-selected .webview3d-selected-color {
		width: 30px;
		height: 30px
	}

	.webview3d-arrow-colors {
		width: 26px;
		height: 36px;
		display: none
	}

	.component {
		bottom: 23px;
	}

	.webview3d-arrow-colors-prev {
		background-position: -407px -28px
	}

	.webview3d-arrow-colors-next {
		background-position: -407px -69px
	}

	.webview3d-selected-color-name {
		margin-bottom: 0;
		display: inline-block;
		text-transform: capitalize;
		background: #000;
		padding: 0 4px;
		border: 0;
		font-size: 12px
	}

	.webview3d-footer-panel::after,
	.webview3d-footer-panel::before {
		display: none
	}

	.webview3d-footer-panel {
		border-top: 1px solid #777
	}

	.webview3d-footer-panel,
	.webview3d-footer-panel-box-packs,
	.webview3d-footer-panel-box-seating,
	.webview3d-footer-panel-box-variants {
		bottom: 0
	}

	.webview3d-explore-features-mobile {
		display: block;
		line-height: 34px;
		border-bottom: 1px solid #fff
	}

	.webview3d-explore-features-mobile svg {
		margin-left: 10px
	}

	.webview3d-features-listing-mobile {
		flex-wrap: nowrap
	}

	.webview3d-features-listing-mobile li {
		flex: 0 0 auto;
		margin: 0 0px 0 7px;
		line-height: 40px;
		font-size: 13px;
		padding: 0 6px
	}

	.webview3d-features-list-dropdown.show li,
	.webview3d-features-listing-mobile li {
		border-bottom: 0;
		color: #fff;
		padding: 0 40px;	
	}
	.webview3d-features-list-dropdown.show .selected,
	.webview3d-features-listing-mobile .active {
		border-bottom: 0;
		color: #fff
	}

	.webview3d-features-list-dropdown.show>li:hover {
		border-bottom: 0 solid #5c3825
	}

	.webview3d-features-list-mobile {
		bottom: 0;
		border-top: 0;
		border-bottom: 0
	}

	.webview3d-features-listing-mobile li {
		position: relative
	}

	.webview3d-features-listing-mobile li::after {
		content: '';
		position: absolute;
		right: -7px;
		top: 9px;
		background-color: #353535;
		width: 2px;
		height: 28px
	}

	.webview3d-features-listing-mobile li:last-child::after {
		display: none
	}

	.webview3d-features-list>li::before {
		display: none
	}

	.webview3d-features-list-dropdown>li {
		line-height: 44px
	}

	/* .webview3d-features-list-dropdown{
		display: flex;
	} */

	.webview3d-scrollbar-bottom::-webkit-scrollbar {
		height: 0
	}

	.webview3d-goto-variants-mobile {
		left: 10px;
		top: 8px;
		font-size: 10px
	}

	.webview3d-main-section:before {
		transition: .1s all ease;
		background: rgba(0, 0, 0, .2)
	}

	.webview3d-goto-variants-mobile svg {
		margin-right: 5px;
		bottom: 1px
	}

	.webview3d-pv8 {
		padding: 5px 0
	}

	.webview3d-footer-panel-inner {
		padding: 1px 0
	}

	.webview3d-height-60 {
		height: 50px
	}

	.webview3d-features-list-mobile {
		height: 44px;
		padding: 0;
		border-top: 2px solid #444
	}

	.webview3d-footer-panel-box-packs::-webkit-scrollbar,
	.webview3d-footer-panel-box-seating::-webkit-scrollbar,
	.webview3d-footer-panel-box-variants::-webkit-scrollbar {
		width: 0;
		background-color: #f5f5f5
	}

	.webview3d-features-panel-close {
		display: none !important
	}

	.webview3d-features-showcase,
	.webview3d-features-showcase-special {
		height: 240px;
		bottom: 0;
		top: auto;
		width: 100%;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		overflow: visible;
		-webkit-transform: translateY(290px);
		-moz-transform: translateY(290px);
		transform: translateY(290px)
	}

	.webview3d-features-showcase-show {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0)
	}

	.webview3d-features-showcase-back {
		position: absolute;
		top: -44px;
		background: 0 0;
		padding: 10px;
		border: 1px solid #fff;
		left: 0;
		bottom: auto
	}

	.webview3d-featuresslider {
		margin-top: 0
	}

	.webview3d-featuresslider .owl-carousel .owl-nav {
		position: absolute;
		bottom: -20px;
		width: 140px;
		right: 0
	}

	.webview3d-featuresslider .owl-carousel .owl-nav button.owl-next,
	.webview3d-featuresslider .owl-carousel .owl-nav button.owl-prev {
		background: linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 92.51%)
	}

	.webview3d-featuresslider .owl-carousel .owl-nav button:hover {
		background: linear-gradient(90deg, rgba(92, 56, 37, 1) 0%, rgba(149, 115, 99, 1) 92.51%)
	}

	.webview3d-featuresslider .owl-carousel .owl-nav button.owl-next.disabled,
	.webview3d-featuresslider .owl-carousel .owl-nav button.owl-prev.disabled {
		background: #000
	}

	.webview3d-featuresslider .owl-carousel .owl-nav button.owl-next span,
	.webview3d-featuresslider .owl-carousel .owl-nav button.owl-prev span {
		border-color: transparent transparent transparent #fff
	}

	.webview3d-featuresslider .owl-carousel .owl-nav button.owl-next:hover span,
	.webview3d-featuresslider .owl-carousel .owl-nav button.owl-prev:hover span {
		border-color: transparent transparent transparent #fff
	}

	.webview3d-features-showcase-box p {
		height: 82px;
		overflow: auto;
		padding-right: 0;
		margin-top: 0
	}

	.webview3d-features-showcase-box h3 {
		margin-bottom: 10px
	}

	.webview3d-featuresslider .owl-carousel .owl-dots {
		counter-reset: slides-num;
		position: absolute;
		top: auto;
		left: auto;
		margin-top: 15px;
		right: 40px;
		bottom: -90px;
		/* -14pxdd */
	}

	.webview3d-featuresslider .owl-carousel .owl-dots:after {
		content: counter(slides-num);
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		vertical-align: middle;
		padding-left: 0;
		position: relative;
		top: -1px;
		right: 8px
	}

	.webview3d-featuresslider .owl-carousel .owl-dots .owl-dot {
		display: inline-block;
		counter-increment: slides-num;
		margin-right: 0;
		background-color: transparent;
		width: 0;
		height: 0
	}

	.webview3d-featuresslider .owl-carousel .owl-dots .owl-dot span {
		display: none
	}

	.webview3d-featuresslider .owl-carousel .owl-dots .owl-dot.active:before {
		content: counter(slides-num) " / ";
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
		position: absolute;
		left: 12px;
		top: 0
	}

	.webview3d-footer-pack {
		border-right: 0
	}

	.webview3d-features-showcase-back em {
		display: none
	}

	.webview3d-error-heading h3 {
		font-size: 22px
	}

	.webview3d-error-webs h5 {
		font-size: 16px;
		margin: 60px 0 20px
	}

	.webview3d-error-webs ul li .webview3d-block {
		margin: 0 0 15px
	}

	.webview3d-error-image {
		width: 88px;
		height: 88px;
		background-position: -37px -143px;
		background-size: 600px
	}

	.webview3d-unsupported-browser .webview3d-error-heading h3 {
		font-size: 18px;
		margin-top: 5px
	}

	.webview3d-unsupported-browser .webview3d-error-heading p {
		font-size: 16px
	}

	.webview3d-footer-panel-resize {
		width: 100%
	}

	#webview3dcanvas {
		width: 100% !important
	}

	#webview3dcanvas.webview3d-canvas-resize-mobile {
		height: calc(100% - 240px) !important
	}

	.webview3d-features-panel-box,
	.webview3d-features-panel-toggle .webview3d-features-panel-box {
		-webkit-transform: translateX(360px);
		-moz-transform: translateX(360px);
		-ms-transform: translateX(360px);
		transform: translateX(360px)
	}

	.webview3d-features-panel-toggle .webview3d-footer-panel {
		width: 100%;
	}

	.webview3d-features-panel {
		opacity: 0;
		visibility: hidden
	}

	.webview3d-dekstop-view #webview3dcanvas.webview3d-canvas-resize {
		width: 100%
	}

	.webview3d-toggle-view label em {
		display: none
	}

	.webview3d-slide-to-left li {
		transform: translateX(0)
	}

	.webview3d-slide-to-right li {
		transform: translateX(-50px)
	}

	.webview3d-features-panel-toggle .webview3d-loaderCar {
		left: 50%
	}

	.webview3d-footer-panel-box {
		justify-content: flex-start
	}

	.webview3d-footer-variants {
		border-right: 0
	}

	.webview3d-features-list-dropdown {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, .8);
		z-index: 6
	}

	.webview3d-features-showcase-special-list {
		display: flex;
		overflow: auto;
		margin-top: 0;
		position: relative;
		top: -10px
	}

	.webview3d-features-showcase-special-list li {
		flex: 0 0 auto;
		margin-right: 7px;
		font-size: 13px;
		padding: 7px 10px
	}

	.webview3d-featuresslider #webview3d-features-showcase-slider .owl-dots {
		right: 46px;
		width: 50px
	}

	.webview3d-featuresslider #webview3d-features-showcase-slider .owl-dots:after {
		right: -15px;
		top: -22px
	}

	.webview3d-featuresslider #webview3d-features-showcase-slider-subfeature .owl-dots .owl-dot.active:before {
		left: 4px
	}

	.webview3d-featuresslider #webview3d-features-showcase-slider .owl-nav {
		bottom: -75px;
		/*0dd*/
	}

	.webview3d-featuresslider #webview3d-features-showcase-slider-subfeature .owl-dots {
		bottom: 5px;
		width: 50px;
		right: 42px
	}

	.webview3d-featuresslider #webview3d-features-showcase-slider-subfeature .owl-nav {
		bottom: 0
	}

	.webview3d-featuresslider #webview3d-features-showcase-slider .owl-dots .owl-dot.active:before {
		top: -19px;
		left: 8px
	}

	.webview3d-featuresslider .owl-carousel .owl-dots .owl-dot {
		margin: 0
	}

	.webview3d-featuresslider #webview3d-features-showcase-slider-subfeature .owl-dots:after {
		top: -2px;
		right: -10px
	}

	.webview3d-features-showcase-box {
		height: 211px
	}

	.webview3d-features-panel-toggle .webview3d-popup-information .webview3d-product-image {
		width: 100%
	}

	.webview3d-popup-information.webview3d-static-info .webview3d-product-image img {
		position: relative;
		height: 100%;
		object-fit: contain
	}

	.webview3d-features-panel-toggle .webview3d-popup-information.webview3d-static-info,
	.webview3d-popup-information.webview3d-static-info {
		width: 100%;
		height: calc(100% - 240px);
		flex-direction: column
	}

	.webview3d-carousel-features {
		height: calc(100% - 240px)
	}

	.webview3d-features-panel-toggle .webview3d-popup-information.webview3d-static-info {
		left: 0
	}

	.webview3d-features-panel-toggle .webview3d-carousel-features .owl-carousel .owl-item img {
		width: 100%
	}

	.webview3d-features-panel-toggle .webview3d-carousel-features .owl-carousel .owl-dots {
		padding-right: 0
	}

	.webview3d-carousel-features .owl-carousel .owl-dots {
		bottom: 6px;
		display: none
	}

	.webview3d-main-section {
		height: 75vh
	}

	.fullScreenView .webview3d-main-section {
		height: 90vh
	}

	.webview3d-features-list>li {
		list-style: none;
		position: static;
		margin: 0;
		padding: 0
	}

	.webview3d-explore-features-list-text-mobile {
		width: 100%;
		bottom: 0;
		height: 50px;
		line-height: 34px;
		background: linear-gradient(90deg, #0c4b81 5.55%, #297dac 36.76%, #2979a9 50.06%, #74369f 98.21%);
		border: 4px solid #000
	}

	.webview3d-explore-features-list-text-mobile svg {
		position: relative;
		left: 5px;
		bottom: 1px
	}

	.webview3d-features-list-dropdown.show {
		display: flex !important;
		background-color: #000;
		height: 44px !important;
		bottom: 0;
		padding-left: 30px
	}

	.webview3d-features-list-mobile,
	.webview3d-footer-panel,
	.webview3d-toggle-color .webview3d-toggle-color-selected,
	.webview3d-toggle-color-options {
		background-color: #000
	}

	

	.webview3d-footer-pack,
	.webview3d-footer-variants {
		position: relative
	}

	.webview3d-footer-pack::after,
	.webview3d-footer-variants::after {
		content: '';
		position: absolute;
		right: -3px;
		top: 6px;
		background-color: #353535;
		width: 2px;
		height: 28px
	}

	.webview3d-footer-panel-box .webview3d-ph30 {
		padding: 0
	}

	.webview3d-features-list>li:last-child span::after {
		display: none
	}

	.webview3d-features-list-dropdown {
		padding-left: 0;
		overflow: auto
	}

	.webview3d-features-list>li::after {
		display: none
	}

	.webview3d-popup-information.webview3d-static-info,
	.webview3d-popup-information.webview3d-static-info .webview3d-product-image {
		display: block
	}

	.webview3d-carousel-features .webview3d-carousel-features-box .owl-carousel .webview3d-carousel-features-mobile-image {
		display: block
	}

	.webview3d-carousel-features .webview3d-carousel-features-box .owl-carousel .webview3d-carousel-features-desktop-image {
		display: none
	}

	.webview3d-mobile-tutorial-image {
		display: block
	}

	.webview3d-desktop-tutorial-image {
		display: none
	}

	.webview3d-scroll-to-zoom {
		display: none
	}

	.webview3d-pinch-to-zoom {
		display: block
	}

	.webview3d-features-list-dropdown.show>li:hover,
	.webview3d-variant-packs-dropdown.show>li:hover {
		color: #fff
	}

	.webview3d-features-showcase-back {
		width: 30px;
		height: 30px;
		top: 9px;
		right: 8px;
		border: 0;
		background-image: url(../images/webview3d-close-mobile.svg);
		left: auto;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 2
	}

	.webview3d-error-webs li {
		min-width: 102px
	}

	.webview3d-carousel-features .owl-carousel .owl-item img {
		height: calc(71vh - 240px);
		object-fit: contain
	}

	.fullScreenView .webview3d-carousel-features .owl-carousel .owl-item img {
		height: calc(90vh - 240px);
		object-fit: contain
	}

	.webview3d-toggle-color {
		bottom: 64px;
		right: 10px;
		width: 200px
	}

	.webview3d-toggle-color.webview3d-shift-towards-top {
		bottom: 144px
	}

	.webview3d-features-panel-toggle .webview3d-toggle-color {
		right: 10px
	}

	.webview3d-selected-color-name {
		background: 0 0;
		border: 0
	}

	.webview3d-toggle-color .webview3d-toggle-color-selected {
		width: 190px;
		padding: 6px 10px
	}

	#webview3dcanvas {
		height: 90%
	}

	.webview3d-variants-packs-features-mobile {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 48px
	}

	#webview3d-variant-features-tabs-nav {
		margin: 0
	}

	.webview3d-variants-packs-features-mobile .webview3d-features-panel-inner {
		width: 100%;
		padding: 0
	}

	.webview3d-variant-features-tabs-box {
		top: auto;
		bottom: 0
	}

	.webview3d-variant-features-tabs-content-wrap {
		margin-top: 0;
		position: absolute;
		bottom: 42px;
		width: 100%;
		left: 0
	}

	.webview3d-variants-packs-features-mobile .webview3d-footer-panel {
		display: block !important
	}

	.webview3d-mobile-view .webview3d-features-panel-footer-mobile,
	.webview3d-mobile-view .webview3d-variants-packs-features-mobile {
		display: block
	}

	#webview3d-variant-features-tabs-nav>li::after {
		top: -8px;
		z-index: 2;
		bottom: auto;
		border-top: 14px solid transparent;
		border-bottom: 14px solid#5b391a;
	}

	#webview3d-variant-features-tabs-nav>li.active::after {
		-webkit-transform: translateY(-13px);
		-moz-transform: translateY(-13px);
		transform: translateY(-13px)
	}

	.webview3d-footer-panel-box .webview3d-footer-pack-name,
	.webview3d-footer-panel-box .webview3d-variant-selected {
		position: relative;
		font-weight: 400;
		color: #555
	}

	.webview3d-footer-panel-box .webview3d-footer-pack-name::after,
	.webview3d-footer-panel-box .webview3d-variant-selected::after {
		content: '';
		position: absolute;
		right: -6px;
		top: 0;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #e83323
	}

	.webview3d-footer-panel-box .webview3d-font-18 {
		font-size: 14px
	}

	.webview3d-footer-pack-selected,
	.webview3d-variant-selected-mobile {
		line-height: 40px;
		padding: 0 20px
	}
	.webview3d-features-list>li span::after {
		content: "";
		position: absolute;
		right: 0px;
		top: 5px;
		background-color: #353535;
		width: 2px;
		height: 28px;
	}

	.webview3d-features-list>li span {
		left: 0;
		position: relative;
		padding: 0 40px;
		width: auto;
		line-height: 36px
	}

	.webview3d-footer-customise-mobile {
		color: #e83323;
		padding-left: 20px
	}

	.webview3d-variants-listing-wrapper {
		height: auto
	}

	.webview3d-features-panel-footer {
		padding: 5px 10px
	}

	.webview3d-build-n-price-btn {
		padding: 9px 10px
	}

	#webview3d-variant-features-tabs-nav>li a {
		padding: 12px 6px
	}

	.webview3d-features-main-list-back-mobile {
		position: absolute;
		top: 9px;
		left: 0;
		z-index: 2;
		height: 42px;
		width: 36px;
		background: #000
	}

	.webview3d-features-main-list-back-mobile-icon {
		width: 30px;
		height: 30px;
		background-image: url(../images/webview3d-close-mobile.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 7px 0 0
	}

	.webview3d-footer-back {
		width: 30px;
		height: 30px;
		background-image: url(../images/webview3d-close-mobile.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 9px 0 0 5px;
		padding: 0;
		border: 0;
		padding: 0
	}

	.webview3d-carvariants-list {
		flex-direction: row;
		padding-left: 0
	}

	.webview3d-footer-panel-box-packs,
	.webview3d-footer-panel-box-variants {
		height: 44px;
		padding: 0;
		background-color: #000
	}

	.webview3d-carvariants-label {
		line-height: 42px;
		padding-right: 18px;
		padding-left: 18px;
		position: relative
	}

	.webview3d-carvariants-label::after {
		content: '';
		position: absolute;
		right: 0;
		top: 7px;
		background-color: #353535;
		width: 2px;
		height: 28px;
		left: auto
	}

	.webview3d-carvariants-list li:last-child .webview3d-carvariants-label::after {
		display: none
	}

	.webview3d-carvariants-list li {
		padding: 0
	}

	.webview3d-footer-box-packs-list li {
		margin: 0
	}

	.webview3d-footer-box-packs-item label,
	.webview3d-footer-box-seats-item label {
		line-height: 42px;
		padding: 0 14px;
		font-size: 12px;
		font-weight: 400
	}

	.webview3d-footer-box-packs-item label {
		padding-left: 34px;
		padding-right: 45px
	}

	.webview3d-filter-packs-label::before {
		top: 8px
	}

	.webview3d-selected .webview3d-filter-packs-label::before {
		opacity: .4
	}

	.webview3d-footer-box-packs-remove {
		line-height: 40px
	}

	.webview3d-customise-mobile-panel-show #webview3d-features-panel-desktop {
		opacity: 1;
		width: 100%
	}

	.webview3d-customise-mobile-panel-show #webview3d-features-panel-desktop .webview3d-features-panel-box {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		width: 100%
	}

	.webview3d-customise-mobile-panel-show #webview3d-features-panel-desktop .webview3d-features-panel-inner {
		width: 100%;
		background: #000
	}

	.webview3d-customise-mobile-panel-show #webview3d-features-panel-desktop .webview3d-features-panel-customise {
		bottom: auto;
		top: 0
	}

	.webview3d-customise-mobile-panel-show #webview3d-features-panel-desktop .webview3d-features-panel-footer {
		display: none
	}

	.webview3d-customise-mobile-panel-show #webview3d-features-panel-desktop .webview3d-variant-features-tabs-wrap {
		display: none
	}

	.webview3d-customise-mobile-panel-show .webview3d-customise-heading {
		font-size: 24px;
		line-height: 36px;
		border-bottom: 2px solid #343434;
		padding-bottom: 10px;
		margin-bottom: 30px
	}

	.webview3d-close-customise-panel-button {
		display: block
	}

	.webview3d-apply-filter-mobile {
		display: block
	}

	.webview3d-carvariants-list .active .webview3d-carvariants-label {
		color: #777;
		pointer-events: none;
		cursor: auto
	}

	.webview3d-toggle-color-options {
		margin-bottom: -2px
	}

	.webview3d-footer-box-packs-list>li {
		position: relative
	}

	.webview3d-footer-box-packs-list .webview3d-filter-packs-label::after {
		content: '';
		position: absolute;
		right: 0;
		top: 7px;
		background-color: #353535;
		width: 2px;
		height: 28px;
		left: auto
	}

	.webview3d-footer-box-packs-list li:last-child .webview3d-filter-packs-label::after {
		display: none
	}

	.webview3d-footer-box-packs-list .webview3d-remove-pack-button {
		right: 10px;
		top: 13px
	}

	.webview3d-footer-box-packs-list .webview3d-selected .webview3d-filter-packs-label {
		padding-right: 45px
	}

	.webview3d-on-variant-change #webview3d-features-panel-footer-mobile,
	.webview3d-on-variant-change #webview3d-variants-packs-features-mobile,
	.webview3d-on-variant-change .webview3d-home-screenview {
		opacity: .4;
		pointer-events: none;
		z-index: 2
	}

	.webview3d-toggle-view-box .webview3d-row {
		margin-right: 10px
	}

	.webview3d-on-variant-change .webview3d-loaderCar {
		top: 40%
	}

	.webview3d-on-variant-change .webview3d-home-screenview {
		display: none !important
	}

	#webview3d-features-panel-desktop {
		opacity: 1 !important
	}

	.webview3d-features-list-dropdown>li {
		white-space: nowrap
	}

	.webview3d-footer-panel-box-packs-in .webview3d-pack-highlights {
		display: none
	}

	.webview3d-info-pack-button {
		display: block
	}

	.webview3d-footer-panel-box-packs-in .webview3d-remove-pack-button {
		display: none
	}
}

@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
	.features-listing-mobile li {

		margin: 0 20px !important;

	}


}

@media screen and (max-width:767px) {
	.webview3d-popup-information.webview3d-static-info .webview3d-product-image {
		max-width: 100%;
		margin-right: 0
	}

	.webview3d-popup-information .webview3d-product-image video {
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0
	}

	#webview3dLoaderGif {
		/* width: 320px */
		width: 100%;
	}

	.webview3d-features-panel-toggle .webview3d-popup-information.webview3d-video-info {
		padding-right: 0
	}

	.webview3d-popup-wrapper .webview3d-static-info .webview3d-close-popup {
		position: absolute;
		right: 0
	}
}

@media screen and (min-width:768px) and (max-width:900px) {
	.webview3d-tutorial-outer {
		max-width: 600px;
		padding: 30px
	}

	.webview3d-loader-percentage {
		top: -92px;
		font-size: 90px
	}

	.webview3d-loaderCar video {
		top: 0
	}

	.webview3d-features-showcase-box p {
		height: 110px
	}

	.webview3d-features-showcase-special-list {
		top: -55px
	}

	.webview3d-featuresslider .owl-carousel .owl-nav button:hover {
		background: #000
	}

	.webview3d-carousel-features .owl-carousel .owl-item img {
		height: calc(76vh - 240px);
		object-fit: contain
	}

	.fullScreenView .webview3d-carousel-features .owl-carousel .owl-item img {
		height: calc(90vh - 240px);
		object-fit: contain
	}
}

@media screen and (max-width:767px) {
	.webview3d-loaderCar video {
		position: relative;
		right: 0;
		bottom: 0;
		width: 320px !important;
		height: 320px !important
	}

	.webview3d-main-section {
		height: 70vh
	}

	.fullScreenView .webview3d-main-section {
		height: 90vh
	}
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none !important
}

@media screen and (min-width:768px) and (max-width:992px) and (-webkit-min-device-pixel-ratio:2) {
	#webview3d-rotate-device {
		display: none !important
	}
}

@media screen and (min-width:810px) and (max-width:1080px) and (-webkit-min-device-pixel-ratio:2) {
	#webview3d-rotate-device {
		display: none !important
	}
}

@media only screen and (min-width: 900px) and (max-width: 1366px) {
	.main-title {
		margin-bottom: 10px;
	}

	.webview3d-loader-percentage {
		top: -35px;
		font-size: 85px;
	}

	.webview3d-font-20 {
		font-size: 16px;
	}

	.webview3d-font-16 {
		font-size: 14px;
	}

	.webview3d-mb20 {
		margin-bottom: 10px;
	}

	.webview3d-font-14 {
		margin: 0 0 10px 0;
		padding-top: 5px;
	}

	.webview3d-mv20 {
		margin: 5px 0;
	}
}

@media screen and (min-width:834px) and (max-width:1367px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
	.webview3d-loader-percentage {
		top: -50px
	}

	.webview3d-mobile-tutorial-image {
		display: block
	}

	.webview3d-desktop-tutorial-image {
		display: none
	}

	.webview3d-scroll-to-zoom {
		display: none
	}

	.webview3d-pinch-to-zoom {
		display: block
	}

	.webview3d-featuresslider .owl-carousel .owl-nav button:hover {
		background: #000
	}

	.webview3d-carousel-features .owl-carousel .owl-dots {
		bottom: 12px
	}

	.webview3d-featuresslider {
		margin-top: 15px
	}

	.webview3d-features-showcase-box {
		padding-bottom: 10px
	}
}

@media screen and (min-width:1024px) and (max-width:1367px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {

	#webview3d-rotate-device,
	.webview3d-rotate-device {
		display: none !important
	}

	.webview3d-loader-percentage {
		top: -100px
	}

	.webview3d-features-list>li span {
		position: relative;
		padding-left: 10px
	}

	.webview3d-main-section {
		height: 80vh
	}

	#webview3dcanvas.webview3d-canvas-resize {
		width: calc(100% - 360px)
	}

	.webview3d-mobile-tutorial-image {
		display: block
	}

	.webview3d-desktop-tutorial-image {
		display: none
	}

	.webview3d-scroll-to-zoom {
		display: none
	}

	.webview3d-pinch-to-zoom {
		display: block
	}

	.webview3d-featuresslider {
		margin-top: 15px
	}

	.webview3d-features-showcase-box {
		padding-bottom: 10px
	}

	.webview3d-features-bottom-mobile {
		display: none !important
	}
}

@media screen and (min-width:1024px) and (max-width:1367px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
	.webview3d-features-list>li span {
		position: relative;
		padding-left: 10px
	}

	.webview3d-main-section {
		height: 80vh
	}

	.webview3d-featuresslider .owl-carousel .owl-nav button:hover {
		background: #000
	}
}

@media screen and (min-width:300px) and (max-width:1100px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
	#webview3d-rotate-device {
		display: block !important
	}
}

.owl-nav .disabled {
	pointer-events: none;
	opacity: .7
}

@media screen and (max-width:362px) {
	.webview3d-build-n-price-btn {
		padding: 9px 7px;
		font-size: 12px;
		right: 10px
	}

	.webview3d-features-panel-footer {
		padding: 6px 0
	}

	.webview3d-selected-variant-portion .webview3d-font-18 {
		font-size: 15px
	}

	.webview3d-on-variant-change #webview3d-features-panel-footer-mobile,
	.webview3d-on-variant-change #webview3d-variants-packs-features-mobile,
	.webview3d-on-variant-change .webview3d-home-screenview {
		display: none !important
	}

	.webview3d-on-variant-change .webview3d-loaderCar {
		top: 50%
	}
}

.iPhone .webview3d-screenview {
	display: none !important
}

/* .fullScreenView .webview3d-home {
	display: none
} */

.webview3d-radio-switch input {
	z-index: 2;
	opacity: 0;
	cursor: pointer;
	height: 100%;
	width: 22px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0
}

.webview3d-radio-switch input:checked {
	z-index: 1
}

.webview3d-radio-switch input:checked+label {
	font-weight: 700 !important
}



::-webkit-scrollbar {
	display: none;
	width: 8px;
	background: 0 0;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	background-color: #000000;
	outline: 1px solid #000000;
}



a {
	text-decoration: none;
	outline: none;
	color: inherit;
	border-bottom: 0;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

.container-fluid>.row>.component.container {
	max-width: none;
}

.music-popup {
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

input[placeholder] {
	text-overflow: ellipsis;
}

.main-title {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 50px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 0;
}

@media (max-width: 1024px) {
	.main-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.main-title {
		font-size: 13px;
		font-weight: 500;
	}
}

@media (max-width: 767px) {
	.main-title {
		margin-bottom: 20px;
	}
}

.main-title[data-showslash="True"] {
	padding-left: 14px;
	margin-left: 22px;
}


@media only screen and (max-width: 1366px) {
	.main-title {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1366px) and (max-height: 770px) {
	.main-title[data-showslash="True"] {
		padding-left: 15px;
	}

	.main-title {
		margin-bottom: 10px;
	}

	.modal_lap {

		max-height: 462px;
		margin-top: -1rem;

	}

	.webview3d-tutorial-scroll-drag {
		width: 350px;
		/* margin-left: 150px; */
	}

	.webview3d-loader-percentage {
		top: -56px;
	}
}

.main-title[data-showslash="True"]::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-color: #cfa693;
	width: 2px;
	height: 20px;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

@media screen and (max-width: 767px) {
	.main-title[data-showslash="True"]::before {
		height: 20px;
		top: -2px;
	}
}

.mobx-video:after,
.mobx-video:before {
	border: 0;
	background-image: none;
}

#scCrossPiece {
	display: none;
}

/*Used in key highlights*/
.snippet {
	padding-left: 0;
	padding-right: 0;
}

/*End*/

.row.column-splitter {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.row.column-splitter>div {
	padding-left: 0;
	padding-right: 0;
}

.container {
	padding: 0;
}

.container .component-content:after {
	content: "";
	display: table;
	clear: both;
}

#wrapper {
	overflow: hidden;
}

.webview3d-main-section:fullscreen {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
}

.webview3d-features-list>.ecAccordion.active::after {
	display: none;
}

.webview3d-features-list>.ecAccordion.active-again::after {
	display: none;
}

.webview3d-features-list>.ecAccordion::after {
	display: none;
}

#visualize_360 {

	padding: 10px;
	bottom: 27px;
}



.webview3d-featuresslider .owl-carousel button.owl-dot.active {
	background-color: #5c3825
}

.webview3d-featuresslider .owl-carousel .owl-nav {
	display: flex;
	justify-content: space-between
}

.webview3d-featuresslider .owl-carousel .owl-nav button.owl-next,
.webview3d-featuresslider .owl-carousel .owl-nav button.owl-prev {
	width: 36px;
	height: 36px;
	background: 0 0;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: .2s all ease-in-out
}

.webview3d-featuresslider .owl-carousel .owl-nav button.owl-next span,
.webview3d-featuresslider .owl-carousel .owl-nav button.owl-prev span {
	width: 0;
	height: 0;
	border-width: 7px 0 7px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	position: relative
}

.webview3d-featuresslider .owl-carousel .owl-nav button.owl-prev span {
	transform: rotate(180deg);
	right: 2px
}

.webview3d-featuresslider .owl-carousel .owl-nav button.owl-next span {
	left: 2px
}

.webview3d-featuresslider .owl-carousel .owl-nav button.owl-next:hover span,
.webview3d-featuresslider .owl-carousel .owl-nav button.owl-prev:hover span {
	border-color: transparent transparent transparent #fff
}

.webview3d-featuresslider .owl-carousel .owl-nav button:hover {
	background: linear-gradient(90deg, rgba(2, 151, 208, .7) 0, #0857a5 33.69%, #74369f 92.51%)
}

.webview3d-features-showcase-back-icon {
	background-position: -401px -405px
}

.webview3d-footer-panel-inner {
	/* padding: 10px 0 */
}

.webview3d-footer-panel-overlay {
	z-index: 10;
	opacity: .6
}

.webview3d-features-panel-toggle .webview3d-footer-panel {
	/* width: calc(100% - 360px) */
}

.webview3d-footer-panel-box {
	height: 40px;
	line-height: 40px
}

.webview3d-footer-panel::after,
.webview3d-footer-panel::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background: linear-gradient(90deg, #000 0, #656366 11.25%, #656366 87.98%, #000 98.21%)
}

.webview3d-footer-panel::before {
	top: 0
}

.webview3d-footer-panel::after {
	bottom: 0
}

.webview3d-footer-color-icon-box {
	width: 32px;
	height: 32px
}

.webview3d-footer-color-icon {
	width: 22px;
	height: 22px;
	background-size: cover !important
}

.webview3d-footer-pack-icon {
	width: 34px;
	height: 34px
}


.webview3d-filter-car-label {
	padding: 3px 15px;
	border: 1px solid #303030
}

.webview3d-selected .webview3d-filter-car-label {
	background-color: #fff;
	color: #000
}

.webview3d-footer-back-icon {
	width: 14px;
	height: 14px;
	background-position: -408px -408px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg)
}

.webview3d-footer-box-seats-icon {
	width: 45px;
	height: 32px;
	background-size: 750%
}
