[id] {
  scroll-margin-top: 80px;
}
.nav-link {font-family: 'Oswald';text-transform: uppercase;letter-spacing: 1px;}
.card .card-widgets {
    float: right;
    height: 16px;
}
.base-element {
background-color:transparent;
}
.overlay-element {
  position: relative;
  top: 0;
  left: 0; 
  background-color: transparent;
  z-index: 10;  
}
.hover-reveal {
	position: fixed;
	width: var(--hover-img-w, 230px);
	height: var(--hover-img-h, 150px);
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}
.threesixty {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: ew-resize;
}
.threesixty .threesixty_images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.threesixty .threesixty_images img {
	position: absolute;
	width: 100%;
   top: 0;
}
.threesixty .threesixty_images img.previous-image {visibility: hidden; }
.threesixty .threesixty_images img.current-image { visibility: visible; }

.threesixty .spinner {
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.threesixty .spinner span {
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: block;
}
.threesixty .nav_bar {
	position: absolute;
	top: 24px;
	bottom: auto;
	left: 0;
	z-index: 11;
}
.threesixty .nav_bar a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url('../demos/car/images/360degree-cars/navs.png') no-repeat;
	text-indent: -99999px;
}
.threesixty .nav_bar a:hover {
    opacity: 0.8;
}
.threesixty .nav_bar a.nav_bar_play { background-position: 0 0 !important; }
.threesixty .nav_bar a.nav_bar_previous { background-position: -3px -73px !important; }
.threesixty .nav_bar a.nav_bar_stop { background-position: 0 -37px !important; }
.threesixty .nav_bar a.nav_bar_next { background-position: 3px -104px !important; }
/* html */
.threesixty:-webkit-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 24px;
}
.threesixty:-moz-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 24px;
}
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 12px
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0!important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max,.irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0;
    right: auto
}

.irs-max {
    right: 0;
    left: auto
}

[dir=rtl] .irs-min {
    right: 0;
    left: auto
}

[dir=rtl] .irs-max {
    left: 0;
    right: auto
}

.irs-from,.irs-single,.irs-to {
    position: absolute;
    display: block;
    top: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #6c757d
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #6c757d
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #6c757d;
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    outline: 0!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: var(--ct-progress-bg);
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #727cf5
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: var(--ct-progress-bg)
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #515df3
}

.irs--flat .irs-max,.irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #6c757d;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: var(--ct-progress-bg);
    border-radius: 4px
}

.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #727cf5;
    border-radius: 4px
}

.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #727cf5
}

.irs--flat .irs-grid-pol {
    background-color: var(--ct-progress-bg)
}

.irs--flat .irs-grid-text {
    color: #6c757d
}

[dir=rtl] .irs-bar--single {
    border-radius: 0 4px 4px 0!important
}

body[data-layout-color=dark] .irs--flat .irs-max,body[data-layout-color=dark] .irs--flat .irs-min {
    color: #dee2e6
}

body[data-layout-color=dark] .irs-grid-text {
    color: #dee2e6
}
.jstree-default {
    padding: 2px 6px;
    height: auto
}

.jstree-default .jstree-clicked,.jstree-default .jstree-hovered {
    background: #eef2f7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.jstree-default .jstree-anchor,.jstree-default .jstree-icon,.jstree-default .jstree-icon:empty {
    line-height: 20px
}

.jstree-wholerow.jstree-wholerow-clicked,.jstree-wholerow.jstree-wholerow-hovered {
    background: #eef2f7
}

body[data-layout-color=dark] .jstree-default .jstree-clicked,body[data-layout-color=dark] .jstree-default .jstree-hovered {
    background: #464f5b
}

body[data-layout-color=dark] .jstree-wholerow.jstree-wholerow-clicked,body[data-layout-color=dark] .jstree-wholerow.jstree-wholerow-hovered {
    background: #464f5b
}

.gantt .bar-progress {
    fill: #727cf5
}

.gantt .bar-wrapper:hover .bar-progress {
    fill: #8a92f7
}

.gantt .bar,.gantt .bar-wrapper:hover .bar {
    fill: var(--ct-progress-bg)
}

.gantt .bar-label,.gantt .bar-label.big {
    fill: #6c757d
}

.gantt .grid-header {
    fill: var(--ct-table-hover-bg);
    stroke: var(--ct-table-hover-bg)
}

.gantt .grid-row {
    fill: transparent
}

.gantt .grid-row:nth-child(even) {
    fill: var(--ct-table-hover-bg)
}

.gantt .lower-text,.gantt .upper-text {
    fill: var(--ct-table-color)
}

.gantt .row-line {
    stroke: var(--ct-table-border-color)
}

.gantt .today-highlight {
    fill: #eef2f7
}

.gantt-container .popup-wrapper .pointer {
    display: none
}

body[data-layout-color=dark] .gantt .bar-label,body[data-layout-color=dark] .gantt .bar-label.big {
    fill: #dee2e6
}

body[data-layout-color=dark] .gantt .today-highlight {
    fill: #464f5b
}

.grid-filter-wrap {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.grid-filter {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
   margin: 12px 0 24px;
}

.grid-filter li {
	position: relative;
	width: 100%;
   margin-right: 6px;
}

.grid-filter li a {
	display: block;
	position: relative;
	padding: 10px 40px;
	font-size: 0.9375rem;
	text-align: center;
	border-radius: 2px;
   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.4);
}

.grid-filter li a:hover { color: inherit;box-shadow: 1px 1px 1px rgb(255 255 255 / 20%), 1px 1px 2px rgb(0 0 0 / 20%) inset; }

.grid-filter li.activeFilter a {
	color: inherit;
	background-color:transparent;
	margin: 0;
	font-weight: bold;
   box-shadow: 1px 1px 1px rgb(255 255 255 / 20%), 1px 1px 2px rgb(0 0 0 / 20%) inset;
}

@media (min-width: 576px) {
	.grid-filter li {
		width: 33.333333%;
	}
}

@media (min-width: 768px) {
	.grid-filter li {
		width: auto;
	}

	.grid-filter {
		border:none;
		border-radius: 4px;
	}

	.grid-filter li a {
		border-left: 1px solid rgba(0,0,0,0.07);
		border-radius: 0;
	}

	.grid-filter li:first-child a {
		border-left: none;
		border-radius: 4px 0 0 4px;
	}

	.grid-filter li:last-child a { border-radius: 0 4px 4px 0; }

	.grid-filter li.activeFilter a {
		margin: -1px 0;
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.bothsidebar .grid-filter li a { padding:0; }

	.bothsidebar .grid-filter li.activeFilter a { padding: 0; }
}

.product-price ins {text-decoration:none;font-size: 18px;}